@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,700|Noto+Sans+JP:100,400,500,700&subset=japanese');


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
background:transparent;border:0;margin:0;padding:0;}img{vertical-align: bottom;}body{line-height:1;}h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
ol,ul{list-style:none;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}
.clear:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clear{min-height:1px;}
* html .clear{height:1px;/*\*//*/height: auto;overflow: hidden;/**/
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
address{font-style:normal;}
hr{margin:0;}

html,body{height:100%;}
body,input,textarea{
color:#333;
font-size:14px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

a{text-decoration:none;}
a:link,a:visited{color:inherit;}
html{
position:relative;
height:auto !important;
height:100%;
min-height:100%;
-webkit-font-smoothing: antialiased;
}
body{padding-bottom: 266px;}

.wf_a{
	font-family: 'Averia Serif Libre', cursive;
	font-weight: 400;
}

.inner{margin: 0 auto;/*overflow: hidden;*/}
.wid100{width: 100%;/*min-width: 1200px;*/}
.wid1120{max-width: 1120px;}

.fl{float: left;}
.fr{float: right;}
.flpc{float: left;}
.frpc{float: right;}
.flsp,.frsp{float: none;}
.tbpc,.tb{display: table;}
.tbpc>.cell,.tb>.cell{display: table-cell;}

.t_bold{font-weight: 700;}
.lead{line-height: 2.1em;}

.only-pc{display: block;}
.only-sp{display: none ;}




.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 1;
	transition:all 0.3s;
}
.header .navi{
	height: 80px;
	display: table;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 30px;
	transition:all 0.3s;
}
.navi.main-navi>li{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.navi.main-navi>li a{
  color: #FFF;
  font-size: 14px;
  padding: 1em;
  text-transform: uppercase;
}

#fixbar{
  z-index: 100;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 0;
  margin-top: -60px;
  margin-left: auto;
  margin-right: 0;
  width: 560px;
  height: 80px;
  background: #f9dc52; /* Old browsers */
  background: -moz-linear-gradient(left,  #f9dc52 0%, #ff7366 100%);
  background: -webkit-linear-gradient(left,  #f9dc52 0%,#ff7366 100%);
  background: linear-gradient(to right,  #f9dc52 0%,#ff7366 100%);
}
#fixbar .main-navi{
  display: none;
  height: 80px;
  margin: 0 auto;
}
#fixbar .sc-mark{
  position: absolute;
  top: -60px;
  right: 30px;
  width: 100px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  font-size: 10px;color: #FFF;
  text-align: right;
}
#fixbar .sc-mark:after{
  content: "";
  display: block;
  position: absolute;
  bottom:  0px;
  /*right: calc(4em + 60px);*/
  right: 100px;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: width 0.7s cubic-bezier(0,.42,0,1),
              right 0.7s cubic-bezier(0,.42,0,1);
  -webkit-transition: width 0.7s cubic-bezier(0,.42,0,1),
              right 0.7s cubic-bezier(0,.42,0,1);
}
#fixbar .sc-mark.extend:after{
  right: 4em;
  width: 60px;
  transition: width 0.7s cubic-bezier(0,.42,0,1);
  -webkit-transition: width 0.7s cubic-bezier(0,.42,0,1);
}


.drawer-nav .main-navi.hidden{
  opacity: 0;
  transition:opacity 1s;
}
.drawer-nav .main-navi{
  opacity: 1;
  transition:opacity 0.3s;
}
#fixbar .sc-mark.hidden{
  opacity: 0;
  transition:opacity 1s;
}
#fixbar .sc-mark{
  opacity: 1;
  transition:opacity 0.3s;
}
#fixbar .main-navi.hidden{
  opacity: 0;
  transition:opacity 1s;
}
#fixbar .main-navi{
  opacity: 1;
  transition:opacity 0.3s;
}



#main{}


