@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- font --------------------*/
.font_eng {
  font-family: sofia-pro-soft, Arial, Helvetica, sans-serif;
}

.font-tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0d0d0d;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #0d0d0d;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 1.3rem;
  margin-left: 2px;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- アニメーション --------------------*/
.fade {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fade_nav {
  animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.8s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------- mv --------------------*/
.contain {
  position: relative;
  z-index: 50;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .contain {
    width: 63vw;
    overflow: hidden;
  }
}

.mv {
  z-index: -1;
  position: relative;
}
@media (min-width: 600px) {
  .mv {
    width: 100%;
    height: 100vh; /* 画面の高さいっぱい */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
@media (min-width: 600px) {
  .mv__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 中央配置 */
    height: 100vh; /* 画面の高さいっぱい */
    width: auto;
  }
}

@media (min-width: 600px) {
  .mv__img img {
    display: block;
    height: 100vh;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv__img.sp_show {
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url(https://www.rakuten.ne.jp/gold/osharewalker/lookbook/somariimagination_2025spring/image/fv_sp.jpg?1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/*-------------------- navigation --------------------*/
/* ハンバーガーメニューのスタイル */
#navigation {
  position: fixed; /* 絶対位置から固定位置に変更 */
  top: 30px;
  right: 30px;
  z-index: 1000; /* スライダーの上に表示するため */
}
@media (min-width: 600px) {
  #navigation {
    right: 40px;
  }
}

.toggle {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
  text-align: center;
  z-index: 1010; /* トグルボタンをメニューより前面に表示 */
}

.toggle i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  margin: 10.8px 0;
  transition: 0.3s;
}

/* 背景が暗い場合のハンバーガーメニュー */
.toggle.light i {
  background-color: #887e7b; /* 白に変更 */
}

.menu-text.light {
  color: #887e7b; /* 白に変更 */
}

/* menuテキストのスタイル */
.menu-text {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #ffffff;
  transition: 0.3s;
}

/* クリック時にcloseに変更される */
.open .menu-text {
  content: "close";
  color: #887e7b;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 画面全体を占める */
  height: 100svh; /* スライダーの高さを全画面高さに */
  overflow: hidden; /* はみ出た部分を隠す */
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999; /* メニュー自体はトグルボタンの次に前面 */
}
.nav__store {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .nav__store {
    margin-top: 18px;
  }
}

.nav__link-wrap {
  text-align: center; /* 中央揃え */
  display: flex;
  flex-direction: column; /* 縦に並べる */
  justify-content: center; /* 垂直中央揃え */
  align-items: center; /* 水平中央揃え */
  height: 100svh; /* 高さを100%に設定 */
}

.nav__look {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 599px) {
  .nav__look {
    margin: 0 auto;
    gap: 10px;
    width: 90%;
  }
}
@media (min-width: 600px) {
  .nav__look {
    max-width: 500px;
    gap: 10px;
  }
}
@media (max-height: 800px) {
  .nav__look {
    width: 70%;
  }
}

.nav__link {
  width: 30%;
}

.nav__look img {
  width: 100%; /* メニューアイコンの幅を調整 */
  height: auto; /* アスペクト比を維持 */
}

.nav__credit {
  position: absolute;
  text-align: right;
  bottom: 40px;
  right: 10%;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  .nav__credit {
    font-size: 1.8rem;
    right: 20%;
    bottom: 14vh;
    width: 100%;
  }
}
@media (max-height: 800px) {
  .nav__credit {
    right: 15%;
  }
}

.nav__credit a {
  color: #887e7b;
}

.nav__insta {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .nav__insta {
    margin-bottom: 15px;
  }
}

/* 3つ目の線を削除 */
.open .toggle i:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #887e7b;
}

.open .toggle i:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
  background-color: #887e7b;
}

.toggle i:nth-child(3) {
  display: none; /* 3本目を非表示にする */
}

.open .nav {
  display: block;
}

.intro {
  text-align: center;
  margin: 150px 0;
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .intro {
    font-size: 2rem;
    margin: 250px 0;
  }
}
.intro__title {
  margin: 0 auto 30px;
}
@media (min-width: 600px) {
  .intro__title {
    margin: 0 auto 50px;
  }
}
.intro__txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 3rem;
}
@media (min-width: 600px) {
  .intro__txt {
    line-height: 5rem;
  }
}

/*-------------------- Style line up --------------------*/
.style_lineup {
  margin: 100px 0;
}
@media (min-width: 600px) {
  .style_lineup {
    margin-top: 200px;
  }
}

.style__title {
  margin: 0 auto;
  font-size: 2.8rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 30px;
  color: #887e7b;
}
@media (min-width: 600px) {
  .style__title {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}

.style__count {
  margin: 0 auto;
  font-size: 1.8rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-top: 30px;
  color: #887e7b;
}
@media (min-width: 600px) {
  .style__count {
    font-size: 3.2rem;
    margin-top: 50px;
  }
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.style-swiper {
  width: 100%;
  height: auto;
  /* 高さは自動調整 */
  overflow: hidden;
}

.style-swiper-slide {
  width: auto;
  /* 自動調整でスライドの幅を調整 */
  height: auto;
  /* 高さを自動調整 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.style-swiper-slide img {
  width: 100%;
  /* スライド内の画像の幅を調整 */
  height: auto;
  /* アスペクト比を維持 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像を中央揃えで埋める */
}

/*-------------------- look --------------------*/
.look {
  padding: 80px 0;
}
@media (min-width: 600px) {
  .look {
    margin: 200px 0;
  }
}
@media (min-width: 600px) {
  .look__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
.look__img {
  width: 70%;
  margin: 0 auto 40px;
}
@media (min-width: 600px) {
  .look__img {
    width: 60%;
    margin-bottom: 50px;
  }
}
.look__credit {
  display: flex;
  flex-direction: column;
  /* 縦に並べる */
  gap: 15px;
  /* 各アイテム間の隙間 */
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .look__credit {
    width: 300px;
  }
}
.look__credit-item {
  display: flex;
  justify-content: space-between;
  /* 各列の間を均等配置 */
  gap: 10px;
  /* 列間の隙間 */
  padding: 10px 0;
  /* アイテムを区切る線 */
  align-items: center;
  /* 各列の垂直揃え */
}
@media (max-width: 599px) {
  .look__credit-item {
    gap: 2px;
  }
}
.look__credit-name {
  flex: 0 0 20%; /* 名前の列だけ幅を20%に固定 */
  margin-right: 20px; /* 名前と値段の間隔を調整 */
  text-align: left; /* 左揃え */
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 599px) {
  .look__credit-name {
    font-size: 1.1rem;
  }
}
.look__credit-price, .look__credit-date, .look__credit-buy {
  flex: 1;
  /* 列の幅を均等に調整 */
  text-align: left;
  /* 左揃え */
  font-size: 1.6rem;
  /* 適宜調整 */
  color: #333;
  /* テキストカラー */
}
@media (max-width: 599px) {
  .look__credit-price, .look__credit-date, .look__credit-buy {
    font-size: 1.1rem;
  }
}
.look__credit-buy {
  flex: 0 0 auto;
  /* ボタンのサイズを固定 */
  color: #ffffff;
  background-color: #887e7b;
  border-radius: 50px;
  width: 80px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (max-width: 599px) {
  .look__credit-buy {
    font-size: 1.2rem;
    width: 60px;
    height: 20px;
  }
}

.look__credit-item:last-child {
  padding-bottom: 0;
}

.look-mid {
  margin: 0 25px;
}
@media (min-width: 600px) {
  .look-mid {
    margin: 0 125px;
  }
}

.look-right {
  margin: 0 0 0 50px;
}
@media (min-width: 600px) {
  .look-right {
    margin: 0 0 0 250px;
  }
}

.look-right-sub {
  margin-right: 0;
}

.look-left {
  margin: 0 50px 0 0;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .look-left {
    margin: 0 250px 0 0;
    margin-bottom: 80px;
  }
}

.look_wrapper {
  display: flex;
  flex-wrap: wrap;
  /* 折り返しを有効に */
  gap: 10px;
  /* 各画像間の隙間 */
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .look_wrapper {
    gap: 20px;
  }
}

.look_wrapper > div {
  flex: 1 1 calc(50% - 5px);
  /* 2列に分ける（100% ÷ 2 - gap） */
  max-width: calc(50% - 5px);
  /* 最大幅も2列に対応 */
}
@media (min-width: 600px) {
  .look_wrapper > div {
    flex: 1 1 calc(50% - 10px);
    /* 2列に分ける（100% ÷ 2 - gap） */
    max-width: calc(50% - 10px);
    /* 最大幅も2列に対応 */
  }
}

/*-------------------- swiper-pagination --------------------*/
.swiper-container {
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .swiper-container {
    margin-bottom: 100px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}

.swiper-pagination-bullet {
  background-color: #887e7b;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #2b2c32;
}

.swiper-pagination {
  /*widthを初期化*/
  width: initial !important;
  right: 0;
}

.pagination-right {
  left: initial !important;
  right: 0px !important;
}

.pagination-left {
  right: initial !important;
  left: 0px !important;
}

.sub-item__wrap {
  margin: 0 auto;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 600px) {
  .sub-item__wrap {
    max-width: 800px;
  }
}
.sub-item__category {
  text-align: center;
  padding: 20px 0;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 30px;
}
@media (min-width: 600px) {
  .sub-item__category {
    font-size: 3rem;
    margin-bottom: 90px;
  }
}

.recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .recommend {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
}
.recommend__content {
  width: 48%;
}
@media (min-width: 600px) {
  .recommend__content {
    width: 24%;
  }
}
.recommend__detail {
  text-align: center;
  margin: 20px 0 30px;
}
.recommend__name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
  color: #887e7b;
}
@media (min-width: 600px) {
  .recommend__name {
    font-size: 1.4rem;
    margin-bottom: 8px;
    text-align: left;
  }
}
.recommend__price {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  color: #887e7b;
}
@media (min-width: 600px) {
  .recommend__price {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

.recommend__btn {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .recommend__btn {
    width: 40%;
    border-radius: 10px;
    margin-top: 50px;
  }
}
.recommend__btn a {
  margin: 0 auto;
  width: 70%;
  border-radius: 40px;
  display: block;
  padding: 10px 0px;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  border: solid 1px #333333;
}
@media (min-width: 600px) {
  .recommend__btn a {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 18px 0px;
  }
}

@media (max-width: 599px) {
  .recommend__btn2 a:nth-child(2) {
    margin-top: 1.4rem;
  }
}
@media (min-width: 600px) {
  .recommend__btn2 {
    display: flex;
    width: 80%;
  }
}
@media (min-width: 600px) {
  .recommend__btn2 a {
    width: 40%;
  }
}

/*-------------------- HOME・PAGETOP --------------------*/
.logo {
  padding: 60px 0 30px;
  margin: 0 auto;
  width: 30%;
}
@media (min-width: 600px) {
  .logo {
    padding: 100px 0 30px;
    width: 13%;
  }
}

.back {
  padding: 50px 0 30px;
  max-width: 350px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 60px auto 30px;
}
.back__item {
  width: 65%;
}
@media (min-width: 600px) {
  .back__item {
    width: 55%;
  }
}

@media (min-width: 600px) {
  .back {
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0 50px;
  }
}
.insta {
  width: 25%;
}
@media (min-width: 600px) {
  .insta {
    width: 20%;
  }
}

.last {
  text-align: center;
  padding-bottom: 80px;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .last {
    padding-bottom: 100px;
  }
}

/*-------------------- フッター --------------------*/
.footer small {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .footer small {
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
}
/*-------------------- pagetop-btn --------------------*/
.pagetop-btn {
  display: none;
  border-radius: 50%;
  background: #823128;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99;
}
@media (min-width: 600px) {
  .pagetop-btn {
    border: solid 1px #fff;
    width: 60px;
    height: 60px;
    right: 50px;
    bottom: 50px;
  }
}
.pagetop-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop-btn--arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 600px) {
  .pagetop-btn--arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
  }
}