@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans');
/* font-family: 'Expletus Sans', cursive; */
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
/* font-family: 'Yellowtail', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=EB+Garamond'); 
/*font-family: 'EB Garamond', Arial, serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Bangers');
@import url('https://fonts.googleapis.com/css?family=Marcellus');
/* font-family: 'Marcellus', serif; */
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* font-family: 'Pacifico', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* font-family: 'Noto Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* font-family: 'Bebas Neue', sans-serif; */
/**************************************
							共 通 項 目
**************************************/
body { color: #333; }

hr { margin: 0; }

h3, h4 { color: #000; text-align: center; font-weight: 700; }

h1 { font-size: 1em; line-height: 1.6; }
h1 span { font-size: 2.6em; line-height: 1; }

h2 { font-size: 2.8rem; font-size: clamp(2.8rem, 4.2vw, 4.2rem); font-weight: 700; }

h3 { font-size: 1.6em; position: relative; }
h3::after { position: absolute; left: 0; bottom: -5px; content: ""; width: 100%; height: 1px; border-radius: 1px; background-color: #666; }

h4 { font-size: 1em; }
h4 span { font-size: 1.4em; }

.trim { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; }

/**************************************
						コ ン テ ン ツ
**************************************/
.header > a { width: 50%; max-width: 300px; height: auto; }

.eyecatch img { width: 100%; height: auto; }

.intro { font-size: 1.2em; line-height: 1.6; }

.model .caption { font-size: 1.6rem; font-size: clamp(1.6rem, 2vw, 2rem); line-height: 1.6; }
.model .shopname { font-weight: 700; color: #5c2223; font-size: 1.2rem; font-size: clamp(1.2rem, 1.6vw, 1.6rem); line-height: 1.6; }
.model .modelname { font-size: 1.8rem; font-size: clamp(1.8rem, 2.4vw, 2.4rem); line-height: 1.2; }
.model .gallery { display: flex; flex-wrap: wrap; justify-content: space-between; }
.model .gallery li { width: calc((100% / 4) - 0.5rem); margin-bottom: 0.5rem; }
@media (min-width: 992px) { .model .gallery li { width: calc((100% / 6) - 1.0rem); margin-bottom: 1.0rem; } }
.model .price { font-weight: 700; color: #FF0000; font-size: 2.1em; }
.model .btn { position: relative; font-size: 1.8rem; color: #F9AE3B; background-color: transparent; border: solid 2px #F9AE3B; width: 100%; line-height: 3.0rem; font-weight: 700; }
.model .btn a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
@media (min-width: 992px) { .model .btn { width: auto; } }
.model .btn:hover { color: #431819; background-color: #F9AE3B; }

ol li { font-size: 1.6rem; font-size: clamp(1.6rem, 2vw, 2rem); line-height: 1.4; list-style-type: none; display: flex; align-items: center; border-bottom: dashed 1px rgba(0, 0, 0, 0.5); max-width: 720px; margin: auto; }
ol li span { width: 50%; display: inline-block; }
ol li span:first-child { font-weight: 400; color: #000; font-weight: 700; }

/**************************************
							店 舗 情 報
**************************************/
.footer { background: #000; color: #FEFEFE; }
.footer h4 { text-align: center; font-size: 1.4em; font-weight: 700; color: #FEFEFE; }
.footer .shop > p { font-size: 1.8rem; font-weight: 700; border-bottom: solid 1px #E49B44; line-height: 1.2; }
.footer .shop ul li { font-size: 1.6rem; border-bottom: dashed 1px #666; line-height: 1.3; }
.footer .shop ul li span { font-weight: 700; }
.footer .shop a, .footer .shop a:visited { color: #FEFEFE; }
.footer .shop a:hover { color: #E49B44; }

.copy { width: 100%; text-align: center; background-color: #000; color: #666; font-size: 1.4rem; }


/* フッターTEL組部 */
.sns-outer{
	background-color: #FFF;
	padding-top: 8.0rem;
	padding-bottom: 3.0rem;
}
.sns {
	margin: 0 auto;
	width: 238px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
}
.sns #twt, .sns #fb, .sns #line {
	position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
	transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99px;
	color: #FEFEFE;
	height: 25px;
	border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.sns #twt .img {
	background-color: #000;
}
.sns #twt::before {
	content: "XでPOST";
	background-color: #000;
}
.sns #twt::after {
	border-color: #000 transparent transparent transparent;
}
.sns #fb .img {
	background-color: #1877F2;
}
.sns #fb::before {
	content: "Facebookでシェア";
	background-color: #1877F2;
}
.sns #fb::after {
	border-color: #1877F2 transparent transparent transparent;
}
.sns #line .img {
	background-color: #00B900;
}
.sns #line::before {
	content: "LINEで送る"; background-color: #00B900;
}
.sns #line::after {
	border-color: #00B900 transparent transparent transparent;
}
@media (min-width: 576px) {
	.sns {
			width: 280px;
	}
}
#shop{
	/*padding-top: 15.0rem;*/
	/*padding: 9.0rem 0 0 0;*/
	padding: 7.0rem 0 0 0;
	background-color: #000;
}
#shop h1{
	margin-bottom: 2.0rem;
	/*margin-bottom: 9.0rem;*/
	font-weight: 400;
	font-size: 2.0rem;
	text-align: center;
	color: #ccc;
}
#shop h1 > span{
	display: block;
	font-family: 'Bebas Neue', cursive!important;
	font-size: 5.0rem;
	font-weight: 400;
}
.shopinfo{
	margin-bottom: 9.5rem;
}
@media screen and (max-width:575.98px) {
	.shopinfo{
			max-width: 85%;
			margin-bottom: 4.5rem;
			margin-left: auto;
			margin-right: auto;
	}
}
#shop h2{
font-size: 1.8rem;
line-height: 1.0;
}
#shop h2 a{
color: #ccc;
transition: color .3s ease-out;
}
.shopinfo > p{
	padding-top: 0.5rem;
	margin-top: 1.0rem;
	/*border-top: 0.1rem solid #FF7600;*/
	color: #ccc;
	font-size: 1.6rem;
}
.shopinfo > p > span{
	display: block;
	font-family: 'Bebas Neue', cursive;
	font-size: 2.0rem;
font-weight: 400;
	color: #27b6bb;
}
.shopinfo > p > a{
	color: #ccc;
	transition: color .3s ease-out;
}
#shop h2 a:hover, .shopinfo > p > a:hover{
	color: #FF7600;
}
.copyright{
	color: #999;
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1.0rem;
}
.clr{
clear:both;
}

