@charset "UTF-8";
/* reset css */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
div.none_nagumi{ display: none;}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
.main {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}


/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */


/* Lists (definition) */
/* ============================================ */
main dt {
  font-weight: bold;
}

main dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 0.3vw;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
.main a {
  /* background-color: transparent; */
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

.main span {
  display: block;
}

img {
  -webkit-user-drag: none;
  image-rendering: -webkit-optimize-contrast;
}

/*---------------------------------------------
	仕様
  ---------------------------------------------
	コンテンツ最大幅	: コンテンツエリア	1,170px
				: フッター		1,500px
	余白（カラム間）	: 1,200px～		30px
				: 768～1,200px		20px
				: 320～768px		15px
	余白（パーツ上下）	: 768px～		20px
				: 320～768px		15px
	余白（コンテンツ左右）	: 			3vw
	ブレ－クポイント	: 1,200px		サイドバーを隠す
				: 768px			レイアウト全体
				: 500px			ボタンの幅など
	基準文字サイズ		: 16px(1rem)
				: 15px(0.94rem)		Windowsでメイリオを使用する場合
	文字サイズ		: 30px			1.88rem
				: 29px			1.81rem
				: 28px			1.75rem(.xxxl)
				: 27px			1.69rem
				: 26px			1.63rem
				: 25px			1.56rem
				: 24px			1.5rem(.xxl)
				: 23px			1.44rem
				: 22px			1.38rem
				: 21px			1.31rem
				: 20px			1.25rem(.xl)
				: 19px			1.19rem
				: 18px			1.13rem(.l)
				: 17px			1.06rem
				: 16px			1rem(.m)
				: 15px			0.94rem
				: 14px			0.88rem(.s)
				: 13px			0.81rem
				: 12px			0.75rem(.xs)
				: 11px			0.69rem
				: 10px			0.63rem
				: 9px			0.56rem
	色			: 赤			#a41a1a
				: 青			#1c89a6
				: ピンク		#f2646e
				: 白			#fff
				: ライトベージュ	#f7f3ed
				: ベージュ		#e6e1db
				: ダークブラウン	#8b7f78
	文字色			: 標準			#555
				: 強調			#000
				: 注意(＝ピンク)	#f2646e
				: 注記			#555
				: リンク（＝青）	#1c89a6
	ホバー色		: 赤			#b64848
				: ダークブラウン	#a29993
				: リンク（＝青）	#49a1b8
 ----------------------------------------------*/
/*---------------------------------------------
	目次
  ---------------------------------------------
	リセット
	リンク
	フォント
	メインコンテンツ
	固定ヘッダー用アンカーリンク
	画面固定
	エラー枠
	強制指定
	ヘッダー
	カテゴリーメニュー
	パンくずリスト
	ページタイトル<h1>
	フッター
	ページトップボタン
	[CL]  カラム
	[HD]  見出し
	[TX]  テキスト
	[HR]  区切り線
	[IG]  画像
	[BN]  バナー
	[LT]  リスト
	[LK1] アイコンリンク
	[LK2] 横並びリンク
	[TG]  タグ
	[LB]  ラベル
	[BT]  ボタン
	[SH]  シェアボタン
	[MR]  もっと見るボタン
	[HB]  見出しバー
	[BX]  ボックス
	[FR]  枠
	[PL]  パネル
	[TL]  表
	[TB]  タブ
	[PN]  ページネーション
	[FM]  フォーム
	[EB1] 動画埋め込み
	[EB2] モーダル
	[SL]  スライダー
	[CL]  カレンダー
	[CA]  合計金額

	1200px未満
	768px未満
	500px未満
	印刷用
 ----------------------------------------------*/
/*---------------------------------------------
	リセット
  ---------------------------------------------*/
/*---------------------------------------------
	リンク
  ---------------------------------------------*/
/*---------------------------------------------
	フォント
  ---------------------------------------------*/
.win {
  font-size: 0.94rem;
}

.win body {
  letter-spacing: 0.05rem;
}



/*---------------------------------------------
	画面固定
  ---------------------------------------------*/
.fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  min-width: 320px;
  height: 0;
  top: 0;
}

/*---------------------------------------------
	エラー枠
  ---------------------------------------------*/
/*---------------------------------------------
	強制指定
  ---------------------------------------------*/
/* ----- 上下左右中央寄せ ----- */
.left {
  text-align: left !important;
}

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

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

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/* ----- 表示／非表示 ----- */
@media screen and (min-width: 768px), print {
  .show-sp {
    display: none !important;
  }
}
/* ----- 文字サイズ ----- */
.xxxl {
  font-size: 1.75rem !important;
}

.xxl {
  font-size: 1.5rem !important;
}

.xl {
  font-size: 1.19rem !important;
  line-height: 2;
}

.l {
  font-size: 1.13rem !important;
}

.m {
  font-size: 1rem !important;
}

.s {
  font-size: 0.88rem !important;
}

.xs {
  font-size: 0.75rem !important;
}

/* ----- 行間 ----- */
.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

/* ----- 文字装飾 ----- */
.normal {
  font-weight: normal !important;
}

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

.italic {
  font-style: italic !important;
}

.oblique {
  font-style: oblique !important;
}

/* ----- 幅 ----- */
.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

/* ----- 下余白 ----- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* ----- 背景色 ----- */
.bg-red {
  background-color: #a41a1a !important;
}

/* 赤 */
.bg-red2 {
  background-color: #d06262 !important;
}

/* 赤2 */
.bg-white {
  background-color: #fff !important;
}

/* 白 */
.bg-light {
  background-color: #f7f3ed !important;
}

/* ライトベージュ */
.bg-beige {
  background-color: #e6e1db !important;
}

/* ベージュ */
.bg-dark {
  background-color: #8b7f78 !important;
}

/* ダークブラウン */
.bg-blue {
  background-color: #1c89a6 !important;
}

/* 青 */
.bg-pink {
  background-color: #f2646e !important;
}

/* ピンク */
.bg-gold {
  background-color: #b8a779 !important;
}

/* ゴールド */
.bg-orange {
  background-color: #f98f2a !important;
}

/* オレンジ */
.bg-green {
  background-color: #94a963 !important;
}

/* 緑 */
.bg-green2 {
  background-color: #63a982 !important;
}

/* 緑2 */
.bg-black {
  background-color: #555 !important;
}

/* 黒 */
/* ----- 背景画像 ----- */
.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ----- 文字色 - 白 ----- */
.txt-white * {
  color: #fff !important;
}

/* ----- 文字色 - 黒 ----- */
.txt-black *,
.txt-black {
  color: #000 !important;
}

#btn-category {
  display: none;
}

/*---------------------------------------------
	カテゴリメニュー
  ---------------------------------------------*/


.mobile .category-bg {
  position: absolute;
  z-index: 9997;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}



/*---------------------------------------------
	ページタイトル <h1>
  ---------------------------------------------*/
h1 {
  padding: 0 0 35px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.cart-flow h1 {
  padding-top: 35px;
}




/*---------------------------------------------
	[HD] 見出し
  ---------------------------------------------*/
h2 + h3,
h2 + h4,
h3 + h4,
h2 + h5,
h3 + h5,
h4 + h5,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h2 + [class*=heading],
h3 + [class*=heading],
h4 + [class*=heading],
h5 + [class*=heading],
h6 + [class*=heading],
[class*=heading] + h2,
[class*=heading] + h3,
[class*=heading] + h4,
[class*=heading] + h5,
[class*=heading] + h6,
[class*=heading] + [class*=heading] {
  margin-top: 0 !important;
}

.col-set + h2 {
  margin-top: 30px;
}

.col-set + h3 {
  margin-top: 20px;
}

.col-set + h4 {
  margin-top: 10px;
}

.col-set + h5 {
  margin-top: 0;
}

.col-set + h6 {
  margin-top: 0;
}

.col-set + .heading1 {
  margin-top: 30px;
}

.col-set + .heading2 {
  margin-top: 20px;
}

.col-set + .heading3 {
  margin-top: 10px;
}

.col-set + .heading4 {
  margin-top: 0;
}

.col-set + .heading5 {
  margin-top: 0;
}

/* 文字色 - 白 */
.txt-white h2:not([class*=heading]):after,
.txt-white h3:not([class*=heading]):after,
.txt-white h4:not([class*=heading]):after,
.txt-white .heading1:after,
.txt-white .heading2:after,
.txt-white .heading3:after,
.txt-white ul li:before {
  background-color: #fff;
}

.txt-white h3:not([class*=heading]) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------
	[TX] テキスト
  ---------------------------------------------*/
.bg-dark strong,
.bg-blue strong,
.bg-pink strong,
.bg-red strong,
.bg-gold strong,
.bg-orange strong,
.bg-green strong,
.bg-black strong {
  color: #fff;
}

.caution {
  color: #f2646e !important;
}

.copy.txt-en {
  font-size: 1.5rem;
}

.win .copy.txt-en {
  font-size: 1.6rem;
}

/* ----- 注記 ----- */
.note-num {
  position: relative;
  padding-left: 2.4em;
  line-height: 1.6;
}

.note-num:before {
  content: "※" attr(data-num);
}

/* ----- 省略 ----- */
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----- 数字 ----- */
.num {
  padding: 0 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0;
}

.win .num {
  font-size: 1.4em;
}

/*---------------------------------------------
	[HR] 区切り線
  ---------------------------------------------*/
hr {
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  background: none transparent;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-bottom: 1px solid #e6e1db;
}

/*---------------------------------------------
	[IG] 画像
  ---------------------------------------------*/
.img .modal-video:before,
.modal-video .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 64px;
  height: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/assets/images/icon_play.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.img.full img {
  width: 100%;
}

/* ホバーエフェクト */
.img > a:after,
a .img:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -wenkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.img .modal-video:after,
.modal-video .img:after {
  opacity: 0.5 !important;
}

html:not(.mobile) .img > a:hover:after,
html:not(.mobile) a:hover .img:after,
html:not(.mobile) .link-panel:hover .img > a:after {
  opacity: 0.2;
}

.img > a img,
.img > a .bg-img,
a .img img,
a .img .bg-img {
  transition: transform 0.2s ease-out;
}

html:not(.mobile) .img > a:hover img,
html:not(.mobile) .img > a:hover .bg-img,
html:not(.mobile) a:hover .img img,
html:not(.mobile) a:hover .img .bg-img,
html:not(.mobile) .link-panel:hover .img img,
html:not(.mobile) .link-panel:hover .img .bg-img {
  transform: scale(1.05);
}

/* ----- [IG2] 画像 > キャプションあり ----- */
figure {
  margin-bottom: 20px;
}

.caption {
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.88rem;
  color: #777;
}

.left .caption {
  margin-left: 0;
}

.right .caption {
  margin-right: 0;
}

.img .caption {
  margin-top: 10px;
}

/* ----- [IG3] 画像 > 画像＋テキスト ----- */
.img-set,
.thumb-set {
  overflow: hidden;
}

.img-set .img,
.thumb-set .img {
  float: left;
  max-width: 50%;
  margin-right: 15px;
  padding-right: 15px;
}

.img-set .img.right,
.thumb-set .img.right {
  float: right;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 15px;
}

.img-set a .img,
.thumb-set a .img {
  position: relative;
  overflow: hidden;
}

.thumb-set > .img + .txt {
  overflow: hidden;
}


/*---------------------------------------------
	[LK1] アイコンリンク
  ---------------------------------------------*/
.link-icon:not(li) + .link-icon {
  margin-top: -10px;
}

.link-icon a,
a .link-icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a .link-icon {
  display: block;
}

.link-icon a:after,
a .link-icon:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 0 0 2px;
  vertical-align: middle;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
}

.link-icon a:not([class*=icon-]):after,
a .link-icon:not([class*=icon-]):after {
  transition: transform 0.2s linear;
}

html:not(.mobile) .link-icon a:not([class*=icon-]):hover:after,
html:not(.mobile) a:hover .link-icon:not([class*=icon-]):after {
  transform: translate3d(3px, 0, 0);
}

.link-icon .icon-download:after,
a .link-icon.icon-download:after {
  background-position: -24px 0;
}

.link-icon .icon-window:after,
a .link-icon.icon-window:after {
  background-position: -48px 0;
}

.link-icon .icon-pdf:after,
a .link-icon.icon-pdf:after {
  background-position: -72px 0;
}

.link-icon .icon-enlarge:after,
a .link-icon.icon-enlarge:after {
  background-position: -168px 0;
}

.link-icon .icon-search:after,
a .link-icon.icon-search:after {
  background-position: -192px 0;
}

.link-icon .icon-contact:after,
a .link-icon.icon-contact:after {
  background-position: -216px 0;
}

.link-icon .icon-play:after,
a .link-icon.icon-play:after {
  background-position: -240px 0;
}

.link-icon .icon-print:after,
a .link-icon.icon-print:after {
  background-position: -260px 0;
}

.link-icon .icon-anchor:after,
a .link-icon.icon-anchor a:after {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}

html:not(.mobile) .link-icon .icon-anchor:hover:after,
html:not(.mobile) a:hover .link-icon.icon-anchor a:after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}

li.link-icon {
  padding-left: 0;
}

li.link-icon:before {
  display: none;
}

/* 文字色 - 白 */
.txt-white .link-icon a:after,
.txt-white a .link-icon:after {
  background-position-y: -144px !important;
}


/*---------------------------------------------
	[LB] ラベル
  ---------------------------------------------*/
.label {
  display: inline-block;
  margin: 0 0.4em 10px 0;
  padding: 8px 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.label-circle {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0.4em 10px 0;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
}

.label-inline {
  display: inline-block;
  margin: 0 0.4em;
  padding: 6px 6px 5px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}

.label-inline + .label-inline {
  margin-left: 0;
}

/* 色 */
.label,
.label-circle,
.label-inline {
  background-color: #8b7f78;
}

.label.bg-white,
.label.bg-light,
.label.bg-beige,
.label-inline.bg-white,
.label-inline.bg-light,
.label-inline.bg-beige {
  color: #555;
}

/*---------------------------------------------
	[BT] ボタン
  ---------------------------------------------*/
.btn {
  display: flex;
  margin-bottom: 0;
  line-height: 1.6;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}

.btn.center {
  justify-content: center;
}

.btn.right {
  justify-content: flex-end;
}

.btn > * {
  position: relative;
  display: block;
  min-width: 180px;
  min-height: 43px;
  margin: 0 20px 20px 0;
  padding: 11px 0 10px;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 100px;
}

.btn.full > * {
  width: 100%;
  min-width: 0;
  margin-right: 0;
}

.btn .ghost {
  background-color: transparent !important;
  transition: background-color 0.2s linear, border 0.2s linear;
}

.btn > *:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 100px;
}

html:not(.safari) .btn > *:before {
  transition: opacity 0.2s linear;
}

.btn .ghost:before {
  background-color: transparent !important;
  opacity: 0.5 !important;
}

.btn span {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 30px;
  text-align: center;
}

.btn [class*=icon-] span {
  padding: 0 40px 0 30px;
}

.btn [class*=icon-] span:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
}

.btn .icon-download span:after {
  background-position-x: -24px;
}

.btn .icon-window span:after {
  background-position-x: -48px;
}

.btn .icon-pdf span:after {
  background-position-x: -72px;
}

.btn .icon-index span:after {
  background-position-x: -96px;
}

.btn .icon-open span:after {
  background-position-x: -120px;
}

.btn .icon-close span:after {
  background-position-x: -144px;
}

.btn .icon-enlarge span:after {
  background-position-x: -168px;
}

.btn .icon-search span:after {
  background-position-x: -192px;
}

.btn .icon-contact span:after {
  background-position-x: -216px;
}

.btn .icon-play span:after {
  background-position-x: -240px;
}

