@charset "UTF-8";
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 16vw 0 10.6666666667vw 0;
}

.sub--bg {
  background-color: #fff4ec;
}

.sub--section section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sub-in {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.sub-lead {
  margin-bottom: 8vw;
  padding: 6.6666666667vw;
  background-color: #f1f1f1;
  border-radius: 1.3333333333vw;
}
.sub-lead p {
  line-height: 2em;
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  line-height: 2em;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 700;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

.complete-inquiry {
  margin-top: 6.6666666667vw;
  text-align: center;
}
.complete-inquiry .inquiry-area {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .sub {
    padding: 6.9444444444vw 0 4.8611111111vw 0;
  }
  .sub--section section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sub-in {
    width: 76.3888888889vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .sub-lead p {
    text-align: center;
  }
  .complete-inquiry {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 100px 0 70px 0;
  }
  .sub--section section:nth-child(n+2) {
    margin-top: 100px;
  }
  .sub-in {
    width: 1100px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 10px;
  }
  .complete-inquiry {
    margin-top: 35px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.sec--message {
  padding-bottom: 14vw;
}
.sec--message:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74.6666666667vw;
  height: 346.6666666667vw;
  background-color: #fff4ec;
  border-radius: 10.6666666667vw 0 0 10.6666666667vw;
}

.message {
  position: relative;
  margin: 0 auto;
  width: 88vw;
}

.message > div {
  position: relative;
}

.message > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.message-ttl {
  margin-bottom: 8vw;
  text-align: center;
}
.message-ttl span.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
  padding-top: 0.2em;
  height: 8vw;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}
.message-ttl span.frame span {
  color: #feba00;
}
.message-ttl span.big {
  display: block;
  font-size: 5.3333333333vw;
  line-height: 1.5em;
}
.message-ttl span.big span {
  color: #e5680d;
}

.message-desc p {
  line-height: 2em;
}

.message-image {
  position: relative;
  margin: 7.3333333333vw auto 0 auto;
}

.message-ceo {
  position: absolute;
  right: 8vw;
  bottom: -2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 2em 0 2em;
  height: 8vw;
  background-color: #fedd00;
  border-radius: 2.8vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  z-index: 1;
}
.message-ceo span {
  margin-left: 0.5em;
  font-size: 4.2666666667vw;
}

.message > div:nth-child(1) .message-image {
  width: 86.8vw;
}
.message > div:nth-child(1) .message-image:before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -6.6666666667vw;
  display: inline-block;
  width: 24.2666666667vw;
  height: 19.7333333333vw;
  background-image: url(../img/company/deco.svg);
  background-size: contain;
}
.message > div:nth-child(1) .message-image:after {
  content: "";
  position: absolute;
  right: -2vw;
  bottom: -4.6666666667vw;
  display: inline-block;
  width: 21.4666666667vw;
  height: 27.8666666667vw;
  background-image: url(../img/common/character.svg);
  background-size: contain;
  z-index: 1;
}

.message > div:nth-child(2) .message-image {
  width: 78.5333333333vw;
}

@media screen and (max-width: 750px) {
  .message > div:nth-child(2):before {
    content: "";
    position: absolute;
    top: -23.3333333333vw;
    left: -8vw;
    display: inline-block;
    width: 24.2666666667vw;
    height: 19.7333333333vw;
    background-image: url(../img/company/deco.svg);
    background-size: contain;
  }
}
@media screen and (min-width: 751px) {
  .sec--message {
    padding-bottom: 0;
  }
  .sec--message:before {
    top: 9.0277777778vw;
    bottom: auto;
    width: 76.9%;
    height: 43.75vw;
    border-radius: 5.5555555556vw 0 0 5.5555555556vw;
  }
  .message {
    width: 83.3333333333vw;
  }
  .message > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message > div:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .message-content {
    width: 38.1944444444vw;
  }
  .message-ttl {
    margin-bottom: 2.0833333333vw;
    text-align: left;
  }
  .message-ttl span.frame {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.7361111111vw;
    padding: 0.2em 1em 0 1em;
    height: 3.125vw;
    font-size: 1.25vw;
  }
  .message-ttl span.big {
    font-size: 2.5vw;
    line-height: 1.66em;
  }
  .message-image {
    margin: 0;
  }
  .message-ceo {
    right: 2.7777777778vw;
    bottom: -1.1805555556vw;
    height: 2.9166666667vw;
    border-radius: 1.4583333333vw;
    font-size: 1.1111111111vw;
  }
  .message-ceo span {
    font-size: 1.3888888889vw;
  }
  .message > div:nth-child(1) {
    padding-right: 3.125vw;
  }
  .message > div:nth-child(1) .message-image {
    width: 34.7222222222vw;
  }
  .message > div:nth-child(1) .message-image:before {
    top: -3.4722222222vw;
    right: -3.8194444444vw;
    width: 9.0277777778vw;
    height: 7.3611111111vw;
  }
  .message > div:nth-child(1) .message-image:after {
    right: -3.125vw;
    bottom: -3.8194444444vw;
    width: 8.6805555556vw;
    height: 11.25vw;
  }
  .message > div:nth-child(2) {
    padding: 0 3.4722222222vw 0 4.5138888889vw;
  }
  .message > div:nth-child(2) .message-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message > div:nth-child(2) .message-image {
    width: 29.1666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message > div:nth-child(2) .message-image:before {
    content: "";
    position: absolute;
    top: -2.0833333333vw;
    left: -9.0277777778vw;
    display: inline-block;
    width: 9.0277777778vw;
    height: 7.3611111111vw;
    background-image: url(../img/company/deco.svg);
    background-size: contain;
  }
}
@media screen and (min-width: 1441px) {
  .sec--message:before {
    top: 130px;
    width: 76.9%;
    height: 630px;
    border-radius: 80px 0 0 80px;
  }
  .message {
    width: 1200px;
  }
  .message > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message > div:nth-child(n+2) {
    margin-top: 25px;
  }
  .message-content {
    width: 550px;
  }
  .message-ttl {
    margin-bottom: 30px;
  }
  .message-ttl span.frame {
    margin-bottom: 25px;
    height: 45px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .message-ttl span.big {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .message-ceo {
    right: 40px;
    bottom: -17px;
    height: 42px;
    border-radius: 21px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .message-ceo span {
    font-size: 20px;
    font-size: 2rem;
  }
  .message > div:nth-child(1) {
    padding-right: 45px;
  }
  .message > div:nth-child(1) .message-image {
    width: 500px;
  }
  .message > div:nth-child(1) .message-image:before {
    top: -50px;
    right: -55px;
    width: 130px;
    height: 106px;
  }
  .message > div:nth-child(1) .message-image:after {
    right: -45px;
    bottom: -55px;
    width: 125px;
    height: 162px;
  }
  .message > div:nth-child(2) {
    padding: 0 50px 0 65px;
  }
  .message > div:nth-child(2) .message-image {
    width: 420px;
  }
  .message > div:nth-child(2) .message-image:before {
    top: -30px;
    left: -130px;
    width: 130px;
    height: 106px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  position: relative;
}

.overview dl {
  position: relative;
  padding: 1.7em 2.6666666667vw 1.5em 2.6666666667vw;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.overview dl dt {
  position: relative;
  width: 100%;
  font-weight: 700;
  line-height: 1.6em;
}

.overview dl dd {
  width: 100%;
  line-height: 1.75em;
}

.overview dl dd ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
}
.overview dl dd ul li:before {
  content: "・";
  margin-right: 0.2em;
  color: #e5680d;
  font-weight: 700;
}

.overview dl dd ul li:nth-child(n+2) {
  margin-top: 0.3em;
}

@media screen and (max-width: 750px) {
  .overview dl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5333333333vw;
    width: 20vw;
    height: 0.8vw;
    background-color: #e5680d;
    border-radius: 0.2666666667vw;
  }
  .overview dl dt {
    margin-bottom: 0.5em;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .overview {
    margin: 0 auto;
    width: 59.7222222222vw;
    border-width: 0.0694444444vw;
  }
  .overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    border-bottom-width: 0.0694444444vw;
  }
  .overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw;
    padding: 1.4em 1.3888888889vw 1.2em 1.3888888889vw;
    width: 12.5vw;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1388888889vw;
    width: 100%;
    height: 0.2083333333vw;
    background-color: #e5680d;
    border-radius: 0.1388888889vw;
  }
  .overview dl dd {
    padding: 1.4em 2.0833333333vw 1.2em 2.0833333333vw;
    width: calc(100% - 12.5vw);
    line-height: 2em;
  }
  .overview dl dd ul li {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    width: 860px;
    border-width: 1px;
  }
  .overview dl {
    border-bottom-width: 1px;
  }
  .overview dl dt {
    padding: 1.4em 20px 1.2em 20px;
    width: 180px;
  }
  .overview dl dt:before {
    bottom: -2px;
    height: 3px;
    border-radius: 2px;
  }
  .overview dl dd {
    padding: 1.4em 30px 1.2em 30px;
    width: calc(100% - 180px);
  }
}
/* ------------------------------------------- area - */
.company-area {
  text-align: center;
}

.company-area-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0.2em 1em 0 1em;
  height: 9.3333333333vw;
  background-color: #e5680d;
  border-radius: 4.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .company-area {
    margin: 3.4722222222vw auto 0 auto;
    width: 59.7222222222vw;
  }
  .company-area-label {
    padding: 0.2em 2em 0 2em;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-area {
    margin: 50px auto 0 auto;
    width: 860px;
  }
  .company-area-label {
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- shop - */
.company-shop {
  margin-top: 8vw;
}

.company-shop > li {
  position: relative;
  padding: 9.3333333333vw 0;
}
.company-shop > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5eedf;
  width: 100%;
  height: 0.5333333333vw;
}

.company-shop > li:first-child {
  padding-top: 0 !important;
}

.company-shop > li:last-child:after {
  content: none;
}

.company-shop-map {
  margin-bottom: 5.3333333333vw;
}

.company-shop-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}

.company-shop-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company-shop-data dl:nth-child(n+2) {
  margin-top: 0.7em;
}

.company-shop-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 1em 0.2em 1em;
  width: 24vw;
  background-color: #f5eedf;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.company-shop-data dd {
  padding-top: 0.4em;
  width: calc(100% - 28vw);
  line-height: 1.6em;
}

.company-shop-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 86.6666666667vw;
}

.company-shop-btn a {
  padding: 1em 0 0.8em 0;
  height: auto;
  border-radius: 5em;
}

@media screen and (min-width: 751px) {
  .company-shop {
    margin: 3.4722222222vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .company-shop > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4.1666666667vw 0;
  }
  .company-shop > li:after {
    height: 0.1388888889vw;
  }
  .company-shop-map {
    margin: 0;
    width: 33.3333333333vw;
  }
  .company-shop-map .ggmap {
    padding-bottom: 92%;
  }
  .company-shop-content {
    width: 32.6388888889vw;
  }
  .company-shop-ttl {
    font-size: 1.6666666667vw;
  }
  .company-shop-data dt {
    width: 6.9444444444vw;
  }
  .company-shop-data dd {
    width: calc(100% - 8.3333333333vw);
  }
  .company-shop-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-shop {
    margin: 50px auto 0 auto;
    width: 1000px;
  }
  .company-shop > li {
    padding: 60px 0;
  }
  .company-shop > li:after {
    height: 2px;
  }
  .company-shop-map {
    width: 480px;
  }
  .company-shop-content {
    width: 470px;
  }
  .company-shop-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .company-shop-data dt {
    width: 100px;
  }
  .company-shop-data dd {
    width: calc(100% - 120px);
  }
  .company-shop-btn {
    margin: 35px auto 0 auto;
    width: 400px;
  }
}
/* sub --> contact
-------------------------------------------------------------------------------*/
.sub--contact {
  padding: 21.3333333333vw 0 16vw 0;
}

@media screen and (min-width: 751px) {
  .sub--contact {
    padding: 8.3333333333vw 0 4.8611111111vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub--contact {
    padding: 120px 0 70px 0;
  }
}
/* sub --> machida
-------------------------------------------------------------------------------*/
.sub--machida .worry-reserve:before,
.sub--machida .shop-inquiry-in:before {
  width: 43.4666666667vw;
  height: 41.8666666667vw;
  background-image: url(../img/machida/staff-l.png);
}
.sub--machida .worry-reserve:after,
.sub--machida .shop-inquiry-in:after {
  width: 39.4666666667vw;
  height: 44vw;
  background-image: url(../img/machida/staff-r.png);
}

.sub--machida .worry-reserve:before {
  top: -10.6666666667vw;
  left: -12.6666666667vw;
}
.sub--machida .worry-reserve:after {
  top: -13.3333333333vw;
  right: -8.2666666667vw;
}

.sub--machida .shop-inquiry-in:before {
  top: -30vw;
  left: -0.4vw;
}
.sub--machida .shop-inquiry-in:after {
  top: -32.4vw;
  right: -0.4vw;
}

@media screen and (min-width: 751px) {
  .sub--machida .worry-reserve:before,
  .sub--machida .shop-inquiry-in:before {
    width: 22.6388888889vw;
    height: 21.8055555556vw;
    background-image: image-set(url(../img/machida/staff-l.png) 1x, url(../img/machida/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/machida/staff-l.png) 1x, url(../img/machida/staff-l-2x.png) 2x);
  }
  .sub--machida .worry-reserve:after,
  .sub--machida .shop-inquiry-in:after {
    width: 20.5555555556vw;
    height: 22.9166666667vw;
    background-image: image-set(url(../img/machida/staff-r.png) 1x, url(../img/machida/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/machida/staff-r.png) 1x, url(../img/machida/staff-r-2x.png) 2x);
  }
  .sub--machida .worry-reserve:before {
    top: auto;
    left: 0.4861111111vw;
    bottom: -0.0694444444vw;
  }
  .sub--machida .worry-reserve:after {
    top: auto;
    right: 1.25vw;
    bottom: -0.0694444444vw;
  }
  .sub--machida .shop-inquiry-in:before {
    top: auto;
    left: -1.875vw;
    bottom: -2.7777777778vw;
  }
  .sub--machida .shop-inquiry-in:after {
    top: auto;
    right: 0.3472222222vw;
    bottom: -2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--machida .worry-reserve:before,
  .sub--machida .shop-inquiry-in:before {
    width: 326px;
    height: 314px;
  }
  .sub--machida .worry-reserve:after,
  .sub--machida .shop-inquiry-in:after {
    width: 296px;
    height: 330px;
  }
  .sub--machida .worry-reserve:before {
    left: 7px;
    bottom: -1px;
  }
  .sub--machida .worry-reserve:after {
    right: 18px;
    bottom: -1px;
  }
  .sub--machida .shop-inquiry-in:before {
    left: -27px;
    bottom: -40px;
  }
  .sub--machida .shop-inquiry-in:after {
    right: -5px;
    bottom: -40px;
  }
}
/* sub --> nagoya
-------------------------------------------------------------------------------*/
.sub--nagoya .worry-reserve:before,
.sub--nagoya .shop-inquiry-in:before {
  width: 36.2666666667vw;
  height: 41.7333333333vw;
  background-image: url(../img/nagoya/staff-l_sp.png);
}
.sub--nagoya .worry-reserve:after,
.sub--nagoya .shop-inquiry-in:after {
  width: 49.3333333333vw;
  height: 41.0666666667vw;
  background-image: url(../img/nagoya/staff-r_sp.png);
}

.sub--nagoya .worry-reserve:before {
  top: -8vw;
  left: -10.6666666667vw;
}
.sub--nagoya .worry-reserve:after {
  top: -8vw;
  right: -20vw;
}

.sub--nagoya .shop-inquiry-in:before {
  top: -30vw;
  left: -1.7333333333vw;
}
.sub--nagoya .shop-inquiry-in:after {
  top: -30vw;
  right: -8.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sub--nagoya .worry-reserve:before,
  .sub--nagoya .shop-inquiry-in:before {
    width: 22.0138888889vw;
    height: 18.3333333333vw;
    background-image: image-set(url(../img/nagoya/staff-l.png) 1x, url(../img/nagoya/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/nagoya/staff-l.png) 1x, url(../img/nagoya/staff-l-2x.png) 2x);
  }
  .sub--nagoya .worry-reserve:after,
  .sub--nagoya .shop-inquiry-in:after {
    width: 16.0416666667vw;
    height: 16.1805555556vw;
    background-image: url(../img/nagoya/staff-r.png);
    background-image: image-set(url(../img/nagoya/staff-r.png) 1x, url(../img/nagoya/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/nagoya/staff-r.png) 1x, url(../img/nagoya/staff-r-2x.png) 2x);
  }
  .sub--nagoya .worry-reserve:before {
    top: auto;
    left: -1.7361111111vw;
    bottom: -0.0694444444vw;
  }
  .sub--nagoya .worry-reserve:after {
    top: auto;
    right: 1.7361111111vw;
    bottom: -0.0694444444vw;
  }
  .sub--nagoya .shop-inquiry-in:before {
    top: auto;
    left: -1.7361111111vw;
    bottom: -2.1527777778vw;
  }
  .sub--nagoya .shop-inquiry-in:after {
    top: auto;
    right: 1.7361111111vw;
    bottom: -2.1527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--nagoya .worry-reserve:before,
  .sub--nagoya .shop-inquiry-in:before {
    width: 317px;
    height: 264px;
  }
  .sub--nagoya .worry-reserve:after,
  .sub--nagoya .shop-inquiry-in:after {
    width: 231px;
    height: 233px;
  }
  .sub--nagoya .worry-reserve:before {
    left: -25px;
    bottom: -1px;
  }
  .sub--nagoya .worry-reserve:after {
    right: 25px;
    bottom: -1px;
  }
  .sub--nagoya .shop-inquiry-in:before {
    left: -25px;
    bottom: -31px;
  }
  .sub--nagoya .shop-inquiry-in:after {
    right: 25px;
    bottom: -31px;
  }
}
/*  #pickup
-------------------------------------------------------------------------------*/
.pickup {
  margin: 6.6666666667vw auto 0 auto;
  width: 82.6666666667vw;
}

.pickup > a {
  display: block;
}

@media screen and (max-width: 750px) {
  .pickup > a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
    margin: 3.4722222222vw auto 2.0833333333vw auto;
    width: 76.3888888889vw;
  }
  .pickup > a {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    margin: 50px auto 30px auto;
    gap: 40px;
    width: 1100px;
  }
  .pickup > a {
    width: 340px;
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.45;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #e5680d;
  border-radius: 0.1388888889vw;
}

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #e5680d;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75;
  }
  .policy ol li {
    line-height: 1.75;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* sub --> reason
-------------------------------------------------------------------------------*/
/* ------------------------------------------- worry - */
.reason-worry-ttl {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
.reason-worry-ttl > span {
  position: relative;
  display: inline-block;
  padding: 0 8vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.75em;
}
.reason-worry-ttl > span span {
  color: #e5680d;
}
.reason-worry-ttl > span:before, .reason-worry-ttl > span:after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  display: inline-block;
  width: 7.8666666667vw;
  height: 15.6vw;
  background-image: url(../img/reason/slash.svg);
  background-size: contain;
}
.reason-worry-ttl > span:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.reason-worry-ttl > span:after {
  right: 0;
}

.reason-worry-point {
  position: relative;
  margin: 0 auto 12.6666666667vw auto;
  width: 92vw;
  height: 94vw;
}
.reason-worry-point:before {
  content: "";
  position: absolute;
  top: 14vw;
  left: 1.3333333333vw;
  display: inline-block;
  width: 16.9333333333vw;
  height: 17.4666666667vw;
  background-image: url(../img/reason/house.svg);
  background-size: contain;
  -webkit-transform: rotate(-14.97deg);
          transform: rotate(-14.97deg);
  z-index: 1;
}
.reason-worry-point:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 32vw;
  display: inline-block;
  width: 50.4vw;
  height: 35.4666666667vw;
  background-image: url(../img/reason/illust.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reason-worry-point > li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2em;
  background-size: contain;
  background-repeat: no-repeat;
}
.reason-worry-point > li p {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
}
.reason-worry-point > li p span {
  color: #e5680d;
  font-weight: 700;
}
.reason-worry-point > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.reason-worry-point > li:nth-child(1) {
  left: -8.6666666667vw;
  bottom: 0;
  width: 54.4vw;
  height: 31.3333333333vw;
  background-image: url(../img/reason/mokumoku01_sp.png);
}
.reason-worry-point > li:nth-child(1):before {
  top: -10vw;
  right: 21.3333333333vw;
  width: 9.0666666667vw;
  height: 14.6666666667vw;
  background-image: url(../img/reason/deco01_sp.png);
}

.reason-worry-point > li:nth-child(2) {
  top: 0;
  left: 17.3333333333vw;
  width: 56.5333333333vw;
  height: 33.2vw;
  background-image: url(../img/reason/mokumoku02_sp.png);
}
.reason-worry-point > li:nth-child(2):before {
  left: 24.9333333333vw;
  bottom: -7.3333333333vw;
  width: 7.3333333333vw;
  height: 12.5333333333vw;
  background-image: url(../img/reason/deco02_sp.png);
}
.reason-worry-point > li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 19.3333333333vw;
  right: -12.6666666667vw;
  display: inline-block;
  width: 16.9333333333vw;
  height: 17.4666666667vw;
  background-image: url(../img/reason/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(35.24deg);
          transform: rotate(35.24deg);
  z-index: 1;
}

.reason-worry-point > li:nth-child(3) {
  right: -4vw;
  bottom: 2vw;
  width: 51.4666666667vw;
  height: 31.2vw;
  background-image: url(../img/reason/mokumoku03_sp.png);
}
.reason-worry-point > li:nth-child(3):before {
  top: -13.3333333333vw;
  left: 24vw;
  width: 11.6vw;
  height: 13.7333333333vw;
  background-image: url(../img/reason/deco03_sp.png);
}

.reason-worry-reserve {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5.0666666667vw;
  padding: 12vw 4vw 6vw 4vw;
  width: 102.1333333333vw;
  background-image: url(../img/reason/check_sp.jpg);
  background-repeat: repeat;
  border-color: #e5680d;
  border-style: solid;
  border-width: 1.0666666667vw;
}
.reason-worry-reserve:before, .reason-worry-reserve:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.reason-worry-reserve-ttl {
  position: absolute;
  top: -8.6666666667vw;
  left: 50%;
  padding: 0.5em 0 0.4em 0;
  width: 92vw;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason-worry-reserve-ttl span {
  color: #feba00;
}
.reason-worry-reserve-ttl:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2vw 1.6vw 0px 1.6vw;
  border-color: #251e1c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reason-worry-image {
  width: 40.8vw;
}

.reason-worry-content {
  width: 47.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sec--reason-worry {
    padding-bottom: 5.9027777778vw;
  }
  .reason-worry-ttl > span {
    padding: 0 3.125vw;
    font-size: 2.5vw;
  }
  .reason-worry-ttl > span:before, .reason-worry-ttl > span:after {
    bottom: -0.2em;
    width: 2.9861111111vw;
    height: 5.9027777778vw;
  }
  .reason-worry-point {
    margin-bottom: 2.4305555556vw;
    width: 60.4166666667vw;
    height: 23.6111111111vw;
  }
  .reason-worry-point:before {
    top: 3.8194444444vw;
    left: 12.8472222222vw;
    width: 6.3194444444vw;
    height: 6.5277777778vw;
  }
  .reason-worry-point:after {
    bottom: 0;
    width: 18.8194444444vw;
    height: 13.1944444444vw;
  }
  .reason-worry-point > li p {
    font-size: 1.25vw;
  }
  .reason-worry-point > li:nth-child(1) {
    left: 0;
    bottom: 3.8888888889vw;
    width: 19.0972222222vw;
    height: 10.9722222222vw;
    background-image: url(../img/reason/mokumoku01.png);
  }
  .reason-worry-point > li:nth-child(1):before {
    top: auto;
    right: -0.5555555556vw;
    bottom: -1.0416666667vw;
    width: 6.0416666667vw;
    height: 3.4722222222vw;
    background-image: url(../img/reason/deco01.png);
  }
  .reason-worry-point > li:nth-child(2) {
    top: 0;
    left: 19.7916666667vw;
    width: 21.0416666667vw;
    height: 12.3611111111vw;
    background-image: url(../img/reason/mokumoku02.png);
  }
  .reason-worry-point > li:nth-child(2):before {
    left: 9.0277777778vw;
    bottom: -2.4305555556vw;
    width: 4.7916666667vw;
    height: 4.7222222222vw;
    background-image: url(../img/reason/deco02.png);
  }
  .reason-worry-point > li:nth-child(2):after {
    top: 7.2916666667vw;
    right: -4.8611111111vw;
    width: 6.3194444444vw;
    height: 6.5277777778vw;
  }
  .reason-worry-point > li:nth-child(3) {
    right: 0;
    bottom: 1.3888888889vw;
    width: 18.0555555556vw;
    height: 10.9722222222vw;
    background-image: url(../img/reason/mokumoku03.png);
  }
  .reason-worry-point > li:nth-child(3):before {
    top: auto;
    left: -1.0416666667vw;
    bottom: -0.9027777778vw;
    width: 5.1388888889vw;
    height: 3.75vw;
    background-image: url(../img/reason/deco03.png);
  }
  .reason-worry-reserve {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 1.0416666667vw 1.7361111111vw;
    width: 61.8055555556vw;
    background-image: url(../img/reason/check.jpg);
    background-image: image-set(url(../img/reason/check.jpg) 1x, url(../img/reason/check-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/check.jpg) 1x, url(../img/reason/check-2x.jpg) 2x);
    border-width: 0.2777777778vw;
    border-radius: 1.1111111111vw;
  }
  .reason-worry-reserve-ttl {
    top: -2.7777777778vw;
    width: 32.0833333333vw;
    font-size: 1.25vw;
  }
  .reason-worry-reserve-ttl:after {
    border-width: 0.9722222222vw 0.4861111111vw 0px 0.4861111111vw;
  }
  .reason-worry-image {
    width: 15.4166666667vw;
  }
  .reason-worry-content {
    padding-top: 4.1666666667vw;
    width: 39.2361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reason-worry {
    padding-bottom: 85px;
  }
  .reason-worry-ttl > span {
    padding: 0 45px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .reason-worry-ttl > span:before, .reason-worry-ttl > span:after {
    width: 43px;
    height: 85px;
  }
  .reason-worry-point {
    margin-bottom: 35px;
    width: 870px;
    height: 340px;
  }
  .reason-worry-point:before {
    top: 55px;
    left: 185px;
    width: 91px;
    height: 94px;
  }
  .reason-worry-point:after {
    width: 271px;
    height: 190px;
  }
  .reason-worry-point > li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reason-worry-point > li:nth-child(1) {
    bottom: 56px;
    width: 275px;
    height: 158px;
  }
  .reason-worry-point > li:nth-child(1):before {
    right: -8px;
    bottom: -15px;
    width: 87px;
    height: 50px;
  }
  .reason-worry-point > li:nth-child(2) {
    left: 285px;
    width: 303px;
    height: 178px;
  }
  .reason-worry-point > li:nth-child(2):before {
    left: 130px;
    bottom: -35px;
    width: 39px;
    height: 68px;
  }
  .reason-worry-point > li:nth-child(2):after {
    top: 105px;
    right: -70px;
    width: 91px;
    height: 94px;
  }
  .reason-worry-point > li:nth-child(3) {
    bottom: 20px;
    width: 260px;
    height: 158px;
  }
  .reason-worry-point > li:nth-child(3):before {
    left: -15px;
    bottom: -13px;
    width: 74px;
    height: 54px;
  }
  .reason-worry-reserve {
    padding: 15px 25px;
    width: 890px;
    border-width: 4px;
    border-radius: 16px;
  }
  .reason-worry-reserve-ttl {
    top: -40px;
    width: 462px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reason-worry-reserve-ttl:after {
    border-width: 14px 7px 0px 7px;
  }
  .reason-worry-image {
    width: 222px;
  }
  .reason-worry-content {
    padding-top: 60px;
    width: 565px;
  }
}
/* ------------------------------------------- list - */
.reason-list > li {
  position: relative;
  padding: 9.3333333333vw 7.3333333333vw 7.3333333333vw 7.3333333333vw;
  background-color: #ffffff;
  border-radius: 10.6666666667vw;
}

.reason-list > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.reason-list-head {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding-bottom: 4.6666666667vw;
}
.reason-list-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 82vw;
  height: 1.8666666667vw;
  background-image: url(../img/reason/dot.svg);
  background-size: contain;
}

.reason-list-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0 3.7333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  z-index: 1;
}
.reason-list-num span {
  position: relative;
  top: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.1em;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #fedd00;
  border-radius: 50%;
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 8.5333333333vw;
  letter-spacing: 0;
}
.reason-list-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 31.3333333333vw;
  height: 8.1333333333vw;
  background-image: url(../img/reason/mokumoku.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.reason-list-ttl {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}

.reason-list-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.reason-list-inquiry {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

.reason-list-works {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

.reason-list-btn {
  margin: 6.6666666667vw 0 0 -2.6666666667vw;
  width: 82.6666666667vw;
}

.reason-list-btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.reason-list-works a,
.reason-list-btn > div a {
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  width: 100%;
  height: auto;
  border-radius: 5em;
}

@media screen and (min-width: 751px) {
  .reason-list > li {
    padding: 5.5555555556vw 6.9444444444vw 4.1666666667vw 6.9444444444vw;
    border-radius: 5.5555555556vw;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .reason-list-head {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
  .reason-list-head:after {
    width: 35.2083333333vw;
    height: 0.8333333333vw;
  }
  .reason-list-num {
    padding: 0.2em 0 0 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .reason-list-num span {
    width: 5vw;
    height: 5vw;
    font-size: 3.1944444444vw;
  }
  .reason-list-num:before {
    width: 11.5972222222vw;
    height: 2.9861111111vw;
  }
  .reason-list-ttl {
    font-size: 1.9444444444vw;
  }
  .reason-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reason-list-image {
    margin: 2.0833333333vw 0 0 0;
    width: 28.4722222222vw;
    border-radius: 1.1111111111vw;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-list-content {
    width: 36.1111111111vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason-list-inquiry {
    margin: 2.4305555556vw auto 0 auto;
    width: 51.7361111111vw;
  }
  .reason-list-works {
    margin: 2.4305555556vw auto 0 auto;
    width: 27.7777777778vw;
  }
  .reason-list-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 56.9444444444vw;
  }
  .reason-list-btn > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3888888889vw;
  }
  .reason-list-works a,
  .reason-list-btn > div a {
    padding-top: 1em;
    padding-bottom: 0.8em;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-list > li {
    padding: 80px 100px 60px 100px;
    border-radius: 80px;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .reason-list-head {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .reason-list-head:after {
    width: 507px;
    height: 12px;
  }
  .reason-list-num {
    padding: 0.2em 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .reason-list-num span {
    width: 72px;
    height: 72px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .reason-list-num:before {
    width: 167px;
    height: 43px;
  }
  .reason-list-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .reason-list-image {
    margin-top: 30px;
    width: 410px;
    border-radius: 16px;
  }
  .reason-list-content {
    width: 520px;
  }
  .reason-list-inquiry {
    margin: 35px auto 0 auto;
    width: 745px;
  }
  .reason-list-works {
    margin: 35px auto 0 auto;
    width: 400px;
  }
  .reason-list-btn {
    margin: 35px auto 0 auto;
    width: 820px;
  }
  .reason-list-btn > div {
    gap: 20px;
  }
  .reason-list-works a,
  .reason-list-btn > div a {
    width: 400px;
  }
}
/* ------------------------------------------- flow - */
.sec--flow {
  padding: 12vw 0 13.3333333333vw 0;
  background-image: url(../img/reason/bg.jpg);
  background-repeat: repeat;
}

.sec--flow .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--flow .sec-ttl {
  font-size: 5.3333333333vw;
}
.sec--flow .sec-ttl span {
  color: #e5680d;
}
.sec--flow .sec-ttl:before {
  content: "FLOW";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.02em;
  color: #f0e3c9;
  font-size: 18.6666666667vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sec--flow .sec-desc {
  margin-top: 6.6666666667vw;
}
.sec--flow .sec-desc p {
  text-align: center;
  line-height: 2em;
}

.flow > li {
  position: relative;
  padding: 6.6666666667vw 8.2666666667vw 5.3333333333vw 8.2666666667vw;
  background-color: #ffffff;
  border-radius: 7.6vw;
}
.flow > li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6666666667vw 8.6666666667vw 0px 8.6666666667vw;
  border-color: #eddcbc transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow > li:nth-child(n+2) {
  margin-top: 11.3333333333vw;
}

.flow > li:last-child:after {
  content: none;
}

.flow-head {
  position: absolute;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
}
.flow-head span {
  display: inline-block;
  margin-top: 0.02em;
  color: #e5680d;
  font-size: 6.1333333333vw;
}

.flow-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3em;
}

@media screen and (max-width: 750px) {
  .flow-head {
    top: 4.4vw;
    left: 8.2666666667vw;
  }
  .flow-ttl {
    margin: 0 0 3.3333333333vw auto;
    width: 65.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--flow {
    padding: 6.9444444444vw 0;
  }
  .sec--flow .sec-in {
    width: 83.3333333333vw;
  }
  .sec--flow .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--flow .sec-ttl {
    font-size: 2.5vw;
  }
  .sec--flow .sec-ttl:before {
    font-size: 9.7222222222vw;
  }
  .sec--flow .sec-desc {
    margin-top: 3.125vw;
  }
  .flow > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 2.0833333333vw 3.4722222222vw 2.0833333333vw 0;
    border-radius: 3.9583333333vw;
  }
  .flow > li:after {
    border-width: 2.4305555556vw 3.4722222222vw 0px 3.4722222222vw;
  }
  .flow > li:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .flow-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.2361111111vw;
    font-size: 1.3888888889vw;
  }
  .flow-head span {
    font-size: 3.1944444444vw;
  }
  .flow-content {
    position: relative;
    padding: 1.0416666667vw 0 1.0416666667vw 6.25vw;
    width: calc(100% - 14.2361111111vw);
  }
  .flow-content:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #251e1c;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow-ttl {
    margin-bottom: 0.5em;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--flow {
    padding: 100px 0;
  }
  .sec--flow .sec-in {
    width: 1200px;
  }
  .sec--flow .sec-head {
    margin-bottom: 50px;
  }
  .sec--flow .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec--flow .sec-ttl:before {
    font-size: 140px;
    font-size: 14rem;
  }
  .sec--flow .sec-desc {
    margin-top: 45px;
  }
  .flow > li {
    padding: 30px 50px 30px 0;
    border-radius: 57px;
  }
  .flow > li:after {
    border-width: 35px 50px 0px 50px;
  }
  .flow > li:nth-child(n+2) {
    margin-top: 80px;
  }
  .flow-head {
    width: 205px;
    font-size: 20px;
    font-size: 2rem;
  }
  .flow-head span {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .flow-content {
    padding: 15px 0 15px 90px;
    width: calc(100% - 205px);
  }
  .flow-content:after {
    width: 1px;
  }
  .flow-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- construction - */
.sec--reason-const {
  padding: 13.3333333333vw 0;
}

.sec--reason-const .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--reason-const .sec-ttl {
  font-size: 5.3333333333vw;
}
.sec--reason-const .sec-ttl span {
  color: #e5680d;
}

.reason-const {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.reason-const > li {
  padding: 2.6666666667vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-color: #e69052;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.reason-const-image {
  margin-bottom: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.reason-const-ttl {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.reason-const-desc {
  margin: 0 auto;
  width: 71.3333333333vw;
}

.reason-const-btn {
  margin: 4vw auto 0 auto;
  width: 64vw;
}

@media screen and (max-width: 750px) {
  .reason-const {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--reason-const {
    padding: 6.9444444444vw 0;
  }
  .sec--reason-const .sec-in {
    width: 83.3333333333vw;
  }
  .sec--reason-const .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--reason-const .sec-ttl {
    font-size: 2.5vw;
  }
  .reason-const {
    gap: 2.9166666667vw;
  }
  .reason-const > li {
    padding: 0.8333333333vw 0.8333333333vw 1.3888888889vw 0.8333333333vw;
    width: 25.8333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .reason-const-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 1.1111111111vw;
  }
  .reason-const-ttl {
    font-size: 1.3888888889vw;
  }
  .reason-const-desc {
    width: 22.2222222222vw;
  }
  .reason-const-btn {
    margin: 1.0416666667vw auto 0 auto;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reason-const {
    padding: 100px 0;
  }
  .sec--reason-const .sec-in {
    width: 1200px;
  }
  .sec--reason-const .sec-head {
    margin-bottom: 50px;
  }
  .sec--reason-const .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .reason-const {
    gap: 42px;
  }
  .reason-const > li {
    padding: 12px 12px 20px 12px;
    width: 372px;
    border-width: 2px;
    border-radius: 16px;
  }
  .reason-const-image {
    margin-bottom: 20px;
    border-radius: 16px;
  }
  .reason-const-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .reason-const-desc {
    width: 320px;
  }
  .reason-const-btn {
    margin: 15px auto 0 auto;
    width: 300px;
  }
}
/* sub --> sagamihara
-------------------------------------------------------------------------------*/
.sub--sagamihara .worry-reserve:before,
.sub--sagamihara .shop-inquiry-in:before {
  width: 36.9333333333vw;
  height: 41.7333333333vw;
  background-image: url(../img/sagamihara/staff-l.png);
}
.sub--sagamihara .worry-reserve:after,
.sub--sagamihara .shop-inquiry-in:after {
  width: 49.4666666667vw;
  height: 41.7333333333vw;
  background-image: url(../img/sagamihara/staff-r_sp.png);
}

.sub--sagamihara .worry-reserve:before {
  top: -10.6666666667vw;
  left: -11.3333333333vw;
}
.sub--sagamihara .worry-reserve:after {
  top: -10.6666666667vw;
  right: -24vw;
}

.sub--sagamihara .shop-inquiry-in:before {
  top: -24vw;
  left: -4vw;
}
.sub--sagamihara .shop-inquiry-in:after {
  top: -24vw;
  right: -16vw;
}

@media screen and (min-width: 751px) {
  .sub--sagamihara .worry-reserve:before,
  .sub--sagamihara .shop-inquiry-in:before {
    width: 19.2361111111vw;
    height: 21.7361111111vw;
    background-image: image-set(url(../img/sagamihara/staff-l.png) 1x, url(../img/sagamihara/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sagamihara/staff-l.png) 1x, url(../img/sagamihara/staff-l-2x.png) 2x);
  }
  .sub--sagamihara .worry-reserve:after,
  .sub--sagamihara .shop-inquiry-in:after {
    width: 25.7638888889vw;
    height: 22.9166666667vw;
    background-image: url(../img/sagamihara/staff-r.png);
    background-image: image-set(url(../img/sagamihara/staff-r.png) 1x, url(../img/sagamihara/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sagamihara/staff-r.png) 1x, url(../img/sagamihara/staff-r-2x.png) 2x);
  }
  .sub--sagamihara .worry-reserve:before {
    top: auto;
    left: 0.4861111111vw;
    bottom: -0.0694444444vw;
  }
  .sub--sagamihara .worry-reserve:after {
    top: auto;
    right: -3.4722222222vw;
    bottom: -0.0694444444vw;
  }
  .sub--sagamihara .shop-inquiry-in:before {
    top: auto;
    left: -2.5694444444vw;
    bottom: -4.5138888889vw;
  }
  .sub--sagamihara .shop-inquiry-in:after {
    top: auto;
    right: -2.5694444444vw;
    bottom: -5.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--sagamihara .worry-reserve:before,
  .sub--sagamihara .shop-inquiry-in:before {
    width: 277px;
    height: 313px;
  }
  .sub--sagamihara .worry-reserve:after,
  .sub--sagamihara .shop-inquiry-in:after {
    width: 371px;
    height: 330px;
  }
  .sub--sagamihara .worry-reserve:before {
    left: 7px;
    bottom: -1px;
  }
  .sub--sagamihara .worry-reserve:after {
    right: -50px;
    bottom: -1px;
  }
  .sub--sagamihara .shop-inquiry-in:before {
    left: -37px;
    bottom: -65px;
  }
  .sub--sagamihara .shop-inquiry-in:after {
    right: -37px;
    bottom: -85px;
  }
}
/*  #showroom
-------------------------------------------------------------------------------*/
.sec--showroom {
  padding-top: 17.3333333333vw;
}
.sec--showroom:before {
  content: "";
  position: absolute;
  top: 5.3333333333vw;
  left: -4.6666666667vw;
  display: inline-block;
  width: 26.8vw;
  height: 22.4vw;
  background-image: url(../img/showroom/deco-l.svg);
  background-size: contain;
  z-index: -1;
}

.sec--showroom .sec-head {
  text-align: center;
}

.sec--showroom .sec-catch {
  margin: 0 0 4.6666666667vw auto;
  width: 72.5333333333vw;
  height: 8.1333333333vw;
}
.sec--showroom .sec-catch:before {
  background-image: url(../img/showroom/mokomoko_sp.png);
}

.sec--showroom .sec-balloon {
  display: block;
}
.sec--showroom .sec-balloon:before {
  content: "";
  position: absolute;
  top: -19.3333333333vw;
  left: 0;
  display: inline-block;
  width: 21.6vw;
  height: 27.7333333333vw;
  background-image: url(../img/showroom/character.svg);
  background-size: contain;
  z-index: -1;
}

.sec--showroom .sec-ttl span {
  color: #e5680d;
}

.sec--showroom .shop-area {
  position: relative;
}

@media screen and (max-width: 750px) {
  .sec--showroom .sec-head {
    margin: 0 auto 8vw auto;
    width: 92vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--showroom {
    padding-top: 7.6388888889vw;
  }
  .sec--showroom:before {
    top: 2.4305555556vw;
    left: 2.4305555556vw;
    width: 14.5833333333vw;
    height: 9.7222222222vw;
  }
  .sec--showroom .sec-in {
    width: 83.3333333333vw;
  }
  .sec--showroom .sec-head {
    margin-bottom: 2.0833333333vw;
  }
  .sec--showroom .sec-catch {
    margin: 0 auto 1.0416666667vw auto;
    width: 26.9444444444vw;
    height: 2.9861111111vw;
  }
  .sec--showroom .sec-catch:before {
    background-image: url(../img/showroom/mokomoko.png);
    background-image: image-set(url(../img/showroom/mokomoko.png) 1x, url(../img/showroom/mokomoko-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/showroom/mokomoko.png) 1x, url(../img/showroom/mokomoko-2x.png) 2x);
  }
  .sec--showroom .sec-balloon {
    display: inline-block;
  }
  .sec--showroom .sec-balloon:before {
    top: -4.1666666667vw;
    left: -14.2361111111vw;
    width: 9.8611111111vw;
    height: 12.5694444444vw;
  }
  .sec--showroom .shop-area:before, .sec--showroom .shop-area:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .sec--showroom .shop-area:before {
    top: -28.125vw;
    right: -2.4305555556vw;
    width: 17.0833333333vw;
    height: 14.1666666667vw;
    background-image: url(../img/showroom/photo.png);
    background-image: image-set(url(../img/showroom/photo.png) 1x, url(../img/showroom/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/showroom/photo.png) 1x, url(../img/showroom/photo-2x.png) 2x);
  }
  .sec--showroom .shop-area:after {
    top: -27.7083333333vw;
    right: 6.9444444444vw;
    width: 17.9166666667vw;
    height: 24.5833333333vw;
    background-image: url(../img/showroom/balloon.png);
    background-image: image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sec--showroom {
    padding-top: 110px;
  }
  .sec--showroom:before {
    top: 35px;
    left: 35px;
    width: 210px;
    height: 140px;
  }
  .sec--showroom .sec-in {
    width: 1200px;
  }
  .sec--showroom .sec-head {
    margin-bottom: 30px;
  }
  .sec--showroom .sec-catch {
    margin: 0 auto 15px auto;
    width: 388px;
    height: 43px;
  }
  .sec--showroom .sec-balloon:before {
    top: -60px;
    left: -205px;
    width: 142px;
    height: 181px;
  }
  .sec--showroom .shop-area:before {
    top: -405px;
    right: -35px;
    width: 246px;
    height: 204px;
  }
  .sec--showroom .shop-area:after {
    top: -399px;
    right: 100px;
    width: 258px;
    height: 354px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 10.6666666667vw 0 5.3333333333vw;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #e5680d;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.28em;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0.2em 3.4722222222vw 0 1.7361111111vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #e5680d;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0.2em 50px 0 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/* sub --> yokkaichi
-------------------------------------------------------------------------------*/
.sub--yokkaichi .worry-reserve:before,
.sub--yokkaichi .shop-inquiry-in:before {
  width: 36.1333333333vw;
  height: 42.8vw;
  background-image: url(../img/yokkaichi/staff-l.png);
}
.sub--yokkaichi .worry-reserve:after,
.sub--yokkaichi .shop-inquiry-in:after {
  width: 43.3333333333vw;
  height: 43.2vw;
  background-image: url(../img/yokkaichi/staff-r.png);
}

.sub--yokkaichi .worry-reserve:before {
  top: -10.6666666667vw;
  left: -8.6666666667vw;
}
.sub--yokkaichi .worry-reserve:after {
  top: -10.6666666667vw;
  right: -17.3333333333vw;
}

.sub--yokkaichi .shop-inquiry-in:before {
  top: -30vw;
  left: -0.4vw;
}
.sub--yokkaichi .shop-inquiry-in:after {
  top: -30vw;
  right: -7.0666666667vw;
}

@media screen and (min-width: 751px) {
  .sub--yokkaichi .worry-reserve:before,
  .sub--yokkaichi .shop-inquiry-in:before {
    width: 18.8194444444vw;
    height: 22.5vw;
    background-image: image-set(url(../img/yokkaichi/staff-l.png) 1x, url(../img/yokkaichi/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/yokkaichi/staff-l.png) 1x, url(../img/yokkaichi/staff-l-2x.png) 2x);
  }
  .sub--yokkaichi .worry-reserve:after,
  .sub--yokkaichi .shop-inquiry-in:after {
    width: 22.5694444444vw;
    height: 22.5vw;
    background-image: image-set(url(../img/yokkaichi/staff-r.png) 1x, url(../img/yokkaichi/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/yokkaichi/staff-r.png) 1x, url(../img/yokkaichi/staff-r-2x.png) 2x);
  }
  .sub--yokkaichi .worry-reserve:before {
    top: auto;
    left: 0.6944444444vw;
    bottom: -0.0694444444vw;
  }
  .sub--yokkaichi .worry-reserve:after {
    top: auto;
    right: -1.25vw;
    bottom: -0.0694444444vw;
  }
  .sub--yokkaichi .shop-inquiry-in:before {
    top: auto;
    left: -1.875vw;
    bottom: -5.5555555556vw;
  }
  .sub--yokkaichi .shop-inquiry-in:after {
    top: auto;
    right: 0.3472222222vw;
    bottom: -5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--yokkaichi .worry-reserve:before,
  .sub--yokkaichi .shop-inquiry-in:before {
    width: 271px;
    height: 324px;
  }
  .sub--yokkaichi .worry-reserve:after,
  .sub--yokkaichi .shop-inquiry-in:after {
    width: 325px;
    height: 324px;
  }
  .sub--yokkaichi .worry-reserve:before {
    left: 10px;
    bottom: -1px;
  }
  .sub--yokkaichi .worry-reserve:after {
    right: -18px;
    bottom: -1px;
  }
  .sub--yokkaichi .shop-inquiry-in:before {
    left: -27px;
    bottom: -80px;
  }
  .sub--yokkaichi .shop-inquiry-in:after {
    right: -5px;
    bottom: -80px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  background-color: #f3e8d2;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 2.6666666667vw 0 2.4vw 0;
  width: 92vw;
  z-index: 2;
}

.breadcrumb-list li {
  position: relative;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: "";
  position: relative;
  top: 0;
  margin: 0 2.6666666667vw;
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/sub/breadcrumb.svg);
  background-size: contain;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.9027777778vw 0 0.7638888889vw 0;
    width: 83.3333333333vw;
  }
  .breadcrumb-list li {
    font-size: 1.0416666667vw;
    white-space: normal;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
    width: 0.4166666667vw;
    height: 0.6944444444vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #e5680d;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 13px 0 11px 0;
    width: 1200px;
  }
  .breadcrumb-list li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.carousel-main {
  position: relative;
  margin-bottom: 2.6666666667vw;
  overflow: hidden;
}

.carousel-main .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 68vw;
}

#carousel-prev {
  left: 0;
}

#carousel-next {
  right: 0;
}

.carousel-main-disable #carousel-prev,
.carousel-main-disable #carousel-next {
  display: none;
}

.carousel-thumb {
  position: relative;
  overflow: hidden;
}

.carousel-thumb .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 16.2666666667vw;
  border-radius: 2.1333333333vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 12vw;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb .swiper-slide-active {
  opacity: 1 !important;
}

.carousel-thumb-disable {
  display: none !important;
}

@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 2.7777777778vw auto;
    width: 69.4444444444vw;
  }
  .carousel-main {
    margin-bottom: 1.0416666667vw;
  }
  .carousel-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.5277777778vw;
    width: 8.6111111111vw;
    border-radius: 1.1111111111vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide img {
    height: 6.5277777778vw;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 40px;
    width: 1000px;
  }
  .carousel-main {
    margin-bottom: 15px;
  }
  .carousel-main .swiper-slide img {
    height: 520px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 22px;
    width: 124px;
    border-radius: 16px;
  }
  .carousel-thumb .swiper-slide img {
    height: 94px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "IBMPlexSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 1.3em 0 1em 0;
  padding: 0 0 0.5em 7.3333333333vw;
  border-bottom-color: #251e1c;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  z-index: 1;
}
.editor h2:before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-block;
  width: 4.6666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/post/home.svg);
  background-size: contain;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 1em 0;
  padding: 0.7em 1em 0.5em 10vw;
  background-color: #f5eedf;
  border-radius: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  z-index: 1;
}
.editor h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4vw;
  bottom: 0;
  width: 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.editor h4 {
  position: relative;
  margin: 2.5em 0 1em 0;
  color: #e5680d;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}
.editor p {
  line-height: 2em;
}
.editor strong {
  color: #e5680d;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #feba00;
}
.editor a:hover {
  opacity: 0.8;
}
.editor strong {
  font-weight: 700;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 2em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor h2 {
    padding-left: 3.125vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.9444444444vw;
  }
  .editor h2:before {
    width: 1.8055555556vw;
    height: 1.9444444444vw;
  }
  .editor h3 {
    padding-left: 3.125vw;
    border-radius: 1.1111111111vw;
    font-size: 1.6666666667vw;
  }
  .editor h3:before {
    left: 1.3888888889vw;
    width: 0.6944444444vw;
  }
  .editor h4 {
    font-size: 1.3888888889vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
  }
  .editor img {
    max-width: 55.5555555556vw;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor ul li {
    font-size: 1.1111111111vw;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    padding-left: 45px;
    border-bottom-width: 1px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h2:before {
    width: 26px;
    height: 28px;
  }
  .editor h3 {
    padding-left: 45px;
    border-radius: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h3:before {
    left: 20px;
    width: 10px;
  }
  .editor h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .editor p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor img {
    max-width: 800px;
  }
  .editor ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.sec--form {
  padding: 10vw 0 13.3333333333vw 0;
  background-image: url(../img/blog/bg_sp.jpg);
  background-repeat: repeat;
  text-align: center;
}

.form-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 24vw 0 0.4em 0;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.form-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  height: 21.4666666667vw;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1.6vw;
  background-image: url(../img/form/dot.png);
  background-size: auto 1.6vw;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form--reserve .form-ttl:before {
  width: 27.6vw;
  background-image: url(../img/form/reserve_sp.png);
}

.form--contact .form-ttl:before {
  width: 18.5333333333vw;
  background-image: url(../img/form/contact_sp.png);
}

.form-box {
  position: relative;
  margin: 0 auto;
  padding: 10vw 6.6666666667vw 10vw 6.6666666667vw;
  width: 100vw;
  background-color: #ffffff;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.5333333333vw;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .form-box {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--form {
    padding: 5.5555555556vw 0 6.9444444444vw 0;
    background-image: url(../img/blog/bg.jpg);
    background-image: image-set(url(../img/blog/bg.jpg) 1x, url(../img/blog/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/blog/bg.jpg) 1x, url(../img/blog/bg-2x.jpg) 2x);
  }
  .form-ttl {
    padding-top: 8.3333333333vw;
    font-size: 2.5vw;
  }
  .form-ttl:before {
    height: 7.9861111111vw;
  }
  .form-ttl:after {
    height: 0.7638888889vw;
    background-size: auto 0.7638888889vw;
  }
  .form--reserve .form-ttl:before {
    background-image: url(../img/form/reserve.png);
    background-image: image-set(url(../img/form/reserve.png) 1x, url(../img/form/reserve-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/form/reserve.png) 1x, url(../img/form/reserve-2x.png) 2x);
    width: 10vw;
  }
  .form--contact .form-ttl:before {
    background-image: url(../img/form/contact.png);
    background-image: image-set(url(../img/form/contact.png) 1x, url(../img/form/contact-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/form/contact.png) 1x, url(../img/form/contact-2x.png) 2x);
    width: 6.7361111111vw;
  }
  .form-box {
    padding: 5.5555555556vw 6.9444444444vw 6.9444444444vw 6.9444444444vw;
    width: 76.3888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--form {
    padding: 80px 0 100px 0;
  }
  .form-ttl {
    padding-top: 120px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .form-ttl:before {
    height: 115px;
  }
  .form-ttl:after {
    height: 11px;
    background-size: auto 11px;
  }
  .form--reserve .form-ttl:before {
    width: 144px;
  }
  .form--contact .form-ttl:before {
    width: 97px;
  }
  .form-box {
    padding: 80px 100px 100px 100px;
    width: 1100px;
    border-width: 2px;
    border-radius: 80px;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 4vw;
}

.form-input dt {
  position: relative;
  padding-bottom: 4.6666666667vw;
  margin-bottom: 0.7em;
  color: #251e1c;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.35em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1em 0 1em;
  width: 100%;
  height: 9.6vw;
  background-color: #f1efeb;
  color: #251e1c;
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

.form-input input:focus {
  border-color: #251e1c;
}

.form-input textarea {
  padding: 0.7em 1em 0.5em 1em;
  width: 100%;
  height: 26.6666666667vw;
  background-color: #f1efeb;
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

.form-multiple {
  margin-left: 0.5em;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.form-label {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0.3em 0 0.3em;
  height: 3.7333333333vw;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0;
}

.form-label--req {
  background-color: #e5680d;
}

.form-label--unreq {
  background-color: #727272;
}

.form-hosoku {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #727272;
  text-indent: -1em;
  font-size: 2.9333333333vw;
  line-height: 1.6em;
}

.form-hosoku:before {
  content: "※";
}

.form-other {
  margin-top: 1em;
}

.form-other textarea {
  height: 26.6666666667vw;
}

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .form-input dt {
    margin-bottom: 0;
    padding-bottom: 1.3888888889vw;
    width: 9.7222222222vw;
    font-size: 1.1111111111vw;
  }
  .form-input dd {
    width: 51.0416666667vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 5vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form-zipcode input[type=text] {
    width: 20.8333333333vw;
  }
  .form-input textarea {
    height: 13.8888888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .form-multiple {
    display: block;
    margin: 0.3em 0 0 0;
    font-size: 0.9027777778vw;
    line-height: 1em;
  }
  .form-label {
    height: 1.1111111111vw;
    border-radius: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
  .form-hosoku {
    font-size: 0.8333333333vw;
  }
  .form-other textarea {
    height: 13.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .form-input dt {
    padding-bottom: 20px;
    width: 140px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input dd {
    width: 735px;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 72px;
    border-radius: 4px;
    font-size: 16px;
  }
  .form-zipcode input[type=text] {
    width: 300px;
  }
  .form-input textarea {
    height: 200px;
    border-radius: 4px;
    font-size: 16px;
  }
  .form-multiple {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-label {
    height: 16px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-hosoku {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-other textarea {
    height: 200px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #727272;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #727272;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #727272;
}

/* ------------------------------------------- radio & checkbox - */
.form-input .wpcf7-radio,
.form-input .wpcf7-checkbox {
  display: block;
  margin: -4vw 0 0 -8vw;
  width: calc(100% + 8vw);
}

.form-input .wpcf7-radio .wpcf7-list-item,
.form-input .wpcf7-checkbox .wpcf7-list-item {
  margin: 4vw 0 0 8vw;
}

.form-input .wpcf7-radio input[type=radio],
.form-input .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-input input[type=radio] + span,
.form-input input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0 0 7.7333333333vw;
  height: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

.form-input input[type=radio] + span::before,
.form-input input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ffffff;
  border-color: #251e1c;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=radio] + span::before {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 50% !important;
}

.form-input input[type=radio]:checked + span::after,
.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-input input[type=radio]:checked + span::after {
  left: 1.6666666667vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #e5680d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5333333333vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.0416666667vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.1388888889vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-input input[type=radio] + span::before {
    border-width: 0.1388888889vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -15px 0 0 -40px;
    width: calc(100% + 40px);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
  }
  .form-input input[type=radio] + span::before {
    border-width: 2px;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 26px;
    height: 22px;
  }
}
/* ------------------------------------------- select - */
.form-select {
  position: relative;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 4.1333333333vw;
  right: 3.0666666667vw;
  display: inline-block;
  width: 2.2666666667vw;
  height: 1.4666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.form-input select {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    top: 2.1527777778vw;
    right: 1.3888888889vw;
    width: 1.1805555556vw;
    height: 0.7638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 31px;
    right: 20px;
    width: 17px;
    height: 11px;
  }
}
/* ------------------------------------------- date - */
.form-dates > div:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.form-date-head {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.25;
}

.form-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}

.form-date-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3333333333vw;
}

.form-date-time > div .form-select {
  width: 33.3333333333vw;
}

.form-date-time > div:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-date-calendar {
    width: 25.6944444444vw;
  }
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 23.6111111111vw;
  }
  .form-date-time > div {
    width: 11.8055555556vw;
  }
  .form-date-time > div .form-select {
    width: 9.375vw;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .form-date-calendar {
    width: 370px;
  }
  .form-date-time {
    margin-left: 15px;
    width: 340px;
  }
  .form-date-time > div {
    width: 170px;
  }
  .form-date-time > div .form-select {
    width: 135px;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

.form-consent p {
  margin-top: 1em;
  font-size: 2.8vw;
  line-height: 1.5em;
}
.form-consent p a {
  position: relative;
  color: #e5680d;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #e5680d;
}

.form-consent .formErrorContent {
  text-align: center;
}

.form-consent .wpcf7-checkbox {
  display: block;
}

.form-consent .wpcf7-checkbox {
  margin-bottom: 2.6666666667vw;
}

.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-consent .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-consent input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0 0 7.7333333333vw;
  height: 5.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  cursor: pointer;
}

.form-consent input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ffffff;
  border-color: #251e1c;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5333333333vw;
  display: inline-block;
  margin-top: 0.1em;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:after {
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:hover {
    color: #494949;
  }
  .form-consent p a:hover:after {
    background-color: #494949;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.4722222222vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.1388888889vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 50px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 26px;
    height: 22px;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8vw auto 0 auto;
  width: 72vw;
  height: 13.3333333333vw;
  background-color: #feba00;
  border-color: #251e1c;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  z-index: 1;
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8vw;
  display: inline-block;
  width: 4.9333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.form-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0 0 2.6666666667vw;
  width: 100%;
  height: 100%;
  color: #251e1c;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 28.4722222222vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-btn:before {
    left: 5.5555555556vw;
    width: 1.875vw;
    height: 1.3888888889vw;
  }
  .form-btn:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .form-submit {
    padding-right: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .form-btn:hover {
    background-color: #e5680d;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 410px;
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .form-btn:before {
    left: 80px;
    width: 27px;
    height: 20px;
  }
  .form-btn:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .form-submit {
    padding-right: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-consent .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #e5680d !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-lb - */
.head-lb {
  position: relative;
  margin-bottom: 7.3333333333vw;
  padding: 0.15em 0 0 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
.head-lb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.6vw;
  height: 100%;
  border-radius: 0.5333333333vw;
  background-color: #e5680d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .head-lb {
    margin-bottom: 3.125vw;
    padding-left: 1.7361111111vw;
    font-size: 2.0833333333vw;
  }
  .head-lb:after {
    width: 0.6944444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-lb {
    margin-bottom: 45px;
    padding-left: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
  .head-lb:after {
    width: 10px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- head-rb - */
.head-rb {
  position: relative;
  margin-bottom: 1em;
  padding: 0.7em 1em 0.5em 10vw;
  border-radius: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  z-index: 1;
}
.head-rb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4vw;
  bottom: 0;
  width: 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.head-rb--bg {
  background-color: #f5eedf;
}

.head-rb--og {
  background-color: #fff4ec;
}

@media screen and (min-width: 751px) {
  .head-rb {
    padding-left: 3.125vw;
    border-radius: 1.1111111111vw;
    font-size: 1.6666666667vw;
  }
  .head-rb:before {
    left: 1.3888888889vw;
    width: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-rb {
    padding-left: 45px;
    border-radius: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .head-rb:before {
    left: 20px;
    width: 10px;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.5555555556vw auto 0 auto;
    width: 76.3888888889vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1100px;
  }
  .page-archive-navi .pagecount {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation-list li {
  margin-right: 2vw;
}

.pagenation-list li:last-child {
  margin-right: 0;
}

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

.pagenation-list li.is-current > div {
  background-color: #e5680d;
  color: #ffffff;
}

.pagenation-prev,
.pagenation-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.7333333333vw;
  height: 2.6666666667vw;
  background-image: url(../img/sub/arrow-og.svg);
  background-size: contain;
}

.pagenation-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenation-next a:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.5555555556vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #e5680d;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #e5680d;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/sub/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 50px;
    height: 50px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 13px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  width: 89.3333333333vw;
  height: 10.6666666667vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: block;
}
.pagenavi-prev a span,
.pagenavi-next a span {
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
.pagenavi-prev a span:after,
.pagenavi-next a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #251e1c;
}
.pagenavi-prev a:before,
.pagenavi-next a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}

.pagenavi-prev a {
  padding-left: 5.3333333333vw;
}
.pagenavi-prev a:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.pagenavi-next a {
  padding-right: 5.3333333333vw;
}
.pagenavi-next a:before {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 48vw;
}

.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.6666666667vw;
  height: 10.6666666667vw;
  background-color: #e5680d;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
.pagenavi-back a span {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  z-index: 1;
}
.pagenavi-back a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
.pagenavi-back a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 4.1666666667vw;
    width: 41.3194444444vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev a span,
  .pagenavi-next a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-prev a span:after,
  .pagenavi-next a span:after {
    height: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-prev a:before,
  .pagenavi-next a:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-prev a:hover span,
  .pagenavi-next a:hover span {
    color: #e5680d;
  }
  .pagenavi-prev a:hover span:after,
  .pagenavi-next a:hover span:after {
    background-color: #e5680d;
  }
  .pagenavi-prev a:hover:before,
  .pagenavi-next a:hover:before {
    background-image: url(../img/common/arrow-og.svg);
  }
  .pagenavi-prev a {
    padding-left: 2.0833333333vw;
  }
  .pagenavi-prev a:hover:before {
    -webkit-transform: translateX(-0.2em) translateY(-50%) rotateY(180deg);
            transform: translateX(-0.2em) translateY(-50%) rotateY(180deg);
  }
  .pagenavi-next a {
    padding-right: 2.0833333333vw;
  }
  .pagenavi-next a:hover:before {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .pagenavi-back {
    width: 22.7777777778vw;
  }
  .pagenavi-back a {
    padding-right: 0;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
  }
  .pagenavi-back a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .pagenavi-back a:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-back a:hover span {
    color: #e5680d;
  }
  .pagenavi-back a:hover:before {
    width: 100%;
  }
  .pagenavi-back a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 60px;
    width: 595px;
    height: 60px;
  }
  .pagenavi-prev a span,
  .pagenavi-next a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagenavi-prev a span:after,
  .pagenavi-next a span:after {
    height: 2px;
  }
  .pagenavi-prev a:before,
  .pagenavi-next a:before {
    width: 20px;
    height: 20px;
  }
  .pagenavi-prev a {
    padding-left: 30px;
  }
  .pagenavi-next a {
    padding-right: 30px;
  }
  .pagenavi-back {
    width: 328px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .pagenavi-back a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagenavi-back a:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.post--blog {
  max-width: 100% !important;
}

.post > section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.post-data {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.0666666667vw 1.0666666667vw 2.6666666667vw 0;
}

.post-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.2em 0.5em;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 2.9333333333vw;
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}

.post-date p {
  position: relative;
  padding: 0.1em 0 0 4.6666666667vw;
  font-size: 3.7333333333vw;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-date-publish:before {
  background-image: url(../img/post/publish.svg);
}

.post-date-modified:before {
  background-image: url(../img/post/modified.svg);
}

.post-date p:nth-child(n+2) {
  margin-left: 4vw;
}

.post-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.post-image {
  margin-bottom: 6vw;
}

.post-intro p {
  line-height: 2em;
}

.post .editor {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .post {
    max-width: 76.3888888889vw;
  }
  .post > section:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .post-cat {
    margin: 0.3472222222vw 0.3472222222vw 1.0416666667vw 0;
  }
  .post-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    font-size: 0.9722222222vw;
  }
  .post-data {
    margin-bottom: 1.3888888889vw;
  }
  .post-data > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-date p {
    padding-left: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-ttl {
    margin-bottom: 1.5em;
    font-size: 2.0833333333vw;
    line-height: 1.5em;
  }
  .post-image {
    margin-bottom: 2.7777777778vw;
  }
  .post .editor {
    margin: 5.5555555556vw auto 0 auto;
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    max-width: 1100px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 80px;
  }
  .post-cat {
    margin: 5px 5px 15px 0;
  }
  .post-cat > li {
    margin: 5px 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-data {
    margin-bottom: 20px;
  }
  .post-date p {
    padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .post-image {
    margin-bottom: 40px;
  }
  .post .editor {
    margin-top: 80px;
    max-width: 1000px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.sec--related {
  margin-top: 13.3333333333vw;
}

.sec--related .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--related .sec-ttl span {
  color: #e5680d;
}

@media screen and (min-width: 751px) {
  .sec--related {
    margin-top: 6.9444444444vw;
  }
  .sec--related .sec-in {
    width: 83.3333333333vw;
  }
  .sec--related .sec-head {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--related {
    margin-top: 100px;
  }
  .sec--related .sec-in {
    width: 1200px;
  }
  .sec--related .sec-head {
    margin-bottom: 35px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

.term dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.term dt {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.15em 0 0 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
.term dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.3333333333vw;
  height: 100%;
  border-radius: 0.5333333333vw;
  background-color: #e5680d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.term-menu > li {
  margin-left: 2vw;
  width: calc(50% - 2vw);
}

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 2.4vw 0 2.4vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #e69052;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.18em;
}

.term-menu a.is-current {
  border-color: #e5680d;
}

.term--icon .term-menu a {
  padding: 0.2em 2.4vw 0 12.6666666667vw;
  height: 12vw;
}
.term--icon .term-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 8vw;
  height: 8vw;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu--kitchen a:before {
  background-image: url(../img/menu/kitchen.jpg);
}

.term-menu--bathroom a:before {
  background-image: url(../img/menu/bathroom.jpg);
}

.term-menu--toilet a:before {
  background-image: url(../img/menu/toilet.jpg);
}

.term-menu--washroom a:before {
  background-image: url(../img/menu/washroom.jpg);
}

.term-menu--mizumawari a:before {
  background-image: url(../img/menu/mizumawari.jpg);
}

.term-menu--interior a:before {
  background-image: url(../img/menu/interior.jpg);
}

.term-menu--wall-roof a:before {
  background-image: url(../img/menu/wall-roof.jpg);
}

.term-menu--entrance a:before {
  background-image: url(../img/menu/entrance.jpg);
}

.term-menu--apartment a:before {
  background-image: url(../img/menu/apartment.jpg);
}

.term-menu--exterior a:before {
  background-image: url(../img/menu/exterior.jpg);
}

.term-menu--barrier-free a:before {
  background-image: url(../img/menu/barrier-free.jpg);
}

.term-menu--water-heater a:before {
  background-image: url(../img/menu/water-heater.jpg);
}

.term-menu-notes {
  margin-top: 8vw;
}

.term-menu-notes > li {
  font-size: 3.2vw;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.term-menu-notes > li::before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 5.5555555556vw;
  }
  .term dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .term dt {
    padding-left: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
  .term dt:after {
    width: 0.4861111111vw;
    border-radius: 0.2777777778vw;
  }
  .term-menu {
    margin-left: -1.0416666667vw;
  }
  .term-menu > li {
    margin-left: 1.0416666667vw;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 1.0416666667vw);
  }
  .term--4 .term-menu > li:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 1.0416666667vw);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .term-menu a {
    padding: 0.2em 1.0416666667vw 0 1.0416666667vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .term-menu a:hover {
    background-color: #e5680d;
    color: #ffffff;
  }
  .term--icon .term-menu a {
    padding: 0.2em 15px 0 4.8611111111vw;
    height: 4.4444444444vw;
  }
  .term--icon .term-menu a:before {
    left: 0.6944444444vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  .term-menu-notes {
    margin-top: 2.0833333333vw;
  }
  .term-menu-notes > li {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 80px;
  }
  .term dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .term dt {
    padding-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .term dt:after {
    width: 7px;
    border-radius: 4px;
  }
  .term-menu {
    margin-left: -15px;
  }
  .term-menu > li {
    margin-left: 15px;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 15px);
  }
  .term--4 .term-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 15px);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .term-menu a {
    padding: 0.2em 15px 0 15px;
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .term--icon .term-menu a {
    padding: 0.2em 15px 0 70px;
    height: 64px;
  }
  .term--icon .term-menu a:before {
    left: 10px;
    width: 46px;
    height: 46px;
  }
  .term-menu-notes {
    margin-top: 30px;
  }
  .term-menu-notes > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 2.6666666667vw 0 4vw 0;
  background-color: #fff4ec;
  text-align: center;
}

.ttl-jp {
  padding-top: 0.2em;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.ttl-en {
  margin-top: 0.3em;
  color: #feba00;
  font-family: "MilkScript", sans-serif;
  font-size: 3.7333333333vw;
  font-style: italic;
  text-transform: capitalize;
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 1.3888888889vw 0 1.7361111111vw 0;
  }
  .ttl-jp {
    font-size: 2.7777777778vw;
  }
  .ttl-en {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 20px 0 25px 0;
  }
  .ttl-jp {
    font-size: 40px;
    font-size: 4rem;
  }
  .ttl-en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 21.3333333333vw 0 10.6666666667vw 0;
  background-color: #fff4ec;
}
.sec--blog:before {
  content: "";
  position: absolute;
  top: 10.6666666667vw;
  left: 0;
  width: calc(100% - 4vw);
  height: calc(100% - 10.6666666667vw);
  background-image: url(../img/blog/bg_sp.jpg);
  background-repeat: repeat;
  border-radius: 0 10.6666666667vw 10.6666666667vw 0;
}

.sec--blog--frt {
  padding-top: 10.6666666667vw;
}
.sec--blog--frt:before {
  top: 0 !important;
  height: 100% !important;
}

.sec--blog .sec-in {
  width: 88vw;
}

.sec--blog .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--blog .sec-ttl span {
  position: relative;
  display: inline-block;
  color: #e5680d;
}
.sec--blog .sec-ttl span:after {
  content: "";
  position: absolute;
  right: -6.6666666667vw;
  bottom: -3.0666666667vw;
  display: inline-block;
  width: 54.1333333333vw;
  height: 8.8vw;
  background-image: url(../img/blog/write.svg);
  background-size: contain;
}

.sec--blog .sec-btn {
  margin-top: 8.6666666667vw;
}

@media screen and (max-width: 750px) {
  .blog-frt {
    margin: 0 auto;
    width: 88vw;
  }
  .blog-frt .blog-post:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
  .blog-frt .blog-post:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 11.1111111111vw 0 4.8611111111vw 0;
  }
  .sec--blog:before {
    top: 5.5555555556vw;
    width: calc(100% - 4.1666666667vw);
    height: calc(100% - 5.5555555556vw);
    background-image: url(../img/blog/bg.jpg);
    background-image: image-set(url(../img/blog/bg.jpg) 1x, url(../img/blog/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/blog/bg.jpg) 1x, url(../img/blog/bg-2x.jpg) 2x);
    border-radius: 0 5.5555555556vw 5.5555555556vw 0;
  }
  .sec--blog--frt {
    padding-top: 5.5555555556vw;
  }
  .sec--blog .sec-in {
    width: 83.3333333333vw;
  }
  .sec--blog .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--blog .sec-ttl span:after {
    right: -4.5138888889vw;
    bottom: -1.3888888889vw;
    width: 25.5555555556vw;
    height: 4.0277777778vw;
  }
  .blog-frt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.8055555556vw;
  }
  .blog-frt .blog-post {
    margin-left: 1.8055555556vw;
    width: calc(25% - 1.8055555556vw);
  }
  .sec--blog .sec-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 160px 0 70px 0;
  }
  .sec--blog:before {
    top: 80px;
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    border-radius: 0 80px 80px 0;
  }
  .sec--blog--frt {
    padding-top: 80px;
  }
  .sec--blog .sec-in {
    width: 1200px;
  }
  .sec--blog .sec-head {
    margin-bottom: 40px;
  }
  .sec--blog .sec-ttl span:after {
    right: -65px;
    bottom: -20px;
    width: 368px;
    height: 58px;
  }
  .blog-frt {
    margin-left: -26px;
  }
  .blog-frt .blog-post {
    margin-left: 26px;
    width: calc(25% - 26px);
  }
  .sec--blog .sec-btn {
    margin-top: 40px;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.sec--faq {
  padding: 10.6666666667vw 0;
  background-color: #fff4ec;
}

.sec--faq .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--faq .sec-ttl span {
  color: #e5680d;
}
.sec--faq .sec-ttl:before {
  content: "Q&A";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.02em;
  color: #fae7d6;
  font-size: 18.6666666667vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sec--faq .sec-btn {
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .sec--faq {
    padding: 5.5555555556vw 0;
  }
  .sec--faq .sec-in {
    width: 76.3888888889vw;
  }
  .sec--faq .sec-head {
    margin-bottom: 4.1666666667vw;
  }
  .sec--faq .sec-ttl:before {
    font-size: 9.7222222222vw;
  }
  .sec--faq .sec-btn {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--faq {
    padding: 80px 0;
  }
  .sec--faq .sec-in {
    width: 1100px;
  }
  .sec--faq .sec-head {
    margin-bottom: 60px;
  }
  .sec--faq .sec-ttl:before {
    font-size: 140px;
    font-size: 14rem;
  }
  .sec--faq .sec-btn {
    margin-top: 50px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 17.3333333333vw 0 13.3333333333vw 0;
}
.sec--works:before, .sec--works:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.sec--works:before {
  left: 0;
  border-width: 16vw 71.3vw 0px 0px;
  border-color: rgba(231, 209, 166, 0.5) transparent transparent transparent;
}
.sec--works:after {
  right: 0;
  border-width: 0px 46.6vw 16vw 0px;
  border-color: transparent rgba(231, 209, 166, 0.5) transparent transparent;
}

.sec--works .sec-head {
  margin-bottom: 9.3333333333vw;
  text-align: center;
}

.sec--works .sec-catch {
  margin: 0 0 4.6666666667vw auto;
  width: 67.6vw;
  height: 8vw;
}
.sec--works .sec-catch:before {
  background-image: url(../img/works/mokomoko_sp.png);
}

.sec--works .sec-balloon:before {
  content: "";
  position: absolute;
  top: -19.3333333333vw;
  left: 1.3333333333vw;
  display: inline-block;
  width: 24.8vw;
  height: 28vw;
  background-image: url(../img/works/character.svg);
  background-size: contain;
  z-index: -1;
}

.sec--works .sec-ttl span {
  color: #e5680d;
}

.works-frt {
  position: relative;
}

.works-slide .swiper-slide {
  margin-right: 4.2666666667vw;
  width: 58.6666666667vw !important;
  height: auto;
}

#works-pagination {
  margin-top: 6vw;
}

#works-pagination .swiper-pagination-bullet-active {
  background-color: #e5680d;
}

.sec--works .sec-btn {
  margin-top: 8vw;
}

@media screen and (max-width: 750px) {
  .sec--works .sec-desc p {
    text-align: left;
  }
  .works-slide .works-image img {
    height: 37.6vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 6.9444444444vw 0;
  }
  .sec--works:before {
    left: 0;
    border-width: 14.5833333333vw 61.1vw 0px 0px;
  }
  .sec--works:after {
    right: 0;
    border-width: 0px 48.6vw 14.5833333333vw 0px;
  }
  .sec--works .sec-in {
    width: 83.3333333333vw;
  }
  .sec--works .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--works .sec-catch {
    margin: 0 auto 1.0416666667vw auto;
    width: 25.1388888889vw;
    height: 2.9861111111vw;
  }
  .sec--works .sec-catch:before {
    background-image: url(../img/works/mokomoko.png);
    background-image: image-set(url(../img/works/mokomoko.png) 1x, url(../img/works/mokomoko-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/mokomoko.png) 1x, url(../img/works/mokomoko-2x.png) 2x);
  }
  .sec--works .sec-balloon:before {
    top: -6.25vw;
    left: auto;
    right: 1.0416666667vw;
    width: 7.4305555556vw;
    height: 8.4027777778vw;
  }
  .works-slide .swiper-slide {
    margin-right: 1.6666666667vw;
    width: 19.5833333333vw !important;
  }
  #works-pagination {
    margin-top: 1.7361111111vw;
  }
  .sec--works .sec-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 100px 0;
  }
  .sec--works:before {
    left: 0;
    border-width: 210px 61.1vw 0px 0px;
  }
  .sec--works:after {
    right: 0;
    border-width: 0px 48.6vw 210px 0px;
  }
  .sec--works .sec-in {
    width: 1200px;
  }
  .sec--works .sec-head {
    margin-bottom: 50px;
  }
  .sec--works .sec-catch {
    margin: 0 auto 15px auto;
    width: 362px;
    height: 43px;
  }
  .sec--works .sec-balloon:before {
    top: -90px;
    right: 15px;
    width: 107px;
    height: 121px;
  }
  .works-slide .swiper-slide {
    margin-right: 24px;
    width: 282px !important;
  }
  #works-pagination {
    margin-top: 25px;
  }
  .sec--works .sec-btn {
    margin-top: 40px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .works .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.6666666667vw;
  }
  .works .works-post {
    margin-left: 1.6666666667vw;
    width: calc(25% - 1.6666666667vw);
  }
  .works .works-post:nth-child(n+5) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -24px;
  }
  .works .works-post {
    margin-left: 24px;
    width: calc(25% - 24px);
  }
  .works .works-post:nth-child(n+5) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- type - */
.post-works-type {
  display: inline-block;
  margin: 0 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.2em 0.5em;
  background-color: #e5680d;
  color: #ffffff;
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 751px) {
  .post-works-type {
    margin: 0 0.3472222222vw 0 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-works-type {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- data - */
.works-data {
  margin-top: 8vw;
  border-top-color: #d9d9d9;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}

.works-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3333333333vw 0;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.works-data dt {
  position: relative;
  padding-top: 0.2em;
  width: 30.6666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}

.works-data dd {
  position: relative;
  padding: 0.2em 0 0 1.5em;
  width: calc(100% - 30.6666666667vw);
  line-height: 1.6em;
}
.works-data dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5333333333vw;
  height: 100%;
  background-color: #f5eedf;
}

@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.4722222222vw auto 0 auto;
    width: 69.4444444444vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.4em;
    width: 7.6388888889vw;
    text-align: center;
  }
  .works-data dd {
    padding: 0.7em 0 0.5em 1.5em;
    width: calc(100% - 9.375vw);
  }
  .works-data dd:before {
    width: 0.1388888889vw;
  }
  .works-data-harf {
    width: 34.0277777778vw;
  }
  .works-data-full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 50px;
    width: 1000px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 130px;
  }
  .works-data dd {
    width: calc(100% - 130px);
  }
  .works-data dd:before {
    width: 2px;
  }
  .works-data-harf {
    width: 490px;
  }
}
/* ------------------------------------------- before - */
.works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center center;
}

.works-before-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.works-before-thumb li {
  margin-left: 2vw;
  width: calc(25% - 2vw);
  height: 14.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.1333333333vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.works-before-thumb li:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-before > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .works-before-main {
    margin-bottom: 0;
    width: 34.7222222222vw;
    height: 24.3055555556vw;
    background-position: center top;
  }
  .works-before-thumb {
    margin-left: -1.0416666667vw;
    width: 31.25vw;
  }
  .works-before-thumb li {
    margin-left: 1.0416666667vw;
    width: calc(33.33333% - 1.0416666667vw);
    height: 6.9444444444vw;
    border-radius: 1.1111111111vw;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before > div {
    width: 1000px;
  }
  .works-before-main {
    width: 500px;
    height: 350px;
  }
  .works-before-thumb {
    margin-left: -15px;
    width: 450px;
  }
  .works-before-thumb li {
    margin-left: 15px;
    width: calc(33.33333% - 15px);
    height: 100px;
    border-radius: 16px;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 15px;
  }
}
/* ------------------------------------------- summary - */
.works-summary {
  position: relative;
  padding: 6.6666666667vw 5.7333333333vw;
  background-color: #ffffff;
  border-color: #f5eedf;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.works-summary-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.works-summary-ttl span {
  position: relative;
  padding: 0 1.5em;
}
.works-summary-ttl span:before, .works-summary-ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.05em;
  width: 0.4em;
  height: 0.4em;
  background-color: #e5680d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.works-summary-ttl span:before {
  left: 0;
}
.works-summary-ttl span:after {
  right: 0;
}

@media screen and (min-width: 751px) {
  .works-summary {
    padding: 2.4305555556vw 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .works-summary-ttl {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-summary {
    padding: 35px 50px;
    border-width: 2px;
    border-radius: 16px;
  }
  .works-summary-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.works-point .head-rb {
  margin-bottom: 1.5em;
}

.works-point-image {
  margin-bottom: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.works-point-image a {
  display: block;
}

.works-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.works-point-content p {
  font-size: 3.7333333333vw;
}

@media screen and (max-width: 750px) {
  .works-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .works-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point-list .works-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    padding: 0 3.4722222222vw;
  }
  .works-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 0.6944444444vw;
    border-radius: 1.1111111111vw;
  }
  .works-point-image img {
    height: 14.5833333333vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-list {
    margin-left: -30px;
    padding: 0 50px;
  }
  .works-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 10px;
    border-radius: 16px;
  }
  .works-point-image img {
    height: 210px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- comment - */
.works-comment {
  padding: 8vw 6.1333333333vw 6.6666666667vw 6.1333333333vw;
  background-color: #f5eedf;
}

.works-comment-ttl {
  margin-bottom: 1em;
  color: #6f5c35;
  font-size: 4.8vw;
  text-align: center;
  font-weight: 700;
}
.works-comment-ttl span {
  position: relative;
  padding-left: 9.3333333333vw;
}
.works-comment-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.1333333333vw;
  height: 4.6666666667vw;
  margin-top: -0.05em;
  background-image: url(../img/works/comment.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .works-comment {
    padding: 3.4722222222vw;
  }
  .works-comment-ttl {
    font-size: 1.8055555556vw;
  }
  .works-comment-ttl span {
    padding-left: 4.1666666667vw;
  }
  .works-comment-ttl span:before {
    width: 2.7777777778vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-comment {
    padding: 50px;
  }
  .works-comment-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .works-comment-ttl span {
    padding-left: 60px;
  }
  .works-comment-ttl span:before {
    width: 40px;
    height: 30px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.sub--staff section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.staff .staff-post:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.staff-image {
  position: relative;
  margin: 0 auto 8vw auto;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 62vw;
}

.staff-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.3333333333vw;
}

.staff-label {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.4em 1em;
  background-color: #e5680d;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.staff-position {
  margin-left: 2.6666666667vw;
  padding-top: 0.2em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.2em;
}

.staff-name {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.staff-data {
  border-top-color: #d9d9d9;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
  text-align: left;
}

.staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.6666666667vw 2.6666666667vw;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.staff-data dt {
  position: relative;
  top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2em;
  width: 10.6666666667vw;
  height: 5.0666666667vw;
  background-color: #f5eedf;
  border-radius: 0.5333333333vw;
  font-size: 3.7333333333vw;
}

.staff-data dd {
  width: 68vw;
  line-height: 2em;
}

.staff-message {
  margin-top: 4.6666666667vw;
  padding-bottom: 4.6666666667vw;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.staff-message dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0.2em 1em 0 1em;
  height: 5.0666666667vw;
  background-color: #f5eedf;
  border-radius: 0.5333333333vw;
  font-size: 3.7333333333vw;
}

.staff-message dd {
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .staff {
    margin: 0 auto;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .staff-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staff-image {
    margin: 0;
    width: 34.0277777778vw;
    border-radius: 1.1111111111vw;
  }
  .staff-image img {
    height: 23.9583333333vw;
  }
  .staff-content {
    width: 38.1944444444vw;
  }
  .staff-head {
    margin-bottom: 1.3888888889vw;
  }
  .staff-label {
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
  .staff-position {
    margin-left: 1em;
    font-size: 1.0416666667vw;
  }
  .staff-name {
    margin-bottom: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
  .staff-data {
    border-top-width: 0.0694444444vw;
  }
  .staff-data dl {
    padding: 1.0416666667vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .staff-data dt {
    width: 3.4722222222vw;
    height: 1.3888888889vw;
    border-radius: 0.2777777778vw;
    font-size: 0.9722222222vw;
  }
  .staff-data dd {
    width: 32.6388888889vw;
  }
  .staff-message {
    margin-top: 1.3888888889vw;
    padding: 0 0 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .staff-message dt {
    height: 1.3888888889vw;
    border-radius: 0.2777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 60px;
  }
  .staff-image {
    width: 490px;
    border-radius: 16px;
  }
  .staff-image img {
    height: 345px;
  }
  .staff-content {
    width: 550px;
  }
  .staff-head {
    margin-bottom: 20px;
  }
  .staff-label {
    border-radius: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .staff-position {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .staff-name {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 2rem;
  }
  .staff-data {
    border-top-width: 1px;
  }
  .staff-data dl {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .staff-data dt {
    width: 50px;
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff-data dd {
    width: 470px;
  }
  .staff-message {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
  .staff-message dt {
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.blog {
  position: relative;
}

.blog-side {
  margin-top: 13.3333333333vw;
}

.blog-side .blog-side-box:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.blog-side-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1em 0 1em;
  height: 9.3333333333vw;
  background-color: #e5680d;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
}
.blog-side-ttl span {
  position: relative;
  padding-left: 6vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}
.blog-side-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.1em;
  width: 4.1333333333vw;
  height: 4.1333333333vw;
  background-image: url(../img/blog/tag.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-side-content {
  padding: 2vw 4vw 6vw 4vw;
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.3333333333vw;
  }
  .blog-archive-content {
    width: 61.1111111111vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .blog .blog-post {
    margin-left: 1.3888888889vw;
    width: calc(33.33333% - 1.3888888889vw);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .blog-side {
    margin: 0;
    width: 18.75vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .blog-side-ttl {
    height: 3.4722222222vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
  }
  .blog-side-ttl span {
    padding-left: 1.7361111111vw;
    font-size: 1.25vw;
  }
  .blog-side-ttl span:before {
    width: 1.25vw;
    height: 1.25vw;
  }
  .blog-side-content {
    padding: 0.3472222222vw 1.7361111111vw 2.0833333333vw 1.7361111111vw;
    border-width: 0.0694444444vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archives {
    width: 1200px;
  }
  .blog-archive-content {
    width: 880px;
  }
  .blog {
    margin-left: -20px;
  }
  .blog .blog-post {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 40px;
  }
  .blog-side {
    width: 270px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-ttl {
    height: 50px;
    border-radius: 16px 16px 0 0;
  }
  .blog-side-ttl span {
    padding-left: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-side-ttl span:before {
    width: 18px;
    height: 18px;
  }
  .blog-side-content {
    padding: 5px 25px 30px 25px;
    border-width: 1px;
    border-radius: 0 0 16px 16px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 14.6666666667vw 1em 2.6666666667vw;
  border-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 3.7333333333vw;
  line-height: 1.28em;
}
.blog-side-cat li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 1em 2.4305555556vw 1em 0.4861111111vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
  }
  .blog-side-cat li a:after {
    right: 0.3472222222vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .blog-side-cat li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat li a {
    padding: 1em 35px 1em 7px;
    border-bottom-width: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-side-cat li a:after {
    right: 5px;
    width: 15px;
    height: 15px;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  border-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.blog-latest-image {
  width: 16vw;
}
.blog-latest-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 16vw;
}

.blog-latest-content {
  width: 62.6666666667vw;
}

.blog-latest-date {
  margin-bottom: 0.5em;
  font-size: 2.9333333333vw;
}

.blog-latest-ttl {
  height: 2.8em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .blog-latest {
    margin-top: 0.6944444444vw;
  }
  .blog-latest-post a {
    padding: 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-latest .blog-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-latest-image {
    width: 3.75vw;
  }
  .blog-latest-image img {
    height: 3.75vw;
  }
  .blog-latest-post a:hover .blog-latest-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-latest-content {
    width: 10.7638888889vw;
  }
  .blog-latest-date {
    font-size: 0.8333333333vw;
  }
  .blog-latest-ttl {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    margin-top: 10px;
  }
  .blog-latest-post a {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 54px;
  }
  .blog-latest-image img {
    height: 54px;
  }
  .blog-latest-content {
    width: 155px;
  }
  .blog-latest-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog-latest-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin: 9.3333333333vw auto 0 auto;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.blog-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16.6666666667vw;
  height: 12.2666666667vw;
  background-color: #e5680d;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.blog-mokuji dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.6666666667vw;
  display: inline-block;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-mokuji dd {
  padding: 8vw 4.6666666667vw;
  background-color: #fff4ec;
}

.blog-mokuji a {
  position: relative;
  display: block;
}

.blog-mokuji > dd > div {
  counter-reset: cnt;
}

.blog-mokuji > dd > div > a {
  padding-left: 12vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal);
  position: absolute;
  top: -0.3em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-color: #fedd00;
  border-radius: 50%;
  font-size: 3.7333333333vw;
  line-height: 1;
}

.blog-mokuji > dd > div > a:nth-of-type(n + 2) {
  margin-top: 1em;
}

.blog-mokuji > dd > div > div {
  margin-top: 1em;
  padding-left: 7.3333333333vw;
}

.blog-mokuji > dd > div > div > div {
  margin-top: 1em;
  padding-left: 2.6666666667vw;
}

.blog-mokuji > dd > div > div > a {
  padding-left: 1.1em;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > div > a:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 1.3333333333vw;
  height: 1.8666666667vw;
  background-image: url(../img/blog/arrow.svg);
  background-size: contain;
}

.blog-mokuji > dd > div > div > div > a {
  padding-left: 1.1em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #e5680d;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 4.1666666667vw;
    width: 50.6944444444vw;
    border-radius: 1.1111111111vw;
  }
  .blog-mokuji dt {
    padding-left: 8.6805555556vw;
    height: 5vw;
    font-size: 1.6666666667vw;
  }
  .blog-mokuji dt:before {
    left: 3.4722222222vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .blog-mokuji dd {
    padding: 3.4722222222vw;
  }
  .blog-mokuji > dd a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji > dd a:hover {
    color: #e5680d;
  }
  .blog-mokuji > dd > div > a {
    padding-left: 3.125vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > a:before {
    top: -0.15em;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 2.0833333333vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.1111111111vw;
  }
  .blog-mokuji > dd > div > div > a:before {
    width: 0.4166666667vw;
    height: 0.5555555556vw;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 1.7361111111vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 60px;
    width: 730px;
    border-radius: 16px;
  }
  .blog-mokuji dt {
    padding-left: 125px;
    height: 72px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .blog-mokuji dt:before {
    left: 50px;
    width: 48px;
    height: 48px;
  }
  .blog-mokuji dd {
    padding: 50px;
  }
  .blog-mokuji > dd > div > a {
    padding-left: 45px;
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > a:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 30px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-mokuji > dd > div > div > a:before {
    width: 6px;
    height: 8px;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 25px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  lineup --> archive
-------------------------------------------------------------------------------*/
.sub--lineup section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.lineup-post {
  background-color: #ffffff;
  border-color: #e69052;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.lineup-post a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
}

.lineup-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}
.lineup-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 55.3333333333vw;
}

.lineup-image > div {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}

.lineup-image-notes {
  margin: 4vw 0 5.3333333333vw;
  text-align: right;
  font-size: 3.2vw;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.lineup-image-notes::before {
  content: "※";
}

.lineup-setplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup-setplan--4 > div {
  width: 50%;
}

.lineup-post .lineup-setplan--4 > div img {
  height: 29.7333333333vw;
}

.lineup-setplan--3 > div {
  width: 33.33333%;
}

.lineup-setplan--2 > div {
  width: 50%;
}

.lineup-setplan--1 > div {
  width: 100%;
}

.lineup-discount {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0 0 0.2em;
  width: 22.2666666667vw;
  height: 22.2666666667vw;
  background-image: url(../img/lineup/frame.png);
  background-size: contain;
  z-index: 1;
}
.lineup-discount p {
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.02em;
  letter-spacing: 0;
}
.lineup-discount p span.color {
  color: #fedd00;
}
.lineup-discount p span.num {
  font-size: 8.2666666667vw;
}

.lineup-maker {
  position: absolute;
  top: 2vw;
  left: 2vw;
  padding: 0.4em 0.5em 0.2em 0.5em;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 3.2vw;
  z-index: 1;
}

.lineup-shop {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
}

.lineup-shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0.75em 0 0.75em;
  height: 4.8vw;
  background-color: #ffffff;
  border-radius: 2.4vw;
  font-size: 2.9333333333vw;
  z-index: 1;
}

.lineup-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lineup-size {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.6666666667vw;
  margin: 5.3333333333vw 0 4.6666666667vw;
}

.lineup-size dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.lineup-size dt {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0.5em 0.2em;
  width: 16vw;
  background-color: #e5680d;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

.lineup-size dd {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

.lineup-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.lineup-label {
  position: relative;
  top: -0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.7333333333vw;
  padding-top: 0.2em;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-color: #fedd00;
  border-radius: 0.2666666667vw;
}
.lineup-label p {
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.lineup-num {
  position: relative;
  display: inline-block;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
.lineup-num span {
  display: inline-block;
  margin-right: 0.1em;
  color: #e5680d;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 11.2vw;
}
.lineup-num:after {
  content: "（税込）";
  position: absolute;
  right: 1.3em;
  bottom: 2.2em;
  font-size: 2.6666666667vw;
  letter-spacing: 0.05em;
}

.lineup-maker-price {
  color: #494949;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: right;
}
.lineup-maker-price > span {
  display: inline-block;
  padding: 0.3em 0.75em 0.1em 0.75em;
  background-color: #f1efeb;
}
.lineup-maker-price > span > span {
  position: relative;
  padding: 0 0.2em;
}
.lineup-maker-price > span > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #494949;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .lineup {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .lineup .lineup-post:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .lineup-post {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-post a {
    padding: 0.8333333333vw 0.8333333333vw 1.3888888889vw 0.8333333333vw;
  }
  .lineup-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 1.1111111111vw;
  }
  .lineup-image img {
    height: 16.6666666667vw;
  }
  .lineup-image-notes {
    margin: 0.6944444444vw 0 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
  .lineup-post .lineup-setplan--4 > div img {
    height: 8.3333333333vw;
  }
  .lineup-post a:hover .lineup-image > div {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .lineup-discount {
    top: 1.3888888889vw;
    right: 1.3888888889vw;
    width: 5.7638888889vw;
    height: 5.7638888889vw;
  }
  .lineup-discount p {
    font-size: 1.5277777778vw;
  }
  .lineup-discount p span.num {
    font-size: 2.1527777778vw;
  }
  .lineup-maker {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    font-size: 1.0416666667vw;
  }
  .lineup-shop {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    gap: 0.3472222222vw;
  }
  .lineup-shop-item {
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 0.8333333333vw;
  }
  .lineup-ttl {
    height: 2.6em;
    font-size: 1.5277777778vw;
  }
  .lineup-size {
    gap: 0 0.6944444444vw;
    margin: 1.3888888889vw 0;
  }
  .lineup-size dt {
    width: 4.1666666667vw;
    font-size: 0.9722222222vw;
  }
  .lineup-size dd {
    font-size: 0.9722222222vw;
  }
  .lineup-label {
    margin-right: 0.5555555556vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 0.1388888889vw;
  }
  .lineup-label p {
    font-size: 0.9722222222vw;
  }
  .lineup-num {
    font-size: 1.6666666667vw;
  }
  .lineup-num span {
    font-size: 4.1666666667vw;
  }
  .lineup-num:after {
    font-size: 0.9722222222vw;
  }
  .lineup-maker-price {
    font-size: 0.9027777778vw;
  }
  .lineup-maker-price > span > span:after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .lineup {
    margin-left: -40px;
  }
  .lineup-post {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
    border-width: 2px;
    border-radius: 16px;
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-post a {
    padding: 12px 12px 20px 12px;
  }
  .lineup {
    margin-left: -40px;
  }
  .lineup-post {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .lineup-post:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-post a {
    padding: 12px 12px 20px 12px;
    border-width: 2px;
    border-radius: 16px;
  }
  .lineup-image {
    margin-bottom: 15px;
    border-radius: 16px;
  }
  .lineup-image img {
    height: 240px;
  }
  .lineup-image-notes {
    margin: 10px 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lineup-post .lineup-setplan--4 > div img {
    height: 120px;
  }
  .lineup-discount {
    top: 20px;
    right: 20px;
    width: 83px;
    height: 83px;
  }
  .lineup-discount p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .lineup-discount p span.num {
    font-size: 31px;
    font-size: 3.1rem;
  }
  .lineup-maker {
    top: 10px;
    left: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .lineup-shop {
    right: 10px;
    bottom: 10px;
    gap: 5px;
  }
  .lineup-shop-item {
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lineup-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .lineup-size {
    gap: 0 10px;
    margin: 20px 0;
  }
  .lineup-size dt {
    width: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-size dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-label {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
  }
  .lineup-label p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-num span {
    font-size: 60px;
    font-size: 6rem;
  }
  .lineup-num:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-maker-price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .lineup-maker-price > span > span:after {
    height: 2px;
  }
}
/*  lineup --> tax archive
-------------------------------------------------------------------------------*/
.lineup-taxonomy {
  position: relative;
  margin-bottom: 8vw;
}

.lineup-taxonomy-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3em;
  padding: 0.2em 1em 0 1em;
  height: 12vw;
  background-color: #e5680d;
  border-radius: 6vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.lineup-taxonomy-ttl:before {
  content: "";
  position: absolute;
  top: 0.9333333333vw;
  left: 0.9333333333vw;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #e69052;
  z-index: -1;
}
.lineup-taxonomy-ttl:after {
  content: "";
  position: absolute;
  top: -13.3333333333vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 16.8vw;
  height: 19.0666666667vw;
  background-image: url(../img/lineup/character.svg);
  background-size: contain;
  z-index: -1;
}

.lineup-taxonomy-desc {
  margin-bottom: 4vw;
  padding: 0 4vw;
}

.lineup-taxonomy-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.lineup-taxonomy-discount {
  margin-right: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0 0 0.2em;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-image: url(../img/lineup/frame.png);
  background-size: contain;
  z-index: 1;
}
.lineup-taxonomy-discount p {
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.02em;
  letter-spacing: 0;
}
.lineup-taxonomy-discount p span.color {
  color: #fedd00;
}
.lineup-taxonomy-discount p span.num {
  font-size: 6.9333333333vw;
}

.lineup-taxonomy-label {
  position: relative;
  top: -0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.7333333333vw;
  padding-top: 0.2em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #fedd00;
  border-radius: 0.2666666667vw;
}
.lineup-taxonomy-label p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.lineup-taxonomy-num {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0;
}
.lineup-taxonomy-num span {
  display: inline-block;
  margin-right: 0.1em;
  color: #e5680d;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 15.4666666667vw;
}
.lineup-taxonomy-num:after {
  content: "（税込）";
  position: absolute;
  right: 1.3em;
  bottom: 2.2em;
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}

.lineup-taxonomy-maker-price {
  color: #494949;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: right;
}
.lineup-taxonomy-maker-price > span {
  display: inline-block;
  padding: 0.3em 0.75em 0.1em 0.75em;
  background-color: #f1efeb;
}
.lineup-taxonomy-maker-price > span > span {
  position: relative;
  padding: 0 0.2em;
}
.lineup-taxonomy-maker-price > span > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #494949;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lineup-taxonomy-image {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .lineup-taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.5555555556vw;
  }
  .lineup-taxonomy-content {
    width: 34.7222222222vw;
  }
  .lineup-taxonomy-ttl {
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
  .lineup-taxonomy-ttl:before {
    top: 0.3472222222vw;
    left: 0.3472222222vw;
  }
  .lineup-taxonomy-ttl:after {
    top: -5.5555555556vw;
    left: 1.0416666667vw;
    width: 6.7361111111vw;
    height: 7.6388888889vw;
  }
  .lineup-taxonomy-desc {
    margin-bottom: 1.3888888889vw;
    padding: 0 2.0833333333vw;
  }
  .lineup-taxonomy-discount {
    margin-right: 1.3888888889vw;
    width: 5.7638888889vw;
    height: 5.7638888889vw;
  }
  .lineup-taxonomy-discount p {
    font-size: 1.5277777778vw;
  }
  .lineup-taxonomy-discount p span.num {
    font-size: 2.1527777778vw;
  }
  .lineup-taxonomy-label {
    margin-right: 0.6944444444vw;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    border-radius: 0.1388888889vw;
  }
  .lineup-taxonomy-label p {
    font-size: 1.25vw;
  }
  .lineup-taxonomy-num {
    font-size: 2.0833333333vw;
  }
  .lineup-taxonomy-num span {
    font-size: 4.8611111111vw;
  }
  .lineup-taxonomy-num:after {
    font-size: 1.25vw;
  }
  .lineup-taxonomy-maker-price {
    margin-bottom: 0.3em;
    font-size: 1.1111111111vw;
  }
  .lineup-taxonomy-maker-price > span > span:after {
    height: 0.1388888889vw;
  }
  .lineup-taxonomy-image {
    margin: 0;
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-taxonomy {
    margin-bottom: 80px;
  }
  .lineup-taxonomy-content {
    width: 500px;
  }
  .lineup-taxonomy-ttl {
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-taxonomy-ttl:before {
    top: 5px;
    left: 5px;
  }
  .lineup-taxonomy-ttl:after {
    top: -80px;
    left: 15px;
    width: 97px;
    height: 110px;
  }
  .lineup-taxonomy-desc {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .lineup-taxonomy-discount {
    margin-right: 20px;
    width: 83px;
    height: 83px;
  }
  .lineup-taxonomy-discount p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .lineup-taxonomy-discount p span.num {
    font-size: 31px;
    font-size: 3.1rem;
  }
  .lineup-taxonomy-label {
    margin-right: 10px;
    width: 52px;
    height: 52px;
    border-radius: 2px;
  }
  .lineup-taxonomy-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-taxonomy-num {
    font-size: 30px;
    font-size: 3rem;
  }
  .lineup-taxonomy-num span {
    font-size: 72px;
    font-size: 7.2rem;
  }
  .lineup-taxonomy-num:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-taxonomy-maker-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-taxonomy-maker-price > span > span:after {
    height: 2px;
  }
  .lineup-taxonomy-image {
    width: 550px;
  }
}
/*  lineup --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- title - */
.post--lineup .post-ttl span {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.4em 0.3em 0.3em 0.3em;
  background-color: #251e1c;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  font-size: 0.86em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .post--lineup .post-ttl span {
    top: -0.15em;
    margin: 0 0.5em 0 0;
    display: inline-block;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--lineup .post-ttl span {
    border-radius: 10px;
  }
}
/* ------------------------------------------- main - */
.lineup-main {
  position: relative;
}

.lineup-main-discount {
  position: absolute;
  top: -2vw;
  left: -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0 0 0.2em;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-image: url(../img/lineup/frame.png);
  background-size: contain;
  z-index: 1;
}
.lineup-main-discount p {
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.02em;
  letter-spacing: 0;
}
.lineup-main-discount p span.color {
  color: #fedd00;
}
.lineup-main-discount p span.num {
  font-size: 6.9333333333vw;
}

.lineup-main-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.lineup-main-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 58.6666666667vw;
}

.lineup-main-setplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup-main-setplan img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.lineup-main-setplan--4 > div {
  width: 50%;
}

.lineup-main-setplan--4 > div img {
  height: 29.3333333333vw;
}

.lineup-main-setplan--3 > div {
  width: 33.33333%;
}

.lineup-main-setplan--2 > div {
  width: 50%;
}

.lineup-main-setplan--1 > div {
  width: 100%;
}

.lineup-main-content {
  margin: 0 auto;
  width: 80vw;
}

.lineup-main-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 4vw;
}

.lineup-main-shop-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0.8em 0;
  height: 7.4666666667vw;
  border-color: #fff4ec;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 3.7333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.lineup-main-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.lineup-main-label {
  position: relative;
  top: -0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.7333333333vw;
  padding-top: 0.2em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #fedd00;
  border-radius: 0.2666666667vw;
}
.lineup-main-label p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.lineup-main-num {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0;
}
.lineup-main-num span {
  display: inline-block;
  margin-right: 0.1em;
  color: #e5680d;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 15.4666666667vw;
}
.lineup-main-num:after {
  content: "（税込）";
  position: absolute;
  right: 1.3em;
  bottom: 2.2em;
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}

.lineup-main-maker-price {
  margin-bottom: 0.5em;
  color: #494949;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: right;
}
.lineup-main-maker-price > span {
  display: inline-block;
  padding: 0.3em 0.75em 0.1em 0.75em;
  background-color: #f1efeb;
}
.lineup-main-maker-price > span > span {
  position: relative;
  padding: 0 0.2em;
}
.lineup-main-maker-price > span > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #494949;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lineup-main-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 72vw;
}

@media screen and (min-width: 751px) {
  .lineup-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .lineup-main-discount {
    top: -0.6944444444vw;
    left: -0.6944444444vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .lineup-main-discount p {
    font-size: 2.2916666667vw;
  }
  .lineup-main-discount p span.num {
    font-size: 2.9166666667vw;
  }
  .lineup-main-image {
    margin: 0;
    width: 36.1111111111vw;
  }
  .lineup-main-image img {
    height: 29.1666666667vw;
  }
  .lineup-main-image .lineup-image-notes {
    margin-bottom: 0;
  }
  .lineup-main-setplan--4 > div img {
    height: 14.5833333333vw;
  }
  .lineup-main-content {
    margin: 0;
    width: 29.1666666667vw;
  }
  .lineup-main-shop {
    gap: 0.6944444444vw;
    margin-bottom: 1.3888888889vw;
  }
  .lineup-main-shop-item {
    height: 2.7777777778vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .lineup-main-label {
    margin-right: 0.6944444444vw;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    border-radius: 0.1388888889vw;
  }
  .lineup-main-label p {
    font-size: 1.25vw;
  }
  .lineup-main-num {
    font-size: 2.0833333333vw;
  }
  .lineup-main-num span {
    font-size: 4.8611111111vw;
  }
  .lineup-main-num:after {
    font-size: 1.25vw;
  }
  .lineup-main-maker-price {
    font-size: 1.1111111111vw;
  }
  .lineup-main-maker-price > span > span:after {
    height: 0.1388888889vw;
  }
  .lineup-main-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 22.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main {
    width: 1000px;
  }
  .lineup-main-discount {
    top: -10px;
    left: -10px;
    width: 120px;
    height: 120px;
  }
  .lineup-main-discount p {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .lineup-main-discount p span.num {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .lineup-main-image {
    width: 520px;
  }
  .lineup-main-image img {
    height: 420px;
  }
  .lineup-main-setplan--4 > div img {
    height: 210px;
  }
  .lineup-main-content {
    width: 420px;
  }
  .lineup-main-shop {
    gap: 10px;
    margin-bottom: 20px;
  }
  .lineup-main-shop-item {
    height: 40px;
    border-width: 3px;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-main-label {
    margin-right: 10px;
    width: 52px;
    height: 52px;
    border-radius: 2px;
  }
  .lineup-main-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-main-num {
    font-size: 30px;
    font-size: 3rem;
  }
  .lineup-main-num span {
    font-size: 72px;
    font-size: 7.2rem;
  }
  .lineup-main-num:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-main-maker-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-main-maker-price > span > span:after {
    height: 2px;
  }
  .lineup-main-btn {
    margin: 30px auto 0 auto;
    width: 328px;
  }
}
/* ------------------------------------------- data - */
.lineup-data {
  position: relative;
  margin-bottom: 4.6666666667vw;
}

.lineup-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2vw 0;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.lineup-data dt {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.5em 0.5em 0.5em;
  width: 24vw;
  background-color: #f1efeb;
  color: #494949;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

.lineup-data dd {
  padding-top: 0.4em;
  width: 50.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .lineup-data {
    margin-bottom: 1.3888888889vw;
  }
  .lineup-data dl {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .lineup-data dt {
    width: 9.7222222222vw;
    font-size: 1.1111111111vw;
  }
  .lineup-data dd {
    width: 17.3611111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-data {
    margin-bottom: 20px;
  }
  .lineup-data dl {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .lineup-data dt {
    width: 140px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-data dd {
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- remarks - */
.lineup-remarks {
  position: relative;
  margin: 8vw auto 0 auto;
  padding: 11.3333333333vw 6vw 6vw 6vw;
  background-color: #ffffff;
  border-color: #f5eedf;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
  z-index: 1;
}

.lineup-remarks-ttl {
  position: absolute;
  top: 0;
  left: 6vw;
  padding: 0.6em 0.75em 0.4em 0.75em;
  display: inline-block;
  background-color: #6f5c35;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .lineup-remarks {
    margin: 2.4305555556vw 0 0 0;
    padding: 4.1666666667vw 3.125vw 2.0833333333vw 3.125vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .lineup-remarks-ttl {
    left: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-remarks {
    margin-top: 35px;
    padding: 60px 45px 30px 45px;
    border-width: 2px;
    border-radius: 16px;
  }
  .lineup-remarks-ttl {
    left: 45px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- desc - */
.lineup-main-desc {
  margin-bottom: 4.6666666667vw;
  padding: 5.3333333333vw 4vw;
  background-color: #fff4ec;
  border-radius: 2.1333333333vw;
  text-align: center;
}

.lineup-main-desc-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0 1.5em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.lineup-main-desc-ttl:before, .lineup-main-desc-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.15em;
  width: 0.4em;
  height: 0.4em;
  background-color: #e5680d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-main-desc-ttl:before {
  left: 0;
}
.lineup-main-desc-ttl:after {
  right: 0;
}

.lineup-main-desc-desc p {
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .lineup-main-desc {
    margin-bottom: 1.7361111111vw;
    padding: 1.3888888889vw 2.0833333333vw;
    border-radius: 1.1111111111vw;
  }
  .lineup-main-desc-ttl {
    font-size: 1.25vw;
  }
  .lineup-main-desc-desc p {
    font-size: 1.0416666667vw;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main-desc {
    margin-bottom: 25px;
    padding: 20px 30px;
    border-radius: 16px;
  }
  .lineup-main-desc-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-main-desc-desc p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
/* ------------------------------------------- standard - */
.lineup-box {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 6.6666666667vw 4vw 5.3333333333vw 4vw;
  background-color: #f5eedf;
  border-radius: 2.1333333333vw;
  text-align: center;
}

.lineup-stand-head {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  padding-bottom: 0.5em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.lineup-stand-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  border-radius: 0.3333333333vw;
  background-color: #e5680d;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lineup-stand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.lineup-stand-item {
  position: relative;
  margin-left: 2vw;
  padding: 2vw;
  width: calc(25% - 2vw);
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.lineup-stand-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em auto;
  width: 12vw;
  height: 10.1333333333vw;
  background-size: contain;
  background-position: center;
}

.lineup-stand-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.32em;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .lineup-stand .lineup-stand-item:nth-child(n+5) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-box {
    margin-top: 4.1666666667vw;
    padding: 2.7777777778vw 2.4305555556vw 2.4305555556vw 2.4305555556vw;
    border-radius: 1.1111111111vw;
  }
  .lineup-stand-head {
    font-size: 1.9444444444vw;
  }
  .lineup-stand-head:after {
    height: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
  .lineup-stand {
    margin-left: -1.0416666667vw;
  }
  .lineup-stand-item {
    margin-left: 1.0416666667vw;
    padding: 0.6944444444vw;
    width: calc(14.2% - 1.0416666667vw);
    border-radius: 1.1111111111vw;
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 1.0416666667vw;
  }
  .lineup-stand-icon {
    width: 4.5833333333vw;
    height: 3.8888888889vw;
  }
  .lineup-stand-ttl {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-box {
    margin-top: 60px;
    padding: 40px 35px 35px 35px;
    border-radius: 16px;
  }
  .lineup-stand-head {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .lineup-stand-head:after {
    height: 3px;
    border-radius: 1.5px;
  }
  .lineup-stand {
    margin-left: -15px;
  }
  .lineup-stand-item {
    margin-left: 15px;
    padding: 10px;
    width: calc(14.2% - 15px);
    border-radius: 16px;
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 15px;
  }
  .lineup-stand-icon {
    width: 66px;
    height: 56px;
  }
  .lineup-stand-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- point - */
.lineup-point {
  margin: 12vw auto 0 auto !important;
}

.lineup-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.lineup-point-desc {
  margin-bottom: 5.3333333333vw;
}

.lineup-point-image {
  margin: 0 auto 4.6666666667vw auto;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.lineup-point-image a {
  display: block;
}

.lineup-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.lineup-point-subhead {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.28em;
}

@media screen and (max-width: 750px) {
  .lineup-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .lineup-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .lineup-point-desc {
    margin: 0 auto 2.4305555556vw auto;
    width: 69.4444444444vw;
  }
  .lineup-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    padding: 0 3.4722222222vw;
  }
  .lineup-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-point-image {
    margin: 0 0 1.0416666667vw 0;
    border-radius: 0.6944444444vw;
  }
  .lineup-point-image img {
    height: 14.5833333333vw;
  }
  .lineup-point-subhead {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-point {
    margin: 60px 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .lineup-point-desc {
    margin-bottom: 35px;
    width: 1000px;
  }
  .lineup-point-list {
    margin-left: -30px;
    padding: 0 50px;
  }
  .lineup-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-point-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .lineup-point-image img {
    height: 210px;
  }
  .lineup-point-subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- reform bnr - */
.reform-bnr {
  margin-top: 10.6666666667vw;
}

.reform-bnr a {
  display: block;
  border-radius: 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .reform-bnr {
    margin-top: 4.1666666667vw;
  }
  .reform-bnr a {
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .reform-bnr {
    margin-top: 60px;
  }
  .reform-bnr a {
    border-radius: 10px;
  }
}
/* ------------------------------------------- table - */
.lineup-pricelist {
  position: relative;
}

.lineup-pricelist > div {
  position: relative;
  padding-bottom: 4vw;
  overflow-x: scroll;
}

.lineup-pricelist table {
  width: 100%;
  background-color: #ffffff;
  border: 0.5333333333vw solid #eee;
}

.lineup-pricelist table th,
.lineup-pricelist table td {
  padding: 0.5em 1em;
  border: 0.5333333333vw solid #eee;
  line-height: 1.25em;
  white-space: nowrap;
}

.lineup-pricelist table thead {
  background-color: #f5eedf;
}

.lineup-pricelist table thead th,
.lineup-pricelist table thead td {
  font-weight: 700;
}

.lineup-pricelist > div .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 28.2666666667vw;
  padding: 0;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  border-radius: 1.3333333333vw;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.lineup-pricelist > div .scroll-hint-text {
  display: none;
}

.lineup-pricelist > div .scroll-hint-icon:before {
  content: none;
}

.lineup-pricelist > div .scroll-hint-icon:after {
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin: 0;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-image: url(../img/scrollhint/scroll.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (min-width: 751px) {
  .lineup-pricelist > div {
    padding-bottom: 1.0416666667vw;
  }
  .lineup-pricelist table {
    border: 0.1388888889vw solid #eee;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border: 0.1388888889vw solid #eee;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    left: 26.8055555556vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-pricelist > div {
    padding-bottom: 15px;
  }
  .lineup-pricelist table {
    border: 2px solid #eee;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border: 2px solid #eee;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    left: 386px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 50px;
    height: 50px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.sub--shop .sec--blog .sec-balloon:before {
  content: "";
  position: absolute;
  top: 6.4vw;
  right: -4.6666666667vw;
  display: inline-block;
  width: 9.7333333333vw;
  height: 9.7333333333vw;
  background-image: url(../img/blog/pencil.svg);
  background-size: contain;
}

.sub--shop .sec--blog .sec-ttl span:after {
  content: none;
}

@media screen and (min-width: 751px) {
  .sub--shop .sec--blog .sec-balloon:before {
    top: -0.3472222222vw;
    right: -2.5694444444vw;
    width: 4.2361111111vw;
    height: 4.2361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--shop .sec--blog .sec-balloon:before {
    top: -5px;
    right: -37px;
    width: 61px;
    height: 61px;
  }
}
/*  #info
-------------------------------------------------------------------------------*/
.sec--info {
  padding: 17.3333333333vw 0 13.3333333333vw 0;
}

.sec--info .sec-in {
  width: 88vw;
}

.info > div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sec--info .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--info .sec-ttl {
  font-size: 5.3333333333vw;
}
.sec--info .sec-ttl:before {
  content: "SHOWROOM";
  position: absolute;
  top: -17.3333333333vw;
  left: -3.3333333333vw;
  font-size: 18.6666666667vw;
  font-weight: 700;
  white-space: nowrap;
  z-index: -1;
}

.info-image {
  margin-bottom: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.info-data dl {
  position: relative;
  padding: 4vw 2.2666666667vw;
}
.info-data dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #d9d9d9;
}

.info-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding: 0.4em 0 0.3em 0;
  width: 16.5333333333vw;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
}

.info-data dd {
  width: 100%;
  line-height: 1.6em;
}

.info-map {
  margin-top: 8vw;
}

.info-map .sec-en {
  margin-bottom: 0.8em;
}

.info-googlemap {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.sec--info-kanto {
  background-color: #e6efde;
}
.sec--info-kanto .sec-ttl:before {
  color: rgba(128, 176, 88, 0.15);
}
.sec--info-kanto .info-data dt {
  background-color: #80b058;
}

.sec--info-tokai {
  background-color: #e2ecf2;
}
.sec--info-tokai .sec-ttl:before {
  color: rgba(109, 162, 189, 0.15);
}
.sec--info-tokai .info-data dt {
  background-color: #6da2bd;
}

@media screen and (max-width: 750px) {
  .sec--info .sec-ttl:before {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 751px) {
  .sec--info {
    padding: 8.3333333333vw 0 5.5555555556vw 0;
  }
  .sec--info .sec-in {
    width: 76.3888888889vw;
  }
  .info > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sec--info .sec-head {
    margin-bottom: 4.1666666667vw;
  }
  .sec--info .sec-ttl {
    font-size: 2.5vw;
  }
  .sec--info .sec-ttl:before {
    top: 50%;
    left: 50%;
    margin-top: 0.02em;
    font-size: 9.7222222222vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .info-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info-image {
    margin: 2.7777777778vw 0 0 0;
    width: 34.0277777778vw;
    border-radius: 1.1111111111vw;
  }
  .info-content {
    width: 38.1944444444vw;
  }
  .info-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0;
  }
  .info-data dl:before {
    height: 0.0694444444vw;
  }
  .info-data dt {
    margin: 0;
    width: 6.9444444444vw;
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
  .info-data dd {
    padding-top: 0.1em;
    width: calc(100% - 8.3333333333vw);
  }
  .info-map {
    margin-top: 2.4305555556vw;
  }
  .info-googlemap {
    border-width: 0.2777777778vw;
    border-radius: 1.1111111111vw;
  }
  .info-googlemap .ggmap {
    padding-bottom: 35%;
  }
}
@media screen and (min-width: 1441px) {
  .sec--info {
    padding: 120px 0 80px 0;
  }
  .sec--info .sec-in {
    width: 1100px;
  }
  .info > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .sec--info .sec-head {
    margin-bottom: 60px;
  }
  .sec--info .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec--info .sec-ttl:before {
    font-size: 140px;
    font-size: 14rem;
  }
  .info-image {
    margin-top: 40px;
    width: 490px;
    border-radius: 16px;
  }
  .info-content {
    width: 550px;
  }
  .info-data dl {
    padding: 20px 0;
  }
  .info-data dl:before {
    height: 1px;
  }
  .info-data dt {
    width: 100px;
    border-radius: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .info-data dd {
    width: calc(100% - 120px);
  }
  .info-map {
    margin-top: 35px;
  }
  .info-googlemap {
    border-width: 4px;
    border-radius: 16px;
  }
}
/*  #inquiry
-------------------------------------------------------------------------------*/
.shop-inquiry {
  position: relative;
  padding: 11.3333333333vw 0 2.6666666667vw 0;
  background-image: url(../img/shop/bg_sp.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.shop-inquiry-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.shop-inquiry-in:before, .shop-inquiry-in:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.shop-inquiry-balloon {
  position: absolute;
  top: -17.3333333333vw;
  left: 50%;
  display: inline-block;
  padding: 0.2em 2em 0.1em 2em;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shop-inquiry-balloon span {
  color: #feba00;
}
.shop-inquiry-balloon:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2vw 1.6vw 0px 1.6vw;
  border-color: #251e1c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shop-inquiry-box {
  position: relative;
  margin: 0 auto;
  padding-top: 4vw;
  width: 91.7333333333vw;
  height: 33.3333333333vw;
  background-image: url(../img/shop/frame_sp.png);
  background-size: contain;
  border-radius: 2.1333333333vw;
}
.shop-inquiry-box:after {
  content: "";
  position: absolute;
  right: 4vw;
  bottom: 4.6666666667vw;
  display: inline-block;
  width: 13.7333333333vw;
  height: 17.3333333333vw;
  background-image: url(../img/shop/character-n.svg);
  background-size: contain;
  z-index: 3;
}

.shop-inquiry-ttl {
  position: relative;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.shop-inquiry-ttl span {
  color: #e5680d;
}

.shop-inquiry-btn {
  margin: 1.0666666667vw auto 0 auto;
  width: 53.3333333333vw;
}

@media screen and (max-width: 750px) {
  .shop-inquiry-box {
    z-index: 2;
  }
}
@media screen and (min-width: 751px) {
  .shop-inquiry {
    padding: 3.4722222222vw 0 1.7361111111vw 0;
    background-image: url(../img/shop/bg.jpg);
    background-image: image-set(url(../img/shop/bg.jpg) 1x, url(../img/shop/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/shop/bg.jpg) 1x, url(../img/shop/bg-2x.jpg) 2x);
    overflow: hidden;
  }
  .shop-inquiry-in {
    width: 76.3888888889vw;
  }
  .shop-inquiry-in:before, .shop-inquiry-in:after {
    z-index: 2;
  }
  .shop-inquiry-balloon {
    top: -2.0833333333vw;
    padding: 0.6em 1.25em 0.4em 1.25em;
    font-size: 1.3888888889vw;
    z-index: 2;
  }
  .shop-inquiry-balloon:before {
    content: "";
    top: -5.7638888889vw;
    width: 6.6666666667vw;
    height: 8.4722222222vw;
  }
  .shop-inquiry-balloon:after {
    border-width: 0.9722222222vw 0.4861111111vw 0px 0.4861111111vw;
  }
  .shop-inquiry-box {
    padding-top: 2.5694444444vw;
    width: 45vw;
    height: 13.8888888889vw;
    background-image: url(../img/shop/frame.png);
    background-image: image-set(url(../img/shop/frame.png) 1x, url(../img/shop/frame-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/shop/frame.png) 1x, url(../img/shop/frame-2x.png) 2x);
    border-radius: 1.1111111111vw;
  }
  .shop-inquiry-box:before {
    content: "";
    position: absolute;
    top: -2.0833333333vw;
    left: -2.6388888889vw;
    display: inline-block;
    width: 9.6527777778vw;
    height: 7.6388888889vw;
    background-image: url(../img/shop/balloon.png);
    background-image: image-set(url(../img/shop/balloon.png) 1x, url(../img/shop/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/shop/balloon.png) 1x, url(../img/shop/balloon-2x.png) 2x);
    background-size: contain;
    z-index: 3;
  }
  .shop-inquiry-box:after {
    right: 2.7777777778vw;
    bottom: 2.0833333333vw;
    width: 5.9027777778vw;
    height: 7.4305555556vw;
  }
  .shop-inquiry-ttl {
    font-size: 1.9444444444vw;
    line-height: 1.3em;
  }
  .shop-inquiry-btn {
    margin: 0.4166666667vw auto 0 auto;
    width: 18.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .shop-inquiry {
    padding: 50px 0 25px 0;
  }
  .shop-inquiry-in {
    width: 1100px;
  }
  .shop-inquiry-balloon {
    top: -30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .shop-inquiry-balloon:after {
    border-width: 14px 7px 0px 7px;
  }
  .shop-inquiry-box {
    padding-top: 37px;
    width: 648px;
    height: 200px;
    border-radius: 16px;
  }
  .shop-inquiry-box:before {
    top: -30px;
    left: -38px;
    width: 139px;
    height: 110px;
  }
  .shop-inquiry-box:after {
    right: 40px;
    bottom: 30px;
    width: 85px;
    height: 107px;
  }
  .shop-inquiry-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .shop-inquiry-btn {
    margin: 6px auto 0 auto;
    width: 268px;
  }
}
/*  #mv
-------------------------------------------------------------------------------*/
.shop-mv {
  position: relative;
  margin: 0 auto 8vw auto;
  width: 92vw;
  border-radius: 4.2666666667vw;
  overflow: hidden;
}

.shop-mv-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-mv-image > div {
  width: 46vw;
}

.shop-mv-house {
  position: absolute;
  top: 10vw;
  left: 50%;
  padding-top: 11.7333333333vw;
  width: 65.8666666667vw;
  height: 61.4666666667vw;
  background-image: url(../img/shop/house_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.shop-mv-house:after {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  left: 26vw;
  display: inline-block;
  width: 16.8vw;
  height: 19.0666666667vw;
  background-image: url(../img/shop/character-p.svg);
  background-size: contain;
}

.shop-mv-label {
  position: absolute;
  top: -8vw;
  left: -11.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.8666666667vw;
  height: 25.8666666667vw;
  background-color: #e5680d;
  border-radius: 50%;
}
.shop-mv-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24vw;
  height: 24vw;
  background-color: #e5680d;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop-mv-label p {
  position: relative;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  z-index: 1;
}

.shop-mv-ttl {
  position: relative;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.shop-mv-ttl span {
  position: relative;
}
.shop-mv-ttl span.mokumoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
  padding-top: 0.2em;
  height: 7.6vw;
  background-size: contain;
  background-position: center;
  font-size: 3.4666666667vw;
}
.shop-mv-ttl span.catch {
  display: inline-block;
  margin-bottom: 2.4vw;
  padding: 0 4vw;
  font-size: 3.4666666667vw;
}
.shop-mv-ttl span.catch:before, .shop-mv-ttl span.catch:after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  display: inline-block;
  width: 2.8vw;
  height: 5.0666666667vw;
  background-image: url(../img/shop/slash.svg);
  background-size: contain;
}
.shop-mv-ttl span.catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.shop-mv-ttl span.catch:after {
  right: 0;
}
.shop-mv-ttl span.logo {
  display: inline-block;
  margin-bottom: 1.7333333333vw;
  width: 42.9333333333vw;
}

.shop-mv-ttl--3 span.mokumoku {
  background-image: url(../img/shop/mokumoku3.png);
}

.shop-mv-ttl--4 span.mokumoku {
  background-image: url(../img/shop/mokumoku4.png);
}

.shop-mv-en {
  position: absolute;
  top: 38.2666666667vw;
  left: 46.6666666667vw;
  color: #fed700;
  font-family: "MilkScript", sans-serif;
  font-size: 6.4vw;
  font-style: italic;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  z-index: -1;
}

.shop-mv-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 53.3333333333vw;
}

@media screen and (min-width: 751px) {
  .shop-mv {
    margin: 0 auto 6.25vw auto;
    width: 83.3333333333vw;
    border-radius: 2.2222222222vw;
  }
  .shop-mv-image > div {
    width: 41.6666666667vw;
  }
  .shop-mv-house {
    top: 2.4305555556vw;
    padding-top: 4.7222222222vw;
    width: 26.1805555556vw;
    height: 24.4444444444vw;
    background-image: url(../img/shop/house.png);
    background-image: image-set(url(../img/shop/house.png) 1x, url(../img/shop/house-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/shop/house.png) 1x, url(../img/shop/house-2x.png) 2x);
  }
  .shop-mv-house:after {
    top: -0.5555555556vw;
    left: 10.4166666667vw;
    width: 6.7361111111vw;
    height: 7.6388888889vw;
  }
  .shop-mv-label {
    top: 1.7361111111vw;
    left: -7.9861111111vw;
    width: 11.25vw;
    height: 11.25vw;
  }
  .shop-mv-label:before {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border-width: 0.0694444444vw;
  }
  .shop-mv-label p {
    font-size: 1.25vw;
  }
  .shop-mv-ttl {
    font-size: 1.9444444444vw;
  }
  .shop-mv-ttl span.mokumoku {
    margin-bottom: 0.5555555556vw;
    height: 2.9861111111vw;
    font-size: 1.3888888889vw;
  }
  .shop-mv-ttl span.catch {
    margin-bottom: 0.9722222222vw;
    padding: 0 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .shop-mv-ttl span.catch:before, .shop-mv-ttl span.catch:after {
    width: 1.1111111111vw;
    height: 2.0138888889vw;
  }
  .shop-mv-ttl span.logo {
    margin-bottom: 0.8333333333vw;
    width: 17.2916666667vw;
  }
  .shop-mv-en {
    top: 15.2777777778vw;
    left: 17.3611111111vw;
    font-size: 2.5vw;
  }
  .shop-mv-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 18.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .shop-mv {
    margin: 0 auto 90px auto;
    width: 1200px;
    border-radius: 32px;
  }
  .shop-mv-image > div {
    width: 600px;
  }
  .shop-mv-house {
    top: 35px;
    padding-top: 68px;
    width: 377px;
    height: 352px;
  }
  .shop-mv-house:after {
    top: -8px;
    left: 150px;
    width: 97px;
    height: 110px;
  }
  .shop-mv-label {
    top: 25px;
    left: -115px;
    width: 162px;
    height: 162px;
  }
  .shop-mv-label:before {
    width: 150px;
    height: 150px;
    border-width: 1px;
  }
  .shop-mv-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shop-mv-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .shop-mv-ttl span.mokumoku {
    margin-bottom: 8px;
    height: 43px;
    font-size: 20px;
    font-size: 2rem;
  }
  .shop-mv-ttl span.catch {
    margin-bottom: 14px;
    padding: 0 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  .shop-mv-ttl span.catch:before, .shop-mv-ttl span.catch:after {
    width: 16px;
    height: 29px;
  }
  .shop-mv-ttl span.logo {
    margin-bottom: 12px;
    width: 249px;
  }
  .shop-mv-en {
    top: 220px;
    left: 250px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .shop-mv-btn {
    margin: 30px auto 0 auto;
    width: 268px;
  }
}
/*  #point
-------------------------------------------------------------------------------*/
.shop-point {
  margin: 0 auto;
  width: 92vw;
}

.shop-point > li {
  position: relative;
  padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw 8.6666666667vw;
  width: 90.1333333333vw;
  background-color: rgba(231, 209, 166, 0.2);
  border-radius: 5.3333333333vw;
}
.shop-point > li:before {
  content: "";
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 209, 166, 0.2);
  border-radius: 5.3333333333vw;
  z-index: -1;
}

.shop-point-head {
  position: relative;
  margin-bottom: 3.2vw;
  padding-bottom: 3.2vw;
}
.shop-point-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 73.6vw;
  height: 2vw;
  background-image: url(../img/shop/dot_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shop-point-num {
  color: #e5680d;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  letter-spacing: 0;
}

.shop-point-ttl {
  padding-top: 0.2em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.shop-point-desc p {
  font-size: 3.4666666667vw;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .shop-point-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-point-num {
    margin-right: 2.6666666667vw;
  }
  .shop-point > li:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .shop-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 83.3333333333vw;
  }
  .shop-point > li {
    padding: 2.7777777778vw 0 0 0.6944444444vw;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
  }
  .shop-point > li:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    border-radius: 50%;
  }
  .shop-point > li:after {
    top: 2.6388888889vw;
    font-size: 3.1944444444vw;
  }
  .shop-point-head {
    margin-bottom: 1.25vw;
    padding-bottom: 1.25vw;
    text-align: center;
  }
  .shop-point-head:after {
    width: 20.2777777778vw;
    height: 0.8333333333vw;
    background-image: url(../img/shop/dot.svg);
  }
  .shop-point-num {
    margin-bottom: 0.2em;
    font-size: 3.1944444444vw;
  }
  .shop-point-ttl {
    padding: 0;
    font-size: 1.6666666667vw;
  }
  .shop-point-desc {
    margin: 0 auto;
    width: 16.6666666667vw;
  }
  .shop-point-desc p {
    font-size: 1.0416666667vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .shop-point {
    width: 1200px;
  }
  .shop-point > li {
    padding: 40px 0 0 10px;
    width: 360px;
    height: 360px;
  }
  .shop-point > li:before {
    top: 10px;
    left: 10px;
  }
  .shop-point > li:after {
    top: 38px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .shop-point-head {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .shop-point-head:after {
    width: 292px;
    height: 12px;
  }
  .shop-point-num {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .shop-point-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .shop-point-desc {
    width: 240px;
  }
  .shop-point-desc p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  #possible
-------------------------------------------------------------------------------*/
.sec--possible {
  padding: 13.3333333333vw 0 21.3333333333vw 0;
  background: repeating-linear-gradient(90deg, #faeadd, #faeadd 4.8vw, #fdf1e9 4.8vw, #fdf1e9 9.6vw);
}

.sec--possible .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--possible .sec-ttl {
  font-size: 5.3333333333vw;
}
.sec--possible .sec-ttl span {
  color: #e5680d;
}

.sec--possible .sec-en {
  margin: 0.5em 0 0 0;
  color: #e5680d;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.possible > li {
  position: relative;
  border-radius: 5.3333333333vw 5.3333333333vw 10.6666666667vw 10.6666666667vw;
  overflow: hidden;
}

.possible > li:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.possible-head {
  position: relative;
  padding: 3.3333333333vw 6vw 2.5333333333vw 30vw;
  background-image: url(../img/possible/dot_sp.jpg);
  background-repeat: repeat-y;
}

.possible-num {
  position: absolute;
  top: -0.2em;
  left: 6vw;
  width: 20vw;
  z-index: 1;
}

.possible-ttl {
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
}

.possible-content {
  position: relative;
  padding: 8vw 6vw;
  background-color: #ffffff;
}

.possible-content > div:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.possible-contents-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.possible-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.possible-gallery > div {
  width: 38.6666666667vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.possible-consul dl {
  padding: 0 5.3333333333vw;
  background-color: #f5eedf;
  border-radius: 0.5333333333vw;
}

.possible-consul dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 0 0 8.6666666667vw;
  height: 12vw;
  color: #6f5c35;
  font-size: 4vw;
  font-weight: 700;
}
.possible-consul dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.4vw;
  height: 4.9333333333vw;
  background-image: url(../img/possible/comment.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.possible-consul dt:after {
  content: "";
  position: absolute;
  left: -5.3333333333vw;
  bottom: 0;
  width: 74.6666666667vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
}

.possible-consul dd {
  padding: 2.6666666667vw 0 4vw 0;
}

.possible-consul dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw;
}

.possible-consul dd ul > li {
  position: relative;
  margin-left: 2.6666666667vw;
  padding-left: 4.6666666667vw;
  width: calc(50% - 2.6666666667vw);
  font-size: 2.8vw;
}
.possible-consul dd ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.05em;
  width: 3.2vw;
  height: 3.2vw;
  background-color: #e5680d;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .possible-consul dd ul > li:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--possible {
    padding: 8.3333333333vw 0 6.9444444444vw 0;
    background: repeating-linear-gradient(90deg, #faeadd, #faeadd 2.5vw, #fdf1e9 2.5vw, #fdf1e9 5vw);
  }
  .sec--possible .sec-in {
    width: 83.3333333333vw;
  }
  .sec--possible .sec-head {
    margin-bottom: 4.1666666667vw;
  }
  .sec--possible .sec-ttl {
    font-size: 2.5vw;
  }
  .sec--possible .sec-en {
    font-size: 1.25vw;
  }
  .possible > li {
    border-radius: 2.7777777778vw 2.7777777778vw 5.5555555556vw 5.5555555556vw;
  }
  .possible > li:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .possible-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw 3.6805555556vw 1.9444444444vw 7.3611111111vw;
    background-image: url(../img/possible/dot.jpg);
    background-image: image-set(url(../img/possible/dot.jpg) 1x, url(../img/possible/dot-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/possible/dot.jpg) 1x, url(../img/possible/dot-2x.jpg) 2x);
  }
  .possible-num {
    left: 5.9027777778vw;
    width: 7.3611111111vw;
  }
  .possible-ttl {
    font-size: 2.0833333333vw;
  }
  .possible-content {
    padding: 4.8611111111vw 7.2916666667vw;
  }
  .possible-content > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .possible-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .possible-contents-image {
    margin: 0;
    width: 28.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .possible-contents-desc {
    width: 35.4166666667vw;
  }
  .possible-gallery {
    gap: 2.0833333333vw;
    margin: 0 auto;
    width: 61.8055555556vw;
  }
  .possible-gallery > div {
    width: 13.8888888889vw;
    border-radius: 1.1111111111vw;
  }
  .possible-consul dl {
    padding: 0 2.7777777778vw;
    border-radius: 0.2777777778vw;
  }
  .possible-consul dt {
    padding: 0.2em 0 0 3.125vw;
    height: 4.1666666667vw;
    font-size: 1.25vw;
  }
  .possible-consul dt:before {
    width: 2.3611111111vw;
    height: 1.8055555556vw;
  }
  .possible-consul dt:after {
    left: 50%;
    width: calc(100% + 5.5555555556vw);
    height: 0.0694444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .possible-consul dd {
    padding: 1.7361111111vw 0;
  }
  .possible-consul dd ul {
    margin: -0.6944444444vw 0 0 -2.0833333333vw;
  }
  .possible-consul dd ul > li {
    margin: 0.6944444444vw 0 0 2.0833333333vw;
    padding-left: 1.7361111111vw;
    width: auto;
    font-size: 1.1111111111vw;
  }
  .possible-consul dd ul > li:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--possible {
    padding: 120px 0 100px 0;
    background: repeating-linear-gradient(90deg, #faeadd, #faeadd 36px, #fdf1e9 36px, #fdf1e9 72px);
  }
  .sec--possible .sec-in {
    width: 1200px;
  }
  .sec--possible .sec-head {
    margin-bottom: 60px;
  }
  .sec--possible .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec--possible .sec-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .possible > li {
    border-radius: 40px 40px 80px 80px;
  }
  .possible > li:nth-child(n+2) {
    margin-top: 80px;
  }
  .possible-head {
    padding: 30px 53px 28px 106px;
  }
  .possible-num {
    left: 85px;
    width: 106px;
  }
  .possible-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .possible-content {
    padding: 70px 105px;
  }
  .possible-content > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .possible-contents-image {
    width: 410px;
    border-radius: 16px;
  }
  .possible-contents-desc {
    width: 510px;
  }
  .possible-gallery {
    gap: 30px;
    width: 890px;
  }
  .possible-gallery > div {
    width: 200px;
    border-radius: 16px;
  }
  .possible-consul dl {
    padding: 0 40px;
    border-radius: 4px;
  }
  .possible-consul dt {
    padding: 0.2em 0 0 45px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .possible-consul dt:before {
    width: 34px;
    height: 26px;
  }
  .possible-consul dt:after {
    width: calc(100% + 80px);
    height: 1px;
  }
  .possible-consul dd {
    padding: 25px 0;
  }
  .possible-consul dd ul {
    margin: -10px 0 0 -30px;
  }
  .possible-consul dd ul > li {
    margin: 10px 0 0 30px;
    padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .possible-consul dd ul > li:before {
    width: 15px;
    height: 15px;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.reason {
  margin: 0 auto;
  width: 85.3333333333vw;
}

.reason-slide {
  position: relative;
  margin-top: 6.6666666667vw;
}

.reason-slide .swiper-wrapper .swiper-slide {
  padding: 4vw 4vw 7.3333333333vw 4vw;
  width: 85.3333333333vw !important;
  height: auto;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.reason-slide-image {
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.reason-slide-content {
  position: relative;
  padding-top: 8vw;
}

.reason-slide-num {
  position: absolute;
  top: -6.4vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.8vw;
  height: 12.8vw;
  background-color: #fedd00;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.reason-slide-num span {
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 7.4666666667vw;
  letter-spacing: 0;
}

.reason-slide-ttl {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.45em;
}

@media screen and (max-width: 750px) {
  .reason-slide .swiper-slide {
    left: 3.6666666667vw;
    margin-right: 7.3333333333vw;
  }
  .reason-slide .swiper-slide:last-child {
    margin-right: 0;
  }
  #reason-pagination {
    margin-top: 6vw;
  }
  #reason-pagination .swiper-pagination-bullet-active {
    background-color: #e5680d;
  }
}
@media screen and (min-width: 751px) {
  .reason {
    width: 81.25vw;
  }
  .reason-slide {
    margin-top: 4.8611111111vw;
  }
  .reason-slide .swiper-wrapper {
    gap: 2.0833333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    height: auto;
  }
  .reason-slide .swiper-wrapper .swiper-slide {
    padding: 0.9722222222vw 0.9722222222vw 2.0833333333vw 0.9722222222vw;
    width: 25.6944444444vw !important;
    border-radius: 1.1111111111vw;
  }
  .reason-slide-image {
    border-radius: 1.1111111111vw;
  }
  .reason-slide-content {
    padding-top: 3.125vw;
  }
  .reason-slide-num {
    top: -2.3611111111vw;
    width: 4.7222222222vw;
    height: 4.7222222222vw;
  }
  .reason-slide-num span {
    font-size: 2.7777777778vw;
  }
  .reason-slide-ttl {
    font-size: 1.5277777778vw;
  }
  #reason-prev,
  #reason-next,
  #reason-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    width: 1170px;
  }
  .reason-slide {
    margin-top: 70px;
  }
  .reason-slide .swiper-wrapper {
    gap: 30px;
  }
  .reason-slide .swiper-wrapper .swiper-slide {
    padding: 14px 14px 30px 14px;
    width: 370px !important;
    border-radius: 16px;
  }
  .reason-slide-image {
    border-radius: 16px;
  }
  .reason-slide-content {
    padding-top: 45px;
  }
  .reason-slide-num {
    top: -34px;
    width: 68px;
    height: 68px;
  }
  .reason-slide-num span {
    font-size: 40px;
    font-size: 4rem;
  }
  .reason-slide-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/*  #staff
-------------------------------------------------------------------------------*/
.sec--staff {
  padding: 12vw 0 13.3333333333vw 0;
  overflow: hidden;
}
.sec--staff:before, .sec--staff:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 76.9333333333vw;
  height: 41.4666666667vw;
  background-size: contain;
}
.sec--staff:before {
  top: -22vw;
  left: -49.3333333333vw;
  background-image: url(../img/staff/deco-l.svg);
}
.sec--staff:after {
  right: -52vw;
  bottom: -13.3333333333vw;
  background-image: url(../img/staff/deco-r.svg);
}

.sec--staff .sec-in {
  width: 85.3333333333vw;
}

.sec--staff .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--staff .sec-ttl {
  font-size: 5.3333333333vw;
}
.sec--staff .sec-ttl span {
  color: #e5680d;
}

.sec--staff .sec-en {
  margin: 0.5em 0 0 0;
  color: #e5680d;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.staff-shop {
  position: relative;
}

.staff-slide {
  position: relative;
}

.staff-slide .swiper-slide {
  margin-right: 7.3333333333vw;
  padding: 3.2vw 3.2vw 4.6666666667vw 3.2vw;
  width: 85.3333333333vw;
  height: auto;
  background-color: #ffffff;
  border-color: #e69052;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.staff-slide .swiper-slide:last-child {
  margin-right: 0;
}

.staff-slide-image {
  margin-bottom: 3.3333333333vw;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  overflow: hidden;
}
.staff-slide-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 56vw;
}

.staff-slide-position {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0.4em 0.5em 0.2em 0.5em;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 2.9333333333vw;
}

.staff-slide-name {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

#staff-pagination {
  margin-top: 6vw;
}

#staff-pagination .swiper-pagination-bullet-active {
  background-color: #e5680d;
}

@media screen and (max-width: 750px) {
  .staff-slide-content {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .sec--staff {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .sec--staff:before, .sec--staff:after {
    width: 28.6111111111vw;
    height: 15.4166666667vw;
  }
  .sec--staff:before {
    top: -5.2083333333vw;
    left: -7.7777777778vw;
  }
  .sec--staff:after {
    right: -14.2361111111vw;
    bottom: -4.8611111111vw;
  }
  .sec--staff .sec-in {
    width: 83.3333333333vw;
  }
  .sec--staff .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--staff .sec-ttl {
    font-size: 2.5vw;
  }
  .sec--staff .sec-en {
    font-size: 1.25vw;
  }
  .staff-slide .swiper-slide {
    margin-right: 1.875vw;
    padding: 1.0416666667vw 1.0416666667vw 1.3888888889vw 1.0416666667vw;
    width: 19.4444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .staff-slide-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
  }
  .staff-slide-image img {
    height: 11.4583333333vw;
  }
  .staff-slide-position {
    margin-bottom: 0.5em;
    font-size: 0.8333333333vw;
  }
  .staff-slide-name {
    font-size: 1.0416666667vw;
  }
  #staff-pagination {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--staff {
    padding: 100px 0 80px 0;
  }
  .sec--staff:before, .sec--staff:after {
    width: 412px;
    height: 222px;
  }
  .sec--staff:before {
    top: -75px;
    left: -112px;
  }
  .sec--staff:after {
    right: -205px;
    bottom: -70px;
  }
  .sec--staff .sec-in {
    width: 1200px;
  }
  .sec--staff .sec-head {
    margin-bottom: 40px;
  }
  .sec--staff .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec--staff .sec-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-slide .swiper-slide {
    margin-right: 27px;
    padding: 15px 15px 20px 15px;
    width: 280px;
    border-width: 2px;
    border-radius: 16px;
  }
  .staff-slide-image {
    margin-bottom: 15px;
    border-radius: 16px 16px 0 0;
  }
  .staff-slide-image img {
    height: 165px;
  }
  .staff-slide-position {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .staff-slide-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #staff-pagination {
    margin-top: 40px;
  }
}
/*  #subsidy
-------------------------------------------------------------------------------*/
.sec--subsidy {
  padding: 10.6666666667vw 0 13.3333333333vw 0;
}

.sec--subsidy .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--subsidy .sec-ttl span.mokomoko {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding-top: 0.2em;
  height: 10.8vw;
  font-size: 4.2666666667vw;
}
.sec--subsidy .sec-ttl span.mokomoko:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42.1333333333vw;
  height: 11.0666666667vw;
  background-image: url(../img/subsidy/mokomoko.png);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sec--subsidy .sec-ttl span.color {
  color: #e5680d;
}

.subsidy-shop {
  position: relative;
}

.subsidy-slide {
  position: relative;
}

.subsidy-slide .swiper-wrapper {
  position: relative;
}

.subsidy-slide .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 13.3333333333vw 5.3333333333vw 22.6666666667vw 5.3333333333vw;
  width: 92vw !important;
  height: auto;
  background-color: #ffffff;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 10.6666666667vw;
}

.subsidy-slide-num {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14vw;
  height: 8vw;
  background-color: #fedd00;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.subsidy-slide-num span {
  color: #ffffff;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 6.1333333333vw;
  letter-spacing: 0;
}

.subsidy-slide-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.subsidy-slide-image {
  margin: 0 auto;
  width: 42.6666666667vw;
}

.subsidy-slide-btn {
  width: 72vw;
}

.subsidy-slide-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.6666666667vw;
  height: 10.6666666667vw;
  background-color: #e5680d;
  border-color: #e5680d;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
.subsidy-slide-btn a span {
  position: relative;
  padding-top: 0.2em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  z-index: 1;
}
.subsidy-slide-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
.subsidy-slide-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .sec--subsidy .sec-desc p {
    text-align: left;
  }
  .subsidy-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
  }
  .subsidy-slide .swiper-slide:last-child {
    margin-right: 0;
  }
  .subsidy-slide-num {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .subsidy-slide-desc {
    position: relative;
    margin-top: 1em;
    padding-top: 1.5em;
  }
  .subsidy-slide-desc:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 81.3333333333vw;
    height: 1.6vw;
    background-image: url(../img/subsidy/dot_sp.svg);
    background-size: contain;
  }
  .subsidy-slide-btn {
    position: absolute;
    left: 50%;
    bottom: 6vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #subsidy-prev {
    top: 32vw;
    left: -2.6666666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #subsidy-next {
    top: 32vw;
    right: -2.6666666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #subsidy-pagination {
    margin-top: 6.6666666667vw;
  }
  #subsidy-pagination .swiper-pagination-bullet-active {
    background-color: #e5680d;
  }
}
@media screen and (min-width: 751px) {
  .sec--subsidy {
    padding: 6.25vw 0 6.9444444444vw 0;
  }
  .sec--subsidy .sec-in {
    width: 83.3333333333vw;
  }
  .sec--subsidy .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--subsidy .sec-ttl span.mokomoko {
    margin-bottom: 0.6944444444vw;
    height: 5.625vw;
    height: 4.8611111111vw;
    font-size: 1.9444444444vw;
  }
  .sec--subsidy .sec-ttl span.mokomoko:before {
    width: 18.4722222222vw;
    height: 4.8611111111vw;
  }
  .subsidy-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw 0;
    width: auto;
    height: auto;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.5555555556vw 6.9444444444vw 4.1666666667vw 9.0277777778vw;
    width: 83.3333333333vw !important;
    border-width: 0.1388888889vw;
    border-radius: 5.5555555556vw;
  }
  .subsidy-slide-num {
    top: 50%;
    left: 0;
    width: 4.4444444444vw;
    height: 7.2916666667vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .subsidy-slide-num span {
    font-size: 3.1944444444vw;
  }
  .subsidy-slide-image {
    margin: 0;
    width: 22.2222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .subsidy-slide-content {
    width: 40.2777777778vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .subsidy-slide-ttl {
    padding-bottom: 1em;
    font-size: 1.9444444444vw;
    text-align: left;
    line-height: 1.5em;
  }
  .subsidy-slide-ttl span.indent {
    margin-left: -0.5em;
  }
  .subsidy-slide-ttl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 38.2638888889vw;
    height: 0.7638888889vw;
    background-image: url(../img/subsidy/dot.svg);
    background-size: contain;
  }
  .subsidy-slide-btn {
    margin-top: 2.0833333333vw;
    width: 13.8888888889vw;
  }
  .subsidy-slide-btn a {
    padding-right: 1.0416666667vw;
    height: 2.7777777778vw;
    border-width: 0.0694444444vw;
    border-radius: 1.3888888889vw;
  }
  .subsidy-slide-btn a span {
    font-size: 1.0416666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subsidy-slide-btn a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .subsidy-slide-btn a:after {
    right: 1.0416666667vw;
    width: 0.9027777778vw;
    height: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .subsidy-slide-btn a:hover span {
    color: #e5680d;
  }
  .subsidy-slide-btn a:hover:before {
    width: 100%;
  }
  .subsidy-slide-btn a:hover:after {
    background-image: url(../img/common/arrow-og.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  #subsidy-prev,
  #subsidy-next,
  #subsidy-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .sec--subsidy {
    padding: 90px 0 100px 0;
  }
  .sec--subsidy .sec-in {
    width: 1200px;
  }
  .sec--subsidy .sec-head {
    margin-bottom: 50px;
  }
  .sec--subsidy .sec-ttl span.mokomoko {
    margin-bottom: 10px;
    height: 81px;
    height: 70px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec--subsidy .sec-ttl span.mokomoko:before {
    width: 266px;
    height: 70px;
  }
  .subsidy-slide .swiper-wrapper {
    gap: 40px 0;
  }
  .subsidy-slide .swiper-wrapper .swiper-slide {
    padding: 80px 100px 60px 130px;
    width: 1200px !important;
    border-width: 2px;
    border-radius: 80px;
  }
  .subsidy-slide-num {
    width: 64px;
    height: 105px;
    border-radius: 0 20px 20px 0;
  }
  .subsidy-slide-num span {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .subsidy-slide-image {
    width: 320px;
  }
  .subsidy-slide-content {
    width: 580px;
  }
  .subsidy-slide-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .subsidy-slide-ttl:after {
    width: 551px;
    height: 11px;
  }
  .subsidy-slide-btn {
    margin-top: 30px;
    width: 200px;
  }
  .subsidy-slide-btn a {
    padding-right: 15px;
    height: 40px;
    border-width: 1px;
    border-radius: 20px;
  }
  .subsidy-slide-btn a span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .subsidy-slide-btn a:after {
    right: 15px;
    width: 13px;
    height: 13px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .sub--shop .sec--works .sec-btn a {
    padding: 0.6em 0 0.2em 0;
    height: auto;
    border-radius: 5em;
  }
}
@media screen and (min-width: 751px) {
  .sub--shop .sec--works .sec-btn {
    width: 32.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--shop .sec--works .sec-btn {
    width: 470px;
  }
}
/*  #worry
-------------------------------------------------------------------------------*/
.sec--worry {
  padding-top: 12vw;
}

.sec--worry .sec-in {
  width: 100vw;
}

.worry-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.75em;
}
.worry-ttl span.color {
  color: #e5680d;
}
.worry-ttl span.big {
  position: relative;
  display: inline-block;
  padding: 0 8vw;
  font-size: 5.3333333333vw;
}
.worry-ttl span.big:before, .worry-ttl span.big:after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  display: inline-block;
  width: 7.8666666667vw;
  height: 15.6vw;
  background-image: url(../img/worry/slash.svg);
  background-size: contain;
}
.worry-ttl span.big:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.worry-ttl span.big:after {
  right: 0;
}

.worry-point {
  position: relative;
  margin: 0 auto 29.3333333333vw auto;
  width: 92vw;
  height: 70.6666666667vw;
}
.worry-point:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.6666666667vw 18.6666666667vw 0px 18.6666666667vw;
  border-color: rgba(231, 209, 166, 0.6) transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worry-point:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20.6666666667vw;
  display: inline-block;
  width: 65.7333333333vw;
  height: 27.6vw;
  background-image: url(../img/worry/illust.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.worry-point > li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2em;
  background-size: contain;
  background-repeat: no-repeat;
}
.worry-point > li p {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
}
.worry-point > li p span {
  color: #e5680d;
  font-weight: 700;
}
.worry-point > li:before {
  content: "";
  position: absolute;
  background-color: rgba(221, 216, 205, 0.4);
  border-radius: 50%;
}

.worry-point > li:nth-child(1) {
  left: -4.6666666667vw;
  bottom: -2.6666666667vw;
  width: 42.5333333333vw;
  height: 30.4vw;
  background-image: url(../img/worry/mokumoku01_sp.svg);
}
.worry-point > li:nth-child(1):before {
  top: 9.3333333333vw;
  right: -2.6666666667vw;
  width: 7.7333333333vw;
  height: 7.7333333333vw;
}

.worry-point > li:nth-child(2) {
  top: 1.3333333333vw;
  left: -3.3333333333vw;
  width: 35.3333333333vw;
  height: 27.6vw;
  background-image: url(../img/worry/mokumoku02_sp.svg);
}
.worry-point > li:nth-child(2):before {
  top: 18vw;
  right: -2.9333333333vw;
  width: 7.7333333333vw;
  height: 7.7333333333vw;
}

.worry-point > li:nth-child(3) {
  top: 0;
  right: -4.6666666667vw;
  width: 42.5333333333vw;
  height: 30.4vw;
  background-image: url(../img/worry/mokumoku03_sp.svg);
}
.worry-point > li:nth-child(3):before {
  top: 19.3333333333vw;
  left: -2.6666666667vw;
  width: 7.7333333333vw;
  height: 7.7333333333vw;
}

.worry-point > li:nth-child(4) {
  right: -4.6666666667vw;
  bottom: -6vw;
  width: 38.8vw;
  height: 30.4vw;
  background-image: url(../img/worry/mokumoku04_sp.svg);
}
.worry-point > li:nth-child(4):before {
  top: 8vw;
  left: -4.6666666667vw;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
}

.worry-reserve {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 56vw;
  background-image: url(../img/shop/bg_sp.jpg);
  background-size: cover;
  background-position: center bottom;
}
.worry-reserve:before, .worry-reserve:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}

.worry-reserve-ttl {
  position: relative;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.worry-reserve-ttl span.balloon {
  position: relative;
  display: block;
  margin-bottom: 2.6666666667vw;
  padding: 0.5em 1em 0.4em 1em;
  background-color: #251e1c;
  color: #ffffff;
  font-size: 4vw;
  line-height: 1.5em;
}
.worry-reserve-ttl span.balloon span {
  color: #feba00;
}
.worry-reserve-ttl span.balloon:before {
  content: "";
  position: absolute;
  top: -17.0666666667vw;
  left: 50%;
  display: inline-block;
  width: 20.2666666667vw;
  height: 25.7333333333vw;
  background-image: url(../img/shop/character-n.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.worry-reserve-ttl span.balloon:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2vw 1.6vw 0px 1.6vw;
  border-color: #251e1c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worry-reserve-ttl span.big {
  display: block;
  margin-bottom: 2vw;
  color: #feef00;
  font-size: 5.3333333333vw;
  line-height: 1.35em;
}

.worry-reserve-btn {
  margin: 2.6666666667vw auto 0 auto;
  width: 53.3333333333vw;
}

@media screen and (max-width: 750px) {
  .worry-reserve-ttl span.big span {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .sec--worry {
    padding: 4.8611111111vw 0 5.5555555556vw 0;
  }
  .sec--worry .sec-in {
    width: 76.3888888889vw;
  }
  .worry-ttl {
    font-size: 1.9444444444vw;
  }
  .worry-ttl span.big {
    padding: 0 3.125vw;
    font-size: 2.5vw;
  }
  .worry-ttl span.big:before, .worry-ttl span.big:after {
    width: 2.9861111111vw;
    height: 5.9027777778vw;
  }
  .worry-point {
    margin-bottom: 12.5vw;
    width: 56.25vw;
    height: 21.875vw;
  }
  .worry-point:before {
    border-width: 4.1666666667vw 6.9444444444vw 0px 6.9444444444vw;
  }
  .worry-point:after {
    bottom: 0.6944444444vw;
    width: 22.6388888889vw;
    height: 9.5138888889vw;
  }
  .worry-point > li p {
    font-size: 1.25vw;
  }
  .worry-point > li:nth-child(1) {
    left: 0;
    bottom: 2.0833333333vw;
    width: 14.375vw;
    height: 10.2777777778vw;
    background-image: url(../img/worry/mokumoku01.svg);
  }
  .worry-point > li:nth-child(1):before {
    top: 5.0694444444vw;
    right: -1.5972222222vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .worry-point > li:nth-child(2) {
    top: 0;
    left: 11.1111111111vw;
    width: 13.125vw;
    height: 10.2777777778vw;
    background-image: url(../img/worry/mokumoku02.svg);
  }
  .worry-point > li:nth-child(2):before {
    top: 7.3611111111vw;
    right: 0.6944444444vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .worry-point > li:nth-child(3) {
    top: 0.2083333333vw;
    right: 6.9444444444vw;
    width: 14.375vw;
    height: 10.2777777778vw;
    background-image: url(../img/worry/mokumoku03.svg);
  }
  .worry-point > li:nth-child(3):before {
    top: 6.5972222222vw;
    left: -1.0416666667vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .worry-point > li:nth-child(4) {
    right: 0;
    bottom: 0.6944444444vw;
    width: 13.125vw;
    height: 10.2777777778vw;
    background-image: url(../img/worry/mokumoku04.svg);
  }
  .worry-point > li:nth-child(4):before {
    top: 5.2083333333vw;
    left: -1.5277777778vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
  .worry-reserve {
    width: 76.3888888889vw;
    height: 15.9722222222vw;
    background-image: url(../img/shop/bg.jpg);
    background-image: image-set(url(../img/shop/bg.jpg) 1x, url(../img/shop/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/shop/bg.jpg) 1x, url(../img/shop/bg-2x.jpg) 2x);
    border-radius: 1.1111111111vw;
  }
  .worry-reserve-ttl {
    top: -0.6944444444vw;
    margin-bottom: -0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .worry-reserve-ttl span.balloon {
    display: inline-block;
    margin-bottom: 1.7361111111vw;
    font-size: 1.25vw;
  }
  .worry-reserve-ttl span.balloon:before {
    content: "";
    top: -5.7638888889vw;
    width: 6.6666666667vw;
    height: 8.4722222222vw;
  }
  .worry-reserve-ttl span.balloon:after {
    border-width: 0.9722222222vw 0.4861111111vw 0px 0.4861111111vw;
  }
  .worry-reserve-ttl span.big {
    margin-bottom: 0.5555555556vw;
    font-size: 2.5vw;
    line-height: 1.1em;
  }
  .worry-reserve-btn {
    margin: 1.25vw auto 0 auto;
    width: 18.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--worry {
    padding: 70px 0 80px 0;
  }
  .sec--worry .sec-in {
    width: 1100px;
  }
  .worry-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .worry-ttl span.big {
    padding: 0 45px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .worry-ttl span.big:before, .worry-ttl span.big:after {
    width: 43px;
    height: 85px;
  }
  .worry-point {
    margin-bottom: 180px;
    width: 810px;
    height: 315px;
  }
  .worry-point:before {
    border-width: 60px 100px 0px 100px;
  }
  .worry-point:after {
    bottom: 10px;
    width: 326px;
    height: 137px;
  }
  .worry-point > li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .worry-point > li:nth-child(1) {
    bottom: 30px;
    width: 207px;
    height: 148px;
  }
  .worry-point > li:nth-child(1):before {
    top: 73px;
    right: -23px;
    width: 38px;
    height: 38px;
  }
  .worry-point > li:nth-child(2) {
    left: 160px;
    width: 189px;
    height: 148px;
  }
  .worry-point > li:nth-child(2):before {
    top: 106px;
    right: 10px;
    width: 38px;
    height: 38px;
  }
  .worry-point > li:nth-child(3) {
    top: 3px;
    right: 100px;
    width: 207px;
    height: 148px;
  }
  .worry-point > li:nth-child(3):before {
    top: 95px;
    left: -15px;
    width: 38px;
    height: 38px;
  }
  .worry-point > li:nth-child(4) {
    bottom: 10px;
    width: 189px;
    height: 148px;
  }
  .worry-point > li:nth-child(4):before {
    top: 75px;
    left: -22px;
    width: 38px;
    height: 38px;
  }
  .worry-reserve {
    width: 1100px;
    height: 230px;
    border-radius: 16px;
  }
  .worry-reserve-ttl {
    top: -10px;
    margin-bottom: -10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .worry-reserve-ttl span.balloon {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .worry-reserve-ttl span.balloon:before {
    top: -83px;
    width: 96px;
    height: 122px;
  }
  .worry-reserve-ttl span.balloon:after {
    border-width: 14px 7px 0px 7px;
  }
  .worry-reserve-ttl span.big {
    margin-bottom: 8px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .worry-reserve-btn {
    margin: 18px auto 0 auto;
    width: 268px;
  }
}