/* ----------------------------------------------------------------
 01. Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p ,li {
	font-feature-settings: 'palt';
	font-weight: 300;
	margin: 0;
	padding: 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: none }
nav, ul, ol, dl { list-style: none }
blockquote, q { quotes: none }
a {
	background: transparent;
	box-sizing: border-box;
	color: inherit;
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}
input[type="text"]:focus {
  outline: none;
}




.mg0{margin:0px!important;}
.mgb0{margin-bottom:0px!important;}
.mgb1em { margin-bottom: 1em !important; }
.mgb2em { margin-bottom: 2em !important; }
.mgt0{margin-top:0!important;}
.mgr0{margin-right:0!important;}
.pd0{padding:0px!important;}
.pdb0{padding-bottom:0px!important;}
.pdr0{padding-right:0px!important;}
.pdt0{padding-top:0px!important;}

.tac{text-align:center!important;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.taj { text-align: justify!important; }
.fwb{font-weight: 700 important;}
.fwn{font-weight:normal!important;}
.wsn{white-space:nowrap!important;}
.vam{vertical-align:middle!important;}
.vat{vertical-align:top!important;}
.vab{vertical-align:bottom!important;}
.dpb{display:block!important;}
.dpi{display:inline!important;}
.dpn{display:none!important;}
.dpib{display:inline-block!important;}
.psr{position:relative!important;}
.fll{float:left!important;}
.flr{float:right!important;}
.clb{clear:both;}
.tdu{text-decoration:underline;}
.bdn{border:none!important;}
.lh0 { line-height: 0;}
.lh1_6{line-height:1.6;}
.lh1_8{line-height:1.8;}
.ovfh{overflow:hidden;}
.ovfx{overflow-x: hidden;}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
*:focus {
  outline: none;
}
.img100 {
	height: auto;
	width: 100%;
}
img {
	pointer-events: none;
}



.only_pc {
	display: none;
}
.only_sp {
	display: inherit;
}
@media only screen and (min-width: 768px) {
  .only_pc {
    display: inherit;
  }
  .only_sp {
    display: none;
  }
	.op_01 {
		transition:all .15s ease-in-out;
	}
	.op_01:hover {
		opacity: 0.6;
		transition:all .3s ease-in-out;
	}
}




/* ========== 画像を読み込んでから表示 */
#loader{
    width: 16px;
    height: 16px;
    display: none;
    position: fixed; top: calc(50% - 8px); left: calc(50% - 8px);
    z-index: 10000 !important;
}
#loader img {
	height: auto;
	width: 100%;
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
}
@media only screen and (min-width: 768px) {
		#loader{
				width: 20px;
				height: 20px;
				display: none;
				position: fixed; top: calc(50% - 10px); left: calc(50% - 10px);
				z-index: 10000 !important;
		}
		#loader img {
			height: auto;
			width: 100%;
		}
}




