/*
Theme Name: INUpress
Description: inu design
Author: inu design
Version: 1.1

サイト基本色:#777777
*/


/*------------------------------------------

	サイト内汎用

------------------------------------------*/
body {
	color: #262626;
	font-family: 'Josefin Sans', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.under-mv-box {
	padding: 50px 0;
	position: relative;
}
.under-mv-box:before {
    content: '';
		background-image: url(images/about_bg_sm.jpg);
		background-size: cover;
		filter: blur(10px);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
    transform: translateX(-50%);
}
.under-mv-box:after {
    content: '';background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.under-mv-box .midashi01,
.under-mv-box .midashi01 .sub {
	color: #fff!important;
}

#wpadminbar {
	position: initial!important;
}
html.sr {
    margin-top: 0!important;
}

a {
	color: #262626;
}
.hidden-box {
	display: none;
}

.hidden-box.invisible {
	display: block;
}


.inr {
	width: 100%;
	max-width: 1030px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.f_tegaki {
	font-family: ta-koigokoro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.btn a {
	min-width: 245px;
	font-weight: 900;
	color: #262626;
	font-weight: 900;
	background: rgba(84,255,39,.7);
	line-height: 1;
	display: inline-block;
	padding: 20px;
	position: relative;
	margin-top: -5px;
	margin-left: -5px;
	transition: .3s;
}
.btn a:hover {
	color: #fff;
	background: rgba(39,110,255,.7);
}
.btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px #262626 solid;
	position: absolute;
	top: -5px;
	left: -5px;
}

.ctr-btn a {
	min-width: 515px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	display: inline-block;
	border-radius: 13px;
	background-color: #e8565b;
	position: relative;
	padding: 20px;
}
.ctr-btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 25px;
	top: calc(50% - 4px);
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}

.midashi01 {

}
.midashi01 .wrap {
	display: inline-block;
	position: relative;
}
.midashi01 .sub {
    padding-top: 30px;
    display: inline-block;
}

.midashi01 .kazari {
	width: 90px;
	height: 1px;
	background-color: #1b8100;
	position: absolute;
	top: 63px;
	left: 50%;
	transform: translateX(-50%);
}
.midashi01 .kazari::before,
.midashi01 .kazari::after {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #1b8100;
	border-radius: 100px;
	position: absolute;
	top: -3px;
}
.midashi01 .kazari::before {
	left: 0;
}
.midashi01 .kazari::after {
	right: 0;
}

.midashi02 {
	width: fit-content;
	position: relative;
	border-bottom: #1b8100 1px solid;
	padding-bottom: 20px;
}
.midashi02::after {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #1b8100;
	border-radius: 100px;
	position: absolute;
	right: 0;
	bottom: -3px;
}
.midashi02 .sub {
	width: fit-content;
	display: inline-block;
	color: #1b8100;
	position: relative;
	padding-left: 65px;
	margin-bottom: 20px;
}
.midashi02 .sub::before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #1b8100;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.midashi02 .sub::after {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #1b8100;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*PC*/
@media screen and (min-width: 768px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.midashi01 .kazari {
		top: 50px;
	}

	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.btn a {
		width: 60%;
		max-width: 300px;
		min-width: auto;
	}
	.ctr-btn a {
		width: 90%;
		max-width: 400px;
		min-width: auto;
	}
	.ctr-btn a::after {
		width: 6px;
		height: 6px;
		right: 15px;
	}
}/*END*/


/*------------------------------------------

	パンクず

------------------------------------------*/
.bread-box {
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
}
.bread-box ul {
	width: 100%;
	max-width: 1230px;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}
.bread-box li {
	margin-right: 1em;
	padding-right: 1.2em;
	position: relative;
}
.bread-box li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: #202124 2px solid;
	border-right: #202124 2px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bread-box li:last-of-type::after {
	display: none;
}
.bread-box li span {
	color: #202124;
	border-bottom: 0;
}
.bread-box li a  span{
	color: #2db338;
	border-bottom: #2db338 1px solid;
}


