@charset "utf-8";
/* CSS Document */


.contentsWidth .switchImg {}

body {
  padding: 0;
}
#siteHeader,
.pageTitle,
#siteFooter {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

.siteContents {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 568px) {
.pageTitle {
  margin: 18px 10px;
}
}

.contentsWidth .w100 {
	display:block;
	width:100%;
	height:auto;
}

@media (max-width: 980px) {
.pageTitle {
  margin: 18px 20px;
}
.contentsTop  > .contentsWidth {
	padding: 0;
}
/* max-width: 980px */}


.contentsWidth .MB10 {
	margin-bottom:10px;
}
.contentsWidth .MB20 {
	margin-bottom:20px;
}
.contentsWidth .MB30 {
	margin-bottom:30px;
}
.contentsWidth .MB40 {
	margin-bottom:40px;
}
.contentsWidth .MB50 {
	margin-bottom:50px;
}
.contentsWidth .MB60 {
	margin-bottom:60px;
}
.contentsWidth .MB70 {
	margin-bottom:70px;
}
.contentsWidth .MB80 {
	margin-bottom:80px;
}
.contentsWidth .MT10 {
	margin-top:10px;
}
.contentsWidth .MT20 {
	margin-top:20px;
}
.contentsWidth .MT30 {
	margin-top:30px;
}
.contentsWidth .MT40 {
	margin-top:40px;
}
.contentsWidth .MT50 {
	margin-top:50px;
}
.pconly {
	display:block;
}
.sponly,
.sponly_480 {
	display:none;
}



.contentsWidth {
color:#fff;
background:#000;
font-size: 1.4rem;
}

.contentsWidth .NotoSerif{
font-family: 'Noto Serif JP', serif;
}


.promo_box {
  width: 100%;
}

.promo_cation {
font-size: 11px;
text-align: right;
padding: 10px;
}


.contentsWidth .lead_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;

padding: 30px 100px 50px;

box-sizing: border-box;
}


.contentsWidth .lead_box .lead_img_box {
max-width: 280px;
width: 80%;
}

.contentsWidth .lead_box .lead_txt_box {
width: calc(100% - 280px - 20px);
}

.contentsWidth .lead_box .lead_txt_box h2 {
font-weight: 700;
font-family: 'Noto Serif JP', serif;
color:#fff;
margin-bottom: 10px;
font-size: 2.2rem;
}

.contentsWidth .lead_box .lead_txt_box p {
color:#D2AA8C;
font-size: 1.6rem;
}

.contentsWidth section h1 {
background: #2F1A00;
font-weight: 700;
font-family: 'Noto Serif JP', serif;
color:#fff;
font-size: 2.6rem;
padding: 20px;
text-align: center;
}


.contentsWidth section.history {
padding-bottom: 80px;
}
.contentsWidth section.history h1 {
background: #2F1A00 url(../img/ttlbg_history.png) no-repeat bottom left;
}
.contentsWidth section.history .history_lead{
text-align: center;
width: 600px;
display: block;
margin: 0 auto 30px;
box-sizing: border-box;
}

.contentsWidth section.history .history_list{
padding: 0 100px;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

align-items: center;

margin-bottom: 30px;
}

.contentsWidth section.history .history_list dt{
display: block;
width: 280px;
}

.contentsWidth section.history .history_list dd{
display: block;
width: calc(100% - 280px - 20px);
}
.contentsWidth section.history .history_list p{
padding-left: 0.5em;
}
.contentsWidth section.history .history_list strong{
font-weight: normal;
color:#D2AA8C;
font-size: 1.8rem;
margin-left: -0.5em;
margin-bottom: 6px;
display: inline-block;
}

.contentsWidth section.history .history_list dd.noindent strong{
margin-left: 0;
}




.contentsWidth section.interview {
padding-bottom: 100px;
}

.contentsWidth section.interview:last-of-type {
padding-bottom: 140px;
}
.contentsWidth section.interview h1 {
background: #2F1A00 url(../img/ttlbg_interview.png) no-repeat bottom left;
}
.contentsWidth section.interview .interview_inbox {
padding:0 100px;
margin-bottom: 30px;
}

.contentsWidth section.interview .interview_inbox .ttl_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;

align-items: center;
margin-bottom: 30px;
}
.contentsWidth section.interview .interview_inbox .ttl_box .order1 {
order:1;
}
.contentsWidth section.interview .interview_inbox .ttl_box .order2 {
order:2;
}

.contentsWidth section.interview .interview_inbox .ttl_box .img_box {
width: 280px;
}

.contentsWidth section.interview .interview_inbox .ttl_box .txt_box {
width: calc(100% - 280px - 20px);
color:#D2AA8C;
}

