@charset "utf-8";

/* ==============================


base


=================================*/

#anchor01,
#anchor02,
#anchor03,
#anchor04 {
  padding-top: 80px;
  margin-top: -80px;
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #faf5f5;
  background-image: url(/lp/new_stores/takanawa/imgs/bg-tile.png);
  background-size: 160px 160px;
  color: #000;
  letter-spacing: 0.02em;
  overflow: hidden;
}

main p {
  line-height: 2;
}

main img {
  width: 100%;
  max-width: 100%;
}

main section {
  position: relative;
}

main section:nth-of-type(1) {
  z-index: 6;
}

main section:nth-of-type(2) {
  z-index: 5;
}

main section:nth-of-type(3) {
  z-index: 4;
}

main section:nth-of-type(4) {
  z-index: 3;
}

main section:nth-of-type(5) {
  z-index: 2;
}

main section:nth-of-type(6) {
  z-index: 1;
}


main :visited {
  color: #24292D;
}


.h3__ {
  max-width: 830px;
  width: 90%;
  margin: 0 auto 70px;
}

.h3__ p {
  font-size: 10px;
  text-align: right;
  margin-top: 1px;
  color: #818181;
}

.inner__ {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}

h3 {
  width: 100%;
  max-width: 830px;
  font-size: 14px;
  margin: 0 auto 50px;
}

h3 span {
  color: #24292D;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-size: 54px;
  padding-right: 10px;
}

h4 {
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

h4 span {
  font-family: "Syncopate", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #24292D;
  padding-right: 10px;
}


h5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #24292D;
}


.cmn-bth {
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E62113;
  color: #fff !important;
  font-size: 14px;
  margin: 0 auto;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0px 0px 8px 0px rgba(144, 125, 102, 0.16);
}

.cmn-bth.wh-b {
  background-color: #fff;
  color: #000 !important;
}

.cmn-bth::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5%;
  width: 36px;
  height: 6px;
  background: url(/lp/new_stores/takanawa/imgs/btn-arrow-w.png) no-repeat center center/contain;
}

.cmn-bth.wh-b::before {
  background: url(/lp/new_stores/takanawa/imgs/btn-arrow-b.png) no-repeat center center/contain;
}

.cmn-bth:hover {
  background-color: #000;
  color: #fff !important;
}

.cmn-bth.wh-b:hover::before {
  background: url(/lp/new_stores/takanawa/imgs/btn-arrow-w.png) no-repeat center center/contain;
}

.t-pagetop {
  z-index: 10;
}

@media screen and (max-width: 767px) {

  main {
    background-image: url(/lp/new_stores/takanawa/imgs/bg-tile_sp.png);
    background-size: 65px 65px;
  }

  .inner__ {
    max-width: 450px;
  }

  .h3__ {
    max-width: 450px;
    margin: 0 auto 30px;
  }


  h3 {
    width: 100%;
    margin: 0 auto clamp(0px, 8vw, 30px);
  }

  h3 span {
    font-weight: 400;
    font-size: clamp(10px, 9.6vw, 36px);
    padding-right: 0px;
  }

  h4 {
    font-size: clamp(10px, 3.7vw, 14px);
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  h4 span {
    font-size: clamp(14px, 6.4vw, 24px);
    padding-right: clamp(0px, 2.7vw, 10px);
  }


  h5 {
    font-size: clamp(10px, 4.5vw, 17px);
    font-weight: bold;
    letter-spacing: normal;
  }

  h5.tit {
    font-size: clamp(10px, 4.5vw, 16px);
  }

  h5.tit span {
    letter-spacing: -0.09em;
  }


  .cmn-bth {
    max-width: 350px;
  }



  .cmn-bth.wh-b {
    letter-spacing: normal;
    font-size: clamp(10px, 3.7vw, 14px);
    padding-right: clamp(0px, 9vw, 30px);
  }

  .cmn-bth::before {
    right: 5%;
    width: clamp(0px, 9.6vw, 36px);
    height: clamp(0px, 1.6vw, 6px);
  }


}

/* ==============================


parts


=================================*/
.f-syn,
.f-syn * {
  font-family: "Syncopate", sans-serif;
}

.f-mon,
.f-mon * {
  font-family: "Montserrat", sans-serif;
}

.f-a-btn,
.f-a-btn * {
  text-decoration: underline;
  color: #24292D;
  font-weight: 800;
  cursor: pointer;
}

.f-a-btn:hover,
.f-a-btn:hover * {
  text-decoration: none;
  color: #24292D;
}

/* ==============================


kv


=================================*/

.kv {
  width: 100vw;
  margin-bottom: 130px;
}

.kv h1 {
  margin-bottom: 10px;
  height: 44vw;
}


.news {
  display: flex;
  align-items: center;
  max-width: 830px;
  width: 90%;
  min-height: 55px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 5%;
  gap: 25px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(144, 125, 102, 0.16);
}

.news p:nth-of-type(1) {
  font-family: "Syncopate", sans-serif;
  font-size: 26px;
  color: #6C6864;
  line-height: 1;
  padding-top: 3px;
}

.news p:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  padding-top: 2px;
}