.footer_wrap{
  position: absolute;
  bottom: 0;
}
.footer .topbtn{
  position: relative;
  height: 80px;
  background: #FCF7DE; /* Old browsers */
  background: -moz-linear-gradient(left,  #FCF7DE 0%, #F8E3E0 100%);
  background: -webkit-linear-gradient(left,  #FCF7DE 0%,#F8E3E0 100%);
  background: linear-gradient(to right,  #FCF7DE 0%,#F8E3E0 100%);
  text-align: center;
}
.footer .topbtn a{
  position: absolute;
  left: calc(50% - 23px);
  bottom: 22px;
  padding-top: 25px;
  font-size: 10px;
  text-transform: uppercase;
}
.footer .topbtn a:before{
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  display: block;
  width: 26px;
  height: 26px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}
.footer .topbtn:after{
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color:#F1DB5E;
  background: -moz-linear-gradient(left,  #F1DB5E 0%, #E27267 100%);
  background: -webkit-linear-gradient(left,  #F1DB5E 0%,#E27267 100%);
  background: linear-gradient(to right,  #F1DB5E 0%,#E27267 100%);
}
.footer .small{
  display: block;
  color: #FFF;
  background-color: #000;
  text-align: center;
  padding: 7.5em 1em;
}
.footer .banner a,
.footer .banner img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .banner {
  position: absolute;
  top: 45%;
  right: 30px;
  width: 50%;
  max-width: 200px;
}




.h2_title{
	font-size: 34px;
	font-weight: bold;
  color: #000;
  text-transform: uppercase;
	padding-bottom: 20px;
  letter-spacing: 0.15em;
}
.h2_title:not(.no-line):after{
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 28px;
  background: #f9dc52; /* Old browsers */
  background: -moz-linear-gradient(left,  #f9dc52 0%, #ff7366 100%);
  background: -webkit-linear-gradient(left,  #f9dc52 0%,#ff7366 100%);
  background: linear-gradient(to right,  #f9dc52 0%,#ff7366 100%);
}
.h2_title.rev:after{
  background: -moz-linear-gradient(left,  #ff7366 0%, #f9dc52 100%);
  background: -webkit-linear-gradient(left,  #ff7366 0%,#f9dc52 100%);
  background: linear-gradient(to right,  #ff7366 0%,#f9dc52 100%);
}
.h2_title.line100{text-align: center;}
.h2_title.line100:after{
  width: 100%;
}
.h3_title{
  color: #FF7366;
  font-size: 20px;
  margin-bottom: 30px;
}


@media (max-width:730px){
body,input,textarea{font-size:14px;}
body{padding-bottom: 0}
.inner{padding: 0 20px;/*overflow: hidden;*/}
.wid100,
.wid1120{width: 100%;min-width: 100%;}
.mb80{margin-bottom: 40px;}
.flpc{float: none;}
.frpc{float: none;}
.flsp{float: left;}
.tbpc{display: block;}
.tbpc>.cell{display: block;}
.frsp{float: right;}

.only-pc{display: none;}
.only-sp{display: block;}
	
/*.section{padding: 70px 0;}*/
	


.h2_title{
  font-size: 25px;
  padding-bottom: 22px;
  }
.h2_title:not(.no-line):after{margin-top: 22px;}
.h3_title{
  font-size: 18px;
  margin-bottom: 20px;
}
	
.header{
  z-index: 101;
width: 80px;
height: 52px;
  
  left: auto;
  
}

.drawer-nav{
left: 100%;
position: fixed;
top: 0;
width: 100%;
height: 100%;
/*background-color: #102043;*/
  background: linear-gradient(#102043, #001A66);
display:flex;
display: -webkit-flex;
align-items: center;
-webkit-box-align: center;
}

.header .navi{
position: absolute;
width: 100%;
display: block;
height: auto;
}
.header .navi>li{
position: relative;
display: block;
text-align: center;
height: 60px;
line-height: 60px;
}
.header .navi>li a{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #FFF;
font-size: 16px;
padding: 0;
}
.header .navi>li:hover a:after,
.header .navi>li.active a:after{display: none;}
  
  
  

#fixbar{
  margin-top: -52px;
  width: 80px;
  height: 52px;
}
#fixbar .sc-mark{
  top: -40px;
  right: 15px;
  width: 100px;
}
  
  
#fixbar .sc-mark:after{
  right: calc(4em + 30px);
  width: 0;
  transition: width 0.7s cubic-bezier(0,.42,0,1),
              right 0.7s cubic-bezier(0,.42,0,1);
  -webkit-transition: width 0.7s cubic-bezier(0,.42,0,1),
              right 0.7s cubic-bezier(0,.42,0,1);
}
  
  
#fixbar .sc-mark.extend:after{
  right: 4em;
  width: 30px;
  transition: width 0.7s cubic-bezier(0,.42,0,1);
  -webkit-transition: width 0.7s cubic-bezier(0,.42,0,1);
}  
  
  

.footer .small{padding: 4em 1em;}

	
	
/*開閉ボタン*/
#nav_toggle{
  transition:width 0.7s;
display: block;
width: 70px;
height: 42px;
position: absolute;
top: 4px;
right: 5px;
z-index: 100;
padding: 10px;
}
#nav_toggle div {position: relative;}
#nav_toggle span{
display: block;
height: 1px;
background-color: #FFF;
position:absolute;
width: 100%;
left: 0;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){top:4px;}
#nav_toggle span:nth-child(2){top:11px;}
#nav_toggle span:nth-child(3){top:18px;}
/*開閉ボタンopen時*/
  .open #nav_toggle{width: 42px;}
.open #nav_toggle span{background-color: #FFF;}
.open #nav_toggle span:nth-child(1) {
top: 10px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav_toggle span:nth-child(3) {
top: 10px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
transform: rotate(-135deg);
}
	

	
	
}



@media (max-width:730px){

.footer_wrap {
  position: relative;
}

.footer .banner {
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  top: 0;
  right: auto;
  background: #000;
  max-width: none;
}
.footer .banner a {
  margin: 0 auto;
  width: 50%;
  max-width: 200px;
}



}


/* - - - - - TOP - - - - - */

#top_hero{
	width: 100%;
	height: 768px;
  background-image:url("../img/main_pc.jpg");
	background-position: 50% 50%;
	background-size: cover;
  display: table;
}
#top_hero .titlebox{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#top_hero .title{
  color: #FFF;
  font-size: 55px;
  letter-spacing: 0.2em;
}
#top_hero .title>span{
  display: block;
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.15em;
}

#message{margin-top: 60px;position: relative;z-index: 1;}
#message .fill_box{
  position: relative;
  background: linear-gradient(90deg, #fcf7de, #f8e3e0);
  background-position: 100% 0;
	background-size: 60% 60%;
  background-repeat: no-repeat;
  padding-top: 55px;
}
#message .fill_box .inner{
/*background: url("../img/message-img.jpg") no-repeat 100% 50%;
  background-size: 50% auto;*/
  position: relative;
  overflow-x: hidden;
}
#message .fill_box .inner:before{
  content: "";
  position: absolute;
  display: block;
  background: url("../img/message-img.jpg") no-repeat 100% 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
/*  opacity: 0.5;*/
}
#message .lead{
  text-align: justify;
}

#message .txtbox1,
#message .txtbox2{
  padding: 0 5%;
  width: 50%;
}
#message .txtbox2{
  position: relative;
  padding-top: 60px;
  margin-left: 7.6%;
  padding-bottom: 100px;
}


