@charset "utf-8";
/* ==========================================================================
	COMMON
	font-family: 'Noto Sans JP', sans-serif; 400,500,700,900　JPゴシック
========================================================================== */
/*===============================================
 レスポンシブ スマホサイズ　横幅 414px以下
===============================================*/
@media screen and (max-width: 414px) {}
/*===============================================
 レスポンシブ	タブレットサイズ　横幅 570px以下
===============================================*/
@media screen and (max-width: 570px) {}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 992px以下
===============================================*/
@media screen and (min-width: 769px) and (max-width: 992px) {}
/*===============================================
 レスポンシブ PCサイズ 横幅 1,200px以下 以上
===============================================*/
@media screen and (min-width: 993px), print {}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
	
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0.2);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0.2);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0.2); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;

	/*
	-webkit-font-feature-settings: 'palt' 1; for Android 4.4
	font-feature-settings: 'palt' 1;*/
	/*	text-align: justify;*/
	word-break: break-all;
	text-justify: inter-ideograph;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	width: 100%;
	_min-width: 1080px;
	position: relative;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.0em;
	line-height: 1.6;
	color: #231815;
	margin: 0px auto;
/*	padding-top: 80px; */
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
h1, h2, h3, h4, h5, p {
	display:block;
	margin:0;
}
img {
	vertical-align:top;
	margin: 0px;
}
ul, ol, dl, li, dt, dd {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
em {
	font-style: normal;
}
a, a:before, a:after {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;  
      -o-transition: 0.2s ease-in-out;  
         transition: 0.2s ease-in-out;
	text-decoration: none;
	color: #231815;
}
a:hover {
	_opacity:0.6;
	color: #231815;
}

rp,rt {
	font-size: small;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
	height: 1px;
	clear: both;
}
header,nav,section,article,aside,footer {
	display: block;
}
figure {
	display: block;
	margin: 0px;
}
/* shadow */
.bg_shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	behavior:url(../js/PIE.htc);
}
.bg_shadow2 {
	box-shadow:0px 5px 0px 0px #1E1418,0px -5px 0px 0px #1E1418;
}
.corner_circle {
	border-radius: 6px;
  -webkit-border-radius: 6px;    /* Safari,Google Chrome */  
  -moz-border-radius: 6px;   /* Firefox */
	behavior:url(../js/PIE.htc);
}
.transition {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;  
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
}
.txt_scale {
	transform: scale( 0.75 , 1 );
	letter-spacing: -0.1em;
}
.arrow a:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width:6px;
	height:6px;
	top:50%;
	right:8px;
	margin-top:-4px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
.arrow2 a:after {
	display:block;
	content:"";
	position:absolute;
	border-top: none;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width:6px;
	height:6px;
	top:50%;
	right:16px;
	margin-top:-4px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
.gradient {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f39000), color-stop(0.00, #f89900));
	background: -webkit-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -moz-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -o-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: -ms-linear-gradient(top, #f89900 0%, #f39000 50%);
	background: linear-gradient(to bottom, #f89900 0%, #f39000 50%);
}
a img.transform01 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover img.transform01 {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
a img.transform02 {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover img.transform02 {
	-webkit-transform: rotate(-4deg) scale(1.2);
	transform: rotate(-4deg) scale(1.2);
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
}
.transform {
	transform: scale(1);
	transition: all .15s ease-in-out;
	box-shadow: 0px 0px 5px 0px rgba(79,57,32,0.0);
}
.transform:hover {
	transform: scale(1.04);
	box-shadow: 0px 0px 5px 0px rgba(79,57,32,0.1);
}

#wrapper {
	width: 100%;
	_min-width: 108rem;
}

/*===============================================
 レスポンシブ PCサイズ 横幅 769px以上
===============================================*/
@media screen and (min-width: 769px), print {
	#drawer_head {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/*===============================================
 レスポンシブ TB・SPサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
html {
	font-size: 52.5%;
}
	body {
		min-width: 32rem;
	}
	#wrapper {
		width: 100%;
		min-width: 32rem;
	}
}

/*===============================================
 レスポンシブ スマホサイズ　横幅 414px以下
===============================================*/
@media screen and (max-width: 414px) {
html {
	font-size: 42.5%;
}
}

/* ==========================================================================
   header
   ========================================================================== */
header {
	position: sticky;
	top: 0px;
	width: 100%;
	transition: all .3s ease-in-out;
	background: rgba(255,255,255,1);
	z-index: 1;
}
header h1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 108rem;
	margin: 0 auto;
	padding: 2.3rem 0;
}
header h1 a {}
header h1 a figure {}
header h1 figure.kakeru {
	margin-right: .75rem;
}
header h1 a figure img {}
header h1 span {
margin-left: auto;
}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
header {
	min-width: 3.2rem;
}
header h1 {
	padding: 1.2rem 0.5rem;
}
header h1 figure {
}
header h1 figure img,
header h1 a figure img {
	height: 5vw;
	max-height: 2.7rem;
	width: auto;
}
}
/*===============================================
 レスポンシブ	タブレットサイズ　横幅 570px以下
===============================================*/
@media screen and (max-width: 570px) {
header h1 {
	justify-content: center;
	padding: 1.2rem 0.5rem;
}
header h1 span {
margin-left: auto;
margin-right: auto;
}
}

/* ==========================================================================
   article
   ========================================================================== */
article img.pc {
  display: block !important;
}

article img.sp {
  display: none !important;
}


@media screen and (min-width: 769px),
print {
  article #main h1 figure.sp {
    display: none;
  }

  article a[href^="tel:"] {
    pointer-events: none;
  }
}