/**************************************
							追　　記
**************************************/
.top-campaign{
	color: #D2D2D2;
	padding: 16px;
}
.top-campaign-thumbnail{
	margin-bottom: 12px;
}
.top-campaign-title{
	font-size: 3.6rem!important;
	font-weight: bold;
	margin-bottom: 16px;
}
.top-campaign-date{
	font-size: 20px;
	margin-bottom: 16px;
}
.top-campaign-summary{
	font-size: 1.8rem;
	line-height: 1.8;
}
.top-page{
	font-size: 2.4rem;
	font-weight: bolder!important;
}
a.yellow-link{
	color: #ffc107!important;
}
a.yellow-link:hover{
	color:#202020!important;
}
.inquiry{
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 400;
	color: #505050;
	text-align: center;
}
.other-cs{
	font-size: 2.1rem!important;
	text-align: center!important;
}
.rounded-10{
	border-radius: 10px;
}
.crimson{
	color: #DC143C;
}
/* 通常のヘッダー */
.header-sub{
	width: 100%;
	padding: 24px 0;
	text-align: center;
	background: url(../img/title-back.jpg) center center fixed no-repeat;
	background-size: cover;
	color: #fff;
}
.header-logo{
	width: 320px;
	margin: auto;
}
.intro-headline{
	font-size: 2.8rem!important;
	margin-bottom: 18px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000,0 0 1.4em #FF0000,0 0 0.4em #FF0000;
}
.intro{
	width: 90%;
	font-size: 14px;
	margin: 45px auto;
	text-align: left;
}
.shadow{
	text-shadow: 2px 2px 16px #474949;
}

@media (min-width: 767px) {
	.intro{
		width: 70%;
		font-size: 18px;
	}
	.intro-headline{
		/*font-size: 48px;  オリジナル*/
		font-size: 4.2rem!important;
		margin-bottom: 64px;
		text-align: center;
		margin: auto;
	}
}

@media (min-width: 479px) {
	.header-logo{
		/*width: 380px;  オリジナル*/
		width: 460px;
	}
}
@media (min-width: 575px) {
	.header-logo{
		/*width: 380px;  オリジナル*/
		width: 540px;
	}
}
@media (min-width: 767px) {
	.header-logo{
		/*width: 540px;  オリジナル*/
		width: 720px;
	}
}
@media (min-width: 991px) {
	.header-logo{
		/*width: 780px;  オリジナル*/
		width: 890px;
	}
}
@media (min-width: 1200px) {
	.header-logo{
		/*width: 780px;  オリジナル*/
		width: 1200px;
	}
}
@media (min-width: 1400px) {
	.header-logo{
		/*width: 780px;  オリジナル*/
		width: 1400px;
	}
}

@media (min-width: 767px) {
	.top-campaign-title{
		font-size: 4.8rem!important;
		font-weight: bold;
		margin-bottom: 16px;
	}
	.top-campaign-date{
		font-size: 28px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.other-cs{
		font-size: 1.8rem!important;
		text-align: left!important;
	}
	.model .shopname{
		font-weight: 700;
		font-size: 1.6rem;
		font-size: clamp(1.6rem, 2vw, 2rem);
		line-height: 1.6;
	}
	.model .modelname{
		font-size: 3.6rem;
		font-size: clamp(3.6rem, 4vw, 4rem);
		line-height: 1.2;
	}
}

.red {
	background-color: red;
}