.news p:nth-of-type(3) {
  font-size: 14px;
  width: 65%;
  line-height: 1.4;
}


@media screen and (max-width: 767px) {

  .kv {
    margin-bottom: 30px;
  }

  .kv h1 {
    height: 95vw;
  }


  .news {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 380px;
    width: 90%;
    min-height: inherit;
    margin: 0 auto;
    padding: 17px 5%;
    gap: 0px;
  }

  .news p:nth-of-type(1) {
    font-size: 24px;
    padding-top: 0px;
    margin-bottom: 10px;
  }

  .news p:nth-of-type(2) {
    padding-top: 0px;
    margin-bottom: 5px;
  }

  .news p:nth-of-type(3) {
    font-size: 12px;
    width: 100%;
  }
}

/* ==============================


sec01


=================================*/


.sec01 {
  margin-bottom: 160px;
}

.sec01 h2 {
  display: block;
  font-size: clamp(12px, 2.5vw, 20px);
  max-width: 830px;
  width: 90%;
  margin: 0 auto 180px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}


@media screen and (max-width: 767px) {

  .sec01 {
    margin-bottom: 120px;
  }

  .sec01 h2 {
    font-size: clamp(10px, 3.5vw, 14px);
    max-width: 380px;
    margin-bottom: 80px;
    letter-spacing: normal;
  }


}

/* --- slider -------------------------------- */

.sec01__slide * {
  transition: all 1s ease;
}

.slick-list {
  overflow-x: clip !important;
  overflow-y: inherit !important;
}

.sec01__slide_ctr {
  margin-bottom: 30px;
  min-height: 470px;
}

.sec01__slide_ctr a,
.sec01__slide_ctr_sp a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  opacity: 1;
  color: #000;
  text-align: center;
  transition: opacity 0.3s ease;
}

.sec01__slide_ctr span,
.sec01__slide_ctr_sp span {
  font-weight: bold;
  font-size: 1.2em;
}

.sec01__slide_ctr a:hover {
  opacity: 0.6;
  color: #000;
}

