@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f5f1eb;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
  pointer-events: none;
}

svg {
  display: block;
  width: 100%;
}

@media print {
  img {
    display: none;
  }
}
@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;
  }
}

.ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_m {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_b {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en {
  font-family: "dazzle-unicase", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

.kirakira figure {
  position: absolute;
  width: 100%;
  inset: 0;
  opacity: 0;
}
.kirakira.active figure {
  animation: kirakira 2s infinite;
}
.kirakira.active figure:nth-child(2) {
  animation-delay: 1s;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f5f1eb;
  z-index: 999;
}
#loading-bg #inner {
  container-type: inline-size;
}
#loading-bg .logo_anim {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 68.2051282051cqi;
  height: 40.5128205128cqi;
}
#loading-bg .loading_anim_wrap {
  position: absolute;
}
#loading-bg .fade_in_text {
  top: 0;
  right: 0;
  width: 44.6153846154cqi;
}
#loading-bg .fade_in_text .loading_anim {
  opacity: 0;
}
#loading-bg .fade_up_text {
  right: 3.0769230769cqi;
  top: 11.7948717949cqi;
  width: 46.1538461538cqi;
  transform: translateY(20px);
  opacity: 0;
}
#loading-bg .rotate_text {
  bottom: 0;
  left: 0;
  height: 27.6923076923cqi;
  width: 61.5384615385cqi;
  perspective: 600px;
}
#loading-bg .rotate_text .loading_anim {
  transform-origin: center;
  opacity: 0;
  position: absolute;
}
#loading-bg .rotate_text .last1 {
  width: 31.7948717949cqi;
  left: 0;
  bottom: 0;
}
#loading-bg .rotate_text .last2,
#loading-bg .rotate_text .last3 {
  width: 13.5897435897cqi;
}
#loading-bg .rotate_text .last2 {
  bottom: 6.6666666667cqi;
  left: 32.8205128205cqi;
}
#loading-bg .rotate_text .last3 {
  bottom: 6.6666666667cqi;
  right: 0;
}
#loading-bg .kirakira {
  position: absolute;
  width: 77.4358974359cqi;
  height: 75.8974358974cqi;
  translate: 0 -50%;
  left: 5.1282051282cqi;
  top: 50%;
  opacity: 0;
}
#loading-bg .kirakira figure {
  position: absolute;
  width: 100%;
  inset: 0;
}
@media screen and (min-width: 769px) {
  #loading-bg #inner {
    max-width: 600px;
  }
  #loading-bg .kirakira {
    translate: -50% -50%;
    left: 50%;
  }
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
}
.fv_bg {
  background-image: url(../assets/images/fv_bg.webp);
  background-repeat: repeat;
  background-position: top center; /* 開始位置 */
  background-attachment: scroll;
  background-size: 54px 54px;
}
.fv .kirakira {
  position: absolute;
  width: 77.4358974359vw;
  height: 75.8974358974vw;
  right: 0;
  bottom: 0;
}
.fv .kirakira figure {
  position: absolute;
  width: 100%;
  inset: 0;
}

.lead_text {
  text-align: center;
  line-height: 2;
}
.lead_image {
  position: absolute;
  z-index: 3;
}
.lead_event_wrapper {
  position: relative;
}
.lead_event_wrapper .lead_title {
  position: absolute;
  translate: -50% 0;
  left: 50%;
}
.lead_event_bg {
  background-color: #f8cccc;
  border-radius: 10px;
}
.lead_event_btn {
  background-color: #fff;
  font-size: 12px;
  padding: 4px 0;
  display: flex;
  gap: 11px;
  align-items: center;
  line-height: 2.1666666667;
  width: 35.8974358974vw;
  margin: 20px 0 0 auto;
  justify-content: center;
}
.lead_event_btn:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../assets/images/lead_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.index {
  padding: 32.8205128205vw 0 28.2051282051vw;
}
.index p {
  font-size: 4.1025641026vw;
  text-align: center;
}
.index .wave {
  width: 39.7435897436vw;
  margin: 3.0769230769vw auto 5.1282051282vw;
}
.index .index_li {
  width: 94.1025641026cqi;
  height: 103.0769230769cqi;
  position: relative;
  margin: 15.3846153846cqi auto 0;
}
.index .index_li li {
  position: absolute;
}
.index .index_li li a {
  position: relative;
}
.index .index_li li a:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  inset: 0;
  background-image: url(../assets/images/hover_star.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 10%;
  transition: all 0.4s;
  opacity: 0;
  display: block;
  scale: 0.7;
}
.index .index_li li a:hover {
  opacity: 1;
}
.index .index_li li a:hover:after {
  opacity: 1;
  scale: 1;
}
.index .index_li li:nth-child(1) {
  width: 39.7435897436cqi;
  top: 0;
  left: 31.2820512821cqi;
}
.index .index_li li:nth-child(2) {
  width: 34.1025641026cqi;
  top: 17.9487179487cqi;
  left: 0;
}
.index .index_li li:nth-child(3) {
  width: 35.8974358974cqi;
  top: 30.7692307692cqi;
  left: 29.7435897436cqi;
}
.index .index_li li:nth-child(4) {
  width: 30.7692307692cqi;
  top: 26.9230769231cqi;
  right: 0;
}
.index .index_li li:nth-child(5) {
  width: 34.358974359cqi;
  bottom: 18.2051282051cqi;
  left: 3.8461538462cqi;
}
.index .index_li li:nth-child(6) {
  width: 33.3333333333cqi;
  bottom: 0;
  right: 26.1538461538cqi;
}
.index .index_li li:nth-child(7) {
  width: 29.4871794872cqi;
  bottom: 23.0769230769cqi;
  right: 0;
}
.index .index_text_slider {
  width: 100%;
  font-size: 5.8974358974vw;
  white-space: nowrap;
}
.index .index_text_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.index .index_text_slider .swiper-slide {
  width: 125.1282051282vw;
}

