@charset "UTF-8";
/*! Writen  by SCSS */
.pre-inc {
  background: #fff;
}
.pre-inc .foot_news hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 32px 0;
  padding: 0;
}
.pre-inc .holiday {
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  max-width: 600px;
  margin: 0 auto 20px;
}
.pre-inc .holiday .holiday_ttl {
  font-size: clamp(16px, 1.25vw, 20px);
  margin-bottom: 0.2em;
}
.pre-inc .holiday .holiday_copy {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.4;
}
.pre-inc sup {
  font-size: 0.5em;
}
.pre-inc #header .logo_title .logo_txt {
  color: #333;
  transition: color 0.3s ease-in-out;
}
.pre-inc.s4 #header .logo_title .logo_txt, .pre-inc.scrolled #header .logo_title .logo_txt {
  color: #333;
}
.pre-inc .view_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pre-inc .view_sp {
    display: block;
  }
}

.pre-inc {
  /***MV***/
  /*************************/
}
.pre-inc .sec_main {
  background: rgba(234, 236, 239, 0.2);
}
.pre-inc .visual {
  width: 100%;
  position: relative;
}
.pre-inc .visual .slick-slide .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
}
.pre-inc .visual div .mv_text {
  width: 30%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(6px);
  transition: 1.8s all;
  margin-bottom: 50px;
}
.pre-inc .visual div .mv_text.eon {
  width: 26%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(6px);
  transition: 1.8s all;
  margin-bottom: 50px;
}
.pre-inc .visual div .mv_text.ank {
  width: 60%;
  opacity: 0;
  filter: blur(0px);
  transition: 1.8s all;
  margin-bottom: 0px;
  transform: translate(-50%, -50%) scale(1.05);
}
.pre-inc .visual div.add-animation .mv_text {
  opacity: 1;
  top: 45%;
  filter: blur(0px);
}
.pre-inc .visual div.add-animation .mv_text.eon {
  opacity: 1;
  top: 55%;
  filter: blur(0px);
}
.pre-inc .visual div.add-animation .mv_text.ank {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.pre-inc .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.pre-inc .dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -97%);
}
.pre-inc .dots-wrap li {
  width: 60px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.pre-inc .dots-wrap li:hover,
.pre-inc .dots-wrap li.slick-active {
  background: #af9c63;
}
.pre-inc .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 766px) {
  .pre-inc .visual div .mv_text {
    width: 53%;
  }
  .pre-inc .visual div .mv_text.ank {
    width: 80%;
    transform: translate(-50%, -45%) scale(1.05);
  }
  .pre-inc .visual div .mv_text.eon {
    width: 38%;
    transform: translate(20%, -45%) scale(1);
  }
  .pre-inc .visual div.add-animation .mv_text.eon {
    top: 45%;
  }
  .pre-inc .visual div.add-animation .mv_text.ank {
    opacity: 1;
    top: 45%;
    transform: translate(-50%, -45%) scale(1);
  }
  .pre-inc .dots-wrap li {
    width: 50px;
    height: 5px;
  }
}
.pre-inc .mv_wrapp {
  width: 100%;
  position: relative;
}
.pre-inc .mv_wrapp .mv_image {
  width: 100%;
  position: relative;
  filter: brightness(250%);
  opacity: 0;
  transition: 1.3s all;
}
.pre-inc.s2 .mv_wrapp .mv_image {
  filter: brightness(100%);
  opacity: 1;
}
.pre-inc .mv_wrapp .mv_cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
}
.pre-inc .mv_wrapp .mv_text {
  width: 30%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(6px);
  transition: 1.8s all;
  margin-bottom: 50px;
}
.pre-inc.s3 .mv_wrapp .mv_text {
  opacity: 1;
  top: 45%;
  filter: blur(0px);
}
.pre-inc .point_text_wrapp {
  background: #f8f8f8;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.pre-inc .point_text_wrapp .point-img {
  width: 90%;
  max-width: 1200px;
}
.pre-inc .price_wrapp {
  background: #ebe7de;
  padding: 20px 20px;
  text-align: center;
  position: relative;
}
.pre-inc .price_wrapp .price-img {
  width: 60%;
  max-width: 700px;
}
.pre-inc .price_wrapp.onwappen {
  padding: 40px 20px 0;
  margin-bottom: -5%;
}
.pre-inc .price_wrapp.onwappen .price-img {
  width: 96%;
  max-width: 1500px;
  position: relative;
  z-index: 3;
  transform: translateY(-25%);
}
.pre-inc .price_wrapp.onwappen {
  position: relative;
  background: none;
}
.pre-inc .price_wrapp.onwappen::before {
  content: "";
  background: #ebe7de;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 766px) {
  .pre-inc #main {
    margin-top: 70px;
  }
  .pre-inc .mv_wrapp .mv_text {
    width: 53%;
  }
  .pre-inc .pre-inc .point_text_wrapp .point-img {
    width: 96%;
  }
  .pre-inc .price_wrapp {
    padding: 30px 0px;
  }
  .pre-inc .price_wrapp .price-img {
    width: 80%;
  }
  .pre-inc .price_wrapp.onwappen {
    padding: 40px 0px;
    margin-bottom: 0%;
    background: #ebe7de;
  }
  .pre-inc .price_wrapp.onwappen .price-img {
    width: 96%;
    max-width: 1500px;
    position: relative;
    z-index: 3;
    transform: translateY(0%);
  }
  .pre-inc .price_wrapp.onwappen::before {
    display: none;
  }
  .pre-inc .s3 .mv_wrapp .mv_text {
    top: 40%;
  }
}