.sec01__slide_ctr .slick-slide {
  background-color: #fff;
  width: clamp(0px, 42.65vw, 580px);
  height: clamp(0px, 42.65vw, 580px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(0.7) translate(0px, 25.54vw);
  box-shadow: 0px 0px 20px 0px rgba(144, 125, 102, 0.16);
}

.sec01__slide_ctr .slick-slide p:nth-of-type(1) {
  font-size: clamp(17px, 2.06vw, 28px);
  line-height: 1;
  margin-bottom: clamp(0px, 2.21vw, 30px);

}

.sec01__slide_ctr .slick-slide p:nth-of-type(2) {
  opacity: 0;
  font-size: clamp(10px, 1.18vw, 16px);
  width: 60%;
  margin-bottom: -50px;
  text-align: center;
}

.sec01__slide_ctr .slick-slide img {
  width: clamp(0px, 25vw, 340px);
  margin-bottom: clamp(0px, 1.84vw, 25px);
}


.arrow_box-01 {
  justify-content: center;
}

@media screen and (max-width: 767px) {

  .sec01__slide_ctr_sp li:not(:nth-last-of-type(1)) {
    margin-bottom: 30px;
  }

  .sec01__slide_ctr_sp li div {
    background-color: #fff;
    width: clamp(0px, 80vw, 300px);
    height: clamp(0px, 80vw, 300px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px rgba(144, 125, 102, 0.16);
    margin: 0 auto 20px;
    position: relative;
  }

  .sec01__slide_ctr_sp li div::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(/lp/new_stores/takanawa/imgs/slider-solid_sp.svg) no-repeat center center/contain;
  }

  .sec01__slide_ctr_sp li div p {
    font-size: clamp(10px, 4.3vw, 16px);
    margin-bottom: 20px;
  }

  .sec01__slide_ctr_sp li div img {
    width: clamp(0px, 53.3vw, 200px);
    margin-bottom: 20px;
  }

  .sec01__slide_ctr_sp li>p {
    font-size: clamp(10px, 3.7vw, 14px);
    text-align: center;
  }

  .sec01__slide_ctr_sp li a>p {
    font-size: clamp(10px, 3.7vw, 14px);
  }


}

/* ---slider active -------------------------------- */

.sec01__slide_ctr .slick-slide.slick-current {
  transform: scale(1) translate(0px, 0px);
}


.sec01__slide_ctr .slick-slide.slick-current p:nth-of-type(2) {
  opacity: 1;
  margin-bottom: 0px;
}



/* --- slider solid -------------------------------- */


.slick-active .progress {
  animation: draw 15s linear forwards;
  transform-origin: center;
  opacity: 1;
  transition: opacity 1s ease;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.progress-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.progress,
.progress-ring,
.progress-wrapper {
  opacity: 0;
  transition: opacity 3s ease;
}

.slick-active .progress,
.slick-active .progress-ring,
.slick-active .progress-wrapper {
  opacity: 1;
  transition: opacity 3s ease;
}

/* ==============================


sec02


=================================*/
.sec02 {
  margin-bottom: 150px;
}

.sec02__slogan {
  margin-bottom: 70px;
}



.sec02__slogan p {
  font-size: 16px;
}

.sec02__event01 {
  margin-bottom: 70px;
}


.sec02__event01>p,
.sec02__event02>p {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1;
}

.sec02__event01_ctr {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sec02__event01_ctr>li {
  width: 50%;
}

.sec02__event01_ctr>li>img {
  margin-bottom: 10px;
}

.sec02__event01_ctr>li>p:nth-of-type(1) {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1;
}

.sec02__event01_ctr>li>p:nth-of-type(2) {
  font-size: 24px;
  color: #24292D;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 100px;
  }

  .sec02__slogan {
    margin-bottom: 60px;
  }


  .sec02__event01 {
    margin-bottom: 40px;
  }


  .sec02__event01>p,
  .sec02__event02>p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec02__event01_ctr {
    flex-direction: column;
    gap: 30px;
  }

  .sec02__event01_ctr>li {
    width: 100%;
  }

  .sec02__event01_ctr>li>img {
    margin-bottom: 10px;
  }

  .sec02__event01_ctr>li>p:nth-of-type(2) {
    font-size: 16px;
  }
}

/* --- event02 slider -------------------------------- */

.sec02__event02>p,
.arrow_box {
  width: 90%;
  max-width: 830px;
  margin: 0 auto 30px;
}

.sec02__event02_ctr li img {
  margin-bottom: 7px;
}

.sec02__event02_ctr li p:nth-of-type(1) {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
}

.sec02__event02_ctr li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.8;
}

.sec02__event02_ctr {
  margin-bottom: 30px;
}

.sec02__event02_ctr .slick-slide {
  margin-right: 25px;
  width: 260px !important;
}

.sec02__event02_ctr .slick-track {
  margin: 0 calc((100vw - 830px) / 2);
}

.arrow_box {
  display: flex;
  gap: 20px;
}

.arrow_box>div {
  position: relative;
  cursor: pointer;
  opacity: 1;
}

.arrow_box>div:hover {
  opacity: 0.6;
}

.arrow_box>div::before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
}