@media screen and (max-width: 768px) {
  .fv {
    overflow: hidden;
  }
  .fv_bg {
    padding-bottom: 20vw;
  }
  .fv_image_wrapper {
    width: 109.7435897436vw;
    height: 185.8974358974vw;
    margin-left: -1.7948717949vw;
    position: relative;
  }
  .fv_image_wrapper li {
    position: absolute;
  }
  .fv_image_wrapper li:nth-child(1) {
    width: 55.3846153846vw;
    top: 58.2051282051vw;
    left: 2.3076923077vw;
  }
  .fv_image_wrapper li:nth-child(2) {
    width: 48.4615384615vw;
    top: 0;
    left: 3.0769230769vw;
  }
  .fv_image_wrapper li:nth-child(3) {
    width: 40.2564102564vw;
    top: 25.8974358974vw;
    right: 26.4102564103vw;
  }
  .fv_image_wrapper li:nth-child(4) {
    width: 48.7179487179vw;
    top: 46.4102564103vw;
    right: 4.6153846154vw;
  }
  .fv_image_wrapper li:nth-child(5) {
    width: 45.641025641vw;
    top: 99.4871794872vw;
    right: 0;
  }
  .fv_image_wrapper li:nth-child(6) {
    width: 37.1794871795vw;
    top: 139.4871794872vw;
    right: 29.2307692308vw;
  }
  .fv_image_wrapper li:nth-child(7) {
    width: 42.0512820513vw;
    top: 145.1282051282vw;
    left: 0;
  }
  .fv .fv_title {
    width: 67.9487179487vw;
    margin: -19.2307692308vw 2.8205128205vw 0 auto;
  }
  .fv h1 {
    font-size: 5.1282051282vw;
    writing-mode: vertical-rl;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 0.2564102564vw;
    white-space: nowrap;
  }
  .lead_image {
    width: 22.5641025641vw;
    right: -3.8461538462vw;
    top: -27.1794871795vw;
  }
  .lead_text {
    font-size: 3.3333333333vw;
    padding: 22.0512820513vw 0 31.2820512821vw;
  }
  .lead_event_wrapper {
    width: 84.6153846154vw;
    margin-inline: auto;
  }
  .lead_event_wrapper .lead_title {
    width: 44.8717948718vw;
    top: -4.358974359vw;
  }
  .lead_event_bg {
    padding: 14.6153846154vw 5.3846153846vw 8.2051282051vw;
  }
  .lead_event_text {
    font-size: 12px;
    line-height: 2.4166666667;
  }
}
@media screen and (min-width: 769px) {
  .fv_image_wrapper {
    width: 68.9583333333vw;
    height: 52.3611111111vw;
    margin: 0 auto 0 20.8333333333vw;
    position: relative;
  }
  .fv_image_wrapper li {
    position: absolute;
  }
  .fv_image_wrapper li:nth-child(1) {
    width: 22.0833333333vw;
    top: 14.375vw;
    left: 16.3194444444vw;
  }
  .fv_image_wrapper li:nth-child(2) {
    width: 19.3055555556vw;
    top: 7.1527777778vw;
    left: 0;
  }
  .fv_image_wrapper li:nth-child(3) {
    width: 15.9722222222vw;
    top: 0.6944444444vw;
    left: 17.8472222222vw;
  }
  .fv_image_wrapper li:nth-child(4) {
    width: 19.4444444444vw;
    top: 0;
    right: 15.625vw;
  }
  .fv_image_wrapper li:nth-child(5) {
    width: 18.0555555556vw;
    top: 11.1111111111vw;
    right: 0;
  }
  .fv_image_wrapper li:nth-child(6) {
    width: 14.7222222222vw;
    bottom: 11.3194444444vw;
    right: 8.75vw;
  }
  .fv_image_wrapper li:nth-child(7) {
    width: 16.6666666667vw;
    right: 15.9722222222vw;
    bottom: 0;
  }
  .fv .fv_title {
    position: absolute;
    width: 27.2916666667vw;
    top: 29.6527777778vw;
    left: 8.8194444444vw;
  }
  .fv h1 {
    font-size: 1.3888888889vw;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.1666666667vw;
    left: 0.6944444444vw;
    white-space: nowrap;
  }
  .fv .kirakira {
    position: absolute;
    width: 26.875vw;
    height: 26.3194444444vw;
    bottom: 2.7777777778vw;
    left: 6.9444444444vw;
  }
  .lead {
    margin-bottom: 8.3333333333vw;
  }
  .lead_text {
    font-size: 1.0416666667vw;
    padding: 5.2083333333vw 0 8.3333333333vw;
    line-height: 2.3333333333;
  }
  .lead_image {
    width: 6.1111111111vw;
    right: -1.0416666667vw;
    top: -7.3611111111vw;
  }
  .lead_event_wrapper {
    width: 41.6666666667vw;
    margin-inline: auto;
    text-align: center;
  }
  .lead_event_wrapper .lead_title {
    width: 12.1527777778vw;
    top: -1.1805555556vw;
  }
  .lead_event_btn {
    font-size: 0.8333333333vw;
    width: 9.7222222222vw;
    margin: 24px auto 0;
  }
  .lead_event_btn:after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .lead_event_bg {
    padding: 3.9583333333vw 1.4583333333vw 2.2222222222vw;
  }
  .lead_event_text {
    font-size: 0.8333333333vw;
    line-height: 2.4166666667;
  }
  .index {
    position: sticky;
    top: 0;
    padding: 0;
    display: grid;
    height: 100vh;
    place-content: center;
  }
  .index .index_inner {
    width: 25.4861111111vw;
    margin: 0 auto;
    container-type: inline-size;
  }
  .index p {
    font-size: 1.1111111111vw;
    text-align: center;
  }
  .index .wave {
    width: 10.7638888889vw;
    margin: 0.8333333333vw auto 1.3888888889vw;
  }
  .index .index_text_slider {
    font-size: 1.5972222222vw;
  }
  .index .index_text_slider .swiper-slide {
    width: 33.125vw;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

@keyframes kirakira {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  } /* 0.4秒表示維持 */
  75% {
    opacity: 0;
  } /* 0.4秒でフェードアウト */
  100% {
    opacity: 0;
  } /* 0.4秒待機 */
}
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.vintage,
.vintage .text p {
  background-color: #b19f80;
}

.otona,
.otona .text p {
  background-color: #d0cdc7;
}

.girly,
.girly .text p {
  background-color: #ffdbdb;
}

.office,
.office .text p {
  background-color: #aa7979;
}

.trad,
.trad .text p {
  background-color: #aeb7a3;
}

.mote,
.mote .text p {
  background-color: #f5f7e4;
}

.mens,
.mens .text p {
  background-color: #d9d2e1;
}

.common_sec {
  padding-top: 35.8974358974vw;
}
.common_sec .section_title {
  display: grid;
  gap: 3.0769230769vw;
  margin: 0 0 4.6153846154vw 3.8461538462vw;
}
.common_sec .section_title .title_top {
  height: 5.641025641vw;
}
.common_sec .section_title .title_top img {
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.common_sec .section_title .title_text {
  width: 63.0769230769vw;
}
.common_sec .main_image {
  width: 88.2051282051vw;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.common_sec .view_btn {
  container-type: inline-size;
  width: 88.2051282051vw;
  margin: 30.7692307692vw auto 0;
  position: relative;
}
.common_sec .view_btn .view {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  font-size: 4.1025641026cqi;
  padding: 4.6153846154cqi 4.6153846154cqi;
  width: fit-content;
  white-space: nowrap;
  background-color: #fff;
  min-width: 75.8974358974cqi;
  text-align: center;
}
.common_sec .view_btn .hash_li {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 5.641025641cqi;
  width: 76.9230769231cqi;
  display: flex;
  flex-wrap: wrap;
  gap: 3.3333333333cqi 4.1025641026cqi;
  justify-content: center;
  padding: 5.1282051282vw 0;
  align-items: center;
}
.common_sec .view_btn .hash_li li a {
  font-size: 3.5897435897cqi;
  border: 1px solid #000;
  border-radius: 100vmax;
  background-color: #fff;
  padding: 1.7948717949cqi 2.5641025641cqi;
}

.event {
  padding-top: 28.2051282051cqi;
}
.event h2 {
  width: 44.8717948718cqi;
  margin: 0 auto;
}
.event #present {
  padding-top: 17.1794871795cqi;
}
.event #radio {
  padding-top: 20cqi;
  padding-bottom: 20.5128205128cqi;
}
.event .event_title_image {
  width: 12.8205128205cqi;
  margin: 0 auto 3.0769230769cqi;
}
.event .event_title {
  font-size: 4.6153846154cqi;
  text-align: center;
}
.event .event_title img {
  width: 37.1794871795cqi;
  margin: 0 auto;
}
.event .event_text {
  font-size: 3.5897435897cqi;
  line-height: 1.7142857143;
  width: 76.9230769231cqi;
  margin: 7.6923076923cqi auto 0;
}
.event .w_bg_box {
  background-color: #fff;
  border-radius: 10px;
  width: 83.5897435897cqi;
  margin: 7.6923076923cqi auto 0;
  line-height: 1.5384615385;
}
.event .w_bg_box .box_inner {
  padding: 6.1538461538cqi;
}
.event .w_bg_box .box_title {
  font-size: 3.5897435897cqi;
  margin-bottom: 3.0769230769cqi;
}
.event .w_bg_box ul {
  font-size: 3.3333333333cqi;
  display: grid;
  gap: 2.0512820513cqi;
}
.event .w_bg_box ul li {
  display: flex;
  gap: 1.0256410256cqi;
}
.event .w_bg_box ul a {
  display: contents;
  color: #3aafda;
  text-decoration: underline;
}
.event .w_bg_box ul .small {
  display: contents;
}
.event .event_line {
  margin-top: 20.5128205128cqi;
  width: 100%;
  height: 1px;
  background-color: #fffefb;
  border-bottom: 1px solid #ded7cb;
}
.event .radio_shop {
  margin-top: 16.4102564103cqi;
  display: grid;
  gap: 5.1282051282cqi;
}
.event .radio_shop_title {
  font-size: 3.8461538462cqi;
  text-align: center;
}
.event .radio_shop_list {
  width: 78.9743589744cqi;
  margin: 0 auto;
}
.event .radio_shop_list ul {
  display: grid;
  gap: 2.0512820513cqi;
  padding: 5.1282051282cqi;
  border: 1px solid #000;
}
.event .radio_shop_list ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.75;
}
.event .radio_shop_list .shop {
  font-size: 4.1025641026cqi;
}
.event .radio_shop_list .shop_link {
  font-size: 3.5897435897cqi;
}
.event .radio_shop_list .shop_link a {
  text-decoration: underline;
}

