@charset "UTF-8";
body {
  background-color: #ffffff;
  color: #595959;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.04em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 560px) {
  body {
    font-size: 20.86px;
    line-height: 37.548px;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.sp-wrap {
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(171, 163, 147, 0.3);
}

.cm-f-shippori {
  font-family: shippori-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cm-f-prata {
  font-family: "Prata", serif;
}

.cm-f-Sorts-Mill-Goudy {
  font-family: "Sorts Mill Goudy", serif;
}

.sb-txt {
  font-weight: 600;
}

.b-txt {
  font-weight: 700;
}

.cont-inner {
  padding: 0 1.6rem;
}

@media (min-width: 560px) {
  .cont-inner {
    padding: 23.84px;
  }
}

.faire {
  background-image: url(../img/faire-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34.3rem;
  height: 26.3rem;
  margin: -9.4rem auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 560px) {
  .faire {
    width: 511.07px;
    height: 391.87px;
    margin: -140.06px auto 0;
  }
}
.faire::after {
  content: "";
  width: 15.2rem;
  height: 10.3rem;
  background-image: url(../img/Faire.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -6.7rem;
  right: -0.1rem;
}
@media (min-width: 560px) {
  .faire::after {
    width: 226.48px;
    height: 153.47px;
    top: -99.83px;
    right: -1.49px;
  }
}
.faire__txt {
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: center;
  padding-top: 3.2rem;
}
@media (min-width: 560px) {
  .faire__txt {
    font-size: 22.35px;
    line-height: 35.76px;
    padding-top: 47.68px;
  }
}
.faire__obj {
  width: 28.6rem;
  margin-top: 0.6rem;
}
@media (min-width: 560px) {
  .faire__obj {
    width: 426.14px;
    margin-top: 8.94px;
  }
}
.faire__obj img {
  width: 100%;
}
.faire__lead {
  display: block;
  width: 29.3rem;
  margin-top: 2rem;
}
@media (min-width: 560px) {
  .faire__lead {
    width: 436.57px;
    margin-top: 29.8px;
  }
}
.faire__lead img {
  width: 100%;
}
.faire__btn {
  margin: 2.4rem 0 0 2rem;
  position: relative;
}
@media (min-width: 560px) {
  .faire__btn {
    margin: 35.76px 0 0 29.8px;
  }
}
.faire__btn:hover {
  opacity: 0.5;
}
.faire__btn::before {
  content: "";
  /*background-image: url(../img/join.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 32.3rem;
  height: 7.7rem;
  position: absolute;
  top: 0;
  right: 0.3rem;
}
@media (min-width: 560px) {
  .faire__btn::before {
    width: 481.27px;
    height: 114.73px;
    right: 4.47px;
  }
}

.btn {
  display: block;
  width: 32.6rem;
}
@media (min-width: 560px) {
  .btn {
    width: 485.74px;
  }
}
.btn img {
  width: 100%;
}

.btn-area {
  margin-top: 2.4rem;
}
@media (min-width: 560px) {
  .btn-area {
    margin-top: 35.76px;
  }
}
.btn-area .list-btn-txt {
  color: #B58E65;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
}
.btn-area .list-btn-txt::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 0.1rem;
  background-color: #C7A88D;
  transform: rotate(70deg);
  position: absolute;
  top: 1.1rem;
  left: 1.8rem;
}
@media (min-width: 560px) {
  .btn-area .list-btn-txt::before {
    width: 38.74px;
    height: 1.49px;
    top: 16.39px;
    left: 26.82px;
  }
}
.btn-area .list-btn-txt::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 0.1rem;
  background-color: #C7A88D;
  transform: rotate(-70deg);
  position: absolute;
  top: 1.1rem;
  right: 1.8rem;
}
@media (min-width: 560px) {
  .btn-area .list-btn-txt::after {
    width: 38.74px;
    height: 1.49px;
    top: 16.39px;
    right: 26.82px;
  }
}
.btn-area .list-btn {
  margin-top: 0.3rem;
}
@media (min-width: 560px) {
  .btn-area .list-btn {
    margin-top: 4.47px;
  }
}

.list-btn {
  display: inline-block;
  margin: 1.5rem 0 0 0.8rem;
}
@media (min-width: 560px) {
  .list-btn {
    margin: 22.35px 0 0 11.92px;
  }
}
.list-btn:hover {
  opacity: 0.5;
}
.list-btn.yomitan {
  position: relative;
}
.list-btn.yomitan::before {
  content: "";
  /*background-image: url(../img/Yomitan.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.1rem;
  height: 4.3rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
}
@media (min-width: 560px) {
  .list-btn.yomitan::before {
    width: 150.49px;
    height: 64.07px;
    left: 4.47px;
  }
}
.list-btn.kouri {
  position: relative;
}
.list-btn.kouri::before {
  content: "";
  background-image: url(../img/kouri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.8rem;
  height: 4.7rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
}
@media (min-width: 560px) {
  .list-btn.kouri::before {
    width: 116.22px;
    height: 70.03px;
    left: 4.47px;
  }
}
.list-btn.manza {
  position: relative;
}
.list-btn.manza::before {
  content: "";
  background-image: url(../img/manza.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
}
@media (min-width: 560px) {
  .list-btn.manza::before {
    width: 149px;
    height: 67.05px;
    left: 4.47px;
  }
}

.swiper-container {
  position: relative;
}

.swiper-slide01 {
  height: unset !important;
  width: 33rem;
}

.swiper-wrapper {
  height: unset !important;
  align-items: stretch !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
@media (min-width: 560px) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    width: 26.82px;
    height: 26.82px;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  transform: scale(-1, 1);
}
@media (min-width: 560px) {
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    width: 26.82px;
    height: 26.82px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  height: 1.8rem;
}
@media (min-width: 560px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 26.82px;
  }
}

.pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
@media (min-width: 560px) {
  .pagination-area {
    margin-top: 35.76px;
  }
}

.swiper-pagination-current,
.swiper-pagination-total,
.swiper-pagination {
  font-family: "Prata", serif;
  font-size: 1.3rem;
}
@media (min-width: 560px) {
  .swiper-pagination-current,
  .swiper-pagination-total,
  .swiper-pagination {
    font-size: 19.37px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
  margin: 0 1.4rem;
}
@media (min-width: 560px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin: 0 20.86px;
  }
}

.item03-swiper-container {
  margin: 0 auto;
}
.item03-swiper-container .pagination-area {
  margin-top: 3.8rem;
}

.fadein-point {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 3s, visibility 3s;
  /* フェードイン時に入るクラス */
}
.fadein-point.js-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.feature-ribbn {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition-duration: 2s;
}
.feature-ribbn.scroll-in {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.js-box {
  display: none;
}

.campaign-link {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition-duration: 2s;
}
.campaign-link.scroll-in {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.map-arrow {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition-duration: 2s;
}
.map-arrow.scroll-in {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* モーダル */
.parent__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D6F3F6;
  transform: scaleY(2);
  transform-origin: bottom left;
  transition: all 1s;
}

.campaign-scroll-slide {
  margin-top: 2.3rem;
  display: flex;
}
@media (min-width: 560px) {
  .campaign-scroll-slide {
    margin-top: 34.347px;
  }
}
.campaign-scroll-slide__item {
  border: solid 1px #E3EBF2;
  border-radius: 2px;
  padding: 1.6rem 1.6rem 3.2rem;
  margin-right: 1.6rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__item {
    padding: 23.893px 23.893px 47.787px;
    margin-right: 23.893px;
  }
}
.campaign-scroll-slide__item:nth-of-type(3) {
  margin-right: 0;
}
.campaign-scroll-slide__item__img {
  width: 31.1rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__item__img {
    width: 464px;
  }
}
.campaign-scroll-slide__item__img img {
  width: 100%;
}
.campaign-scroll-slide__ttl {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__ttl {
    margin-top: 17.92px;
  }
}
.campaign-scroll-slide__ttl .ttl-lead {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__ttl .ttl-lead {
    font-size: 18px;
  }
}
.campaign-scroll-slide__ttl .ttl-lead:nth-of-type(3) {
  margin-top: 1rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__ttl .ttl-lead:nth-of-type(3) {
    margin-top: 14.933px;
  }
}
.campaign-scroll-slide__ttl .ttl-txt {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 1rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide__ttl .ttl-txt {
    font-size: 30px;
    margin-top: 14.933px;
  }
}
.campaign-scroll-slide .sub-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 1rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .sub-ttl {
    font-size: 21px;
    margin-top: 14.933px;
  }
}
.campaign-scroll-slide .txt {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 0.6rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .txt {
    font-size: 18px;
    margin-top: 8.96px;
  }
}
.campaign-scroll-slide .ceremony-area {
  margin-top: 0.9rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .ceremony-area {
    margin-top: 13.44px;
  }
}
.campaign-scroll-slide .ceremony-area:nth-of-type(2) {
  margin-top: 0.8rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .ceremony-area:nth-of-type(2) {
    margin-top: 11.947px;
  }
}
.campaign-scroll-slide .ceremony-area .request,
.campaign-scroll-slide .ceremony-area .period {
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #8B959E;
  border: solid 1px #8B959E;
  padding: 0.6rem;
  margin-right: 0.3rem;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .ceremony-area .request,
  .campaign-scroll-slide .ceremony-area .period {
    font-size: 15px;
    padding: 8.96px;
    margin-right: 4.48px;
  }
}
.campaign-scroll-slide .ceremony-area .txt {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (min-width: 560px) {
  .campaign-scroll-slide .ceremony-area .txt {
    font-size: 18px;
  }
}

.cont02__chapel-img .svg-anime {
  width: 20.1rem;
  position: absolute;
  top: -1.9rem;
  right: -2.3rem;
}
@media (min-width: 560px) {
  .cont02__chapel-img .svg-anime {
    width: 300px;
    top: -28.373px;
    right: -34.347px;
  }
}
.cont02__chapel-img .svg-anime svg {
  width: 100%;
}

.cont02__garden-img .svg-anime {
  width: 19.6rem;
  position: absolute;
  top: -4.7rem;
  right: -2.2rem;
}
@media (min-width: 560px) {
  .cont02__garden-img .svg-anime {
    width: 292px;
    top: -70.187px;
    right: -32.853px;
  }
}
.cont02__garden-img .svg-anime svg {
  width: 100%;
}

.party {
  position: relative;
}
.party .svg-anime {
  width: 11.6rem;
  position: absolute;
  top: -0.75rem;
  right: -2.9rem;
}
@media (min-width: 560px) {
  .party .svg-anime {
    width: 173px;
    top: -11.2px;
    right: -43.307px;
  }
}
.party .svg-anime svg {
  width: 100%;
}

.private {
  position: relative;
}
.private .svg-anime {
  width: 16rem;
  position: absolute;
  top: -1.8rem;
  right: -2.8rem;
}
@media (min-width: 560px) {
  .private .svg-anime {
    width: 239px;
    top: -26.88px;
    right: -41.813px;
  }
}
.private .svg-anime svg {
  width: 100%;
}

.theme {
  position: relative;
}
.theme .svg-anime {
  width: 12rem;
  position: absolute;
  bottom: -4.1rem;
  right: 0.54rem;
}
@media (min-width: 560px) {
  .theme .svg-anime {
    width: 179px;
    bottom: -61.227px;
    right: 8.064px;
  }
}
.theme .svg-anime svg {
  width: 100%;
}

.pc-bg {
  display: none;
}
@media (min-width: 560px) {
  .pc-bg {
    background-image: url(../img/pc_bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pc-bg picture {
    width: 100%;
    height: 100%;
  }
  .pc-bg picture img {
    width: 100%;
    height: 100%;
  }
}

.header {
  position: relative;
}
.header .logo {
  display: block;
  width: 18.7rem;
  height: 7.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .header .logo {
    width: 278.63px;
    height: 111.75px;
  }
}
.header .logo img {
  width: 100%;
}
.header .feature-ribbn {
  width: 25.8rem;
  position: absolute;
  top: 3.7rem;
  left: -3.2rem;
  z-index: 2;
}
@media (min-width: 560px) {
  .header .feature-ribbn {
    width: 384.42px;
    top: 55.13px;
    left: -47.68px;
  }
}
.header .feature-ribbn img {
  width: 100%;
}

.footer {
  margin-top: 4.8rem;
  background-color: #94D1D9;
  padding: 2.8rem 0;
}
@media (min-width: 560px) {
  .footer {
    margin-top: px(48);
    padding: px(28) 0;
  }
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: normal;
}
@media (min-width: 560px) {
  .footer small {
    font-size: px(12);
  }
}

.body {
  position: relative;
  background: #4d4949;
}
.body .cv-wrap {
  position: fixed;
  bottom: 0;
  right: -2.6rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media (min-width: 560px) {
  .body .cv-wrap {
    top: 886.55px;
    right: -387.4px;
  }
}
.body .cv-wrap.js-block {
  opacity: 1;
  visibility: visible;
}
.body .cv-btn {
  display: inline-block;
  width: 15.2rem;
}
@media (min-width: 560px) {
  .body .cv-btn {
    width: 226.48px;
  }
}
.body .cv-btn img {
  width: 100%;
}
.body .main .nav {
  display: none;
}
@media (min-width: 1200px) {
  .body .main .nav {
    display: block;
    position: fixed;
    bottom: 2.0833333333vw;
    left: 2.0833333333vw;
    width: 286px;
  }
  .body .main .nav__list::before {
    display: inline-block;
    content: "";
    background-image: url(../img/faire-obj.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 286px;
    height: 5px;
  }
  .body .main .nav__list::after {
    display: inline-block;
    content: "";
    background-image: url(../img/faire-obj.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 286px;
    height: 5px;
  }
  .body .main .nav__list__item {
    margin-left: 23px;
  }
  .body .main .nav__list__item a {
    font-size: 17px;
    line-height: 2.21rem;
    color: #8B959E;
    position: relative;
  }
  .body .main .nav__list__item a:hover {
    color: #595959;
  }
  .body .main .nav__list__item:first-child {
    margin-top: 8px;
  }
  .body .main .nav__list__item:first-child a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #8B959E;
    position: absolute;
    top: 7px;
    left: -14px;
  }
  .body .main .nav__list__item:not(:first-child) {
    margin-top: 1.3rem;
  }
  .body .main .nav__list__item:last-child {
    margin-bottom: 2px;
  }
  .body .main .nav__list .nav-category {
    position: relative;
    text-indent: 1em;
  }
  .body .main .nav__list .nav-category a::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #8B959E;
    position: absolute;
    top: 8px;
    left: -14px;
  }
  .body .main .nav .faire-pc {
    display: none;
  }
}
@media (min-width: 1200px) and (min-width: 560px) {
  .body .main .nav .faire-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/faire-bg_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 286px;
    height: 172px;
    position: relative;
    margin-top: 30px;
  }
  .body .main .nav .faire-pc::after {
    content: "";
    /*background-image: url(../img/faire-pc.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    width: 97px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -19px;
  }
}
@media (min-width: 1200px) {
  .body .main .nav .faire-pc__lead {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.8px;
    text-align: center;
    display: inline-block;
  }
  .body .main .nav .faire-pc__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 238px;
    height: 56px;
    background-color: #32ACBC;
    border: solid 1px #C7A88D;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.15);
    margin-top: 16px;
  }
  .body .main .nav .faire-pc__btn .btn {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 160px;
    white-space: nowrap;
  }
  .body .main .nav .faire-pc__btn:hover {
    opacity: 0.5;
  }
}
.body .main .copy {
  display: none;
}
@media (min-width: 1200px) {
  .body .main .copy {
    display: block;
    font-size: 13px;
    letter-spacing: 1.82px;
    color: #C7A88D;
    position: fixed;
    bottom: 23.4375vw;
    right: -4.1145833333vw;
    transform: rotate(90deg);
  }
}
.body .main .mv {
  overflow: hidden;
  position: relative;
}
.body .main .mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(227,246,199, 0) 0%, rgba(227,246,199, 0) 40%,  rgba(227,246,199, 0.4) 70%);
  z-index: 1;
}
.body .main .mv__area {
  background-image: url(../img/mv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 37.5rem;
  height: 60.8rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .mv__area {
    width: 558.75px;
    height: 905.92px;
  }
}
.body .main .mv__ttl {
  width: 100%;
  height: auto;
  position: absolute;
  top: 3.7rem;
  left: 0;
  z-index: 1;
}
@media (min-width: 560px) {
  .body .main .mv__ttl {
    top: 55.13px;
  }
}
.body .main .mv__ttl img {
  width: 100%;
}
.body .main .cont01 {
  margin-top: 7rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont01 {
    margin-top: 104.3px;
  }
}
.body .main .cont01 .bg-area {
  background-image: url(../img/cont01_img01.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 37.5rem;
  height: 35.5rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont01 .bg-area {
    width: 558.75px;
    height: 545.745px;
  }
}
.body .main .cont01 .bg-area .copy-txt {
  width: 21.1rem;
  margin-left: 1.6rem;
  position: absolute;
  top: -3rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .bg-area .copy-txt {
    width: 314.39px;
    margin-left: 23.84px;
    top: -44.7px;
  }
}
.body .main .cont01 .bg-area .copy-txt img {
  width: 100%;
}
.body .main .cont01 .txt-area {
  margin: 3.2rem 2.4rem 0;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont01 .txt-area {
    margin: 47.68px 35.76px 0;
  }
}
.body .main .cont01 .txt-area::before {
  content: "";
  background-image: url(../img/cont01_top-obj.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.4rem;
  right: -4rem;
  display: inline-block;
  width: 33.5rem;
  height: 0.8rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .txt-area::before {
    top: -35.76px;
    right: -59.6px;
    width: 499.15px;
    height: 11.92px;
  }
}
.body .main .cont01 .txt-area::after {
  content: "";
  background-image: url(../img/cont01_bottom-obj.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.4rem;
  left: -4rem;
  display: inline-block;
  width: 33.5rem;
  height: 0.8rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .txt-area::after {
    bottom: -35.76px;
    left: -59.6px;
    width: 499.15px;
    height: 11.92px;
  }
}
.body .main .cont01 .img-area {
  margin-top: 4.8rem;
  position: relative;
}
.body .main .cont01 .img-area::before {
  content: "Studio &";
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.8rem;
  color: #B58E65;
  letter-spacing: 0.5em;
  line-height: 1em;
  transform: rotate(90deg);
  position: absolute;
  bottom: 10.5rem;
  left: 13.6rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .img-area::before {
    font-size: 11.92px;
    bottom: 156.45px;
    left: 202.64px;
  }
}
.body .main .cont01 .img-area::after {
  content: "Location";
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.8rem;
  color: #B58E65;
  letter-spacing: 0.5em;
  line-height: 1em;
  position: absolute;
  bottom: 6.53rem;
  left: 16.7rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .img-area::after {
    font-size: 11.92px;
    bottom: 97.297px;
    left: 248.83px;
  }
}
@media (min-width: 560px) {
  .body .main .cont01 .img-area {
    margin-top: 71.52px;
  }
}
.body .main .cont01 .img-area .img {
  overflow: hidden;
  position: relative;
}
.body .main .cont01 .img-area .img:first-child {
  width: 16.1rem;
  margin: 0 0 0 auto;
}
@media (min-width: 560px) {
  .body .main .cont01 .img-area .img:first-child {
    width: 239.89px;
  }
}
.body .main .cont01 .img-area .img:last-child {
  width: 12.6rem;
  margin: -4.1rem auto 0 0;
}
@media (min-width: 560px) {
  .body .main .cont01 .img-area .img:last-child {
    width: 187.74px;
    margin: -61.09px auto 0 0;
  }
}
.body .main .cont01 .img-area .img img {
  width: 100%;
}
.body .main .cont01 .bg-img {
  width: 37.5rem;
  height: 26.5rem;
  margin-top: 4.8rem;
}
@media (min-width: 560px) {
  .body .main .cont01 .bg-img {
    width: 558.75px;
    height: 394.85px;
    margin-top: 71.52px;
  }
}
.body .main .cont01 .bg-img img {
  width: 100%;
}
.body .main .cont02 {
  margin-top: 4.8rem;
}
@media (min-width: 560px) {
  .body .main .cont02 {
    margin-top: 71.52px;
  }
}
.body .main .cont02 .bg-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body .main .cont02 .bg-img .img {
  width: 37.5rem;
  height: 50.4rem;
  padding-top: 21rem;
  overflow: hidden;
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .img {
    width: 558.75px;
    height: 779.96px;
    padding-top: 312.9px;
  }
}
.body .main .cont02 .bg-img .img img {
  width: 100%;
}
.body .main .cont02 .bg-img .ttl-area {
  position: absolute;
  top: 7.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*アニメーションの開始から終了までを指定する*/
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .ttl-area {
    top: 107.28px;
  }
}
.body .main .cont02 .bg-img .ttl-area .sub-ttl {
  font-size: 1.6rem;
  line-height: 2.56rem;
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .ttl-area .sub-ttl {
    font-size: 23.84px;
    line-height: 38.144px;
  }
}
.body .main .cont02 .bg-img .ttl-area .ttl {
  font-size: 2.6rem;
  line-height: 3.9rem;
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .ttl-area .ttl {
    font-size: 38.74px;
    line-height: 58.11px;
  }
}
.body .main .cont02 .bg-img .ttl-area .ttl .l-txt {
  font-size: 3rem;
  line-height: 3.9rem;
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .ttl-area .ttl .l-txt {
    font-size: 44.7px;
    line-height: 58.11px;
  }
}
.body .main .cont02 .bg-img .ttl-area .line {
  width: 0.1rem;
  background-color: #595959;
  margin-top: 0.5rem;
  animation: line-anime 2s infinite;
  transition: all 0.5s;
}
@media (min-width: 560px) {
  .body .main .cont02 .bg-img .ttl-area .line {
    width: 1.49px;
    margin-top: 7.45px;
    animation: sp-line-anime 2s infinite;
  }
}
@keyframes line-anime {
  0% {
    opacity: 0;
    height: 0;
  }
  80% {
    opacity: 1;
    height: 6rem;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sp-line-anime {
  0% {
    opacity: 0;
    height: 0;
  }
  80% {
    opacity: 1;
    height: 89.4px;
  }
  100% {
    opacity: 0;
  }
}
.body .main .cont02 .bg-img.js_fixed {
  position: fixed;
  top: 0;
}
.body .main .cont02__list {
  padding-top: 7.2rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont02__list {
    padding-top: 57.28px;
  }
}
.body .main .cont02__list__item {
  position: relative;
  z-index: 1;
}
.body .main .cont02__list__item::before {
  content: "";
  width: 29rem;
  height: 110.5rem;
  background-color: #F8F5F0;
  position: absolute;
  top: -7.2rem;
  left: -1.6rem;
  z-index: -1;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item::before {
    width: 432.1px;
    height: 1257.15px;
    left: -23.84px;
  }
}
.body .main .cont02__list__item__mv-area {
  position: relative;
}
.body .main .cont02__list__item__mv-area::after {
  content: "";
  /*background-image: url(../img/cont02_list-num01.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 28.7rem;
  height: 23.6rem;
  position: absolute;
  top: -8rem;
  right: -1.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__mv-area::after {
    width: 427.63px;
    height: 351.64px;
    top: -119.2px;
    right: -23.84px;
  }
}
.body .main .cont02__list__item__mv-area .img {
  width: 34.3rem;
  margin-left: 1.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__mv-area .img {
    width: 511.07px;
    margin-left: 23.84px;
  }
}
.body .main .cont02__list__item__mv-area .img img {
  width: 100%;
}
.body .main .cont02__list__item__mv-area .sub-img {
  width: 29.5rem;
  position: absolute;
  top: 19.4rem;
  right: -9.3rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__mv-area .sub-img {
    width: 439.55px;
    top: 289.06px;
    right: -138.57px;
  }
}
.body .main .cont02__list__item__mv-area .sub-img img {
  width: 100%;
}
.body .main .cont02__list__item__txt-area {
  margin-top: -3.2rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__txt-area {
    margin-top: -47.68px;
  }
}
.body .main .cont02__list__item__txt-area .list-ttl {
  font-size: 4.2rem;
  line-height: 5.46rem;
  letter-spacing: 0.08em;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__txt-area .list-ttl {
    font-size: 62.58px;
    line-height: 81.354px;
  }
}
.body .main .cont02__list__item__txt-area .sub-ttl {
  font-size: 1.6rem;
  line-height: 2.88rem;
  letter-spacing: 0.08em;
  color: #40454A;
  margin-top: 0.8rem;
  display: inline-block;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item__txt-area .sub-ttl {
    font-size: 23.84px;
    line-height: 42.912px;
    margin-top: 11.92px;
  }
}
.body .main .cont02__list__item__txt-area .txt {
  margin-top: 3.2rem;
}
.body .main .cont02__list__item .map-area {
  width: 29.6rem;
  margin: 4.8rem auto 0;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area {
    width: 441.04px;
    margin: 71.52px auto 0;
  }
}
.body .main .cont02__list__item .map-area::before {
  content: "";
  background-image: url(../img/new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.2rem;
  height: 7.8rem;
  position: absolute;
  top: 5.3rem;
  left: -1.4rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area::before {
    width: 196.68px;
    height: 116.22px;
    top: 78.97px;
    left: -20.86px;
  }
}
.body .main .cont02__list__item .map-area .map {
  width: 27.2rem;
  margin: 0 0 0 auto;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area .map {
    width: 405.28px;
  }
}
.body .main .cont02__list__item .map-area .map img {
  width: 100%;
}
.body .main .cont02__list__item .map-area .place {
  font-size: 1.5rem;
  line-height: 2.1rem;
  position: absolute;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area .place {
    font-size: 22.35px;
    line-height: 31.29px;
  }
}
.body .main .cont02__list__item .map-area .place:nth-of-type(1) {
  top: 12.5rem;
  right: 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area .place:nth-of-type(1) {
    top: 186.25px;
  }
}
.body .main .cont02__list__item .map-area .place:nth-of-type(2) {
  top: 20.3rem;
  left: 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area .place:nth-of-type(2) {
    top: 302.47px;
  }
}
.body .main .cont02__list__item .map-area .place:nth-of-type(3) {
  top: 30.1rem;
  left: 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .map-area .place:nth-of-type(3) {
    top: 448.49px;
  }
}
.body .main .cont02__list__item .renewal-area {
  margin-top: 6.5rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area {
    margin-top: 96.85px;
  }
}
.body .main .cont02__list__item .renewal-area .label {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.08rem;
  letter-spacing: 0.08em;
  background-color: #C7A88D;
  color: #ffffff;
  padding: 0.2rem 1rem 0 1.7rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .label {
    font-size: 19.37px;
    line-height: 30.992px;
    padding: 2.98px 14.9px 0 25.33px;
  }
}
.body .main .cont02__list__item .renewal-area .label::before {
  content: "";
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B58E65;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .label::before {
    width: 10.43px;
  }
}
.body .main .cont02__list__item .renewal-area .label + .label {
  margin-top: 0.4rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .label + .label {
    margin-top: 5.96px;
  }
}
.body .main .cont02__list__item .renewal-area .label-txt {
  display: block;
  font-size: 1.2rem;
  color: #B58E65;
  margin-top: 0.8rem;
  line-height: normal;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .label-txt {
    font-size: 17.88px;
    margin-top: 11.92px;
  }
}
.body .main .cont02__list__item .renewal-area .ttl {
  font-size: 2rem;
  line-height: 3rem;
  color: #40454A;
  margin-top: 0.8rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .ttl {
    font-size: 29.8px;
    line-height: 44.7px;
  }
}
.body .main .cont02__list__item .renewal-area .ttl .s-ttl {
  font-size: 1.2rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .ttl .s-ttl {
    font-size: 17.88px;
  }
}
.body .main .cont02__list__item .renewal-area .en-ttl {
  line-height: 2.1rem;
  margin-top: 0.8rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .en-ttl {
    line-height: 31.29px;
    margin-top: 11.92px;
  }
}
.body .main .cont02__list__item .renewal-area .img {
  width: 100%;
  margin-top: 2.4rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .img {
    margin-top: 35.76px;
  }
}
.body .main .cont02__list__item .renewal-area .img img {
  width: 100%;
}
.body .main .cont02__list__item .renewal-area .list-btn-txt::before {
  left: 4.4rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .list-btn-txt::before {
    left: 65.56px;
  }
}
.body .main .cont02__list__item .renewal-area .list-btn-txt::after {
  right: 4.4rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .renewal-area .list-btn-txt::after {
    right: 65.56px;
  }
}
.body .main .cont02__list__item .slide-list__item {
  margin-top: 2.4rem;
  background-color: #FFFFFF;
  border: solid 1px #F2EFE9;
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .slide-list__item {
    margin-top: 35.76px;
    padding: 35.76px 23.84px;
  }
}
.body .main .cont02__list__item .slide-list__item .ttl {
  font-size: 1.8rem;
  line-height: 3.24rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .slide-list__item .ttl {
    font-size: 26.82px;
    line-height: 48.276px;
  }
}
.body .main .cont02__list__item .slide-list__item .txt {
  font-size: 1.4rem;
  line-height: 2.52rem;
  margin-top: 1.2rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .slide-list__item .txt {
    font-size: 20.86px;
    line-height: 37.548px;
    margin-top: 17.88px;
  }
}
.body .main .cont02__list__item .slide-list__item .img {
  width: 26.2rem;
  margin: 1rem auto 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list__item .slide-list__item .img {
    width: 390.38px;
    margin: 14.9px auto 0;
  }
}
.body .main .cont02__list__item .slide-list__item .img img {
  width: 100%;
}
.body .main .cont02__list .item02 {
  margin-top: 19.7rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 {
    margin-top: 293.53px;
  }
}
.body .main .cont02__list .item02::before {
  content: "";
  width: 29rem;
  height: 144.1rem;
  background-color: #EFFBFC;
  position: absolute;
  top: -7.2rem;
  right: -1.6rem;
  left: unset;
  z-index: -1;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02::before {
    width: 432.1px;
    height: 2147.09px;
    top: -107.28px;
    right: -23.84px;
  }
}
.body .main .cont02__list .item02 .cont02__list__item__mv-area::after {
  content: "";
  background-image: url(../img/cont02_list-num02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30.4rem;
  height: 23.6rem;
  position: absolute;
  top: -9.9rem;
  right: -1.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .cont02__list__item__mv-area::after {
    width: 452.96px;
    height: 351.64px;
    top: -147.51px;
    right: -23.84px;
  }
}
.body .main .cont02__list .item02 .cont02__list__item__mv-area .img {
  margin: 0 auto 0 -1.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .cont02__list__item__mv-area .img {
    margin: 0 auto 0 -23.84px;
  }
}
.body .main .cont02__list .item02 .cont02__list__item__mv-area .sub-img {
  width: 28.4rem;
  top: 30.7rem;
  right: -6.1rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .cont02__list__item__mv-area .sub-img {
    width: 423.16px;
    top: 457.43px;
    right: -90.89px;
  }
}
.body .main .cont02__list .item02 .img-area {
  margin-top: 2.4rem;
  width: 34rem;
  height: 28.8rem;
  position: relative;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .img-area {
    margin-top: 35.76px;
    width: 506.6px;
    height: 429.12px;
  }
}
.body .main .cont02__list .item02 .img-area .left-img {
  width: 16.3rem;
  height: 19.9rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .img-area .left-img {
    width: 242.87px;
    height: 296.51px;
  }
}
.body .main .cont02__list .item02 .img-area .left-img img {
  width: 100%;
}
.body .main .cont02__list .item02 .img-area .right-img {
  width: 17.9rem;
  position: absolute;
  top: 4.3rem;
  right: 0;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item02 .img-area .right-img {
    width: 266.71px;
    top: 64.07px;
  }
}
.body .main .cont02__list .item02 .img-area .right-img img {
  width: 100%;
}
.body .main .cont02__list .item03 {
  margin-top: 12.2rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item03 {
    margin-top: 130.78px;
  }
}
.body .main .cont02__list .item03::before {
  height: 90.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item03::before {
    height: 1273.44px;
  }
}
.body .main .cont02__list .item03 .cont02__list__item__mv-area::after {
  content: "";
  background-image: url(../img/cont02_list-num03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30.4rem;
  height: 23.6rem;
  position: absolute;
  top: -11.5rem;
  right: -1.6rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item03 .cont02__list__item__mv-area::after {
    width: 452.96px;
    height: 351.64px;
    top: -171.35px;
    right: -23.84px;
  }
}
.body .main .cont02__list .item03 .item03-list {
  margin-top: 3.2rem;
}
@media (min-width: 560px) {
  .body .main .cont02__list .item03 .item03-list {
    margin-top: 47.68px;
  }
}
.body .main .cont02__list .item03 .item03-list-item {
  background-color: unset;
  border: unset;
  margin-top: 0;
  padding: 0;
}
.body .main .cont02__list .item03 .item03-list-item .img {
  margin: 0 auto;
}
.body .main .cont02__list .item03 .item03-list-item .img img {
  width: 100%;
}
.body .main .cont02__list .item03 .swiper-slide02 {
  transform: scale(0.71); /* 左右のスライドを小さくする */
  transition: 0.5s; /* ゆっくり小さくさせる */
}
.body .main .cont02__list .item03 .swiper-slide02 img {
  height: auto;
  width: 100%;
}
.body .main .cont02__list .item03 .swiper-slide02.swiper-slide-active {
  transform: scale(1.16); /* 中央のスライドは大きく */
  z-index: 1; /* 中央のスライドを一番上にする */
  transition: 0.7s; /* ゆっくり大きくさせる */
}
.body .main .cont03 {
  background-color: #EFFBFC;
  margin-top: 14.4rem;
  padding: 6rem 1.6rem;
  overflow: hidden;
}
@media (min-width: 560px) {
  .body .main .cont03 {
    margin-top: 214.56px;
    padding: 89.4px 23.84px;
  }
}
.body .main .cont03 .ttl-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .main .cont03 .ttl-area .ttl {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: normal;
  margin: 0 1.2rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .ttl-area .ttl {
    font-size: 50.66px;
    margin: 0 17.88px;
  }
}
.body .main .cont03 .ttl-area .ttl-line {
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background-color: #B58E65;
  position: relative;
  margin-top: -1rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .ttl-area .ttl-line {
    width: 44.7px;
    height: 1.49px;
    margin-top: -1.49px;
  }
}
.body .main .cont03 .ttl-area .ttl-line::after {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: #B58E65;
  position: absolute;
  top: 0.4rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .ttl-area .ttl-line::after {
    width: 44.7px;
    height: 1.49px;
    top: 5.96px;
  }
}
.body .main .cont03 .txt {
  width: 26.3rem;
  margin: 0.8rem auto 0;
}
@media (min-width: 560px) {
  .body .main .cont03 .txt {
    width: 391.87px;
    margin: 11.92px auto 0;
  }
}
.body .main .cont03 .others-list {
  display: flex;
  margin-top: 2.4rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list {
    margin-top: 35.76px;
  }
}
.body .main .cont03 .others-list__item .img {
  width: 31.1rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list__item .img {
    width: 463.39px;
  }
}
.body .main .cont03 .others-list__item .img img {
  width: 100%;
}
.body .main .cont03 .others-list__item__place {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3rem;
  margin-top: 1.6rem;
  text-align: center;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list__item__place {
    font-size: 29.8px;
    line-height: 44.7px;
    margin-top: 23.84px;
  }
}
.body .main .cont03 .others-list__item .en-txt {
  display: block;
  font-size: 1.2rem;
  line-height: 2.16rem;
  text-align: center;
  color: #8B959E;
  margin-top: 0.8rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list__item .en-txt {
    font-size: 17.88px;
    line-height: 32.184px;
    margin-top: 11.92px;
  }
}
.body .main .cont03 .others-list__item .jp-txt {
  display: block;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.16rem;
  color: #8B959E;
  text-align: center;
  margin-top: -0.4rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list__item .jp-txt {
    font-size: 14.9px;
    line-height: 32.184px;
    margin-top: -5.96px;
  }
}
.body .main .cont03 .others-list__item:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 560px) {
  .body .main .cont03 .others-list__item:not(:last-child) {
    margin-right: 14.9px;
  }
}
.body .main .cont04 .img {
  width: 100%;
}
.body .main .cont04 .img img {
  width: 100%;
}
.body .main .cont04 .faire {
  margin-top: -12rem;
}
@media (min-width: 560px) {
  .body .main .cont04 .faire {
    margin-top: -17.88px;
  }
}/*# sourceMappingURL=style.css.map */


.body .main .shop {
  margin-top: 2rem;
  padding-top: 5rem;
}
.body .main .shop__table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}
.body .main .shop__table tr:nth-of-type(odd) {
  background-color: #F8F5F0;
}
.body .main .shop__table th,
.body .main .shop__table td {
  border: solid 1px #ddd9d2;
  vertical-align: middle;
}
.body .main .shop__table th {
  width:  25%;
  padding: 1rem;
  color: #B58E65;
  text-align: left;
}
.body .main .shop__table td {
  width:  75%;
  padding: 1.5rem;
}
.body .main .shop__item {
  margin-bottom: .6em;
}
.body .main .shop__item:last-child {
  margin-bottom: 0;
}
.body .main .shop__item a {
  color: #595959;
  text-decoration: underline;
}
@media (min-width: 560px) {
  .body .main .shop {
    margin-top: 0;
    padding-top: 30px;
  }
  .body .main .shop__table {
    font-size: 14px;
  }
  .body .main .shop__table th {
    padding: 10px;
  }
  .body .main .shop__table td {
    padding: 20px;
  }
  .body .main .shop__item a:hover,
  .body .main .shop__item a:active {
    opacity: .8;
    text-decoration: none;
  }
}
