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

サイト基本色:#777777
*/

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

	サイト内汎用

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

*{word-break: break-all;}

body {
	color: #262626;
	font-family: 'Noto Sans JP', sans-serif;
}

.hidden {
	overflow-x: hidden;
}

img{
	width: 100%;
}
img.original {
	width: auto;
}

a {
	color: #262626;
}

a.icon {
	position: relative;
	padding-right: 30px;
}
a.icon::after {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../images/icon_newwindow.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	right: .3em;
	transform: translateY(-50%);
	margin-top: 1px;
	transition: .3s;
}
a.icon:hover::after {
	background-image: url(../images/icon_newwindow_wh.png);
}

ul.list {
	padding-left: 1.5em;
}
ul.list li {
	list-style: disc;
}

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

.marker {
	background:linear-gradient(transparent 70%, #eeae00 70%);
}

.midashi {
	font-size: 4.5rem;
	font-weight: 400;
	color: #ffc600;
	font-family: 'Caveat', cursive;
}
.midashi .sub {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .3em;
	font-weight: 900;
	color: #262626;
	padding-left: 30px;
}

.midashi2 {
	font-weight: 400;
}
.midashi2 span {
	background:linear-gradient(transparent 70%, #eeae00 70%);
}

.price_txt {
	color: #51a4f1;
}
.price_txt span {
	font-size: .5em;
	padding-left: 10px;
}

.left_bdr {
	border-left: 1px #262626 solid;
	padding-top: 10px;
	padding-block: 10px;
	padding-left: 20px;
	margin-left: 20px;
}

.bdr_box {
	width: fit-content;
	border: 1px #262626 solid;
	padding: 30px;
}

section {
	width: 100%;
	max-width: 1400px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}

#page-top {
	width: 70px;
	height: auto;
	position: sticky;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: -10px;
	bottom: 20px;
	z-index: 999;
}

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

	.bdr_box {
		min-width: 730px;
	}

	a:hover {
		color: #fff;
		background-color: #eeae00;
		padding: 0 .3em;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.midashi {
		font-size: 3.8rem;
	}
	.midashi .sub {
		font-size: 1.5rem;
		padding-left: 20px;
	}

	section {
		padding-right: 15px;
		padding-left: 15px;
	}

	.left_bdr {
		padding-top: 5px;
		padding-block: 5px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.bdr_box {
		padding: 15px;
	}

	.contact_sm {
		width: 100%;
		background: rgb(255,119,91);
		background: linear-gradient(180deg, rgba(255,119,91,1) 0%, rgba(255,151,129,1) 100%);
		padding: 10px 0 13px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 90;
	}
	.contact_sm a {
		color: #fff;
		font-weight: 900;
		position: relative;

	}
	.contact_sm a::after {
	    content: "";
	    width: 80px;
	    height: 80px;
	    background: rgb(255,119,91);
	    border-radius: 100px;
	    background: linear-gradient(180deg, rgba(255,119,91,1) 0%, rgba(255,151,129,1) 100%);
	    position: absolute;
	    bottom: 100%;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: -1;
	    margin-bottom: -45px;
	}
	.contact_sm a::before {
	    content: "\2709\FE0F";
	    font-size: 32px;
	    position: absolute;
	    bottom: 100%;
	    left: 50%;
	    transform: translateX(-50%);
	    margin-bottom: -12px;
	    z-index: ;
	}

	#page-top {
		width: 40px;
		margin-right: 20px;
		bottom: 20px;
	}
}/*END*/


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

	ヘッダー固定

------------------------------------------*/
#site-header {
	width: 100%;
	top: -30%;
	left: 0;
	transition: .6s;
}
.hed-fix #site-header {
	background-color: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

h1 {
	font-size: 1.4rem;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/


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

	MV

------------------------------------------*/
.mv-box {
	position: relative;
	overflow-y: hidden;
}

.mv-box .cach {
	width: 90%;
	max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    text-shadow: 2px 2px 0px #262626;
    font-weight: 900;
}

.anime {
	width: 1px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 20px;
	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) {
	.mv-box {
		height: 100vh;
		overflow: hidden;
	}
	.slick-slide img
	{
	    width: 100%;
	    height: 100vh;
	    object-fit: cover;
	    display: block;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.mv-box {
		height: 65vh;
	}

	.mv-box .cach {
	    width: 80%;
	    line-height: 1.6;
	}
	.slick-slide img
	{
	    width: 100%;
	    height: 65vh;
	    object-fit: cover;
	    display: block;
	}
}/*END*/


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

	G Nav

------------------------------------------*/
.gnav-box{
	width: 230px;
    position: sticky;
    margin-left: auto;
    top: 30px;
    z-index: 999;
}
.gnav-box .gnav{
	line-height: 2;
    background-color: #262626;
    padding: 20px;
    border-radius: 10px 0px 0 10px;
    z-index: 1;
}
.side-contact {
	width: 270px;
    position: fixed;
    right: 0;
    top: 50%;
    padding: 30px;
}
.gnav-box a {
	color: #fff;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.gnav-box{
		width: 100%;
	    position: fixed;
    	top: -196px;
    	transition: .3s;
	}
	.open .gnav-box{
		width: 100%;
	    position: fixed;
    	top: 0;
	}
	.gnav-box .gnav {
		line-height: 3;
		text-align: center;
	    border-radius: 0;
	}

	#menu-btn {
	    width: 55px;
	    height: 55px;
	    background-color: #262626;
	    margin-left: auto;
	    position: relative;
	    z-index: 9999;
	}

	#menu-btn span {
	    width: calc(100% - 20px);
	    height: 3px;
	    background: #fff;
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50% , -50%);
	    transition: .3s;
	}
	#menu-btn::before,
	#menu-btn::after {
		content: "";
	    width: calc(100% - 15px);
	    height: 3px;
	    background: #fff;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    transition: .3s;
	}
	#menu-btn::before {
	    top: 10px;
	}
	#menu-btn::after {
	    bottom: 10px;
	}

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


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

	About

