@charset "UTF-8";
.accessSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .accessSect {
    margin-top: 140px;
    padding-bottom: 120px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect {
    margin-top: calc(68 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw) calc(67 / 375 * 100vw);
  }
}

.accessSect__head {
  color: #102b49;
  text-align: center;
}

.accessSect__ttl {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .accessSect__ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}

.accessSect__txt {
  font-weight: 500;
  letter-spacing: .2em;
  position: relative;
  line-height: 1.4;
}

.accessSect__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.accessSect__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.accessSect__txt:before, .accessSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt {
    font-size: 30px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__txt {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.accessSect__txt:before, .accessSect__txt:after {
  background: radial-gradient(circle farthest-side, #000000, #000000 60%, transparent 60%, transparent);
  background-size: 9px;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt:before, .accessSect__txt:after {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__txt:before, .accessSect__txt:after {
    width: calc(70 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt:before {
    left: 100px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@media screen and (max-width: 768px) {
  .accessSect__txt:before {
    left: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt:after {
    right: 100px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}

@media screen and (max-width: 768px) {
  .accessSect__txt:after {
    right: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
}

.accessSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 68px;
  }
}

.accessSect__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .accessSect__item {
    width: 100%;
  }
}

.accessSect__item .photo {
  background: #e5dbcc;
}

@media print, screen and (min-width: 768px) {
  .accessSect__item .photo {
    padding: 40px;
  }
}

.accessSect__item .photo__capOut {
  left: 0;
  right: unset;
}

@media print, screen and (min-width: 768px) {
  .accessSect__item .photo + .caption {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__item .photo + .caption {
    font-size: 10px;
    margin-top: calc(24 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessSect__item:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(8 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: calc(24 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__item + .accessSect__item {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__item + .accessSect__item {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.accessSect__detail {
  color: #102b49;
  line-height: 1.88889;
}

.accessSect__detail:before {
  content: '';
  margin-top: calc((1 - 1.88889) * .5em);
}

.accessSect__detail:after {
  margin-bottom: calc((1 - 1.88889) * .5em);
}

.accessSect__detail:before, .accessSect__detail:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .accessSect__detail {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__detail {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__detail + .accessSect__detail {
    margin-top: 64px;
  }
}

.approachSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .approachSect {
    margin-top: 120px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .approachSect {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.approachSect__head {
  color: #102b49;
  text-align: center;
}

.approachSect__ttl {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .approachSect__ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .approachSect__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}

.approachSect__txt {
  font-weight: 500;
  letter-spacing: .2em;
  position: relative;
  line-height: 1.4;
}

.approachSect__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.approachSect__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.approachSect__txt:before, .approachSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .approachSect__txt {
    font-size: 30px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .approachSect__txt {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.approachSect__txt:before, .approachSect__txt:after {
  background: radial-gradient(circle farthest-side, #000000, #000000 60%, transparent 60%, transparent);
  background-size: 9px;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .approachSect__txt:before, .approachSect__txt:after {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .approachSect__txt:before, .approachSect__txt:after {
    width: calc(70 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .approachSect__txt:before {
    left: 100px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@media screen and (max-width: 768px) {
  .approachSect__txt:before {
    left: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}

@media print, screen and (min-width: 768px) {
  .approachSect__txt:after {
    right: 100px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}

@media screen and (max-width: 768px) {
  .approachSect__txt:after {
    right: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
}

@media print, screen and (min-width: 768px) {
  .approachSect__cont {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .approachSect__cont {
    margin-top: 24px;
  }
}

.conceptSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .conceptSect {
    width: 1200px;
  }
}

.conceptSect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.conceptSect__item:first-child:before {
  aspect-ratio: 200 / 173;
  background: url("../img/icon-lifestyle-01.png") no-repeat center center/contain;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:first-child:before {
    max-width: 200px;
    right: 0;
    top: calc(-60 / 1440 * 100vw);
    width: calc(200 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:first-child:before {
    right: calc(40 / 375 * 100vw);
    top: calc(-40 / 375 * 100vw);
    width: calc(80 / 375 * 100%);
    z-index: 1;
  }
}

.conceptSect__item:first-child:after {
  aspect-ratio: 86 / 80;
  background: url("../img/icon-lifestyle-02.png") no-repeat center center/contain;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:first-child:after {
    left: calc(540 / 1440 * 100vw);
    max-width: 86px;
    top: calc(430 / 1440 * 100vw);
    width: calc(86 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:first-child:after {
    left: calc(170 / 375 * 100vw);
    top: calc(145 / 375 * 100vw);
    width: calc(43 / 375 * 100%);
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:first-child .conceptSect__deco {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:first-child .conceptSect__deco {
    width: calc(165 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:first-child .conceptSect__copy {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.conceptSect__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.conceptSect__item:nth-child(2):before {
  aspect-ratio: 116 / 200;
  background: url("../img/icon-lifestyle-03.png") no-repeat center center/contain;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(2):before {
    left: calc(70 / 1440 * 100vw);
    max-width: 116px;
    top: calc(700 / 1440 * 100vw);
    width: calc(116 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(2):before {
    left: calc(10 / 375 * 100vw);
    top: calc(290 / 375 * 100vw);
    width: calc(50 / 375 * 100%);
    z-index: 1;
  }
}

.conceptSect__item:nth-child(2) .conceptSect__cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(2) .conceptSect__deco {
    margin-left: auto;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(2) .conceptSect__deco {
    width: calc(165 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) {
    margin-top: -200px;
  }
}

.conceptSect__item:nth-child(3):before {
  aspect-ratio: 100 / 107;
  background: url("../img/icon-lifestyle-04.png") no-repeat center center/contain;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3):before {
    max-width: 100px;
    right: calc(150 / 1440 * 100vw);
    top: calc(190 / 1440 * 100vw);
    width: calc(100 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(3):before {
    right: calc(20 / 375 * 100vw);
    top: calc(20 / 375 * 100vw);
    width: calc(50 / 375 * 100%);
    z-index: 1;
  }
}

.conceptSect__item:nth-child(3) .conceptSect__head .photo {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__head .photo {
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__head .photo {
    width: calc(156 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__head .photo + .photo {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__head .photo + .photo {
    margin-top: calc(8 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__deco {
    margin-left: 0;
    margin-top: -200px;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__deco {
    margin-top: calc(-65 / 375 * 100vw);
    width: calc(165 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__deco .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(3) .conceptSect__copy {
    margin-top: 266px;
  }
}

.conceptSect__item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.conceptSect__item:nth-child(4):before {
  aspect-ratio: 201 / 202;
  background: url("../img/icon-lifestyle-05.png") no-repeat center center/contain;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(4):before {
    bottom: calc(0 / 1440 * 100vw);
    left: calc(70 / 1440 * 100vw);
    max-width: 201px;
    width: calc(210 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item:nth-child(4):before {
    bottom: calc(-60 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: calc(99 / 375 * 100%);
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__item:nth-child(4) .conceptSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__item + .conceptSect__item {
    margin-top: calc(40 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptSect__head, .conceptSect__cont {
    width: 600px;
  }
}

.conceptSect__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .conceptSect__head {
    width: calc(200 / 375 * 100%);
  }
}

.conceptSect__head .photo__capOut {
  left: 5px;
  line-height: 1.4;
  right: unset;
}

.conceptSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .conceptSect__cont {
    width: calc(175 / 375 * 100%);
  }
}

.conceptSect__copy {
  color: #102b49;
  -webkit-font-feature-settings: 'vert';
          font-feature-settings: 'vert';
  text-orientation: mixed;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__copy {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__copy {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
  }
}

.conceptSect__copy .commas {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}

@media print, screen and (min-width: 768px) {
  .conceptSect__copy .commas {
    margin-top: -11px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__copy .commas {
    margin-top: calc(-7 / 375 * 100vw);
  }
}

.conceptSect__copy .brackets {
  display: inline-block;
}

.conceptSect__copy .brackets--start {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.conceptSect__copy .brackets--end {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.conceptSect__copy .quote {
  display: inline-block;
}

.conceptSect__copy .quote--start {
  margin-top: 8px;
  -webkit-transform: translateX(-6px) rotate(-90deg);
          transform: translateX(-6px) rotate(-90deg);
}

.conceptSect__copy .quote--end {
  margin-top: 6px;
  -webkit-transform: translateX(6px) rotate(-90deg);
          transform: translateX(6px) rotate(-90deg);
}

.convenienceSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect {
    margin-top: 140px;
    padding-bottom: 150px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect {
    margin-top: calc(68 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw) calc(67 / 375 * 100vw);
  }
}

.convenienceSect__head {
  color: #102b49;
  text-align: center;
}

.convenienceSect__ttl {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}

.convenienceSect__txt {
  font-weight: 500;
  letter-spacing: .2em;
  position: relative;
  line-height: 1.4;
}

.convenienceSect__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.convenienceSect__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.convenienceSect__txt:before, .convenienceSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__txt {
    font-size: 30px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__txt {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.convenienceSect__txt:before, .convenienceSect__txt:after {
  background: radial-gradient(circle farthest-side, #000000, #000000 60%, transparent 60%, transparent);
  background-size: 9px;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__txt:before, .convenienceSect__txt:after {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__txt:before, .convenienceSect__txt:after {
    width: calc(70 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__txt:before {
    left: 100px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__txt:before {
    left: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__txt:after {
    right: 100px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__txt:after {
    right: calc(-10 / 375 * 100vw);
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
  }
}

.convenienceSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 68px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(40 / 375 * 100vw);
  }
}

.convenienceSect__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__item {
    width: 476px;
  }
}

.convenienceSect__item .photo__capOut {
  left: 0;
  right: unset;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__item .photo + .photo {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__item:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(8 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: calc(24 / 375 * 100vw);
  }
}

.convenienceSect__detail {
  color: #102b49;
  line-height: 1.88889;
}

.convenienceSect__detail:before {
  content: '';
  margin-top: calc((1 - 1.88889) * .5em);
}

.convenienceSect__detail:after {
  margin-bottom: calc((1 - 1.88889) * .5em);
}

.convenienceSect__detail:before, .convenienceSect__detail:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__detail {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .convenienceSect__detail {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .convenienceSect__detail + .convenienceSect__detail {
    margin-top: 64px;
  }
}

.gourmetSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect {
    margin-top: 318px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(172 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
  }
}

.gourmetSect:before {
  aspect-ratio: 500 / 207;
  background: url("../img/ttl-town-gourmet.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect:before {
    max-width: 500px;
    right: 0;
    top: -200px;
    width: calc(500 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect:before {
    left: 50%;
    top: calc(-115 / 375 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(194 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__head, .gourmetSect__cont {
    width: 500px;
  }
}

.gourmetSect__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .gourmetSect__head {
    margin-right: auto;
    margin-top: calc(64 / 375 * 100vw);
    width: calc(217 / 375 * 100vw);
  }
}

.gourmetSect__head:before {
  aspect-ratio: 264 / 188;
  background: url("../img/icon-gourmet-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__head:before {
    left: 10px;
    max-width: 289px;
    top: -170px;
    width: calc(289 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__head:before {
    left: calc(2 / 375 * 100vw);
    top: calc(-54 / 375 * 100vw);
    width: calc(138 / 375 * 100vw);
  }
}

.gourmetSect__cont {
  color: #102b49;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.gourmetSect__ttl {
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__ttl {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}

.gourmetSect__ttl .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__ttl .distance {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__ttl .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.gourmetSect__txt {
  line-height: 1.8;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__txt {
    font-size: 18px;
    margin-top: 80px;
    width: 404px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    width: 100%;
  }
}

.gourmetSect__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__bottom {
    margin-left: auto;
    margin-top: -50px;
    position: relative;
    width: 616px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__bottom {
    bottom: calc(47 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 0;
    width: calc(121 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__bottom .photo {
    width: calc(121 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__bottom .photo + .photo {
    margin-right: auto;
    margin-top: calc(0 / 375 * 100vw);
    width: calc(105 / 375 * 100vw);
  }
}

.gourmetSect__bottom:before {
  aspect-ratio: 130 / 180;
  background: url("../img/icon-gourmet-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__bottom:before {
    left: -240px;
    max-width: 130px;
    top: 80px;
    width: calc(130 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__bottom:before {
    right: calc(5 / 375 * 100vw);
    top: calc(-90 / 375 * 100vw);
    width: calc(51 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__bottom .photo {
    width: 300px;
  }
}

.gourmetSect__bottom .caption {
  color: #7f7f7f;
  font-size: 10px;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__bottom .caption {
    bottom: -20px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__bottom .caption {
    bottom: calc(-26 / 375 * 100vw);
    left: calc(-190 / 375 * 100vw);
  }
}

.gourmetSlider {
  background-color: #102b49;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider {
    margin-top: 120px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSlider {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(40 / 390 * 100vw) 0;
  }
}

.gourmetSlider__head {
  color: #ffffff;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider__head {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSlider__head {
    font-size: calc(16 / 375 * 100vw);
  }
}

.gourmetSlider__head:before {
  aspect-ratio: 200 / 148;
  background: url("../img/icon-slide-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider__head:before {
    left: 110px;
    top: -130px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSlider__head:before {
    left: calc(45 / 375 * 100vw);
    top: calc(-60 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.gourmetSlider__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSlider__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(420 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(32 / 375 * 100vw);
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider__cont .usableSwiper .swiper-container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSlider__cont .usableSwiper .swiper-container {
    padding: calc(46 / 375 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .gourmetSlider__cont .usableSwiper .swiper-container .swiper-slide {
    width: 800px;
  }
}

.gourmetSlider__bg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.keyVisual {
  position: relative;
  z-index: 3;
}

.keyVisual .fadeSlider__pagination {
  display: none;
}

.keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

.keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo:before {
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo:before {
    aspect-ratio: 2898 / 100;
    background: url("./../img/pc/bg-kv-deco.png") no-repeat bottom/cover;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo:before {
    aspect-ratio: 563 / 100;
    background: url("./../img/sp/bg-kv-deco.png") no-repeat bottom/cover;
    bottom: calc(15 / 375 * 100vw);
  }
}

.keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo__capIn {
  left: 5px;
  opacity: 0;
  right: unset;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo__capIn {
    bottom: -3px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual .fadeSlider .swiper-wrapper .swiper-slide .photo__capIn {
    top: calc(425 / 375 * 100vw);
  }
}

.keyVisual .fadeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .photo__capIn {
  opacity: 1;
}

.keyVisual__decoInner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 3;
}

.keyVisual__deco {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__deco--01 {
    bottom: calc(-70 / 1440 * 100vw);
    height: auto;
    left: calc(473 / 1440 * 100vw);
    width: calc(477 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__deco--01 {
    bottom: calc(30 / 375 * 100vw);
    height: auto;
    left: calc(84 / 375 * 100vw);
    width: calc(178 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .keyVisual__deco--02 {
    bottom: calc(-130 / 1440 * 100vw);
    height: auto;
    right: calc(58 / 1440 * 100vw);
    width: calc(304 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__deco--02 {
    bottom: calc(-15 / 375 * 100vw);
    height: auto;
    right: calc(4 / 375 * 100vw);
    width: calc(140 / 375 * 100vw);
  }
}

.lifestyleTab {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab {
    width: 1240px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab {
    padding: 0 calc(8 / 375 * 100vw);
  }
}

.lifestyleTab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__head {
    gap: 65px;
    width: 1070px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__head {
    gap: calc(16 / 375 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .lifestyleTab__btnInner {
    height: 200px;
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__btnInner {
    height: calc(100 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
}

.lifestyleTab__btnInner.is-active .lifestyleTab__btn {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@media screen and (max-width: 768px) {
  .lifestyleTab__btnInner.is-active .lifestyleTab__btn {
    padding-bottom: 0;
  }
}

.lifestyleTab__btnInner.is-active .lifestyleTab__btn:before {
  opacity: 1;
}

.lifestyleTab__btnInner:hover .lifestyleTab__btn {
  cursor: pointer;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.lifestyleTab__btnInner:hover .lifestyleTab__btn:before {
  opacity: 1;
}

.lifestyleTab__btnInner--town .lifestyleTab__btn:before {
  background: url("../img/bg-tab-town.png") no-repeat center center/cover;
}

.lifestyleTab__btnInner--town .lifestyleTab__btn .lifestyleTab__back:before {
  background: url("../img/bg-tab-town.png") no-repeat center center/cover;
}

.lifestyleTab__btnInner--active .lifestyleTab__btn:before {
  background: url("../img/bg-tab-active.png") no-repeat center center/cover;
}

.lifestyleTab__btnInner--active .lifestyleTab__btn .lifestyleTab__back:before {
  background: url("../img/bg-tab-active.png") no-repeat center center/cover;
}

.lifestyleTab__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #102b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__btn {
    border: 8px solid #102b49;
    border-bottom: none;
    font-size: 22px;
    -webkit-transform: translate(0%, 18%);
            transform: translate(0%, 18%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__btn {
    border: calc(4 / 375 * 100vw) solid #102b49;
    border-bottom: none;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.2;
    padding-bottom: calc(20 / 375 * 100vw);
    text-align: center;
    -webkit-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
    -webkit-transition: padding-bottom .5s, -webkit-transform .5s ease-in-out;
    transition: padding-bottom .5s, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, padding-bottom .5s;
    transition: transform .5s ease-in-out, padding-bottom .5s, -webkit-transform .5s ease-in-out;
  }
}

.lifestyleTab__btn:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s .3s ease-in-out;
  transition: opacity .5s .3s ease-in-out;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__btn:before {
    height: 164px;
    margin-top: 6px;
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__btn:before {
    height: calc(80 / 375 * 100vw);
    margin-top: 0;
    width: calc(136 / 375 * 100vw);
  }
}

.lifestyleTab__btn:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -2;
}

.lifestyleTab__btn .en {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__btn .en {
    font-size: 70px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__btn .en {
    font-size: calc(22 / 375 * 100vw);
  }
}

.lifestyleTab__back {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  z-index: -2;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__back {
    border: 8px solid #102b49;
    border-bottom: none;
    height: 180px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__back {
    border: calc(4 / 375 * 100vw) solid #102b49;
    border-bottom: none;
    height: calc(80 / 375 * 100vw);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
    width: calc(160 / 375 * 100vw);
  }
}

.lifestyleTab__back:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__back:before {
    height: 170px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__back:before {
    height: calc(80 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .lifestyleTab__cont {
    border: 8px solid #102b49;
  }
}

@media screen and (max-width: 768px) {
  .lifestyleTab__cont {
    border: calc(4 / 375 * 100vw) solid #102b49;
  }
}

.lifestyleTab__item {
  display: none;
}

.lifestyleTab__item:before {
  background-color: #ffffff;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: -10px;
  -webkit-transition: opacity .5s .3s ease-in-out;
  transition: opacity .5s .3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__item:before {
    content: '';
    width: 464px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__item:first-child:before {
    left: 108px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifestyleTab__item:nth-child(2):before {
    right: 107px;
  }
}

.lifestyleTab__item.is-active {
  display: block;
}

.lifestyleTab__item.is-active:before {
  opacity: 1;
}

.marketSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .marketSect {
    padding: 112px 120px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect {
    padding: calc(56 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.marketSect__head {
  color: #102b49;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .marketSect__head {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__head {
    font-size: calc(24 / 375 * 100vw);
  }
}

.marketSect__head .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .marketSect__head .distance {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__head .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.marketSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .marketSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__cont {
    margin-top: calc(32 / 375 * 100vw);
  }
}

.marketSect__cont:before {
  aspect-ratio: 270 / 157;
  background: url("../img/icon-town-deco-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .marketSect__cont:before {
    left: -20px;
    max-width: 270px;
    top: -70px;
    width: calc(270 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .marketSect__cont:before {
    left: calc(5 / 375 * 100vw);
    top: calc(-25 / 375 * 100vw);
    width: calc(83 / 375 * 100vw);
  }
}

.marketSect__cont .photo {
  position: relative;
  z-index: 0;
}

.marketSect__cont .photo--label .photo__capIn {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  padding: 2px 5px;
  right: 0;
}

.marketSect__txt {
  color: #102b49;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .marketSect__txt {
    font-size: 18px;
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}

.marketSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .marketSect__bottom {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__bottom {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.marketSect__item {
  margin-right: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:first-child {
    width: 673px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:first-child {
    width: calc(213 / 375 * 100vw);
  }
}

.marketSect__item:first-child:before {
  aspect-ratio: 167 / 161;
  background: url("../img/icon-town-deco-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:first-child:before {
    left: -40px;
    max-width: 167px;
    top: -40px;
    width: calc(167 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:first-child:before {
    left: calc(-20 / 375 * 100vw);
    top: calc(-40 / 375 * 100vw);
    width: calc(83 / 375 * 100vw);
  }
}

.marketSect__item:first-child:after {
  aspect-ratio: 189 / 309;
  background: url("../img/icon-town-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:first-child:after {
    max-width: 189px;
    right: -280px;
    top: 100px;
    width: calc(189 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:first-child:after {
    bottom: calc(-40 / 375 * 100vw);
    right: calc(-100 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
  }
}

.marketSect__item:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:nth-child(2) {
    margin-top: 80px;
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:nth-child(2) {
    margin-top: calc(80 / 375 * 100vw);
    width: calc(176 / 375 * 100vw);
  }
}

.marketSect__item:nth-child(2):before {
  aspect-ratio: 336 / 269;
  background: url("../img/icon-town-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:nth-child(2):before {
    left: -440px;
    max-width: 336px;
    top: 30px;
    width: calc(336 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:nth-child(2):before {
    left: calc(-135 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    width: calc(125 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:nth-child(3) {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:nth-child(3) {
    margin-top: calc(24 / 375 * 100vw);
    padding-bottom: calc(180 / 375 * 100vw);
    width: calc(207 / 375 * 100vw);
  }
}

.marketSect__item:nth-child(3):before {
  aspect-ratio: 474 / 318;
  background: url("../img/img-town-market-data.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item:nth-child(3):before {
    bottom: -123px;
    max-width: 474px;
    right: -570px;
    width: calc(474 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item:nth-child(3):before {
    bottom: calc(0 / 375 * 100vw);
    right: calc(-100 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.marketSect__item .caption {
  color: #4d4d4d;
  font-size: 10px;
  left: 0;
  margin-top: auto;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .marketSect__item .caption {
    bottom: -40px;
  }
}

@media screen and (max-width: 768px) {
  .marketSect__item .caption {
    bottom: 0;
  }
}

.movieSect {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

.movieSect__head {
  color: #102b49;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .movieSect__head {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .movieSect__head {
    font-size: calc(32 / 375 * 100vw);
  }
}

.movieSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .movieSect__cont {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .movieSect__cont {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.movieSect__cont .movieModal {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media print, screen and (min-width: 768px) {
  .movieSect__cont .movieModal {
    width: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .movieSect__cont .movieModal {
    width: calc(311 / 375 * 100vw);
  }
}

.movieSect__cont .movieModal:before {
  aspect-ratio: 1 /1;
  background-color: #cccccc;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .movieSect__cont .movieModal:before {
    bottom: 30px;
    right: 30px;
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movieSect__cont .movieModal:before {
    bottom: 10px;
    right: 10px;
    width: calc(50 / 375 * 100vw);
  }
}

.movieSect__cont .movieModal:after {
  border-bottom: 14px solid transparent;
  border-left: 24px solid #333333;
  border-top: 14px solid transparent;
  content: '';
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .movieSect__cont .movieModal:after {
    bottom: 72px;
    right: 72px;
  }
}

@media screen and (max-width: 768px) {
  .movieSect__cont .movieModal:after {
    bottom: 20px;
    right: 20px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.movieSect__cont .movieModal:hover {
  opacity: .8;
}

.movieSect__bg {
  height: auto;
  height: 100%;
  position: relative;
  width: 100vw;
  z-index: 0;
}

.shoppingSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 60px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-top: calc(60 / 375 * 100vw);
    width: calc(311 /  375 * 100vw);
  }
}

.shoppingSect:before {
  aspect-ratio: 740 / 203;
  background: url("../img/ttl-town-shopping.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect:before {
    left: -10px;
    max-width: 740px;
    top: -55px;
    width: calc(740 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect:before {
    left: 0;
    top: calc(-80 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}

.shoppingSect__head, .shoppingSect__cont {
  color: #102b49;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__head, .shoppingSect__cont {
    width: 480px;
  }
}

.shoppingSect__ttl {
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__ttl {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}

.shoppingSect__ttl .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__ttl .distance {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__ttl .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.shoppingSect__txt {
  line-height: 1.8;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__txt {
    font-size: 18px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont {
    margin-left: auto;
    margin-top: calc(16 / 375 * 100vw);
    width: calc(215 / 375 * 100vw);
  }
}

.shoppingSlider {
  background-color: #102b49;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider {
    margin-top: 120px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(40 / 390 * 100vw) 0;
  }
}

.shoppingSlider__head {
  color: #ffffff;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__head {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__head {
    font-size: calc(16 / 375 * 100vw);
  }
}

.shoppingSlider__head:before {
  aspect-ratio: 200 / 148;
  background: url("../img/icon-slide-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__head:before {
    left: 110px;
    top: -130px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__head:before {
    left: calc(45 / 375 * 100vw);
    top: calc(-60 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.shoppingSlider__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(420 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(32 / 375 * 100vw);
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container {
    padding: calc(46 / 375 * 100vw) 0;
  }
}

.shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo {
  position: relative;
}

.shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--spring:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #eb3356;
  border-radius: 50%;
  color: #ffffff;
  content: '2026年\A初春\AOPEN予定';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  white-space: pre;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--spring:after {
    font-size: 19px;
    height: auto;
    right: -20px;
    top: -20px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--spring:after {
    font-size: calc(15 / 375 * 100vw);
    right: calc(-30 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--fall:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #eb3356;
  border-radius: 50%;
  color: #ffffff;
  content: '2025年\A秋\AOPEN予定';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  white-space: pre;
}

@media print, screen and (min-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--fall:after {
    font-size: 19px;
    height: auto;
    left: -30px;
    top: 160px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSlider__cont .usableSwiper .swiper-container .swiper-slide .photo--fall:after {
    font-size: calc(15 / 375 * 100vw);
    left: calc(-10 / 375 * 100vw);
    top: calc(100 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.shoppingSlider__bg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.storeSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .storeSect {
    margin-top: 60px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .storeSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(60 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storeSect__head, .storeSect__cont {
    width: 473px;
  }
}

@media screen and (max-width: 768px) {
  .storeSect__head {
    margin-left: auto;
    margin-top: calc(24 / 375 * 100vw);
    width: calc(279 / 375 * 100vw);
  }
}

.storeSect__cont {
  color: #102b49;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .storeSect__cont {
    margin-top: 100px;
  }
}

.storeSect__cont:before {
  aspect-ratio: 190 / 155;
  background: url("../img/icon-active-09.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .storeSect__cont:before {
    right: 0;
    top: -160px;
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .storeSect__cont:before {
    right: calc(-20 / 375 * 100vw);
    top: calc(-20 / 375 * 100vw);
    width: calc(85 / 375 * 100vw);
  }
}

.storeSect__ttl {
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .storeSect__ttl {
    font-size: 46px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .storeSect__ttl {
    font-size: calc(24 / 375 * 100vw);
    text-align: left;
  }
}

.storeSect__ttl .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .storeSect__ttl .distance {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .storeSect__ttl .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.storeSect__txt {
  line-height: 1.8;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .storeSect__txt {
    font-size: 18px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .storeSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .storeSect + .storeSect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 120px;
  }
}

.storeSect + .storeSect .storeSect__cont:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .storeSect + .storeSect .storeSect__ttl {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .storeSect + .storeSect .storeSect__txt {
    margin-left: calc(30 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .storeSect + .storeSect .storeSect__txt + .caption {
    margin-left: calc(30 / 375 * 100vw);
  }
}

.usableSwiper {
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .usableSwiper .swiper-container {
    margin-left: auto;
    margin-right: auto;
    width: 1224px;
  }
}

@media screen and (max-width: 768px) {
  .usableSwiper .swiper-container {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
}

.usableSwiper .swiper-wrapper {
  overflow: visible;
}

.usableSwiper .swiper-slide {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .usableSwiper .swiper-slide {
    -webkit-transition: .3s;
    transition: .3s;
    width: 465px;
  }
}

@media screen and (max-width: 768px) {
  .usableSwiper .swiper-slide {
    width: calc(300 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .usableSwiper .swiper-slide-prev {
    -webkit-transition: 0;
    transition: 0;
  }
}

.villageSect {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .villageSect {
    padding: 112px 120px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect {
    padding: calc(56 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.villageSect__head {
  color: #102b49;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .villageSect__head {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__head {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.2;
  }
}

.villageSect__head .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .villageSect__head .distance {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__head .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.villageSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .villageSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__cont {
    margin-top: calc(32 / 375 * 100vw);
  }
}

.villageSect__cont:before {
  aspect-ratio: 134 / 147;
  background: url("../img/icon-active-04.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__cont:before {
    left: 50px;
    top: -145px;
    width: 134px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__cont:before {
    left: calc(20 / 375 * 100vw);
    top: calc(-45 / 375 * 100vw);
    width: calc(41 / 375 * 100vw);
  }
}

.villageSect__cont .photo {
  position: relative;
  z-index: 0;
}

.villageSect__cont .photo--label .photo__capIn {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 2px 5px;
  right: unset;
}

.villageSect__txt {
  color: #102b49;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .villageSect__txt {
    font-size: 18px;
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .villageSect__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__bottom {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.villageSect__bottom + .caption {
  color: #4d4d4d;
  font-size: 10px;
  margin-top: auto;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .villageSect__bottom + .caption {
    bottom: 80px;
    right: 120px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__bottom + .caption {
    bottom: calc(30 / 375 * 100vw);
    left: unset;
    right: calc(20 / 375 * 100vw);
  }
}

.villageSect__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:first-child {
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:first-child {
    margin-left: calc(-10 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(2) {
    margin-top: 80px;
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(2) {
    margin-left: auto;
    margin-top: calc(80 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

.villageSect__item:nth-child(2):before {
  aspect-ratio: 173 / 167;
  background: url("../img/icon-active-05.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(2):before {
    right: 0;
    top: -190px;
    width: 173px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(2):before {
    right: calc(0 / 375 * 100vw);
    top: calc(-100 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(3) {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 110px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(3) {
    margin-bottom: calc(50 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}

.villageSect__item:nth-child(3):before {
  aspect-ratio: 275 / 246;
  background: url("../img/icon-active-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(3):before {
    left: -50px;
    top: -240px;
    width: calc(240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(3):before {
    left: calc(-20 / 375 * 100vw);
    top: calc(-130 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.villageSect__item:nth-child(3) .photo {
  position: relative;
}

.villageSect__item:nth-child(3) .photo:after {
  aspect-ratio: 222 / 138;
  background: url("../img/icon-active-06.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(3) .photo:after {
    bottom: -70px;
    right: -30px;
    width: 222px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(3) .photo:after {
    bottom: calc(-25 / 375 * 100vw);
    right: calc(-15 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.villageSect__item:nth-child(3) .photo__image {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(4) {
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(4) {
    margin-left: calc(-10 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

.villageSect__item:nth-child(4):before {
  aspect-ratio: 162 / 83;
  background: url("../img/icon-active-08.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(4):before {
    left: 300px;
    top: -10px;
    width: 162px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(4):before {
    left: calc(90 / 375 * 100vw);
    top: calc(-15 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
  }
}

.villageSect__item:nth-child(4):after {
  aspect-ratio: 171 / 127;
  background: url("../img/icon-active-07.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(4):after {
    bottom: -100px;
    left: -50px;
    width: 171px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(4):after {
    bottom: calc(50 / 375 * 100vw);
    left: calc(-10 / 375 * 100vw);
    width: calc(81 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .villageSect__item:nth-child(5) {
    margin-top: 80px;
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .villageSect__item:nth-child(5) {
    margin-left: auto;
    margin-top: calc(80 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

.zooSect {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .zooSect {
    padding: 112px 120px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect {
    padding: calc(56 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.zooSect__head {
  color: #102b49;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .zooSect__head {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__head {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.2;
  }
}

.zooSect__head .distance {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .zooSect__head .distance {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__head .distance {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.zooSect__head:before {
  aspect-ratio: 198 / 200;
  background: url("../img/icon-active-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .zooSect__head:before {
    left: 70px;
    max-width: 99px;
    top: -20px;
    width: calc(99 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zooSect__head:before {
    left: calc(5 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
    width: calc(58 / 375 * 100vw);
  }
}

.zooSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .zooSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__cont {
    margin-top: calc(32 / 375 * 100vw);
  }
}

.zooSect__cont:before {
  aspect-ratio: 306 / 139;
  background: url("../img/icon-active-10.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .zooSect__cont:before {
    bottom: 110px;
    max-width: 302px;
    right: -30px;
    width: calc(302 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zooSect__cont:before {
    bottom: calc(180 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    width: calc(149 / 375 * 100vw);
  }
}

.zooSect__cont .photo {
  position: relative;
  z-index: 0;
}

.zooSect__cont .photo--label .photo__capIn {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 2px 5px;
  right: unset;
}

.zooSect__txt {
  color: #102b49;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .zooSect__txt {
    font-size: 18px;
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__txt {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .zooSect__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__bottom {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.zooSect__bottom + .caption {
  color: #4d4d4d;
  font-size: 10px;
  margin-top: auto;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .zooSect__bottom + .caption {
    bottom: 10px;
    right: 68px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__bottom + .caption {
    bottom: calc(-10 / 375 * 100vw);
    left: unset;
    right: calc(20 / 375 * 100vw);
  }
}

.zooSect__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:first-child {
    width: 544px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:first-child {
    margin-left: calc(-10 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(2) {
    width: 326px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(2) {
    margin-left: auto;
    margin-top: calc(80 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(2):before {
  aspect-ratio: 275 / 246;
  background: url("../img/icon-active-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(2):before {
    max-width: 275px;
    right: -70px;
    top: -210px;
    width: calc(275 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(2):before {
    right: calc(0 / 375 * 100vw);
    top: calc(-70 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(3) {
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    width: 564px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(3) {
    margin-left: auto;
    margin-right: calc(20 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(3):before {
  aspect-ratio: 238 / 373;
  background: url("../img/icon-active-03.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(3):before {
    bottom: -50px;
    left: -330px;
    max-width: 240px;
    width: calc(240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(3):before {
    bottom: calc(-40 / 375 * 100vw);
    right: calc(170 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(3):after {
  aspect-ratio: 199 / 130;
  background: url("../img/icon-active-car-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(3):after {
    right: 170px;
    top: -70px;
    width: 199px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(3):after {
    left: calc(55 / 375 * 100vw);
    top: calc(-15 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(3) .photo {
  position: relative;
}

.zooSect__item:nth-child(3) .photo:before {
  aspect-ratio: 780 / 620;
  background: url("../img/bg-photo-01.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(3) .photo:before {
    bottom: -56px;
    right: -52px;
    width: 564px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(3) .photo:before {
    bottom: calc(-10 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    width: calc(147 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(3) .photo:after {
  aspect-ratio: 203 / 96;
  background: url("../img/icon-active-car-02.png") no-repeat center center/cover;
  content: '';
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .zooSect__item:nth-child(3) .photo:after {
    bottom: -30px;
    right: -30px;
    width: 203px;
  }
}

@media screen and (max-width: 768px) {
  .zooSect__item:nth-child(3) .photo:after {
    bottom: calc(-25 / 375 * 100vw);
    right: calc(-25 / 375 * 100vw);
    width: calc(105 / 375 * 100vw);
  }
}

.zooSect__item:nth-child(3) .photo__image {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .spWrap {
    padding-inline: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifestyle-movie {
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .lifestyle-movie {
    padding: calc(20 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lifestyle-concept {
    padding: 160px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .lifestyle-concept {
    padding: calc(80 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lifestyle-tab {
    padding: 180px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .lifestyle-tab {
    padding: calc(100 / 390 * 100vw) 0 calc(120 / 390 * 100vw);
  }
}
