.blockArea {
  position: relative;
}

.blockArea__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .blockArea__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .blockArea__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blockArea__bg {
    margin-left: -32px;
  }
}

.blockArea__bg:after {
  background: no-repeat center top / 100% 100%;
  background-image: url("../imgs/bg-lifeinfo-01@1.5x.jpg");
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.calmSect {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .calmSect {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .calmSect {
    margin-left: auto;
    width: calc(1220px);
  }
}

.calmSect__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .calmSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .calmSect__head {
    padding-right: calc(57 / 390 * 100vw);
  }
}

.calmSect__head > .photo .photo__capIn {
  left: 0;
  right: unset;
}

@media screen and (min-width: 768px) {
  .calmSect__head + .calmSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__head + .calmSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

.calmSect__subVisual {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .calmSect__subVisual {
    right: -40px;
    top: calc(100% - 100px);
    width: 314px;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__subVisual {
    right: 0;
    top: calc(100% - calc(57 / 390 * 100vw));
    width: calc(146 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .calmSect__cont {
    margin-left: calc(260 / 1440 * 100vw);
    width: 528px;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont .headingCombi {
    padding: 0;
  }
}

.calmSect__cont .headingCombi .enTtl {
  border-bottom: 1px solid #30693a;
  color: #30693a;
  line-height: 1.5;
}

.calmSect__cont .headingCombi .enTtl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.calmSect__cont .headingCombi .enTtl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.calmSect__cont .headingCombi .enTtl:before, .calmSect__cont .headingCombi .enTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .calmSect__cont .headingCombi .enTtl {
    font-size: 26px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont .headingCombi .enTtl {
    font-size: calc(22 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    text-align: center;
  }
}

.calmSect__cont .headingCombi .enTtl .small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  .calmSect__cont .headingCombi .enTtl .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont .headingCombi .enTtl .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont .headingCombi .heading {
    padding: 0 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__cont .headingCombi .heading + .txt {
    padding: 0 24px;
  }
}

.calmSect__bottom .generalSlider {
  background-color: rgba(48, 105, 58, 0.25);
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider {
    margin-top: 104px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .calmSect__bottom .generalSlider {
    margin-left: calc(50% - 50vw);
    margin-top: calc(40 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
}

.calmSect__bottom .generalSlider .generalSlider__dir {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider .generalSlider__dir {
    top: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__bottom .generalSlider .generalSlider__dir {
    top: calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__bottom .generalSlider .swiper-slide {
    width: calc(260 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__bottom .generalSlider .swiper-slide .descriptionCard__cont {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .calmSect__bottom .generalSlider .swiper-slide .descriptionCard__cont .headingCombi {
    padding: 0;
  }
}

.calmSect__bottom .generalSlider .swiper-slide .descriptionCard__cont .headingCombi .category {
  display: block;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider .swiper-slide .descriptionCard__cont .headingCombi .category {
    font-size: 15px;
    margin-top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider .generalSlider__controller {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .calmSect__bottom .generalSlider .generalSlider__dir {
    max-width: unset;
    width: calc(1100 / 1440 * 100vw);
  }
}

.calmSect__bottom .generalSlider .generalSlider__playBtn {
  display: none;
}

.designerSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .designerSect__head {
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .enTtl {
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .heading {
    margin-left: -56px;
    margin-right: -56px;
    text-align: center;
  }
}

.profileBox {
  background-color: rgba(244, 243, 239, 0.9);
  border: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox {
    margin: 0 -16px;
    padding: 40px;
  }
}

.profileBox__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__cont {
    display: grid;
    gap: 0 32px;
    grid-template-columns: .23627075351fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__visual {
    width: 88px;
  }
}

.profileBox__company {
  border-bottom: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox__company {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__company {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__name {
    width: calc(100% - 217px);
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name {
    width: calc(100% - 108px);
  }
}

.profileBox__name .role {
  display: block;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .profileBox__name .role {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .role {
    font-size: 12px;
    letter-spacing: -.05em;
    line-height: 1.75;
    padding-bottom: 20px;
  }
}

.profileBox__name .ja {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .profileBox__name .ja {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .ja {
    font-size: 18px;
  }
}

.profileBox__name .en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__desc {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__bottom {
    margin-top: 56px;
  }
}

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

.resultArea__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}

.resultArea__head:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  width: 6px;
}

@media screen and (min-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont {
    margin: 0 -56px;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

.entranceArea {
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .entranceArea {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea {
    padding: 104px 0;
  }
}

.entranceArea:before {
  width: calc(100vw - var(--scrollbar));
  background: -webkit-gradient(linear, left bottom, left top, from(#122812), to(#122812));
  background: linear-gradient(0deg, #122812 0%, #122812 100%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .entranceArea:before {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceArea:before {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea:before {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect + .entranceSect {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect + .entranceSect {
    margin-top: 104px;
  }
}

.entranceSect:nth-child(odd) {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(odd) {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceSect:nth-child(odd) {
    margin-right: auto;
    width: calc(1220px);
  }
}

.entranceSect:nth-child(even) {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(even) {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceSect:nth-child(even) {
    margin-left: auto;
    width: calc(1220px);
  }
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(even) .entranceSect__cont {
    margin-left: 220px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__cont {
    width: 528px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 57px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.facadeSect__head {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .facadeSect__head {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .facadeSect__head {
    margin-left: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head {
    margin-left: -32px;
    width: 318px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__cont {
    width: 415px;
  }
}

.facilitySect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .facilitySect {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect {
    padding: 104px 0;
  }
}

.facilitySect__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg {
    margin-left: -32px;
  }
}

.facilitySect__bg:after {
  background: no-repeat center top / 100% 100%;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/pc/bg-design-02@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/sp/bg-design-02.jpg");
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 40px;
  }
}

.facilitySect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .facilitySect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__cont {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.introductionSect__head {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .introductionSect__head {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__head {
    margin-right: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head {
    margin-left: auto;
    margin-right: -32px;
    width: calc(100vw - 32px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .photo {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    width: 425px;
  }
}

.introductionSect__bottom {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__bottom {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom {
    margin-top: 180px;
  }
}

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

@media screen and (max-width: 768px) {
  .introductionSect__bottom .swipeFigure__body {
    height: 360px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom .swipeFigure__capOut {
    background-color: #66635c;
    bottom: 0;
    color: #ffffff;
    padding: 4px 8px;
    right: 0;
    top: unset;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom .photo__image {
    max-width: unset;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 40px;
  }
}

.landscapeSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .landscapeSect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .landscapeSect__cont {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.37fr 1fr;
    margin: 0 -80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lifeinfoDesc {
    gap: 20px;
    grid-template-columns: auto 1fr;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .lifeinfoDesc {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__map {
    grid-row: auto / span 2;
    width: 764px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lifeinfoDesc__map {
    width: calc(710 / 1400 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .lifeinfoDesc__map {
    width: calc(650 / 1400 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__map {
    aspect-ratio: 1 / 1;
  }
}

.lifeinfoDesc__map .lifeinfoDesc__item {
  height: 100%;
  width: 100%;
}

.lifeinfoDesc__select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__select {
    row-gap: 16px;
  }
}

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

.lifeinfoDesc__tab {
  border: 1px solid  #ccc9c2;
}

.lifeinfoDesc__tab:not(:nth-child(3n+1)) {
  border-left: unset;
}

.lifeinfoDesc__trigger {
  background-color: rgba(244, 243, 239, 0.9);
  border: 0;
  border-left: unset;
  color: #7d6628;
  cursor: pointer;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__trigger {
    font-size: 14px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__trigger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: calc(68 / 390 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeinfoDesc__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.lifeinfoDesc__trigger:after {
  background-color: #000000;
  bottom: -8px;
  content: '';
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__trigger:after {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__trigger:after {
    height: 2px;
  }
}

.lifeinfoDesc__trigger.is-active {
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}

.lifeinfoDesc__trigger.is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.lifeinfoDesc__table {
  position: relative;
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__table {
    aspect-ratio: 576 / 515;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__table {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__table .lifeinfoDesc__item {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .lifeinfoDesc__table .lifeinfoDesc__item::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__scrollBar {
    background-color: #b0aca2;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__scrollBar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__scrollBar .line {
    background-color: #0d0d0c;
    border-radius: 10px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.lifeinfoDesc__plot {
  border-bottom: 1px solid #ccc7c2;
}

.lifeinfoDesc__plot .trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  color: #44403b;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__plot .trigger {
    font-size: 14px;
    gap: 14px;
    padding: 16px 20px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__plot .trigger {
    font-size: 12px;
    gap: 14px;
    padding: 16px 20px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__plot .trigger .name {
    white-space: normal;
  }
}

.lifeinfoDesc__plot .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #877543;
  border: 1px solid #e5dfcf;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .lifeinfoDesc__plot .num {
    font-size: 16px;
    width: 29px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoDesc__plot .num {
    font-size: 16px;
    width: 29px;
  }
}

.lifeinfoDesc__plot .dist {
  margin-left: auto;
}

.lifeinfoDesc__item {
  display: none;
}

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

.lifeInfoSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 40px;
  }
}

.shoppingSect {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .shoppingSect {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoppingSect {
    margin-left: auto;
    width: calc(1220px);
  }
}

.shoppingSect__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .shoppingSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__head {
    padding-right: calc(57 / 390 * 100vw);
  }
}

.shoppingSect__head > .photo .photo__capIn {
  left: 0;
  right: unset;
}

@media screen and (min-width: 768px) {
  .shoppingSect__head + .shoppingSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__head + .shoppingSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

.shoppingSect__subVisual {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .shoppingSect__subVisual {
    right: -40px;
    top: calc(100% - 100px);
    width: 314px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__subVisual {
    right: 0;
    top: calc(100% - calc(57 / 390 * 100vw));
    width: calc(146 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__cont {
    margin-left: calc(260 / 1440 * 100vw);
    width: 528px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .headingCombi {
    padding: 0;
  }
}

.shoppingSect__cont .headingCombi .enTtl {
  border-bottom: 1px solid #691b25;
  color: #691b25;
  line-height: 1.5;
}

.shoppingSect__cont .headingCombi .enTtl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.shoppingSect__cont .headingCombi .enTtl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.shoppingSect__cont .headingCombi .enTtl:before, .shoppingSect__cont .headingCombi .enTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .shoppingSect__cont .headingCombi .enTtl {
    font-size: 26px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .headingCombi .enTtl {
    font-size: calc(22 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    text-align: center;
  }
}

.shoppingSect__cont .headingCombi .enTtl .small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  .shoppingSect__cont .headingCombi .enTtl .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .headingCombi .enTtl .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .headingCombi .heading {
    padding: 0 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .headingCombi .heading + .txt {
    padding: 0 24px;
  }
}

.shoppingSect__bottom .generalSlider {
  background-color: rgba(105, 27, 37, 0.25);
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .shoppingSect__bottom .generalSlider {
    margin-top: 104px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__bottom .generalSlider {
    margin-left: calc(50% - 50vw);
    margin-top: calc(40 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
}

.shoppingSect__bottom .generalSlider .generalSlider__dir {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .shoppingSect__bottom .generalSlider .generalSlider__dir {
    top: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__bottom .generalSlider .generalSlider__dir {
    top: calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__bottom .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__bottom .generalSlider .swiper-slide {
    width: calc(260 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__bottom .generalSlider .swiper-slide .descriptionCard__cont {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__bottom .generalSlider .swiper-slide .descriptionCard__cont .headingCombi {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__bottom .generalSlider .generalSlider__controller {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .shoppingSect__bottom .generalSlider .generalSlider__dir {
    max-width: unset;
    width: calc(1100 / 1440 * 100vw);
  }
}

.shoppingSect__bottom .generalSlider .generalSlider__playBtn {
  display: none;
}

.trendSect {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .trendSect {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .trendSect {
    margin-right: auto;
    width: calc(1220px);
  }
}

.trendSect__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .trendSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 768px) {
  .trendSect__head {
    padding-left: calc(57 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .trendSect__head + .trendSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__head + .trendSect__cont {
    margin-top: calc(146 / 390 * 100vw);
  }
}

.trendSect__subVisual {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .trendSect__subVisual {
    left: -40px;
    top: calc(100% - 100px);
    width: 314px;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__subVisual {
    left: 0;
    top: calc(100% - calc(57 / 390 * 100vw));
    width: calc(146 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect__subVisual .photo {
    width: calc(183 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect__subVisual .photo__capIn {
    padding: 4px 3px;
  }
}

@media screen and (min-width: 768px) {
  .trendSect__cont {
    margin-left: auto;
    margin-right: 220px;
    width: 528px;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont {
    margin-top: calc(180 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont .headingCombi {
    padding: 0;
  }
}

.trendSect__cont .headingCombi .enTtl {
  border-bottom: 1px solid #945c00;
  color: #945c00;
  line-height: 1.5;
}

.trendSect__cont .headingCombi .enTtl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.trendSect__cont .headingCombi .enTtl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.trendSect__cont .headingCombi .enTtl:before, .trendSect__cont .headingCombi .enTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .trendSect__cont .headingCombi .enTtl {
    font-size: 26px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont .headingCombi .enTtl {
    font-size: calc(22 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    text-align: center;
  }
}

.trendSect__cont .headingCombi .enTtl .small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  .trendSect__cont .headingCombi .enTtl .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont .headingCombi .enTtl .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont .headingCombi .heading {
    padding: 0 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .trendSect__cont .headingCombi .heading + .txt {
    padding: 0 24px;
  }
}

.trendSect + .generalSlider {
  width: calc(100vw - var(--scrollbar));
  background-color: rgba(148, 92, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .trendSect + .generalSlider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider {
    margin-top: 104px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider {
    margin-top: calc(40 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
}

.trendSect + .generalSlider .generalSlider__dir {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider .generalSlider__dir {
    top: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider .generalSlider__dir {
    top: calc(80 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider .swiper-slide {
    width: calc(260 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider .swiper-slide .descriptionCard__cont {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trendSect + .generalSlider .swiper-slide .descriptionCard__cont .headingCombi {
    padding: 0;
  }
}

.trendSect + .generalSlider .swiper-slide .descriptionCard__cont .headingCombi .category {
  display: block;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider .swiper-slide .descriptionCard__cont .headingCombi .category {
    font-size: 15px;
    margin-top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider .generalSlider__controller {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .trendSect + .generalSlider .generalSlider__dir {
    max-width: unset;
    width: calc(1100 / 1440 * 100vw);
  }
}

.trendSect + .generalSlider .generalSlider__playBtn {
  display: none;
}

@media screen and (min-width: 768px) {
  .location-introduction {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .location-introduction {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .location-shopping,
  .location-trend,
  .location-calm {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping,
  .location-trend,
  .location-calm {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .location-lifeinfo {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-lifeinfo {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .location-apploach {
    padding: 180px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .location-apploach {
    padding: 104px 0;
  }
}
