@charset "UTF-8";
.pre-inc {
  /*********キャンペーン************/
  /*********追加コンテンツ*********/
  /*
  .sine_1 {
    width: 100%;
    position: relative;
    transition: all 2s;
  }
  .active .sine_1 {
      opacity: 0;
      transition: all 2s;
  }
  .sine_2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 2s;
  }
  .active .sine_2 {
    opacity: 1;
    transition: all 2s;
  }*/
}
.pre-inc .top_wrapp {
  --en: "Sorts Mill Goudy", serif;
  font-family: "Noto Serif JP", sans-serif;
  overflow-x: hidden;
  /***シーン1***/
  /* コンテナのスタイル設定 */
  /***view***/
  /* コンテナのスタイル設定 */
  /* 画像のスタイル設定 */
}
.pre-inc .top_wrapp .dib {
  display: inline-block;
}
.pre-inc .top_wrapp .commingsoon {
  pointer-events: none;
}
.pre-inc .top_wrapp .top_contents_inner {
  position: relative;
  width: 80%;
  max-width: 880px;
  margin: auto;
}
.pre-inc .top_wrapp .top_contents_mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pre-inc .top_wrapp .top_contents_mv .visual {
  pointer-events: none;
}
.pre-inc .top_wrapp .top_contents_mv .mv_title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: calc(120/1280 * 100vw);
  margin: auto;
  width: calc(300/1280 * 100vw);
  aspect-ratio: 300/250;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_mv .mv_title {
    top: calc(100/1280 * 100vw);
    width: calc(400/1280 * 100vw);
  }
}
.pre-inc .top_wrapp .top_contents_mv .mv1_text {
  width: 30%;
  position: absolute;
  top: 45%;
  left: 13%;
  transform: scale(1.1);
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease-out;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_mv .mv1_text {
    width: 20%;
    position: absolute;
    top: 5%;
    left: 42%;
  }
}
.pre-inc .top_wrapp .top_contents_mv .mv2_text {
  width: 44%;
  position: absolute;
  top: 22%;
  left: 28%;
  transform: translateY(25%);
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease-out;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_mv .mv2_text {
    width: 84%;
    position: absolute;
    top: 14%;
    left: 8%;
  }
}
.pre-inc .top_wrapp .top_contents_mv .mv3_text {
  width: 14%;
  position: absolute;
  top: 16%;
  left: 43%;
  transform: scale(1.1);
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease-out;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_mv .mv3_text {
    width: 40%;
    position: absolute;
    top: 13%;
    left: 30%;
  }
}
.pre-inc .top_wrapp .top_contents_mv .cap {
  position: absolute;
  bottom: 1rem;
  right: 15px;
  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 .top_wrapp .top_contents_mv .add-animation .mv1_text {
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.pre-inc .top_wrapp .top_contents_mv .add-animation .mv2_text {
  transform: translateY(0%);
  opacity: 1;
  filter: blur(0px);
}
.pre-inc .top_wrapp .top_contents_mv .add-animation .mv3_text {
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.pre-inc .top_wrapp .slide-animation {
  animation: fadezoom 3s 0s forwards;
}
.pre-inc .top_wrapp .top_contents_picupNav {
  position: relative;
}
.pre-inc .top_wrapp .top_contents_picupNav::after {
  content: "all image photo";
  position: absolute;
  z-index: 2;
  right: 1em;
  bottom: -2em;
  font-size: 9px;
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_picupNav .picupNav_list {
    flex-direction: column;
  }
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item {
  width: 33.3333333333%;
  height: 275px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_picupNav .picupNav_item {
    width: 100%;
    height: auto;
  }
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item.picupNav_move {
  background-image: url("../images/top/pickupNav_img01.jpg");
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item.picupNav_life {
  background-image: url("../images/top/pickupNav_img02.jpg");
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item.picupNav_feel {
  background-image: url("../images/top/pickupNav_img03.jpg");
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_link {
    min-height: 180px;
    padding: 30px 0;
  }
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail {
  position: relative;
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_title {
  font-size: 30px;
  line-height: 1.2;
  font-family: var(--en);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_text {
    font-size: 20px;
    line-height: 1.65;
  }
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_note {
  font-size: 45%;
  display: block;
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_note.small_2 {
  font-size: 55%;
  display: inline-block;
  transform: translateY(-0.2em);
  letter-spacing: 0;
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_note.small_2 .detail_sup {
  font-size: 80%;
}
.pre-inc .top_wrapp .top_contents_picupNav .picupNav_item .picupNav_detail .detail_sup {
  font-size: 45%;
}
.pre-inc .top_wrapp .top_contents_3 {
  background-image: url(../images/top/pickup_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 {
    padding: 70px 0 20px;
  }
}
.pre-inc .top_wrapp .top_contents_3 .title {
  position: relative;
  font-size: 37px;
  letter-spacing: min(0.25vw, 0.1em);
  line-height: 1.2;
  margin-bottom: 60px;
  padding-top: 25px;
}
.pre-inc .top_wrapp .top_contents_3 .title::after {
  content: "";
  position: absolute;
  width: calc(50% + 50vw);
  height: 1px;
  left: 0;
  top: 0;
  background-color: #aa9241;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .title {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 450px;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(odd) .text_box {
  padding-left: 20px;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(even) .text_box {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item {
    flex-direction: column;
    min-height: auto;
  }
  .pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(odd) {
    flex-direction: column;
  }
  .pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(odd) .text_box {
    padding-left: 0;
  }
  .pre-inc .top_wrapp .top_contents_3 .pickup_item:nth-child(even) .text_box {
    padding-right: 0;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box {
    width: 100%;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box .image_wrap {
  height: 100%;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box .image {
    aspect-ratio: 375/200;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box .image_cap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .image_box .image_cap.wh {
  color: #fff;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 95px 0 75px 0%;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box {
    display: block;
    text-align: center;
    width: 100%;
    padding: 40px 0 45px 0%;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_title .title_ja {
  display: block;
  font-size: 21px;
  margin-top: 0.75em;
  padding: 0 0.05em;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_title .title_ja {
    font-size: 17px;
    padding: 0 0.05em;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_title .title_ja .title_sup {
  font-size: 50%;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_title .title_ja .title_sup {
    font-size: 60%;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_text {
  line-height: 2;
  margin: 45px 0 30px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_text {
    line-height: 2;
    margin: 25px 0 25px;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .pickup_text .small {
  font-size: 70%;
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .button {
  width: 230px;
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item .text_box .button {
    width: 55%;
    margin: auto;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item#move .text_box .pickup_title .title_image {
  width: 185px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item#move .text_box .pickup_title .title_image {
    width: 138px;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item#life .text_box .pickup_title .title_image {
  width: 137px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item#life .text_box .pickup_title .title_image {
    width: 103px;
  }
}
.pre-inc .top_wrapp .top_contents_3 .pickup_item#feel .text_box .pickup_title .title_image {
  width: 152px;
}
@media only screen and (max-width: 768px) {
  .pre-inc .top_wrapp .top_contents_3 .pickup_item#feel .text_box .pickup_title .title_image {
    width: 114px;
  }
}
.pre-inc #campaign_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}
@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 .none_alpha img:hover,
.pre-inc #campaign_block .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%);
  height: 80vh;
  max-height: 689px;
  z-index: 910;
  aspect-ratio: 125/89;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal-cp {
    width: 90%;
    aspect-ratio: auto;
    height: auto;
    max-height: none;
    transition: all 0.3s;
  }
}
.pre-inc #campaign_block .modal__content {
  height: 80vh;
  max-height: 689px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content {
    height: auto;
    width: 98%;
    margin: 0 auto;
    max-height: inherit;
  }
}
.pre-inc #campaign_block .modal__content .modal__bnrImgWrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content .modal__bnrImgWrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.pre-inc #campaign_block .modal__content .modal__bnrImgWrap .modal__bnrImg {
  margin: auto;
  max-width: inherit;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content .modal__bnrImgWrap .modal__bnrImg {
    margin: auto;
    max-height: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
}
.pre-inc #campaign_block .modal__content .modal_link:hover {
  opacity: 0.9;
}
.pre-inc #campaign_block .modal__content .modal_link img:hover {
  opacity: 0.9;
}
.pre-inc .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}
@media (max-width: 767px) {
  .pre-inc .modal__bg {
    height: 100lvh;
    transition: all 0.3s;
  }
}
.pre-inc .btn_close {
  position: absolute;
  display: block;
  width: 50%;
  top: 0;
  right: 0;
  background: #000;
}
.pre-inc .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 .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 .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);
}
@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 .modal_link {
  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 .modal_link {
    top: -30px;
    right: -30px;
    width: 85px;
    height: 85px;
  }
}
.pre-inc .btn_close .modal_link:hover {
  opacity: 0.7;
}
.pre-inc .btn_close .modal_link::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 .modal_link::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 .top_sub_info {
  background-image: url("../images/top/lead_bg.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  padding-top: 40px;
}
.pre-inc .pagecaption.top.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.pre-inc .pagecaption.top .text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  } /* 最初と最後は透明 */
  25% {
    opacity: 1;
  } /* 中間は表示 */
  75% {
    opacity: 1;
  } /* 中間は表示 */
  100% {
    opacity: 0;
  } /* 最初と最後は透明 */
}
.pre-inc .car_wappen {
  position: absolute;
  width: 16%;
  left: 5%;
  bottom: 10px;
  z-index: 3;
}
.pre-inc .cp_wrapp {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 80px;
}
.pre-inc .info_detail {
  padding: 0px 0 0px;
  /*background-image: url(../images/top/lead_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
}
.pre-inc .info_detail .info_detail_wrapp {
  width: 94%;
  max-width: 860px;
  margin: 0 auto 50px;
  position: relative;
  /*margin-top: -90px;*/
  border-top: 1px solid #333;
  padding-top: 20px;
}
.pre-inc .do_text1_wrapp {
  text-align: center;
  /*background: linear-gradient(105deg,rgba(254, 244, 205, 1) 1%, rgba(249, 247, 239, 1) 38%, rgba(249, 247, 239, 1) 64%, rgba(240, 221, 174, 1) 100%);*/
  background: #751414;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .pre-inc .do_text1_wrapp {
    padding: 45px 0;
  }
}
.pre-inc .do_text1_in {
  width: 92%;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pre-inc .do_text1_in {
    width: 96%;
    max-width: inherit;
  }
}
.pre-inc .do_text_wrapp {
  text-align: center;
}
.pre-inc .do_text_wrapp .ttl {
  width: 92%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 50px;
  padding-bottom: 0;
  font-size: min(5.8vw, 80px);
  color: #6f5c33;
  letter-spacing: 0.05em;
}
.pre-inc .do_text_wrapp .ttl small {
  font-size: 60%;
}
.pre-inc .do_text_wrapp .ttl::after {
  display: none;
}
.pre-inc .do_text_wrapp .button {
  width: 80%;
  max-width: 380px;
  margin: auto;
  margin-bottom: 80px;
}
.pre-inc .top_bunner_section {
  width: 90%;
  max-width: 660px;
  margin: 0 auto 50px;
}
.pre-inc .bunner_plan {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 80px;
}
.pre-inc .bunner_plan .pickup_wrap {
  margin-bottom: 25px;
}
.pre-inc .bunner_plan .pickup_wrap .pickup_title {
  /*background:#816e21;*/
  background: linear-gradient(270deg, rgba(129, 110, 33, 0) 0%, rgb(129, 110, 33) 22%, rgb(129, 110, 33) 50%, rgb(129, 110, 33) 69%, rgba(129, 110, 33, 0) 100%);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: min(3.1vw, 35px);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 25px;
}
.pre-inc .bunner_plan .pickup_wrap .pickup_title .title_line {
  /*background:#816e21;*/
  position: relative;
  line-height: 100%;
}
.pre-inc .bunner_plan .pickup_wrap .pickup_title .title_line::before {
  content: "";
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 79%);
  position: absolute;
  top: 49%;
  left: -55%;
}
.pre-inc .bunner_plan .pickup_wrap .pickup_title .title_line::after {
  content: "";
  width: 50%;
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 79%);
  position: absolute;
  top: 49%;
  right: -55%;
}
.pre-inc .bunner_plan .pickup_wrap .pickup_text {
  text-align: center;
  color: #7e6e21;
  font-size: min(2.1vw, 25px);
}
@media screen and (max-width: 798px) {
  .pre-inc .car_wappen {
    width: 31%;
    left: 2%;
    bottom: 6px;
  }
  .pre-inc .info_detail {
    padding: 0px 0 20px;
  }
  .pre-inc .info_detail .info_detail_wrapp {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    transform: translateY(0px);
    margin-top: 0px;
    margin-top: 10px;
  }
  .pre-inc .top_wrapp .do_text_wrapp .ttl {
    margin: 0px auto 30px;
    font-size: min(10.6vw, 66px);
    letter-spacing: 0;
    width: 90%;
  }
  .pre-inc .do_text_wrapp .ttl::after {
    display: none;
  }
  .pre-inc .do_text_wrapp .button {
    width: 70%;
    max-width: inherit;
    margin: auto;
    margin-bottom: 50px;
  }
  .pre-inc .bunner_plan .pickup_wrap {
    margin-bottom: 10px;
  }
  .pre-inc .bunner_plan .pickup_wrap .pickup_title {
    font-size: min(4.1vw, 35px);
    margin-bottom: 10px;
  }
  .pre-inc .bunner_plan .pickup_wrap .pickup_title .title_line::before {
    width: 35%;
    top: 49%;
    left: -40%;
  }
  .pre-inc .bunner_plan .pickup_wrap .pickup_title .title_line::after {
    width: 35%;
    right: -40%;
  }
  .pre-inc .bunner_plan .pickup_wrap .pickup_text {
    font-size: min(4.1vw, 25px);
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=top.css.map */