.pre-inc {
  /*********NEW_PLAN*********/
  /*******************************/
  /*******************************/
  /******キャンペーン*********/
  /*********キャンペーン************/
  /*********キャンペーン_1************/
}
.pre-inc .banner_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  margin-bottom: clamp(30px, 5%, 60px);
}
@media screen and (max-width: 768px) {
  .pre-inc .banner_wrap {
    gap: 30px 0;
  }
}
.pre-inc .info_bg {
  background: rgba(234, 236, 239, 0.2);
  padding-top: clamp(35px, 4.34%, 80px);
  padding-bottom: clamp(35px, 4.34%, 80px);
}
.pre-inc .info_bg .info_bg_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .info_bg .info_bg_wrap {
    flex-direction: column;
    gap: 30px 0;
  }
}
.pre-inc .info_bg .info_bg_wrap .info_box {
  max-width: 900px;
  width: 100%;
  text-align: center;
  display: grid;
  gap: clamp(20px, 5.56vw, 50px) 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .info_bg .info_bg_wrap .info_box {
    width: 100%;
  }
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.2em;
  line-height: 1;
  font-size: min(3.8vw, 53px);
  letter-spacing: 0.1em;
  color: #947660;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_bg .info_bg_wrap .info_box .info_main {
    font-size: min(7.8vw, 53px);
    letter-spacing: 0;
  }
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_main .info_main_text {
  color: #000;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 15px;
  font-size: 70%;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_bg .info_bg_wrap .info_box .info_main .info_main_text {
    font-size: 54%;
  }
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_main .text_min {
  font-size: 0.7em;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_head {
  width: 100%;
  font-size: clamp(18px, 2.34vw, 22px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.45em;
  margin-bottom: 20px;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_head .text {
  flex-shrink: 0;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_head::before, .pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_head::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_lead {
  font-size: clamp(13px, 1.59vw, 15px);
  line-height: 1.6;
  margin-bottom: 15px;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_list {
  font-size: clamp(14px, 1.91vw, 18px);
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5em;
  line-height: 1.3;
  text-align: left;
}
.pre-inc .info_bg .info_bg_wrap .info_box .info_merit_wrap .info_merit_list .item {
  padding-left: 1em;
  text-indent: -1em;
}
.pre-inc .info_bg .info_bg_wrap .cv_box {
  max-width: 600px;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pre-inc .info_bg .info_bg_wrap .cv_box {
    width: 80%;
    width: 100%;
    /*flex-direction: column;*/
    grid-gap: 18px 0;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .info_bg .info_bg_wrap .cv_box {
    flex-direction: column;
  }
}
.pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box {
  width: 46.67%;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box {
    width: 100%;
  }
}
.pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box .cv_btn {
  padding: 1.5em 0.3em;
  line-height: 1;
  font-size: 24px;
  font-size: 18px;
  gap: 0 1.5em;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box .cv_btn {
    font-size: 18px;
  }
}
.pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box .cv_btn::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.pre-inc .info_bg .info_bg_wrap .cv_box .cv_button_box .cv_btn::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  top: 5%;
  left: 1%;
  border: 1px solid #fff;
}
.pre-inc .info_list_wrap {
  padding-top: clamp(30px, 5%, 60px);
  padding-bottom: clamp(25px, 3.34%, 40px);
  font-size: clamp(14px, 1.29vw, 16px);
}
.pre-inc .info_list_wrap .info_list_head {
  text-align: center;
  line-height: 1;
  margin-bottom: 1em;
}
.pre-inc .info_list_wrap .info_list {
  display: grid;
  gap: 0.8em 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.pre-inc .info_list_wrap .info_list .item {
  display: flex;
  align-items: baseline;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_list_wrap .info_list .item {
    line-height: 1.4;
  }
}
.pre-inc .info_list_wrap .info_list .item dt {
  flex-shrink: 0;
  padding-right: 0.8em;
  margin-right: 0.8em;
  border-right: 1px solid;
}
@media screen and (max-width: 480px) {
  .pre-inc .info_list_wrap .info_list .item dt {
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
}
.pre-inc .lead {
  font-size: clamp(16px, 1.61vw, 20px);
}
.pre-inc .read {
  font-size: clamp(14px, 1.29vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc .read {
    line-height: 1.8;
  }
}
.pre-inc .new_contents_title {
  font-size: min(3.8vw, 40px);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-inc .new_contents_title {
    font-size: min(6.8vw, 40px);
  }
}
.pre-inc .sec_plan_new_wrapp {
  padding: 100px 0;
  background: linear-gradient(90deg, rgb(150, 130, 163) 0%, rgb(2, 57, 114) 100%);
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp {
    padding: 60px 0;
  }
}
.pre-inc .sec_plan_new_wrapp .new_contents_title {
  color: #b49e8d;
}
.pre-inc .sec_plan_new_wrapp .new_contents_title span {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #b49e8d;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.pre-inc .sec_plan_new_wrapp .read {
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .read {
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.8;
  }
}
.pre-inc .sec_plan_new_wrapp .plan_image {
  width: 90%;
  max-width: 710px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .plan_image {
    margin-bottom: 30px;
  }
}
.pre-inc .sec_plan_new_wrapp .plan_image img {
  max-width: inherit;
  width: 100%;
}
.pre-inc .sec_plan_new_wrapp .plan_image .cap {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .plan_image .cap {
    font-size: 10px;
  }
}
.pre-inc .sec_plan_new_wrapp .plan_point {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .pre-inc .sec_plan_new_wrapp .plan_point .point_in {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .point_image {
  position: relative;
  margin-bottom: 20px;
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .point_image .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #000;
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .point_title {
  text-align: center;
  color: #b49e8d;
  margin-bottom: 20px;
  font-size: min(2.8vw, 28px);
  letter-spacing: 0.2em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .plan_point .point_in .point_title {
    margin-bottom: 20px;
    font-size: min(5.8vw, 28px);
  }
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .text {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: min(1.8vw, 20px);
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .plan_point .point_in .text {
    margin-bottom: 10px;
    font-size: min(3.8vw, 20px);
  }
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .bt {
  text-align: center;
  width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_plan_new_wrapp .plan_point .point_in .bt {
    width: 70%;
    margin: 0 auto;
  }
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .bt .bt_link {
  transition: opacity 0.3s ease-in-out;
}
.pre-inc .sec_plan_new_wrapp .plan_point .point_in .bt .bt_link:hover {
  opacity: 0.7;
}
.pre-inc .plan_bt {
  text-align: center;
  width: 57%;
  max-width: 260px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan_bt {
    width: 85%;
    margin: 0 auto;
  }
}
.pre-inc .plan_bt .bt_link {
  transition: opacity 0.3s ease-in-out;
}
.pre-inc .plan_bt .bt_link:hover {
  opacity: 0.7;
}
.pre-inc .sec_pickup {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.pre-inc .pick_up_bunner_wrapp {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .pick_up_bunner {
  width: 45%;
  max-width: 500px;
  margin: 0 auto;
}
.pre-inc .pick_up_bunner .js-modal-btn {
  cursor: pointer;
}
.pre-inc .pick_up_bunner img {
  transition: 0.6s ease-in-out;
}
.pre-inc .pick_up_bunner:hover img {
  opacity: 0.9;
  transform: scale(0.95);
}
@media screen and (max-width: 766px) {
  .pre-inc .pick_up_bunner {
    width: 100%;
    max-width: auto;
    margin: 0 auto 20px;
  }
}
.pre-inc slider {
  margin-inline: auto;
  max-width: 500px;
  width: 80%;
}
.pre-inc .slider-img {
  margin: 0 15px;
}
.pre-inc .slider-img img {
  height: auto;
  width: 100%;
}
.pre-inc .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.pre-inc .prev-arrow {
  left: 18vw;
  z-index: 2;
}
.pre-inc .next-arrow {
  right: 18vw;
  z-index: 2;
  transform: rotate(180deg);
}
.pre-inc .poickcontents_wrapp {
  width: 100%;
}
.pre-inc .poickcontents_wrapp {
  background: #ece9e1;
}
.pre-inc .poickcontents_wrapp .contents_image {
  position: relative;
}
.pre-inc .poickcontents_wrapp .contents_image {
  position: relative;
}
.pre-inc .poickcontents_wrapp .contents_image .side_text {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 5%;
}
.pre-inc .poickcontents_wrapp.rev .contents_image .side_text {
  left: auto;
  right: 0;
}
.pre-inc .poickcontents_wrapp .contents_image .in_text {
  position: absolute;
  text-align: center;
  color: #b49e8d;
  font-size: min(3.8vw, 50px);
  top: 20%;
  width: 100%;
  letter-spacing: 0.3em;
}
.pre-inc .poickcontents_wrapp .contents_image .in_text small.ti_small {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
.pre-inc .poickcontents_wrapp .contents_image .in_text span {
  display: block;
  color: #fff;
  font-size: min(1.8vw, 23px);
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.pre-inc .poickcontents_wrapp .contents_image .in_text small {
  font-size: 60%;
  letter-spacing: 0;
}
.pre-inc .poickcontents_wrapp .contents_image .cap {
  text-align: right;
  padding: 5px 15px;
  font-size: 10px;
  color: #000;
  display: block;
}
.pre-inc .poickcontents_wrapp.rev .contents_image .cap {
  text-align: left;
  padding: 5px 15px;
}
.pre-inc .poickcontents_wrapp .pickup_item {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-inc .poickcontents_wrapp.rev .pickup_item {
  flex-direction: row-reverse;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box {
  width: 45%;
  padding: 0%;
  padding-left: 8%;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_ttl {
  font-size: min(3.8vw, 30px);
  color: #754c24;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_ttl span sup {
  font-size: 55%;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_txt {
  line-height: 2;
  margin: 35px 0 30px;
  color: #000;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_txt .small {
  font-size: 70%;
}
.pre-inc .poickcontents_wrapp .pickup_item .text_box .btn {
  width: 230px;
  max-width: 230px;
}
.pre-inc .poickcontents_wrapp .pickup_item .image_box {
  width: 50%;
  position: relative;
}
.pre-inc .poickcontents_wrapp .pickup_item .image_box .cap {
  color: #000;
  text-align: right;
  font-size: 11px;
  display: block;
}
.pre-inc .poickcontents_wrapp.rev .pickup_item .image_box .cap {
  text-align: left;
}
.pre-inc .poickcontents_wrapp .pickup_item .image_box .box80 {
  width: 80%;
  position: relative;
}
.pre-inc .poickcontents_wrapp .pickup_item .image_box .box80.rig {
  width: 80%;
  margin-left: 20%;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .pre-inc .poickcontents_wrapp .contents_image .in_text {
    font-size: min(8.8vw, 50px);
    top: 20%;
  }
  .pre-inc .poickcontents_wrapp .contents_image .in_text span {
    font-size: min(3.3vw, 23px);
    margin-top: 30px;
  }
  .pre-inc .poickcontents_wrapp .contents_image .side_text {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 12%;
  }
  .pre-inc .poickcontents_wrapp .pickup_item {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .pre-inc .poickcontents_wrapp .pickup_item {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pre-inc .poickcontents_wrapp .pickup_item .text_box {
    width: 100%;
    padding: 0%;
    padding-left: 18%;
    margin-bottom: 25px;
  }
  .pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_ttl {
    font-size: min(5.8vw, 30px);
  }
  .pre-inc .poickcontents_wrapp .pickup_item .text_box .pickup_txt {
    line-height: 2;
    margin: 25px 0 20px;
    color: #000;
  }
  .pre-inc .poickcontents_wrapp .pickup_item .image_box {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .pre-inc .poickcontents_wrapp.rev .pickup_item .text_box {
    padding-left: 6%;
  }
}
.pre-inc .cap_wrap {
  background: #fff;
}
.pre-inc .cap_wrap .cap_inner {
  color: #000;
}
.pre-inc .float-banner {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 8;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.pre-inc .float-banner.is-visible {
  opacity: 1;
  pointer-events: all;
}
.pre-inc .float-banner .banner-space {
  max-width: 320px;
  max-width: 400px;
  position: relative;
}
.pre-inc .weekday-bnr {
  cursor: pointer;
}
.pre-inc .weekday-bnr.linear_top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .pre-inc .weekday-bnr {
    text-align: center;
    margin-top: 30px;
  }
}
.pre-inc .float-close {
  background-color: #444;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: -24px;
  z-index: 800;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pre-inc .float-close {
    display: none;
  }
}
.pre-inc .float-close::before, .pre-inc .float-close::after {
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
}
.pre-inc .float-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pre-inc .float-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pre-inc .banner_linear_wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 30px 0;
  margin-bottom: clamp(40px, 6.67%, 80px);
}
@media screen and (max-width: 768px) {
  .pre-inc .banner_linear_wrap {
    gap: 20px 0;
    max-width: 686px;
  }
}
.pre-inc .banner_linear_wrap .bnr_linear a {
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .pre-inc .banner_linear_wrap .bnr_linear a:hover {
    opacity: 0.7;
  }
}
.pre-inc .banner_box.col2 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.pre-inc .banner_box.col2 .bnner_txt {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 1.93vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0 0.8em;
}
.pre-inc .banner_box.col2 .bnner_txt::before {
  font-size: clamp(18px, 1.93vw, 24px);
  content: "";
  height: 1.4em;
  width: 1px;
  background: #fff;
  transform: rotate(-45deg);
  display: inline-block;
}
.pre-inc .banner_box.col2 .bnner_txt::after {
  font-size: clamp(18px, 1.93vw, 24px);
  content: "";
  height: 1.4em;
  width: 1px;
  background: #fff;
  transform: rotate(45deg);
  display: inline-block;
}
.pre-inc .bnner_limited {
  max-width: 640px;
  margin: 0 auto;
  margin-top: clamp(25px, 3.34%, 40px);
}
.pre-inc .fade_in_bul {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
}
.pre-inc .fade_in_bul.p-view {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}
.pre-inc .cp_wrapp {
  width: 90%;
  max-width: 700px;
  margin: 80px auto 80px;
}
@media (max-width: 767px) {
  .pre-inc .cp_wrapp {
    width: 90%;
    max-width: 900px;
    margin: 40px auto 0px;
  }
}
.pre-inc .cp_wrapp p {
  margin: 15px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pre-inc .cp_wrapp p {
    margin: 15px auto 0;
    text-align: center;
    font-size: 13px;
  }
}
.pre-inc .cp_wrapp p a {
  text-decoration: underline;
  color: #7900f9;
}
.pre-inc .cp_wrapp p.cap {
  margin: 0;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .pre-inc .cp_wrapp p.cap {
    font-size: min(2vw, 10px);
  }
}
.pre-inc .cp_wrapp_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  max-width: 1500px;
  margin: 80px auto 20px;
}
.pre-inc .cp_wrapp_2.ank {
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.pre-inc .cp_wrapp_2 .cp_wrapp_in.ank {
  width: 42%;
}
.pre-inc .cp_wrapp_2 .cp_wrapp_in {
  width: 49%;
}
.pre-inc .cp_wrapp_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98%;
  max-width: 2200px;
  margin: 80px auto 20px;
}
.pre-inc .cp_wrapp_3 .cp_wrapp_in {
  width: 32.5%;
}
.pre-inc .top_ftbnr_wrapp {
  background-image: url(../images/top/campaign_bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  padding: 50px 0 50px;
}
.pre-inc .top_ftbnr {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .pre-inc .top_ftbnr_wrapp {
    background-size: cover;
  }
  .pre-inc .cp_wrapp_2 {
    display: block;
    width: 90%;
    margin: 50px auto 0px;
  }
  .pre-inc .cp_wrapp_2.ank {
    gap: 0;
  }
  .pre-inc .cp_wrapp_2 .cp_wrapp_in.ank {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .cp_wrapp_2 .cp_wrapp_in {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .cp_wrapp_3 {
    display: block;
    width: 90%;
    margin: 50px auto 0px;
  }
  .pre-inc .cp_wrapp_3 .cp_wrapp_in {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pre-inc #campaign_block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .pre-inc #campaign_block {
    height: 100lvh;
    transition: all 0.3s;
  }
}
.pre-inc #campaign_block.closed {
  display: none;
}
.pre-inc #campaign_block a.none_alpha img:hover,
.pre-inc #campaign_block a.none_alpha:hover {
  opacity: 1;
}
.pre-inc #campaign_block .modal-cp {
  /*width: 60%;
  max-width: 760px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 60px);
  z-index: 910;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal-cp {
    width: 90%;
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    transition: all 0.3s;
    display: block;
  }
}
.pre-inc #campaign_block .modal__content {
  text-align: center;
  position: relative;
  width: 47.62%;
  position: relative;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content {
    height: auto;
    width: 100%;
    margin: 0 auto 20px;
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content > .modal__bnrImg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.pre-inc #campaign_block .modal__content > .modal__bnrImg .bnr-img {
  margin: auto;
  max-width: inherit;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content > .modal__bnrImg .bnr-img {
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
}
.pre-inc #campaign_block .modal__content > .modal__bnrImg .bnr-img:hover {
  opacity: 0.9;
}
.pre-inc #campaign_block .modal__content:hover {
  opacity: 0.9;
}
.pre-inc #campaign_block .modal__content p.cap {
  margin: 0 auto;
  width: 81%;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content p.cap {
    width: 100%;
    font-size: min(2vw, 10px);
  }
}
.pre-inc .modal__bg {
  height: 100lvh;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pre-inc .modal__bg {
    height: 100lvh;
    transition: all 0.3s;
  }
}
.pre-inc .btn_close {
  position: absolute;
  display: block;
  right: -50px;
  background: #000;
  top: -50px;
}
@media (max-width: 767px) {
  .pre-inc .btn_close {
    position: absolute;
    top: 0px;
    right: 0;
  }
}
@media (max-width: 379px) {
  .pre-inc .btn_close {
    position: absolute;
    top: -35px;
    right: 0;
  }
}
.pre-inc .btn_close .js-modal-close-cp {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -6%;
  width: 85px;
  height: 85px;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
}
@media (max-width: 767px) {
  .pre-inc .btn_close .js-modal-close-cp {
    top: -30px;
    right: -30px;
    width: 85px;
    height: 85px;
  }
}
.pre-inc .btn_close .js-modal-close-cp::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(45deg);
}
.pre-inc .btn_close .js-modal-close-cp::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(-45deg);
}
.pre-inc .btn_close .js-modal-close-cp:hover {
  opacity: 0.7;
}
.pre-inc #campaign_block_1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}
.pre-inc #campaign_block_1.closed {
  display: none;
}
.pre-inc #campaign_block_1 a.none_alpha img:hover,
.pre-inc #campaign_block_1 a.none_alpha:hover {
  opacity: 1;
}
.pre-inc #campaign_block_1 .modal-cp {
  /*width: 60%;
  max-width: 760px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  max-height: 689px;
  z-index: 910;
  aspect-ratio: 125/89;
}
.pre-inc #campaign_block_1 .modal__content {
  height: 80vh;
  max-height: 689px;
  text-align: center;
  position: relative;
}
.pre-inc #campaign_block_1 .modal__content .modal__bnrImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.pre-inc #campaign_block_1 .modal__content img {
  margin: auto;
  max-width: inherit;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pre-inc #campaign_block_1 .btn_close {
  position: absolute;
  display: block;
  width: 50%;
  right: 0%;
  background: #000;
}
.pre-inc #campaign_block_1 .btn_close a {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -6%;
  width: 85px;
  height: 85px;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
}
.pre-inc #campaign_block_1 .btn_close a:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(45deg);
}
.pre-inc #campaign_block_1 .btn_close a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(-45deg);
}
.pre-inc #campaign_block_1 .modal__content a img:hover {
  opacity: 0.9;
}
.pre-inc #campaign_block_1 .modal__content a:hover {
  opacity: 0.9;
}
.pre-inc #campaign_block_1 .btn_close a:hover {
  opacity: 0.7;
}
.pre-inc #campaign_block_1 .modal__content p.cap {
  margin: 0 auto;
  width: 81%;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.pre-inc #campaign_block_1 .cp_wrapp p.cap {
  margin: 0;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.6;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block_1 {
    height: 100lvh;
    transition: all 0.3s;
  }
  .pre-inc #campaign_block_1.modal__content p.cap {
    width: 100%;
    font-size: min(2vw, 10px);
  }
  .pre-inc #campaign_block_1.cp_wrapp p.cap {
    font-size: min(2vw, 10px);
  }
  .pre-inc #campaign_block_1 .modal-cp {
    width: 90%;
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    transition: all 0.3s;
  }
  .pre-inc #campaign_block_1 .modal-cp {
    width: 90%;
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    transition: all 0.3s;
  }
  .pre-inc #campaign_block_1 .modal__content {
    height: auto;
    width: 98%;
    margin: 0 auto;
    max-height: inherit;
  }
  .pre-inc #campaign_block_1 .modal__content .modal__bnrImg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pre-inc #campaign_block_1 .modal__content img {
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .pre-inc #campaign_block_1 .btn_close {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .pre-inc #campaign_block_1 .btn_close a {
    top: -30px;
    right: -30px;
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 379px) {
  .pre-inc #campaign_block_1 .btn_close {
    position: absolute;
    top: -35px;
    right: 0;
  }
}
.pre-inc #campaign_block_1 .cp_wrapp {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 80px;
}
.pre-inc #campaign_block_1 .cp_wrapp p {
  margin: 15px auto 0;
  text-align: center;
}
.pre-inc #campaign_block_1 .cp_wrapp p a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block_1 .cp_wrapp {
    width: 90%;
    max-width: 900px;
    margin: 40px auto 0px;
  }
  .pre-inc #campaign_block_1 .cp_wrapp p {
    margin: 15px auto 0;
    text-align: center;
    font-size: 13px;
  }
}

.modal-video-body {
  max-width: 1100px;
}

/****ページ離脱時****/
.pre-inc .popup {
  display: none; /* 初期状態で非表示 */
  position: fixed; /* 固定位置 */
  top: 0%; /* 画面の縦中央 */
  left: 0%; /* 画面の横中央 */
  z-index: 991; /* 他の要素より前面に表示 */
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.pre-inc .popup_in {
  position: fixed; /* 固定位置 */
  top: 50%; /* 画面の縦中央 */
  left: 50%; /* 画面の横中央 */
  transform: translate(-50%, -50%); /* 中央に寄せるための変形 */
  background-color: #fff; /* 背景色 */
  padding: 20px; /* 内側の余白 */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 影を付ける */
  z-index: 992; /* 他の要素より前面に表示 */
  border-radius: 10px; /* 角丸にする */
  max-width: 660px;
}
.pre-inc .popup::before {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: absolute;
  top: 0;
  empty-cells: 0;
}
.pre-inc .popup p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 200%;
}
.pre-inc .popup p span {
  display: block;
  font-size: min(2.8vw, 20px);
  margin-top: 20px;
}
.pre-inc .popup p a {
  transition: all 0.3s ease-in-out 0s;
}
.pre-inc .popup p a:hover {
  opacity: 0.7;
}
.pre-inc .popup ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.pre-inc .popup ul li {
  margin: 0 5px; /* リストアイテム間の余白 */
  width: 40%;
}
.pre-inc .popup ul li button {
  padding: 10px 20px; /* ボタンの内側の余白 */
  border: none; /* ボーダーを消す */
  background-color: #0073aa; /* ボタンの背景色 */
  color: #fff; /* ボタンの文字色 */
  cursor: pointer; /* カーソルをポインターに */
  border-radius: 5px; /* 角丸にする */
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.pre-inc .popup ul li button.no {
  background-color: #a10202;
}
.pre-inc .popup ul li button:hover {
  background-color: #005f8a;
}
.pre-inc .popup ul li button.no:hover {
  background-color: #690202;
}
.pre-inc .popup .cv_bt {
  width: 90%;
  margin: 0 auto;
}
.pre-inc .popup .cv_bt p {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  border-radius: 5px;
}
.pre-inc .popup .cv_bt p a {
  display: block;
  background: #AD0202;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
}
.pre-inc .popup .cv_bt p a .arrow {
  width: 13px;
  display: block;
  position: absolute;
  top: 45%;
  left: 86%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pre-inc .popup_in {
    width: 90%;
  }
  .pre-inc .popup p {
    text-align: center;
    margin-bottom: 20px;
  }
  .pre-inc .popup p span {
    font-size: min(3.48vw, 20px);
  }
  .pre-inc .popup ul {
    flex-wrap: wrap;
  }
  .pre-inc .popup p {
    font-size: 14px;
  }
  .pre-inc .popup ul li {
    width: 90%;
    margin-bottom: 15px;
  }
  .pre-inc .popup ul li button {
    padding: 10px 20px;
    font-size: 15px;
  }
  .pre-inc .popup .cv_bt p a {
    padding: 20px;
    font-size: 15px;
  }
}/*# sourceMappingURL=top.css.map */