.btn .icon-print span:after {
  background-position-x: -260px;
}

/* 「次へ」アイコン */
.btn .icon-next span:after {
  transition: transform 0.2s linear;
}

html:not(.mobile) .btn .icon-next:hover span:after {
  transform: translate3d(3px, 0, 0);
}

/* 「戻る」アイコン */
.btn .icon-back span {
  padding: 0 30px 0 40px;
}

.btn .icon-back span:after {
  left: 12px;
  right: auto;
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}

html:not(.mobile) .btn .icon-back:hover span:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

/* 「ページ内リンク」アイコン */
.btn .icon-anchor span:after {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}

html:not(.mobile) .btn .icon-anchor span:hover:after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}

/* disabled */
.btn *:disabled {
  pointer-events: none;
  opacity: 0.6;
}

/* ----- 色 ----- */
.btn > * {
  color: #fff;
  background-color: #a41a1a;
}

.btn > *:before {
  background-color: #fff;
}

.btn > * span:after {
  background-position-y: -144px;
}

html:not(.mobile) .btn > *:hover {
  color: #fff;
}

html:not(.mobile) .btn > *:hover:before {
  opacity: 0.2;
}

.btn .bg-white,
.btn .bg-light,
.btn .bg-beige {
  color: #555 !important;
}

.btn .bg-white:before,
.btn .bg-light:before,
.btn .bg-beige:before {
  background-color: #000;
}

.btn .bg-white:not(.ghost) span:after,
.btn .bg-light:not(.ghost) span:after,
.btn .bg-beige:not(.ghost) span:after {
  background-position-y: -48px;
}

html:not(.mobile) .btn .bg-white:hover:before,
html:not(.mobile) .btn .bg-light:hover:before,
html:not(.mobile) .btn .bg-beige:hover:before {
  opacity: 0.07;
}

/* ゴーストボタン */
.btn .ghost {
  color: #8b7f78;
}

.btn .ghost:before {
  border: solid 1px #8b7f78;
}

.btn .ghost span:after {
  background-position-y: -48px;
}

html:not(.mobile) .btn .ghost:hover {
  background-color: #8b7f78 !important;
}

html:not(.mobile) .btn .ghost:hover span:after {
  background-position-y: -144px;
}

/* ゴーストボタン - 赤 */
.btn .ghost.bg-red {
  color: #a41a1a;
}

.btn .ghost.bg-red:before {
  border: solid 1px #a41a1a;
}

.btn .ghost.bg-red span:after {
  background-position-y: -24px;
}

html:not(.mobile) .btn .ghost.bg-red:hover {
  background-color: #a41a1a !important;
}

/* ゴーストボタン - 青 */
.btn .ghost.bg-blue {
  color: #1c89a6;
}

.btn .ghost.bg-blue:before {
  border: solid 1px #1c89a6;
}

.btn .ghost.bg-blue span:after {
  background-position-y: 0;
}

html:not(.mobile) .btn .ghost.bg-blue:hover {
  background-color: #1c89a6 !important;
}

/* ゴーストボタン - ピンク */
.btn .ghost.bg-pink {
  color: #f2646e;
}

.btn .ghost.bg-pink:before {
  border: solid 1px #f2646e;
}

.btn .ghost.bg-pink span:after {
  background-position-y: -96px;
}

html:not(.mobile) .btn .ghost.bg-pink:hover {
  background-color: #f2646e !important;
}

/* ゴーストボタン - オレンジ */
.btn .ghost.bg-orange {
  color: #f98f2a;
}

.btn .ghost.bg-orange:before {
  border: solid 1px #f98f2a;
}

.btn .ghost.bg-orange span:after {
  background-position-y: -96px;
}

html:not(.mobile) .btn .ghost.bg-orange:hover {
  background-color: #f98f2a !important;
}

/* ゴーストボタン - 黒 */
.btn .ghost.bg-black {
  color: #555;
}

.btn .ghost.bg-black:before {
  border: solid 1px #555;
}

.btn .ghost.bg-black span:after {
  background-position-y: -96px;
}

html:not(.mobile) .btn .ghost.bg-black:hover {
  background-color: #555 !important;
}

/* ゴーストボタン - 白 */
.txt-white .btn .ghost:not(:hover):before {
  border: solid 1px #fff;
}

.txt-white .btn .ghost span:after {
  background-position-y: -144px;
}

html:not(.mobile) .txt-white .btn .ghost:hover {
  background-color: #fff !important;
}

html:not(.mobile) .txt-white .btn .ghost:hover span {
  color: #8b7f78 !important;
}

html:not(.mobile) .txt-white .btn .ghost:hover span:after {
  background-position-y: -120px !important;
}

/*---------------------------------------------
	[SH] シェアボタン
  ---------------------------------------------*/
.btn-share {
  margin: 0 -4px 4px 0;
  text-align: right;
}

.btn-share > div {
  display: inline-block;
  height: 20px;
  margin: 0 4px 4px 0;
  text-align: left;
  line-height: 1;
  vertical-align: top;
  overflow: hidden;
}



/*---------------------------------------------
	[BX] ボックス
  ---------------------------------------------*/
.box {
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background-color: #f7f3ed;
  overflow: hidden;
}

[class*=bg-] .box {
  background-color: #fff;
}

.col-set .box {
  padding: 20px 20px 0;
}

.box > .bar-heading:first-of-type {
  margin: -30px -30px 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-set .box > .bar-heading:first-of-type {
  margin: -20px -20px 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.box > .bar-heading:first-of-type .right {
  right: 30px;
}

.col-set .box > .bar-heading:first-of-type .right {
  right: 20px;
}

/*---------------------------------------------
	[FR] 枠
  ---------------------------------------------*/
.frame {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background: none transparent !important;
  border: solid 1px #e6e1db;
}

.col-set .frame {
  padding: 20px 20px 0;
}


/*---------------------------------------------
	[TL] 	
  ---------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border-spacing: 0;
}

table tbody,
table thead {
  width: 100%;
}

table td {
  padding: 15px;
  vertical-align: top;
  border: solid 1px #e6e1db;
  word-break: break-all;
}

table.no-border td {
  border: 0 none;
  border-top: solid 1px #e6e1db;
}

table th {
  min-width: 7em;
  padding: 15px;
  color: #000;
  vertical-align: top;
  background-color: #f7f3ed;
  border: solid 1px #e6e1db;
}

table thead tr:first-of-type th,
table thead + tbody tr:first-of-type th,
table thead + tbody tr:first-of-type td,
table.no-border tr:first-of-type th,
table.no-border tr:first-of-type td {
  border-top: 0 none;
}

table.no-border th + td,
table.no-border td + td {
  padding-left: 0;
}

table.no-border th {
  border: 0 none;
  border-top: solid 1px #e6e1db;
  background-color: transparent;
}

table.no-border thead th {
  border: 0 none !important;
  background-color: #e6e1db;
}

table thead th {
  min-width: 7em;
  background-color: #e6e1db;
  border-right: solid 1px #d7d0c9;
  border-left: 0 none;
  border-top: solid 1px #d7d0c9;
  border-bottom: 0 none;
}

table thead th:last-child {
  border-right: solid 1px #e6e1db;
}

table td p:last-child,
table td ul:last-child,
table td ol:last-child,
table td dl:last-child {
  margin-bottom: 0;
}

.center caption,
.center th {
  text-align: center;
}

.right caption,
.right th {
  text-align: right;
}

/*---------------------------------------------
	[TB] タブ
  ---------------------------------------------*/
.tab {
  margin-bottom: 50px;
}

.row .tab {
  margin-bottom: 20px;
}

.tab-nav {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  /*
  	-webkit-box-lines: single;
  	-ms-flex-wrap: nowrap;
  	-webkit-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  */
  align-items: stretch;
}

.tab-nav:not(.row) {
  padding: 0 30px;
}

.sp-tab-nav {
  display: none;
}

.tab-nav li {
  display: flex;
  /*	width: 2000px;*/
  width: 33.33333333%;
  min-height: 70px;
  margin: 0;
  padding: 10px 0 0;
  align-items: stretch;
}

.tab-nav li:last-of-type {
  margin-right: -1px;
  border-right: 0 none;
}

.tab-nav li:before {
  display: none;
}

.tab-nav li a {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  color: #555;
  background-color: #e6e1db;
  border-right: solid 1px #fff;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s linear, border-right-color 0.2s linear, margin 0.2s ease-out, padding 0.2s ease-out;
}

.tab-nav li:last-child a {
  border-right: none;
}

.tab-nav li.current a,
html:not(.mobile) .tab-nav li a:hover {
  margin-top: -10px;
  padding: 20px 15px 10px;
  color: #000 !important;
  background-color: #f7f3ed !important;
  border-right-color: #f7f3ed !important;
}

[class*=bg-] .tab-nav li.current a,
html:not(.mobile) [class*=bg-] .tab-nav li a:hover {
  background-color: #fff !important;
  border-right-color: #fff !important;
}

.tab-content {
  background-color: #f7f3ed;
  overflow: hidden;
}

.row .tab-content {
  padding: 0;
}

[class*=bg-] .tab-content {
  background-color: #fff;
}

.tab-container {
  overflow: hidden;
}

.tab-slider {
  position: relative;
  width: 1000%;
}

.tab-element {
  float: left;
  display: none;
  padding: 30px 0 10px;
}

.tab-slider .tab-element {
  width: 10%;
}

.tab-element:first-of-type {
  display: block;
}

.row .tab .tab-element {
  padding-left: 30px;
  padding-right: 30px;
}

/*---------------------------------------------
	[TB][ADD] カート確認
  ---------------------------------------------*/
/*---------------------------------------------
	[FM] フォーム
  ---------------------------------------------*/
.form-table {
  margin-bottom: 50px;
}

.form-table td {
  padding: 25px 100px 25px 30px;
  vertical-align: middle;
  border: 0 none;
  border-top: solid 1px #e6e1db;
}

.form-table tr:first-of-type th,
.form-table tr:first-of-type td {
  border-top: 0 none;
}

.form-table th {
  position: relative;
  width: 30%;
  padding: 35px 50px 35px 30px;
  font-weight: bold;
  border: 0 none;
  border-top: solid 1px #e6e1db;
  background-color: transparent;
}

.form-table thead th {
  border: 0 none !important;
  background-color: #e6e1db;
}

.form-caption {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 1.6;
  vertical-align: middle;
}

.form-table .form-caption {
  padding: 5px 10px 5px 0;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
textarea,
label span,
.select {
  outline: none;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
textarea {
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid #d7d2cc;
  vertical-align: middle;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-table input[type=text],
.form-table input[type=password],
.form-table input[type=tel],
.form-table input[type=email],
.form-table input[type=url],
.form-table input[type=number],
.form-table textarea {
  margin: 5px 0;
}

input[type=text]:not(.full),
input[type=password]:not(.full),
input[type=tel]:not(.full),
input[type=email]:not(.full),
input[type=url]:not(.full),
input[type=number]:not(.full) {
  margin-right: 10px;
}

input[type=text].full,
input[type=password].full,
input[type=tel].full,
input[type=email].full,
input[type=url].full,
input[type=number].full,
textarea.full {
  max-width: 100%;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 1rem;
}

:-moz-placeholder-shown {
  color: #999;
  font-size: 1rem;
}

:placeholder-shown {
  color: #999;
  font-size: 1rem;
}

.select {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #d7d2cc;
  border-radius: 20px;
  max-width: 100%;
}

.form-table .select {
  margin: 5px 5px 5px 0;
}

.select:before {
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: calc(100% + 2px);
  top: 0;
  right: 0;
  margin: -1px -1px -1px 0;
  background-color: #8b7f78;
  border-radius: 0 20px 20px 0;
  transition: background-color 0.2s linear;
}

.select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-top: solid 6px #fff;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

html:not(.mobile) .select:hover:before,
.select:focus:before {
  background-color: #a29993;
}

select {
  position: relative;
  z-index: 1;
  padding: 5px 40px 5px 15px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  border: 0 none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border-radius: 20px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
.select:focus,
html:not(.mobile) input[type=text]:hover,
html:not(.mobile) input[type=password]:hover,
html:not(.mobile) input[type=tel]:hover,
html:not(.mobile) input[type=email]:hover,
html:not(.mobile) input[type=url]:hover,
html:not(.mobile) input[type=number]:hover,
html:not(.mobile) textarea:hover,
html:not(.mobile) .select:hover {
  border-color: #49a1b8;
}

.form-error input[type=text],
.form-error input[type=password],
.form-error input[type=tel],
.form-error input[type=email],
.form-error input[type=url],
.form-error input[type=number],
.form-error textarea {
  background-color: #ffedee !important;
  border-color: #f2646e !important;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.form-table label {
  margin: 5px 20px 5px 0;
}

label:last-of-type {
  margin-right: 0;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 5px 0 -25px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #8b7f78;
  border-radius: 9px;
}

html:not(.mobile) label:hover input[type=radio]:not(:checked) + span {
  border-color: #a29993;
}

input[type=radio] + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 5px;
  transition: background-color 0.2s linear;
}

input[type=radio]:checked + span:after {
  background-color: #8b7f78;
}

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

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 5px 0 -25px;
  vertical-align: middle;
  background-color: #fff;
  border: solid 2px #8b7f78;
}

html:not(.mobile) label:hover input[type=checkbox]:not(:checked) + span {
  border-color: #a29993;
}

input[type=checkbox]:checked + span {
  background-color: #8b7f78;
}

input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
  transition: border-color 0.2s linear;
}

input[type=checkbox]:checked + span:before {
  border-color: #fff;
}

.zip input[type=text],
.zip input[type=tel] {
  width: 100px;
  margin-right: 0;
  vertical-align: middle;
}

.zip .btn {
  display: inline-block;
  vertical-align: middle;
}

.zip .btn a,
.zip .btn button {
  margin: 0 0 0 10px;
}

.tel input[type=text],
.tel input[type=tel] {
  width: 70px;
  margin-right: 0;
}

.btn-upload {
  position: relative;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
}

.form-table .btn-upload {
  margin: 5px 0;
}

.btn-upload .upload-value {
  display: block;
  width: calc(100% - 20px);
  margin: 0 !important;
  padding: 5px 10px;
  font-size: 0.88rem;
  border: 1px solid #d7d2cc;
  border-right: 0 none;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 20px 0 0 20px;
}

html:not(.mobile) .btn-upload:hover .upload-value {
  border-color: #49a1b8;
}

.btn-upload span {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #fff;
  background-color: #8b7f78;
  vertical-align: middle;
  border: 1px solid #8b7f78;
  border-radius: 0 20px 20px 0;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}

html:not(.mobile) .btn-upload:hover span {
  background-color: #a29993;
  border-color: #a29993;
}

.btn-upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}

.zip {
  display: inline-block;
}

.validation {
  position: relative;
}

.check-valid .label-circle {
  display: none !important;
}

.label-circle {
  display: none;
}

.kana-valid .label-circle,
.form-invalid .label-circle {
  display: block;
}

.form-table th .label-inline {
  position: absolute;
  top: 0;
  right: 0;
  margin: 35px 0 0;
}

.form-table .label-circle {
  position: absolute;
  top: 50%;
  right: -70px;
  margin: -20px 0 0;
}

.form-table .label-circle.top {
  top: 0;
  margin: 5px 0;
}

.form-table .label-circle.bottom {
  top: auto;
  bottom: 0;
  margin: 5px 0;
}

.form-table .caution {
  margin: 0;
  padding: 5px 40px 5px 0;
}

.form-table .caution + .caution {
  margin-top: -5px;
  padding-top: 0;
}

.step-cart {
  display: flex;
  margin: 0 0 30px;
  overflow: hidden;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}

.step-cart li {
  position: relative;
  display: flex;
  width: 16.66666666%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  background-color: #e6e1db;
  justify-content: center;
  align-items: center;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}

.step-cart li:first-of-type {
  margin-left: -20px;
}

.step-cart .completed {
  color: #f2646e;
  font-weight: bold;
}

.step-cart .completed a {
  text-decoration: none;
  color: #f2646e;
}

.step-cart .completed a:hover {
  color: #cc525b;
}

.step-cart .current {
  background-color: #f2646e;
  color: #fff;
  font-weight: bold;
}

.step-cart li:not(:first-of-type):before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 1px;
  border-left: solid 20px #fff;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.step-cart .current:not(first-of-type):before,
.step-cart .current + li:before {
  display: none;
}

.step-cart li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: -20px;
  border-left: solid 20px #e6e1db;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
}

.step-cart li:nth-of-type(1) {
  z-index: 6;
}

.step-cart li:nth-of-type(2) {
  z-index: 5;
}

.step-cart li:nth-of-type(3) {
  z-index: 4;
}

.step-cart li:nth-of-type(4) {
  z-index: 3;
}

.step-cart li:nth-of-type(5) {
  z-index: 2;
}

.step-cart li:nth-of-type(6) {
  z-index: 1;
}

.step-cart .current:after {
  border-left-color: #f2646e;
}

.step-cart span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
  text-align: center;
}

