@charset "UTF-8";
/* ---------------------------------------------------------
  TOPページ 独自スタイル
--------------------------------------------------------- */

/*
  メインビジュアル
---------------------------------------------- */
.p-mainViual {
  position: relative;
}

.p-mainViual__image {
  width: 100%;
}

.p-mainViual__image img {
  width: 100%;
}

.p-mainViual__text {
  font-size: 5.33vw;
  text-align: center;
  font-weight: 900;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 1;
  transform: translateX(-50%);
}

.p-mainViual__text span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-mainViual {
    padding-top: 40px;
    width: 90%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-mainViual__text {
    font-size: 40px;
    text-align: left;
    line-height: 1.7;
    left: 48px;
    bottom: 48px;
    transform: inherit;
  }
}

/*
  導入セクション
---------------------------------------------- */
.p-topIntroductionTextContents {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.p-topIntroductionTextContents p + p {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .p-topIntroductionTextContents {
    font-size: 16px;
  }
}

/*
  特徴セクション
---------------------------------------------- */
/* 特徴リスト */
.p-topFeatureList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-topFeatureHeading {
    font-size: 32px;
    margin-bottom: 64px;
  }

  .p-topFeatureHeading__labelWrapper {
    margin-top: -4px;
  }

  .p-topFeatureHeading__label {
    font-size: 18px;
    padding: 11px 16px;
  }

  /* 特徴リスト */
  .p-topFeatureList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  /* 特徴リスト */
  .p-topFeatureList {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* 流れ */
.p-topFlow .c-step__item::before {
  font-family: "Titillium Web", sans-serif;
}

/*
  シリーズセクション
---------------------------------------------- */
.p-topSeriesList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .p-topSeriesList {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-------------------------------------------------top*/
/*#top_page .swiper-wrapper{
    height: 80vh!important;
}*/
#top_page .swiper-slide img {
  width: 100%;
}
#top_page section {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}
.yakuno_map {
  width: 90%;
  max-width: 700px;
  margin: 50px auto 100px;
}
.contents_sns_block .txt_en {
  margin: 0 auto;
  text-align: center;
}
/*-------------------------------------top morebtn button.css*/
.c-button {
  position: relative;
  display: inline-block; /* 行内要素でも効くように */
  text-decoration: none; /* デフォの下線を消す */
  padding-bottom: 2px; /* 下線と文字の間隔を微調整 */
  transition: color 0.18s;
  cursor: pointer;
}
.c-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px; /* 文字からの距離を調整 */
  height: 2px; /* 線の太さ */
  background: currentColor; /* リンク色に合わせる */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  border-radius: 2px;
}
#js-newsMoreButton {
  padding-top: 20px;
  text-align: right;
}
.c-button:hover::after,
.c-button:focus::after {
  transform: scaleX(1); /* 横に伸ばす */
}
.c-button:hover::before,
.c-button:focus::before {
  opacity: 0.55; /* ふわっと見える */
  transform: scaleX(1);
}

/* キーボード操作でも下線が見えるように */
.fluffy-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.12);
}
/*.c-button :hover{
    border-bottom: solid 1px;
    
}*/

/*.c-button {
  color: var(--color-button-text);
  line-height: 1.5;
  background-color: var(--color-button-bg);
  display: inline-block;
  width: 100%;
  max-width: 380px;
  padding: 24px calc(24px + 24px + 8px) 24px 40px;
  border: none;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  appearance: none;
}

.c-button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon_arrow_right_wh.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.c-button:hover::after {
  transform: translate(8px, -50%);
}
*/
/* 外部リンク用 */
.c-button--external {
  transition: 0.3s all ease-in-out;
}

.c-button--external::after {
  width: 16px;
  height: 16px;
  background-image: url("../../images/icon_external_link_wh.svg");
}

.c-button--external:hover {
  opacity: 0.7;
}

.c-button--external:hover::after {
  transform: translateY(-50%);
}
/*-------------------------------------top morebtn end*/

.contents_1box,
.contents_1box img {
  width: 100%;
}
.insta_box {
  margin: auto;
  width: 80%;
  max-width: 400px;
}
.contents_hotline_box {
  width: 100%;
}
.contents_hotline_box .h2_box {
  position: relative;
}
.contents_hotline_box h2 {
  color: #727171;
  position: relative;
  font-weight: 400;
  border-bottom: solid 1px;
  padding: 0 20px 5px;
  font-size: 20px;
  margin-bottom: 100px;
}
.contents_hotline_box h2::after {
  content: "";
  background-image: url("../../../img/common/icon_hot.png");
  width: 120px;
  height: 120px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0px;
}
.contents_hotline_box .h2_en {
  /*text-align: right;
  padding: 5px 5px 0 0;*/
  position: absolute;
  bottom: -30px;
  right: 50px;
}
.img_icon {
  position: absolute;
}
.img_icon_news {
  top: -50px;
  right: 0;
  width: 40px;
}

