@charset "utf-8";
/* タイアップ */
header{ position: relative; z-index: 2;}
main{ font-feature-settings: normal;}
.en{font-family: "Montserrat", sans-serif; font-optical-sizing: auto;}
sup{
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
sub{
    font-size: 75.5%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}
.inner{ width: 1140px; margin: 0 auto; position: relative;}
.btn-shop{ width: 740px; margin: 0 auto;}
.btn-shop a{ background: #0071be; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25); font-size: 20px; font-weight: 700; line-height: 1.3; color: #fff; text-align: center; text-decoration: none; display: block; cursor: pointer; padding: 20px 0; border-radius: 92px; transition: .4s;}
.btn-shop a:hover{ opacity: 0.8; box-shadow: none;}
.btn-shop a span{ display: inline-block; position: relative;}
.btn-shop a .arrow::after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
	right: -20px;
    transform: translateY(-50%) rotate(0deg);
}
.btn-official{ width: 740px; margin: 0 auto;}
.btn-official a{ background: #fff; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25); font-size: 20px; font-weight: 700; line-height: 1.3; color: #000; text-align: center; text-decoration: none; display: block; cursor: pointer; padding: 20px 0; border-radius: 92px; transition: .4s;}
.btn-official a:hover{ opacity: 0.8; box-shadow: none;}
.btn-official a span{ display: inline-block; position: relative;}
.btn-official a .arrow::after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 50%;
	right: -20px;
    transform: translateY(-50%) rotate(0deg);
}
.btn-list{ display: flex;}
.btn-list li.btn-shop,
.btn-list li.btn-official{ width: 560px; margin: 0;}
.btn-list li:first-child{ margin-right: auto;}
#fv .mv{ background: url(../img/fv-mv-bg_pc.jpg?260910) top center no-repeat; background-size: cover;}
#fv .mv .inner{ height: 600px;}
#fv .mv h1{ position: absolute; top: 150px; left: 332px;}
#fv .detail{ background: #111; border-top: 5px solid #f15325;}
#fv .detail .bg{ background: #000 url(../img/fv-detail-bg_pc.jpg) center top no-repeat; border-top: 5px solid #f15325; padding-bottom: 30px; margin-top: -60px;}
#fv .detail .bg .read{ border-bottom: 1px solid #333; padding: 35px 0;}
#fv .detail .bg .read p{ font-size: 18px; line-height: 1.8; color: #fff; text-align: center; margin-bottom: 15px;}
#fv .detail .bg .read p:last-of-type{ margin-bottom: 0;}
#fv .detail .bg .profile{ background: url(../img/fv-profile-bg_pc.png) center bottom no-repeat; padding: 20px 80px 55px;}
#fv .detail .bg .profile h2{ font-size: 52px; font-weight: 600; color: #f15325; text-align: center; margin-bottom: 55px;}
#fv .detail .bg .profile .profile-list{ display: flex;}
#fv .detail .bg .profile .profile-list li:first-child{ margin-right: auto;}
#fv .detail .bg .profile .profile-list li .job{ font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px;}
#fv .detail .bg .profile .profile-list li h3{ font-size: 42px; font-weight: 700; color: #f15325; margin-bottom: 15px;}
#fv .detail .bg .profile .profile-list li h3 span{ font-size: 16px;}
#fv .detail .bg .profile .profile-list li .text{ font-size: 16px; line-height: 1.6; color: #fff;}

article{ border-top: 5px solid #f15325; padding: 75px 0 100px;}
article .tit-box{ margin-bottom: 55px;}
article .tit-box p{ display: flex; justify-content: center; align-items: center; font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 10px;}
article .tit-box p .no{ color: #f15325 !important; display: flex; align-items: center; margin-right: 18px;}
article .tit-box p .no::after{ content: ""; background: #333; width: 1px; height: 30px; margin-left: 18px; transform: rotate(45deg);}
article .tit-box h2{ font-size: 42px; font-weight: 700; line-height: 1.3; color: #fff; text-align: center;}
article .tit-box h2 strong{ color: #f15325 !important;}
article .top-img{ margin-bottom: 60px;}
article .top-img .inner,
article .bottom-img .inner{ height: 400px;}
article .comment .read{ font-size: 18px; line-height: 1.8; text-align: center; margin-top: -5px; margin-bottom: 55px;}
article .comment .inner > .comment-list{ margin-bottom: 60px;}
article .comment .comment-list li{ display: flex; align-items: flex-start; gap: 30px; margin-bottom: 30px;}
article .comment .comment-list li:last-child{ margin-bottom: 0;}
article .comment .comment-list li .ico{ width: 80px; flex-shrink: 0;}
article .comment .comment-list li .ico img{ width: 100%;}
article .comment .comment-list li p{
    background: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    position: relative;
    flex: 1;
    font-size: 18px;
    line-height: 1.8;
    padding: 15px 20px;
}
article .comment .comment-list li.kamishige p{ border-color: #f15325;}
article .comment .comment-list li p::before{ 
	top: -4px;
	left: -25px;
	border-style: solid;
	border-width: 25px 25px 0 0;
}
article .comment .comment-list li p::before,
article .comment .comment-list li p::after{
	content: "";
	position: absolute;
	margin: auto;
	transform: rotate(90deg);
}
article .comment .comment-list li p::after{
	top: 0px;
	left: -14px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 14px 14px 0 0;
	z-index: 10;
}
article .comment .comment-list li.kamishige p{ border-color: #f15325;}
article .comment .comment-list li.kamishige p::before{ border-color: #f15325 transparent transparent transparent;}
article .comment .comment-list li.moriyama p{ border-color: #777; border-radius: 10px 0 10px 10px;}
article .comment .comment-list li.moriyama{ flex-flow: row-reverse;}
article .comment .comment-list li.moriyama p::before{ left: auto; right: -25px; border-color: transparent transparent #777 transparent; border-width: 0 25px 25px 0;}
article .comment .comment-list li.moriyama p::after{ left: auto; right: -14px; border-color: transparent transparent #fff transparent; border-width: 0 14px 14px 0;}
article .comment .flex{ display: flex; align-items: center; margin-bottom: 60px;}
article .comment .flex .img{ width: 555px; flex-shrink: 0;}
article .comment .flex .img img{ width: 100%;}
article .comment .flex.img-left .img{ margin-right: auto;}
article .comment .flex.img-right{ flex-flow: row-reverse;}
article .comment .flex.img-right .img{ margin-left: auto;}
article .comment .flex .comment-list{ width: 555px;}
article .comment .data{ background: #ccc; padding: 10px; margin-bottom: 60px;}
article .comment .data h3{ background: #000; font-size: 18px; font-weight: 700; color: #fff; padding: 15px 20px; margin-bottom: 5px;}
article .comment .data h3 strong{ font-weight: 700; color: #f15325;}
article .comment .data h3 span{ font-size: 14px;}
article .comment .data .data-list{ display: flex; align-items: stretch; gap: 5px;}
article .comment .data .data-list li{ background: #fff; display: flex; align-items: center; flex-direction: column; width: calc(100% / 7); text-align: center; padding: 10px 0;}
article .comment .data .data-list li .stit{ font-size: 14px; font-weight: 700; margin-bottom: 8px;}
article .comment .data .data-list li .en{ font-size: 14px; font-weight: 700;}
article .comment .data .data-list li .en strong{ font-size: 32px; font-weight: 700; color: #f15325;}
article .comment .data .data-list li .en span{ font-size: 32px;}

#art01{ background: #000 url(../img/art01-bg_pc.jpg) center top no-repeat;}
#art01 .top-img{ background: #111 url(../img/art01-top-img_pc.jpg?260910) center center no-repeat;}

#art02{ background: #fff url(../img/art02-bg.jpg) left top repeat; padding-bottom: 0;}
#art02 .tit-box p{ color: #000;}
#art02 .tit-box h2{ color: #000;}
#art02 .top-img{ background: #000 url(../img/art02-top-img_pc.jpg) center center no-repeat;}
#art02 .bottom-img{ background: #000 url(../img/art02-bottom-img_pc.jpg?260910-2) center center no-repeat; margin-top: 100px;}

#art03{ background: #000 url(../img/art03-bg_pc.jpg) center top no-repeat; padding-bottom: 0;}
#art03 .top-img{ background: #111 url(../img/art03-top-img_pc.jpg?260910-1) center center no-repeat;}
#art03 .bottom-img{ background: #111 url(../img/art03-bottom-img_pc.jpg?260910-1) center center no-repeat; margin-top: 100px;}
#art03 .bottom-img .inner{ position: relative;}
#art03 .bottom-img .inner p{ font-size: 16px; color: #fff; position: absolute; bottom: 20px; right: 0;}

#art04{ background: #000 url(../img/art04-bg_pc.jpg?260910-1) center top no-repeat;}
#art04 .tit-box{ margin-bottom: 105px;}
#art04 .tit-box .sp{ display: none !important;}
#art04 .spec table{ width: 100%; margin-bottom: 20px;}
#art04 .spec table th,
#art04 .spec table td{ font-size: 16px; vertical-align: middle; border: 1px solid #333; padding: 10px 20px;}
#art04 .spec table th[scope="col"]{ background: #000; color: #fff;}
#art04 .spec table th[scope="col"] strong{ font-weight: 700; color: #f15325; text-align: left; display: block;}
#art04 .spec table th[scope="col"] span{ font-size: 12px;}
#art04 .spec table th[scope="row"]{ background: #fff; color: #000;}
#art04 .spec table th[scope="row"].orange{ background: #f15325; color: #fff; text-align: left;}
#art04 .spec table td{ background: #fff; font-weight: 500; color: #000; text-align: center;}
#art04 .spec .notes{ font-size: 14px; color: #fff; text-align: right; margin-bottom: 60px;}

@media only screen and (max-width: 767px) {
/* タイアップ */
main{ overflow-x: hidden;}
.inner{ width: auto; margin: 0;}
.btn-shop{ width: 100%;}
.btn-shop a{ font-size: 16px; padding: 10px 0;}
.btn-shop a .arrow::after{ font-size: 18px;}
.btn-official{ width: 100%;}
.btn-official a{ font-size: 16px; padding: 10px 0;}
.btn-official a .arrow::after{ font-size: 18px;}
.btn-list{ display: block; padding: 0 20px;}
.btn-list li.btn-shop,
.btn-list li.btn-official{ width: 100%; margin: 0;}
.btn-list li:first-child{ margin-right: 0; margin-bottom: 20px;}

#fv .mv{ background: #000;}
#fv .mv .inner{ height: auto;}
#fv .mv h1{ position: static;}
#fv .mv h1 img{ width: 100%;}
#fv .detail{ margin-top: -1px;}
#fv .detail .inner{ padding: 0 20px;}
#fv .detail .bg{ background: #000 url(../img/fv-detail-bg_sp.jpg) center top no-repeat; background-size: 100%; padding-bottom: 20px; margin-top: -20px;}
#fv .detail .bg .read{ padding: 15px 20px 20px;}
#fv .detail .bg .read p{ font-size: 17px; text-align: left; margin-bottom: 10px;}
#fv .detail .bg .profile{ background: none; padding: 25px 20px;}
#fv .detail .bg .profile h2{ font-size: 34px; margin-bottom: 25px;}
#fv .detail .bg .profile .profile-list{ display: block;}
#fv .detail .bg .profile .profile-list li:first-child{ background: url(../img/fv-profile-bg01_sp.jpg) center center no-repeat; background-size: 100%; padding-right: 50%; margin-bottom: 20px;}
#fv .detail .bg .profile .profile-list li:last-child{ background: url(../img/fv-profile-bg02_sp.jpg) center center no-repeat; background-size: 100%; padding-left: 50%;}
#fv .detail .bg .profile .profile-list li .job{ font-size: 12px; margin-bottom: 10px;}
#fv .detail .bg .profile .profile-list li h3{ font-size: 28px; margin-bottom: 10px;}
#fv .detail .bg .profile .profile-list li h3 span{ font-size: 12px; display: block; margin-top: 6px;}
#fv .detail .bg .profile .profile-list li .text{ font-size: 13px;}

article{ border-top: 5px solid #f15325; padding: 35px 0 50px;}
article .tit-box{ margin-bottom: 35px;}
article .tit-box .inner{ padding: 0 20px;}
article .tit-box p{ font-size: 17px; margin-bottom: 10px;}
article .tit-box p .no{ margin-right: 15px;}
article .tit-box p .no::after{ height: 20px; margin-left: 15px;}
article .tit-box h2{ font-size: 26px;}
article .top-img{ margin-bottom: 30px;}
article .top-img,
article .bottom-img{ background: none !important;}
article .top-img .inner,
article .bottom-img .inner{ height: auto;}
article .top-img .inner img,
article .bottom-img .inner img{ width: 100%;}
article .comment .read{ font-size: 17px; text-align: left; margin-bottom: 25px;}
article .comment > .inner{ padding: 0 20px;}
article .comment .inner > .comment-list{ margin-bottom: 30px;}
article .comment .comment-list li .ico{ width: 70px;}
article .comment .comment-list li{ gap: 15px; margin-bottom: 20px;}
article .comment .comment-list li p{
    font-size: 15px;
    padding: 8px 10px;
}
article .comment .flex{ display: block; margin-bottom: 30px;}
article .comment .flex .img{ width: auto; margin-bottom: 20px;}
article .comment .flex .img img{ width: 100%;}
article .comment .flex.img-left .img{ margin-right: 0;}
article .comment .flex.img-right .img{ margin-left: 0;}
article .comment .flex .comment-list{ width: auto;}
article .comment .data{ padding: 5px; margin-bottom: 30px;}
article .comment .data h3{ font-size: 17px; line-height: 1.4; text-align: center; padding: 10px;}
article .comment .data h3 span{ font-size: 12px; display: block;}
article .comment .data .data-list{ flex-wrap: wrap; gap: 2px; width: 100%;}
article .comment .data .data-list li{ width: calc((100% - 2px * 3) / 4); padding: 10px 0 8px; box-sizing: border-box;}
article .comment .data .data-list li:nth-child(5),
article .comment .data .data-list li:nth-child(6),
article .comment .data .data-list li:nth-child(7){ width: calc((100% - 2px * 2) / 3);}
article .comment .data .data-list li .stit{ font-size: 10px;}
article .comment .data .data-list li .en{ font-size: 10px;}
article .comment .data .data-list li .en strong{ font-size: 20px;}
article .comment .data .data-list li .en span{ font-size: 20px;}

#art02 .bottom-img,
#art03 .bottom-img{ margin-top: 40px;}
#art03 .bottom-img .inner p{ font-size: 12px; bottom: 10px; right: 20px;}

#art04{ background: #000 url(../img/art04-bg_sp.jpg?260910-1) center top no-repeat; background-size: 100%;}
#art04 .tit-box{ margin-bottom: 75px;}
#art04 .tit-box .sp{ font-size: 12px; text-align: center; margin-top: 10px; display: block !important;}
#art04 .spec .scroll{ overflow-x: scroll;}
#art04 .spec table{ margin: 0 20px 10px;}
#art04 .spec .notes{ font-size: 12px; padding-right: 20px; margin-bottom: 30px;}

footer{ padding-bottom: 60px;}

}

