@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
ol, ul, dl {
	list-style: none;
	padding: 0;
}
.display-inline {
	display: inline;
}
.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.alpha, a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a.alpha:hover, 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-icon {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent *, .container .indent05 *, .container .indent-icon * {
	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 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 .mw620px {
	max-width: 620px;
	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 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.head-box .bg-box {
	background-color: #1e1210;
	color: #fff;
	background-image: url("head_bg01_sp.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	
	position: relative;
	z-index: 1;
}
.head-box .bg-box .hgroup-box {
}
.head-box .bg-box .hgroup-box .icon{
	padding-top: 4vw;
	margin-left: 6.5%;
	margin-bottom: 1.5%;
	width: 26.4%;
}
.head-box .bg-box .hgroup-box h1 {
	position: absolute;
	top: 11vw;
	left: 5.7%;
	width: 8.7%;
	height: 100%;
	z-index: 1;
}

.head-box .bg-box .img-box{
	margin-left: 18.9%;
}

.head-box .bg-box .img-box img{
	width: 100%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box {}
	div.head-box .bg-box {
		background-image: url("head_bg01_pc.png");
		background-position: center top;
		background-size: auto;
	}
}

@media screen and (min-width: 2000px) { /* design */
	div.head-box .bg-box {
		background-size: cover;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.head-box .bg-box .hgroup-box .icon{
		width: 33%;
	}
	div.head-box .bg-box .hgroup-box h1 {
		top: 14vw;
		
		left: 4.6%;
		width: 9.5%;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	padding: 2em 4%;
	background-color: #1e1210;
	color: #fff;
}
.lead-box .inner-box {
	max-width: 620px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((18/16) * 1em);
	}
}

/* sec common */
.sec {}
.p2 .sec1, .container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .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;
	font-size: min(4vw, 2em);
	overflow: hidden;
}
.container .sec .sec-ttl-box h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.container .sec .sec-ttl-box .sec-ttl-line-box {
	position: relative;
	z-index: 1;

	padding-bottom: min(8vw, 16px);
}
.container .sec .sec-ttl-box .sec-ttl-line-box:after {
	content: " ";
	display: block;
	width: 200%;
	height: 1px;
	position: absolute;
	z-index: 0;
	background-color: #000;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 24px;
		font-size: calc((22/16) * 1em);
	}
	div.container .sec .sec-ttl-box h2 {
		width: calc(100% + 1em);
	}
}

/* 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;
}
.note {
	font-size: 0.75em;
}
.container .sec-txt-box p + p {
	margin-top: 1.5em;
}

/* img01-box */
.container .img01-box ul{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .img01-box ul li:nth-child(1){
	margin-bottom: 4px;
}

.container .img01-box ul li:nth-child(n + 2){
	-ms-flex-preferred-size: calc(50% - 2px);
	flex-basis: calc(50% - 2px);
}

.container .bottom-prof-box{
	max-width: 480px;
	margin: 0 auto 40px;
	text-align: left;
}

.container .bottom-prof-box .name{
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}

.container .bottom-prof-box .prof{
	font-size: calc((14/16) * 1em);
}

.container .bottom-prof-box a{
	display: inline;
}

/* thanks */
.thanks-box {
	padding: 0 0 40px;
	text-align: center;
}
.thanks-box a {
	color: #000;
	text-decoration: none;
	display: block;
}
.thanks-box .logo-box {
	max-width: 120px;
	margin: 0 auto 40px;
	font-size: 2em;
	font-weight: bold;
}
.thanks-box .data-box {
	text-align: center;
}
.thanks-box .data-box .name {
	font-size: min(5vw, 30px);
	font-weight: bold;
	margin-bottom: 24px
}
@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 */
	}
	div.thanks-box .data-box .data-text {
		font-size: calc((20/16) * 1em);
	}
}
.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box {
	overflow: hidden;
	font-size: min(6vw, 125.00%); /* 20px */
	padding: 0 1em;
}
.next-page-box .inner-box {
	max-width: 386px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.next-page-box .inner-box:before,
.next-page-box .inner-box:after {
	content: " ";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #bf9c46;
	position: absolute;
	z-index: 0;
}
.next-page-box .inner-box:before {
	top: calc(50% - 5px);
	right: calc(100% + 1em);
}
.next-page-box .inner-box:after {
	top: calc(50% - 5px);
	left: calc(100% + 1em);
}
.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;
	}
	div.next-page-box .inner-box:before {
		right: calc(50% + 17em);
	}
	div.next-page-box .inner-box:after {
		left: calc(50% + 17em);
	}
}
@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: #000;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	background-color: #bf9c46;
}
.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: #000;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #000;
	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: #000;
		text-decoration: underline;
	}
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}
.social_buttons {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: inline-block;
}
.social_buttons:before, .social_buttons:after {
	content: "";
	display: table;
	clear: both;
}
.social_buttons li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	font-size: 12px;
}
.social_buttons li:last-child {
	margin-right: 0;
}
.social_buttons li .fb_iframe_widget > span {
	vertical-align: baseline;
}