@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  width: 100%;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
@media screen and (max-width: 821px) {
  body {
    padding-top: 72px;
  }
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

section {
  position: relative;
  width: 100%;
}

picture {
  display: block;
}

.c_inner {
  width: min(92%, 1200px);
  margin-inline: auto;
}

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

.c_grid {
  display: grid;
}

.c_pc {
  display: block;
}

.c_sp {
  display: none;
}

@media screen and (max-width: 821px) {
  .c_pc {
    display: none;
  }
  .c_sp {
    display: block;
  }
}
.c_slider--item {
  margin-right: 20px;
}

.c_font_b {
  font-weight: bold;
}

.c_font_thema {
  color: #FCC737;
}

.c_font_accent {
  color: #AD1A00;
}

.c_txt_center {
  text-align: center;
}

.c_lead_txt {
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  line-height: 1.6;
}

.c_shadow_w {
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
}

.c_container {
  padding: 70px 0;
}

.c_circle {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_underline {
  text-decoration: underline;
}

.c_slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_slide li {
  width: 18%;
}

.c_price {
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

[id*=ancor_] {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 821px) {
  [id*=ancor_] {
    padding-top: 80px;
    margin-top: -80px;
  }
}

#pageTop {
  position: fixed;
  width: 56px;
  right: 0;
  bottom: 3%;
  background: #fff;
  z-index: 99;
  padding: 5px;
}
@media screen and (max-width: 821px) {
  #pageTop {
    display: none !important;
  }
}

[class*=ttl_] {
  font-weight: bold;
}
[class*=ttl_] span {
  display: block;
}

.ttl_lg {
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
}

.ttl_md {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
}

[class*=btn_] {
  text-align: center;
  font-weight: bold;
}

.btn_circle {
  width: min(133px, 100%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #AD1A00;
  position: relative;
}
.btn_circle span {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.btn_circle span::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 13px;
  background: #FCC737;
  -webkit-clip-path: polygon(0 38.2%, 45.6% 38.2%, 45.6% 0, 100% 50%, 45.6% 100%, 45.6% 61.8%, 0 61.8%);
          clip-path: polygon(0 38.2%, 45.6% 38.2%, 45.6% 0, 100% 50%, 45.6% 100%, 45.6% 61.8%, 0 61.8%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
.btn_wide {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn_wide a {
  padding: 20px 60px;
  border-radius: 50vw;
}
.btn_wide span {
  position: relative;
}
.btn_wide span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -20px;
}
.search .btn_wide a {
  background: #CD0304;
}
.meet .btn_wide a {
  background: #FCC737;
}
.meet .btn_wide span::after {
  border-top: 2px solid #AD1A00;
  border-right: 2px solid #AD1A00;
}
.trial .btn_wide a {
  background: #013B7D;
}
.osechi .btn_wide a {
  background: #CD0304;
}

.anm_up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
.anm_up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anm_out {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.anm_out.hide {
  opacity: 0;
  pointer-events: none;
}

.movie {
  position: relative;
  padding-top: 100vh;
}
.movie__fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -5;
}
.movie__fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie__blur, .movie__dark {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  z-index: -4;
}
.movie__blur {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: opacity 0.2s, -webkit-backdrop-filter 0.2s;
  transition: opacity 0.2s, -webkit-backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s, opacity 0.2s;
  transition: backdrop-filter 0.2s, opacity 0.2s, -webkit-backdrop-filter 0.2s;
}
.movie__dark {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#videoContainer {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* フェードアニメーション */
}

.mv {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}
.mv__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 60px 16px 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
}
.mv__logo img {
  width: 264px;
}
.mv__heading {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(92%, 517.5px);
}
.mv__search {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__search--bnr {
  width: 177px;
  margin-right: 20px;
}
.mv__search--unit {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv__search--input {
  width: 210px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding-left: 15px;
}
.mv__search--input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; /* ブラウザによってはデフォルトで薄くなるので明確に設定 */
}
.mv__search--input::-moz-placeholder {
  color: #fff;
  opacity: 1; /* ブラウザによってはデフォルトで薄くなるので明確に設定 */
}
.mv__search--input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* ブラウザによってはデフォルトで薄くなるので明確に設定 */
}
.mv__search--input::-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* ブラウザによってはデフォルトで薄くなるので明確に設定 */
}
.mv__search--input::placeholder {
  color: #fff;
  opacity: 1; /* ブラウザによってはデフォルトで薄くなるので明確に設定 */
}
.mv__search--btn {
  height: 100%;
  background: #fff;
  width: 52px;
  height: 50px;
}
.mv__search--btn img {
  width: 20px;
}

.specialty__wrap {
  position: relative;
}
.specialty__ttl {
  width: min(92%, 672px);
  margin-bottom: 30px;
}
.specialty__ttl02 {
  margin: 30px 0 20px;
}
.specialty__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.specialty__list li {
  width: min(180px, 15.3333333333%);
}
.specialty__list--ttl {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 10px 0;
}
.specialty__list li:nth-of-type(1) .specialty__list--ttl {
  background-image: url("../../assets/img//specialty_ttlbg01.jpg");
}
.specialty__list li:nth-of-type(2) .specialty__list--ttl {
  background-image: url("../../assets/img//specialty_ttlbg02.jpg");
}
.specialty__list li:nth-of-type(3) .specialty__list--ttl {
  background-image: url("../../assets/img//specialty_ttlbg03.jpg");
}
.specialty__list li:nth-of-type(4) .specialty__list--ttl {
  background-image: url("../../assets/img//specialty_ttlbg04.jpg");
}
.specialty__list li:nth-of-type(5) .specialty__list--ttl {
  background-image: url("../../assets/img//specialty_ttlbg05.jpg");
}
.specialty__list--txt {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialty__list--txt::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.specialty__list--btn {
  margin: auto 0 55px 0;
}
.specialty__bg {
  position: absolute;
}
.specialty__bg--mentai {
  z-index: -3;
  top: -40px;
  right: 0;
}
.specialty__bg--motsu {
  z-index: -2;
  top: 130px;
  right: 280px;
}
.specialty__bg--ramen {
  z-index: -1;
  top: 170px;
  right: -80px;
}

.campaign {
  padding: 50px 0;
}

.notice__bnr {
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 2%;
}
.notice__bnr a {
  width: 49%;
}

.tirol__ttl {
  position: relative;
  width: min(92%, 888.5px);
  margin: 0 auto 30px;
}
.tirol__ttl::before, .tirol__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
}
.tirol__ttl::before {
  background: url(../../assets/img/tirol_ttlicon_01.png) top/contain no-repeat;
  width: min(9.6527777778vw, 139px);
  height: min(9.5138888889vw, 137px);
  left: -160px;
}
.tirol__ttl::after {
  background: url(../../assets/img/tirol_ttlicon_02.png) top/contain no-repeat;
  width: min(10.5555555556vw, 152px);
  height: min(10.4166666667vw, 150px);
  right: -172px;
}
.tirol__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tirol__txt {
  margin: 10px 0 40px;
}
.tirol__box01 {
  width: min(44.8611111111vw, 646px);
  margin-top: 20px;
}
.tirol__box01--list {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  white-space: nowrap;
}
.tirol__box01--list li:not(:last-of-type) {
  width: min(11.25vw, 162px);
}
.tirol__box01--list li:last-of-type {
  width: min(17.3611111111vw, 250px);
}
.tirol__box01--ttl {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 10px 0 5px;
}
.tirol__box01--txt {
  font-size: 0.875rem;
}
.tirol__box01--link {
  text-decoration: underline;
  margin-top: 5px;
}
.tirol__box02 {
  width: min(40.4166666667vw, 582px);
  justify-self: flex-end;
  margin-right: -50px;
}

.search {
  background: #000 url(../../assets/img/search_bg.jpg) no-repeat top/cover;
  text-align: center;
  font-weight: bold;
}
.search__ttl {
  width: min(92%, 303px);
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
}
.search__box01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.search__box01--ttl {
  background: #AD1A00;
  color: #FCC737;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  padding: 30px 20px;
  width: 178px;
}
.search__box01--word {
  width: calc(96% - 178px);
  gap: 15px 1%;
}
.search__box01--word a {
  background: #4C200580;
  padding: 4px 20px 6px;
  border-radius: 50vw;
}
.search__box01--word a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4C2005;
}
.search__box02 {
  width: min(92%, 800px);
  margin: 0 auto 80px;
  gap: 30px 3%;
  grid-template-columns: repeat(5, 1fr);
}
.search__box02 figure {
  max-width: 141px;
}
.search__box02 figcaption {
  font-size: 1.125rem;
  margin-top: 10px;
  color: #4C2005;
}
.search__box03 {
  width: min(92%, 920px);
  gap: 20px 2%;
  margin: 0 auto 80px;
}
.search__box03 a {
  font-size: 1.125rem;
  width: 17.6%;
  background: #4C200580;
  border-radius: 5px;
  padding: 10px 0;
  letter-spacing: 0;
}
.search__box03 a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4C2005;
}

