@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/css?family=EB+Garamond');
/* font-family: 'EB Garamond', serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 56%;
	}
}

body{
    color: #C6E1E6;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #000;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}

/* header-fixed スクロールすると出てくるヘッダー */
.header-fixed{
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px 10px;
	text-align: center;
	position: fixed; /* ヘッダー固定 */
	z-index: 1;
	/*background: rgba(0,200,190,0.9);*/
	background: rgba(240, 148, 10, 0.8);
	color: #000000;
	padding-top: 10px;
}
.header-fixed-logo{
	width: 40%;
	margin: auto;
}
.header-fixed-gnav{
	width: 90%;
	text-align: center;
	margin: auto;
	line-height: 1.2;
}
.header-fixed-gnav-list li{
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 3px;
}
.header-fixed-gnav-list a{
	color: #000000;
}
.header-fixed-gnav-list li a:hover{
	padding-bottom: 5px;
	border-bottom: solid 5px #303030;
	text-decoration: none;
	opacity: 0.8;
}
span.japanese{
	display: none;
}
/* headerメディアクエリ 480px以上*/
@media (min-width: 479px) {
	.header-fixed-logo{
		width: 25%;
	}
}
/* header-fixedメディアクエリ 768px以上*/
@media (min-width: 767px) {
	.header-fixed-gnav-list li{
		font-size: 14px;
		letter-spacing: 0.1em;
		margin: 6px;
	}
	.header-fixed-inner{
		display: flex;
	}
	.header-fixed-logo{
		width: 30%;
	}
	.header-fixed-gnav{
		width: 70%;
		text-align: right;
	}
}
/* header-fixedメディアクエリ 1200px以上*/
@media (min-width: 1199px) {
	.header-fixed-inner{
		width: 1199px;
		margin: auto;
	}
}

/* 通常のヘッダー */
.header{
	width: 100%;
	padding: 24px 0;
	text-align: center;
	background: url(images/title-back.jpg) center center fixed no-repeat;
	background-size: cover;
	color: #fff;
}
.header-logo{
	width: 320px;
	margin: auto;
}
.header-gnav{
	width: 70%;
	margin: 20px auto;
}
.header-gnav-list li{
	font-size: 10px;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 3px;
	padding-right: 0.7em;
	border-right: solid 1px #fff;
}
.header-gnav-list li:last-child{
	border-right: none;
}
.header-gnav-list a{
	color: #fff;
}
.header-gnav-list li a:hover{
	padding-bottom: 5px;
	border-bottom: solid 5px #fff;
	text-decoration: none;
	opacity: 0.8;
}
span.japanese{
	display: none;
}
.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;
}
.intro-summary{
	line-height: 2;
	margin-bottom: 24px;
}

.shadow{
	text-shadow: 2px 2px 16px #005770;
}

@media (min-width: 479px) {
	.header-logo{
		/*width: 380px;  オリジナル*/
		width: 460px;
	}
	.header-gnav{
		margin-top: 35px;
	}
	.header-gnav-list li{
		font-size: 12px;
		margin: 3px;
	}
}
@media (min-width: 767px) {
	.header-logo{
		/*width: 540px;  オリジナル*/
		width: 720px;
	}
	.header-gnav{
		margin-top: 35px;
	}
	.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: 991px) {
	.header-logo{
		/*width: 780px;  オリジナル*/
		width: 890px;
	}
}
@media (min-width: 1200px) {
	.header-logo{
		/*width: 780px;  オリジナル*/
		width: 1200px;
	}
}

