@charset "UTF-8";
html,
body {
  width: 100%;
  letter-spacing: 0.02em;
  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.4;
    transition: all 0.6s;
    cursor: pointer;
  }
}

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

/* font
===================================================== */
.en_1 {
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: normal;
}

.en_3 {
  font-family: ivypresto-display, serif;
  font-weight: 100;
  font-style: normal;
}

.en_2 {
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: italic;
}

#fv {
  width: 100%;
  height: fit-content;
  position: relative;
}
#fv .fade_fv,
#fv .gg_logo,
#fv .ttl_txt {
  opacity: 0;
  visibility: hidden;
}
#fv .fv_wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}
#fv .key_ttl .gg_logo {
  position: absolute;
  width: 32vw;
  top: 9.0666666667vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .gg_logo {
    width: min(13.0714285714vw, 183px);
    top: min(5.7142857143vw, 80px);
    left: min(7.8571428571vw, 110px);
  }
}
#fv .key_ttl .ttl_txt {
  color: #E1DCCF;
  position: absolute;
  bottom: 11.2vw;
  right: 10.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt {
    top: min(30.7142857143vw, 430px);
    bottom: auto;
    right: min(7.8571428571vw, 110px);
  }
}
#fv .key_ttl .ttl_txt p {
  text-align: right;
}
#fv .key_ttl .ttl_txt p:nth-child(1) {
  font-size: 7.4666666667vw;
  line-height: 1.7777777778;
  margin-bottom: 12.8vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt p:nth-child(1) {
    font-size: min(3vw, 42px);
    margin-bottom: min(5.2142857143vw, 73px);
  }
}
#fv .key_ttl .ttl_txt p:nth-child(3) {
  font-size: 7.0933333333vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt p:nth-child(3) {
    font-size: min(2.8571428571vw, 40px);
    margin-bottom: min(1.1428571429vw, 16px);
  }
}
#fv .key_ttl .ttl_txt p:nth-child(4) {
  font-size: 3.7866666667vw;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt p:nth-child(4) {
    font-size: min(1.5357142857vw, 21.5px);
  }
}
#fv .key_ttl .ttl_txt .line {
  transform: translate(50%, 50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 9.3333333333vw;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt .line {
    top: min(3.8571428571vw, 54px);
    width: min(3.5714285714vw, 50px);
    height: min(3.5714285714vw, 50px);
  }
}
#fv .key_ttl .ttl_txt .line span:nth-child(1) {
  position: absolute;
  right: 0;
  width: 9.3333333333vw;
  height: 0.2666666667vw;
  background-color: #E1DCCF;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt .line span:nth-child(1) {
    width: min(3.5714285714vw, 50px);
    height: min(0.0714285714vw, 1px);
  }
}
#fv .key_ttl .ttl_txt .line span:nth-child(2) {
  position: absolute;
  right: 9.0666666667vw;
  width: 0.2666666667vw;
  height: 9.3333333333vw;
  background-color: #E1DCCF;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #fv .key_ttl .ttl_txt .line span:nth-child(2) {
    right: min(3.5vw, 49px);
    width: min(0.0714285714vw, 1px);
    height: min(3.5714285714vw, 50px);
  }
}

.credit1 {
  position: relative;
  z-index: 50;
}
.credit1 li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .credit1 li + li {
    margin-top: min(0.7142857143vw, 10px);
  }
}
.credit1 a {
  display: flex;
  font-size: 2.6666666667vw;
  align-items: center;
  column-gap: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .credit1 a {
    font-size: min(0.8571428571vw, 12px);
    column-gap: min(0.3571428571vw, 5px);
  }
}
.credit1 a:has(.nolink) {
  pointer-events: none;
}
.credit1 a:has(.nolink) span {
  text-decoration: none;
}
.credit1 a .item_name {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.01em;
}
.credit1 a .item_price {
  letter-spacing: 0.02em;
}
.credit1 a .nolink,
.credit1 a .collab,
.credit1 a .limited {
  font-size: 2.4vw;
  letter-spacing: 0.04em;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .credit1 a .nolink,
  .credit1 a .collab,
  .credit1 a .limited {
    font-size: min(0.7142857143vw, 10px);
  }
}