.step-cart span:before {
  content: attr(data-num);
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 25px;
  margin: -9px 0 0;
  line-height: 17px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #8b7f78;
  border-radius: 50%;
}

.step-cart .completed span:before {
  content: "";
  background-color: #f2646e;
}

.step-cart .current span:before {
  color: #f2646e;
  background-color: #fff;
}

.step-cart .completed span:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 31px;
  margin: -6px 0 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.efo-autoname .form-caption + p,
.efo-autokana .form-caption + p {
  display: inline-block;
  max-width: 200px;
  width: 70%;
}

.efo-autoname input, .efo-autokana input {
  width: 100%;
}

/*---------------------------------------------
	[EB1] 動画埋め込み
  ---------------------------------------------*/
.embed-video {
  position: relative;
  margin-bottom: 20px;
  padding: 56.25% 0 0;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

/*---------------------------------------------
	[EB2] モーダル
  ---------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed !important;
  z-index: 10042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background-color: #000;
  opacity: 0.8;
  animation: mfp-bg-fadein 0.3s linear;
}
@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  transition: opacity 0.3s linear 0.3s;
}

.mfp-wrap {
  position: fixed !important;
  z-index: 10043;
  width: 100%;
  height: 100% !important;
  top: 0 !important;
  left: 0;
  outline: none !important;
}

.mfp-wrap {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  transform: scale(0.9);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out, opacity 0.3s linear;
}

_::-webkit-full-page-media, _:future, :root .mfp-wrap.mfp-ready .mfp-content {
  transform: none;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  max-width: 1170px;
}

.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
  background-color: #fff;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}

.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(/assets/images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 40px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: 0.5;
  border-radius: 15px;
}

.mfp-ready .mfp-close {
  top: 0;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  transition: top 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-close,
.mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close,
.mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}

html:not(.mobile) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.mfp-close:before,
.mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 13px;
  top: 5px;
  background-color: #fff;
  border-radius: 2px;
}

.mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: fixed;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-color: #8b7f78;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
}

.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.mfp-arrow:hover:before {
  opacity: 0.2;
}

.mfp-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url(/assets/images/icon_link.png);
  background-repeat: no-repeat;
  background-position: 0 -144px;
  background-size: 480px 240px;
  transition: transform 0.2s linear;
}

.mfp-arrow-left {
  left: -10vw;
  margin-left: -20px;
}

.mfp-arrow-right {
  right: -10vw;
  margin-right: -20px;
}

.mfp-arrow-left:after {
  left: 7px;
  transform: rotate(180deg);
}

html:not(.mobile) .mfp-arrow-left:hover:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

html:not(.mobile) .mfp-arrow-right:hover:after {
  transform: translate3d(3px, 0, 0);
}

.mfp-ready .mfp-arrow-left {
  left: 3vw;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -10vw;
  transition: left 0.5s ease-in 0s;
}

.mfp-ready .mfp-arrow-right {
  right: 3vw;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -10vw;
  transition: right 0.5s ease-in 0s;
}

.sb10 .mfp-ready .mfp-arrow-right {
  margin-right: -10px;
}

.sb11 .mfp-ready .mfp-arrow-right {
  margin-right: -9px;
}

.sb12 .mfp-ready .mfp-arrow-right {
  margin-right: -8px;
}

.sb13 .mfp-ready .mfp-arrow-right {
  margin-right: -7px;
}

.sb14 .mfp-ready .mfp-arrow-right {
  margin-right: -6px;
}

.sb15 .mfp-ready .mfp-arrow-right {
  margin-right: -5px;
}

.sb16 .mfp-ready .mfp-arrow-right {
  margin-right: -4px;
}

.sb17 .mfp-ready .mfp-arrow-right {
  margin-right: -3px;
}

.sb18 .mfp-ready .mfp-arrow-right {
  margin-right: -2px;
}

.sb19 .mfp-ready .mfp-arrow-right {
  margin-right: -1px;
}

.sb20 .mfp-ready .mfp-arrow-right {
  margin-right: 0;
}

.sb21 .mfp-ready .mfp-arrow-right {
  margin-right: 1px;
}

.sb22 .mfp-ready .mfp-arrow-right {
  margin-right: 2px;
}

.sb23 .mfp-ready .mfp-arrow-right {
  margin-right: 3px;
}

.sb24 .mfp-ready .mfp-arrow-right {
  margin-right: 4px;
}

.sb25 .mfp-ready .mfp-arrow-right {
  margin-right: 5px;
}

html:not(.mobile) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-iphone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  max-height: 95%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none !important;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background-color: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  transition: bottom 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.sb10 .mfp-bg ~ .fixed {
  width: calc(100% - 10px);
}

.sb11 .mfp-bg ~ .fixed {
  width: calc(100% - 11px);
}

.sb12 .mfp-bg ~ .fixed {
  width: calc(100% - 12px);
}

.sb13 .mfp-bg ~ .fixed {
  width: calc(100% - 13px);
}

.sb14 .mfp-bg ~ .fixed {
  width: calc(100% - 14px);
}

.sb15 .mfp-bg ~ .fixed {
  width: calc(100% - 15px);
}

.sb16 .mfp-bg ~ .fixed {
  width: calc(100% - 16px);
}

.sb17 .mfp-bg ~ .fixed {
  width: calc(100% - 17px);
}

.sb18 .mfp-bg ~ .fixed {
  width: calc(100% - 18px);
}

.sb19 .mfp-bg ~ .fixed {
  width: calc(100% - 19px);
}

.sb20 .mfp-bg ~ .fixed {
  width: calc(100% - 20px);
}

.sb21 .mfp-bg ~ .fixed {
  width: calc(100% - 21px);
}

.sb22 .mfp-bg ~ .fixed {
  width: calc(100% - 22px);
}

.sb23 .mfp-bg ~ .fixed {
  width: calc(100% - 23px);
}

.sb24 .mfp-bg ~ .fixed {
  width: calc(100% - 24px);
}

.sb25 .mfp-bg ~ .fixed {
  width: calc(100% - 25px);
}

.sb10 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 10px);
}

.sb11 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 11px);
}

.sb12 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 12px);
}

.sb13 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 13px);
}

.sb14 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 14px);
}

.sb15 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 15px);
}

.sb16 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 16px);
}

.sb17 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 17px);
}

.sb18 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 18px);
}

.sb19 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 19px);
}

.sb20 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 20px);
}

.sb21 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 21px);
}

.sb22 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 22px);
}

.sb23 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 23px);
}

.sb24 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 24px);
}

.sb25 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 25px);
}


/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px), print {
  /* ----- メインコンテンツ ----- */
  #wrapper:before {
    display: none;
  }
  /* main {
    padding: 140px 0 0;
  } */
  main:not([class*=bg-]):before {
    transition: none;
  }
  .shadow main:not([class*=bg-]):before {
    opacity: 1;
  }
 
  /* ----- ページトップボタン ----- */
  #btn-pagetop {
    margin-top: 35px;
  }
  .cart-flow #btn-pagetop {
    margin-top: 5px;
  }
  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 20px);
  }
  .no-gutter {
    width: 100%;
  }
  .col1-2 {
    width: calc(50% - 20px);
  }
  .col1-3 {
    width: calc(33.33333333% - 20px);
  }
  .col2-3 {
    width: calc(66.66666666% - 20px);
  }
  .col1-4 {
    width: calc(25% - 20px);
  }
  .col3-4 {
    width: calc(75% - 20px);
  }
  .col1-5 {
    width: calc(20% - 20px);
  }
  .col1-6 {
    width: calc(16.66666666% - 20px);
  }
  .col1000-2618 {
    width: calc(38.2% - 20px);
  }
  .col1618-2618 {
    width: calc(61.8% - 20px);
  }
  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6,
  .col1000-2618,
  .col1618-2618 {
    margin-right: 20px;
  }
  /* ----- [IG] 画像 ----- */
  .img-set .img,
  .thumb-set .img {
    margin-right: 10px;
    padding-right: 10px;
  }
  .img-set .img.right,
  .thumb-set .img.right {
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
    padding-left: 10px;
  }
  /* ----- [BN] バナー ----- */
  .banner .img {
    margin-bottom: 20px;
  }
  /* ----- [BR] 見出しバー ----- */
  .bar-heading {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  /* ----- [BX] ボックス ----- */
  .box {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    background-color: #f7f3ed;
    overflow: hidden;
  }
  .box > .bar-heading:first-of-type {
    margin: -20px -20px 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box > .bar-heading:first-of-type.bar-heading .right {
    right: 20px;
  }
  /* ----- [FR] 枠 ----- */
  .frame {
    margin-bottom: 20px;
  }
  /* ----- [PL] パネル ----- */
  .panel-vertical,
  .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 20px;
  }
  .col-set:not(.no-gutter) > .panel-covered.col2-3:before {
    padding-top: calc(90% - 20px);
  }

  /* ----- [TB] タブ ----- */
  .tab {
    margin-bottom: 40px;
  }
  .tab-nav:not(.row) {
    padding: 0 20px;
  }
  .tab-element {
    padding: 20px 0 10px;
  }
  .row .tab .tab-element {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 20px 20px 0;
  }
  /* ----- [SL] スライダー ----- */
  .slider {
    margin-bottom: 20px;
  }
  /* ----- [FM] フォーム ----- */
  .step-cart li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px), print {

  /* ----- カテゴリーボタン ----- */
  #btn-category {
    position: absolute;
    z-index: 9999;
    display: block;
    width: calc(180px + 6vw);
    height: 60px;
    top: 80px;
    left: 0;
    margin: 0;
  }
  .no-sidebar #btn-category {
    display: none;
  }
  #btn-category button {
    position: relative;
    display: block;
    height: 60px;
    padding: 0 0 0 3vw;
    line-height: 60px;
    font-size: 0.88rem;
    color: #555;
    text-decoration: none;
    background-color: transparent;
    border: 0 none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
  }
  #btn-category button:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    border-bottom: solid 15px #f0ebe4;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 100%, 0);
  }
  html:not(.mobile) .show-category button:before {
    transform: translate3d(0, 0, 0) !important;
  }
  #btn-category button:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -2px 0 0 2px;
    vertical-align: middle;
    background-image: url(/assets/images/icon_link.png);
    background-repeat: no-repeat;
    background-position: 0 -48px;
    background-size: 480px 240px;
    transform: rotate(90deg);
    transition: transform 0.2s linear;
  }
  /* btn-categoryをクラス名にする */
  html:not(.mobile) .show-category button:after {
    transform: translate3d(0, 3px, 0) rotate(90deg) !important;
  }
  .mobile #btn-category.on button:after {
    transform: rotate(-90deg);
  }
  /* ----- カテゴリメニュー ----- */
  #category-nav,
  #category-nav.fixed.bottom-fixed {
    position: absolute;
  }
  #category-nav.fixed {
    position: fixed;
  }
  #category-nav nav {
    transform: translate3d(0, -100%, 0);
    transition: transform 0.3s ease-out;
  }
  html:not(.mobile) .show-category + #category-nav nav,
  html:not(.mobile) #category-nav nav:hover,
  .mobile #btn-category.on + #category-nav nav {
    transform: translate3d(0, 0, 0);
  }
  #category-nav.fixed nav {
    top: 80px;
  }

}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  /* ----- メインコンテンツ ----- */

  .cart-flow main {
    padding-top: 55px;
  }
  article {
    width: 100%;
    order: 1;
  }
  /* ----- 固定ヘッダー用アンカーリンク ----- */
  .anchor:before {
    content: "";
    display: block;
    margin-top: -55px;
    /* 固定ヘッダーの高さ */
    padding-top: 55px;
  }
  /* ----- 強制指定 ----- */
  /* 左右中央寄せ */
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
  .sp-right {
    text-align: right !important;
  }
  /* 幅 */
  .sp-w50 {
    width: 50px !important;
  }
  .sp-w60 {
    width: 60px !important;
  }
  .sp-w70 {
    width: 70px !important;
  }
  .sp-w80 {
    width: 80px !important;
  }
  .sp-w90 {
    width: 90px !important;
  }
  .sp-w100 {
    width: 100px !important;
  }
  .sp-w110 {
    width: 110px !important;
  }
  .sp-w120 {
    width: 120px !important;
  }
  .sp-w130 {
    width: 130px !important;
  }
  .sp-w140 {
    width: 140px !important;
  }
  .sp-w150 {
    width: 150px !important;
  }
  .sp-w160 {
    width: 160px !important;
  }
  .sp-w170 {
    width: 170px !important;
  }
  .sp-w180 {
    width: 180px !important;
  }
  .sp-w190 {
    width: 190px !important;
  }
  .sp-w200 {
    width: 200px !important;
  }
  /* 下余白 */
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  /* 表示／非表示 */
  .show-pc {
    display: none !important;
  }
  /* 文字サイズ */
  .sp-xl {
    font-size: 1.19rem !important;
    line-height: 2;
  }
  .sp-l {
    font-size: 1.13rem !important;
  }
  .sp-m {
    font-size: 1rem !important;
  }
  .sp-s {
    font-size: 0.88rem !important;
  }
  .sp-xs {
    font-size: 0.75rem !important;
  }
  .xl.sp-l,
  .xl.sp-m,
  .xl.sp-s,
  .xl.sp-xs {
    line-height: 1.8;
  }

  #btn-category,
  .mobile .category-bg {
    display: none;
  }
  /* ----- メニューボタン ----- */
  #btn-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    background-color: #a41a1a;
    overflow: hidden;
    transition: background-color 0.2s linear;
  }
  html:not(.mobile) #btn-menu:hover {
    background-color: #b64848;
  }
  #btn-menu button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: transparent;
    border: 0 none;
    border-left: solid 1px #b64848;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #btn-menu:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 18px;
    height: 2px;
    top: 18px;
    right: 19px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease-out, top 0.3s ease-out, width 0.3s ease-out;
  }
  #btn-menu button:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 18px;
    height: 2px;
    top: 25px;
    right: 19px;
    background-color: #fff;
    border-radius: 2px;
    transition: width 0.3s ease-out, right 0.3s ease-out;
  }
  #btn-menu button:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 18px;
    height: 2px;
    top: 32px;
    right: 19px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease-out, top 0.3s ease-out;
  }
  html:not(.mobile) #btn-menu:hover:after {
    width: 14px;
  }
  html:not(.mobile) #btn-menu button:hover:before {
    width: 10px;
  }
  #btn-menu.on:after {
    width: 18px !important;
    top: 27px;
    transform: rotate(45deg);
  }
  #btn-menu.on button:before {
    width: 0 !important;
    right: 23px;
  }
  #btn-menu.on button:after {
    top: 27px;
    transform: rotate(-45deg);
  }
  #btn-menu:not(.on) span:last-child,
  #btn-menu.on span:first-child {
    display: none;
  }
  /* ----- カテゴリメニュー ----- */
  .nav-open {
    height: 100vh;
    overflow: hidden;
  }
  #wrapper {
    transition: transform 0.3s ease-out;
  }
  .nav-open #wrapper {
    transform: translate3d(-100%, 0, 0);
  }
  #category-nav {
    position: fixed;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0s linear 0.3s;
  }
  .nav-open #category-nav {
    opacity: 1;
    z-index: 0;
    transition: opacity 0s linear 0s;
  }
  .no-sidebar #category-nav {
    display: block;
  }
  #category-nav nav {
    width: 100%;
    height: 100vh;
    top: 0 !important;
    left: auto;
    right: 0;
    overflow: hidden;
  }
  .nav-open #category-nav nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #category-nav nav > ul {
    min-width: 320px;
    padding: 55px 0 70px;
    overflow: hidden;
  }
  #category-nav nav > ul:before {
    display: none;
  }
  #category-nav nav > ul > li {
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }
  #category-nav .icon-guide,
  #category-nav .icon-contact {
    float: left;
    display: block;
    width: 50%;
  }
  #category-nav nav > ul > li > a {
    width: calc(100% - 55px);
    height: 55px;
    max-height: none;
    min-height: 0;
    padding: 10px 15px 10px calc(3vw + 50px);
    border-bottom: solid 1px #d7d2cc;
  }
  #category-nav .icon-guide > a,
  #category-nav .icon-contact > a {
    width: 100%;
    font-size: 0.88rem;
  }
  #category-nav .icon-guide > a {
    border-right: solid 1px #d7d2cc;
  }
  #category-nav .icon-guide > a:before,
  #category-nav .icon-contact > a:before {
    background-position: 9px 7px;
    background-size: 25px 25px;
  }
  #category-nav .icon-guide > a:before {
    background-image: url(/assets/images/icon_guide.png);
  }
  #category-nav .icon-contact > a:before {
    background-image: url(/assets/images/icon_contact.png);
  }
  html:not(.mobile) #category-nav nav > ul > li > a:hover {
    color: #000;
    font-weight: bold;
    background-color: #e6e1db;
  }
  html:not(.mobile) #category-nav nav > ul > li > a:hover:after {
    opacity: 0;
  }
  #category-nav nav > ul > li.sideNav-username {
    display: block;
  }
  #category-nav nav > ul > li.sideNav-favorite {
    display: block;
  }
  #category-nav button {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    border: 0 none;
    border-left: solid 1px #d7d2cc;
    border-bottom: solid 1px #d7d2cc;
    cursor: pointer;
    outline: none;
    background-color: #f0ebe4;
    transition: background-color 0.2s linear;
  }
  html:not(.mobile) #category-nav button:hover,
  #category-nav button.on {
    background-color: #e6e1db;
  }
  #category-nav button:before,
  #category-nav button:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #8b7f78;
    border-radius: 1.5px;
  }
  #category-nav button:before {
    width: 2px;
    height: 18px;
    margin: -9px 0 0 -1px;
    transition: transform 0.3s ease-out;
  }
  #category-nav button:after {
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
  }
  #category-nav button.on:before,
  html:not(.mobile) #category-nav button:hover:before {
    transform: rotate(90deg);
  }
  #category-nav dl {
    display: none;
    width: 100%;
    margin: 0;
  }
  #category-nav dl:before {
    display: none;
  }
  #category-nav dt {
    display: none;
  }
  #category-nav dd {
    padding: 0;
  }
  #category-nav dl ul {
    margin: 0;
    background-color: #e6e1db;
  }
  #category-nav dl ul a {
    display: flex;
    height: 50px;
    padding: 5px 40px 5px calc(3vw + 15px);
    line-height: 1.4;
    border-bottom: solid 1px #d7d2cc;
    align-items: center;
    transition: background-color 0.2s linear;
  }
  #category-nav dl a:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 7px;
    margin: -12px 0 0;
  }
  html:not(.mobile) #category-nav dl a:hover {
    background-color: #d7d2cc;
  }
  .sb10.nav-open body {
    margin-right: 10px;
  }
  .sb11.nav-open body {
    margin-right: 11px;
  }
  .sb12.nav-open body {
    margin-right: 12px;
  }
  .sb13.nav-open body {
    margin-right: 13px;
  }
  .sb14.nav-open body {
    margin-right: 14px;
  }
  .sb15.nav-open body {
    margin-right: 15px;
  }
  .sb16.nav-open body {
    margin-right: 16px;
  }
  .sb17.nav-open body {
    margin-right: 17px;
  }
  .sb18.nav-open body {
    margin-right: 18px;
  }
  .sb19.nav-open body {
    margin-right: 19px;
  }
  .sb20.nav-open body {
    margin-right: 20px;
  }
  .sb21.nav-open body {
    margin-right: 21px;
  }
  .sb22.nav-open body {
    margin-right: 22px;
  }
  .sb23.nav-open body {
    margin-right: 23px;
  }
  .sb24.nav-open body {
    margin-right: 24px;
  }
  .sb25.nav-open body {
    margin-right: 25px;
  }
  .sb11.nav-open .fixed {
    width: calc(100% - 11px);
  }
  .sb12.nav-open .fixed {
    width: calc(100% - 12px);
  }
  .sb13.nav-open .fixed {
    width: calc(100% - 13px);
  }
  .sb14.nav-open .fixed {
    width: calc(100% - 14px);
  }
  .sb15.nav-open .fixed {
    width: calc(100% - 15px);
  }
  .sb16.nav-open .fixed {
    width: calc(100% - 16px);
  }
  .sb17.nav-open .fixed {
    width: calc(100% - 17px);
  }
  .sb18.nav-open .fixed {
    width: calc(100% - 18px);
  }
  .sb19.nav-open .fixed {
    width: calc(100% - 19px);
  }
  .sb20.nav-open .fixed {
    width: calc(100% - 20px);
  }
  .sb21.nav-open .fixed {
    width: calc(100% - 21px);
  }
  .sb22.nav-open .fixed {
    width: calc(100% - 22px);
  }
  .sb23.nav-open .fixed {
    width: calc(100% - 23px);
  }
  .sb24.nav-open .fixed {
    width: calc(100% - 24px);
  }
  .sb25.nav-open .fixed {
    width: calc(100% - 25px);
  }
  .sb26.nav-open .fixed {
    width: calc(100% - 26px);
  }
  /* .nav-open #header-search {
    width: 100%;
  } */

  /* ----- ページタイトル <h1> ----- */
  h1,
  .cart-flow h1 {
    padding: 25px 0;
    font-size: 1.38rem;
  }

  /* ----- ページトップボタン ----- */
  #btn-pagetop,
  .cart-flow #btn-pagetop {
    float: none;
    margin: 0 auto 20px;
  }
  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 5px);
  }
  .no-gutter {
    width: 100%;
  }
  .row .no-gutter {
    margin-bottom: 15px;
  }
  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6,
  .col1000-2618,
  .col1618-2618 {
    width: calc(100% - 5px);
    margin-right: 5px;
  }
  .no-gutter > .col1-2,
  .no-gutter > .col1-3,
  .no-gutter > .col2-3,
  .no-gutter > .col1-4,
  .no-gutter > .col3-4,
  .no-gutter > .col1-5,
  .no-gutter > .col1-6,
  .no-gutter > .col1000-2618,
  .no-gutter > .col1618-2618 {
    width: 100%;
  }
  .sp-col1-2 {
    width: calc(50% - 5px);
  }
  .no-gutter > .sp-col1-2 {
    width: 50%;
  }
  /* ----- [HD] 見出し ----- */
  main h2:not([class*=heading]),
  .heading1 {
    margin: 40px 0 15px;
    font-size: 1.38rem;
  }
  h3:not([class*=heading]),
  .heading2 {
    margin: 30px 0 15px;
    font-size: 1.25rem;
  }
  h4:not([class*=heading]),
  .heading3 {
    margin: 20px 0 15px;
    font-size: 1.19rem;
  }
  h5:not([class*=heading]),
  .heading4 {
    margin: 10px 0 15px;
    font-size: 1.13rem;
  }
  h6:not([class*=heading]),
  .heading5 {
    margin: 0 0 15px;
    font-size: 1rem;
  }
  .col-set + h2 {
    margin-top: 25px;
  }
  .col-set + h3 {
    margin-top: 15px;
  }
  .col-set + h4 {
    margin-top: 5px;
  }
  .col-set + h5 {
    margin-top: 0;
  }
  .col-set + h6 {
    margin-top: 0;
  }
  .col-set + .heading1 {
    margin-top: 25px;
  }
  .col-set + .heading2 {
    margin-top: 15px;
  }
  .col-set + .heading3 {
    margin-top: 5px;
  }
  .col-set + .heading4 {
    margin-top: 0;
  }
  .col-set + .heading5 {
    margin-top: 0;
  }
  h2 + h3,
  h2 + h4,
  h3 + h4,
  h2 + h5,
  h3 + h5,
  h4 + h5,
  h2 + h6,
  h3 + h6,
  h4 + h6,
  h5 + h6,
  h2 + [class*=heading],
  h3 + [class*=heading],
  h4 + [class*=heading],
  h5 + [class*=heading],
  h6 + [class*=heading],
  [class*=heading] + h2,
  [class*=heading] + h3,
  [class*=heading] + h4,
  [class*=heading] + h5,
  [class*=heading] + h6,
  [class*=heading] + [class*=heading],
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child,
  [class*=heading]:first-child {
    margin-top: 0;
  }
  /* ----- [TX] テキスト ----- */
  .note:not(li) + .note:not(li),
  .note-num:not(li) + .note-num:not(li) {
    margin-top: -10px;
  }
  /* ----- [HR]  区切り線 ----- */
  hr {
    margin-bottom: 15px;
  }
  /* ----- [IG] 画像 ----- */
  figure {
    margin-bottom: 15px;
  }
  .right .caption {
    margin-right: auto;
  }
  .img-set .img,
  .img-set .img.right {
    float: none;
    width: auto;
    max-width: none;
    text-align: center !important;
  }
  .img-set .img {
    margin-right: 0;
    padding-right: 0;
  }
  .img-set .img.right {
    margin-left: 0;
    padding-left: 0;
  }
  .thumb-set .img {
    margin-right: 7.5px;
    padding-right: 7.5px;
  }
  .thumb-set .img.right {
    margin-right: 0;
    padding-right: 0;
    margin-left: 7.5px;
    padding-left: 7.5px;
  }
  /* ----- [BN] バナー ----- */
  .banner .img {
    margin-bottom: 15px;
  }
  .banner .sp-col1-2.img {
    margin-bottom: 5px;
  }
  /* ----- [LT] リスト ----- */
  ul,
  ol {
    margin-bottom: 15px;
  }
  ul.col-set {
    margin-bottom: 0;
  }
  main dl {
    display: block;
    margin-bottom: 0;
  }
  dl.border-set {
    margin-bottom: 15px;
  }
  main dt {
    width: auto !important;
    padding-bottom: 5px;
  }
  main dd {
    width: auto !important;
    padding: 0 0 15px;
  }
  dl.border-set {
    border-bottom: 0 none;
    border-top: solid 1px #e6e1db;
  }
  dl.border-set > dt {
    padding: 15px 0 5px;
    border-top: 0 none;
  }
  dl.border-set > dd {
    width: auto;
    padding: 0 0 15px;
    border-top: 0 none;
    border-bottom: solid 1px #e6e1db;
  }
  dl.news > dt {
    float: left;
    padding-right: 15px;
  }
  dl.news.border-set > dt {
    float: left;
    padding-top: 15px;
    border-top: 0 none;
  }
  dl.news > dd .tag,
  dl.news > dd .label {
    clear: none;
    float: right;
    margin: 0 0 5px;
  }
  dl.news.border-set .tag,
  dl.news.border-set .label {
    margin-top: 15px;
  }
  dl.news.border-set p + .tag,
  dl.news.border-set p + .label {
    margin-top: 0;
  }
  dl.news .link-icon {
    clear: both;
  }
  /* ----- [LK1] アイコンリンク ----- */
  .link-icon:not(li) + .link-icon {
    margin-top: -5px;
  }
  /* ----- [LK2] 横並びリンク ----- */
  .link-horizontal {
    margin-bottom: 5px;
  }
  /* ----- [TG] タグ ----- */
  .tag {
    margin-bottom: 7px;
  }
  .tag a {
    margin: 0 8px 8px 0;
  }
  /* ----- [LB] ラベル ----- */
  .label {
    margin-bottom: 5px;
  }
  /* ----- [BT] ボタン ----- */
  .btn > * {
    margin: 0 15px 15px 0;
  }
  /* ----- [SH] シェアボタン ----- */
  .btn-share {
    margin-bottom: 5px;
    text-align: center;
  }
  /* ----- [BR] 見出しバー ----- */
  .bar-heading {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .bar-heading .heading {
    font-size: 1.13rem;
  }
  .bar-heading select {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* ----- [BX] ボックス ----- */
  .box,
  .col-set .box {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
  .box > .bar-heading:first-of-type,
  .col-set .box > .bar-heading:first-of-type {
    margin: -15px -15px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box > .bar-heading:first-of-type.bar-heading .right {
    right: 15px;
  }
  /* ----- [FR]  枠 ----- */
  .frame {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
  /* ----- [PL] パネル ----- */
  /* [PL1] パネル > 画像上 */
  .panel-vertical {
    margin-bottom: 5px;
  }
  .panel-vertical dt.img {
    padding-bottom: 0;
  }
  .panel-vertical .txt,
  .col1-5.panel-vertical .txt {
    padding: 10px 2.5vw 15px;
  }
  .sp-panel-holizontal,
  .sp-panel-holizontal > dl {
    display: flex;
    width: 100%;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    align-items: center;
  }
  .sp-panel-holizontal > a:after {
    content: "";
    display: block;
    clear: both;
  }
  .sp-panel-holizontal .img {
    float: left;
    width: 25% !important;
    max-width: 100px;
    margin: 10px;
  }
  .sp-panel-holizontal .txt,
  .col1-5.sp-panel-holizontal .txt {
    width: calc(75% - 20px) !important;
    min-width: calc(100% - 120px);
    padding: 10px 15px 10px 5px;
    overflow: hidden;
  }
  .sp-panel-holizontal .label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .sp-panel-holizontal .label span {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    border: 0 none !important;
  }
  /* [PL2] パネル > 背景画像 */
  .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 5px;
  }
  .col-set:not(.no-gutter) > .panel-covered.col2-3:before {
    padding-top: calc(90% - 5px);
  }

  .panel-covered .txt {
    width: 100% !important;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .panel-covered .txt.bottom {
    padding-bottom: 15px;
  }
  .sp-col1-2.panel-covered .txt {
    width: 100% !important;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .col2-3.panel-covered .txt,
  .col1618-2618.panel-covered .txt {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .panel-covered .badge {
    margin: 0 0 0 -5px;
  }
  /* パネル > 共通設定 */
  .bar-heading + .col-set > .sp-col1-2.panel-vertical:nth-of-type(1),
  .bar-heading + .col-set > .sp-col1-2.panel-vertical:nth-of-type(2),
  .bar-heading + .col-set > .sp-col1-2.panel-covered:nth-of-type(1),
  .bar-heading + .col-set > .sp-col1-2.panel-covered:nth-of-type(2) {
    margin-top: -10px;
  }
  /* ----- [TL] 表 ----- */
  table {
    margin-bottom: 15px;
  }
  /* 水平スクロールバー */
  .scroll {
    margin: 0 0 15px;
    overflow-x: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background-color: #f7f3ed;
    -webkit-border-radius: 100px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #8b7f78;
    -webkit-border-radius: 100px;
  }
  .scroll > * {
    min-width: 738px;
    margin-bottom: 15px;
  }
  .scroll table {
    width: auto;
  }
  .scroll th,
  .scroll td {
    white-space: nowrap;
    min-width: 0;
  }
  /* ----- [TB] タブ ----- */
  .tab {
    margin-bottom: 30px;
  }
  .row .tab {
    margin-bottom: 15px;
  }
  .tab-nav:not(.row) {
    padding: 0 15px;
  }
  .sp-accordion .tab-nav {
    display: none;
  }
  .tab-nav li {
    min-height: 50px;
  }
  .tab-nav li a {
    padding: 5px 10px;
    font-size: 0.88rem;
  }
  .tab-nav li.current a,
  html:not(.mobile) .tab-nav li a:hover {
    padding: 15px 10px 5px;
  }
  .tab-container {
    margin: 0 -15px;
  }
  .row .tab .tab-container {
    margin: 0;
  }
  .tab-element {
    padding: 15px 15px 5px !important;
  }
  .sp-accordion .tab-slider {
    width: auto;
  }
  .sp-accordion .sp-tab-nav {
    display: block;
    margin: 0;
  }
  .sp-accordion .sp-tab-nav a {
    display: flex;
    position: relative;
    min-height: 50px;
    padding: 5px 50px 5px 15px;
    color: #555;
    text-decoration: none;
    text-align: center;
    background-color: #e6e1db;
    border-top: solid 1px #fff;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s linear, border-top-color 0.2s linear;
  }
  html:not(.mobile) .sp-accordion .sp-tab-nav:not(.current) a:hover {
    color: #000;
    background-color: #dcd7d2;
  }
  .sp-accordion .sp-tab-nav:first-of-type a {
    border-top: 0 none;
  }
  .sp-accordion .sp-tab-nav.current a {
    color: #fff;
    background-color: #8b7f78;
    border-top-color: #8b7f78 !important;
  }
  .sp-accordion .sp-tab-nav a span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    border: solid 1px #c5bfbb;
    border-radius: 50%;
  }
  .sp-accordion .sp-tab-nav.current a span {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .sp-accordion .sp-tab-nav a span:before,
  .sp-accordion .sp-tab-nav a span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #8b7f78;
    border-radius: 2px;
  }
  .sp-accordion .sp-tab-nav a span:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
  }
  .sp-accordion .sp-tab-nav a span:after {
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px;
    transition: transform 0.2s linear;
  }
  html:not(.mobile) .sp-accordion .sp-tab-nav a:hover span:after,
  .sp-accordion .sp-tab-nav.current a span:after {
    transform: rotate(90deg);
  }
  .sp-accordion .sp-tab-nav.current a span:after {
    background-color: #fff;
  }
  .sp-accordion .tab-element {
    float: none;
    width: auto;
  }
  /* ----- [FM] フォーム ----- */
  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }
  .form-table {
    margin-bottom: 30px;
  }
  .form-table th {
    width: auto;
    padding: 15px 65px 0 15px;
  }
  .form-table th .label-inline {
    top: 15px;
    right: 15px;
    margin: 0;
  }
  .form-table td {
    padding: 5px 15px 15px;
    border: 0 none;
  }
  .form-caption {
    font-size: 0.88rem;
  }
  .form-table .caution {
    padding-right: 50px;
    font-size: 0.88rem;
  }
  .validation {
    padding-right: 0;
  }
  .form-table .label-circle {
    position: static;
    margin: 5px 0;
  }
  .form-table .label-inline.s {
    font-size: 0.81rem !important;
  }
  .step-cart li {
    width: 33.33333333%;
    height: 40px;
  }
  .step-cart li:nth-of-type(n-3) {
    margin-bottom: 1px;
  }
  .step-cart li:nth-of-type(1),
  .step-cart li:nth-of-type(4) {
    margin-left: -10px;
  }
  .step-cart li:nth-of-type(4):before {
    display: none;
  }
  .step-cart li:not(:first-of-type):before {
    border-left: solid 10px #fff;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .step-cart li:after {
    right: -10px;
    border-left: solid 10px #e6e1db;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
  }
  .step-cart span {
    width: 100px;
    padding: 0 0 0 35px;
  }
  .step-cart span:before {
    left: 15px;
  }
  .step-cart .completed span:after {
    left: 21px;
  }
  /* ----- [EB1] 動画埋め込み ----- */
  .embed-video {
    margin-bottom: 15px;
  }
  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 15px 15px 0;
  }
  /* ----- [SL] スライダー ----- */
  .slider {
    margin-bottom: 15px;
  }
  /*---------------------------------------------
  [CL] カレンダー
   ---------------------------------------------*/
  .calendar:after {
    font-size: 0.7rem !important;
  }
  /*---------------------------------------------
  [CA]  合計金額
   ---------------------------------------------*/
  .item-price-calc dl {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .item-price-calc dt {
    width: 60% !important;
    padding: 10px 0 !important;
  }
  .item-price-calc dd {
    width: 40% !important;
    padding: 10px 0 !important;
    border-top: 1px solid #CAC3BD;
  }
}
/*---------------------------------------------
	500px未満
  ---------------------------------------------*/
@media screen and (max-width: 499px) {
  /* ----- フッター ----- */
  /* .footer-contact .txt {
    display: block;
  }
  .mobile .footer-contact .tel {
    width: 100%;
    min-width: 260px;
  } */
  /* ----- [BT] ボタン ----- */
  .btn > * {
    width: 100%;
    margin-right: 0;
  }
  /* ----- [PL] パネル ----- */
  .panel-vertical .heading,
  .panel-covered .heading {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .panel-vertical p,
  .panel-covered p {
    font-size: 0.81rem;
    line-height: 1.5;
  }
  /* ----- [TL] 表 ----- */
  table th {
    min-width: 3em;
  }
  table thead th {
    min-width: 3em;
  }
  /* ----- [FM] フォーム ----- */
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=url],
  input[type=number],
  textarea {
    max-width: 100%;
  }
  .zip .btn a,
  .zip .btn button {
    width: 150px;
    min-width: 0;
    padding: 5px;
    font-size: 0.81rem;
  }
  .zip .btn a span,
  .zip .btn button span {
    padding: 0 10px;
  }
}
/* スマホで２カラムの時、ボタンが大きくなるのを499px以下修正 */
@media screen and (max-width: 499px) {
  .sp-col1-2 .btn span {
    padding: 0 !important;
  }
}
/*---------------------------------------------
	印刷用
  ---------------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    width: 1024px;
    background-color: #fff;
  }
  /* header {
    position: absolute !important;
  } */
  #category-nav {
    display: none !important;
  }
  .slick-track {
    width: 50000px !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .slider .col1-2 {
    width: 482px !important;
  }
  .slider .col1-3 {
    width: 314.66666666px !important;
  }
  .slider .col1-4 {
    width: 231px !important;
  }
  .slider .col1-5 {
    width: 180.8px !important;
  }
  .slider .col1-6 {
    width: 147.33333333px !important;
  }
  .slick-list {
    padding: 0 !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }
}
.hide-w700 {
  display: none;
}

@media screen and (max-width: 700px) {
  .show-w700 {
    display: none;
  }
  .hide-w700 {
    display: inline-block;
  }
}
/* table - layout fixed */
.table-fixed {
  table-layout: fixed;
}

@media all and (-ms-high-contrast: none) {
  .table-fixed-ie {
    table-layout: fixed;
  }
}
/* sp - PC時のみ改行用 */
.br-spnone {
  display: block;
}

@media screen and (max-width: 767px) {
  .br-spnone {
    display: inline;
  }
}
/* pc - SP時のみ改行用 */
.br-pcnone {
  display: inline;
}

@media screen and (max-width: 767px) {
  .br-pcnone {
    display: block;
  }
}
/* form - mail */
.form-txt-mail {
  word-break: break-all;
}

.txt-word-break {
  word-break: break-all;
}

/* form - 生年月日 */
.form-cnf-birth-box {
  display: inline-block;
  margin-right: 10px;
}

/* [PL1] パネル ボタン */
.panel-vertical .button {
  width: 100%;
  padding: 0 15px 10px;
}

.panel-vertical .button .btn a,
.panel-vertical .button .btn button {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .panel-vertical .button {
    width: 100% !important;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
/*list- 定期商品一覧*/
.list-vertical {
  position: relative;
  background: #FFF;
  padding: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E6E1DB;
}

.list-vertical:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .list-vertical {
    padding: 15px;
  }
}
.list-vertical::before {
  display: none;
}

.list-vertical .heading {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  .list-vertical .heading {
    font-size: 16px;
  }
}
.list-vertical .heading.blue {
  color: #1A8BB5;
}

.list-vertical > dl {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list-vertical > dl {
    display: flex;
  }
}
.list-vertical > dl .img,
.list-vertical > dl .txt {
  padding-bottom: 0;
}

.list-vertical > dl .img {
  width: 120px !important;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list-vertical > dl .img {
    width: 80px !important;
  }
}
.list-vertical > dl .txt {
  width: calc(100% - 120px);
  padding-right: 160px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .list-vertical > dl .txt {
    width: calc(100% - 80px) !important;
    padding-right: 0;
    padding-left: 15px;
  }
}
.list-vertical > dl .txt .heading + p,
.list-vertical > dl .txt p + p {
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list-vertical > dl .txt .heading + p,
  .list-vertical > dl .txt p + p {
    font-size: 0.88em;
  }
}
.list-vertical > dl .button {
  position: absolute;
  padding: 0;
  top: 30px;
  right: 30px;
  width: 135px;
}

@media screen and (max-width: 767px) {
  .list-vertical > dl .button {
    position: static;
    width: 100% !important;
    padding-top: 15px;
  }
}
.list-vertical > dl .button a {
  margin-bottom: 0;
}

/*content 上余白リセット*/
.content.in-content {
  padding-top: 0;
}

/*テキスト 枠付き*/
.txt-border {
  border: 1px solid #b5b5b5;
  padding: 13px 15px 10px;
  color: #555;
}

.txt-border:last-child {
  margin-bottom: 0;
}

.txt-border-caution {
  color: #F2646E;
  font-weight: bold;
  border-color: #F2646E;
}

/*btn スマホ時 順番変更*/
@media screen and (max-width: 499px) {
  .btn .sp-order-0 {
    order: 0;
  }
  .btn .sp-order-1 {
    order: 1;
  }
}
.border-set-right {
  position: relative;
  align-items: center;
}

.border-set-right dt .right {
  position: absolute;
  right: 0;
}

/*もっと見るボタン */
.more-content.hide {
  display: none;
}

.requiredORCheck_required {
  position: relative;
}

/*カートテーブル */
.cart-table {
  padding: 0;
}

.cart-table table {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cart-table table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cart-table table th,
  .cart-table table td,
  .cart-table table thead,
  .cart-table table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cart-table table tr {
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .cart-table table th {
    width: 100%;
  }
}
.cart-table table thead th {
  min-width: 7.5em;
  border: 0 none;
}

.cart-table table thead th:not(:first-child) {
  padding: 15px 10px;
  font-size: 0.88rem;
  color: #555;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cart-table table thead th:not(:first-child) {
    display: none;
  }
}
.cart-table table thead .heading {
  font-size: 1.13rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cart-table table tbody tr {
    background: #f0ebe4;
  }
}
.cart-table table tbody th {
  padding: 20px 10px;
  background: #fff;
  border-right: 0 none;
  border-left: 0 none;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cart-table table tbody th {
    padding: 15px;
    border: 0 none;
  }
}
.cart-table table tbody td {
  padding: 15px 5px;
  border-right: 0 none;
  border-left: 0 none;
  vertical-align: middle;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cart-table table tbody td {
    min-width: 20%;
    padding: 10px 0;
    border: 0 none;
    background-color: #f0ebe4;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cart-table table tbody td:first-of-type {
    width: 35%;
    padding: 10px 10px 10px 5px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .cart-table table tbody td:last-of-type {
    width: 35%;
    padding: 10px 15px 10px 0;
    text-align: right;
    min-width: auto;
  }
}
.cart-table table thead th:last-child,
.cart-table table tbody td:last-child {
  padding-right: 20px;
  min-width: 8em;
}

.cart-table table thead th:first-child,
.cart-table table tbody th {
  padding-left: 20px;
}

.cart-table table tbody tr:last-child th,
.cart-table table tbody tr:last-child td {
  border-bottom: 0 none;
}

.cart-table table dl {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.cart-table table dl dt {
  width: 67px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-table table dl dd {
  width: calc(100% - 97px) !important;
  padding-bottom: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .cart-table table dl dd {
    padding-left: 15px;
    width: calc(100% - 70px) !important;
  }
}
.cart-table table dl dd .heading {
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cart-table table dl dd .heading {
    font-size: 0.88rem;
  }
}
.cart-table table dl dd .heading a {
  text-decoration: none;
}

.cart-table table dl dd .link-horizontal a {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.cart-table table select {
  padding: 4px 40px 3px 15px;
}

@media screen and (max-width: 767px) {
  .cart-table table select {
    padding: 2px 35px 2px 10px;
  }
}
.cart-table table .num {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cart-table table .num {
    font-size: 1.13rem;
  }
}
.cart-table table .form-caption {
  display: none;
}

@media screen and (max-width: 767px) {
  .cart-table table .form-caption {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 0.88rem;
  }
}
.cart-table-bg-light tr,
.cart-table-bg-light th,
.cart-table-bg-light td {
  background: #EFEAE3;
}

.cart-table-main {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .cart-table-main {
    width: 100%;
  }
}
.cart-table-num {
  width: 90px;
}

.cart-table-price {
  width: 200px;
}

.cart-table-btn {
  width: 310px;
}

@media screen and (max-width: 959px) {
  .cart-table-btn {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cart-table-sp40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .cart-table-sp50 {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .cart-table-sp60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .cart-table-sp100 {
    width: 100% !important;
  }
}
html:not(.mobile) .cart-table table th dd .heading a:hover {
  text-decoration: underline;
}

/*	スクロールバー表示	*/
.scroll-block {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .scroll-block {
    margin-bottom: 30px;
  }
}
.scroll-block-content {
  height: 200px;
  overflow-y: scroll;
}

.box .scroll-block-content {
  padding: 30px;
  margin: -30px -30px -10px;
}

@media screen and (max-width: 1199px), print {
  .box .scroll-block-content {
    padding: 20px;
    margin: -20px -20px 0px;
  }
}
@media screen and (max-width: 499px) {
  .box .scroll-block-content {
    padding: 15px;
    margin: -15px -15px 0px;
  }
}
/*	step	*/
.step-cart-center {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .step-cart-center {
    justify-content: flex-start;
  }
}
.step-cart-l li {
  width: 32.5%;
}

@media screen and (max-width: 767px) {
  .step-cart-l li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 499px) {
  .step-cart-spsmall li {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .step-cart-spsmall li span {
    width: 80%;
  }
}
@media screen and (max-width: 499px) {
  .step-cart-spsmall li span {
    width: 100%;
  }
}
.step-mypage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto auto 30px;
}

@media screen and (max-width: 499px) {
  .step-mypage {
    overflow: hidden;
    margin-bottom: 15px;
  }
}
.step-mypage li {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 16%;
  padding: 6px 20px;
}

@media screen and (max-width: 959px) {
  .step-mypage li {
    width: 16.6% !important;
    padding: 6px 0;
  }
}
@media screen and (max-width: 499px) {
  .step-mypage li {
    width: 33.3% !important;
  }
}
.step-mypage li .cube {
  position: absolute;
  display: block;
  z-index: 20;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 24px;
  height: 24px;
  margin: auto;
  transform: translateX(-50%);
  background: #e6e1db;
  border-radius: 50%;
}

.step-mypage li:before {
  top: 6px;
  left: -50%;
  width: 100%;
  position: absolute;
  content: "";
  height: 10px;
  background: #e6e1db;
  margin: 0;
  border-radius: 0;
}

@media screen and (max-width: 499px) {
  .step-mypage li:before {
    top: 8px;
    height: 8px;
  }
}
.step-mypage li:after {
  z-index: 10;
  top: 6px;
  left: 50%;
  width: 100%;
  position: absolute;
  content: "";
  height: 10px;
  background: #e6e1db;
  margin: 0;
}

@media screen and (max-width: 499px) {
  .step-mypage li:after {
    top: 8px;
    height: 8px;
  }
}
.step-mypage li:first-of-type:before {
  display: none;
}

.step-mypage li:nth-last-of-type(2):after {
  width: 80%;
}

.step-mypage li:last-of-type:after {
  display: none;
}

.step-mypage li.completed .cube {
  background: #f2646e;
}

.step-mypage li.completed .txt {
  color: #f2646e;
}

.step-mypage li.completed:before {
  background: #f2646e;
}

.step-mypage li.completed:after {
  background: #f2646e;
}

.step-mypage li.current .cube {
  background: #f2646e;
}

.step-mypage li.current .txt {
  color: #f2646e;
}

.step-mypage li.current:before {
  background: #f2646e;
}

.step-mypage .txt {
  display: block;
  padding-top: 40px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 767px) {
  .step-mypage .txt {
    font-size: 0.94rem;
    line-height: 1;
  }
}
@media screen and (max-width: 499px) {
  .step-mypage .txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step-mypage .data {
    font-size: 0.88rem;
  }
}
/*	form-table*/
.form-table-noOKSpace td {
  padding: 25px 30px;
}

@media screen and (max-width: 767px) {
  .form-table-noOKSpace td {
    padding: 5px 15px 15px;
  }
}
.form-table-btnset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form-table-btnset {
    display: block;
  }
}
.form-table-btnset-btn .btn > * {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .form-table-btnset-detail {
    margin-bottom: 10px;
  }
}
/*	メールアドレスエラー	*/
.form-table .label-error {
  display: none;
}

.toolstip {
  position: relative;
  display: none;
}

.toolstip_inner {
  display: inline-block;
  bottom: 5px;
  position: absolute;
  z-index: 100;
  margin-bottom: 0;
  padding: 8px 15px 7px 45px;
  background: #fff;
  border-radius: 20px;
  -moz-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  font-weight: bold;
  font-size: 0.94rem;
}

.toolstip_inner:before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/images/icon_error.png) no-repeat top left;
  background-size: 32px 32px;
}

.toolstip_inner:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 18px;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
}

.efo-autoname .toolstip .toolstip_inner {
  left: 45px;
}

.efo-autokana .toolstip .toolstip_inner {
  left: 45px;
}

@media all and (-ms-high-contrast: none) {
  .toolstip_inner {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  }
}
.validation_errorMark {
  position: relative;
}

.validation_errorMark .label-circle.label-error {
  display: block;
}

.validation_errorMark .label-circle.bg-blue {
  display: none;
}

.validation_errorTxt {
  position: relative;
}

.validation_errorTxt .toolstip {
  display: block;
}

/*	ノーティフィケーション表示	*/
.block-popup {
  z-index: 20000;
  display: none;
}

.block-popup-bg {
  position: absolute;
  display: flex;
  width: 100%;
  min-width: 320px;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0 3vw;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.block-popup-box {
  width: 100%;
  max-width: 640px;
  margin: 0 0 20px;
  padding: 60px 30px 40px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1199px), print {
  .block-popup-box {
    padding: 50px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-popup-box {
    padding: 30px 15px 10px;
  }
}
.block-popup-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.block-popup p:not(.btn) {
  margin-bottom: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px), print {
  .block-popup p:not(.btn) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-popup p:not(.btn) {
    margin-bottom: 20px;
  }
}
/*	modaliframe　*/
.modal-ajax-title {
  font-weight: bold;
  color: #000;
}

.modal-ajax-body {
  width: 100%;
  min-width: 0;
  padding: 0 3vw;
  max-width: 1170px;
  background: #fff;
}

.modal-ajax-head .info {
  margin-bottom: 10px;
}

.modal-ajax-head .info .mark {
  float: left;
}

.modal-ajax-head .info .mark .label {
  margin-right: 0;
}

.modal-ajax-head .info .data {
  float: right;
}

.modal-ajax-head .info:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modal-ajax-head .title {
  margin: 0;
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal-ajax-head .title {
    padding-top: 0;
  }
}
.modal-ajax-head .txt {
  margin-bottom: 30px;
}

/*	任意記号でのリスト　*/
.list-ul-mark {
  margin-left: 2em;
}

.list-ul-mark li {
  text-indent: -2em;
}

.list-ul-mark li:before {
  display: none;
}

.list-ul-mark li .mark {
  display: inline-block;
  width: 2em;
}

ol > li > .list-ul-mark {
  margin-top: 10px;
}

ul > li > .list-ul-mark {
  margin-top: 10px;
}

/*	テーブルをSP時に縦積みに	*/
@media screen and (max-width: 767px) {
  .table-spBlock thead,
  .table-spBlock tbody,
  .table-spBlock tr,
  .table-spBlock th,
  .table-spBlock td {
    display: block;
  }
}
/*---------------------------------------------
	[SH01] ご利用ガイド
  ---------------------------------------------*/
.guide-box-contents + .guide-box-contents {
  margin-top: 50px;
}

.guide-box-contents .border-set {
  display: block;
}

.guide-box-contents .border-set dt {
  width: 100%;
}

.guide-box-contents .border-set dd {
  border-top: none;
  padding: 0 0 20px 0;
  width: 100%;
}

.guide-box-contents .heading2 {
  padding-bottom: 0;
}

.guide-box-contents .heading2:after {
  display: none;
}

.guide-box-contents .heading-subTitle {
  font-weight: normal;
}

.guide-box-note {
  margin-top: 5px;
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .guide-box-note {
    margin: 0;
  }
}
.guide-box-tbl th,
.guide-box-tbl td {
  text-align: center;
  vertical-align: middle;
}

.guide-box-tbl-kutsu .sp-ttl {
  display: none;
}

.guide-box-tbl-kutsu .sp-width1 {
  display: none;
}

@media screen and (max-width: 767px) {
  .guide-box-tbl-kutsu {
    border: solid 1px #d7d0c9;
    border-bottom: none;
  }
  .guide-box-tbl-kutsu tr {
    display: block;
  }
  .guide-box-tbl-kutsu tr th {
    background-color: #e6e1db;
  }
  .guide-box-tbl-kutsu tr th,
  .guide-box-tbl-kutsu tr td {
    display: block;
    border: none;
    border-bottom: solid 1px #d7d0c9 !important;
  }
  .guide-box-tbl-kutsu thead th, .guide-box-tbl-kutsu thead td {
    display: none;
  }
  .guide-box-tbl-kutsu thead .labelTxt {
    display: block;
  }
  .guide-box-tbl-kutsu thead .labelTxt span {
    display: inline-block;
  }
  .guide-box-tbl-kutsu tbody .sp-ttl {
    display: inline;
  }
  .guide-box-tbl-kutsu tbody td {
    display: table;
    width: 100%;
  }
  .guide-box-tbl-kutsu tbody td span {
    padding: 15px;
  }
  .guide-box-tbl-kutsu tbody td .sp-width1 {
    display: table-cell;
    background: #f7f3ed;
    width: 60%;
  }
  .guide-box-tbl-kutsu tbody td .sp-width2 {
    display: table-cell;
    width: 40%;
  }
}
.guide-box-tbl-kutsu-men {
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .guide-box-tbl-kutsu-men {
    max-width: 100%;
  }
}
.guide-box-tbl-bra thead th {
  min-width: 6em;
}

@media screen and (max-width: 959px) {
  .guide-box-tbl-bra thead th {
    min-width: 3em;
  }
}
.guide-box-tbl-bra thead th.labelTxt {
  min-width: 7em;
}

@media screen and (max-width: 959px) {
  .guide-box-tbl-bra thead th.labelTxt {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .guide-box-tbl-bra {
    width: 100%;
    border-top: solid 1px #d7d0c9;
    border-left: solid 1px #d7d0c9;
  }
  .guide-box-tbl-bra tr {
    display: block;
    float: left;
  }
  .guide-box-tbl-bra tr th,
  .guide-box-tbl-bra tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 50px;
    border-bottom: solid 1px #d7d0c9 !important;
  }
  .guide-box-tbl-bra thead {
    display: block;
    float: left;
    width: 70%;
  }
  .guide-box-tbl-bra thead tr {
    width: 100%;
  }
  .guide-box-tbl-bra thead th {
    min-width: auto;
  }
  .guide-box-tbl-bra thead th:last-child {
    border-right: solid 1px #d7d0c9;
  }
  .guide-box-tbl-bra thead th.labelTxt {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-box-tbl-bra tbody {
    display: block;
    float: left;
    width: 30%;
  }
  .guide-box-tbl-bra tbody tr {
    width: 100%;
  }
}
.guide-box-colset {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .guide-box-colset {
    margin-bottom: 0px;
  }
}
.guide-box-colset .ttl {
  margin-bottom: 10px;
}

.button01 {
  width: 66.1vw;
  height: 11.7vw;
  border-radius: 6.5vw;
  background-color: #e00012;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.button01:hover {
  background-color: #b70413;
  transition: 0.5s;
}

.button01 > span {
  display: inline;
  color: #ffffff;
  font-size: 4.3vw;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 800;
}

.button02 {
  width: 60.5vw;
  height: 11.7vw;
  border: 0.5vw #7B7B7B solid;
  border-radius: 6.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.button02:hover {
  background-color: #f0f0f0;
  transition: 1s;
}

.button02 > span {
  display: inline;
  color: #727171;
  font-size: 4.3vw;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .button01 {
    width: 396.8px;
    height: 70.4px;
    border-radius: 39.2px;
    background-color: #e00012;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .button01 > span {
    display: inline;
    color: #ffffff;
    font-size: 25.6px;
  }
  .button02 {
    width: 363.2px;
    height: 70.4px;
    border: 3.2px #7B7B7B solid;
    border-radius: 39.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .button02 > span {
    display: inline;
    color: #727171;
    font-size: 25.6px;
  }
}
.mfp-wrap {
  letter-spacing: 0.05rem;
}
.mfp-wrap .mfp-container.row {
  max-width: none;
  box-sizing: inherit;
}
.mfp-wrap .heading4 {
  font-weight: bold;
  line-height: 1.6;
}
.mfp-wrap p {
  /* color: #555; */
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}
.mfp-wrap table {
  color: #555;
  line-height: 1.8;
}
.mfp-wrap th {
  font-weight: normal;
}

@media screen and (min-width: 1240px) {
  .mfp-wrap .mfp-container.row {
    width: 100%;
    padding: 0;
  }
  .mfp-wrap .heading4 {
    font-size: 1.25rem;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  width: 80vw;
  height: 93.3vw;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10.7vw;
  right: 0;
  width: 10.7vw;
  height: 10.7vw;
  font-size: 8vw;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  height: 93.3vw;
}

@media screen and (min-width: 600px) {
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active {
    opacity: 1;
    visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body {
    position: relative;
    display: inline-block;
    width: 480px;
    height: 560px;
    vertical-align: middle;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -64px;
    right: 0;
    width: 64px;
    height: 64px;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content {
    background: #fff;
    text-align: left;
    height: 560px;
  }
}
.btn_accordion_open {
  transition: 0.3s;
}

.btn_accordion_open.active {
  opacity: 0;
  pointer-events: none;
}

.accordion {
  display: none;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 0.5vw;
  z-index: 1;
  width: 4.8vw;
  cursor: pointer;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 0.5vw;
  z-index: 1;
  width: 4.8vw;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .prev-arrow {
    position: absolute;
    top: 50%;
    left: 3.2px;
    z-index: 1;
    width: 28.8px;
  }
  .next-arrow {
    position: absolute;
    top: 50%;
    right: 3.2px;
    z-index: 1;
    width: 28.8px;
  }
}

/* フローティングボタン */
.button05-sp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.button05-sp img {
  max-width: 542.4px;
  width: 90.4vw;
}

.floating01-sp.active {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
  z-index: 2;
}

.floating01-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .floating01-sp {
    display: none;
  }
  .floating01-pc {
    display: block;
  }
  .button05-pc {
    position: fixed;
    right: 4.17vw;
    bottom: 4.17vw;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    cursor: pointer;
  }
  .button05-pc img {
    width: 218px;
    transition: 0.2s;
  }
  .button05-pc img:hover {
    width: 220px;
  }
  .floating01-pc.active {
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
    z-index: 2;
  }
  .floating01-pc.zoomInRight {
    animation-name: zoomInRight;
    animation-duration: 0.5s;
  }
  @keyframes zoomInRight {
    from {
      transform: translate(50%, 50%) scale(2.5);
    }
  }
}
.section01 {
  position: relative;
}

.section01 > .inner > .logo {
  position: absolute;
  width: 100vw;
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 47px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section01 > .inner > .logo {
    align-items: center;
  }
}

.section01 > .inner > .logo > img {
  width: 100px;
}

.header__logo{
  width: 118.998px;
  height: 31.915px;
  flex-shrink: 0;
}

.section01 > .inner > .heading01 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.section01 > .inner > .heading01 > img {
  width: 73.06vw;
}

.section01 > .inner .cri-liveact-player {
  width: 100vw;
}
.sales-box {
  width: 100vw!important;
  text-align: center!important;
  position: absolute;
  bottom: 2.66vw;
}
.sales {
  width: 80.53vw!important;
}

@media screen and (min-width: 600px) {
  .section01 > .inner {
    width: 600px;
    margin: 0 auto;
    background-color: #191D27;
  }
  .section01 > .inner > .logo {
    width: 600px;
    background-color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    height: 47px;
  }
  .section01 > .inner > .heading01 > img {
    width: 274px;
  }
  .section01 > .inner .cri-liveact-player {
    width: 373px;
    margin: 0 auto;
  }
  .sales-box {
    width: 600px!important;
    bottom: 16px;
  }
  .sales {
    width: 302px!important;
  }
}




.section02 > .inner {
  max-width: 100vw;
  margin: 0 auto;
  margin-bottom: 0;
}

.section02 > .inner > .heading01 {
  background-image: url(/bedding/pillow-pajamas/assets/1101280/images/bg_section02_01.svg);
  background-size: 98.7vw;
  background-position: center;
  background-repeat: no-repeat;
  height: 88vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section02 > .inner > .heading01 > img {
  width: 92vw;
}

.section02 > .inner > .lead {
  text-align: center;
  margin: 0;
  position: relative;
  height: 38.4vw;
}

.section02 > .inner > .lead > img {
  width: 67.7vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section02 > .inner > .group {
  width: 83.7vw;
  margin: 0 auto;
}

.section02 > hr.blue_arrow {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: #C1DEE8;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.section02 > hr.blue_arrow::before{
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #fff;
  left: 0;
  top: -1px;
}

.section02 > .inner.--is_blue {
  background: #C1DEE8;
  padding: 24px 0;
  margin-bottom: 0;
  margin-top: -1px;
  position: relative;
}

.section02 > .inner > .group > .item {
  margin-bottom: 8.8vw;
}

.section02 > .inner > .group .row01 {
  display: flex;
  gap: 2.7vw;
}

.section02 > .inner > .group .row02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.7vw;
}

.section02 > .inner > .group .image > img {
  width: 35.2vw;
}

.section02 > .inner > .group .tag {
  margin-bottom: 2.7vw;
}

.section02 > .inner > .group .tag > img {
  width: 28.3vw;
}

.section02 > .inner > .group .name > img {
  height: 7.2vw;
}

.section02 > .inner > .group .name {
  margin-bottom: 2.1vw;
}

.section02 > .inner > .group .name-01 > img {
  height: 12vw;
}

.section02 > .inner > .group .name-01 {
  margin-bottom: 2.1vw;
}

.section02 > .inner > .group .content > .text > img {
  width: 46.4vw;
}

.section02 > .inner > .group .open {
  margin-top: 5.87vw;
  text-align: right;
  cursor: pointer;
}

.section02 > .inner > .group .open > img {
  width: 23.2vw;
}

.section02 > .inner > .group .accordion .text {
  font-size: 4.3vw;
  line-height: 150%;
  margin-bottom: 3.2vw;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.section02 > .inner > .group .close {
  text-align: right;
  cursor: pointer;
}

.section02 > .inner > .group .close > img {
  width: 26.9vw;
}

.section02 > .inner .modal-container .head {
  text-align: center;
}

.section02 > .inner .modal-container .head > img {
  margin: 6.4vw auto 3.2vw;
  width: 69.3vw;
}

.section02 > .inner .modal-container .text {
  width: 66.7vw;
  margin: 0 auto;
  line-height: 150%;
  font-size: 4.3vw;
}

@media screen and (min-width: 600px) {
  .section02 > .inner {
    max-width: 600px;
    margin-bottom: 24px;
  }
  .section02 > .inner > .heading01 {
    background-size: 592px;
    height: 528px;
  }
  .section02 > .inner > .heading01 > img {
    width: 552px;
  }
  .section02 > .inner > .lead {
    margin: 0;
    height: 230.4px;
  }
  .section02 > .inner > .lead.--is_doctor {
    margin: 0;
  }
  .section02 > .inner > .lead > img {
    width: 406.4px;
  }
  .section02 > .inner > .group {
    width: 502.4px;
  }
  .section02 > .inner > .group > .item {
    margin-bottom: 52.8px;
  }
  .section02 > .inner > .group .row01 {
    gap: 16px;
  }
  .section02 > .inner > .group .row02 {
    gap: 16px;
  }
  .section02 > .inner > .group .image > img {
    width: 211.2px;
  }
  .section02 > .inner > .group .tag {
    margin-bottom: 16px;
  }
  .section02 > .inner > .group .tag > img {
    width: 169.6px;
  }
  .section02 > .inner > .group .name > img {
    height: 43.2px;
  }
  .section02 > .inner > .group .name {
    margin-bottom: 12.8px;
  }
  .section02 > .inner > .group .name-01 > img {
    height: 68px;
  }
  .section02 > .inner > .group .name-01 {
    margin-bottom: 8px;
  }
  .section02 > .inner > .group .content > .text > img {
    width: 278.4px;
  }
  .section02 > .inner > .group .open {
    margin-top: 22px;
  }
  .section02 > .inner > .group .open > img {
    width: 139.2px;
  }
  .section02 > .inner > .group .accordion .text {
    font-size: 25.6px;
    margin-bottom: 19.2px;
  }
  .section02 > .inner > .group .close > img {
    width: 161.6px;
  }
  .section02 > .inner .modal-container .head > img {
    margin: 38.4px auto 19.2px;
    width: 416px;
  }
  .section02 > .inner .modal-container .text {
    width: 400px;
    font-size: 25.6px;
  }
}
.section03 {
  position: relative;
}

.section03 > .inner {
  max-width: 100vw;
  margin: 0 auto;
}

.section03 > .inner.--is_blue {
  background: #C1DEE8;
  padding: 24px 0;
  margin-bottom: 0;
  margin-top: -1px;
  position: relative;
}



.section03 > .inner > .heading01 {
  margin-top: 14.5vw;
  text-align: center;
}

.section03 > .inner > .heading01 > img:first-child {
  margin-bottom: 3.1vw;
  width: 69.3vw;
}

.section03 > .inner > .heading01 > img:last-child {
  width: 69.9vw;
}

.section03 > hr.blue_arrow {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: #C1DEE8;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.section03 > hr.blue_arrow::before{
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #fff;
  left: 0;
  top: -1px;
}

.section03 > .inner > .block {
  margin-bottom: 6.9vw;
}

.section03 > .inner > .block > .tag {
  margin-bottom: 4.3vw;
  height: 36.3vw;
  position: relative;
}

.section03 > .inner > .block > .tag > img {
  width: 84vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section03 > .inner > .block > .heading02  {
  margin-bottom: 4.5vw;
  text-align: center;
}

.section03 > .inner > .block > .heading02 > img {
  width: 86.4vw;
}

.section03 > .inner > .block > .heading03 {
  margin-bottom: 4.5vw;
  text-align: center;
}

.section03 > .inner > .block > .heading03 > img {
  width: 67.2vw;
}

.section03 > .inner > .block > .text {
  width: 84vw;
  margin: 0 auto;
  text-align: left;
  font-size: 4.3vw;
  line-height: 150%;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.section03 > .inner > .block > .image01 > img {
  width: 100vw;
}

.section03 > .inner > .block > .image02 {
  margin-bottom: 5.3vw;
  text-align: center;
}

.section03 > .inner > .block > .image02 > img {
  width: 68.3vw;
  margin-bottom: 0.8vw;
}

@media screen and (min-width: 600px) {
  .section03 {
    position: relative;
    text-align: center;
  }
  .section03 > .inner {
    background: #C1DEE8;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    top: -1px;
  }
  .section03 > .inner > .heading01 {
    margin-bottom: 24px;
    margin-top: 64px;
    background-color: #ffffff;
  }
  .section03 > .inner > .heading01 > img:first-child {
    margin-bottom: 18.8px;
    width: 416px;
  }
  .section03 > .inner > .heading01 > img:last-child {
    width: 419.2px;
  }
  .section03 > .inner > .block {
    margin-bottom: 41.6px;
  }
  .section03 > .inner > .block:last-child {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .section03 > .inner > .block > .tag {
    margin-bottom: 25.6px;
    height: 217.6px;
  }
  .section03 > .inner > .block > .tag > img {
    width: 504px;
  }
  .section03 > .inner > .block > .heading02 > img {
    width: 518.4px;
  }
  
  .section03 > .inner > .block > .heading03 {
    margin-bottom: 27.2px;
  }
  .section03 > .inner > .block > .heading03 > img {
    width: 403.2px;
  }
  .section03 > .inner > .block > .text {
    width: 504px;
    margin: 0 auto;
    text-align: left;
    font-size: 25.6px;
    line-height: 150%;
  }
  .section03 > .inner > .block > .image01 > img {
    width: 600px;
  }
  .section03 > .inner > .block > .image02 {
    margin-bottom: 32px;
  }
  .section03 > .inner > .block > .image02 > img {
    width: 409.6px;
    margin-bottom: 4.8px;
  }
}
.section04 {
  text-align: center;
}

.section04 > .inner {
  max-width: 100vw;
  margin: 0 auto;
}

.section04 > .inner > .heading01 {
  margin-bottom: 4vw;
}

.section04 > .inner > .heading01 > img {
  width: 60.8vw;
}

.section04 > .inner > .text {
  text-align: left;
  width: 68vw;
  margin: 0 auto 13.6vw;
  padding-left: 2.3vw;
}

.section04 > .inner > .text > img {
  margin-bottom: 2.1vw;
}

.section04 > .inner > .text > .text01 {
  width: 56.3vw;
}

.section04 > .inner > .text > .text02 {
  width: 61.8vw;
}

.section04 > .inner > .text > .text03 {
  width: 67.1vw;
}

.section04 > .inner > .text > .text04 {
  width: 55vw;
}

.section04 > .inner > .text > .text05 {
  width: 52.6vw;
}

.section04 > .inner > .text > .text06 {
  width: 40vw;
}

/* priceArea */
.priceArea > .name {
  margin-bottom: 5.3vw;
}

.priceArea > .name > img {
  width: 56vw;
}

.priceArea > .image {
  margin-bottom: 5.3vw;
}

.priceArea > .image > img {
  width: 100vw;
}

.priceArea > .price {
  margin-bottom: 3.2vw;
}

.priceArea > .price > img {
  width: 60.3vw;
}

.priceArea > .text {
  margin-bottom: 3.2vw;
  height: 26.1vw;
  position: relative;
  overflow: hidden;
}

.priceArea > .text > img {
  width: 78.4vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.priceArea > .row {
  display: flex;
  gap: 2.1vw;
  width: 66.1vw;
  margin: 0 auto;
  margin-bottom: 9.9vw;
}

.priceArea > .row > .image > img {
  width: 35.2vw;
}

.priceArea > .row > .text > img {
  width: 28.8vw;
}

.priceArea > .button01 {
  margin-bottom: 3.2vw;
}

.section04 .priceArea {
  margin-bottom: 21.3vw;
}

.priceArea > .note01 > img {
  width: 59vw;
}

.section04 .priceArea > .text02 {
  margin: -2.9vw auto 6.7vw;
}

.section04 .priceArea > .text02 img {
  width: 45.44vw;
}

/* /priceArea */
@media screen and (min-width: 600px) {
  .section04 > .inner {
    max-width: 600px;
  }
  .section04 > .inner > .heading01 {
    margin-bottom: 24px;
    position: relative;
    top: -1px;
  }
  .section04 > .inner > .heading01 > img {
    width: 364.8px;
  }
  .section04 > .inner > .text {
    width: 408px;
    margin: 0 auto 81.5px;
    padding-left: 14px;
  }
  .section04 > .inner > .text > img {
    margin-bottom: 12.8px;
  }
  .section04 > .inner > .text > .text01 {
    width: 337.8px;
  }
  .section04 > .inner > .text > .text02 {
    width: 370.6px;
  }
  .section04 > .inner > .text > .text03 {
    width: 402.7px;
  }
  .section04 > .inner > .text > .text04 {
    width: 330.1px;
  }
  .section04 > .inner > .text > .text05 {
    width: 315.7px;
  }
  .section04 > .inner > .text > .text06 {
    width: 240px;
  }
  /* priceArea */
  .priceArea > .name {
    margin-bottom: 32px;
  }
  .priceArea > .name > img {
    width: 336px;
  }
  .priceArea > .image {
    margin-bottom: 32px;
  }
  .priceArea > .image > img {
    width: 600px;
  }
  .priceArea > .price {
    margin-bottom: 19.2px;
  }
  .priceArea > .price > img {
    width: 361.6px;
  }
  .priceArea > .text {
    margin-bottom: 19.2px;
    height: 156.8px;
  }
  .priceArea > .text > img {
    width: 470.4px;
  }
  .priceArea > .row {
    gap: 12.8px;
    width: 396.8px;
    margin-bottom: 59.2px;
  }
  .priceArea > .row > .image > img {
    width: 211.2px;
  }
  .priceArea > .row > .text > img {
    width: 172.8px;
  }
  .priceArea > .button01 {
    margin-bottom: 19.2px;
  }
  .section04 .priceArea {
    margin-bottom: 128px;
  }
  .priceArea > .note01 > img {
    width: 354.3px;
  }
  .section04 .priceArea > .text02 {
    margin: -17.6px auto 35.2px;
  }
  .section04 .priceArea > .text02 img {
    width: 273px;
  }
  /* /priceArea */
}
.section05 > .inner {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
}

.section05 > .inner > .tag {
  margin-left: 8.8vw;
  margin-bottom: 5.1vw;
}

.section05 > .inner > .tag > img {
  width: 32.8vw;
}

.section05 > .inner > .heading01 {
  margin-left: 7.7vw;
  margin-bottom: 4.8vw;
}

.section05 > .inner > .heading01 > img {
  width: 63.4vw;
}

.section05 > .inner .cat {
  position: absolute;
  top: -7.7vw;
  right: 1.3vw;
}

.section05 > .inner .extend04 {
  position: relative;
}

.section05 > .inner .extend04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section05 > .inner .cat img {
  width: 42.7vw;
}

.section05 > .inner > .text01 {
  width: 84vw;
  margin: 0 auto;
  margin-bottom: 9.9vw;
  font-size: 4.3vw;
  line-height: 150%;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.section05 > .inner > .group {
  display: flex;
  flex-wrap: wrap;
  max-width: 77.3vw;
  margin: 0 auto;
  margin-bottom: 1.9vw;
  justify-content: space-between;
}

.section05 > .inner > .group > .item {
  text-align: center;
  width: 37.9vw;
  height: 62.1vw;
  position: relative;
  margin-bottom: 4.5vw;
}

.section05 > .inner > .group .name {
  height: 8.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1vw;
}

.section05 > .inner > .group .name01 {
  width: 22.4vw;
}

.section05 > .inner > .group .name02 {
  width: 26.1vw;
}

.section05 > .inner > .group .name03 {
  width: 29.6vw;
}

.section05 > .inner > .group .name04 {
  width: 37.9vw;
}

.section05 > .inner > .group .image01 > img {
  width: 35.2vw;
}

.section05 > .inner > .group .image02 .extend03 {
  position: relative;
}

.section05 > .inner > .group .image02 > img {
  width: 35.2vw;
  border-radius: 50%;
  position: absolute;
  top: 45.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section05 > .inner > .text02 {
  width: 84vw;
  margin: 0 auto;
  margin-bottom: 13.1vw;
  font-size: 4.3vw;
  line-height: 150%;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.section05 > .inner > .video > .caption {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 74.7vw;
  height: 10vw;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section05 > .inner > .video .caption01 {
  text-align: center;
}

.section05 > .inner > .video .caption01 > img {
  width: 54.9vw;
}

.section05 > .inner > .video {
  width: 73.6vw;
  margin: 0 auto;
  margin-bottom: 5.9vw;
  position: relative;
}

.section05 > .inner > .caption02 {
  text-align: center;
  margin-bottom: 2.7vw;
}

.section05 > .inner > .caption02 > img {
  width: 65.6vw;
}

.section05 > .inner > .image03 {
  text-align: center;
  margin-bottom: 12vw;
}

.section05 > .inner > .image03 > img {
  width: 41.9vw;
}

@media screen and (min-width: 600px) {
  .section05 > .inner {
    max-width: 600px;
  }
  .section05 > .inner > .tag {
    margin-left: 52.8px;
    margin-bottom: 30.4px;
  }
  .section05 > .inner > .tag > img {
    width: 196.8px;
  }
  .section05 > .inner > .heading01 {
    margin-left: 46.4px;
    margin-bottom: 28.8px;
  }
  .section05 > .inner > .heading01 > img {
    width: 380.4px;
  }
  .section05 > .inner .cat {
    position: absolute;
    top: -46.4px;
    right: 8px;
  }
  .section05 > .inner .cat > img {
    width: 256px;
  }
  .section05 > .inner > .text01 {
    width: 504px;
    margin-bottom: 59.2px;
    font-size: 25.6px;
  }
  .section05 > .inner > .group {
    max-width: 464px;
    margin-bottom: 11.2px;
  }
  .section05 > .inner > .group > .item {
    width: 227.2px;
    height: 372.8px;
    margin-bottom: 27.2px;
  }
  .section05 > .inner > .group .name {
    height: 49.6px;
    margin-bottom: 6.4px;
  }
  .section05 > .inner > .group .name01 {
    width: 134.4px;
  }
  .section05 > .inner > .group .name02 {
    width: 156.8px;
  }
  .section05 > .inner > .group .name03 {
    width: 177.6px;
  }
  .section05 > .inner > .group .name04 {
    width: 227.2px;
  }
  .section05 > .inner > .group .image01 > img {
    width: 211.2px;
  }
  .section05 > .inner > .group .image02 > img {
    width: 211.2px;
    top: 272px;
  }
  .section05 > .inner > .text02 {
    width: 504px;
    margin-bottom: 78.4px;
    font-size: 25.6px;
  }
  .section05 > .inner > .video > .caption {
    width: 448px;
    height: 60px;
  }
  .section05 > .inner > .video .caption01 > img {
    width: 329.6px;
  }
  .section05 > .inner > .video {
    width: 441.6px;
    margin-bottom: 35.2px;
  }
  .section05 > .inner > .caption02 {
    margin-bottom: 16px;
  }
  .section05 > .inner > .caption02 > img {
    width: 393.6px;
  }
  .section05 > .inner > .image03 {
    margin-bottom: 72px;
  }
  .section05 > .inner > .image03 > img {
    width: 251.2px;
  }
}
.section06 {
  background-image: url(/bedding/pillow-pajamas/assets/1101280/images/bg_section06_01.svg);
  height: 300.3vw;
}

.section06 > .inner {
  padding-top: 11.7vw;
  max-width: 84vw;
  margin: 0 auto;
}

.section06 > .inner > .row {
  display: flex;
  width: 67.2vw;
  margin: 0 auto;
  margin-bottom: 5.3vw;
}

.section06 > .inner > .row > .image > img {
  width: 28.5vw;
  max-width: initial;
}

.section06 > .inner > .row > .text {
  margin-top: 4vw;
}

.section06 > .inner > .row > .text > img:first-child {
  width: 38.7vw;
}

.section06 > .inner > .row > .text > img:last-child {
  margin: 2.7vw 0 0 1.9vw;
  width: 32.3vw;
}

.section06 > .inner > .heading01 {
  text-align: center;
  margin-bottom: 5.9vw;
}

.section06 > .inner > .heading01 > img {
  width: 78.9vw;
}

.section06 > .inner > .text {
  margin-bottom: 0;
  padding-bottom: 8.53vw;
  font-size: 4.3vw;
  line-height: 150%;
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.section06 > .inner > .column {
  position: relative;
  height: 90.4vw;
  margin-bottom: 3.5vw;
}

.section06 > .inner > .column .image01 img {
  width: 55.5vw;
  margin-bottom: 1.1vw;
}

.section06 > .inner > .column .image02 img {
  width: 55.5vw;
}

.section06 > .inner > .column .note img {
  width: 26.9vw;
  margin-top: 3.2vw;
  margin-left: 14.1vw;
}

.section06 > .inner > .column > .cat {
  position: absolute;
  top: 22.1vw;
  left: 50.9vw;
}

.section06 > .inner > .column > .cat > img {
  width: 33.1vw;
}

.section06 > .inner .extend05 {
  position: relative;
}

.section06 > .inner .extend05 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  .section06 {
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .section06 > .inner {
    padding-top: 70.4px;
    max-width: 504px;
  }
  .section06 > .inner > .row {
    width: 403.2px;
    margin-bottom: 32px;
  }
  .section06 > .inner > .row > .image > img {
    width: 171.2px;
  }

  .section06 > .inner > .row > .text {
    margin-top: 24px;
  }
  .section06 > .inner > .row > .text > img:first-child {
    width: 232px;
  }
  .section06 > .inner > .row > .text > img:last-child {
    margin: 16px 0 0 11.2px;
    width: 193.6px;
  }
  .section06 > .inner > .heading01 {
    margin-bottom: 35.2px;
  }
  .section06 > .inner > .heading01 > img {
    width: 473.6px;
  }
  .section06 > .inner > .text {
    padding-bottom: 59.2px;
    font-size: 25.6px;
  }
  .section06 > .inner > .column {
    height: 542.4px;
    margin-bottom: 20.8px;
  }
  .section06 > .inner > .column .image01 img {
    width: 332.8px;
    margin-bottom: 6.4px;
  }
  .section06 > .inner > .column .image02 img {
    width: 332.8px;
  }
  .section06 > .inner > .column .note img {
    width: 161.6px;
    margin-top: 19.2px;
    margin-left: 84.8px;
  }
  .section06 > .inner > .column > .cat {
    top: 132.8px;
    left: 305.6px;
  }
  .section06 > .inner > .column > .cat > img {
    width: 198.4px;
  }
}
.section07 {
  text-align: center;
}

.section07 > .inner {
  max-width: 100vw;
  margin: 0 auto;
}

.section07 > .inner > .tag {
  margin-bottom: -5.3vw;
}

.section07 > .inner > .tag > img {
  width: 60.8vw;
}

.section07 > .inner > .heading01 {
  background-image: url(/bedding/pillow-pajamas/assets/1101280/images/bg_section02_01.svg);
  background-size: 93.3vw;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 88vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1.9vw;
}

.section07 > .inner > .heading01 > img {
  width: 65.1vw;
}

.section07 > .inner > .lead {
  margin-bottom: 9.3vw;
}

.section07 > .inner > .lead > img {
  width: 69.9vw;
}

.section07 .priceArea {
  margin-bottom: 6.4vw;
}

.section07 .priceArea > .text02 {
  margin: -2.9vw auto 6.7vw;
}

.section07 .priceArea > .text02 img {
  width: 45.44vw;
}

@media screen and (min-width: 600px) {
  .section07 {
    text-align: center;
  }
  .section07 > .inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .section07 > .inner > .tag {
    margin-bottom: -32px;
  }
  .section07 > .inner > .tag > img {
    width: 364.8px;
  }
  .section07 > .inner > .heading01 {
    background-image: url(/bedding/pillow-pajamas/assets/1101280/images/bg_section02_01.svg);
    background-size: 560px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 528px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -11.2px;
  }
  .section07 > .inner > .heading01 > img {
    width: 390.4px;
  }
  .section07 > .inner > .lead {
    margin-bottom: 56px;
  }
  .section07 > .inner > .lead > img {
    width: 419.2px;
  }
  .section07 .priceArea {
    margin-bottom: 38.4px;
  }
  .section07 .priceArea > .text02 {
    margin: -17.6px auto 35.2px;
  }
  .section07 .priceArea > .text02 img {
    width: 273px;
  }
}
.section08 {
  background-color: #E8E1CD;
}

.section08 > .inner {
  padding: 4.8vw 3.2vw 8.5vw;
  max-width: 100vw;
  margin: 0 auto;
}

.section08 > .inner .link01 {
  display: block;
  text-align: end;
}

.section08 > .inner .link01 > img {
  width: 37.4vw;
}

.section08 > .inner .link02 {
  display: block;
  text-align: end;
  margin-top: -1.3vw;
}

.section08 > .inner .link02 > img {
  width: 54.7vw;
}

.section08 > .inner > .heading {
  font-size: 4.1vw;
  font-weight: 900;
  margin-bottom: 1.1vw;
}

.section08 > .inner > .table01 {
  width: 93.3vw;
  margin: 0 auto;
  margin-bottom: 6.4vw;
}

.section08 > .inner > .table01 tr:not(:last-child) {
  border-bottom: 0.3vw #E6E1DB solid;
}

.section08 > .inner > .table01 th {
  width: 24.5vw;
  text-align: center;
  background-color: #F0EBE4;
  padding-top: 4.3vw;
  font-size: 3.2vw;
  font-weight: normal;
}

.section08 > .inner > .table01 td {
  width: 68.8vw;
  background-color: #ffffff;
  padding: 3.4vw 4.3vw;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 150%;
}

.section08 > .inner > .table02 {
  overflow-x: scroll;
}

.section08 > .inner > .table02::-webkit-scrollbar {
  margin-top: 0.5vw;
  height: 1.3vw;
}

.section08 > .inner > .table02::-webkit-scrollbar-track {
  background-color: #F0EBE4;
}

.section08 > .inner > .table02::-webkit-scrollbar-thumb {
  background-color: #8B7F78;
  width: 39.5vw;
  border-radius: 1.3vw;
}

.section08 > .inner > .table02 > table {
  width: 159.7vw;
  margin: 0 auto;
  margin-bottom: 2.1vw;
}

.section08 > .inner > .table02 th {
  height: 10.2vw;
  text-align: center;
  background-color: #F0EBE4;
  padding-top: 3.3vw;
  font-size: 3.2vw;
  font-weight: normal;
}

.section08 > .inner > .table02 th:not(:last-child) {
  border-right: 0.3vw #E6E1DB solid;
}

.section08 > .inner > .table02 td:not(:last-child) {
  border-right: 0.3vw #E6E1DB solid;
}

.section08 > .inner > .table02 td {
  height: 14.1vw;
  background-color: #ffffff;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  /* section08 */
  .section08 {
    background-color: #E8E1CD;
  }
  .section08 > .inner {
    padding: 28.8px 19.2px 51.2px;
    max-width: 600px;
    margin: 0 auto;
  }
  .section08 > .inner .link01 {
    display: block;
    text-align: end;
  }
  .section08 > .inner .link01 > img {
    width: 224.6px;
  }
  .section08 > .inner .link02 {
    display: block;
    text-align: end;
    margin-top: -8px;
  }
  .section08 > .inner .link02 > img {
    width: 328.4px;
  }
  .section08 > .inner > .heading {
    font-size: 24.3px;
    font-weight: 900;
    margin-bottom: 6.4px;
  }
  .section08 > .inner > .table01 {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 38.4px;
  }
  .section08 > .inner > .table01 tr:not(:last-child) {
    border-bottom: 1.6px #E6E1DB solid;
  }
  .section08 > .inner > .table01 th {
    width: 147.2px;
    text-align: center;
    background-color: #F0EBE4;
    padding-top: 25.6px;
    font-size: 19.2px;
    font-weight: normal;
  }
  .section08 > .inner > .table01 td {
    width: 412.8px;
    background-color: #ffffff;
    padding: 20.5px 25.6px;
    font-size: 19.2px;
    font-weight: normal;
    line-height: 150%;
  }
  .section08 > .inner > .table02 {
    overflow-x: scroll;
  }
  .section08 > .inner > .table02::-webkit-scrollbar {
    margin-top: 3.2px;
    height: 8px;
  }
  .section08 > .inner > .table02::-webkit-scrollbar-track {
    background-color: #F0EBE4;
  }
  .section08 > .inner > .table02::-webkit-scrollbar-thumb {
    background-color: #8B7F78;
    width: 236.8px;
    border-radius: 8px;
  }
  .section08 > .inner > .table02 > table {
    width: 958.4px;
    margin: 0 auto;
    margin-bottom: 12.8px;
  }
  .section08 > .inner > .table02 th {
    height: 61.4px;
    text-align: center;
    background-color: #F0EBE4;
    padding-top: 19.5px;
    font-size: 19.2px;
    font-weight: normal;
  }
  .section08 > .inner > .table02 th:not(:last-child) {
    border-right: 1.6px #E6E1DB solid;
  }
  .section08 > .inner > .table02 td:not(:last-child) {
    border-right: 1.6px #E6E1DB solid;
  }
  .section08 > .inner > .table02 td {
    height: 84.5px;
    background-color: #ffffff;
    font-size: 19.2px;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
  }
  /* /section08 */
}
/* .footer {
  background-color: #E8E1CD;
}

.footer > .inner {
  text-align: center;
  padding: 30px 30px 40px;
}

.footer > .inner > .logo {
  margin-bottom: 36px;
}

.footer > .inner > .logo img {
  width: 67px;
}

.footer > .inner > .row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.footer > .inner > .row svg {
  width: 36px;
  fill: #575757;
}

.footer > .inner > .copy {
  font-size: 12px;
  color: #404040;
  line-height: 200%;
} */

.fade01 {
  opacity: 0;
  transition: 1.2s;
  top: 39.5%;
}

.fade01.active {
  opacity: 1;
  top: 39%;
}

.extend {
  background-size: 0 !important;
  transition: 0.5s;
}

.extend.active {
  background-size: 98.7vw !important;
}

.extend_inner {
  opacity: 0;
  transition: 1.2s;
}

.extend_inner.active {
  opacity: 1;
}

.fade02 {
  opacity: 0;
  transition: 1s;
}

.fade02 img {
  top: 65%;
  transition: 1s;
}

.fade02.active {
  opacity: 1;
}

.fade02.active img {
  top: 50%;
}

.fade03 img {
  opacity: 0;
  transition: 1s;
}

.fade03 img.active {
  opacity: 1;
}

.fade04 img {
  opacity: 0;
  transition: 1s;
}

.fade04 img.active {
  opacity: 1;
}

.extend02 img {
  width: 0 !important;
  transition: 0.5s;
}

.extend02.active img {
  width: 84vw !important;
}

.slide01 img {
  left: 200% !important;
  transition: 0.8s;
}

.slide01.active img {
  left: 50% !important;
}

.extend03 img {
  width: 0 !important;
  transition: 0.5s;
}

.extend03.active img {
  width: 35.2vw !important;
}

.extend04 {
  height: 42.7vw;
  width: 42.7vw;
}

.extend04 img {
  transition: 0.3s;
  width: 0 !important;
}

.extend04.active img {
  width: 42.7vw !important;
}

.extend05 {
  height: 67.7vw;
  width: 33.1vw;
}

.extend05 img {
  transition: 0.3s;
  width: 0 !important;
}

.extend05.active img {
  width: 33.1vw !important;
}

@media screen and (min-width: 600px) {
  .fade01 {
    opacity: 0;
    transition: 1.2s;
    top: 39.5%;
  }
  .fade01.active {
    opacity: 1;
    top: 39%;
  }
  .extend {
    background-size: 0 !important;
    transition: 0.5s;
  }
  .extend.active {
    background-size: 592px !important;
  }
  .extend_inner {
    opacity: 0;
    transition: 1.2s;
  }
  .extend_inner.active {
    opacity: 1;
  }
  .fade02 {
    opacity: 0;
    transition: 1s;
  }
  .fade02 img {
    top: 65%;
    transition: 1s;
  }
  .fade02.active {
    opacity: 1;
  }
  .fade02.active img {
    top: 50%;
  }
  .fade03 img {
    opacity: 0;
    transition: 1s;
  }
  .fade03 img.active {
    opacity: 1;
  }
  .fade04 img {
    opacity: 0;
    transition: 1s;
  }
  .fade04 img.active {
    opacity: 1;
  }
  .extend02 img {
    width: 0 !important;
    transition: 0.5s;
  }
  .extend02.active img {
    width: 504px !important;
  }
  .slide01 img {
    left: 200% !important;
    transition: 0.8s;
  }
  .slide01.active img {
    left: 50% !important;
  }
  .extend03 img {
    width: 0 !important;
    transition: 0.5s;
  }
  .extend03.active img {
    width: 211.2px !important;
  }
  .extend04 {
    height: 256px;
    width: 256px;
  }
  .extend04 img {
    transition: 0.3s;
    width: 0 !important;
  }
  .extend04.active img {
    width: 256px !important;
  }
  .extend05 {
    height: 406.4px;
    width: 198.4px;
  }
  .extend05 img {
    transition: 0.3s;
    width: 0 !important;
  }
  .extend05.active img {
    width: 198.4px !important;
  }
}/*# sourceMappingURL=style.css.map */

.pikaichi-container  {
  margin: 0 48px;
  padding: 16px 24px;
  background: #fff;
  gap: 0;
}

.main .pikaichi-container span {
  display: inline-block;
}
.pikaichi-container p {
  text-align: left;
  width: 50%;
}

.pikaichi_title {
  min-width: 100px;
}
