@charset "UTF-8";
/* =============================================================================


    INDEX


============================================================================= */
.index-ttlbox {
  text-align: center;
}
.index-ttlbox img {
  margin: auto;
  margin-top: -50px;
  width: 110px;
}

.index-ttl-en {
  color: #1d2184;
  font-family: "Lexend", sans-serif;
  font-size: 7.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.index-ttl-jp {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}

.mv {
  padding: 60px 0 0;
}
.mv .inner {
  max-width: 100%;
  padding: 0 24px;
  width: 100%;
}

.mv-img {
  border-radius: 40px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.mv-img img {
  min-height: 600px;
}
.mv-img img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  width: 100%;
}

.mv-searchbox {
  border-radius: 20px;
  left: clamp(40px, 3%, 300px);
  margin: auto;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 350px;
}
.mv-searchbox input,
.mv-searchbox textarea,
.mv-searchbox select {
  padding: 0.85em 0.85em;
}

.form-btn {
  min-width: 100%;
}

.mv-search-box__title {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: -20px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.mv-search-box__title:after {
  background: #fff;
  border-radius: 20px 20px 0 0;
  bottom: 0px;
  content: "";
  height: 65%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.mv-search-box__title:before {
  aspect-ratio: 2/1;
  background: #fff;
  border-radius: 210px 210px 0 0;
  bottom: -32%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  z-index: -1;
}
.mv-search-box__title img {
  width: 120px;
}

.single-search {
  margin: 60px auto 0;
  max-width: 1000px;
}

input.is-date {
  background: #fff;
  padding-left: 10px;
}

.single-search__label {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0.75em;
  min-width: 8em;
}
.single-search__label._arr {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.single-search__item {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-search__item._dt {
  gap: 40px;
}
.single-search__item + .single-search__item {
  margin-top: 32px;
}

.single-search__date {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-search__form__group {
  padding-bottom: 60px;
}

.single-search__car-type,
.single-search__smoking {
  border-top: 1px dotted #1d2184;
  padding: 50px 0;
}

.single-search-car-type-list,
.single-search-smoking-list {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-inline-item {
  border: 1px solid #dddeed;
  border-radius: 10px;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  height: 100px;
  padding: 12px;
  text-align: center;
  width: 100px;
}
.list-inline-item._common {
  aspect-ratio: 1/1;
  width: calc(33.3333333% - 6.6666666667px);
}
.list-inline-item._common._custom {
  width: calc(66.6666666% - 13.3333333333px);
}
.list-inline-item.hit {
  border: 2px solid #1d2184;
}
.list-inline-item img {
  margin-bottom: auto;
  max-width: 56px;
  width: 100%;
}
.list-inline-item._custom {
  width: 210px;
}
.list-inline-item._custom.hit {
  background: #fefcec;
  border: 2px solid #f7931e;
  color: #f7931e;
}
.list-inline-item._custom img {
  visibility: hidden;
}

.list-inline-label {
  margin-top: auto;
}

.mv-content {
  position: relative;
}

.mv-ttl {
  bottom: 20px;
  color: #1d2184;
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(4rem, 5.2vw, 12rem);
  font-weight: normal;
  letter-spacing: 4.8px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  right: 24px;
  text-align: left;
  width: auto;
}
.mv-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffffff));
  background: linear-gradient(transparent 60%, #ffffff 40%);
  padding: 0 0.25em;
  text-align: left;
  text-shadow: rgba(255, 255, 255, 0.7490196078) 0 0 5px;
}
.mv-ttl span > span {
  font-size: 70%;
  font-weight: bold;
  padding: 0;
}

/* =============================================================================


    common


============================================================================= */
.l-content.has-side {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-side {
  margin-left: clamp(-100px, 540px - 50vw + 24px, 0px);
  width: 440px;
}

.search-box {
  background: #1d2184;
  border-radius: 20px;
  padding: 20px;
}

.search-box__title {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.search-box__title img {
  width: 120px;
}

.search-box__form {
  background: #fff;
  border-radius: 20px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.search-box__form:before {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.result-btnbox {
  margin-top: 28px;
}

.search-select {
  width: 100%;
}

.search__item + .search__item {
  margin-top: 16px;
}

.search__label {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  width: 100%;
}

.search__dt-item {
  gap: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-smoking-list,
.search-car-type-list {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.p-result-heading__num {
  color: #1d2184;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 0.5em;
}

.result-item-price {
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dddeed;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 8px;
  text-align: center;
}
.result-item-price .form-btn {
  min-width: 240px;
}

.result-time {
  font-size: 2.2rem;
  font-weight: 500;
}

.result-list {
  margin-top: 48px;
}

.result-item {
  background: #fff;
  border: 1px solid #1d2184;
  border-radius: 20px;
  overflow: hidden;
}
.result-item + .result-item {
  margin-top: 40px;
}

.result-item-ttl {
  background: #1d2184;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 2em;
}

.result-itembox {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.result-item-img {
  width: 40%;
}

.result-item-list {
  width: calc(60% - 50px);
}

.result-list-icon {
  border: 1px solid #1d2184;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  height: 44px;
  padding: 2px 5px;
  text-align: center;
  width: 44px;
}
.result-list-icon img {
  margin: auto;
  width: 80%;
}

.result-list-titlebox {
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.result-spec__detailitem,
.result-list-titlebox {
  padding: 0.5em;
}

.result-spec__detailitem {
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dotted #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.result-spec__detailitem dt {
  background: #1d2184;
  border-radius: 10px;
  color: #fff;
  min-width: 6em;
  padding: 0.15em 0.5em;
  text-align: center;
}

.result-list-title {
  font-size: 2rem;
  font-weight: bold;
}

.result-price {
  color: #f15a24;
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: 0.5em;
  margin-left: auto;
}
.result-price span {
  color: #000000;
}

.result-optionlist {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.result-optionitem {
  background: #e8e9f3;
  color: #1d2184;
  font-size: 1.4rem;
  padding: 0.15em 0.5em;
}

/* =============================================================================


    cam


============================================================================= */
.campaign {
  padding: 100px 0;
}

.campaign-item {
  background: #fff;
  border: 1px solid #1d2184;
  border-radius: 10px;
  margin: auto;
  max-width: 900px;
  position: relative;
}

.campagin-label {
  background: #1d2184;
  color: #fff;
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  left: -1em;
  padding: 0 0.75em;
  position: absolute;
  top: -20px;
  -webkit-transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
          transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
}
.campagin-label:before {
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.campaign-item-ttl {
  display: inline-block;
  padding: 1em 1em 1em 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.campaign-item-ttl:hover {
  opacity: 0.7;
}

/* =============================================================================


    .custom 


============================================================================= */
.custom-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
}

.custom-txtbox {
  padding-bottom: 32px;
  padding-right: min(100px, 5vw);
  width: clamp(320px, 48vw, 520px);
}
.custom-txtbox:before {
  background: #eaf2fb;
  border-radius: 20px;
  content: "";
  height: 100%;
  max-width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.custom-en {
  font-family: "Lexend", sans-serif;
  font-size: 8rem;
  position: relative;
  z-index: 2;
}
.custom-en span {
  bottom: calc(100% - 0.25em);
  display: block;
  left: -1em;
  line-height: 1;
  position: absolute;
  -webkit-transform: matrix(0.99, -0.13, 0.13, 0.99, 0, 0) skewX(-10deg);
          transform: matrix(0.99, -0.13, 0.13, 0.99, 0, 0) skewX(-10deg);
}
.custom-en {
  color: #1d2184;
}
.custom-en img {
  display: block;
  width: 270px;
}

.custom-ttl {
  font-size: 2.6rem;
  font-weight: bold;
}
.custom-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffffff));
  background: linear-gradient(transparent 60%, #ffffff 40%);
}

.custom-txt {
  margin-top: 1em;
}

.custom-imgbox {
  margin-right: clamp(30px, 7vw, 100px);
  position: relative;
  width: clamp(250px, 30vw, 420px);
  z-index: 2;
}

.stack-card-list {
  aspect-ratio: 4/3;
  margin: 0;
  max-height: 520px;
  position: relative;
  width: 100%;
}

.stack-card {
  aspect-ratio: 4/3;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  left: 50%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.stack-card img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* 初期位置 */
.stack-card--1 {
  -webkit-transform: translate(100%, 50%) rotate(5deg);
          transform: translate(100%, 50%) rotate(5deg);
  z-index: 1;
}

.stack-card--2 {
  -webkit-transform: translate(120%, 60%) rotate(0deg);
          transform: translate(120%, 60%) rotate(0deg);
  z-index: 2;
}

.stack-card--3 {
  -webkit-transform: translate(140%, 70%) rotate(-8.5deg);
          transform: translate(140%, 70%) rotate(-8.5deg);
  z-index: 3;
}

.stack-card-list.is-show .stack-card--1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.stack-card-list.is-show .stack-card--2 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.stack-card-list.is-show .stack-card--3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.stack-card.no-delay {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

/* 表示後 */
.stack-card-list.is-show .stack-card {
  opacity: 1;
}

.stack-card-list.is-show .stack-card.is-pos-1 {
  -webkit-transform: translate(-32%, -45%) rotate(5deg) scale(0.94);
          transform: translate(-32%, -45%) rotate(5deg) scale(0.94);
  z-index: 1;
}

.stack-card-list.is-show .stack-card.is-pos-2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.97);
          transform: translate(-50%, -50%) rotate(0deg) scale(0.97);
  z-index: 2;
}

.stack-card-list.is-show .stack-card.is-pos-3 {
  -webkit-transform: translate(-75%, -55%) rotate(-8.5deg) scale(1);
          transform: translate(-75%, -55%) rotate(-8.5deg) scale(1);
  z-index: 3;
}

/* =============================================================================


    shop


============================================================================= */
.shop {
  background: #fff;
  border-bottom-left-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  border-bottom-right-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 100px;
  padding-bottom: calc(7.5vw + 100px);
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  position: relative;
}
.shop:before {
  background: #f5eedf;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.shop-container {
  max-width: 560px;
}

.shop-ttlbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5em, #bbd9f2));
  background: linear-gradient(transparent calc(100% - 0.5em), #bbd9f2 0.5em);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3.6rem;
  line-height: 1;
  padding: 0 0.25em 10px;
}
.shop-ttlbox img {
  margin-top: 0;
}

.shop-ttl {
  color: #1d2184;
  font-weight: 900;
  margin-top: auto;
}

.shop-head-en {
  color: #1d2184;
  font-family: "Lexend", sans-serif;
  font-size: 10rem;
  font-weight: normal;
  left: auto;
  line-height: 0.8;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.shop-head {
  color: #1d2184;
  font-size: 2.6rem;
  font-weight: 900;
  margin-top: 1em;
}

.shop-txt {
  line-height: 1.8;
  margin-top: 2em;
}

.shop-img {
  display: block;
  float: right;
  /*   margin-top: calc(-1 * var(--shop-height)); */
  margin-top: -340px;
  max-width: 800px;
  width: 800px;
}

.shop-car {
  width: 170px;
}
.shop-car img {
  margin-top: -80px;
}
.shop-car {
  animation-timeline: view();
  animation-range: cover;
  -webkit-animation: carAnime ease-in-out;
          animation: carAnime ease-in-out;
  margin-left: auto;
  will-change: transform;
}

.shop-car.is-anime {
  animation-timeline: view();
  animation-range: cover;
  -webkit-animation: carAnime ease-in-out;
          animation: carAnime ease-in-out;
}

@-webkit-keyframes carAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
  }
  100% {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

@keyframes carAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
  }
  100% {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}
/* =============================================================================


    price


============================================================================= */
.price {
  background: #f5eedf;
  padding: 20px 0 120px;
  position: relative;
}

.price-ttlbox {
  margin-top: clamp(-140px, -7.5vw - 70px, -20px);
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.price-item {
  color: #ee88a5;
  max-width: 450px;
  padding-bottom: 40px;
  position: relative;
  width: 450px;
  z-index: 1;
}
.price-item:before {
  background: #fff;
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: 80%;
  position: absolute;
  right: -60px;
  width: 100vw;
}
.price-item._custom {
  color: #4daec0;
}
.price-item._custom:before {
  left: -60px;
  right: auto;
}

.price-item-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.price-item-link:hover {
  opacity: 0.7;
}
.price-item-link:hover .price-item-btn {
  background: #fff;
}
.price-item-link:hover .price-item-btn span {
  border-color: #ee88a5;
}
.price-item-link:hover .price-item-btn._custom span {
  border-color: #4daec0;
}

.price-item-en {
  bottom: -20px;
  position: absolute;
  right: -60px;
  width: 310px;
}
.price-item-en._custom {
  width: 340px;
}

.price-item-img {
  position: relative;
}
.price-item-img:before {
  border: 1px solid #ee88a5;
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 100%;
}
.price-item-img._custom:before {
  border-color: #4daec0;
}

.price-item-txtbox {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.price-item-btn {
  background: #ee88a5;
  border: 1.5px solid;
  border-color: #ee88a5;
  border-radius: 50%;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60px;
}
.price-item-btn._custom {
  background: #4daec0;
  border-color: #4daec0;
}
.price-item-btn span {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 8px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 8px;
}

/* =============================================================================


    use


============================================================================= */
.use {
  background: #f5eedf;
  padding-bottom: 120px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.use:before {
  background: #fff;
  border-top-left-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  border-top-right-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  content: "";
  height: calc(100% - 50px);
  left: 50%;
  position: absolute;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 200px);
  z-index: -1;
}

.use-list {
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px auto 0;
}

.use-item {
  gap: 10px;
  background: #f4f8e2;
  border-radius: 20px;
  display: grid;
  grid-column: span 2;
  grid-row: span 3;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto auto;
  padding: 28px 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.use-item:hover img {
  opacity: 0;
}
.use-item:hover img:nth-of-type(2) {
  opacity: 1;
}

/* 2段目の1個目 */
.use-item:nth-child(4) {
  grid-column: 2/span 2;
}

/* 2段目の2個目 */
.use-item:nth-child(5) {
  grid-column: 4/span 2;
}

.use-item-img {
  position: relative;
}
.use-item-img:before {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
.use-item-img img {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.use-item-img img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.use-item-ttl {
  color: #62a078;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}

.use-item-txt {
  margin-top: 0.5em;
}

/* =============================================================================


    news


============================================================================= */
.news {
  margin-bottom: 200px;
  position: relative;
}
.news:before, .news:after {
  background: transparent url(../images/index/contact-bg.jpg) no-repeat top center/cover;
  bottom: 0;
  bottom: -200px;
  content: "";
  height: 80%;
  left: 0;
  min-height: 260px;
  position: absolute;
  width: 100%;
}
.news:after {
  background: rgba(255, 255, 255, 0.6);
}

.news-ttlbox {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
  text-align: center;
  z-index: 2;
}
.news-ttlbox:before, .news-ttlbox:after {
  aspect-ratio: 2/1;
  background: #fff;
  border-radius: 210px 210px 0 0;
  bottom: -30%;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0 81%);
  content: "";
  left: 50%;
  max-width: 420px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.news-ttlbox:before {
  background: transparent url(../images/common/dot_bg_blue.svg) repeat center center/6px 6px;
  border-radius: 220px 220px 0 0;
  max-width: 440px;
}
.news-ttlbox img {
  width: 80px;
}

.news-list {
  padding: 60px 40px 60px;
  position: relative;
  z-index: 1;
}
.news-list:after, .news-list:before {
  background: #fff;
  border-radius: 20px;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.news-list:before {
  background: transparent url(../images/common/dot_bg_blue.svg) repeat center center/6px 6px;
  height: calc(100% + 50px);
  top: -12px;
  width: calc(100% + 20px);
}

.news-item {
  padding: 20px;
}
.news-item + .news-item {
  border-top: 2px dotted #1d2184;
}

.news-item-link {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 120px 100px 1fr;
  grid-template-rows: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-item-link p.time {
  color: #1d2184;
  font-size: 2rem;
  font-weight: 600;
  min-width: 5em;
}
.news-item-link:hover {
  opacity: 0.7;
}

.news-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1d2184;
  border-radius: 15px;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 100px;
  text-align: center;
  width: 100%;
}
.news-category._news {
  background: #dfe6b9;
}
.news-category._cam {
  background: #fff79b;
}

.news-item-ttl {
  font-weight: 500;
}

.news-btnbox {
  margin: auto;
  position: relative;
  text-align: center;
  z-index: 2;
}

.news-btn {
  background: #1d2184;
  border: 1px solid #1d2184;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  max-width: 320px;
  padding: 0.75em;
  text-align: center;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.news-btn:hover {
  background: #fff;
  color: #1d2184;
}

/* =============================================================================


    contact


============================================================================= */
.contact {
  padding: 120px 0;
}

.contact-list {
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  max-width: 950px;
}

.contact-item {
  height: 100%;
}

.contact-link {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1d2184;
  border-radius: 10px;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  height: 100%;
  padding: 20px 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-link:hover {
  background: #1d2184;
  color: #fff !important;
}
.contact-link:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-link:hover .contact-btn-num {
  color: #fff !important;
}
.contact-link:hover .contact-btn-num span {
  color: #fff;
}
.contact-link img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50px;
}

.contact-btn-num {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-btn-num span {
  color: #1d2184;
  font-family: "Lexend", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1128px){
  .index-ttl-en {
    font-size: 6rem;
  }
  .mv-img {
    min-height: 300px;
  }
  .mv-img img {
    min-height: 300px;
  }
  .mv-searchbox {
    background: #1d2184;
    border-radius: 20px;
    left: auto;
    margin: 40px auto 0;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .mv-search-box__title {
    color: #fff;
    margin-bottom: 20px;
  }
  .mv-search-box__title:after {
    display: none;
  }
  .mv-search-box__title:before {
    display: none;
  }
  .mv-search-box__title img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .l-side {
    margin-left: 0;
  }
  .search__item.search__item_date {
    display: inline-block;
    width: 49%;
  }
  .result-item-price .form-btn {
    min-width: unset;
  }
  .custom-en {
    font-size: 6rem;
  }
  .custom-ttl {
    font-size: 2.4rem;
  }
  .shop-ttlbox {
    font-size: 3rem;
  }
  .shop-head-en {
    /*     writing-mode: horizontal-tb; */
    bottom: 0;
    bottom: calc(7.5vw + 50px);
    font-size: 8rem;
    opacity: 0.2;
    top: auto;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .shop-head {
    font-size: 2.4rem;
  }
  .price-list {
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-item-link {
    display: inline-block;
    margin: auto;
  }
  .use-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .use-item:nth-child(4) {
    grid-column: span 2;
  }
  .use-item:nth-child(5) {
    grid-column: 2/span 2;
  }
  .news-item-link {
    gap: 20px;
  }
  .contact-link {
    gap: 20px;
  }
  .contact-btn-num span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px){
  .shop-img {
    margin-top: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px){
  .index-ttlbox img {
    width: 55px;
  }
  .index-ttl-en {
    font-size: 4rem;
  }
  .index-ttl-jp {
    font-size: 1.5rem;
  }
  .mv {
    padding-top: 50px;
  }
  .mv .inner {
    padding: 0 16px;
  }
  .mv-search-box__title {
    font-size: 2.2rem;
  }
  .single-search__label {
    font-size: 1.4rem;
  }
  .search-box__title {
    font-size: 1.8rem;
  }
  .search__item.search__item_date {
    width: 100%;
  }
  .search__label {
    font-size: 1.4rem;
  }
  .result-time {
    font-size: 1.6rem;
  }
  .result-item-ttl {
    font-size: 1.8rem;
  }
  .result-list-title {
    font-size: 1.6rem;
  }
  .result-price {
    font-size: 2rem;
  }
  .result-optionitem {
    font-size: 1.2rem;
  }
  .campaign {
    padding: 50px 0;
  }
  .campagin-label {
    font-size: 1.5rem;
  }
  .campaign-item-ttl {
    padding-left: 2em;
  }
  .custom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .custom-txtbox {
    padding: 0 24px 28px;
    width: 100%;
  }
  .custom-en {
    font-size: 4rem;
  }
  .custom-en span {
    left: -16px;
  }
  .custom-en img {
    width: 180px;
  }
  .custom-ttl {
    font-size: 2rem;
  }
  .custom-imgbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: clamp(150px, 70%, 320px);
  }
  .shop-ttlbox {
    font-size: 2.2rem;
  }
  .shop-head-en {
    bottom: calc(7.5vw + 50px);
    font-size: clamp(5rem, 12.5vw, 7.2rem);
  }
  .shop-head {
    font-size: 2rem;
  }
  .shop-img {
    float: none;
    margin: auto;
    margin-top: 0;
    max-width: 500px;
    width: 100%;
  }
  .shop-car img {
    margin-top: -20px;
  }
  .shop-car {
    width: 80px;
  }
  .price-list {
    gap: 30px;
  }
  .price-item {
    max-width: 100%;
  }
  .price-item-en {
    right: 0;
    width: 240px;
  }
  .price-item-en._custom {
    right: 0;
    width: 250px;
  }
  .price-item-txtbox {
    font-size: 1.6rem;
  }
  .use-list {
    gap: 30px;
    display: block;
    margin-top: 50px;
  }
  .use-item {
    margin: 30px auto 0;
    max-width: 400px;
  }
  .use-item-img {
    margin: auto;
    width: 80%;
  }
  .use-item-ttl {
    font-size: 2rem;
  }
  .news {
    margin-bottom: 100px;
  }
  .news:before, .news:after {
    bottom: -100px;
    height: 40%;
  }
  .news-ttlbox {
    font-size: 1.6rem;
  }
  .news-ttlbox:before, .news-ttlbox:after {
    bottom: -25%;
    width: 270px;
  }
  .news-ttlbox:before {
    width: 290px;
  }
  .news-ttlbox img {
    width: 50px;
  }
  .news-list {
    padding: 40px 20px 60px;
  }
  .news-item-link {
    grid-template-columns: 120px minmax(100px, auto);
  }
  .news-item-link p.time {
    font-size: 1.8rem;
  }
  .news-category {
    font-size: 1.2rem;
    max-width: 100px;
  }
  .news-item-ttl {
    grid-area: 2/1/3/3;
  }
  .contact {
    padding: 50px 0 80px;
  }
  .contact-list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 32px auto 0;
    max-width: 420px;
  }
  .contact-link {
    font-size: 1.6rem;
  }
  .contact-btn-num span {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=index.css.map*/