.contentsWidth section.interview .interview_inbox .ttl_box .txt_box h2 {
display: block;
border-bottom: solid 2px #93531E;
padding-bottom: 10px;
margin-bottom: 15px;
font-size: 3rem;
font-weight: 700;
font-family: 'Noto Serif JP', serif;
}

.contentsWidth section.interview .interview_inbox .ttl_box .txt_box p strong {
font-weight: normal;
font-size: 1.8rem;
padding-right: 0.5em;
}
.contentsWidth section.interview .interview_inbox .ttl_box .txt_box p span {
font-weight: normal;
font-size: 1.2rem;
}

.contentsWidth section.interview .interview_inbox>p {
display: inline-block;
margin-bottom: 1em;
}


.contentsWidth section.interview .photo_box {
background: #2C2723;
}

.contentsWidth section.interview .photo_box .w780 {
max-width: 780px;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
}

.contentsWidth section.interview .photo_box .w580 {
max-width: 580px;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
}



.contentsWidth section.movie {
padding-bottom: 140px;
}
.contentsWidth section.movie h1 {
background: #2F1A00 url(../img/ttlbg_movie.png) no-repeat bottom left;
}
.contentsWidth section.movie .youtube_box {
max-width: 780px;
margin: 0 auto;
padding: 0 20px;
}
.contentsWidth section.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.contentsWidth section.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.contentsWidth section.gallery {
padding-bottom: 140px;
}
.contentsWidth section.gallery h1 {
background: #2F1A00 url(../img/ttlbg_gallery.png) no-repeat bottom left;
}


.contentsWidth section.gallery .gallery_inbox {
padding: 0 20px;
box-sizing: border-box;
max-width: 820px;
width: 100%;
margin: 0 auto;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.contentsWidth section.gallery .gallery_inbox a {
display: block;
width: 48%;
border: solid 1px #707070;
margin-bottom: 20px;
}




.contentsWidth section.product {
padding-bottom: 140px;
}
.contentsWidth section.product h1 {
background: #2F1A00 url(../img/ttlbg_products.png) no-repeat bottom left;
}

.contentsWidth section.product .product_inbox {
width: 100%;
margin: 0 auto 50px;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.contentsWidth section.product .product_inbox a {
display: block;
max-width: 480px;
width: 49%;
margin-bottom: 25px;
}

/* .contentsWidth section.product .product_inbox a img {
display: block;
border: solid 1px #707070;
box-sizing: border-box;
}
.contentsWidth section.product .product_inbox a:hover img {
border: solid 1px #CE2C55;
} */
.contentsWidth section.product .product_inbox a figcaption {
color: #aaa;
padding: 15px 15px 0;
font-size: 1.3rem;
}
.contentsWidth section.product .product_inbox a figcaption p {
margin-bottom: 1em;
}
.contentsWidth section.product .product_inbox a figcaption p:nth-child(2) {
margin-bottom: 0;
}
.contentsWidth section.product .product_inbox a figcaption strong {
font-size: 1.5rem;
color:#fff;
}

.contentsWidth section.product .info_box {
padding: 0 150px;
margin-bottom: 30px;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.contentsWidth section.product .info_box .img_box {
max-width: 280px;
width: 100%;
}

.contentsWidth section.product .info_box .txt_box {
width: calc(100% - 280px - 20px);
}

.contentsWidth section.product .info_box .txt_box h3 {
color:#D2AA8C;
font-size: 1.8rem;
margin-bottom: 10px;
display: block;
font-weight: normal;
}

.contentsWidth section.product .info_box .txt_box ul {
margin-bottom: 8px;
padding-left: 1.5em;
}
.contentsWidth section.product .info_box .txt_box ul li {
list-style: disc;
margin-bottom: 6px;
}
.contentsWidth section.product .info_box .txt_box p {
font-size: 1.2rem;
}

.contentsWidth section.product a.product_link {
max-width: 580px;
width: 90%;
text-align: center;
font-size: 1.6rem;
color:#D2AA8C;
padding: 20px 40px 18px;
font-family: 'Noto Serif JP', serif;
font-weight: 700;
position: relative;
display: block;
border: solid 2px #93531E;
border-radius: 35px;
margin: 0 auto;
box-sizing: border-box;
margin-bottom: 80px;
}
.contentsWidth section.product a.product_link:last-child {
margin-bottom: 0;
}

.contentsWidth section.product a.product_link:after {
position: absolute;
content: "";
display: block;
width: 12px;
height: 21px;
background: url(../img/btn_arrow.svg) no-repeat;
top:0;
bottom: 0;
right:30px;
margin: auto;
}


.contentsWidth .bnr_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
padding: 0 20px 70px;
box-sizing: border-box;
}
.contentsWidth .bnr_box a {
width: 280px;
margin: 0 10px;
border: solid 1px #333;
}