@charset "utf-8";
@media only screen and (max-width:640px){
article{
	min-width:auto;
	min-width:initial;
	font-size:3.8vw;
	padding-top:0;
  background-size:100% auto;
}
.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc{
	display:none !important;
}


article img{
	max-width:100%;
}



/* #mv */
#mv{
  padding:0 0 3%;
  background:url(../images/mv_bg.png);
  background-size:300px auto;
}
#mv h1{
  margin:0;
}
#mv h1 img{
	vertical-align:bottom;
}
#mv p{
  padding:5px 0 0;
  font-size:4.2vw;
}


/* article nav */
article nav{
  padding:3% 0 12%;
  background:url(../images/nav_bg_s.png)no-repeat center bottom;
  background-size:cover;
  box-shadow:0 -2px 4px #e6c9b2;
}
article nav.bottom{
  padding-bottom:12%;
  background:
    url(../images/nav_bg_s.png)no-repeat center bottom 5%,
    url(../images/mv_bg.png);
  background-size:cover, 300px auto;
  margin-bottom:10%;
  position:relative;
}
article nav.bottom:after{
  content:'';
  display:block;
  width:100%;
  padding-bottom:10%;
  position:absolute;
  top:100%;
  background:url(../images/mv_bg.png);
  background-size:300px auto;
}
article nav ul{
  width:auto;
  margin:auto;
}
article nav ul li{
  width:45%;
  display:inline-block;
  vertical-align:top;
}
article nav ul li:nth-child(-n+2){
  margin-right:0;
}
article nav ul li:nth-child(3){
  margin-right:0;
}
article nav ul li:nth-child(4){
  margin-left:0;
}
article nav ul li:nth-child(n+5){
  margin-left:0;
}
article nav ul li:nth-child(even){
  transform:translateY(30%);
}
article nav ul li a{
  height:3.5em;
  line-height:1.2;
  background:url(../images/nav_link_s.png)no-repeat center center;
  background-size:100% auto;
  font-size:4.5vw;
}
article > a{
  margin:10% 0 8%;
}
article > a img{
  width:90%;
}



/* .cont */
.cont *{
  box-sizing:border-box;
}
.cont * img{
  vertical-align:bottom;
}
.cont{
  width:98%;
  max-width:1100px;
  margin:auto;
  padding:5% 0 0;
}
.cont dl{
  width:94%;
  margin:20px auto 0;
  padding-bottom:3%;
  border-radius:5px;
  box-shadow:0 0 20px #fff inset;
}
.cont dl dt{
  height:4em;
  line-height:1.3;
  padding:0.6em 0 0;
  font-size:4vw;
  color:#6d2905;
  background:url(../images/cont2_h3_s.png)no-repeat center center;
  background-size:80% auto;
  transform:translateY(-40%);
}
.cont dl dt span{
  color:#eb6100;
}
.cont dl dd{
  width:90%;
  max-width:490px;
  display:block;
  margin:0 auto 5%;
  vertical-align:top;
  border:2px solid #fff21d;
  border-radius:5px;
}
.cont dl dd:nth-of-type(2){
  margin:0 auto 5%;
}
.cont dl dd a figure figcaption{
  height:50px;
  line-height:1.3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color:#fff21d;
  color:#7b674a;
  font-size:16px;
  font-weight:bold;
}


/* #cont1 */
#cont1{
  margin-top:3%;
  padding:0.5% 0 0;
  border-radius:5px;
  background:#fff url(../images/cont1_bg1.png)no-repeat center 6%;
  background-size:100% auto;
  box-shadow:0 0 20px #e79542;
}
#cont1 #cont1_1 #video video{
  width:90%;
}
#cont1 #cont1_2{
  padding-top:0;
}
#cont1 #cont1_2 section{
  padding-bottom:6%;
}
#cont1 #cont1_2 section:last-of-type{
  padding:0 5% 8%;
  background:
    url(../images/cont1_bg2_s_top.png)no-repeat center top,
    url(../images/cont1_bg2_s_bottom.png)no-repeat center bottom;
  background-size:100% auto;
  background-color:#fffdde;
  border-radius:0 0 5px 5px;
}
#cont1 #cont1_2 section h3{
  line-height:2;
  margin:8px 0;
  padding-bottom:0.5%;
  font-size:4vw;
  color:#fff;
  text-shadow:2px 2px 0 #58280d;
  background:url(../images/cont1_h3_s.png)no-repeat center center;
  background-size:70% auto;
  transform:translateY(-40%);
}
#cont1 #cont1_2 section ol{
  padding:0 5%;
  display: block;
}
#cont1 #cont1_2 section ol li{
  width:auto;
  max-width:auto;
  max-width:initial;
  height:auto;
  border:2px solid #fdf56d;
  position:static;
  margin-bottom:5%;
}
#cont1 #cont1_2 section:nth-of-type(2) ol li{
  height:auto;
}
#cont1 #cont1_2 section ol li h4{
  margin-bottom:-2%;
  padding:0 20%;
}
#cont1 #cont1_2 section ol li p{
  padding:0 5%;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing:-0.06em;
  position:relative;
  z-index:1;
}
#cont1 #cont1_2 section ol li > img{
  position:static;
  bottom:auto;
  left:auto;
  margin-top:-3%;
}
#cont1 #cont1_2 section ul{
  display:inline-block;
}
#cont1 #cont1_2 section ul li{
  padding-left:1em;
  text-indent:-1em;
  text-align:left;
}
#cont1 #cont1_2 section ul li span:first-of-type{
  font-weight:bold;
  color:#ffde00;
}
#cont1 #cont1_2 section ul li span:nth-of-type(n+2){
  border-bottom:3px solid #ffde00;
}
#cont1 #cont1_2 section a{
  width:auto;
  line-height:3.2;
  display:block;
  margin:20px auto 0;
  background-color:#f97400;
  color:#fff;
  font-size:4.5vw;
  font-weight:bold;
  position:relative;
}
#cont1 #cont1_2 section a:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
}


/* #cont5 */
#cont5 dl dt{
  padding:1.2em 0 0;
}

}