@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond:400,500);
.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: 767px) {
  .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;
  }
  .mt20 .region,
  .mt30 .region,
  .mt40 .region {
    margin-top: 20px;
  }
  .mt50 .region,
  .mt60 .region {
    margin-top: 40px;
  }
  .mb20 .region,
  .mb30 .region,
  .mb40 .region {
    margin-bottom: 20px;
  }
  .mb50 .region,
  .mb60 .region {
    margin-bottom: 40px;
  }
}
.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.md {
  display: block !important;
}

.mdi {
  display: inline !important;
}

.lmd {
  display: none !important;
}

.lmdi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.vtb {
  display: block !important;
}

.vtbi {
  display: inline !important;
}

.ltb {
  display: none !important;
}

.ltbi {
  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: 767px) {
  .vtb {
    display: none !important;
  }
  .vtbi {
    display: none !important;
  }
  .ltb {
    display: block !important;
  }
  .ltbi {
    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: 320px) {
  .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 * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  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;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  height: auto;
}

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

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

body {
  color: #595757;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}
body.en {
  font-family: "EB Garamond", serif !important;
}
body.jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif !important;
  letter-spacing: -0.015em;
}

h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
  border-bottom: 2px solid currentColor;
}

sup {
  font-size: 47.5%;
  vertical-align: middle;
  position: relative;
  top: -1.15em;
}

p {
  margin: 0px 0px 1.85em;
}
.en p {
  line-height: 1.2;
}
.jp p {
  line-height: 1.55;
}
p.justify {
  text-align: justify;
}

a.text-link {
  color: inherit;
  line-height: 1.6;
  display: inline;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 100% 1px;
}
a.text-link:hover {
  opacity: 0.5;
}
a.normal-link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media screen and (max-width: 767px) {
  a.text-link:hover {
    opacity: 1;
  }
}
header nav li,
footer nav li {
  font-size: 21px;
  letter-spacing: 0.025em;
}

.latest-post .post-title h5 {
  font-size: 60px;
}

.ar-side-content-copy h2,
.ar-side-content-copy p,
.ar-side-content-nav li,
.shoplist-block-title h3 {
  font-size: 45px;
  line-height: 1.25em;
}

.ar-side-content-description p,
.latest-post .post-title p,
.latest-post .post-body p {
  font-size: 36px;
  line-height: 1.25em;
}

body,
.ar-side-content-copy.text-size p,
.shoplist-content-area h5,
.shoplist-content-items h5 {
  font-size: 22px;
  line-height: 1.318181818em;
}

.ar-block-link a,
.news-post-nav li,
.ar-content-list-subtitle h4,
.block-title h3,
.search-content input[type=search] {
  font-size: 30px;
}

.ar-list-sub-menu nav li,
.about-history-section figcaption {
  font-size: 28px;
}

.slide-images figcaption,
.shoplist-content-items p {
  font-size: 19px;
}

.ar-block-item-meta h5.meta-title {
  font-size: 30px;
  font-weight: 400;
}

.news-list .ar-block-item-meta h5.meta-title {
  font-size: 30px;
}
.news-list .ar-block-item-excerpt p,
.news-list .ar-block-item-link {
  font-size: 19px;
}

@media screen and (max-width: 1680px) {
  header nav li,
  footer nav li {
    font-size: 19px;
  }
  .latest-post .post-title h5 {
    font-size: 52px;
  }
  .ar-side-content-copy h2,
  .ar-side-content-copy p,
  .ar-side-content-nav li,
  .shoplist-block-title h3 {
    font-size: 38px;
  }
  .ar-side-content-description p,
  .latest-post .post-title p,
  .latest-post .post-body p {
    font-size: 30px;
  }
  body,
  .ar-side-content-copy.text-size p,
  .shoplist-content-area h5,
  .shoplist-content-items h5 {
    font-size: 20px;
  }
  .ar-block-link a,
  .news-post-nav li,
  .ar-content-list-subtitle h4,
  .block-title h3,
  .search-content input[type=search] {
    font-size: 27px;
  }
  .ar-list-sub-menu nav li,
  .about-history-section figcaption {
    font-size: 26px;
  }
  .slide-images figcaption,
  .shoplist-content-items p {
    font-size: 17px;
  }
  .ar-block-item-meta h5.meta-title {
    font-size: 27px;
  }
  .news-list .ar-block-item-meta h5.meta-title {
    font-size: 27px;
  }
  .news-list .ar-block-item-excerpt p,
  .news-list .ar-block-item-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  header nav li,
  footer nav li {
    font-size: 17px;
  }
  .latest-post .post-title h5 {
    font-size: 46px;
  }
  .ar-side-content-copy h2,
  .ar-side-content-copy p,
  .ar-side-content-nav li,
  .shoplist-block-title h3 {
    font-size: 32px;
  }
  .ar-side-content-description p,
  .latest-post .post-title p,
  .latest-post .post-body p {
    font-size: 24px;
  }
  body,
  .ar-side-content-copy.text-size p,
  .shoplist-content-area h5,
  .shoplist-content-items h5 {
    font-size: 18px;
  }
  .ar-block-link a,
  .news-post-nav li,
  .ar-content-list-subtitle h4,
  .block-title h3,
  .search-content input[type=search] {
    font-size: 24px;
  }
  .ar-list-sub-menu nav li,
  .about-history-section figcaption {
    font-size: 24px;
  }
  .slide-images figcaption,
  .shoplist-content-items p {
    font-size: 15px;
  }
  .ar-block-item-meta h5.meta-title {
    font-size: 24px;
  }
  .news-list .ar-block-item-meta h5.meta-title {
    font-size: 24px;
  }
  .news-list .ar-block-item-excerpt p,
  .news-list .ar-block-item-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  header nav li,
  footer nav li {
    font-size: 16px;
    letter-spacing: 0.015em;
  }
  .latest-post .post-title h5 {
    font-size: 40px;
  }
  .ar-side-content-copy h2,
  .ar-side-content-copy p,
  .ar-side-content-nav li,
  .shoplist-block-title h3 {
    font-size: 28px;
  }
  .ar-side-content-description p,
  .latest-post .post-title p,
  .latest-post .post-body p {
    font-size: 18px;
  }
  body,
  .ar-side-content-copy.text-size p,
  .shoplist-content-area h5,
  .shoplist-content-items h5 {
    font-size: 16px;
  }
  .ar-block-link a,
  .news-post-nav li,
  .ar-content-list-subtitle h4,
  .block-title h3,
  .search-content input[type=search] {
    font-size: 21px;
  }
  .ar-list-sub-menu nav li,
  .about-history-section figcaption {
    font-size: 22px;
  }
  .slide-images figcaption,
  .shoplist-content-items p {
    font-size: 13px;
  }
  .ar-block-item-meta h5.meta-title {
    font-size: 21px;
  }
  .news-list .ar-block-item-meta h5.meta-title {
    font-size: 21px;
  }
  .news-list .ar-block-item-excerpt p,
  .news-list .ar-block-item-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  header nav li,
  footer nav li {
    font-size: 16px;
    letter-spacing: 0.015em;
  }
  .latest-post .post-title h5 {
    font-size: 30px;
  }
  .ar-side-content-copy h2,
  .ar-side-content-copy p,
  .ar-side-content-nav li,
  .shoplist-block-title h3 {
    font-size: 24px;
  }
  .ar-side-content-description p,
  .latest-post .post-title p,
  .latest-post .post-body p {
    font-size: 16px;
  }
  body,
  .ar-side-content-copy.text-size p,
  .shoplist-content-area h5,
  .shoplist-content-items h5 {
    font-size: 16px;
  }
  .ar-block-link a,
  .news-post-nav li,
  .ar-content-list-subtitle h4,
  .block-title h3,
  .search-content input[type=search] {
    font-size: 18px;
  }
  .ar-list-sub-menu nav li,
  .about-history-section figcaption {
    font-size: 20px;
  }
  .slide-images figcaption,
  .shoplist-content-items p {
    font-size: 13px;
  }
  .ar-block-item-meta h5.meta-title {
    font-size: 18px;
  }
  .news-list .ar-block-item-meta h5.meta-title {
    font-size: 18px;
  }
  .news-list .ar-block-item-excerpt p,
  .news-list .ar-block-item-link {
    font-size: 13px;
  }
}
.jp header nav li,
.jp footer nav li {
  font-size: 21px;
  letter-spacing: 0.025em;
}

.jp .latest-post .post-title h5 {
  font-size: 48px;
}

.jp .ar-side-content-copy h2,
.jp .ar-side-content-copy p,
.jp .ar-side-content-nav li,
.jp .shoplist-block-title h3 {
  font-size: 36px;
  line-height: 1.55;
}

.jp .ar-side-content-description p,
.jp .latest-post .post-title p,
.jp .latest-post .post-body p {
  font-size: 29px;
  line-height: 1.55;
}

body.jp,
.jp .ar-side-content-copy.text-size p,
.jp .shoplist-content-area h5,
.jp .shoplist-content-items h5 {
  font-size: 17px;
  line-height: 1.55;
}

.jp .ar-block-link a,
.jp .news-post-nav li,
.jp .ar-content-list-subtitle h4,
.jp .block-title h3,
.jp .search-content input[type=search] {
  font-size: 24px;
}

.jp .ar-list-sub-menu nav li,
.jp .about-history-section figcaption {
  font-size: 22px;
}

.jp .slide-images figcaption,
.jp .shoplist-content-items p {
  font-size: 16px;
}

.jp .ar-block-item-meta h5.meta-title {
  font-size: 24px;
  font-weight: 400;
}

.jp .news-list .ar-block-item-meta h5.meta-title {
  font-size: 24px;
}
.jp .news-list .ar-block-item-excerpt p,
.jp .news-list .ar-block-item-link {
  font-size: 16px;
}

