@charset "UTF-8";


.system h2 {
    text-align: center;
    margin-top: 1%;
    padding-top: 5%;
}
.system {
    background: url("../img/system_bg.jpg") no-repeat;
    padding: 0px 5% 5%;
    background-size: 100% auto;
}

.system_box {
    width: 96%;
    margin: 0 auto;
}

.s_block {
    margin-bottom: 10px;
}

.s_block h3 {
	background: url("../img/system_h3.png") no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 1.7;
    letter-spacing: -1px;
    margin: .6em 0;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.s1 {
    background: url("../img/s1_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 356px;
    padding: 7% 11%;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

.s1 dt {
    float: left;
    clear: left;
    margin-right: 1em;
    width: 97px;
    text-align: right;
}

.s1 dd {
	float: left ;
	margin-left: 1em ;
}

.s_credit {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.s2 {
    background: url("../img/s1_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 400px;
    padding: 7% 9%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.s2 p {
	padding: 5px 0 12px;
}

.s2 h4 {
    color: #a18651;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: solid 1px #a18651;
}

.sizeS {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}

.s2_rsv {
	line-height: 1.7;
	font-weight: normal;
}

.s3 {
    background: url("../img/s3_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 124px;
    padding: 13px 13px;
    font-size: 15px;
    text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: left;
}

.s3 dt {
    float: left;
    clear: left;
    margin-right: .5em;
    width: 108px;
    text-align: right;
}

.s3 dd {
	float: left ;
	margin-left: .7em ;
}

.s3 em {
	font-size: 17px;
}

.s4 {
    background: url("../img/s4_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 222px;
    padding: 31px 41px;
    line-height: 1.3;
    text-align: left;
}

.s4 p {
	padding-bottom: 12px;
}

.Msize {
	font-weight: bold;
	font-size: 17px;
}
@media (max-width: 420px) {
    .s1 {
        height: 310px;
        font-size: 24px;
    }
    .s2 {
        height: 377px;
        font-size: 14px;
    }
    .s4 {
        font-size: 17px;        
    }
    .Msize {
        font-size: 20px;
    }

}

@media (max-width: 375px) {
    .s_block h3 {
        font-size: 17px;
    }
    .s1 {
        height: 260px;
        padding: 5% 4%;
        font-size: 21px;
    }
    .s3 {
        height: 124px;
        padding: 13px 0;
        font-size: 14px;
    }
    .s3 dt {      
        width: 96px;
    }

    .s2 {
        height: 345px;
        font-size: 12px;
    }

    .s4 {
        padding: 19px 35px;
        font-size: 15px;
        height: 195px;
    }
}

@media (max-width: 320px) {
    .s_block h3 {
        font-size: 17px;
    }
    .s1 {
        height: 215px;
        margin-left: 1%;
        padding: 6% 0%;
        font-size: 17px;
    }
    .s3 {
        height: 110px;
        font-size: 11px;
    }
    .s3 dt {
        width: 80px;
    }
    .s3 em {
        font-size: 12px;
    }
    .s4 {
        height: 169px;
        font-size: 13px;
    }
    .s4 p {
        padding-bottom: 11px;
    }
    .Msize {
        font-weight: bold;
        font-size: 14px;
    }
}

.options_banner a{
  position: relative;
  padding: 0 2%;
  display: block;
}

.options_banner a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 48px;
  height: 72px;
  bottom: 0;
  right: 0;
  transform: translate(0,0);
  animation: 0.5s handfocus infinite linear;
  background: url("../img/options_banner_hand_sp.png") no-repeat center / 100% auto;
}

@keyframes handfocus {
  0% { transform: translate(0,0); }
  50% { transform: translate(-20%, -20%); }
  100% { transform: translate(0,0); }
}