.arrow_box .prev-arrow::before {
  background: url(/lp/new_stores/takanawa/imgs/slider__icon-l.png) no-repeat center center/contain;
}

.arrow_box .next-arrow::before {
  background: url(/lp/new_stores/takanawa/imgs/slider__icon-r.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec02__event02_ctr .slick-track {
    margin: 0 5%;
  }
}


@media screen and (max-width: 767px) {

  .sec02__event02>p,
  .arrow_box {
    margin: 0 auto 20px;
  }

  .sec02__event02_ctr li p:nth-of-type(2) {
    font-size: 14px;
  }


  .sec02__event02_ctr .slick-slide {
    margin-right: 15px;
    width: 150px !important;
  }

  .sec02__event02_ctr .slick-track {
    margin: 0 5%;
  }

  .arrow_box>div::before {
    width: 45px;
    height: 45px;
  }

  .arrow_box .prev-arrow::before {
    background: url(/lp/new_stores/takanawa/imgs/slider__icon-l_sp.png) no-repeat center center/contain;
  }

  .arrow_box .next-arrow::before {
    background: url(/lp/new_stores/takanawa/imgs/slider__icon-r_sp.png) no-repeat center center/contain;
  }

}

/* ==============================


sec03


=================================*/

.sec03 {
  margin-bottom: 200px;
}


.sec03__kv-copy {
  font-size: 16px;
  margin-bottom: 70px;
}

.sec03__kv-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3%;
  margin-bottom: 100px;
}


.sec03__kv-sub li {
  max-width: 260px;
  width: 31.3%;
}

.sec03__kv-sub li img {
  margin-bottom: 15px;
}

.sec03__kv-sub li p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: clamp(10px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1;
}

.sec03__kv-sub li p:nth-of-type(2) {
  font-size: clamp(10px, 1.6vw, 16px);
}


@media screen and (max-width: 767px) {

  .sec03 {
    margin-bottom: 100px;
  }


  .sec03__kv-copy {
    margin-bottom: 60px;
  }

  .sec03__kv-sub {
    justify-content: space-between;
    gap: 30px 0;
    margin-bottom: 80px;
  }


  .sec03__kv-sub li {
    max-width: 260px;
    width: 47%;
  }

  .sec03__kv-sub li img {
    margin-bottom: 10px;
  }

  .sec03__kv-sub li p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: clamp(10px, 3.7vw, 14px);
  }

  .sec03__kv-sub li p:nth-of-type(2) {
    font-size: clamp(10px, 3.7vw, 14px);
  }


}

/* --- how to -------------------------------- */

.sec03__how {
  margin-bottom: 100px;
}

.sec03__how-ctr {
  color: #fff;
  position: relative;
}

.sec03__how-ctr:not(:last-child) {
  margin-bottom: 30px;
}

.sec03__how-ctr>p {
  font-size: 14px;
  padding: 5px 25px 0;
  display: inline-block;
  border-radius: 6px 6px 0px 0px;
}

.sec03__how-ctr>div {
  padding: 40px 7.5%;
  border-radius: 0px 6px 6px 6px;
}

.sec03__how-ctr>div p {
  font-size: 16px;
}