.items_slide {
  background: #333;
  padding: 40px 0 20px;
  /*     li {
          width: 250px !important;
      } */
}

.meet {
  background: #000 url(../../assets/img/meet_bg.jpg) no-repeat top/100%;
  padding: 100px 0 80px;
  position: relative;
  z-index: 0;
}
.meet__bg {
  position: absolute;
  right: 0;
  top: 60px;
  width: 51.3888888889vw;
  z-index: -1;
}
.meet__wrap {
  z-index: 1;
}
.meet__ttl {
  width: min(92%, 414px);
  margin-bottom: 40px;
}
.meet__txt {
  margin: 10px 0 40px;
}
.meet__list {
  gap: 20px 2%;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 50px;
}
.meet__fukuyoka {
  width: min(92%, 900px);
  border-radius: 15px;
  overflow: hidden;
  margin: 50px auto 0;
}

.trial {
  background: #013B7D;
  padding: 80px 0;
  color: #013B7D;
}
.trial__wrap {
  background: #fff;
  border-radius: 15px;
  padding: 40px 60px;
  position: relative;
}
.trial__wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: min(8.75vw, 126px);
  height: min(8.75vw, 126px);
  background: url(../../assets/svg/icon_pickup.svg) top/contain no-repeat;
  rotate: -20deg;
  left: -40px;
  top: -40px;
}
.trial__ttl {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.625rem, 1.493rem + 0.56vw, 2rem);
}
.trial__logo {
  width: min(24.5833333333vw, 295px);
  margin: 20px auto 50px;
}
.trial__box {
  margin-bottom: 40px;
  grid-template-columns: 45% 51%;
  gap: 4%;
}
.trial__box--pict {
  border-radius: 10px;
  overflow: hidden;
}
.trial__box--txt {
  margin: 15px 0 30px;
}
.trial__box--list {
  gap: 4%;
  grid-template-columns: repeat(3, 1fr);
}
.trial__esse {
  position: relative;
}
.trial__esse--icon {
  position: absolute;
  width: 90px;
  right: -20px;
  top: -20px;
  z-index: 5;
}