------------------------------------------*/
.about_box .txt {
	line-height: 2;
}

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

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about_box .txt {
		font-size: 2rem;
	}
}/*END*/


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

	Works

------------------------------------------*/
.works_box {
	background-color: #fffbdd;
}

.works_box .works .tit {
	color: #fff;
	background-color: #262626;
	display: inline-block;
	padding: .3em 1em;
}

.works_box .works_img_box div {
	max-width: 530px;
	width: 50%;
}

.works_box .works_img_box li {
	max-width: 353px;
	width: calc(33.333% - 50px);
}

/*PC*/
@media screen and (min-width: 768px) {
	.works_box .works dt {
		margin-right: 30px;
	}

	.works_box .works_img_box li {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.about_box .txt {
		font-size: 2rem;
	}

	.works_box .works_img_box li {
		width: 49%;
		margin-bottom: 5px;
	}
}/*END*/


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

	Price

------------------------------------------*/
.price_box {
	background-color: #fbfbff;
}

.price_box .price_list {
	margin-bottom: 20px;
}
.price_box .price_list:last-of-type {
	margin-bottom: 0;
}
.price_box .price_list dt {
	width: 350px;
	position: relative;
	margin-right: 20px;
}
.price_box .price_list dt span {
	background-color: #fbfbff;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.price_box .price_list dt::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #262626;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.price_box table {
	text-align: left;
 	border-collapse:collapse;
}
 
.price_box table th {
	border: 1px solid #262626;
	padding: 20px;
}
 
.price_box table td {
	border: 1px solid #262626;
	padding: 20px;
}
.price_box table td img {
	width: 30px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.price_box .price_list {
		margin-bottom: 10px;
	}
	.price_box .price_list dt {
		width: 190px;
		margin-right: 10px;
	}
	.price_box .price_list dt span {
		padding-right: 10px;
	}
	.price_box .price_list dd span {
		font-size: .8em;
	}
 
	.price_box table th {
		padding: 10px;
	}
 
	.price_box table td {
		padding: 10px;
	}
}/*END*/


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

	contact

------------------------------------------*/
.contact_box {
	background: rgb(255,119,91);
	background: linear-gradient(180deg, rgba(255,119,91,1) 0%, rgba(255,151,129,1) 100%);
}

.contact_box .tit span {
	font-weight: 900;
	color: #fff;
	padding-left: 70px;
	position: relative;
}
.contact_box .tit span::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/icon_contact.png);
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 0px;
}

.contact_box .txt {
	color: #fff;
}

.contact_box .box {
    width: 100%;
    max-width: 730px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    box-shadow: 4px 4px 0px 0px #262626;
    position: relative;
}

.contact_box .box::after {
    content: "";
    width: 242px;
    height: 280px;
    background-image: url(../images/contact_img.png);
    background-size: contain;
    position: absolute;
    right: -39px;
    bottom: -30px;
    z-index: 1;
}

.contact_box .contact_btn {
	width: 479px;
	height: 74px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.contact_box .box {
	    padding: 15px;
	}

	.contact_box .box::after {
	    width: 40%;
	    height: 0;
	    padding-top: 46%;
	    right: -39px;
	    bottom: -30px;
	}


	.contact_box .tit span {
		padding-left: 60px;
	}
	.contact_box .tit span::before {
	    width: 50px;
	    height: 50px;
	}

	.contact_box .contact_btn {
	    width: 60%;
	    height: auto;
	}
}/*END*/


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

	contact

------------------------------------------*/
.faq_box .faq_list dt span {
	font-weight: 900;
	background:linear-gradient(transparent 70%, #eeae00 70%);
}

.faq_box .faq_list dd {
	font-weight: 400;
	position: relative;
	padding-left: 1.3em;
	margin-left: 1em;
}
.faq_box .faq_list dd::before {
	content: "A.";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
}


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

	footer

------------------------------------------*/
footer {
	background-color: #262626;
}

footer .logo img {
	width: 70%;
	max-width: 200px;

}

/*Smartphone*/
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 100px!important;
	}
}/*END*/