@charset "UTF-8";
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  width: 100%;
  letter-spacing: 0em;
  margin: 0 auto;
  transition: all 1.6s ease 1s;
  background-color: #fff;
  color: #000000;
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

#wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #000000;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.6s;
    cursor: pointer;
  }
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: YakuHanJPs, futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en_2 {
  font-family: YakuHanJPs, futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanJPs, zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.swiper-container,
.swiper-wrapper {
  overflow: hidden;
  height: fit-content;
}

/* fv表示アニメーション用
===================================================== */
.img_left {
  transform: translateX(-6%);
  opacity: 0;
}

.img_right {
  transform: translateX(6%);
  opacity: 0;
}

.fv_wrap,
.fv_txt1,
.fv_txt2,
.fv_txt3 {
  opacity: 0;
  overflow: hidden;
}

/* header
===================================================== */
header .fv {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  header .fv {
    padding: min(5.8333333333vw, 70px) 0;
  }
}
header .fv .fv_wrap {
  position: relative;
  padding-top: 170.6666666667vw;
  background-color: #26346f;
  /* ノイズ加工 */
  background-image: url(../images/noise.jpg);
  background-repeat: repeat;
  background-size: 100px;
  /* ノイズ加工 */
  color: #fff;
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap {
    padding-top: 48.6111111111vw;
  }
}
header .fv .fv_wrap > img:nth-child(1) {
  width: 58.6666666667vw;
  position: absolute;
  inset: 0;
  aspect-ratio: 220/300;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap > img:nth-child(1) {
    aspect-ratio: auto;
    width: 34.7222222222vw;
  }
}
header .fv .fv_wrap > img:nth-child(2) {
  width: 58.6666666667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 220/300;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap > img:nth-child(2) {
    aspect-ratio: auto;
    width: 34.7222222222vw;
  }
}
header .fv .fv_wrap > p:nth-child(3) {
  font-size: 9.6vw;
  position: absolute;
  top: 35.7333333333vw;
  left: 37.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap > p:nth-child(3) {
    font-size: 4.4444444444vw;
    top: 50%;
    transform: translateY(-50%);
    left: 23.6111111111vw;
  }
}
header .fv .fv_wrap > p:nth-child(4) {
  font-size: 5.3333333333vw;
  position: absolute;
  top: 125.3333333333vw;
  left: 8vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap > p:nth-child(4) {
    font-size: 2.3611111111vw;
    top: 50%;
    transform: translateY(-50%);
    left: 61.1111111111vw;
  }
}
header .fv .fv_wrap > p:nth-child(4) span {
  font-size: 0.7em;
  position: relative;
  bottom: 0.1em;
}
header .fv .fv_wrap > h1:nth-child(5) {
  width: 21.3333333333vw;
  position: absolute;
  left: 50%;
  bottom: 6.9333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  header .fv .fv_wrap > h1:nth-child(5) {
    width: 6.25vw;
    bottom: 2.0833333333vw;
  }
}
header .video_wrap {
  width: 100vw;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 769px) {
  header .video_wrap {
    width: min(100vw, 1200px);
    margin: min(5.8333333333vw, 70px) auto 0;
  }
}
header .lead {
  height: 106.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  header .lead {
    height: min(45.8333333333vw, 550px);
  }
}
header .lead p {
  opacity: 0;
}
header .lead > p:nth-child(1) {
  font-size: 8vw;
  letter-spacing: 0.06em;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead > p:nth-child(1) {
    font-size: min(3.5833333333vw, 43px);
    letter-spacing: 0.1em;
    margin-bottom: min(4.1666666667vw, 50px);
  }
}
header .lead > p:nth-child(2) {
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 769px) {
  header .lead > p:nth-child(2) {
    font-size: min(1.3333333333vw, 16px);
    margin-bottom: min(2.5vw, 30px);
  }
}
header .lead > p:nth-child(3),
header .lead > p:nth-child(4) {
  font-size: 2.8vw;
  letter-spacing: 0.06em;
  line-height: 2.0476190476;
}
@media screen and (min-width: 769px) {
  header .lead > p:nth-child(3),
  header .lead > p:nth-child(4) {
    font-size: min(1.25vw, 15px);
  }
}
header .lead_img {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead_img {
    margin-bottom: min(13.6666666667vw, 164px);
  }
}
header .lead_img .slide1 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header .lead_img .slide1 img {
    width: min(100vw, 1200px);
    margin: 0 auto;
  }
}