.credit2 {
  position: relative;
  z-index: 50;
  padding-left: 1.0666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .credit2 {
    width: min(17.1428571429vw, 240px);
    padding-left: min(0.7142857143vw, 10px);
  }
}
.credit2 li + li {
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .credit2 li + li {
    margin-top: min(0.7142857143vw, 10px);
  }
}
.credit2 a {
  display: block;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .credit2 a {
    font-size: min(0.8571428571vw, 12px);
  }
}
.credit2 a div {
  display: flex;
  column-gap: 1.3333333333vw;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .credit2 a div {
    column-gap: min(0.3571428571vw, 5px);
    font-size: min(0.8571428571vw, 12px);
  }
}
.credit2 a div + div {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .credit2 a div + div {
    margin-top: min(0.3571428571vw, 5px);
  }
}
.credit2 a:has(.nolink) {
  pointer-events: none;
}
.credit2 a:has(.nolink) span {
  text-decoration: none;
}
.credit2 a .item_name {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.01em;
}
.credit2 a .item_price {
  letter-spacing: 0.02em;
}
.credit2 a .nolink,
.credit2 a .collab,
.credit2 a .limited {
  font-size: 2.4vw;
  letter-spacing: 0.04em;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .credit2 a .nolink,
  .credit2 a .collab,
  .credit2 a .limited {
    font-size: min(0.7142857143vw, 10px);
  }
}

@media screen and (min-width: 769px) {
  .section_wrap {
    width: min(75.7142857143vw, 1060px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .section_wrap2 {
    width: min(84.2857142857vw, 1180px);
    margin: 0 auto;
  }
}

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

#nav {
  background-color: #fff;
  z-index: 10;
  position: relative;
}
#nav .nav_wrap {
  width: 85.3333333333vw;
  margin: 24vw 6.6666666667vw 8vw 8vw;
  padding-top: 97.6vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap {
    width: min(75.7142857143vw, 1060px);
    margin: min(10.9285714286vw, 153px) auto min(11.4285714286vw, 160px);
    padding-top: min(52.1428571429vw, 730px);
  }
}
#nav .nav_wrap > ul:first-child li {
  position: absolute;
}
#nav .nav_wrap > ul:first-child li:nth-child(1) {
  font-size: 8vw;
  line-height: 1.2;
  top: 1.0666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap > ul:first-child li:nth-child(1) {
    font-size: min(3.1428571429vw, 44px);
    top: min(0.2857142857vw, 4px);
  }
}
#nav .nav_wrap > ul:first-child li:nth-child(2) {
  width: 34.6666666667vw;
  top: 28.8vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap > ul:first-child li:nth-child(2) {
    width: min(21.4285714286vw, 300px);
    top: min(9.2857142857vw, 130px);
  }
}
#nav .nav_wrap > ul:first-child li:nth-child(3) {
  width: 34.6666666667vw;
  top: 51.4666666667vw;
  left: 41.6vw;
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap > ul:first-child li:nth-child(3) {
    width: min(21.4285714286vw, 300px);
    top: min(23.5714285714vw, 330px);
    left: min(27.1428571429vw, 380px);
  }
}
#nav .nav_wrap > ul:first-child li:nth-child(4) {
  width: 34.6666666667vw;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap > ul:first-child li:nth-child(4) {
    width: min(21.4285714286vw, 300px);
    top: min(3.2857142857vw, 46px);
  }
}
@media screen and (min-width: 769px) {
  #nav .nav_wrap .block1 {
    position: absolute;
    bottom: 0;
    right: min(0.7142857143vw, 10px);
  }
  #nav .nav_wrap .block1 .credit {
    width: fit-content;
    margin: 0 auto;
  }
}
#nav .credit {
  width: fit-content;
  margin: 0 auto 21.3333333333vw;
}