/*Smartphone*/
@media screen and (max-width: 767px) {
	.bread-box {
		padding-bottom: 30px;
	}
	.bread-box ul {
		padding-right: 3%;
		padding-left: 3%;
	}
}/*END*/

/*------------------------------------------

	ヘッダー固定

------------------------------------------*/
#site-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 15px;
}

/* navi */
.gnav-box {
    position: sticky;
    top: 0;
    z-index: 100;
}

.under-page .gnav-box {
	margin-bottom: 0;
}

.gnav-box nav {
	background-color: #faf5f2;
}

ul.sns {
	padding: 15px;
	padding-left: 0;
}
ul.sns li {
	margin-right: 10px;
}
ul.sns li:last-of-type {
	margin-right: 0;
}
ul.sns img {
	width: auto;
	height: 27px;
}

.gnav-box ul.gnav li.contact_nav a {
	color: #fff;
	background-color: #ca2c2c;
	display: block;
	position: relative;
	padding: 20px;
	padding-right: 40px;
    padding-left: 55px;
	position: relative;
}
.gnav-box ul.gnav li.contact_nav a::before {
	content: "";
	width: 20px;
	height: 16px;
	background-image: url(images/common/icon-mail.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
    margin-top: -1px;
}
.gnav-box ul.gnav li.contact_nav a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 25px;
	top: calc(50% - 4px);
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}

/*PC*/
@media screen and (min-width: 768px) {
	.gnav-box nav {
		padding-left: 15px;
	}

	.gnav-box ul.gnav li {
		line-height: 1;
		padding-right: 15px;
		margin-right: 15px;
		position: relative;
	}
	.gnav-box ul.gnav li::after {
		content: "";
	    width: 1px;
	    height: 15px;
	    background-color: #262626;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    margin-top: -2px;
	}
	.gnav-box ul.gnav li:nth-last-child(2) {
		padding-right: 0;
		border-right: 0;
	}
	.gnav-box ul.gnav li:nth-last-child(2)::after {
		display: none;
	}
	.gnav-box ul.gnav li.contact_nav {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.gnav-box nav {
	    width: 100%;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    left: 100%;
	    transition: .3s;
	}

	.open .gnav-box nav {
	    left: 0;
	}

	#menu-btn {
	    width: 45px;
	    height: 25px;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    z-index: 9999;
	}

	#menu-btn span {
	    width: 100%;
	    height: 3px;
	    background: #000;
	    display: block;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    transition: .3s;
	}
	#menu-btn::before,
	#menu-btn::after {
		content: "";
	    width: 100%;
	    height: 3px;
	    background: #000;
	    position: absolute;
	    bottom: 0;
	    transition: .3s;
	}
	#menu-btn::before {
	    top: 0;
	}
	#menu-btn::after {
	    bottom: 0;
	}

	.open #menu-btn span {
	    background: transparent;
	    transform: translate(20px,-50%);
	}
	.open #menu-btn::before {
		transform: rotate(45deg);
	    margin-top: 11px;
	}
	.open #menu-btn::after {
		transform: rotate(-45deg);
	    margin-bottom: 11px;
	}

	.gnav-box .gnav {
		margin-top: 55px;
	}
	.gnav-box .gnav li {
	    width: 100%;
	    text-align: center;
	    border-top: #363636 1px solid;
	}
	.gnav-box .gnav li a {
		display: block;
		background-color: #fff;
	    padding: 1em;
	}

	.gnav-box ul.gnav li.contact_nav a {
	    font-size: 1.8rem;
	    max-width: 220px;
	    margin-right: auto;
	    margin-left: auto;
	    margin-top: 40px;
	}
}/*END*/


/*------------------------------------------

	MV

------------------------------------------*/
.mv-box {
	width: 100%;
	height: 100vh;
	position: relative;
}

.mv-box::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 4px 4px;
    z-index: 1;
}