#profile{margin-top: -40px;position: relative;}
#profile .fill_box{
  position: relative;
  background: linear-gradient(90deg, #E89085, #F3E27E);
  background-position: 0 0;
	background-size: 56% 77%;
  background-repeat: no-repeat;
  padding-top: 185px;
}
#profile .inner{
  margin-left: 13%;
}
#profile .tbpc>.cell{
  vertical-align: middle;
}
#profile .title{
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 1.2em;
}
#profile .title small {
  font-size: 15px;
  margin-bottom: 0.8em;
  display: block;
  line-height: 1.6;
  letter-spacing: .1em;
}
#profile .title strong {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 1.6;
  letter-spacing: .1em;
  margin: 0.5em 0 0;
}

#profile .title>span{
  font-size: 12px;
  margin-left: 1em;
  letter-spacing: 0em;
}
#profile .img{position: relative;}
#profile .txt{
  padding-top: 60px;
  padding-left: 50px;
}

#profile .sign-img{
  position: absolute;
  top: 81px;
  left: calc(13% + 337px);
  z-index: 1;
  opacity: 0.8;
}
@media (max-width:1020px){
  #profile .sign-img{left: auto;right: 0;}
}
#biography{margin-top: -33px;}
#biography .fill_box{
  position: relative;
  z-index: -10;
  background: linear-gradient(90deg, #fcf7de, #f8e3e0);
  background-position: 100% 0;
	background-size: 60% 100%;
  background-repeat: no-repeat;
  padding-top: 91px;
  padding-bottom: 110px;
}
#biography .inner{
  margin-left: 13%;
}
#biography dt>span{
  display: block;
  padding: 0 0.8em;
  color: #FFF;
}

