@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: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;
  }
}
@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;
  }
}
/*  front - #channel
-------------------------------------------------------------------------------*/
.sec--channel {
  padding-top: 20vw;
}

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

.sec--channel .sec-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.sec--channel .sec-catch span {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 8.5333333333vw;
}
.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: -60vw;
  right: 3.3333333333vw;
  width: 45.3333333333vw;
}
.channel-balloon:after {
  content: "";
  position: absolute;
  top: 24vw;
  right: -7.3333333333vw;
  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-post a:hover .channel-image .img--scale img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

.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-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) {
  .sec--channel .sec-desc p {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .sec--channel {
    padding-top: 8.3333333333vw;
  }
  .sec--channel .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--channel .sec-head:before, .sec--channel .sec-head:after {
    top: -3.125vw;
    width: 29.5833333333vw;
    height: 26.6666666667vw;
    background-image: url(../img/channel/kira.svg);
  }
  .sec--channel .sec-head:before {
    left: -13.8888888889vw;
  }
  .sec--channel .sec-head:after {
    right: -13.8888888889vw;
  }
  .sec--channel .sec-catch {
    font-size: 2.0833333333vw;
  }
  .sec--channel .sec-catch span {
    font-size: 3.8888888889vw;
  }
  .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;
  }
  .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: -25.0694444444vw;
    right: -3.4722222222vw;
    width: 22.9166666667vw;
  }
  .channel-balloon:after {
    top: 4.8611111111vw;
    right: -6.9444444444vw;
    width: 13.4722222222vw;
    height: 25.8333333333vw;
    background-image: url(../img/channel/balloon.webp);
    background-image: -webkit-image-set(url(../img/channel/balloon.webp) 1x, url(../img/channel/balloon-2x.webp) 2x);
    background-image: image-set(url(../img/channel/balloon.webp) 1x, url(../img/channel/balloon-2x.webp) 2x);
  }
  .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-image .img--scale img {
    height: 15.0694444444vw;
  }
  .channel-content {
    padding: 2.4305555556vw 1.3888888889vw 3.8194444444vw 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-head {
    margin-bottom: 50px;
  }
  .sec--channel .sec-head:before, .sec--channel .sec-head:after {
    top: -45px;
    width: 426px;
    height: 384px;
  }
  .sec--channel .sec-head:before {
    left: -200px;
  }
  .sec--channel .sec-head:after {
    right: -200px;
  }
  .sec--channel .sec-catch {
    font-size: 30px;
    font-size: 3rem;
  }
  .sec--channel .sec-catch span {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .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;
  }
  .channel {
    margin-left: -100px;
    padding: 75px 0 80px 0;
    width: 1200px;
  }
  .channel:after {
    top: -305px;
    left: -25px;
    width: 272px;
    height: 245px;
  }
  .channel-balloon {
    top: -361px;
    right: -50px;
    width: 330px;
  }
  .channel-balloon:after {
    top: 70px;
    right: -100px;
    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 - #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 {
  position: relative;
  padding-top: 13.3333333333vw;
}

.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/roof.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: 8.3333333333vw;
  }
  .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: 120px;
  }
  .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 - #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;
}

.shop-block:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.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;
  }
  .shop-block:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .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;
  }
  .shop-block:nth-child(n+2) {
    margin-top: 60px;
  }
  .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 - #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.webp);
}

