@charset "UTF-8";
/*  front - #areamap
-------------------------------------------------------------------------------*/
.sec--areamap {
  padding: 13.3333333333vw 0 12vw 0;
  background-color: #fcfbf0;
  overflow: hidden;
  z-index: 1;
}
.sec--areamap:before, .sec--areamap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.sec--areamap:before {
  top: 66.6666666667vw;
  left: -24.6666666667vw;
  width: 55.3333333333vw;
  height: 55.3333333333vw;
  background-color: #fff5e3;
}
.sec--areamap:after {
  top: -6.6666666667vw;
  right: -32vw;
  width: 74.6666666667vw;
  height: 74.6666666667vw;
  background-color: #f7f2e9;
}

.sec--areamap .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.sec--areamap .sec-head:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12vw;
  width: 80vw;
  height: 80vw;
  background-color: #fcfcfc;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--areamap .sec-catch {
  margin-bottom: 0.2em;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec--areamap .sec-ttl {
  letter-spacing: 0.1em;
}

.sec--areamap-frt .sec-ttl {
  display: inline-block;
  padding-right: 6.6666666667vw;
  letter-spacing: 0.1em;
}
.sec--areamap-frt .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.6666666667vw;
  height: 8.1333333333vw;
  background-image: url(../img/area/light.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--areamap-frt .sec-ttl span.icon {
  position: relative;
}
.sec--areamap-frt .sec-ttl span.icon:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 13.4666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--areamap .sec-desc {
  width: auto;
}
.sec--areamap .sec-desc p {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.areamap {
  position: relative;
}

.areamap--frt:before, .areamap--frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.areamap--frt:before {
  top: -72vw;
  left: -9.3333333333vw;
  width: 77.8666666667vw;
  height: 58.6666666667vw;
  background-image: url(../img/area/staff01_sp.webp);
}
.areamap--frt:after {
  top: -63.3333333333vw;
  right: -5.3333333333vw;
  width: 75.6vw;
  height: 68.8vw;
  background-image: url(../img/area/staff02_sp.webp);
}

.areamap > div {
  position: relative;
  position: relative;
  padding: 5.3333333333vw 4vw;
  background-color: #fcfcfc;
  border-radius: 4vw;
}
.areamap > div:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 105.3333333333vw;
  height: 10.8vw;
  background-image: url(../img/area/wave.svg);
  background-size: contain;
  z-index: -1;
}

.areamap-head {
  margin-bottom: 4vw;
  text-align: center;
}

.areamap-ttl {
  position: relative;
  display: inline-block;
  padding: 0 4vw 0 2.6666666667vw;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.areamap-ttl:before, .areamap-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8vw;
  height: 100%;
  border-radius: 0.3333333333vw;
  background-color: #ec5600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.areamap-ttl:before {
  left: 0;
}
.areamap-ttl:after {
  right: 0;
}
.areamap-ttl > span {
  position: relative;
}
.areamap-ttl > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.areamap-ttl span.color {
  color: #ec5600;
}

.areamap--map .areamap-ttl > span {
  padding-left: 8.2666666667vw;
}
.areamap--map .areamap-ttl > span:before {
  width: 5.6vw;
  height: 3.7333333333vw;
  background-image: url(../img/area/car.svg);
}
.areamap--map:before {
  right: 3.3333333333vw;
  bottom: -4.6666666667vw;
}

.areamap--target .areamap-ttl > span {
  padding-left: 7.3333333333vw;
}
.areamap--target .areamap-ttl > span:before {
  width: 4.6666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/area/pin.svg);
}
.areamap--target:before {
  left: 31.3333333333vw;
  bottom: -12.6666666667vw;
}