body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	position: relative;
}
.fwb {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.main {
	background: url("../img/img_02.jpg") no-repeat top center;
	background-size: cover;
	height: 97vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (min-width: 768px) {
		.main {
			background: url("../img/img_main_pc.jpg") no-repeat 80%;
			background-size: cover;
			height: 100vh;
		}
}

.ttl {
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 8%;
	position: relative;
	width: 80%;
	z-index: 100;
}
.ttl .picture {
	background: url("../img/ttl_01.png") no-repeat;
	background-size: contain;
	background-position: 0 0;
	font-size: 0.01vw !important;
	height: 73vh;
	position: relative;
	text-indent: -99999px !important;
	width: 100%;
	z-index: 1000;
}
@media only screen and (min-width: 768px) {
		.ttl {
			margin: 0 auto;
			max-width: 711px;
			padding-top: 5%;
			width: 50%;
			z-index: 100;
		}
		.ttl .picture {
			background: url("../img/ttl_01_pc.png") no-repeat 0 0;
			background-size: contain;
			font-size: 0.01vw;
			height: 82vh;
		}
}

.scroll {
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-duration: 1.0s;
	background: rgba(255,255,255,0);
	display: block;
	margin: 0 auto 10%;
	position: relative;
	width: 20%;
	z-index: 1;
}
.scroll img {
	height: auto;
	position: relative;
	width: 100%;
}
@keyframes blink {
	60% { opacity: .8; }
  75% { opacity: 0; }
}
@media only screen and (min-width: 768px) {
		.scroll {
			animation-name: blink;
			animation-iteration-count: infinite;
			animation-duration: 1.0s;
			background: rgba(255,255,255,0);
			display: block;
			margin: 0 auto 10%;
			position: relative;
			width: 80px;
			z-index: 1;
		}
}



.content {
	background: rgba(233,243,245,.95);
	padding: 30px 0 0;
	position: relative;
	z-index: 100;
}
.content:after {
	background: none;
	content: "";
	height: 120px;
	position: absolute; bottom: 0; left: 0; 
	width: 100%;
	z-index: 100;
}
.content.sion:after {
	background: none;
}
.content .inner {
	margin: auto;
	padding: 0px 5% 40px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
		.content {
			padding: 60px 0 0;
		}
		.content:after {
			height: 160px;
		}
		.content .inner {
			padding: 0px 0 80px;
		}
}
.content .btn {
	background: rgba(255,255,255,.95);
	box-sizing: border-box;
	color: #000;
	display: block;
	height: 90px;
	font-size: 1.1rem;
	padding: 0;
	position: fixed;
	position: sticky; left: 0; bottom: 0;
	transition:all .3s ease-in-out;
	text-align: center;
	width: 100%;
	z-index: 102 !important;
}
_:-ms-lang(x), .content .btn {
  top: 0;
}
.btn .inner {
	height: 100%;
	padding: 10px 0 20px;
	position: relative;
	width: 100%;
}


.content .btn span {
	color: #af1e2b;
	display: block;
	font-size: 1rem;
	margin: 7px auto 0;
	padding: 7px 0 0;
	transition:all .3s ease-in-out;
	width: 50%;
}
body.drawer-open .btn {
	color: #000;
	font-size: 0vw;
	height: 80px;
	padding: 0;
	position: fixed; left: 0; bottom: 0;
	transition:all .3s ease-in-out;
	z-index: 102 !important;
}
_:-ms-lang(x), body.drawer-open .btn {
  bottom: 0;
	top: inherit;
}
.btn:before,
.btn:after {
	background: rgba(0,0,0,.5);
	content: "";
	height: 1px;
	position: absolute; left: 25%; top: 50%;
	transform: rotate(0deg);
	transition:all .3s ease-in-out;
	width: 50%;
}
.btn:after {
	transform: rotate(0deg);
	transition:all .3s ease-in-out;
}

body.drawer-open .btn:before,
body.drawer-open .btn:after {
	background: rgba(0,0,0,1);
	content: "";
	height: 1px;
	position: absolute; left: 44%; top: 44%;
	transform: rotate(45deg);
	transition:all .3s ease-in-out;
	width: 50px;
}
body.drawer-open .btn:after {
	transform: rotate(135deg);
	transition:all .3s ease-in-out;
}
body.drawer-open .content .btn span {
	border-top: none;
	color: #af1e2b;
	display: block;
	font-size: 0vw;
	margin: 5px auto 0;
	padding: 5px 0 0;
	width: 50%;
}
@media only screen and (min-width: 768px) {
		.content .btn {
			display: none;
			height: 80px;
			font-size: 20px;
			left: calc(100% - 400px); bottom: 0;
			width: 400px;
		}
		.btn .inner {
			height: 100%;
			padding: 8px 0 10px;
			position: relative;
			width: 100%;
		}
		.content .btn span {
			font-size: 14px;
			margin: 5px auto 0;
			padding: 5px 0 0;
			width: 300px;
		}
		.content .btn:hover {
			opacity: .8;
		}
		body.drawer-open .btn {
			height: 80px;
			padding: 0;
			position: fixed; left: calc(100% - 400px); bottom: 0;
		}
}


		.dl_mokuji {
			margin: 0 auto 30px;
		}
		.dl_mokuji dt {
			border: solid 1px #9b9b9b;
			height: 40px;
			line-height: 40px;
			position: relative;
			text-align: center;
			width: 100%;
		}
		.dl_mokuji dt:after {
			border-left: solid 1px #9b9b9b;
			border-bottom: solid 1px #9b9b9b;
			content: "";
			height: 12px;
			position: absolute; right: 5%; top: calc(50% - 10px);
			transform:rotate(-45deg);
			transition:all .3s ease-in-out;
			width: 12px;
		}
		.dl_mokuji dt.foot:after {
			display: none;
		}
		.dl_mokuji dt.nowOpen:after {
			transform:rotate(135deg);
			transition:all .3s ease-in-out;
			top: calc(50% - 5px);
		}
		.closeBtnHat {
			display: none;
		}
		.dl_mokuji dd {
			margin: auto;
			padding: 30px 0 0;
			width: 94%;
		}
@media only screen and (min-width: 768px) {
		.dl_mokuji {
			margin: 0 auto 40px;
			max-width: 1000px;
			width: 90%;
		}
		.dl_mokuji dt {
			border: solid 1px #9b9b9b;
			height: 80px;
			line-height: 80px;
			margin: auto;
			max-width: 800px;
			width: 90%;
		}
		.dl_mokuji dt:after {
			display: none;
		}
		.dl_mokuji dd {
			display: block !important;
			margin: auto;
			padding: 60px 0 0;
			width: 100%;
		}
}

.ul_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.ul_menu li {
	box-sizing: border-box;
	flex-basis: auto;
	padding: 0 0 30px;
	width: 50%;
}
.ul_menu li:nth-child(2) img,
.ul_menu li:nth-child(4) img {
	margin-left: 10%;
}
.ul_menu li:nth-child(5),
.ul_menu li:nth-child(6) {
	width: 100%;
}
.ul_menu li:nth-child(6) {
	border-bottom: solid 1px #9ea7a4;
	border-top: solid 1px #9ea7a4;
	padding: 30px 0;
}
.ul_menu li img,
.ul_menu li.current img{
	height: auto;
	pointer-events: none;
	opacity: .4;
}
.ul_menu li a img,
.ul_menu li.active img{
	opacity: 1;
}
.ul_menu li:first-child img {	width: 49.16%;}
.ul_menu li:nth-child(2) img {	width: 59.87%;}
.ul_menu li:nth-child(3) img {	width: 97.5%;}
.ul_menu li:nth-child(4) img {	width: 71.78%;}
.ul_menu li:nth-child(5) img {	width: 66.88%;}
.ul_menu li:nth-child(6) img {	width: 45.79%;}

.ul_menu.foot {
	margin: 0 auto;
}
.ul_menu.foot li:nth-child(6) {
	border-bottom: none;
	padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
		.ul_menu {
			margin: 0 auto 0px;
			width: 100%;
		}
		.ul_menu li {
			padding: 0 0 60px;
			position: relative;
			text-align: center;
			width: 33.333%;
		}
		.ul_menu li:after {
			background: #999;
			content: "";
			height: 50px;
			transform: rotate(30deg);
			position: absolute; right: 0; top: -5px;
			width: 1px;
		}
		.ul_menu li:nth-child(3)::after,
		.ul_menu li:nth-child(6)::after {
			display: none;
		}
		.ul_menu li:nth-child(2) img,
		.ul_menu li:nth-child(4) img {
			margin-left: 0%;
		}
		.ul_menu li:nth-child(1),
		.ul_menu li:nth-child(4) {
			text-align: left;
		}
		.ul_menu li:nth-child(3),
		.ul_menu li:nth-child(6) {
			text-align: right;
		}
		.ul_menu li:nth-child(5),
		.ul_menu li:nth-child(6) {
			width: 33.333%;
		}
		.ul_menu li:nth-child(6) {
			border-bottom: none;
			border-top: none;
			padding: 0 0 60px;
		}
		.ul_menu li img {
			height: auto;
		}
		.ul_menu li a:hover img {
			opacity: .4;
		}
		.ul_menu li:first-child img {	width: 28.22%;}
		.ul_menu li:nth-child(2) img {	width: 32.83%;}
		.ul_menu li:nth-child(3) img {	width: 56.89%;}
		.ul_menu li:nth-child(4) img {	width: 41.35%;}
		.ul_menu li:nth-child(5) img {	width: 80.67%;}
		.ul_menu li:nth-child(6) img {	width: 55.78%;}
		.ul_menu.foot li:nth-child(6) {
			padding: 0px 0 0;
		}
}

.ttl_from {
	line-height: 0;
	margin: 0 auto 7px;
	width: 90%;
}
.ttl_from img {
	width: 32.14%;
}

.ttl_from_b {
	font-size: 1.16rem;
	line-height: 1;
	margin: 0 auto 30px;
	width: 90%;
}

.ttl_man {
	margin: 0 auto 15px;
	width: 90%;
}
.ttl_man.oizumi img {
	width: 56.17%;
}
.ttl_man.otomo img {
	width: 86.16%;
}
.ttl_man.kizaki img {
	width: 100%;
}
.ttl_man.chiba img {
	width: 94.45%;
}
.ttl_man.mk img {
	width: 100%;
}
.ttl_man.sion img {
	width: 100%;
}

.profile_wrap {
	line-height: 0;
	margin: 0 auto 40px;
	overflow: hidden;
	width: 90%;
}
.profile_wrap .img {
	float: left;
	width: 33.39%;
}
.profile_wrap .img.mk {
	float: left;
	width: 51.78%;
}
.profile_wrap .img.sion {
	float: left;
	width: 57.32%;
}
.profile_wrap .txt {
	float: left;
	margin-left: 30px;
}
.profile_wrap .txt.oizumi {
	width: 21.42%;
}
.profile_wrap .txt.otomo,
.profile_wrap .txt.kizaki{
	width: 13.75%;
}
.profile_wrap .txt.mk {
	margin-left: 30px;
	width: 21.42%;
}

@media only screen and (min-width: 768px) {
		.profile_wrap {
			margin: 0 auto 80px;
			max-width: 1000px;
		}
		.profile_wrap .img {
			float: left;
			width: 27%;
		}
		.profile_wrap .img.mk {
			float: left;
			width: 27%;
		}
		.profile_wrap .img.kizaki {
			float: left;
			width: 20%;
		}
		.profile_wrap .img.sion {
			float: left;
			width: 30%;
		}
		.profile_wrap .txt {
			float: left;
			margin-left: 60px;
		}
		.profile_wrap .txt.oizumi {
			width: 30.4%;
		}
		.profile_wrap .txt.otomo {
			width: 47.2%;
		}
		.profile_wrap .txt.kizaki {
			width: 59.88%;
		}

		.profile_wrap .txt.mk {
			width: 60%;
		}
		.profile_wrap .txt.sion {
			width: 48.8%;
		}
		.ttl_from_b {
			font-size: 30px;
			line-height: 1;
			margin: 0 auto 40px;
			max-width: 840px;
			text-align: left;
			width: 96%;
		}
}

.txt_interview {
	margin: 0 auto 2em;
	text-align: justify;
	width: 90%;
}
.txt_interview.kawakami:before {
	content: "川上";
	font-weight: 700;
	margin: 0 10px 0 0;
}
.txt_interview.mannen:before {
	content: "萬年";
	font-weight: 700;
	margin: 0 10px 0 0;
}
.ttl_interview {
	font-size: 1.16rem;
	margin: 0 auto 30px;
	width: 96%;
}
@media only screen and (min-width: 768px) {
		.txt_interview {
			margin: 0 auto 2em;
			max-width: 800px;
			width: 90%;
		}
		.ttl_interview {
			font-size: 1.16rem;
			margin: 0 auto 30px;
			max-width: 840px;
			padding: 30px 0 0;
			width: 96%;
		}
}

.favorite_wrap {
	background: rgba(217,235,239,1);
	padding: 30px 5%;
	z-index: 50;
}
.favorite_wrap .ttl {
	margin: 0 auto 15px;
	padding: 5% 10%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.favorite_wrap .ttl2 {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 auto .5em;
	text-align: center;
	width: 100%;
}
.favorite_wrap .ttl:before {
	border-top: solid 1px #9ea7a4;
	border-left: solid 1px #9ea7a4;
	content: "";
	height: 20px;
	position: absolute; top: 0; left: 0;
	width: 20px;
}
.favorite_wrap .txt_wrap {
	margin: 0 auto 20px;
	padding: 0 0 10%;
	position: relative;
	width: 90%;
}
.favorite_wrap .txt_wrap:after {
	border-bottom: solid 1px #9ea7a4;
	border-right: solid 1px #9ea7a4;
	content: "";
	height: 20px;
	position: absolute; bottom: 0; right: 0;
	width: 20px;
}
.favorite_wrap .txt_wrap p.fwb {
	font-size: 14px;
	margin: 0;
}
.favorite_wrap .txt_wrap p {
	font-size: 12px;
	margin: 0 0 2em;
	text-align: justify;
}
@media only screen and (min-width: 768px) {
		.favorite_wrap {
			padding: 60px 5%;
		}
		.favorite_wrap .ttl {
			margin: 0 auto 60px;
			max-width: 800px;
			padding: 0 0;
		}
		.favorite_wrap .ttl img {
			display: block;
			margin: auto;
			max-width: 330px;
			width: 80%;
		}
		.favorite_wrap .ttl:before {
			height: 40px;
			width: 40px;
		}
		.favorite_wrap .txt_wrap {
			margin: 0 auto 20px;
			max-width: 800px;
			padding: 0 50px 30px;
			position: relative;
			width: 90%;
		}
		.favorite_wrap .txt_wrap:after {
			height: 40px;
			width: 40px;
		}
		.favorite_wrap .txt_wrap p {
			font-size: 14px;
			margin: 0 0 2em;
			text-align: justify;
		}
}

.ul_disc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_disc li {
	font-size: 12px;
	flex-basis: auto;
	margin: 0 0 8%;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 46%;
}
.ul_disc li .img_wrap {
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
	width: 100%;
}
.ul_disc li .img_wrap img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute; top: -100%; bottom: -100%; left: -100%; right: -100%;
	width: auto;
}
.ul_disc li.air {
	height: 0;
}
@media only screen and (min-width: 768px) {
		.ul_disc li {
			font-size: 14px;
			flex-basis: auto;
			margin: 0 0 3%;
			text-align: center;
			width: 30%;
		}
		.ul_disc li:hover {
			opacity: .8;
		}
}

.footmenu {
	background: rgba(255,255,255,.75);
	padding: 40px 5%;
	position: relative;
}
@media only screen and (min-width: 768px) {
		.footmenu {
			padding: 80px 0 40px;
		}
}

.footer {
	background: #9ea7a3;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
	position: relative;
	text-align: center;
}





/*========== MENU ==========*/
button {
	border: none;
	box-shadow: none;
}
.drawer-nav {
	background: rgba(255,255,255,.5);
	overflow: visible;
	padding: 10px;
	position: fixed;
	top: 0px;
	width: 100% !important;
	z-index: 101;
}
.drawer-nav .inner {
	-webkit-overflow-scrolling: touch;
	background: rgba(255,255,255,.95);
	box-sizing: border-box;
	overflow-y: scroll;
	padding: 30px 0 120px;
}
.menu-container {
	padding: 0% 0 25%;
}
.drawer--right .drawer-nav {
	bottom: -100%;
	right: -100%;
}
.drawer-nav .inner .ttl {
	margin: 0 auto 30px;
	width: 40%;
}
.drawer-nav .inner .ttl2 {
	font-size: 1.4rem;
	margin: 0 auto 30px;
	text-align: center;
}
.drawer-nav .inner .ttl3 {
	border-top: solid 1px #999;
	color: #af1e2b;
	font-size: 1rem;
	margin: 0 auto 30px;
	padding: 10px 0 0;
	text-align: center;
	width: 50%;
}
.drawer-nav .inner p {
	font-size: 14px;
	margin: 0 auto 2em;
	text-align: justify;
	width: 80%;
}
@media only screen and (min-width: 768px) {
		.drawer-nav {
			height: 100vh;
			overflow: inherit;
			padding: 20px;
			width: 100% !important;
		}
		.drawer-nav {
			display: block !important;
			height: auto;
			position: relative; right: 0 !important; bottom: inherit !important;
		}
		.drawer-nav .inner {
			background: rgba(255,255,255,.5);
			overflow-y: inherit!important;
			padding: 40px 0 60px;
			position: relative;
		}
		.drawer-nav .inner .ttl {
			margin: 0 auto 30px;
			max-width: 700px;
			width: 40%;
		}
		.drawer-nav .inner .ttl2 {
			font-size: 28px;
			margin: 0 auto 30px;
			text-align: center;
		}
		.drawer-nav .inner .ttl3 {
			font-size: 20px;
			margin: 0 auto 60px;
			max-width: 400px;
			padding: 15px 0 0;
			width: 50%;
		}
		.drawer-nav .inner p {
			font-size: 14px;
			margin: 0 auto 2em;
			max-width: 700px;
			text-align: justify;
			width: 80%;
		}
}

#voice {
	margin: -30px 0 0;
	padding: 30px 0 0;
}
.sign {
	margin: auto;
	max-width: 720px;
	text-align: right;
	width: 82%;
}
.sign img {
	display: inline-block;
	height: auto;
	max-width: 150px;
	width: 33%;
}
@media only screen and (min-width: 768px) {
		#voice {
			margin: -60px 0 0;
			padding: 60px 0 0;
		}
}




#colorbox {
	max-width: 100% !important;
}
#cboxClose {
	background: none;
	height: 60px;
	top: -30px; right: -10px;
	width: 60px;
}
#cboxClose:before,
#cboxClose:after {
	background: #fff;
	content: "";
	height: 1px;
	position: absolute; left: 0; top: 0;
	transform: rotate(45deg);
	width: 60px;
}
#cboxClose:after {
	transform: rotate(135deg);
}
@media only screen and (min-width: 768px) {
		#cboxClose {
			top: -60px; right: -60px;
		}
}