.sec03__how-ctr>div p.kome {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.sec03__how-ctr>div>div {
  margin-bottom: 20px;
}

.sec03__how-ctr>div>div img {
  width: 100%;
  max-width: 750px;
}

.sec03__how-ctr:nth-of-type(1)>p,
.sec03__how-ctr:nth-of-type(1)>div {
  background-color: #E62113;
}

.sec03__how-ctr:nth-of-type(2)>p,
.sec03__how-ctr:nth-of-type(2)>div {
  background-color: #F08650;
}

.sec03__how-ctr:nth-of-type(3)>p,
.sec03__how-ctr:nth-of-type(3)>div {
  background-color: #B2D46A;
}

@media screen and (max-width: 767px) {

  .sec03__how {
    margin-bottom: 80px;
  }

  .sec03__how-ctr>p {
    padding: 5px 20px 0;
  }

  .sec03__how-ctr>div {
    padding: 25px 10%;
  }

  .sec03__how-ctr>div p {
    font-size: 14px;
  }

  .sec03__how-ctr>div>div {
    margin-bottom: 15px;
    text-align: center;
  }

  .sec03__how-ctr>div>div img {
    max-width: 300px;
  }

  .sec03__how_ctr_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}

/* --- slide -------------------------------- */

.arrow_box-03 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  justify-content: space-between;
  width: 70%;
  max-width: 580px;
}

.slide-arrow {
  opacity: 1;
}

.slide-arrow.slick-disabled,
.slide-arrow.slick-disabled:hover {
  opacity: 0.3;
  cursor: auto;
}

.arrow_box-03>div::before {
  width: 38px;
  height: 38px;

}

.arrow_box-03 .prev-arrow::before {
  background: url(/lp/new_stores/takanawa/imgs/slider__icon-l_sp.png) no-repeat center center/contain;
}

.arrow_box-03 .next-arrow::before {
  background: url(/lp/new_stores/takanawa/imgs/slider__icon-r_sp.png) no-repeat center center/contain;
}


/* --- caution -------------------------------- */
.sec03__caution {
  margin-bottom: 100px;
  font-size: 16px;
}

.sec03__caution ul li {
  padding-left: 1.8em;
  text-indent: -1.8em;
  margin-bottom: 10px;
  line-height: 1.8;
}

.sec03__caution ul li:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.sec03__caution-link {
  display: flex;
  gap: 20px;
}

.sec03__caution-grid p {
  font-size: 16px;
}

.sec03__caution-grid p:nth-of-type(1) {
  margin-bottom: 20px;
}

.sec03__caution-grid p:nth-of-type(2) {
  padding-left: 1em;
  text-indent: -1em;
}

.sec03__caution-grid div {
  margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
  .sec03__caution {
    font-size: 14px;
  }

  .sec03__caution ul li {
    margin-bottom: 20px;
  }


  .sec03__caution-link {
    gap: 15px;
  }

  .sec03__caution-grid p:nth-of-type(2) {
    font-size: 14px;
  }

  /* --- glid -------------------------------- */
  .glid {
    width: 110%;
    margin-left: -5%;
    overflow-x: scroll;
  }

  .glid img {
    width: 830px;
    max-width: inherit;
    padding: 0 5%;
  }
}

/* --- contact -------------------------------- */

.sec03__contact {
  margin-bottom: 100px;
}

.sec03__contact h4 {
  margin-bottom: 5px;
}


.sec03__contact a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {

  .sec03__contact {
    margin-bottom: 60px;
  }

  .sec03__contact a {
    font-size: clamp(10px, 4.3vw, 16px);
  }

}

/* ==============================


sec04


=================================*/
.sec04 {
  margin-bottom: 200px;
}




.sec04__h4-p {
  font-size: 16px;
  margin-bottom: 60px;
}

.sec04__h4-kome {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 2.2;
}

.sec04__h4-kome li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec04__h4-kome-op {
  width: 100%;
  height: 84px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
  background-color: rgba(245, 243, 242, 0.7);
  padding: 0 5%;
}

.sec04__h4-kome-op p {
  line-height: 1.6;
}

.sec04__grid {
  margin-bottom: 75px;
}

.sec04__grid div {
  margin-bottom: 20px;
}

.sec04__grid p {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}


.sec04_map iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.sec04_map li {
  font-size: 16px;
  padding-left: 5.2em;
  text-indent: -5.2em;
  margin-bottom: 10px;
  letter-spacing: normal;
}



