@media screen and (min-width: 768px) {
  .facilitySect {
    margin: 0 auto;
    width: 998px;
  }
}

.facilitySect__trigger {
  background-color: #436b6c;
  border: 0;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

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

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

@media screen and (min-width: 768px) {
  .facilitySect__trigger .icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__trigger .icon {
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 12px;
  }
  .facilitySect__trigger .icon:before, .facilitySect__trigger .icon:after {
    background-color: #ccc7c2;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -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%;
  }
  .facilitySect__trigger .icon:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .facilitySect__trigger .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.facilitySect__trigger.is-active .icon:before {
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

.facilitySect__trigger.is-active .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .facilitySect__body {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease;
    transition: grid-template-rows .8s ease, -ms-grid-rows .8s ease;
  }
  .facilitySect__body.is-active {
    grid-template-rows: 1fr;
  }
}

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

@media screen and (max-width: 768px) {
  .facilitySect__cont {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont > *:nth-child(1) {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont > *:nth-child(1) {
    padding-top: 40px;
  }
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 998px) {
  .facilitySect__slider {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.facilitySect__slider .generalSlider .swiper-slide {
  height: auto;
}

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

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

.facilitySect__slider .generalSlider--disableMode .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .facilitySect__slider .generalSlider--disableMode .swiper-wrapper {
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__slider .generalSlider--disableMode .swiper-slide {
    width: 362px;
  }
}

@media screen and (min-width: 768px) {
  .introSect {
    -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 screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 80px;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .lifeinfoDesc {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
}

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

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

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

.lifeinfoDesc__select {
  background-color: #436b6c;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lifeinfoDesc__trigger {
  background-color: #436b6c;
  border: 0;
  border-bottom: 1px solid  #224142;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP, "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 {
    font-size: 12px;
    padding: 28px 0;
  }
}

@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: #ccc7c2;
  bottom: -1px;
  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: 5px;
  }
}

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

.lifeinfoDesc__trigger.is-active {
  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 {
  background-color: #ffffff;
}

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

.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: YakuHanJP, "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;
  }
}

.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: 56px;
  }
}

.styleCard {
  background-color: #ffffff;
  border-left: 18px solid #ffffff;
  color: #44403b;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 1;
}

.styleCard:after {
  aspect-ratio: 1 / 1;
  content: '';
  position: absolute;
  z-index: -1;
}

.styleCard__head {
  display: inline-block;
  position: relative;
}

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

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

.styleCard__ttl {
  position: absolute;
}

.styleCard__genre {
  left: 100%;
  position: absolute;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .styleCard__genre {
    padding-left: 10px;
    top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard__genre {
    padding-left: 5px;
    top: 16px;
  }
}

.styleCard__name .inner {
  line-height: 1.75;
  letter-spacing: .05em;
}

.styleCard__name .inner:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.styleCard__name .inner:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

@media screen and (min-width: 768px) {
  .styleCard__name .inner {
    font-size: 30px;
  }
}

.styleCard__name .caption {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .styleCard__name .caption {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard__name .caption {
    margin-top: 18px;
  }
}

.styleCard__option {
  position: absolute;
}

.styleCard--01 {
  border-color: #3e2525;
}

.styleCard--01:before {
  aspect-ratio: 148 / 140;
  background: url("../imgs/img-style-card-01-03.png") no-repeat center/cover;
  content: '';
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--01:before {
    right: 200px;
    width: 148px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01:before {
    right: 105px;
    width: 84px;
  }
}

.styleCard--01:after {
  background-color: #decccd;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--01:after {
    width: 183px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01:after {
    width: 104px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--01 .styleCard__desc {
    padding: 56px 0 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01 .styleCard__desc {
    padding: 24px 0 0 18px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--01 .styleCard__num {
    width: 84px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01 .styleCard__num {
    width: 48px;
  }
}

.styleCard--01 .styleCard__ttl {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .styleCard--01 .styleCard__ttl {
    bottom: 153px;
    left: 380px;
    width: 236px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01 .styleCard__ttl {
    bottom: 87px;
    left: 216px;
    width: 135px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--01 .styleCard__visual {
    width: 405px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01 .styleCard__visual {
    width: 231px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--01 .styleCard__option {
    right: 59px;
    top: 144px;
    width: 167px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--01 .styleCard__option {
    right: 34px;
    top: 82px;
    width: 95px;
  }
}

.styleCard--02 {
  border-color: #383e26;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.styleCard--02:after {
  background-color: #dadecb;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--02:after {
    width: 183px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02:after {
    width: 104px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--02 .styleCard__desc {
    padding: 0 0 70px 32px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02 .styleCard__desc {
    padding: 0 0 36px 14px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--02 .styleCard__num {
    width: 95px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02 .styleCard__num {
    width: 55px;
  }
}

.styleCard--02 .styleCard__ttl {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .styleCard--02 .styleCard__ttl {
    left: 440px;
    top: 80px;
    width: 122px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02 .styleCard__ttl {
    left: 254px;
    top: 45px;
    width: 70px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--02 .styleCard__visual {
    width: 469px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02 .styleCard__visual {
    width: 267px;
  }
}

.styleCard--02 .styleCard__option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  right: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--02 .styleCard__option {
    bottom: 100px;
    gap: 8px;
    width: 288px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--02 .styleCard__option {
    bottom: 58px;
    gap: 4px;
    width: 164px;
  }
}

.styleCard--03 {
  border-color: #3f3725;
}

.styleCard--03:after {
  background-color: #e0dacd;
  right: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--03:after {
    top: 100px;
    width: 232px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--03:after {
    top: 57px;
    width: 132px;
  }
}

.styleCard--03 .styleCard__name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .styleCard--03 .styleCard__name {
    gap: 10px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--03 .styleCard__name {
    gap: 5px;
    margin-top: 8px;
  }
}

.styleCard--03 .styleCard__name .caption {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .styleCard--03 .styleCard__desc {
    padding: 35px 0 0 42px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--03 .styleCard__desc {
    padding: 24px 0 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--03 .styleCard__num {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--03 .styleCard__num {
    width: 53px;
  }
}

@media screen and (min-width: 768px) {
  .styleCard--03 .styleCard__ttl {
    right: 23px;
    top: 35px;
    width: 241px;
  }
}

@media screen and (max-width: 768px) {
  .styleCard--03 .styleCard__ttl {
    right: 12px;
    top: 20px;
    width: 138px;
  }
}

.styleCardGroup {
  aspect-ratio: 1 / 1;
  position: relative;
}

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

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

.styleCardGroup__item {
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-5%, -10%) rotate(0deg) scale(1.2) rotate3d(10, -50, 0, 45deg) perspective(800px);
          transform: translate(-5%, -10%) rotate(0deg) scale(1.2) rotate3d(10, -50, 0, 45deg) perspective(800px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.styleCardGroup__item:nth-child(1).is-active {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.styleCardGroup__item:nth-child(2).is-active {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.styleCardGroup__item:nth-child(3).is-active {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.styleCardGroup__item:nth-child(4) {
  opacity: 1;
  -webkit-transform: initial;
          transform: initial;
}

.styleCardGroup__item.is-active {
  opacity: 1;
}

.is-active .styleCardGroup .styleCardGroup__item:nth-child(4) {
  opacity: 0;
}

.is-active .styleCardGroup .styleCardGroup__item:nth-child(3).is-active + .styleCardGroup__item {
  -webkit-transform: translate(-5%, -10%) rotate(0deg) scale(1.2) rotate3d(10, -50, 0, 45deg) perspective(800px);
          transform: translate(-5%, -10%) rotate(0deg) scale(1.2) rotate3d(10, -50, 0, 45deg) perspective(800px);
}

.is-active .styleCardGroup .styleCardGroup__item:nth-child(3).is-active + .styleCardGroup__item.is-active {
  opacity: 1;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.is-fix .styleCardGroup .styleCardGroup__item {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.styleSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

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

@media screen and (max-width: 768px) {
  .styleSect {
    padding-top: 120px;
  }
}

.styleSect__head {
  position: relative;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .styleSect__head + .styleSect__cont {
    margin-top: 56px;
  }
}

.styleSect__heading {
  color: #e5dfcf;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .styleSect__heading {
    font-size: 40px;
    line-height: .7;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__heading {
    font-size: 32px;
    line-height: 1;
  }
}

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

@media screen and (max-width: 768px) {
  .styleSect__heading + .caption {
    margin-top: 20px;
  }
}

.styleSect__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;
  position: relative;
}

@media screen and (min-width: 768px) {
  .styleSect__cont {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__cont {
    gap: 80px;
  }
}

.styleSect__deco {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .styleSect__deco {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }
}

.styleSect__deco .item {
  aspect-ratio: 1 / 1;
  background: no-repeat center / cover;
  position: absolute;
}

.styleSect__deco .item:nth-child(1) {
  background-image: url("../imgs/img-style-card-deco-01.png");
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (min-width: 768px) {
  .styleSect__deco .item:nth-child(1) {
    left: 54px;
    top: -94px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__deco .item:nth-child(1) {
    bottom: -115px;
    left: 0;
    width: 120px;
  }
}

.styleSect__deco .item:nth-child(2) {
  background-image: url("../imgs/img-style-card-deco-02.png");
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (min-width: 768px) {
  .styleSect__deco .item:nth-child(2) {
    left: -20px;
    top: 244px;
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__deco .item:nth-child(2) {
    content: initial;
  }
}

.styleSect__deco .item:nth-child(3) {
  background-image: url("../imgs/img-style-card-deco-03.png");
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media screen and (min-width: 768px) {
  .styleSect__deco .item:nth-child(3) {
    right: 0;
    top: 12px;
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__deco .item:nth-child(3) {
    bottom: -128px;
    right: 8px;
    width: 150px;
  }
}

.styleSect__deco .item:nth-child(4) {
  background-image: url("../imgs/img-style-card-deco-04.png");
}

@media screen and (min-width: 768px) {
  .styleSect__deco .item:nth-child(4) {
    right: 44px;
    top: 370px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__deco .item:nth-child(4) {
    bottom: -420px;
    right: 20px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .is-end .styleSect__deco {
    opacity: 1;
  }
}

.styleSect__bottom {
  opacity: 0;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  visibility: hidden;
}

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

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

.is-end .styleSect__bottom {
  opacity: 1;
  visibility: visible;
}

.styleSect__slider {
  position: relative;
}

.styleSect__slider .autoPlaySlider:focus {
  outline: none;
}

.styleSect__slider .autoPlaySlider .swiper-container {
  width: calc(100vw - var(--scrollbar));
}

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

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

@media screen and (max-width: 768px) {
  .styleSect__slider .autoPlaySlider .swiper-container {
    margin-left: -16px;
  }
}

@media screen and (min-width: 768px) {
  .styleSect__slider .autoPlaySlider .swiper-slide {
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__slider .autoPlaySlider .swiper-slide {
    width: 206px;
  }
}

.styleSect__guide {
  position: relative;
}

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

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

.styleSect__guide .generalBtn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .styleSect__guide .generalBtn__ttl {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .styleSect__guide .generalBtn__ttl {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .location-futako {
    padding: 80px 0 120px;
  }
}

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

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

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

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