.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: 8vw;
  }
  #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: 3.8194444444vw;
    width: 17.0833333333vw;
    height: 12.9861111111vw;
    background-image: url(../img/works/photo.webp);
    background-image: image-set(url(../img/works/photo.webp) 1x, url(../img/works/photo-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/works/photo.webp) 1x, url(../img/works/photo-2x.webp) 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: 55px;
    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 - #column
-------------------------------------------------------------------------------*/
.sec--column {
  padding: 14.6666666667vw 0;
  background-color: #fcfbf0;
}

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

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

.sec--column .sec-ttl {
  z-index: 1;
}
.sec--column .sec-ttl:before, .sec--column .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 9.8666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/column/stripe_sp.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--column .sec-ttl:before {
  left: -4.6666666667vw;
}
.sec--column .sec-ttl:after {
  right: -4.6666666667vw;
}
.sec--column .sec-ttl span.color {
  position: relative;
}
.sec--column .sec-ttl span.color:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40vw;
  height: 12.2666666667vw;
  background-image: url(../img/column/mokomoko_sp.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sec--column .sec-ttl span.icon {
  position: relative;
}
.sec--column .sec-ttl span.icon:before {
  content: "";
  position: absolute;
  top: 8vw;
  right: -12vw;
  display: inline-block;
  width: 9.0666666667vw;
  height: 9.6vw;
  background-image: url(../img/column/driver.svg);
  background-size: contain;
}

.column {
  position: relative;
}

.column-post a {
  position: relative;
  display: block;
  padding-bottom: 10.6666666667vw;
  background-color: #fcfcfc;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.column-post a:hover .voice-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

.column-content {
  padding: 4vw;
}

.column-date {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}

.column-ttl {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.75em;
}

.column-desc {
  margin-top: 0.5em;
}
.column-desc p {
  font-size: 3.4666666667vw;
  line-height: 2em;
}

.column-more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10.6666666667vw;
  color: #ec5600;
  font-size: 3.7333333333vw;
}
.column-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/column/line.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.column .swiper-slide:before {
  content: none;
}

#column-prev,
#column-next {
  top: 24.6666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

#column-pagination {
  margin-top: 4.6666666667vw;
}

#column-pagination .swiper-pagination-bullet-active {
  background-color: #ec5600 !important;
}

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

