@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.display-inlineblock {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-ico *{
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .italic {
	font-style: italic;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

.container .ta-l {
	text-align: left;
}

/* head */
.head-box {
	background-color: #000;
	color: #fff;
}

.head-box .bg-box{
	background-image:url("head_img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-position: top center;
	
	padding-top: calc( (360 / 750) * 100% );
	
	position: relative;
	z-index: 1;
}

.head-box .sub-box{
  position: absolute;
	z-index: 2;
	top: 8vw;
	left: 47.8%;
	width: 43%;
}

.head-box .h1-box{
  position: absolute;
	z-index: 2;
	bottom: 7%;
	right: 0;
	width: 60%;
}

@media screen and (min-width: 768px) { /* tab pc */
 	div.head-box .bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (768 / 1600) * 100% );
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	font-size:min(4vw,18px);
	padding: 32px 4% 0;
}

.lead-box .inner-box{
	text-align: center;
	margin: 0 auto; 
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: 125.00%; /* 20px */
	}
}

/* sec common */
.sec{

}

.p2 .sec1,
.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 + .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;
}

.container .sec .sec-ttl-box h2 {
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;

	position: relative;
  z-index: 1;
	
	overflow: hidden;
	
	padding-left: 1.2em;
}

.container .sec .sec-ttl-box h2:before,
.container .sec .sec-ttl-box h2:after{
	content: " ";
  display: block;
  width: 0.6em;
  
  position: absolute;
  z-index: 0;
	top: 0;
	left: 0;
}

.container .sec .sec-ttl-box h2:before {
	height: 100%;
	background-color: #000;
}
.container .sec .sec-ttl-box h2:after {
	height: 50%;
	background-color: #bf9c46;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: 2em;
	}
}

/* sec img */
.sec-img-box{
  text-align: center;
}

.sec-img-box .img-title{
  text-align: center;
  margin-bottom: 1em;
  font-size: 125.00%; /* 20px */
  font-weight: bold;
}

.img-note-box{
  margin: 1em auto 0;
	font-size: 0.75em;
	text-align: left;
}

.note-box{
	margin-top: 0.5em;
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 340px;
	margin-bottom: 2em;
}

/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
	text-align: right;
}

.container .img-box-l .side-img-box figure + figure{
	margin-top: 1em;
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box,
	div.container .img-box-r .side-img-box{
		float: none;
		text-align: center;
		width: auto;
		margin: 0 8% 1.5em;
		max-width: none;
	}
	div.container .img-box-l .side-img-box figcaption,
	div.container .img-box-r .side-img-box figcaption{
		text-align: left;
	}
}

/* p1 */
.p1 .p1-takumi-box{
	max-width: 600px;
	margin: 0 auto;
}

.p1 .p1-takumi-box figcaption{
	text-align: right;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.p1 .p1-takumi-box{
		max-width: none;
		
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	}
	
	div.p1 .p1-takumi-box .img-box{
		-ms-flex-preferred-size: 38.75%;
		flex-basis: 38.75%;
	}
	
	div.p1 .p1-takumi-box figure{
		-ms-flex-preferred-size: calc(100% - 38.75%);
		flex-basis: calc(100% - 38.75%);
	}
	
	div.p1 .p1-takumi-box figcaption{
		padding-right: 1em;
	}
}

/* p2 */
/* img flex */
.p2 .img-flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.p2 .img-flex-box figure{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.p2 .img-flex-box figure figcaption{
	padding-right: 1em;
}


@media screen and (max-width: 414px) { /* small sp */
	div.p2 .img-flex-box{
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	div.p2 .img-flex-box figure + figure{
		margin-top: 24px;
	}
}

/* p2 takumi */
.p2 .p2-takumi-box{
	max-width: 600px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.p2 .p2-takumi-box{
		max-width: none;
		
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	div.p2 .p2-takumi-box .img-box{
		-ms-flex-preferred-size: 38.75%;
		flex-basis: 38.75%;
	}
	
	div.p2 .p2-takumi-box figure{
		-ms-flex-preferred-size: calc(100% - 38.75%);
		flex-basis: calc(100% - 38.75%);
	}
	
	div.p2 .p2-takumi-box figcaption{
		padding-left: 1em;
	}
}

/* merchandise */
.p2 .merchandise-box{

}

.p2 .merchandise-box .item01{
}
.p2 .merchandise-box .item01 .title-box{
	margin-bottom: 8px;
}

.p2 .merchandise-box .item01 .title-box > *{
	color: #bf9c46;
	font-size: calc((22/16) * 1em );
	line-height: 1.4;
}
.p2 .merchandise-box .item01 .name-box{
	font-size: calc((14/16) * 1em );
	margin-bottom: 4px;
}
.p2 .merchandise-box .item01 .text-box{
	font-size: 0.75em;
}

.p2 .merchandise-box .item02{
	text-align: center;
	padding: 24px;
}

.p2 .merchandise-box .item03 .title-box{
	margin-bottom: 8px;
}

.p2 .merchandise-box .item03 .title-box > *{
	font-size: 1em;
}

.p2 .merchandise-box .item03 .text-box{
	font-size: 0.75em;
}

.p2 .merchandise-box .item03 .img-box{
	margin-top: 16px;
	text-align: center;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .merchandise-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	}
	div.p2 .merchandise-box .item01{
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
	}
	div.p2 .merchandise-box .item02{
		-ms-flex-preferred-size: 21%;
		flex-basis: 21%;
		padding: 0;
		margin: auto;
	}
	div.p2 .merchandise-box .item03{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
}



/* p2 banner-box */
.p2 .banner-box{
	text-align: center;
}

.p2 .banner-box + .banner-box{
	margin-top: 40px;
}


/* thanks */
.thanks-box{
  padding: 0;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
  
  display: inline-block;
}

.thanks-box .logo-box{
	font-size: 2em;
	font-weight: bold;
}

.thanks-box .inner-box{
  max-width: 640px;
  margin: 0 auto;
  
  text-align: center;
}

.thanks-box .inner-box .text-box{
  margin-top: 3em;
}

.thanks-box .inner-box .text-box .title-box{
  font-size: 112.50%; /* 18px */
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }

  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box{
	overflow: hidden;
	font-size:min(6vw,125.00%); /* 20px */
}
.next-page-box .inner-box{
	max-width: 386px;
	margin: 0 auto;
}

.next-page-box a{
	color: #000;
	text-decoration: none;
	line-height: 1.3;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 1em;
	}
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box a:hover,
	div.next-page-box a:hover span{
		text-decoration: underline;
	}	
}

/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #000;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
}
.pager-box ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #fff;
	text-decoration: underline;
}
div.pager-box ul li.txt {
	margin: 0 8px;
}
div.pager-box ul li.txt, div.pager-box ul li.txt a {
	width: auto;
	text-decoration: none;
	border-color: transparent;
}

@media screen and (min-width: 960px) { /* pc */
	div.pager-box ul li a:hover,
	div.pager-box ul li.current {
		color: #fff;
		text-decoration: underline;
	}
}

/* clearfix */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