.concept {
  background-color: #f8cccc;
  padding: 29.4871794872cqi 0 28.2051282051cqi;
}
.concept h2 {
  text-align: center;
  font-size: 4.1025641026vw;
}
.concept .concept_image {
  width: 62.3076923077cqi;
  margin: 19.2307692308cqi auto 0 8.2051282051cqi;
  position: relative;
}
.concept .balloon {
  position: absolute;
  width: 31.5384615385cqi;
  top: -7.1794871795cqi;
  right: -17.9487179487cqi;
}
.concept .balloon_text {
  background-color: #fff;
  width: 87.6923076923cqi;
  margin: -21.7948717949cqi auto 0;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
}
.concept .balloon_text_inner {
  padding: 6.1538461538cqi 4.1025641026cqi 4.1025641026cqi 6.1538461538cqi;
}
.concept .balloon_text p {
  font-size: 3.3333333333cqi;
  line-height: 2;
}
.concept .balloon_text:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../assets/images/balloon_arrow.svg");
  width: 30px;
  height: 30px;
  top: -30px;
  left: 30px;
}

.profile {
  padding: 25.641025641cqi 0;
}
.profile_title {
  width: 23.0769230769cqi;
  margin: 0 auto 8.2051282051cqi;
}
.profile_image {
  width: 47.6923076923cqi;
  margin: 0 auto 9.7435897436cqi;
}
.profile_bottom {
  width: 78.2051282051cqi;
  margin: 0 auto;
  display: grid;
  gap: 4.6153846154cqi;
}
.profile_name {
  font-size: 4.1025641026cqi;
}
.profile_text {
  font-size: 3.0769230769cqi;
  line-height: 2.1666666667;
}

