@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-origin: border-box;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-VF.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-VariableFont_wght.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Maru Gothic Pro";
  /* src: url("../font/HiraMaruProN-W4-AlphaNum.woff2") format("woff2"), url("../font/HiraMaruProN-W4-AlphaNum.woff") format("woff"); */
  src: url("../font/Hiragino_Maru_Gothic_ProN_W4.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #311B08;
  --color-secondary: #fef4e5;
  --color-tertiary: #333;
  --color-h3: #4E4E4E;
  --color-white: #fff;
  --color-blue: #1395C9;
  --color-title:#32589F;
  --color-sub-title:#37BBB1;
  --color-red:#EA5D6C;
  --font-noto-san: "Noto Serif JP";
  --font-noto-san-cjk: "Noto Sans CJK JP";
  --font-hiragino: "Hiragino Maru Gothic Pro";
  font-size: 10px;
}
html {
  scroll-behavior: smooth;
  line-height: 0;
}
body {
  display: block;
  overflow-x: hidden;
  width: 100%;
  font-style: normal;
}
p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-tertiary);
}
/*====================================*/
/* base contents */
/*====================================*/
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
ul li {
  color: currentColor;
}
img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
h2,
h3,
h4,
p {
  line-height: 1.8;
}
.animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: relative;
}

.slide-up {
  transform: translateY(100px);
}

.slide-down {
  transform: translateY(-100px);
}

.slide-left {
  transform: translateX(100px);
}

.slide-right {
  transform: translateX(-100px);
}

.animate.active {
  opacity: 1;
  transform: translate(0, 0);
}
.mt-108 {
  margin-top: 108px !important;
}
small {
  font-size: 1.2rem;
}
@media (min-width: 1079.98px) {
  small {
    font-size: 1.4rem;
  }
}
.fl_row {
  display: flex;
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex_start {
  justify-content: flex-start !important;
}
.fl_col {
  display: flex;
  flex-direction: column !important;
}
.mt_16 {
  margin-top: 16px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.text-right {
  text-align: right;
}
.gap-32 {
  gap: 32px !important;
}
.border-green {
  border: 3px solid #7ac0a3 !important;
}
.color-green-white {
  color: var(--color-white) !important;
  background: #7ac0a3 !important;
}
.pd-80 {
  padding: 32px 80px !important;
}
.pd-24 {
  padding: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pd-0 {
  padding: 0 !important;
}
.m-h116 {
  max-height: 120px;
}
/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */

/* ----pc,sp/on_off---- */
.pc {
  display: block !important;
}
.tb {
  display: block;
}
.pc_fl {
  display: flex !important;
}
.sp {
  display: none !important;
}
.sp_fl {
  display: none !important;
}
.min-mb {
  display: block;
}
@media (min-width: 424.98px) {
  .min-mb {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .pc {
    display: none !important;
  }
  .pc_fl {
    display: none !important;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_fl {
    display: flex !important;
  }
}

/*====================================*/
/* Header */
/*====================================*/
header {
  position: relative;
  z-index: 2;
}
.topbar {
  position: relative;
  /* background: linear-gradient(180deg, #fffff6 0%, #ffdfae 50.48%, #ffdfae 75.96%); */
}
.topbar .topbar_detail--bg {
  position: relative;
  z-index: 0;
  width: 100%;
  animation: opacity 1.5s ease-in-out;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topbar .topbar_detail--main {
  position: absolute;
  z-index:3;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  animation: customBackInDown 0.8s ease-in-out forwards;
}
@keyframes customBackInDown {
  0% {
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100px, 0, 1) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateX(-50%);
  }
}
.decor_2,
.decor_3 {
  overflow: hidden;
  position: absolute;
  content: "";
  display: block;
  z-index: 5;
  bottom: 0;
}
.decor_2 {
  background: url(../img/svg/top_decor1.svg) no-repeat;
  background-size: cover;
  width: 73.383px;
  height: 126.361px;
  left: 0;
}
.decor_3 {
  background: url(../img/svg/top_decor2-sp.svg) no-repeat;
  background-size: cover;
  width: 80.996px;
  height: 106.22px;
  right: 0;
}
.break {
  position: relative;
  z-index: 4;
}
.sp_break {
  margin-top: 130px;
}
.bottombar {
  position: relative;
  z-index: 1;
}
.bottombar::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 35px;
  width: 81px;
  height: 86.972px;
  background: url(../img/svg/top_decor5_left_sp.svg) no-repeat;
}

.bottombar_detail {
  position: relative;
  z-index: 3;
  background: url(../img/svg/nav_bg_sp.svg) no-repeat;
  background-size: cover; 
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
}
.bottombar_detail p {
  position: relative;
  z-index: 1;
  padding: 59px 20px 131px;
  color: var(--color-tertiary);
  font-family: var(--font-hiragino);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
}

.decor_4 {
  position: absolute;
  display: block;
  z-index: 4;
  background: url(../img/svg/top_decor4.svg) no-repeat;
  background-size: cover;
  width: 133.01px;
  height: 152px;
  right: 0;
  bottom: 0;
}
.setup1 {
  z-index: unset;
}
.setup2 {
  margin-top: -2px;
  background: transparent;
  z-index: 1;
}
.decor_5 {
  position: relative; 
  display: inline-block; 
}

.decor_5 img {
  display: block;
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 1; 
}

.decor_5::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 95px;
  width: 197.03px;
  height: 211.557px;
  flex-shrink: 0;
  background: url(../img/svg/top_decor5_left.svg) no-repeat center;
  background-size: cover;
  z-index: 2; 
  pointer-events: none;
}
.decor_5::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 63px;
  width: 197.405px;
  height: 189.557px;
  background: url(../img/svg/top_decor5_right.svg) no-repeat center;
  background-size: cover;
  z-index: 2; 
  pointer-events: none;
}

.decor_6 {
  position: relative;
}

.decor_6 p {
  position: relative;
  z-index: 2; 
}

.decor_6::before,
.decor_6::after {
  content: "";
  position: absolute;
  z-index: 3 !important; 
  pointer-events: none;
}

.decor_6::before {
  top: 0;
  left: 0;
  width: 80px;
  height: 53.248px;  
  transform: rotate(-15deg);
  background: url(../img/svg/top_decor6_left.svg) no-repeat center/cover;
}

.decor_6::after {
  bottom: 0;
  right: 0;
  width: 79.999px;
  height: 110px;
  aspect-ratio: 8/11;
  background: url(../img/svg/top_decor6_right.svg) no-repeat center/cover;
}

.top_bg-pc {
  position: relative;
  z-index: 1;
}
.sub_bg-pc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
/* Nav */
.buttonX {
  position: fixed;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.1);

}
.buttonX span {
  display: block;
  height: 3px;
  background-color: #1A1A1A;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.buttonX span:nth-child(1),
.buttonX span:nth-child(2),
.buttonX span:nth-child(3) {
  width: 100%;
}
.buttonX span:nth-child(n + 4) {
  display: none;
}

.buttonX.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.buttonX.active span:nth-child(2) {
  display: none;
}
.buttonX.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -7px);
}
.hero_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 74px 14px;
  background-image: url(../img/svg/top_bg-sp.svg);
  background-size: cover;
}
.hero_menu.active {
  left: 0;
}
.hero_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.hero_menu ul li {
  max-width: 135px;
  margin-bottom: 10px;
}
.hero_menu ul li {
  transition: transform 0.3s ease;
}