/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
  article body {
    position: relative;
    width: 100%;
    min-width: 320px;
  }

  article #main h1 figure.pc {
    display: none;
  }

  article #main h1 figure.sp {
    display: block;
  }

  article img.pc {
    display: none !important;
  }

  article img.sp {
    display: block !important;
  }
}



article {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 overflow: hidden;
 width: 100%;
 height: auto;
 padding: 0px 0px 0px 0px
}

article #main {
	position: relative;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 _align-items: center;
 flex-direction: row-reverse;
 box-sizing: border-box;
 width: 100%;
	height: 96.29629vw;
 margin: 0px auto 8rem;
 padding: 0px 0px 0px 0px;
	background: url("../images/main_bg.jpg") no-repeat center top;
	_background-size:contain;
	background-size: 100% auto;
}
article #main h1.mainvisual {
	display: block;
	position: relative;
	width: 100%;
}
article #main h1.mainvisual > img,
article #main .main_bw img,
article #main .main_date img,
article #main .main_illustL img,
article #main .main_illustR img {
	width: 100%;
	height: auto;
}
article #main .main_bw {
position: absolute;
top: 29.629vw;
}
article #main .main_date {
position: absolute;
width: 36vw;
top: 43.981vw;
left:25vw;
}

article #main .main_illustL {
position: absolute;
width: 20.37vw;
top: 44.44vw;
left: 0rem;
}
article #main .main_illustR {
position: absolute;
width: 20.37vw;
top: 44.44vw;
right:  0rem;
}

article #main .main_parts {
position: absolute;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
height: 25vw;
bottom: 0;
left: 0;
background: url("../images/main_02bg.png") no-repeat center top;
background-size: 100% auto;
}
article #main .main_parts img {
	width: 59.26vw;
	height: auto;
	margin-top: -9.9vw;
}

article #main .txt_bar {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 8rem;
	bottom: -8rem;
	left: 0;
	background: #000;
}
article #main .txt_bar p {
	text-align: center;
	font-size: 1.6rem;
	color: #FFF000;
}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
article #main .txt_bar {
	width: 100%;
	height: 10rem;
	bottom: -10rem;
	padding: 0rem 5rem;
}
article #main .txt_bar p {
	text-align: left;
	width: 96%;
	margin: 0 auto;
}
}
/*===============================================
 レスポンシブ スマホサイズ　横幅 414px以下
===============================================*/
@media screen and (max-width: 414px) {
article #main {
 width: calc( 100% + 10rem );
 margin: 0px -5rem;
 padding: 0px 0px 0px 0px;
	background: url("../images/main_bg.jpg") no-repeat center top;
	background-size:contain;
}
article #main h1.mainvisual {
 margin: 0px 5rem;
}
article #main .main_bw {
position: absolute;
top: 29.629vw;
margin: 0px 5rem;
}
article #main .txt_bar {
	width: 100%;
	height: 10rem;
	bottom: -10rem;
	padding: 0rem 5rem;
}
}

article #cm {
	width: 100%;
	background: #FDBC00;
	padding: 12rem 0 12rem 0;
}
article #cm .wrap {
	text-align: center;
	width: 100%;
	max-width: 108rem;
	margin: 0px auto;
}
#cm .wrap #player {
}
#cm .wrap #mp4 {
}

/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
article #cm {
 margin: 0 auto;
 width: 100%;
	padding: 0;
}
#cm .wrap {
	position: relative;
	text-align: center;
	padding: 2rem;
	_padding-top: calc( 56.25% + 40rem );
	width: 100%;
}
#cm .wrap #player {}
#cm .wrap iframe {
	position: absolute;
	width: 100% !important;
	height: calc( 100% - 60px )!important;
	top: 60px;
	left: 0;
}
#cm .wrap #mp4 video {
	width: 100% !important;
}
}
/*===============================================
 レスポンシブ スマホサイズ　横幅 414px以下
===============================================*/
@media screen and (max-width: 414px) {
#cm .wrap {
	padding: 0rem 0rem;
	width: 100%;
}
}


article #recommend {
	width: 100%;
	background: #FFDE00;
}
article #recommend .wrap {
	width: 100%;
	max-width: 108rem;
	margin: 0px auto;
	padding: 5rem 0 8rem 0;
}
article #recommend .wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5rem;
}
article #recommend .wrap h2 > br {
	display: none;
}
article #recommend .wrap dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #000;
	border: .3rem solid #FFF;
	margin: 0 auto 5.4rem;
	width: 84rem;
}
article #recommend .wrap dl dt {}
article #recommend .wrap dl dd {
	margin: 0 auto;
}
article #recommend .wrap dl dd.logo {
	position: absolute;
	top: -5.4rem;
	right: -4.8rem;
	margin: 0;
}

