@charset "UTF-8";
/* reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
main,
header,
section,
article,
aside,
footer,
dl,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* list style none */
ul,
ol,
li {
  list-style: none;
}

/* image reset */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

/* input style reset */
input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
---------------------------------------------
aタグのunderline none
---------------------------------------------
*/
a {
  text-decoration: none;
}

/*
---------------------------------------------
画像類がはみ出さないための設定を入れる。
---------------------------------------------
*/
/*
---------------------------------------------
エビスマートデフォルト
---------------------------------------------
*/
/* common */
.contentContainer {
  margin-top: 70px;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
}

.contentContainer img {
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .contentContainer {
    margin-top: 66px;
  }
}
.fontNotoSansJp, .contentContainer {
  font-family: "Noto Sans Japanese";
}

.fontJinsNextLight {
  font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

/*
---------------------------------------------
背景など
---------------------------------------------
*/
/*
---------------------------------------------
文字色
---------------------------------------------
*/
/*
---------------------------------------------
色設定
---------------------------------------------
*/
/*
---------------------------------------------
事前に読み込むscssファイル
---------------------------------------------
*/
/*
---------------------------------------------
flexの設定
---------------------------------------------
*/
/*
---------------------------------------------
ブレイクポイントを指定
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
hoverのメディアクエリ：フリーダム
---------------------------------------------
*/
/*
---------------------------------------------
アニメーションの設定
---------------------------------------------
*/
/*
---------------------------------------------
背景グラデーション テキスト用
---------------------------------------------
*/
/*
---------------------------------------------
背景グラデーション bg用
---------------------------------------------
*/
/*
---------------------------------------------
リンクテキストグラデーション
---------------------------------------------
*/
/*
---------------------------------------------
キービジュアル全体
---------------------------------------------
*/
.contentsHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*
---------------------------------------------
キービジュアルの動画再生
---------------------------------------------
// */
.mv {
  position: relative;
  width: 100%;
}

/*
---------------------------------------------
動画の表示切り替え
---------------------------------------------
*/
.movie__sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .movie__sp {
    display: none;
  }
}

.movie__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .movie__pc {
    display: block;
    width: 100%;
  }
}

/*
---------------------------------------------
body copy全体の設定：h2
---------------------------------------------
*/
.bodycopy {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9.6px;
  background-image: linear-gradient(180deg, #EBEAA8, #E5DA87 20%, #DEC760 40%, #DABC47 60%, #D9B83F 70%, #6F5926);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .bodycopy {
    display: flex;
    flex-direction: row;
    gap: 14.4px;
  }
}
@media screen and (min-width: 1024px) {
  .bodycopy {
    padding: 64px 0;
  }
}

/*
---------------------------------------------
全体を囲うボックス
---------------------------------------------
*/
.bodycopy__exp {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 9.6px;
}

/*
---------------------------------------------
“!”の設定
---------------------------------------------
*/
.bodycopy__exclamatio {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 7.2px;
}
@media screen and (min-width: 768px) {
  .bodycopy__exclamatio {
    font-size: 54px;
    letter-spacing: 10.8px;
  }
}

/*
---------------------------------------------
日本語テキスト
---------------------------------------------
*/
.bodycopy__span__exp {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5.333px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .bodycopy__span__exp {
    padding-bottom: 8px;
  }
}
.bodycopy__span__exp span {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6.4px;
}
@media screen and (min-width: 768px) {
  .bodycopy__span__exp span {
    font-size: 48px;
    letter-spacing: 9.6px;
  }
}

/*
---------------------------------------------
ページ内のローカルナビ：レイアウト
---------------------------------------------
*/
.navLink {
  width: 100%;
  padding: 0 5.384615385%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .navLink {
    padding: 0;
    max-width: 816px;
    gap: 40px;
  }
}

/*
---------------------------------------------
ul：メガネとサングラスのレイアウト
---------------------------------------------
*/
.onlineshop__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .onlineshop__nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

/*
---------------------------------------------
li：onlineshop__glassesの設定
---------------------------------------------
*/
.onlineshop__glasses {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .onlineshop__glasses {
    gap: 24px;
  }
}

/*
---------------------------------------------
h3：見出し設定
---------------------------------------------
*/
.heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.heading::after, .heading::before {
  background-color: #191919;
  content: "";
  height: 1px;
  flex-grow: 1;
}

/*
---------------------------------------------
メガネのリンクボタン
---------------------------------------------
*/
.onlineshop__glasses__price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.onlineshop__glasses__price img {
  max-width: 105px;
}