.credit {
  display: grid;
  gap: 3.5897435897vw;
  width: 85.641025641vw;
}
.credit li a {
  display: grid;
  grid-template-columns: 17.9487179487vw auto 11.5384615385vw;
  gap: 4.1025641026vw;
  align-items: center;
  font-size: 3.3333333333vw;
  line-height: 1.4285714286;
}
.credit li a .buy {
  background-color: #000;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  height: 5.1282051282vw;
}
.credit li a:has(.nolink) {
  grid-template-columns: 17.9487179487vw auto auto;
}
.credit li a:has(.nolink) .nolink {
  margin: 0 0 0 auto;
  padding: 0 8px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.credit .creditAjax_price__proper::before,
.credit .creditAjax_price__sale::before {
  content: "¥";
}
.credit .creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}
.credit .creditAjax_price__off {
  display: none;
}
.credit .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

.girly .main_image {
  border-radius: 100vmax 100vmax 0 0;
}
.girly .svg_path {
  width: 91.0256410256vw;
  position: absolute;
  top: -4.1025641026vw;
  z-index: 10;
  right: 2.0512820513vw;
}
.girly .section_title {
  margin: 0 0 14.358974359vw 3.8461538462vw;
}

.text_wrap {
  position: relative;
}
.text_wrap .text {
  position: absolute;
  display: grid;
  gap: 2.0512820513vw;
  left: 6.6666666667vw;
  bottom: 6.6666666667vw;
  z-index: 10;
}
.text_wrap .text p {
  font-size: 4.6153846154vw;
  width: fit-content;
  white-space: nowrap;
  padding: 1.5384615385vw;
  border-bottom: 1px solid #000;
}