#biography dt{
	padding: 0.4em 0;
	clear: left;
	float: left;
  line-height: 1.5em;
  font-weight: 700;
}
#biography dd{
	float: left;
	padding: 0.4em 1em;
  line-height: 1.5em;
}

#biography dl:after{
	content: "";
	display: table;
	clear: both;
}
#biography dt:nth-of-type(1)>span{background-color: #EDCC5F;}
#biography dt:nth-of-type(2)>span{background-color: #ECC55E;}
#biography dt:nth-of-type(3)>span{background-color: #EBBB60;}
#biography dt:nth-of-type(4)>span{background-color: #E9B360;}
#biography dt:nth-of-type(5)>span{background-color: #E8AA61;}
#biography dt:nth-of-type(6)>span{background-color: #E6A061;}
#biography dt:nth-of-type(7)>span{background-color: #E59762;}
#biography dt:nth-of-type(8)>span{background-color: #E38764;}
#biography dt:nth-of-type(9)>span{background-color: #E37F64;}


#schedule .h2_title{color: #fff;}
#schedule .fill_box{
  background: linear-gradient(90deg, #fcf7de, #f8e3e0);
  background-position: 100% 0;
	background-size: 60% 100%;
  background-repeat: no-repeat;
}
#schedule .inner{
  color: #FFF;
  background: url("../img/schedule-bg_pc.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 70px 75px 55px 50px;
  margin-left: 8.5%;
}
#schedule dt{
	padding: 0.4em 0;
	clear: left;
	float: left;
  line-height: 1.5em;
  color: #F0DB67;
  width: 12em;
  border-bottom: 3px solid #F0DB67;
  font-weight: 700;
}
#schedule dd{
	float: left;
	padding: 0.4em 1em calc(0.4em + 1px);
  line-height: 1.5em;
  width: calc(100% - 12em);
  border-bottom: 1px solid #FFF;
}
#schedule dl:after{
	content: "";
	display: table;
	clear: both;
}


#history .h2_title{color: #fff;}
#history .h3_title{
  color: #fff;
  padding-left: 0.7em;
}
#history .fill_box{
  position: relative;
  background: linear-gradient(90deg, #fcf7de, #f8e3e0);
  background-position: 100% 0;
	background-size: 60% 100%;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 95px;
}
#history .inner{
  color: #FFF;
  background: url("../img/history-bg_pc.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 70px 75px 55px 50px;
  margin-left: 8.5%;
}
#history dl{
  display:flex;
  flex-wrap:wrap;
}
#history dt{
  width: 5em;
	padding: 0.5em 1em;
  line-height: 1.5em;
  color: #FF7366;
  background-color: rgba(255,255,255,0.90);
  font-weight: 700;
  margin-bottom: 0.3em;
  text-align: center;
}
#history dd{
	width: calc(100% - 5em);
	padding: 0.5em 1em;
  line-height: 1.5em;
}

#history dd li{
  /* line-height: 1em; */
      line-height: 1.4;
      text-indent: -1em;
      padding-left: 1em;
}
#history dd li+li{margin-top: 0.6em;}
#history dd li:last-child{margin-bottom: 1em;}




#sponsor{margin-top: 115px;}
#sponsor .inner{padding: 50px 20px 0;}
#sponsor .thumbs-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 886px;
  margin-inline: auto;
}
#sponsor .thumbs-list li {
  aspect-ratio: 214 / 86;
  background: linear-gradient(90deg, #fcf7de, #f8e3e0);
  background-position: 100% 0;
  width: 48%;
  margin-bottom: 4%;
}
#sponsor .thumbs-list li:nth-child(odd) {
  margin-right: 4%;
}
#sponsor .thumbs-list li a {
  display: block;
  position: relative;
}
#sponsor .thumbs-list li a img {
  display: block;
  width: 100%;
  height: auto;
}



@media (max-width:1060px){
  #sponsor .inner{overflow: hidden;}
}