.hero_menu ul li:hover {
  transform: translateY(-10px);
}
.hero_menu ul li a {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  transition: all 0.5s ease;
}
.hero_menu ul li a:hover p {
  font-weight: 700;
  transform: scale(1.1);
}
.hero_menu ul li a:hover img:first-child {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.hero_menu ul li a p {
  text-align: center;
  color: var(--color-blue);
  font-size: 1.4rem;
  font-family: var(--font-hiragino);
  font-weight: 400;
  line-height: 15.179px;
}
.hero_menu ul li a img:last-child {
  width: 7.59px;
  height: 7.59px;
  margin-top: -10px;
}
@media (min-width: 767.98px) {
  .topbar::after {
    width: 137.811px;
    height: 218.951px;
    transform: translateX(-75%);
    animation: customDownUp1 0.8s ease-in-out forwards;
  }
  @keyframes customDownUp1 {
    0% {
      opacity: 0;
      transform: translateY(100px) translateX(-75%);
    }
    100% {
      opacity: 1;
      transform: translateY(0) translateX(-75%);
    }
  }
  .bottombar_detail p {
    max-width: 600px;
    margin: 0 auto;
  }
  .decor_4 {
    width: 154.01px;
    height: 171px;
    bottom: 10px;
  }
  .hero_menu ul {
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
  }
  .hero_menu ul li {
    min-width: 180px;
  }
  .decor_2 {
    width: 111.383px;
    height: 196.361px;
  }
  .decor_3 {
    width: 129.996px;
    height: 169.22px;
  }
}
@media (min-width: 1079.98px) {
  header {
    z-index: 1;
  }
  .topbar .topbar_detail--main {
    width: 60%;
  }
  .break {
    margin-top: -88px;
  }
  .bottombar_detail {
    background: url(../img/svg/nav_bg_pc.svg) no-repeat;
    background-size: cover; 
    width: 100%;
    height: auto;
    padding: 350px 20px 0; 
    text-align: center;
    z-index: 2;
    margin-top: -150px;
  }
  .bottombar {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #f3edd6 0%, #c9e9f9 100%);
    text-align: center;
    color: #333;
  }
  .bottombar::before,
  .bottombar::after {
    content: "";
    position: absolute;
    z-index: 3;
    background-size: cover;
  }
  
  .bottombar::before {
    bottom: 50px;
    left: 95px;
    width: 197.03px;
    height: 211.557px;
    background: url(../img/svg/top_decor5_left.svg) no-repeat;
  }
  .bottombar::after {
    bottom: 150px;
    right: 62px;
    width: 197.405px;
    height: 189.557px;
    background: url(../img/svg/top_decor5_right.svg) no-repeat;
  }

  .bottombar_detail p {
    max-width: 1080px;
    text-align: center;
  }
  .decor_4 {
    width: 383.231px;
    height: 417.369px;
    bottom: 22px;
    z-index: 0;
  }
  .decor_6::before,
.decor_6::after {
  content: "";
  position: absolute;
  z-index: 3; 
  pointer-events: none;
}

.decor_6::before {
  top: 0;
  left: 0;
  width: 199px;
  height: 130px;
  transform: rotate(-15deg);
  background: url(../img/svg/top_decor6_left.svg) no-repeat center/cover;
}

.decor_6::after {
  bottom: 50px;
  right: 0;
  width: 183px;
  height: 251.164px;
  background: url(../img/svg/top_decor6_right.svg) no-repeat center/cover;
}
  .hero_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    height: auto;
    box-shadow: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    background: none;
  }
  .hero_menu ul {
    gap: 11px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .hero_menu ul li {
    min-width: 176px;
    margin-bottom: 0;
  }
  .hero_menu ul li a img {
    max-width: 148px;
  }
  .hero_menu ul li a p {
    font-size: 1.6rem;
    line-height: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .hero_menu::before,
  .hero_menu::after {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    top: -171px;
  }
}
/*====================================*/
/* Main */
/*====================================*/
/* Section */
.reservation {
  text-align: center;
  padding: 50px 20px;
  border-radius: 12px;
}

.reservation--button {
  display: inline-block;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 600;
  background: var(--color-title);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.reservation--button a{
  color: var(--color-white);
}
.reservation--button:hover {
  background: var(--color-title);
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 120, 215, 0.4);
  cursor: pointer;
}
.reservation--button a {
  position: relative;
  cursor: pointer;
  font-family: var(--font-noto-san);
}

.reservation--button a::after {
  content: "⟶"; 
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.reservation--button a:hover::after {
  transform: translateX(6px);
}



.sec-1 {
  position: relative;
  z-index: 1;
}
.lp_main {
  background: linear-gradient(180deg, #C7E8FA 0%, #FEF4E5 46.15%, #FFDFAE 100%);
  padding-bottom: 101px;
}
.lp_main--title {
  position: relative;
  padding-top: 110px;
  text-align: center;
  color: var(--color-title);
  padding-bottom: 74px;
  margin: 0 19px;
}
.lp_main--title h2 {
  font-family: var(--font-noto-san);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 3.17;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.extra-icon::before{
  content: "";
  display: block;
  width: 59px;
  height: 14px;
  background-image: url(../img/svg/sky.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.extra-icon::after{
  content: "";
  display: block;
  width: 59px;
  height: 14px;
  background-image: url(../img/svg/sky.svg); 
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.icon1::before {
  content: "";
  display: block; 
  width: 32.003px;
  height: 17px;
  background-image: url(../img/svg/crown.svg); 
  background-size: cover;
  position: absolute;
  top: 0;
  left: 34px;
}

.icon1::after {
  content: "";
  display: block;
  width: 32.003px;
  height: 17px;
  background-image: url(../img/svg/crown.svg); 
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 34px;
}
.icon2::before {
  content: "";
  display: block;
  width: 69.855px;
  height: 46.528px;
  transform: rotate(-16.209deg);
  flex-shrink: 0;
  background-image: url(../img/svg/fan.svg);
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 0;

}

.icon2::after {
  content: "";
  display: block;
  width: 39.539px;
  height: 41.188px;
  flex-shrink: 0;
  background-image: url(../img/svg/flower.svg); 
  background-size: cover;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.icon3::before {
  content: "";
  display: block;
  width: 56.478px;
  height: 59.08px;
  transform: rotate(-20.007deg);
  background-image: url(../img/svg/leaf-flower01.svg);
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 0px;

}

.icon3::after {
  content: "";
  display: block;
  width: 66.677px;
  height: 54.406px;
  background-image: url(../img/svg/leaf-flower02.svg); 
  background-size: cover;
  position: absolute;
  bottom: -20px;
  right: 0px;
}
.icon4::before {
  content: "";
  display: block;
  width: 54.083px;
  height: 43.346px;
  background-image: url(../img/svg/toy.svg);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 0;

}
.icon4::after {
  content: "";
  display: block;
  width: 43.497px;
  height: 51.82px;
  transform: rotate(14.671deg);
  flex-shrink: 0;
  background-image: url(../img/svg/gift.svg); 
  background-size: cover;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.lp_main--title h2.icon4{
  line-height: normal;
}
.lp_main--detail {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.detail_top {
  position: relative;
}
.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: stretch;
}
.grid-2,
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: stretch;
}
.grid-1 {
  grid-template-areas: "img1";
}
.grid-2 {
  grid-template-areas: "img1 img2";
}
.grid-3 {
  grid-template-areas:
    "img3 img1"
    "img2 img1";
}
.grid-3::after {
  position: absolute;
  content: "";
  background: url(../img/svg/grid_line.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 18px;
  bottom: 0;
}
.img1 {
  grid-area: img1;
  border-radius: 0px 11.496px 0px 0px;
}
.grid-2 .img1 {
  border-radius: 32px 0px 0px 0px;
}
.grid-2 .img2 {
  border-radius: 0px 32px 0px 0px;
}
.img3 {
  grid-area: img3;
  border-radius: 11.496px 0px 0px 0px;
}
.img3 {
  grid-area: img3;
}
.grid-2::after,
.grid-1::after {
  position: absolute;
  content: "";
  background: url(../img/svg/grid_line.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 12px;
  bottom: 0;
}
.detail_bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 14px;
  border-radius: 0px 0px 32px 32px;
  background-color: var(--color-white);
}
.res-list-text{
  font-family: var(--font-noto-san-cjk);
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
  letter-spacing: 2px;
}
.detail_bottom h3 {
  color: var(--color-h3);
  text-align: center;
  font-family: var(--font-noto-san);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0.2rem;
}
.detail_bottom--table {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 32px;
}
.detail_bottom--table .left p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .detail_bottom--table {
    grid-template-columns: repeat(2, 1fr);
  }
}

.detail_bottom--table .left p {
  color: var(--color-tertiary);
  font-family: var(--font-noto-san-cjk);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
}

.detail_bottom--table .right {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  background: #FFFCEB;
}

.detail_bottom--table .right .option > .op_tittle,
.detail_bottom--table .right .option > .op_text {
  font-family: var(--font-noto-san);
  color: var(--color-tertiary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
}

.detail_bottom--table .right .option > .op_tittle {
  display: flex;
  justify-content: flex-start;
  color: var(--color-sub-title);
  font-weight: 900;
  font-size: 1.4rem;
}
.detail_bottom--table .right .option > .op_tittle p:first-child {
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 700;
}

.detail_bottom--table .right .option > .op_tittle p:first-child:before,
.detail_bottom--table .right .option > .title_bf::before {
  content: "";
  display: inline-block;
  width: 11.87px;
  height: 11.87px;
  transform: rotate(-45deg);
  background-color: var(--color-sub-title);
  margin-right: 8px;
}

.detail_bottom--table .right .option > .title_bf::before {
  margin-top: 6px;
}

.detail_bottom--table .right .option > .op_text {
  color: var(--color-tertiary);
  font-size: 1.4rem;
}

.detail_bottom--table .right .option {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
}

.detail_bottom--table .right .option::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/svg/line_dot.svg) no-repeat;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -18px;
}

.detail_bottom--table .right .option:last-child::after {
  content: none;
}

.option2 {
  display: flex;
  flex-direction: column;
}
.option2 .square,
.right .square {
  display: flex;
  border: 1px solid var(--color-title);
  border-radius: 11px;
}
.option2 .blank-box{
  border: none;
  justify-content: end;
}
.option2 .blank-box p:first-child{
  border-radius: 11px !important;
  border: 1px solid var(--color-sub-title);
}
.option2 .square:first-of-type {
  margin: 14px 0 16px;
}
.option2 .square p {
  font-family: var(--font-noto-san);
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 0;
}
.option2 .square p:first-child,
.right .square p:first-child {
  color: #fffff6;
  background: var(--color-title);
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
.option2 .square p:last-child,
.right .square p:last-child {
  color: var(--color-tertiary);
  background: #fffff6;
  width: 65%;
  padding-left: 8px;
  border-radius: 0 11px 11px 0;
}
.content-start p{
  justify-content: flex-start !important;
}
.fl_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fl_text span {
  display: block;
  position: relative;
}
.fl_text span:first-child::after {
  content: "";
  position: absolute;
  background: url(../img/svg/line_dot-red.svg) repeat;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
}
.option3 {
  display: flex;
  justify-content: space-between;
}
.option3 .op_text {
  margin-top: 0 !important;
}
.option4 {
  display: flex;
  justify-content: center;
}
/* Decor BF AT */
.sec-1 .lp_main--title::before,
.sec-2 .lp_main--title::before {
  position: absolute;
  content: "";
}

.decor_1-1,
.decor_1-2 {
  position: relative;
}
.decor_1-1::before,
.decor_1-2::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.detail_bottom--table-group{
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.detail_bottom--table-group .column{
  border-radius: 8px;
  background: #FFFCEB;
  padding:0 16px;
}
.detail_bottom--table-group .column .option > .op_tittle,
.detail_bottom--table-group .column .option > .op_text {
  font-family: var(--font-noto-san);
  line-height: 1.6;
  font-weight: 600;
  line-height: 160%;
}

.detail_bottom--table-group .column .option > .op_tittle {
  display: flex;
  justify-content: space-between;
  color: var(--color-sub-title);
  font-weight: 900;
  font-size: 1.4rem;
}
.detail_bottom--table-group .column .option > .title_bold{
  font-size: 1.6rem;
}

.detail_bottom--table-group .column .option > .op_tittle p:first-child {
  color: var(--color-sub-title);
  font-size: 1.4rem;
  font-weight: 900;
}

.detail_bottom--table-group .column .option > .op_tittle p:first-child:before,
.detail_bottom--table-group .column .option > .title_bf::before {
  content: "";
  display: inline-block;
  width: 11.87px;
  height: 11.87px;
  transform: rotate(-45deg);
  background-color: var(--color-sub-title);
  margin-right: 8px;
}

.detail_bottom--table-group .column .option > .title_bf::before {
  margin-top: 6px;
}

.detail_bottom--table-group .column .option > .dinner > .op_tittle p:first-child:before {
  background: #0c6bb0;
}

.detail_bottom--table-group .column .option > .op_text {
  margin-top: 14px;
  color: var(--color-tertiary);
  font-size: 1.4rem;
}
.detail_bottom--table-group .column .option{
  position: relative;
  padding: 16px 0;
}
.detail_bottom--table-group .column .option::after{
  content: "";
  position: absolute;
  display: block;
  background: url(../img/svg/line_dot.svg) no-repeat;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.detail_bottom--table-group .column .option:last-child::after{
  content: none;
}


@media (min-width: 424.98px) {
  .option1 {
    display: flex;
    justify-content: space-between;
  }
  .detail_bottom--table .right .option > .op_text {
    margin-top: 0;
  }
}
@media (min-width: 767.98px) {
  .lp_main--detail {
    max-width: 600px;
    margin: 0 auto;
  }
  .detail_bottom {
    padding: 44px 34px;
  }
}
@media (min-width: 1079.98px) {
  .lp_main {
    padding-bottom: 94px;
  }
  .lp_main--title {
    padding-top: 77px;
  }
  .lp_main--title h2 {
    font-size: 4.6rem;
  }
  .lp_main--title h2.icon4 {
    line-height: 3.17;
  }
  .lp_main--title h2 span {
    font-size: 3.2rem;
  }
  .detail_bottom h3 {
    font-size: 3.2rem;
    line-height: 2;
  }
  .detail_bottom--table .left p {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  .lp_main--detail {
    max-width: 1080px;
  }
  .detail_bottom {
    padding: 32px 48px;
  }
  .detail_bottom--table {
    flex-direction: row;
  }
  .detail_bottom--table .left {
    width: 502px;
  }
  .detail_bottom--table .right {
    max-width: 450px;
  }
  .res-list-text{
    text-align: center;
    font-size: 20px;
  }
  .detail_bottom--table .right .option {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .extra-icon::before {
    content: "";
    display: block;
    width: 146px;
    height: 35px;
    background-image: url(../img/svg/sky.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
  
  }
  
  .extra-icon::after {
    content: "";
    display: block;
    width: 146px;
    height: 35px;
    background-image: url(../img/svg/sky.svg); 
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .icon1::before {
    content: "";
    display: block; 
    width: 79.35px;
    height: 42.33px;
    background-image: url(../img/svg/crown.svg); 
    background-size: cover;
    position: absolute;
    top: 0;
    left: 94px;
  }
  .icon1::after {
    content: "";
    display: block;
    width: 79.35px;
    height: 42.33px;
    background-image: url(../img/svg/crown.svg); 
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 94px;
  }
  .icon2::before {
    content: "";
    display: block;
    width: 130.7px;
    height: 74.7px;
    transform: rotate(-16.209deg);
    flex-shrink: 0;
    background-image: url(../img/svg/fan.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 146px;
  
  }
  .icon2::after {
    content: "";
    display: block;
    width: 96.63px;
    height: 100.66px;
    flex-shrink: 0;
    background-image: url(../img/svg/flower.svg); 
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 146px;
  }
  .icon3::before {
    content: "";
    display: block;
    width: 157.105px;
    height: 164.345px;
    transform: rotate(-20.007deg);
    flex-shrink: 0;
    flex-shrink: 0;
    background-image: url(../img/svg/leaf-flower01.svg);
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 146px;
  
  }
  
  .icon3::after {
    content: "";
    display: block;
    width: 204.984px;
    height: 167.259px;
    flex-shrink: 0;
    background-image: url(../img/svg/leaf-flower02.svg); 
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 130px;
  }
  .icon4::before {
    content: "";
    display: block;
    width: 120.855px;
    height: 96.862px;
    background-image: url(../img/svg/toy.svg);
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 0;
  
  }
  
  .icon4::after {
    content: "";
    display: block;
    width: 70.707px;
    height: 87.952px;
    transform: rotate(14.671deg);
    flex-shrink: 0;
    background-image: url(../img/svg/gift.svg); 
    background-size: cover;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  /* .option1 {
    display: flex;
    justify-content: space-between;
  } */
  .detail_bottom--table .right .option > .op_text {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .detail_bottom--table .right .option > .op_text,
  .op_square {
    min-width: 315px;
  }
  .detail_bottom--table-group .column .option > .op_text,
  .op_square2 {
    max-width: 274px;
  }
  .detail_bottom--table-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
 */
  .option2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .option2 .square:first-of-type {
    margin-top: 0;
  }
  .setup3 {
    margin-top: 0;
  }
  .img1 {
    border-radius: 0px 32px 0px 0px;
  }
  .img3 {
    border-radius: 32px 0px 0px 0px;
  }
  .grid-2::after,
  .grid-1::after {
    height: 18px;
  }
  /* Decor BF AT */
  .sec-1 .lp_main--title::before {
    width: 197.03px;
    height: 211.557px;
    left: 30px;
    top: -230px;
    z-index: 1;
  }
  .decor_1-1::before {
    width: 406px;
    height: 417.317px;
    top: 903px;
  }
  .decor_1-2::after {
    width: 275.78px;
    height: 254.077px;
    left: 0;
    bottom: 300px;
  }
  .sec-2 .lp_main--title::before {
    width: 360px;
    height: 246.763px;
    bottom: -108px;
  }
  .sec-2 .decor_1-1::before {
    width: 292px;
    height: 352.444px;
    top: 657px;
  }
}
/* Section2-plan */
.sec-2 {
  position: relative;
  background: linear-gradient(180deg, #003A5A 0%, #8F826E 49.04%, #FFBC4D 100%);
  z-index: 0;
}
.setup3 {
  margin-top: -1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1023.98px) {
  .setup3 {
    margin-top: -2px;
  }
}
.sec-2 .lp_main--title {
  padding-top: 180px;
  color: var(--color-secondary);
  z-index: 1;
}
.grid-1 img {
  border-radius: 32px 32px 0px 0px;
  min-height: 293px;
}
.grid-1 .img4 {
  min-height: auto;
}
.fl_row .op_text {
  margin-top: 0 !important;
}
.op_tittle span {
  display: inline-flex;
  float: inline-end;
  text-align: right;
  flex-direction: column;
  color: var(--color-tertiary);
  font-size: 1.4rem;
  line-height: 1.6;
}
.dinner .op_tittle p:first-child {
  color: #0c6bb0 !important;
}
.dinner .op_tittle::before {
  background: #0c6bb0 !important;
}
.dinner .square {
  border: 1px solid var(--color-red);
}

.dinner .square p:first-child {
  background: var(--color-red);
}
.music .square p:first-child {
  background: var(--color-sub-title);
}
.music .square {
  border: 1px solid var(--color-sub-title);
}
.detail_bottom--additional {
  margin-top: 32px;
  border: 3px solid var(--color-primary);
  border-radius: 8px;
}
.detail_bottom--additional .right,
.detail_bottom--additional .left {
  font-family: var(--font-noto-san-cjk);
}
.detail_bottom--additional .left {
  text-align: center;
  color: var(--color-secondary);
  background: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
}
.detail_bottom--additional .right {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 16px;
  border-radius: 8px;
}
.detail_bottom--additional .right ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail_bottom--additional .right ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flower {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 32px;
}
.flower::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/svg/flow.svg) no-repeat;
  background-size: cover;
  width: 24px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flower span {
  display: inline-block;
  margin-left: 32px;
}
.detail_bottom--additional .add_items--green {
  padding: 0;
  padding-bottom: 24px;
}
.detail_bottom--additional .add_items--green .right_img {
  padding: 24px;
  padding-bottom: 16px;
}
.detail_bottom--additional .add_items--green .right_img img {
  border-radius: 8px;
}
.detail_bottom--additional .add_items--green .text_bt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.text_bt .text p {
  color: #7ac0a3;
  font-family: var(--font-noto-san-cjk);
  line-height: 2;
  letter-spacing: 2px;
}
.add_items--green .text_bt .square {
  margin: 0;
}
.add_items--green .square {
  border-radius: 13px;
  margin: 0 8px;
}
.add_items--green .square p:first-child {
  background: #7ac0a3;
  color: var(--color-secondary);
  padding: 8px 16px;
}
.add_items--green .square p:last-child {
  color: #7ac0a3;
  text-align: center;
  font-family: var(--font-noto-san-cjk);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
  padding: 0 16px;
}
.line-green-break {
  position: relative;
  margin-top: 64px;
}
.line-blue-break {
  position: relative;
}
.line-green-break::before,
.line-blue-break::before {
  content: "";
  position: absolute;
  background: url(../img/svg/line_dot-green.svg) no-repeat;
  width: 100%;
  height: 2px;
  left: 0;
  top: -32px;
}
.line-blue-break::before {
  background: url(../img/svg/line_dot-blue.svg) no-repeat;
}
.add_items--blue {
  border: 3px solid #57c3ea;
  margin-top: 64px;
}
.add_items--blue .left {
  background: #57c3ea;
  color: var(--color-white);
  font-weight: 500;
  padding: 0 16px;
  letter-spacing: 0;
}
.add_items--blue .right {
  background: #f5fffb;
  padding: 0;
  padding-bottom: 24px;
}
.add_items--blue .right .right_img {
  padding: 24px;
  padding-bottom: 16px;
}
.add_items--blue .square {
  border: 3px solid #57c3ea;
}
.add_items--blue .square p:first-child {
  background: #57c3ea;
  width: 50%;
}
.add_items--blue .square p:last-child {
  width: 50%;
  color: #57c3ea;
  align-content: space-evenly;
}
/* btn */
.btn {
  margin: 48px auto 0;
  max-width: 300px;
}
.btn a p {
  position: relative;
  color: var(--color-white);
  background: var(--color-primary);
  text-align: center;
  font-family: var(--font-noto-san-cjk);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 18px 24px;
  border-radius: 25px;
  transition: all 0.5s ease;
  padding-left: 0;
}
.btn a p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/svg/arrow_right.svg) no-repeat;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn a:hover p {
  color: var(--color-primary);
  background: var(--color-secondary);
  padding-left: 20px;
}
.btn a:hover p::after {
  background: url(../img/svg/arrow_right-red.svg) no-repeat;
}
.content-1 .btn,
.content-3 .btn {
  margin: 0 0 0 auto;
}
.content-1 .btn a p,
.content-3 .btn a p {
  min-width: 300px;
}
@media (min-width: 424.98px) {
  .add_items--blue .left {
    letter-spacing: 2px;
  }
}
@media (min-width: 1079.98px) {
  .sec-2 .lp_main--title {
    padding-top: calc(128px + 208px);
  }
  .sec-2 .lp_main--title {
    padding-top: calc(128px + 208px);
  }
  .op_tittle span {
    font-size: 1.6rem;
  }
  .detail_bottom--additional .right ul li {
    flex-direction: row;
    gap: 32px;
  }
  .detail_bottom--additional .add_items--green {
    display: flex;
    padding: 24px;
    gap: 32px;
  }
  .detail_bottom--additional .add_items--green .right_img {
    width: 50%;
    padding: 0;
  }
  .detail_bottom--additional .add_items--green .text_bt {
    width: 50%;
  }
  .text_bt .text p {
    font-size: 2rem;
  }
  .detail_bottom--additional .add_items--green .square {
    margin: 0;
    height: fit-content;
  }
  .add_items--green .square p:last-child {
    padding: 16px;
  }
  .pc_right {
    display: flex;
  }
  .add_items--blue .right {
    flex-direction: column;
    gap: 16px;
  }
  .add_items--blue .right_img {
    width: 100% !important;
  }
  .add_items--blue .square {
    width: 100% !important;
    min-height: 108px;
  }
  .res-list {
    padding: 32px 48px;
    display: grid;
    gap: 24px;
  }
}
/* Section3-plan */
.sec-3 {
  position: relative;
  background: linear-gradient(180deg, #88DAFF 0%, #BDEBFF 46.15%, #E2F6FF 100%);
  padding-bottom: 156px;
  overflow: hidden;
}
.lp_main--content {
  padding: 0 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  max-width: 400px;
  margin: 0 auto;
}
.content-2,
.content-3 {
  margin-top: 100px !important;
}
.lp_main--content .content_left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content_left .content_left--title {
  color: var(--color-primary);
  font-family: var(--font-noto-san-cjk);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.content_left .content_left--title span {
  display: block;
  font-size: 1.8rem;
}
.content_left .content_left--text {
  color: var(--color-tertiary);
  font-family: var(--font-noto-san-cjk);
  font-size: 1.4rem;
  line-height: 1.6;
}
.content_left .content_left--table {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content_left--table .table--col {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content_left--table .table--col::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/svg/line_dot.svg) no-repeat;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -18px;
}
.content_left--table .table--col:last-child:after {
  content: none;
}
.content_left--table .table--col p:first-child,
.content_left--table .table--col p:last-child {
  font-family: var(--font-noto-san-cjk);
  line-height: 1.6;
}
.content_left--table .table--col p:first-child {
  color: var(--color-primary);
  font-weight: 700;
}
.content_left--table .table--col p:last-child {
  font-size: 1.4rem;
}
.content_left--table .table--col .table--col_link {
  display: flex;
  gap: 20px;
  align-items: center;
}
.content_left--table .table--col .table--col_link span {
  display: block;
  max-width: 49px;
}
.content_left--table .table--col .table--col_link span a {
  transition: opacity 0.5s ease;
}
.table--col_link span a:hover {
  opacity: 0.5;
}
.content_left .content_left--note {
  font-family: var(--font-noto-san-cjk);
  font-size: 1.2rem;
}
.lp_main--content .content_right {
  position: relative;
  max-width: 460px;
  height: 352px;
  margin: 0 auto;
}
.content-3 .content_right {
  height: auto;
}
.image-container_1,
.image-container_2 {
  position: relative;
}
.content-3 .content_right {
  height: 358px;
}

.image-container_1 img,
.image-container_2 img,
.image-container_3 img,
.image-container_4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-container_1 {
  width: 335px;
  height: 238px;
}
.image-container_1 img {
  clip-path: path(
    "M11.1427 108.96C43.7114 12.7352 163.271 -28.2252 282.187 20.7888C409.023 73.0675 378.375 189.629 333.017 217.168C260.691 261.081 196.852 269.937 106.444 261.081C16.0354 252.224 -20.3615 202.039 11.1427 108.96Z"
  );
}
.image-container_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 225px;
  height: 176px;
}
.image-container_2 img {
  clip-path: path(
    "M10.1905 65.8747C29.4043 19.3394 92.1483 -14.9682 161.26 7.78857C258.807 39.9087 223.791 124.908 198.903 145.846C156.746 181.314 93.7705 184.267 44.5309 165.757C-4.70878 147.247 -6.03978 105.184 10.1905 65.8747Z"
  );
}
.image-container_3 {
  width: 335px;
  height: 257px;
}
.image-container_3 img {
  clip-path: path(
    "M0 148.334C-1.4148e-05 73.1139 118.319 -44.9778 276.692 19.5942C427.077 80.909 399.002 155.178 343.479 212.496C302.043 255.27 179.7 307.181 105.77 299.132C31.8397 291.084 1.69091e-05 238.233 0 148.334Z"
  );
}
.image-container_4 {
  width: 335px;
  height: 292px;
}
.image-container_4 img {
  clip-path: path(
    "M0 158.658C0 51.0772 87.4377 -15.7556 231.052 3.20693C369.196 21.4471 345.158 208.52 298.142 257.106C263.055 293.364 152.167 293.306 89.5641 286.484C26.9613 279.662 0 234.862 0 158.658Z"
  );
}
.only_img {
  height: auto !important;
}
.decor_3-1,
.decor_3-2,
.decor_3-3 {
  position: relative;
}
.decor_3-1::after,
.decor_3-2::before,
.decor_3-3::before {
  position: absolute;
  content: "";
}

@media (min-width: 767.98px) {
  .lp_main--content {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 1079.98px) {
  .content-1 {
    padding-top: 166px !important;
  }
  .lp_main--content {
    max-width: 1080px;
    flex-direction: row;
    padding: 0;
  }
  .lp_main--content .content_left,
  .lp_main--content .content_right {
    width: 525px;
  }
  .content-2 {
    position: relative;
    flex-direction: row;
    margin-top: 80px;
    padding-bottom: 118px;
    z-index: 1;
  }
  .content-3 {
    flex-direction: row-reverse;
    z-index: 1;
  }
  .lp_main--content .content_right {
    max-width: none;
    height: 478px;
  }
  .image-container_1 {
    width: 504px;
    height: 358px;
    clip-path: path(
      "M15.3704 148.381C59.5 18 221.5 -37.5001 382.626 28.9122C554.485 99.7483 512.959 257.686 451.5 295C353.5 354.5 267 366.5 144.5 354.5C21.9999 342.5 -27.3167 274.5 15.3704 148.381Z"
    );
  }
  .image-container_1 img {
    clip-path: none;
  }
  .image-container_2 {
    width: 305px;
    height: 239px;
    clip-path: path(
      "M12.5852 88.4764C38.6192 25.4226 123.635 -21.0631 217.279 9.77157C349.453 53.2933 302.007 168.464 268.285 196.835C211.163 244.893 125.833 248.894 59.1152 223.814C-7.60289 198.734 -9.40636 141.74 12.5852 88.4764Z"
    );
  }
  .image-container_2 img {
    clip-path: none;
  }
  .image-container_3 {
    width: 524px;
    height: 404.514px;
    clip-path: path(
      "M0 199.374C-1.91071e-05 97.6098 159.791 -62.1553 373.677 25.2035C576.774 108.156 538.859 208.634 463.874 286.178C407.914 344.047 242.687 414.276 142.844 403.388C43 392.5 2.28361e-05 320.998 0 199.374Z"
    );
  }
  .image-container_3 img {
    clip-path: none;
  }
  .image-container_4 {
    width: 524.284px;
    height: 454.85px;
    clip-path: path("M0 253.223C0 81.521 139.452 -25.1464 368.5 5.11836C588.823 34.2303 550.485 332.805 475.5 410.349C419.541 468.219 242.687 468.126 142.844 457.238C43 446.349 0 374.847 0 253.223Z");
  }
  .image-container_4 img {
    clip-path: none;
  }
  .decor_3-1::after {
    width: 336.269px;
    height: 371.38px;
    top: -155px;
  }
  .decor_3-2::before {
    width: 266px;
    height: 241.856px;
  }
  .decor_3-3::before {
    width: 218.98px;
    height: 369.735px;
    bottom: 100px;
  }

  .content-3 .content_right {
    height: 572px;
  }
  .content-3 .content_right .image-container_2 {
    right: 30px;
  }
}

/*====================================*/
/* Footer */
/*====================================*/
footer {
  position: relative;
  background: #fffff6;
  padding: 80px 0;
}
footer::before,
footer::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/svg/footer_line.svg);
  width: 100%;
  height: 20px;
}
footer::before {
  top: 0;
}
footer::after {
  bottom: 0;
}
.ft {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}
.ft .ft_logo {
  width: 160px;
}
.ft .collab,
.ft .ft_title,
.ft .ft_address,
.ft_cta a {
  color: #333;
  font-family: var(--font-noto-san-cjk);
  line-height: 1.5;
  font-weight: 500;
}
.ft .collab {
  text-align: left;
  font-weight: 700;
}
.ft .ft_title {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
.ft .ft_address {
  letter-spacing: 0.8px;
}
.ft_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 80px;
  width: 100%;
}
.ft_cta a {
  text-align: center;
  font-size: 1.6rem;
  padding: 0 16px;
  transition: color 0.3s ease;
}
.border-sides {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  border-left: 0.5px solid #333;
  border-right: 0.5px solid #333;
}
.ft_cta a:hover {
  color: var(--color-primary);
}
/* copyright */
.copyright {
  padding: 16px 12px;
  background: #1fa08a;
}
.copyright p {
  color: #fffff6;
  font-weight: 300;
  line-height: 1.7;
  font-size: 13px;
}
@media (min-width: 767.98px) {
  .ft {
    max-width: 900px;
    margin: auto;
  }
}
@media (min-width: 1079.98px) {
  .ft_cta {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .ft_cta a:first-child {
    border-right: none;

  }
  .copyright p {
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    font-family: var(--font-noto-san-cjk);
    font-size: 16px;
  }
  .border-sides {
    width: fit-content;
    padding: 0 16px;
  }
}
/* pageTop */
.pageTop a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  rotate: 180deg;
  background-color: var(--color-white);
  transition: all 0.3s ease, filter 0.3s ease;
  opacity: 0.5;
}
.pageTop a:hover {
  background-color: var(--color-primary);
  filter: drop-shadow(0px 8px 5px #3d260488);
  rotate: 270deg;
  opacity: 1;
}
.pageTop a:hover svg path,
.pageTop a:hover svg circle {
  stroke: white;
  fill: var(--color-primary);
}
.pageTop a:hover svg circle {
  stroke: var(--color-primary);
}
.pageTop a svg {
  width: 80px;
}