@media screen and (min-width: 769px) {
  .block4 .credit,
  .block8 .credit {
    margin-left: min(6.4285714286vw, 90px);
  }
}
@media screen and (min-width: 769px) {
  .block4 .img_wrap2 > div img,
  .block8 .img_wrap2 > div img {
    margin: min(11.4285714286vw, 160px) 0 min(2.7142857143vw, 38px) min(4.2857142857vw, 60px);
  }
}

@media screen and (min-width: 769px) {
  .block5 .img_wrap2 > div img,
  .block7 .img_wrap2 > div img {
    margin: min(11.4285714286vw, 160px) min(4.2857142857vw, 60px) min(2.7142857143vw, 38px) 0;
  }
}

@media screen and (min-width: 769px) {
  .img_wrap2 {
    display: flex;
    justify-content: space-between;
  }
  .img_wrap2 > img {
    width: min(44.2857142857vw, 620px);
  }
}
.img_wrap2 > div img {
  width: 64vw;
  margin: 8vw auto;
}
@media screen and (min-width: 769px) {
  .img_wrap2 > div img {
    width: min(28.5714285714vw, 400px);
    margin: min(11.4285714286vw, 160px) 0 0;
  }
}

.img_wrap3 {
  position: relative;
}
.img_wrap3 .slide1 {
  height: fit-content;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .img_wrap3 .slide1 {
    width: min(44.2857142857vw, 620px);
    height: fit-content;
    margin: 0 auto min(7.1428571429vw, 100px);
  }
}

.img_wrap4 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .img_wrap4 {
    width: min(64.2857142857vw, 900px);
    margin: 0 auto;
  }
}
.img_wrap4 img {
  width: 43.6vw;
}
@media screen and (min-width: 769px) {
  .img_wrap4 img {
    width: min(31.4285714286vw, 440px);
  }
}

.img_wrap5 > div {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .img_wrap5 > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: min(3.5714285714vw, 50px);
  }
}
.img_wrap5 > div img {
  width: 74.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .img_wrap5 > div img {
    width: min(40vw, 560px);
    margin: 0;
  }
}