@media (min-width:731px){

  #sponsor .inner {
    padding-top: 50px;
  }
  #sponsor .thumbs-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 886px;
  }
  #sponsor .thumbs-list li:not(:nth-child(4n)) {
    margin-right: 1.128%;
  }
  #sponsor .thumbs-list li {
    width: 24.154%;
    height: auto;
    margin-bottom: 2.22%;
  }
  #sponsor .thumbs-list li a img {
    position: relative;
    z-index: 1;
  }
  #sponsor .thumbs-list li a[target="_blank"]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #F1DB5E;
    background: -moz-linear-gradient(left, #F1DB5E 0%, #E27267 100%);
    background: -webkit-linear-gradient(left, #F1DB5E 0%, #E27267 100%);
    background: linear-gradient(to right, #F1DB5E 0%, #E27267 100%);
    opacity: .5;
    transition: all .3s;
  }
  #sponsor .thumbs-list li a[target="_blank"]:hover:after {
    transform: scale(1.03,1.08);
  }

}



#reduction{
  margin-top: 50px;
  color: #FFF;
  background-color: #666;
  text-align: center;
  padding: 15em 0;
}

#recruit{
  margin-top: 70px;
  color: #FFF;
	background: #fadb52;
	background: -moz-linear-gradient(top,#fadb52 0%, #ff7566 100%);
	background: -webkit-linear-gradient(top,#fadb52 0%,#ff7566 100%);
	background: linear-gradient(to bottom,#fadb52 0%,#ff7566 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadb52',endColorstr='#ff7566',GradientType=0 );

  text-align: center;
  padding: 9em 0;
}
#recruit .title{
	font-size: 20px;
	margin-bottom: 20px;
}


#contact{
  margin-top: 70px;
  padding-bottom: 90px;
}
#contact .inner{padding: 0 20px;}
#contact form{
  width: 100%;
  padding-top: 30px;
  line-height: 1.6;
}
#contact form>.cell{
  position: relative;
  width: calc(50% - 30px);
}
#contact form>.cell:first-child{padding-right: 30px;}
#contact form>.cell:last-child{padding-left: 30px;}
#contact .form-cont.txt{padding-bottom: 90px;}
#contact .form-cont input,
#contact .form-cont textarea{
  width: 100%;
  border: none;
  background-color: #EFEFEF;
  padding: 0.7em 0.5em;
}
#contact .form-cont textarea{
  resize:vertical;
  height: 16em;
}

#contact .form-cont dt{margin-bottom: 0.7em;}
#contact .form-cont dt>span{
  padding-left: 1em;
  color: #808080;
}
#contact .form-cont dd+dt{margin-top: 1.7em;}
#contact input.btn_submit1{
  position: absolute;
  bottom: 0;
  border:1px solid #363636;
  width: calc(100% - 30px);
  padding: 1.3em;
  background: none;
}
#contact .h3_title{color: inherit;}

#contact .error{text-align: center;}
#contact .error>p.txt{margin: 2em 0;}
#contact .error>p.error_messe{margin-top: 0.6em;}
#contact .error .btn_back{
  display: inline-block;
  margin-top: 80px;
}

#contact .form-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  line-height: 1.6;
}
#contact .form-table th{
  text-align: left;
  padding: 0.7em 0;
  width: 10em;
}
#contact .form-table td{
  padding: 0.7em 1.5em;
  width: calc(100% - 10em);
  background-color: #EFEFEF;
}
#contact .btn_submit2,
#contact .btn_back{
  border:1px solid #363636;
  padding: 1.3em;
  background: none;
  margin: 0 10px;
  cursor: pointer;
}
#contact .btn_submit2{width: 200px;}
#contact .btns{
  text-align: center;
  margin-top: 40px;
}
#contact.thanks .inner{text-align: center;}
#contact.thanks .btn_back{
  display: inline-block;
  margin-top: 80px;
  padding: 0;
}
#contact.thanks .btn_back a{
  display: block;
  padding: 1.3em;
}