main section + section {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main section + section {
    margin-top: min(8.3333333333vw, 100px);
  }
}
main section.look_wrap {
  background: #26346f;
  /* ノイズ加工 */
  background-image: url(../images/noise.jpg);
  background-repeat: repeat;
  background-size: 100px;
  /* ノイズ加工 */
  padding: 16vw 0 21.3333333333vw;
  color: #fff;
}
@media screen and (min-width: 769px) {
  main section.look_wrap {
    padding: min(13.3333333333vw, 160px) 0;
  }
}
main section.look_wrap a {
  color: #fff;
}
main .main_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  main .main_block {
    width: min(86.6666666667vw, 1040px);
    margin: 0 auto;
  }
}
main .main_block .ttl {
  position: absolute;
}
main .main_block .style_ttl {
  font-size: 13.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_block .style_ttl {
    font-size: min(5.8333333333vw, 70px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
main .main_block .credit {
  font-size: 3.7333333333vw;
  padding-left: 1.3333333333vw;
  letter-spacing: 0.04em;
  font-family: YakuHanJPs, futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  main .main_block .credit {
    font-size: min(1.5vw, 18px);
    padding-left: min(0.4166666667vw, 5px);
  }
}
main .main_block .credit .item_price {
  font-size: 3.4666666667vw;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  main .main_block .credit .item_price {
    font-size: min(1.3333333333vw, 16px);
  }
}
main .main_block .credit .li_space {
  display: inline-block;
  width: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_block .credit .li_space {
    width: min(0.8333333333vw, 10px);
  }
}
main .main_block .credit li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_block .credit li + li {
    margin-top: min(1.25vw, 15px);
  }
}
main .main_block .credit a {
  width: fit-content;
}
main .image_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  main .image_block {
    width: min(86.6666666667vw, 1040px);
    margin: 0 auto;
  }
}
main .image_block img {
  position: absolute;
}
main .image_block p {
  position: absolute;
}
main #sec1 .main_block > img {
  width: 94.6666666667vw;
  margin: 0 auto 53.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  main #sec1 .main_block > img {
    width: min(48.3333333333vw, 580px);
    margin: 0 auto min(13.3333333333vw, 160px) 0;
  }
}
main #sec1 .main_block .ttl {
  left: 32vw;
  bottom: -34.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .main_block .ttl {
    left: min(46.6666666667vw, 560px);
    bottom: min(2.0833333333vw, 25px);
  }
}
main #sec1 .main_block .ttl .brand_logo {
  width: 64vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .main_block .ttl .brand_logo {
    width: min(36.25vw, 435px);
    margin-bottom: min(8.3333333333vw, 100px);
  }
}
main #sec1 .image_block {
  padding-top: 213.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block {
    padding-top: min(52.3333333333vw, 628px);
  }
}
main #sec1 .image_block img:nth-child(1) {
  width: 53.3333333333vw;
  left: 5.3333333333vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block img:nth-child(1) {
    width: min(25vw, 300px);
    left: 0;
    top: 0;
  }
}
main #sec1 .image_block img:nth-child(2) {
  width: 53.3333333333vw;
  left: 41.3333333333vw;
  top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block img:nth-child(2) {
    width: min(25vw, 300px);
    left: min(18.5833333333vw, 223px);
    top: min(20.6666666667vw, 248px);
  }
}
main #sec1 .image_block img:nth-child(3) {
  width: 60.2666666667vw;
  left: 5.3333333333vw;
  top: 120.8vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block img:nth-child(3) {
    width: min(31.6666666667vw, 380px);
    left: min(40.6666666667vw, 488px);
    top: min(5vw, 60px);
  }
}
main #sec1 .image_block img:nth-child(4) {
  width: 45.3333333333vw;
  left: 49.3333333333vw;
  top: 162.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block img:nth-child(4) {
    width: min(23.75vw, 285px);
    left: min(62.9166666667vw, 755px);
    top: min(25.6666666667vw, 308px);
  }
}
main #sec1 .image_block p:nth-child(5) {
  font-size: 2.6666666667vw;
  line-height: 2;
  left: 13.3333333333vw;
  top: 77.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec1 .image_block p:nth-child(5) {
    font-size: min(1.0208333333vw, 12.25px);
    left: min(27.5vw, 330px);
    top: min(10vw, 120px);
  }
}
main #sec2 .main_block > img {
  width: 94.6666666667vw;
  margin: 0 0 40vw auto;
}
@media screen and (min-width: 769px) {
  main #sec2 .main_block > img {
    width: min(48.3333333333vw, 580px);
    margin: 0 0 min(13.3333333333vw, 160px) auto;
  }
}
main #sec2 .main_block .ttl {
  left: 13.3333333333vw;
  bottom: -28vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .main_block .ttl {
    left: min(19.4166666667vw, 233px);
    bottom: min(3.3333333333vw, 40px);
  }
}
main #sec2 .image_block {
  padding-top: 203.7333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block {
    padding-top: min(58.9166666667vw, 707px);
  }
}
main #sec2 .image_block img:nth-child(1) {
  width: 44vw;
  left: 5.3333333333vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block img:nth-child(1) {
    width: min(28.3333333333vw, 340px);
    left: 0;
    top: min(5.5833333333vw, 67px);
  }
}
main #sec2 .image_block img:nth-child(2) {
  width: 65.6vw;
  left: 29.0666666667vw;
  top: 37.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block img:nth-child(2) {
    width: min(36.6666666667vw, 440px);
    left: min(21.6666666667vw, 260px);
    top: min(22.25vw, 267px);
  }
}
main #sec2 .image_block img:nth-child(3) {
  width: 48vw;
  left: 5.3333333333vw;
  top: 113.8666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block img:nth-child(3) {
    width: min(23.3333333333vw, 280px);
    left: min(46.6666666667vw, 560px);
    top: 0;
  }
}
main #sec2 .image_block img:nth-child(4) {
  width: 48vw;
  left: 46.6666666667vw;
  top: 143.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block img:nth-child(4) {
    width: min(23.3333333333vw, 280px);
    left: min(63.3333333333vw, 760px);
    top: min(14.3333333333vw, 172px);
  }
}
main #sec2 .image_block p:nth-child(5) {
  font-size: 2.6666666667vw;
  line-height: 2;
  left: 45.3333333333vw;
  top: 9.6vw;
}
@media screen and (min-width: 769px) {
  main #sec2 .image_block p:nth-child(5) {
    font-size: min(1.0208333333vw, 12.25px);
    left: min(21.6666666667vw, 260px);
    top: min(10vw, 120px);
  }
}
main #sec3 .main_block > img {
  width: 94.6666666667vw;
  margin: 0 auto 40vw 0;
}
@media screen and (min-width: 769px) {
  main #sec3 .main_block > img {
    width: min(50.3333333333vw, 604px);
    margin: 0 auto min(13.3333333333vw, 160px) 0;
  }
}
main #sec3 .main_block .ttl {
  left: 37.3333333333vw;
  bottom: -28vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .main_block .ttl {
    left: min(54.1666666667vw, 650px);
    bottom: min(4.1666666667vw, 50px);
  }
}
main #sec3 .image_block {
  padding-top: 170.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block {
    padding-top: min(55.6666666667vw, 668px);
  }
}
main #sec3 .image_block img:nth-child(1) {
  width: 43.7333333333vw;
  left: 5.3333333333vw;
  top: 0vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block img:nth-child(1) {
    width: min(23.3333333333vw, 280px);
    left: min(0vw, 0px);
    top: min(22.0833333333vw, 265px);
  }
}
main #sec3 .image_block img:nth-child(2) {
  width: 53.3333333333vw;
  left: 41.3333333333vw;
  top: 16vw;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block img:nth-child(2) {
    width: min(27.5vw, 330px);
    left: min(20vw, 240px);
    top: 0;
  }
}
main #sec3 .image_block img:nth-child(3) {
  width: 45.3333333333vw;
  left: 44vw;
  top: 96vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block img:nth-child(3) {
    width: min(22.1666666667vw, 266px);
    left: min(45vw, 540px);
    top: min(4.1666666667vw, 50px);
  }
}
main #sec3 .image_block img:nth-child(4) {
  width: 42.6666666667vw;
  left: 5.3333333333vw;
  top: 110.9333333333vw;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block img:nth-child(4) {
    width: min(21.6666666667vw, 260px);
    left: min(65vw, 780px);
    top: min(18.4166666667vw, 221px);
  }
}
main #sec3 .image_block p:nth-child(5) {
  font-size: 2.6666666667vw;
  line-height: 2;
  left: 8vw;
  top: 66.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  main #sec3 .image_block p:nth-child(5) {
    font-size: min(1.0208333333vw, 12.25px);
    left: min(26.6666666667vw, 320px);
    top: min(41.6666666667vw, 500px);
  }
}
main #sec4 .main_block > img {
  width: 94.6666666667vw;
  margin: 0 0 40vw auto;
}
@media screen and (min-width: 769px) {
  main #sec4 .main_block > img {
    width: min(48.3333333333vw, 580px);
    margin: 0 0 min(13.3333333333vw, 160px) auto;
  }
}
main #sec4 .main_block .ttl {
  left: 13.3333333333vw;
  bottom: -28vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .main_block .ttl {
    left: min(19.4166666667vw, 233px);
    bottom: min(3.3333333333vw, 40px);
  }
}
main #sec4 .image_block {
  padding-top: 197.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block {
    padding-top: min(53.75vw, 645px);
  }
}
main #sec4 .image_block img:nth-child(1) {
  width: 53.3333333333vw;
  left: 5.3333333333vw;
  top: 0;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block img:nth-child(1) {
    width: min(28.3333333333vw, 340px);
    left: 0;
    top: 0;
  }
}
main #sec4 .image_block img:nth-child(2) {
  width: 53.3333333333vw;
  left: 41.3333333333vw;
  top: 34.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block img:nth-child(2) {
    width: min(31.6666666667vw, 380px);
    left: min(17.5833333333vw, 211px);
    top: min(15.4166666667vw, 185px);
  }
}
main #sec4 .image_block img:nth-child(3) {
  width: 40.8vw;
  left: 5.3333333333vw;
  top: 113.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block img:nth-child(3) {
    width: min(21.6666666667vw, 260px);
    left: min(43.3333333333vw, 520px);
    top: 0;
  }
}
main #sec4 .image_block img:nth-child(4) {
  width: 56.5333333333vw;
  left: 38.1333333333vw;
  top: 140.8vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block img:nth-child(4) {
    width: min(25.8333333333vw, 310px);
    left: min(60.8333333333vw, 730px);
    top: min(15.4166666667vw, 185px);
  }
}
main #sec4 .image_block p:nth-child(5) {
  font-size: 2.6666666667vw;
  line-height: 2;
  left: 8vw;
  top: 71.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec4 .image_block p:nth-child(5) {
    font-size: min(1.0208333333vw, 12.25px);
    left: min(0vw, 0px);
    top: min(42.25vw, 507px);
  }
}
main .grid_wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
  padding: 21.3333333333vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main .grid_wrap {
    width: min(56.6666666667vw, 680px);
    gap: min(1.6666666667vw, 20px);
    padding: min(11.6666666667vw, 140px) 0;
  }
}
main .grid_wrap img {
  aspect-ratio: 5/6.5;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  main .grid_wrap img {
    aspect-ratio: auto;
  }
}
main .grid_wrap img:nth-child(1) {
  grid-column: 3;
  grid-row: 1;
}
main .grid_wrap img:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
main .grid_wrap img:nth-child(3) {
  grid-column: 3;
  grid-row: 3;
}
main .grid_wrap img:nth-child(4) {
  grid-column: 1;
  grid-row: 1;
}
main .grid_wrap img:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
main .grid_wrap img:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}
main .grid_wrap img:nth-child(7) {
  grid-column: 2;
  grid-row: 1;
}
main .grid_wrap img:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}
main .grid_wrap img:nth-child(9) {
  grid-column: 2;
  grid-row: 2;
}
main .all_item {
  padding: 21.3333333333vw 0;
  background-color: #26346f;
  /* ノイズ加工 */
  background-image: url(../images/noise.jpg);
  background-repeat: repeat;
  background-size: 100px;
  /* ノイズ加工 */
  color: #fff;
  /* 自動取得（価格）
  ===================================================== */
  /* 自動取得（アイテム名）
  ===================================================== */
}
@media screen and (min-width: 769px) {
  main .all_item {
    padding: min(11.6666666667vw, 140px) 0;
  }
}
main .all_item a {
  color: #fff;
}
main .all_item .ttl {
  font-size: 10.6666666667vw;
  margin-bottom: 16vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .all_item .ttl {
    font-size: min(4.1666666667vw, 50px);
    margin-bottom: min(9.1666666667vw, 110px);
  }
}
main .all_item .item_wrap {
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .all_item .item_wrap {
    margin: 0 auto min(7.5vw, 90px);
  }
}
main .all_item .item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 89.3333333333vw;
  margin: 0 auto;
  row-gap: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .all_item .item_box {
    width: min(90vw, 1080px);
    justify-content: flex-start;
    gap: min(1.6666666667vw, 20px);
  }
}
main .all_item .item_box li {
  width: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .all_item .item_box li {
    width: min(16.6666666667vw, 200px);
  }
}
main .all_item .creditAjax_price__proper::before {
  content: "¥";
}
main .all_item .creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}
main .all_item .creditAjax_price__sale::before {
  content: "→ ¥";
}
main .all_item .creditAjax_price__off {
  color: red;
}
main .all_item .creditAjax_price__off::before {
  content: "(";
}
main .all_item .creditAjax_price__off::after {
  content: ")";
}
main .all_item .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
main .all_item .creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main .all_item .item_img {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main .all_item .item_img {
    margin-bottom: min(1vw, 12px);
  }
}
main .all_item .item_info p {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  main .all_item .item_info p {
    font-size: 11.5px;
    margin-bottom: min(0.5vw, 6px);
  }
}
main .all_item .all_btn {
  font-size: 4.2666666667vw;
  width: 53.3333333333vw;
  line-height: 13.3333333333vw;
  background-color: #fff;
  color: #26346f;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .all_item .all_btn {
    width: min(21.6666666667vw, 260px);
    line-height: min(4.8333333333vw, 58px);
    font-size: min(1.6666666667vw, 20px);
  }
}

footer {
  padding: 20vw 0 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 100px 0 90px;
  }
}
footer .f_credit {
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  footer .f_credit {
    font-size: 16px;
    margin-bottom: 90px;
  }
}
footer .f_icon {
  width: fit-content;
  display: flex;
  gap: 9.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 769px) {
  footer .f_icon {
    gap: 35px;
    margin: 0 auto 70px;
  }
}
footer .f_icon img {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .f_icon img {
    width: 28px;
  }
}
footer .f_logo {
  width: 42.6666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .f_logo {
    width: 180px;
    margin: 0 auto 40px;
  }
}
footer .f_copy {
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  footer .f_copy {
    font-size: 10px;
  }
}

/* animation
===================================================== */
.spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #999;
}

.typing {
  display: inline-block;
  opacity: 1 !important;
}

.cursor {
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #000;
  margin-left: 2px;
  animation: blink 0.7s infinite;
  vertical-align: middle;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.typing-complete {
  opacity: 1 !important;
}/*# sourceMappingURL=style.css.map */