@charset "UTF-8";
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, zen-kaku-gothic-new, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  transition: all 1s ease 1s;
  background-color: transparent;
  color: #232323;
  background-color: #ebe6dd;
  position: relative;
}

body {
  overflow-x: hidden;
  position: relative;
}

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

button {
  all: unset;
  cursor: pointer;
}

@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: #232323;
}

a:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

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

/* font
===================================================== */
.en_1 {
  font-family: YakuHanMPs, the-seasons, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_1 {
  font-family: YakuHanMPs, zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_2 {
  font-family: YakuHanJPs, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 流れる文字
========================================================= */
.loop_area {
  width: 100%;
  overflow: hidden;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_area .loop_wrap {
  display: flex;
}
.loop_area .loop_wrap .loop_left {
  animation: loop_left 40s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}
.loop_area .loop_wrap .loop_left .loop_txt {
  font-size: 18.6666666667vw;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0.2;
  color: #B89F89;
}
@media screen and (min-width: 769px) {
  .loop_area .loop_wrap .loop_left .loop_txt {
    font-size: min(9.2592592593vw, 100px);
  }
}

/* 共通
===================================================== */
span.marker {
  padding-bottom: 0.5333333333vw;
  background: linear-gradient(transparent 65%, rgba(184, 159, 137, 0.2) 65%);
}
@media screen and (min-width: 769px) {
  span.marker {
    padding-bottom: min(0.1851851852vw, 2px);
  }
}

/* loading 
===================================================== */
/* fv
===================================================== */
header .fv {
  position: relative;
}
header .fv .fv_bg {
  display: flex;
  gap: 0;
  filter: blur(50px);
}
header .fv .fv_bg div {
  width: 50%;
  height: 133.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  header .fv .fv_bg div {
    height: min(59.2592592593vw, 640px);
  }
}
header .fv .fv_bg img {
  transform: scale(1.25);
}
@media screen and (min-width: 769px) {
  header .fv h1.spNone {
    position: absolute;
    width: min(24.0740740741vw, 260px);
    top: min(3.2407407407vw, 35px);
    left: min(4.6296296296vw, 50px);
  }
}
header .fv .fv_ttl {
  position: absolute;
  top: 13.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl {
    top: min(10.5555555556vw, 114px);
  }
}
header .fv .fv_ttl h1.pcNone {
  width: 72.2666666667vw;
  margin: 0 auto 10.6666666667vw;
}
header .fv .fv_ttl p:nth-child(2) {
  font-size: 4.2666666667vw;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl p:nth-child(2) {
    font-size: min(2.2222222222vw, 24px);
    margin-bottom: min(3.4074074074vw, 36.8px);
  }
}
header .fv .fv_ttl p:nth-child(3) {
  width: 77.8666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl p:nth-child(3) {
    width: min(51.5740740741vw, 557px);
    margin: 0 auto min(5.1851851852vw, 56px);
  }
}
header .fv .fv_ttl p:nth-child(4) {
  font-size: 3.4666666667vw;
  text-decoration: underline;
  text-underline-offset: 2.1333333333vw;
  text-decoration-thickness: 0.16vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_ttl p:nth-child(4) {
    font-size: min(1.8518518519vw, 20px);
    text-underline-offset: min(1.1111111111vw, 12px);
    text-decoration-thickness: min(0.0740740741vw, 0.8px);
  }
}
header .item {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 0;
  margin: -48vw auto 16vw;
}
@media screen and (min-width: 769px) {
  header .item {
    margin: max(-23.1481481481vw, -250px) auto min(9.2592592593vw, 100px);
    width: min(74.0740740741vw, 800px);
  }
}
header .item .item_left,
header .item .item_right {
  width: 50%;
}
header .item .item_img {
  width: 37.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header .item .item_img {
    width: min(24.0740740741vw, 260px);
    margin: 0 auto min(3.7037037037vw, 40px);
  }
}
header .item .item_name {
  text-align: center;
}
@media screen and (min-width: 769px) {
  header .item .item_name {
    position: absolute;
    top: min(28.7037037037vw, 310px);
  }
}
header .item .item_name p:nth-child(1) {
  font-size: 3.7333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  header .item .item_name p:nth-child(1) {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(0.7407407407vw, 8px);
  }
}
header .item .item_name p:nth-child(2) {
  font-size: 4.8vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .item .item_name p:nth-child(2) {
    font-size: min(2.4074074074vw, 26px);
    margin-bottom: min(1.2962962963vw, 14px);
  }
}
header .item .item_name p:nth-child(3) {
  font-size: 2.6666666667vw;
  letter-spacing: 0;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  header .item .item_name p:nth-child(3) {
    font-size: min(1.1111111111vw, 12px);
    margin-bottom: 0;
  }
}
header .item .item_left {
  transform: translateX(-5%);
}
@media screen and (min-width: 769px) {
  header .item .item_left .item_name {
    text-align: right;
    left: max(-11.1111111111vw, -120px);
  }
}
header .item .item_right {
  transform: translateX(5%);
}
@media screen and (min-width: 769px) {
  header .item .item_right .item_name {
    text-align: left;
    right: max(-1.8518518519vw, -20px);
  }
}
header .item .item_tri {
  overflow: hidden;
}
header .item .item_tri img {
  width: 48vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header .item .item_tri img {
    width: min(29.6296296296vw, 320px);
  }
}

/* main
===================================================== */
main .loop_area {
  margin-bottom: 13.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .loop_area {
    margin-bottom: min(9.2592592593vw, 100px);
  }
}
main .main_ttl {
  text-align: center;
}
main .main_ttl p:nth-child(1) {
  font-size: 3.2vw;
  text-decoration: underline;
  text-underline-offset: 2.1333333333vw;
  text-decoration-thickness: 0.16vw;
  margin-bottom: 12.8vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(1) {
    font-size: min(1.6666666667vw, 18px);
    text-underline-offset: min(1.1111111111vw, 12px);
    text-decoration-thickness: min(0.0740740741vw, 0.8px);
    margin-bottom: min(6.0185185185vw, 65px);
  }
}
main .main_ttl p:nth-child(2) {
  font-size: 4.2666666667vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(2) {
    font-size: min(2.4074074074vw, 26px);
    margin-bottom: min(3.2407407407vw, 35px);
  }
}
main .main_ttl p:nth-child(3) {
  font-size: 8.5333333333vw;
  letter-spacing: -0.08em;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(3) {
    font-size: min(4.8148148148vw, 52px);
    margin-bottom: min(5.0740740741vw, 54.8px);
  }
}
main .main_ttl p:nth-child(4) {
  font-size: 3.4666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(4) {
    font-size: min(1.8518518519vw, 20px);
    margin-bottom: min(5.5555555556vw, 60px);
  }
}
main .main_ttl p:nth-child(5) {
  font-size: 3.2vw;
  margin-bottom: 4.2666666667vw;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(5) {
    font-size: min(1.3888888889vw, 15px);
    margin-bottom: min(1.3888888889vw, 15px);
  }
}
main .main_ttl p:nth-child(6) {
  font-size: 2.6666666667vw;
  margin-bottom: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_ttl p:nth-child(6) {
    font-size: min(1.1111111111vw, 12px);
    margin-bottom: min(7.4074074074vw, 80px);
  }
}
main .main_sub {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .main_sub {
    font-size: min(1.6666666667vw, 18px);
  }
}
main .main_sub::before {
  content: "";
  display: block;
  background-color: #232323;
  width: 0.2133333333vw;
  height: 8vw;
  position: absolute;
  bottom: 1.0666666667vw;
  left: -5.3333333333vw;
  transform: rotate(-30deg);
}
@media screen and (min-width: 769px) {
  main .main_sub::before {
    width: min(0.0925925926vw, 1px);
    height: min(2.4074074074vw, 26px);
    bottom: max(-0.1851851852vw, -2px);
    left: max(-3.1481481481vw, -34px);
  }
}
main .main_sub::after {
  content: "";
  display: block;
  background-color: #232323;
  width: 0.2133333333vw;
  height: 8vw;
  position: absolute;
  bottom: 1.0666666667vw;
  right: -4.8vw;
  transform: rotate(30deg);
}
@media screen and (min-width: 769px) {
  main .main_sub::after {
    width: min(0.0925925926vw, 1px);
    height: min(2.4074074074vw, 26px);
    bottom: max(-0.1851851852vw, -2px);
    right: max(-2.7777777778vw, -30px);
  }
}
main .main_vote {
  width: 89.3333333333vw;
  margin: 16vw auto 8vw;
  display: flex;
  gap: 0;
}
@media screen and (min-width: 769px) {
  main .main_vote {
    width: min(63.4259259259vw, 685px);
    margin: min(9.2592592593vw, 100px) auto min(5.0925925926vw, 55px);
  }
}
main .main_vote .main_left,
main .main_vote .main_right {
  width: 50%;
}
main .main_vote .fav_btn {
  text-align: center;
  position: relative;
  width: 100%;
}
main .main_vote .fav_btn::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 40vw;
  height: 40vw;
  border-radius: 100vw;
  position: absolute;
  filter: blur(10px);
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  main .main_vote .fav_btn::before {
    width: min(22.2222222222vw, 240px);
    height: min(22.2222222222vw, 240px);
    top: max(-4.0740740741vw, -44px);
  }
}
main .main_vote .fav_btn .favorite_Push :hover {
  opacity: 1;
}
main .main_vote .main_name {
  position: relative;
  width: fit-content;
  margin: 0 auto 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_name {
    margin: 0 auto min(0.5555555556vw, 6px);
  }
}
main .main_vote .main_name p:nth-child(1) {
  font-size: 4.2666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_name p:nth-child(1) {
    font-size: min(2.0740740741vw, 22.4px);
    margin-bottom: min(0.5555555556vw, 6px);
  }
}
main .main_vote .main_name p:nth-child(2) {
  font-size: 2.9333333333vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_name p:nth-child(2) {
    font-size: min(1.3333333333vw, 14.4px);
  }
}
main .main_vote .icon_fav {
  width: 11.2vw;
  position: relative;
  margin: 0 auto 1.6vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .icon_fav {
    width: min(5.1851851852vw, 56px);
    margin: 0 auto min(0.3703703704vw, 4px);
  }
}
main .main_vote .main_item {
  position: relative;
  width: 21.3333333333vw;
  margin: 0 auto 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_item {
    width: min(11.3888888889vw, 123px);
    margin: 0 auto min(0.9259259259vw, 10px);
  }
}
main .main_vote .main_buy {
  text-align: center;
}
main .main_vote .main_buy a:first-child p:nth-child(1) {
  font-size: 4vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_buy a:first-child p:nth-child(1) {
    font-size: min(1.4814814815vw, 16px);
    margin-bottom: min(0.5555555556vw, 6px);
  }
}
main .main_vote .main_buy a:first-child p:nth-child(2) {
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_buy a:first-child p:nth-child(2) {
    font-size: min(1.2037037037vw, 13px);
    margin-bottom: min(1.8518518519vw, 20px);
  }
}
main .main_vote .main_buy .buy_btn {
  display: block;
  margin: 0 auto;
  width: 37.3333333333vw;
  height: 10.6666666667vw;
  line-height: 10.1333333333vw;
  background-color: #AC9489;
  color: #ffffff;
  border-radius: 0.5333333333vw;
  font-size: 3.4666666667vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_buy .buy_btn {
    width: min(20.7407407407vw, 224px);
    height: min(5vw, 54px);
    line-height: min(4.8148148148vw, 52px);
    border-radius: min(0.2962962963vw, 3.2px);
    font-size: min(1.4814814815vw, 16px);
  }
}
main .main_vote .main_buy .buy_btn svg {
  width: 2.1333333333vw;
  position: absolute;
  right: 4.2666666667vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  main .main_vote .main_buy .buy_btn svg {
    width: min(0.8888888889vw, 9.6px);
    right: min(2.8703703704vw, 31px);
  }
}
main .main_vote .main_buy .buy_btn:hover {
  opacity: 1;
}
main .main_vote .main_buy .buy_btn:hover svg {
  transform: translate(60%, -50%);
  transition: all 0.3s;
}
main .notice {
  width: 82.6666666667vw;
  margin: 0 auto 26.6666666667vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .notice {
    width: min(53.7037037037vw, 580px);
    margin: 0 auto min(16.6666666667vw, 180px);
  }
}
main .notice > p {
  font-size: 2.9333333333vw;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .notice > p {
    font-size: min(1.2037037037vw, 13px);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
main .notice > p a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 0.5333333333vw;
  text-decoration-thickness: 0.16vw;
}
@media screen and (min-width: 769px) {
  main .notice > p a {
    text-underline-offset: min(0.3703703704vw, 4px);
    text-decoration-thickness: min(0.0740740741vw, 0.8px);
  }
}
main .notice p:nth-child(2) {
  margin: 2.6666666667vw 0 14.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .notice p:nth-child(2) {
    margin: min(1.4814814815vw, 16px) 0 min(9.2592592593vw, 100px);
  }
}
main .notice .fav_text:nth-child(1) {
  width: 4.8vw;
  stroke-width: 2.4px;
  padding-left: 0.8vw;
  transform: translate(2%, 15%);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main .notice .fav_text:nth-child(1) {
    width: min(1.6666666667vw, 18px);
    padding-left: min(0.2777777778vw, 3px);
    stroke-width: 3px;
  }
}
main .notice .fav_text:nth-child(2) {
  width: 4vw;
  stroke-width: 2.4px;
  padding: 0 1.3333333333vw;
  transform: translate(0, 15%);
}
@media screen and (min-width: 769px) {
  main .notice .fav_text:nth-child(2) {
    width: min(1.4814814815vw, 16px);
    stroke-width: 0px;
    padding: 0 min(0.2777777778vw, 3px) 0 min(0.462962963vw, 5px);
  }
}
main .notice .about_fav p:nth-child(1) {
  font-size: 3.7333333333vw;
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .notice .about_fav p:nth-child(1) {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(1.8518518519vw, 20px);
  }
}
main .notice .about_fav div:nth-child(2) {
  width: 100%;
  height: 0.1066666667vw;
  background-color: #232323;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .notice .about_fav div:nth-child(2) {
    height: min(0.0740740741vw, 0.8px);
    margin-bottom: min(2.037037037vw, 22px);
  }
}
main .notice .about_fav p:nth-child(3) {
  font-size: 2.9333333333vw;
  line-height: 2;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .notice .about_fav p:nth-child(3) {
    font-size: min(1.2037037037vw, 13px);
    margin-bottom: min(3.2407407407vw, 35px);
  }
}
main .notice .about_fav a:nth-child(4) {
  margin-bottom: 5.3333333333vw;
  margin-bottom: min(2.5925925926vw, 28px);
}
main .notice .about_fav a:nth-child(4),
main .notice .about_fav a:nth-child(5) {
  font-size: 2.9333333333vw;
  text-decoration: underline;
  text-underline-offset: 0.5333333333vw;
  text-decoration-thickness: 0.16vw;
}
@media screen and (min-width: 769px) {
  main .notice .about_fav a:nth-child(4),
  main .notice .about_fav a:nth-child(5) {
    font-size: min(1.2037037037vw, 13px);
    text-underline-offset: min(0.3703703704vw, 4px);
    text-decoration-thickness: min(0.0740740741vw, 0.8px);
  }
}

/* お気に入りボタン
===================================================== */
.login_notice {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.login_notice .notice_wrap {
  width: 93.3333333333vw;
  padding: 10.6666666667vw 0 13.3333333333vw;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap {
    width: min(74.0740740741vw, 800px);
    padding: min(7.037037037vw, 76px) 0 min(7.962962963vw, 86px);
  }
}
.login_notice .notice_wrap .icon_fav {
  display: block;
  width: 8vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .icon_fav {
    width: min(3.7037037037vw, 40px);
    margin: 0 auto min(2.7777777778vw, 30px);
  }
}
.login_notice .notice_wrap .icon_fav .heart-path {
  fill: transparent;
  stroke: #D28B8C;
}
.login_notice .notice_wrap p:nth-child(2) {
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap p:nth-child(2) {
    font-size: min(1.6666666667vw, 18px);
    margin-bottom: min(3.7037037037vw, 40px);
  }
}
.login_notice .notice_wrap p:nth-child(3) {
  width: fit-content;
  font-size: 2.6666666667vw;
  line-height: 1.8571428571;
  margin: 0 auto 8vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap p:nth-child(3) {
    font-size: min(1.1111111111vw, 12px);
    margin: 0 auto min(4.6296296296vw, 50px);
    letter-spacing: 0.08em;
  }
}
.login_notice .notice_wrap > a {
  font-size: 2.9333333333vw;
  text-decoration: underline;
  text-underline-offset: 0.5333333333vw;
  text-decoration-thickness: 0.16vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap > a {
    font-size: min(1.2037037037vw, 13px);
    text-underline-offset: min(0.3703703704vw, 4px);
    text-decoration-thickness: min(0.0740740741vw, 0.8px);
  }
}
.login_notice .notice_wrap .notice_btn {
  display: flex;
  justify-content: space-between;
  width: 78.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .notice_btn {
    width: min(46.2962962963vw, 500px);
    margin: 0 auto min(4.6296296296vw, 50px);
  }
}
.login_notice .notice_wrap .notice_btn a {
  display: block;
  width: 37.3333333333vw;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
  font-size: 3.2vw;
  border: #232323 solid 0.16vw;
  border-radius: 0.5333333333vw;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .notice_btn a {
    width: min(22.2222222222vw, 240px);
    height: min(4.6296296296vw, 50px);
    line-height: min(4.6296296296vw, 50px);
    font-size: min(1.2962962963vw, 14px);
    border: #232323 solid min(0.0740740741vw, 0.8px);
    border-radius: min(0.2962962963vw, 3.2px);
  }
}
.login_notice .notice_wrap .notice_btn a:hover {
  color: #ffffff;
  background-color: #232323;
  opacity: 1;
}
.login_notice .notice_wrap .close_btn {
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  transform: rotate(-45deg);
  padding: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .close_btn {
    width: min(3.7037037037vw, 40px);
    height: min(3.7037037037vw, 40px);
    top: min(1.8518518519vw, 20px);
    right: min(1.8518518519vw, 20px);
    padding: min(0.9259259259vw, 10px);
  }
}
.login_notice .notice_wrap .close_btn::before, .login_notice .notice_wrap .close_btn::after {
  content: "";
  display: block;
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_notice .notice_wrap .close_btn::before {
  width: 8vw;
  height: 0.2666666667vw;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .close_btn::before {
    width: min(3.7037037037vw, 40px);
    height: min(0.0925925926vw, 1px);
  }
}
.login_notice .notice_wrap .close_btn::after {
  height: 8vw;
  width: 0.2666666667vw;
}
@media screen and (min-width: 769px) {
  .login_notice .notice_wrap .close_btn::after {
    height: min(3.7037037037vw, 40px);
    width: min(0.0925925926vw, 1px);
  }
}

/* footer
===================================================== */
footer {
  position: relative;
  z-index: 5;
}
footer .brand_site {
  position: relative;
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .brand_site {
    margin-bottom: min(12.962962963vw, 140px);
  }
}
footer .brand_site .brand_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8vw;
}
@media screen and (min-width: 769px) {
  footer .brand_site .brand_txt {
    left: min(20.8333333333vw, 300px);
  }
}
footer .brand_site .brand_txt img:first-child {
  width: 40vw;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  footer .brand_site .brand_txt img:first-child {
    width: min(20.8333333333vw, 300px);
    margin-bottom: min(5.6944444444vw, 82px);
  }
}
footer .brand_site .brand_txt a:nth-child(2) {
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  width: 26.6666666667vw;
  color: #ffffff;
  position: relative;
  padding-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .brand_site .brand_txt a:nth-child(2) {
    font-size: min(1.25vw, 18px);
    width: min(11.1111111111vw, 160px);
    padding-bottom: min(0.9722222222vw, 14px);
  }
}
footer .brand_site .brand_txt a:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 0.1066666667vw;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  footer .brand_site .brand_txt a:nth-child(2)::after {
    height: min(0.0555555556vw, 0.8px);
  }
}
footer .brand_site .brand_txt a:nth-child(2) svg {
  width: 1.6vw;
  position: absolute;
  right: 2.1333333333vw;
  top: calc(50% - 1.0666666667vw);
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  footer .brand_site .brand_txt a:nth-child(2) svg {
    width: min(0.6666666667vw, 9.6px);
    right: min(0.5555555556vw, 8px);
    top: calc(50% - min(0.6481481481vw, 7px));
  }
}
footer .brand_site .brand_txt a:nth-child(2):hover {
  opacity: 1;
}
footer .brand_site .brand_txt a:nth-child(2):hover svg {
  transform: translate(60%, -50%);
  transition: all 0.3s;
}
footer .brand_info {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .brand_info {
    margin-bottom: min(7.4074074074vw, 80px);
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 40px;
    margin: 0 auto 60px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 28px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 24px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 36px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .copyright {
  color: #232323;
  font-size: 2.1333333333vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* 共通
===================================================== */
.slide1 .swiper-wrapper {
  overflow: hidden;
}

.fade {
  overflow: hidden;
}

.skewAnim {
  transform-origin: center;
  will-change: transform;
}

/* totop
===================================================== */
.totop {
  width: 20.2666666667vw;
  position: fixed;
  bottom: 8vw;
  right: -7.4666666667vw;
  z-index: 100;
  transform: rotate(30deg);
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: min(8.8888888889vw, 96px);
    bottom: min(3.7037037037vw, 40px);
    right: max(-3.1481481481vw, -34px);
  }
}

/* animation
===================================================== *//*# sourceMappingURL=style.css.map */