.osechi {
  background: #000;
  text-align: center;
  padding-bottom: 80px;
}
.osechi__ttl01 {
  width: 100%;
  text-align: center;
  background: url(../../assets/img/osechi_ttl_bg.jpg) no-repeat top/cover;
  padding: 20px 0;
}
.osechi__ttl01 img {
  width: min(92%, 774px);
}
.osechi__ttl02 {
  width: min(92%, 784px);
  margin-inline: auto;
}
.osechi__txt {
  margin: 30px auto 40px;
}
.osechi__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 3%;
  margin-bottom: 40px;
}

.feature {
  background: #fff;
  padding: 80px 0;
}
.feature a {
  color: #AD1A00;
}
.feature__wrap {
  gap: 3%;
}
.feature__box {
  padding: 40px;
  width: 47%;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.feature__box li:nth-of-type(1) {
  grid-column: span 3;
}
.feature__ttl {
  width: 100%;
}
.feature__sweet {
  background: #FCD8E4;
}
.feature__life {
  background: #d8fcf4;
}

.intro {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #000;
  z-index: -3;
}
.intro::before, .intro::after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.intro::before {
  content: "";
  position: absolute;
  background: #000 url(../../assets/img/intro_bg_sekitan.jpg) no-repeat top right/55%;
  z-index: -2;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  /*     width: 55%; */
}
.intro.fixed-bg::before {
  position: fixed;
}
.intro::after {
  position: fixed;
  background: #000 url(../../assets/img/intro_bg_diamond.jpg) no-repeat top right/45%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  /*     width: 45%; */
  pointer-events: none;
}
.intro.change-bg::after {
  opacity: 1;
}
.intro.fade-out::before, .intro.fade-out::after {
  opacity: 0;
}
.intro__wrap {
  position: relative;
  grid-template-areas: "box01 box01 box02" "box03 box04 box04" "box05 box06 box07" "box08 box08 box09";
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
}
.intro__wrap::before, .intro__wrap::after {
  content: "";
  position: absolute;
}
.intro__wrap::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/intro_bg_entotsu.jpg) no-repeat top left/42%;
  z-index: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.intro__wrap.fixed-bg::before {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
.intro__wrap.fade-out::before {
  opacity: 0;
}
.intro__wrap::after {
  background: url(../../assets/img/intro_moon.png) no-repeat center/100%;
  width: 60.75px;
  height: 59.25px;
  top: 320px;
  right: 470px;
}
.intro [class*=box] {
  position: relative;
}
.intro__box01 {
  grid-area: box01;
  width: 238.5px;
  margin: auto 0 120px auto;
}
.intro__box02 {
  grid-area: box02;
  width: 388.5x;
  margin-left: auto;
}
.intro__box02 img {
  margin-left: 20px;
}
.intro__box03 {
  grid-area: box03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 400px;
}
.intro__box04 {
  grid-area: box04;
  padding: 20px 0 100px;
  margin: -90px 0 0 30px;
  width: 604px;
}
.intro__box05 {
  grid-area: box05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 333.5px;
}
.intro__box06 {
  grid-area: box06;
  width: 419px;
  padding: 0 0 100px;
}
.intro__box07 {
  grid-area: box07;
  margin-left: auto;
  width: 339px;
  margin-top: -50px;
}
.intro__box08 {
  grid-area: box08;
  width: 712.5px;
  margin: 50px 50px 0 auto;
}
.intro__box09 {
  grid-area: box09;
  width: 386px;
  margin-top: -50px;
}

.use {
  padding: 50px 0;
  background: #000;
  position: relative;
  z-index: 0;
}
.use__ttl {
  width: min(92%, 354px);
  margin: 0 auto 40px;
}
.use__list {
  gap: 3%;
  grid-template-columns: repeat(5, 1fr);
}
.use__txt {
  text-align: center;
  margin-top: 10px;
  font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, serif;
  font-weight: bold;
  font-size: 1.125rem;
  /*         img {
              width: auto;
              height: 42px;
          } */
}

.footer {
  width: 100%;
  padding: 80px 0 400px;
  background: #000 url(../../assets/img/footer_bg.jpg) no-repeat bottom/100%;
  position: relative;
}
.footer__logo {
  margin: 0 auto 35px;
  max-width: 352px;
}
.footer__ttl {
  margin: 0 0 30px;
  font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.footer__ttl--l {
  margin: 0 0 25px;
  padding: 10px 20px;
  background: #FCC737;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.footer__ttl--m {
  margin: 0 0 10px;
  padding: 5px 0 5px 15px;
  border-left: 3px #fff solid;
  font-size: 1.0625rem;
  font-weight: bold;
}
.footer__guide {
  gap: 2%;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer__txt {
  margin-bottom: 32px;
  padding-left: 16px;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
.footer__txt p:not(:last-child) {
  margin-bottom: 25px;
}
.footer__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.footer__nav * + * {
  margin-left: 20px;
}
.footer__nav li {
  position: relative;
}
.footer__nav li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  right: -10px;
  background: #fff;
}/*# sourceMappingURL=style.css.map */