#section1 {
  position: relative;
  z-index: 10;
  background-color: #DEE3D9;
  padding: 18.6666666667vw 5.3333333333vw 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section1 {
    padding: min(11.0714285714vw, 155px) 0 min(14.2857142857vw, 200px);
  }
}
#section1 h2 {
  font-size: 8.5333333333vw;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section1 h2 {
    font-size: min(3.1428571429vw, 44px);
    margin-left: min(0.3571428571vw, 5px);
  }
}
#section1 .block2 {
  padding: 12.2666666667vw 0 29.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section1 .block2 {
    padding: min(6.8571428571vw, 96px) 0 min(13.7142857143vw, 192px);
  }
}
#section1 .block2 .img_wrap {
  position: relative;
  padding-top: 260.2666666667vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap {
    padding-top: min(94.5vw, 1323px);
    width: min(75.7142857143vw, 1060px);
  }
}
#section1 .block2 .img_wrap h3 {
  font-size: 4vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap h3 {
    font-size: min(1.2857142857vw, 18px);
    right: auto;
    left: min(39.7142857143vw, 556px);
  }
}
#section1 .block2 .img_wrap img {
  position: absolute;
}
#section1 .block2 .img_wrap img:nth-child(2) {
  width: 89.3333333333vw;
  top: 6.9333333333vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap img:nth-child(2) {
    width: min(44.2857142857vw, 620px);
    top: min(2.3571428571vw, 33px);
  }
}
#section1 .block2 .img_wrap img:nth-child(3) {
  width: 53.3333333333vw;
  top: 136.2666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap img:nth-child(3) {
    width: min(28.5714285714vw, 400px);
    top: min(20.2142857143vw, 283px);
    left: auto;
    right: 0;
  }
}
#section1 .block2 .img_wrap img:nth-child(4) {
  width: 30.6666666667vw;
  top: 156.2666666667vw;
  left: 58.6666666667vw;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap img:nth-child(4) {
    width: min(28.5714285714vw, 400px);
    top: min(55.9285714286vw, 783px);
    left: auto;
    right: 0;
  }
}
#section1 .block2 .img_wrap img:nth-child(5) {
  width: 42.6666666667vw;
  top: 202.9333333333vw;
  left: 46.6666666667vw;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap img:nth-child(5) {
    width: min(20.7142857143vw, 290px);
    top: min(66.6428571429vw, 933px);
    left: min(23.6428571429vw, 331px);
  }
}
#section1 .block2 .img_wrap > div {
  position: absolute;
  top: 205.8666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block2 .img_wrap > div {
    top: min(71.4285714286vw, 1000px);
    left: min(2.1428571429vw, 30px);
  }
}
#section1 .block3 .img_wrap {
  position: relative;
  padding-top: 260.2666666667vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap {
    padding-top: min(94.5vw, 1323px);
    width: min(75.7142857143vw, 1060px);
  }
}
#section1 .block3 .img_wrap h3 {
  font-size: 4vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap h3 {
    font-size: min(1.2857142857vw, 18px);
    right: auto;
    left: min(31.4285714286vw, 440px);
  }
}
#section1 .block3 .img_wrap img {
  position: absolute;
}
#section1 .block3 .img_wrap img:nth-child(2) {
  width: 89.3333333333vw;
  top: 6.9333333333vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap img:nth-child(2) {
    width: min(44.2857142857vw, 620px);
    top: min(2.3571428571vw, 33px);
    left: min(31.4285714286vw, 440px);
  }
}
#section1 .block3 .img_wrap img:nth-child(3) {
  width: 53.3333333333vw;
  top: 136.2666666667vw;
  left: 36vw;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap img:nth-child(3) {
    width: min(28.5714285714vw, 400px);
    top: min(20.2142857143vw, 283px);
    left: 0;
  }
}
#section1 .block3 .img_wrap img:nth-child(4) {
  width: 30.6666666667vw;
  top: 156.2666666667vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap img:nth-child(4) {
    width: min(28.5714285714vw, 400px);
    top: min(55.9285714286vw, 783px);
    left: 0;
  }
}
#section1 .block3 .img_wrap img:nth-child(5) {
  width: 42.6666666667vw;
  top: 202.9333333333vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap img:nth-child(5) {
    width: min(20.7142857143vw, 290px);
    top: min(66.6428571429vw, 933px);
    left: min(31.4285714286vw, 440px);
  }
}
#section1 .block3 .img_wrap > div {
  position: absolute;
  top: 205.8666666667vw;
  left: 48vw;
}
@media screen and (min-width: 769px) {
  #section1 .block3 .img_wrap > div {
    top: min(71.4285714286vw, 1000px);
    left: auto;
    right: min(2.1428571429vw, 30px);
  }
}
#section1 .credit2 .brand_name {
  font-size: 2.2666666667vw;
}
@media screen and (min-width: 769px) {
  #section1 .credit2 .brand_name {
    font-size: min(0.8571428571vw, 12px);
  }
}
#section1 .credit2 li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  #section1 .credit2 li + li {
    margin-top: min(0.7142857143vw, 10px);
  }
}
#section1 .credit2 li:last-child {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section1 .credit2 li:last-child {
    margin-top: min(0.7142857143vw, 10px);
  }
}