/*.c-newsList__thumb {
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.c-newsList__thumb img {
  width: 100%;
  height: auto;
  display: block;
}*/
.contents_inner {
  position: relative;
  padding-bottom: 80px;
}
.contents_ttl {
  text-align: center;
  font-size: 24px;
  color: #727171;
  letter-spacing: 2px;
  margin: 1em auto;
}
.contents_1box .contents_txt {
  margin: 5px 15px;
}
.contents_2box .contents_txt {
  margin: 1em 15px 3em;
}
.contents_2box .contents_img img {
  width: 100%;
}
.contents_lnk_btn_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.contents_lnk_btn {
  position: relative;
  margin: 80px auto 0;
  text-align: center;
  width: 100%;
  color: #00a29a;
  font-size: 14px;
}
.contents_lnk_btn::before {
  content: "";
  background-image: url("../../../img/common/icon_lnkbtn.png");
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  top: -55px;
  left: 45%;
  position: absolute;
}
.map_box {
  width: 100%; /* 横幅いっぱい */
  height: 400px; /* 高さはお好みで */
  overflow: hidden;
  position: relative;
}

.map_box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%); /* ← グレーにする！ */
  -webkit-filter: grayscale(100%);
}
.map_txt {
  position: absolute;
  left: 20px;
  top: 100px;
  width: 150px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  /*#top_page section {
  margin-bottom: 15em;
}*/
  .yakuno_map {
    margin: 100px auto 150px;
  }

  .insta_box {
    width: 39%;
    margin-right: 1%;
  }
  .contents_hotline_box {
    width: 55%;
    margin-right: 4%;
    margin-left: 1%;
  }
  .fot_insta_flex {
    flex-direction: row-reverse;
    max-width: 979px;
    margin-right: auto;
    margin-left: auto;
  }
  .contents_sns_block .txt_en {
    text-align: right;
    margin-right: 10%;
  }
  .info_area {
    background-image: url("../../../img/top/img3.webp");
    background-size: cover;
    margin: 0 auto 150px;
    width: 100%;
    padding: 50px 0;
  }
  .info_box {
    width: 650px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #777777;
  }
  .info_logo {
    width: 250px;
  }
  .info_txt {
    width: 250px;
    text-align: center;
    line-height: 2em;
  }
  .info_tel {
    letter-spacing: 1px;
    font-size: 1.5em;
  }
  .info_mail {
    width: 50px;
    padding-right: 5px;
  }

  .contents_ttl {
    margin-top: 0;
    font-size: 30px;
  }

  .contents_2box {
    justify-content: space-between;
  }
  .contents_2box .contents_img {
    width: 40%;
  }
  .contents_2box .contents_inner {
    width: 59%;
    padding-bottom: 50px;
  }
  .flex_row {
    flex-direction: row-reverse;
  }
  .map_box {
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  #top section {
    padding-bottom: 20em;
  }
  .yakuno_map {
    margin: 100px auto 200px;
  }
  .img_yakuno {
    margin-bottom: 20em;
  }
  .fot_insta_flex {
    max-width: 1300px;
  }
  .contents_hotline_box .h2_en {
    right: 70px;
  }

  /*.contents_hotline_box .h2_en {
    margin-top: -30px;
    padding-right: 20px;
  }
  .contents_2box .contents_inner{
        padding: 50px 20px;
}*/
  .contents_2box .contents_img {
    width: 45%;
  }
  .contents_2box .contents_inner {
    width: 54%;
  }

  .contents_2box .contents_inner .contents_txt {
    width: 90%;
    max-width: 500px;
    margin: auto;
  }
  .contents_hotline_box,
  .romance,
  .jyuraku,
  .setsukai {
    position: relative;
  }
  /*  .img_icon {
    position: absolute;
  }*/
  .img_icon_news {
    top: -20px;
    right: 0;
    width: 60px;
  }
  .img_icon_romance {
    bottom: 0;
    left: 2%;
    width: 160px;
  }
  .img_icon_setsukai {
    bottom: 0;
    right: 2%;
    width: 100px;
  }
  .img_icon_jyuraku {
    bottom: 0;
    right: 2%;
    width: 160px;
  }
  .img_icon_begi {
    bottom: 0;
    left: 2%;
    width: 100px;
  }
  .img_icon_shop {
    bottom: 0;
    right: 2%;
    width: 90px;
  }
  .img_icon_people {
    bottom: -30px;
    left: 2%;
    width: 80px;
  }
  .img_icon_vox {
    bottom: -80px;
    right: 1%;
    width: 80px;
  }
  .img_icon_house {
    bottom: -30px;
    left: 1%;
    width: 80px;
  }
}
/*________________________________________________insta*/
.insta_ttl {
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  font-size: 100%; */
}
.insta_ttl p {
  font-size: 1.5em;
}

.insta_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  width: 100%;
}

.insta_list li {
  position: relative;
  width: calc((100% - 20px) / 2);
  list-style: none;
}

.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn {
  background-color: #666666;
  padding: 0.2em 0.6em 0.3em;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.insta_btn a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.insta_btn:hover {
  background-color: #999;
}
@media screen and (min-width: 1400px) {
  .img_icon_news {
    top: -60px;
    right: -20px;
    width: 80px;
  }
  .img_icon_romance {
    left: 5%;
    width: 180px;
  }
  .contents_ttl {
    margin: 1em auto;
  }
  .img_icon_setsukai {
    right: 5%;
    width: 140px;
  }
  .img_icon_jyuraku {
    width: 200px;
  }
  .img_icon_begi {
    width: 160px;
  }
  .img_icon_shop {
    width: 140px;
  }
  .img_icon_people,
  .img_icon_vox,
  .img_icon_house {
    width: 140px;
  }
}
