@charset "utf-8";
.fo-sofia{
  font-family: "Sofia", cursive;
}
.co-gold{
  color: #dfbf5c;
}
.tb-sp{
  display: none;
}
.sp{
  display: none;
}
@media screen and (max-width: 786px) {
  .tb-sp{
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .sp{
    display: initial;
  }
}

.h201{
  text-align: center;
}
.h201_text{
  position: relative;
  display: inline-block;
  color: #968159;
  line-height: 1;
}
.h201_text .text_en{
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  z-index: 2;
}
.h201_text .text_jp{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 28px;
}
.h201_obj{
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .h201_text .text_en{
    font-size: 50px;
  }
  .h201_text .text_jp{
    font-size: 18px;
    margin-top: 15px;
  }
}

a.omiyaLink{
  color: #968159;
  font-weight: bold;
}
a.omiyaLink::after{
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(../img/omiya/2405/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}

.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay_05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay_2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.time_05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.time_1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.time_15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.time_2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.time_25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

/* mv */
.mv{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 42.7%;
}
.mv__picture{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv__picture img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mv__textBox01{
  position: absolute;
  top: calc(50% - 14.34895vw);
  right: 5.3125vw;
  width: 33.2292vw;
  height: 28.6979vw;
  background-image: url(../img/omiya/2405/mv_obj01.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__textBox01__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.667vw 0;
}
.mv__textBox01__inner .text01{
  width: 12.0833vw;
}
.mv__textBox01__inner .text02{
  width: 22.8125vw;
}
.mv__textBox01__inner .text03{
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.9375vw 0;
  font-size: 0.9vw;
  color: #968159;
  letter-spacing: 0.1em;
}

.mv__textBox02{
  width: 12.552vw;
  position: absolute;
  bottom: 3.229vw;
  left: 3.229vw;
}
.mv__textBox02 a{
  display: block;
  position: relative;
}
.mv__textBox02 a::after{
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 0;
  border-radius: 100%;
  box-shadow: 0 0 2.3958vw 0.5208vw rgba(0,0,0,0.08);
}
.mv__textBox02 a img{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv{
    height: auto;
    padding-top: 0;
  }
  .mv__picture{
    position: relative;
    height: auto;
  }
  .mv__textBox01{
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    background-image: url(../img/omiya/2405/sp_mv_obj01.png);
    background-position-y: top;
    background-size: cover;
    margin-top: -18.4vw;
    padding-top: 12vw;
  }
  .mv__textBox01__inner{
    gap: 0;
  }
  .mv__textBox01__inner .text01{
    width: 50.8vw;
    margin-bottom: 5.6vw;
  }
  .mv__textBox01__inner .text02{
    width: 81.8667vw;
    margin-bottom: 4.8vw;
  }
  .mv__textBox01__inner .text03{
    line-height: 1.95;
    gap: 0;
    font-size: 4.2667vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .mv__textBox02{
    width: 38.2667vw;
    position: absolute;
    top: 70.6667vw;
    bottom: auto;
    left: 2.8vw;
  }
}

.main .container{
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  overflow: hidden;
}

.contents_width {
  padding: 0 3%;
}

.contents_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* nav */
.contents_nav{
  display: flex;
  padding-top: 50px;
  padding-bottom: 70px;
}
.contents_nav__list{
  width: calc(100% / 4);
  box-sizing: border-box;
  border-right: 3px dotted #c0b39b;
}
.contents_nav .contents_nav__list:first-child{
  border-left: 3px dotted #c0b39b;
}
.contents_nav__list a{
  display: flex;
  gap: 0 12px;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  color: #968159;
}
.contents_nav__list a::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/omiya/2405/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contents_nav{
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents_nav__list{
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #c0b39b;
  }
  .contents_nav .contents_nav__list:first-child{
    border-top: 2px dotted #c0b39b;
    border-left: none;
  }
  .contents_nav__list a{
    height: auto;
    padding: 15px 0;
    position: relative;
  }
  .contents_nav__list a::after{
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
  }
}

/* slider */
.slide {
  padding-top: 20px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .slide {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.slide_list__item {
  margin-right: 20px;
}
.slide_list__item img {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .slide_list__item img {
    height: 200px;
  }
}
.slide_list__item:nth-child(odd) img {
  padding-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .slide_list__item:nth-child(odd) img {
    padding-bottom: 47px;
  }
}
.slide_list__item:nth-child(even) img {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .slide_list__item:nth-child(even) img {
    padding-top: 32px;
  }
}

/* Feature */
.featureSection{
  position: relative;
  padding-top: 165px;
  padding-bottom: 155px;
}
.feature_obj01{
  position: absolute;
  z-index: 1;
  width: calc(50% + 430px);
  height: calc(100% - 555px);
  background-color: #f4f2ee;
  top: 555px;
  right: 0;
  border-radius: 80px 0 0 80px;
}
.featureInner{
  position: relative;
  z-index: 2;
}
.featureSection .h201_obj{
  left: 100%;
  top: -25px;
  width: 114px;
}
@media screen and (max-width: 768px) {
  .featureSection{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .feature_obj01{
    width: 80%;
    height: calc(100% - 200px);
    top: 200px;
    border-radius: 40px 0 0 40px;
  }
  .featureSection .h201_obj{
    top: -16px;
    width: 57px;
  }
}

.featureFlex{
  display: flex;
  flex-wrap: wrap;
  gap: 70px 100px;
  margin-top: 80px;
}
.featureFlex_item{
  width: calc((100% - 100px) / 2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .featureFlex{
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin-top: 40px;
  }
  .featureFlex_item{
    width: 100%;
  }
}
.featureFlex_itemImg{
  position: relative;
  z-index: 1;
}
.featureFlex_itemCopy{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  writing-mode: vertical-rl;
  z-index: 2;
  top: -15px;
  right: 50px;
}
.featureFlex_itemCopy.upright{
  text-orientation: upright;
}
.featureFlex_itemCopy .line{
  white-space: nowrap;
  line-height: 1;
  font-size: 22px;
  color: #968159;
  font-weight: bold;
}
.featureFlex_itemCopy .line span{
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .featureFlex_itemCopy{
    gap: 8px 0;
    top: -15px;
    right: 4vw;
  }
  .featureFlex_itemCopy .line{
    font-size: 16px;
  }
  .featureFlex_itemCopy .line span{
    padding: 8px;
  }
}
.featureFlex_item.item01 .featureFlex_itemImg,
.featureFlex_item.item03 .featureFlex_itemImg{
  width: calc(100% + 18px);
  margin-left: -18px;
}
.featureFlex_item.item02 .featureFlex_itemImg,
.featureFlex_item.item04 .featureFlex_itemImg{
  width: calc(100% + 10px);
}
.featureFlex_itemText{
  margin-top: 25px;
  line-height: 2;
  color: #333;
}
.featureFlex_itemLink{
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .featureFlex_item.item01 .featureFlex_itemImg,
  .featureFlex_item.item03 .featureFlex_itemImg{
    width: 100%;
    margin-left: 0;
  }
  .featureFlex_item.item02 .featureFlex_itemImg,
  .featureFlex_item.item04 .featureFlex_itemImg{
    width: 100%;
  }
  .featureFlex_itemText{
    margin-top: 15px;
  }
}

/* Photo Plan */
.planSection{
  position: relative;
  padding-top: 165px;
  padding-bottom: 118px;
}
.planInner{
  position: relative;
  z-index: 2;
}
.planSection .h201_obj{
  left: 100%;
  top: -60px;
  width: 132px;
}
.plan_obj02{
  position: absolute;
  z-index: 1;
  top: 213px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 144px;
}
.plan_obj02 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.plan_obj01{
  position: absolute;
  z-index: 0;
  top: 356px;
  left: 0;
  width: 100%;
  height: calc(100% - 356px);
  background-color: #ebf7fa;
}
.plan_lead{
  text-align: center;
  margin-top: 44px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .planSection{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .planSection .h201_obj{
    top: -30px;
    width: 66px;
  }
  .plan_obj02{
    top: 110px;
    height: 10vw;
  }
  .plan_obj01{
    top: calc(105px + 10vw);
    height: calc(100% - (105px + 10vw));
  }
  .plan_lead{
    margin-top: 30px;
  }
}

.planFrame{
  background-color: #fff;
  padding: 38px 95px 85px;
  margin-top: 75px;
}
.planFrame_item{
  display: flex;
  justify-content: space-between;
  padding: 38px 0 58px;
  border-bottom: 3px dotted #d7d7d7;
}
.planFrame_itemImg{
  width: 44.5%;
}
.planFrame_itemTextBox{
  width: 50%;
}
@media screen and (max-width: 768px) {
  .planFrame{
    padding: 0px 15px 30px;
    margin-top: 40px;
  }
  .planFrame_item{
    display: block;
    padding: 30px 15px 30px;
    border-bottom: 2px dotted #d7d7d7;
  }
  .planFrame_itemImg{
    width: 100%;
    margin-bottom: 30px;
  }
  .planFrame_itemTextBox{
    width: 100%;
  }
}
.planFrame_itemTitle01{
  font-size: 28px;
  font-weight: bold;
  color: #968159;
}
.planFrame_itemTitle02{
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .planFrame_itemTitle01{
    font-size: 20px;
  }
  .planFrame_itemTitle02{
    font-size: 14px;
    margin-top: 12px;
  }
}
.planFrame_itemList{
  padding-top: 5px;
}
.planFrame_itemList li{
  margin-top: 5px;
  line-height: 1.5;
}
.planFrame_itemList li::before{
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dfbf5c;
  margin-right: 4px;
  vertical-align: middle;
}
.planFrame_itemText01{
  margin-top: 8px;
}
.planFrame_itemIcon{
  margin-top: 25px;
}
.planFrame_itemText02{
  margin-top: 15px;
}
.planFrame_itemTitle03{
  margin-top: 35px;
  font-weight: 500;
}
.planFrame_itemTitle03::before{
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  border-radius: 100%;
  background-color: #333;
  vertical-align: middle;
}
.planFrame_itemPriceList{
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.planFrame_itemPriceList li{
  font-weight: 500;
  line-height: 1.5;
}
.planFrame_itemPriceList li .yen{
  font-size: 22px;
}
.planFrame_itemPriceList li .num{
  font-size: 28px;
}
.planFrame_itemPriceList li .tax{
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .planFrame_itemIcon{
    margin-top: 15px;
  }
  .planFrame_itemIcon.circle-2{
    width: 152px;
  }
  .planFrame_itemIcon.circle-3{
    width: 233px;
  }
  .planFrame_itemText02{
    margin-top: 10px;
  }
  .planFrame_itemTitle03{
    margin-top: 20px;
  }
  .planFrame_itemTitle03::before{
    top: -1px;
    width: 10px;
    height: 10px;
  }
  .planFrame_itemPriceList li .yen{
    font-size: 18px;
  }
  .planFrame_itemPriceList li .num{
    font-size: 24px;
  }
  .planFrame_itemPriceList li .tax{
    font-size: 13px;
  }
}

.planFrame_itemBenefits{
  padding-top: 115px;
}
.benefitsWrapper{
  background-color: #f6f4f1;
  border-radius: 28px;
  padding: 5px 25px;
  position: relative;
}
.benefits_itemIcon{
  position: absolute;
  top: -47px;
  left: -38px;
  width: 113px;
}
@media screen and (max-width: 768px) {
  .planFrame_itemBenefits{
    padding-top: 50px;
  }
  .benefitsWrapper{
    border-radius: 14px;
    padding: 5px 15px;
  }
  .benefits_itemIcon{
    top: -30px;
    left: -20px;
    width: 74px;
  }
}
.benefitsBlock{
  display: flex;
  justify-content: space-between;
  gap: 0 42px;
  position: relative;
}
.benefitsBlock::after{
  content: "";
  width: 3px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 3px dotted #d0c7b5;
}
.benefits_item{
  width: calc((100% - 42px) / 2);
  padding: 20px 0 25px;
  text-align: center;
}
.benefitsBlock.block01 .benefits_item{
  border-bottom: 3px dotted #d0c7b5;
}
@media screen and (max-width: 768px) {
  .benefitsBlock{
    display: block;
  }
  .benefitsBlock::after{
    display: none;
  }
  .benefits_item{
    width: 100%;
    padding: 20px 0 25px;
  }
  .benefitsBlock.block02 .benefits_item:nth-child(1){
    border-bottom: 3px dotted #d0c7b5;
  }
}

.benefits_itemImg{
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefitsBlock.block01 .benefits_itemImg{
  height: 134px;
}
.benefitsBlock.block02 .benefits_itemImg{
  height: 130px;
}
.benefits_itemTitle{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.benefits_itemText01{
  margin-top: 10px;
}
.benefits_itemText02{
  font-size: 14px;
  margin-top: 5px;
}

.benefits_itemLink{
  margin-top: 10px;
}
.benefits_itemLink a.omiyaLink{
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .benefits_itemTitle{
    font-size: 21px;
  }
  .benefits_itemText02{
    font-size: 12px;
  }
  .benefits_itemLink{
    margin-top: 10px;
  }
  .benefits_itemLink a.omiyaLink{
    font-size: 14px;
  }
}

.simulationBanner{
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simulationBanner{
    margin-top: 30px;
  }
}

.planCheckBox{
  margin-top: 70px;
  padding: 60px 60px;
  position: relative;
  text-align: center;
  background-color: #fff;
  background-image :
    linear-gradient(to right, #968159, #968159 8px, transparent 4px, transparent 12px),
    linear-gradient(to bottom, #968159, #968159 8px, transparent 4px, transparent 12px),
    linear-gradient(to left, #968159, #968159 8px, transparent 4px, transparent 12px),
    linear-gradient(to top, #968159, #968159 8px, transparent 4px, transparent 12px);
  background-size:
    12px 2px,
    2px 12px,
    12px 2px,
    2px 12px;
  background-position:
    left top,
    right top,
    right bottom,
    left bottom;
  background-repeat:
    repeat-x,
    repeat-y,
    repeat-x,
    repeat-y;
}
.planCheckBox_icon{
  position: absolute;
  top: -32px;
  left: -40px;
  width: 113px;
}
.planCheckBox_title{
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #968159;
}
.planCheckBox_text{
  margin-top: 30px;
  line-height: 2;
}

.omiyaBannerSection{
  padding: 90px 0 70px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .planCheckBox_icon{
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .planCheckBox{
    margin-top: 30px;
    padding: 30px 15px;
    background-image :
      linear-gradient(to right, #968159, #968159 6px, transparent 3px, transparent 9px),
      linear-gradient(to bottom, #968159, #968159 6px, transparent 3px, transparent 9px),
      linear-gradient(to left, #968159, #968159 6px, transparent 3px, transparent 9px),
      linear-gradient(to top, #968159, #968159 6px, transparent 3px, transparent 9px);
    background-size:
      9px 2px,
      2px 9px,
      9px 2px,
      2px 9px;
  }
  .planCheckBox_icon{
    position: absolute;
    top: -30px;
    left: -10px;
    width: 74px;
  }
  .planCheckBox_title{
    font-size: 24px;
  }
  .planCheckBox_text{
    margin-top: 20px;
  }

  .omiyaBannerSection{
    padding: 45px 0 35px;
  }
}

/* Meaning */
.meaningSection{
  position: relative;
  padding-top: 82px;
  padding-bottom: 120px;
  z-index: 1;
}
.meaningInner{
  position: relative;
  z-index: 2;
}
.meaning_obj02{
  position: absolute;
  z-index: 1;
  top: 118px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 145px;
}
.meaning_obj02 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.meaning_obj03{
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: calc(50% + 460px);
  width: 190px;
}
@media screen and (max-width: 1250px) {
  .meaning_obj03{
    left: auto;
    right: 0;
  }
}

.meaning_obj01{
  position: absolute;
  z-index: 0;
  top: 262px;
  left: 0;
  width: 100%;
  height: calc(100% - 262px);
  background-color: #f9fbf1;
}
@media screen and (max-width: 768px) {
  .meaningSection{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .meaning_obj02{
    top: 70px;
    height: 10vw;
  }
  .meaning_obj03{
    width: 120px;
  }
  .meaning_obj01{
    top: calc(70px + 10vw);
    height: calc(100% - (70px + 10vw));
  }
}

.meaningSection .h201_obj.obj01{
  right: calc(100% - 5px);
  top: -82px;
  width: 95px;
  z-index: 0;
}
.meaningSection .h201_obj.obj02{
  left: calc(100% + 28px);
  top: 55px;
  width: 68px;
  z-index: 0;
}

.meaningSection .h201 .text_jp{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .meaningSection .h201_obj.obj01{
    top: -22px;
    width: 47px;
  }
  .meaningSection .h201_obj.obj02{
    left: calc(100% + 14px);
    top: 22px;
    width: 34px;
  }

  .meaningSection .h201 .text_jp{
    margin-top: 20px;
  }
}

.meaningBlock{
  display: flex;
  margin-top: 80px;
}
.meaningBlock_img{
  width: 50%;
  height: 633px;
  overflow: hidden;
}
.meaningBlock_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.meaningBlock_text{
  width: 47%;
  max-width: 530px;
  padding: 105px 0 0 96px;
  box-sizing: border-box;
}
.meaningBlock_title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.meaningBlock_title .s{
  font-size: 80%;
}
.meaningBlock_paragraph{
  line-height: 2;
}
.meaningBlock_title + .meaningBlock_paragraph{
  margin-top: 15px;
}
.meaningBlock_paragraph + .meaningBlock_title{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .meaningBlock{
    display: block;
    margin-top: 40px;
  }
  .meaningBlock_img{
    width: 100%;
    height: auto;
  }
  .meaningBlock_img img{
    object-fit: contain;
  }
  .meaningBlock_text{
    width: 100%;
    max-width: none;
    padding: 30px 3% 80px;
  }
  .meaningBlock_title{
    font-size: 18px;
  }
  .meaningBlock_title + .meaningBlock_paragraph{
    margin-top: 5px;
  }
  .meaningBlock_paragraph + .meaningBlock_title{
    margin-top: 30px;
  }
}

/* Growing */
.growingSection{
  position: relative;
  padding-top: 180px;
  padding-bottom: 225px;
  z-index: 2;
  margin-top: -25px;
  overflow: hidden;
}
.growingInner{
  position: relative;
  z-index: 2;
}
.growing_obj02{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 145px;
}
.growing_obj02 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.growing_obj01{
  position: absolute;
  z-index: 0;
  top: 144px;
  left: 0;
  width: 100%;
  height: calc(100% - 144px);
  background-color: #ebf7fa;
}
@media screen and (max-width: 768px) {
  .growingSection{
    padding-top: 80px;
    padding-bottom: 180px;
    margin-top: -20px;
  }
  .growing_obj02{
    height: 10vw;
  }
  .growing_obj01{
    top: 10vw;
    height: calc(100% - 10vw);
  }
}

.growingSection .h201_obj.obj01{
  right: calc(100% - 35px);
  top: -35px;
  width: 180px;
}
.growingSection .h201_obj.obj02{
  left: calc(100% + 10px);
  top: -20px;
  width: 103px;
}
.growingSection .h201 .text_jp{
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .growingSection .h201_obj.obj01{
    right: calc(100% - 20px);
    top: -20px;
    width: 90px;
  }
  .growingSection .h201_obj.obj02{
    left: calc(100% + 5px);
    top: -10px;
    width: 51px;
  }
  .growingSection .h201 .text_jp{
    margin-top: 30px;
  }
}

.growing_lead{
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .growing_lead{
    margin-top: 20px;
  }
}

.growingFlex{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 225px;
}
.growingHead + .growingFlex{
  margin-top: 130px;
}

.growingFlex.right_img{
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .growingFlex{
    display: block;
    margin-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .growingHead + .growingFlex{
    margin-top: 60px;
  }
}

.growingFlex_imgBox{
  width: 47%;
  max-width: 852px;
  position: relative;
  box-sizing: border-box;
}
.growingFlex_textBox{
  width: 47%;
  max-width: 852px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.growingFlex_imgBoxInner{
  width: 100%;
  height: 0;
  padding-top: 57.5%;
  position: relative;
}

.growingFlex.left_img .growingFlex_imgBox{
  padding-right: 10px;
}
.growingFlex.right_img .growingFlex_imgBox{
  padding-left: 30px;
}
.growingFlex.left_img .growingFlex_textBox{
  padding-left: 55px;
}
.growingFlex.right_img .growingFlex_textBox{
  padding-right: 47px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .growingFlex_imgBox{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .growingFlex_textBox{
    width: 100%;
    display: block;
  }

  .growingFlex.left_img .growingFlex_imgBox{
    padding-right: 0;
  }
  .growingFlex.right_img .growingFlex_imgBox{
    padding-left: 0;
  }
  .growingFlex.left_img .growingFlex_textBox{
    padding-left: 0;
  }
  .growingFlex.right_img .growingFlex_textBox{
    padding-right: 0;
  }
}

.growingFlex.left_img .growingFlex_img{
  clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 60px, 100% 100%, 55px 100%, 0 calc(100% - 60px));
}
.growingFlex.right_img .growingFlex_img{
  clip-path: polygon(55px 0, 100% 0, 100% calc(100% - 60px),calc(100% - 55px) 100%, 0 100%, 0 60px);
}

.growingFlex.left_img .growingFlex_imgBoxInner::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: -28px;
  background-image: url(../img/omiya/2405/tile_left.png);
  clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 60px, 100% 100%, 55px 100%, 0 calc(100% - 60px));
}
.growingFlex.right_img .growingFlex_imgBoxInner::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -28px;
  background-image: url(../img/omiya/2405/tile_right.png);
  clip-path: polygon(55px 0, 100% 0, 100% calc(100% - 60px),calc(100% - 55px) 100%, 0 100%, 0 60px);
}
@media screen and (max-width: 1400px) {
  .growingFlex.left_img .growingFlex_imgBoxInner::after{
    bottom: -20px;
    left: -14px;
  }
  .growingFlex.right_img .growingFlex_imgBoxInner::after{
    bottom: -20px;
    right: -14px;
  }
}
@media screen and (max-width: 768px) {
  .growingFlex.left_img .growingFlex_img{
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 30px, 100% 100%, 25px 100%, 0 calc(100% - 30px));
  }
  .growingFlex.right_img .growingFlex_img{
    clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 30px),calc(100% - 25px) 100%, 0 100%, 0 30px);
  }
  .growingFlex.left_img .growingFlex_imgBoxInner::after{
    bottom: -10px;
    left: -8px;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 30px, 100% 100%, 25px 100%, 0 calc(100% - 30px));
  }
  .growingFlex.right_img .growingFlex_imgBoxInner::after{
    bottom: -10px;
    right: -8px;
    clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 30px),calc(100% - 25px) 100%, 0 100%, 0 30px);
  }

}

.growingFlex_img{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.growingFlex_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.growingFlex_imgBg{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.growingFlex_cloud{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: calc(545px + 19vw);
  height: auto;
}
.growingFlex.left_img .growingFlex_textBox .growingFlex_cloud{
  left: calc(-9vw + 55px);
}
.growingFlex.right_img .growingFlex_textBox .growingFlex_cloud{
  right: calc(-9vw + 47px);
}
.growing_catTag{
  position: absolute;
  z-index: 2;
  top: -35px;
}
.growing_catTag.tag01{
  width: 248px;
  top: -125px;
  left: 438px;
}
.growing_catTag.tag02{
  width: 277px;
  top: -100px;
  right: 468px;
}
.growing_catTag.tag03{
  width: 248px;
  top: -125px;
  left: 438px;
}
.growing_catTag.tag04{
  width: 249px;
  top: -125px;
  right: 468px;
}
@media screen and (max-width: 1400px) {
  .growing_catTag.tag01{
    width: 17.7143vw;
    top: -115px;
    left: auto;
    right: -3%;
  }
  .growing_catTag.tag02{
    width: 19.7857vw;
    top: -100px;
    right: auto;
    left: -3%;
  }
  .growing_catTag.tag03{
    width: 17.7143vw;
    top: -115px;
    left: auto;
    right: -3%;
  }
  .growing_catTag.tag04{
    width: 17.7857vw;
    top: -135px;
    right: auto;
    left: -3%;
  }
}

@media screen and (max-width: 768px) {
  .growingFlex_cloud{
    width: 150%;
    top: -20%;
  }
  .growingFlex.left_img .growingFlex_textBox .growingFlex_cloud{
    left: 50%;
    transform: translateX(-50%);
  }
  .growingFlex.right_img .growingFlex_textBox .growingFlex_cloud{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .growingFlex.cat_1-3month .growingFlex_cloud{
    width: 180%;
    top: -10%;
  }
  .growing_catTag.tag01{
    width: 124px;
    top: -30px;
  }
  .growing_catTag.tag02{
    width: 139px;
    transform: rotate(25deg);
    top: -30px;
    left: auto;
    right: -3%;
  }
  .growing_catTag.tag03{
    width: 124px;
    top: -30px;
  }
  .growing_catTag.tag04{
    width: 125px;
    transform: rotate(25deg);
    top: -30px;
    left: auto;
    right: -3%;
  }
}

.growingFlex_textBoxInner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 545px;
}

.growingFlex_title{
  font-size: 38px;
  font-weight: 600;
  color: #968159;
  letter-spacing: 0.15em;
}
.growingFlex_paragraph{
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .growingFlex_title{
    font-size: 22px;
  }
  .growingFlex_paragraph{
    margin-top: 10px;
  }
}

.growingFlex_link .desc_btn{
  width: 285px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 30px;
  line-height: 56px;
}
.growingFlex_link .desc_btn::after{
  display: none;
}

/* Faq */
.faqSection{
  position: relative;
  padding-top: 125px;
  padding-bottom: 120px;
  z-index: 3;
  margin-top: -25px;
  overflow: hidden;
}
.faqInner{
  position: relative;
  z-index: 2;
}
.faq_obj02{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 145px;
}
.faq_obj02 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq_obj01{
  position: absolute;
  z-index: 0;
  top: 144px;
  left: 0;
  width: 100%;
  height: calc(100% - 144px);
  background-color: #f6f5f2;
}
@media screen and (max-width: 768px) {
  .faqSection{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -25px;
  }
  .faq_obj02{
    height: 10vw;
  }
  .faq_obj01{
    top: 10vw;
    height: calc(100% - 10vw);
  }
}

.faqSection .h201_obj{
  left: calc(100% - 8px);
  top: -10px;
  width: 103px;
}
.faqSection .h201 .text_jp{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faqSection .h201_obj{
    left: calc(100% - 16px);
    top: -10px;
    width: 52px;
  }
  .faqSection .h201 .text_jp{
    margin-top: 30px;
  }
}

.faqSection .qaBox_list{
  margin-top: 50px;
}
.faqSection .qa{
  background-color: #fff;
  padding: 20px 40px 20px;
  border-radius: 30px;
}
.faqSection .qa .q{
  background: none;
  position: relative;
  padding: 8px 40px 8px 70px;
  border-bottom: none;
  font-size: 18px;
  font-weight: 600;
}
.faqSection .qa .q::before{
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/omiya/2405/q.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.faqSection .qa .q .icon{
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.faqSection .qa .q .icon::before,
.faqSection .qa .q .icon::after{
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dfbf5c;
  transition: all 0.2s;
}
.faqSection .qa .q .icon::after{
  transform: rotate(90deg);
}
.faqSection .qa.open .q .icon::after{
  transform: rotate(0);
}
.faqSection .qa .a{
  background: none;
  position: relative;
  padding: 28px 40px 8px 70px;
  border-bottom: none;
  line-height: 2;
  margin-top: 20px;
}
.faqSection .qa .a::before{
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url(../img/omiya/2405/a.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .faqSection .qaBox_list{
    margin-top: 30px;
  }
  .faqSection .qaBox_list{
    margin-top: 50px;
  }
  .faqSection .qa{
    padding: 15px 15px 15px;
    border-radius: 15px;
  }
  .faqSection .qa .q{
    padding: 4px 30px 4px 45px;
    font-size: 14px;
  }
  .faqSection .qa .q::before{
    width: 32px;
    height: 32px;
  }
  .faqSection .qa .q .icon{
    top: 4px;
    width: 18px;
    height: 18px;
  }
  .faqSection .qa .q .icon::before,
  .faqSection .qa .q .icon::after{
    top: 9px;
    height: 2px;
  }
  .faqSection .qa .a{
    padding: 14px 30px 4px 45px;
    margin-top: 10px;
  }
  .faqSection .qa .a::before{
    width: 32px;
    height: 32px;
    top: 10px;
  }
}

.faqSection .qa.open .a{
  border-top: 3px dotted #dfbf5c;
}

.faqSection .qa.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}


.omiyaTitle {
  text-align: center;
  margin-bottom: 40px;
}

/* carousel */
.carousel {
  position: relative;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .carousel {
    width: 90%;
    margin: 20px auto 0;
  }
}

.carousel_arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .carousel_arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.carousel_arrow.prev {
  left: -25px;
  background-image: url(../img/omiya/2405/btn_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .carousel_arrow.prev {
    left: -15px;
  }
}
.carousel_arrow.next {
  right: -25px;
  background-image: url(../img/omiya/2405/btn_next.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .carousel_arrow.next {
    right: -20px;
  }
}

.carousel_boxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carousel_box__item {
  display: block;
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 1.333%;
}
.carousel_box__item:nth-child(4n) {
  margin-right: 0;
}
.carousel_box__item img {
  width: 100%;
}

/* 2024.04.17 追加 */
.desc_btn {
  position: relative;
  display: block;
  width: 300px;
  height: 60px;
  line-height: 58px;
  padding: 0 60px;
  border-radius: 30px;
  margin: 30px auto 0;
  border: 2px solid #968159;
  background-color: #968159;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.desc_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.desc_btn:hover {
  background-color: #fff;
  color: #968159;
  opacity: 1;
}
.desc_btn:hover::before {
  border-top: solid 1px #968159;
  border-right: solid 1px #968159;
}
.desc_btn::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  border-radius: 30px;
  position: absolute;
  bottom: -7px;
  left: -1px;
  z-index: -1;
  border: 2px solid #968159;
  transition: all 0.5s;
}
.desc_btn:hover::after {
  bottom: 0;
}

.blog_btn,
.faq_btn {
  margin: 0 auto;
  text-align: center;
  width: 380px;
  height: 80px;
  border-radius: 40px;
  line-height: 78px;
  box-sizing: border-box;
}
.blog_btn,
.faq_btn{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .blog_btn,
  .faq_btn {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
  }
  .blog_btn,
  .faq_btn{
    margin-top: 30px;
  }
}
.blog_btn::after{
  border-radius: 40px;
}
.faq_btn::after{
  display: none;
}
@media screen and (max-width: 768px) {
  .blog_btn::after,
  .faq_btn::after{
    border-radius: 30px;
  }
}
.blog_btn::before,
.faq_btn::before{
  right: 30px;
}
.blog_btn:hover,
.faq_btn:hover{
  cursor: pointer;
}
.blog_btn.is-btn-hidden,
.faq_btn.is-hidden {
  display: none;
}
.blog_btn::before,
.faq_btn::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.blog_item.is-hidden{
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.wedding-link-list{
  display: none;
}
.wedding-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wedding-link-btn.btn-contact .wedding-link{
  background-color: #000;
  background-image: url(img/2310/parts01.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: bottom right;
}
.wedding-link-inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wedding-link-icon{
  margin-right: 6px;
}
.wedding-link-icon svg{
  display: block;
  width: 100%;
  height: auto;
}
.wedding-link-text{
  line-height: 1;
}
.wedding-link-btn.btn-contact .wedding-link-text{
  color: #fff;
  font-size: 15px;
}
.wedding-link-icon.icon-contact{
  width: 16px;
}
.wedding-link-icon .icon-access-1,
.wedding-link-icon .icon-plan-1,
.wedding-link-icon .icon-instagram-1{
  fill-rule: evenodd;
}
.wedding-link-icon .icon-contact-1{
  fill: #fff;
  fill-rule: evenodd;
}
@media screen and (max-width: 960px) {
  .wedding-link-list{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .wedding-link-btn{
    flex: 1;
    width: 25%;
    height: 66px;
  }
  .wedding-link-btn.btn-contact .wedding-link{
    background-image: none;
  }
  .wedding-link-btn.btn-access,
  .wedding-link-btn.btn-plan,
  .wedding-link-btn.btn-instagram{
    display: block;
  }
  .wedding-link-inner{
    display: block;
  }
  .wedding-link-icon{
    display: block;
  }
  .wedding-link-text{
    display: block;
    font-size: 13px;
  }
  .wedding-link-icon{
    display: flex;
    align-items: center;
    height: 21px;
    margin: 0 auto 5px;
  }
  .wedding-link-icon.icon-access{
    width: calc(41px * 0.5);
  }
  .wedding-link-icon.icon-plan{
    width: calc(46px * 0.5);
  }
  .wedding-link-icon.icon-instagram{
    width: calc(42px * 0.5);
  }
  .wedding-link-icon.icon-contact{
    width: calc(40px * 0.5);
  }
  .wedding-link-btn.btn-contact .wedding-link-text{
    font-size: 13px;
  }
  .wedding-link-btn.btn-contact .wedding-link-text .pc{
    display: none;
  }
  .abs_btn_line{
    display: none;
  }
}

/* header-info */
@media screen and (max-width: 1024px) {
  #pageHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
}

.header-info{
  display: none;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  body.is-scrolled .header-info,
  .header-info{
    width: 100%;
    padding-top: 0;
    height: calc(24vw - 13vw);
    background-color: #fff;
    position: fixed;
    top: 97px;
    left: 0;
    z-index: 10;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
  }
  .header-infoInner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .header-info-tel {
    width: calc(100% / 3);
    height: 100%;
  }
  .header-info-list{
    display: flex;
    width: calc(100% - (100% / 3));
    height: 100%;
  }
  .header-info-listItem{
    width: 50%;
    position: relative;
  }
  .header-info-listItem::before{
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    border-left: 2px dotted #9F9F9F;
    position: absolute;
    top: 25%;
    left: 0;
  }
  .header-info-tel .phoneNumber,
  .header-info-link{
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-info-tel .phoneNumber .sp,
  .header-info-link .sp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: calc(3.47vw * 0.8);
  }
  .header-info-tel .phoneNumber .sp svg{
    width: 1.87vw;
    height: auto;
    margin-right: 0.8vw;
  }
  .header-info-link.line svg,
  .header-info-link.web svg{
    margin-right: 0.8vw;
    width: 4vw;
    height: auto;
  }
  .header-info-link.line svg path,
  .header-info-link.web svg path{
    fill: black;
  }
}

@media screen and (max-width: 639px) {
  body.is-scrolled .header-info,
  .header-info{
    height: calc(30vw - 16.33vw);
    top: 50px
  }
  .header-info-tel .phoneNumber .sp,
  .header-info-link .sp{
    font-size: 3.47vw;
  }
}

/* banner */
.floating-bannerBox{
  position: fixed;
  z-index: 5;
  bottom: 2vw;
  right: 2vw;
}
.floating-banner{
  position: relative;
  z-index: 1;
  max-width: 475px;
}
.floating-banner a{
  display: block;
  position: relative;
  z-index: 1;
}
.floating-banner::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.floating-banner-close{
  position: absolute;
  z-index: 2;
  top: -24px;
  right: -28px;
  width: 71px;
}

.floating-bannerBox.hide{
  display: none;
}

@media screen and (max-width: 1024px) {
  .floating-bannerBox{
    position: fixed;
    right: 0;
    bottom: 2vw;
    padding: 0 4vw;
    transition: all 0.4s;
  }
  .floating-banner-close{
    top: -5vw;
    right: -3vw;
    width: 16vw;
  }
}

@media screen and (max-width: 430px) {
  .floating-bannerBox{
    right: auto;
    left: auto;
  }
}


.planFrame_optionList {
	position: relative;
	width: 100%;
	margin: 50px 0 40px;
	padding: 20px 0;
	border-top: 1px solid #5da7c4;
	border-bottom: 1px solid #5da7c4;
	border-radius: 15px;
}

.planFrame_optionList::before {
	position: absolute;
	content: "";
	inset: 5px 0px auto;
	margin-inline: auto;
	width: calc(100% - 0.5vw);
	height: 1px;
	background-color: #5da7c4;
}

.planFrame_optionList::after {
	position: absolute;
	content: "";
	inset: auto 0px 5px;
	margin-inline: auto;
	width: calc(100% - 0.5vw);
	height: 1px;
	background-color: #5da7c4;
}

.planFrame_optionList ul {
	padding: 0 30px;

}

.planFrame_optionList li {
	margin-top: 5px;
	line-height: 1.5;
}

.planFrame_optionList li::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #5da7c4;
	margin-right: 4px;
	vertical-align: middle;
}

.planFrame_itemText03 {
	margin-top: 10px;
	font-size: 14px;
	color: #5da7c4;
	padding: 0 30px;

}

.planFrame_optionList--ttl {
	position: absolute;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0 15px;
	background-color: #fff;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	color: #5da7c4;
}

.planFrame_optionList--ttl span {
	font-size: 15px;
}

@media only screen and (max-width: 768px) {
	.planFrame_optionList ul {
		padding: 0;

	}

	.planFrame_optionList::before {
		width: calc(100% - 1.1vw);
	}

	.planFrame_optionList::after {
		width: calc(100% - 1.1vw);
	}

	.planFrame_itemText03 {
		padding: 0;

	}

	.planFrame_optionList--ttl {
		font-size: 3.6vw;
		line-height: 16px;
		text-align: center;
		padding: 0;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		width: 50vw;
	}

	.planFrame_optionList--ttl span {
		font-size: 2.8vw;
	}
}