#section2 {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 18.6666666667vw 0 21.3333333333vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section2 {
    padding: min(10.7142857143vw, 150px) 0 min(14.2857142857vw, 200px);
    width: 100%;
  }
}
#section2 h2 {
  font-size: 8.5333333333vw;
  margin-left: 1.3333333333vw;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  #section2 h2 {
    font-size: min(3.1428571429vw, 44px);
    margin-left: min(4.2857142857vw, 60px);
    margin-bottom: min(1.0714285714vw, 15px);
  }
}
#section2 h3 {
  font-size: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  #section2 h3 {
    font-size: min(1.2857142857vw, 18px);
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
#section2 .block4 {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block4 {
    margin-bottom: min(13.5714285714vw, 190px);
  }
}
#section2 .block4 h3 {
  text-align: right;
}
#section2 .block4 .img_wrap2 {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  #section2 .block4 .credit {
    margin-left: min(6.4285714286vw, 90px);
  }
}
#section2 .block4 .credit ul li:nth-child(2) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block4 .credit ul li:nth-child(2) a .item_link {
    margin-top: 0;
  }
}
#section2 .block5 {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block5 {
    margin-bottom: min(13.5714285714vw, 190px);
  }
}
#section2 .block5 h3 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #section2 .block5 .credit {
    margin-right: min(6.4285714286vw, 90px);
  }
}
#section2 .block5 .credit ul li a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block5 .credit ul li a .item_link {
    margin-top: 0;
  }
}
#section2 .block6 h3 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #section2 .block6 h3 {
    width: min(44.2857142857vw, 620px);
    margin: 0 auto min(1.4285714286vw, 20px);
  }
}
#section2 .block6 .credit {
  margin: 0 auto 16vw;
}
@media screen and (min-width: 769px) {
  #section2 .block6 .credit {
    width: fit-content;
    position: absolute;
    bottom: 30%;
    right: 2%;
  }
}
#section2 .block6 .credit ul li:nth-child(1) a .item_link,
#section2 .block6 .credit ul li:nth-child(2) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block6 .credit ul li:nth-child(1) a .item_link,
  #section2 .block6 .credit ul li:nth-child(2) a .item_link {
    margin-top: min(0vw, 0px);
  }
}
#section2 .block6 .credit ul li:nth-child(2) a .brand_name {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section2 .block6 .credit ul li:nth-child(2) a .brand_name {
    margin-top: min(0vw, 0px);
  }
}
#section2 .credit1 {
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section2 .credit1 {
    width: fit-content;
  }
}
#section2 .credit1 a {
  flex-wrap: wrap;
}

#section3 {
  position: relative;
  z-index: 10;
  background-color: #DEE3D9;
  padding: 18.6666666667vw 5.3333333333vw 21.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section3 {
    padding: min(10.7142857143vw, 150px) 0 min(14.2857142857vw, 200px);
    width: 100%;
  }
}
#section3 h2 {
  font-size: 8.5333333333vw;
  margin-left: 1.3333333333vw;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  #section3 h2 {
    font-size: min(3.1428571429vw, 44px);
    margin-left: min(0.3571428571vw, 5px);
    margin-bottom: min(6.5vw, 91px);
  }
}
#section3 h3 {
  font-size: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  #section3 h3 {
    font-size: min(1.2857142857vw, 18px);
    width: min(44.2857142857vw, 620px);
    margin-bottom: min(1.4285714286vw, 20px);
  }
}
#section3 .block7 {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section3 .block7 {
    margin-bottom: min(13.5714285714vw, 190px);
  }
}
#section3 .block7 h3 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #section3 .block7 .credit {
    margin-right: min(6.4285714286vw, 90px);
  }
}
#section3 .block7 .credit ul li:nth-child(1) a .brand_name,
#section3 .block7 .credit ul li:nth-child(1) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section3 .block7 .credit ul li:nth-child(1) a .brand_name,
  #section3 .block7 .credit ul li:nth-child(1) a .item_link {
    margin-top: 0;
  }
}
#section3 .block7 .credit ul li:nth-child(4) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section3 .block7 .credit ul li:nth-child(4) a .item_link {
    margin-top: 0;
  }
}
#section3 .block8 h3 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #section3 .block8 h3 {
    margin: 0 0 min(1.0714285714vw, 15px) auto;
  }
}
#section3 .block8 .img_wrap2 {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  #section3 .block8 .credit {
    margin-left: min(6.4285714286vw, 90px);
  }
}
#section3 .block8 .credit ul li:nth-child(1) a .brand_name,
#section3 .block8 .credit ul li:nth-child(1) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section3 .block8 .credit ul li:nth-child(1) a .brand_name,
  #section3 .block8 .credit ul li:nth-child(1) a .item_link {
    margin-top: 0;
  }
}
#section3 .block8 .credit ul li:nth-child(2) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section3 .block8 .credit ul li:nth-child(2) a .item_link {
    margin-top: 0;
  }
}
#section3 .credit1 {
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section3 .credit1 {
    width: fit-content;
  }
}
#section3 .credit1 a {
  flex-wrap: wrap;
}

