@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Abel|Roboto:400,500,700,900);
@font-face {
  font-family: "icon-set";
  src: url("../icons/icon-set.eot?80153897");
  src: url("../icons/icon-set.eot?80153897#iefix") format("embedded-opentype"), url("../icons/icon-set.woff2?80153897") format("woff2"), url("../icons/icon-set.woff?80153897") format("woff"), url("../icons/icon-set.ttf?80153897") format("truetype"), url("../icons/icon-set.svg?80153897#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
ul.list li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul.list.space {
  margin-top: 30px;
  margin-bottom: 30px;
}
ul.list.top-space {
  margin-top: 30px;
}
ul.list.bottom-space {
  margin-bottom: 30px;
}
ul.list.small li {
  font-size: 85%;
  line-height: 1.75;
}
ul.list.large li {
  font-size: 115%;
  line-height: 1.625;
}
ul.list.labeling li {
  position: relative;
  padding-left: 1.25em;
}
ul.list.labeling li.head {
  padding-left: 0;
}
ul.list.labeling li.double {
  padding-left: 2.15em;
}
ul.list.labeling li > i {
  font-style: normal;
  position: absolute;
  left: 0;
}
ul.list.bullet li {
  position: relative;
  padding-left: 1em;
}
ul.list.bullet li:before {
  content: "・";
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
ul.list.bullet.large li:before {
  top: 0.5em;
}
ul.list.large-bullet li {
  position: relative;
  padding-left: 1.25em;
}
ul.list.large-bullet li:before {
  content: "●";
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
ul.list.large-bullet.large li:before {
  top: 0.5em;
}

@media screen and (max-width: 640px) {
  ul.list.space {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.list.top-space {
    margin-top: 20px;
  }
  ul.list.bottom-space {
    margin-bottom: 20px;
  }
}
.fields:after {
  content: "";
  display: block;
  clear: both;
}
.fields.flex {
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.fields.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.region {
  position: relative;
  float: left;
}
.region.right {
  float: right;
}
.region.size1of1 {
  width: 100%;
}
.region.size1of2 {
  width: 50%;
}
.region.size1of3 {
  width: 33.333333%;
}
.region.size2of3 {
  width: 66.666666%;
}
.region.size1of4 {
  width: 25%;
}
.region.size3of4 {
  width: 75%;
}
.region.size1of5 {
  width: 20%;
}
.region.size2of5 {
  width: 40%;
}
.region.size3of5 {
  width: 60%;
}
.region.size4of5 {
  width: 80%;
}
.flex .region {
  float: none;
}

.col20 {
  margin-left: -20px;
}
.col20 > .region {
  margin-left: 20px;
}
.col20 > .region.size1of2 {
  width: calc(50% - 20px);
}
.col20 > .region.size1of3 {
  width: calc(33.333333% - 20px);
}
.col20 > .region.size2of3 {
  width: calc(66.666666% - 20px);
}
.col20 > .region.size1of4 {
  width: calc(25% - 20px);
}
.col20 > .region.size3of4 {
  width: calc(75% - 20px);
}
.col20 > .region.size1of5 {
  width: calc(20% - 20px);
}
.col20 > .region.size2of5 {
  width: calc(40% - 20px);
}
.col20 > .region.size3of5 {
  width: calc(60% - 20px);
}
.col20 > .region.size4of5 {
  width: calc(80% - 20px);
}

.col25 {
  margin-left: -25px;
}
.col25 > .region {
  margin-left: 25px;
}
.col25 > .region.size1of2 {
  width: calc(50% - 25px);
}
.col25 > .region.size1of3 {
  width: calc(33.333333% - 25px);
}
.col25 > .region.size2of3 {
  width: calc(66.666666% - 25px);
}
.col25 > .region.size1of4 {
  width: calc(25% - 25px);
}
.col25 > .region.size3of4 {
  width: calc(75% - 25px);
}
.col25 > .region.size1of5 {
  width: calc(20% - 25px);
}
.col25 > .region.size2of5 {
  width: calc(40% - 25px);
}
.col25 > .region.size3of5 {
  width: calc(60% - 25px);
}
.col25 > .region.size4of5 {
  width: calc(80% - 25px);
}

.col30 {
  margin-left: -30px;
}
.col30 > .region {
  margin-left: 30px;
}
.col30 > .region.size1of2 {
  width: calc(50% - 30px);
}
.col30 > .region.size1of3 {
  width: calc(33.333333% - 30px);
}
.col30 > .region.size2of3 {
  width: calc(66.666666% - 30px);
}
.col30 > .region.size1of4 {
  width: calc(25% - 30px);
}
.col30 > .region.size3of4 {
  width: calc(75% - 30px);
}
.col30 > .region.size1of5 {
  width: calc(20% - 30px);
}
.col30 > .region.size2of5 {
  width: calc(40% - 30px);
}
.col30 > .region.size3of5 {
  width: calc(60% - 30px);
}
.col30 > .region.size4of5 {
  width: calc(80% - 30px);
}

.col35 {
  margin-left: -35px;
}
.col35 > .region {
  margin-left: 35px;
}
.col35 > .region.size1of2 {
  width: calc(50% - 35px);
}
.col35 > .region.size1of3 {
  width: calc(33.333333% - 35px);
}
.col35 > .region.size2of3 {
  width: calc(66.666666% - 35px);
}
.col35 > .region.size1of4 {
  width: calc(25% - 35px);
}
.col35 > .region.size3of4 {
  width: calc(75% - 35px);
}
.col35 > .region.size1of5 {
  width: calc(20% - 35px);
}
.col35 > .region.size2of5 {
  width: calc(40% - 35px);
}
.col35 > .region.size3of5 {
  width: calc(60% - 35px);
}
.col35 > .region.size4of5 {
  width: calc(80% - 35px);
}

.col40 {
  margin-left: -40px;
}
.col40 > .region {
  margin-left: 40px;
}
.col40 > .region.size1of2 {
  width: calc(50% - 40px);
}
.col40 > .region.size1of3 {
  width: calc(33.333333% - 40px);
}
.col40 > .region.size2of3 {
  width: calc(66.666666% - 40px);
}
.col40 > .region.size1of4 {
  width: calc(25% - 40px);
}
.col40 > .region.size3of4 {
  width: calc(75% - 40px);
}
.col40 > .region.size1of5 {
  width: calc(20% - 40px);
}
.col40 > .region.size2of5 {
  width: calc(40% - 40px);
}
.col40 > .region.size3of5 {
  width: calc(60% - 40px);
}
.col40 > .region.size4of5 {
  width: calc(80% - 40px);
}

.col50 {
  margin-left: -50px;
}
.col50 > .region {
  margin-left: 50px;
}
.col50 > .region.size1of2 {
  width: calc(50% - 50px);
}
.col50 > .region.size1of3 {
  width: calc(33.333333% - 50px);
}
.col50 > .region.size2of3 {
  width: calc(66.666666% - 50px);
}
.col50 > .region.size1of4 {
  width: calc(25% - 50px);
}
.col50 > .region.size3of4 {
  width: calc(75% - 50px);
}
.col50 > .region.size1of5 {
  width: calc(20% - 50px);
}
.col50 > .region.size2of5 {
  width: calc(40% - 50px);
}
.col50 > .region.size3of5 {
  width: calc(60% - 50px);
}
.col50 > .region.size4of5 {
  width: calc(80% - 50px);
}

.col60 {
  margin-left: -60px;
}
.col60 > .region {
  margin-left: 60px;
}
.col60 > .region.size1of2 {
  width: calc(50% - 60px);
}
.col60 > .region.size1of3 {
  width: calc(33.333333% - 60px);
}
.col60 > .region.size2of3 {
  width: calc(66.666666% - 60px);
}
.col60 > .region.size1of4 {
  width: calc(25% - 60px);
}
.col60 > .region.size3of4 {
  width: calc(75% - 60px);
}
.col60 > .region.size1of5 {
  width: calc(20% - 60px);
}
.col60 > .region.size2of5 {
  width: calc(40% - 60px);
}
.col60 > .region.size3of5 {
  width: calc(60% - 60px);
}
.col60 > .region.size4of5 {
  width: calc(80% - 60px);
}

.col70 {
  margin-left: -70px;
}
.col70 > .region {
  margin-left: 70px;
}
.col70 > .region.size1of2 {
  width: calc(50% - 70px);
}
.col70 > .region.size1of3 {
  width: calc(33.333333% - 70px);
}
.col70 > .region.size2of3 {
  width: calc(66.666666% - 70px);
}
.col70 > .region.size1of4 {
  width: calc(25% - 70px);
}
.col70 > .region.size3of4 {
  width: calc(75% - 70px);
}
.col70 > .region.size1of5 {
  width: calc(20% - 70px);
}
.col70 > .region.size2of5 {
  width: calc(40% - 70px);
}
.col70 > .region.size3of5 {
  width: calc(60% - 70px);
}
.col70 > .region.size4of5 {
  width: calc(80% - 70px);
}

.col80 {
  margin-left: -80px;
}
.col80 > .region {
  margin-left: 80px;
}
.col80 > .region.size1of2 {
  width: calc(50% - 80px);
}
.col80 > .region.size1of3 {
  width: calc(33.333333% - 80px);
}
.col80 > .region.size2of3 {
  width: calc(66.666666% - 80px);
}
.col80 > .region.size1of4 {
  width: calc(25% - 80px);
}
.col80 > .region.size3of4 {
  width: calc(75% - 80px);
}
.col80 > .region.size1of5 {
  width: calc(20% - 80px);
}
.col80 > .region.size2of5 {
  width: calc(40% - 80px);
}
.col80 > .region.size3of5 {
  width: calc(60% - 80px);
}
.col80 > .region.size4of5 {
  width: calc(80% - 80px);
}

.col-sp {
  margin-left: 0px;
}
.col-sp .region {
  margin-left: 0px;
}

.mt20 .region {
  margin-top: 20px;
}

.mt30 .region {
  margin-top: 30px;
}

.mt40 .region {
  margin-top: 40px;
}

.mt50 .region {
  margin-top: 50px;
}

.mt60 .region {
  margin-top: 60px;
}

.mb20 .region {
  margin-bottom: 20px;
}

.mb30 .region {
  margin-bottom: 30px;
}

.mb40 .region {
  margin-bottom: 40px;
}

.mb50 .region {
  margin-bottom: 50px;
}

.mb60 .region {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .col40,
  .col50 {
    margin-left: -20px;
  }
  .col40 > .region,
  .col50 > .region {
    margin-left: 20px;
  }
  .col40 > .region.size1of2,
  .col50 > .region.size1of2 {
    width: calc(50% - 20px);
  }
  .col40 > .region.size1of3,
  .col50 > .region.size1of3 {
    width: calc(33.333333% - 20px);
  }
  .col40 > .region.size2of3,
  .col50 > .region.size2of3 {
    width: calc(66.666666% - 20px);
  }
  .col40 > .region.size1of4,
  .col50 > .region.size1of4 {
    width: calc(25% - 20px);
  }
  .col40 > .region.size3of4,
  .col50 > .region.size3of4 {
    width: calc(75% - 20px);
  }
  .col40 > .region.size1of5,
  .col50 > .region.size1of5 {
    width: calc(20% - 20px);
  }
  .col40 > .region.size2of5,
  .col50 > .region.size2of5 {
    width: calc(40% - 20px);
  }
  .col40 > .region.size3of5,
  .col50 > .region.size3of5 {
    width: calc(60% - 20px);
  }
  .col40 > .region.size4of5,
  .col50 > .region.size4of5 {
    width: calc(80% - 20px);
  }
  .col60 {
    margin-left: -30px;
  }
  .col60 > .region {
    margin-left: 30px;
  }
  .col60 > .region.size1of2 {
    width: calc(50% - 30px);
  }
  .col60 > .region.size1of3 {
    width: calc(33.333333% - 30px);
  }
  .col60 > .region.size2of3 {
    width: calc(66.666666% - 30px);
  }
  .col60 > .region.size1of4 {
    width: calc(25% - 30px);
  }
  .col60 > .region.size3of4 {
    width: calc(75% - 30px);
  }
  .col60 > .region.size1of5 {
    width: calc(20% - 30px);
  }
  .col60 > .region.size2of5 {
    width: calc(40% - 30px);
  }
  .col60 > .region.size3of5 {
    width: calc(60% - 30px);
  }
  .col60 > .region.size4of5 {
    width: calc(80% - 30px);
  }
  .col70 .col80 {
    margin-left: -40px;
  }
  .col70 .col80 > .region {
    margin-left: 40px;
  }
  .col70 .col80 > .region.size1of2 {
    width: calc(50% - 40px);
  }
  .col70 .col80 > .region.size1of3 {
    width: calc(33.333333% - 40px);
  }
  .col70 .col80 > .region.size2of3 {
    width: calc(66.666666% - 40px);
  }
  .col70 .col80 > .region.size1of4 {
    width: calc(25% - 40px);
  }
  .col70 .col80 > .region.size3of4 {
    width: calc(75% - 40px);
  }
  .col70 .col80 > .region.size1of5 {
    width: calc(20% - 40px);
  }
  .col70 .col80 > .region.size2of5 {
    width: calc(40% - 40px);
  }
  .col70 .col80 > .region.size3of5 {
    width: calc(60% - 40px);
  }
  .col70 .col80 > .region.size4of5 {
    width: calc(80% - 40px);
  }
}
@media screen and (max-width: 640px) {
  .region {
    float: none;
  }
  .region.right {
    float: none;
  }
  .region.size1of2,
  .region.size1of3,
  .region.size2of3,
  .region.size1of4,
  .region.size3of4,
  .region.size1of5,
  .region.size2of5,
  .region.size3of5,
  .region.size4of5 {
    width: 100%;
  }
  .region.sp-space {
    margin-bottom: 15px;
  }
  .col20,
  .col25,
  .col30,
  .col35,
  .col40,
  .col50,
  .col60,
  .col70,
  .col80,
  .col-sp {
    margin-left: 0px;
  }
  .col20 > .region,
  .col25 > .region,
  .col30 > .region,
  .col35 > .region,
  .col40 > .region,
  .col50 > .region,
  .col60 > .region,
  .col70 > .region,
  .col80 > .region,
  .col-sp > .region {
    margin-left: 0px;
  }
  .col20 > .region.size1of2,
  .col20 > .region.size1of3,
  .col20 > .region.size2of3,
  .col20 > .region.size1of4,
  .col20 > .region.size3of4,
  .col20 > .region.size1of5,
  .col20 > .region.size2of5,
  .col20 > .region.size3of5,
  .col20 > .region.size4of5,
  .col25 > .region.size1of2,
  .col25 > .region.size1of3,
  .col25 > .region.size2of3,
  .col25 > .region.size1of4,
  .col25 > .region.size3of4,
  .col25 > .region.size1of5,
  .col25 > .region.size2of5,
  .col25 > .region.size3of5,
  .col25 > .region.size4of5,
  .col30 > .region.size1of2,
  .col30 > .region.size1of3,
  .col30 > .region.size2of3,
  .col30 > .region.size1of4,
  .col30 > .region.size3of4,
  .col30 > .region.size1of5,
  .col30 > .region.size2of5,
  .col30 > .region.size3of5,
  .col30 > .region.size4of5,
  .col35 > .region.size1of2,
  .col35 > .region.size1of3,
  .col35 > .region.size2of3,
  .col35 > .region.size1of4,
  .col35 > .region.size3of4,
  .col35 > .region.size1of5,
  .col35 > .region.size2of5,
  .col35 > .region.size3of5,
  .col35 > .region.size4of5,
  .col40 > .region.size1of2,
  .col40 > .region.size1of3,
  .col40 > .region.size2of3,
  .col40 > .region.size1of4,
  .col40 > .region.size3of4,
  .col40 > .region.size1of5,
  .col40 > .region.size2of5,
  .col40 > .region.size3of5,
  .col40 > .region.size4of5,
  .col50 > .region.size1of2,
  .col50 > .region.size1of3,
  .col50 > .region.size2of3,
  .col50 > .region.size1of4,
  .col50 > .region.size3of4,
  .col50 > .region.size1of5,
  .col50 > .region.size2of5,
  .col50 > .region.size3of5,
  .col50 > .region.size4of5,
  .col60 > .region.size1of2,
  .col60 > .region.size1of3,
  .col60 > .region.size2of3,
  .col60 > .region.size1of4,
  .col60 > .region.size3of4,
  .col60 > .region.size1of5,
  .col60 > .region.size2of5,
  .col60 > .region.size3of5,
  .col60 > .region.size4of5,
  .col70 > .region.size1of2,
  .col70 > .region.size1of3,
  .col70 > .region.size2of3,
  .col70 > .region.size1of4,
  .col70 > .region.size3of4,
  .col70 > .region.size1of5,
  .col70 > .region.size2of5,
  .col70 > .region.size3of5,
  .col70 > .region.size4of5,
  .col80 > .region.size1of2,
  .col80 > .region.size1of3,
  .col80 > .region.size2of3,
  .col80 > .region.size1of4,
  .col80 > .region.size3of4,
  .col80 > .region.size1of5,
  .col80 > .region.size2of5,
  .col80 > .region.size3of5,
  .col80 > .region.size4of5,
  .col-sp > .region.size1of2,
  .col-sp > .region.size1of3,
  .col-sp > .region.size2of3,
  .col-sp > .region.size1of4,
  .col-sp > .region.size3of4,
  .col-sp > .region.size1of5,
  .col-sp > .region.size2of5,
  .col-sp > .region.size3of5,
  .col-sp > .region.size4of5 {
    width: 100%;
  }
  .stay-float .region {
    float: left;
  }
  .stay-float .region.size1of1 {
    width: 100%;
  }
  .stay-float .region.size1of2 {
    width: 50%;
  }
  .stay-float .region.size1of3 {
    width: 33.333333%;
  }
  .stay-float .region.size2of3 {
    width: 66.666666%;
  }
  .stay-float .region.size1of4 {
    width: 25%;
  }
  .stay-float .region.size3of4 {
    width: 75%;
  }
  .stay-float .region.size1of5 {
    width: 20%;
  }
  .stay-float .region.size2of5 {
    width: 40%;
  }
  .stay-float .region.size3of5 {
    width: 60%;
  }
  .stay-float .region.size4of5 {
    width: 80%;
  }
  .stay-float.col20,
  .stay-float.col25,
  .stay-float.col30,
  .stay-float.col35,
  .stay-float.col40,
  .stay-float.col50,
  .stay-float.col60,
  .stay-float.col70,
  .stay-float.col80,
  .stay-float.col-sp {
    margin-left: -10px;
  }
  .stay-float.col20 > .region,
  .stay-float.col25 > .region,
  .stay-float.col30 > .region,
  .stay-float.col35 > .region,
  .stay-float.col40 > .region,
  .stay-float.col50 > .region,
  .stay-float.col60 > .region,
  .stay-float.col70 > .region,
  .stay-float.col80 > .region,
  .stay-float.col-sp > .region {
    margin-left: 10px;
  }
  .stay-float.col20 > .region.size1of2,
  .stay-float.col25 > .region.size1of2,
  .stay-float.col30 > .region.size1of2,
  .stay-float.col35 > .region.size1of2,
  .stay-float.col40 > .region.size1of2,
  .stay-float.col50 > .region.size1of2,
  .stay-float.col60 > .region.size1of2,
  .stay-float.col70 > .region.size1of2,
  .stay-float.col80 > .region.size1of2,
  .stay-float.col-sp > .region.size1of2 {
    width: calc(50% - 10px);
  }
  .stay-float.col20 > .region.size1of3,
  .stay-float.col25 > .region.size1of3,
  .stay-float.col30 > .region.size1of3,
  .stay-float.col35 > .region.size1of3,
  .stay-float.col40 > .region.size1of3,
  .stay-float.col50 > .region.size1of3,
  .stay-float.col60 > .region.size1of3,
  .stay-float.col70 > .region.size1of3,
  .stay-float.col80 > .region.size1of3,
  .stay-float.col-sp > .region.size1of3 {
    width: calc(33.333333% - 10px);
  }
  .stay-float.col20 > .region.size2of3,
  .stay-float.col25 > .region.size2of3,
  .stay-float.col30 > .region.size2of3,
  .stay-float.col35 > .region.size2of3,
  .stay-float.col40 > .region.size2of3,
  .stay-float.col50 > .region.size2of3,
  .stay-float.col60 > .region.size2of3,
  .stay-float.col70 > .region.size2of3,
  .stay-float.col80 > .region.size2of3,
  .stay-float.col-sp > .region.size2of3 {
    width: calc(66.666666% - 10px);
  }
  .stay-float.col20 > .region.size1of4,
  .stay-float.col25 > .region.size1of4,
  .stay-float.col30 > .region.size1of4,
  .stay-float.col35 > .region.size1of4,
  .stay-float.col40 > .region.size1of4,
  .stay-float.col50 > .region.size1of4,
  .stay-float.col60 > .region.size1of4,
  .stay-float.col70 > .region.size1of4,
  .stay-float.col80 > .region.size1of4,
  .stay-float.col-sp > .region.size1of4 {
    width: calc(25% - 10px);
  }
  .stay-float.col20 > .region.size3of4,
  .stay-float.col25 > .region.size3of4,
  .stay-float.col30 > .region.size3of4,
  .stay-float.col35 > .region.size3of4,
  .stay-float.col40 > .region.size3of4,
  .stay-float.col50 > .region.size3of4,
  .stay-float.col60 > .region.size3of4,
  .stay-float.col70 > .region.size3of4,
  .stay-float.col80 > .region.size3of4,
  .stay-float.col-sp > .region.size3of4 {
    width: calc(75% - 10px);
  }
  .stay-float.col20 > .region.size1of5,
  .stay-float.col25 > .region.size1of5,
  .stay-float.col30 > .region.size1of5,
  .stay-float.col35 > .region.size1of5,
  .stay-float.col40 > .region.size1of5,
  .stay-float.col50 > .region.size1of5,
  .stay-float.col60 > .region.size1of5,
  .stay-float.col70 > .region.size1of5,
  .stay-float.col80 > .region.size1of5,
  .stay-float.col-sp > .region.size1of5 {
    width: calc(20% - 10px);
  }
  .stay-float.col20 > .region.size2of5,
  .stay-float.col25 > .region.size2of5,
  .stay-float.col30 > .region.size2of5,
  .stay-float.col35 > .region.size2of5,
  .stay-float.col40 > .region.size2of5,
  .stay-float.col50 > .region.size2of5,
  .stay-float.col60 > .region.size2of5,
  .stay-float.col70 > .region.size2of5,
  .stay-float.col80 > .region.size2of5,
  .stay-float.col-sp > .region.size2of5 {
    width: calc(40% - 10px);
  }
  .stay-float.col20 > .region.size3of5,
  .stay-float.col25 > .region.size3of5,
  .stay-float.col30 > .region.size3of5,
  .stay-float.col35 > .region.size3of5,
  .stay-float.col40 > .region.size3of5,
  .stay-float.col50 > .region.size3of5,
  .stay-float.col60 > .region.size3of5,
  .stay-float.col70 > .region.size3of5,
  .stay-float.col80 > .region.size3of5,
  .stay-float.col-sp > .region.size3of5 {
    width: calc(60% - 10px);
  }
  .stay-float.col20 > .region.size4of5,
  .stay-float.col25 > .region.size4of5,
  .stay-float.col30 > .region.size4of5,
  .stay-float.col35 > .region.size4of5,
  .stay-float.col40 > .region.size4of5,
  .stay-float.col50 > .region.size4of5,
  .stay-float.col60 > .region.size4of5,
  .stay-float.col70 > .region.size4of5,
  .stay-float.col80 > .region.size4of5,
  .stay-float.col-sp > .region.size4of5 {
    width: calc(80% - 10px);
  }
  .stay-float.flex .region {
    float: none;
  }
  .stay-double .region {
    float: left;
  }
  .stay-double .region.size1of1 {
    width: 100%;
  }
  .stay-double .region.size1of2,
  .stay-double .region.size1of3,
  .stay-double .region.size2of3,
  .stay-double .region.size1of4,
  .stay-double .region.size3of4,
  .stay-double .region.size1of5,
  .stay-double .region.size2of5,
  .stay-double .region.size3of5,
  .stay-double .region.size4of5 {
    width: 50%;
  }
  .stay-double.col20,
  .stay-double.col25,
  .stay-double.col30,
  .stay-double.col35,
  .stay-double.col40,
  .stay-double.col50,
  .stay-double.col60,
  .stay-double.col70,
  .stay-double.col80,
  .stay-double.col-sp {
    margin-left: -10px;
  }
  .stay-double.col20 > .region,
  .stay-double.col25 > .region,
  .stay-double.col30 > .region,
  .stay-double.col35 > .region,
  .stay-double.col40 > .region,
  .stay-double.col50 > .region,
  .stay-double.col60 > .region,
  .stay-double.col70 > .region,
  .stay-double.col80 > .region,
  .stay-double.col-sp > .region {
    margin-left: 10px;
  }
  .stay-double.col20 > .region.size1of2,
  .stay-double.col20 > .region.size1of3,
  .stay-double.col20 > .region.size2of3,
  .stay-double.col20 > .region.size1of4,
  .stay-double.col20 > .region.size3of4,
  .stay-double.col20 > .region.size1of5,
  .stay-double.col20 > .region.size2of5,
  .stay-double.col20 > .region.size3of5,
  .stay-double.col20 > .region.size4of5,
  .stay-double.col25 > .region.size1of2,
  .stay-double.col25 > .region.size1of3,
  .stay-double.col25 > .region.size2of3,
  .stay-double.col25 > .region.size1of4,
  .stay-double.col25 > .region.size3of4,
  .stay-double.col25 > .region.size1of5,
  .stay-double.col25 > .region.size2of5,
  .stay-double.col25 > .region.size3of5,
  .stay-double.col25 > .region.size4of5,
  .stay-double.col30 > .region.size1of2,
  .stay-double.col30 > .region.size1of3,
  .stay-double.col30 > .region.size2of3,
  .stay-double.col30 > .region.size1of4,
  .stay-double.col30 > .region.size3of4,
  .stay-double.col30 > .region.size1of5,
  .stay-double.col30 > .region.size2of5,
  .stay-double.col30 > .region.size3of5,
  .stay-double.col30 > .region.size4of5,
  .stay-double.col35 > .region.size1of2,
  .stay-double.col35 > .region.size1of3,
  .stay-double.col35 > .region.size2of3,
  .stay-double.col35 > .region.size1of4,
  .stay-double.col35 > .region.size3of4,
  .stay-double.col35 > .region.size1of5,
  .stay-double.col35 > .region.size2of5,
  .stay-double.col35 > .region.size3of5,
  .stay-double.col35 > .region.size4of5,
  .stay-double.col40 > .region.size1of2,
  .stay-double.col40 > .region.size1of3,
  .stay-double.col40 > .region.size2of3,
  .stay-double.col40 > .region.size1of4,
  .stay-double.col40 > .region.size3of4,
  .stay-double.col40 > .region.size1of5,
  .stay-double.col40 > .region.size2of5,
  .stay-double.col40 > .region.size3of5,
  .stay-double.col40 > .region.size4of5,
  .stay-double.col50 > .region.size1of2,
  .stay-double.col50 > .region.size1of3,
  .stay-double.col50 > .region.size2of3,
  .stay-double.col50 > .region.size1of4,
  .stay-double.col50 > .region.size3of4,
  .stay-double.col50 > .region.size1of5,
  .stay-double.col50 > .region.size2of5,
  .stay-double.col50 > .region.size3of5,
  .stay-double.col50 > .region.size4of5,
  .stay-double.col60 > .region.size1of2,
  .stay-double.col60 > .region.size1of3,
  .stay-double.col60 > .region.size2of3,
  .stay-double.col60 > .region.size1of4,
  .stay-double.col60 > .region.size3of4,
  .stay-double.col60 > .region.size1of5,
  .stay-double.col60 > .region.size2of5,
  .stay-double.col60 > .region.size3of5,
  .stay-double.col60 > .region.size4of5,
  .stay-double.col70 > .region.size1of2,
  .stay-double.col70 > .region.size1of3,
  .stay-double.col70 > .region.size2of3,
  .stay-double.col70 > .region.size1of4,
  .stay-double.col70 > .region.size3of4,
  .stay-double.col70 > .region.size1of5,
  .stay-double.col70 > .region.size2of5,
  .stay-double.col70 > .region.size3of5,
  .stay-double.col70 > .region.size4of5,
  .stay-double.col80 > .region.size1of2,
  .stay-double.col80 > .region.size1of3,
  .stay-double.col80 > .region.size2of3,
  .stay-double.col80 > .region.size1of4,
  .stay-double.col80 > .region.size3of4,
  .stay-double.col80 > .region.size1of5,
  .stay-double.col80 > .region.size2of5,
  .stay-double.col80 > .region.size3of5,
  .stay-double.col80 > .region.size4of5,
  .stay-double.col-sp > .region.size1of2,
  .stay-double.col-sp > .region.size1of3,
  .stay-double.col-sp > .region.size2of3,
  .stay-double.col-sp > .region.size1of4,
  .stay-double.col-sp > .region.size3of4,
  .stay-double.col-sp > .region.size1of5,
  .stay-double.col-sp > .region.size2of5,
  .stay-double.col-sp > .region.size3of5,
  .stay-double.col-sp > .region.size4of5 {
    width: calc(50% - 10px);
  }
  .stay-double.flex .region {
    float: none;
  }
  .stay-triple .region {
    float: left;
  }
  .stay-triple .region.size1of1 {
    width: 100%;
  }
  .stay-triple .region.size1of2,
  .stay-triple .region.size1of3,
  .stay-triple .region.size2of3,
  .stay-triple .region.size1of4,
  .stay-triple .region.size3of4,
  .stay-triple .region.size1of5,
  .stay-triple .region.size2of5,
  .stay-triple .region.size3of5,
  .stay-triple .region.size4of5 {
    width: 33.333333%;
  }
  .stay-triple.col20,
  .stay-triple.col25,
  .stay-triple.col30,
  .stay-triple.col35,
  .stay-triple.col40,
  .stay-triple.col50,
  .stay-triple.col60,
  .stay-triple.col70,
  .stay-triple.col80,
  .stay-triple.col-sp {
    margin-left: -10px;
  }
  .stay-triple.col20 > .region,
  .stay-triple.col25 > .region,
  .stay-triple.col30 > .region,
  .stay-triple.col35 > .region,
  .stay-triple.col40 > .region,
  .stay-triple.col50 > .region,
  .stay-triple.col60 > .region,
  .stay-triple.col70 > .region,
  .stay-triple.col80 > .region,
  .stay-triple.col-sp > .region {
    margin-left: 10px;
  }
  .stay-triple.col20 > .region.size1of2,
  .stay-triple.col20 > .region.size1of3,
  .stay-triple.col20 > .region.size2of3,
  .stay-triple.col20 > .region.size1of4,
  .stay-triple.col20 > .region.size3of4,
  .stay-triple.col20 > .region.size1of5,
  .stay-triple.col20 > .region.size2of5,
  .stay-triple.col20 > .region.size3of5,
  .stay-triple.col20 > .region.size4of5,
  .stay-triple.col25 > .region.size1of2,
  .stay-triple.col25 > .region.size1of3,
  .stay-triple.col25 > .region.size2of3,
  .stay-triple.col25 > .region.size1of4,
  .stay-triple.col25 > .region.size3of4,
  .stay-triple.col25 > .region.size1of5,
  .stay-triple.col25 > .region.size2of5,
  .stay-triple.col25 > .region.size3of5,
  .stay-triple.col25 > .region.size4of5,
  .stay-triple.col30 > .region.size1of2,
  .stay-triple.col30 > .region.size1of3,
  .stay-triple.col30 > .region.size2of3,
  .stay-triple.col30 > .region.size1of4,
  .stay-triple.col30 > .region.size3of4,
  .stay-triple.col30 > .region.size1of5,
  .stay-triple.col30 > .region.size2of5,
  .stay-triple.col30 > .region.size3of5,
  .stay-triple.col30 > .region.size4of5,
  .stay-triple.col35 > .region.size1of2,
  .stay-triple.col35 > .region.size1of3,
  .stay-triple.col35 > .region.size2of3,
  .stay-triple.col35 > .region.size1of4,
  .stay-triple.col35 > .region.size3of4,
  .stay-triple.col35 > .region.size1of5,
  .stay-triple.col35 > .region.size2of5,
  .stay-triple.col35 > .region.size3of5,
  .stay-triple.col35 > .region.size4of5,
  .stay-triple.col40 > .region.size1of2,
  .stay-triple.col40 > .region.size1of3,
  .stay-triple.col40 > .region.size2of3,
  .stay-triple.col40 > .region.size1of4,
  .stay-triple.col40 > .region.size3of4,
  .stay-triple.col40 > .region.size1of5,
  .stay-triple.col40 > .region.size2of5,
  .stay-triple.col40 > .region.size3of5,
  .stay-triple.col40 > .region.size4of5,
  .stay-triple.col50 > .region.size1of2,
  .stay-triple.col50 > .region.size1of3,
  .stay-triple.col50 > .region.size2of3,
  .stay-triple.col50 > .region.size1of4,
  .stay-triple.col50 > .region.size3of4,
  .stay-triple.col50 > .region.size1of5,
  .stay-triple.col50 > .region.size2of5,
  .stay-triple.col50 > .region.size3of5,
  .stay-triple.col50 > .region.size4of5,
  .stay-triple.col60 > .region.size1of2,
  .stay-triple.col60 > .region.size1of3,
  .stay-triple.col60 > .region.size2of3,
  .stay-triple.col60 > .region.size1of4,
  .stay-triple.col60 > .region.size3of4,
  .stay-triple.col60 > .region.size1of5,
  .stay-triple.col60 > .region.size2of5,
  .stay-triple.col60 > .region.size3of5,
  .stay-triple.col60 > .region.size4of5,
  .stay-triple.col70 > .region.size1of2,
  .stay-triple.col70 > .region.size1of3,
  .stay-triple.col70 > .region.size2of3,
  .stay-triple.col70 > .region.size1of4,
  .stay-triple.col70 > .region.size3of4,
  .stay-triple.col70 > .region.size1of5,
  .stay-triple.col70 > .region.size2of5,
  .stay-triple.col70 > .region.size3of5,
  .stay-triple.col70 > .region.size4of5,
  .stay-triple.col80 > .region.size1of2,
  .stay-triple.col80 > .region.size1of3,
  .stay-triple.col80 > .region.size2of3,
  .stay-triple.col80 > .region.size1of4,
  .stay-triple.col80 > .region.size3of4,
  .stay-triple.col80 > .region.size1of5,
  .stay-triple.col80 > .region.size2of5,
  .stay-triple.col80 > .region.size3of5,
  .stay-triple.col80 > .region.size4of5,
  .stay-triple.col-sp > .region.size1of2,
  .stay-triple.col-sp > .region.size1of3,
  .stay-triple.col-sp > .region.size2of3,
  .stay-triple.col-sp > .region.size1of4,
  .stay-triple.col-sp > .region.size3of4,
  .stay-triple.col-sp > .region.size1of5,
  .stay-triple.col-sp > .region.size2of5,
  .stay-triple.col-sp > .region.size3of5,
  .stay-triple.col-sp > .region.size4of5 {
    width: calc(33.333333% - 10px);
  }
  .stay-triple.flex .region {
    float: none;
  }
}
.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 360px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html *,
html *:before,
html *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto; /* 固定値を避ける */
  margin: 0px;
  padding: 0px;
}
body.active-menu {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
  outline: none;
}
a:focus {
  outline: none;
}

img {
  display: inline-block;
  vertical-align: top;
}
img.fit {
  width: 100%;
  height: auto;
}
img.vfit {
  width: auto;
  height: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li.space,
ol li.space {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul li.top-space,
ol li.top-space {
  margin-top: 10px;
}
ul li.bottom-space,
ol li.bottom-space {
  margin-bottom: 10px;
}

body {
  color: #000000;
  font-family: "Roboto", Roboto, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0;
}
h1.space,
h2.space,
h3.space,
h4.space,
h5.space,
h6.space {
  margin-top: 2em;
  margin-bottom: 2em;
}
h1.min-space,
h2.min-space,
h3.min-space,
h4.min-space,
h5.min-space,
h6.min-space {
  margin-top: 1em;
  margin-bottom: 1em;
}
h1.top-space,
h2.top-space,
h3.top-space,
h4.top-space,
h5.top-space,
h6.top-space {
  margin-top: 2em;
}
h1.bottom-space,
h2.bottom-space,
h3.bottom-space,
h4.bottom-space,
h5.bottom-space,
h6.bottom-space {
  margin-bottom: 2em;
}
h1.min-top-space,
h2.min-top-space,
h3.min-top-space,
h4.min-top-space,
h5.min-top-space,
h6.min-top-space {
  margin-top: 1em;
}
h1.min-bottom-space,
h2.min-bottom-space,
h3.min-bottom-space,
h4.min-bottom-space,
h5.min-bottom-space,
h6.min-bottom-space {
  margin-bottom: 1em;
}

h1.title-size,
h2.title-size,
h3.title-size {
  font-size: 28px !important;
  letter-spacing: 0.145em;
}
h1.center-title-size,
h2.center-title-size,
h3.center-title-size {
  font-size: 36px !important;
  letter-spacing: 0.215em;
}
h1.large-title-size,
h2.large-title-size,
h3.large-title-size {
  font-size: 64px !important;
}
h1.subtitle-size,
h2.subtitle-size,
h3.subtitle-size {
  font-size: 20px !important;
  letter-spacing: 0.145em;
}

h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
p.black,
span.black,
small.black,
strong.black,
li.black,
figcaption.black,
a.text-link.black {
  color: #000000 !important;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
p.orange,
span.orange,
small.orange,
strong.orange,
li.orange,
figcaption.orange,
a.text-link.orange {
  color: #e95339 !important;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
p.blue,
span.blue,
small.blue,
strong.blue,
li.blue,
figcaption.blue,
a.text-link.blue {
  color: #63a2b8 !important;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
p.yellow,
span.yellow,
small.yellow,
strong.yellow,
li.yellow,
figcaption.yellow,
a.text-link.yellow {
  color: #f1bc00 !important;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
p.green,
span.green,
small.green,
strong.green,
li.green,
figcaption.green,
a.text-link.green {
  color: #8ea98e !important;
}
h1.brown,
h2.brown,
h3.brown,
h4.brown,
h5.brown,
h6.brown,
p.brown,
span.brown,
small.brown,
strong.brown,
li.brown,
figcaption.brown,
a.text-link.brown {
  color: #b17f48 !important;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
p.red,
span.red,
small.red,
strong.red,
li.red,
figcaption.red,
a.text-link.red {
  color: #ae2d38 !important;
}
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink,
h6.pink,
p.pink,
span.pink,
small.pink,
strong.pink,
li.pink,
figcaption.pink,
a.text-link.pink {
  color: #e6306d !important;
}
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue,
p.dark-blue,
span.dark-blue,
small.dark-blue,
strong.dark-blue,
li.dark-blue,
figcaption.dark-blue,
a.text-link.dark-blue {
  color: #008dd2 !important;
}
h1.dark-green,
h2.dark-green,
h3.dark-green,
h4.dark-green,
h5.dark-green,
h6.dark-green,
p.dark-green,
span.dark-green,
small.dark-green,
strong.dark-green,
li.dark-green,
figcaption.dark-green,
a.text-link.dark-green {
  color: #5e7e83 !important;
}
h1.prime-yellow,
h2.prime-yellow,
h3.prime-yellow,
h4.prime-yellow,
h5.prime-yellow,
h6.prime-yellow,
p.prime-yellow,
span.prime-yellow,
small.prime-yellow,
strong.prime-yellow,
li.prime-yellow,
figcaption.prime-yellow,
a.text-link.prime-yellow {
  color: #ffff00 !important;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
span.white,
small.white,
strong.white,
li.white,
figcaption.white,
a.text-link.white {
  color: #ffffff !important;
}
h1.light-red,
h2.light-red,
h3.light-red,
h4.light-red,
h5.light-red,
h6.light-red,
p.light-red,
span.light-red,
small.light-red,
strong.light-red,
li.light-red,
figcaption.light-red,
a.text-link.light-red {
  color: #e90039 !important;
}
h1.light-orange,
h2.light-orange,
h3.light-orange,
h4.light-orange,
h5.light-orange,
h6.light-orange,
p.light-orange,
span.light-orange,
small.light-orange,
strong.light-orange,
li.light-orange,
figcaption.light-orange,
a.text-link.light-orange {
  color: #f08300 !important;
}
h1.light-green,
h2.light-green,
h3.light-green,
h4.light-green,
h5.light-green,
h6.light-green,
p.light-green,
span.light-green,
small.light-green,
strong.light-green,
li.light-green,
figcaption.light-green,
a.text-link.light-green {
  color: #147c3b !important;
}
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
p.purple,
span.purple,
small.purple,
strong.purple,
li.purple,
figcaption.purple,
a.text-link.purple {
  color: #50438b !important;
}
h1.dark-yellow,
h2.dark-yellow,
h3.dark-yellow,
h4.dark-yellow,
h5.dark-yellow,
h6.dark-yellow,
p.dark-yellow,
span.dark-yellow,
small.dark-yellow,
strong.dark-yellow,
li.dark-yellow,
figcaption.dark-yellow,
a.text-link.dark-yellow {
  color: #e1b706 !important;
}
h1.light-blue,
h2.light-blue,
h3.light-blue,
h4.light-blue,
h5.light-blue,
h6.light-blue,
p.light-blue,
span.light-blue,
small.light-blue,
strong.light-blue,
li.light-blue,
figcaption.light-blue,
a.text-link.light-blue {
  color: #00a0c1 !important;
}
h1.sea-green,
h2.sea-green,
h3.sea-green,
h4.sea-green,
h5.sea-green,
h6.sea-green,
p.sea-green,
span.sea-green,
small.sea-green,
strong.sea-green,
li.sea-green,
figcaption.sea-green,
a.text-link.sea-green {
  color: #8ca68c !important;
}
h1.shadow,
h2.shadow,
h3.shadow,
h4.shadow,
h5.shadow,
h6.shadow,
p.shadow,
span.shadow,
small.shadow,
strong.shadow,
li.shadow,
figcaption.shadow,
a.text-link.shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
}
h1.white-shadow,
h2.white-shadow,
h3.white-shadow,
h4.white-shadow,
h5.white-shadow,
h6.white-shadow,
p.white-shadow,
span.white-shadow,
small.white-shadow,
strong.white-shadow,
li.white-shadow,
figcaption.white-shadow,
a.text-link.white-shadow {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.45);
}
h1.lime,
h2.lime,
h3.lime,
h4.lime,
h5.lime,
h6.lime,
p.lime,
span.lime,
small.lime,
strong.lime,
li.lime,
figcaption.lime,
a.text-link.lime {
  color: #bbf117 !important;
}
h1.dark-orange,
h2.dark-orange,
h3.dark-orange,
h4.dark-orange,
h5.dark-orange,
h6.dark-orange,
p.dark-orange,
span.dark-orange,
small.dark-orange,
strong.dark-orange,
li.dark-orange,
figcaption.dark-orange,
a.text-link.dark-orange {
  color: #eba900 !important;
}
h1.shade-gray,
h2.shade-gray,
h3.shade-gray,
h4.shade-gray,
h5.shade-gray,
h6.shade-gray,
p.shade-gray,
span.shade-gray,
small.shade-gray,
strong.shade-gray,
li.shade-gray,
figcaption.shade-gray,
a.text-link.shade-gray {
  color: #606060 !important;
}
h1.vivid-red,
h2.vivid-red,
h3.vivid-red,
h4.vivid-red,
h5.vivid-red,
h6.vivid-red,
p.vivid-red,
span.vivid-red,
small.vivid-red,
strong.vivid-red,
li.vivid-red,
figcaption.vivid-red,
a.text-link.vivid-red {
  color: #e73f27 !important;
}
h1.dark-green,
h2.dark-green,
h3.dark-green,
h4.dark-green,
h5.dark-green,
h6.dark-green,
p.dark-green,
span.dark-green,
small.dark-green,
strong.dark-green,
li.dark-green,
figcaption.dark-green,
a.text-link.dark-green {
  color: #1e6531 !important;
}
h1.sand,
h2.sand,
h3.sand,
h4.sand,
h5.sand,
h6.sand,
p.sand,
span.sand,
small.sand,
strong.sand,
li.sand,
figcaption.sand,
a.text-link.sand {
  color: #c7b299 !important;
}
h1.yellow-ocher,
h2.yellow-ocher,
h3.yellow-ocher,
h4.yellow-ocher,
h5.yellow-ocher,
h6.yellow-ocher,
p.yellow-ocher,
span.yellow-ocher,
small.yellow-ocher,
strong.yellow-ocher,
li.yellow-ocher,
figcaption.yellow-ocher,
a.text-link.yellow-ocher {
  color: #998675 !important;
}
h1.gs-orange,
h2.gs-orange,
h3.gs-orange,
h4.gs-orange,
h5.gs-orange,
h6.gs-orange,
p.gs-orange,
span.gs-orange,
small.gs-orange,
strong.gs-orange,
li.gs-orange,
figcaption.gs-orange,
a.text-link.gs-orange {
  color: #e75339 !important;
}
h1.white-navy,
h2.white-navy,
h3.white-navy,
h4.white-navy,
h5.white-navy,
h6.white-navy,
p.white-navy,
span.white-navy,
small.white-navy,
strong.white-navy,
li.white-navy,
figcaption.white-navy,
a.text-link.white-navy {
  color: #8ca3b8 !important;
}
h1.gs-yellow,
h2.gs-yellow,
h3.gs-yellow,
h4.gs-yellow,
h5.gs-yellow,
h6.gs-yellow,
p.gs-yellow,
span.gs-yellow,
small.gs-yellow,
strong.gs-yellow,
li.gs-yellow,
figcaption.gs-yellow,
a.text-link.gs-yellow {
  color: #fcd477 !important;
}

p {
  line-height: 1.75;
}
p.text-center {
  text-align: center !important;
}
p.text-right {
  text-align: right !important;
}
p.text-left {
  text-align: left !important;
}
p.subtitle-size {
  font-size: 20px !important;
  letter-spacing: 0.075em;
}

span.frame {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid currentColor;
}

small.caption {
  font-size: 15px;
  letter-spacing: 0em;
}

sup {
  font-size: 50%;
}

@media screen and (max-width: 768px) {
  h1.title-size,
  h2.title-size,
  h3.title-size {
    font-size: 26px !important;
  }
  h1.center-title-size,
  h2.center-title-size,
  h3.center-title-size {
    font-size: 32px !important;
  }
  h1.subtitle-size,
  h2.subtitle-size,
  h3.subtitle-size {
    font-size: 18px !important;
  }
  h1.large-title-size,
  h2.large-title-size,
  h3.large-title-size {
    font-size: 48px !important;
  }
  p.subtitle-size {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  h1.title-size,
  h2.title-size,
  h3.title-size {
    font-size: 22px !important;
    letter-spacing: 0.115em;
  }
  h1.center-title-size,
  h2.center-title-size,
  h3.center-title-size {
    font-size: 26px !important;
    letter-spacing: 0.145em;
  }
  h1.large-title-size,
  h2.large-title-size,
  h3.large-title-size {
    font-size: 36px !important;
  }
  h1.subtitle-size,
  h2.subtitle-size,
  h3.subtitle-size {
    font-size: 16px !important;
  }
  p.subtitle-size {
    font-size: 16px !important;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 55px;
  background-color: #000000;
}
body.admin-bar header {
  top: var(--wp-admin--admin-bar--height);
}
header .gn-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
header .gn-container:after {
  content: "";
  display: block;
  clear: both;
}
header .gn-masthead {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
header .gn-masthead-logo {
  width: 80px;
  padding-top: 8px;
}
header .gn-menu {
  width: 100%;
  height: 100%;
}
header .gn-menu-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
header .gn-menu-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
}
header .gn-menu-item:first-child {
  margin-left: 0px;
}
header .gn-menu-item:last-child {
  margin-right: 0px;
}
header .gn-menu-item.ec-link {
  margin-left: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
header .gn-menu-item.ec-link:before,
header .gn-menu-item.ec-link:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #ffffff;
}
header .gn-menu-item.ec-link:before {
  left: 0;
}
header .gn-menu-item.ec-link:after {
  right: 0;
}
header .gn-menu-item a {
  display: block;
  padding: 20px 0;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}
header .gn-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: bottom 0.325s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: bottom 0.325s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
}
header .gn-menu-item a.current:after,
header .gn-menu-item a:hover:after {
  bottom: 0;
}
header .gn-social {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
}
header .gn-social .social-link li a {
  margin: 9px 0px 0px;
}
header .gn-hamburger-button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 56px;
}
header .gn-hamburger-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .gn-hamburger-button a i,
header .gn-hamburger-button a i:before,
header .gn-hamburger-button a i:after {
  width: 22px;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
}
header .gn-hamburger-button a i {
  top: 26px;
  left: 13px;
  -webkit-transition: background-color 0.25s linear 0s;
  transition: background-color 0.25s linear 0s;
}
header .gn-hamburger-button a i:before,
header .gn-hamburger-button a i:after {
  content: "";
  left: 0;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
header .gn-hamburger-button a i:before {
  top: -6px;
}
header .gn-hamburger-button a i:after {
  top: 6px;
}
header .gn-hamburger-button a.active i {
  background-color: transparent;
}
header .gn-hamburger-button a.active i:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0px;
}
header .gn-hamburger-button a.active i:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0px;
}

@media screen and (max-width: 1024px) {
  header .gn-menu-item {
    margin-left: 8px;
    margin-right: 8px;
  }
  header .gn-menu-item.ec-link {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .gn-menu-item.ec-link:before,
  header .gn-menu-item.ec-link:after {
    top: calc(50% - 0px);
    height: 14px;
  }
  header .gn-menu-item a {
    font-size: 14px;
    padding: 1.5em 0;
  }
}
@media screen and (max-width: 980px) {
  header .gn-menu-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  header .gn-menu-item.ec-link {
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .gn-menu-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  header .gn-masthead {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
  }
  header .gn-masthead-logo {
    width: 70px;
    padding-top: 12px;
  }
  header .gn-menu {
    width: 100%;
    height: 100%;
    padding-top: 44px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
  }
  header .gn-menu.init {
    display: block;
    height: calc(110vh - 44px);
  }
  header .gn-menu.show {
    opacity: 1;
  }
  header .gn-menu-list {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
  }
  header .gn-menu-item {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ffffff;
  }
  header .gn-menu-item.ec-link {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  header .gn-menu-item.ec-link:before,
  header .gn-menu-item.ec-link:after {
    display: none;
  }
  header .gn-menu-item a {
    display: block;
  }
  header .gn-menu-item a:after {
    display: none;
  }
  header .gn-menu-item a.current,
  header .gn-menu-item a:hover {
    opacity: 0.5;
  }
  header .gn-menu-item.sub-link {
    margin-top: 20px;
    border-bottom: none;
    color: #ffffff;
  }
  header .gn-menu-item.sub-link li {
    display: inline-block;
  }
  header .gn-menu-item.sub-link a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    margin-right: 7px;
    padding-right: 10px;
    border-right: 1px solid #c1c3c5;
  }
  header .gn-menu-item.sub-link a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  header .gn-menu-item.sub-link a:hover {
    opacity: 1;
    color: #666;
  }
  header .gn-menu-item.sub-link a.language-link.selected {
    color: #666;
  }
  header .gn-social {
    height: 56px;
    z-index: 3;
  }
  header .gn-social .social-link li a {
    margin: 10px 0px 0px;
  }
  header .gn-hamburger-button {
    display: block;
    z-index: 3;
  }
}
@media screen and (max-width: 640px) {
  header .gn-menu-item a {
    padding: 1.2em 0;
  }
  header .gn-social {
    right: 5px;
  }
  header .gn-social .social-link li a {
    padding: 18px 18px;
  }
}
@media screen and (max-width: 360px) {
  header .gn-menu-item a {
    padding: 1.1em 0;
  }
  header .gn-menu-item.sub-link {
    margin-top: 15px;
  }
  header .gn-menu-item.sub-link a {
    margin-right: 3px;
    padding-right: 7px;
  }
  header .gn-social .social-link li a {
    padding: 18px 15px;
  }
}
footer {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #dfe1e2;
}
footer label {
  display: inline-block;
}
footer label h3 {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.125em;
}
footer label a {
  color: inherit;
}
footer .gf-contact {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
}
footer .gf-contact-label {
  position: absolute;
  left: 20px;
  margin-top: 16px;
}
footer .gf-contact-links {
  text-align: center;
}
footer .gf-contact-item {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin: 0px 5px 10px;
}
footer .gf-directory {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #c1c3c5;
  text-align: center;
}
footer .gf-directory-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
}
footer .gf-directory-column:first-child {
  margin-left: 0px;
}
footer .gf-directory-column:last-child {
  margin-right: 0px;
}
footer .gf-directory-column-label {
  margin-bottom: 15px;
}
footer .gf-directory-column-links {
  margin-bottom: 20px;
}
footer .gf-directory-column-item {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
}
footer .gf-directory-column-item a {
  color: inherit;
}
footer .gf-directory-column-item a:hover {
  text-decoration: underline;
}
footer .gf-language {
  padding-bottom: 40px;
  background-color: #c1c3c5;
  text-align: center;
  position: relative;
}
footer .gf-language .gf-language-label {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -250px;
}
footer .gf-language ul {
  text-align: center;
  font-size: 0;
}
footer .gf-language li {
  display: inline-block;
  font-size: 15px;
  width: 120px;
  margin-left: 15px;
  margin-right: 15px;
}
footer .gf-language li:first-child {
  margin-left: 0px;
}
footer .gf-language li:last-child {
  margin-right: 0px;
}
footer .gf-content-link {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .gf-content-link.jp {
  max-width: 1440px;
}
footer .gf-content-store .store-item-image {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
footer .gf-content-store .store-item-image img {
  width: 100%;
  height: auto;
}
footer .gf-content-store .store-item-info {
  text-align: center;
}
footer .gf-content-store .store-item-info h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 1em 0px;
}
footer .gf-content-store .store-item-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}
footer .gf-content-social {
  text-align: center;
  margin-top: 60px;
}
footer .gf-content-social .gf-content-social-label,
footer .gf-content-social .social-link {
  display: inline-block;
  vertical-align: top;
}
footer .gf-content-social .gf-content-social-label {
  width: 160px;
  margin-top: 12px;
  text-align: right;
}
footer .gf-content-social .gf-content-social-label.jp {
  text-align: left;
}
footer .gf-content-social .gf-content-social-label.vertical {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
}
footer .gf-content-social .social-link {
  margin-left: 20px;
  margin-right: 20px;
}
footer .gf-content-social .social-link li {
  margin-left: 10px;
  margin-right: 10px;
}
footer .gf-content-social .social-link li a:before {
  color: #dfe1e2 !important;
}
footer .gf-content-logo {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
footer .gf-legal {
  height: 50px;
  position: relative;
  background-color: #000000;
}
footer .gf-legal a {
  color: inherit;
}
footer .gf-legal-pagetop {
  position: absolute;
  right: 20px;
  top: 0;
  width: 60px;
  height: 50px;
}
footer .gf-legal-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/ic_top_arrow_white.png);
  background-size: auto 100%;
}
footer .gf-legal-pagetop span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
footer .gf-legal-links {
  text-align: center;
  padding-top: 15px;
}
footer .gf-legal-links a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
  font-size: 13px;
}
footer .gf-legal-links a:hover {
  text-decoration: underline;
}
footer .gf-legal-copyright {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #dfe1e2;
  font-size: 12px;
}

@media screen and (max-width: 840px) {
  footer .gf-contact-item {
    max-width: 300px;
  }
  footer .gf-directory {
    text-align: left;
    font-size: 0;
  }
  footer .gf-directory-column {
    width: 33.333333%;
    font-size: 14px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .gf-directory-column-links {
    margin-bottom: 25px;
  }
  footer .gf-content-store {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .gf-content-social {
    text-align: center;
    margin-top: 60px;
  }
  footer .gf-content-social .gf-content-social-label,
  footer .gf-content-social .social-link {
    display: inline-block;
    vertical-align: top;
  }
  footer .gf-content-social .gf-content-social-label {
    width: 160px;
    margin-top: 12px;
    text-align: right;
  }
  footer .gf-content-social .gf-content-social-label.jp {
    text-align: left;
  }
  footer .gf-content-social .social-link {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .gf-content-social .social-link li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .gf-content-social .social-link li a:before {
    color: #dfe1e2 !important;
  }
}
@media screen and (max-width: 768px) {
  footer .gf-contact-item {
    max-width: 40%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  footer .gf-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .gf-contact-label {
    position: static;
    left: auto;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .gf-contact-links {
    padding-left: 0px;
  }
  footer .gf-contact-item {
    display: block;
    width: auto;
    max-width: 100%;
  }
  footer .gf-contact-item:last-child {
    margin-bottom: 0px;
  }
  footer .gf-directory {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  footer .gf-directory-column {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .gf-directory-column-label {
    margin-bottom: 10px;
  }
  footer .gf-directory-column-links {
    margin-bottom: 20px;
    font-size: 0;
  }
  footer .gf-directory-column-links .gf-directory-column-item {
    margin-bottom: 0.5em;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  footer .gf-directory-column-links .gf-directory-column-item:last-child {
    margin-bottom: 0;
  }
  footer .gf-directory-column-item {
    line-height: 1.5;
  }
  footer .gf-language {
    padding-bottom: 40px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }
  footer .gf-language .gf-language-label {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0px;
  }
  footer .gf-language ul {
    margin-top: 10px;
    text-align: left;
  }
  footer .gf-language li {
    font-size: 14px;
    width: calc(50% - 8px);
    margin-left: 8px;
    margin-right: 8px;
  }
  footer .gf-content-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .gf-content-store {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .gf-content-store .store-item-image {
    position: absolute;
    left: 15px;
    width: 130px;
  }
  footer .gf-content-store .store-item-info {
    padding-left: 155px;
    text-align: left;
  }
  footer .gf-content-store .store-item-info h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 0.75em;
  }
  footer .gf-content-store .store-item-info p {
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
  }
  footer .gf-content-store-item {
    margin-bottom: 30px;
    position: relative;
  }
  footer .gf-content-social {
    margin-top: 30px;
  }
  footer .gf-content-social .gf-content-social-label,
  footer .gf-content-social .social-link {
    display: block;
    vertical-align: top;
  }
  footer .gf-content-social .gf-content-social-label {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .gf-content-social .gf-content-social-label.jp {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
  }
  footer .gf-content-social .social-link {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .gf-content-social .social-link li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .gf-content-social .social-link li a:before {
    color: #dfe1e2 !important;
  }
  footer .gf-content-logo {
    margin-top: 30px;
  }
  footer .gf-legal {
    height: auto;
    position: static;
  }
  footer .gf-legal-pagetop {
    position: static;
    right: auto;
    top: auto;
    border-bottom: 1px solid #768b8f;
    width: 100%;
    height: 40px;
  }
  footer .gf-legal-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .gf-legal-links a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
  footer .gf-legal-copyright {
    position: static;
    left: auto;
    top: auto;
    padding-bottom: 20px;
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  footer .gf-directory-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .gf-content-store .store-item-image {
    left: 10px;
    width: 100px;
  }
  footer .gf-content-store .store-item-info {
    padding-left: 120px;
  }
  footer .gf-content-store-item {
    margin-bottom: 20px;
  }
}
.full-height {
  height: 100% !important;
}

main {
  /*padding-top: 55px;*/
}

section {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.space {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.min-space {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.top-space {
  padding-top: 80px;
}
section.bottom-space {
  padding-bottom: 80px;
}
section.gray-bg {
  background-color: #bdc3c4;
}
section.black-bg {
  background-color: #000000;
}
section.dark-bg {
  background-color: #16262e;
}
section.green-bg {
  background-color: #008136;
}
section.blue-bg {
  background-color: #1d3894;
}
section.light-gray-bg {
  background-color: #dfe1e2;
}
section.light-grayish-orange-bg {
  background-color: #dfdbd2;
}
section.gs-yellow-bg {
  background-color: #fcd477;
}
section.gs-light-yellow-bg {
  background-color: #fbf9e6;
}
section.gs-gray-bg {
  background-color: #eae7e1;
}
section.gs-greenb-bg {
  background-color: #a2e2bb;
}
section.white-yellow-bg {
  background-color: #f5f4ed;
}
section.react-yellow-bg {
  background-color: #f2f0ec;
}
section.react-green-bg {
  background-color: #a2e2bb;
}

.container.top-space,
.section-inner.top-space,
.inner-content.top-space {
  padding-top: 60px;
}
.container.bottom-space,
.section-inner.bottom-space,
.inner-content.bottom-space {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .container.top-space,
  .section-inner.top-space,
  .inner-content.top-space {
    padding-top: 48px;
  }
  .container.bottom-space,
  .section-inner.bottom-space,
  .inner-content.bottom-space {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 640px) {
  .container.top-space,
  .section-inner.top-space,
  .inner-content.top-space {
    padding-top: 30px;
  }
  .container.bottom-space,
  .section-inner.bottom-space,
  .inner-content.bottom-space {
    padding-bottom: 30px;
  }
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.section-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container .section-inner {
  padding-left: 0;
  padding-right: 0;
}

.inner-block {
  padding-left: 60px;
  padding-right: 60px;
}

.inner-content {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.inner-content.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe1e2;
}

.section-name {
  text-align: left;
  padding-left: 60px;
}
.section-name h2 {
  color: #768b8f;
  font-family: "Abel", Abel, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 6px;
  display: inline-block;
  position: relative;
}
.section-name h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #768b8f;
}
.section-name h2.orange:after {
  background-color: #e95339 !important;
}
.section-name h2.blue:after {
  background-color: #63a2b8 !important;
}
.section-name h2.yellow:after {
  background-color: #f1bc00 !important;
}
.section-name h2.green:after {
  background-color: #8ea98e !important;
}
.section-name h2.brown:after {
  background-color: #b17f48 !important;
}
.section-name h2.red:after {
  background-color: #ae2d38 !important;
}
.section-name h2.pink:after {
  background-color: #e6306d !important;
}
.section-name h2.prime-yellow:after {
  background-color: #ffff00 !important;
}
.section-name h2.purple:after {
  background-color: #50438b !important;
}
.section-name h2.dark-yellow:after {
  background-color: #e1b706 !important;
}
.section-name h2.dark-orange:after {
  background-color: #eba900 !important;
}
.section-name h2.gs-yellow:after {
  background-color: #fcd477 !important;
}

.section-content {
  padding-top: 20px;
}
.section-content.underline {
  padding-bottom: 80px;
  border-bottom: 1px solid #dfe1e2;
}
.section-content.line-space {
  padding-bottom: 80px;
}
.section-content.no-padding {
  padding: 0;
}
.section-content.no-space {
  margin: 0;
}

.section-link {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .section-name {
    padding-left: 40px;
  }
  .section-name h2 {
    font-size: 17px;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.top-space {
    padding-top: 60px;
  }
  section.bottom-space {
    padding-bottom: 60px;
  }
  .section-name {
    padding-left: 20px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  section.space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.min-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.top-space {
    padding-top: 40px;
  }
  section.bottom-space {
    padding-bottom: 40px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .inner-content.underline {
    padding-bottom: 20px;
  }
  .section-name {
    padding-left: 0px;
  }
  .section-name h2 {
    font-size: 16px;
  }
  .section-content.underline {
    padding-bottom: 20px;
  }
  .section-content.line-space {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.narrow-size {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.large-size {
  margin-left: -20px;
  margin-right: -20px;
}

.larger-size {
  margin-left: -60px;
  margin-right: -60px;
}

@media screen and (max-width: 640px) {
  .narrow-size {
    max-width: 85%;
  }
  .large-size,
  .larger-size {
    margin-left: -15px;
    margin-right: -15px;
  }
  .large-size.sp-size-space,
  .larger-size.sp-size-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 360px) {
  .large-size,
  .larger-size {
    margin-left: -10px;
    margin-right: -10px;
  }
  .large-size.sp-size-space,
  .larger-size.sp-size-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.navigation-content {
  margin: 20px 0px 0px;
  width: 100%;
  height: 25vw;
  min-height: 280px;
  max-height: 420px;
  background-image: url(../images/common/bag_navi_bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.navigation-content-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.navigation-content-text h3 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.145em;
  display: inline-block;
  margin: 0px 0px 1em;
  padding: 15px 30px;
  background-color: rgba(94, 126, 131, 0.5);
}
.navigation-content-text p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.733333333;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  margin: 0px;
}
.navigation-content-text a {
  color: inherit;
}

@media screen and (max-width: 980px) {
  .navigation-content-text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-content-text h3 {
    font-size: 27px;
    padding: 12px 25px;
  }
  .navigation-content-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .navigation-content {
    height: auto;
    min-height: 0px;
    max-height: 100%;
    padding: 30px 0px 30px;
  }
  .navigation-content-text {
    position: static;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation-content-text h3 {
    font-size: 22px;
    padding: 10px 15px;
  }
  .navigation-content-text p {
    font-size: 14px;
  }
}
.social-link {
  font-size: 0;
  text-align: center;
}
.social-link li {
  display: inline-block;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
  overflow: hidden;
}
.social-link li:first-child {
  margin-left: 0;
}
.social-link li:last-child {
  margin-right: 0;
}
.social-link li a {
  display: block;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.social-link li a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.social-link li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
}
.social-link li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  font-family: "icon-set";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 19px;
}
.social-link li a.social-facebook:before {
  content: "\e803";
  font-size: 22px;
  margin-top: 4px;
}
.social-link li a.social-instagram:before {
  content: "\e805";
}
.social-link li a.social-twitter:before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}
.social-link li a:hover {
  opacity: 0.5;
}
.social-link.black li a:after {
  background-color: #000000;
}
.social-link.black li a:before {
  color: #ffffff;
}
.social-link.dark li a:after {
  background-color: #5e7e83;
}
.social-link.dark li a:before {
  color: #ffffff;
}
.social-link.green li a:after {
  background-color: #8ea98e;
}
.social-link.green li a:before {
  color: #ffffff;
}
.social-link.green.black-in li a:before {
  color: #000000;
}
.social-link.brown li a:after {
  background-color: #b17f48;
}
.social-link.brown li a:before {
  color: #ffffff;
}
.social-link.brown.black-in li a:before {
  color: #000000;
}
.social-link.red li a:after {
  background-color: #ae2d38;
}
.social-link.red li a:before {
  color: #ffffff;
}
.social-link.red.black-in li a:before {
  color: #000000;
}
.social-link.gs-yellow li a:after {
  background-color: #fcd477;
}
.social-link.gs-yellow li a:before {
  color: #ffffff;
}
.social-link.gs-yellow.black-in li a:before {
  color: #000000;
}
.social-link.light-gray li a:after {
  background-color: #d6d1c4;
}
.social-link.light-gray li a:before {
  color: #ffffff;
}
.social-link.medium li a {
  padding: 15px;
}
.social-link.medium li a:after {
  width: 30px;
  height: 30px;
}
.social-link.medium li a:before {
  font-size: 22px;
}
.social-link.medium li a.social-facebook:before {
  font-size: 25px;
}
.social-link.large li a {
  padding: 20px;
}
.social-link.large li a:after {
  width: 40px;
  height: 40px;
}
.social-link.large li a:before {
  font-size: 28px;
}
.social-link.large li a.social-facebook:before {
  font-size: 34px;
  margin-top: 6px;
}
.social-link.large li a.social-instagram:before {
  margin-left: 0.03em;
}
.social-link.large li a.social-twitter:before {
  margin-left: 0.03em;
}

@media screen and (max-width: 980px) {
  .social-link li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 640px) {
  .social-link li {
    margin-left: 1px;
    margin-right: 1px;
  }
  .social-link li a {
    display: block;
    width: 22px;
    height: 22px;
  }
  .social-link li a:before {
    font-size: 18px;
  }
}
.square-button {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  border: 1px solid #5e7e83;
  background-color: #5e7e83;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  vertical-align: top;
}
.square-button:hover {
  opacity: 0.45;
  text-decoration: none !important;
}
.square-button.no-hover:hover {
  opacity: 1;
}
.square-button.black {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff !important;
}
.square-button.white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000 !important;
}
.square-button.green {
  border-color: #8ea98e;
  background-color: #8ea98e;
  color: #ffffff !important;
}
.square-button.brown {
  border-color: #b17f48;
  background-color: #b17f48;
  color: #ffffff !important;
}
.square-button.red {
  border-color: #ae2d38;
  background-color: #ae2d38;
  color: #ffffff !important;
}
.square-button.line {
  border-color: #000000;
  background-color: transparent;
  color: #000000 !important;
}
.square-button.pink {
  border-color: #e6306d;
  background-color: #e6306d;
  color: #ffffff !important;
}
.square-button.yellow {
  border-color: #ffff00;
  background-color: #ffff00;
  color: #000000 !important;
}
.square-button.purple {
  border-color: #50438b;
  background-color: #50438b;
  color: #ffffff !important;
}
.square-button.gold {
  border-color: #e0b606;
  background-color: #e0b606;
  color: #ffffff !important;
}
.square-button.rust-red {
  border-color: #94313a;
  background-color: #94313a;
  color: #ffffff !important;
}
.square-button.light-blue {
  border-color: #00a0c1;
  background-color: #00a0c1;
  color: #ffffff !important;
}
.square-button.dark-yellow {
  border-color: #e1b706;
  background-color: #e1b706;
  color: #ffffff !important;
}
.square-button.green-blue {
  border-color: #63a1b7;
  background-color: #63a1b7;
  color: #ffffff !important;
}
.square-button.dark-orange {
  border-color: #eba900;
  background-color: #eba900;
  color: #000000 !important;
}
.square-button.dark-green {
  border-color: #1e6531;
  background-color: #1e6531;
  color: #ffffff !important;
}
.square-button.gs-orange {
  border-color: #e75339;
  background-color: #e75339;
  color: #ffffff !important;
}
.square-button.gs-yellow {
  border-color: #fcd477;
  background-color: #fcd477;
  color: #ffffff !important;
}
.square-button.olive {
  border-color: #b2a77e;
  background-color: #b2a77e;
  color: #ffffff !important;
}
.square-button.small-size {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.square-button.medium-size {
  height: 48px;
}
.unavailable .square-button,
.soldout .square-button {
  cursor: not-allowed;
  border-color: #dfe1e2 !important;
  background-color: #dfe1e2 !important;
  color: #888888 !important;
}

a.square-button {
  line-height: 40px;
}
a.square-button.medium-size {
  line-height: 48px;
}

@media screen and (max-width: 640px) {
  .square-button {
    max-width: 260px;
  }
  .square-button.free-width {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.text-link {
  color: inherit;
}
.text-link:hover {
  text-decoration: underline;
}

.text-link-line {
  color: inherit;
  text-decoration: underline;
}
.text-link-line:hover {
  opacity: 0.5;
}

.arrow-text-button {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #8ea98e;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.arrow-text-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ic_down_arrow_green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.arrow-text-button.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-text-button.dark {
  color: #5e7e83;
}
.arrow-text-button.dark:before {
  background-image: url(../images/common/ic_down_arrow_dark.png);
}
.arrow-text-button.brown {
  color: #b17f48;
}
.arrow-text-button.brown:before {
  background-image: url(../images/common/ic_down_arrow_brown.png);
}
.arrow-text-button.red {
  color: #ae2d38;
}
.arrow-text-button.red:before {
  background-image: url(../images/common/ic_down_arrow_red.png);
}
.arrow-text-button.white {
  color: #ffffff;
}
.arrow-text-button.white:before {
  background-image: url(../images/common/ic_down_arrow_white.png);
}
.arrow-text-button.black {
  color: #000000;
}
.arrow-text-button.black:before {
  background-image: url(../images/common/ic_down_arrow_black.png);
}
.arrow-text-button.gs-yellow {
  color: #fcd477;
}
.arrow-text-button.gs-yellow:before {
  background-image: url(../images/common/ic_down_arrow_yellow.png);
}
.arrow-text-button.light-gray {
  color: #d6d1c4;
}
.arrow-text-button.light-gray:before {
  background-image: url(../images/common/ic_down_arrow_light_gray.png);
}

.arrow-circle-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/common/ic_down_arrow_circle_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.arrow-circle-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.arrow-circle-button.white {
  background-image: url(../images/common/ic_down_arrow_circle_white.png);
}
.arrow-circle-button.red {
  background-image: url(../images/common/ic_down_arrow_circle_red.png);
}
.arrow-circle-button.rust-red {
  background-image: url(../images/common/ic_down_arrow_circle_rust-red.png);
}
.arrow-circle-button.white-red {
  background-image: url(../images/common/ic_down_arrow_circle_white_red.png);
}
.arrow-circle-button.green {
  background-image: url(../images/common/ic_down_arrow_circle_green.png);
}
.arrow-circle-button.yellow {
  background-image: url(../images/common/ic_down_arrow_circle_yellow.png);
}
.arrow-circle-button.light-gray {
  background-image: url(../images/common/ic_down_arrow_circle_light_gray.png);
}

@media screen and (max-width: 640px) {
  .arrow-circle-button {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}
.content-title {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 25px;
}
.content-title.no-space {
  margin: 0px;
}
.content-title.fix-size {
  height: auto;
  min-height: 125px;
  padding-bottom: 0px;
}
.content-title.underline {
  border-bottom: 1px solid #dfe1e2;
}
.content-title span,
.content-title h5,
.content-title p {
  line-height: 1.2;
}
.content-title span {
  font-size: 15px;
  font-weight: 500;
}
.content-title h5 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.145em;
}
.content-title p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
.content-title .content-title-meta {
  margin-bottom: 5px;
}
.content-title .content-title-name a {
  color: inherit;
}

@media screen and (max-width: 980px) {
  .content-title {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .content-title.fix-size {
    min-height: 100px;
  }
  .content-title span {
    font-size: 14px;
  }
  .content-title h5 {
    font-size: 25px;
    letter-spacing: 0.145em;
  }
  .content-title p {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .content-title span {
    font-size: 13px;
  }
  .content-title h5 {
    font-size: 22px;
    letter-spacing: 0.145em;
  }
  .content-title p {
    font-size: 17px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .content-title {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .content-title.fix-size {
    min-height: 0px;
    padding-bottom: 15px;
  }
  .content-title span {
    font-size: 14px;
  }
  .content-title h5 {
    font-size: 22px;
  }
  .content-title p {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .product-item {
    margin-bottom: 20px;
  }
}
.content-end-pagetop {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.content-end-pagetop .pagetop-button {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/ic_top_arrow_black.png);
  background-size: 50px 50px;
}
.content-end-pagetop .pagetop-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.content-end-pagetop .pagetop-button.white {
  background-image: url(../images/common/ic_top_arrow_white.png);
}
.content-end-pagetop.min-size {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .content-end-pagetop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .content-end-pagetop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-end-pagetop.min-size {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.content-move-pagelist {
  text-align: center;
  text-transform: uppercase;
}
.content-move-pagelist.space {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-move-pagelist.min-space {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-move-pagelist.bottom-space {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .content-move-pagelist.space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-move-pagelist.min-space {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-move-pagelist.bottom-space {
    padding-bottom: 30px;
  }
}
.news-item {
  position: relative;
  margin-bottom: 30px;
}
.news-item .news-thumbnail {
  position: absolute;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.news-item .news-thumbnail img {
  width: 100%;
  height: auto;
}
.news-item .news-content {
  width: auto;
  height: auto;
  min-height: 150px;
  padding-left: 180px;
}
.news-item .news-content-meta span {
  color: #bdc3c4;
  font-size: 15px;
  font-weight: 700;
}
.news-item .news-content-title h6 {
  font-size: 18px;
  margin: 0.5em 0px;
}
.news-item .news-content-title a {
  color: inherit;
}
.news-item .news-content-title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .news-item .news-thumbnail {
    width: 120px;
    height: 120px;
  }
  .news-item .news-content {
    min-height: 120px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .news-item .news-thumbnail {
    width: 100px;
    height: 100px;
  }
  .news-item .news-content {
    min-height: 100px;
    padding-left: 120px;
  }
  .news-item .news-content-meta span {
    font-size: 14px;
  }
  .news-item .news-content-title h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .news-item {
    margin-bottom: 20px;
  }
  .news-item .news-thumbnail {
    width: 75px;
    height: 75px;
  }
  .news-item .news-content {
    min-height: 75px;
    padding-left: 85px;
  }
  .news-item .news-content-meta span {
    font-size: 12px;
  }
  .news-item .news-content-title h6 {
    font-size: 15px;
    margin: 0.25em 0px;
  }
}
.head-image.has-arrow {
  position: relative;
}
.head-image.has-arrow .head-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 3;
}

.head-image-container {
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}
.head-image-container .head-image-item {
  position: absolute;
  width: 100%;
  height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head-image-container .head-image-text {
  position: absolute;
  bottom: 110px;
  width: 100%;
  text-align: center;
}
.head-image-container .head-image-text .head-logo {
  display: inline-block;
  width: 130px;
  margin-bottom: 30px;
}
.head-image-container .head-image-text h1,
.head-image-container .head-image-text h2,
.head-image-container .head-image-text h3 {
  color: #ffffff;
  position: relative;
  padding-bottom: 30px;
}
.head-image-container .head-image-text h1:after,
.head-image-container .head-image-text h2:after,
.head-image-container .head-image-text h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 106px;
  height: 5px;
  background-color: #ffffff;
}
.head-image-container .head-image-text h1.kv-heading,
.head-image-container .head-image-text h2.kv-heading,
.head-image-container .head-image-text h3.kv-heading {
  display: none;
}
.head-image-container .head-image-text h1.black-line:after,
.head-image-container .head-image-text h2.black-line:after,
.head-image-container .head-image-text h3.black-line:after {
  background-color: #000000;
}
.head-image-container .head-image-text h1.no-line:after,
.head-image-container .head-image-text h2.no-line:after,
.head-image-container .head-image-text h3.no-line:after {
  display: none;
}
.head-image-container .head-image-text.with-subtitle {
  bottom: 40px;
}
.head-image-container .head-image-text.with-subtitle h1,
.head-image-container .head-image-text.with-subtitle h2,
.head-image-container .head-image-text.with-subtitle h3 {
  position: static;
  padding-bottom: 10px;
}
.head-image-container .head-image-text.with-subtitle h1:after,
.head-image-container .head-image-text.with-subtitle h2:after,
.head-image-container .head-image-text.with-subtitle h3:after {
  display: none;
}
.head-image-container .head-image-text.with-subtitle .subtitle {
  color: #ffffff;
  position: relative;
  padding-top: 30px;
}
.head-image-container .head-image-text.with-subtitle .subtitle:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 106px;
  height: 5px;
  background-color: #ffffff;
}
.head-image-container .head-image-text.with-subtitle.bottom-center {
  bottom: 12%;
}
.head-image-container .head-image-text.pos-center {
  bottom: 50%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.head-image-container .head-image-text.pos-center h1,
.head-image-container .head-image-text.pos-center h2,
.head-image-container .head-image-text.pos-center h3 {
  padding-bottom: 0;
}
.head-image-container .head-image-text.pos-center h1:after,
.head-image-container .head-image-text.pos-center h2:after,
.head-image-container .head-image-text.pos-center h3:after {
  display: none;
}
.head-image-container .kv-heading h1,
.head-image-container .kv-heading h2,
.head-image-container .kv-heading h3 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .head-image.has-arrow .head-arrow {
    bottom: -20px;
  }
  .head-image-container {
    width: 100%;
    height: 115.62vw;
    min-height: auto;
    max-height: 100%;
    height: ;
  }
  .head-image-container .head-image-item {
    height: 115.62vw;
  }
  .head-image-container .head-image-text {
    bottom: 60px;
  }
  .head-image-container .head-image-text .head-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .head-image-container .head-image-text h1,
  .head-image-container .head-image-text h2,
  .head-image-container .head-image-text h3 {
    padding-bottom: 25px;
  }
  .head-image-container .head-image-text h1:after,
  .head-image-container .head-image-text h2:after,
  .head-image-container .head-image-text h3:after {
    width: 90px;
    height: 3px;
  }
  .head-image-container .head-image-text.with-subtitle.bottom-center {
    bottom: 8%;
  }
  .head-image-container .head-image-text.with-subtitle.has-sp-space {
    bottom: 60px;
  }
}
.text-table .table-row {
  margin-bottom: 5px;
}
.text-table.floating .table-row:after {
  content: "";
  display: block;
  clear: both;
}
.text-table.floating .table-head {
  float: left;
  width: 22.5%;
}
.text-table.floating .table-data {
  float: left;
  width: 77.5%;
  padding-left: 2.5%;
}
.text-table.positioning .table-row {
  position: relative;
}
.text-table.positioning .table-row.row-2 {
  min-height: 55px;
}
.text-table.positioning .table-head {
  position: absolute;
  left: 0;
  top: 0;
}
.text-table.positioning .table-data {
  width: auto;
}

@media screen and (max-width: 640px) {
  .text-table.floating .table-head {
    float: none;
    width: 100%;
  }
  .text-table.floating .table-data {
    float: none;
    width: 100%;
    padding-left: 0%;
  }
  .text-table.positioning .table-row.row-2 {
    min-height: 0px;
  }
  .text-table.positioning .table-head {
    position: static;
    left: auto;
    top: auto;
  }
}
table.gray-table {
  border-collapse: collapse;
  width: 100%;
}
table.gray-table tr {
  width: 100%;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
table.gray-table tr.head {
  background-color: white;
}
table.gray-table th,
table.gray-table td {
  color: #e1b706;
}
table.gray-table th:not(:first-child):last-child,
table.gray-table td:not(:first-child):last-child {
  text-align: right;
}
table.gray-table th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
table.gray-table td {
  padding: 0.5em 1em;
}

.share-content {
  display: none;
  opacity: 0;
  -webkit-transition: height 0.35s ease 0s;
  transition: height 0.35s ease 0s;
}
.share-content.init {
  display: block;
}
.share-content.show {
  opacity: 1;
}
.share-content.show li {
  opacity: 1;
}
.share-content ul {
  padding-top: 10px;
}
.share-content li {
  width: 100%;
  margin: 5px 0px;
  opacity: 0;
}
.share-content li a {
  margin-left: auto;
  margin-right: auto;
}
.share-content li:nth-child(1) {
  -webkit-transition: opacity 350ms linear 0ms;
  transition: opacity 350ms linear 0ms;
}
.share-content li:nth-child(2) {
  -webkit-transition: opacity 350ms linear 50ms;
  transition: opacity 350ms linear 50ms;
}
.share-content li:nth-child(3) {
  -webkit-transition: opacity 350ms linear 100ms;
  transition: opacity 350ms linear 100ms;
}
.share-content li:nth-child(4) {
  -webkit-transition: opacity 350ms linear 150ms;
  transition: opacity 350ms linear 150ms;
}
.share-content li:nth-child(5) {
  -webkit-transition: opacity 350ms linear 200ms;
  transition: opacity 350ms linear 200ms;
}

.strong-notification {
  text-align: center;
}
.strong-notification .inner {
  display: inline-block;
  padding: 20px;
  border: 6px solid #ae2d38;
}
.strong-notification strong {
  display: inline-block;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .strong-notification {
    margin-bottom: 20px;
  }
  .strong-notification .inner {
    padding: 10px;
    border: 4px solid #ae2d38;
  }
}
.step-items {
  counter-reset: number;
}
.step-items > li {
  counter-increment: counter;
  padding-left: 40px;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.step-items > li:before {
  content: counter(counter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: black;
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}
.step-items.green-blue > li:before {
  background-color: #63a1b7;
}

@media screen and (max-width: 640px) {
  .step-items > li {
    padding-left: 36px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
  }
}
.movie-content {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.movie-content > iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mw_wp_form_confirm .caption {
  display: none;
}
.agreement-check-container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.form-item {
  margin-bottom: 25px;
}
.form-item p.require:after {
  content: " ※";
  color: inherit;
  font-size: 60%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.25em;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea,
.form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  font-size: 100%;
  max-width: 100%;
  padding: 2px 10px;
  color: inherit;
  border: 1px solid #768b8f;
}
.form-item input[type="text"].error,
.form-item input[type="email"].error,
.form-item input[type="tel"].error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #f35d5d;
  background-color: #ffecec;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item select {
  height: 40px;
}
.form-item select {
  background-image: url(../images/common/ic_select_arrow_down.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.form-item textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px 15px;
}
.form-item input[type="checkbox"],
.form-item input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
.form-item label.error {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
}
.form-item p.caption.space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-item-submit {
  margin-top: 80px;
  text-align: center;
}
.form-item-submit.links {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.form-item-input.space,
.form-item-select.space {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-item-input.top-space,
.form-item-select.top-space {
  margin-top: 20px;
}
.form-item-input.bottom-space,
.form-item-select.bottom-space {
  margin-bottom: 20px;
}

.form-item-input {
  margin: 5px 0px;
}
.form-item-input .item-space {
  width: 40px;
  display: inline-block;
}
.form-item-input .item-space + input[type="text"].full {
  width: calc(100% - 44px);
}
.form-item-input .item-space + input[type="text"] {
  width: auto;
}

.form-item-select {
  margin: 5px 0px;
}
.form-item-select select {
  cursor: pointer;
  min-width: 210px;
}
.form-item-select.birthdate {
  position: relative;
}
.form-item-select.birthdate select {
  width: calc(100% - 20px);
}
.form-item-select.birthdate p {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
}

.form-item-radio {
  position: relative;
  padding-top: 7px;
}
.form-item-radio.full-size {
  width: 100%;
}
.form-item-radio.box-radio-items {
  position: relative;
}
.form-item-radio.box-radio-items input[type="radio"] {
  position: absolute;
}
.form-item-radio.box-radio-items label.error {
  margin-left: 20px;
  float: left;
  width: 100%;
}
.form-item-radio .radio-item {
  display: block;
  margin-bottom: 5px;
}
.form-item-radio input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.form-item-radio input[type="radio"] + .radio {
  position: relative;
  padding-left: 35px;
  margin-right: 20px;
  font-size: 100%;
  line-height: 30px;
  cursor: pointer;
}
.form-item-radio input[type="radio"] + .radio:before,
.form-item-radio input[type="radio"] + .radio:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item-radio input[type="radio"] + .radio:before {
  top: -5px;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
}
.form-item-radio input[type="radio"] + .radio:after {
  display: none;
  top: 2px;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #000000;
}
.form-item-radio input[type="radio"]:checked + .radio:before {
  background-color: #ffffff;
  border: none;
}
.form-item-radio input[type="radio"]:checked + .radio:after {
  display: block;
}
.form-item-radio input[type="radio"].error + .radio:before {
  border: 2px solid #f35d5d;
  background-color: #ffecec;
}

.form-item-checkbox {
  margin: 10px 0px 5px;
}
.form-item-checkbox.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  align-items: center;
}
.form-item-checkbox.flex > * {
  min-width: 200px;
}
.form-item-checkbox.full-size {
  width: 100%;
}
.form-item-checkbox input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.form-item-checkbox input[type="checkbox"] + .checkbox {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
}
.form-item-checkbox input[type="checkbox"] + .checkbox:before,
.form-item-checkbox input[type="checkbox"] + .checkbox:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item-checkbox input[type="checkbox"] + .checkbox:before {
  top: -5px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #768b8f;
  background-color: #ffffff;
}
.form-item-checkbox input[type="checkbox"] + .checkbox:after {
  display: none;
  left: 4px;
  top: 2px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-item-checkbox input[type="checkbox"]:checked + .checkbox:after {
  display: block;
}
.form-item-checkbox input[type="checkbox"].error + .checkbox:before {
  border: 2px solid #f35d5d;
  background-color: #ffecec;
}

.form-item-button,
.contact-form-button {
  margin-top: 60px;
  text-align: center;
}
.form-item-button + .contact-form-button,
.contact-form-button + .contact-form-button {
  margin-top: 24px;
}

span.form-item-checkbox span.mwform-checkbox-field {
  position: relative;
}
span.form-item-checkbox input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
}
span.form-item-checkbox input[type="checkbox"] + .mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  display: inline-block;
}
span.form-item-checkbox input[type="checkbox"] + .mwform-checkbox-field-text:before,
span.form-item-checkbox input[type="checkbox"] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.form-item-checkbox input[type="checkbox"] + .mwform-checkbox-field-text:before {
  top: 2px;
  left: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid black;
  background-color: white;
}
span.form-item-checkbox input[type="checkbox"] + .mwform-checkbox-field-text:after {
  display: none;
  left: 0px;
  top: 7px;
  width: 18px;
  height: 10px;
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
span.form-item-checkbox input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  display: block;
}
span.form-item-checkbox .mwform-checkbox-field.error-input input[type="checkbox"] + .mwform-checkbox-field-text:before {
  border-color: #ff0000;
}
span.form-item-checkbox p.caption {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .form-item {
    margin-bottom: 20px;
  }
  .form-item input[type="text"],
  .form-item input[type="email"],
  .form-item input[type="tel"],
  .form-item textarea,
  .form-item select {
    font-size: 16px;
  }
  .form-item textarea {
    min-height: 120px;
  }
  .form-item .region:last-child .form-item-submit {
    max-width: 100%;
    margin-top: 30px;
  }
  .form-item-content {
    width: 100%;
  }
  .form-item-note {
    margin-top: 30px;
  }
  .form-item-agreement {
    margin-top: 30px;
  }
  .agreement-checkbox {
    margin-top: 20px;
  }
  .form-item-submit {
    max-width: 100%;
    margin-top: 50px;
  }
  .form-item-radio.box-radio-items label.error {
    margin-left: 0px;
    margin-top: -5px;
  }
  .form-item-radio .radio-item {
    margin-bottom: 10px;
  }
  .form-item-radio .radio-item:last-child {
    margin-bottom: 0px;
  }
  .form-item-radio input[type="radio"] + .radio {
    padding-left: 30px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .form-item-radio input[type="radio"] + .radio:before {
    width: 20px;
    height: 20px;
    top: -3px;
  }
  .form-item-radio input[type="radio"] + .radio:after {
    width: 12px;
    height: 12px;
    top: 1px;
    left: 4px;
  }
  .form-item-radio input[type="radio"] + .box-radio {
    margin-bottom: 10px;
  }
  .form-item-checkbox {
    margin: 10px 0px 5px;
  }
  .form-item-checkbox input[type="checkbox"] + .checkbox {
    padding-left: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .form-item-checkbox input[type="checkbox"] + .checkbox:before {
    width: 20px;
    height: 20px;
    top: -2px;
  }
  .form-item-checkbox input[type="checkbox"] + .checkbox:after {
    width: 14px;
    height: 8px;
    top: 3px;
    left: 3px;
  }
  .form-item-button,
  .contact-form-button {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .form-item-button + .contact-form-button,
  .contact-form-button + .contact-form-button {
    margin-top: 24px;
  }
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-item.only-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item.only-input-inline {
  display: inline-block;
}
.form-item.only-confirm {
  display: none;
}
.form-item .only-input {
  display: block;
}
.form-item .only-input-inline {
  display: inline-block;
}
.form-item .only-confirm {
  display: none;
}

.mw_wp_form_confirm .form-item .only-input {
  display: none;
}
.mw_wp_form_confirm .form-item .only-input-inline {
  display: none;
}
.mw_wp_form_confirm .form-item .only-confirm {
  display: block;
}
.mw_wp_form_confirm .form-item .confirm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mw_wp_form_confirm .form-item .confirm-flex div[class*="form-item"] {
  margin-right: 1rem;
}
.mw_wp_form_confirm .form-item.only-input,
.mw_wp_form_confirm .form-item small.note.only-input {
  display: none;
}
.mw_wp_form_confirm .form-item.only-input-inline {
  display: none;
}
.mw_wp_form_confirm .form-item.only-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mw_wp_form_confirm .form-item span.required {
  display: none;
}
.mw_wp_form_confirm .form-item > p.form-item-name {
  padding-top: 0;
}
.mw_wp_form_confirm .form-item > span.form-item-input,
.mw_wp_form_confirm .form-item > span.form-item-select {
  min-height: 32px;
  margin: 0;
  padding-bottom: 0.5em;
  line-height: 1.5;
  border-bottom: 1px solid black;
  word-wrap: break-word;
  word-break: break-all;
}
.mw_wp_form_confirm .form-item > span.form-item-select {
  width: 75%;
  max-width: 100%;
}
.mw_wp_form_confirm .form-item > span.form-item-select:before,
.mw_wp_form_confirm .form-item > span.form-item-select:after {
  display: none;
}
.mw_wp_form_confirm .form-item > span.form-item-input.date {
  margin-bottom: 0.5em;
}
.mw_wp_form_confirm .form-item > span.form-item-input.date i.date,
.mw_wp_form_confirm .form-item > span.form-item-input.date i.time {
  font-size: 14px;
}
.mw_wp_form_confirm .form-item > span.form-item-input.date i.time {
  margin-left: 1.5em;
}

.popup {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.725);
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.popup.init {
  display: block;
}
.popup.show {
  opacity: 1;
}

.popup-window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 720px;
  height: 100%;
  max-height: 700px;
  padding: 10px;
}
.popup-window .popup-content {
  height: 100%;
  padding: 50px;
  background-color: #ffffff;
  text-align: center;
}
.popup-window .popup-content .popup-content-inner {
  height: 100%;
  overflow: auto;
}
.popup-window .popup-content h5 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.145em;
  margin-bottom: 30px;
}
.popup-window .popup-content p.left {
  text-align: left;
}
.popup-window .popup-content p:last-child {
  margin-bottom: 0;
}
.popup-window .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  width: 40px;
  height: 40px;
}
.popup-window .popup-close .close-button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.popup-window .popup-close .close-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.popup-window .popup-close .close-button:before,
.popup-window .popup-close .close-button:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 30px;
  height: 2px;
  background-color: #000000;
}
.popup-window .popup-close .close-button:before {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-window .popup-close .close-button:after {
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-window .popup-close .close-button:hover:before,
.popup-window .popup-close .close-button:hover:after {
  background-color: #768b8f;
}

@media screen and (max-width: 640px) {
  .popup-window {
    padding: 30px 10px;
  }
  .popup-window .popup-content {
    padding: 20px 20px 60px;
  }
  .popup-window .popup-content .popup-content-inner {
    padding: 20px 0px;
  }
  .popup-window .popup-content h5 {
    font-size: 22px;
  }
  .popup-window .popup-content p {
    font-size: 14px;
  }
  .popup-window .popup-close {
    top: auto;
    left: 30px;
    right: 30px;
    bottom: 40px;
    width: 100%;
    height: 40px;
  }
  .popup-window .popup-close .close-button {
    width: calc(100% - 60px);
    height: 100%;
    line-height: 40px;
    border-radius: 0;
    background-color: #000000;
  }
  .popup-window .popup-close .close-button span {
    display: block;
    position: static;
    overflow: visible;
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .popup-window .popup-close .close-button:before,
  .popup-window .popup-close .close-button:after {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .popup-window .popup-content {
    padding: 15px 15px 60px;
  }
  .popup-window .popup-content h5 {
    font-size: 20px;
  }
}
.hidden {
  display: none;
}
.sup {
  font-size: 0.7em;
  vertical-align: top;
}