.otona .text_wrap .text {
  bottom: 87.1794871795vw;
  left: 5.1282051282vw;
}

.office .text_wrap .text {
  bottom: 10.5128205128vw;
  left: 5.1282051282vw;
}

.mote .text_wrap .text {
  bottom: 10.5128205128vw;
  left: 5.1282051282vw;
}
.mote .text_slider {
  margin-top: -19.7435897436vw;
  width: 100%;
  font-size: 6.6666666667vw;
  white-space: nowrap;
}
.mote .text_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mote .text_slider .swiper-slide {
  width: 61.7948717949vw;
}

.top_btn {
  position: fixed;
  width: 21.0256410256vw;
  bottom: 3.0769230769vw;
  right: 3.0769230769vw;
  z-index: 99;
  max-width: 82px;
}

@media screen and (max-width: 768px) {
  .otona,
  .girly,
  .office,
  .trad,
  .mote,
  .mens {
    margin-top: -20.5128205128vw;
  }
  .vintage {
    padding-top: 19.2307692308vw;
  }
  .vintage .img1 {
    margin-top: 23.0769230769vw;
    width: 83.3333333333vw;
  }
  .vintage .img2 {
    width: 62.3076923077vw;
    margin: 10.2564102564vw 0 0 auto;
  }
  .vintage .credit {
    margin: 9.7435897436vw auto 0;
  }
  .vintage .view_btn .hash_li {
    padding: 10.2564102564vw 0;
  }
  .otona .img1 {
    width: 79.4871794872vw;
    margin-top: 30vw;
  }
  .otona .img2 {
    width: 55.1282051282vw;
    margin: 36.6666666667vw 0 0 24.8717948718vw;
  }
  .otona .img2 li {
    position: relative;
  }
  .otona .img2 li:nth-child(1) {
    rotate: -1.5deg;
    z-index: 2;
    transform: translateX(10px);
  }
  .otona .img2 li:nth-child(2) {
    rotate: 1.4deg;
    z-index: 3;
    margin-top: -5.1282051282vw;
  }
  .otona .img2 li:nth-child(3) {
    rotate: -2deg;
    z-index: 2;
    margin-top: -3.8461538462vw;
    transform: translateX(5px);
  }
  .otona .img2 img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  }
  .otona .credit {
    margin: 16.9230769231vw auto 0;
  }
  .girly {
    overflow: hidden;
  }
  .girly .img1 {
    position: relative;
    width: 121.2820512821vw;
    height: 104.6153846154vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 24.6153846154vw;
  }
  .girly .image_grid {
    display: flex;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .girly .image_grid li:nth-child(2) {
    margin: 45.641025641vw 0 0 -4.6153846154vw;
  }
  .girly .img2 {
    position: relative;
    width: 127.4358974359vw;
    height: 127.4358974359vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 24.6153846154vw;
  }
  .girly .img2 .image {
    position: absolute;
    width: 57.4358974359vw;
    left: 20.5128205128vw;
    top: 0;
  }
  .girly .credit {
    margin: 16.4102564103vw auto 0;
  }
  .girly .view_btn .hash_li {
    padding: 10.2564102564vw 0;
  }
  .office .img1 {
    margin-top: 42.8205128205vw;
    width: 84.358974359vw;
    display: grid;
    gap: 1.7948717949vw;
  }
  .office .img2 {
    width: 88.2051282051vw;
    margin: 42.8205128205vw 0 0 auto;
  }
  .office .credit {
    margin: 24.6153846154vw auto 0;
  }
  .trad .image_wrapper {
    overflow: hidden;
  }
  .trad .img1 {
    width: 93.3333333333vw;
    transform: translateX(8.2051282051vw);
    position: relative;
    margin: 32.5641025641vw 0 0 auto;
    display: flex;
  }
  .trad .img1 li {
    width: 38.7179487179vw;
  }
  .trad .img1 li:nth-child(2) {
    margin: 20vw 0 0 -9.4871794872vw;
  }
  .trad .img1 li:nth-child(3) {
    margin: 38.9743589744vw 0 0 -9.4871794872vw;
  }
  .trad .img2 {
    width: 80vw;
    margin: 30.7692307692vw auto 0 10vw;
  }
  .trad .trad_text {
    width: 77.9487179487vw;
    margin: -20.5128205128vw 14.6153846154vw 0 auto;
  }
  .trad .credit {
    margin: 23.0769230769vw auto 0;
  }
  .mote .main_image {
    width: 100%;
    overflow: hidden;
  }
  .mote .main_image img {
    position: relative;
    width: 115.641025641vw;
    translate: -50% 0;
    left: 50%;
  }
  .mote .img1 {
    position: relative;
    z-index: 2;
    margin: -25.641025641vw 7.1794871795vw 0 auto;
    width: 40.7692307692vw;
  }
  .mote .img2 {
    overflow: hidden;
    margin-top: 41.7948717949vw;
  }
  .mote .img2 ul {
    display: flex;
    width: 113.8461538462vw;
  }
  .mote .img2 ul li {
    width: 37.9487179487vw;
  }
  .mote .img3 {
    width: 89.7435897436vw;
    margin-top: 24.6153846154vw;
  }
  .mote .credit {
    margin: 28.2051282051vw auto 0;
  }
  .mote .view_btn .hash_li {
    padding: 10.2564102564vw 0;
  }
  .mens .img1 {
    width: 58.9743589744vw;
    margin: 24.8717948718vw 4.6153846154vw 0 auto;
  }
  .mens .img2 {
    width: 97.1794871795vw;
    margin: 28.9743589744vw 0 0 auto;
  }
  .mens .img3 {
    width: 77.9487179487vw;
    margin-top: 19.7435897436vw;
  }
  .mens .credit {
    margin: 29.4871794872vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .text_wrap .text {
    gap: 1.1111111111vw;
    left: 6.9444444444vw;
    bottom: 5.4166666667vw;
    z-index: 10;
  }
  .text_wrap .text p {
    font-size: 1.6666666667vw;
    padding: 0.5555555556vw;
  }
  .otona .text_wrap .text {
    bottom: 30.9722222222vw;
    left: 9.5138888889vw;
  }
  .girly .text_wrap .text {
    bottom: 2.7777777778vw;
    left: 11.0416666667vw;
  }
  .girly .svg_path {
    width: 36.1111111111vw;
    top: -1.6666666667vw;
    right: 15.4166666667vw;
  }
  .girly .section_title {
    margin: 0 0 3.8888888889vw 1.0416666667vw;
  }
  .girly .image_grid li {
    width: 10.2777777778vw;
  }
  .office .text_wrap .text {
    bottom: 2.8472222222vw;
    left: 9.7222222222vw;
  }
  .trad .text_wrap .text {
    bottom: 2.8472222222vw;
    left: 10.0694444444vw;
  }
  .mote .text_wrap .text {
    bottom: 7.2916666667vw;
    left: 10.0694444444vw;
  }
  .mote .text_slider {
    margin-top: -9.7222222222vw;
    font-size: 1.8055555556vw;
  }
  .mote .text_slider .swiper-slide {
    width: 16.7361111111vw;
  }
  .mote .view_btn .hash_li {
    padding: 2.7777777778vw 0 !important;
  }
  .pc_grid {
    display: grid;
    grid-template-columns: 36.1111111111vw 63.8888888889vw;
  }
  .common_sec {
    padding-top: 11.8055555556vw;
  }
  .common_sec .section_title {
    gap: 1.3888888889vw;
    margin: 0 0 3.6805555556vw 5.8333333333vw;
  }
  .common_sec .section_title .title_top {
    height: 1.6666666667vw;
  }
  .common_sec .section_title .title_text {
    width: 24.8611111111vw;
  }
  .common_sec .main_image {
    width: 34.3055555556vw;
  }
  .common_sec .view_btn {
    width: 23.8888888889vw;
    margin: 9.7222222222vw auto 0;
  }
  .common_sec .view_btn .hash_li {
    bottom: 1.5277777778vw;
    padding: 1.3888888889vw 0;
  }
  .credit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4166666667vw 3.1944444444vw;
    width: 49.0277777778vw;
  }
  .credit li a {
    display: grid;
    grid-template-columns: 5.3472222222vw auto 2.8472222222vw;
    gap: 1.25vw;
    align-items: center;
    font-size: 0.8333333333vw;
    line-height: 1.5;
  }
  .credit li a .buy {
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 1.3888888889vw;
  }
  .credit li a:has(.nolink) {
    grid-template-columns: 5.3472222222vw auto auto;
  }
  .otona,
  .girly,
  .office,
  .trad,
  .mote,
  .mens {
    margin-top: -6.25vw;
  }
  .vintage {
    padding-top: 6.25vw;
  }
  .vintage .main_image {
    margin: 0 auto;
  }
  .vintage .img1 {
    margin: 10.2083333333vw auto 0 10.4166666667vw;
    width: 32.4305555556vw;
  }
  .vintage .img2 {
    width: 24.3055555556vw;
    margin: -1.3888888889vw 8.8888888889vw 0 auto;
  }
  .vintage .credit {
    margin: 8.6805555556vw auto 0;
  }
  .vintage .view_btn .hash_li {
    padding: 2.7777777778vw 0 !important;
  }
  .otona .main_image {
    margin: 0 auto;
  }
  .otona .img1 {
    width: 26.7361111111vw;
    margin: 9.9305555556vw 0 auto 18.8888888889vw;
  }
  .otona .img2 {
    width: 16.875vw;
    margin: -9.7222222222vw 6.9444444444vw 0 auto;
    rotate: 5deg;
  }
  .otona .img2 li {
    position: relative;
  }
  .otona .img2 li:nth-child(1) {
    rotate: -1.5deg;
    z-index: 2;
    transform: translateX(10px);
  }
  .otona .img2 li:nth-child(2) {
    rotate: 1.4deg;
    z-index: 3;
    margin-top: -1.3888888889vw;
  }
  .otona .img2 li:nth-child(3) {
    rotate: -2deg;
    z-index: 2;
    margin-top: -1.0416666667vw;
    transform: translateX(5px);
  }
  .otona .img2 img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  }
  .otona .credit {
    margin: 10.4166666667vw auto 0;
  }
  .girly .main_image {
    margin: 0 auto;
  }
  .girly .img1 {
    position: relative;
    width: 32.8472222222vw;
    height: 28.3333333333vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 9.0277777778vw;
  }
  .girly .image_grid {
    display: flex;
    gap: 2.9166666667vw;
    width: 23.4027777778vw;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .girly .image_grid li:nth-child(2) {
    margin: 13.75vw 0 0 0;
  }
  .girly .img2 {
    position: relative;
    width: 34.5138888889vw;
    height: 34.5138888889vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 8.3333333333vw;
  }
  .girly .img2 .image {
    position: absolute;
    width: 15.5555555556vw;
    left: 8.3333333333vw;
    top: 0;
  }
  .girly .credit {
    margin: 5.2777777778vw auto 0;
  }
  .office .main_image {
    margin: 0 auto;
  }
  .office .img1 {
    margin: 10.1388888889vw auto 12.2222222222vw;
    width: 27.5vw;
    display: grid;
    gap: 0.5555555556vw;
  }
  .office .img2 {
    width: 23.8888888889vw;
    margin: 0 auto;
  }
  .office .credit {
    margin: 12.2222222222vw auto 0;
  }
  .trad .main_image {
    margin: 0 auto;
  }
  .trad .img1 {
    width: 25.2777777778vw;
    transform: translateX(2.2222222222vw);
    position: relative;
    margin: 11.5277777778vw 11.3888888889vw 0 auto;
    display: flex;
  }
  .trad .img1 li {
    width: 10.4861111111vw;
  }
  .trad .img1 li:nth-child(2) {
    margin: 5.4166666667vw 0 0 -2.5694444444vw;
  }
  .trad .img1 li:nth-child(3) {
    margin: 10.5555555556vw 0 0 -2.5694444444vw;
  }
  .trad .img2 {
    width: 23.8888888889vw;
    margin: 9.8611111111vw auto 0;
  }
  .trad .trad_text {
    width: 27.7083333333vw;
    margin: -8.3333333333vw 16.9444444444vw 0 auto;
  }
  .trad .credit {
    margin: 11.3194444444vw auto 0;
  }
  .mote .main_image {
    width: 100%;
    overflow: hidden;
  }
  .mote .main_image img {
    position: relative;
    width: 52.9166666667vw;
    translate: -50% 0;
    left: 50%;
  }
  .mote .img1 {
    position: relative;
    z-index: 2;
    margin: -9.7222222222vw 13.6111111111vw 0 auto;
    width: 17.0833333333vw;
  }
  .mote .img2 {
    overflow: hidden;
    margin-top: 14.0972222222vw;
  }
  .mote .img2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mote .img3 {
    width: 24.3055555556vw;
    margin: 13.6805555556vw auto 0 20.4166666667vw;
  }
  .mote .credit {
    margin: 7.8472222222vw auto 0;
  }
  .mens .container {
    background-color: #d9d2e1;
  }
  .mens .main_image {
    margin: 0 auto;
  }
  .mens .img1 {
    width: 21.0416666667vw;
    margin: 5.9722222222vw 11.25vw 0 auto;
  }
  .mens .img2 {
    margin: 8.4027777778vw 0 0 0;
  }
  .mens .img3 {
    width: 21.1111111111vw;
    margin: 12.7777777778vw auto 0 20.6944444444vw;
  }
  .mens .credit {
    margin: 12.7777777778vw auto 0;
  }
  .pc_inner {
    container-type: inline-size;
    width: 41.6666666667vw;
    margin: 0 auto;
  }
  .event {
    padding-top: 11.5972222222vw;
  }
  .event h2 {
    width: 18.9583333333vw;
    margin: 0 auto;
  }
  .event #present {
    padding-top: 7.2222222222vw;
  }
  .event #radio {
    padding-top: 13.5416666667vw;
    padding-bottom: 11.6666666667vw;
  }
  .event .event_title_image {
    width: 5.4166666667vw;
    margin: 0 auto 1.25vw;
  }
  .event .event_title {
    font-size: 1.7361111111vw;
  }
  .event .event_title img {
    width: 15.625vw;
  }
  .event .event_text {
    font-size: 1.1111111111vw;
    line-height: 2.5;
    width: 33.3333333333vw;
    text-align: center;
    margin: 3.0555555556vw auto 0;
  }
  .event .w_bg_box {
    width: 100%;
    margin: 9.8611111111vw auto 0;
    line-height: 2.5;
  }
  .event .w_bg_box .box_inner {
    padding: 2.4305555556vw 3.6805555556vw;
  }
  .event .w_bg_box .box_title {
    font-size: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .event .w_bg_box ul {
    font-size: 1.1111111111vw;
    display: grid;
    gap: 0.5555555556vw;
  }
  .event .w_bg_box ul li {
    display: flex;
    gap: 0.2777777778vw;
  }
  .event .event_line {
    margin-top: 12.5vw;
    width: 100%;
    height: 2px;
    background-color: #fffefb;
    border-bottom: 2px solid #ded7cb;
  }
  .event .radio_shop {
    margin-top: 4.4444444444vw;
    display: grid;
    gap: 1.3888888889vw;
  }
  .event .radio_shop_title {
    font-size: 1.3888888889vw;
    text-align: center;
  }
  .event .radio_shop_list {
    width: 100%;
    margin: 0 auto;
  }
  .event .radio_shop_list ul {
    display: grid;
    gap: 0.5555555556vw;
    padding: 2.7777777778vw 3.6805555556vw;
    border: 1px solid #000;
  }
  .event .radio_shop_list ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.75;
  }
  .event .radio_shop_list .shop {
    font-size: 1.1111111111vw;
  }
  .event .radio_shop_list .shop_link {
    font-size: 0.9722222222vw;
  }
  .event .radio_shop_list .shop_link a {
    text-decoration: underline;
  }
  .concept {
    background-color: #f8cccc;
    padding: 11.8055555556vw 0 9.0277777778vw;
  }
  .concept h2 {
    text-align: center;
    font-size: 2.4305555556vw;
  }
  .concept .concept_image {
    width: 25.625vw;
    margin: 7.9861111111vw auto 0 4.8611111111vw;
    position: relative;
  }
  .concept .balloon {
    position: absolute;
    width: 13.2638888889vw;
    top: -2.6388888889vw;
    right: -13.2638888889vw;
  }
  .concept .balloon_text {
    background-color: #fff;
    width: 41.6666666667vw;
    margin: -6.25vw auto 0;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    border: 1px solid #000;
  }
  .concept .balloon_text_inner {
    padding: 2.7777777778vw 3.6805555556vw;
  }
  .concept .balloon_text p {
    font-size: 1.1111111111vw;
    line-height: 2.5;
  }
  .concept .balloon_text:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../assets/images/balloon_arrow.svg");
    width: 45px;
    height: 35px;
    top: -34.5px;
    left: 104px;
  }
  .profile {
    padding: 12.8472222222vw 0 10.7638888889vw;
  }
  .profile_title {
    width: 9.0277777778vw;
    margin: 0 auto 3.5416666667vw;
  }
  .profile_image {
    width: 12.7777777778vw;
    margin: 0 auto 3.125vw;
  }
  .profile_bottom {
    width: 41.6666666667vw;
    margin: 0 auto;
    display: grid;
    gap: 2.0833333333vw;
  }
  .profile_name {
    font-size: 1.3888888889vw;
  }
  .profile_text {
    font-size: 0.9722222222vw;
    line-height: 1.7857142857;
  }
  .top_btn {
    bottom: 0.8333333333vw;
    right: 0.8333333333vw;
  }
}/*# sourceMappingURL=style.css.map */