#section4 {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 18.6666666667vw 0 0;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section4 {
    padding: min(10.7142857143vw, 150px) 0 0;
    width: 100%;
  }
}
#section4 h2 {
  font-size: 8.5333333333vw;
  margin-left: 7.4666666667vw;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  #section4 h2 {
    font-size: min(3.1428571429vw, 44px);
    margin-left: min(0.3571428571vw, 5px);
    margin-bottom: min(8.6428571429vw, 121px);
  }
}
#section4 h3 {
  font-size: 4vw;
  margin-bottom: 4vw;
  margin-right: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  #section4 h3 {
    font-size: min(1.2857142857vw, 18px);
    margin-bottom: min(1.4285714286vw, 20px);
    margin-right: 0;
  }
}
#section4 .block9 {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section4 .block9 {
    margin-bottom: min(13.5714285714vw, 190px);
  }
}
#section4 .block9 h3 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #section4 .block9 .credit {
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  #section4 .block9 .credit ul {
    display: flex;
    gap: min(0.5714285714vw, 8px);
    justify-content: center;
    flex-wrap: wrap;
    width: min(71.4285714286vw, 1000px);
  }
}
#section4 .block9 .credit ul li:nth-child(2) a .brand_name,
#section4 .block9 .credit ul li:nth-child(2) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section4 .block9 .credit ul li:nth-child(2) a .brand_name,
  #section4 .block9 .credit ul li:nth-child(2) a .item_link {
    margin-top: 0;
  }
}
#section4 .block9 .credit1 li + li {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  #section4 .block9 .credit1 li + li {
    margin-top: min(0vw, 0px);
  }
}
#section4 .block10 h3 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #section4 .block10 h3 {
    width: min(44.2857142857vw, 620px);
    margin: 0 auto min(1.4285714286vw, 20px);
  }
}
#section4 .block10 .credit {
  margin: 0 auto 16vw;
}
@media screen and (min-width: 769px) {
  #section4 .block10 .credit {
    width: fit-content;
    position: absolute;
    bottom: 30%;
    right: 2%;
  }
}
#section4 .block10 .credit ul li:nth-child(3) a .brand_name,
#section4 .block10 .credit ul li:nth-child(3) a .item_link {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  #section4 .block10 .credit ul li:nth-child(3) a .brand_name,
  #section4 .block10 .credit ul li:nth-child(3) a .item_link {
    margin-top: min(0vw, 0px);
  }
}
#section4 .block10 .box_anim {
  position: absolute;
  z-index: 1;
  right: 2.1333333333vw;
  bottom: -10.1333333333vw;
}
@media screen and (min-width: 769px) {
  #section4 .block10 .box_anim {
    right: max(-1.4285714286vw, -20px);
    bottom: min(1.0714285714vw, 15px);
  }
}
#section4 .block10 .sign_box {
  width: 0%;
  overflow: hidden;
}
#section4 .block10 .sign_box img {
  width: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  #section4 .block10 .sign_box img {
    width: min(16vw, 224px);
  }
}
#section4 .credit1 {
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #section4 .credit1 {
    width: fit-content;
  }
}
#section4 .credit1 a {
  flex-wrap: wrap;
}

