@charset "UTF-8";
/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Style sheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.hoverEase {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.borderDashedBottom {
  background-image: linear-gradient(to right, #CCCCCC 2px, transparent 2px);
  background-size: calc(2px + 2px) 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

/*==================================================
 * 中央ぞろえ
 *================================================*/
.centerAbsolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*==================================================
 * flex
 *================================================*/
.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*==================================================
 * SVG Mask
 *================================================*/
/*==================================================
 * 角丸
 *================================================*/
.radiusXl {
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .radiusXl {
    border-radius: vw(24);
  }
}

/*==================================================
 * ボーダー
 *================================================*/
/*==================================================
 * スクロールバー非表示
 *================================================*/
/*==================================================
 * レスポンシブ化
 *================================================*/
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * カラー
 *================================================*/
.mainColor {
  color: #00463d;
}

.subColor {
  color: #fff500;
}

.compColor {
  color: #6a3908;
}

.bgMainColor {
  background-color: #00463d;
}

.bgMainColorLight {
  background-color: #e1736c;
}

.bgMainColorExLight {
  background-color: rgba(0, 70, 61, 0.1);
}

.bgGrayColorLight {
  background-color: #f5f5f5;
}

/*==================================================
 * シャドウ
 *================================================*/
/*==================================================
 * 余白
 *================================================*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.mtXl {
  margin-top: 48px;
}

.mtLg {
  margin-top: 32px;
}

.mtSm {
  margin-top: 16px;
}

.mtXs {
  margin-top: 8px;
}

.mtBase {
  margin-top: 24px;
}

.mb4xl {
  margin-bottom: 80px;
}

.mb3xl {
  margin-bottom: 64px;
}

.mb2xl {
  margin-bottom: 56px;
}

.mbXl {
  margin-bottom: 48px;
}

.mbLg {
  margin-bottom: 32px;
}

.mbBase {
  margin-bottom: 24px;
}

.mbSm {
  margin-bottom: 16px;
}

.mbXs {
  margin-bottom: 8px;
}

.mb2xs {
  margin-bottom: 4px;
}

.mrXl {
  margin-right: 48px;
}

.mrLg {
  margin-right: 32px;
}

.mrBase {
  margin-right: 24px;
}

.mrSm {
  margin-right: 16px;
}

.mrXs {
  margin-right: 8px;
}

.mr2xs {
  margin-right: 4px;
}

.mlXl {
  margin-left: 48px;
}

.mlSm {
  margin-left: 16px;
}

.mlXs {
  margin-left: 8px;
}

@media print, screen and (min-width: 768px) {
  .mrBasePc {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mb0Sp {
    margin-bottom: 0 !important;
  }
  .mb4xlSp {
    margin-bottom: 18.691588785vw;
  }
  .mb3xlSp {
    margin-bottom: 14.953271028vw;
  }
  .mb2xlSp {
    margin-bottom: 13.0841121495vw;
  }
  .mbXlSp {
    margin-bottom: 11.214953271vw;
  }
  .mbLgSp {
    margin-bottom: 7.476635514vw;
  }
  .mbBaseSp {
    margin-bottom: 5.6074766355vw;
  }
  .mbSmSp {
    margin-bottom: 3.738317757vw;
  }
  .mbXsSp {
    margin-bottom: 1.8691588785vw;
  }
  .mb2XsSp {
    margin-bottom: 0.9345794393vw;
  }
  .mrLgSp {
    margin-right: 7.476635514vw;
  }
  .mrBaseSp {
    margin-right: 5.6074766355vw;
  }
  .mrSmSp {
    margin-right: 3.738317757vw;
  }
  .mrXsSp {
    margin-right: 1.8691588785vw;
  }
  .mr2xsSp {
    margin-right: 0.9345794393vw;
  }
  .mr0Sp {
    margin-right: 0;
  }
  .ml0Sp {
    margin-left: 0;
  }
  .mlSmSp {
    margin-left: 3.738317757vw;
  }
  .mlXsSp {
    margin-left: 1.8691588785vw;
  }
  .mt0 {
    margin-top: 0;
  }
  .mtXsSp {
    margin-top: 1.8691588785vw;
  }
  .mtSmSp {
    margin-top: 3.738317757vw;
  }
  .mtBaseSp {
    margin-top: 5.6074766355vw;
  }
  .mtLgSp {
    margin-top: 7.476635514vw;
  }
  .mtXlSp {
    margin-top: 11.214953271vw;
  }
}
.ptSm {
  padding-top: 16px;
}

.ptBase {
  padding-top: 24px;
}

.pbBase {
  padding-bottom: 24px;
}

.pbSm {
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .pbBaseSp {
    padding-bottom: 5.6074766355vw;
  }
  .pbSmSp {
    padding-bottom: 3.738317757vw;
  }
  .ptSmSp {
    padding-top: 3.738317757vw;
  }
  .ptBaseSp {
    padding-top: 5.6074766355vw;
  }
}
.marginS {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .marginS {
    margin-top: 9.3457943925vw;
    margin-bottom: 9.3457943925vw;
  }
}

.margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .margin {
    margin-top: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  .margin {
    margin-bottom: 9.3457943925vw;
  }
}

.marginL {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .marginL {
    margin-top: 18.691588785vw;
    margin-bottom: 18.691588785vw;
  }
}

.marginXl {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .marginXl {
    margin-top: 23.3644859813vw;
    margin-bottom: 23.3644859813vw;
  }
}

.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .padding {
    padding-top: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  .padding {
    padding-bottom: 9.3457943925vw;
  }
}

.paddingL {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .paddingL {
    padding-top: 18.691588785vw;
    padding-bottom: 18.691588785vw;
  }
}

.paddingXl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .paddingXl {
    padding-top: 25.7009345794vw;
    padding-bottom: 25.7009345794vw;
  }
}

.paddingXs {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .paddingXs {
    padding-top: 9.3457943925vw;
    padding-bottom: 9.3457943925vw;
  }
}

.paddingS {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .paddingS {
    padding-top: 9.3457943925vw;
    padding-bottom: 9.3457943925vw;
  }
}

/*==================================================
 * 背景
 *================================================*/
.bgCenter {
  background-position: center center;
  background-size: cover;
}

.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgCoverBlack {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

/*==================================================
 * 画像
 *================================================*/
/*==================================================
 * ボーダー
 *================================================*/
.borderBottom {
  border-bottom: 1px solid #d9d9d9;
}

.borderTop {
  border-top: 1px solid #d9d9d9;
}

.hr--gray {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*==================================================
 * バッジ
 *================================================*/
.badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
}
.badge::before, .badge::after {
  content: "";
  display: block;
  position: absolute;
}
.badge.badge--new {
  width: 54px;
  height: 54px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.badge.badge--new::before, .badge.badge--new::after {
  width: 100%;
  position: absolute;
}
.badge.badge--new:before {
  top: -12px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 37px solid rgba(0, 70, 61, 0.6);
}
.badge.badge--new:after {
  content: "NEW";
  top: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .badge.badge--new {
    width: 12.6168224299vw;
    height: 12.6168224299vw;
  }
  .badge.badge--new:before {
    top: -2.8037383178vw;
    left: -2.3364485981vw;
    border-left: 8.6448598131vw solid transparent;
    border-right: 8.6448598131vw solid transparent;
    border-bottom: 8.6448598131vw solid rgba(0, 70, 61, 0.6);
  }
  .badge.badge--new:after {
    top: 1.6355140187vw;
    font-size: 3.0373831776vw;
  }
}

/*==================================================
 * 図形
 *================================================*/
.triangle {
  width: 100%;
  height: 162.8127759115px;
  background-color: #fff;
  display: block;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 767px) {
  .triangle {
    height: 16.1873907249vw;
  }
}

/*==================================================
 * アイコン
 *================================================*/
.icon--arrow {
  position: relative;
}
.icon--arrow::after {
  position: absolute;
  top: 40%;
  right: 16px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon--cart {
  position: relative;
}
.icon--cart:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon--cart:before {
  mask: url("../img/icon_cart.svg") no-repeat center center/contain;
  -webkit-mask: url("../img/icon_cart.svg") no-repeat center center/contain;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .icon--cart:before {
    mask: url("../img/icon_cart.svg") no-repeat center center/contain;
    -webkit-mask: url("../img/icon_cart.svg") no-repeat center center/contain;
    background-color: #fff;
    width: 7.0093457944vw;
    height: 7.0093457944vw;
  }
}

/*==================================================
 * フォント - サイト独自設定
 *================================================*/
.fontNum {
  font-family: "Roboto", sans-serif;
}

.fontEn {
  font-family: "Oswald", sans-serif;
}

.gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.commonTitleWrap {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .commonTitleWrap {
    margin-bottom: 5.6074766355vw;
  }
}
.commonTitleWrap p {
  text-align: center;
}
.commonTitleWrap .commonTitleEn {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .commonTitleWrap .commonTitleEn {
    margin-bottom: 1.8691588785vw;
  }
}

.commonTitleJp {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    font-size: 3.738317757vw;
  }
}
.commonTitleJp span {
  z-index: 10;
  position: relative;
}
.commonTitleJp:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 11px;
  background-color: #d6be71;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp:after {
    height: 2.5700934579vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitleJp:after {
    bottom: 0.4672897196vw;
  }
}

.commonTitleJp--l {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp--l {
    font-size: 7.0093457944vw;
  }
}

.commonTitleJp--xl {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp--xl {
    font-size: 9.3457943925vw;
  }
}

.commonTitleJpSub {
  font-size: 20px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSub {
    font-size: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSub {
    padding-bottom: 1.1682242991vw;
  }
}
.commonTitleJpSub:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 100%;
  background-color: #d6be71;
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSub:after {
    height: 0.4672897196vw;
  }
}

.commonTitleJpSub--s {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSub--s {
    font-size: 3.5046728972vw;
  }
}

.commonTitleJpSub--m {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSub--m {
    font-size: 4.2056074766vw;
  }
}

.commonTitleJpSubWrap {
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .commonTitleJpSubWrap {
    margin-bottom: 4.6728971963vw;
  }
}

.commonTitleEn {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    font-size: 7.0093457944vw;
  }
}

.commonText p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonText p {
    font-size: 3.2710280374vw;
  }
}

.commonText--l p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonText--l p {
    font-size: 3.5046728972vw;
  }
}

.commonText--center p {
  text-align: center;
}

.smallText {
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .smallText {
    font-size: 2.8037383178vw;
  }
}
.smallText.smallText--s {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .smallText.smallText--s {
    font-size: 2.5700934579vw;
  }
}

/*==================================================
 * タイトル 色変更
 *================================================*/
.titleBlack {
  color: #333 !important;
}

.titleWhite {
  color: #fff !important;
}

.titleGray {
  color: #4d4d4d !important;
}

.titleMainColor {
  color: #00463d !important;
}

.titleSubColor {
  color: #fff500 !important;
}

.titleWhiteOpacity {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media only screen and (max-width: 767px) {
  .titleBlackSp {
    color: #333 !important;
  }
  .titleWhiteSp {
    color: #fff !important;
  }
  .titleGraySp {
    color: #4d4d4d !important;
  }
  .titleWhiteOpacitySp {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .titleBlackPc {
    color: #333 !important;
  }
  .titleWhitePc {
    color: #fff !important;
  }
  .titleGrayPc {
    color: #4d4d4d !important;
  }
  .titleWhiteOpacityPc {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
/*==================================================
 * テーブル
 *================================================*/
.specialContent .commonTableScrollPadding {
  display: none;
}
@media only screen and (max-width: 767px) {
  .commonTableScrollPadding {
    display: block;
    background-color: transparent;
  }
  .commonTableScrollPadding.commonTableScrollPadding--right {
    padding-right: 3.738317757vw;
  }
}

.commonTableOuter {
  overflow-x: auto;
  position: relative;
}
.commonTableOuter.commonTableOuter--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.specialContent .commonTableOuter {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .commonTableOuter {
    margin-right: calc(50% - 50vw);
  }
}

.specialContent .commonTableUlWrap {
  padding-left: 0;
}
.specialContent .commonTableUlWrap.commonTableUlWrap--horizontal::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .commonTableUlWrap.commonTableUlWrap--horizontal::after {
    content: "";
    display: block;
    padding-left: 3.738317757vw;
  }
}

.commonTableUl {
  border-left: 1px solid #aaaaaa;
}
.commonTableUl:first-child li {
  display: grid;
  place-items: center left;
}
.commonTableUl li {
  padding: 8px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonTableUl {
    font-size: 3.2710280374vw;
  }
  .commonTableUl li {
    padding: 1.8691588785vw;
  }
}
.commonTableUl.commonTableUl--horizontal {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
.commonTableUl.commonTableUl--horizontal:last-of-type {
  border-right: 1px solid #aaaaaa;
}
.commonTableUl.commonTableUl--horizontal li:not(:last-of-type) {
  border-bottom: 1px solid #aaaaaa;
}
.commonTableUl.commonTableUl--horizontal li:nth-of-type(even) {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .commonTableUl.commonTableUl--horizontal {
    width: 46.7289719626vw;
  }
}
.commonTableUl.commonTableUl--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commonTableUl.commonTableUl--col:nth-of-type(n + 2):nth-of-type(odd) {
  background-color: #f8f8f8;
}
.commonTableUl.commonTableUl--col li {
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .commonTableUl.commonTableUl--col li {
    width: 46.7289719626vw;
  }
}

.commonTableUlHead li {
  background-color: #707070 !important;
  color: #fff;
  font-weight: bold;
}

/*==================================================
 * リスト
 *================================================*/
.commonUl li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .commonUl li:not(:last-child) {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .commonUl li:not(:last-child) {
    padding-bottom: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonUl li:not(:last-child) {
    margin-bottom: 3.738317757vw;
  }
}
.commonUl.commonUlPadding li {
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .commonUl.commonUlPadding li {
    padding-right: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonUl.commonUlPadding li {
    padding-left: 3.738317757vw;
  }
}
.commonUl.commonUlRadio li:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .commonUl.commonUlRadio li:not(:last-child) {
    padding-bottom: 5.1401869159vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonUl.commonUlRadio li:not(:last-child) {
    margin-bottom: 5.1401869159vw;
  }
}

.commonUlDisc li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonUlDisc li {
    padding-left: 4.2056074766vw;
  }
}
.commonUlDisc li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .commonUlDisc li:not(:last-child) {
    margin-bottom: 1.8691588785vw;
  }
}
.commonUlDisc li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.commonUlNum {
  counter-reset: number 0;
}
.commonUlNum > li {
  line-height: 1.6;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .commonUlNum > li {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonUlNum > li {
    padding-left: 4.6728971963vw;
  }
}
.commonUlNum > li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .commonUlNum > li:not(:last-child) {
    margin-bottom: 1.8691588785vw;
  }
}
.commonUlNum > li::before {
  position: absolute;
  left: 0;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) ".";
  padding-right: 0.5em;
}

.commonUlAlpha {
  list-style-type: lower-alpha;
}

/*==================================================
 * 下線
 *================================================*/
.markerLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff500));
  background: linear-gradient(transparent 75%, #fff500 75%);
}

/*==================================================
 * カラム制御
 *================================================*/
:root {
  --colGap: 24px;
  --rowGap: 24px;
}

.colBox {
  display: grid;
  -webkit-column-gap: var(--colGap);
     -moz-column-gap: var(--colGap);
          column-gap: var(--colGap);
  row-gap: var(--rowGap);
}
@media only screen and (max-width: 767px) {
  .colBox {
    --colGap: 2.3364485981vw;
    --rowGap: 2.3364485981vw;
  }
}

@media only screen and (max-width: 767px) {
  .colBoxSp {
    display: grid;
    -webkit-column-gap: var(--colGap);
       -moz-column-gap: var(--colGap);
            column-gap: var(--colGap);
    row-gap: var(--rowGap);
  }
}

@media print, screen and (min-width: 768px) {
  .colBoxPc {
    display: grid;
    -webkit-column-gap: var(--colGap);
       -moz-column-gap: var(--colGap);
            column-gap: var(--colGap);
    row-gap: var(--rowGap);
  }
}

.colImgBox figcaption {
  font-size: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .colImgBox {
    margin-bottom: 3.738317757vw;
  }
  .colImgBox figcaption {
    font-size: 3.2710280374vw;
    margin-top: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
  }
}

.colText {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .colText {
    font-size: 3.2710280374vw;
    margin-bottom: 3.738317757vw;
  }
}

.col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media only screen and (max-width: 767px) {
  .col2Sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col3Sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col4Sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 768px) {
  .col2Pc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col3Pc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col4Pc {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col5Pc {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.gap8 {
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .gap8 {
    gap: 1.8691588785vw;
  }
}

.gap16 {
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .gap16 {
    gap: 3.738317757vw;
  }
}

.gap32 {
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .gap32 {
    gap: 7.476635514vw;
  }
}

/*==================================================
 * リンク link
 *================================================*/
.commonLink {
  position: relative;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .commonLink {
    padding-bottom: 0.9345794393vw;
  }
}
.commonLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .commonLink:after {
    height: 0.2336448598vw;
  }
}
@media (hover: hover) {
  .commonLink:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

/*==================================================
 * フォーム関連
 *================================================*/
.commonInput,
.commonInputLabel {
  width: 100%;
}

input[type=text].commonInput {
  background-color: #fff;
  border: 0;
  margin: 0;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px;
  padding-left: 40px;
  border: 1px solid #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=text].commonInput {
    border-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].commonInput {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].commonInput {
    padding: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].commonInput {
    padding-left: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].commonInput {
    border: 0.2336448598vw solid #333;
  }
}
input[type=text].commonInput::-webkit-input-placeholder {
  /* WebKit browsers (Chrome, Safari) */
  color: rgba(77, 77, 77, 0.5);
}
input[type=text].commonInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(77, 77, 77, 0.5);
  opacity: 1; /* Firefox 19+ */
}
input[type=text].commonInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(77, 77, 77, 0.5);
  opacity: 1;
}
input[type=text].commonInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(77, 77, 77, 0.5);
}

.commonInputTitle {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonInputTitle {
    margin-bottom: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonInputTitle {
    font-size: 2.8037383178vw;
  }
}

.customRadio {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.customRadioLabel {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-left: 28px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .customRadioLabel {
    padding-left: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .customRadioLabel {
    font-size: 3.738317757vw;
  }
}
.customRadioLabel::before, .customRadioLabel::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.customRadioLabel::before {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::before {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::before {
    width: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::before {
    height: 3.2710280374vw;
  }
}
.customRadioLabel::after {
  background-color: #333;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::after {
    width: 1.4018691589vw;
  }
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::after {
    height: 1.4018691589vw;
  }
}
@media only screen and (max-width: 767px) {
  .customRadioLabel::after {
    left: 0.9345794393vw;
  }
}

input:checked + .customRadioLabel::after {
  opacity: 1;
}

input:checked + .customRadioLabel {
  font-weight: bold;
}

input[type=checkbox].commonCheckBox {
  display: none;
}

.mbRadio {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .mbRadio {
    margin-bottom: 3.2710280374vw;
  }
}

.mbRadioL {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .mbRadioL {
    margin-bottom: 5.1401869159vw;
  }
}

.commonCheckLabel {
  padding-left: 32px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .commonCheckLabel {
    padding-left: 7.476635514vw;
  }
}
.commonCheckLabel:before, .commonCheckLabel:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commonCheckLabel::before {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  left: 0;
}
.commonCheckLabel::after {
  left: 10px;
  width: 7px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: -1px;
}

input[type=checkbox].commonCheckBox:checked + .commonCheckLabel::after {
  opacity: 1;
}

input[type=checkbox].commonCheckBox:checked + .commonCheckLabel::before {
  background-color: #000;
  border: 1px solid #000;
}

.agreeReservationNotesLabel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px;
  padding-left: 75px;
  min-height: 76px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel {
    padding-bottom: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel {
    padding-right: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel {
    padding-left: 17.523364486vw;
  }
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel {
    min-height: 17.7570093458vw;
  }
}
.agreeReservationNotesLabel:before {
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel:before {
    left: 5.6074766355vw;
  }
}
.agreeReservationNotesLabel:after {
  left: 29px;
}
@media only screen and (max-width: 767px) {
  .agreeReservationNotesLabel:after {
    left: 6.7757009346vw;
  }
}

input[type=checkbox].commonCheckBox:checked + .agreeReservationNotesLabel {
  background-color: rgba(255, 248, 79, 0.1);
}

.commonSelect {
  padding: 15px;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #333;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .commonSelect {
    padding: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonSelect {
    font-size: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonSelect {
    border-radius: 0.4672897196vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonSelect {
    border: 0.2336448598vw solid #333;
  }
}
.commonSelect.commonSelect--quantity {
  width: 104px;
}
@media only screen and (max-width: 767px) {
  .commonSelect.commonSelect--quantity {
    width: 24.2990654206vw;
  }
}
.commonSelect.commonSelect--special {
  font-size: 15px;
  line-height: 1.5;
  padding-right: 46px;
}
@media only screen and (max-width: 767px) {
  .commonSelect.commonSelect--special {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonSelect.commonSelect--special {
    padding-right: 10.7476635514vw;
  }
}

.commonSelectWrap {
  position: relative;
  position: relative;
}
.commonSelectWrap::after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.commonSelectWrap:after {
  top: 33%;
  right: 18px;
}
@media only screen and (max-width: 767px) {
  .commonSelectWrap:after {
    right: 4.2056074766vw;
  }
}

/*==================================================
 * hover
 *================================================*/
.cursor {
  cursor: pointer;
}

.pointerEvents--none {
  pointer-events: none;
}

/*==================================================
 * ボタン
 *================================================*/
.commonBtnWrap {
  text-align: center;
}

.commonBtn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  padding: 24px;
  padding-right: 40px;
  min-width: 200px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    padding-right: 7.476635514vw;
  }
}
.commonBtn::after {
  position: absolute;
  top: 47%;
  right: 24px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.commonBtn:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (hover: hover) {
  .commonBtn:hover {
    background-color: #333;
    color: #fff;
    opacity: 1 !important;
    opacity: 0.7;
  }
  .commonBtn:hover:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    width: 100%;
  }
}
.commonBtn.commonBtn--magazineNav {
  padding: 10px;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.commonBtn.commonBtn--magazineNav::after {
  width: 8px;
  height: 8px;
}
.commonBtn.commonBtn--originalNav {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: auto;
  width: 100%;
  height: auto;
}
.commonBtn.commonBtn--originalNav::after {
  width: 8px;
  height: 8px;
}
.commonBtn.commonBtn--download {
  padding: 16px;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download {
    padding-left: 7.476635514vw;
  }
}
.commonBtn.commonBtn--download:after {
  display: none;
}
.commonBtn.commonBtn--download span:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/icon--download.svg);
  width: 20px;
  height: 20px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download span:before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download span:before {
    left: 5.6074766355vw;
  }
}
@media (hover: hover) {
  .commonBtn.commonBtn--download:hover {
    background-color: #fff;
    color: #333;
    opacity: 0.7;
    opacity: 0.7;
  }
}
.commonBtn.commonBtn--download.commonBtn--download--l {
  min-width: 260px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download.commonBtn--download--l {
    min-width: 60.7476635514vw;
  }
}
.commonBtn.commonBtn--download.commonBtn--main {
  background-color: #D6BE71;
}
.commonBtn.commonBtn--download.commonBtn--second {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--download {
    min-width: 42.0560747664vw;
    width: auto;
    margin: auto;
  }
}
.commonBtn.commonBtn--webCatalog {
  padding: 16px;
  padding-right: 48px;
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--webCatalog {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--webCatalog {
    padding-right: 11.214953271vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--webCatalog {
    padding-left: 13.0841121495vw;
  }
}
.commonBtn.commonBtn--webCatalog:after {
  display: none;
}
.commonBtn.commonBtn--webCatalog span:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/icon--book.svg);
  width: 25px;
  height: 25px;
  left: 24px;
  top: 50%;
  translate: 0% -50%;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--webCatalog span:before {
    width: 5.8411214953vw;
    height: 5.8411214953vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--webCatalog span:before {
    left: 5.6074766355vw;
  }
}
@media (hover: hover) {
  .commonBtn.commonBtn--webCatalog:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    background-color: #fff;
    color: #333;
    opacity: 0.7;
  }
}
.commonBtn.commonBtn--paddingS {
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--paddingS {
    padding: 3.738317757vw;
  }
}
.commonBtn.commonBtn--m {
  width: 280px;
}
.commonBtn.commonBtn--l {
  width: 384px;
}
.commonBtn.commonBtn--full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--fullSp {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--sSp {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--mSp {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--autoSp {
    width: auto;
  }
}
.commonBtn.commonBtn--cart, .commonBtn.commonBtn--contactCart {
  color: #fff;
  background-color: #db1414;
  border: 1px solid #db1414;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 21px;
  padding: 20px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--cart, .commonBtn.commonBtn--contactCart {
    font-size: 3.9719626168vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--cart, .commonBtn.commonBtn--contactCart {
    padding: 3.5046728972vw;
  }
}
.commonBtn.commonBtn--cart.commonBtn--cart--s, .commonBtn.commonBtn--contactCart.commonBtn--cart--s {
  padding: 16px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--cart.commonBtn--cart--s, .commonBtn.commonBtn--contactCart.commonBtn--cart--s {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--cart.commonBtn--cart--s, .commonBtn.commonBtn--contactCart.commonBtn--cart--s {
    font-size: 3.5046728972vw;
  }
}
@media (hover: hover) {
  .commonBtn.commonBtn--cart:hover, .commonBtn.commonBtn--contactCart:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
.commonBtn.commonBtn--cart:after, .commonBtn.commonBtn--contactCart:after {
  display: none;
}
.commonBtn.commonBtn--return {
  padding-right: 24px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--return {
    padding-right: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn.commonBtn--return {
    padding-left: 7.476635514vw;
  }
}
.commonBtn.commonBtn--return:after {
  right: auto;
  left: 24px;
  top: 35%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.returnBtn {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 16px;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .returnBtn {
    padding-bottom: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .returnBtn {
    font-size: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .returnBtn {
    border-bottom: 0.4672897196vw solid #333;
  }
}
@media (hover: hover) {
  .returnBtn:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

/*==================================================
 * タグ
 *================================================*/
/*==================================================
 * フォント用
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_ms {
  line-height: 1.4;
}
.lh_ms * {
  line-height: 1.4;
}

.lh_s {
  line-height: 1;
}
.lh_s * {
  line-height: 1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

@media only screen and (max-width: 767px) {
  .lh_sSp {
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .lh_sPc {
    line-height: 1;
  }
}
.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.15em;
}

.lsBase {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .ls_sSp {
    letter-spacing: 0.05em;
  }
}
a {
  text-decoration: none;
}

.bold {
  font-weight: 700 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: normal;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .nowrapPc {
    white-space: nowrap;
  }
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #707070;
}

.red {
  color: #ff4501 !important;
}

/*==================================================
 * フォントサイズ
 *================================================*/
.fs5Xl {
  font-size: 64px;
}

.fs4Xl {
  font-size: 56px;
}

.fs3Xl {
  font-size: 48px;
}

.fs2Xl {
  font-size: 40px;
}

.fsXl {
  font-size: 32px;
}

.fsL {
  font-size: 24px;
}

.fsM {
  font-size: 18px;
}

.fsBase {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.fs12 {
  font-size: 12px;
}

.fs10 {
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .fsMSp {
    font-size: 4.2056074766vw;
  }
  .fsBaseSp {
    font-size: 3.738317757vw;
  }
  .fs14Sp {
    font-size: 3.2710280374vw;
  }
  .fs13Sp {
    font-size: 3.0373831776vw;
  }
  .fs12Sp {
    font-size: 2.8037383178vw;
  }
  .fs10Sp {
    font-size: 2.3364485981vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fs14Tab {
    font-size: 14px;
  }
}
/*flex box*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexCol2 {
  width: 50%;
}

.flexBr {
  width: 100%;
  margin: 0 !important;
}

.full {
  width: 100%;
}

.flex_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexGrow_1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justSelfCenter {
  justify-self: center;
}

.justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.alignBase {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.alignSelf {
  -ms-flex-item-align: end;
      align-self: end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexColReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flexColReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  .fullSp {
    width: 100%;
  }
  .justCenterSp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .justBetweenPc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justEndPc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justCenterPc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexColumnPc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexReverseSp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flexColumnSp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexColReverseSp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .justEndSp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .alignCenterSp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alignEndSp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/*==================================================
 * レスポンシブ 表示切り替え
 *================================================*/
.tab {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .note {
    display: block;
  }
}

.pcInline {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .pcInline {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*==================================================
 * 独自クラス（どのサイトでも） 汎用
 *================================================*/
.opacity {
  opacity: 1;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.overScrollX {
  overflow-x: scroll;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
  font-size: 12px;
}

.disNone {
  display: none !important;
}

.opa0 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left;
  }
}

.text-center-pc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .text-center-pc {
    text-align: start;
  }
}

@media only screen and (max-width: 767px) {
  .inlineBlockSp {
    display: inline-block;
  }
  .blockSp {
    display: block;
  }
  .overScrollXSp {
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
  }
  .overScrollXSp::-webkit-scrollbar {
    display: none;
  }
}
/*==================================================
 * 横幅 container
 *================================================*/
.cnt {
  width: 100%;
  max-width: min(calc(100% - var(--padding, 80px)), var(--maxWidth, 1200px));
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cnt {
    --padding: 9.3457943925vw;
  }
}

.cntXs {
  --maxWidth: 632px;
}

.cntS {
  --maxWidth: 792px;
}

.cntM {
  --maxWidth: 840px;
}

.cntL {
  --maxWidth: 960px;
}

.cntXl {
  --maxWidth: 1290px;
}

.cntFull {
  max-width: 1400px;
}

.cntSpTab {
  --padding: 0;
}
@media only screen and (max-width: 767px) {
  .cntSpTab {
    --padding: 11.214953271vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cntSpTab {
    --padding: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .cnt0PC {
    --padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cntSpPadding0 {
    --padding: 0;
  }
}

.overCnt {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}

@media only screen and (max-width: 767px) {
  .cntSp--s {
    --padding: 7.476635514vw;
  }
}

@media only screen and (max-width: 767px) {
  .cntSpL {
    --padding: 11.214953271vw;
  }
}

@media only screen and (max-width: 767px) {
  .overCntSp {
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}

@media only screen and (max-width: 767px) {
  .minWidthAutoSp {
    min-width: auto;
  }
}

/*==================================================
 * ふきだし balloon
 *================================================*/
.balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 105px;
  max-width: 100%;
  color: #00463d;
  font-weight: 300;
  background: #fff;
  border: solid 1px #00463d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #00463d;
  z-index: 1;
}
.balloon p {
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .balloon {
    padding: 1.8691588785vw 2.3364485981vw 1.6355140187vw;
    min-width: 24.5327102804vw;
  }
  .balloon p {
    font-size: 2.8037383178vw;
  }
}

/*==================================================
 * プレフィックス / サフィックス
 *================================================*/
.annotation {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationUl li {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.annotationUl li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.en {
  font-family: "Roboto", sans-serif;
}
.en:before {
  content: "¥";
}

.any:after {
  content: "任意";
  display: inline-block;
  font-weight: normal;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .any:after {
    margin-left: 1.8691588785vw;
  }
}

/*==================================================
 * 斜め線 斜線タイトル obliqueLine
 *================================================*/
.obliqueLine {
  position: relative;
}
.obliqueLine:before, .obliqueLine:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 2px;
  height: 2.3em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.obliqueLine:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.obliqueLine:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .obliqueLine:before, .obliqueLine:after {
    height: 1.8em;
    margin-top: -0.5em;
  }
}

/*==================================================
 * スリック slick
 *================================================*/
/*==================================================
 * ページネーション
 *================================================*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  position: relative;
}
.pagination li:not(:last-child) {
  margin-right: 8px;
}
.pagination li a {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.pagination li a,
.pagination li b {
  padding: 0 8px;
  display: inline-block;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .pagination li a,
  .pagination li b {
    font-size: 4.4392523364vw;
  }
}
.pagination li b {
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .pagination li:not(:last-child) {
    margin-right: 2.8037383178vw;
  }
  .pagination li a,
  .pagination li b {
    padding: 0 1.8691588785vw;
  }
}

.paginationSection {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .paginationSection {
    padding-bottom: 18.691588785vw;
  }
}

.paginationPrev {
  position: relative;
}
.paginationPrev::after {
  position: absolute;
  top: 5px;
  right: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.paginationPrev:after {
  top: 35%;
  right: 25%;
}
@media only screen and (max-width: 767px) {
  .paginationPrev:after {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}

.paginationNext {
  position: relative;
}
.paginationNext::after {
  position: absolute;
  top: 5px;
  right: 0px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.paginationNext:after {
  left: 25%;
  top: 35%;
}
@media only screen and (max-width: 767px) {
  .paginationNext:after {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}

.paginationCurrent {
  pointer-events: none;
}
.paginationCurrent a {
  color: #707070;
}

/*==================================================
 * パンくず breadcrumbsNav
 *================================================*/
.breadcrumbsNav {
  position: relative;
  padding: 16px 0;
  margin-bottom: 38px;
}
.breadcrumbsNav:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100vw;
  background-color: #ddd;
  margin: auto calc(50% - 50vw);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumbsNav {
    margin-bottom: 5.6074766355vw;
    padding: 3.738317757vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbsNavWrap {
    overflow-x: scroll;
    white-space: nowrap;
    word-break: keep-all;
  }
  .breadcrumbsNavWrap::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumbsNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbsNavUl li {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.breadcrumbsNavUl li:not(:last-child) {
  padding-right: 18px;
  position: relative;
}
.breadcrumbsNavUl li:not(:last-child)::after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbsNavUl li:not(:last-child):after {
  top: 35%;
}
.breadcrumbsNavUl li:not(:first-child) {
  padding-left: 14px;
}
.breadcrumbsNavUl li a {
  padding: 2px 3px;
}
@media (hover: hover) {
  .breadcrumbsNavUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbsNavUl {
    width: 150%;
  }
  .breadcrumbsNavUl li {
    font-size: 3.2710280374vw;
  }
  .breadcrumbsNavUl li:not(:last-child) {
    padding-right: 4.2056074766vw;
    position: relative;
  }
  .breadcrumbsNavUl li:not(:last-child)::after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    content: "";
    width: 2.1028037383vw;
    height: 2.1028037383vw;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .breadcrumbsNavUl li:not(:last-child):after {
    top: 30%;
  }
  .breadcrumbsNavUl li a {
    display: inline-block;
  }
}

.stockLinkWrap {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .stockLinkWrap {
    padding-left: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .stockLinkWrap {
    margin-left: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .stockLinkWrap {
    border-left: 0.2336448598vw solid #333;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  margin: 0;
}

/*==================================================
 * SP ドロワーメニュー
 *================================================*/
@media print, screen and (min-width: 768px) {
  .overRayBoxInner {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .overRayBoxInner {
    margin-top: 24.7663551402vw;
    width: 100%;
  }
}

.overRayBox {
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overRayBox > ul {
  margin-top: -1px;
  width: 100%;
  display: block;
  padding-top: 1.8em;
  padding-left: 1.4em;
}
.overRayBox > ul > li {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
  font-size: 13px;
}
.open .overRayBox {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.overRayBox .overRaySubMenuUl {
  display: none;
  padding-top: 1.1em;
}
.overRayBox .overRaySubMenuUl > li {
  padding: 0;
}
.overRayBox .overRaySubMenuUl > li:not(:last-child) a {
  padding-bottom: 0.15em;
}
.overRayBox .overRaySubMenuUl > li > a {
  padding-left: 1.6em;
  display: inline-block;
  font-size: 13px;
}

html.open {
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuUl {
    border-top: 1px solid #333;
  }
  .overRayBoxNavMenuUl > li {
    border-bottom: 1px solid #333;
    gap: 2.3364485981vw;
  }
  .overRayBoxNavMenuUl > li img {
    margin-right: 0;
    margin-left: 0;
    width: 7.0093457944vw;
    height: 7.0093457944vw;
  }
  .overRayBoxNavMenuUl > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.738317757vw;
    line-height: 1;
  }
  .overRayBoxNavMenuUl > li span {
    font-weight: bold;
    font-size: 3.738317757vw;
    border-bottom: 1px solid #d6be71;
  }
  .overRayBoxNavMenuUl > li.active {
    background-color: #eee;
  }
}

@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuUl--child {
    display: none;
    border-top: 1px solid #000;
  }
  .overRayBoxNavMenuUl--child > li {
    height: 18.691588785vw;
    padding-left: 8.6448598131vw;
    position: relative;
    position: relative;
  }
  .overRayBoxNavMenuUl--child > li::after {
    position: absolute;
    top: 45%;
    right: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .overRayBoxNavMenuUl--child > li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
.overRayBoxNavMenuUl--child.overRayBoxNavMenuUl--child--magazine > li {
  padding-left: 0 !important;
  height: auto;
  padding-left: 8.6448598131vw;
}
.overRayBoxNavMenuUl--child.overRayBoxNavMenuUl--child--magazine > li:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .webMagazineUlHeadLink {
    padding-left: 8.6448598131vw;
    height: 14.0186915888vw !important;
    border-bottom: 1px solid #000;
    font-weight: bold;
    position: relative;
    position: relative;
  }
  .webMagazineUlHeadLink::after {
    position: absolute;
    top: 45%;
    right: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuUl--grandchild li {
    height: 11.6822429907vw !important;
    padding-left: 8.6448598131vw;
    position: relative;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .overRayBoxNavMenuUl--grandchild li::after {
    position: absolute;
    top: 45%;
    right: 16px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.overRayBoxNavMenuUl--sub {
  padding-bottom: 18.691588785vw;
}
@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuUl--sub li {
    height: 14.953271028vw;
    border-bottom: 0;
    background-image: linear-gradient(to right, #333 2px, transparent 2px);
    background-size: calc(2px + 2px) 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .overRayBoxNavMenuUl--sub li .overRayBoxNavMenuLiInner {
    height: 100%;
  }
  .overRayBoxNavMenuUl--sub li .overRayBoxNavMenuLiInner span {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuLiInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 18.691588785vw;
    gap: 2.3364485981vw;
    padding-left: 2.3364485981vw;
  }
}

@media only screen and (max-width: 767px) {
  .overRayBoxNavMenuLiInner--accordion {
    position: relative;
  }
  .overRayBoxNavMenuLiInner--accordion::before, .overRayBoxNavMenuLiInner--accordion::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #707070;
    width: 2.8037383178vw;
    height: 0.2336448598vw;
    right: 3.738317757vw;
    translate: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overRayBoxNavMenuLiInner--accordion:after {
    rotate: 90deg;
  }
  .overRayBoxNavMenuLiInner--accordion.active:after {
    rotate: 180deg;
  }
}

.overRayBoxNavMenu--arrow {
  position: relative;
}
.overRayBoxNavMenu--arrow::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.overRayBoxNavMenu--arrow:after {
  rotate: 270deg;
  translate: -50% -50%;
}

/*ハンバーガーメニュー*/
.menuBtnWrap {
  height: 100%;
  position: relative;
}
.menuBtnWrap p {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 10px;
  z-index: 1001;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .menuBtnWrap p {
    font-size: 2.3364485981vw;
  }
}
.menuBtnWrap p:after {
  content: attr(data-txt-menu);
}
.open .menuBtnWrap p::after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 767px) {
  .menuBtnWrap {
    width: 4.6728971963vw;
  }
  .open .menuBtnWrap p::after {
    color: #4d4d4d;
  }
}
@media print, screen and (min-width: 768px) {
  .menuBtnWrap {
    display: none;
  }
}

.menuBtnWrap--catWrap {
  width: 100%;
  position: relative;
}

.menuBtn {
  cursor: pointer;
  z-index: 1100;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .menuBtn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 30%;
    height: 4.2056074766vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menuBtn {
    padding: 0 8px;
    padding-bottom: 16px;
    margin-top: -30px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu-trigger span {
    height: 0.2336448598vw;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 1.8691588785vw;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .menu-trigger-inversion {
    background-color: #4d4d4d !important;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8691588785vw) rotate(-45deg);
            transform: translateY(1.8691588785vw) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(15px) rotate(45deg);
          transform: translateY(15px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8691588785vw) rotate(45deg);
            transform: translateY(-1.8691588785vw) rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .catMegaBtnWrap {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .catMegaBtnWrap {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    cursor: pointer;
  }
  .catMegaBtnWrap .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
  .catMegaBtnWrap .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .catMegaBtnWrap .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  .catMegaBtnWrap p {
    color: #fff;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: bold;
    font-size: 10px;
    z-index: 1001;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .catMegaBtnWrap p {
    font-size: 2.3364485981vw;
  }
}
@media print, screen and (min-width: 768px) {
  .catMegaBtnWrap p:after {
    content: attr(data-txt-close);
  }
}

@media only screen and (max-width: 767px) {
  .menuBtnWrap--cat,
  .menuBtnWrap--brand {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .menuBtnWrap--cat p,
  .menuBtnWrap--brand p {
    color: #000;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: bold;
    font-size: 10px;
    z-index: 1001;
    top: calc(100% + 6px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menuBtnWrap--cat p,
  .menuBtnWrap--brand p {
    font-size: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .menuBtn--cat, .menuBtn--brand {
    cursor: pointer;
    z-index: 1100;
    position: relative;
    width: 4.6728971963vw;
    height: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menuBtn--cat, .menuBtn--brand {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 7.7102803738vw;
    height: 4.2056074766vw;
  }
}
@media only screen and (max-width: 767px) {
  .menu-trigger--cat,
  .menu-trigger--cat span,
  .menu-trigger--brand,
  .menu-trigger--brand span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger--cat,
  .menu-trigger--brand {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 100%;
  }
  .menu-trigger--cat span,
  .menu-trigger--brand span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .menu-trigger--cat span,
  .menu-trigger--brand span {
    height: 0.2336448598vw;
  }
  .menu-trigger--cat span:nth-of-type(1),
  .menu-trigger--brand span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger--cat span:nth-of-type(2),
  .menu-trigger--brand span:nth-of-type(2) {
    top: 1.8691588785vw;
  }
  .menu-trigger--cat span:nth-of-type(3),
  .menu-trigger--brand span:nth-of-type(3) {
    bottom: 0;
    top: auto;
  }
  .menu-trigger--cat.active span:nth-of-type(1),
  .menu-trigger--brand.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menu-trigger--cat.active span:nth-of-type(1),
  .menu-trigger--brand.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8691588785vw) rotate(-45deg);
            transform: translateY(1.8691588785vw) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .menu-trigger--cat.active span:nth-of-type(2),
  .menu-trigger--brand.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  .menu-trigger--cat.active span:nth-of-type(3),
  .menu-trigger--brand.active span:nth-of-type(3) {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menu-trigger--cat.active span:nth-of-type(3),
  .menu-trigger--brand.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8691588785vw) rotate(45deg);
            transform: translateY(-1.8691588785vw) rotate(45deg);
  }
}
.brandTopSubTitle {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .brandTopSubTitle {
    font-size: 3.738317757vw;
  }
}

body {
  font-size: 15px;
  letter-spacing: 0;
  width: 100%;
  color: #4d4d4d;
  background-color: #fff;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  min-width: 1280px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 3.2710280374vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 240px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 39.7196261682vw;
  }
}

main.stop {
  position: relative;
}

/*==================================================
 * サイト独自 共通
 *================================================*/
.commonItemCardTitle {
  font-size: 15px;
  margin-bottom: 16px;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .commonItemCardTitle {
    font-size: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonItemCardTitle {
    margin-bottom: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonItemCardTitle {
    height: 8.4112149533vw;
  }
}

.commonItemCardImgBox {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .commonItemCardImgBox {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonItemCardImgBox {
    padding-bottom: 3.738317757vw;
  }
}

.commonItemCardPriceWrap p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonItemCardPriceWrap p {
    font-size: 4.6728971963vw;
  }
}
.commonItemCardPriceWrap p .tax {
  display: inline-block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .commonItemCardPriceWrap p .tax {
    font-size: 2.5700934579vw;
  }
}

.specialPrice .basePrice {
  display: inline-block;
  position: relative;
}
.specialPrice .basePrice:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: -2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.commonArticleDescription {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .commonArticleDescription {
    margin-bottom: 4.6728971963vw;
  }
}

.commonItemCardTextWrap {
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .commonItemCardTextWrap {
    padding-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonItemCardTextWrap {
    padding-left: 1.8691588785vw;
  }
}

.commonSlickSlide .next-arrow,
.commonSlickSlide .prev-arrow {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.commonSlickSlide .next-arrow:before,
.commonSlickSlide .prev-arrow:before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
  top: 0;
  opacity: 1;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.commonSlickSlide .next-arrow {
  right: -24px;
}
.commonSlickSlide .next-arrow::before {
  right: 8px;
}
.commonSlickSlide .prev-arrow {
  left: -24px;
}
.commonSlickSlide .prev-arrow::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.commonSlickSlide li {
  position: relative;
}
.commonSlickSlide a {
  padding-bottom: 20px;
  display: block;
}
.commonSlickSlide .slick-slide {
  margin: 8px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.commonSlickSlide .slick-slide .hoverScaleBox {
  overflow: hidden;
}
.commonSlickSlide .slick-slide .hoverScaleBox .commonItemCardImg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .commonSlickSlide .slick-slide a:hover {
    opacity: 1 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
  .commonSlickSlide .slick-slide a:hover .commonItemCardImg {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.topRecommend .commonSlickSlide li a {
  background-color: #fff;
}
.topRecommend .commonSlickSlide li a .hoverScaleBox {
  overflow: hidden;
}
.topRecommend .commonSlickSlide li a .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .topRecommend .commonSlickSlide li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topRecommend .commonSlickSlide li a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media (hover: hover) {
  .topRecommend .commonSlickSlide li a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
    opacity: 0.7;
  }
}
.commonSlickSlide.commonSlickSlide--bg a {
  background-color: #fff;
}
@media (hover: hover) {
  .commonSlickSlide.commonSlickSlide--bg a:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .commonSlickSlide {
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: auto calc(50% - 50vw);
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
    padding-right: 3.738317757vw;
    padding-left: 3.738317757vw;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  .commonSlickSlide::-webkit-scrollbar {
    display: none;
  }
  .commonSlickSlide > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 58.4112149533vw;
  }
}

.topBestsellerItemUl {
  background-color: #fff;
}
.topBestsellerItemUl li:first-child .recommendNum {
  background-color: #ff9d00;
}
.topBestsellerItemUl li:nth-child(2) .recommendNum {
  background-color: #87c1cb;
}
.topBestsellerItemUl li:nth-child(3) .recommendNum {
  background-color: #c97d55;
}
.topBestsellerItemUl .next-arrow,
.topBestsellerItemUl .prev-arrow {
  top: 180px;
}
.topBestsellerItemUl .slick-list {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topBestsellerItemUl {
    background-color: #fff;
  }
}

.commonFigure img {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .commonFigure img {
    margin-bottom: 3.738317757vw;
  }
}

.commonPriceNum {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .commonPriceNum {
    font-size: 5.6074766355vw;
  }
}

.commonPriceEn {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonPriceEn {
    font-size: 4.2056074766vw;
  }
}

.commonPriceTax {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .commonPriceTax {
    font-size: 3.738317757vw;
  }
}

.commonDlWrap {
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .commonDlWrap {
    border: 0.2336448598vw solid #cccccc;
  }
}
.commonDlWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commonDlWrap dl:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .commonDlWrap dl:not(:last-child) {
    border-bottom: 0.2336448598vw solid #cccccc;
  }
}
.commonDlWrap dl dt {
  background-color: #f5f5f5;
  width: 95px;
  border-right: 1px solid #cccccc;
  display: grid;
  place-content: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonDlWrap dl dt {
    width: 14.953271028vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonDlWrap dl dt {
    border-right: 0.2336448598vw solid #cccccc;
  }
}
.commonDlWrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.commonDlWrap dl dt,
.commonDlWrap dl dd {
  padding: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .commonDlWrap dl dt,
  .commonDlWrap dl dd {
    padding: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .commonDlWrap dl dt,
  .commonDlWrap dl dd {
    font-size: 3.2710280374vw;
  }
}
.commonDlWrap dl dt div,
.commonDlWrap dl dt p,
.commonDlWrap dl dd div,
.commonDlWrap dl dd p {
  line-height: 1.7;
}

/*==================================================
 * header ヘッダー
 *================================================*/
div#Header {
  z-index: 100;
  position: relative;
}

header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  header.hide {
    top: -36.214953271vw;
  }
}
@media print, screen and (min-width: 768px) {
  header {
    position: static;
  }
}

.headerTopBar {
  background-color: #111111;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .headerTopBar {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerTopBar {
    padding-bottom: 3.738317757vw;
  }
}

.headerLogoLink {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .headerLogoLink {
    margin-right: 24px;
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .headerLogoLink:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
}

.headerLogo {
  width: 175px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .headerLogo {
    width: 35.7476635514vw;
  }
}

.headerSiteCopy {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .headerSiteCopy {
    font-size: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerSiteCopy {
    margin-bottom: 2.3364485981vw;
  }
}

.headerLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .headerLogoWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .headerLogoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.headerTopBarInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerTopBarLinkUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .headerTopBarLinkUnit {
    display: none;
  }
}

.headerTopBarLinkWrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .headerTopBarLinkWrap {
    display: none;
  }
}

.headerTopBarLinkUl {
  position: absolute;
  top: 100%;
  min-width: 210px;
  right: 0;
  z-index: 100;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
  display: none;
  -webkit-box-shadow: 3px 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 8px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-top-right-radius: 0px;
}
.headerTopBarLinkUl li {
  border-bottom: 1px solid #eeeeee;
}
.headerTopBarLinkUl li:first-child {
  border-top: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .headerTopBarLinkUl li:first-child {
    border-top: 0.2336448598vw solid #eeeeee;
  }
}
@media only screen and (max-width: 767px) {
  .headerTopBarLinkUl li {
    border-bottom: 0.2336448598vw solid #eeeeee;
  }
}
.headerTopBarLinkUl li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 8px;
}
@media (hover: hover) {
  .headerTopBarLinkUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
.headerTopBarLinkUl.menuOpen {
  display: block;
}

.headerTopBarLinkUlImg {
  width: 40px;
  height: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .headerTopBarLinkUlImg {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
}

.headerTopBarLink {
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .headerTopBarLink {
    font-size: 3.2710280374vw;
  }
}
@media print, screen and (min-width: 768px) {
  .headerTopBarLink {
    cursor: pointer;
    color: #fff;
    position: relative;
    padding: 12px 16px;
    padding-right: 32px;
    font-weight: bold;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .headerTopBarLink::after {
    position: absolute;
    top: 35%;
    right: 0px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .headerTopBarLink:after {
    right: 14px;
  }
  .headerTopBarLink.menuOpen {
    background-color: #fff;
    color: #000;
  }
  .headerTopBarLink.menuOpen::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    top: 40%;
  }
}

.headerMenuBar {
  background-color: #f0f0f0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .headerMenuBar {
    padding-top: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerMenuBar {
    padding-bottom: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerMenuBar.menuOpen {
    height: 100dvh;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

.headerKeywordSearchSection {
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 768px) {
  .headerKeywordSearchSection {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .headerKeywordSearchSection {
    position: absolute;
    width: 64.953271028vw;
    right: 3.738317757vw;
  }
}

.headerKeywordSearch {
  position: relative;
}
.headerKeywordSearch::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  background-image: url(/assets/img/icon--search.svg);
}
@media only screen and (max-width: 767px) {
  .headerKeywordSearch::before {
    width: 3.738317757vw;
    height: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerKeywordSearch::before {
    left: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerKeywordSearch {
    width: 100%;
    margin-top: 2.5700934579vw;
  }
  .headerKeywordSearch .commonInput {
    border: 1px solid #4d4d4d !important;
  }
}

@media only screen and (max-width: 767px) {
  .headerKeywordSearchBtn {
    position: absolute;
    background-color: #333;
    color: #fff;
    height: 100%;
    width: 16.3551401869vw;
    right: 0;
    border-top-right-radius: 1.1682242991vw;
    border-bottom-right-radius: 1.1682242991vw;
  }
}
@media print, screen and (min-width: 768px) {
  .headerKeywordSearchBtn {
    display: none;
  }
}

.headerKeywordSearchBtnInner {
  width: 100%;
}
.headerKeywordSearchBtnInner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.0373831776vw;
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .spSearchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.headerSearchMenuNavUl li a {
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .headerSearchMenuNavUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .headerSearchMenuNavUl > li:not(:first-child, :last-child) {
    border-right: 1px solid #d9d9d9;
  }
  .headerSearchMenuNavUl > li:not(:first-child) .headerSearchMenuCatLink {
    margin-right: 8px;
    margin-left: 8px;
  }
  .headerSearchMenuNavUl > li .magazineNavTitle a {
    place-content: flex-start;
  }
  .headerSearchMenuNavUl > li a {
    padding: 1px 0;
    height: 100%;
    display: grid;
    place-content: center;
  }
  .headerSearchMenuNavUl > li a .icon--arrow--head {
    position: relative;
    padding-right: 18px;
  }
  .headerSearchMenuNavUl > li a .icon--arrow--head::after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchMenuNavUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.3364485981vw;
  }
  .headerSearchMenuNavUl li {
    width: 10.5140186916vw;
  }
  .headerSearchMenuNavUl li a {
    padding: 0.9345794393vw 0 0.7009345794vw;
  }
}

@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .headerSearchMenuCatLink--hasMegamenu:hover {
    opacity: 1 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    opacity: 0.7;
  }
  .headerSearchMenuCatLink--hasMegamenu:hover .catMegaMenu {
    opacity: 1;
    visibility: visible;
  }
}

@media print, screen and (min-width: 768px) {
  .headerSearchMenuNavLi.active .headerSearchMenuCatLink--hasMegamenu {
    opacity: 1 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .headerSearchMenuNavLi.active .headerSearchMenuCatLink--hasMegamenu .catMegaMenu {
    opacity: 1;
    visibility: visible;
  }
}
.headerSearchMenuNavLi.active .headerSearchMenuCatLink {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.headerSearchMenuNavLi.active .headerSearchMenuNavName:before {
  opacity: 1;
}
.headerSearchMenuNavLi.active .headerSearchMenuNavName::after {
  top: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.headerSearchMenuCatLink {
  display: block;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .headerSearchMenuCatLink {
    height: 100%;
    padding-right: 32px;
    padding-left: 16px;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .headerSearchMenuCatLink .headerSearchMenuNavName {
    position: relative;
    position: relative;
  }
  .headerSearchMenuCatLink .headerSearchMenuNavName::after {
    position: absolute;
    top: 10%;
    right: 0px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .headerSearchMenuCatLink .headerSearchMenuNavName:after {
    right: auto;
    left: calc(100% + 8px);
  }
  .headerSearchMenuCatLink.menuOpen {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .headerSearchMenuCatLink.menuOpen .headerSearchMenuNavName:after {
    top: 35%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .headerSearchMenuCatLink:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    opacity: 0.7;
  }
  .headerSearchMenuCatLink:hover .headerSearchMenuNavName:before {
    opacity: 1;
  }
  .headerSearchMenuCatLink:hover .headerSearchMenuNavName::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchMenuCatLink {
    padding: 0.9345794393vw 0 0.7009345794vw;
  }
}

.headerSearchMenuCatLink--cat {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .headerSearchMenuCatLink--cat {
    padding: 16px 24px !important;
    padding-right: 40px !important;
  }
}

.headerSearchMenuCatLink--topic {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
@media (hover: hover) {
  .headerSearchMenuCatLink--topic:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .headerSearchMenuCatLink--topic:hover .headerSearchMenuNavName::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .headerSearchMenuCatLink--brand {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .headerSearchMenuNav {
    width: 100%;
  }
  .menuOpen .headerSearchMenuNav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .headerSearchMenuNavName {
    font-size: 2.3364485981vw;
    display: block;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .headerSearchMenuNavName {
    position: relative;
    cursor: pointer;
  }
  .headerSearchMenuNavName::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #d6be71;
    bottom: -8px;
    left: 0;
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .headerSearchMenuIcon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchMenuIcon {
    width: 6.308411215vw;
    height: 6.308411215vw;
    margin-bottom: 0.9345794393vw;
  }
}

.headerSearchMenuBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerSearchFormSearchButton {
  display: block;
  right: 0;
  height: 100%;
  background-color: #000;
  color: #fff;
  top: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .headerSearchFormSearchButton {
    border-top-right-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchFormSearchButton {
    border-bottom-right-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchFormSearchButton {
    font-size: 3.0373831776vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchFormSearchButton {
    padding-right: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerSearchFormSearchButton {
    padding-left: 2.3364485981vw;
  }
}
@media (hover: hover) {
  .headerSearchFormSearchButton:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 1 !important;
    color: #fff;
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  input[type=text].headerSearchFormInput {
    padding-top: 2.8037383178vw;
    padding-bottom: 2.8037383178vw;
    padding-left: 6.308411215vw;
  }
  input[type=text].headerSearchFormInput::-webkit-input-placeholder {
    font-size: 2.8037383178vw;
  }
  input[type=text].headerSearchFormInput::-moz-placeholder {
    font-size: 2.8037383178vw;
  }
  input[type=text].headerSearchFormInput:-ms-input-placeholder {
    font-size: 2.8037383178vw;
  }
  input[type=text].headerSearchFormInput::-ms-input-placeholder {
    font-size: 2.8037383178vw;
  }
  input[type=text].headerSearchFormInput::placeholder {
    font-size: 2.8037383178vw;
  }
}

@media only screen and (max-width: 767px) {
  .headerMyMenuNav {
    position: absolute;
    top: 7.0093457944vw;
    right: 4.6728971963vw;
  }
  .headerMyMenuNav.none {
    display: none;
  }
}

.headerMyMenuNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerMyMenuNavUl li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .headerMyMenuNavUl li:not(:last-child) {
    margin-right: 1.4018691589vw;
  }
}
.headerMyMenuNavUl li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .headerMyMenuNavUl li a {
    gap: 0.7009345794vw;
  }
}
@media (hover: hover) {
  .headerMyMenuNavUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    text-decoration: underline;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .headerMyMenuNavUl li:nth-last-child(2) {
    margin-right: 3.738317757vw;
  }
  .headerMyMenuNavUl li img {
    width: 6.308411215vw;
    height: 6.308411215vw;
  }
}
@media print, screen and (min-width: 768px) {
  .headerMyMenuNavUl {
    margin-top: -2px;
  }
}

.headerMyMenuNavUlText {
  font-weight: bold;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .headerMyMenuNavUlText {
    font-size: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .headerMyMenuNavUlText {
    color: #fff;
    bottom: 0;
  }
}

.headerCartLink {
  position: relative;
}
.headerCartLink img {
  margin-left: 0;
}

.headerMypageLinkIcon {
  width: 27px;
  height: 27px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6.308411215vw;
  position: relative;
}
.headerMypageLinkIcon::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  mask: url(../img/icon--user.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/icon--user.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .headerMypageLinkIcon {
    width: 6.308411215vw;
    height: 6.308411215vw;
  }
  .headerMypageLinkIcon::after {
    width: 6.308411215vw;
    height: 6.308411215vw;
  }
}

.headerCartLinkIcon {
  width: 27px;
  height: 27px;
}
.headerCartLinkIcon::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  mask: url(../img/icon--cart.svg) no-repeat center center/contain;
  -webkit-mask: url(../img/icon--cart.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .headerCartLinkIcon {
    width: 6.308411215vw;
    height: 6.308411215vw;
  }
  .headerCartLinkIcon::after {
    width: 6.308411215vw;
    height: 6.308411215vw;
  }
}

.cartNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  padding: 0 0.2rem;
  border-radius: 50%;
  background: #ba0000;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  top: -5px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .cartNum {
    font-size: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .cartNum {
    top: -1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .cartNum {
    width: 3.738317757vw;
    height: 3.738317757vw;
  }
}

/*==================================================
 * ヘッダー カテゴリーリンク
 *================================================*/
.catUl li span {
  display: block;
}

.catUl--parent > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .catUl--parent > li > a {
    gap: 1.8691588785vw;
  }
}
.catUl--parent > li span {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .catUl--parent > li span {
    font-size: 3.2710280374vw;
  }
}
@media print, screen and (min-width: 768px) {
  .catUl--parent {
    width: 232px;
  }
  .catUl--parent > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .catUl--parent > li > a {
    border-bottom: 0.2336448598vw solid #f0f0f0;
  }
}
@media print, screen and (min-width: 768px) {
  .catUl--parent > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 10.3923048454px;
    width: 8px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #000000;
    right: 16px;
  }
  .catUl--parent > li:hover > .catUlChildItem {
    display: block;
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .catUl--parent > li:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    background-color: #eeeeee;
    opacity: 1 !important;
    opacity: 0.7;
  }
  .catUl--parent > li:hover:after {
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .catUl--parent > li.hover-disabled {
    pointer-events: none; /* ポインタイベントを無効にする */
  }
}
@media only screen and (max-width: 767px) {
  .catUl--parent {
    width: 100%;
  }
  .catUl--parent > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #707070;
    border-radius: 1.1682242991vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catUl--parent > li span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catUl--parent > li:not(:last-child) {
    margin-bottom: 3.738317757vw;
  }
  .catUl--parent > li::before, .catUl--parent > li::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #707070;
    width: 2.8037383178vw;
    height: 1px;
    right: 3.738317757vw;
    top: 6.7757009346vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .catUl--parent > li:after {
    rotate: 90deg;
  }
  .catUl--parent > li.active {
    background-color: #eee;
    border: 1px solid #eee;
  }
  .catUl--parent > li.active:after {
    rotate: 180deg;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catUl--parent > li > a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .spHeaderNavLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8691588785vw;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .spHeaderNavLink--child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .catUlChildWrapInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
  }
}

.catUl--child li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .catUl--child li a {
    height: 13.3177570093vw;
  }
}
@media print, screen and (min-width: 768px) {
  .catUl--child {
    width: 250px;
    margin-right: 32px;
  }
  .catUl--child li a {
    position: relative;
    height: 43px;
    padding-left: 16px;
    padding-right: 20px;
    display: block;
    line-height: 41px;
    font-size: 13px;
    position: relative;
  }
  .catUl--child li a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .catUl--child li a:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .catUl--child li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 1 !important;
    background-color: #fff;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .catUl--child {
    background-image: linear-gradient(to right, #888888 2px, transparent 2px);
    background-size: calc(2px + 2px) 1px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .catUl--child li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    position: relative;
  }
  .catUl--child li:not(:last-child) {
    background-image: linear-gradient(to right, #888888 2px, transparent 2px);
    background-size: calc(2px + 2px) 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .catUl--child li::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .catUl--child li::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .catUl--child li a {
    padding-left: 3.738317757vw;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .catUlChildItem {
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    background-color: #fff;
    padding: 16px;
    padding-left: 0;
    display: none;
    -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .catUlChildItem {
    width: 100%;
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .catUlChildWrapImageWrap {
    width: 288px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .catUlChildWrapImageWrap {
    display: none;
  }
}

.catNavWrap,
.brandNavWrap,
.originalNavWrap,
.magazineNavWrap {
  display: inline-block;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .catNavWrap,
  .brandNavWrap,
  .originalNavWrap,
  .magazineNavWrap {
    padding: 16px;
    -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .catNavWrap,
  .brandNavWrap,
  .originalNavWrap,
  .magazineNavWrap {
    width: 100%;
    margin-top: 18.691588785vw;
  }
}

@media only screen and (max-width: 767px) {
  .catNavWrap,
  .brandNavWrap {
    padding-bottom: 7.476635514vw;
  }
}

.brandNavWrap,
.originalNavWrap,
.magazineNavWrap {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .brandNavWrap,
  .originalNavWrap,
  .magazineNavWrap {
    border-radius: 1.1682242991vw;
  }
}

.brandNavWrap {
  border-top-left-radius: 0;
}

@media print, screen and (min-width: 768px) {
  .catNavWrap {
    padding-right: 0;
  }
}

.originalNavWrap,
.magazineNavWrap {
  padding-right: 0;
  padding-left: 0;
}

.catLinkArrow {
  position: relative;
}
.catLinkArrow::after {
  position: absolute;
  top: auto;
  right: 6px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.catLinkArrow::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catLinkArrow.open::after {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

.catNavIcon--header {
  width: 32px;
  height: 32px;
  margin: 4px;
}
@media only screen and (max-width: 767px) {
  .catNavIcon--header {
    width: 11.214953271vw;
  }
}
@media only screen and (max-width: 767px) {
  .catNavIcon--header {
    height: 11.214953271vw;
  }
}
@media only screen and (max-width: 767px) {
  .catNavIcon--header {
    margin: 0.9345794393vw;
  }
}

@media print, screen and (min-width: 768px) {
  .commonMegaMenu {
    margin-top: 0px !important;
    margin-left: 0 !important;
    top: 47px !important;
    left: 0;
  }
  .commonMegaMenu.open {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .catMegaMenu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 100;
  }
}
@media print, screen and (min-width: 768px) {
  .catMegaMenu {
    position: absolute;
    visibility: visible;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    margin-top: 31px;
    margin-left: -24px;
    top: 16px;
    left: 0px;
  }
}

.catMegaMenu-sp {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .catMegaMenuSpTab {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .brandMegaMenu,
  .originalMegaMenu,
  .magazineMegaMenu {
    display: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .brandMegaMenu,
  .originalMegaMenu,
  .magazineMegaMenu {
    position: absolute;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    margin-top: 47px;
    margin-left: 199px;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .brandMegaMenu {
    width: 992px;
    margin-left: 191px;
    left: 191px;
  }
}

@media print, screen and (min-width: 768px) {
  .originalMegaMenu {
    width: 896px;
    left: 190px;
  }
}

.magazineMegaMenu {
  width: 917px;
}
.magazineMegaMenu .commonBtn--magazineNav {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .magazineMegaMenu {
    width: 917px;
    left: 190px;
  }
}

.pageTopBtnWrap {
  position: fixed;
  bottom: 24px;
  z-index: 1000;
}
@media print, screen and (min-width: 768px) {
  .pageTopBtnWrap {
    z-index: 1000;
    right: calc(50% - 630px);
  }
  .pageTopBtnWrap.stop {
    position: absolute;
    bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTopBtnWrap {
    z-index: 11;
    right: 0;
  }
}

.pageTopBtn {
  opacity: 0;
  visibility: hidden;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageTopBtn {
    width: 11.6822429907vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageTopBtn {
    height: 11.6822429907vw;
  }
}
.pageTopBtn:after {
  content: "";
  display: block;
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .pageTopBtn:after {
    width: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageTopBtn:after {
    height: 3.738317757vw;
  }
}
.pageTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/*==================================================
 * footer フッター
 *================================================*/
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavContent {
    display: none;
  }
  .footerShoppingAboutNavContent.open {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavContent--return {
    display: none;
  }
  .footerShoppingAboutNavContent--return.open {
    display: block;
  }
}

.footerShoppingAboutNavArticle {
  background-color: #040000;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavArticle {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavArticle {
    padding-bottom: 7.0093457944vw;
  }
}

.footerShoppingAboutNavImgBox {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavImgBox {
    margin-top: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavImgBox {
    margin-bottom: 4.6728971963vw;
  }
}

.rakutenPayImg {
  width: 256px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .rakutenPayImg {
    width: 59.8130841121vw;
  }
}

.footerShoppingAboutNavTitleSub {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitleSub {
    margin-bottom: 0.9345794393vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitleSub {
    font-size: 3.738317757vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footerShoppingAboutNavItemInnerWrap:not(:last-child) {
    margin-bottom: 24px;
  }
}

.footerShoppingAboutNavUl li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavUl li:not(:last-child) {
    margin-bottom: 4.6728971963vw;
  }
}

.footerShoppingAboutNavTitle {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle {
    font-size: 3.9719626168vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle {
    padding-bottom: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle {
    margin-bottom: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle {
    border-bottom: 0.2336448598vw solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle {
    padding-top: 3.738317757vw;
    position: relative;
  }
  .footerShoppingAboutNavTitle::after {
    position: absolute;
    top: 40%;
    right: 6px;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .footerShoppingAboutNavTitle.open:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.footerShoppingAboutNavTitle--return {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle--return {
    font-size: 3.9719626168vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle--return {
    padding-bottom: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle--return {
    margin-bottom: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle--return {
    border-bottom: 0.2336448598vw solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTitle--return {
    padding-top: 3.738317757vw;
    position: relative;
  }
  .footerShoppingAboutNavTitle--return::after {
    position: absolute;
    top: 40%;
    right: 6px;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .footerShoppingAboutNavTitle--return.open:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.footerShoppingAboutNavTelArticle {
  background-color: #111111;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTelArticle {
    padding-top: 7.476635514vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTelArticle {
    padding-bottom: 7.476635514vw;
  }
}

.footerShoppingAboutNavTel {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 62px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTel {
    font-size: 7.0093457944vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTel {
    padding-left: 11.214953271vw;
  }
}
.footerShoppingAboutNavTel::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/icon--free-call.png);
  width: 47px;
  height: 37px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTel::before {
    width: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNavTel::before {
    height: 7.0093457944vw;
  }
}
@media print, screen and (min-width: 768px) {
  .footerShoppingAboutNavTel {
    pointer-events: none;
    margin-right: 48px;
  }
}

.footerShoppingAboutNav li,
.footerShoppingAboutNav p {
  line-height: 1.7;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingAboutNav li,
  .footerShoppingAboutNav p {
    font-size: 3.0373831776vw;
  }
}

.footerNav {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    padding-bottom: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav {
    margin-bottom: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav {
    border-bottom: 0.2336448598vw solid #fff;
  }
}
.footerNav dl:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footerNav dl:not(:last-child) {
    margin-bottom: 4.6728971963vw;
  }
}
.footerNav dl dt {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerNav dl dt {
    font-size: 3.738317757vw;
  }
}
.footerNav dl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerNav dl ul li {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .footerNav dl ul li {
    margin-top: 1.4018691589vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav dl ul li {
    margin-bottom: 1.4018691589vw;
  }
}
.footerNav dl ul li a {
  color: #fff;
}
.footerNav dl ul li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .footerNav dl ul li:not(:last-child) {
    padding-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav dl ul li:not(:last-child) {
    margin-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav dl ul li:not(:last-child) {
    border-right: 0.2336448598vw solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .footerNav dl {
    display: grid;
    grid-template-columns: min(12vw, 128px) 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav dl dt {
    margin-bottom: 1.8691588785vw;
  }
}

.footerNavArticle {
  background-color: #1a1a1a;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .footerNavArticle {
    padding-top: 7.0093457944vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerNavArticle {
    padding-bottom: 7.0093457944vw;
  }
}

.snsLinkUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .snsLinkUl {
    gap: 3.738317757vw;
  }
}
.snsLinkUl li img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .snsLinkUl li img {
    width: 7.476635514vw;
    height: 7.476635514vw;
  }
}
@media (hover: hover) {
  .snsLinkUl li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .snsLinkUl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footerLogoDescription {
  line-height: 1.6;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .footerLogoDescription {
    margin-left: 4.6728971963vw;
  }
}

.footerCompanyInfo {
  background-color: #f5f5f5;
  padding-top: 24px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfo {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfo {
    padding-bottom: 5.6074766355vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footerCompanyInfoInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footerCompanyInfoLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoLogoWrap {
    margin-bottom: 4.6728971963vw;
  }
}

.footerLogoDescription {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .footerLogoDescription {
    font-size: 2.8037383178vw;
  }
}

.fooetrLogoLink img {
  width: 160px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fooetrLogoLink img {
    width: 37.3831775701vw;
  }
}

.footerCompanyInfoText {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoText {
    font-size: 3.738317757vw;
  }
}
@media print, screen and (min-width: 768px) {
  .footerCompanyInfoText {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoText {
    margin-bottom: 3.738317757vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footerCompanyInfoNav {
    margin-left: auto;
  }
}

.footerCompanyInfoNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerCompanyInfoNavUl li {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li {
    margin-top: 1.4018691589vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li {
    margin-bottom: 1.4018691589vw;
  }
}
.footerCompanyInfoNavUl li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li:not(:last-child) {
    padding-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li:not(:last-child) {
    margin-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li:not(:last-child) {
    border-right: 0.2336448598vw solid #000;
  }
}
.footerCompanyInfoNavUl li a {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footerCompanyInfoNavUl li a {
    font-size: 2.8037383178vw;
  }
}

.footerCopy {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding-bottom: 3.738317757vw;
  }
}
.footerCopy p {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footerCopy p {
    font-size: 2.8037383178vw;
  }
}

.cal_wrapper {
  color: #000;
}

.cal_parts {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cal_parts {
    margin-bottom: 2.3364485981vw;
  }
}

.cal_partsUl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .cal_partsUl {
    gap: 1.8691588785vw;
  }
}
.cal_partsUl li {
  background-color: #fff;
}
.cal_partsUl table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cal_partsUl {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cal_wrapper table.cal tr td:first-child {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr td:first-child {
    padding-left: 2.3364485981vw;
  }
}
.cal_wrapper table.cal tr td:last-child {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr td:last-child {
    padding-right: 2.3364485981vw;
  }
}
.cal_wrapper table.cal tr:last-child td {
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr:last-child td {
    padding-bottom: 3.2710280374vw;
  }
}

.cal_wrapper table.cal tr th p {
  float: left;
  margin: 0px;
  color: #000;
  width: 100%;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr th p {
    font-size: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr th p {
    padding-top: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr th p {
    padding-bottom: 0.9345794393vw;
  }
}

.cal_wrapper table.cal tr th .cal_ui {
  /* next/preview*/
  float: right;
  display: none;
}

.cal_wrapper table.cal tr th .cal_ui input {
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 11px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td {
  font-size: 11px;
  text-align: center;
  padding: 1px 2px;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr td {
    font-size: 2.5700934579vw;
  }
}

.cal_wrapper table.cal tr.headline td {
  padding: 5px 2px;
}

.cal_wrapper table.cal tr.headline td:nth-child(1n) {
  color: #b30104;
}

.cal_wrapper table.cal tr.headline td:nth-child(2n) {
  color: #666;
}

.cal_wrapper table.cal tr.headline td:nth-child(3n) {
  color: #666;
}

.cal_wrapper table.cal tr.headline td:nth-child(4n) {
  color: #666;
}

.cal_wrapper table.cal tr.headline td:nth-child(5n) {
  color: #666;
}

.cal_wrapper table.cal tr.headline td:nth-child(6n) {
  color: #666;
}

.cal_wrapper table.cal tr.headline td:nth-child(7n) {
  color: #013491;
}

.cal_wrapper table.cal tr td div {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cal_wrapper table.cal tr td div {
    font-size: 2.8037383178vw;
  }
}

.cal_wrapper table.cal tr td div span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 0px 2px 0px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 3px #666;
          box-shadow: 1px 1px 3px #666;
  display: none;
}

.cal_wrapper table.cal tr td div.Sat {
  color: #3087d0;
}

.cal_wrapper table.cal tr td div.Sun {
  color: #d82e2e;
}

.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
}

.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe;
}

.cal_wrapper table.cal tr td div.Holyday {
  color: #d82e2e;
}

.cal_wrapper table.cal tr td div.newyear {
  background: #fbd1b9;
}

.cal_wrapper table.cal tr td div.Birthday {
  background-color: #eef;
  color: #090;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td div.backward {
  color: #ccc;
  font-weight: normal;
  background-color: #fff;
  border-radius: 3px;
}

/*==================================================
 * TOP トップページ
 *================================================*/
@media only screen and (max-width: 767px) {
  #divTopArea {
    margin-top: 46.7289719626vw;
  }
}

@media only screen and (max-width: 767px) {
  #dvReceiptDownloadBox {
    margin-top: 32.7102803738vw;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbsNav,
  .wrapBottom,
  #Contents,
  .brandTop {
    margin-top: 36.214953271vw;
  }
}

@media only screen and (max-width: 767px) {
  #dvErrorInfoBox {
    margin-top: 36.214953271vw;
  }
}

.fvSlide {
  border-bottom: 1px solid #f0f0f0;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .fvSlide {
    border-bottom: 0.2336448598vw solid #f0f0f0;
  }
}
@media only screen and (max-width: 767px) {
  .fvSlide {
    margin-top: 36.214953271vw;
  }
}
.fvSlide .slick-list {
  overflow: visible;
}
.fvSlide .slick-slide {
  padding: 16px 8px !important;
}
@media only screen and (max-width: 767px) {
  .fvSlide .slick-slide {
    padding: 3.738317757vw 1.1682242991vw !important;
  }
}
@media (hover: hover) {
  .fvSlide .slick-slider li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
.fvSlide .slick-slider .slick-slide {
  overflow: hidden;
}
.fvSlide .slick-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvSlideCnt {
  --padding: calc(160px - 32px);
}
@media only screen and (max-width: 767px) {
  .fvSlideCnt {
    --padding: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvSlideCnt {
    position: relative;
  }
}

.topFvSlide {
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .topFvSlide {
    border-bottom: 0.2336448598vw solid #f0f0f0;
  }
}
@media (hover: hover) {
  .topFvSlide li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

.fvSlideCnt {
  --padding: calc(160px - 32px);
}
.fvSlideCnt .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .fvSlideCnt {
    --padding: 22px;
  }
}

.importantNotice a {
  padding: 16px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .importantNotice a {
    padding: 3.738317757vw;
  }
}

@media (hover: hover) {
  .importantNoticeLink:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

/* ユーザーセクション */
.topUserSection {
  background-color: #bab9b9;
}

.topUserSectionInner {
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/userBg.png);
}
@media only screen and (max-width: 767px) {
  .topUserSectionInner {
    padding-top: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .topUserSectionInner {
    padding-bottom: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .topUserSectionInner {
    background-image: url(/assets/img/userBg_sp.png);
  }
}

.topUserBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 20px;
  padding-top: 20px;
  border: 1px solid white;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border: 1px solid #d6be71;
}
@media only screen and (max-width: 767px) {
  .topUserBtn {
    padding: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .topUserBtn {
    padding-top: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .topUserBtn {
    border: 0.2336448598vw solid white;
  }
}
@media only screen and (max-width: 767px) {
  .topUserBtn {
    border: 0.2336448598vw solid #d6be71;
  }
}
@media (hover: hover) {
  .topUserBtn:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .topUserBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topUserBtnText {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .topUserBtnText {
    font-size: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .topUserBtnText {
    line-height: 2;
  }
}

.topUserBtnText--l {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topUserBtnText--l {
    font-size: 3.738317757vw;
  }
}
.topUserBtnText--l::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d6be71;
  bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .topUserBtnText--l::after {
    bottom: -0.9345794393vw;
  }
}
@media print, screen and (min-width: 768px) {
  .topUserBtnText--l {
    display: block;
  }
}

.topUserBtnWrap {
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .topUserBtnWrap {
    gap: 2.3364485981vw;
  }
}

.topBnrUnit {
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .topBnrUnit {
    gap: 3.738317757vw;
  }
}

.topBnrImgLink {
  display: block;
}

.topBnrSection {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topBnrSection {
    padding-top: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .topBnrSection {
    padding-bottom: 4.6728971963vw;
  }
}

@media (hover: hover) {
  .topBnrLink:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

.topPickupUl {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .topPickupUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .topPickupUl {
    row-gap: 4.6728971963vw;
  }
}
@media print, screen and (min-width: 768px) {
  .topPickupUl li a .hoverScaleBox {
    overflow: hidden;
  }
  .topPickupUl li a .hoverScaleBox img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .topPickupUl li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topPickupUl li a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  .topPickupUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .topPickUp .topPickupUl li:nth-child(n+6) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .topPickUp .topPickupUl li:nth-child(n+7) {
    display: none;
  }
}

.topPickupUlImgBox {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .topPickupUlImgBox {
    margin-bottom: 1.1682242991vw;
  }
}

.topPickupUlTitle {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topPickupUlTitle {
    font-size: 2.8037383178vw;
  }
}

.topCatUl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .topCatUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .topCatUl {
    row-gap: 3.738317757vw;
  }
}
.topCatUl li a {
  padding: 8px;
  border: 1px solid #333;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .topCatUl li a {
    padding: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .topCatUl li a {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .topCatUl li a {
    gap: 1.8691588785vw;
  }
}
.topCatUl li a img {
  margin: 0;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .topCatUl li a img {
    width: 13.0841121495vw;
    height: 13.0841121495vw;
  }
}
.topCatUl li a span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .topCatUl li a span {
    font-size: 2.8037383178vw;
  }
}
@media (hover: hover) {
  .topCatUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
    background-color: #f5f5f5;
    -webkit-transition: 0.15s !important;
    transition: 0.15s !important;
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topCatUl li a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media only screen and (max-width: 767px) {
  .topCatUl {
    grid-template-columns: repeat(2, 1fr);
  }
}

.topOriginalWearCardTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCardTitle {
    font-size: 3.9719626168vw;
  }
}

.topOriginalWearCard {
  display: grid;
  background-color: #fff;
  padding: 32px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCard {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCard {
    padding-left: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCard {
    padding-right: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCard {
    margin-bottom: 3.738317757vw;
  }
}
@media print, screen and (min-width: 768px) {
  .topOriginalWearCard {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .topOriginalWearCardImgBox {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

@media print, screen and (min-width: 768px) {
  .topOriginalWearCardTitleWrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media print, screen and (min-width: 768px) {
  .topOriginalWearCardBadgeImgBox {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .topOriginalWearCardBadgeImgBox img {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCardBadgeImgBox {
    margin-bottom: 4.6728971963vw;
  }
}

@media print, screen and (min-width: 768px) {
  .topOriginalWearCardTextBox {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}

.topOriginalWearCardTextBoxInner:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCardTextBoxInner:not(:last-child) {
    margin-bottom: 4.6728971963vw;
  }
}
.topOriginalWearCardTextBoxInner p {
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearCardTextBoxInner p {
    font-size: 3.2710280374vw;
  }
}

.topOriginalWearUl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearUl {
    margin-bottom: 4.6728971963vw;
  }
}
.topOriginalWearUl li {
  background-color: #fff;
}
.topOriginalWearUl li a {
  padding: 28px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topOriginalWearUl li a {
    padding: 1.8691588785vw;
  }
}
.topOriginalWearUl li a .hoverScaleBox {
  overflow: hidden;
}
.topOriginalWearUl li a .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .topOriginalWearUl li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topOriginalWearUl li a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media (hover: hover) {
  .topOriginalWearUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.23);
    opacity: 0.7;
  }
}

.originalWearItemCardTitle p {
  text-align: center;
}

.mb40-20 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40-20 {
    margin-bottom: 4.6728971963vw;
  }
}

.commonPostUl li a .hoverScaleBox {
  overflow: hidden;
}
.commonPostUl li a .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .commonPostUl li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .commonPostUl li a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.commonPostUl li a img.columnIconImg {
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 767px) {
  .commonPostUl {
    --rowGap: 4.6728971963vw;
  }
}

.commonPostImgBox {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .commonPostImgBox {
    margin-bottom: 1.8691588785vw;
  }
}

.commonPostDate {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .commonPostDate {
    margin-bottom: 1.8691588785vw;
  }
}

.commonPostTitleWrap p {
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .commonPostTitleWrap p {
    font-size: 2.8037383178vw;
  }
}

.topOriginalGoodsUl li .topOriginalGoodsImgLink .hoverScaleBox {
  overflow: hidden;
}
.topOriginalGoodsUl li .topOriginalGoodsImgLink .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .topOriginalGoodsUl li .topOriginalGoodsImgLink:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topOriginalGoodsUl li .topOriginalGoodsImgLink:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media only screen and (max-width: 767px) {
  .topOriginalGoodsUl {
    --rowGap: 7.0093457944vw;
  }
}

.topOriginalGoodsTextBox p {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .topOriginalGoodsTextBox p {
    font-size: 2.8037383178vw;
  }
}

.topOriginalGoodsName {
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topOriginalGoodsName {
    font-size: 3.5046728972vw;
  }
}

.topPersonalizedImgBox {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topPersonalizedImgBox {
    margin-bottom: 4.6728971963vw;
  }
}
@media print, screen and (min-width: 768px) {
  .topPersonalizedImgBox {
    width: 880px;
    margin-inline: auto;
  }
}

.topBestsellerUl {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(6, 170px);
  margin: auto;
  margin-bottom: 16px;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .topBestsellerUl {
    margin-bottom: 6.5420560748vw;
  }
}
@media only screen and (max-width: 767px) {
  .topBestsellerUl {
    gap: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .topBestsellerUl {
    grid-template-columns: repeat(3, 1fr);
  }
}

.topBestsellerLi {
  text-align: center;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 60px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topBestsellerLi {
    border: 0.2336448598vw solid #333;
  }
}
.topBestsellerLi.active {
  background-color: #d6be71;
  border: 1px solid #fff845;
}
@media only screen and (max-width: 767px) {
  .topBestsellerLi.active {
    border: 0.2336448598vw solid #fff845;
  }
}
@media (hover: hover) {
  .topBestsellerLi:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .topBestsellerLi {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topBestsellerLi {
    height: 10.9813084112vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
  }
}

.topBestseller {
  padding-bottom: 380px;
}
@media only screen and (max-width: 767px) {
  .topBestseller {
    padding-bottom: 88.785046729vw;
  }
}

.topBestsellerTab {
  position: relative;
}

.topBestsellerTabItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.topBestsellerTabItem.show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .topBestsellerTabItem .slick-track {
    margin-left: 0;
  }
}

.recommendNum {
  width: 32px;
  height: 32px;
  background-color: #777777;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .recommendNum {
    width: 7.476635514vw;
    height: 7.476635514vw;
  }
}
.recommendNum span {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-left: -4px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .recommendNum span {
    font-size: 5.1401869159vw;
  }
}
@media only screen and (max-width: 767px) {
  .recommendNum span {
    margin-left: -0.9345794393vw;
  }
}
@media only screen and (max-width: 767px) {
  .recommendNum span {
    line-height: 7.476635514vw;
  }
}

.recommendNumWrap {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .recommendNumWrap {
    margin-bottom: 5.1401869159vw;
  }
}
.recommendNumWrap p {
  margin: auto;
}

.topRecommendUl li {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topRecommendUl {
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: auto calc(50% - 50vw);
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
    padding-right: 3.738317757vw;
    padding-left: 3.738317757vw;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  .topRecommendUl::-webkit-scrollbar {
    display: none;
  }
  .topRecommendUl > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 58.4112149533vw;
    background-color: #fff;
  }
}

.topRecommendCnt {
  --maxWidth: 1220px;
}

.cIconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .cIconWrap {
    gap: 0.9345794393vw;
  }
}
.cIconWrap img {
  height: 25px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cIconWrap img {
    height: 5.8411214953vw;
  }
}

.cIconWrapMargin {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .cIconWrapMargin {
    margin-top: 3.738317757vw;
  }
}

.topMemorialUl li a .hoverScaleBox {
  overflow: hidden;
}
.topMemorialUl li a .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .topMemorialUl li a:hover {
    opacity: 1 !important;
    opacity: 0.7;
  }
  .topMemorialUl li a:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media only screen and (max-width: 767px) {
  .topMemorialUl {
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: auto calc(50% - 50vw);
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
    padding-right: 3.738317757vw;
    padding-left: 3.738317757vw;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  .topMemorialUl::-webkit-scrollbar {
    display: none;
  }
  .topMemorialUl > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1.8691588785vw;
    padding-bottom: 3.738317757vw;
    width: 58.4112149533vw;
    background-color: #fff;
  }
}

.columnIconImg {
  height: 20px;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .columnIconImg {
    height: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .columnIconImg {
    margin-left: 2.3364485981vw;
  }
}

.topBrandsUl {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .topBrandsUl {
    -webkit-column-gap: 1.8691588785vw;
       -moz-column-gap: 1.8691588785vw;
            column-gap: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .topBrandsUl {
    row-gap: 3.2710280374vw;
  }
}
.topBrandsUl li a {
  display: block;
}
@media (hover: hover) {
  .topBrandsUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.15s !important;
    transition: 0.15s !important;
    opacity: 1 !important;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .topBrandsUl a:active, .topBrandsUl a:focus {
    -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
  }
  .brandNavWrap .topBrandsUl {
    row-gap: 0;
  }
  .brandNavWrap .topBrandsUl li a {
    padding-top: 3.738317757vw;
    padding-bottom: 3.738317757vw;
    border-bottom: 1px solid #d9d9d9;
  }
}

.topWebMagazineUl li a {
  display: block;
}
@media (hover: hover) {
  .topWebMagazineUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    opacity: 0.7;
  }
}

/*==================================================
 * 一覧ページ
 *================================================*/
.productListHeaderTitle {
  font-size: 40px;
  margin-bottom: 36px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .productListHeaderTitle {
    font-size: 7.476635514vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListHeaderTitle {
    margin-bottom: 8.4112149533vw;
  }
}

.productListHeaderTitle--brandName {
  display: none;
}

.itemInformation {
  margin-bottom: 20px;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .itemInformation {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
}

.itemInformationNum {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .itemInformationNum {
    font-size: 5.1401869159vw;
  }
}

.sortFilter a {
  font-weight: normal;
  position: relative;
}
.sortFilter a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #333;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .sortFilter a:after {
    bottom: -0.7009345794vw;
  }
}
.sortFilter a.current {
  font-weight: bold;
}
.sortFilter a.current:after {
  background-color: transparent;
}
.sortFilter li {
  font-weight: bold;
}
.sortFilter li:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .sortFilter li:not(:last-child) {
    margin-right: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .sortFilter li:not(:last-child) {
    padding-right: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .sortFilter li:not(:last-child) {
    border-right: 0.2336448598vw solid #333;
  }
}

.productSearchSectionWrap {
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .productSearchSectionWrap {
    margin-top: 7.476635514vw;
  }
}
@media print, screen and (min-width: 768px) {
  .productSearchSectionWrap {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}

.productSearchSection {
  background-color: #f5f5f5;
  border-radius: 2px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .productSearchSection {
    border-radius: 0.4672897196vw;
  }
}
@media print, screen and (min-width: 768px) {
  .productSearchSection {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .productSearchSectionBodyWrap {
    display: none;
    padding: 3.738317757vw;
    padding-top: 0;
    padding-bottom: 5.6074766355vw;
  }
}
@media print, screen and (min-width: 768px) {
  .productSearchSectionBodyWrap {
    margin-top: 32px;
  }
}

.productSearchSectionTitle {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .productSearchSectionTitle {
    font-size: 4.2056074766vw;
  }
}
@media only screen and (max-width: 767px) {
  .productSearchSectionTitle {
    padding: 3.738317757vw;
    position: relative;
  }
  .productSearchSectionTitle::before, .productSearchSectionTitle::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #707070;
    width: 4.6728971963vw;
    height: 0.4672897196vw;
    right: 3.738317757vw;
    top: 6.7757009346vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .productSearchSectionTitle:after {
    rotate: 90deg;
  }
  .productSearchSectionTitle.active:after {
    rotate: 180deg;
  }
}

@media only screen and (max-width: 767px) {
  .modal_bodyWrap {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .modal_body {
    padding-bottom: 3.738317757vw;
    padding-right: 3.738317757vw;
    padding-left: 3.738317757vw;
    padding-bottom: 5.6074766355vw;
  }
}

.productSearchSectionItemWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .productSearchSectionItemWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.productSearchSectionItemTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .productSearchSectionItemTitle {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .productSearchSectionItemTitle {
    margin-bottom: 1.8691588785vw;
  }
}

.productSearchInputWrap {
  position: relative;
}
.productSearchInputWrap::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  z-index: 1;
  background-image: url(/assets/img/icon--search.svg);
}
@media only screen and (max-width: 767px) {
  .productSearchInputWrap::before {
    width: 3.738317757vw;
    height: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .productSearchInputWrap::before {
    left: 1.8691588785vw;
  }
}

input[type=text].productListSearchInput {
  border-radius: 2px;
  border: 1px solid #333;
  padding-left: 30px;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  input[type=text].productListSearchInput {
    border-radius: 0.4672897196vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].productListSearchInput {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].productListSearchInput {
    padding-left: 7.0093457944vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text].productListSearchInput {
    padding-right: 1.8691588785vw;
  }
}
@media print, screen and (min-width: 768px) {
  input[type=text].productListSearchInput {
    height: 48px;
  }
}

.productListSearchButton {
  font-size: 16px;
  padding: 24px;
  width: 384px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .productListSearchButton {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListSearchButton {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListSearchButton {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .productListSearchButton {
    width: 100%;
  }
}
@media (hover: hover) {
  .productListSearchButton:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 1 !important;
    background-color: #fff;
    color: #333;
    opacity: 0.7;
  }
}

.productListUl {
  row-gap: 48px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .productListUl {
    row-gap: 7.476635514vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}

.productList {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .productList {
    margin-bottom: 11.214953271vw;
  }
}

.productListNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .productListNavUl {
    gap: 3.738317757vw;
  }
}
.productListNavUl li {
  background-color: #fff;
}
.productListNavUl li a {
  line-height: 1;
  display: grid;
  place-content: center;
  border: 1px solid #333;
  height: 49px;
  padding: 16px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productListNavUl li a {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .productListNavUl li a {
    height: 11.4485981308vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListNavUl li a {
    padding: 3.738317757vw;
  }
}
.productListNavUl li a::after {
  position: absolute;
  top: 0px;
  right: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.productListNavUl li a:after {
  top: 40%;
}
@media (hover: hover) {
  .productListNavUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    background-color: #333;
    color: #fff;
    opacity: 1 !important;
    opacity: 0.7;
  }
  .productListNavUl li a:hover:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .productListNavUl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productListNavUl li {
    width: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .productListNavUl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .productPostUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 24px;
  }
  .productPostUl li {
    width: 304px;
  }
  .productPostUl li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .productPostUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}

@media only screen and (max-width: 767px) {
  .resentSlickUl {
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
    row-gap: 5.6074766355vw;
    width: auto;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .resentSlickUl li {
    width: auto;
  }
  .resentSlickUl li:not(:nth-child(n+1):nth-child(-n+4)) {
    display: none;
  }
}

/*==================================================
 * 03_商品詳細ページ
 *================================================*/
@media only screen and (max-width: 767px) {
  .detailMainInner {
    position: relative;
  }
}

.detailTitle {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .detailTitle {
    font-size: 4.2056074766vw;
  }
}
@media print, screen and (min-width: 768px) {
  .detailTitle {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .detailSlideBox {
    padding-top: 4.6728971963vw;
  }
}

#detailImage p {
  font-size: 13px;
  line-height: 1.7;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #detailImage p {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  #detailImage p {
    margin-top: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  #detailImage p {
    margin-bottom: 4.6728971963vw;
  }
}

@media print, screen and (min-width: 768px) {
  #dvProductDetailArea #detailImage {
    min-width: 588px;
  }
}

@media only screen and (max-width: 767px) {
  .detailSlideBox .slick-slide {
    padding: 0.9345794393vw;
  }
  .detailSlideBox .slick-slide.detailSlideNavItem {
    padding: 0;
  }
}

.detailSlide {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .detailSlide {
    margin-bottom: 4.6728971963vw;
  }
}

.detailIconUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media only screen and (max-width: 767px) {
  .detailIconUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailIconUl {
    row-gap: 1.8691588785vw;
  }
}
.detailIconUl img {
  height: 25px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .detailIconUl img {
    height: 5.8411214953vw;
  }
}

.detailPoint {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .detailPoint {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailPoint {
    margin-bottom: 7.0093457944vw;
  }
}

@media only screen and (max-width: 767px) {
  .detailSlideNav {
    margin-bottom: 7.0093457944vw;
  }
}
.detailSlideNav .slick-track {
  margin-left: 0;
}

.detailIconUl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .detailIconUl {
    margin-bottom: 7.0093457944vw;
  }
}

.memberRankId {
  display: none;
}

@media only screen and (max-width: 767px) {
  .detailItemVariationUl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8691588785vw;
  }
  .detailItemVariationUl li a {
    display: block;
  }
  .detailItemVariationUl li a span {
    width: 100%;
  }
  .detailItemVariationUl.color-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detailItemVariationUl.color-select li a span {
    min-width: 29.2056074766vw;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .detailItemVariationUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.likeBtn {
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .likeBtn {
    margin-left: 4.6728971963vw;
  }
}
.likeBtn.open .iconLikeFill {
  display: block;
}
.likeBtn.open .iconLike {
  display: none;
}

.iconLike,
.iconLikeFill {
  display: block;
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .iconLike,
  .iconLikeFill {
    width: 11.214953271vw;
  }
}
@media only screen and (max-width: 767px) {
  .iconLike,
  .iconLikeFill {
    height: 11.214953271vw;
  }
}

.iconLikeFill {
  display: none;
}

.detailError {
  color: #ff4e00;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .detailError {
    font-size: 3.2710280374vw;
  }
}

.detailShippingTextWrap p {
  line-height: 1.7;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .detailShippingTextWrap p {
    font-size: 3.2710280374vw;
  }
}

@media print, screen and (min-width: 768px) {
  .detailContentCnt {
    --maxWidth: 880px;
  }
}
.detailTabArticle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .detailTabArticle {
    margin-bottom: 9.3457943925vw;
  }
}

/*タブ切り替え全体のスタイル*/
.detailTabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.detailTabItem {
  width: 33.3333333333%;
  height: 50px;
  background-color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 50px;
  font-size: 16px;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .detailTabItem {
    border-top-left-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailTabItem {
    border-top-right-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailTabItem {
    font-size: 3.5046728972vw;
  }
}
@media (hover: hover) {
  .detailTabItem:hover {
    background-color: #ddd;
    opacity: 1 !important;
    opacity: 0.7;
  }
}

#detailTabContent_02 table {
  border: 1px solid #e1e1e1;
  width: 100%;
}
#detailTabContent_02 table tr {
  border-bottom: 1px solid #e1e1e1;
}
#detailTabContent_02 table tr th {
  background-color: #ececec;
}
#detailTabContent_02 table tr th,
#detailTabContent_02 table tr td {
  padding: 5px 7px;
  line-height: 1.6;
}
#detailTabContent_02 table tr th:not(:last-child),
#detailTabContent_02 table tr td:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
#detailTabContent_02 table tr td {
  padding-left: 1em;
}

/*ラジオボタンを全て消す*/
input[name=detailTabItem] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.detailTabContent {
  display: none;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #333;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .detailTabContent {
    padding: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailTabContent {
    border-bottom-left-radius: 1.1682242991vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailTabContent {
    border-bottom-right-radius: 1.1682242991vw;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#detailTabItem_01:checked ~ #detailTabContent_01,
#detailTabItem_02:checked ~ #detailTabContent_02,
#detailTabItem_03:checked ~ #detailTabContent_03 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.detailTabs input:checked + .detailTabItem {
  background-color: #fff;
  border: 1px solid #333;
  border-bottom: 0 !important;
}
.detailTabs input:checked + .detailTabItem span {
  display: inline-block;
  position: relative;
  line-height: 2;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .detailTabs input:checked + .detailTabItem span {
    font-size: 3.5046728972vw;
  }
}
.detailTabs input:checked + .detailTabItem span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 100%;
  background-color: #d6be71;
}
@media (hover: hover) {
  .detailTabs input:checked + .detailTabItem:hover {
    background-color: #fff;
    opacity: 1 !important;
    opacity: 0.7;
  }
}
.detailTabs input:checked + .detailTabItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
}

.detailTabStockDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .detailTabStockDetail {
    gap: 5.6074766355vw;
  }
}
.detailTabStockDetail span:first-child {
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .detailTabStockDetail span:first-child {
    max-width: 225px;
  }
}

.detailTabStockUl {
  width: 100%;
}
.detailTabStockUl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .detailTabStockUl li {
    padding: 1.4018691589vw;
  }
}
.detailTabStockUl li .stockNumText {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .detailTabStockUl {
    margin: auto;
  }
}

.commonReviewStar img {
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .commonReviewStar img {
    height: 4.6728971963vw;
  }
}

.detailReviewUl li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .detailReviewUl li:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .detailReviewUl li {
    padding-bottom: 2.8037383178vw;
    margin-bottom: 2.8037383178vw;
  }
  .detailReviewUl li:not(:first-child) {
    padding-top: 2.8037383178vw;
  }
}

.detailReviewText {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .detailReviewText {
    font-size: 3.2710280374vw;
  }
}
.detailReviewText p {
  line-height: 1.8;
}

.detailReviewContributor {
  font-size: 14px;
  margin-left: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .detailReviewContributor {
    font-size: 3.0373831776vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailReviewContributor {
    margin-left: 1.8691588785vw;
  }
}
.detailReviewContributor:after {
  content: "さん";
}

.reviewPostFormArticle {
  background-color: #f0f0f0;
  padding: 32px 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .reviewPostFormArticle {
    padding: 5.6074766355vw 3.738317757vw;
    padding-bottom: 7.476635514vw;
  }
}

.reviewPostFormTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .reviewPostFormTitle {
    font-size: 5.1401869159vw;
  }
}

.reviewPostFormItem {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reviewPostFormItem p {
  line-height: 1.5;
}
.reviewPostFormItem:first-of-type {
  padding-top: 0;
}
.reviewPostFormItem:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .reviewPostFormItem {
    grid-template-columns: 1fr;
    padding-top: 1.1682242991vw;
    padding-bottom: 1.1682242991vw;
  }
}

.reviewPostFormArticle--preview .reviewPostFormItem {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .reviewPostFormArticle--preview .reviewPostFormItem {
    padding-top: 3.2710280374vw;
    padding-bottom: 3.2710280374vw;
  }
  .reviewPostFormArticle--preview .reviewPostFormItem p {
    font-size: 3.2710280374vw;
  }
}

.reviewPostForm {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 10px 20px 8px;
  background-color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .reviewPostForm {
    border-radius: 0.4672897196vw;
  }
}
@media only screen and (max-width: 767px) {
  .reviewPostForm {
    padding: 1.8691588785vw 4.6728971963vw 1.8691588785vw;
  }
}

.reviewPostFormInput {
  border-radius: 0px;
}
@media print, screen and (min-width: 768px) {
  .reviewPostFormInput {
    width: 240px;
  }
}

.reviewPostFormTextarea {
  font-size: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 4.2em;
}

.reviewPostFormInner {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .reviewPostFormInner {
    margin-bottom: 5.6074766355vw;
  }
}

@media (hover: hover) {
  .btn:hover {
    opacity: 0.7 !important;
    color: #fff !important;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn--autoSp {
    width: auto;
    padding: 3.5046728972vw 5.6074766355vw;
  }
}

@media only screen and (max-width: 767px) {
  .mb2xsSp {
    margin-bottom: 0.9345794393vw;
  }
}

.faqDl:not(:last-child) {
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: calc(2px + 2px) 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .faqDl:not(:last-child) {
    padding-bottom: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .faqDl:not(:last-child) {
    margin-bottom: 4.6728971963vw;
  }
}

.faqText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .faqText {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .faqText {
    gap: 2.3364485981vw;
  }
}
.faqText p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
}

.faqIcon {
  position: relative;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  z-index: 10;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .faqIcon {
    width: 7.0093457944vw;
  }
}
@media only screen and (max-width: 767px) {
  .faqIcon {
    height: 7.0093457944vw;
  }
}
.faqIcon::after {
  width: 40px;
  height: 40px;
  background-color: #707070;
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .faqIcon::after {
    width: 7.0093457944vw;
  }
}
@media only screen and (max-width: 767px) {
  .faqIcon::after {
    height: 7.0093457944vw;
  }
}

.faqText--q {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .faqText--q {
    margin-bottom: 2.3364485981vw;
  }
}

.shoppingGuideTitle {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #d6be71;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .shoppingGuideTitle {
    font-size: 4.6728971963vw;
  }
}

.specialSectionMainTextBox {
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .specialSectionMainTextBox {
    font-size: 3.2710280374vw;
  }
}
.specialSectionMainTextBox p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .specialSectionMainTextBox {
    margin-bottom: 7.476635514vw;
  }
}

.specialContent {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .specialContent {
    padding-top: 7.476635514vw;
    padding-bottom: 7.476635514vw;
  }
}

.colTextBox p {
  line-height: 1.7;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .colTextBox p {
    font-size: 3.2710280374vw;
  }
}

.placeContentCenter {
  display: grid;
  place-content: center;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.colBoxImgBox figcaption {
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .colBoxImgBox figcaption {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .colBoxImgBox {
    margin-bottom: 3.738317757vw;
  }
  .colBoxImgBox figcaption {
    margin-top: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
  }
}

.detailItemLabel {
  border: 1px solid #333;
  padding: 12px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .detailItemLabel {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .detailItemLabel {
    padding: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailItemLabel {
    padding-right: 4.6728971963vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailItemLabel {
    padding-left: 4.6728971963vw;
  }
}
@media print, screen and (min-width: 768px) {
  .detailItemLabel {
    min-width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .detailItemLabel {
    width: 100%;
  }
}

input:checked + .detailItemLabel {
  background-color: #d6be71;
}

.affiliationNameOrder.open {
  display: block;
}
.affiliationNameOrder p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .affiliationNameOrder p {
    font-size: 3.5046728972vw;
  }
}
.affiliationNameOrder .commonSelectWrap {
  display: inline-block;
}
.affiliationNameOrder .commonSelect {
  padding-right: 56px;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .affiliationNameOrder .commonSelect {
    padding-right: 13.0841121495vw;
  }
}
.affiliationNameOrder .commonSelectWrap:empty {
  display: none;
}
.affiliationNameOrder input[type=text].commonInput {
  border-radius: 2px;
  padding-left: 16px;
}

.affiliationNameOrderBg {
  background-color: #f5f5f5;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .affiliationNameOrderBg {
    padding: 3.738317757vw;
  }
}

.affiliationNameOrderUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.affiliationNameOrderUl li {
  line-height: 1.6;
}
.affiliationNameOrderUl li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .affiliationNameOrderUl li:not(:last-child) {
    margin-bottom: 1.8691588785vw;
  }
}

.detailContentInner {
  background-color: #f5f5f5;
  padding: 64px 0;
}
@media only screen and (max-width: 767px) {
  .detailContentInner {
    padding-top: 5.6074766355vw;
    padding-bottom: 5.6074766355vw;
  }
}

.detailItemUl li {
  background-color: #fff;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .detailItemUl li {
    padding-bottom: 3.738317757vw;
  }
}

.field-boxes input[type=checkbox] {
  display: none;
}
.field-boxes input[type=checkbox]:checked + label::before {
  background-color: #000;
  border: 1px solid #000;
}
.field-boxes input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.field-boxes label {
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  padding-left: 32px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.field-boxes label::before, .field-boxes label::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.field-boxes label::before {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  left: 0;
}
.field-boxes label::after {
  left: 10px;
  width: 7px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: 5px;
}

.cartImgBox {
  gap: 16px;
}
.cartImgBox dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .cartImgBox {
    gap: 3.738317757vw;
  }
}
@media print, screen and (min-width: 768px) {
  .cartImgBox {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .cartImgBox {
    width: 100%;
  }
  .cartImgBox div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.cartCommonTitle {
  padding: 8px 12px;
  font-size: 16px !important;
  background: #333;
  color: #fff;
  border: 0;
}

.cardExpirationDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .cardExpirationDate {
    gap: 3.738317757vw;
  }
}
.cardExpirationDate select {
  width: 120px !important;
}

.loginCheckBox input[type=checkbox] {
  display: none;
}
.loginCheckBox label {
  padding-left: 32px !important;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.loginCheckBox label::before, .loginCheckBox label::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loginCheckBox label::before {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  left: 0;
}
.loginCheckBox label::after {
  left: 10px;
  width: 7px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: 3px;
}
.loginCheckBox input[type=checkbox]:checked + label::before {
  background-color: #000;
  border: 1px solid #000;
}
.loginCheckBox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .cartLoginSection {
    padding-left: 3.738317757vw;
    padding-right: 3.738317757vw;
  }
  .cartLoginSection input {
    width: 100%;
  }
}

.pagerArrow.pagerArrow--next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagerArrow:after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.pagerArrow:after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.catTitleJpSubWrap {
  display: none;
}

#contactCartBtn {
  display: none;
}

.productDetailOutLineCap {
  display: none;
}

.slide-caption {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: block;
  background-color: #fff;
}
.slide-caption:not(:first-of-type) {
  display: none;
}
.slide-caption:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 2px #fff;
  bottom: -1px;
}

.swiper-wrapper--mainSlideWrapper .swiper-slide {
  position: relative;
  padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .swiper-wrapper--mainSlideWrapper .swiper-slide {
    padding-bottom: 7.476635514vw;
  }
}

.detailBrandName {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .detailBrandName {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailBrandName {
    margin-bottom: 2.3364485981vw;
  }
}

.soldout {
  color: #fff;
  display: grid;
  font-size: 20px;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .soldout {
    font-size: 3.738317757vw;
  }
}

a.soldOut {
  pointer-events: none;
}

.detailTabTable {
  width: 100%;
  border: 1px solid #cccccc;
}
.detailTabTable thead {
  border-bottom: 1px solid #cccccc;
}
.detailTabTable tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.detailTabTable th {
  background-color: #f5f5f5;
}
.detailTabTable td {
  text-align: center;
}
.detailTabTable td:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid #cccccc;
}
.detailTabTable th,
.detailTabTable td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .detailTabTable th,
  .detailTabTable td {
    padding: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailTabTable th,
  .detailTabTable td {
    font-size: 3.2710280374vw;
  }
}
.detailTabTable th:not(:last-child),
.detailTabTable td:not(:last-child) {
  border-right: 1px solid #cccccc;
}

.detailCommonTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .detailCommonTitle {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailCommonTitle {
    margin-bottom: 1.8691588785vw;
  }
}

.tblReviewInput input[type=text] {
  width: 240px;
  border-radius: 0px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .tblReviewInput input[type=text] {
    height: 10.5140186916vw;
  }
}
.tblReviewInput textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 10px;
}

.tblReviewInput {
  width: 100%;
}
.tblReviewInput th,
.tblReviewInput td {
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tblReviewInput tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.imgReviewRating {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .faqDlWrap {
    width: 100%;
    max-width: min(calc(100% - var(--padding, 80px)), var(--maxWidth, 1200px));
    margin-inline: auto;
    --padding: 40px;
  }
}

.productSearchSectionTable {
  width: 100%;
}
.productSearchSectionTable tr {
  display: grid;
}
.productSearchSectionTable tr th {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .productSearchSectionTable tr th {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .productSearchSectionTable tr th {
    margin-bottom: 1.8691588785vw;
  }
}
.productSearchSectionTable tr td input,
.productSearchSectionTable tr td select {
  width: 100%;
}

.detailVariationOrder input[type=text].commonInput {
  padding-left: 14px;
}

.detailVariationImgBox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.specialPickUpNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .specialPickUpNavUl {
    gap: 2.8037383178vw;
  }
}
.specialPickUpNavUl li a {
  display: block;
  min-width: 224px;
  line-height: 1;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .specialPickUpNavUl li a {
    min-width: 38.3177570093vw;
  }
}
@media only screen and (max-width: 767px) {
  .specialPickUpNavUl li a {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .specialPickUpNavUl li a {
    padding: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .specialPickUpNavUl li a {
    border: 0.2336448598vw solid #333;
  }
}
.specialPickUpNavUl li a.specialPickup--feature {
  background-color: #d6be71;
}

.pageServiceQaWrap {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaWrap {
    margin-bottom: 9.3457943925vw;
  }
}

.Qa {
  background-color: #fff;
  color: #333;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .Qa {
    padding-top: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .Qa {
    padding-bottom: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .Qa {
    padding-top: 3.738317757vw;
  }
}

.pageServiceQaCard {
  border-radius: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard {
    border-radius: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard {
    border: 0.2336448598vw solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard {
    border-radius: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard {
    padding-left: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard {
    padding-right: 3.738317757vw;
  }
}
.pageServiceQaCard:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard:not(:last-child) {
    margin-bottom: 3.738317757vw;
  }
}

.Qa__A {
  display: none;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .Qa__A {
    border-top: 0.2336448598vw solid #d9d9d9;
  }
}

.Qa__Q {
  cursor: pointer;
}
.Qa__Q::after, .Qa__Q::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #333;
  top: 50%;
  translate: -50% 0%;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .Qa__Q::after, .Qa__Q::before {
    width: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .Qa__Q::after, .Qa__Q::before {
    right: -2.3364485981vw;
  }
}
.Qa__Q::before {
  rotate: 90deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Qa__Q.qaOpen::before {
  rotate: 180deg;
}

.QaText {
  line-height: 1.75;
  font-size: 16px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .QaText {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .QaText {
    margin-left: 2.3364485981vw;
  }
}

.QaTextTitle {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .QaTextTitle {
    font-size: 3.5046728972vw;
  }
}

.QaIcon {
  font-size: 26px;
  line-height: 1;
  color: #1e65a2;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .QaIcon {
    font-size: 6.0747663551vw;
  }
}
.QaIcon.QaIcon--A {
  color: #ba0000;
}

.topFaqInner {
  background-color: rgba(0, 70, 61, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topFaqInner {
    padding-top: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .topFaqInner {
    padding-bottom: 5.6074766355vw;
  }
}
@media print, screen and (min-width: 768px) {
  .topFaqInner {
    border-radius: 10px;
  }
}

.QaTextWrap {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .QaTextWrap {
    margin-bottom: 5.6074766355vw;
  }
}

.cntStaticPage {
  --maxWidth: 880px;
}

.catBrandText p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .catBrandText p {
    margin-bottom: 1.8691588785vw;
  }
}

.pageNewsUl {
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .pageNewsUl {
    border-top: 0.2336448598vw solid #d9d9d9;
  }
}
.pageNewsUl li {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .pageNewsUl li {
    font-size: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .pageNewsUl li {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}
.pageNewsUl li a {
  display: block;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .pageNewsUl li a {
    padding-bottom: 1.8691588785vw;
  }
}
@media (hover: hover) {
  .pageNewsUl li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .pageNewsUl li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .pageNewsUl li a {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pageNewsUl li {
    margin-top: 1.8691588785vw;
  }
  .pageNewsUl li .date {
    display: block;
  }
}

.detailNewsTextWrap p {
  margin-bottom: 16px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .detailNewsTextWrap p {
    margin-bottom: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .detailNewsTextWrap p {
    font-size: 3.5046728972vw;
  }
}

.csrSection dl {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .csrSection dl {
    padding-top: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .csrSection dl {
    padding-bottom: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .csrSection dl {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}
.csrSection dl dt {
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .csrSection dl dt {
    margin-bottom: 1.8691588785vw;
  }
}
.csrSection dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .csrSection dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .csrSection dl dt {
    width: 130px;
  }
}

.brandTopRankUl .slick-list {
  background-color: #f5f5f5;
}
.brandTopRankUl li a {
  background-color: #fff;
}

.brandTopItemUl {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 56px;
}
@media only screen and (max-width: 767px) {
  .brandTopItemUl {
    gap: 4.6728971963vw;
  }
}
.brandTopItemUl li {
  position: relative;
}
.brandTopItemUl li:has(.soldout) a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .brandTopItemUl {
    grid-template-columns: repeat(2, 1fr);
  }
}

.guideSection dl dt {
  font-size: 16px;
  padding: 8px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .guideSection dl dt {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .guideSection dl dt {
    padding: 1.4018691589vw;
  }
}
@media only screen and (max-width: 767px) {
  .guideSection dl dt {
    padding-right: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .guideSection dl dt {
    padding-left: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .guideSection dl dt {
    margin-bottom: 2.8037383178vw;
  }
}
.guideSection dl dd {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .guideSection dl dd {
    margin-bottom: 5.6074766355vw;
  }
}

.contentArea:not(:last-child) {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .contentArea:not(:last-child) {
    margin-bottom: 11.214953271vw;
  }
}

.productHistory {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pdfImgBox {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .pdfImgBox {
    margin-bottom: 3.738317757vw;
  }
  .pdfImgBox img {
    width: 45%;
    margin: auto;
  }
}

.quotationSectionInquiry {
  padding: 32px;
  gap: 48px;
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .quotationSectionInquiry {
    padding: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionInquiry {
    gap: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionInquiry {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionInquiry ul {
    padding-bottom: 3.738317757vw;
    margin-bottom: 3.738317757vw;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .quotationSectionInquiry ul {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}

.quotationSectionTel {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel {
    font-size: 7.0093457944vw;
  }
}
.quotationSectionTel img {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  margin-top: 3px;
  margin-right: 8px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel img {
    width: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel img {
    margin-top: 0.7009345794vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel img {
    margin-right: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel img {
    margin-left: 1.8691588785vw;
  }
}
.quotationSectionTel.quotationSectionTel--tel {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel.quotationSectionTel--tel {
    font-size: 5.6074766355vw;
  }
}
.quotationSectionTel.quotationSectionTel--tel img {
  width: 28px;
  margin-right: 4px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel.quotationSectionTel--tel img {
    width: 6.5420560748vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel.quotationSectionTel--tel img {
    margin-right: 0.9345794393vw;
  }
}
@media only screen and (max-width: 767px) {
  .quotationSectionTel.quotationSectionTel--tel img {
    margin-left: 0.9345794393vw;
  }
}

.productListBrandTitle {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .productListBrandTitle {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .productListBrandTitle {
    margin-bottom: 2.3364485981vw;
  }
}

.productListBrandText p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .productListBrandText p:not(:last-child) {
    margin-bottom: 3.738317757vw;
  }
}
@media print, screen and (min-width: 768px) {
  .productListBrandText p {
    text-align: center;
  }
}

.productListBrandHtmlWrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .productListBrandHtmlWrap {
    margin-bottom: 9.3457943925vw;
  }
}

@media print, screen and (min-width: 768px) {
  .catalogDownloadItem {
    display: grid;
    grid-template-columns: 70% 30%;
  }
}

.catalogDownloadItemWrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .catalogDownloadItemWrap {
    padding-bottom: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .catalogDownloadItemWrap {
    margin-bottom: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .catalogDownloadItemWrap {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}

.originalNavUl,
.magazineNavUl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.originalNavUl > li,
.magazineNavUl > li {
  padding-right: 16px;
  padding-left: 16px;
}
.originalNavUl > li:not(:last-child),
.magazineNavUl > li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .originalNavUl > li:not(:last-child),
  .magazineNavUl > li:not(:last-child) {
    border-right: 0.2336448598vw solid #eeeeee;
  }
}

.originalNavCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.originalNavCardTextWrap {
  height: 117px;
}

.originalNavCardTitle {
  margin-bottom: 16px;
}

.originalNavCardImgBox {
  margin-bottom: 16px;
}

.originalNavCardTitleSub {
  margin-bottom: 16px;
  height: 45px;
}

.originalNavCardText {
  margin-bottom: 16px;
  font-weight: normal;
}

.magazineNavTitle {
  font-weight: bold;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .magazineNavTitle {
    font-size: 3.5046728972vw;
  }
}

.magazineNavUlChild > li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .magazineNavUlChild > li {
    border-bottom: 0.2336448598vw solid #eeeeee;
  }
}
.magazineNavUlChild > li::after {
  position: absolute;
  top: 0px;
  right: 6px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.magazineNavUlChild > li:after {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.magazineNavUlChild > li a {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 300;
  line-height: 1.4;
}
@media (hover: hover) {
  .magazineNavUlChild > li a:hover {
    background-color: #f5f5f5;
    opacity: 1;
    opacity: 0.7;
  }
}

.magazineNavWrap {
  padding-bottom: 24px;
  width: 917px;
}

.btnCatalogWrap {
  border: 1px solid #333;
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  .btnCatalogWrap {
    border: 0.2336448598vw solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .btnCatalogWrap {
    padding: 3.738317757vw;
  }
}

.btnCatalogImgBox img {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .btnCatalogImgBox img {
    width: 32.7102803738vw;
  }
}

@media print, screen and (min-width: 768px) {
  .btnCatalogWrapInner {
    gap: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btnCatalogLink {
  background-color: #f5f5f5;
  display: block;
}
@media (hover: hover) {
  .btnCatalogLink:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

.sitePolicyAnchorUl {
  background-color: #f5f5f5;
  padding: 32px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sitePolicyAnchorUl {
    padding: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .sitePolicyAnchorUl {
    -webkit-column-gap: 3.738317757vw;
       -moz-column-gap: 3.738317757vw;
            column-gap: 3.738317757vw;
  }
}
@media only screen and (max-width: 767px) {
  .sitePolicyAnchorUl {
    row-gap: 1.8691588785vw;
  }
}
.sitePolicyAnchorUl li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sitePolicyAnchorUl li {
    padding-left: 4.2056074766vw;
  }
}
.sitePolicyAnchorUl li:before {
  content: "";
  display: block;
  position: absolute;
  content: "▼";
  left: 0;
}
.sitePolicyAnchorUl li a {
  text-decoration: underline;
}

.recommendationTable {
  width: 100%;
}
.recommendationTable tbody,
.recommendationTable tr {
  width: 100%;
}
.recommendationTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .recommendationTable tr {
    height: 14.0186915888vw;
  }
}
.recommendationTable tr:first-child {
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .recommendationTable tr:first-child {
    border-top: 0.2336448598vw solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .recommendationTable tr {
    border-bottom: 0.2336448598vw solid #d9d9d9;
  }
}
.recommendationTable tr th,
.recommendationTable tr td {
  display: grid;
  place-content: center;
}
.recommendationTable tr th {
  width: 30%;
  background-color: #f5f5f5;
}
.recommendationTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .recommendationTable tr td {
    padding-left: 5.6074766355vw;
  }
}

.frameBox--fb {
  border: 1px solid #333;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .frameBox--fb {
    border: 0.2336448598vw solid #333;
  }
}
.frameBox--fb iframe {
  width: 100%;
}

.ruleDlWrap dl dt,
.ruleDlWrap dl dd {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .ruleDlWrap dl dt,
  .ruleDlWrap dl dd {
    font-size: 3.2710280374vw;
  }
}
.ruleDlWrap .recommendationTable {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .ruleDlWrap .recommendationTable {
    border-right: 0.2336448598vw solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .ruleDlWrap .recommendationTable {
    border-left: 0.2336448598vw solid #d9d9d9;
  }
}
.ruleDlWrap .recommendationTable tr th {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  .ruleDlWrap dl dt {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .ruleDlWrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ruleDlWrap dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-right: 0;
  }
  .ruleDlWrap .recommendationTable tr th {
    width: 40%;
  }
  .ruleDlWrap .recommendationTable tr td {
    padding-right: 3.738317757vw;
    padding-left: 3.738317757vw;
  }
  .ruleDlWrap .recommendationTable tr th,
  .ruleDlWrap .recommendationTable tr td {
    line-height: 1.5;
  }
}

.corpInfoDlWrap dl dt,
.corpInfoDlWrap dl dd {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .corpInfoDlWrap dl dt,
  .corpInfoDlWrap dl dd {
    font-size: 3.2710280374vw;
  }
}
@media print, screen and (min-width: 768px) {
  .corpInfoDlWrap dl dt {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .corpInfoDlWrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corpInfoDlWrap dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-right: 0;
  }
}

.corpInfoLogoWrap img {
  margin: 0;
}
.corpInfoLogoWrap p {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .corpInfoLogoWrap p {
    font-size: 4.2056074766vw;
  }
}
@media print, screen and (min-width: 768px) {
  .corpInfoLogoWrap p {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .corpInfoLogoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corpInfoLogoWrap img {
    width: 50%;
    margin-bottom: 1.8691588785vw;
  }
}

.contentsBorder {
  border: 1px solid #000;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .contentsBorder {
    padding: 3.738317757vw;
  }
}

.corpInfoUlDisc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .corpInfoUlDisc {
    -webkit-column-gap: 3.738317757vw;
       -moz-column-gap: 3.738317757vw;
            column-gap: 3.738317757vw;
  }
}

.catalogUnit {
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .catalogUnit {
    gap: 5.6074766355vw;
  }
}
@media only screen and (max-width: 767px) {
  .catalogUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .catalogImgBox {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .catalogImgBox {
    width: 70%;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .catalogTextBox {
    width: 70%;
  }
}

.required {
  background-color: red;
  padding: 0px 6px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.contactTelUnit {
  gap: 64px;
}
@media only screen and (max-width: 767px) {
  .contactTelUnit {
    gap: 9.3457943925vw;
  }
}

@media print, screen and (min-width: 768px) {
  .contactTelItem {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .webCatalogSection .pdfImgBox {
    width: 35%;
  }
  .webCatalogSection .quotationTextBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.nameCustomLabel input[type=checkbox] {
  display: none;
}
.nameCustomLabel label {
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  padding-left: 32px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.nameCustomLabel label:before, .nameCustomLabel label:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nameCustomLabel label::before {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  left: 0;
}
.nameCustomLabel label::after {
  left: 10px;
  width: 7px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: 5px;
}
.nameCustomLabel input[type=checkbox]:checked + label::before {
  background-color: #000;
  border: 1px solid #000;
}
.nameCustomLabel input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.nameCustomRadio td {
  position: relative;
  padding: 12px 0;
}
.nameCustomRadio label {
  padding-left: 16px;
}
.nameCustomRadio label::before, .nameCustomRadio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nameCustomRadio label::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0px;
}
.nameCustomRadio label::after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
.nameCustomRadio input {
  opacity: 0;
  visibility: hidden;
}
.nameCustomRadio input:checked + label::after {
  opacity: 1;
}

.nameCustomSelect input {
  border-radius: 2px;
  border: 1px solid #333;
  padding: 14px;
}

.additionalInformation .detailCommonTitle {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .additionalInformation .detailCommonTitle {
    margin-bottom: 1.8691588785vw;
  }
}

.additionalInformation--dropDown {
  display: none !important;
}
.additionalInformation--dropDown.commonSelectWrap::after {
  display: none;
}
.additionalInformation--dropDown.dropDownShow {
  display: block !important;
}
.additionalInformation--dropDown.dropDownShow::after {
  display: block;
}

.additionalInformation---textBox input[type=text] {
  border-radius: 2px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .additionalInformation---textBox input[type=text] {
    font-size: 3.738317757vw;
  }
}

.footerShoppingSecom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingSecom {
    gap: 1.8691588785vw;
  }
}

.footerShoppingSecomImgInner {
  background-color: #fff;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingSecomImgInner {
    padding: 0.9345794393vw;
  }
}

.footerShoppingSecomImgBox {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .footerShoppingSecomImgBox {
    width: 16.8224299065vw;
  }
}

.footerShoppingSecomTextBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.line-icon {
  height: 36px;
  border-right: 0;
  margin-top: 7px;
  position: absolute;
  left: 5px;
}

.social-icon-width {
  position: relative;
}

.layout-nocover .nocover-body .center-wrap .center-body {
  padding: inherit !important;
}

.btnBasic:hover {
  color: inherit !important;
}

@media (hover: hover) {
  .btnBasic.dark:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    color: #fff !important;
    opacity: 0.7;
  }
}

#dvUserBox #CartList table {
  width: 100%;
}
#dvUserBox #CartList table td,
#dvUserBox #CartList table th {
  vertical-align: middle;
}
#dvUserBox #CartList table td #picture,
#dvUserBox #CartList table th #picture {
  width: 130px !important;
  border: #dddddd solid 1px;
}
@media only screen and (max-width: 767px) {
  #dvUserBox #CartList table td #picture,
  #dvUserBox #CartList table th #picture {
    width: 90px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #dvUserBox #CartList table td.name {
    width: 600px;
  }
  #dvUserBox #CartList table td.name dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dvUserBox #CartList table td.name dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
    padding-right: 16px;
  }
}

.cartDetailBox #picture {
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .cartDetailBox p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cartDetailBox p.price {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    text-align: center;
  }
  .cartDetailBox p.delete {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .cartDetailBox {
    gap: 3.738317757vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.setPromotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.setPromotion .subtotal {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .setPromotion table tr td {
    padding-bottom: 12px;
  }
  .setPromotion table tr td.price {
    text-align: center;
  }
  .setPromotion table tr:last-child td {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #dvUserBox .setPromotion table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.738317757vw;
  }
  #dvUserBox .setPromotion table tr td {
    width: auto !important;
  }
  #dvUserBox .setPromotion table tr td dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #dvUserBox .setPromotion table tr .name {
    width: 100% !important;
  }
  #dvUserBox .setPromotion table tr .name dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dvUserBox .setPromotion .subtotal {
    margin-top: 20px;
  }
}

#dvUserBox #CartList table td img#imgProductImage,
#CartList #imgProductImage {
  width: 130px !important;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  #dvUserBox #CartList table td img#imgProductImage,
  #CartList #imgProductImage {
    width: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .requestOriginalWearLinks div img {
    width: 70%;
  }
  .requestOriginalWearLinks div:not(:last-child) {
    margin-bottom: 1.8691588785vw;
  }
}

.orderNum a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #dvUserBox #dvOrderHistoryList tbody.orderContents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #dvUserBox #dvOrderHistoryList tbody.orderContents tr {
    width: 100%;
    display: block;
  }
}

#dvUserBox #dvOrderHistoryList tbody.orderContents td {
  background-color: #fff;
}

#dvUserBox #dvOrderHistoryList table th.orderName {
  display: block;
  width: auto;
}

@media only screen and (max-width: 767px) {
  #dvUserBox #dvOrderHistoryList table th {
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
  }
  #dvUserBox #dvOrderHistoryList table th.emptyColumn {
    display: none;
  }
  #dvUserBox #dvOrderHistoryList table th.itemCount {
    width: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  #dvUserBox #dvOrderHistoryList table td img,
  #dvUserBox #dvOrderHistoryList table th img {
    width: 130px !important;
    border: #dddddd solid 1px;
  }
}
@media only screen and (max-width: 767px) {
  #dvUserBox #dvOrderHistoryList table td img,
  #dvUserBox #dvOrderHistoryList table th img {
    width: 90px !important;
  }
}

#dvOrderHistoryList .orderHistoryList {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #dvOrderHistoryList .orderHistoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr td {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody th.orderName {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr.orderList, #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr.itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr #imgProductImage {
    margin: 0;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr .itemImage {
    width: 110px !important;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr .itemCount {
    width: 80px !important;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dvUserBox #dvOrderHistoryList table.dvOrderHistoryContain tbody tr .itemTitle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  #dvOrderHistoryDetail .orderHistoryList th,
  .dvOrderHistoryShipping th,
  #dvUserBox #dvOrderHistoryDetail .dvOrderHistoryInfo table th,
  #dvUserBox #dvOrderHistoryList table th,
  #dvUserBox #dvUserInquiryInput table th,
  #dvUserBox #dvUserInquiryConfirm table th,
  #dvUserBox #dvSerialKeyAuth table th,
  #dvUserBox #dvMailMagazineRegistInput table th,
  #dvUserBox #dvMailMagazineRegistConfirm table th,
  #dvUserBox #dvMailMagazineCancelInput .dvMailMagazineCancel table th,
  #dvUserBox #dvUserModifyInput table th,
  #dvUserBox #dvUserModifyConfirm table th,
  #dvUserBox #dvUserShippingInput table th,
  #dvUserBox #dvUserShippingConfirm table th,
  #dvUserBox #dvUserRegistInput table th,
  #dvUserBox #dvUserRegistConfirm table th,
  #dvUserBox #dvFixedPurchaseList table th,
  #dvUserBox #dvFixedPurchaseDetail table th,
  #dvUserBox #dvPasswordReminderInput .dvReminder table th,
  #dvUserBox #dvPasswordModifyInput .dvModify table th {
    padding: 15px;
  }
}

.cartListTable .checkBox {
  position: relative;
  display: inline-block;
}

#dvCartSelect input[type=checkbox]::after {
  top: 0px;
  left: 4px;
  width: 7px;
  height: 14px;
}
@media print, screen and (min-width: 768px) {
  #dvCartSelect input[type=checkbox]::after {
    top: -9px;
    left: -4px;
  }
}

.shoppingCart .singleProduct dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shoppingCart div.multiProduct dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.shoppingCart div.multiProduct dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shoppingCart div.multiProduct dl.setpromotion {
  display: block;
  text-align: right;
}
.shoppingCart div.multiProduct dl.setpromotion dt,
.shoppingCart div.multiProduct dl.setpromotion dd {
  text-align: right;
}
.shoppingCart div.multiProduct dl.setpromotion .matomeSale dt {
  width: auto !important;
}
.shoppingCart div.multiProduct dl.setpromotion .matomeSale dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 767px) {
  .shoppingCart div.multiProduct dt {
    width: 90px !important;
  }
}

.specialPriceWrap {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .specialPriceWrap {
    margin-top: 3.738317757vw;
  }
}
.specialPriceWrap .basePrice,
.specialPriceWrap .sprice {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.specialPriceWrap .basePrice .pmini,
.specialPriceWrap .sprice .pmini {
  display: inline-block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .specialPriceWrap .basePrice .pmini,
  .specialPriceWrap .sprice .pmini {
    font-size: 2.5700934579vw;
  }
}
.specialPriceWrap .basePrice {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .specialPriceWrap .basePrice {
    font-size: 4.2056074766vw;
  }
}
.specialPriceWrap .sprice {
  color: #f00;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .specialPriceWrap .sprice {
    font-size: 5.6074766355vw;
  }
}
.specialPriceWrap .smini {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .specialPriceWrap .smini {
    font-size: 3.738317757vw;
  }
}

.item_quantity_textbox input {
  border: 1px solid #333;
  width: 110px;
  margin-right: 32px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .item_quantity_textbox input {
    margin-right: 7.476635514vw;
  }
}

.cartDetailBoxTitleWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shoppingCart div.subCartList h3 {
  color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  background-color: #666;
  margin-bottom: 24px;
}

.shoppingCart div.singleProduct dt img,
.shoppingCart div.multiProduct dt img {
  width: 130px !important;
  border: #dddddd solid 1px;
}
@media only screen and (max-width: 767px) {
  .shoppingCart div.singleProduct dt img,
  .shoppingCart div.multiProduct dt img {
    width: 90px !important;
  }
}

.shoppingCart div.multiProduct dl {
  gap: 10px;
}

@media (hover: hover) {
  .specialSectionMainWrap a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}

.historyLinkWrap {
  margin-top: -16px;
}
@media only screen and (max-width: 767px) {
  .historyLinkWrap {
    margin-top: -5.6074766355vw;
  }
}

/*==================================================
 * シグナル 移行前 CSS
 *================================================*/
.snsArea li.line img {
  width: 82px;
  height: 20px;
}

/*==================================================
 * WordPress
 *================================================*/
@media print, screen and (min-width: 768px) {
  .mainContInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.sideBar {
  background-color: #f5f5f5;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sideBar {
    margin-bottom: 18.691588785vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sideBar {
    width: 283px;
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sideBar {
    padding: 9.3457943925vw 4.6728971963vw;
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}

.newsContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsUl {
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .newsUl {
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
  }
}
@media only screen and (max-width: 767px) {
  .newsUl {
    row-gap: 4.6728971963vw;
  }
}
@media print, screen and (min-width: 768px) {
  .newsUl {
    grid-template-columns: repeat(3, 1fr);
  }
}
.newsUl:has(.full) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .newsUl {
    grid-template-columns: repeat(2, 1fr);
  }
}

.newsImgBox {
  display: grid;
  place-content: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .newsImgBox {
    margin-bottom: 1.8691588785vw;
  }
}

.catBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catBox span {
  display: inline-block;
  background-color: #db1414;
  color: #fff;
  line-height: 1.2;
  font-size: 12px;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .catBox span {
    font-size: 2.5700934579vw;
  }
}
@media only screen and (max-width: 767px) {
  .catBox span {
    padding: 0.9345794393vw;
  }
}

.tagBox {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .tagBox {
    padding-left: 3.5046728972vw;
  }
}
.tagBox::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
  background-image: url(../img/icon--tag.svg);
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .tagBox::before {
    top: 1.6355140187vw;
  }
}
@media only screen and (max-width: 767px) {
  .tagBox::before {
    width: 2.8037383178vw;
    height: 2.8037383178vw;
  }
}
.tagBox span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .tagBox span {
    font-size: 2.8037383178vw;
  }
}
.tagBox span:not(:last-child)::after {
  content: ",";
  display: inline-block;
}

.newsDateTitleWrap {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .newsDateTitleWrap {
    margin-bottom: 1.8691588785vw;
  }
}

.newsTitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .newsTitle {
    margin-bottom: 2.3364485981vw;
  }
}

.newsWrap {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .newsWrap {
    margin-bottom: 11.214953271vw;
  }
}

.sideBarLink {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .sideBarLink {
    font-size: 3.5046728972vw;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarLink {
    margin-bottom: 3.738317757vw;
  }
}

.sideBarUl li.active {
  display: none;
}
.cat-production-case .sideBarUl li.active, .cat-original-wear .sideBarUl li.active {
  display: block;
}

.sideBarUl--child {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child {
    margin-bottom: 7.476635514vw;
  }
}
.sideBarUl--child > li {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li {
    border-bottom: 0.2336448598vw solid #cccccc;
  }
}
.sideBarUl--child > li a {
  display: block;
  letter-spacing: -0.02em;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li a {
    font-size: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li a {
    padding-top: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li a {
    padding-bottom: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li a {
    padding-right: 2.8037383178vw;
  }
}
.sideBarUl--child > li a::after {
  position: absolute;
  top: 0px;
  right: 6px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.sideBarUl--child > li a:after {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (hover: hover) {
  .sideBarUl--child > li a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .sideBarUl--child > li:first-child {
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .sideBarUl--child > li:first-child {
    border-top: 0.2336448598vw solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.738317757vw;
       -moz-column-gap: 3.738317757vw;
            column-gap: 3.738317757vw;
  }
  .sideBarUl--child > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9.5794392523vw;
  }
  .sideBarUl--child > li:first-child, .sideBarUl--child > li:nth-child(2) {
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .sideBarUl--child > li:first-child, .sideBarUl--child > li:nth-child(2) {
    border-top: 0.2336448598vw solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .sideBarUl--child > li a {
    line-height: 1.2;
    width: 100%;
  }
}

.sidebarPostTitle {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .sidebarPostTitle {
    font-size: 3.2710280374vw;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarPostTitle {
    margin-top: 1.8691588785vw;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarPostTitle {
    margin-bottom: 1.8691588785vw;
  }
}

.sidebarNewsUl li a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sidebarNewsUl li:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .sidebarNewsUl li:not(:last-child) {
    margin-bottom: 7.476635514vw;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.3364485981vw;
       -moz-column-gap: 2.3364485981vw;
            column-gap: 2.3364485981vw;
    row-gap: 7.476635514vw;
  }
  .sidebarNewsUl li:nth-child(5) {
    display: none;
  }
}

.sidebarRankingThumbBox {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sidebarRankingThumbBox {
    margin-bottom: 2.3364485981vw;
  }
}

.sidebarCatalogBnr img {
  width: 54.6728971963vw;
}

@media only screen and (max-width: 767px) {
  .sidebarRankingTitle {
    font-size: 2.8037383178vw;
  }
}

@media only screen and (max-width: 767px) {
  .sidebarRankingUl li:nth-child(5) {
    display: none;
  }
}

.popularityBox {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .popularityBox {
    margin-bottom: 11.214953271vw;
  }
}

.wp-breadcrumbsNav {
  position: relative;
  padding: 16px 0;
  margin-bottom: 38px;
}
.wp-breadcrumbsNav:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100vw;
  background-color: #ddd;
  margin: auto calc(50% - 50vw);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wp-breadcrumbsNav {
    margin-top: 36.214953271vw;
    margin-bottom: 5.6074766355vw;
    padding: 3.738317757vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp-breadcrumbsNav {
    overflow-x: scroll;
    white-space: nowrap;
    word-break: keep-all;
  }
  .wp-breadcrumbsNav::-webkit-scrollbar {
    display: none;
  }
}

.wp-breadcrumbsNavUl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-breadcrumbsNavUl span span {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 0px 3px;
}
.wp-breadcrumbsNavUl span span:not(:last-child) {
  padding-right: 18px;
  position: relative;
}
.wp-breadcrumbsNavUl span span:not(:last-child)::after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wp-breadcrumbsNavUl span span:not(:last-child):after {
  top: 20%;
}
.wp-breadcrumbsNavUl span span:not(:first-child) {
  padding-left: 20px;
}
@media (hover: hover) {
  .wp-breadcrumbsNavUl span span a:hover {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    opacity: 0.7;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .wp-breadcrumbsNavUl {
    width: 150%;
  }
  .wp-breadcrumbsNavUl span span {
    font-size: 3.2710280374vw;
  }
  .wp-breadcrumbsNavUl span span:not(:last-child) {
    padding-right: 4.2056074766vw;
    position: relative;
  }
  .wp-breadcrumbsNavUl span span:not(:last-child)::after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    content: "";
    width: 2.1028037383vw;
    height: 2.1028037383vw;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .wp-breadcrumbsNavUl span span:not(:last-child):after {
    top: 15%;
  }
  .wp-breadcrumbsNavUl span span a {
    display: inline-block;
  }
}

.snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.singlePageNewsWrap {
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .singlePageNewsWrap {
    padding-top: 9.3457943925vw;
  }
}
@media only screen and (max-width: 767px) {
  .singlePageNewsWrap {
    border-top: 0.2336448598vw solid #d9d9d9;
  }
}

/*==================================================
 * ページネーション
 *================================================*/
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers li {
  position: relative;
}
.page-numbers li:not(:last-child) {
  margin-right: 8px;
}
.page-numbers li a {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.page-numbers li a.next, .page-numbers li a.prev {
  position: relative;
}
.page-numbers li a.next::after, .page-numbers li a.prev::after {
  position: absolute;
  top: 33%;
  right: 0px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #4d4d4d;
  border-top: 2px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-numbers li a.next:after, .page-numbers li a.prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-numbers li a.next span, .page-numbers li a.prev span {
  display: none;
}
.page-numbers li a.prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page-numbers li a,
.page-numbers li .current {
  padding: 0 8px;
  display: inline-block;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .page-numbers li a,
  .page-numbers li .current {
    font-size: 4.4392523364vw;
  }
}
.page-numbers li .current {
  color: #707070;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-numbers li:not(:last-child) {
    margin-right: 2.8037383178vw;
  }
  .page-numbers li a {
    padding: 0 1.8691588785vw;
  }
}

.open {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .newsDate,
  .newsTitle {
    font-size: 2.8037383178vw;
  }
}

.paypayImg img {
  width: 100px;
  margin-left: 0;
  margin-bottom: 8px;
}

.amazonPayImg {
  width: 130px;
  background-color: #fff;
  padding: 6px;
  margin-bottom: 8px;
}/*# sourceMappingURL=app.css.map */