@media screen and (max-width: 1680px) {
  .jp header nav li,
  .jp footer nav li {
    font-size: 19px;
  }
  .jp .latest-post .post-title h5 {
    font-size: 42px;
  }
  .jp .ar-side-content-copy h2,
  .jp .ar-side-content-copy p,
  .jp .ar-side-content-nav li,
  .jp .shoplist-block-title h3 {
    font-size: 30px;
  }
  .jp .ar-side-content-description p,
  .jp .latest-post .post-title p,
  .jp .latest-post .post-body p {
    font-size: 24px;
  }
  body.jp,
  .jp .shoplist-content-area h5,
  .jp .shoplist-content-items h5 {
    font-size: 16px;
  }
  .jp .ar-block-link a,
  .jp .news-post-nav li,
  .jp .ar-content-list-subtitle h4,
  .jp .block-title h3,
  .jp .search-content input[type=search] {
    font-size: 21px;
  }
  .ar-list-sub-menu nav li,
  .about-history-section figcaption {
    font-size: 21px;
  }
  .jp .slide-images figcaption,
  .jp .shoplist-content-items p {
    font-size: 15px;
  }
  .jp .ar-block-item-meta h5.meta-title {
    font-size: 21px;
  }
  .jp .news-list .ar-block-item-meta h5.meta-title {
    font-size: 21px;
  }
  .jp .news-list .ar-block-item-excerpt p,
  .jp .news-list .ar-block-item-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .jp header nav li,
  .jp footer nav li {
    font-size: 17px;
  }
  .jp .latest-post .post-title h5 {
    font-size: 37px;
  }
  .jp .ar-side-content-copy h2,
  .jp .ar-side-content-copy p,
  .jp .ar-side-content-nav li,
  .jp .shoplist-block-title h3 {
    font-size: 26px;
  }
  .jp .ar-side-content-description p,
  .jp .latest-post .post-title p,
  .jp .latest-post .post-body p {
    font-size: 19px;
  }
  body.jp,
  .jp .ar-side-content-copy.text-size p,
  .jp .shoplist-content-area h5,
  .jp .shoplist-content-items h5 {
    font-size: 16px;
  }
  .jp .ar-block-link a,
  .jp .news-post-nav li,
  .jp .ar-content-list-subtitle h4,
  .jp .block-title h3,
  .jp .search-content input[type=search] {
    font-size: 19px;
  }
  .jp .ar-list-sub-menu nav li,
  .jp .about-history-section figcaption {
    font-size: 19px;
  }
  .jp .slide-images figcaption,
  .jp .shoplist-content-items p {
    font-size: 15px;
  }
  .jp .ar-block-item-meta h5.meta-title {
    font-size: 19px;
  }
  .jp .news-list .ar-block-item-meta h5.meta-title {
    font-size: 19px;
  }
  .jp .news-list .ar-block-item-excerpt p,
  .jp .news-list .ar-block-item-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .jp header nav li,
  .jp footer nav li {
    font-size: 16px;
    letter-spacing: 0.015em;
  }
  .jp .latest-post .post-title h5 {
    font-size: 32px;
  }
  .jp .ar-side-content-copy h2,
  .jp .ar-side-content-copy p,
  .jp .ar-side-content-nav li,
  .jp .shoplist-block-title h3 {
    font-size: 22px;
  }
  .jp .ar-side-content-description p,
  .jp .latest-post .post-title p,
  .jp .latest-post .post-body p {
    font-size: 14px;
  }
  body.jp,
  .jp .ar-side-content-copy.text-size p,
  .jp .shoplist-content-area h5,
  .jp .shoplist-content-items h5 {
    font-size: 14px;
  }
  .jp .ar-block-link a,
  .jp .news-post-nav li,
  .jp .ar-content-list-subtitle h4,
  .jp .block-title h3,
  .jp .search-content input[type=search] {
    font-size: 17px;
  }
  .jp .ar-list-sub-menu nav li,
  .jp .about-history-section figcaption {
    font-size: 18px;
  }
  .jp .slide-images figcaption,
  .jp .shoplist-content-items p {
    font-size: 13px;
  }
  .jp .ar-block-item-meta h5.meta-title {
    font-size: 17px;
  }
  .jp .news-list .ar-block-item-meta h5.meta-title {
    font-size: 17px;
  }
  .jp .news-list .ar-block-item-excerpt p,
  .jp .news-list .ar-block-item-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .jp header nav li,
  .jp footer nav li {
    font-size: 16px;
    letter-spacing: 0.015em;
  }
  .jp .latest-post .post-title h5 {
    font-size: 24px;
  }
  .jp .ar-side-content-copy h2,
  .jp .ar-side-content-copy p,
  .jp .ar-side-content-nav li,
  .jp .shoplist-block-title h3 {
    font-size: 19px;
  }
  .jp .ar-side-content-description p,
  .jp .latest-post .post-title p,
  .jp .latest-post .post-body p {
    font-size: 14px;
  }
  body.jp,
  .jp .ar-side-content-copy.text-size p,
  .jp .shoplist-content-area h5,
  .jp .shoplist-content-items h5 {
    font-size: 14px;
  }
  .jp .ar-block-link a,
  .jp .news-post-nav li,
  .jp .ar-content-list-subtitle h4,
  .jp .block-title h3,
  .jp .search-content input[type=search] {
    font-size: 14px;
  }
  .jp .ar-list-sub-menu nav li,
  .jp .about-history-section figcaption {
    font-size: 16px;
  }
  .jp .slide-images figcaption,
  .jp .shoplist-content-items p {
    font-size: 13px;
  }
  .jp .ar-block-item-meta h5.meta-title {
    font-size: 14px;
  }
  .jp .news-list .ar-block-item-meta h5.meta-title {
    font-size: 14px;
  }
  .jp .news-list .ar-block-item-excerpt p,
  .jp .news-list .ar-block-item-link {
    font-size: 13px;
  }
}
.fields.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fields.flex-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fields.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.region.size-half {
  width: 50%;
  padding: 0px 1%;
}
.region.size-left {
  width: 34.4318182%;
}
.region.size-left-nav {
  width: 31%;
}
.region.size-right {
  width: 56.8181818%;
  margin-left: auto;
}
.region.size-right-single {
  width: 48.2954545%;
  margin-left: auto;
}
.region.size-right-items {
  width: 65.5%;
  margin-left: auto;
}
.region.size-right-box {
  width: 45.5%;
}
.region.ar-block-item {
  margin-bottom: 26%;
}
.news-list .region.ar-block-item {
  margin-bottom: 8.6363636%;
}
body.search .region.ar-block-item {
  margin-bottom: 4%;
}
.region.size-4item {
  width: 22.4431818%;
  margin-left: 3.4090909%;
}
.region.size-4item:nth-child(1), .region.size-4item:nth-child(4n+1) {
  margin-left: 0;
}
.region.size-2item {
  width: 47.5739645%;
  margin-left: 4.85%;
}
.region.size-2item:nth-child(odd) {
  margin-left: 0;
}
.region.size-about-text {
  width: 43.0681818%;
}
.region.size-about-image {
  width: 56.9318182%;
  position: relative;
}
.region.size-about-text2, .region.size-about-text3 {
  width: 34.4318182%;
}
.region.size-about-image2, .region.size-about-image3 {
  width: 65.5681818%;
  position: relative;
}
.region.size-about-text4, .region.size-about-image4 {
  width: 50%;
}
.region.size-about-image5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region.size-about-text4 .ar-side-content-copy {
  padding-right: 5%;
  margin-top: 20%;
}
.jp .region.size-about-text3 {
  margin-top: 12.5%;
}
.jp .region.size-about-text4 {
  margin-top: 10%;
}
.jp .region.size-about-text2, .jp .region.size-about-text3 {
  width: 40%;
}
.jp .region.size-about-image2, .jp .region.size-about-image3 {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 860px) {
  body.jp .fields.flex {
    display: block;
  }
  body.jp .fields.flex.stay-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.jp .fields.flex.stay-double .region.size-4item:nth-child(odd) {
    margin-left: 0;
  }
  body.jp .fields.flex.stay-double .region.size-4item:nth-child(even) {
    margin-left: auto;
  }
  body.jp .region.size-half {
    width: 100%;
    padding: 0;
  }
  body.jp .region.size-left, body.jp .region.size-left-nav {
    width: 100%;
  }
  body.jp .region.size-right, body.jp .region.size-right-single, body.jp .region.size-right-items {
    width: 100%;
    margin-left: 0px;
  }
  body.jp .region.size-right-box {
    width: 100%;
  }
  body.jp .region.size-about-text, body.jp .region.size-about-image, body.jp .region.size-about-text2, body.jp .region.size-about-text3, body.jp .region.size-about-text4, body.jp .region.size-about-image2, body.jp .region.size-about-image3, body.jp .region.size-about-image4, body.jp .region.size-about-image5 {
    width: 100%;
  }
  body.jp .region.ar-block-item {
    margin-bottom: 10%;
  }
  body.search body.jp .region.ar-block-item {
    margin-bottom: 7.5%;
  }
  body.jp .region.size-4item {
    width: 47.5%;
  }
  body.jp .region.size-about-text3, body.jp .region.size-about-text4 {
    margin-top: 0;
  }
  body.jp .region.size-about-image5 {
    display: block;
  }
  body.jp .region.size-about-text4 .ar-side-content-copy {
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fields.flex {
    display: block;
  }
  .fields.flex.stay-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .region.size-half {
    width: 100%;
    padding: 0;
  }
  .region.size-left, .region.size-left-nav {
    width: 100%;
  }
  .region.size-right, .region.size-right-single, .region.size-right-items {
    width: 100%;
    margin-left: 0px;
  }
  .region.size-right-box {
    width: 100%;
  }
  .region.size-about-text, .region.size-about-image, .region.size-about-text2, .region.size-about-text3, .region.size-about-text4, .region.size-about-image2, .region.size-about-image3, .region.size-about-image4, .region.size-about-image5 {
    width: 100%;
  }
  .region.ar-block-item {
    margin-bottom: 10%;
  }
  body.search .region.ar-block-item {
    margin-bottom: 7.5%;
  }
  .region.size-4item {
    width: 47.5%;
  }
  .region.size-about-image5 {
    display: block;
  }
  .region.size-about-text4 .ar-side-content-copy {
    padding-right: 0;
    margin-top: 0;
  }
  .jp .region.size-about-text3, .jp .region.size-about-text4 {
    margin-top: 0;
  }
}
header {
  width: 100%;
  height: 130px;
}
header .gh-container {
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px 25px;
  position: relative;
}
header .gh-container .gh-logo {
  width: 70px;
  height: 84px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .gh-container .gh-logo a.logo {
  display: block;
  height: 100%;
}
header .gh-container .gh-logo a.logo svg {
  width: 100%;
  height: auto;
}
header .gh-container .gh-logo a.logo svg path, header .gh-container .gh-logo a.logo svg polygon {
  fill: #231f20;
}
header .gh-container .gh-menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .gh-container .gh-menu li.menu a {
  color: #a6a8ab;
}
header .gh-container .gh-menu li.menu a.current {
  color: #231f20;
  opacity: 1;
}
body.top-page header .gh-container .gh-menu li.menu a {
  color: #231f20;
}
header .gh-container .gh-column {
  width: 50%;
}
header .gh-container nav li {
  display: inline-block;
  margin: 0px 18px;
  color: #231f20;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", sans-serif !important;
}
header .gh-container nav li a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
}
header .gh-container nav li a:hover {
  opacity: 0.5;
}
header .gh-container nav li a.current {
  border-bottom-color: #231f20;
  opacity: 1;
}
header .gh-container nav li:first-child {
  margin-left: 0;
}
header .gh-container nav li:last-child {
  margin-right: 0;
}
header .gh-container nav.gh-nav-left {
  text-align: left;
}
header .gh-container nav.gh-nav-left ul {
  padding-left: 20px;
}
header .gh-container nav.gh-nav-right {
  text-align: right;
}
header .gh-container nav.gh-nav-right ul {
  padding-right: 20px;
}
header .gh-container .gh-languages {
  position: absolute;
  right: 72px;
  top: 18px;
}
header .gh-container .gh-languages li {
  display: inline-block;
  color: #231f20;
  font-size: 15px;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", sans-serif !important;
}
header .gh-container .gh-languages li.language a {
  color: currentColor;
}
header .gh-container .gh-languages li.language a:hover {
  opacity: 0.5;
}
header .gh-container .gh-languages li.language a.current {
  color: #a6a8ab;
}
header .gh-container .gh-search {
  position: absolute;
  right: 40px;
  top: 20px;
}
header .gh-container .gh-search a {
  display: block;
  width: 16px;
  height: 16px;
}
header .gh-container .gh-search a:hover {
  opacity: 0.5;
}
header .gh-container .gh-search svg {
  width: 100%;
  height: auto;
}
header .gh-container .gh-search svg path {
  fill: #231f20;
}
header .header-nav nav {
  display: inline-block;
  text-align: left;
}
header .gh-hamburger-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
header .gh-hamburger-menu a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .gh-hamburger-menu a i, header .gh-hamburger-menu a i:before, header .gh-hamburger-menu a i:after {
  width: 23px;
  height: 2px;
  position: absolute;
  background-color: #231f20;
}
header .gh-hamburger-menu a i {
  top: 29px;
  left: 20px;
  -webkit-transition: background-color 0.25s linear 0s, top 0.25s linear 0s;
  transition: background-color 0.25s linear 0s, top 0.25s linear 0s;
}
header .gh-hamburger-menu a i:before, header .gh-hamburger-menu 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 .gh-hamburger-menu a i:before {
  top: -7px;
}
header .gh-hamburger-menu a i:after {
  top: 7px;
}
header .gh-hamburger-menu a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
header .gh-hamburger-menu a.active i {
  background-color: transparent;
}
header .gh-hamburger-menu a.active i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
header .gh-hamburger-menu a.active i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

@media screen and (max-width: 1024px) {
  header {
    height: 120px;
  }
  header .gh-container .gh-logo {
    width: 60px;
    height: 68px;
  }
  header .gh-container nav li {
    margin: 0px 8px;
  }
  header .gh-container nav.gh-nav-left ul {
    padding-left: 20px;
  }
  header .gh-container nav.gh-nav-right ul {
    padding-right: 20px;
  }
}
@media screen and (max-width: 860px) {
  body.jp header {
    height: 60px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  body.jp header .gh-container {
    padding: 0;
  }
  body.jp header .gh-container .gh-logo {
    width: 40px;
    padding-top: 10px;
  }
  body.jp header .gh-container .gh-menu {
    position: fixed;
    left: 0;
    top: 60px;
    display: block;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #FFFFFF;
    border-top: 1px solid #f5f5f3;
    display: none;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
  }
  body.jp header .gh-container .gh-menu.init {
    display: block;
    height: calc(110vh - 50px);
  }
  body.jp header .gh-container .gh-menu.show {
    opacity: 1;
  }
  body.jp header .gh-container .gh-menu .gh-column {
    width: 100%;
  }
  body.jp header .gh-container nav li {
    display: block;
    width: 100%;
    margin: 0px 10px;
    border-bottom: 1px solid #f5f5f3;
  }
  body.jp header .gh-container nav li a {
    display: block;
    padding: 1em 0.5em;
    border-bottom: none;
  }
  body.jp header .gh-container nav li a:hover {
    border-bottom: none;
  }
  body.jp header .gh-container nav li a.current {
    opacity: 0.5;
  }
  body.jp header .gh-container nav li:first-child {
    margin-left: 10px;
  }
  body.jp header .gh-container nav li.language:after {
    content: "";
    display: block;
    clear: both;
  }
  body.jp header .gh-container nav li.language a {
    display: inline-block;
  }
  body.jp header .gh-container nav.gh-nav-left {
    text-align: left;
  }
  body.jp header .gh-container nav.gh-nav-left ul {
    padding-left: 0px;
  }
  body.jp header .gh-container nav.gh-nav-right {
    text-align: left;
  }
  body.jp header .gh-container nav.gh-nav-right ul {
    padding-right: 0px;
  }
  body.jp header .gh-container .gh-search {
    right: 0px;
    top: 0px;
  }
  body.jp header .gh-container .gh-search a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 20px;
  }
  body.jp header .gh-container .gh-search a:hover {
    opacity: 1;
  }
  body.jp header .gh-container .gh-search svg {
    width: 20px;
    height: auto;
  }
  body.jp header .gh-container .gh-search svg path {
    fill: #231f20;
  }
  body.jp header .gh-hamburger-menu {
    display: block;
  }
  body.jp header.fixed {
    position: static;
    height: 100px;
  }
  body.jp header.fixed .gh-container {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
  }
  body.jp header.fixed .gh-container .gh-hamburger-menu {
    width: 60px;
    height: 100px;
    -webkit-transition: height 0.35s linear 0s;
    transition: height 0.35s linear 0s;
  }
  body.jp header.fixed .gh-container .gh-hamburger-menu a i, body.jp header.fixed .gh-container .gh-hamburger-menu a i:before, body.jp header.fixed .gh-container .gh-hamburger-menu a i:after {
    width: 30px;
    height: 3px;
  }
  body.jp header.fixed .gh-container .gh-hamburger-menu a i {
    top: 48px;
    left: 15px;
  }
  body.jp header.fixed .gh-container .gh-hamburger-menu a i:before {
    top: -10px;
  }
  body.jp header.fixed .gh-container .gh-hamburger-menu a i:after {
    top: 10px;
  }
  body.jp header.fixed .gh-container .gh-logo {
    width: 60px;
    padding-top: 20px;
    -webkit-transition: width 0.25s linear 0s, padding 0.25s linear 0s;
    transition: width 0.25s linear 0s, padding 0.25s linear 0s;
  }
  body.jp header.fixed .gh-container .gh-languages {
    padding-top: 20px;
    -webkit-transition: padding 0.25s linear 0s;
    transition: padding 0.25s linear 0s;
  }
  body.jp header.fixed .gh-container .gh-search a {
    width: 60px;
    height: 100px;
    padding-top: 35px;
    -webkit-transition: height 0.25s linear 0s, padding 0.25s linear 0s;
    transition: height 0.25s linear 0s, padding 0.25s linear 0s;
  }
  body.jp header.fixed .gh-container .gh-search svg {
    width: 30px;
    height: auto;
    -webkit-transition: width 0.35s linear 0s;
    transition: width 0.35s linear 0s;
  }
  body.jp header.fixed.scrolled {
    height: 60px;
  }
  body.jp header.fixed.scrolled .gh-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu {
    width: 60px;
    height: 60px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i, body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i:before, body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i:after {
    width: 23px;
    height: 2px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i {
    top: 29px;
    left: 20px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i:before {
    top: -7px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a i:after {
    top: 7px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a.active i:before, body.jp header.fixed.scrolled .gh-container .gh-hamburger-menu a.active i:after {
    top: 0px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-logo {
    width: 40px;
    padding-top: 10px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-languages {
    padding-top: 0px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-search a {
    width: 60px;
    height: 60px;
    padding-top: 20px;
  }
  body.jp header.fixed.scrolled .gh-container .gh-search svg {
    width: 20px;
    height: auto;
  }
  body.jp.active-menu header {
    height: 60px;
    position: fixed;
  }
  body.jp.active-menu header .gh-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 60px;
    background-color: rgb(255, 255, 255);
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu {
    width: 60px;
    height: 60px;
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu a i, body.jp.active-menu header .gh-container .gh-hamburger-menu a i:before, body.jp.active-menu header .gh-container .gh-hamburger-menu a i:after {
    width: 23px;
    height: 2px;
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu a i {
    top: 29px;
    left: 20px;
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu a i:before {
    top: -7px;
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu a i:after {
    top: 7px;
  }
  body.jp.active-menu header .gh-container .gh-hamburger-menu a.active i:before, body.jp.active-menu header .gh-container .gh-hamburger-menu a.active i:after {
    top: 0px;
  }
  body.jp.active-menu header .gh-container .gh-logo {
    width: 40px;
    padding-top: 10px;
  }
  body.jp.active-menu header .gh-container .gh-languages {
    padding-top: 0px;
  }
  body.jp.active-menu header .gh-container .gh-search a {
    width: 60px;
    height: 60px;
    padding-top: 20px;
  }
  body.jp.active-menu header .gh-container .gh-search svg {
    width: 20px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  .active-menu header {
    position: fixed;
  }
  header .gh-container {
    padding: 0;
  }
  header .gh-container .gh-logo {
    width: 40px;
    padding-top: 10px;
  }
  header .gh-container .gh-menu {
    position: fixed;
    left: 0;
    top: 60px;
    display: block;
    -ms-flex-line-pack: normal;
    align-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #FFFFFF;
    border-top: 1px solid #f5f5f3;
    display: none;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
  }
  header .gh-container .gh-menu.init {
    display: block;
    height: calc(110vh - 50px);
  }
  header .gh-container .gh-menu.show {
    opacity: 1;
  }
  header .gh-container .gh-menu .gh-column {
    width: 100%;
  }
  header .gh-container nav li {
    display: block;
    width: 100%;
    margin: 0px 10px;
    border-bottom: 1px solid #f5f5f3;
  }
  header .gh-container nav li a {
    display: block;
    padding: 1em 0.5em;
    border-bottom: none;
  }
  header .gh-container nav li a:hover {
    border-bottom: none;
  }
  header .gh-container nav li a.current {
    opacity: 0.5;
  }
  header .gh-container nav li:first-child {
    margin-left: 10px;
  }
  header .gh-container nav li.language:after {
    content: "";
    display: block;
    clear: both;
  }
  header .gh-container nav li.language a {
    display: inline-block;
  }
  header .gh-container nav.gh-nav-left {
    text-align: left;
  }
  header .gh-container nav.gh-nav-left ul {
    padding-left: 0px;
  }
  header .gh-container nav.gh-nav-right {
    text-align: left;
  }
  header .gh-container nav.gh-nav-right ul {
    padding-right: 0px;
  }
  header .gh-container .gh-languages {
    padding-top: 20px;
  }
  header .gh-container .gh-search {
    right: 0px;
    top: 0px;
  }
  header .gh-container .gh-search a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 20px;
  }
  header .gh-container .gh-search a:hover {
    opacity: 1;
  }
  header .gh-container .gh-search svg {
    width: 20px;
    height: auto;
  }
  header .gh-container .gh-search svg path {
    fill: #231f20;
  }
  header .gh-hamburger-menu {
    display: block;
  }
  header.fixed {
    position: static;
    height: 100px;
  }
  header.fixed .gh-container {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
  }
  header.fixed .gh-container .gh-hamburger-menu {
    width: 60px;
    height: 100px;
    -webkit-transition: height 0.35s linear 0s;
    transition: height 0.35s linear 0s;
  }
  header.fixed .gh-container .gh-hamburger-menu a i, header.fixed .gh-container .gh-hamburger-menu a i:before, header.fixed .gh-container .gh-hamburger-menu a i:after {
    width: 30px;
    height: 3px;
  }
  header.fixed .gh-container .gh-hamburger-menu a i {
    top: 45px;
    left: 15px;
  }
  header.fixed .gh-container .gh-hamburger-menu a i:before {
    top: -10px;
  }
  header.fixed .gh-container .gh-hamburger-menu a i:after {
    top: 10px;
  }
  header.fixed .gh-container .gh-logo {
    width: 60px;
    padding-top: 20px;
    -webkit-transition: width 0.25s linear 0s, padding 0.25s linear 0s;
    transition: width 0.25s linear 0s, padding 0.25s linear 0s;
  }
  header.fixed .gh-container .gh-languages {
    -webkit-transition: padding 0.25s linear 0s;
    transition: padding 0.25s linear 0s;
  }
  header.fixed .gh-container .gh-search a {
    width: 60px;
    height: 100px;
    padding-top: 35px;
    -webkit-transition: height 0.25s linear 0s, padding 0.25s linear 0s;
    transition: height 0.25s linear 0s, padding 0.25s linear 0s;
  }
  header.fixed .gh-container .gh-search svg {
    width: 30px;
    height: auto;
    -webkit-transition: width 0.35s linear 0s;
    transition: width 0.35s linear 0s;
  }
  .active-menu header.fixed, header.fixed.scrolled {
    height: 60px;
  }
  .active-menu header.fixed .gh-container, header.fixed.scrolled .gh-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 60px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu, header.fixed.scrolled .gh-container .gh-hamburger-menu {
    width: 60px;
    height: 60px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu a i, .active-menu header.fixed .gh-container .gh-hamburger-menu a i:before, .active-menu header.fixed .gh-container .gh-hamburger-menu a i:after, header.fixed.scrolled .gh-container .gh-hamburger-menu a i, header.fixed.scrolled .gh-container .gh-hamburger-menu a i:before, header.fixed.scrolled .gh-container .gh-hamburger-menu a i:after {
    width: 23px;
    height: 2px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu a i, header.fixed.scrolled .gh-container .gh-hamburger-menu a i {
    top: 29px;
    left: 20px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu a i:before, header.fixed.scrolled .gh-container .gh-hamburger-menu a i:before {
    top: -7px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu a i:after, header.fixed.scrolled .gh-container .gh-hamburger-menu a i:after {
    top: 7px;
  }
  .active-menu header.fixed .gh-container .gh-hamburger-menu a.active i:before, .active-menu header.fixed .gh-container .gh-hamburger-menu a.active i:after, header.fixed.scrolled .gh-container .gh-hamburger-menu a.active i:before, header.fixed.scrolled .gh-container .gh-hamburger-menu a.active i:after {
    top: 0px;
  }
  .active-menu header.fixed .gh-container .gh-logo, header.fixed.scrolled .gh-container .gh-logo {
    width: 40px;
    padding-top: 10px;
  }
  .active-menu header.fixed .gh-container .gh-languages, header.fixed.scrolled .gh-container .gh-languages {
    padding-top: 0px;
  }
  .active-menu header.fixed .gh-container .gh-search a, header.fixed.scrolled .gh-container .gh-search a {
    width: 60px;
    height: 60px;
    padding-top: 20px;
  }
  .active-menu header.fixed .gh-container .gh-search svg, header.fixed.scrolled .gh-container .gh-search svg {
    width: 20px;
    height: auto;
  }
  header.fixed.scrolled .gh-container {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .active-menu header.fixed .gh-container {
    background-color: rgb(255, 255, 255);
  }
}
footer {
  background-color: #f5f5f3;
}
footer .gf-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}
footer .gf-container nav.primary {
  margin-left: -3%;
}
footer .gf-container nav.primary:after {
  content: "";
  display: block;
  clear: both;
}
footer .gf-container nav.primary ul.gf-link-col {
  float: left;
  width: 17%;
  margin-left: 3%;
}
footer .gf-container nav.primary li {
  margin: 8px 0px;
  color: #231f20;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", sans-serif !important;
}
footer .gf-container nav.primary li a {
  color: inherit;
}
footer .gf-container nav.primary li a:hover {
  text-decoration: underline;
}
footer .gf-container nav.primary li.col-title {
  margin-bottom: 16px;
}
footer .gf-container nav.primary li.col-form .footer-form-box {
  width: 90%;
  position: relative;
}
footer .gf-container nav.primary li.col-form .footer-form-box .form-box-input {
  padding-bottom: 2px;
  border-bottom: 1px solid #231f20;
}
footer .gf-container nav.primary li.col-form .footer-form-box .form-box-input label {
  display: none;
}
footer .gf-container nav.primary li.col-form .footer-form-box .mc4wp-response {
  margin-top: 10px;
}
footer .gf-container nav.primary li.col-form .footer-form-box .mc4wp-response p {
  font-size: 12px;
}
footer .gf-container nav.primary li.col-form input[type=email] {
  width: 100%;
  background-color: transparent;
  padding: 6px 30px 6px 2px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  resize: none;
}
footer .gf-container nav.primary li.col-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  color: transparent;
  background-color: transparent;
  width: 26px;
  height: 30px;
  background-image: url(../images/common/ic_arrow_big_blk_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  resize: none;
}
footer .gf-container nav.legal {
  padding-top: 30px;
}
footer .gf-container nav.legal p {
  color: #a6a8ab;
  font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", sans-serif !important;
  margin: 0;
}
footer .gf-container nav.legal p a {
  color: inherit;
}
footer .gf-container nav.legal p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  footer .gf-container {
    padding: 40px 15px;
  }
  footer .gf-container nav.primary {
    margin-left: 0px;
  }
  footer .gf-container nav.primary ul.gf-link-col {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 32px;
  }
  footer .gf-container nav.primary ul.gf-link-col li.col-title {
    margin-bottom: 12px;
  }
  footer .gf-container nav.primary ul.gf-link-col li.col-form input[type=submit] {
    top: 2px;
    width: 20px;
    height: 28px;
    background-size: 20px auto;
  }
  footer .gf-container nav.legal {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.search-popup {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: #fbfbfa;
  -webkit-transition: opacity 0.45s ease 0s;
  transition: opacity 0.45s ease 0s;
}
.search-popup.init {
  display: block;
}
.search-popup.show {
  opacity: 1;
}
.search-popup .search-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.search-popup .search-close a {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.search-popup .search-close a:before, .search-popup .search-close a:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 5px;
  width: 50px;
  height: 1px;
  background-color: #231f20;
}
.search-popup .search-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-popup .search-close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-popup .search-close a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.search-popup .search-content {
  position: absolute;
  top: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 840px;
  height: auto;
  min-height: 60px;
  padding: 30px 20px 30px;
}
.search-popup .search-content input[type=search] {
  width: 100%;
  border-bottom: 1px solid #595757;
  color: #595757;
  padding: 4px 4px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .search-popup .search-close {
    right: 5px;
    top: 5px;
  }
  .search-popup .search-close a {
    width: 40px;
    height: 40px;
  }
  .search-popup .search-close a:before, .search-popup .search-close a:after {
    top: 20px;
    width: 30px;
  }
  .search-popup .search-content {
    top: 35vh;
  }
}
.page-keyvisual {
  width: 100%;
  height: 48vw;
  max-height: calc(100vh - 130px);
}
.page-keyvisual .kv-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-keyvisual .kv-image > span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .page-keyvisual {
    height: 56vh;
    max-height: 100%;
  }
}
main {
  padding-top: 20px;
}
body.home main {
  padding-top: 0;
}

section {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
section.space {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.top-space {
  padding-top: 60px;
  padding-bottom: 0;
}
section.bottom-space {
  padding-top: 0;
  padding-bottom: 60px;
}
section.both-large-space {
  padding-top: 14.84375%;
  padding-bottom: 14.84375%;
}
section.both-medium-space {
  padding-top: 9.53125%;
  padding-bottom: 9.53125%;
}
section.top-large-space {
  padding-top: 14.84375%;
}
section.bottom-large-space {
  padding-bottom: 14.84375%;
}

.container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.section-title h2 {
  text-align: center;
  font-weight: 400;
}
.en .section-title {
  font-family: "EB Garamond", serif !important;
}
.jp .section-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif !important;
}

@media screen and (max-width: 767px) {
  section.space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.top-space {
    padding-top: 40px;
    padding-bottom: 0;
  }
  section.bottom-space {
    padding-top: 0;
    padding-bottom: 40px;
  }
  section.both-large-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.both-medium-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.top-large-space {
    padding-top: 60px;
  }
  section.bottom-large-space {
    padding-bottom: 60px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-wide-image {
  width: 100%;
  height: 48vw;
  max-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-wide-image > span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}

.block-title {
  margin-bottom: 50px;
  text-align: center;
}
.block-title h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding-bottom: 1px;
  border-bottom: 2px solid currentColor;
}

@media screen and (max-width: 767px) {
  .block-wide-image {
    height: 36vh;
    max-height: 50vh;
  }
  .block-title {
    margin-bottom: 30px;
  }
}
.link-item {
  text-align: center;
}

.separator {
  border-right: 1px solid #231f20;
}

@media screen and (max-width: 860px) {
  body.jp .separator {
    border-right: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #231f20;
  }
  body.jp .separator.no-sp-border {
    border-bottom: none;
  }
  body.jp .content-block {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .separator {
    border-right: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #231f20;
  }
  .separator.no-sp-border {
    border-bottom: none;
  }
  .content-block {
    padding: 0;
  }
}
.ar-block-item .ar-block-item-thumb img {
  width: 100%;
  height: auto;
}
.ar-block-item .ar-block-item-meta {
  margin-top: 30px;
  text-align: center;
}
.ar-block-item .ar-block-item-meta h5, .ar-block-item .ar-block-item-meta p {
  margin: 0;
}
.ar-block-item .ar-block-item-meta h5 a {
  display: inline-block;
  color: inherit;
}
.ar-block-item .ar-block-item-meta h5 a:hover {
  opacity: 0.5;
}
.ar-block-item .ar-block-item-excerpt {
  margin-top: 20px;
  width: 91.4285%;
  margin-left: auto;
  margin-right: auto;
}
.ar-block-item .ar-block-item-excerpt p {
  margin-bottom: 1.45em;
}
.ar-block-item .ar-block-item-link a {
  font-size: 90%;
}
@media screen and (max-width: 1280px) {
  .ar-block-item .ar-block-item-meta {
    margin-top: 25px;
  }
  .ar-block-item .ar-block-item-excerpt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ar-block-item .ar-block-item-meta {
    margin-top: 20px;
  }
  .ar-block-item .ar-block-item-excerpt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 860px) {
  body.jp .ar-block-item:last-child {
    margin-bottom: 10px;
  }
  body.jp .ar-block-item .ar-block-item-meta {
    margin-top: 20px;
  }
  body.jp .ar-block-item .ar-block-item-excerpt {
    width: 94%;
  }
  body.jp .ar-block-list.stay-double, body.jp .ar-block-list.stay-float {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.jp .ar-block-list.stay-double .ar-block-item .ar-block-item-meta, body.jp .ar-block-list.stay-float .ar-block-item .ar-block-item-meta {
    margin-top: 20px;
    text-align: center;
  }
  body.jp .ar-block-list.stay-double .ar-block-item .ar-block-item-meta h5, body.jp .ar-block-list.stay-double .ar-block-item .ar-block-item-meta p, body.jp .ar-block-list.stay-float .ar-block-item .ar-block-item-meta h5, body.jp .ar-block-list.stay-float .ar-block-item .ar-block-item-meta p {
    margin: 0;
  }
  body.jp .ar-block-list.stay-double .ar-block-item .ar-block-item-meta p, body.jp .ar-block-list.stay-float .ar-block-item .ar-block-item-meta p {
    margin-top: 2px;
  }
  body.jp .ar-block-list.stay-double .ar-block-item .ar-block-item-link, body.jp .ar-block-list.stay-float .ar-block-item .ar-block-item-link {
    margin-top: 10px;
  }
  body.jp .ar-block-list.stay-double.col30, body.jp .ar-block-list.stay-float.col30 {
    margin-left: -20px !important;
  }
  body.jp .ar-block-list.stay-double.col30 .region, body.jp .ar-block-list.stay-float.col30 .region {
    margin-left: 20px !important;
  }
  body.jp .ar-block-list.stay-double.col30 .region.size1of2, body.jp .ar-block-list.stay-double.col30 .region.size1of3, body.jp .ar-block-list.stay-double.col30 .region.size2of3, body.jp .ar-block-list.stay-double.col30 .region.size1of4, body.jp .ar-block-list.stay-double.col30 .region.size3of4, body.jp .ar-block-list.stay-double.col30 .region.size1of5, body.jp .ar-block-list.stay-double.col30 .region.size2of5, body.jp .ar-block-list.stay-double.col30 .region.size3of5, body.jp .ar-block-list.stay-double.col30 .region.size4of5, body.jp .ar-block-list.stay-float.col30 .region.size1of2, body.jp .ar-block-list.stay-float.col30 .region.size1of3, body.jp .ar-block-list.stay-float.col30 .region.size2of3, body.jp .ar-block-list.stay-float.col30 .region.size1of4, body.jp .ar-block-list.stay-float.col30 .region.size3of4, body.jp .ar-block-list.stay-float.col30 .region.size1of5, body.jp .ar-block-list.stay-float.col30 .region.size2of5, body.jp .ar-block-list.stay-float.col30 .region.size3of5, body.jp .ar-block-list.stay-float.col30 .region.size4of5 {
    width: calc(50% - 20px) !important;
  }
}
@media screen and (max-width: 767px) {
  .ar-block-item:last-child {
    margin-bottom: 10px;
  }
  .ar-block-item .ar-block-item-meta {
    margin-top: 20px;
  }
  .ar-block-item .ar-block-item-meta h5 a:hover {
    opacity: 1;
  }
  .ar-block-item .ar-block-item-excerpt {
    width: 94%;
  }
  .ar-block-list.stay-double, .ar-block-list.stay-float {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ar-block-list.stay-double .ar-block-item .ar-block-item-meta, .ar-block-list.stay-float .ar-block-item .ar-block-item-meta {
    margin-top: 20px;
    text-align: center;
  }
  .ar-block-list.stay-double .ar-block-item .ar-block-item-meta h5, .ar-block-list.stay-double .ar-block-item .ar-block-item-meta p, .ar-block-list.stay-float .ar-block-item .ar-block-item-meta h5, .ar-block-list.stay-float .ar-block-item .ar-block-item-meta p {
    margin: 0;
  }
  .ar-block-list.stay-double .ar-block-item .ar-block-item-meta p, .ar-block-list.stay-float .ar-block-item .ar-block-item-meta p {
    margin-top: 2px;
  }
  .ar-block-list.stay-double .ar-block-item .ar-block-item-excerpt, .ar-block-list.stay-float .ar-block-item .ar-block-item-excerpt {
    display: none;
  }
  .ar-block-list.stay-double .ar-block-item .ar-block-item-link, .ar-block-list.stay-float .ar-block-item .ar-block-item-link {
    margin-top: 10px;
  }
  .ar-block-list.stay-double.col30, .ar-block-list.stay-float.col30 {
    margin-left: -20px !important;
  }
  .ar-block-list.stay-double.col30 .region, .ar-block-list.stay-float.col30 .region {
    margin-left: 20px !important;
  }
  .ar-block-list.stay-double.col30 .region.size1of2, .ar-block-list.stay-double.col30 .region.size1of3, .ar-block-list.stay-double.col30 .region.size2of3, .ar-block-list.stay-double.col30 .region.size1of4, .ar-block-list.stay-double.col30 .region.size3of4, .ar-block-list.stay-double.col30 .region.size1of5, .ar-block-list.stay-double.col30 .region.size2of5, .ar-block-list.stay-double.col30 .region.size3of5, .ar-block-list.stay-double.col30 .region.size4of5, .ar-block-list.stay-float.col30 .region.size1of2, .ar-block-list.stay-float.col30 .region.size1of3, .ar-block-list.stay-float.col30 .region.size2of3, .ar-block-list.stay-float.col30 .region.size1of4, .ar-block-list.stay-float.col30 .region.size3of4, .ar-block-list.stay-float.col30 .region.size1of5, .ar-block-list.stay-float.col30 .region.size2of5, .ar-block-list.stay-float.col30 .region.size3of5, .ar-block-list.stay-float.col30 .region.size4of5 {
    width: calc(50% - 20px) !important;
  }
}
.ar-side-content-copy.has-child-margin p {
  margin-bottom: 1.25em;
}
.ar-side-content-copy h2,
.ar-side-content-copy h5.single-title {
  font-weight: 400;
  margin: 0px 0px 1.15em;
}
.ar-side-content-copy p {
  margin-bottom: 1.15em;
}
.ar-side-content-copy p:last-child {
  margin-bottom: 0;
}
.ar-side-content-copy p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#231f20), to(#231f20));
  background-image: linear-gradient(to right, #231f20 0%, #231f20 100%);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.ar-side-content-copy p a:hover {
  opacity: 0.5;
}
.ar-side-content-copy.text-mode p {
  margin-bottom: 1.25em;
}
.ar-side-content-copy.text-mode img {
  display: block;
  margin: 30px 0px;
}
.ar-side-content-description p:last-child {
  margin-bottom: 0;
}
.ar-side-content-description .title p,
.ar-side-content-description .title p:last-child {
  margin-bottom: 1.25em;
}

.ar-side-content-nav {
  margin-top: 48.5%;
  padding-top: 10%;
  border-top: 1px solid #231f20;
}
.ar-side-content-nav.no-space {
  margin-top: 0;
}
.ar-side-content-nav nav ul li {
  color: inherit;
  margin: 8px 0px;
}
.ar-side-content-nav nav ul li a {
  display: inline-block;
  color: inherit;
}
.ar-side-content-nav nav ul li a:hover {
  opacity: 0.5;
}
.ar-side-content-nav nav.selected ul li a {
  opacity: 0.4;
}
.ar-side-content-nav nav.selected ul li a.current {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .ar-side-content-nav nav ul li {
    margin: 6px 0px;
  }
}
@media screen and (max-width: 860px) {
  body.jp .ar-side-content-block {
    height: auto;
    margin-top: 10px;
  }
  body.jp .ar-side-content.space {
    padding-bottom: 40px;
  }
  body.jp .ar-side-content-copy {
    padding-bottom: 30px;
  }
  body.jp .ar-side-content-copy.min-space-sp {
    padding-bottom: 10px;
  }
  body.jp .ar-side-content-description {
    padding-bottom: 10px;
  }
  body.jp .ar-side-content-nav {
    margin-top: 30px;
    padding-top: 20px;
  }
  body.jp .ar-side-content-nav.no-space {
    margin-top: 0;
  }
  body.jp .ar-side-content-nav nav ul li {
    margin: 5px 0px;
  }
}
@media screen and (max-width: 767px) {
  .ar-side-content-block {
    height: auto;
    margin-top: 10px;
  }
  .ar-side-content.space {
    padding-bottom: 40px;
  }
  .ar-side-content-copy {
    padding-bottom: 30px;
  }
  .ar-side-content-copy.min-space-sp {
    padding-bottom: 10px;
  }
  .ar-side-content-description {
    padding-bottom: 10px;
  }
  .ar-side-content-nav {
    margin-top: 30px;
    padding-top: 20px;
  }
  .ar-side-content-nav.no-space {
    margin-top: 0;
  }
  .ar-side-content-nav nav ul li {
    margin: 5px 0px;
  }
  .ar-side-content-nav nav ul li a:hover {
    opacity: 1;
  }
}
.ar-main-block {
  padding-left: 5%;
  padding-bottom: 40px;
}
.ar-main-block.has-sub-menu {
  position: relative;
}
.ar-main-block.full-width {
  padding-left: 0;
}

.ar-block-image {
  margin-bottom: 30px;
}
.ar-block-image img {
  width: 100%;
  height: auto;
}
.ar-block-image figcaption {
  margin-top: 2%;
  text-align: center;
}
.ar-block-image a:hover img {
  opacity: 0.65;
}

.ar-block-link {
  margin-top: 4.25%;
  margin-bottom: 30px;
}

.ar-block-note {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ar-main-block {
    padding-left: 4%;
  }
}
@media screen and (max-width: 860px) {
  body.jp .ar-main-block {
    padding-left: 0;
    padding-bottom: 0;
  }
  body.jp .ar-block-image,
  body.jp .ar-block-link,
  body.jp .ar-block-note {
    margin-bottom: 20px;
  }
  body.jp .ar-block-image figcaption {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ar-main-block {
    padding-left: 0;
    padding-bottom: 0;
  }
  .ar-block-image,
  .ar-block-link,
  .ar-block-note {
    margin-bottom: 20px;
  }
  .ar-block-image figcaption {
    margin-top: 5px;
  }
}
.ar-list-sub-menu {
  width: 100%;
  position: absolute;
  top: -40px;
}
.ar-list-sub-menu nav ul li {
  display: inline-block;
}
.ar-list-sub-menu nav ul a {
  display: block;
  color: #231f20;
  padding-bottom: 1px;
}
.ar-list-sub-menu nav ul a:hover {
  border-bottom: 1px solid #231f20;
}
.ar-list-sub-menu nav ul a.current {
  border-bottom: 1px solid #231f20;
}
.ar-list-sub-menu.right {
  text-align: right;
}
.ar-list-sub-menu.right nav ul li {
  margin-left: 20px;
}

.ar-list-content {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -3%;
}
.ar-list-content .ar-list-item {
  width: 30.3333333%;
  margin-left: 3%;
  margin-bottom: 3%;
}
.ar-list-content .ar-list-item img {
  width: 100%;
  height: auto;
}
.ar-list-content .ar-list-item.size-half {
  width: 47%;
}
.ar-list-content.center .ar-list-item {
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 860px) {
  body.jp .ar-list-sub-menu {
    width: 100%;
    position: static;
    top: auto;
  }
  body.jp .ar-list-sub-menu nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #231f20;
  }
  body.jp .ar-list-sub-menu nav ul {
    text-align: center;
  }
  body.jp .ar-list-content {
    padding: 20px 0px;
  }
  body.jp .ar-list-content .ar-list-item {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .ar-list-sub-menu {
    width: 100%;
    position: static;
    top: auto;
  }
  .ar-list-sub-menu nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #231f20;
  }
  .ar-list-sub-menu nav ul {
    text-align: center;
  }
  .ar-list-content {
    padding: 20px 0px;
  }
  .ar-list-content .ar-list-item {
    width: 47%;
  }
}
.latest-post {
  padding: 0px 20px;
}
.latest-post .post-image img {
  width: 100%;
  height: auto;
}
.latest-post .post-title {
  text-align: center;
  margin-top: 40px;
  padding: 0px 30px;
}
.latest-post .post-title h5, .latest-post .post-title p {
  color: #231f20;
  line-height: 1.15;
  margin: 0;
}
.latest-post .post-title h5 {
  font-weight: 400;
}
.latest-post .post-title p {
  margin-top: 0.25em;
}
.latest-post .post-title a {
  color: currentColor;
}
.latest-post .post-title a:hover {
  opacity: 0.5;
}
.latest-post .post-body {
  margin-top: 40px;
  padding: 0px 30px;
}
.latest-post .post-body p {
  color: #231f20;
}
.latest-post .post-link {
  margin-top: 20px;
  color: #231f20;
}
.jp .latest-post.latest-news .post-title p.meta-date {
  margin-top: 0.75em;
}
@media screen and (max-width: 1024px) {
  .latest-post {
    padding: 0px 10px;
  }
  .latest-post .post-title {
    padding: 0px 15px;
  }
  .latest-post .post-body {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 860px) {
  body.jp .latest-post .post-title {
    margin-top: 20px;
    padding: 0;
  }
  body.jp .latest-post .post-body {
    margin-top: 20px;
    padding: 0;
  }
  body.jp .latest-post .post-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .latest-post .post-title {
    margin-top: 20px;
    padding: 0;
  }
  .latest-post .post-title a:hover {
    opacity: 1;
  }
  .latest-post .post-body {
    margin-top: 20px;
    padding: 0;
  }
  .latest-post .post-link {
    margin-top: 20px;
  }
}
.social-share li {
  display: inline-block;
  width: auto;
  margin: 0px 8px;
  line-height: 1;
  vertical-align: top;
}
.social-share li:first-child {
  margin-left: 0;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a {
  display: block;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 24px;
}
.social-share li a:hover {
  opacity: 0.5;
}
.social-share li a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.social-share li a.facebook {
  width: 22px;
  background-image: url(../images/common/ic_facebook_s.svg);
}
.social-share li a.twitter {
  width: 31px;
  background-image: url(../images/common/ic_twitter_s.svg);
}
.social-share li a.line {
  width: 31px;
  background-image: url(../images/common/ic_line_s.svg);
}

@media screen and (max-width: 767px) {
  .social-share li {
    margin: 0px 8px;
  }
  .social-share li a {
    height: 26px;
    background-size: auto 20px;
  }
  .social-share li a.facebook {
    width: 22px;
  }
  .social-share li a.twitter {
    width: 31px;
  }
  .social-share li a.line {
    width: 31px;
  }
}
.slide-images {
  padding-bottom: 0;
}
.slide-images .slide-item {
  float: left;
}
.slide-images .slick-list {
  overflow: hidden;
}
.slide-images .slick-dots {
  text-align: center;
}
.slide-images .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 8px;
  border-radius: 50%;
  background-color: #bbbdbf;
  font-size: 0;
  color: transparent;
  vertical-align: top;
}
.slide-images .slick-dots li.slick-active {
  background-color: #595757;
}
.slide-images .slick-dots [type=button] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .slide-images .slide-item {
    float: none;
  }
}
body.list-page.journal > .arita {
  position: relative;
}
body.list-page.journal > .arita:after {
  content: "";
  position: absolute;
  top: 0;
  left: 7.395vw;
  z-index: -1;
  width: 5.75vw;
  height: 100%;
  background-color: #fff100;
}

.journal-content-block {
  height: 100%;
}
.journal-content-block .content-block-inner {
  height: 100%;
  background-color: #fff100;
}

.top-journal-content {
  padding: 20px 50px 40px;
}
.top-journal-content .latest-post {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.top-journal-content .post-title,
.top-journal-content .post-body {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .top-journal-content {
    padding: 20px 25px 40px;
  }
}
@media screen and (max-width: 860px) {
  body.jp .journal-content-block {
    height: auto;
    margin-top: 20px;
  }
  body.jp .journal-content-block .content-block-inner {
    height: auto;
  }
  body.jp .top-journal-content {
    padding: 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .journal-content-block {
    height: auto;
    margin-top: 20px;
  }
  .journal-content-block .content-block-inner {
    height: auto;
  }
  .top-journal-content {
    padding: 20px 10px 40px;
  }
}
.newsletter-content-block .content-block-inner {
  background-color: #f5f5f3;
}

.newsletter-form-box {
  padding: 60px 0px;
  text-align: center;
}
.newsletter-form-box .box-inner {
  display: inline-block;
  text-align: left;
}

.newsletter-form .form-box-input,
.newsletter-form .form-box-submit {
  display: inline-block;
}
.newsletter-form .form-box-input {
  padding-right: 20px;
  border-right: 1px solid currentColor;
}
.newsletter-form .form-box-input input[type=email] {
  margin-left: 10px;
  padding: 10px;
  min-width: 420px;
  border-radius: 0;
  color: #595757;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  resize: none;
}
.newsletter-form .form-box-submit {
  padding-left: 10px;
}
.newsletter-form .form-box-submit input[type=submit] {
  background-color: transparent;
  padding: 10px;
  color: #595757;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  resize: none;
}
.newsletter-form .mc4wp-form-fields {
  position: relative;
}
.newsletter-form .mc4wp-response {
  text-align: center;
  margin-top: 10px;
}
.newsletter-form .mc4wp-response p {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .newsletter-form .form-box-input input[type=email] {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-form-box {
    padding: 20px 10px;
  }
  .newsletter-form-box .box-inner {
    display: block;
  }
  .newsletter-form {
    position: relative;
  }
  .newsletter-form .form-box-input,
  .newsletter-form .form-box-submit {
    display: block;
  }
  .newsletter-form .form-box-input {
    padding-right: 0px;
    border-right: none;
  }
  .newsletter-form .form-box-input label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .newsletter-form .form-box-input input[type=email] {
    margin-left: 0px;
    padding: 10px;
    min-width: 0px;
    width: calc(100% - 60px);
  }
  .newsletter-form .form-box-submit {
    padding-left: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .newsletter-form .form-box-submit input[type=submit] {
    padding: 6px 10px;
  }
  .newsletter-form .mc4wp-response p {
    font-size: 12px;
  }
}
.top-middle-image {
  background-image: url(../images/top/top_middle_image.jpg);
}

.instagram-content-block .block-title a {
  color: currentColor;
}
.instagram-content-block .block-title a:hover {
  opacity: 0.5;
}

.instagram-post-list {
  position: relative;
}
.instagram-post-list:after {
  content: "";
  display: block;
  clear: both;
}
.instagram-post-list #sb_instagram {
  overflow: hidden;
}
.instagram-post-list #sb_instagram #sbi_images {
  float: none;
  width: auto;
}
.instagram-post-list #sb_instagram #sbi_images:after {
  content: "";
  display: block;
  clear: both;
}
.instagram-post-list #sb_instagram #sbi_images .sbi_item {
  display: block;
  float: left;
  -webkit-transition: none;
  transition: none;
}
.instagram-post-list #sb_instagram #sbi_images .sbi_item img {
  width: 100%;
  height: auto;
}
.instagram-post-list .ic-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  width: 30px;
  height: 60px;
  border: none;
  overflow: hidden;
  color: transparent;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 24px;
}
.instagram-post-list .arrow-left {
  left: -35px;
  background-image: url(../images/common/ic_arrow_blk_left.svg);
}
.instagram-post-list .arrow-right {
  right: -35px;
  background-image: url(../images/common/ic_arrow_blk_right.svg);
}

@media screen and (max-width: 860px) {
  body.jp .instagram-post-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.jp .instagram-post-list #sb_instagram #sbi_images .sbi_item {
    padding: 8px !important;
  }
  body.jp .instagram-post-list .arrow-left {
    left: -15px;
  }
  body.jp .instagram-post-list .arrow-right {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .instagram-post-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .instagram-post-list #sb_instagram #sbi_images .sbi_item {
    padding: 8px !important;
  }
  .instagram-post-list .arrow-left {
    left: -15px;
  }
  .instagram-post-list .arrow-right {
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .instagram-post-list #sb_instagram #sbi_images .sbi_item {
    padding: 10px !important;
  }
  .instagram-post-list #sb_instagram .sbi_photo {
    height: calc(25vw - 40px) !important;
  }
}
.designers-image-list .image-item {
  margin-bottom: 40px;
}
.designers-image-list .image-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  body.jp .designers-image-list {
    padding: 0px 10px;
  }
  body.jp .designers-image-list .slick-track:after {
    content: "";
    display: block;
    clear: both;
  }
  body.jp .designers-image-list .image-item {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .designers-image-list {
    padding: 0px 10px;
  }
  .designers-image-list .slick-track:after {
    content: "";
    display: block;
    clear: both;
  }
  .designers-image-list .image-item {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
  }
}
.collection-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(255, 255, 255, 0.925);
  -webkit-transition: opacity 0.65s ease 0s;
  transition: opacity 0.65s ease 0s;
}
.collection-popup.init {
  display: block;
}
.collection-popup.show {
  opacity: 1;
}
.collection-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 640px;
  height: auto;
  min-height: 530px;
  padding: 40px 0px 30px;
}
.collection-popup .popup-content-inner .content-image {
  text-align: center;
}
.collection-popup .popup-content-inner .content-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 512px;
  max-height: 512px;
}
.collection-popup .popup-content-inner .content-meta {
  margin-top: 15px;
  text-align: center;
}
.collection-popup .popup-content-inner .content-meta p {
  margin: 0;
}
.collection-popup .popup-content-inner .content-meta p.min-margin {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.collection-popup .popup-content-inner .content-share {
  margin-top: 10px;
  text-align: center;
}
.collection-popup .popup-content-close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.collection-popup .popup-content-close a {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.collection-popup .popup-content-close a:before, .collection-popup .popup-content-close a:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: #231f20;
}
.collection-popup .popup-content-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collection-popup .popup-content-close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collection-popup .popup-content-close a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.collection-popup .popup-content-pager a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
}
.collection-popup .popup-content-pager a:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #231f20;
  border-left: 2px solid #231f20;
}
.collection-popup .popup-content-pager a.prev {
  left: 5px;
}
.collection-popup .popup-content-pager a.prev:before {
  left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collection-popup .popup-content-pager a.next {
  right: 5px;
}
.collection-popup .popup-content-pager a.next:before {
  left: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.collection-popup .popup-content-pager a span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.collection-popup .popup-content-pager a.hide {
  display: none;
}

@media screen and (max-width: 860px) {
  .jp .collection-popup .popup-content {
    min-height: 0px;
    overflow-y: scroll;
    padding: 40px 0px 20px;
  }
  .jp .collection-popup .popup-content-inner .content-image img {
    max-width: 92.5%;
    max-height: 92.5%;
  }
  .jp .collection-popup .popup-content-inner .content-meta {
    margin-top: 15px;
  }
  .jp .collection-popup .popup-content-inner .content-share {
    margin-top: 5px;
  }
  .jp .collection-popup .popup-content-close {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .jp .collection-popup .popup-content-pager a {
    margin-top: -5vh;
  }
  .jp .collection-popup .popup-content-pager a.prev {
    left: 0px;
  }
  .jp .collection-popup .popup-content-pager a.next {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .collection-popup .popup-content {
    min-height: 0px;
    overflow-y: scroll;
    padding: 40px 0px 20px;
  }
  .collection-popup .popup-content-inner .content-image img {
    max-width: 92.5%;
    max-height: 92.5%;
  }
  .collection-popup .popup-content-inner .content-meta {
    margin-top: 15px;
  }
  .collection-popup .popup-content-inner .content-share {
    margin-top: 5px;
  }
  .collection-popup .popup-content-close {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .collection-popup .popup-content-pager a {
    margin-top: -5vh;
  }
  .collection-popup .popup-content-pager a.prev {
    left: 0px;
  }
  .collection-popup .popup-content-pager a.next {
    right: 0px;
  }
}
.news-post-body {
  padding: 0px 20px;
}
.news-post-body figure {
  display: block;
  margin: 10px 0px 30px;
}
.news-post-body img {
  display: block;
  width: 100%;
  height: auto;
}
.news-post-body figcaption {
  display: block;
  margin-top: 0.75em;
  text-align: center;
}

.news-post-nav {
  margin-top: 4.15%;
}
.news-post-nav:after {
  content: "";
  display: block;
  clear: both;
}
.news-post-nav .next-link {
  float: left;
}
.news-post-nav .prev-link {
  float: right;
}
.news-post-nav a {
  color: inherit;
}

.ar-content-list-subtitle {
  margin-bottom: 5.6818182%;
  text-align: center;
}
.ar-content-list-subtitle h4 {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 860px) {
  .news-post-body {
    padding: 0px;
  }
  .news-post-body figure {
    margin: 10px 0px 20px;
  }
  .news-post-body figcaption {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .news-post-body {
    padding: 0px;
  }
  .news-post-body figure {
    margin: 10px 0px 20px;
  }
  .news-post-body figcaption {
    margin-top: 0.5em;
  }
}
.about-history-section h2 {
  margin-bottom: 42.2163588%;
}
.about-history-section figure figcaption {
  margin-top: 2%;
}
.about-history-section .about-inner-text01 {
  margin-bottom: 3em;
}
.about-history-section .about-image01 {
  width: 73%;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}
.about-history-section .about-image02 {
  position: relative;
  z-index: -1;
  margin-top: 6%;
  margin-left: -20%;
}
.about-history-section .about-image03 {
  width: 80%;
  margin-left: auto;
  margin-top: 46%;
}
.about-history-section .about-image03 figcaption {
  margin-top: 10%;
  margin-left: auto;
  width: 65%;
  padding-right: 10%;
}

.jp .about-history-section .about-image03 {
  margin-top: 20%;
}
.jp .about-history-section .about-image03 figcaption {
  display: none;
}

.about-section-image {
  padding-left: 3%;
}

.about-pottery-section .size-about-text2 {
  margin-top: 21.1221122%;
}
.about-pottery-section .about-image04 {
  width: 27.35%;
  margin-left: 52.5%;
  margin-bottom: 2%;
}
.about-pottery-section .about-image05 {
  width: 26.35%;
  margin-left: 5%;
  margin-bottom: 4%;
}
.about-pottery-section .about-image06 {
  width: 47.35%;
  margin-left: 40%;
  margin-bottom: 6%;
}
.about-pottery-section .about-image07 {
  width: 30.5%;
}
.about-pottery-section .about-image08 {
  width: 26.35%;
  margin-top: -5%;
  margin-left: 55%;
}

.about-momotatouen-section .momotatouen-logo-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.about-momotatouen-section .about-image09 {
  width: 27.5%;
  margin-left: 10%;
  margin-bottom: 0%;
}
.about-momotatouen-section .about-image10 {
  width: 32.5%;
  margin-left: 55%;
  margin-bottom: -2%;
}
.about-momotatouen-section .about-image11 {
  width: 27.5%;
  margin-left: 20%;
  margin-bottom: 3%;
}
.about-momotatouen-section .about-image12 {
  width: 26.5%;
  margin-top: -5%;
  margin-left: 57.5%;
}

.about-palacehotel-section {
  padding-top: 7.5%;
  padding-bottom: 3.5%;
}
.about-palacehotel-section .about-image13,
.about-palacehotel-section .about-image14 {
  width: 100%;
  padding-left: 4%;
}
.about-palacehotel-section .about-image14 {
  padding-top: 8%;
}
.about-palacehotel-section .about-image15,
.about-palacehotel-section .about-image16 {
  width: 50%;
  padding-top: 4%;
}
.about-palacehotel-section .about-image15 {
  padding-right: 2%;
}
.about-palacehotel-section .about-image16 {
  padding-left: 2%;
}

.about-section-image-bottom a:hover img {
  opacity: 0.65;
}

@media screen and (max-width: 860px) {
  .jp .about-history-section h2 {
    margin-bottom: 1.15em;
  }
  .jp .about-history-section figure figcaption {
    margin-top: 1em;
  }
  .jp .about-history-section .about-inner-text01 {
    margin-bottom: 2.5em;
  }
  .jp .about-history-section .about-image01,
  .jp .about-history-section .about-image02,
  .jp .about-history-section .about-image03 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .jp .about-history-section .about-image01 {
    width: 90%;
  }
  .jp .about-history-section .about-image02 {
    position: static;
    width: 100%;
  }
  .jp .about-history-section .about-image03 {
    width: 75%;
  }
  .jp .about-history-section .about-image03 figcaption {
    margin-top: 10%;
    margin-left: 0;
    width: 100%;
    padding-right: 0;
  }
  .jp .about-section-image {
    padding-left: 0;
  }
  .jp .about-pottery-section .size-about-text2 {
    margin-top: 40px;
  }
  .jp .about-pottery-section .about-image04,
  .jp .about-pottery-section .about-image05,
  .jp .about-pottery-section .about-image06,
  .jp .about-pottery-section .about-image07,
  .jp .about-pottery-section .about-image08 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .jp .about-momotatouen-section .momotatouen-logo-image {
    width: 90%;
  }
  .jp .about-momotatouen-section .about-image09,
  .jp .about-momotatouen-section .about-image10,
  .jp .about-momotatouen-section .about-image11,
  .jp .about-momotatouen-section .about-image12 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .jp .about-palacehotel-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .jp .about-palacehotel-section .about-image13,
  .jp .about-palacehotel-section .about-image14,
  .jp .about-palacehotel-section .about-image15,
  .jp .about-palacehotel-section .about-image16 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-history-section h2 {
    margin-bottom: 1.15em;
  }
  .about-history-section figure figcaption {
    margin-top: 1em;
  }
  .about-history-section .about-inner-text01 {
    margin-bottom: 2.5em;
  }
  .about-history-section .about-image01,
  .about-history-section .about-image02,
  .about-history-section .about-image03 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-history-section .about-image01 {
    width: 90%;
  }
  .about-history-section .about-image02 {
    position: static;
    width: 100%;
  }
  .about-history-section .about-image03 {
    width: 75%;
  }
  .about-history-section .about-image03 figcaption {
    margin-top: 10%;
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
    padding-right: 0;
  }
  .about-section-image {
    padding-left: 0;
  }
  .about-pottery-section .size-about-text2 {
    margin-top: 40px;
  }
  .about-pottery-section .about-image04,
  .about-pottery-section .about-image05,
  .about-pottery-section .about-image06,
  .about-pottery-section .about-image07,
  .about-pottery-section .about-image08 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .about-momotatouen-section .momotatouen-logo-image {
    width: 90%;
  }
  .about-momotatouen-section .about-image09,
  .about-momotatouen-section .about-image10,
  .about-momotatouen-section .about-image11,
  .about-momotatouen-section .about-image12 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .about-palacehotel-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-palacehotel-section .about-image13,
  .about-palacehotel-section .about-image14,
  .about-palacehotel-section .about-image15,
  .about-palacehotel-section .about-image16 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.experience-img {
  margin-bottom: 4%;
}
.experience-img.col-image {
  width: 50%;
}
.experience-img.col-image:nth-child(odd) {
  padding-right: 1%;
}
.experience-img.col-image:nth-child(even) {
  padding-left: 1%;
}
.experience-img.right-image {
  padding-left: 2%;
}
.experience-img.left-image {
  padding-right: 2%;
}

.experience-text.right-text {
  padding-left: 2%;
}
.experience-text.left-text {
  padding-right: 2%;
}

@media screen and (max-width: 767px) {
  .experience-img {
    width: 90%;
    margin: 0px auto 20px;
    padding: 0px 0px 0px;
  }
  .experience-img.col-image {
    width: 90%;
  }
  .experience-img.col-image:nth-child(odd) {
    padding-right: 0;
  }
  .experience-img.col-image:nth-child(even) {
    padding-left: 0;
  }
  .experience-img.right-image {
    padding-left: 0;
  }
  .experience-img.left-image {
    padding-right: 0;
  }
  .experience-text.right-text {
    padding-left: 0;
  }
  .experience-text.left-text {
    padding-right: 0;
  }
}
.shoplist-block {
  padding-bottom: 60px;
}

.shoplist-block-title {
  border-bottom: 1px solid #231f20;
}
.shoplist-block-title h3 {
  font-weight: 400;
  margin: 0px 0px 40px;
}

.shoplist-content {
  padding-top: 30px;
}
.shoplist-content:after {
  content: "";
  display: block;
  clear: both;
}
.shoplist-content .col {
  float: left;
}
.shoplist-content .col ul li {
  margin: 10px 0px;
}
.shoplist-content .col ul li a {
  color: #595757;
  padding: 0px 2px;
}
.shoplist-content .col.filtered a {
  color: #a6a8ab;
}
.shoplist-content .col.filtered a.selected {
  color: #595757;
}
.shoplist-content .col.filtered li > ul.area a {
  color: #595757;
}
.shoplist-content .col.filtered li > ul.area a.selected {
  color: #595757;
}
.shoplist-content .col.filtered li > ul.area.filtered a {
  color: #a6a8ab;
}
.shoplist-content .col.filtered li > ul.area.filtered a.selected {
  color: #595757;
}
.shoplist-content .shoplist-country-list,
.shoplist-content .shoplist-area-list {
  width: auto;
  min-width: 280px;
}
.shoplist-content .shoplist-country-list ul.area {
  display: none;
}
.shoplist-content .shoplist-area-list ul {
  display: none;
}
.shoplist-content .shoplist-area-list ul.selected {
  display: block;
}
.shoplist-content .shoplist-item-list .shoplist-group {
  display: none;
}
.shoplist-content .shoplist-item-list .shoplist-group.selected {
  display: block;
}
.shoplist-content .shoplist-item-list .shoplist-group .shoplist-item {
  margin-bottom: 40px;
}
.shoplist-content .shoplist-item-list .shoplist-item h5 {
  font-weight: 400;
  margin: 10px 0;
}
.shoplist-content .shoplist-content-area ul li {
  margin: 10px 0px;
}
.shoplist-content .shoplist-content-area ul li a {
  color: currentColor;
  padding: 0px 2px;
}
.shoplist-content .shoplist-content-area .selected ul li a {
  color: #a6a8ab;
}
.shoplist-content .shoplist-content-area .selected ul li a.current {
  color: #595757;
}
.shoplist-content .shoplist-content-items .shoplist-item h5 {
  font-weight: 400;
  margin: 10px 0;
}
.shoplist-content .shoplist-content-items .shoplist-item h5 a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.shoplist-content .shoplist-content-items .shoplist-item h5 a:hover {
  opacity: 0.5;
}
.shoplist-content .shoplist-content-items .shoplist-item p {
  word-wrap: break-word;
  word-break: break-all;
}
.shoplist-content .shoplist-content-items .shoplist-item p a {
  color: inherit;
  text-decoration: underline;
}
.shoplist-content .shoplist-content-items .shoplist-item p a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 860px) {
  .jp .shoplist-block-title h3 {
    margin: 0px 0px 20px;
  }
  .jp .shoplist-content {
    padding-top: 20px;
  }
  .jp .shoplist-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .jp .shoplist-content .shoplist-country-list ul.area {
    display: block;
  }
  .jp .shoplist-content .shoplist-area-list ul {
    display: none;
  }
  .jp .shoplist-content .shoplist-area-list ul.selected {
    display: none;
  }
  .jp .shoplist-content .shoplist-content-area ul li {
    display: inline-block;
    margin: 4px 4px;
  }
  .jp .shoplist-content .shoplist-content-items {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shoplist-block-title h3 {
    margin: 0px 0px 20px;
  }
  .shoplist-content {
    padding-top: 20px;
  }
  .shoplist-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .shoplist-content .shoplist-country-list ul.area {
    display: block;
  }
  .shoplist-content .shoplist-area-list ul {
    display: none;
  }
  .shoplist-content .shoplist-area-list ul.selected {
    display: none;
  }
  .shoplist-content .shoplist-content-area ul li {
    display: inline-block;
    margin: 4px 4px;
  }
  .shoplist-content .shoplist-content-items {
    padding-top: 20px;
  }
  .shoplist-content .shoplist-content-items .shoplist-item h5 a:hover {
    opacity: 1;
  }
}
.search-block-title {
  width: 100%;
  border-bottom: 1px solid #231f20;
  margin-bottom: 60px;
}
.search-block-title h3 {
  font-weight: 400;
  margin: 0px 0px 20px;
}
.search-block-title h3 span {
  font-weight: 700;
}
.search-block-not-found {
  text-align: center;
  padding: 40px 10px;
  background-color: #fbfbfa;
}
.search-block-not-found p {
  margin: 0px;
}
@media screen and (max-width: 860px) {
  body.jp .search-block-title {
    margin-bottom: 30px;
  }
  body.jp .search-block-title h3 {
    margin: 0px 0px 10px;
  }
  body.jp .search-block-not-found {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-block-title {
    margin-bottom: 30px;
  }
  .search-block-title h3 {
    margin: 0px 0px 10px;
  }
  .search-block-not-found {
    padding: 30px 10px;
  }
}
.single-content-inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-nav {
  margin-top: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 860px) {
  body.jp .single-post-nav {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-post-nav {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}