.sec04__icon {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  max-width: 830px;
  width: 90%;
  margin: 0 auto 80px;
}

.sec04__icon li {
  height: clamp(0px, 30vw, 260px);
  width: clamp(0px, 30vw, 260px);
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec04__icon li img {
  max-width: clamp(0px, 7.3vw, 55px);
  margin-bottom: clamp(0px, 2vw, 15px);

}

.sec04__icon li p {
  font-size: clamp(10px, 2.1vw, 16px);
}


@media screen and (max-width: 767px) {

  .sec04 {
    margin-bottom: 120px;
  }




  .sec04__h4-kome {
    font-size: 14px;
    margin-bottom: 60px;
  }


  .sec04__h4-kome-op {
    height: 84px;
    font-size: 14px;
    margin-bottom: 80px;

  }

  .sec04__grid {
    margin-bottom: 60px;
  }



  .sec04_map iframe {
    height: 190px;
  }

  .sec04_map li {
    font-size: 14px;
  }

  .sec04_map li:nth-last-of-type(1) {
    letter-spacing: -0.02em;
  }

  .sec04__icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .sec04__icon li {
    height: clamp(0px, 67vw, 260px);
    width: clamp(0px, 67vw, 260px);
  }

  .sec04__icon li img {
    max-width: clamp(0px, 14.7vw, 55px);
    margin-bottom: 20px;
  }

  .sec04__icon li p {
    font-size: clamp(10px, 4.3vw, 16px);
  }

}

/* ==============================


sec05


=================================*/
.sec05 .h3__ {
  margin-bottom: 0;
}

.sec05 h3 {
  margin-bottom: 30px;
}

.sec05 dl {
  margin-bottom: 20px;
  font-size: 16px;
}

.sec05 dl:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sec05 dl dt {
  position: relative;
  cursor: pointer;
  padding: 15px 13% 15px calc(5% + 3em);
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 8px 0px rgba(144, 125, 102, 0.16);
}

.sec05 dl dt::after {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #24292D;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-size: 36px;
}


.sec05 dl dt::before {
  content: '';
  width: 18px;
  height: 18px;
  margin-top: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  right: 5%;
  transition: 0.35s;
}

.sec05 dl dt.active::before {
  transform: translateY(-10%) rotate(-45deg);
}


.sec05 dl dd {
  padding: 20px 5%;
}


.base-day {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  padding: 200px 0 10px;
  font-size: 10px;
  color: #818181;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {


  .sec05 h3 {
    margin-bottom: 30px;
  }

  .sec05 dl {
    font-size: 14px;
  }

  .sec05 dl:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .sec05 dl dt {
    padding: 15px 15% 15px calc(6% + 3em);
  }

  .sec05 dl dt::after {
    left: 6%;
    top: 54%;
    font-size: 28px;
  }


  .sec05 dl dt::before {
    width: 10px;
    height: 10px;
    top: 457;
    right: 7%;
  }


  .sec05 dl dd {
    padding: 15px 7%;
  }


  .base-day {
    padding: 120px 0 10px;
  }
}




/* ==============================


調整


=================================*/

.sec03__kv-copy,
.sec04__h4-p,
.sec02__slogan p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {

  .sec03__kv-copy,
  .sec04__h4-p,
  .sec02__slogan p {
    font-size: clamp(10px, 3.7vw, 14px);
  }

}

/* ==============================


display none


=================================*/

/*::::::::::::pc用::::::::::::*/
@media screen and (min-width: 1101px) {
  .pad_non {
    display: none !important;
  }

  .sp_non {
    display: none !important;
  }

  .pad-sp_non {
    display: none !important;
  }
}

/*::::::::::::pad用::::::::::::*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc_non {
    display: none !important;
  }

  .sp_non {
    display: none !important;
  }

  .pc-sp_non {
    display: none !important;
  }
}

/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 767px) {
  .pc_non {
    display: none !important;
  }

  .pad_non {
    display: none !important;
  }

  .pc-pad_non {
    display: none !important;
  }
}