.swiper-wrapper,
.swiper-slide,
img {
  width: 100%;
}

.fade2_wrap {
  overflow: hidden;
}

.footer {
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 24vw 0 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: min(8.4285714286vw, 118px) 0 min(2.8571428571vw, 40px);
  }
}

.f_link {
  width: 64vw;
  margin: 0 auto 24vw;
}
@media screen and (min-width: 769px) {
  .f_link {
    width: min(55vw, 770px);
    margin: 0 auto min(8.8571428571vw, 124px);
    display: flex;
    justify-content: space-between;
  }
}
.f_link img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f_link img {
    width: min(25.3571428571vw, 355px);
    margin-bottom: min(1vw, 14px);
  }
}
.f_link p {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .f_link p {
    font-size: min(0.8571428571vw, 12px);
  }
}
.f_link li + li {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f_link li + li {
    margin-top: 0;
  }
}

.f_credit {
  padding: 0 0 24vw;
}
@media screen and (min-width: 769px) {
  .f_credit {
    padding: 0 0 min(8.5714285714vw, 120px);
  }
}
.f_credit dt {
  font-size: 2.4vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f_credit dt {
    font-size: min(0.7142857143vw, 10px);
    margin-bottom: min(0.5714285714vw, 8px);
  }
}
.f_credit dd {
  font-size: 3.2vw;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .f_credit dd {
    font-size: min(1vw, 14px);
  }
}
.f_credit dd + dt {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f_credit dd + dt {
    margin-top: min(2.5vw, 35px);
  }
}

.logo_footer {
  width: 39.4666666667vw;
  margin: 0 auto 12vw;
}
@media screen and (min-width: 769px) {
  .logo_footer {
    width: min(12.8571428571vw, 180px);
    margin: 0 auto min(3.2142857143vw, 45px);
  }
}

.copy {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .copy {
    font-size: min(0.7142857143vw, 10px);
  }
}

.fixed {
  z-index: 100;
  position: relative;
}
.fixed .fixed1 {
  font-size: 1.8666666667vw;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  transform: translate(-36%, 0) rotate(-90deg);
}
@media screen and (min-width: 769px) {
  .fixed .fixed1 {
    font-size: min(0.7142857143vw, 10px);
    left: min(1.4285714286vw, 20px);
  }
}
.fixed .fixed2 {
  font-size: 1.8666666667vw;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0%;
  transform: translate(40%, 0) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .fixed .fixed2 {
    font-size: min(0.7142857143vw, 10px);
    right: min(1.4285714286vw, 20px);
  }
}
.fixed .totop {
  display: block;
  font-size: 2.6666666667vw;
  position: fixed;
  z-index: 100;
  bottom: 2.6666666667vw;
  right: 0;
  transform: translate(30%, 0) rotate(90deg);
  transition: all 0.6s;
  padding-right: 12vw;
}
@media screen and (min-width: 769px) {
  .fixed .totop {
    font-size: min(0.7142857143vw, 10px);
    right: min(1.4285714286vw, 20px);
    bottom: min(0.7142857143vw, 10px);
    padding-right: min(6.0714285714vw, 85px);
    transform: translate(40%, 0) rotate(90deg);
  }
}
.fixed .totop:after {
  content: "";
  display: block;
  width: 10.6666666667vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .fixed .totop:after {
    width: min(5.7142857143vw, 80px);
    right: min(0vw, 0px);
  }
}
.fixed .totop:hover {
  cursor: pointer;
  bottom: 5.3333333333vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .fixed .totop:hover {
    bottom: min(1.4285714286vw, 20px);
  }
}/*# sourceMappingURL=style.css.map */