article #recommend .wrap .btn {
	text-align: center;
	margin: 0 auto 2rem;
}
article #recommend .wrap .btn a {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 900;
	border: .4rem solid #000;
	background: #FD9B03;
	width: 48rem;
	height: 6rem;
	border-radius: 3rem;
}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
article #recommend .wrap {
	width: 96%;
}
article #recommend .wrap h2 {}
article #recommend .wrap h2 > br {
	display: inline;
}
article #recommend .wrap dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #000;
	border: .3rem solid #FFF;
	margin: 0 auto 5.4rem;
	width: 100%;
}
article #recommend .wrap dl dt {
text-align: center;
margin: 0 auto;
}
article #recommend .wrap dl dd {
	margin: 0 auto 1.5rem;
}
article #recommend .wrap dl dd img {
	width: 100%;
	max-width: 45rem;
	height: auto;
}
article #recommend .wrap dl dd.logo {
	position: absolute;
	top: -6.4rem;
	right: -1.8rem;
	margin: 0;
	width: 30%;
	max-width: 14rem;
}
}


article #present {
	width: 100%;
	background: #FDBC00;
	border-top: 1rem solid #000;
	border-bottom: 1rem solid #000;
}
article #present .wrap {
	width: 100%;
	max-width: 108rem;
	margin: 0px auto;
	padding: 5rem 0 8rem 0;
	text-align: center;
}
article #present .wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5rem;
}
article #present .wrap .bn {
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 1.5rem;
}
article #present .wrap .bn img {}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
article #present .wrap {
	width: 96%;
}
article #present .wrap h2 {}
article #present .wrap .bn {
	display: inline-block;
	overflow: hidden;
	width: calc( 100% - 2rem );
	border-radius: 1.5rem;
}
article #present .wrap .bn img {
	width: 100%;
	max-width: 56rem;
	height: auto;
}
}


article #access {
	width: 100%;
	background: #EDEDEE;
}
article #access .wrap {
	width: 100%;
	max-width: 108rem;
	margin: 0px auto;
	padding: 5rem 0 8rem 0;
	text-align: center;
}
article #access .wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5rem;
}
article #access .wrap .unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
article #access .wrap .unit figure {
	display: inline-block;
	overflow: hidden;
	margin: 0 4.5rem 0 0;
	border-radius: 1rem;
}
article #access .wrap .unit ul {
	padding: 3rem 0;
}
article #access .wrap .unit ul li {
text-align: left;
line-height: 1.5em;
margin-bottom: 1.5rem;
}
/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
article #access .wrap {
	width: 96%;
}
article #access .wrap .unit {}
article #access .wrap .unit figure {
	margin: 0 auto;
	border-radius: 1rem;
}
article #access .wrap .unit figure img {
	width: 100%;
	height: auto;
	max-width: 40rem;
}
article #access .wrap .unit ul {
	margin: 0 auto;
	padding: 3rem 0;
}
}


article #contact {
	width: 100%;
}
article #contact .wrap {
	width: 100%;
	max-width: 108rem;
	margin: 0px auto;
	padding: 5rem 0 8rem 0;
	text-align: center;
}
article #contact .wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 4rem;
}
article #contact .wrap .tel {
	display: inline-block;
	border-top: .2rem solid #000;
	border-bottom: .2rem solid #000;
	margin: 0 auto 3rem;
	font-size: 2.4rem;
	padding: 0 5rem;
}
article #contact .wrap .tel em {
	font-size: 4rem;
}
article #contact .wrap figure {
	display: block;
	margin: 0 auto 1.5rem;
}
article #contact .wrap ul {
	font-size: 1.2rem;
}
article #contact .wrap ul li {}

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #000;
	width: 100%;
	height: 9rem;
}
footer .copyright {
	width: 100%;
	margin: 0 auto 0;
	padding: 0px;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
}
footer .copyright > a {
	display:inline-block;
	color: #FFF;
}


#page-top {
	position: fixed;
	bottom: -1rem;
	left: 50%;
	margin-left:480px;
	z-index:920;
}
#page-top a {
	position: relative;
	display: block;
	box-sizing: border-box;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	width: calc( 3em + 2.4rem );
	height: calc( 3em + 2.4rem );
	line-height: 1em;
	padding: 2.0rem 1.2rem 1.8rem 1rem;
	background: #FD9B03;
	color: #FFF;
	border-radius: 1rem;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .1s ease-in-out;
	transition: all .3s ease-in-out;
}
#page-top a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#page-top a:before {
	display: block;
	content: "";
	position: absolute;
	top: 1.0rem;
	left: 50%;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 0 0 -0.5rem;
	border-top: solid 0.2rem #FFF;
	border-left: solid 0.2rem #FFF;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}


/*===============================================
 レスポンシブ タブレットサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
#page-top {
	left: auto;
	right: -0.5rem;
	margin-left: 0px;
	z-index:920;
}
#page-top a {
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 2rem 1.5rem 2rem 1rem;
}
}