/*
---------------------------------------------
ローカル：リンク設定
---------------------------------------------
*/
.onlineshop__localLink {
  color: #191919;
  border-radius: 2px;
  border: 2px solid #191919;
  background-color: transparent;
  transition: background-color 0.3s;
  width: auto;
  padding: 6px 4px 2px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  /*
  ---------------------------------------------
  ここからhover時の設定
  ---------------------------------------------
  */
}
@media screen and (min-width: 768px) {
  .onlineshop__localLink {
    padding: 12px 8px 7px 20px;
  }
}
.onlineshop__localLink::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  transition: background-image 0.3s;
  background-image: url(./../img/icons/arrow_dwon_black.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .onlineshop__localLink::after {
    width: 32px;
    height: 32px;
  }
}
.onlineshop__localLink .onlineshop__localLink__exp {
  transition: background-image 0.3s;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .onlineshop__localLink .onlineshop__localLink__exp {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (hover: hover) {
  .onlineshop__localLink:hover {
    background-color: #191919;
  }
  .onlineshop__localLink:hover::after {
    background-image: url(./../img/icons/arrow_dwon_gold.webp);
  }
  .onlineshop__localLink:hover .onlineshop__localLink__exp {
    background-image: linear-gradient(180deg, #EBEAA8 -40%, #E5DA87 -14.67%, #DEC760 19.6%, #DABC47 47.91%, #D9B83F 64.3%, #6F5926 109%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/*
---------------------------------------------
サングラス用
---------------------------------------------
*/
div.onlineshop__item img {
  max-width: 105px;
}

/*
---------------------------------------------
ECサイトへのリンク設定
---------------------------------------------
*/
.onlineshop__for_all {
  width: 89.23076923vw;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .onlineshop__for_all {
    width: 80vw;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .onlineshop__for_all {
    max-width: 816px;
  }
}

.onlineshop__for__link {
  width: 100%;
  padding: 8px 6px 8px 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  transition: background-color 0.3s;
  border-radius: 2px;
  border: 2px solid #191919;
  background-color: #191919;
  /*
  ---------------------------------------------
  ここからhover設定
  ---------------------------------------------
  */
}
.onlineshop__for__link::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  transition: background-image 0.3s;
  background-image: url(./../img/icons/arrow_right_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.onlineshop__for__link .onlineshop__for_all__exp {
  background-image: linear-gradient(180deg, #EBEAA8 -40%, #E5DA87 -14.67%, #DEC760 19.6%, #DABC47 47.91%, #D9B83F 64.3%, #6F5926 109%);
  transition: background-image 0.3s;
  width: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (hover: hover) {
  .onlineshop__for__link:hover {
    background-color: transparent;
  }
  .onlineshop__for__link:hover::after {
    background-image: url(./../img/icons/arrow_right_black.svg);
  }
  .onlineshop__for__link:hover .onlineshop__for_all__exp {
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #191919;
    color: #191919;
  }
}

/*
---------------------------------------------
onlineshop__header：オンラインショップのヘッダー
---------------------------------------------
*/
.onlineshop__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/*
---------------------------------------------
ONLINE & SHOP：H2
---------------------------------------------
*/
.onlineshop__header__inner {
  position: relative;
  height: 66px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .onlineshop__header__inner {
    height: auto;
  }
}

.title__ampersand__img {
  width: 12.82051282vw;
  height: 12.82051282vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .title__ampersand__img {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .title__ampersand__img {
    width: 120px;
    height: 120px;
    top: 4%;
  }
}
@media screen and (min-width: 1440px) {
  .title__ampersand__img {
    top: 7%;
  }
}

/*
---------------------------------------------
h2の設定
---------------------------------------------
*/
.onlineshop__header__title2 {
  color: #000;
  opacity: 0.1;
  font-family: "jins_next_ttmedium", sans-serif;
  font-size: clamp(42px, 42px + 118 * (100vw - 390px) / 1050, 160px);
  font-weight: 500;
  letter-spacing: 2.73px;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .onlineshop__header__title2 {
    line-height: 1;
    letter-spacing: 10.4px;
  }
}

/*
---------------------------------------------
H2：title__e「E」の設定
---------------------------------------------
*/
.title__e {
  letter-spacing: -2.1px;
}
@media screen and (min-width: 1440px) {
  .title__e {
    letter-spacing: 4.8px;
  }
}

/*
---------------------------------------------
H2：title__ampersand「&」の設定
---------------------------------------------
*/
.title__ampersand {
  letter-spacing: -6.3px;
}
@media screen and (min-width: 1440px) {
  .title__ampersand {
    letter-spacing: -24px;
  }
}

/*
---------------------------------------------
onlineshop__itemList：各商品リスト
---------------------------------------------
*/
.onlineshop__itemList {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/*
---------------------------------------------
各商品リストの見出し
---------------------------------------------
*/
.onlineshop__item__header {
  width: 100%;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.onlineshop__title3 {
  max-width: 88.20512821%;
  width: 100%;
  height: 96px;
  padding: 0 16px 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .onlineshop__title3 {
    height: 116px;
  }
}

/*
---------------------------------------------
H3に紐づく画像
---------------------------------------------
*/
.title__price {
  width: 168px;
}
@media screen and (min-width: 768px) {
  .title__price {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .title__price {
    width: 877px;
  }
}

/*
---------------------------------------------
lineup__container：swiper用のコンテナ
---------------------------------------------
*/
/*
---------------------------------------
ラインナップの設定
---------------------------------------
*/
.lineup__container {
  width: 100%;
  margin: 2vw auto;
  padding: 1vw 4vw;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/*
---------------------------------------------
lineup__list：ulタグ用
---------------------------------------------
*/
.splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
  display: none;
}

/*
---------------------------------------------
lineup__item：liタグ用
---------------------------------------------
*/
.lineup__item {
  width: 100%;
  transition: 0.2s;
  border-radius: 2px;
  background: #fff;
}

.lineup__item:hover {
  box-shadow: 0.8vw 0.8vw 0 0 #B38916;
}

.lineup__item .glass__item__img {
  overflow: hidden;
  aspect-ratio: 1 / 1.06;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineup__item .glass__item__img img {
  transition: transform 0.3s;
  will-change: transform;
}

.lineup__item:hover .glass__item__img img {
  transform: scale(1.05);
}

.lineup__item:hover .online_detail_link {
  background: #DAAE41;
}

.lineup__item:active {
  box-shadow: 0.8vw 0.8vw 0 0 #B38916;
}

.lineup__item:active .glass__item__img {
  transform: scale(1.05);
}

.lineup__item:active .online_detail_link {
  background: #DAAE41;
}

/*
---------------------------------------------
lineup__link：aタグ用
---------------------------------------------
*/
.lineup__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  color: #191919;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .lineup__link {
    gap: 8px;
    padding: 16px 16px 32px;
  }
}

/*
---------------------------------------------
商品名：欧文タイプ
---------------------------------------------
*/
.lineup__name {
  color: #191919;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lineup__name {
    font-size: 22px;
  }
}

/*
---------------------------------------------
コメントタイトルを入れます。
---------------------------------------------
*/
.inlineBlock__name {
  display: inline-block;
}

/*
---------------------------------------------
商品名：和文タイプ
---------------------------------------------
*/
.lineup__nameNoto {
  font-weight: 700;
}

/*
---------------------------------------------
型番
---------------------------------------------
*/
.modelNumber {
  font-size: 14px;
  line-height: 1;
}

/*
---------------------------------------------
詳細はこちら：pタグ用
---------------------------------------------
*/
.lineupDetails {
  color: #fff;
  background: #B38916;
  border-radius: 2px;
  padding: 4px 6px 4px 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .lineupDetails {
    padding: 8px 16px 8px 24px;
  }
}

/*
---------------------------------------------
詳細はこちら：span用
---------------------------------------------
*/
.lineupDetails__exp {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .lineupDetails__exp {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

/*
---------------------------------------------
AEONの設定
---------------------------------------------
*/
.glassesAEON {
  width: 85.12820513vw;
  color: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .glassesAEON {
    gap: 24px;
  }
}

/*
---------------------------------------------
AEONテキスト
---------------------------------------------
*/
.glassesAEON__exp {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45455;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .glassesAEON__exp {
    font-size: 26px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .glassesAEON__exp {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}

/*
---------------------------------------------
期間部分
---------------------------------------------
*/
.glassesAEON__exp__inner.blackLine {
  border-radius: 2px;
  border: 2px solid #191919;
  padding: 4px 6px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .glassesAEON__exp__inner.blackLine {
    padding: 4px 14px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .glassesAEON__exp__inner.blackLine {
    font-size: 28px;
  }
}

/*
---------------------------------------------
AEONリンク
---------------------------------------------
*/
.glassesAEON__link {
  color: #191919;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.4px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .glassesAEON__link {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .glassesAEON__link:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------------
AEON注釈
---------------------------------------------
*/
.glassesAEON__notes {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .glassesAEON__notes {
    font-size: 16px;
    letter-spacing: 0.325px;
  }
}

/*
---------------------------------------------
注釈領域
---------------------------------------------
*/
.onlineshop__footer {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  color: #191919;
}

/*
---------------------------------------------
ログインボタンのレイアウト
---------------------------------------------
*/
.onlineshop__login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/*
---------------------------------------------
ログイン時の注釈
---------------------------------------------
*/
.login__notes {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65071;
  letter-spacing: 0.4px;
}
.login__notes a {
  color: #191919;
  text-decoration: underline;
  font-weight: 900;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .login__notes a:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------------
注意事項のリスト：onlineshop__notes
---------------------------------------------
*/
.onlineshop__notes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .onlineshop__notes {
    max-width: 1020px;
  }
}

/*
---------------------------------------------
注意事項のタイトル：onlineshop__notes__title4
---------------------------------------------
*/
.onlineshop__notes__title4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .onlineshop__notes__title4 {
    font-size: 24px;
  }
}

/*
---------------------------------------------
注釈リスト　ul：onlineshop__notes__list
---------------------------------------------
*/
.onlineshop__notes__list {
  width: 89.23076923vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .onlineshop__notes__list {
    width: 100%;
  }
}

/*
---------------------------------------------
注釈 li：onlineshop__notes__item
---------------------------------------------
*/
.onlineshop__notes__item {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .onlineshop__notes__item {
    font-size: 16px;
    letter-spacing: 0.325px;
  }
}
.onlineshop__notes__item::before {
  content: "・";
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*
---------------------------------------------
各種テキストリンク
---------------------------------------------
*/
/*
---------------------------------------------
ページトップへのボタン
---------------------------------------------
*/
.pageTop {
  display: grid;
  place-content: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 24px;
  left: 20px;
  z-index: 33;
  opacity: 0;
}
.pageTop img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .pageTop img:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------------
ログインはこちら：aタグの設定
---------------------------------------------
*/
.login__btn {
  width: 89.23076923vw;
  height: 52px;
  padding: 16px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 2px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .login__btn {
    width: 100%;
    max-width: 600px;
  }
}
.login__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./../img/icons/arrow_right_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
---------------------------------------------
ログインはこちら：spanタグ用
---------------------------------------------
*/
.login__btn__exp {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*
---------------------------------------------
画像類がはみ出さないための設定を入れる。
---------------------------------------------
*/
html {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

/*
---------------------------------------------
横スクロールをなくす
---------------------------------------------
*/
body {
  overflow-x: hidden;
}

/*
---------------------------------------------
ページ全体のレイアウト: contents
---------------------------------------------
*/
.contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*
---------------------------------------------
onlineshopのレイアウト設定
---------------------------------------------
*/
.onlineshop {
  width: 100%;
  padding: 48px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 47.533px;
  background-image: linear-gradient(180deg, #EBEAA8 -87.34%, #E5DA87 -27.78%, #DEC760 52.81%, #DABC47 119.39%, #D9B83F 157.93%, #6F5926 263.05%);
}
@media screen and (min-width: 768px) {
  .onlineshop {
    padding: 92px 0 96px;
  }
}

/*
---------------------------------------------
画像の表示切り替え：PC
---------------------------------------------
*/
.pc__view {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc__view {
    display: flex;
  }
}

/*
---------------------------------------------
画像の表示切り替え：SP
---------------------------------------------
*/
.sp__view {
  display: flex;
}
@media screen and (min-width: 768px) {
  .sp__view {
    display: none;
  }
}

/*
---------------------------------------------
改行設定

sp、タブレット、pcで改行が表示されるタミングを分ける。
---------------------------------------------
*/
.sp__break {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp__break {
    display: none;
  }
}

.pc__break {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc__break {
    display: block;
  }
}

/*
---------------------------------------------
セール終了に伴う調整：キービジュアル
---------------------------------------------
*/
.saleEnd__kv {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #FFF;
}

.saleEnd__kvP {
  width: 100%;
  padding: 14px 0;
  color: #EF0327;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .saleEnd__kvP {
    padding: 24px 0;
    font-size: 24px;
  }
}



/*
---------------------------------------------
2025.11追加
---------------------------------------------
*/
.contentContainer h1{
  display: none;
}
/* パンくずリスト */
#store__ipad .topic_path_wrap {
  display: none !important;
}

.topic_path_wrap {
  max-width: 1920px;
  width: 100%;
  padding: 0 var(--side-spacing);
  margin: 20px auto;
}

.topic_path {
  display: table;
  margin: 0;
  padding: 0;
}

.topic_path li {
  font-size: 12px;
  font-size: 0.6rem;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  color: #3A4763;
}

.topic_path li:after {
  content: "/";
  padding: 0 3px 0 0px;
}

.topic_path li a {
  color: #3A4763;
  text-decoration: underline;
}

.swiper-wrapper:not(:has(.lineup__item)) {
  display: block;
  text-align: center;
}
.no-items-message {
  color: #191919;
}

.lineup__heading {
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lineup__stockflag {
  font-size: 11px;
}
.lineup__stockflag > em {
  color: red;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .lineup__heading {
    height: 85px;
  }
  .lineup__stockflag {
    font-size: 14px;
  }
}