h1 {
	width: 100%;
	position: absolute;
	color: #fff;
	z-index: 2;
}

.mv-box video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.anime {
	width: 1px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	right: 6%;
	z-index: 2;
	overflow: hidden;
}
.anime::after {
	content: "";
	width: 2px;
	height: 120px;
	background-color: #fff;
	position: absolute;
	animation: scrolldown 1.4s ease-in-out infinite;
	z-index: 3;
}
@keyframes scrolldown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

/*PC*/
@media screen and (min-width: 768px) {
	h1 {
		top: 50%;
		transform: translateY(-50%);
		margin-right: auto;
		margin-left: auto;
		margin-top: -50px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	h1 {
		width: fit-content;
		height: fit-content;
		left: 15px;
		bottom: 60px;
	}

	.logo {
		width: 140px;
		height: auto;
	}

	.mv-box {
		height: calc(100vh - 100px);
	}
}/*END*/


/*------------------------------------------

	製作実績

------------------------------------------*/
.work-post {
  width: 100%;
  padding: 15px;
  padding-right: 0;
}

.work-post .youtube {
  width: 20%;
  aspect-ratio: 16 / 9;
  padding-right: 15px;
  padding-bottom: 15px;
}
.work-post .youtube iframe {
  width: 100%;
  height: 100%;
}

@media (951px <= width <= 1130px )  {
	.work-post .youtube {
	  width: 25%;
	}
	.work-post::before,
	.work-post::after {
		content: "";
		width: 25%;
		order: 1;
	}
}

@media (768px <= width <= 950px )  {
	.work-post .youtube {
	  width: 33.333%;
	}
	.work-post::before,
	.work-post::after {
		content: "";
		width: 33.333%;
		order: 1;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.work-post .youtube {
	  width: 50%;
	}
}/*END*/


/*------------------------------------------

	ABOUT

------------------------------------------*/
.about-box {
	padding-bottom: 100px;
}

.about-box .midashi01 {
	transform: translateY(-25px);
}
.about-box .sns {
	padding: 0;
}

/*PC*/
@media screen and (min-width: 768px) {
	.about-box {
		background-image: url(images/about_bg.jpg);
		background-size: cover;
		background-position: top left;
	}

	.about-box .txt-box {
		width: 50%;
		margin-left: auto;
		background-color: rgba(255,255,255,.35);
		border-radius: 6px;
		padding: 15px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about-box {
		padding-bottom: 50px;
	}
}/*END*/


/*------------------------------------------

	お問い合わせ

------------------------------------------*/
.ctr-box {
	background-color: #88abda;
	padding: 50px 0;
	position: relative;
}
.ctr-box::before,
.ctr-box::after {
	content: "";
	width: 416px;
	height: 442px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.ctr-box::before {
	background-image: url(images/common/ctr_img1.png);
	left: 30px;
}
.ctr-box::after {
	background-image: url(images/common/ctr_img2.png);
	right: 30px;
}

.ctr-box h2,
.ctr-box .ctr-btn {
	position: relative;
	z-index: 1;
}

/*PC*/
@media screen and (min-width: 768px) {
	.about-box {
		background-image: url(images/about_bg.jpg);
		background-size: cover;
		background-position: top left;
	}

	.about-box .txt-box {
		width: 50%;
		margin-left: auto;
		background-color: rgba(255,255,255,.35);
		border-radius: 6px;
		padding: 15px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 971px) {
	.ctr-box::before,
	.ctr-box::after {
		display: none;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about-box {
		padding-bottom: 50px;
	}
}/*END*/


/*------------------------------------------

	Service

------------------------------------------*/
.service-box {
	position: relative;
	z-index: 1;
}

/*PC*/
@media screen and (min-width: 768px) {
	.service-box .box .img-box,
	.service-box .box .txt-box {
		width: 50%;
	}

	.service-box .box .txt-box {
		padding-right: 50px;
		padding-left: 50px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.service-box .box .txt-box {
		padding-right: 15px;
		padding-left: 15px;
	}
}/*END*/


/*------------------------------------------

	Price

------------------------------------------*/
.price-box {
	background-color: #faf5f2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.price-box .payment-box {
	width: 80%;
    background-color: #fff;
    border: #262626 1px solid;
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.price-box .payment {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
    background-color: #1b8100;
    padding: .3em;
    padding-top: .5em;
}
.price-box .payment_imp {
    font-size: 1.8rem;
    font-weight: 900;
    padding: .8em;
}

.price-box .tit {
	background-color: #262626;
	color: #fff;
	border-radius: 100px;
	padding-top: 5px;
}

.price-box table {
	width: 100%;
	font-weight: 900;
}
.price-box .table_tit {
	background-color: #262626;
	color: #fff;
	padding: 10px;
}

/*PC*/
@media screen and (min-width: 768px) {
	.price-box table {
		border-spacing: 20px;
	}

	.price-box .table_tit {
		width: 450px;
		background-color: #262626;
		color: #fff;
		padding: 10px;
	}

	.price-box td.sub_cell,
	.price-box td.sub_cell + td {
		padding: 15px 0;
	}

	.price-box .cap {
		font-size: 1.4rem;
		font-weight: 400;
		display: inline-block;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.price-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.price-box .payment-box {
		width: 95%;
	}
	.price-box .payment {
	    font-size: 1.6rem;
	}
	.price-box .payment_imp {
	    font-size: 1.4rem;
	}

	.price-box table,
	.price-box tbody,
	.price-box tr,
	.price-box td {
		width: 100%;
		display: block;
	}
	.price-box tbody {
		width: calc(100% - 20px);
		margin-right: auto;
		margin-left: auto;
	}

	.price-box td:last-of-type {
		font-size: 2.0rem;
	}

	.price-box .cap {
		font-size: 1.4rem;
		text-align: justify;
		font-weight: 400;
		display: block;
	}

}/*END*/


/*------------------------------------------

	footer

------------------------------------------*/
.copy {
	width: 100%;
	color: #fff;
	background-color: #262626;
	font-style: normal;
	padding: 10px;
}

footer .logo img {
	width: 220px;
}

/*PC*/
@media screen and (min-width: 768px) {
	footer ul.gnav li {
		line-height: 1;
		padding-right: 15px;
		margin-right: 15px;
		position: relative;
	}
	footer ul.gnav li::after {
		content: "";
	    width: 1px;
	    height: 15px;
	    background-color: #262626;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    margin-top: -2px;
	}
	footer ul.gnav li:last-of-type {
		padding-right: 0;
		border-right: 0;
	}
	footer ul.gnav li:last-of-type::after {
		display: none;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	footer .logo {
		margin-right: auto;
		margin-left: auto;
	}

	footer ul.gnav {
		text-align: center;
		border-top: #363636 1px solid;
	}
	footer ul.gnav li {
		width: 100%;
		border-bottom: #363636 1px solid;
		padding: 1em;
	}
}/*END*/



/*------------------------------------------

	製作実績アーカイブ

------------------------------------------*/
.arc-box {
  width: 100%;
  padding: 15px;
  padding-right: 0;
}

.arc-box .youtube_wrap {
  width: 33.333%;
	padding-right: 15px;
	padding-bottom: 15px;
}
.arc-box .fb::before,
.arc-box .fb::after {
	content: "";
	width: 33.333%;
	order: 1;
}

.arc-box .youtube {
	width: 100%;
 	aspect-ratio: 16 / 9;
}
.arc-box .youtube iframe {
	width: 100%;
	height: 100%;
}


.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.wp-pagenavi + .else-pagenavi {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #edf5ee;
	width: 36px;
	text-align: center;
	display: block;
	padding: 5px 0;
	margin-right: 15px;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #2db338;
}
.wp-pagenavi .extend {
	background: none;
}
.wp-pagenavi .extend ~ .extend {
	display: none;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.arc-box .youtube_wrap {
	  width: 50%;
	}
}/*END*/