@media (max-width:730px){
  
  #top_hero{
    height: 100vh;
    background-image:url("../img/main_sp.jpg");
  }
  #top_hero .title{font-size: 20px;}
  #top_hero .title>span{
    margin-top: 15px;
    font-size: 14px;
  }


  #message{margin-top: 52px;}
  #message .fill_box{
    background: linear-gradient(180deg, #fcf7de, #f8e3e0);
    background-position: 100% 0;
    background-size: 25% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
  }
  #message .fill_box .inner{background: none;}
  #message .fill_box .inner:before{display: none;}
  #message .txtbox1,
  #message .txtbox2{
    padding: 0;
    width: 100%;
  }
  #message .imgbox{
    margin-top: 30px;
    margin-right: -20px;
  }
  #message .imgbox img{width: 100%}
  #message .txtbox2{
    padding-top: 35px;
    margin-left:0;
    padding-bottom: 100px;
  }

  
  #profile .fill_box{
    background-size: 85% 38%;
    padding-top: 100px;
  }
  #profile .inner{
    margin-left: 0;
    background: linear-gradient(180deg, #FCF7DE, #FBF2DE);
    background-position: 0 100%;
    background-size: 100% 52%;
    background-repeat: no-repeat;
  }
  #profile .img{width: 77%;}
  #profile .img img{width: 100%;}
  #profile .title{font-size: 18px;}
  #profile .title>span{font-size: 14px;}
  #profile .txt{
    padding-top: 40px;
    padding-left: 0;
  }
  #profile .sign-img{
    top: -25px;
    left: auto;
    right: 0;
    width: 64%;
    overflow: hidden;
  }
  #profile .sign-img img{
    position: relative;
    width: 100%;
    right: -18px;
  }
  
  
  #biography{margin-top: -1px;}
  #biography .fill_box{
    background: linear-gradient(180deg, #FBF2DE, #F8E3E0);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 110px;
  }
  #biography .inner{margin-left: 0;}
  #biography dt{float: none;}
  #biography dd{
    float: none;
    padding: 0 0 0.3em;
    text-align: justify;
  }
  #biography dl:after{display: none;}

  
  #schedule{margin-top: -55px;}
  #schedule .fill_box{
    background: none;
  }
  #schedule .inner{
    color: #FFF;
    background: url("../img/schedule-bg_sp.jpg") no-repeat 0 0;
    background-size: cover;
    padding: 40px 20px 30px;
    margin-left: 20px;
  }
  #schedule dt{
    display: inline;
    float: none;
    padding: 0.2em 0;
    width: auto;
  }
  #schedule dd{
    float: none;
    display: block;
    width: auto;
    padding: 0.8em 0 0.6em;
    margin-bottom: 0.8em;
  }
  #schedule dl:after{display: none;}


  #history .h2_title{float: left;}
  #history .h3_title{
    font-size: 16px;
    float: right;
  }
  #history .wrap-sp{display: block;padding: 0 0 5px 20px;}
  #history .wrap-sp:after{
    content: "";
    display: table;
    clear: both;
  }
  #history .fill_box{
    background: none;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #history .inner{
    color: #FFF;
    background: url("../img/history-bg_sp.jpg") no-repeat 0 0;
    background-size: cover;
    padding: 40px 20px 30px 0;
    margin-left: 20px;
  }

  #history dt{margin-bottom: 1.3em;}
  #history dd{margin-bottom: 1.3em;}
  #history dt:last-of-type,
  #history dd:last-of-type{margin-bottom: 0;}
  #history dd li{line-height: 1.4em;}
  #history dd li+li{margin-top: 0.8em;}
  
  
  
  /* #sponsor{margin-top: 55px;}
  #sponsor .tab-btn{
    margin: 37px 0 0;
    padding-left: 0;
  }
  #sponsor .tab-cont+.tab-btn{margin: 20px 0 0;}
  #sponsor .tab-btn .tab{
    width: calc(50% - 5px);
    height: auto;
  }
  #sponsor .tab-btn .tab.is-active:after{
    width: 37px;
    height: 3px;
  }
  #sponsor .tab-cont{
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }
  #sponsor .tab-cont>li:before{
    top: -10px;
    border-width: 0 6px 10px 6px;
  }
  #sponsor .tab-cont>li:nth-child(3):before,
  #sponsor .tab-cont>li:nth-child(4):before{
    top: auto;
    bottom: -10px;
    border-color: #333 transparent transparent transparent;
    border-width: 10px 6px 0 6px;
  }
  #sponsor .tab-cont>li:nth-child(1):before{left: calc(25% - 8px);border-bottom-color: #F8F2DE;}
  #sponsor .tab-cont>li:nth-child(2):before{left: auto;right: calc(25% - 8px);border-bottom-color: #F4E7DE;}
  #sponsor .tab-cont>li:nth-child(3):before{left: calc(25% - 8px);border-top-color: #F8F2DE;}
  #sponsor .tab-cont>li:nth-child(4):before{left: auto;right: calc(25% - 8px);border-top-color: #F4E7DE;}
  #sponsor .tab-cont .img{width: 100%;}
  #sponsor .tab-cont .txt{
    padding: 30px 0 15px;
    width: 100%;
  }
  #sponsor .tab-cont .txt .h4_title{
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sponsor .thumbs-m,
  #sponsor .thumbs-s{
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    flex-wrap:wrap;
  }
  #sponsor .thumbs-m img,
  #sponsor .thumbs-s img{width: 100%;}
  #sponsor .thumbs-m{
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #sponsor .thumbs-m li{
    width: calc((100% / 3) - 10px);
    margin: 5px;
  }
  #sponsor .thumbs-s li{
    width: calc((100% / 4) - 10px);
    margin: 5px;
  } */

  
  

  #reduction{
    margin-top: 45px;
    padding: 8em 0;
  }

  #contact{
    margin-top: 55px;
    padding-bottom: 45px;
  }
  #contact form>.cell{width: 100%;}
  #contact form>.cell:first-child{padding-right: 0;}
  #contact form>.cell:last-child{padding-left: 0;}
  #contact .form-cont.txt{padding-bottom: 0;}
  #contact .form-cont input,
  #contact .form-cont textarea{width: 100%;}
  #contact .form-cont dd+dt,
  #contact .form-cont.txt>dt{margin-top: 2em;}
  #contact input.btn_submit1{
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 30px;
  }
  #contact .form-table th{width: 8em;}
  #contact .form-table td{width: calc(100% - 8em);}
  #contact .btn_submit2,
  #contact .btn_back{
    background: none;
    margin: 0 5px;
  }
  #contact .btn_submit2{width: auto;}
  #contact .btns{
    text-align: center;
    margin-top: 40px;
  }
  #contact.thanks .btn_back{
    margin-top: 50px;
  }

  
  
  
}