.areamap-image {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.areamap-box {
  padding: 2.6666666667vw;
  background-color: #fcfbf0;
  border-radius: 1.3333333333vw;
}

.areamap-list > li {
  position: relative;
  display: inline-block;
  margin-right: 4vw;
  padding-bottom: 0.1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.areamap-list > li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -2.6666666667vw;
  margin-top: -0.5333333333vw;
  color: #9e9e9e;
  font-size: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.areamap-notes {
  margin-top: 1em;
}

.areamap-notes > li {
  padding-left: 1em;
  font-size: 3.7333333333vw;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5em;
}
.areamap-notes > li:before {
  content: "※";
}
.areamap-notes > li:first-child {
  font-size: 4.8vw;
}
.areamap-notes > li:first-child:before {
  content: none;
}

.areamap-notes > li:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .sec--areamap-frt .sec-head {
    margin-bottom: 76vw;
  }
  .areamap {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .areamap > div:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--areamap {
    padding: 6.25vw 0;
  }
  .sec--areamap:before {
    top: 4.5138888889vw;
    left: -1.3888888889vw;
    width: 28.8194444444vw;
    height: 28.8194444444vw;
  }
  .sec--areamap:after {
    top: -12.1527777778vw;
    right: -9.375vw;
    width: 38.8888888889vw;
    height: 38.8888888889vw;
  }
  .sec--areamap .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--areamap .sec-head:before {
    bottom: -9.7222222222vw;
    width: 47.2222222222vw;
    height: 47.2222222222vw;
  }
  .sec--areamap .sec-catch {
    font-size: 2.7777777778vw;
  }
  .sec--areamap-frt .sec-ttl {
    padding-right: 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
  .sec--areamap-frt .sec-ttl:after {
    width: 2.4305555556vw;
    height: 4.2361111111vw;
  }
  .sec--areamap-frt .sec-ttl span.icon:after {
    top: -1.3888888889vw;
    width: 7.0138888889vw;
    height: 2.0138888889vw;
  }
  .sec--areamap .sec-desc {
    margin: 0.5em auto 0;
    padding: 1em;
    width: 40.2777777778vw;
    background-color: #fcfcfc;
    border-radius: 0.6944444444vw;
    z-index: 2;
  }
  .sec--areamap .sec-desc p {
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.66em;
  }
  .areamap--frt:before {
    top: -20.8333333333vw;
    left: -13.1944444444vw;
    width: 32.9166666667vw;
    height: 24.6527777778vw;
    background-image: url(../img/area/staff01.webp);
    background-image: image-set(url(../img/area/staff01.webp) 1x, url(../img/area/staff01-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/area/staff01.webp) 1x, url(../img/area/staff01-2x.webp) 2x);
  }
  .areamap--frt:after {
    top: -24.3055555556vw;
    right: -5.2083333333vw;
    width: 30.9027777778vw;
    height: 35vw;
    background-image: url(../img/area/staff02.webp);
    background-image: image-set(url(../img/area/staff02.webp) 1x, url(../img/area/staff02-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/area/staff02.webp) 1x, url(../img/area/staff02-2x.webp) 2x);
  }
  .areamap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .areamap:before {
    right: -18.0555555556vw;
    bottom: -4.8611111111vw;
  }
  .areamap > div {
    padding: 2.4305555556vw 2.7777777778vw 1.3888888889vw 2.7777777778vw;
    width: 40.2777777778vw;
    border-radius: 2.0833333333vw;
  }
  .areamap > div:before {
    width: 54.8611111111vw;
    height: 5.625vw;
  }
  .areamap-head {
    margin-bottom: 2.0833333333vw;
  }
  .areamap-ttl {
    padding: 0 2.0833333333vw 0 1.7361111111vw;
    font-size: 1.9444444444vw;
  }
  .areamap-ttl:before, .areamap-ttl:after {
    width: 0.3472222222vw;
    border-radius: 0.1736111111vw;
  }
  .areamap--map .areamap-ttl > span {
    padding-left: 3.8194444444vw;
  }
  .areamap--map .areamap-ttl > span:before {
    width: 2.5vw;
    height: 1.6666666667vw;
  }
  .areamap--map:before {
    right: -1.7361111111vw;
    bottom: -4.5138888889vw;
  }
  .areamap--target .areamap-ttl > span {
    padding-left: 2.7777777778vw;
  }
  .areamap--target .areamap-ttl > span:before {
    width: 1.8055555556vw;
    height: 2.2222222222vw;
  }
  .areamap--target:before {
    left: 11.8055555556vw;
    bottom: -5.9027777778vw;
  }
  .areamap-image {
    border-radius: 0.6944444444vw;
  }
  .areamap-box {
    padding: 1.0416666667vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .areamap-list > li {
    margin-right: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .areamap-list > li:after {
    right: -1.0416666667vw;
    margin-top: -0.1388888889vw;
    font-size: 1.25vw;
  }
  .areamap-notes > li {
    font-size: 0.9722222222vw;
  }
  .areamap-notes > li:first-child {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--areamap {
    padding: 90px 0;
  }
  .sec--areamap:before {
    top: 65px;
    left: -20px;
    width: 415px;
    height: 415px;
  }
  .sec--areamap:after {
    top: -175px;
    right: -135px;
    width: 560px;
    height: 560px;
  }
  .sec--areamap .sec-head {
    margin-bottom: 40px;
  }
  .sec--areamap .sec-head:before {
    bottom: -140px;
    width: 680px;
    height: 680px;
  }
  .sec--areamap .sec-catch {
    font-size: 40px;
    font-size: 4rem;
  }
  .sec--areamap-frt .sec-ttl {
    padding-right: 50px;
    font-size: 56px;
    font-size: 5.6rem;
  }
  .sec--areamap-frt .sec-ttl:after {
    width: 35px;
    height: 61px;
  }
  .sec--areamap-frt .sec-ttl span.icon:after {
    top: -20px;
    width: 101px;
    height: 29px;
  }
  .sec--areamap .sec-desc {
    width: 580px;
    border-radius: 10px;
  }
  .sec--areamap .sec-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .areamap--frt:before {
    top: -300px;
    left: -190px;
    width: 474px;
    height: 355px;
  }
  .areamap--frt:after {
    top: -350px;
    right: -75px;
    width: 445px;
    height: 504px;
  }
  .areamap {
    margin-left: -100px;
    width: 1200px;
  }
  .areamap:before {
    right: -260px;
    bottom: -70px;
  }
  .areamap > div {
    padding: 35px 40px 20px 40px;
    width: 580px;
    border-radius: 30px;
  }
  .areamap > div:before {
    width: 790px;
    height: 81px;
  }
  .areamap-head {
    margin-bottom: 30px;
  }
  .areamap-ttl {
    padding: 0 30px 0 25px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .areamap-ttl:before, .areamap-ttl:after {
    width: 5px;
    border-radius: 2.5px;
  }
  .areamap--map .areamap-ttl > span {
    padding-left: 55px;
  }
  .areamap--map .areamap-ttl > span:before {
    width: 36px;
    height: 24px;
  }
  .areamap--map:before {
    right: -25px;
    bottom: -65px;
  }
  .areamap--target .areamap-ttl > span {
    padding-left: 40px;
  }
  .areamap--target .areamap-ttl > span:before {
    width: 26px;
    height: 32px;
  }
  .areamap--target:before {
    left: 170px;
    bottom: -85px;
  }
  .areamap-image {
    border-radius: 10px;
  }
  .areamap-box {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .areamap-list > li {
    margin-right: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .areamap-list > li:after {
    right: -15px;
    margin-top: -2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .areamap-notes > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .areamap-notes > li:first-child {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*  front - #channel
-------------------------------------------------------------------------------*/
.sec--channel {
  padding-top: 20vw;
}

.sec--channel .sec-in:before, .sec--channel .sec-in:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.sec--channel .sec-in:before {
  top: -15.3333333333vw;
  left: -4.6666666667vw;
  width: 24.6666666667vw;
  height: 60.4vw;
  background-image: url(../img/channel/kira-l_sp.svg);
}
.sec--channel .sec-in:after {
  top: -6vw;
  right: -4.8vw;
  width: 23.4666666667vw;
  height: 51.2vw;
  background-image: url(../img/channel/kira-r_sp.svg);
}

.sec--channel .sec-head {
  margin-bottom: 60vw;
  text-align: center;
}
.sec--channel .sec-head:before, .sec--channel .sec-head:after {
  content: "";
  position: absolute;
  top: 4.6666666667vw;
  display: inline-block;
  width: 10.2666666667vw;
  height: 25.8666666667vw;
  background-image: url(../img/channel/frame.svg);
  background-size: contain;
  z-index: -1;
}
.sec--channel .sec-head:before {
  left: 2.6666666667vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--channel .sec-head:after {
  right: 2.6666666667vw;
}

.sec--channel .sec-catch {
  margin-bottom: 1em;
  font-weight: 700;
}
.sec--channel .sec-catch span.big {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 8.5333333333vw;
}
.sec--channel .sec-catch span.color {
  display: block;
  margin-top: 0.7em;
  color: #ff711f;
  font-size: 9.7333333333vw;
  font-weight: 900;
}
.sec--channel .sec-catch span.num {
  position: relative;
  top: 0.08em;
  display: inline-block;
  margin-right: 0.05em;
  font-family: "Anton", sans-serif;
  font-size: 11.8666666667vw;
  font-weight: 400;
}
.sec--channel .sec-catch:before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 50%;
  display: inline-block;
  width: 13.3333333333vw;
  height: 8vw;
  background-image: url(../img/channel/crown.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--channel .sec-ttl {
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.45em;
  letter-spacing: 0;
}
.sec--channel .sec-ttl span {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.2em 0.75em 0.3em 0.75em;
  background-color: #d02323;
  border-radius: 1.3333333333vw;
  color: #fcfcfc;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1em;
}

.channel {
  position: relative;
  padding: 12vw 0 16vw 0;
  z-index: 1;
}
.channel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-image: url(../img/channel/bg_sp.webp);
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.channel:after {
  content: "";
  position: absolute;
  top: -56.6666666667vw;
  left: -2.6666666667vw;
  display: inline-block;
  width: 45.3333333333vw;
  height: 48.4vw;
  background-image: url(../img/channel/thumbnail_sp.webp);
  background-size: contain;
}

.channel-balloon {
  position: absolute;
  top: -61.3333333333vw;
  right: -4vw;
  width: 59.0666666667vw;
}
.channel-balloon:after {
  content: "";
  position: absolute;
  top: 25.0666666667vw;
  right: 0;
  display: inline-block;
  width: 28.4vw;
  height: 57.3333333333vw;
  background-image: url(../img/channel/balloon_sp.webp);
  background-size: contain;
  z-index: 1;
}

.channel-head {
  position: relative;
  margin-bottom: 4vw;
  color: #fcfcfc;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.15em;
}
.channel-head:before {
  content: "";
  position: absolute;
  top: -8vw;
  left: 0;
  display: inline-block;
  width: 10.6666666667vw;
  height: 6.4vw;
  background-image: url(../img/channel/crown.svg);
  background-size: contain;
}
.channel-head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.6666666667vw;
  display: inline-block;
  width: 45.0666666667vw;
  height: 1.6vw;
  background-image: url(../img/channel/rope.svg);
  background-size: auto 1.6vw;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.channel-slide {
  position: relative;
}

.channel-post a {
  position: relative;
  display: block;
  background-color: #fcfcfc;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

.channel-image {
  position: relative;
  z-index: 1;
}
.channel-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 11.7333333333vw;
  height: 8.2666666667vw;
  background-image: url(../img/channel/play.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.channel-image .img--scale img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 43.6vw;
}

.channel-content {
  position: relative;
  padding: 2.6666666667vw 4vw 4vw 4vw;
}

.channel-ttl {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}

#channel-slide .swiper-slide:before {
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

.channel-slide .swiper-slide-active:before {
  opacity: 0;
  z-index: -1;
}

#channel-prev,
#channel-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

#channel-prev {
  left: -3.0666666667vw;
}

#channel-next {
  right: 12.4vw;
}

#channel-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 5.3333333333vw;
}

.channel-btn {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
  text-align: center;
}

.channel-btn-label {
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  white-space: nowrap;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #ff0000;
  border-radius: 0.6666666667vw;
  color: #fcfcfc;
  font-size: 3.4666666667vw;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.channel-btn-label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3333333333vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #ff0000 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.channel-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-left: 8vw;
  height: 14.6666666667vw;
  background-color: #302e2e;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 7.3333333333vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.channel-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8vw;
  display: inline-block;
  width: 7.6vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/youtube.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.channel-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/arrow-gy.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.channel-btn a span {
  color: #fcfcfc;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .channel-balloon:before {
    content: "";
    position: absolute;
    top: -11.3333333333vw;
    right: -1.3333333333vw;
    display: inline-block;
    width: 21.6vw;
    height: 51.2vw;
    background-image: url(../img/channel/kira_sp.svg);
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (min-width: 751px) {
  .sec--channel {
    padding-top: 8.3333333333vw;
  }
  .sec--channel .sec-in:before {
    top: -6.5972222222vw;
    left: -6.9444444444vw;
    width: 22.9861111111vw;
    height: 32.3611111111vw;
    background-image: url(../img/channel/kira-l.svg);
  }
  .sec--channel .sec-in:after {
    top: 3.125vw;
    right: -14.5833333333vw;
    width: 29.6527777778vw;
    height: 26.7361111111vw;
    background-image: url(../img/channel/kira-r.svg);
  }
  .sec--channel .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--channel .sec-head:before, .sec--channel .sec-head:after {
    top: 0.3472222222vw;
    width: 4.2361111111vw;
    height: 10.625vw;
  }
  .sec--channel .sec-head:before {
    left: 9.7222222222vw;
  }
  .sec--channel .sec-head:after {
    right: 9.7222222222vw;
  }
  .sec--channel .sec-catch {
    font-size: 2.0833333333vw;
  }
  .sec--channel .sec-catch span.big {
    font-size: 3.3333333333vw;
  }
  .sec--channel .sec-catch span.color {
    margin: 0 0 0 0.1em;
    display: inline-block;
    font-size: 3.6111111111vw;
  }
  .sec--channel .sec-catch span.num {
    font-size: 4.3055555556vw;
  }
  .sec--channel .sec-catch:before {
    top: -5.2083333333vw;
    width: 5.5555555556vw;
    height: 3.3333333333vw;
  }
  .sec--channel .sec-ttl {
    font-size: 1.9444444444vw;
  }
  .sec--channel .sec-ttl span {
    padding: 0.3em 1em 0.4em 1em;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .sec--channel .sec-desc p {
    font-size: 1.25vw;
  }
  .channel {
    margin-left: -6.9444444444vw;
    padding: 5.2083333333vw 0 5.5555555556vw 0;
    width: 83.3333333333vw;
  }
  .channel:before {
    background-image: url(../img/channel/bg_sp.webp);
    background-image: url(../img/channel/bg.webp);
    background-image: image-set(url(../img/channel/bg.webp) 1x, url(../img/channel/bg-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/channel/bg.webp) 1x, url(../img/channel/bg-2x.webp) 2x);
  }
  .channel:after {
    top: -21.1805555556vw;
    left: -1.7361111111vw;
    width: 18.8888888889vw;
    height: 17.0138888889vw;
    background-image: url(../img/channel/thumbnail_sp.webp);
    background-image: url(../img/channel/thumbnail.webp);
    background-image: image-set(url(../img/channel/thumbnail.webp) 1x, url(../img/channel/thumbnail-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/channel/thumbnail.webp) 1x, url(../img/channel/thumbnail-2x.webp) 2x);
  }
  .channel-balloon {
    top: -24.7222222222vw;
    right: 1.0416666667vw;
    width: 21.0416666667vw;
  }
  .channel-balloon:after {
    top: 10.4166666667vw;
    right: -3.4722222222vw;
    width: 13.4722222222vw;
    height: 25.8333333333vw;
    background-image: url(../img/channel/balloon.webp);
  }
  .channel-head {
    margin-bottom: 2.0833333333vw;
    font-size: 3.3333333333vw;
  }
  .channel-head:before {
    top: -3.4722222222vw;
    width: 4.8611111111vw;
    height: 2.9166666667vw;
  }
  .channel-head:after {
    right: 0;
    width: 58.125vw;
    height: 0.8333333333vw;
    background-size: auto 0.8333333333vw;
  }
  .channel-post a {
    border-radius: 1.3888888889vw;
  }
  .channel-post a:before {
    width: calc(100% - 0.8333333333vw);
    height: calc(100% - 0.8333333333vw);
    border-width: 0.1388888889vw;
  }
  .channel-image:after {
    width: 4.7222222222vw;
    height: 3.3333333333vw;
  }
  .channel-post a:hover .channel-image .img--scale img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .channel-image .img--scale img {
    height: 15.0694444444vw;
  }
  .channel-content {
    padding: 1.3888888889vw;
  }
  .channel-ttl {
    min-height: 4.5em;
    font-size: 1.1111111111vw;
  }
  #channel-slide .swiper-slide:before {
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  }
  #channel-slide .swiper-slide-prev:before,
  #channel-slide .swiper-slide-next:before {
    content: none;
  }
  #channel-prev,
  #channel-next {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  #channel-prev {
    left: -2.2916666667vw;
  }
  #channel-next {
    right: -2.2916666667vw;
  }
  #channel-pagination {
    margin-top: 2.0833333333vw;
  }
  .channel-btn {
    margin: 3.125vw auto 0 auto;
    width: 27.7777777778vw;
  }
  .channel-btn-label {
    top: -1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .channel-btn-label:after {
    border-width: 0.5555555556vw 0.3472222222vw 0 0.3472222222vw;
  }
  .channel-btn a {
    padding-left: 2.0833333333vw;
    height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .channel-btn a:before {
    left: 2.4305555556vw;
    width: 3.125vw;
    height: 2.2222222222vw;
  }
  .channel-btn a:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .channel-btn a span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .channel-btn a:hover {
    background-color: #bfbfbf;
  }
  .channel-btn a:hover span {
    color: #302e2e;
  }
  .channel-btn a:hover:after {
    background-image: url(../img/common/arrow-bk.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sec--channel {
    padding-top: 120px;
  }
  .sec--channel .sec-in:before {
    top: -95px;
    left: -100px;
    width: 331px;
    height: 466px;
  }
  .sec--channel .sec-in:after {
    top: 45px;
    right: -210px;
    width: 427px;
    height: 385px;
  }
  .sec--channel .sec-head {
    margin-bottom: 50px;
  }
  .sec--channel .sec-head:before, .sec--channel .sec-head:after {
    top: 5px;
    width: 61px;
    height: 153px;
  }
  .sec--channel .sec-head:before {
    left: 140px;
  }
  .sec--channel .sec-head:after {
    right: 140px;
  }
  .sec--channel .sec-catch {
    font-size: 30px;
    font-size: 3rem;
  }
  .sec--channel .sec-catch span.big {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec--channel .sec-catch span.color {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--channel .sec-catch span.num {
    font-size: 62px;
    font-size: 6.2rem;
  }
  .sec--channel .sec-catch:before {
    top: -75px;
    width: 80px;
    height: 48px;
  }
  .sec--channel .sec-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec--channel .sec-ttl span {
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--channel .sec-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .channel {
    margin-left: -100px;
    padding: 75px 0 80px 0;
    width: 1200px;
  }
  .channel:after {
    top: -305px;
    left: -25px;
    width: 272px;
    height: 245px;
  }
  .channel-balloon {
    top: -356px;
    right: 15px;
    width: 303px;
  }
  .channel-balloon:after {
    top: 150px;
    right: -50px;
    width: 194px;
    height: 372px;
  }
  .channel-head {
    margin-bottom: 30px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  .channel-head:before {
    top: -50px;
    width: 70px;
    height: 42px;
  }
  .channel-head:after {
    width: 837px;
    height: 12px;
    background-size: auto 12px;
  }
  .channel-post a {
    border-radius: 0 0 20px 20px;
  }
  .channel-image:after {
    width: 68px;
    height: 48px;
  }
  .channel-image .img--scale img {
    height: 217px;
  }
  .channel-content {
    padding: 20px;
  }
  .channel-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #channel-slide .swiper-slide:before {
    border-radius: 0 0 20px 20px;
  }
  #channel-prev,
  #channel-next {
    width: 46px;
    height: 46px;
  }
  #channel-prev {
    left: -33px;
  }
  #channel-next {
    right: -33px;
  }
  #channel-pagination {
    margin-top: 30px;
  }
  .channel-btn {
    margin: 45px auto 0 auto;
    width: 400px;
  }
  .channel-btn-label {
    top: -20px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .channel-btn-label:after {
    border-width: 8px 5px 0 5px;
  }
  .channel-btn a {
    padding-left: 30px;
    height: 70px;
    border-width: 4px;
    border-radius: 35px;
  }
  .channel-btn a:before {
    left: 35px;
    width: 45px;
    height: 32px;
  }
  .channel-btn a:after {
    right: 15px;
    width: 10px;
    height: 19px;
  }
  .channel-btn a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  front - #cost
-------------------------------------------------------------------------------*/
.sec--cost {
  padding: 14.6666666667vw 0 13.3333333333vw 0;
  background-color: #fcfbf0;
}

.sec--cost .sec-head {
  margin-bottom: 57.3333333333vw;
}
.sec--cost .sec-head:before, .sec--cost .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10.2666666667vw;
  height: 6.5333333333vw;
  background-image: url(../img/cost/rhombus.svg);
  background-size: contain;
}
.sec--cost .sec-head:before {
  top: 32vw;
  left: -3.3333333333vw;
}
.sec--cost .sec-head:after {
  top: -2vw;
  right: -3.3333333333vw;
}

.sec--cost .sec-catch span {
  position: relative;
}
.sec--cost .sec-catch span:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -7.3333333333vw;
  display: inline-block;
  width: 8.4vw;
  height: 6vw;
  background-image: url(../img/cost/deco.svg);
  background-size: contain;
}

.sec--cost .sec-ttl {
  z-index: 1;
}
.sec--cost .sec-ttl:before, .sec--cost .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 7.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/cost/stripe_sp.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--cost .sec-ttl:before {
  left: -4.6666666667vw;
}
.sec--cost .sec-ttl:after {
  right: -4.6666666667vw;
}
.sec--cost .sec-ttl span.color {
  position: relative;
}
.sec--cost .sec-ttl span.color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 64.8vw;
  height: 12.1333333333vw;
  background-image: url(../img/cost/mokomoko_sp.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.cost {
  position: relative;
  z-index: 1;
}
.cost:before, .cost:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.cost:before {
  top: -52vw;
  left: -9.3333333333vw;
  width: 61.3333333333vw;
  height: 105.0666666667vw;
  background-image: url(../img/cost/staff01_sp.png);
}
.cost:after {
  top: -50.6666666667vw;
  right: -4.6666666667vw;
  width: 50.6666666667vw;
  height: 69.3333333333vw;
  background-image: url(../img/cost/staff02_sp.png);
}

.cost > ul > li {
  background-color: #fff;
  border-color: #f4f3e1;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 4vw;
  overflow: hidden;
}

.cost-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;
  padding-bottom: 0.1em;
  height: 12vw;
  background-color: #ec5600;
  color: #fcfcfc;
  font-size: 6.1333333333vw;
  font-weight: 700;
}

.cost-price {
  padding: 2vw 6vw 2.6666666667vw 6vw;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: right;
  letter-spacing: -0.025em;
}
.cost-price span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin-right: 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 10.4vw;
  font-weight: 400;
  letter-spacing: 0;
}
.cost-price small {
  display: block;
  margin-top: 0.5em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}
.cost-price small:before {
  content: "※";
}

@media all and (max-width: 750px) {
  .cost > ul > li:nth-child(n+2) {
    margin-top: 6vw;
  }
}
@media all and (min-width: 751px) {
  .sec--cost {
    padding: 6.9444444444vw 0 5.2083333333vw 0;
  }
  .sec--cost .sec-head {
    margin-bottom: 3.125vw;
  }
  .sec--cost .sec-head:before, .sec--cost .sec-head:after {
    width: 5.3472222222vw;
    height: 3.4027777778vw;
  }
  .sec--cost .sec-head:before {
    top: -3.4722222222vw;
    left: 2.0833333333vw;
  }
  .sec--cost .sec-head:after {
    top: -3.4722222222vw;
    right: 2.0833333333vw;
  }
  .sec--cost .sec-catch span:before {
    top: -1.25vw;
    left: -2.4305555556vw;
    width: 2.9861111111vw;
    height: 2.1527777778vw;
  }
  .sec--cost .sec-ttl:before, .sec--cost .sec-ttl:after {
    width: 22.9166666667vw;
    height: 1.6666666667vw;
    background-image: url(../img/cost/stripe.svg);
  }
  .sec--cost .sec-ttl:before {
    left: -15.2777777778vw;
  }
  .sec--cost .sec-ttl:after {
    right: -15.2777777778vw;
  }
  .sec--cost .sec-ttl span.color:before {
    width: 27.9861111111vw;
    height: 5.8333333333vw;
    background-image: url(../img/cost/mokomoko.svg);
  }
  .cost {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .cost:before {
    top: -19.4444444444vw;
    left: -4.8611111111vw;
    width: 22.1527777778vw;
    height: 37.9861111111vw;
    background-image: url(../img/cost/staff01.png);
    background-image: image-set(url(../img/cost/staff01.png) 1x, url(../img/cost/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/cost/staff01.png) 1x, url(../img/cost/staff01-2x.png) 2x);
  }
  .cost:after {
    top: -19.0972222222vw;
    right: -0.6944444444vw;
    width: 18.8888888889vw;
    height: 29.375vw;
    background-image: url(../img/cost/staff02.png);
    background-image: image-set(url(../img/cost/staff02.png) 1x, url(../img/cost/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/cost/staff02.png) 1x, url(../img/cost/staff02-2x.png) 2x);
  }
  .cost > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cost > ul > li {
    width: 26.6666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 2.0833333333vw;
  }
  .cost-ttl {
    height: 3.4722222222vw;
    font-size: 2.5vw;
  }
  .cost-price {
    padding: 1.3888888889vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    font-size: 1.25vw;
  }
  .cost-price span {
    font-size: 2.9166666667vw;
  }
  .cost-price small {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--cost {
    padding: 100px 0 75px 0;
  }
  .sec--cost .sec-head {
    margin-bottom: 45px;
  }
  .sec--cost .sec-head:before, .sec--cost .sec-head:after {
    width: 77px;
    height: 49px;
  }
  .sec--cost .sec-head:before {
    top: -50px;
    left: 30px;
  }
  .sec--cost .sec-head:after {
    top: -50px;
    right: 30px;
  }
  .sec--cost .sec-catch span:before {
    top: -18px;
    left: -35px;
    width: 43px;
    height: 31px;
  }
  .sec--cost .sec-ttl:before, .sec--cost .sec-ttl:after {
    width: 330px;
    height: 24px;
  }
  .sec--cost .sec-ttl:before {
    left: -220px;
  }
  .sec--cost .sec-ttl:after {
    right: -220px;
  }
  .sec--cost .sec-ttl span.color:before {
    width: 403px;
    height: 84px;
  }
  .cost {
    margin-left: -100px;
    width: 1200px;
  }
  .cost:before {
    top: -280px;
    left: -70px;
    width: 319px;
    height: 547px;
    background-image: url(../img/cost/staff01.png);
    background-image: image-set(url(../img/cost/staff01.png) 1x, url(../img/cost/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/cost/staff01.png) 1x, url(../img/cost/staff01-2x.png) 2x);
  }
  .cost:after {
    top: -275px;
    right: -10px;
    width: 272px;
    height: 423px;
    background-image: url(../img/cost/staff02.png);
    background-image: image-set(url(../img/cost/staff02.png) 1x, url(../img/cost/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/cost/staff02.png) 1x, url(../img/cost/staff02-2x.png) 2x);
  }
  .cost > ul > li {
    width: 384px;
    border-width: 1px;
    border-radius: 30px;
  }
  .cost-ttl {
    height: 50px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .cost-price {
    padding: 20px 30px 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cost-price span {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .cost-price small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  front - #craftsman
-------------------------------------------------------------------------------*/
.sec--craftsman {
  padding: 16vw 0 13.3333333333vw 0;
}

.sec--craftsman .sec-head {
  margin: 0 auto 8vw auto;
  width: 81.3333333333vw;
}
.sec--craftsman .sec-head:before, .sec--craftsman .sec-head:after {
  content: "";
  position: absolute;
  top: 20.4vw;
  display: inline-block;
  width: 11.0666666667vw;
  height: 3.2vw;
  background-image: url(../img/craftsman/stripe_sp.svg);
  background-size: contain;
}
.sec--craftsman .sec-head:before {
  left: 100%;
}
.sec--craftsman .sec-head:after {
  right: 100%;
}

.sec--craftsman .sec-ttl {
  font-size: 3.7333333333vw;
  font-weight: 400;
}
.sec--craftsman .sec-ttl span.big {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}

.craftsman {
  position: relative;
  z-index: 1;
}

.craftsman > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5.0666666667vw;
}

.craftsman > ul > li {
  margin-left: 5.0666666667vw;
  width: calc(50% - 5.0666666667vw);
}

.craftsman > ul > li:nth-child(n+3) {
  margin-top: 8vw;
}

.craftsman-image {
  border-radius: 4vw 4vw 0 0;
  overflow: hidden;
}

.craftsman-content {
  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;
  padding: 1.7333333333vw 0;
  background-color: #fff;
  border-color: #f4f3e1;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-top: none !important;
  border-radius: 0 0 4vw 4vw;
}

.craftsman-name {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
.craftsman-name span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 4.2666666667vw;
}

.sec--craftsman .line-bnr {
  margin-top: 8.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--craftsman {
    padding: 9.0277777778vw 0 7.6388888889vw 0;
  }
  .sec--craftsman .sec-head {
    margin: 0 auto 2.4305555556vw auto;
    width: 36.1111111111vw;
  }
  .sec--craftsman .sec-head:before, .sec--craftsman .sec-head:after {
    top: 6.25vw;
    width: 54.6527777778vw;
    height: 1.6666666667vw;
    background-image: url(../img/craftsman/stripe.svg);
  }
  .sec--craftsman .sec-ttl {
    font-size: 1.4583333333vw;
  }
  .sec--craftsman .sec-ttl span.big {
    font-size: 3.6111111111vw;
  }
  .sec--craftsman .sec-ttl:before, .sec--craftsman .sec-ttl:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    z-index: -1;
  }
  .sec--craftsman .sec-ttl:before {
    top: -5.2083333333vw;
    left: -18.0555555556vw;
    width: 20.6944444444vw;
    height: 19.0972222222vw;
    background-image: url(../img/craftsman/deco-l.svg);
  }
  .sec--craftsman .sec-ttl:after {
    top: 1.0416666667vw;
    right: -23.6111111111vw;
    width: 20.4861111111vw;
    height: 12.9166666667vw;
    background-image: url(../img/craftsman/deco-r.svg);
  }
  .craftsman {
    margin: 0 auto;
    width: 57.6388888889vw;
  }
  .craftsman:before, .craftsman:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .craftsman:before {
    top: -18.4027777778vw;
    left: -13.8888888889vw;
    width: 26.4583333333vw;
    height: 17.2916666667vw;
    background-image: url(../img/craftsman/photo.png);
    background-image: image-set(url(../img/craftsman/photo.png) 1x, url(../img/craftsman/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/craftsman/photo.png) 1x, url(../img/craftsman/photo-2x.png) 2x);
  }
  .craftsman:after {
    top: -21.875vw;
    right: -8.3333333333vw;
    width: 14.4444444444vw;
    height: 24.8611111111vw;
    background-image: url(../img/craftsman/balloon.png);
    background-image: image-set(url(../img/craftsman/balloon.png) 1x, url(../img/craftsman/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/craftsman/balloon.png) 1x, url(../img/craftsman/balloon-2x.png) 2x);
  }
  .craftsman > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4.8611111111vw;
  }
  .craftsman > ul > li {
    margin-left: 4.8611111111vw;
    width: calc(50% - 4.8611111111vw);
  }
  .craftsman > ul > li:nth-child(n+3) {
    margin-top: 3.4722222222vw;
  }
  .craftsman-image {
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
  .craftsman-content {
    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;
    padding: 0 0 1.25vw 0;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .craftsman-name {
    font-size: 1.1111111111vw;
  }
  .craftsman-name span {
    margin: 0 0 0 0.5em;
    font-size: 1.6666666667vw;
  }
  .sec--craftsman .line-bnr {
    margin-top: 6.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--craftsman {
    padding: 130px 0 110px 0;
  }
  .sec--craftsman .sec-head {
    margin: 0 auto 35px auto;
    width: 520px;
  }
  .sec--craftsman .sec-head:before, .sec--craftsman .sec-head:after {
    top: 90px;
    width: 787px;
    height: 24px;
  }
  .sec--craftsman .sec-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec--craftsman .sec-ttl span.big {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--craftsman .sec-ttl:before {
    top: -75px;
    left: -260px;
    width: 298px;
    height: 275px;
  }
  .sec--craftsman .sec-ttl:after {
    top: 15px;
    right: -340px;
    width: 295px;
    height: 186px;
  }
  .craftsman {
    width: 830px;
  }
  .craftsman:before {
    top: -265px;
    left: -200px;
    width: 381px;
    height: 249px;
  }
  .craftsman:after {
    top: -315px;
    right: -120px;
    width: 208px;
    height: 358px;
  }
  .craftsman > ul {
    margin-left: -70px;
  }
  .craftsman > ul > li {
    margin-left: 70px;
    width: calc(50% - 70px);
  }
  .craftsman > ul > li:nth-child(n+3) {
    margin-top: 50px;
  }
  .craftsman-image {
    border-radius: 30px 30px 0 0;
  }
  .craftsman-content {
    padding-bottom: 18px;
    height: 60px;
    border-width: 1px;
    border-radius: 0 0 30px 30px;
  }
  .craftsman-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .craftsman-name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec--craftsman .line-bnr {
    margin-top: 95px;
  }
}
/*  front - #hero
-------------------------------------------------------------------------------*/
.sec--hero {
  padding: 5.3333333333vw 0 4vw 0;
  background-color: #f7f5f1;
}

.hero {
  position: relative;
  z-index: 2;
}

.hero-slide {
  position: relative;
  margin: 0 auto;
  width: 90.6666666667vw;
  text-align: center;
}

.hero-slide .swiper-slide a {
  display: block;
}

.hero-slide .swiper-slide:before {
  border-radius: 5.3333333333vw;
}

.hero-slide .swiper-slide-active:before {
  opacity: 0;
  z-index: -1;
}

.hero-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 106.6666666667vw;
}

#hero-prev,
#hero-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--hero {
    padding: 1.7361111111vw 0;
  }
  .hero-slide {
    width: 69.4444444444vw;
  }
  .hero-slide .swiper-slide:before {
    border-radius: 2.0833333333vw;
  }
  .hero-slide img {
    height: 44.4444444444vw;
  }
  #hero-prev,
  #hero-next {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  #hero-prev {
    left: -4.1666666667vw;
  }
  #hero-next {
    right: -4.1666666667vw;
  }
  #hero-pagination {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--hero {
    padding: 25px 0;
  }
  .hero-slide {
    width: 1000px;
  }
  .hero-slide img {
    height: 640px;
  }
  .hero-slide .swiper-slide:before {
    border-radius: 30px;
  }
  #hero-prev,
  #hero-next {
    width: 46px;
    height: 46px;
  }
  #hero-prev {
    left: -60px;
  }
  #hero-next {
    right: -60px;
  }
  #hero-pagination {
    margin-top: 25px;
  }
}
/*  front - #merit
-------------------------------------------------------------------------------*/
.sec--merit {
  padding-top: 28vw;
}

.sec--merit .sec-head {
  margin-bottom: 57.3333333333vw;
}
.sec--merit .sec-head:before, .sec--merit .sec-head:after {
  content: "";
  position: absolute;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 25.8666666667vw;
  height: 15.4666666667vw;
  background-image: url(../img/merit/slash.svg);
  background-size: contain;
}
.sec--merit .sec-head:before {
  left: -8vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--merit .sec-head:after {
  right: -8vw;
}

.sec--merit .sec-ttl {
  font-size: 5.6vw;
}
.sec--merit .sec-ttl span.color {
  color: #ec5600;
  font-size: 8.5333333333vw;
}
.sec--merit .sec-ttl span.big {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 8.5333333333vw;
}
.sec--merit .sec-ttl:before {
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 37.3333333333vw;
  height: 6.5333333333vw;
  background-image: url(../img/merit/curtain.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.merit {
  position: relative;
  z-index: 1;
}
.merit:before, .merit:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.merit:before {
  top: -55.3333333333vw;
  left: -6.6666666667vw;
  width: 59.4666666667vw;
  height: 94.4vw;
  background-image: url(../img/merit/staff-l_sp.png);
}
.merit:after {
  top: -56vw;
  right: -1.3333333333vw;
  width: 53.2vw;
  height: 96.6666666667vw;
  background-image: url(../img/merit/staff-r_sp.png);
}

.merit > ul {
  position: relative;
  padding: 10.6666666667vw 0;
}
.merit > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-image: url(../img/merit/bg_sp.webp);
  background-repeat: repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.merit > ul > li {
  position: relative;
  padding: 18.6666666667vw 0 7.3333333333vw 0;
  background-color: #fcfcfc;
  border-radius: 4vw;
}
.merit > ul > li:before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 29.8666666667vw;
  height: 8.1333333333vw;
  background-image: url(../img/merit/wall.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.merit-num {
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  color: #fdeee3;
  font-family: "Anton", sans-serif;
  font-size: 21.3333333333vw;
  font-weight: 400;
}

.merit-catch {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.25em;
}
.merit-catch:before {
  content: "";
  position: absolute;
  top: -14vw;
  left: 50%;
  display: inline-block;
  width: 9.8666666667vw;
  height: 10.8vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.merit > ul > li:nth-child(1) .merit-catch:before {
  width: 9.8666666667vw;
  height: 6.8vw;
  background-image: url(../img/merit/ribbon.svg);
}

.merit > ul > li:nth-child(2) .merit-catch:before {
  width: 8vw;
  height: 10.8vw;
  background-image: url(../img/merit/calc.svg);
}

.merit > ul > li:nth-child(3) .merit-catch:before {
  width: 7.4666666667vw;
  height: 10.8vw;
  background-image: url(../img/merit/hammer.svg);
}

.merit-ttl {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 6.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
}

.merit-desc {
  margin: 0 auto;
  width: 80vw;
}
.merit-desc p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .merit > ul > li:nth-child(n+2) {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--merit {
    padding-top: 11.8055555556vw;
  }
  .sec--merit .sec-head {
    margin: 0 auto 2.4305555556vw auto;
    width: 50.4166666667vw;
  }
  .sec--merit .sec-head:before, .sec--merit .sec-head:after {
    bottom: 0;
    width: 13.4722222222vw;
    height: 8.0555555556vw;
  }
  .sec--merit .sec-head:before {
    left: 0;
  }
  .sec--merit .sec-head:after {
    right: 0;
  }
  .sec--merit .sec-ttl {
    font-size: 2.9166666667vw;
  }
  .sec--merit .sec-ttl span.color {
    font-size: 3.8888888889vw;
  }
  .sec--merit .sec-ttl span.big {
    font-size: 3.6111111111vw;
  }
  .sec--merit .sec-ttl:before {
    top: -5.5555555556vw;
    width: 15.0694444444vw;
    height: 2.6388888889vw;
  }
  .merit {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .merit:before {
    top: -20.8333333333vw;
    left: -3.125vw;
    width: 28.3333333333vw;
    height: 36.25vw;
    background-image: url(../img/merit/staff-l.png);
    background-image: image-set(url(../img/merit/staff-l.png) 1x, url(../img/merit/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/merit/staff-l.png) 1x, url(../img/merit/staff-l-2x.png) 2x);
  }
  .merit:after {
    top: -21.5277777778vw;
    right: -3.4722222222vw;
    width: 28.3333333333vw;
    height: 37.0833333333vw;
    background-image: url(../img/merit/staff-r.png);
    background-image: image-set(url(../img/merit/staff-r.png) 1x, url(../img/merit/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/merit/staff-r.png) 1x, url(../img/merit/staff-r-2x.png) 2x);
  }
  .merit > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.5555555556vw 0 4.1666666667vw 0;
  }
  .merit > ul:before {
    background-image: url(../img/merit/bg.webp);
    background-image: -webkit-image-set(url(../img/merit/bg.webp) 1x, url(../img/merit/bg-2x.webp) 2x);
    background-image: image-set(url(../img/merit/bg.webp) 1x, url(../img/merit/bg-2x.webp) 2x);
  }
  .merit > ul > li {
    padding: 6.5972222222vw 0 1.7361111111vw 0;
    width: 25.6944444444vw;
    border-radius: 2.0833333333vw;
  }
  .merit > ul > li:before {
    top: -2.7777777778vw;
    width: 15.5555555556vw;
    height: 4.2361111111vw;
  }
  .merit-num {
    top: 0.3472222222vw;
    left: 0.6944444444vw;
    font-size: 6.25vw;
  }
  .merit-catch {
    font-size: 1.1111111111vw;
  }
  .merit-catch:before {
    top: -4.1666666667vw;
    width: 4.0277777778vw;
    height: 3.2638888889vw;
  }
  .merit > ul > li:nth-child(1) .merit-catch:before {
    width: 4.0277777778vw;
    height: 2.7777777778vw;
  }
  .merit > ul > li:nth-child(2) .merit-catch:before {
    width: 2.2916666667vw;
    height: 3.0555555556vw;
  }
  .merit > ul > li:nth-child(3) .merit-catch:before {
    width: 2.2222222222vw;
    height: 3.2638888889vw;
  }
  .merit-ttl {
    font-size: 2.2222222222vw;
    line-height: 1.31em;
  }
  .merit-desc {
    width: 20.1388888889vw;
  }
  .merit-desc p {
    font-size: 0.9722222222vw;
    line-height: 1.71em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--merit {
    padding-top: 170px;
  }
  .sec--merit .sec-head {
    margin-bottom: 35px;
    width: 726px;
  }
  .sec--merit .sec-head:before, .sec--merit .sec-head:after {
    width: 194px;
    height: 116px;
  }
  .sec--merit .sec-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .sec--merit .sec-ttl span.color {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .sec--merit .sec-ttl span.big {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--merit .sec-ttl:before {
    top: -80px;
    width: 217px;
    height: 38px;
  }
  .merit {
    margin-left: -100px;
    width: 1200px;
  }
  .merit:before {
    top: -300px;
    left: -45px;
    width: 408px;
    height: 522px;
  }
  .merit:after {
    top: -310px;
    right: -50px;
    width: 408px;
    height: 534px;
  }
  .merit > ul {
    padding: 80px 0 60px 0;
  }
  .merit > ul > li {
    padding: 95px 0 25px 0;
    width: 370px;
    border-radius: 30px;
  }
  .merit > ul > li:before {
    top: -40px;
    width: 224px;
    height: 61px;
  }
  .merit-num {
    top: 5px;
    left: 10px;
    font-size: 90px;
    font-size: 9rem;
  }
  .merit-catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .merit-catch:before {
    top: -60px;
    width: 58px;
    height: 47px;
  }
  .merit > ul > li:nth-child(1) .merit-catch:before {
    width: 58px;
    height: 40px;
  }
  .merit > ul > li:nth-child(2) .merit-catch:before {
    width: 33px;
    height: 44px;
  }
  .merit > ul > li:nth-child(3) .merit-catch:before {
    width: 32px;
    height: 47px;
  }
  .merit-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .merit-desc {
    width: 290px;
  }
  .merit-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  front - #news
-------------------------------------------------------------------------------*/
.sec--news {
  padding: 22vw 0 8vw 0;
}

.sec--news .sec-head {
  margin-bottom: 5.3333333333vw;
}
.sec--news .sec-head:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 12.2666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news-btn {
  margin: 8vw auto 0 auto;
  width: 72vw;
}

@media screen and (max-width: 750px) {
  .sec--news .sec-ttl span.small {
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
  .sec--news .sec-ttl span.color {
    color: #302e2e;
  }
}
@media all and (min-width: 751px) {
  .sec--news {
    padding: 9.375vw 0 3.4722222222vw 0;
  }
  .sec--news .sec-head {
    margin-bottom: 2.4305555556vw;
  }
  .sec--news .sec-head:before {
    top: -3.4722222222vw;
    width: 4.0277777778vw;
    height: 1.1111111111vw;
  }
  .sec--news .sec-ttl {
    font-size: 2.9166666667vw;
  }
  .news-frt {
    margin: 0 auto;
    width: 54.1666666667vw;
  }
  .news-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 26.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--news {
    padding: 135px 0 50px 0;
  }
  .sec--news .sec-head {
    margin-bottom: 35px;
  }
  .sec--news .sec-head:before {
    top: -50px;
    width: 58px;
    height: 16px;
  }
  .sec--news .sec-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .news-frt {
    width: 780px;
  }
  .news-btn {
    margin: 30px auto 0 auto;
    width: 380px;
  }
}
/*  front - #reason
-------------------------------------------------------------------------------*/
.sec--reason {
  padding-top: 16vw;
}

.sec--reason .sec-head {
  margin: 0 auto 6.6666666667vw auto;
  width: 90.4vw;
  text-align: center;
}
.sec--reason .sec-head:before, .sec--reason .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 32vw;
  height: 8vw;
  background-image: url(../img/reason/pattern.svg);
  background-size: contain;
  z-index: -1;
}
.sec--reason .sec-head:before {
  top: 3.3333333333vw;
  left: -16vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec--reason .sec-head:after {
  top: -8vw;
  right: -10vw;
}

.sec--reason .sec-catch {
  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: 4.6666666667vw;
  padding: 0 1.75em 0.1em 1.75em;
  height: 5.6vw;
  background-color: #302e2e;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.8vw;
  color: #fcfcfc;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
}

.sec--reason .sec-catch-sub {
  margin-bottom: 2.6666666667vw;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

.reason {
  position: relative;
}

.reason > li {
  position: relative;
  padding: 8vw 4vw;
  overflow: hidden;
}
.reason > li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.reason-box {
  position: relative;
}

.reason-box > div {
  position: relative;
  width: 90.6666666667vw;
}

.reason-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3.7333333333vw;
  height: 12.2666666667vw;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  border-bottom: none !important;
}

.reason-ttl {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
}
.reason-ttl span {
  font-size: 5.6vw;
}

.reason-content {
  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: 7.3333333333vw 0;
  background-color: #fff;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  border-top: none !important;
}

.reason--usually:before {
  background-color: #efefef;
}
.reason--usually .reason-box > div {
  margin-left: auto;
}
.reason--usually .reason-head {
  background-color: #d7d7d7;
  border-color: #c8c8c8;
}
.reason--usually .reason-ttl {
  color: #535353;
}
.reason--usually .reason-content {
  border-color: #c8c8c8;
}
.reason--usually .reason-content img {
  width: 69.8666666667vw;
}

.reason--miyako:before {
  background-color: #fff3e5;
}
.reason--miyako:after {
  content: "";
  position: absolute;
  top: -13.3333333333vw;
  left: 0;
  display: inline-block;
  width: 100vw;
  height: 181.7333333333vw;
  background-image: url(../img/reason/confetti_sp.png);
  background-size: contain;
  z-index: -1;
}
.reason--miyako .reason-box > div:after {
  content: "";
  position: absolute;
  top: 15.3333333333vw;
  right: -5.8666666667vw;
  display: inline-block;
  width: 19.2vw;
  height: 56.4vw;
  background-image: url(../img/reason/balloon_sp.png);
  background-size: contain;
}
.reason--miyako .reason-head {
  background-color: #ec5600;
  border-color: #ec5600;
}
.reason--miyako .reason-head:before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 4vw;
  display: inline-block;
  width: 17.7333333333vw;
  height: 11.4666666667vw;
  background-image: url(../img/reason/circle.svg);
  background-size: contain;
  z-index: -1;
}
.reason--miyako .reason-head:after {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 14.4vw;
  height: 8.6666666667vw;
  background-image: url(../img/reason/crown.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason--miyako .reason-ttl {
  color: #fcfcfc;
}
.reason--miyako .reason-ttl:before {
  content: "";
  position: absolute;
  top: -3.3333333333vw;
  left: -9.3333333333vw;
  display: inline-block;
  width: 9.7333333333vw;
  height: 7.0666666667vw;
  background-image: url(../img/reason/deco-wh.svg);
  background-size: contain;
}
.reason--miyako .reason-content {
  border-color: #ec5600;
}
.reason--miyako .reason-content img {
  width: 72.5333333333vw;
}

.reason-text {
  position: relative;
  margin-top: 4vw;
}
.reason-text p {
  font-size: 6.5333333333vw;
  font-weight: 700;
  text-align: center;
}
.reason-text p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff2c2));
  background: linear-gradient(transparent 70%, #fff2c2 70%);
  color: #ec5600;
}

@media screen and (max-width: 750px) {
  .reason > li:before {
    left: 0;
  }
  .sec--reason .sec-catch-sub {
    font-size: 4.8vw;
  }
  .reason--miyako {
    padding-top: 12.6666666667vw !important;
  }
  .reason--miyako .reason-content {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  }
  .reason-box > div {
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .sec--reason {
    padding-top: 9.0277777778vw;
  }
  .sec--reason .sec-head {
    margin-bottom: 3.4722222222vw;
    width: 69.4444444444vw;
    font-size: 2.7777777778vw;
  }
  .sec--reason .sec-head:before, .sec--reason .sec-head:after {
    width: 16.6666666667vw;
    height: 4.1666666667vw;
  }
  .sec--reason .sec-head:before {
    top: -1.0416666667vw;
    left: -15.9722222222vw;
  }
  .sec--reason .sec-head:after {
    top: 11.1111111111vw;
    right: -15.9722222222vw;
  }
  .sec--reason .sec-head span.color {
    position: relative;
  }
  .sec--reason .sec-head span.color:before {
    content: "";
    position: absolute;
    top: -1.3888888889vw;
    left: -2.7777777778vw;
    display: inline-block;
    width: 3.75vw;
    height: 2.6388888889vw;
    background-image: url(../img/reason/deco-og.svg);
    background-size: contain;
  }
  .sec--reason .sec-catch {
    margin-bottom: 2.0833333333vw;
    height: 2.4305555556vw;
    border-width: 0.1388888889vw;
    border-radius: 1.2152777778vw;
    font-size: 1.4583333333vw;
  }
  .sec--reason .sec-catch-sub {
    margin-bottom: 2.0833333333vw;
  }
  .sec--reason .sec-ttl {
    font-size: 1.4583333333vw;
  }
  .reason {
    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;
  }
  .reason:before, .reason:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .reason:before {
    top: -21.1805555556vw;
    left: calc(50% - 36.8055555556vw);
    width: 15.2777777778vw;
    height: 20.4861111111vw;
    background-image: url(../img/reason/staff-l.png);
    background-image: image-set(url(../img/reason/staff-l.png) 1x, url(../img/reason/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff-l.png) 1x, url(../img/reason/staff-l-2x.png) 2x);
  }
  .reason:after {
    top: -21.1805555556vw;
    right: calc(50% - 40.2777777778vw);
    width: 21.8055555556vw;
    height: 21.1805555556vw;
    background-image: url(../img/reason/staff-r.png);
    background-image: image-set(url(../img/reason/staff-r.png) 1x, url(../img/reason/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff-r.png) 1x, url(../img/reason/staff-r-2x.png) 2x);
  }
  .reason > li {
    padding: 3.4722222222vw 1.3888888889vw 5.9027777778vw 1.3888888889vw;
    width: 50%;
  }
  .reason > li:before {
    width: 50vw;
  }
  .reason-box > div {
    width: 30.5555555556vw;
  }
  .reason-head {
    padding-bottom: 1.0416666667vw;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  }
  .reason-ttl {
    font-size: 1.6666666667vw;
  }
  .reason-ttl span {
    font-size: 1.9444444444vw;
  }
  .reason-content {
    padding: 2.4305555556vw 0;
    border-width: 0.2083333333vw;
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  }
  .reason--usually:before {
    right: -1.3888888889vw;
  }
  .reason--usually .reason-box > div {
    margin-left: auto;
  }
  .reason--usually .reason-content img {
    width: 23.4027777778vw;
  }
  .reason--miyako:before {
    left: -1.3888888889vw;
  }
  .reason--miyako:after {
    top: -22.9166666667vw;
    left: -6.25vw;
    width: 57.9861111111vw;
    height: 81.5972222222vw;
    background-image: url(../img/reason/confetti.svg);
  }
  .reason--miyako .reason-box > div:after {
    top: 5.5555555556vw;
    right: -3.4722222222vw;
    width: 7.7083333333vw;
    height: 19.7222222222vw;
    background-image: url(../img/reason/balloon.png);
    background-image: image-set(url(../img/reason/balloon.png) 1x, url(../img/reason/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/balloon.png) 1x, url(../img/reason/balloon-2x.png) 2x);
  }
  .reason--miyako .reason-head:before {
    top: -1.0416666667vw;
    left: 1.3888888889vw;
    width: 5.9722222222vw;
    height: 3.9583333333vw;
  }
  .reason--miyako .reason-head:after {
    top: -2.2222222222vw;
    width: 4.8611111111vw;
    height: 2.9166666667vw;
  }
  .reason--miyako .reason-ttl:before {
    top: -1.0416666667vw;
    left: -2.7777777778vw;
    width: 3.3333333333vw;
    height: 2.4305555556vw;
  }
  .reason--miyako .reason-content img {
    width: 23.6805555556vw;
  }
  .reason-text {
    margin-top: 1.3888888889vw;
  }
  .reason-text p {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reason {
    padding-top: 130px;
  }
  .sec--reason .sec-head {
    margin-bottom: 50px;
    width: 1000px;
    font-size: 40px;
    font-size: 4rem;
  }
  .sec--reason .sec-head:before, .sec--reason .sec-head:after {
    width: 240px;
    height: 60px;
  }
  .sec--reason .sec-head:before {
    top: -15px;
    left: -230px;
  }
  .sec--reason .sec-head:after {
    top: 160px;
    right: -230px;
  }
  .sec--reason .sec-head span.color:before {
    top: -20px;
    left: -40px;
    width: 54px;
    height: 38px;
  }
  .sec--reason .sec-catch {
    margin-bottom: 30px;
    height: 35px;
    border-width: 2px;
    border-radius: 17.5px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec--reason .sec-catch-sub {
    margin-bottom: 30px;
  }
  .sec--reason .sec-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .reason:before {
    top: -305px;
    left: calc(50% - 530px);
    width: 220px;
    height: 295px;
  }
  .reason:after {
    top: -305px;
    right: calc(50% - 580px);
    width: 314px;
    height: 305px;
  }
  .reason > li {
    padding: 50px 20px 85px 20px;
    width: 50%;
  }
  .reason > li:before {
    width: 50vw;
  }
  .reason-box > div {
    width: 440px;
  }
  .reason-head {
    padding-bottom: 15px;
    height: 60px;
    border-width: 3px;
    border-radius: 20px 20px 0 0;
  }
  .reason-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .reason-ttl span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .reason-content {
    padding: 35px 0;
    border-width: 3px;
    border-radius: 0 0 20px 20px;
  }
  .reason--usually:before {
    right: -20px;
  }
  .reason--usually .reason-content img {
    width: 337px;
  }
  .reason--miyako:before {
    left: -20px;
  }
  .reason--miyako:after {
    top: -330px;
    left: -90px;
    width: 835px;
    height: 1175px;
  }
  .reason--miyako .reason-box > div:after {
    top: 80px;
    right: -50px;
    width: 111px;
    height: 284px;
  }
  .reason--miyako .reason-head:before {
    top: -15px;
    left: 20px;
    width: 86px;
    height: 57px;
  }
  .reason--miyako .reason-head:after {
    top: -32px;
    width: 70px;
    height: 42px;
  }
  .reason--miyako .reason-ttl:before {
    top: -15px;
    left: -40px;
    width: 48px;
    height: 35px;
  }
  .reason--miyako .reason-content img {
    width: 341px;
  }
  .reason-text {
    margin-top: 20px;
  }
  .reason-text p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*  front - #shop
-------------------------------------------------------------------------------*/
.sec--shop {
  padding: 22.6666666667vw 0;
}
.sec--shop:before, .sec--shop:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100vw;
  height: 32vw;
  background-image: url(../img/shop/deco_sp.svg);
  background-size: contain;
}
.sec--shop:before {
  top: 3.3333333333vw;
  left: 0;
}
.sec--shop:after {
  right: 0;
}

.sec--shop .sec-head {
  margin-bottom: 6.6666666667vw;
}

.shop > li {
  background-color: #fcfcfc;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.shop-content {
  padding: 2.6666666667vw;
}

.shop-name {
  margin-bottom: 1.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.05em;
}
.shop-name span {
  position: relative;
  padding-left: 6.6666666667vw;
}
.shop-name span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  display: inline-block;
  width: 3.2vw;
  height: 4.6666666667vw;
  background-image: url(../img/shop/pin.svg);
  background-size: contain;
}

.shop-data dl {
  padding: 2.6666666667vw 1.3333333333vw;
  border-bottom: 1px dashed #bdbdbd;
}

.shop-data dt {
  margin-bottom: 0.5em;
  color: #ec5600;
  line-height: 1.28em;
}
.shop-data dt span {
  position: relative;
  padding-left: 4.6666666667vw;
}
.shop-data dt span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.8vw;
  background-size: contain;
  background-position: center left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-data--tel dt span:before {
  background-image: url(../img/shop/phone.svg);
}

.shop-data--add dt span:before {
  background-image: url(../img/shop/pin.svg);
}

.shop-data--holiday dt span:before {
  background-image: url(../img/shop/calender.svg);
}

.shop-data--time dt span:before {
  background-image: url(../img/shop/clock.svg);
}

.shop-data dd {
  padding-left: 4.6666666667vw;
  line-height: 1.28em;
}

.shop-map {
  margin-top: 3.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media all and (max-width: 750px) {
  .sec--shop:after {
    bottom: 3.3333333333vw;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .shop {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .shop > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media all and (min-width: 751px) {
  .sec--shop {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .sec--shop:before, .sec--shop:after {
    width: 18.4722222222vw;
    height: 17.1527777778vw;
    background-image: url(../img/shop/deco.svg);
  }
  .sec--shop:before {
    top: 1.3888888889vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .sec--shop:after {
    top: 1.3888888889vw;
  }
  .sec--shop .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--shop .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop > li {
    width: 33.3333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .shop-content {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .shop-name {
    margin-bottom: 1.3888888889vw;
    font-size: 2.5vw;
    text-align: center;
  }
  .shop-name span {
    padding-left: 2.7777777778vw;
  }
  .shop-name span:before {
    bottom: 0.1em;
    width: 1.6666666667vw;
    height: 2.6388888889vw;
  }
  .shop-data {
    border-top: 1px dashed #bdbdbd;
  }
  .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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.0416666667vw 0;
  }
  .shop-data dt {
    margin-bottom: 0;
    padding-left: 1.5em;
    width: 8.6805555556vw;
    font-size: 0.9722222222vw;
    line-height: 1.7em;
  }
  .shop-data dt span {
    padding-left: 1.7361111111vw;
  }
  .shop-data dt span:before {
    width: 1.0416666667vw;
    height: 1.3888888889vw;
  }
  .shop-data dd {
    padding: 0;
    width: 19.7916666667vw;
    font-size: 0.9722222222vw;
    line-height: 1.7em;
  }
  .shop-map {
    margin-top: 1.3888888889vw;
    border-radius: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--shop {
    padding: 100px 0 80px 0;
  }
  .sec--shop:before, .sec--shop:after {
    width: 266px;
    height: 247px;
  }
  .sec--shop:before {
    top: 20px;
  }
  .sec--shop:after {
    top: 20px;
  }
  .sec--shop .sec-head {
    margin-bottom: 40px;
  }
  .sec--shop .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .shop > li {
    width: 480px;
    border-width: 2px;
    border-radius: 20px;
  }
  .shop-content {
    padding: 20px 25px;
  }
  .shop-name {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .shop-name span {
    padding-left: 40px;
  }
  .shop-name span:before {
    width: 24px;
    height: 38px;
  }
  .shop-data dl {
    padding: 15px 0;
  }
  .shop-data dt {
    width: 125px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop-data dt span {
    padding-left: 25px;
  }
  .shop-data dt span:before {
    width: 15px;
    height: 20px;
  }
  .shop-data dd {
    width: 285px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop-map {
    margin-top: 20px;
    border-radius: 20px;
  }
}
/*  front - #trouble
-------------------------------------------------------------------------------*/
.sec--trouble {
  padding: 5.3333333333vw 0 11.3333333333vw 0;
  background-color: #f7f5f1;
  background-image: url(../img/trouble/bg_sp.jpg);
  background-size: cover;
  background-position: left bottom;
}
.sec--trouble:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8vw;
  display: inline-block;
  width: 26.6666666667vw;
  height: 12.9333333333vw;
  background-image: url(../img/trouble/arrow.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--trouble .sec-head {
  margin: 0 0 12vw -2.2666666667vw;
  padding: 9.3333333333vw 0 6vw 0;
  width: 95.2vw;
  height: 55.2vw;
  background-image: url(../img/trouble/frame_sp.svg);
  background-size: contain;
  background-position: center;
}

.sec--trouble .sec-ttl {
  font-size: 7.2vw;
  line-height: 1.65em;
  z-index: 1;
}
.sec--trouble .sec-ttl span {
  position: relative;
  display: inline-block;
}
.sec--trouble .sec-ttl span.big {
  font-size: 8.5333333333vw;
}
.sec--trouble .sec-ttl span.wall:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: 50%;
  display: inline-block;
  width: 10vw;
  height: 2.8vw;
  background-image: url(../img/trouble/wall.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec--trouble .sec-ttl span.mokumoku:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0.05em 0 0 0.05em;
  display: inline-block;
  width: 55.6vw;
  height: 13.3333333333vw;
  background-image: url(../img/trouble/mokumoku_sp.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sec--trouble .sec-ttl span.mokumoku:after {
  content: "";
  position: absolute;
  top: -2vw;
  right: -9.3333333333vw;
  display: inline-block;
  width: 5.8666666667vw;
  height: 4.1333333333vw;
  background-image: url(../img/trouble/splash.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--trouble .sec-en {
  margin-top: 0.3em;
  color: #949191;
}

.trouble {
  position: relative;
  margin: 0 auto;
  width: 86.4vw;
  z-index: 1;
}

.trouble > ul > li {
  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;
  height: 24vw;
}
.trouble > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 69.4666666667vw;
  height: 24vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.trouble > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trouble-label {
  position: absolute;
  top: -2vw;
  width: 14vw;
  height: 14.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;
  background-image: url(../img/trouble/deco.svg);
  background-size: contain;
  z-index: 1;
}
.trouble-label span {
  color: #fcfcfc;
  font-size: 4.1333333333vw;
  font-weight: 700;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.trouble-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.trouble-ttl span.color {
  position: relative;
  color: #ec5600;
}
.trouble-ttl span.color:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 15%;
  background-color: #fffd42;
  z-index: -1;
}
.trouble-ttl span.big {
  font-size: 5.6vw;
}

.trouble > ul > li:nth-child(1):before {
  background-image: url(../img/trouble/bg01_sp.svg);
}
.trouble > ul > li:nth-child(1):after {
  left: -2.6666666667vw;
  width: 32.9333333333vw;
  height: 30.6666666667vw;
  background-image: url(../img/trouble/people01_sp.png);
}
.trouble > ul > li:nth-child(1) .trouble-label {
  right: 50.9333333333vw;
}

.trouble > ul > li:nth-child(2):before {
  background-image: url(../img/trouble/bg02_sp.svg);
}
.trouble > ul > li:nth-child(2):after {
  right: -1.0666666667vw;
  width: 25.3333333333vw;
  height: 28.8vw;
  background-image: url(../img/trouble/people02_sp.png);
}
.trouble > ul > li:nth-child(2) .trouble-label {
  right: 18.1333333333vw;
}

.trouble > ul > li:nth-child(3):before {
  background-image: url(../img/trouble/bg03_sp.svg);
}
.trouble > ul > li:nth-child(3):after {
  left: -2vw;
  width: 22.6666666667vw;
  height: 31.8666666667vw;
  background-image: url(../img/trouble/people03_sp.png);
}
.trouble > ul > li:nth-child(3) .trouble-label {
  right: 52vw;
}

.trouble > ul > li:nth-child(4):before {
  background-image: url(../img/trouble/bg04_sp.svg);
}
.trouble > ul > li:nth-child(4):after {
  right: -2.6666666667vw;
  width: 28.5333333333vw;
  height: 32.4vw;
  background-image: url(../img/trouble/people04_sp.png);
}
.trouble > ul > li:nth-child(4) .trouble-label {
  right: 20vw;
}

@media screen and (max-width: 750px) {
  .trouble > ul > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .trouble > ul > li:nth-child(1) {
    padding-left: 25.3333333333vw;
    background-position: right center;
  }
  .trouble > ul > li:nth-child(1):before {
    right: 0;
  }
  .trouble > ul > li:nth-child(2) {
    padding-right: 22.6666666667vw;
    background-position: left center;
  }
  .trouble > ul > li:nth-child(2):before {
    left: 0;
  }
  .trouble > ul > li:nth-child(3) {
    padding-left: 22.6666666667vw;
    background-position: right center;
  }
  .trouble > ul > li:nth-child(3):before {
    right: 0;
  }
  .trouble > ul > li:nth-child(4) {
    padding-right: 22.6666666667vw;
    background-position: left center;
  }
  .trouble > ul > li:nth-child(4):before {
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--trouble {
    padding: 1.0416666667vw 0 5.9027777778vw 0;
    background-image: url(../img/trouble/bg.jpg);
    background-image: image-set(url(../img/trouble/bg.jpg) 1x, url(../img/trouble/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/trouble/bg.jpg) 1x, url(../img/trouble/bg-2x.jpg) 2x);
  }
  .sec--trouble:after {
    bottom: -4.1666666667vw;
    width: 13.8888888889vw;
    height: 6.7361111111vw;
  }
  .sec--trouble .sec-head {
    margin: 0 auto;
    padding: 5.3472222222vw 0 2.4305555556vw 0;
    width: 57.6388888889vw;
    height: 19.9305555556vw;
    background-image: url(../img/trouble/frame.svg);
  }
  .sec--trouble .sec-ttl {
    font-size: 2.9166666667vw;
    line-height: 1.5em;
  }
  .sec--trouble .sec-ttl span.big {
    font-size: 3.6111111111vw;
  }
  .sec--trouble .sec-ttl span.small {
    margin: 0 0.6em 0 0.2em;
  }
  .sec--trouble .sec-ttl span.wall:before {
    top: -1.7361111111vw;
    width: 4.7222222222vw;
    height: 1.3194444444vw;
  }
  .sec--trouble .sec-ttl span.mokumoku:before {
    width: 24.375vw;
    height: 5.8333333333vw;
    background-image: url(../img/trouble/mokumoku.svg);
  }
  .sec--trouble .sec-ttl span.mokumoku:after {
    top: -1.7361111111vw;
    right: -5.5555555556vw;
    width: 3.0555555556vw;
    height: 2.1527777778vw;
  }
  .sec--trouble .sec-en {
    color: #ec5600;
  }
  .trouble {
    margin: 0 0 0 -2.2222222222vw;
    width: 74.7222222222vw;
  }
  .trouble > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -6.5972222222vw;
  }
  .trouble > ul > li {
    margin-left: 6.5972222222vw;
    padding-left: 8.3333333333vw;
    width: calc(50% - 6.5972222222vw);
    height: 10.9027777778vw;
    background-position: right center;
  }
  .trouble > ul > li:before {
    right: 0;
    width: 26.9444444444vw;
    height: 10.9027777778vw;
    background-size: 100%;
  }
  .trouble > ul > li:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .trouble-label {
    top: 0.6944444444vw;
    width: 5.5555555556vw;
    height: 5.6944444444vw;
  }
  .trouble-label span {
    font-size: 1.6666666667vw;
  }
  .trouble-ttl {
    font-size: 1.6666666667vw;
  }
  .trouble-ttl span.big {
    font-size: 2.5vw;
  }
  .trouble > ul > li:nth-child(1):before {
    background-image: url(../img/trouble/bg01.svg);
  }
  .trouble > ul > li:nth-child(1):after {
    left: auto;
    right: 26.3888888889vw;
    width: 11.25vw;
    height: 10.4861111111vw;
    background-image: url(../img/trouble/people01.png);
    background-image: image-set(url(../img/trouble/people01.png) 1x, url(../img/trouble/people01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/trouble/people01.png) 1x, url(../img/trouble/people01-2x.png) 2x);
  }
  .trouble > ul > li:nth-child(1) .trouble-label {
    left: auto;
    right: 22.9166666667vw;
  }
  .trouble > ul > li:nth-child(2):before {
    background-image: url(../img/trouble/bg02.svg);
  }
  .trouble > ul > li:nth-child(2):after {
    left: auto;
    right: 27.4305555556vw;
    width: 9.3055555556vw;
    height: 10.5555555556vw;
    background-image: url(../img/trouble/people02.png);
    background-image: image-set(url(../img/trouble/people02.png) 1x, url(../img/trouble/people02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/trouble/people02.png) 1x, url(../img/trouble/people02-2x.png) 2x);
  }
  .trouble > ul > li:nth-child(2) .trouble-label {
    left: auto;
    right: 22.9166666667vw;
  }
  .trouble > ul > li:nth-child(3):before {
    background-image: url(../img/trouble/bg03.svg);
  }
  .trouble > ul > li:nth-child(3):after {
    left: auto;
    right: 26.3888888889vw;
    width: 8.1944444444vw;
    height: 11.5277777778vw;
    background-image: url(../img/trouble/people03.png);
    background-image: image-set(url(../img/trouble/people03.png) 1x, url(../img/trouble/people03-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/trouble/people03.png) 1x, url(../img/trouble/people03-2x.png) 2x);
  }
  .trouble > ul > li:nth-child(3) .trouble-label {
    left: auto;
    right: 21.5277777778vw;
  }
  .trouble > ul > li:nth-child(4):before {
    background-image: url(../img/trouble/bg04.svg);
  }
  .trouble > ul > li:nth-child(4):after {
    left: auto;
    right: 26.7361111111vw;
    width: 10.1388888889vw;
    height: 11.5277777778vw;
    background-image: url(../img/trouble/people04.png);
    background-image: image-set(url(../img/trouble/people04.png) 1x, url(../img/trouble/people04-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/trouble/people04.png) 1x, url(../img/trouble/people04-2x.png) 2x);
  }
  .trouble > ul > li:nth-child(4) .trouble-label {
    left: auto;
    right: 22.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--trouble {
    padding: 15px 0 85px 0;
  }
  .sec--trouble:after {
    bottom: -60px;
    width: 200px;
    height: 97px;
  }
  .sec--trouble .sec-head {
    padding: 77px 0 35px 0;
    width: 830px;
    height: 287px;
  }
  .sec--trouble .sec-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .sec--trouble .sec-ttl span.big {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--trouble .sec-ttl span.wall:before {
    top: -25px;
    width: 68px;
    height: 19px;
  }
  .sec--trouble .sec-ttl span.mokumoku:before {
    width: 351px;
    height: 84px;
  }
  .sec--trouble .sec-ttl span.mokumoku:after {
    top: -25px;
    right: -80px;
    width: 44px;
    height: 31px;
  }
  .trouble {
    margin-left: -32px;
    width: 1076px;
  }
  .trouble > ul {
    margin-left: -95px;
  }
  .trouble > ul > li {
    margin-left: 95px;
    padding-left: 120px;
    width: calc(50% - 95px);
    height: 157px;
  }
  .trouble > ul > li:before {
    width: 388px;
    height: 157px;
  }
  .trouble > ul > li:nth-child(n+2) {
    margin-top: 25px;
  }
  .trouble-label {
    top: 10px;
    width: 80px;
    height: 82px;
  }
  .trouble-label span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .trouble-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .trouble-ttl span.big {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .trouble > ul > li:nth-child(1):after {
    right: 380px;
    width: 162px;
    height: 151px;
  }
  .trouble > ul > li:nth-child(1) .trouble-label {
    right: 330px;
  }
  .trouble > ul > li:nth-child(2):after {
    right: 395px;
    width: 134px;
    height: 152px;
  }
  .trouble > ul > li:nth-child(2) .trouble-label {
    right: 330px;
  }
  .trouble > ul > li:nth-child(3):after {
    right: 380px;
    width: 118px;
    height: 166px;
  }
  .trouble > ul > li:nth-child(3) .trouble-label {
    right: 310px;
  }
  .trouble > ul > li:nth-child(4):after {
    right: 385px;
    width: 146px;
    height: 166px;
  }
  .trouble > ul > li:nth-child(4) .trouble-label {
    right: 330px;
  }
}
/*  front - #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 18.6666666667vw 0 10.6666666667vw 0;
  background-color: #fcfbf0;
  z-index: 1;
}
.sec--works:before, .sec--works:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.sec--works:before {
  top: 8.6666666667vw;
  left: 0;
  width: 19.4666666667vw;
  height: 103.8666666667vw;
  background-image: url(../img/works/deco-l_sp.svg);
}
.sec--works:after {
  top: 0;
  right: 0;
  width: 21.0666666667vw;
  height: 130.2666666667vw;
  background-image: url(../img/works/deco-r_sp.svg);
}

.sec--works .sec-head {
  margin-bottom: 60vw;
}
.sec--works .sec-head:before, .sec--works .sec-head:after {
  content: "";
  position: absolute;
  top: -12vw;
  display: inline-block;
  width: 25.8666666667vw;
  height: 15.4666666667vw;
  background-image: url(../img/works/slash.svg);
  background-size: contain;
}
.sec--works .sec-head:before {
  left: -2.6666666667vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--works .sec-head:after {
  right: -2.6666666667vw;
}

.works-frt {
  position: relative;
}
.works-frt:before, .works-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.works-frt:before {
  top: -56.6666666667vw;
  right: 0;
  width: 77.3333333333vw;
  height: 69.4666666667vw;
  background-image: url(../img/works/staff_sp.webp);
}
.works-frt:after {
  top: -52vw;
  left: 3.3333333333vw;
  width: 45.8666666667vw;
  height: 34.9333333333vw;
  background-image: url(../img/works/photo_sp.png);
}

.works-slide .swiper-slide {
  left: 2.4vw;
  margin-right: 4.8vw;
  width: 90.4vw;
  height: auto;
}

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

#works-prev,
#works-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

#works-prev {
  left: -3.0666666667vw;
}

#works-next {
  right: -3.0666666667vw;
}

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

.works-btn {
  margin: 7.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
}

.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-wrapper-disable .works-post.swiper-slide-disable {
  left: auto;
}

.swiper-wrapper-disable .works-post.swiper-slide-disable:before {
  content: none;
}

@media screen and (max-width: 750px) {
  .sec--works .sec-ttl {
    font-size: 7.2vw;
  }
  #works-prev,
  #works-next {
    top: 27.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 8.3333333333vw 0 5.5555555556vw 0;
  }
  .sec--works:before {
    top: 5.9027777778vw;
    width: 30.625vw;
    height: 29.4444444444vw;
    background-image: url(../img/works/deco-l.svg);
  }
  .sec--works:after {
    top: 6.25vw;
    width: 20.0694444444vw;
    height: 24.8611111111vw;
    background-image: url(../img/works/deco-r.svg);
  }
  .sec--works .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--works .sec-head:before, .sec--works .sec-head:after {
    top: -3.4722222222vw;
    width: 13.4722222222vw;
    height: 8.0555555556vw;
  }
  .sec--works .sec-head:before {
    left: 6.25vw;
  }
  .sec--works .sec-head:after {
    right: 6.25vw;
  }
  .works-frt {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .works-frt:before {
    top: -25vw;
    left: -11.1111111111vw;
    right: auto;
    width: 31.9444444444vw;
    height: 28.6111111111vw;
    background-image: url(../img/works/staff_sp.webp);
    background-image: url(../img/works/staff.webp);
    background-image: image-set(url(../img/works/staff.webp) 1x, url(../img/works/staff-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/works/staff.webp) 1x, url(../img/works/staff-2x.webp) 2x);
  }
  .works-frt:after {
    top: -18.75vw;
    left: auto;
    right: 2.4305555556vw;
    width: 17.0833333333vw;
    height: 12.9861111111vw;
    background-image: url(../img/works/photo.png);
    background-image: image-set(url(../img/works/photo.png) 1x, url(../img/works/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/photo.png) 1x, url(../img/works/photo-2x.png) 2x);
  }
  .works-slide .swiper-slide {
    left: 0.6944444444vw;
    margin-right: 1.3888888889vw;
    width: 26.6666666667vw;
  }
  #works-slide .swiper-slide-prev:before,
  #works-slide .swiper-slide-next:before {
    content: none;
  }
  #works-prev,
  #works-next {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  #works-prev {
    left: -2.2916666667vw;
  }
  #works-next {
    right: -2.2916666667vw;
  }
  #works-pagination {
    margin-top: 2.0833333333vw;
  }
  .works-btn {
    margin: 3.125vw auto 0 auto;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 120px 0 80px 0;
  }
  .sec--works:before {
    top: 85px;
    width: 441px;
    height: 424px;
  }
  .sec--works:after {
    top: 90px;
    width: 289px;
    height: 358px;
  }
  .sec--works .sec-head {
    margin-bottom: 50px;
  }
  .sec--works .sec-head:before, .sec--works .sec-head:after {
    top: -50px;
    width: 194px;
    height: 116px;
  }
  .sec--works .sec-head:before {
    left: 90px;
  }
  .sec--works .sec-head:after {
    right: 90px;
  }
  .works-frt {
    margin-left: -100px;
    width: 1200px;
  }
  .works-frt:before {
    top: -360px;
    left: -160px;
    right: auto;
    width: 460px;
    height: 412px;
  }
  .works-frt:after {
    top: -270px;
    left: auto;
    right: 35px;
    width: 246px;
    height: 187px;
  }
  .works-slide .swiper-slide {
    left: 10px;
    margin-right: 20px;
    width: 384px;
  }
  #works-prev,
  #works-next {
    width: 46px;
    height: 46px;
  }
  #works-prev {
    left: -33px;
  }
  #works-next {
    right: -33px;
  }
  #works-pagination {
    margin-top: 30px;
  }
  .works-btn {
    margin: 45px auto 0 auto;
    width: 400px;
  }
}
/*  front - #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 5.3333333333vw 0 10.6666666667vw 0;
  background-color: #fcfbf0;
  z-index: 1;
}

.sec--blog .sec-head {
  margin-bottom: 8vw;
}

.sec--blog .sec-catch span {
  position: relative;
}
.sec--blog .sec-catch span:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -7.3333333333vw;
  display: inline-block;
  width: 8.4vw;
  height: 6vw;
  background-image: url(../img/cost/deco.svg);
  background-size: contain;
}

.sec--blog .sec-ttl {
  z-index: 1;
}
.sec--blog .sec-ttl:before, .sec--blog .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 7.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/blog/stripe_sp.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--blog .sec-ttl:before {
  left: -4.6666666667vw;
}
.sec--blog .sec-ttl:after {
  right: -4.6666666667vw;
}
.sec--blog .sec-ttl span {
  position: relative;
}
.sec--blog .sec-ttl span:after {
  content: "";
  position: absolute;
  bottom: -8vw;
  right: -9.3333333333vw;
  display: inline-block;
  width: 8vw;
  height: 6.6666666667vw;
  background-image: url(../img/blog/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.blog-slide .swiper-slide {
  left: 2.4vw;
  margin-right: 4.8vw;
  width: 90.4vw;
  height: auto;
}

#blog-prev,
#blog-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

#blog-prev {
  left: -3.0666666667vw;
}

#blog-next {
  right: -3.0666666667vw;
}

#blog-pagination {
  margin-top: 5.3333333333vw;
}

.blog-btn {
  margin: 7.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
}

.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-wrapper-disable .blog-post.swiper-slide-disable {
  left: auto;
}

.swiper-slide:not(.swiper-slide-disable):before {
  content: none;
}

@media screen and (max-width: 750px) {
  .sec--blog .sec-ttl {
    font-size: 8vw;
  }
  .swiper-wrapper-disable .blog-post.swiper-slide-disable {
    margin-right: 0;
  }
  #blog-prev,
  #blog-next {
    top: 72vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 2.7777777778vw 0 5.5555555556vw 0;
  }
  .sec--blog .sec-in {
    width: 83.3333333333vw;
  }
  .sec--blog .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--blog .sec-catch span:before {
    top: -1.25vw;
    left: -2.4305555556vw;
    width: 2.9861111111vw;
    height: 2.1527777778vw;
  }
  .sec--blog .sec-ttl:before, .sec--blog .sec-ttl:after {
    width: 22.9166666667vw;
    height: 1.6666666667vw;
    background-image: url(../img/cost/stripe.svg);
  }
  .sec--blog .sec-ttl:before {
    left: -2.0833333333vw;
  }
  .sec--blog .sec-ttl:after {
    right: -2.0833333333vw;
  }
  .sec--blog .sec-ttl span:after {
    bottom: -3.8194444444vw;
    right: -3.8194444444vw;
    width: 3.125vw;
    height: 2.7777777778vw;
  }
  .blog-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-slide .swiper-slide {
    left: 0.6944444444vw;
    margin-right: 1.3888888889vw;
    width: 26.3888888889vw;
  }
  .blog-slide .swiper-slide:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  #blog-slide .swiper-slide-prev:before,
  #blog-slide .swiper-slide-next:before {
    content: none;
  }
  #blog-prev,
  #blog-next {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  #blog-prev {
    left: -2.2916666667vw;
  }
  #blog-next {
    right: -2.2916666667vw;
  }
  #blog-pagination {
    margin-top: 2.0833333333vw;
  }
  .blog-btn {
    margin: 3.125vw auto 0 auto;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 40px 0 80px 0;
  }
  .sec--blog .sec-in {
    width: 1200px;
  }
  .sec--blog .sec-head {
    margin-bottom: 50px;
  }
  .sec--blog .sec-catch span:before {
    top: -18px;
    left: -35px;
    width: 43px;
    height: 31px;
  }
  .sec--blog .sec-ttl:before, .sec--blog .sec-ttl:after {
    width: 330px;
    height: 24px;
  }
  .sec--blog .sec-ttl:before {
    left: -30px;
  }
  .sec--blog .sec-ttl:after {
    right: -30px;
  }
  .sec--blog .sec-ttl span:after {
    bottom: -55px;
    right: -55px;
    width: 45px;
    height: 40px;
  }
  .blog-slide .swiper-slide {
    left: 10px;
    margin-right: 20px;
    width: 380px;
  }
  #blog-prev,
  #blog-next {
    width: 46px;
    height: 46px;
  }
  #blog-prev {
    left: -33px;
  }
  #blog-next {
    right: -33px;
  }
  #blog-pagination {
    margin-top: 30px;
  }
  .blog-btn {
    margin: 45px auto 0 auto;
    width: 400px;
  }
}