@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("otf");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.otf") format("otf");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #333333;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  letter-spacing: 1px;
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

@media (max-width: 959px) {
  body .wrap {
    padding-bottom: 45px;
  }
}

body .uk-container {
  max-width: 1600px !important;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1320px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: .7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1320px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1320px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* タグ */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}

a:hover {
  transition: all 0.5s ease 0s;
}

a.link-color {
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.attList li {
  position: relative;
  padding-left: 1.2em;
}

.attList li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.attList li:nth-child(n+2) {
  margin-top: 5px;
}

p {
  line-height: 1.8;
}

@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

.col-red {
  color: #DE5D50;
}

.col-blue {
  color: #406e9b;
}

.col-navy {
  color: #32516F;
}

.col-gold {
  color: #8A8256;
}

.text-ul {
  text-decoration: underline;
}

.text-marker {
  background: linear-gradient(transparent 40%, #ffff66 0%);
  text-decoration: none;
  color: #32516F;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  /* スマホメニュー */
}

header .ec-headerNaviRole {
  padding: 0;
  max-width: 100% !important;
}

header .ec-headerNaviRole__left {
  width: 300px !important;
  text-align: center;
  /*--------------------------
         ヘッダーロゴ
        ----------------------------*/
}

@media (max-width: 1320px) {
  header .ec-headerNaviRole__left {
    width: 220px !important;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__left {
    position: absolute;
    left: 20px;
    top: 15px;
    width: calc(140px * .8) !important;
  }
}

@media (max-width: 640px) {
  header .ec-headerNaviRole__left {
    width: calc(140px * .7) !important;
  }
}

header .ec-headerNaviRole__left h1 {
  padding: 0;
  padding: 40px 0 0;
}

header .ec-headerNaviRole__left h1 img {
  width: 140px;
  height: 102px;
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__left h1 img {
    width: calc(140px * .8);
    height: calc(102px * .8);
  }
}

@media (max-width: 640px) {
  header .ec-headerNaviRole__left h1 {
    padding: 10px 0 0;
  }
  header .ec-headerNaviRole__left h1 img {
    width: calc(140px * .7);
    height: calc(102px * .7);
  }
}

header .ec-headerNaviRole__right {
  width: calc(100% - 300px) !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  /* カート */
}

@media (max-width: 1320px) {
  header .ec-headerNaviRole__right {
    width: calc(100% - 220px) !important;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right {
    width: 100% !important;
    padding-top: 15px;
    align-items: flex-start !important;
    padding-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right {
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right__left {
    width: 100% !important;
  }
}

header .ec-headerNaviRole__right__left .latest-news {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 12px;
  display: none;
}

header .ec-headerNaviRole__right__left .latest-news a {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right__left .latest-news {
    font-size: 11px;
  }
}

header .ec-headerNaviRole__right__left ul.guidenav {
  display: flex;
  margin-top: 0;
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right__left ul.guidenav {
    display: none;
  }
}

header .ec-headerNaviRole__right__left ul.guidenav li {
  /* ご利用ガイド */
  /* よくあるご質問 */
  /* 会社概要 */
  /* お問い合わせ */
}

header .ec-headerNaviRole__right__left ul.guidenav li a {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}

header .ec-headerNaviRole__right__left ul.guidenav li a::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

header .ec-headerNaviRole__right__left ul.guidenav li:nth-child(n+2) {
  margin-left: 30px;
  margin-top: 0;
}

@media (max-width: 1320px) {
  header .ec-headerNaviRole__right__left ul.guidenav li:nth-child(n+2) {
    margin-left: 20px;
  }
}

header .ec-headerNaviRole__right__left ul.guidenav li.guide a::before {
  background: url(../img/common/ico_guide.svg) no-repeat center/contain;
}

header .ec-headerNaviRole__right__left ul.guidenav li.faq a::before {
  background: url(../img/common/ico_faq.svg) no-repeat center/contain;
}

header .ec-headerNaviRole__right__left ul.guidenav li.company a::before {
  background: url(../img/common/ico_company.svg) no-repeat center/contain;
}

header .ec-headerNaviRole__right__left ul.guidenav li.contact a::before {
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
}

header .ec-headerNaviRole__right__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 1100px) {
  header .ec-headerNaviRole__right__right {
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right__right {
    margin-top: 45px;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right__right {
    width: 100% !important;
  }
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav {
  margin-right: 10px;
}

@media (max-width: 1100px) and (min-width: 1001px) {
  header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item {
  /* 新規会員登録 */
  /* ログイン */
  /* マイページ（ログイン後） */
  /* お気に入り（ログイン後） */
  /* ログアウト（ログイン後） */
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item a {
  width: 30px;
  height: 30px;
  background: #839AB6;
  border-radius: 15px;
  position: relative;
  display: block;
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item a:hover::after {
  font-size: 11px;
  background: #32516F;
  padding: 5px 5px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
  white-space: nowrap;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0;
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item i.ec-headerNav__itemIcon {
  margin-left: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 15px;
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item .ec-headerNav__itemLink {
  display: none;
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item:nth-child(n+2) {
  margin-left: 5px;
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item.register a:hover::after {
  content: '新規会員登録';
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item.login a:hover::after {
  content: 'ログイン';
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item.mypage a:hover::after {
  content: 'マイページ';
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item.favorite a:hover::after {
  content: 'お気に入り';
}

header .ec-headerNaviRole__right__right .ec-headerNaviRole__nav .ec-headerNav__item.logout a:hover::after {
  content: 'ログアウト';
}

header .ec-headerNaviRole__right .ec-headerRole__cart {
  margin-left: 10px;
  /* 送料無料 */
}

header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi {
  background: #F0F4F8;
  min-width: 240px !important;
  border-radius: 3px !important;
}

header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi i {
  color: #32516F;
}

@media (max-width: 1320px) {
  header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi {
    min-width: 180px !important;
  }
}

header .ec-headerNaviRole__right .ec-headerRole__cart .cart__comment {
  color: #8A8256;
  font-size: 13px;
  margin: 5px 0 0;
  font-weight: 500;
}

header .ec-headerNaviRole__right .ec-headerRole__cart .cart__comment strong {
  color: #DE5D50;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 1320px) {
  header .ec-headerNaviRole__right .ec-headerRole__cart .cart__comment {
    font-size: 12px;
  }
  header .ec-headerNaviRole__right .ec-headerRole__cart .cart__comment strong {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  header .ec-headerNaviRole__right .ec-headerRole__cart {
    margin-left: 0px;
  }
  header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi {
    min-width: 1px !important;
    padding: 5px 0;
    background: none;
  }
  header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi__label {
    display: none;
  }
  header .ec-headerNaviRole__right .ec-headerRole__cart .cart__comment {
    display: none;
  }
}

@media (max-width: 640px) {
  header .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi {
    padding: 8px 0;
  }
}

header .ec-headerNavSP {
  right: 10px;
  left: auto;
  background: #32516F;
  color: #fff;
  display: block;
}

@media (min-width: 1001px) {
  header .ec-headerNavSP {
    display: none !important;
  }
}

/* ドロワーメニュー */
@media (min-width: 1001px) {
  .ec-drawerRole {
    display: none !important;
  }
}

.ec-drawerRole.is_active {
  right: 0;
  left: auto;
}

@media (min-width: 1001px) {
  .ec-drawerRole.is_active {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .ec-drawerRoleClose {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .ec-drawerRoleClose.is_active {
    display: none !important;
  }
}

.ec-drawerRole .ec-headerLinkArea {
  background: #32516F;
}

.ec-drawerRoleClose {
  right: 310px;
  left: auto;
}

/* ドロワーメニュー 1000px以下で表示させる上書きCSS */
/* ハンバーガーボタン（開くボタン）- 1000px以下で表示 */
@media (max-width: 1000px) {
  .ec-headerNavSP {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .ec-headerNavSP {
    display: none !important;
  }
}

/* ヘッダーのSPナビボタン - 1000px以下で表示 */
@media (max-width: 1000px) {
  .ec-headerRole__navSP {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .ec-headerRole__navSP {
    display: none !important;
  }
}

/* ヘッダーナビのSPボタン - 1000px以下で表示 */
@media (max-width: 1000px) {
  .ec-headerNaviRole__navSP {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .ec-headerNaviRole__navSP {
    display: none !important;
  }
}

/* ヘッダーの検索ボックス - 1001px以上で表示 */
@media (max-width: 1000px) {
  .ec-headerNaviRole__search {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .ec-headerNaviRole__search {
    display: inline-block !important;
    display: block !important;
  }
}

/* カテゴリナビ - 1001px以上で表示 */
@media (max-width: 1000px) {
  .ec-categoryNaviRole {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .ec-categoryNaviRole {
    display: block !important;
  }
}

/* ドロワーメニュー本体 - 1000px以下で表示可能に */
@media (max-width: 1000px) {
  .ec-drawerRole {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .ec-drawerRole {
    display: none !important;
  }
  .ec-drawerRole.is_active {
    display: none !important;
  }
}

/* 閉じるボタン - 1000px以下で表示可能に */
@media (max-width: 1000px) {
  .ec-drawerRoleClose {
    display: none !important;
  }
  .ec-drawerRoleClose.is_active {
    display: inline-block !important;
  }
}

@media (min-width: 1001px) {
  .ec-drawerRoleClose {
    display: none !important;
  }
  .ec-drawerRoleClose.is_active {
    display: none !important;
  }
}

/* オーバーレイ（背景） - 1000px以下で表示可能に */
@media (max-width: 1000px) {
  .ec-overlayRole {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .ec-overlayRole {
    display: none !important;
  }
  .have_curtain .ec-overlayRole {
    display: none !important;
  }
}

.ec-layoutRole__contents {
  flex-wrap: wrap !important;
}

/*--------------------------
　サイド
----------------------------*/
.ec-layoutRole__left {
  width: 300px !important;
  padding: 40px 40px 80px !important;
  box-sizing: border-box;
  /* サーチ */
  /* カテゴリナビ */
  /* カレンダー */
  /* SNS */
  /* サイドバナー */
}

@media (max-width: 1320px) {
  .ec-layoutRole__left {
    width: 220px !important;
    padding: 20px 20px 80px !important;
  }
}

@media (max-width: 1000px) {
  .ec-layoutRole__left {
    width: 100% !important;
    order: 2;
  }
}

@media (max-width: 767px) {
  .ec-layoutRole__left {
    display: block !important;
  }
}

.ec-layoutRole__left h2 {
  color: #32516F;
  text-align: center;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 1.35;
  margin-bottom: 25px;
  border-bottom: 1px solid #32516F;
  padding-bottom: 10px;
}

.ec-layoutRole__left h2 span {
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  display: block;
  font-weight: bold;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__category {
  float: none !important;
  width: 100% !important;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__category .ec-select_search {
  background: #F0F4F8 !important;
  border-radius: 3px !important;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__category .ec-select_search::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  border: none !important;
  right: 10px !important;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__category .ec-select_search select.category_id {
  color: #333;
  font-size: 14px;
  max-width: 100%;
  padding: 10px 25px 10px 20px;
  height: auto;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__keyword {
  float: none !important;
  width: 100% !important;
  border: none !important;
  background: none !important;
  border-bottom: 2px solid #CDD8E5 !important;
  border-radius: 0 !important;
}

.ec-layoutRole__left .ec-headerNaviRole__search .ec-headerSearch__keyword input {
  padding: 15px !important;
  height: 50px !important;
}

.ec-layoutRole__left .ec-categoryNaviRole {
  margin-top: 35px;
}

.ec-layoutRole__left .ec-categoryNaviRole ul.ec-itemNav__nav {
  display: block;
}

.ec-layoutRole__left .ec-categoryNaviRole ul.ec-itemNav__nav li {
  float: none;
}

.ec-layoutRole__left .ec-categoryNaviRole ul.ec-itemNav__nav li a {
  text-align: left;
}

.ec-layoutRole__left .ec-role {
  padding: 0 !important;
}

.ec-layoutRole__left .ec-role .ec-secHeading {
  text-align: center;
  margin-bottom: 10px;
}

.ec-layoutRole__left .ec-role .ec-secHeading .ec-secHeading__ja {
  text-align: center;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 20px;
  color: #32516F;
}

.ec-layoutRole__left .ec-role p.f80 {
  color: #DE5D50;
  margin: 0;
  text-align: center;
}

.ec-layoutRole__left .ec-role .ec-calendar {
  margin-left: 0 !important;
  margin-top: 20px;
}

.ec-layoutRole__left .ec-role .ec-calendar table {
  padding: 0 !important;
  margin-left: 0 !important;
  width: 100%;
}

.ec-layoutRole__left .ec-role .ec-calendar table th, .ec-layoutRole__left .ec-role .ec-calendar table td {
  font-size: 13px;
  padding: 5px;
}

.ec-layoutRole__left .ec-role .ec-calendar table:nth-child(n+2) {
  margin-top: 20px;
}

.ec-layoutRole__left .ec-role .ec-calendar table td.ec-calendar__today {
  color: #fff;
}

.ec-layoutRole__left .ec-role .ec-calendar table td.ec-calendar__today::before {
  width: 20px;
  height: 20px;
  background: #73CFD9;
}

@media (max-width: 1000px) {
  .ec-layoutRole__left .ec-role .ec-calendar {
    margin-bottom: 50px;
    display: flex;
    margin-left: -30px !important;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .ec-layoutRole__left .ec-role .ec-calendar table {
    width: calc(50% - 30px);
    margin-left: 30px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .ec-layoutRole__left .ec-role .ec-calendar table {
    width: calc(100% - 30px);
  }
  .ec-layoutRole__left .ec-role .ec-calendar table:nth-child(n+2) {
    margin-top: 20px !important;
  }
}

.ec-layoutRole__left .ec-role.sns {
  padding: 50px 0;
}

.ec-layoutRole__left .ec-role.sns .sns__list {
  display: flex;
  justify-content: center;
  margin-left: -15px;
}

.ec-layoutRole__left .ec-role.sns .sns__list > * {
  margin-left: 15px;
}

.ec-layoutRole__left .ec-role.sns .sns__list > * img {
  width: 40px;
  height: 40px;
}

.ec-layoutRole__left .bnrArea {
  margin: 20px 0;
}

.ec-layoutRole__left .bnrArea > * {
  margin: 15px 0;
}

@media (max-width: 1000px) {
  .ec-layoutRole__left .bnrArea {
    display: flex;
    justify-content: center;
  }
  .ec-layoutRole__left .bnrArea > * {
    max-width: 220px;
    margin: 0 10px;
  }
}

@media (max-width: 640px) {
  .ec-layoutRole__left .bnrArea {
    flex-wrap: wrap;
  }
  .ec-layoutRole__left .bnrArea > *:nth-child(n+2) {
    margin-top: 15px;
  }
}

.ec-layoutRole__mainWithColumn {
  width: calc(100% - 300px) !important;
  padding-bottom: 100px;
  /* トップページスライダー*/
}

@media (max-width: 1320px) {
  .ec-layoutRole__mainWithColumn {
    width: calc(100% - 220px) !important;
  }
}

@media (max-width: 1000px) {
  .ec-layoutRole__mainWithColumn {
    width: 100% !important;
    order: 1;
  }
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 150px 0;
}

.section .uk-container {
  position: relative;
}

@media (max-width: 1320px) {
  .section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 50px 0;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し */
.ttl01 {
  font-size: 36px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}

.ttl01::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_title_en.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 1320px) {
  .ttl01 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .ttl01 {
    font-size: 24px;
    padding-left: 30px;
  }
  .ttl01::before {
    width: 20px;
    height: 20px;
  }
}

.ttl01.tate {
  writing-mode: vertical-rl;
  /* 縦書き（文字は上→下、行は右→左） */
  text-orientation: upright;
  line-height: 1.6;
  /* 行間は調整が必要 */
  padding-top: 35px;
  padding-left: 0;
  text-align: center;
  font-family: "NotoSerifJP-tate" !important;
  letter-spacing: 5px;
  width: 55px;
}

.ttl01.tate::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}

@media (max-width: 640px) and (orientation: portrait) {
  .ttl01.tate {
    width: auto;
    letter-spacing: 2px;
    writing-mode: initial;
    text-orientation: initial;
    padding-left: 35px;
    padding-top: 0;
    display: inline-block;
  }
  .ttl01.tate::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
}

.ttl02 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  color: #009E4B;
  margin-bottom: 60px;
}

.ttl02::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_title_en.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 640px) {
  .ttl02 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .ttl02::before {
    width: 20px;
    height: 20px;
  }
}

/* ボタン */
.btn {
  padding: 0;
}

.btn a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
}

.btn a span {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  color: #fff;
}

.btn a span::before {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 640px) {
  .btn a span::before {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

.btn.navy a {
  background: #32516F;
}

@media (min-width: 960px) {
  .btn.navy a:hover {
    background: #406e9b;
  }
}

.btn.line a {
  background: #fff;
  border: 1px solid #406e9b;
}

.btn.line a span {
  color: #406e9b;
}

.btn.line a span::before {
  color: #406e9b;
}

@media (min-width: 960px) {
  .btn.line a:hover {
    background: #F0F4F8;
  }
}

.btn.inv a span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_inv_blue.svg) no-repeat center/contain;
}

.btn.print a span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_print_blue.svg) no-repeat center/contain;
}

.btn.plane a span::before {
  content: '\f3fe';
  font-size: 16px;
}

.btn.exel a span::before {
  content: '\f1c3';
  font-size: 16px;
}

.btn.goldLine a {
  border-radius: 20px;
  border: #8A8256 1px solid;
  padding: 10px 30px;
}

.btn.goldLine a span {
  color: #8A8256;
  font-size: 14px;
  padding-right: 20px;
}

.btn.goldLine a span::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_catenav_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) {
  .btn.goldLine a:hover {
    background: #f9f8f0;
  }
  .btn.goldLine a:hover span::after {
    right: -5px;
    transition: all 0.5s ease 0s;
  }
}

input, select, textarea {
  font-size: 14px !important;
}

@keyframes arw_r {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(0%, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.maruList li {
  position: relative;
  padding-left: 20px;
}

.maruList li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #9AC243;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 6px;
}

.maruList li:nth-child(n+2) {
  margin-top: 5px;
}

.wrap {
  position: relative;
  overflow: hidden;
}

/* ページトップ */
.ec-blockTopBtn.pagetop {
  background: #73CFD9;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  z-index: 999;
}

@media (max-width: 767px) {
  .ec-blockTopBtn.pagetop {
    bottom: 70px;
    right: 5px;
  }
}

.ec-blockTopBtn.pagetop span {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  padding-top: 20px;
}

.ec-blockTopBtn.pagetop span::before {
  content: "\f062";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  font-size: 20px;
}

/* カテゴリナビ（PC）*/
.ec-categoryNaviRole {
  padding: 0;
}

.ec-categoryNaviRole .ec-itemNav__list {
  list-style: none;
  text-align: left;
  padding: 0;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 {
  padding: 20px 0;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header {
  font-size: 16px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header .category-link {
  text-decoration: none;
  color: #333;
  padding-right: 20px;
  display: block;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header .accordion-toggle .toggle-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_plus.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list .category-item.level-1 .category-header .accordion-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
  background: url(../img/common/ico_minus.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list li:nth-child(n+2) .category-item.level-1 {
  border-top: 1px solid #D9D9D9;
}

.ec-categoryNaviRole .ec-itemNav__list li:nth-child(1) .category-header::before {
  background: url(../img/common/ico_inv.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list li:nth-child(2) .category-header::before {
  background: url(../img/common/ico_gift.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list li:nth-child(3) .category-header::before {
  background: url(../img/common/ico_stamp.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list li:nth-child(4) .category-header::before {
  background: url(../img/common/ico_other.svg) no-repeat center/contain;
}

.ec-categoryNaviRole .ec-itemNav__list li .category-banner {
  margin: 0px 0 20px;
}

.ec-categoryNaviRole .ec-itemNav__list .category-children {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 15px;
}

.ec-categoryNaviRole .ec-itemNav__list .category-children li {
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
}

.ec-categoryNaviRole .ec-itemNav__list .category-children li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
}

.ec-categoryNaviRole .ec-itemNav__list .category-children li::before {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../img/common/ico_catenav_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

/* ドロワーメニュー */
.ec-overlayRole {
  z-index: 1;
}

.ec-drawerRole {
  width: 300px;
  transform: translateX(1000px);
  background: #fff;
  /*　検索 */
  /* カテゴリーエリア */
}

.ec-drawerRole .ec-headerSearch {
  background: #fff;
  padding: 30px 15px;
}

.ec-drawerRole .ec-headerSearch__category {
  width: 100%;
  float: none;
}

.ec-drawerRole .ec-headerSearch .ec-select_search {
  background: #F0F4F8 !important;
  border-radius: 3px !important;
  position: relative;
}

.ec-drawerRole .ec-headerSearch .ec-select_search::before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  border: none !important;
  right: 10px !important;
}

.ec-drawerRole .ec-headerSearch .ec-select_search select.category_id {
  color: #333;
  font-size: 16px;
  max-width: 100%;
  padding: 10px 25px 10px 20px;
  height: auto;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  float: none !important;
  width: 100% !important;
  border: none !important;
  background: none !important;
  border-bottom: 2px solid #CDD8E5 !important;
  border-radius: 0 !important;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input {
  padding: 15px !important;
  height: 50px !important;
}

.ec-drawerRole h2 {
  color: #32516F;
  text-align: center;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 1.35;
  border-bottom: 1px solid #32516F;
  padding-bottom: 10px;
}

.ec-drawerRole h2 span {
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  display: block;
  font-weight: bold;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav {
  display: block;
  padding: 10px 15px 15px;
  background: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav {
  display: block;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li {
  float: none;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  background: #fff;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 30px;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header {
  font-size: 18px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  position: relative;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header .header-category-link {
  text-decoration: none;
  color: #333;
  padding-right: 15px;
  padding-left: 40px;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ccccc;
  background: #fff;
  font-weight: bold;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header .header-category-link::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 15px;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header .header-accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header .header-accordion-toggle .header-toggle-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_plus.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-item.level-1 .header-category-header .header-accordion-toggle[aria-expanded="true"] .header-toggle-icon {
  transform: rotate(180deg);
  background: url(../img/common/ico_minus.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea li {
  height: auto;
}

.ec-drawerRole .ec-headerCategoryArea li:nth-child(1) .header-category-header a::before {
  background: url(../img/common/ico_inv.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea li:nth-child(2) .header-category-header a::before {
  background: url(../img/common/ico_gift.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea li:nth-child(3) .header-category-header a::before {
  background: url(../img/common/ico_stamp.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea li:nth-child(4) .header-category-header {
  margin-top: 20px;
}

.ec-drawerRole .ec-headerCategoryArea li:nth-child(4) .header-category-header a::before {
  background: url(../img/common/ico_other.svg) no-repeat center/contain;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children {
  width: 100%;
  list-style: none;
  position: relative;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children li {
  position: relative;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children li a {
  font-size: 15px;
  font-weight: normal !important;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding: 10px 15px;
  border: none !important;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children li a::before {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../img/common/ico_catenav_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children li:nth-child(1) {
  margin-top: 10px;
}

.ec-drawerRole .ec-headerCategoryArea .header-category-children li:last-child {
  margin-bottom: 20px;
}

/*--------------------------
 トップページ
----------------------------*/
body.front_page header h1 {
  padding: 40px 0 0;
}

@media (max-width: 1000px) {
  body.front_page header h1 {
    padding: 30px 0 0;
  }
}

body.front_page .ec-layoutRole__left .ec-itemNav .category-banner.top-none {
  display: none;
}

body.front_page .ec-headerNaviRole__right .latest-news {
  display: block;
}

body.front_page .ec-headerNaviRole__right .guidenav {
  margin-top: 20px !important;
}

@media (max-width: 1000px) {
  body.front_page .ec-headerNaviRole__right__right {
    margin-top: 30px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn {
  /* width: calc(100% - 300px)!important;
        @include large{
            width: calc(100% - 220px)!important;
        }
         */
  /* トップページスライダー*/
  /* トップページ商品一覧*/
  /* 印刷オプションについて　*/
  /* おすすめ商品 */
  /* 新着情報 */
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider {
  /* ナビ */
  /*ドットナビ */
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slider-items > * {
  padding: 0 8px !important;
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav {
  width: 45px;
  height: 45px;
  position: relative;
  top: calc(50% - 20px);
  margin: 0;
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav svg {
  display: none;
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav::before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(../img/common/ico_arrow_circle.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav-previous::before {
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav {
    width: 30px;
    height: 30px;
  }
  body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-slidenav::before {
    content: '';
    width: 30px;
    height: 30px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-dotnav li a {
  border: none;
  background: #CDD8E5;
}

body.front_page .ec-layoutRole__mainWithColumn .top-main__slider .uk-dotnav li.uk-active a {
  background: #73CFD9;
}

body.front_page .ec-layoutRole__mainWithColumn .ec-role {
  max-width: 100% !important;
}

body.front_page .ec-layoutRole__mainWithColumn .ec-role h2 {
  font-size: 30px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  letter-spacing: 10%;
}

body.front_page .ec-layoutRole__mainWithColumn .ec-role h2 span {
  display: block;
  font-size: 13px;
  color: #8A8256;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .ec-role h2 {
    font-size: 24px;
  }
  body.front_page .ec-layoutRole__mainWithColumn .ec-role h2 span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  body.front_page .ec-layoutRole__mainWithColumn .ec-role {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block {
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block {
    margin-bottom: 30px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block h2 {
  font-size: 30px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  letter-spacing: 10%;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block h2 span {
  display: block;
  font-size: 13px;
  color: #8A8256;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block h2 {
    font-size: 24px;
  }
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .title__block h2 span {
    font-size: 11px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid {
  margin-left: -15px;
  margin-right: 0;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item {
  padding: 0 !important;
  width: calc(25% - 15px);
  margin-left: 15px;
}

@media (max-width: 1320px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item {
    width: calc(33.33% - 15px);
  }
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item {
    width: calc(50% - 15px);
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p {
  font-size: 16px;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.name {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.price01-default {
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.price01-default .lt {
  text-decoration: line-through;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.price01-default .tax {
  display: none;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.price {
  margin: 0;
  color: #DE5D50;
  font-weight: 500;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item p.price .tax {
  font-size: 90%;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item a {
  position: relative;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item a::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item a::before {
    width: 35px;
    height: 35px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item.sale a::before {
  background: url(../img/common/ico_sale.svg) no-repeat center/contain;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list .ec-shelfGrid__item.new a::before {
  background: url(../img/common/ico_new.svg) no-repeat center/contain;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv {
  /* タブ */
  /* コンテンツ */
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list {
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-top: 0;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li a {
  background: #CDD8E5;
  display: block;
  text-align: center;
  position: relative;
  height: 40px;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li a span {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li a {
    height: 60px;
  }
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li a span {
    font-size: 14px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .tab__list li.uk-active a {
  background: #73CFD9;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .uk-switcher {
  padding: 20px 0px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-inv .uk-switcher {
    padding: 0;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li h3 {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p {
  font-size: 16px;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p.price01-default {
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p.price01-default .lt {
  text-decoration: line-through;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p.price01-default .tax {
  display: none;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p.ec-productRole__price {
  margin: 0;
  color: #DE5D50;
  font-weight: 500;
}

body.front_page .ec-layoutRole__mainWithColumn .top__product__list#top-mobile .uk-slider-items li p.ec-productRole__price .tax {
  font-size: 90%;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option h2 {
  margin-bottom: 50px;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .uk-flex {
  flex-wrap: wrap;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .text {
  width: 45%;
  padding-right: 20px;
  box-sizing: border-box;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .text .maruList li::before {
  background: #73CFD9;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .text .cau p {
  font-size: 90%;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .text .cau p strong {
  color: #DE5D50;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .text .btn a span {
  padding-left: 0;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .img {
  width: 55%;
  position: relative;
  overflow: hidden;
}

body.front_page .ec-layoutRole__mainWithColumn #top-option .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 1150px) {
  body.front_page .ec-layoutRole__mainWithColumn #top-option .text {
    width: 50%;
  }
  body.front_page .ec-layoutRole__mainWithColumn #top-option .img {
    width: 50%;
  }
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn #top-option .text {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  body.front_page .ec-layoutRole__mainWithColumn #top-option .img {
    width: 100%;
    padding-top: 50%;
    order: 1;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .recommend {
  background: none;
}

body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list {
    margin-top: 35px;
    margin-left: -10px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list .ec-categoryRole__listItem {
  width: calc(33.33% - 15px);
  margin: 0;
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list .ec-categoryRole__listItem {
    border-radius: 5px;
    width: calc(33.33% - 10px);
    margin-left: 10px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list .ec-categoryRole__listItem:nth-child(n+4) {
  margin-top: 15px;
}

@media (max-width: 640px) {
  body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list .ec-categoryRole__listItem {
    width: calc(50% - 10px);
  }
  body.front_page .ec-layoutRole__mainWithColumn .recommend .ec-categoryRole__list .ec-categoryRole__listItem:nth-child(n+3) {
    margin-top: 10px;
  }
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole {
  padding-top: 0;
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole__news {
  margin: 0;
  padding: 0;
  border: none;
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole__news .ec-newsRole__newsItem {
  border-bottom: 1px dashed #ccc;
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole__news .ec-newsRole__newsHeading {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 15px;
  font-weight: 500;
  padding: 0 5px;
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole__news .ec-newsRole__newsTitle {
  color: #333;
  font-weight: 500;
}

body.front_page .ec-layoutRole__mainWithColumn #newsArea .ec-newsRole__news .ec-newsRole__newsDescription {
  padding: 0 5px;
  color: #333;
  font-weight: normal;
}

/* モバイル招待状セール情報 */
.mobile-saleinfo {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.mobile-saleinfo .saleinfo__cnts {
  background: linear-gradient(135deg, #22cadc 0%, #ff74bb 100%);
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
  border-radius: 15px;
  margin: 0;
}

.mobile-saleinfo .saleinfo__cnts .badge {
  display: inline-block;
  background: #ffe300;
  color: #3D2817;
  font-weight: 900;
  font-size: 18px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(244, 198, 31, 0.5);
  display: block;
  text-align: center;
}

.mobile-saleinfo .saleinfo__cnts .header-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 640px) {
  .mobile-saleinfo .saleinfo__cnts .header-content {
    flex-wrap: wrap;
  }
}

.mobile-saleinfo .saleinfo__cnts .header-content .left {
  width: calc(100% - 300px);
  text-align: center;
}

.mobile-saleinfo .saleinfo__cnts .header-content .left h2 {
  font-weight: 900;
  font-size: 26px;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(61, 40, 23, 0.3);
}

.mobile-saleinfo .saleinfo__cnts .header-content .left .discount {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(61, 40, 23, 0.3);
  font-weight: 900;
  text-align: center;
}

.mobile-saleinfo .saleinfo__cnts .header-content .left .discount strong {
  display: inline-block;
  margin-right: 10px;
  font-size: 52px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1200px) {
  .mobile-saleinfo .saleinfo__cnts .header-content .left .discount strong {
    display: block;
  }
}

@media (max-width: 640px) {
  .mobile-saleinfo .saleinfo__cnts .header-content .left {
    width: 100%;
  }
}

.mobile-saleinfo .saleinfo__cnts .header-content .right {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.mobile-saleinfo .saleinfo__cnts .header-content .right__cnts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 20px);
}

.mobile-saleinfo .saleinfo__cnts .header-content .right__cnts .countdown-label {
  font-size: 18px;
  font-weight: bold;
  color: #32516F;
}

.mobile-saleinfo .saleinfo__cnts .header-content .right__cnts .remaining-count {
  color: #32516F;
}

.mobile-saleinfo .saleinfo__cnts .header-content .right__cnts .remaining-count #remainingCount {
  font-size: 50px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.mobile-saleinfo .saleinfo__cnts .header-content .right__cnts .remaining-count .remaining-text {
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
}

@media (max-width: 640px) {
  .mobile-saleinfo .saleinfo__cnts .header-content .right {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .mobile-saleinfo .saleinfo__cnts .header-content .right__cnts {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    position: relative;
  }
}

/*--------------------------
商品一覧ページ
----------------------------*/
body#page_product_list {
  /* 商品ID 93を含むリンクとその親を非表示 */
}

body#page_product_list .saleinfo__cnts {
  margin-top: 30px;
}

body#page_product_list .category-title-image {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}

body#page_product_list .category-title-image img.spn {
  display: none;
}

@media (max-width: 767px) {
  body#page_product_list .category-title-image {
    padding: 0 0 20px;
  }
}

@media (max-width: 640px) {
  body#page_product_list .category-title-image img.spn {
    display: block;
  }
  body#page_product_list .category-title-image img.pc {
    display: none;
  }
}

body#page_product_list .category-nav {
  margin: 30px 0;
}

body#page_product_list .category-nav__list {
  display: flex;
  margin-left: -15px;
  justify-content: center;
}

body#page_product_list .category-nav__list > * {
  margin-left: 15px;
  width: 100%;
}

body#page_product_list .category-nav__list > * a {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body#page_product_list .category-nav__list > * a:hover {
  background: #F0F4F8;
}

body#page_product_list .category-nav__list > * a .img {
  width: 80px;
  height: 80px;
}

body#page_product_list .category-nav__list > * a .name {
  width: calc(100% - 80px);
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 15px;
  color: #32516F;
  text-align: center;
}

@media (max-width: 767px) {
  body#page_product_list .category-nav__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body#page_product_list .category-nav__list > * {
    width: calc(50% - 15px);
  }
  body#page_product_list .category-nav__list > *:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  body#page_product_list .category-nav__list {
    margin-left: -10px;
  }
  body#page_product_list .category-nav__list > * {
    width: calc(100% - 10px);
  }
  body#page_product_list .category-nav__list > * a .img {
    width: 50px;
    height: 50px;
  }
  body#page_product_list .category-nav__list > * a .name {
    width: calc(100% - 50px);
  }
  body#page_product_list .category-nav__list > *:nth-child(n+2) {
    margin-top: 10px;
  }
}

body#page_product_list .printOption_cnts {
  margin: 20px auto 50px;
  padding: 35px;
  background: #F0F4F8;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 1100px;
}

@media (max-width: 640px) {
  body#page_product_list .printOption_cnts {
    padding: 20px;
  }
}

body#page_product_list .printOption_cnts h4 {
  font-size: 20px;
  font-weight: bold;
  color: #32516F;
  margin: 0px;
  border-bottom: 1px solid #32516F;
  padding-bottom: 10px;
}

body#page_product_list .printOption_cnts ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

body#page_product_list .printOption_cnts ul li::before {
  content: "\f05d";
  font-family: FontAwesome;
  display: block;
  color: #DE5D50;
  color: #32516F;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

body#page_product_list .printOption_cnts ul li strong {
  color: #32516F;
}

@media (max-width: 767px) {
  body#page_product_list .ec-searchnavRole__infos {
    padding: 10px 0 0;
  }
}

@media (max-width: 767px) {
  body#page_product_list .ec-shelfRole {
    padding: 0;
  }
}

body#page_product_list a[href*="/products/detail/93"],
body#page_product_list a[href*="/products/detail/93"] + *,
body#page_product_list .ec-shelfGrid__item:has(a[href*="/products/detail/93"]) {
  display: none !important;
}

body#page_product_list .ec-shelfGrid {
  margin-left: -15px;
}

body#page_product_list .ec-shelfGrid__item {
  padding: 0 !important;
  width: calc(25% - 15px);
  margin-left: 15px;
}

@media (max-width: 1320px) {
  body#page_product_list .ec-shelfGrid__item {
    width: calc(33.33% - 15px);
  }
}

@media (max-width: 640px) {
  body#page_product_list .ec-shelfGrid__item {
    width: calc(50% - 15px);
  }
}

body#page_product_list .ec-shelfGrid__item-image {
  position: relative;
}

body#page_product_list .ec-shelfGrid__item-image::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

@media (max-width: 640px) {
  body#page_product_list .ec-shelfGrid__item-image::before {
    width: 35px;
    height: 35px;
  }
}

body#page_product_list .ec-shelfGrid__item.sale .ec-shelfGrid__item-image::before {
  background: url(../img/common/ico_sale.svg) no-repeat center/contain;
}

body#page_product_list .ec-shelfGrid__item.new .ec-shelfGrid__item-image::before {
  background: url(../img/common/ico_new.svg) no-repeat center/contain;
}

body#page_product_list .ec-shelfGrid__item a:hover {
  opacity: 1 !important;
}

body#page_product_list .ec-shelfGrid__item a:hover .ec-shelfGrid__item-image img {
  opacity: 0.8 !important;
}

body#page_product_list .ec-shelfGrid__item p {
  font-size: 16px;
}

body#page_product_list .ec-shelfGrid__item p.name {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* ← 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body#page_product_list .ec-shelfGrid__item p.price01-default {
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
}

body#page_product_list .ec-shelfGrid__item p.price01-default .lt {
  text-decoration: line-through;
}

body#page_product_list .ec-shelfGrid__item p.price01-default .tax {
  display: none;
}

body#page_product_list .ec-shelfGrid__item p.price02-default {
  margin: 0;
  color: #DE5D50;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
}

body#page_product_list .ec-shelfGrid__item p.price02-default .tax {
  font-size: 90%;
}

body#page_product_list .ec-shelfGrid__item .ec-productRole__actions,
body#page_product_list .ec-shelfGrid__item .ec-productRole__btn {
  display: none;
}

/*--------------------------
商品詳細ページ
----------------------------*/
body#page_product_detail {
  /* lightbox（返信ハガキ） */
  /* option モーダル */
  /* モーダル */
}

body#page_product_detail .uk-lightbox-items li img {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 640px) {
  body#page_product_detail .uk-lightbox-button {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

body#page_product_detail .option_description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 !important;
  width: calc(100% - 50px);
  max-width: 800px;
}

body#page_product_detail .option_description h3 {
  font-size: 18px;
  color: #32516F;
  font-weight: bold;
  margin-bottom: 10px;
}

body#page_product_detail .option_description img {
  width: 40%;
}

@media (max-width: 640px) {
  body#page_product_detail .option_description img {
    width: 100%;
  }
}

body#page_product_detail .option_description .btn-info {
  width: 100px;
  background: #406e9b;
  font-size: 15px;
}

body#page_product_detail .spn__footer {
  display: none;
}

@media (max-width: 767px) {
  body#page_product_detail .spn__footer {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

body#page_product_detail .spn__footer > * {
  width: 50%;
  color: #fff;
  text-align: center;
}

body#page_product_detail .spn__footer > * button, body#page_product_detail .spn__footer > * a {
  height: 60px;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 60px;
  display: block;
  font-weight: 500;
}

body#page_product_detail .spn__footer > * button::before, body#page_product_detail .spn__footer > * a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* solid */
  margin-right: 5px;
}

body#page_product_detail .spn__footer > *.favorite button {
  background: #8A8256;
}

body#page_product_detail .spn__footer > *.favorite button::before {
  content: "\f004";
}

body#page_product_detail .spn__footer > *.cart a {
  background: #406e9b;
}

body#page_product_detail .spn__footer > *.cart a::before {
  content: "\f07a";
}

body#page_product_detail .detail__modal .uk-close {
  top: 0;
  right: 0;
  background: #32516F;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

body#page_product_detail .detail__modal .uk-close svg {
  color: #fff;
}

@media (max-width: 640px) {
  body#page_product_detail .detail__modal .uk-close {
    top: -25px;
    right: -25px;
  }
}

body#page_product_detail .detail__modal .uk-modal-dialog {
  width: calc(100% - 50px);
  max-width: 800px !important;
  padding: 30px;
  border-radius: 15px;
}

body#page_product_detail .detail__modal .uk-modal-dialog h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0 20px;
  color: #32516F;
}

@media (max-width: 640px) {
  body#page_product_detail .detail__modal .uk-modal-dialog {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
  }
  body#page_product_detail .detail__modal .uk-modal-dialog h4 {
    font-size: 18px;
  }
}

body#page_product_detail .detail__modal.inv-option__modal .row .img img {
  border-radius: 5px;
}

body#page_product_detail .detail__modal.inv-option__modal .row .img .name {
  margin-top: 10px;
  font-size: 13px;
}

body#page_product_detail .ec-productRole {
  color: #333 !important;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole {
    padding: 0 !important;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell {
  width: calc(100% - 280px);
  box-sizing: border-box;
  /*商品説明タイトル */
  /* スライダー */
  /* 商品説明 */
  /* セット内容 */
  /* オプション説明*/
  /* モバイル招待状詳細 */
  /* 右側 */
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell {
    width: calc(100% - 220px);
  }
}

@media (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell:first-child {
  padding-right: 35px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock {
  padding: 50px 0;
  /* 注意書き */
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock {
    padding: 35px 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea {
  padding: 35px;
  border-radius: 10px;
  margin: 40px 0;
  box-sizing: border-box;
  background: #F0F4F8;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea {
    padding: 30px 20px;
    text-align: center;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 35px;
  color: #32516F !important;
  position: relative;
  padding-left: 30px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5::before {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  color: #DE5D50;
  color: #DE5D50;
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5 span {
  font-size: 90%;
  font-weight: 500;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5 {
    font-size: 16px;
    text-align: center;
    display: inline-block;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5::before {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: -3px;
    left: 0;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell .ProductDetailBlock .cauArea h5 span {
    display: block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .detail__title {
  font-size: 28px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .detail__title span {
  display: block;
  color: #8A8256;
  font-size: 12px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .detail__title {
    font-size: 24px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell .detail__title span {
    font-size: 11px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell p.lead {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell p.lead {
    font-size: 14px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole {
  padding-left: 0;
  padding-right: 0;
  /* サムネイル */
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual {
  margin-bottom: 10px;
  position: relative;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual::before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual::before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual::before {
    right: 8px;
    top: 8px;
    width: 45px;
    height: 45px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual .slide-item {
  border: 1px solid #eeeeee;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual.sale::before {
  background: url(../img/common/ico_sale.svg) no-repeat center/contain;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_visual.new::before {
  background: url(../img/common/ico_new.svg) no-repeat center/contain;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_nav {
  margin-left: -10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_nav > * {
  width: calc(20% - 10px);
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #eeeeee;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_nav > *:nth-child(n+6) {
  margin-top: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-sliderItemRole .item_nav > * img {
  width: 100%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__description {
  margin: 30px 0;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__description {
    margin-top: 60px;
    font-size: 16px !important;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .freearea .id39 h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 0;
  color: #32516F;
  border-left: 6px solid #73CFD9;
  padding-left: 10px;
  line-height: 1.35;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .freearea .id39 .rei {
  display: inline-block;
  font-weight: 500;
  margin: 20px 0 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .js-blank {
  background: #8A8256;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin: 30px 0 0;
  border-radius: 20px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .js-blank span {
  color: #fff;
  font-weight: 500;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  padding-left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .js-blank span::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/common/ico_window_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .js-blank:hover {
  background: #625a32;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .uk-flex, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .uk-flex, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .uk-flex {
  flex-wrap: wrap;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts {
  box-sizing: border-box;
  width: 100%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .img img, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .img img, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .img img {
  max-width: 650px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .text h4, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .text h4, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .text h4 {
  font-weight: 500;
  color: #32516F;
  margin: 0;
  font-size: 16px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .text p, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .text p, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .text p {
  margin: 5px 0 20px;
  font-size: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
  color: #32516F;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li::before, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li::before, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #32516F;
  position: absolute;
  left: 0;
  top: 13px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .txt12, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .txt12, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .txt12 {
  font-size: 13px;
  margin-bottom: 8px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .child, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .child, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .child {
  display: flex;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .child li, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .child li, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .child li {
  font-size: 14px;
  white-space: nowrap;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .child li:nth-child(n+2), body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .child li:nth-child(n+2), body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .child li:nth-child(n+2) {
  margin-left: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .child li span, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .child li span, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .child li span {
  display: inline-block;
  padding: 5px 10px;
  background: #73CFD9;
  color: #fff;
  margin-right: 8px;
  line-height: 1.0;
  font-size: 13px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .btn, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .btn, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .btn {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cnts .freearea ul.setcnts > li .btn a, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cnts .freearea ul.setcnts > li .btn a, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cnts .freearea ul.setcnts > li .btn a {
  display: block;
  color: #337ab7;
  border: 1px solid #337ab7;
  padding: 5px 20px;
  box-sizing: border-box;
  white-space: normal;
  transition: all 0.5s ease;
  font-size: 12px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau {
  padding: 20px;
  background: #F0F4F8;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-top: 35px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li {
  font-size: 14px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li:nth-child(n+2), body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li:nth-child(n+2), body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li:nth-child(n+2) {
  margin-top: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li span, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li span, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li span {
  font-weight: 500;
  position: relative;
  display: block;
  color: #32516F;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li span::before, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li span::before, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li span::before {
  content: "\f058";
  font-family: FontAwesome;
  color: #406e9b;
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li span strong.red, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li span strong.red, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li span strong.red {
  color: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .set__cau ul > li .attList li, body#page_product_detail .ec-productRole .ec-grid2__cell #cookie .set__cau ul > li .attList li, body#page_product_detail .ec-productRole .ec-grid2__cell #kasane .set__cau ul > li .attList li {
  margin-top: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .freearea ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .hagaki-design {
  display: block;
  width: 100%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .hagaki-design > * {
  border-bottom: 1px dotted #ccc;
  padding: 0 5px 10px 1.2em;
  display: block;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .hagaki-design a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #406e9b;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1.0;
  color: #406e9b;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .hagaki-design a:hover {
  background: #F0F4F8;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invSet .hagaki-design a:nth-child(n+2) {
  display: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption {
  /* オプション印刷モーダルtoggle */
  /* 印刷オプションをご希望の方へ */
  /* 招待状ご注文の流れ */
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption h6 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  color: #32516F;
  border-left: 6px solid #73CFD9;
  padding-left: 10px;
  line-height: 1.35;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld {
  flex-wrap: wrap;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld .img {
  width: 40%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld .text {
  width: calc(60% - 30px);
  margin-left: 30px;
}

@media (max-width: 1380px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld .img {
    width: 100%;
    padding-top: 60%;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .ld .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option {
    margin-left: 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li {
  width: calc(50% - 10px);
  margin-left: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li:nth-child(n+3) {
  margin-top: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li a {
  background: #e7eef6;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

@media (min-width: 960px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li a:hover {
    background: #73CFD9;
    color: #fff;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li {
    width: 100%;
    margin-left: 0;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption ul.nav.option li:nth-child(n+2) {
    margin-top: 10px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box {
  text-align: left;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box:nth-of-type(n+2) {
  margin-top: 25px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box p {
  margin: 10px 0 0;
  font-size: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box p strong {
  color: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box ul li::before {
  content: "\f05d";
  font-family: FontAwesome;
  display: block;
  color: #DE5D50;
  color: #32516F;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box ul li strong {
  color: #32516F;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.print {
  margin: 15px 0 0;
  padding: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.print a span::before {
  content: "\f02f";
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.print {
    width: 100%;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.print a span {
    display: inline-block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.inv {
  margin: 15px 0 0;
  padding: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.inv a span {
  padding-left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.inv a span::before {
  content: none;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.inv {
    width: 100%;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .option__link__box .btn.inv a span {
    display: inline-block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow {
  padding: 20px 30px 40px;
  margin-top: 40px;
  text-align: center;
  border-radius: 10px;
  background: #f7f7f7;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow {
    padding: 20px 20px 30px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow h5 {
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #32516F;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow h5::before {
  content: "\f15c";
  font-family: FontAwesome;
  color: #32516F;
  position: absolute;
  left: 0;
  top: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow h5 span {
  display: inline-block;
  font-size: 16px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow h5 {
    line-height: 1.3;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow h5 span {
    font-size: 13px;
    display: block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.uk-accordion,
body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.invFlowList {
  margin: 0;
  list-style: none;
  padding: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.uk-accordion .uk-accordion-title,
body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.invFlowList .uk-accordion-title {
  position: relative;
  overflow: inherit;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.uk-accordion .uk-accordion-title::before,
body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.invFlowList .uk-accordion-title::before {
  content: 'もっと見る▼';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  width: auto;
  height: auto;
  margin: 0;
  color: #406e9b;
  background: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.uk-accordion li.uk-open .uk-accordion-title::before,
body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.invFlowList li.uk-open .uk-accordion-title::before {
  content: '閉じる▲';
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .uk-accordion-content {
  padding-top: 35px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.invFlowList .uk-accordion-content {
  padding-top: 0px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.flow {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: -10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.flow li {
  background: #73CFD9;
  padding: 8px;
  text-align: center;
  color: #fff;
  width: calc(16.6666% - 8px);
  box-sizing: border-box;
  position: relative;
  margin-left: 8px;
  font-weight: 500;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.flow li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 10px solid #72cfd9;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow ul.flow li:last-child::after {
  content: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .day {
  position: relative;
  margin-top: 10px;
  border-left: 1px solid #32516F;
  border-right: 1px solid #32516F;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .day::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #32516F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .day span {
  padding: 5px 10px;
  background: #f7f7f7;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #32516F;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .btn.flow {
  margin-top: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow .btn.flow span::before {
  content: "\f15c";
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow__box {
  text-align: left;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #invOption .invFlow__box .com {
  margin-bottom: 0;
  background: #fff;
  padding: 10px 20px;
  font-weight: 500;
  color: #32516F;
  text-align: left;
  line-height: 1.35;
  border-radius: 8px;
  font-size: 16px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts {
  padding-top: 0;
  /* モバイル招待状について */
  /* モバイル招待状に含まれる内容 */
  /* オープンチャットについて */
  /* 管理画面について */
  /* 注文の流れ */
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts ul.numList {
  margin: 20px 0 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts ul.numList li {
  position: relative;
  padding-left: 2em;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts ul.numList li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .cauArea {
  background: #f4f3ee;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .cauArea {
    margin-bottom: 35px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .cauArea h5 {
  margin-bottom: 0px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau {
  padding: 30px;
  background: #F0F4F8;
  box-sizing: border-box;
  border-radius: 10px;
  margin-left: 0;
  margin-top: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .ld {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 18px;
  font-weight: 500;
  color: #32516F;
  border-bottom: 1px solid #32516F;
  padding-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .ld br {
  display: none;
}

@media (max-width: 1200px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .ld br {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau {
    padding: 20px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .ld {
    font-size: 16px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li {
  width: calc(50% - 15px);
  margin-left: 15px;
  font-size: 14px;
  margin-top: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li:nth-child(n+3) {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li {
    width: calc(100% - 15px);
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li:nth-child(n+2) {
    margin-top: 5px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li span {
  font-weight: 500;
  position: relative;
  display: block;
  color: #32516F;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li span::before {
  content: "\f058";
  font-family: FontAwesome;
  color: #406e9b;
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau ul.check > li span strong.red {
  color: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .mailAttention {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .mailAttention h5 {
  font-weight: 500;
  color: #32516F;
  margin-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .mailAttention ul {
  margin: 0;
  font-size: 90%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .about .set__cau .mailAttention ul li:nth-child(n+2) {
  margin-top: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include {
  margin-top: 80px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include span.hidden {
  display: inline-block;
  background: #8A8256;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.0;
  margin-left: 5px;
  border-radius: 3px;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * {
  background: #f4f3ee;
  padding: 25px;
  box-sizing: border-box;
  width: calc(50% - 15px);
  margin-left: 15px;
  border-radius: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > *:nth-child(n+3) {
  margin-top: 15px;
}

@media (max-width: 1400px) and (min-width: 769px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * {
    width: calc(100% - 15px);
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > *:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * {
    width: calc(100% - 15px);
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > *:nth-child(n+2) {
    margin-top: 15px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * h4 {
  font-weight: bold;
  font-size: 20px;
  color: #8A8256;
  margin-bottom: 10px;
  border-bottom: 1px solid #8A8256;
  padding-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * p {
  margin: 0;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .include__list > * p.att {
  margin-top: 10px;
  line-height: 1.5;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat {
  margin-top: 80px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__slider {
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__slider {
    padding: 20px 0;
    border-radius: 10px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau {
  background: #F0F4F8;
  padding: 30px;
  border-radius: 15px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau {
    padding: 20px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  color: #32516F !important;
  position: relative;
  padding-left: 30px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau h4::before {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  color: #DE5D50;
  color: #DE5D50;
  font-size: 22px;
  position: absolute;
  top: -3px;
  left: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau h4 span {
  font-size: 90%;
  font-weight: 500;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau h4 {
    font-size: 16px;
    text-align: left;
    display: inline-block;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau h4 span {
    display: block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat__cau p {
  margin: 15px 0 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide {
  text-align: center;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide img {
  display: block;
  width: calc(30% - 20px);
  margin-right: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text {
  margin-top: 20px;
  width: 70%;
  text-align: left;
  padding-right: 50px;
  box-sizing: border-box;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text h4 {
  font-size: 20px;
  color: #32516F;
  font-weight: bold;
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text p {
  text-align: left;
  font-size: 14px;
}

@media (max-width: 1400px) and (min-width: 769px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide img {
    width: 180px;
    margin: 0 auto 10px;
    padding: 0 30px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text {
    width: 100%;
    padding: 0 30px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text h4 {
    text-align: center;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide img {
    width: 180px;
    margin: 0 auto 10px;
    padding: 0 30px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text {
    width: 100%;
    padding: 0 30px;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .chat-swiper .swiper-slide .text h4 {
    text-align: center;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-prev,
body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-next {
  color: #8A8256;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-prev::after,
body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-next::after {
  font-size: 25px;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-prev {
    left: 0;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-button-next {
    right: 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .openchat .swiper-pagination .swiper-pagination-bullet-active {
  background: #8A8256;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin {
  margin-top: 80px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__img {
  width: 100%;
  text-align: center;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__img img {
  max-width: 500px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts {
  flex-wrap: wrap;
  align-items: flex-start;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__text {
  width: 50%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__text .ld {
  font-size: 20px;
  color: #406e9b;
  font-weight: 500;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__text .btn {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__text .btn a {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__pass {
  width: calc(50% - 50px);
  margin-left: 50px;
}

@media (max-width: 1200px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__cnts .admin__pass {
    width: 100%;
    margin-left: 0;
    max-width: 500px;
    margin: 30px auto 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__pass {
  padding: 20px;
  box-sizing: border-box;
  background: #f4f3ee;
  border-radius: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__pass h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #8A8256;
  padding-bottom: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__pass ul {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__pass ul li {
  font-size: 14px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .admin__pass ul li li {
  margin: 0 !important;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow {
  margin-top: 80px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list {
  margin-bottom: 50px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box {
  display: flex;
  flex-wrap: wrap;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box:nth-child(n+2) {
  margin-top: 20px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box .num {
  width: 60px;
  height: 60px;
  background: #73CFD9;
  color: #fff;
  text-align: center;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1.15;
  padding-top: 12px;
  font-size: 18px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box .num span {
  display: block;
  font-size: 12px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box .text {
  width: calc(100% - 60px);
  padding-left: 15px;
  box-sizing: border-box;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box .text h5 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #32516F;
}

body#page_product_detail .ec-productRole .ec-grid2__cell #mobileCnts .flow__list .box .text p {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile {
  /* 商品タイトル */
  /* タグ */
  /* カテゴリー */
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile.spn_only {
  display: none;
}

@media (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile.spn_only {
    display: block;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile.spn_only .ec-productRole__priceRegularPrice {
  padding-top: 10px;
  display: inline-block;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-price__price {
  padding: 0;
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-price__price {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__priceRegularPrice {
    font-size: 13px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount {
  margin: 20px 0;
  border: 1px solid #406e9b;
  padding: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount h5 {
  font-size: 16px;
  font-weight: 500;
  color: #406e9b;
  padding-bottom: 8px;
  border-bottom: 1px solid #406e9b;
  margin-bottom: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount p {
  color: #333;
  font-size: 15px;
  margin: 0 0 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount span {
  display: inline-block;
  line-height: 1.0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount span.text01 {
  display: block;
  color: #333;
  font-size: 13px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount span.ec-price__discount {
  font-weight: bold;
  color: #DE5D50;
  font-size: 18px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .inv-discount span.ec-price__tax {
  font-size: 12px;
  color: #333;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-headingTitle {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-headingTitle {
    font-size: 20px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__tags {
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__tags li {
  display: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__category {
  font-size: 14px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell .ec-productRole__profile .ec-productRole__category ul li {
  font-size: 13px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block {
  width: 280px;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block {
    width: 220px;
  }
}

@media (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block {
    width: 100% !important;
  }
}

@media (max-width: 1000px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .uk-sticky-placeholder {
    display: none !important;
    height: 0;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile {
  margin-left: 16px !important;
  /* 購入・お気に入りボタン */
  /* 在庫表示 */
  /* 発送日目安 */
  /* ゆうパケット */
  /* 規格*/
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile.uk-active {
  padding-top: 20px;
}

@media (max-width: 1000px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile {
    margin-left: 0 !important;
  }
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile.uk-active {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    padding-bottom: 80px !important;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn {
  min-width: auto !important;
  width: 100%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn button {
  border: none;
  border-radius: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn button.add-cart {
  background: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn button.add-cart::before {
  content: "\f07a";
  font-family: FontAwesome;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn button#favorite {
  background: #8A8256;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__btn button#favorite::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* solid */
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock {
  margin-top: 20px !important;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #32516F;
  position: relative;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table {
  border: none;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table tr, body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table td, body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table th {
  border: none;
  font-size: 14px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table th, body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock table td .bg-success {
  background: none !important;
  color: #000;
  font-size: 14px;
  padding: 0;
  font-weight: normal;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock .ec-productRole__stockSimple {
  font-size: 15px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__stock .alert {
  background: #F0F4F8;
  border-color: #b8cadb;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration {
  padding: 25px 0 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #32516F;
  position: relative;
  padding-left: 25px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration h6::before {
  content: "\f0d1";
  font-family: FontAwesome;
  color: #32516F;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration .shipping-info__box {
  font-size: 14px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration .shipping-info__box span {
  display: inline-block;
  margin-right: 8px;
  background: #73CFD9;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1.0;
  width: 80px;
  text-align: center;
  color: #fff;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__delivery_duration .shipping-info__box:nth-of-type(n+2) {
  margin-top: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket {
  padding: 20px 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket .badge {
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket .badge-success {
  background: #406e9b;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket .badge-danger {
  background: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket p {
  font-size: 14px;
  margin: 5px 0 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__yupaket p strong {
  color: #DE5D50;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions select {
  max-width: 100% !important;
  min-width: 1px !important;
  width: calc(100% - 2em);
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea {
  background: #F4F3EF;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 0;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea {
    padding: 15px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea h3 {
  font-weight: bold;
  font-size: 16px;
  color: #32516F;
  border-bottom: 1px solid #32516F;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea p.desc {
  margin-top: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label {
  margin-bottom: 10px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label label {
  font-size: 14px;
  color: #406e9b;
  font-weight: 500;
  margin-right: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label .ec-required {
  font-size: 11px;
  background: #DE5D50;
  color: #fff;
  padding: 5px;
  line-height: 1.0;
  border-radius: 3px;
  margin: 0;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label a[id^="option_description_link"] {
  display: block;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label a[id^="option_description_link"] .ec-link {
  display: inline-block;
  line-height: 1.0;
  font-size: 12px;
  padding: 5px 5px 5px 1.7em;
  border: 1px solid #406e9b;
  color: #406e9b;
  font-weight: 500;
  border-radius: 3px;
  position: relative;
  transition: all 0.5s ease 0s;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label a[id^="option_description_link"] .ec-link::before {
  content: "\f058";
  font-family: FontAwesome;
  color: #406e9b;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .option_Label a[id^="option_description_link"]:hover .ec-link {
  background: #fff;
  transition: all 0.5s ease 0s;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea > *:first-child {
  margin-top: 0 !important;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea > *:last-child {
  margin-bottom: 0 !important;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea > * select {
  background: #fff;
  width: 100%;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea > * textarea {
  font-size: 12px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .bikou-rei {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .form-check .form-check-label {
  font-size: 14px;
  vertical-align: top;
}

@media (max-width: 1320px) {
  body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .ec-productRole__actions .optionArea .form-check .form-check-label {
    font-size: 13px;
  }
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .kasane-caution {
  background: #fff5f5;
  padding: 15px;
  border: 1px solid #f4a8a1;
  border-radius: 10px;
  margin: 0 0 20px;
}

body#page_product_detail .ec-productRole .ec-grid2__cell.sticky__block .ec-productRole__profile .kasane-caution strong {
  color: #DE5D50;
}

/*--------------------------
注文手続き（index）
----------------------------*/
body#page_shopping .ec-input textarea,
body#page_shopping_redirect_to .ec-input textarea {
  font-size: 14px;
}

body#page_shopping .yupacket-caution,
body#page_shopping_redirect_to .yupacket-caution {
  background: #F0F4F8;
  padding: 25px;
  border-radius: 10px;
  margin: 15px 0 20px;
}

body#page_shopping .yupacket-caution h4,
body#page_shopping_redirect_to .yupacket-caution h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  border-bottom: 1px solid #32516F;
  padding-bottom: 5px;
}

body#page_shopping .yupacket-caution h5,
body#page_shopping_redirect_to .yupacket-caution h5 {
  margin: 0 0 10px;
  position: relative;
  color: #32516F;
  font-weight: 500;
  padding-left: 1.1em;
}

body#page_shopping .yupacket-caution h5::before,
body#page_shopping_redirect_to .yupacket-caution h5::before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0px;
}

body#page_shopping .yupacket-caution p,
body#page_shopping_redirect_to .yupacket-caution p {
  font-size: 15px;
}

body#page_shopping .yupacket-caution ul,
body#page_shopping_redirect_to .yupacket-caution ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#page_shopping .uk-modal#yupake .uk-modal-dialog,
body#page_shopping_redirect_to .uk-modal#yupake .uk-modal-dialog {
  border-radius: 10px;
}

body#page_shopping .uk-modal#yupake .uk-close,
body#page_shopping_redirect_to .uk-modal#yupake .uk-close {
  top: 5px;
  right: 5px;
  background: #32516F;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
}

body#page_shopping .uk-modal#yupake .uk-close svg,
body#page_shopping_redirect_to .uk-modal#yupake .uk-close svg {
  color: #fff;
}

@media (max-width: 640px) {
  body#page_shopping .uk-modal#yupake .uk-close,
  body#page_shopping_redirect_to .uk-modal#yupake .uk-close {
    top: -25px;
    right: -25px;
  }
}

body#page_shopping .uk-modal#yupake h4,
body#page_shopping_redirect_to .uk-modal#yupake h4 {
  font-size: 16px;
  font-weight: bold;
}

body#page_shopping .uk-modal#yupake ul,
body#page_shopping_redirect_to .uk-modal#yupake ul {
  list-style: none;
  padding: 0;
}

body#page_shopping .uk-modal#yupake ul li,
body#page_shopping_redirect_to .uk-modal#yupake ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 1.2em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

body#page_shopping .uk-modal#yupake ul li::before,
body#page_shopping_redirect_to .uk-modal#yupake ul li::before {
  content: '●';
  color: #73CFD9;
  position: absolute;
  left: 0;
  top: 0;
}

body#page_shopping .uk-modal#yupake ul li span,
body#page_shopping_redirect_to .uk-modal#yupake ul li span {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}

/* ログインページ */
@media (max-width: 640px) {
  #page_mypage_login .ec-login {
    padding: 20px;
  }
}

#page_mypage_login .ec-loginNotice {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ffbdbd;
}

#page_mypage_login .ec-loginNotice p {
  margin: 0;
  font-size: 14px;
}

#page_mypage_login .ec-loginNotice p.ec-loginNotice__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 640px) {
  .other_page .page.ec-role {
    padding: 0;
  }
}

.other_page .ec-layoutRole__mainWithColumn {
  padding-bottom: 100px;
}

.other_page .ec-pageHeader h2 {
  font-size: 36px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  letter-spacing: 1px;
  margin-bottom: 80px;
  border-bottom: 1px solid #8A8256;
  padding-bottom: 10px;
}

@media (max-width: 640px) {
  .other_page .ec-pageHeader h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

.other_page .ec-off1Grid__cell {
  margin-left: 0;
}

/*--------------------------
 ご利用ガイド
----------------------------*/
#page_help_guide .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}

#page_help_guide .list li {
  width: calc(50% - 10px);
  margin-left: 10px;
}

#page_help_guide .list li:nth-child(n+3) {
  margin-top: 10px;
}

@media (min-width: 1600px) {
  #page_help_guide .list li {
    width: calc(33.33% - 10px);
  }
  #page_help_guide .list li:nth-child(n+3) {
    margin-top: 0px;
  }
  #page_help_guide .list li:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  #page_help_guide .list li {
    width: calc(100% - 10px);
  }
  #page_help_guide .list li:nth-child(n+2) {
    margin-top: 10px;
  }
}

#page_help_guide .list li a {
  display: block;
  border-radius: 5px;
  background: #F0F4F8;
  font-weight: 500;
  color: #32516F;
  text-align: center;
  padding: 10px;
}

@media (min-width: 960px) {
  #page_help_guide .list li a:hover {
    background: #73CFD9;
    color: #fff;
  }
}

#page_help_guide .guide__box {
  margin-top: 60px;
}

#page_help_guide .guide__box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  color: #32516F;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
}

#page_help_guide .guide__box dl dt, #page_help_guide .guide__box dl dd {
  position: relative;
  padding: 20px;
  padding-left: 50px !important;
}

#page_help_guide .guide__box dl dt::before, #page_help_guide .guide__box dl dd::before {
  position: absolute;
  left: 20px;
  top: 16px;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
}

#page_help_guide .guide__box dl dt {
  margin-top: 35px;
  background: #F0F4F8;
  border-radius: 10px 10px 0 0;
  border: 1px solid #406e9b;
}

#page_help_guide .guide__box dl dt::before {
  content: 'Q';
  color: #406e9b;
}

#page_help_guide .guide__box dl dd {
  border: 1px solid #406e9b;
  border-radius: 0 0 10px 10px;
  border-top: none;
  font-size: 15px;
}

#page_help_guide .guide__box dl dd::before {
  content: 'A';
  color: #DE5D50;
  font-weight: bold;
}

#page_help_guide .guide__box dl dd a {
  color: #406e9b;
  text-decoration: underline;
}

#page_help_guide .guide__box dl dd h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 15px;
  color: #32516F;
}

#page_help_guide .guide__box dl dd ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page_help_guide .guide__box dl dd table {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#page_help_guide .guide__box dl dd table th, #page_help_guide .guide__box dl dd table td {
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

#page_help_guide .guide__box dl dd table th {
  font-weight: 500;
  color: #333;
  background: #efefef;
  width: 70%;
}

/*--------------------------
 招待状注文の流れ
----------------------------*/
@media (max-width: 640px) {
  body.flowPage h2 span {
    display: block;
    margin-left: -0.5em;
  }
}

body.flowPage .page.ec-role .bg-gray {
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
  display: inline-block;
  background: #F0F4F8;
}

body.flowPage .page.ec-role h3 {
  font-size: 24px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  margin: 15px 0 35px;
  border-bottom: 1px dotted #CDD8E5;
  padding: 10px 5px;
}

@media (max-width: 640px) {
  body.flowPage .page.ec-role h3 {
    margin-top: 0;
  }
}

body.flowPage .stepBox {
  position: relative;
  margin: 0;
}

body.flowPage .stepBox::before {
  content: '';
  width: 10px;
  background: #F0F4F8;
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 10px;
}

@media (max-width: 640px) {
  body.flowPage .stepBox::before {
    left: 20px;
  }
}

body.flowPage .stepBox::after {
  left: 5px;
  bottom: -35px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top: 35px solid #F0F4F8;
}

@media (max-width: 640px) {
  body.flowPage .stepBox::after {
    left: -10px;
  }
}

body.flowPage .stepBox .step_header {
  display: flex;
  flex-wrap: wrap;
}

body.flowPage .stepBox .step_header .num {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #73CFD9;
  position: relative;
  text-align: center;
  color: #fff;
  margin-right: 50px;
}

body.flowPage .stepBox .step_header .num p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.0;
}

body.flowPage .stepBox .step_header .num p span {
  font-size: 24px;
  display: block;
}

@media (max-width: 640px) {
  body.flowPage .stepBox .step_header .num {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
  }
  body.flowPage .stepBox .step_header .num p {
    font-size: 11px;
  }
  body.flowPage .stepBox .step_header .num p span {
    font-size: 16px;
  }
}

body.flowPage .stepBox .step_header h3 {
  width: calc(100% - 130px);
}

@media (max-width: 640px) {
  body.flowPage .stepBox .step_header h3 {
    width: calc(100% - 60px);
  }
}

body.flowPage .stepBox .step_body {
  margin-left: 130px;
  padding: 0 5px 35px;
}

@media (max-width: 640px) {
  body.flowPage .stepBox .step_body {
    margin-left: 60px;
  }
}

body.flowPage .stepBox .step_body .btn-flex > * span {
  display: inline-block;
}

@media (max-width: 767px) {
  body.flowPage .stepBox .step_body .btn-flex {
    flex-wrap: wrap;
  }
  body.flowPage .stepBox .step_body .btn-flex > * {
    width: 100%;
  }
  body.flowPage .stepBox .step_body .btn-flex > *:nth-child(2) {
    margin: 10px 0 0 0 !important;
  }
}

body.flowPage .stepBox .step_body .label {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 10px 0;
  width: 180px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 640px) {
  body.flowPage .stepBox .step_body .label {
    font-size: 16px;
    width: 150px;
  }
}

body.flowPage .stepBox .step_body .label span {
  padding-left: 25px;
  position: relative;
}

body.flowPage .stepBox .step_body .label span::before {
  content: "\f062";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
}

body.flowPage .stepBox .step_body .label.cus {
  background: #DE5D50;
}

body.flowPage .stepBox .step_body .label.cus span::before {
  content: "\f007";
}

body.flowPage .stepBox .step_body .label.com {
  background: #406e9b;
}

body.flowPage .stepBox .step_body .label.com span::before {
  content: "\f1ad";
}

body.flowPage .stepBox .step_body .checkList li {
  position: relative;
  padding-left: 1.2em;
}

body.flowPage .stepBox .step_body .checkList li::before {
  content: '\f058';
  font-family: FontAwesome;
  color: #406e9b;
  position: absolute;
  top: 0;
  left: 0;
}

body.flowPage .stepBox .step_body .checkList li strong {
  display: inline-block;
}

body.flowPage .stepBox .step_body h4 {
  font-weight: 500;
  color: #32516F;
  margin: 0;
  font-size: 16px;
  margin: 30px 0 0;
  padding-left: 1.2em;
  position: relative;
}

body.flowPage .stepBox .step_body h4::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: #32516F;
}

body.flowPage .stepBox .step_body p {
  margin: 10px 0;
}

body.flowPage #cancel h3::before {
  content: "\f06a";
  font-family: FontAwesome;
  color: #DE5D50;
  margin-right: 5px;
}

body.flowPage #cancel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------
 特定商取引法に基づく表記
----------------------------*/
#page_help_tradelaw .ec-borderedDefs dl dl, #page_help_tradelaw .ec-borderedDefs dl dd {
  font-size: 15px;
  line-height: 1.65;
  padding: 15px 10px;
}

#page_help_tradelaw .ec-borderedDefs dl dd table {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#page_help_tradelaw .ec-borderedDefs dl dd table th, #page_help_tradelaw .ec-borderedDefs dl dd table td {
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

#page_help_tradelaw .ec-borderedDefs dl dd table th {
  font-weight: 500;
  color: #333;
  background: #efefef;
  width: 70%;
}

/*--------------------------
 ブライダル業者リンク
----------------------------*/
body.link .linklist__box a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 640px) {
  body.link .linklist__box a {
    padding: 35px 10px;
  }
}

body.link .linklist__box a:hover {
  background: #F0F4F8;
}

body.link .linklist__box a .img {
  width: 150px;
  margin-right: 30px;
}

body.link .linklist__box a .text {
  width: calc(100% - 180px);
}

body.link .linklist__box a .text p {
  margin: 0;
  font-size: 14px;
}

body.link .linklist__box a .text .copy {
  margin: 0;
  font-size: 13px;
}

body.link .linklist__box a .text h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}

body.link .linklist__box a .text h3 span {
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 640px) {
  body.link .linklist__box a .img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  body.link .linklist__box a .text {
    width: 100%;
  }
}

/*--------------------------
 footer
----------------------------*/
.ec-layoutRole__footer {
  background: #F0F4F8;
}

.ec-layoutRole__footer .uk-container {
  max-width: 1400px !important;
}

.ec-layoutRole__footer #ft_guide {
  padding: 80px 0 50px;
}

.ec-layoutRole__footer #ft_guide .row > * {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1320px) {
  .ec-layoutRole__footer #ft_guide .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .ec-layoutRole__footer #ft_guide .row > *.col-sm-4 {
    width: 100%;
  }
}

.ec-layoutRole__footer #ft_guide .box {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}

.ec-layoutRole__footer #ft_guide .box p {
  margin: 10px 0;
  text-align: justify;
}

.ec-layoutRole__footer #ft_guide .box h4 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: bold;
  color: #32516F;
}

.ec-layoutRole__footer #ft_guide .box ul.dotList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ec-layoutRole__footer #ft_guide .box ul.dotList li {
  padding-left: 15px;
  position: relative;
}

.ec-layoutRole__footer #ft_guide .box ul.dotList li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #73CFD9;
  position: absolute;
  left: 0;
  top: 5px;
}

.ec-layoutRole__footer #ft_guide .box ul.dotList li:nth-child(n+2) {
  margin-top: 5px;
}

.ec-layoutRole__footer #ft_guide .box a {
  color: #406e9b;
}

.ec-layoutRole__footer #ft_guide .box a.arrow {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-left: 1.4em;
  font-weight: 500;
}

.ec-layoutRole__footer #ft_guide .box a.arrow::before {
  content: '\f138';
  font-family: FontAwesome;
  color: #406e9b;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.ec-layoutRole__footer #ft_bottom {
  background: #32516F;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.ec-layoutRole__footer #ft_bottom ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-left: -20px;
  padding: 0;
  margin-bottom: 50px;
}

.ec-layoutRole__footer #ft_bottom ul li {
  margin-left: 20px;
}

.ec-layoutRole__footer #ft_bottom ul li a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 959px) {
  .ec-layoutRole__footer #ft_bottom ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ec-layoutRole__footer #ft_bottom ul li {
    width: calc(33.33% - 20px);
    text-align: left;
  }
  .ec-layoutRole__footer #ft_bottom ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .ec-layoutRole__footer #ft_bottom ul {
    margin-left: -10px;
  }
  .ec-layoutRole__footer #ft_bottom ul li {
    width: calc(60% - 10px);
    margin-left: 10px;
  }
  .ec-layoutRole__footer #ft_bottom ul li a {
    font-size: 13px;
  }
  .ec-layoutRole__footer #ft_bottom ul li:nth-child(2), .ec-layoutRole__footer #ft_bottom ul li:nth-child(4) {
    width: calc(40% - 10px);
  }
  .ec-layoutRole__footer #ft_bottom ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.ec-layoutRole__footer #ft_bottom .copyright small {
  font-size: 12px;
}

@media (max-width: 640px) {
  .ec-layoutRole__footer #ft_bottom .copyright small {
    font-size: 11px;
  }
}