/* - - - - - ANIMATION - - - - - */
#top_hero{
  animation: fadein 3s 0s 1 both;
  -webkit-animation: fadein 3s 0s 1 both;
}
#top_hero .titlebox{
  animation: fadein 1s 1.5s 1 both;
  -webkit-animation: fadein 1s 1.5s 1 both;
}
#fixbar{
  animation: fadein 0.5s 2.5s 1 both;
  -webkit-animation: fadein 0.5s 2.5s 1 both;
}


#message .fill_box .inner:before{
  left: 80%;
  right: -30%;
  opacity: 0;
}
#message .fill_box .inner.movein:before{
  left: 50%;
  right: 0;
  opacity: 1;
  transition: left 1s cubic-bezier(0,.42,0,1),
              right 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
  -webkit-transition: left 1s cubic-bezier(0,.42,0,1),
              right 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
}
#profile .img{
  left: -150px;
  opacity: 0;
}
#profile .img.movein{
  left: 0;
  opacity: 1;
  transition: left 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
  -webkit-transition: left 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
}
#schedule .inner{
  position: relative;
  z-index: 1;
  opacity: 0;
  top: 150px;
}
#schedule .inner.movein{
  opacity: 1;
  top: 0;
  transition: top 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
  -webkit-transition: top 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
}
#history .inner{
  position: relative;
  opacity: 0;
  top: 150px;
}
#history .inner.movein{
  opacity: 1;
  top: 0;
  transition: top 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
  -webkit-transition: top 1s cubic-bezier(0,.42,0,1),
              opacity 2s;
}
@media (max-width:730px){
  #message .imgbox{
    position: relative;
    right: -50px;
    opacity: 0;
  }
  #message .imgbox.movein{
    right: 0;
    opacity: 1;
    transition: right 1s cubic-bezier(0,.42,0,1),
                opacity 2s;
    -webkit-transition: right 1s cubic-bezier(0,.42,0,1),
                opacity 2s;
  }
}


#sponsor .tab-cont .part{display:none;}
#sponsor .tab-cont .part.is-show{
  display:block;
          animation: fadein 1s 1 forwards;
  -webkit-animation: fadein 1s 1 forwards;
}
@keyframes fadein {
	0% {opacity: 0;}
  100% {opacity: 1;}}
@-webkit-keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}}