@media all and (min-width: 751px) {
  .sec--column {
    padding: 3.4722222222vw 0 5.5555555556vw 0;
  }
  .sec--column .sec-head {
    margin-bottom: 3.125vw;
  }
  .sec--column .sec-head:before, .sec--column .sec-head:after {
    width: 5.3472222222vw;
    height: 3.4027777778vw;
  }
  .sec--column .sec-head:before {
    top: 1.3888888889vw;
    left: -1.3888888889vw;
  }
  .sec--column .sec-head:after {
    top: 1.3888888889vw;
    right: -1.3888888889vw;
  }
  .sec--column .sec-catch span:before {
    top: 1.6666666667vw;
    left: -5.2083333333vw;
    width: 3.75vw;
    height: 2.6388888889vw;
  }
  .sec--column .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .sec--column .sec-ttl:before, .sec--column .sec-ttl:after {
    width: 32.0833333333vw;
    height: 1.6666666667vw;
    background-image: url(../img/column/stripe.svg);
  }
  .sec--column .sec-ttl:before {
    left: -15.2777777778vw;
  }
  .sec--column .sec-ttl:after {
    right: -15.2777777778vw;
  }
  .sec--column .sec-ttl span.color:before {
    width: 16.0416666667vw;
    height: 5.4166666667vw;
    background-image: url(../img/column/mokomoko.svg);
  }
  .sec--column .sec-ttl span.icon:before {
    top: 0.8333333333vw;
    right: -4.5138888889vw;
    width: 3.5416666667vw;
    height: 3.75vw;
  }
  .column {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .column-list .column-post {
    margin-left: 1.3888888889vw;
    width: calc(33.33333% - 1.3888888889vw);
  }
  .column-list .column-post:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .column-post a {
    padding-bottom: 3.4722222222vw;
    border-radius: 1.3888888889vw;
  }
  .column-content {
    padding: 1.3888888889vw 1.3888888889vw 1.0416666667vw 1.3888888889vw;
  }
  .column-date {
    margin-bottom: 0.5em;
    font-size: 0.9027777778vw;
  }
  .column-ttl {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .column-desc {
    margin-top: 0.5em;
  }
  .column-desc p {
    font-size: 0.9722222222vw;
    line-height: 2em;
  }
  .column-more {
    height: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
  .column-more:before {
    width: 24.3055555556vw;
    height: 0.1388888889vw;
    background-size: auto 0.1388888889vw;
  }
  #column-prev,
  #column-next,
  #column-pagination {
    display: none;
  }
  .column-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 29.5833333333vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--column {
    padding: 50px 0 80px 0;
  }
  .sec--column .sec-head {
    margin-bottom: 45px;
  }
  .sec--column .sec-head:before, .sec--column .sec-head:after {
    width: 77px;
    height: 49px;
  }
  .sec--column .sec-head:before {
    top: 20px;
    left: -20px;
  }
  .sec--column .sec-head:after {
    top: 20px;
    right: -20px;
  }
  .sec--column .sec-catch span:before {
    top: 24px;
    left: -75px;
    width: 54px;
    height: 38px;
  }
  .sec--column .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec--column .sec-ttl:before, .sec--column .sec-ttl:after {
    width: 462px;
    height: 24px;
  }
  .sec--column .sec-ttl:before {
    left: -220px;
  }
  .sec--column .sec-ttl:after {
    right: -220px;
  }
  .sec--column .sec-ttl span.color:before {
    width: 231px;
    height: 78px;
  }
  .sec--column .sec-ttl span.icon:before {
    top: 12px;
    right: -65px;
    width: 51px;
    height: 54px;
  }
  .column {
    margin-left: -100px;
    width: 1200px;
  }
  .column-list {
    margin-left: -20px;
  }
  .column-list .column-post {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
  }
  .column-list .column-post:nth-child(n+4) {
    margin-top: 30px;
  }
  .column-post a {
    padding-bottom: 50px;
    border-radius: 20px;
  }
  .column-content {
    padding: 20px 20px 15px 20px;
  }
  .column-date {
    margin-bottom: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .column-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .column-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column-more {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .column-more:before {
    width: 350px;
    height: 2px;
    background-size: auto 2px;
  }
  .column-btn {
    margin: 40px auto 0 auto;
    width: 426px;
  }
}
/*  front - #search
-------------------------------------------------------------------------------*/
.sec--search {
  padding-bottom: 10.6666666667vw;
}

.sec-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-bg > div {
  width: 25%;
  height: 17.6vw;
  background-size: cover;
}

.sec-bg > div:nth-child(1) {
  background-image: url(../img/search/bg01_sp.webp);
}

.sec-bg > div:nth-child(2) {
  background-image: url(../img/search/bg02_sp.webp);
}

.sec-bg > div:nth-child(3) {
  background-image: url(../img/search/bg03_sp.webp);
}

.sec-bg > div:nth-child(4) {
  background-image: url(../img/search/bg04_sp.webp);
}

.sec-bg > div:nth-child(5) {
  background-image: url(../img/search/bg05_sp.webp);
}

.sec-bg > div:nth-child(6) {
  background-image: url(../img/search/bg06_sp.webp);
}

.sec-bg > div:nth-child(7) {
  background-image: url(../img/search/bg07_sp.webp);
}

.sec-bg > div:nth-child(8) {
  background-image: url(../img/search/bg08_sp.webp);
}

.sec-bg > div:nth-child(9) {
  background-image: url(../img/search/bg09_sp.webp);
}

.sec-bg > div:nth-child(10) {
  background-image: url(../img/search/bg10_sp.webp);
}

.sec-bg > div:nth-child(11) {
  background-image: url(../img/search/bg11_sp.webp);
}

.sec-bg > div:nth-child(12) {
  background-image: url(../img/search/bg12_sp.webp);
}

.search-head {
  position: relative;
  top: -36.6666666667vw;
  margin-bottom: 8vw;
  padding: 8.6666666667vw 1.3333333333vw 4vw 1.3333333333vw;
  background-color: #fcfcfc;
  border-radius: 4vw 4vw 0 0;
  z-index: 3;
}
.search-head:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  display: inline-block;
  width: 24.2666666667vw;
  height: 38.8vw;
  background-image: url(../img/search/loupe.svg);
  background-size: contain;
}
.search-head:after {
  content: "";
  position: absolute;
  top: 85.3333333333vw;
  right: 40.6666666667vw;
  display: inline-block;
  width: 50vw;
  height: 36.5333333333vw;
  background-image: url(../img/search/photo_sp.webp);
  background-size: contain;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5.3333333333vw;
}

.search > li {
  margin-left: 5.3333333333vw;
  width: calc(50% - 5.3333333333vw);
}

.search > li a {
  position: relative;
  display: block;
  background-color: #fcfcfc;
  border-color: #f5f0e6;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.search > li a:hover .search-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

.search-content {
  padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
}

.search-ttl {
  margin-bottom: 0.3em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
}

.search-num {
  font-size: 3.2vw;
  text-align: center;
}
.search-num span {
  color: #ec5600;
}

@media screen and (max-width: 750px) {
  .sec-bg {
    z-index: 1;
  }
  .sec-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 86, 0, 0.1);
  }
  .sec--search .sec-catch {
    font-size: 3.7333333333vw;
  }
  .search {
    z-index: 4;
  }
  .search:before {
    content: "";
    position: absolute;
    top: -49.3333333333vw;
    left: 36vw;
    display: inline-block;
    width: 60.5333333333vw;
    height: 58.6666666667vw;
    background-image: url(../img/search/staff_sp.webp);
    background-size: contain;
  }
  .search > li:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--search {
    padding-bottom: 4.8611111111vw;
  }
  .sec-bg > div {
    width: 20%;
    height: 14.5833333333vw;
  }
  .sec-bg > div:nth-child(1) {
    background-image: url(../img/search/bg01.webp);
    background-image: image-set(url(../img/search/bg01.webp) 1x, url(../img/search/bg01-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg01.webp) 1x, url(../img/search/bg01-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(2) {
    background-image: url(../img/search/bg02.webp);
    background-image: image-set(url(../img/search/bg02.webp) 1x, url(../img/search/bg02-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg02.webp) 1x, url(../img/search/bg02-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(3) {
    background-image: url(../img/search/bg03.webp);
    background-image: image-set(url(../img/search/bg03.webp) 1x, url(../img/search/bg03-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg03.webp) 1x, url(../img/search/bg03-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(4) {
    background-image: url(../img/search/bg04.webp);
    background-image: image-set(url(../img/search/bg04.webp) 1x, url(../img/search/bg04-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg04.webp) 1x, url(../img/search/bg04-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(5) {
    background-image: url(../img/search/bg05.webp);
    background-image: image-set(url(../img/search/bg05.webp) 1x, url(../img/search/bg05-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg05.webp) 1x, url(../img/search/bg05-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(6) {
    background-image: url(../img/search/bg06.webp);
    background-image: image-set(url(../img/search/bg06.webp) 1x, url(../img/search/bg06-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg06.webp) 1x, url(../img/search/bg06-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(7) {
    background-image: url(../img/search/bg07.webp);
    background-image: image-set(url(../img/search/bg07.webp) 1x, url(../img/search/bg07-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg07.webp) 1x, url(../img/search/bg07-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(8) {
    background-image: url(../img/search/bg08.webp);
    background-image: image-set(url(../img/search/bg08.webp) 1x, url(../img/search/bg08-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg08.webp) 1x, url(../img/search/bg08-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(9) {
    background-image: url(../img/search/bg09.webp);
    background-image: image-set(url(../img/search/bg09.webp) 1x, url(../img/search/bg09-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg09.webp) 1x, url(../img/search/bg09-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(10) {
    background-image: url(../img/search/bg10.webp);
    background-image: image-set(url(../img/search/bg10.webp) 1x, url(../img/search/bg10-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/bg10.webp) 1x, url(../img/search/bg10-2x.webp) 2x);
  }
  .sec-bg > div:nth-child(11),
  .sec-bg > div:nth-child(12) {
    display: none;
  }
  .search-head {
    top: -18.75vw;
    margin-bottom: -18.75vw;
    padding: 4.1666666667vw 3.4722222222vw 3.4722222222vw 3.4722222222vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
  .search-head:before {
    top: 0.3472222222vw;
    right: 0.6944444444vw;
    width: 12.6388888889vw;
    height: 20.2083333333vw;
  }
  .search-head:after {
    top: -6.25vw;
    right: -5.5555555556vw;
    width: 18.8888888889vw;
    height: 16.4583333333vw;
    background-image: url(../img/search/photo.webp);
    background-image: image-set(url(../img/search/photo.webp) 1x, url(../img/search/photo-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/search/photo.webp) 1x, url(../img/search/photo-2x.webp) 2x);
  }
  .search {
    margin-left: -1.3888888889vw;
  }
  .search > li {
    margin-left: 1.3888888889vw;
    width: calc(25% - 1.3888888889vw);
  }
  .search > li a {
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .search > li:nth-child(n+5) {
    margin-top: 2.0833333333vw;
  }
  .search-content {
    padding: 0.3472222222vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
  }
  .search-ttl {
    font-size: 1.3888888889vw;
  }
  .search-num {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--search {
    padding-bottom: 70px;
  }
  .sec-bg > div {
    height: 210px;
  }
  .search-head {
    top: -270px;
    margin-bottom: -270px;
    padding: 60px 50px 50px 50px;
    border-radius: 30px 30px 0 0;
  }
  .search-head:before {
    top: 5px;
    right: 10px;
    width: 182px;
    height: 291px;
  }
  .search-head:after {
    top: -90px;
    right: -80px;
    width: 272px;
    height: 237px;
  }
  .search {
    margin-left: -20px;
  }
  .search > li {
    margin-left: 20px;
    width: calc(25% - 20px);
  }
  .search > li a {
    border-width: 2px;
    border-radius: 20px;
  }
  .search > li:nth-child(n+5) {
    margin-top: 30px;
  }
  .search-content {
    padding: 5px 10px 10px 10px;
  }
  .search-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .search-num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- gaiheki - */
.gaiheki-bnr {
  position: relative;
  margin-top: 15.3333333333vw;
}

.gaiheki-bnr-label {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
}
.gaiheki-bnr-label span {
  color: #ec5600;
}

.gaiheki-bnr-image {
  margin-top: 1.5em;
}

.gaiheki-bnr-image a {
  position: relative;
  display: block;
  border-radius: 2.6666666667vw;
  -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);
}

.elearning-bnr-image,
.sale-bnr-image {
  margin-top: 3em;
}

@media all and (min-width: 751px) {
  .gaiheki-bnr {
    margin: 2.7777777778vw auto 0 auto;
    width: 59.7222222222vw;
  }
  .gaiheki-bnr-label {
    font-size: 1.25vw;
  }
  .gaiheki-bnr-image a {
    border-radius: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .gaiheki-bnr {
    margin: 40px auto 0 auto;
    width: 860px;
  }
  .gaiheki-bnr-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .gaiheki-bnr-image a {
    border-radius: 20px;
  }
}
/*  front - #subsidy
-------------------------------------------------------------------------------*/
.sec--subsidy {
  padding: 20vw 0 17.3333333333vw 0;
}

.sec--subsidy .sec-head {
  margin-bottom: 69.3333333333vw;
  text-align: center;
}
.sec--subsidy .sec-head:before, .sec--subsidy .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10.2666666667vw;
  height: 6.5333333333vw;
  background-image: url(../img/subsidy/rhombus.svg);
  background-size: contain;
}
.sec--subsidy .sec-head:before {
  top: -8vw;
  left: -4vw;
}
.sec--subsidy .sec-head:after {
  top: 46.6666666667vw;
  right: -4vw;
}

.sec--subsidy .sec-ttl {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.5em;
}
.sec--subsidy .sec-ttl:before, .sec--subsidy .sec-ttl:after {
  content: "";
  position: absolute;
  top: 6vw;
  display: inline-block;
  width: 19.0666666667vw;
  height: 2.8vw;
  background-image: url(../img/subsidy/ribbon.svg);
  background-size: contain;
}
.sec--subsidy .sec-ttl:before {
  left: -13.3333333333vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--subsidy .sec-ttl:after {
  right: -13.3333333333vw;
}
.sec--subsidy .sec-ttl span.big {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 8.5333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
.sec--subsidy .sec-ttl span.icon {
  position: relative;
}
.sec--subsidy .sec-ttl span.icon:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -7.3333333333vw;
  display: inline-block;
  width: 8.4vw;
  height: 6vw;
  background-image: url(../img/subsidy/deco.svg);
  background-size: contain;
}

.subsidy {
  position: relative;
}
.subsidy:before, .subsidy:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -2;
}
.subsidy:before {
  top: -84vw;
  left: -4.6666666667vw;
  width: 23.4666666667vw;
  height: 62.1333333333vw;
  background-image: url(../img/subsidy/deco-l.svg);
}
.subsidy:after {
  top: -86vw;
  right: -4.6666666667vw;
  width: 29.7333333333vw;
  height: 51.2vw;
  background-image: url(../img/subsidy/deco-r.svg);
}

.subsidy-box > div {
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw 3.3333333333vw 3.3333333333vw;
  background-color: #f97a3c;
}
.subsidy-box > div:before, .subsidy-box > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.subsidy-box > div:before {
  top: -66vw;
  left: 8vw;
  width: 80vw;
  height: 77.3333333333vw;
  background-image: url(../img/subsidy/staff_sp.webp);
  z-index: -1;
}
.subsidy-box > div:after {
  top: -1.3333333333vw;
  left: -4vw;
  width: 24vw;
  height: 24vw;
  background-image: url(../img/subsidy/kitchen_sp.webp);
  border-radius: 50%;
  z-index: 1;
}

.subsidy-box-ttl {
  position: relative;
  padding-bottom: 2.2666666667vw;
  border-bottom: 0.4vw dashed #fcfcfc;
  color: #fcfcfc;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
.subsidy-box-ttl span.big {
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 15.3333333333vw;
  font-weight: 400;
}
.subsidy-box-ttl span.big:before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-color: #f97a3c;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.subsidy-box-ttl span.shadow {
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
}

.subsidy-box-desc {
  margin: 0.5em 0 0 auto;
}
.subsidy-box-desc p {
  color: #fcfcfc;
  font-weight: 500;
  line-height: 1.28em;
}

.subsidy-box-notes {
  margin-top: 1.5em;
  padding-left: 1em;
  color: #a7a7a7;
  font-size: 3.4666666667vw;
  text-indent: -1em;
  line-height: 1.5em;
}
.subsidy-box-notes:before {
  content: "※";
}

.subsidy-contents {
  margin-top: 8vw;
}

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

.subsidy-price {
  width: 100%;
}

.subsidy-price th,
.subsidy-price td {
  padding: 0.5em;
  font-size: 3.4666666667vw;
  line-height: 1.35em;
}

.subsidy-price thead th {
  background-color: #ec5600;
  color: #fcfcfc;
  text-align: center;
}

.subsidy-price thead th:nth-child(n+2) {
  border-left: 1px solid #fcfcfc;
}

.subsidy-price tbody td {
  border: 1px solid #e2e2e2;
}

.subsidy-price-name {
  width: 18.6666666667vw;
}

.subsidy-price-target {
  width: 45.0666666667vw;
}

.subsidy-price-num {
  width: 26.6666666667vw;
  text-align: right;
}

.subsidy-price-notes {
  margin-top: 1em;
  color: #a7a7a7;
  padding-left: 1em;
  font-size: 3.4666666667vw;
  text-indent: -1em;
  line-height: 1.5em;
}
.subsidy-price-notes:before {
  content: "※";
}

.subsidy-learn-ttl {
  margin-bottom: 0.7em;
  padding: 0.3em;
  background-color: #d02323;
  border-radius: 1.3333333333vw;
  color: #fcfcfc;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.subsidy-movie-ttl {
  margin-top: 1em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-indent: -0.5em;
  line-height: 1.33em;
}

@media screen and (max-width: 750px) {
  .sec--subsidy:before, .sec--subsidy:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1.0666666667vw;
    height: calc(100% - 62.6666666667vw);
    background-color: #f97a3c;
    z-index: 3;
  }
  .sec--subsidy:before {
    left: 0;
  }
  .sec--subsidy:after {
    right: 0;
  }
  .sec--subsidy .sec-desc p {
    text-align: left;
  }
  .subsidy-price-target span.small {
    font-size: 2.4vw;
  }
  .subsidy-learn {
    margin: 8vw auto 0 auto;
    width: 82.6666666667vw;
  }
  .subsidy-movie {
    margin: 0 auto;
    width: 77.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--subsidy {
    padding: 6.9444444444vw 0;
  }
  .sec--subsidy:before {
    top: -4.5138888889vw;
    left: -1.3888888889vw;
    width: 28.8194444444vw;
    height: 28.8194444444vw;
  }
  .sec--subsidy:after {
    top: -12.1527777778vw;
    right: -9.375vw;
    width: 38.8888888889vw;
    height: 38.8888888889vw;
  }
  .sec--subsidy .sec-head {
    margin-bottom: 3.8194444444vw;
  }
  .sec--subsidy .sec-head:before, .sec--subsidy .sec-head:after {
    width: 5.3472222222vw;
    height: 3.4027777778vw;
  }
  .sec--subsidy .sec-head:before {
    top: -3.4722222222vw;
    left: 2.0833333333vw;
  }
  .sec--subsidy .sec-head:after {
    top: -3.4722222222vw;
    right: 2.0833333333vw;
  }
  .sec--subsidy .sec-ttl {
    font-size: 1.4583333333vw;
  }
  .sec--subsidy .sec-ttl:before, .sec--subsidy .sec-ttl:after {
    top: 4.5138888889vw;
    width: 9.1666666667vw;
    height: 1.4583333333vw;
    background-image: url(../img/subsidy/ribbon.webp);
    background-image: image-set(url(../img/subsidy/ribbon.webp) 1x, url(../img/subsidy/ribbon-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/subsidy/ribbon.webp) 1x, url(../img/subsidy/ribbon-2x.webp) 2x);
  }
  .sec--subsidy .sec-ttl:before {
    left: 4.1666666667vw;
  }
  .sec--subsidy .sec-ttl:after {
    right: 4.1666666667vw;
  }
  .sec--subsidy .sec-ttl span.big {
    font-size: 3.6111111111vw;
  }
  .sec--subsidy .sec-ttl span.icon:before {
    top: -1.25vw;
    left: -2.4305555556vw;
    width: 2.9861111111vw;
    height: 2.1527777778vw;
  }
  .subsidy:before {
    top: -14.2361111111vw;
    left: -13.1944444444vw;
    width: 22.9166666667vw;
    height: 32.3611111111vw;
    background-image: url(../img/subsidy/deco-l.svg);
  }
  .subsidy:after {
    top: -14.2361111111vw;
    right: -14.5833333333vw;
    width: 29.5833333333vw;
    height: 26.6666666667vw;
    background-image: url(../img/subsidy/deco-r.svg);
  }
  .subsidy-box > div {
    padding: 1.3888888889vw 11.4583333333vw 1.3888888889vw 4.1666666667vw;
  }
  .subsidy-box > div:before, .subsidy-box > div:after {
    z-index: 1;
  }
  .subsidy-box > div:before {
    top: -15.2777777778vw;
    left: -10.4166666667vw;
    width: 25.2777777778vw;
    height: 31.25vw;
    background-image: url(../img/subsidy/staff.webp);
    background-image: image-set(url(../img/subsidy/staff.webp) 1x, url(../img/subsidy/staff-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/subsidy/staff.webp) 1x, url(../img/subsidy/staff-2x.webp) 2x);
  }
  .subsidy-box > div:after {
    top: -2.7777777778vw;
    left: auto;
    right: -2.7777777778vw;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    background-image: url(../img/subsidy/kitchen.webp);
    background-image: image-set(url(../img/subsidy/kitchen.webp) 1x, url(../img/subsidy/kitchen-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/subsidy/kitchen.webp) 1x, url(../img/subsidy/kitchen-2x.webp) 2x);
  }
  .subsidy-box-ttl {
    padding-bottom: 1.1805555556vw;
    border-bottom: 0.1388888889vw dashed #fcfcfc;
    font-size: 2.2222222222vw;
  }
  .subsidy-box-ttl span.big {
    font-size: 6.1111111111vw;
  }
  .subsidy-box-ttl span.big:before {
    top: -0.6944444444vw;
    width: 10.6944444444vw;
    height: 10.6944444444vw;
  }
  .subsidy-box-desc {
    margin-top: 1em;
    padding-right: 1em;
    width: 40.9722222222vw;
  }
  .subsidy-box-desc p {
    line-height: 1.75em;
  }
  .subsidy-box-notes {
    font-size: 0.9027777778vw;
    text-align: center;
  }
  .subsidy-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.7777777778vw 0 0 -5.2083333333vw;
    width: 79.8611111111vw;
  }
  .subsidy-type {
    width: 45.1388888889vw;
  }
  .subsidy-type-ttl {
    font-size: 1.9444444444vw;
  }
  .subsidy-type-ttl span {
    padding: 0 1.7361111111vw;
  }
  .subsidy-type-ttl span:before, .subsidy-type-ttl span:after {
    width: 0.3472222222vw;
    height: 2.5vw;
    border-radius: 0.1736111111vw;
  }
  .subsidy-price th,
  .subsidy-price td {
    padding: 0.5em 1em;
    font-size: 1.1111111111vw;
  }
  .subsidy-price-name {
    width: 10.4166666667vw;
  }
  .subsidy-price-target {
    width: 23.6111111111vw;
  }
  .subsidy-price-num {
    width: 10.4166666667vw;
  }
  .subsidy-price-notes {
    font-size: 0.9027777778vw;
  }
  .subsidy-learn {
    width: 32.6388888889vw;
  }
  .subsidy-learn-ttl {
    padding: 0.3em 1em;
    border-radius: 0.6944444444vw;
    font-size: 1.4583333333vw;
  }
  .subsidy-movie-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--subsidy {
    padding: 100px 0;
  }
  .sec--subsidy:before {
    top: -65px;
    left: -20px;
    width: 415px;
    height: 415px;
  }
  .sec--subsidy:after {
    top: -175px;
    right: -135px;
    width: 560px;
    height: 560px;
  }
  .sec--subsidy .sec-head {
    margin-bottom: 55px;
  }
  .sec--subsidy .sec-head:before, .sec--subsidy .sec-head:after {
    width: 77px;
    height: 49px;
  }
  .sec--subsidy .sec-head:before {
    top: -50px;
    left: 30px;
  }
  .sec--subsidy .sec-head:after {
    top: -50px;
    right: 30px;
  }
  .sec--subsidy .sec-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec--subsidy .sec-ttl:before, .sec--subsidy .sec-ttl:after {
    top: 65px;
    width: 132px;
    height: 21px;
  }
  .sec--subsidy .sec-ttl:before {
    left: 60px;
  }
  .sec--subsidy .sec-ttl:after {
    right: 60px;
  }
  .sec--subsidy .sec-ttl span.big {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--subsidy .sec-ttl span.icon:before {
    top: -18px;
    left: -35px;
    width: 43px;
    height: 31px;
  }
  .subsidy:before {
    top: -205px;
    left: -190px;
    width: 330px;
    height: 466px;
  }
  .subsidy:after {
    top: -205px;
    right: -210px;
    width: 426px;
    height: 384px;
  }
  .subsidy-box > div {
    padding: 20px 165px 20px 60px;
  }
  .subsidy-box > div:before {
    top: -220px;
    left: -150px;
    width: 364px;
    height: 450px;
  }
  .subsidy-box > div:after {
    top: -40px;
    right: -40px;
    width: 190px;
    height: 190px;
  }
  .subsidy-box-ttl {
    padding-bottom: 17px;
    border-bottom: 2px dashed #fcfcfc;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .subsidy-box-ttl span.big {
    font-size: 88px;
    font-size: 8.8rem;
  }
  .subsidy-box-ttl span.big:before {
    top: -10px;
    width: 154px;
    height: 154px;
  }
  .subsidy-box-desc {
    width: 590px;
  }
  .subsidy-box-notes {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .subsidy-contents {
    margin: 40px 0 0 -75px;
    width: 1150px;
  }
  .subsidy-type {
    width: 650px;
  }
  .subsidy-type-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .subsidy-type-ttl span {
    padding: 0 25px;
  }
  .subsidy-type-ttl span:before, .subsidy-type-ttl span:after {
    width: 5px;
    height: 36px;
    border-radius: 2.5px;
  }
  .subsidy-price th,
  .subsidy-price td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .subsidy-price-name {
    width: 150px;
  }
  .subsidy-price-target {
    width: 340px;
  }
  .subsidy-price-num {
    width: 150px;
  }
  .subsidy-price-notes {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .subsidy-learn {
    width: 470px;
  }
  .subsidy-learn-ttl {
    border-radius: 10px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .subsidy-movie-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- line - */
.line-bnr {
  position: relative;
  margin-top: 15.3333333333vw;
}

.line-bnr a {
  position: relative;
  display: block;
  border-radius: 2.6666666667vw;
  -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);
}
.line-bnr a:before {
  content: "";
  position: absolute;
  left: 1.0666666667vw;
  bottom: -2.2666666667vw;
  display: inline-block;
  width: 34.4vw;
  height: 43.8666666667vw;
  background-image: url(../img/bnr/screen_sp.webp);
  background-size: contain;
  z-index: 1;
}

@media all and (min-width: 751px) {
  .line-bnr {
    margin-top: 7.6388888889vw;
  }
  .line-bnr a {
    border-radius: 1.3888888889vw;
  }
  .line-bnr a:before {
    left: 1.3888888889vw;
    bottom: 0.1388888889vw;
    width: 17.6388888889vw;
    height: 17.2916666667vw;
    background-image: url(../img/bnr/screen.webp);
    background-image: image-set(url(../img/bnr/screen.webp) 1x, url(../img/bnr/screen-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/bnr/screen.webp) 1x, url(../img/bnr/screen-2x.webp) 2x);
  }
}
@media all and (min-width: 1441px) {
  .line-bnr {
    margin-top: 110px;
  }
  .line-bnr a {
    border-radius: 20px;
  }
  .line-bnr a:before {
    left: 20px;
    bottom: 2px;
    width: 254px;
    height: 249px;
  }
}