.content-heading-center-2{
	font-size: 64px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
	margin-bottom: 48px;
	color: #0075d6;

}
.content-heading-center-2 span{
	padding-bottom: 3px;
	border-bottom: solid 2px #0075d6;
}
.content-heading-center-2 p{
	font-size: 18px;
}
.shop-floor{
	margin: 0 auto 48px auto;
}
.shop-logo{
	width: 80%;
	margin: 0 auto 24px auto;
	filter: drop-shadow(2px 2px 2px #aaf);
}
.title-mode{
	font-size: 1.6rem;
	text-align: left;
}
.title-mode span{
	width: 3rem;
	height: 3rem;
	padding: 0.35rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	color: #fff;
	background: #2E8B57;
}
.title-mode2{
	font-size: 1.6rem;
	text-align: left;
}
.title-mode2 span{
	width: 3rem;
	height: 3rem;
	padding: 0.35rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	color: #fff;
	background: #B8860B;
}
.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-report-title{
	font-size: 2.4rem!important;
	font-weight: bold;
	margin-bottom: 16px;
}
.top-report-summary{
	font-size: 1.8rem!important;
	line-height: 1.8;
}
.top-model-summary{
	font-size: 2.4rem;
	line-height: 1.6;
}
.model-summary{
	font-size: 1.6rem;
	line-height: 1.8;
}
.spec-summary{
	font-size: 1.6rem;
	line-height: 1.8;
}
.bodered{
	border-bottom: 1px solid #303030;
}
.bodered-top{
	border-top: 1px solid #303030;
}
.btn-simple{ /* commonを上書き */
	margin: 8px;
	padding: 3px;
}
p.summary{
	font-size: 14px;
}
p.note{
	font-size: 1.2rem;
}
a:hover{
	opacity: 0.8;
}
a img{
	transition-property: opacity;
	transition-duration: 0.6s;
}
a img:hover{
	opacity: 0.6;
}
@media (min-width: 767px) {
	.shop-floor{
		margin: 0 auto 68px auto;
	}
	.shop-logo{
		width: 50%;
		margin: 0 auto 24px auto;
	}
	.top-campaign-title{
		font-size: 4.8rem!important;
		font-weight: bold;
		margin-bottom: 16px;
	}
	.top-campaign-date{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.top-report-summary{
		font-size: 1.4rem!important;
		line-height: 1.8;
	}
	.benefit-row{
		width: 767px;
		margin: auto;
		text-align: center;
	}
}
.benefit{
	color: #0075d6;
}
.container-access{
	background-size: contain;
}
.btn-blue{
	background: #0075d6;
	color: #fff;
	border: solid 1px #0075d6;
}
.btn-blue:hover{
	background: #1e73a0;
	color: #fff;
}


/* フッターTEL組部 */
.sns-outer{
    background-color: #000;
		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: #000;
}
.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: #1DA1F2;
}
.sns #twt::before {
    content: "Twitterでつぶやく";
    background-color: #1DA1F2;
}
.sns #twt::after {
    border-color: #1DA1F2 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;
    background-color: #1E1E1E;
}
#shop h1{
    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;
}


/* 追記部分 */
.factory-photo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4rem;
	line-height: 1.8;
	color: #FFF;
	text-align: left;
}
.icon-btn{
	background-color: #008080;
	border-radius:  5px;
	font-size: 1.8rem;
	color: #fff;
}
.rounded-5{
	border-radius: 5px;
}
.rounded-10{
	border-radius: 10px;
}
.gtr-width,.gtr-thumb{
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 767px) {
	.gtr-width,.gtr-thumb{
		width: 80%;
		margin: 0 auto;
	}
}
.gtr-model-title{
	font-family: 'Oswald', sans-serif;
	font-size: 5.2rem;
	font-weight: 600;
}
.limited-no{
	background-color: #FFD700;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}
.material{
	background-color: #A0522D;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.model-grade{
	background-color: #DC143C;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.color-change{
	background-color: #eb3cb0;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.lined{
	border: 1px solid #999;
}
.sold{
	font-family: 'Oswald', sans-serif;
	font-size: 6.4rem;
	line-height: 1;
	font-weight: 200;
	color: #DC143C;
	text-decoration: line-through;
}
.price-red{
	font-family: 'Oswald', sans-serif;
	font-size: 6.4rem;
	line-height: 1;
	font-weight: 600;
	color: #DC143C;
}
.inquiry{
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 400;
	color: #DDD;
	text-align: center;
}
.contact a:link {
	color:#FFFFFF;
}
.contact p{
	font-size: 1.8rem!important;
	line-height: 1.8;
}
@media (min-width: 767px) {
	.contact p{
		font-size: 1.8rem!important;
	}
}
/* ///////// button-area /////////*/
#button-area{
	width: 80%;margin: 0 auto;
}
.btn-outline-info{
	border-width: 3px!important;
}
.btn-outline-warning{
	border-width: 3px!important;
	border-radius: 10px!important;
}
.top-page{
	font-size: 2.4rem;
	font-weight: bolder!important;
}
a.yellow-link{
	color: #ffc107!important;
}
a.yellow-link:hover{
	color:#202020!important;
}
a.blue-link{
	color: #17a2b8!important;
}
a.blue-link:hover{
	color:#ffffff!important;
}
@media (max-width:992px){
.content-warranty,.content-warranty2{
	width: 100%;
}
.warranty-detail table{
	width: 100%;
}
}
.crimson{
	color:#DC143C;
}
.gold{
	color:#DAA520;
}
.yellow{
	color: #EDBD00;
}
.tan{
	color: #D2B48C;
}
.white{
	color: #FFF;
}
.moccasin{
	color: #FFE4B5;
}
