/* ----------------------------- */
/* 共通 */
/* ----------------------------- */
body {
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 999px) {
  body a:hover {
    text-decoration: none;
  }
}
body tag {
  display: none;
}
a img {
  opacity: 1;
  transition: opacity:
}

@media screen and (min-width: 1000px) {
  a img:hover {
    opacity: .7;
  }
}



/* ----------------------------- */
/* コンポーネント */
/* ----------------------------- */
.link-s01 {
  background: #AAA9A9!important;
  border: none!important;
  color: #fff!important;
  text-decoration: none!important;
}
@media screen and (min-width: 1000px) {
}

.link-s01:hover {
  color: #fff!important;
  opacity: 1!important;
  text-decoration: none!important;
}
@media screen and (min-width: 1000px) {
  .link-s01:hover {
    background: #BAB497!important;
  }
}

.link-s02 {
  color: #938A5D!important;
  text-decoration: none!important;
}
@media screen and (min-width: 1000px) {
}

.link-s02:hover {
  color: #938A5D!important;
  opacity: 1!important;
}
@media screen and (min-width: 1000px) {
  .link-s02:hover {
    text-decoration: underline!important;
  }
}

.link-s03 {
  align-items: center;
  background: #AAA9A9!important;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP","Lato",sans-serif,serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 20px;
  min-width: 100px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .link-s03 {
    width: 100px;
  }
}
.link-s03:hover {
  color: #fff!important;
}
@media screen and (min-width: 1000px) {
  .link-s03:hover {
    background: #BAB497!important;
    color: #fff!important;
    opacity: 1!important;
    text-decoration: none!important;
  }
}

.ff-noto-sans {
  font-family: "Noto Sans JP"!important;
}

.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pd-lr20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.hov-ul {
  text-decoration: none!important;
}
@media screen and (min-width: 1000px) {
}

.hov-ul:hover {
    text-decoration: underline!important;
}
@media screen and (min-width: 1000px) {
  .hov-ul:hover {
    text-decoration: underline!important;
  }
}

.hov-no-ul:hover {
    text-decoration: none!important;
}
@media screen and (min-width: 1000px) {
  .hov-no-ul:hover {
    text-decoration: none!important;
  }
}

.hov-op10:hover {
    opacity: 1!important;
}
@media screen and (min-width: 1000px) {
  .hov-op10:hover {
    opacity: 1!important;
  }
}

.hov-op7:hover {
}
@media screen and (min-width: 1000px) {
  .hov-op7:hover {
    opacity: .7!important;
  }
}

.border-b-s01 {
  border-bottom: 1px solid #d8dddf;
  padding-bottom: 5px;
}
.color-main {
    color: #BAB497!important;
}
.color-accent01 {
    color: #6E6640!important;
}
.color-accent02 {
    color: #938A5D!important;
}
.color-accent03 {
    color: #9A9996!important;
}
.underline {
    text-decoration: underline!important;
}
.no-link {
  pointer-events: none!important;
}
.dis-bl {
  display: block!important;
}
.dis-ib {
  display: inline-block!important;
}
.wh-nr {
  white-space: nowrap!important;
}
.lh-1-5 {
  line-height: 1.5!important;
}
.fw500 {
  font-weight: 500!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt-20 {
  margin-top: -20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.fs14 {
  font-size: 14px!important;
}
.fs15 {
  font-size: 15px!important;
}
.txt-c {
  text-align: center!important;
}
.max100 {
  margin: 0 auto!important;
  max-width: 100px!important;
}
.max250 {
  margin: 0 auto!important;
  max-width: 250px!important;
}
.pd-rl-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pad10-7 {
  padding: 10px 7px!important;
}
.note-style {
  color: #333;
  font-size: 11px;
  font-family: "Noto Sans JP","Lato",sans-serif,serif;
  font-weight:400;
  line-height: 16px;
}
@media screen and (min-width: 1000px) {
  .note-style {
    font-size: 10px;
  }
}



/* ----------------------------- */
/* 共通パーツ */
/* ----------------------------- */

/* LINEログイン */
.line-login-area {
  margin: 40px auto 0;
  max-width: 1000px;
}
.line-login-area .line-info {
  background: #F5F5F5;
  margin-top: 30px;
  padding: 20px;
}
.line-login-area .line-info dl dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.line-login-area .line-info dl dd {
  margin-top: 5px;
}
.line-login-area .line-info dl dd .note {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .line-login-area .line-info dl dd .note {
    font-size: 10px;
  }
}

.line-login-area .line-info dl dd .note ul + ul {
  margin-top: 10px;
}
.line-login-area .line-info dl dd .note ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.line-login-area .line-info dl dd .note ul li + li {
  margin-top: 5px;
}
.line-login-area .line_new_ec {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .line-login-area .line_new_ec {
    max-width: 320px;
  }
}
@media screen and (min-width: 1000px) {
  .line-login-area .line_new_ec a:hover {
    opacity: .7;
  }
}
/* /LINEログイン */

/* チャットボタン */
@media(max-width: 999px) {
  .btn-chat-guide {
    font-size: 11px;
    gap: 8px;
    height: 44px;
    padding-left: 10px;
    width: 76px;
  }
  .btn-chat-guide svg {
    height: 27.49px;
    width: 35px;
  }
}
/* /チャットボタン */

/* タイトル */
.ttl-je {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.ttl-je span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .ttl-je span {
    margin-top: 12px;
  }
}
/* /タイトル */

/* 商品個別タグ */
.item-single-tag {
  margin-bottom: 10px;
}
.item-single-tag span {
  border: 1px solid #aaa9a9;
  border-radius: 2px;
  display: inline-flex;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
}
@media screen and (max-width: 999px) {
  .best-seller .product-detail .item-single-tag span {
    font-size: 10px;
  }
}
/* /商品個別タグ */




/* ----------------------------- */
/* overwrite style */
/* ----------------------------- */
.page-default .p-account_form__inner,
.page-default .p-page_content__inner {
  max-width: 1040px;
  padding: 0 20px;
}
.p-account__inner__content .p-history_list {
  margin-top: 30px;
}
.p-mypage__block__title {
  margin-bottom: 30px;
}
.c-account_table > tbody > tr {
  border-color: #A8A7A4!important;
}
.c-account_table > tbody > tr > th {
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
    padding-top: 10px;
  }
}
.p-checkout__list__block__inner {
  max-width: 1000px;
}
#view-payment-information > * {
  max-width: 1000px;
}
.c-form_table #scheduled_1st_delivery_date_text {
  padding-top: 0;
}
.formError .formErrorContent {
  line-height: 1.5;
}
.c-cart_submit {
  border: none!important;
}
.c-breadcrumbs__item:not(:last-child):after {
  transform: translateY(2px);
}
@media screen and (min-width: 1000px) {
  .c-breadcrumbs__item:not(:last-child):after {
    transform: translateY(1px);
  }
}
html .u-text--link {
  text-decoration: none;
}
html .u-text--link:hover {
  text-decoration: underline;
}
html .c-breadcrumbs__item.u-text--link:hover {
  text-decoration: none;
}
.c-account_table > tbody > tr > th,
.c-account_table > tbody > tr > td {
  font-size: 14px;
  padding: 10px 7px;
  vertical-align: middle;
}
.p-calendar__header .prev a > span,
.p-calendar__header .next a > span {
  text-decoration: none;
}
.journal a img:hover {
  opacity: 1;
}
.pick-up {
  background-color: #EBEAEA;
}

@media screen and (max-width: 999px) {
  .m-faq-item .faq-header:hover .title {
    color: inherit;
    text-decoration: none;
  }
}

.c-steps_to_order__text {
  line-height: 1.5;
}

/* 画像タイトル部分 */
@media screen and (max-width: 999px) {
  .our-brand .our-brand-bottom-logo {
    height: 24px;
  }

  .best-seller .best-seller-image {
    height: 24px;
  }

  .pick-up .pick-up-image {  
    height: 24px;
  }

  .journal .journal-image {  
    height: 31px;
  }

  .stella-members .stella-member-title img {  
    height: 44px;
  }

  .news .news-image {
    height: 24px;
  }

  .store-information .store-information-content img {
    height: 28px;
  }
  
  .section-logo {
    height: 24px;
  }
}
/* /画像タイトル部分 */

@media screen and (max-width: 999px) {
  .best-seller {
    background: rgb(240,239,236);
    background: linear-gradient(180deg, rgba(240,239,236,1) 0%, rgba(255,255,255,1) 100%); 
  }
}
@media screen and (min-width: 1000px) {
  .best-seller {
    background: rgb(240,239,236);
    background: linear-gradient(180deg, rgba(240,239,236,1) 0%, rgba(255,255,255,1) 100%); 
  }
  .pick-up {
    background: rgb(226,225,225);
    background: linear-gradient(180deg, rgba(226,225,225,1) 0%, rgba(235,234,234,1) 60%);
  }
}




/* ----------------------------- */
/* 共通ヘッダー */
/* ----------------------------- */

/* ロゴ */
@media screen and (min-width: 1000px) {
  .main-header .shop-logo {
    width: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .main-header .shop-logo:hover {
    opacity: .7;
  }
}
/* /ロゴ */

/* ハンバーガーアイコン */
.main-header .menu-icon span:nth-child(2),
.main-header .menu-icon span:nth-child(3) {
  top: 10px;
}
.main-header .menu-icon span:nth-child(4) {
  top: 20px;
}

@media screen and (max-width: 999px) {
  .main-header .menu-icon span:nth-child(1) {
    top: 2px;
  }
  .main-header .menu-icon span:nth-child(2),
  .main-header .menu-icon span:nth-child(3) {
    top: 8px;
  }
  .main-header .menu-icon span:nth-child(4) {
    top: 14px;
  }
}

@media screen and (min-width: 1000px) {
  .main-header .menu-icon span:nth-child(1) {
    top:-2px
  }
  .main-header .menu-icon span:nth-child(2),
  .main-header .menu-icon span:nth-child(3) {
    top:8px
  }
  .main-header .menu-icon span:nth-child(4) {
    top:18px
  }
}
/* /ハンバーガーアイコン */

/* ハンバーガーメニュー内 商品イメージ画像 */
.main-header .menu-hamburger .menu-products a img {
    max-height: unset;
}
/* /ハンバーガーメニュー内 商品イメージ画像 */

/* ハンバーガーメニュー内 画面縦幅 */
@media screen and (max-width: 999px) {
  .main-header .menu-hamburger.menu-open {
    padding-bottom: 95px;
  }
}
/* /ハンバーガーメニュー内 画面縦幅 */

/* Chat Guide */
@media screen and (min-width: 1000px) {
  .btn-chat-guide:hover {
    background: #BAB497;
  }
}
/* /Chat Guide */



/* ----------------------------- */
/* 共通フッター */
/* ----------------------------- */
.main-footer .footer-wrap {
}
@media screen and (min-width: 1000px) {
    .main-footer .footer-wrap {
        padding-bottom: 55px;
    }
}
@media screen and (max-width: 1115px) and (min-width: 1000px) {
  .main-footer .footer-container {
    padding: 0;
  }
}

@media screen and (max-width: 1115px) and (min-width: 1000px) {
  .main-footer .footer-nav {
    width: 707px;
  }
}
@media screen and (max-width: 1135px) and (min-width: 1000px) {
  .main-footer .footer-left {
    padding-left: 20px;
    width: 300px;
  }
}
.main-footer .footer-container {
  position: relative;
}
.main-footer .footer-wrap-sp .footer-menu-bottom {
  margin-bottom: 20px;
}

/* JADMA */
.main-footer .footer-container .logo-jadma {
  margin: 0 auto 40px;
  width: 90px;
}
@media screen and (min-width: 1000px) {
  .main-footer .footer-container .logo-jadma {
    left: calc(50% + 300px);
    margin: 0;
    position: absolute;
    top: 260px;
    width: 100px;
  }
}

@media screen and (max-width: 1135px) and (min-width: 1000px) {
  .main-footer .footer-container .logo-jadma {
    left: 752px;
  }
}
/* /JADMA */



/* ----------------------------- */
/* ドロワーメニュー */
/* ----------------------------- */
.menu-hamburger-nav-2 a + a{
  margin-top: 10px;
}

.main-header .menu-hamburger-nav p {
  font-size: 19px;
  font-family: "Lato",sans-serif;
  letter-spacing: .1em;
}

.main-header .menu-hamburger-nav ul {
  display: flex;
  gap: 33px;
  margin-top: 7px;
}

.main-header .menu-hamburger-nav ul li {
  margin-bottom: 0;
}

.main-header .menu-hamburger-nav a {
  font-size: 19px;
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing:.1em;
  margin-left: 12px;
  position: relative;
}

.main-header .menu-hamburger-nav a::before {
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  content: "";
  height: 6px;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}

.main-header .menu-hamburger-nav > li {
  margin-bottom: 0!important;
  margin-top: 20px;
}

.main-header .menu-hamburger-nav li:hover a {
  color: inherit!important;
  text-decoration: none!important;
}

@media screen and (min-width: 1000px) {
  .main-header .menu-hamburger-nav li a:hover {
    color: #938a5d!important;
    text-decoration: underline!important;
  }

  .main-header .menu-hamburger {
    max-width: 464px;
  }
}
.main-header .menu-products a + a {
  margin-top: 11px;
}

.main-header .menu-hamburger-nav {
  margin-top: 50px;
}
.main-header .menu-hamburger-nav ul {
  flex-direction: column;
  gap: 0;
  margin-bottom: 15px;
  padding-left: 2.4em;
}
.main-header .menu-hamburger-nav ul li + li {
  margin-top: 10px;
}
.main-header .menu-hamburger-nav ul li a {
  font-size: 15px;
}
.main-header .menu-hamburger-nav > li {
  margin-top: 0;
}
.main-header .menu-hamburger-nav > li + li {
  margin-top: 5px;
}
.main-header .menu-hamburger-nav > li a {
  margin-left: 0;
}
.main-header .menu-hamburger-nav > li > a::before {
  display: none;
}

.main-header .menu-hamburger .menu-products {
  border-top: 1px solid #a8a7a4;
  margin-top: 34px;
  padding-top: 25px;
}
.main-header .menu-hamburger .menu-products > p {
  font-size: 15px;
}



/* ----------------------------- */
/* 各ブランドTOPページ共通 */
/* ----------------------------- */

/* kvスライド部分 */
.top-banner.lplp-banner .top-banner-init {
   max-height: 100%;
}
.top-banner.lplp-banner .top-banner-image {
  max-height: 100%;
}
.choose .notification a {
  display: flex;
  flex-direction: column;
}
.choose .notification a p {
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 20px;
  order: -1;
}
/* /kvスライド部分 */

/* kv下テキスト部分 */
.choose .choose-wrap-desc {
  text-align: center!important;
}
/* /kv下テキスト部分 */

/* お知らせバナー部分 */
@media screen and (max-width: 999px) {
  .our-brand .our-brand-top-item p {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .choose .notification {
    gap: 36px;
    justify-content: center;
  }

  .choose .notification a {
    display: block;
    flex-direction: row;
    max-width: 482px;
    width: 100%;
  }

  .choose .notification a img {
    height: auto;
  }

  .choose .notification a p {
    font-size: 13px;
    margin-top: 14px;
    letter-spacing: normal;
  }
}
/* /お知らせバナー部分 */

/* PICK UP部分 */
@media screen and (max-width: 999px) {
  .pick-up .product-desc {
    line-height: 20px;
  }
}
/* /PICK UP部分 */

/* FEATURES部分 */
.features {
  margin-top: 30px;
}
/* /FEATURES部分 */

.features .features-content-wrap.content-bottom p.note {
  font-size: 11px;
  line-height: 16px;
  margin: 35px auto 0;
  max-width: 480px;
}
@media screen and (min-width: 1000px) {
  .features .features-content-wrap.content-bottom p.note {
    font-size: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .choose .btn-first-time:hover {
    opacity: .7;
  }
}



/* ----------------------------- */
/* TOPページ */
/* ----------------------------- */

/* ジャーナル部分 */
.page-top .journal tag {
    display: none;
}
.page-top .jounal .jounal-init {
  padding: 0 0 40px 0;
}
/* /ジャーナル部分 */

/* お知らせバナー部分 */
.our-brand .our-brand-top {
  flex-wrap: wrap;
}
.our-brand .our-brand-top a:nth-of-type(n + 3) {
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .our-brand .our-brand-top {
    flex-direction: column;
  }
  .our-brand .our-brand-top  .our-brand-top-item img {
    max-height: 100%;
    object-fit: unset;
  }
  .our-brand .our-brand-top .our-brand-top-item + .our-brand-top-item {
    margin-top: 20px;
  }
  .our-brand .our-brand-top .our-brand-top-item:not(:first-child) {
    display: flex;
  }
  .our-brand .our-brand-top a:nth-of-type(n + 3) {
     margin-top: 0;
  }
}
/* /お知らせバナー部分 */

/* PICK UP左右矢印 */
@media screen and (max-width: 999px) {
  .pick-up .swiper-button-next {
    top: 34%;
  }
  .pick-up .swiper-button-prev {
    top: 34%;
  }
}
/* /PICK UP左右矢印 */

/* STELLA SENSE 紹介紹介部分 */
@media screen and (max-width: 999px) {
  .page-top .store-information {
    padding-top: 55px;
  }
}
/* /STELLA SENSE 紹介紹介部分 */

/* メインスライダー */
.page-top .top-banner .top-banner-image {
  max-height: 100%;
}
.top-banner .top-banner-init {
  max-height: 100%;
  padding-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .page-top .top-banner .top-banner-image {
    max-height: 100%;
  }
  .page-top .top-banner .top-banner-init {
    max-height: 100%;
  }
}
.top-banner .top-banner-pagination {
  bottom: 15px;
  transform:translateY(25px);
}
@media screen and (max-width: 999px) {
  .top-banner .top-banner-pagination {
    transform:translate(-50%, 3px);
  }
}
/* /メインスライダー */

.our-brand .our-brand-bottom-logo {
  max-width: 180px;
  width: 180px;
}
@media screen and (min-width: 1000px) {
  .our-brand .our-brand-bottom-logo {
    max-width: 229px;
    width: 229px;
  }
}

.our-brand .product-detail {
  z-index: 2;
}
.our-brand .product-detail .text-detail {
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .stella-members .view-more {
	height: 39px;
    min-width: 110px;
    width: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .stella-members .view-more {
	height: 40px;
    min-width: 138px;
    width: 138px;
  }
}

@media screen and (max-width: 999px) {
  .news .view-more {
	height: 39px;
    min-width: 96px;
    width: 96px;
  }
}
@media screen and (min-width: 1000px) {
  .news .view-more {
	height: 40px;
    min-width: 118px;
    width: 118px;
  }
}
.our-brand .product-detail {
  padding:51px 76px 71px;
}
.our-brand .product-detail a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 153px;
}
.our-brand .product-detail a svg {
  transform: translateY(3px);
}

.page-top .top-middle-bnr.our-brand {
  padding-bottom: 0;
}
.page-top .best-seller {
  margin-top: 60px;
}
  @media screen and (min-width: 1000px) {
    .page-top .best-seller {
      margin-top: 70px;
    }
  }

.page-top .our-brand.our-brand-list .our-brand-bottom {
  padding-top: 0;
}
.page-top .our-brand.our-brand-list .brand-box {
  margin-top: 45px;
}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box {
      margin-top: 55px;
    }
  }
.page-top .our-brand.our-brand-list .brand-box > ul {}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box > ul {
      align-items: center;
      display: flex;
      gap: 0 35px;
      justify-content: center;
    }
  }
.page-top .our-brand.our-brand-list .brand-box > ul > li + li {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box > ul > li + li {
      margin-top: 0;
    }
  }
.page-top .our-brand.our-brand-list .brand-box > ul > li .brand-img {
  margin: 0 -20px;
}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box > ul > li .brand-img {
      margin: 0;
    }
  }
.page-top .our-brand.our-brand-list .brand-box > ul > li .brand-img img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box > ul > li .brand-img img {}
  }
.page-top .our-brand.our-brand-list .brand-box > ul > li .brand-txt {
  color: #3B4043;
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul {
      display: flex;
      justify-content: center;
      gap: 0 40px;
      margin-top: 20px;
    }
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul li {}
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul li a {
      border-bottom: 1px solid #707070;
      color: #000000;
      display: block;
      font-size: 16px;
      padding-bottom: 7px;
      position: relative;
      width: 155px;
    }
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul li a::after {
      border-right: 1px solid #707070;
      border-top: 1px solid #707070;
      content: "";
      height: 8px;
      position: absolute;
      right: 3px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 8px;
    }
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul li a:hover {
      border-color: #938a5d;
      color: #938a5d;
      text-decoration: none;
    }
    .page-top .our-brand.our-brand-list .brand-box > ul > li ul li a:hover:after {
      border-color: #938a5d;
    }
  }
  
/* コンテンツ縦マージン調整 */
@media screen and (max-width: 999px) {
  .page-top .best-seller {
    padding-bottom: 0;
  }
  .page-top .pick-up {
    margin-top: 80px;
  }
  .page-top .our-brand.our-brand-list {
    margin-top: 80px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-top .stella-members {
    margin-top: 80px;
  }
  .page-top .journal {
    margin-top: 80px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-top .sec-media-news {
    margin-top: 80px;
  }
  .page-top .sec-media-news .media {
    padding-bottom: 0;
  }
  .page-top .sec-media-news .news {
    margin-top: 80px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .page-top .our-brand.our-brand-list {
    margin-bottom: 0;
    margin-top: 85px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-top .journal {
    margin-top: 150px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-top .stella-members {
    margin-top: 85px;
  }
  .page-top .sec-media-news {
    margin: 85px auto 0;
  }
  .page-top .sec-media-news .media {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-top .sec-media-news .news {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* /コンテンツ縦マージン調整 */

/* MEDIA・NEWS */
.page-top .sec-media-news {
  max-width: 1140px;
}
  @media screen and (max-width: 1160px) {
    .page-top .sec-media-news {
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news {
      display: flex;
      justify-content: center;
      gap: 0 79px;
    }
  }

@media screen and (min-width: 1000px) {
  .page-top .sec-media-news .ttl-je {
    align-items: flex-start;
    text-align: left;
  }
}

.page-top .sec-media-news .news {}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .news {
      width: 460px;
    }
  }
.page-top .sec-media-news .news .news-image {
  margin: unset;
}

.page-top .sec-media-news .media {}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media {
      order: 1;
      width: 461px;
    }
  }

.page-top .sec-media-news .media img {
  width: 100%;
}
.page-top .sec-media-news .media a {
  color:#000
}
.page-top .sec-media-news .media .media-image {
  display: block;
  width: 122px;
}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media .media-image {
      width: 156px;
    }
  }
.page-top .sec-media-news .media .product-detail {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1000px) {
  .page-top .sec-media-news .media .product-detail:hover {
    color: #938a5d;
    text-decoration: underline;
  }
}

.page-top .sec-media-news .media .media-init {
  width: 100%;
}
.page-top .sec-media-news .media .media-init img {
  width: 100%;
  max-width: 322px;
  max-height: 195px;
  object-fit: cover;
}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media .swiper-wrapper .swiper-slide:nth-of-type(n + 4) {
      display: none;
    }
  }
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media .swiper-wrapper .swiper-slide img {
      height: 185px;
      width: auto;
    }
  }
.page-top .sec-media-news .media .swiper-box {
  margin-top: 49px;
  padding: 0 67px;  
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media .swiper-box {
      padding: 0;      
    }
  }
.page-top .sec-media-news .media .swiper-button-prev,
.page-top .sec-media-news .media .swiper-button-next {
  top: 100px;
}
  @media screen and (min-width: 1000px) {
    .page-top .sec-media-news .media .swiper-button-prev,
    .page-top .sec-media-news .media .swiper-button-next {
      display: none;
    }
  }
.page-top .sec-media-news .media .swiper-button-prev::after,
.page-top .sec-media-news .media .swiper-button-next::after {
  color: #a3a3a3;
  font-size: 30px;
}
.page-top .sec-media-news .media .product-detail {
  color: #000;
  font-size: 13px;
  line-height: 21px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .page-top .sec-media-news .media .swiper-box {
    margin-top: 30px;
    padding: 0;
  }
  .page-top .sec-media-news .media .media-init {
    padding: 0 0 40px 0;
  }
  .page-top .sec-media-news .media .media-init img {
    max-height:unset;
    max-width:unset
  }
}
/* /MEDIA・NEWS */



/* ----------------------------- */
/* お問い合わせ完了ページ */
/* ----------------------------- */
@media screen and (max-width: 999px) {
    .page-contact-complete .page_header__inner__lead {
        text-align: left;
    }
}



/* ----------------------------- */
/* 全商品一覧ページ */
/* ----------------------------- */

/* お気に入りボタン */
.c-product_item__actions {
  display: none;
}
/* /お気に入りボタン */



/* ----------------------------- */
/* ブランド別商品一覧ページ */
/* ----------------------------- */
@media screen and (min-width: 1000px) {
  .top-lplp-items .top-lplp-wrap {
    gap: 50px;
    padding-left: 0;
    justify-content: center;
  }
  .top-lplp-items .top-lplp-wrap.category-lplp {
    gap: 50px;
  }
  .top-lplp-items .top-lplp-nav {
    width: auto!important;
  }
  .top-lplp-items .top-lplp-label svg {
    transform: translateY(2px);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1161px) {
  .item-list .item .item-detail {
    margin-left: 15px;
  }
}

.item-list .container .item-list-wrap .item .item-detail .desc sup {
  font-size: 6px;
  line-height: 0;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}
.item-list .container .item-list-wrap .item .item-detail .notes {
  font-size: 8px!important;
}



/* ----------------------------- */
/* 特定商取引法に基づく表記ページ */
/* ----------------------------- */
.page-law-info .bnr-np {
  display: inline-block;
  margin-top: 10px;
  max-width: 500px;
  width: 100%;
}



/* ----------------------------- */
/* パスワードリセットページ */
/* ----------------------------- */
.tb-password {
  margin: -10px auto;
  max-width: 700px;
}
.notice-no-mail {
  background: #f6f6f6;
  margin: 50px auto 0;
  max-width: 1000px;
  padding: 40px 20px;
  text-align: center;
}

.notice-no-mail p {
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .notice-no-mail p {
  }
}



/* ----------------------------- */
/* お買い物案内ページ */
/* ----------------------------- */
.page-guide .p-page_content__inner > ul > li h2:before {
  display: none;
}
.page-guide .p-page_content__inner h3 {
  font-size: 15px!important;
}
.page-guide .p-page_content__inner p + h3 {
  margin-top: 40px;
}
.page-guide a {
  color: #938A5D;
  text-decoration: none;
}
.page-guide a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .page-guide a:hover {
    text-decoration: underline;
  }
}
.p-page_content__inner > ul > li:not(:last-child) {
  margin-bottom: 60px;
}
.page-guide p {
  color: #333 !important;
  font-size: 15px !important;
  line-height: 33px;
  font-family: "Noto Sans JP","Lato",sans-serif,serif;
  font-weight: 400;
}
.page-guide .credit-card,
.page-guide .bnr-np {
  display: inline-block;
  margin-top: 10px;
  max-width: 500px;
  width: 100%;
}



/* ----------------------------- */
/* 注文情報入力ページ */
/* ----------------------------- */
.page-order-new .bnr-np {
  display: inline-block;
  margin-top: 15px;
  max-width: 500px;
  width: 100%;
}
.page-order-new #submit[value="ご注文内容確認へ"] {
  background: #938a5d!important;
}
.page-order-new #submit[value="ご注文内容確認へ"]:hover {
  background: #bab497!important;
}
.page-order-new .acc-cart-ttl {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
    @media screen and (min-width: 1000px) {
      .page-order-new .acc-cart-ttl {
        margin-bottom: 20px;
      }
    }
    @media screen and (min-width: 1000px) {
    .page-order-new .acc-cart-ttl:hover {
      opacity: .7;
    }
}
.page-order-new .acc-cart-ttl.close {}
.page-order-new .acc-cart-ttl::before {
  content: "";
  background-color: #938a5d;
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 11px;
}
.page-order-new .acc-cart-ttl::after {
  background-color: #938a5d;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 17px;
  top: calc(50% - 5px);
  width: 1px;
}
.page-order-new .acc-cart-ttl.close::after {
  display: none;
}
.page-order-new .acc-cart-contents {
  display: block;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  transition: all .2s;
}
  @media screen and (min-width: 1000px) {
    .page-order-new .acc-cart-contents {
      margin-bottom: 0;
      padding-top: 0;
    }
  }
.page-order-new .acc-cart-contents.open {
  padding-bottom: 20px;
  max-height: 500px;
  transition: all .5s;
}
  @media screen and (min-width: 1000px) {
    .page-order-new .acc-cart-contents.open {
      padding-bottom: 0;
    }
  }
.page-order-new #view-coupon.p-checkout__list__block,
.page-order-new #view-invite-code.p-checkout__list__block {
  padding-bottom: 0;
}
  @media screen and (min-width: 1000px) {
    .page-order-new #view-coupon.p-checkout__list__block,
    .page-order-new #view-invite-code.p-checkout__list__block {
      padding-bottom: 40px;
    }
  }
.page-order-new .note-wrapping {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .page-order-new .note-wrapping {
      font-size: 13px;
    }
  }
.page-order-new .note-wrapping li {
  padding-left: 1em;
  text-indent: -1em;
}
  @media screen and (min-width: 1000px) {
    .page-order-new .note-wrapping li {}
  }
.page-order-new .note-wrapping li a {
  color: #938a5d;
}

/* お客様情報フォーム部分 */
#view-billing-information .txt-invite-code {
  color: #94895d;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#view-billing-information .txt-invite-code span {
  font-size: 17px;
}
/* /お客様情報フォーム部分 */



/* ----------------------------- */
/* 注文情報確認ページ */
/* ----------------------------- */
.page-order-confirm .sub-order-notice {
  background: #F5F5F5;
  margin-bottom: 40px;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .page-order-confirm .sub-order-notice {
    padding: 30px;
  }
}



/* ----------------------------- */
/* 初めての方へページ */
/* ----------------------------- */
.page-brand-first h1 img {
  width: 100%;
}

.page-brand-first .head-txt {
  color: #3B4043;
  margin-top: 25px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .head-txt {
      margin-top: 60px;
    }
  }

.page-brand-first .starter-set {
  margin: 75px 20px 0;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set {
      margin-top: 135px;
    }
  }

.page-brand-first .starter-set h2 {
  border-bottom: 1px solid #6E6640;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 12px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set h2 {
      font-size: 20px;
      padding-bottom: 14px;
    }
  }

.page-brand-first .starter-set .starter-set-txt01 {
  color: #3B4043;
  font-size: 14px;
  margin-top: 22px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .starter-set-txt01 {
      font-size: 15px;
      margin-top: 37px;
    }
  }

.page-brand-first .starter-set .area-products {
  margin-top: 20px;
  padding: 0 20px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products {
      display: flex;
      gap: 36px;
      justify-content: space-between;
      margin: 50px auto 0;
      max-width: 1000px;
      padding: 0;
    }
  }

.page-brand-first .starter-set .area-products li {
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li {
      width: calc((100% - 36px) / 2);
    }
  }

.page-brand-first .starter-set .area-products li + li {
  margin-top: 45px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li + li {
      margin-top: 0;
    }
  }

.page-brand-first .starter-set .area-products li a {
  display: block;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a {
    }
  }

.page-brand-first .starter-set .area-products li a:hover {
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a:hover {
      color: #938a5d!important;
      text-decoration: none!important;
    }
  }

.page-brand-first .starter-set .area-products li a:hover * {
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a:hover * {
      color: #938a5d!important;
      text-decoration: none!important;
    }
  }

.page-brand-first .starter-set .area-products li a .product-img {
  display: block;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-img {
    }
  }

.page-brand-first .starter-set .area-products li a .product-img img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-img img {
    }
  }

.page-brand-first .starter-set .area-products li a .product-name {
  color: #585858;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-name {
      font-size: 15px;
      margin-top: 30px;
    }
  }

.page-brand-first .starter-set .area-products li a .product-price {
  color: #3C3C3C;
  font-size: 16px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-price {
      font-weight: 500;
      margin-top: 5px;
    }
  }

.page-brand-first .starter-set .area-products li a .product-price .tax {
  font-style: 11px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-price .tax {
      font-size: 10px;
    }
  }

.page-brand-first .starter-set .area-products li a .product-desc {
  color: #3C3C3C;
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .starter-set .area-products li a .product-desc {
      margin-top: 15px;
    }
  }

.page-brand-first .area-brand-site {
  background: #F0EFEC;
  margin-bottom: -100px;
  margin-top: 85px;
  padding: 40px 20px 100px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site {
      margin-top: 172px;
      padding: 80px 20px 111px;
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper {
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper {
      margin: 0 auto;
      max-width: 1000px;
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper h2 {
  margin: 0 auto;
  width: 155px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper h2 {
      width: 212px;
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper h2 img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper h2 img {
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper .brand-site-img {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper .brand-site-img {
      margin-top: 60px;
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper .brand-site-img img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper .brand-site-img img {
    }
  }

.page-brand-first .area-brand-site .area-brand-site-wrapper .socials {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px auto 0;
  width: max-content;
}
  @media screen and (min-width: 1000px) {
    .page-brand-first .area-brand-site .area-brand-site-wrapper .socials {
    }
  }



/* ----------------------------- */
/* 商品詳細ページ */
/* ----------------------------- */

/* パンくずリスト */
.breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbs li + li {
  position: relative;
}
.breadcrumbs li + li::before {
  border-right: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}
.breadcrumbs li {
  font-size: 14px;
  line-height: 1.5;
}
.breadcrumbs li .brand-name {
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: #938A5D;
  padding-right: 5px;
}
.breadcrumbs li a:hover {
}
@media screen and (min-width: 1000px) {
  .breadcrumbs li a:hover {
    text-decoration: underline;
  }
}
/* /パンくずリスト */

/* 詳細サブ 部分 */
.page-product-detail .product-sub-desc {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
/* /詳細サブ 部分 */

/* ユーザーボイス部分 */
.page-product-detail .user-voice {
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  .page-product-detail .user-voice {
    margin-top: 50px;
  }
}
/* /ユーザーボイス部分 */


/* ジャーナル部分 */
.page-product-detail .journal tag {
    display: none;
}
/* /ジャーナル部分 */

/* スライド部分 */
.product-detail .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
/* /スライド部分 */

/* レビューの★部分 */
.product-detail .product-reviews-star-wrap #average_star {
  display: flex;
  gap: 1px;
}
/* /レビューの★部分 */

/* 定期便の場合 部分 */
.product-detail .regular-course .container ul {
  padding-left: 0;
}
.product-detail .regular-course .container ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.product-detail .regular-course .container ul li::before {
  content: "・";
}
/* /定期便の場合 部分 */

/* 注意事項 部分 */
.list-notes .note-item .ct li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 999px) {
  .list-notes .note-item .ct li {
    padding-left: 0;
    text-indent: 0;
  }
}
.list-notes .note-item .ct li::before {
  content: "●";
}
/* /注意事項 部分 */

/* トライアルサイズバナー 部分 */
@media screen and (max-width: 999px) {
  .regular-course .regular-course-wrap {
    margin-top: 40px;
  }
}
/* /トライアルサイズバナー 部分 */

/* ステラメンバーズ 部分 */
@media screen and (max-width: 999px) {
  .regular-course .regular-course-wrap-right {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
/* /ステラメンバーズ 部分 */

/* カートに入れるボタン */
@media screen and (max-width: 999px) {
  .lplp-product-form .btn-submit-form {
    min-width: 100px;
  }
}
/* /カートに入れるボタン */

/* 特長エリア */
.plant-2 .plant-list .plant-note {
  font-size: 11px;
}

.point-plus-box-2 .box-right span {
  font-weight: 500;
}

.process-box .process-left .desc {
  line-height: 33px;
}

.list-hairs .hair-item .caption .title-en .tag {
  font-family:"Noto Serif JP",serif;
}

@media screen and (min-width: 1000px) {
  .features-item .feature-content-1 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 999px) {
  .accordion-item .acc-body {
    padding: 30px 0 60px;
  }

  .features-item .feature-title-group {
    margin-bottom: 40px;
  }

  .feature-content-3 {
    font-size: 15px;
    line-height: 33px;
  }

  .feature-content-3 .note {
    margin-top: 20px;
  }

  .spes-point-item .point-desc {
    text-align: left;
  }
  .spes-point-item .point-note {
    text-align: left;
  }
  .point-plus-box .point-plus-item:first-child {
    padding-top: 0;
    margin-left: 1px;
  }
  .plus-box-note {
    font-size: 11px;
    text-align: center;
  }
  .point-plus-item {
    margin-left: 1px;
  }
  .plus-icon-2 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .spes-point-img-text .small-note {
    font-size: 11px;
  }

}
/* /特長エリア */

.list-hairs {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .list-hairs {
    margin-bottom: 60px;
  }
}

.feature-circle-list .fc-item .small {
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .feature-circle-list .fc-item .small {
    margin-top: 10px;
  }
}

@media screen and (max-width: 999px) {
  .plant-title-2 {
    text-align: center;
  }
  .plant-list {
    justify-content: center;
  }
}

@media screen and (max-width: 999px) {
  .plant-2 .plant-list .plant-note {
    margin-top: -10px;
    left: calc(50% - 160px);
    position: relative;
  }
}

.regular-course .regular-course-wrap-right img {
  width: 256px;
}
@media screen and (min-width: 1000px) {
  .regular-course .regular-course-wrap-right img {
    width: 262px;
  }
}

@media screen and (min-width: 1000px) {
  .regular-course .regular-course-wrap-left img {
    height: auto;
  }
  .regular-course .regular-course-wrap-right .right-content {
    margin-top: 15px;
  }
  .regular-course .regular-course-wrap-right {
    padding:20px 0 31.4px
  }
}
.page-product-detail .regular-course {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .page-product-detail .regular-course {
    margin-bottom: 70px;
  }
}

/* 不使用部分 */
.how-item .list-tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
}
.how-item .list-tags .tag-item::before {
  width:calc(100% + 9px);
  left:-4px;
  top:23px;
  transform:rotate(18.5deg)
}
/* /不使用部分 */

/* カラーラインナップ部分 */
@media screen and (max-width: 1000px) {
  .list-hairs .hair-item {
    align-items: flex-start;
  }
  .list-hairs .hair-item .caption {
    height: 100%;
  }
}
/* /カラーラインナップ部分 */

.page-product-detail .btn-suborder {
  background-color: #938a5d;
}

.page-product-detail .discount-num {
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    color: #938a5d;
    margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
    .page-product-detail .discount-num {
        font-size: 14px;
    }
}
.page-product-detail .lplp-product-form .product-form-label span {
    padding: 2px 5px;
}

.repeat-price {
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .repeat-price {
    font-size: 10px;
  }
}

/* メインスライド ピンチアウト許可 */
.swiper {
  touch-action: pan-y pinch-zoom!important;
}
/* /メインスライド ピンチアウト許可 */

/* フロートバナー */
.page-product-detail .product-float-bnr {
  bottom: 0;
  max-width: 706px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease, transform 1s ease;
}

.page-product-detail .product-float-bnr.show {
  opacity: 1;
  transform: translateY(0);
}

.page-product-detail .product-float-bnr.hide {
  opacity: 0;
  transform: translateY(100%);
}

@media screen and (min-width: 706px) {
  .page-product-detail .product-float-bnr {
    max-width: 490px;
  }
}

.page-product-detail .product-float-bnr img {
  width: 100%;
}
/* /フロートバナー */

/* まずは試してみたい方 */
.page-product-detail .acc-single-ttl {
  align-items: center;
  border-bottom: 1px solid #9a9995;
  border-top: 1px solid #9a9995;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 60px;
  margin-top: 20px;
  padding: 0 15px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .page-product-detail .acc-single-ttl {}
  }

.page-product-detail .acc-single-ttl::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #938a5d;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
}
.page-product-detail .acc-single-ttl::after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #938a5d;
  position: absolute;
  display: block;
  right: 20px;
  top: calc(50% - 5px);
}
.page-product-detail .acc-single-ttl.active {
  border-bottom: none;
}
.page-product-detail .acc-single-ttl.active::after {
  display: none;
}

.page-product-detail .acc-single-body {
  border-bottom: 1px solid #9a9995;
  border-top: none;
  display: none;
  padding-bottom: 35px;
}
  @media screen and (min-width: 1000px) {
    .page-product-detail .acc-single-body {}
  }
.page-product-detail .acc-single-body .product-form-label {
  visibility: hidden;
}
/* /まずは試してみたい方 */

/* スライド下バナー */
.our-brand .our-brand-top-item p {
  margin-bottom: 0;
  margin-top: 10px;
  order:1;
}
/* /スライド下バナー */

/* スライダー内動画 */
#product-show-view .swiper video {
  max-height: 100vw;
  cursor: pointer;
}
  @media screen and (min-width: 1000px) {
    #product-show-view .swiper video {
      max-height: 550px;
    }
  }
#product-show-view .swiper-wrapper {
  align-items: center;
}
/* /スライダー内動画 */

/* カートボタン追従 */
.fixed-button-bottom-cart {
  background: rgba(255,255,255,.6);
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.fixed-button-bottom-cart a {
  align-items: center;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17.806" height="16.124" viewBox="0 0 17.806 16.124"><defs><clipPath id="clip-path"><rect id="Rectangle_1255" data-name="Rectangle 1255" width="17.806" height="16.124" fill="none" stroke="%23fff" stroke-width="1"/></clipPath></defs><g id="Group_1501" data-name="Group 1501" clip-path="url(%23clip-path)"><path id="Path_800" data-name="Path 800" d="M10.578,3.358H.141l1.871,7.516h9.763l1.8-9.312L17.085.142" transform="translate(0.29 0.291)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><ellipse id="Ellipse_296" data-name="Ellipse 296" cx="1.515" cy="1.515" rx="1.515" ry="1.515" transform="translate(0.956 12.662)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><ellipse id="Ellipse_297" data-name="Ellipse 297" cx="1.515" cy="1.515" rx="1.515" ry="1.515" transform="translate(9.745 12.662)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #938a5d;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  opacity: 1;
  margin: 0 auto;
  padding-left: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
}
.fixed-button-bottom-cart a:hover {
  background-color: #bab497;
  text-decoration: none;
}

.fixed-button-bottom-cart.show {
  opacity: 1;
  pointer-events: auto;
}
/* /カートボタン追従 */



/* ----------------------------- */
/* NEWS一覧ページ */
/* ----------------------------- */
.news-page .new-item-title tag {
  display: none;
}



/* ----------------------------- */
/* NEWS詳細ページ */
/* ----------------------------- */
.news-detail-main .information-body .text-content-body {
  font-size: 17px;
  line-height: 30px;
}
@media screen and (max-width: 999px) {
  .news-detail-main .information-body .text-content-body {
    font-size: 14px;
    line-height: 25px;
  }
}
.news-detail-main .block-author-info {
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .news-detail-main .information-body h1 {
    padding-bottom: 0;
  }
}



/* ----------------------------- */
/* ジャーナル詳細 */
/* ----------------------------- */
.journal-detail .banner-wrap h1 tag {
    display: none;
}

@media screen and (max-width: 999px) {
  .news-detail-main .information-body .text-sub-header {
    margin-top: 50px;   
  }
}

.news-detail-main .block-info ul a {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}



/* ----------------------------- */
/* ジャーナル一覧 */
/* ----------------------------- */
.journal-main .journal-item-wrap .journal-item-title tag {
    display: none;
}



/* ----------------------------- */
/* ステラメンバーズ */
/* ----------------------------- */
.member-banner {
  padding-top: 212px;
}
@media screen and (min-width: 1000px) {
  .member-banner {
    padding-top: 291px;
  }
}

.step-inner-header .text-en {
  margin-right: 10px;
}

@media screen and (max-width: 999px) {
  .member-bottom-desc {
    font-size: 14px;
    line-height: 25px;
  }
  .step-inner-header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .contact-item a.text-big {
    pointer-events: none;
  }
}
.member-img-1 {
  max-width: 800px;
}
@media screen and (max-width: 999px) {
  .member-img-1 {
    max-width: 100%;
  }
}



/* ----------------------------- */
/* カート */
/* ----------------------------- */
/* 閲覧履歴 */
.p-browsing_history .p-browsing_history__inner__title__en,
.p-browsing_history .c-product_item__inner__eyecatch__tags div,
.p-browsing_history .c-product_item__inner__star,
.p-browsing_history .c-product_item__inner__category {
  display: none;
}
  @media screen and (min-width: 720px) and (max-width: 1024px) {
    .p-product_slider .slick-track {
      display: flex;
      width: 100%!important;
    }
    .p-product_slider .slick-track li {
      width: 100%!important;
    }
  }
.p-browsing_history .c-product_item__inner__content {
  margin-top: -25px!important;
}
.p-browsing_history .c-product_item__inner__content .c-product_item__inner__title.u-text--subhead { /* 商品名 */
  font-family: "Noto Sans JP",sans-serif,serif!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: 1.5!important;
}
.p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body { /* 金額 */
  color: #333!important;
  font-family: "Noto Sans JP",sans-serif,serif!important;
  font-weight: 400!important;
  font-size: 15px!important;
  line-height: 1.5!important;
  margin-top: 8px!important;
}
.p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body .price { /* 税抜価格 */
  display: none;
}
.p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body #price { /* 税込価格 */
  display: block;
  font-size: 15px!important;
  line-height: 1.5!important;
  position: relative;
}
.p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body #price::after {
  content: "(税込)";
  font-size: 11px;
  line-height: 16px!important;
}
  @media screen and (min-width: 1000px) {
    .p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body #price::after {
      font-size: 10px!important;
    }
  }

.p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body span { /* 税込表記 */
  display: none;
  font-size: 11px!important;
  line-height: 16px!important;
}
  @media screen and (min-width: 1000px) {
    .p-browsing_history .c-product_item__inner__content .c-product_item__inner__price.u-text--body span {
      font-size: 10px!important;
    }
  }
/* /閲覧履歴 */

/* 送料無料テキスト */
#jsFreeShipping {
    color: #E21E1E;
    font-size: 15px
    line-height: 33px;
    margin-top: 20px;
    text-align: center;
}

#jsFreeShipping span {
    font-size: 11px;
}
@media screen and (min-width: 1000px) {
    #jsFreeShipping span {
        font-size: 10px;
    }
}
/* /送料無料テキスト */



/* ----------------------------- */
/* よくあるご質問 */
/* ----------------------------- */
.page-faq .p-faq {
	padding: 0;
}
	@media screen and (min-width: 1000px) {
		.page-faq .p-faq {
		}
  }

.page-faq .p-faq .list-faq {
  margin-top: 60px;
	max-width: 1040px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}
	@media screen and (min-width: 1000px) {
		.page-faq .p-faq .list-faq {
			/* margin: 60px auto 0; */
			margin: 90px auto 0;
		}
	}

.page-faq .p-faq .list-faq dl dd + dt {
  border-top: 1px solid #d8dddf;
}

.page-faq .p-faq .list-faq pre {
	font-size: 15px;
	line-height: 33px;
}
  @media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq pre {
    }
  }

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question {
  padding-bottom: 30px;
  padding-top: 30px;
}
	@media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question {
    }
	}

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question:hover {
	opacity: 1;
}
	@media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question {
    }
	}

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question:hover pre {
	color: #938A5D
}
	@media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question {
    }
	}

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question .u-icon--plus,
.page-faq .p-faq .list-faq .p-faq__inner__list__item__question .u-icon--minus {
  top: 50%;
  transform: translateY(-50%);
}
	@media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question .u-icon--plus,
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question .u-icon--minus {
    }
	}

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question span {
  top: 32px;
}
	@media screen and (min-width: 1000px) {
    .page-faq .p-faq .list-faq .p-faq__inner__list__item__question span {
      top: 33px;
    }
	}

.page-faq .p-faq__inner__list {
  border-top: none;
}

.page-faq .list-faq a {
  color: #938A5D;
}

.page-faq .list-faq a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq a:hover {
    text-decoration: underline;
  }
}


.page-faq .list-faq dl {
  border-top: 1px solid #d8dddf;
  margin-top: 30px;
}

.page-faq .list-faq-category {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 20px;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq-category {
  }
}

.page-faq .list-faq-category li {
  align-items: center;
  background: #F5F5F5;
  display: flex;
  font-size: 15px;
  justify-content: center;
  height: 50px;
  max-width: 300px;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq-category li {
    cursor: pointer;
    font-size: 17px;
  }
}

.page-faq .list-faq-category li.active {
  background: #fff;
  border: 1px solid #A8A7A4;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq-category li.active {
  }
}

.page-faq .list-faq-category li:hover {
  background: #fff;
  border: 1px solid #A8A7A4;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq-category li:hover {
  }
}

.page-faq .list-faq-category {
}
@media screen and (min-width: 1000px) {
  .page-faq .list-faq-category {
  }
}

.page-faq .list-faq-category .category-service.active,
.page-faq .list-faq-category .category-products.active {
  display: flex;
}
.page-faq .category-service.active,
.page-faq .category-products.active {
  display: block;
}

.page-faq .list-middle-category ul {
  display: flex;
}

.page-faq .category-products,
.page-faq .category-service {
  display: none;
}

.page-faq .list-middle-category ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px auto 0;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-middle-category ul {
    justify-content: center;
  }
}

.page-faq .list-middle-category li a {
  padding:7px 11px;
  font-size:14px;
  font-weight:400;
  letter-spacing:.1em;
  color:#938a5d;
  background-color:#f0efec;
  border-radius:5px;
  align-self:flex-start
}
@media screen and (min-width: 1000px) {
  .page-faq .list-middle-category li a {
    cursor: pointer;
  }
}

@media screen and (min-width: 1000px) {
  .page-faq .list-middle-category li a:hover {
    color: #938a5d;
    text-decoration: underline!important;
  }
}

.page-faq .list-middle-category li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .page-faq .list-middle-category li a:hover {
  }
}

.page-faq .list-faq dl + h2 {
  margin-top: 60px;
}

.page-faq .p-faq .list-faq .p-faq__inner__list__item__question.qa-product {
  position: relative;
}

.page-faq .category-products h2 {
  margin-bottom: 10px;
}
.page-faq .category-products h3 {
  border-bottom: 1px solid rgba(213,213,213,.5);
  padding-bottom: 20px;
  text-align: center;
}
.page-faq .category-products h3.brand-show {
  margin-top: 60px;
}
.page-faq .category-products h3.brand-show.ninesense::before {
  content: "NINE SENSE";
  display: block;
  padding-bottom: 10px;
  text-align: left;
}
.page-faq .category-products h3.brand-show.lplp::before {
  content: "LPLP";
  display: block;
  padding-bottom: 10px;
  text-align: left;
}



/* ----------------------------- */
/* ログイン */
/* ----------------------------- */
.p-login__inner {
  max-width: 1000px;
}
@media screen and (min-width: 1000px) {
}

.notice-password {
  background: #f6f6f6;
  margin: 50px auto 0;
  max-width: 1000px;
  padding: 40px 20px;
  text-align: center;
}
.notice-password h3 {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
}

.notice-password p {
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .notice-password p {
    text-align: center;
  }
}

.notice-password a {
  color: #938A5D;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
}

.notice-password a:hover {
  color: #938A5D;
}
@media screen and (min-width: 1000px) {
  .notice-password a:hover {
    text-decoration: underline;
  }
}

.notice-password a {
  align-items: center;
  background: #fff;
  border: 1px solid #A8A7A4;
  color: #000;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .notice-password a {
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .notice-password a:hover {
    color: #938A5D;
    opacity: 1;
    text-decoration: none;
  }
}
.bnr-line {
  margin: 50px auto 0;
  max-width: 482px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bnr-line {
    width: 482px;
  }
}
.bnr-line a {
  display: block;
}
.bnr-line a img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #customers-sessions-sign-in-view .p-login__inner__login .c-form_table th {
    line-height: 1.5;
    max-width: 180px;
    min-width: 180px;
    white-space: unset;
  }
}


/* --------------------------------------------------------------------------------------- */
/* 以下、フリーページ */
/* --------------------------------------------------------------------------------------- */

/* ----------------------------- */
/* default style */
/* ----------------------------- */
.page-default {
	font-style: "Noto Sans JP",sans-serif,serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 100px;
}
	@media screen and (min-width: 1000px) {
		.page-default {
		}
	}

.page-default h1 {
	font-style: "Noto Serif JP",sans-serif,serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
	@media screen and (min-width: 1000px) {
    .page-default h1 {
			line-height: 40px;
		}
	}

.page-default h2,
.page-default h3,
.page-default h4,
.page-default h5,
.page-default h6 {
	font-style: "Noto Serif JP",sans-serif,serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
	@media screen and (min-width: 1000px) {
    .page-default h2,
    .page-default h3,
    .page-default h4,
    .page-default h5,
    .page-default h6 {
		}
	}

.page-default .note {
	font-size: 11px;
	line-height: 16px;
}
	@media screen and (min-width: 1000px) {
    .page-default .note {
			font-size: 10px;
		}
	}



/* ----------------------------- */
/* 会社概要 */
/* ----------------------------- */
.page-company h1 {
	margin-top: 60px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
		.page-company h1 {
		}
	}

.page-company .tb-company {
	margin-top: 60px;
	max-width: 1040px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}
	@media screen and (min-width: 1000px) {
		.page-company .tb-company {
			margin: 60px auto 0;
		}
	}

.page-company .tb-company table {
	border-bottom: 1px solid #D5D5D5;
	width: 100%;
}
	@media screen and (min-width: 1000px) {
		.page-company .tb-company table {
			border-top: 1px solid #D5D5D5;
		}
	}

.page-company .tb-company table th {
	border-top: 1px solid #D5D5D5;
	display: block;
	padding-top: 30px;
}
	@media screen and (min-width: 1000px) {
		.page-company .tb-company table th {
			display: table-cell;
			width: 200px;
		}
	}

.page-company .tb-company table td {
	display: block;
	padding-bottom: 30px;
}
	@media screen and (min-width: 1000px) {
		.page-company .tb-company table td {
			border-top: 1px solid #D5D5D5;
			display: table-cell;
		}
	}

.page-company .btn-link {
	align-items: center;
	background: #A8A7A4;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-style: "Lato",sans-serif,serif;
	justify-content: center;
	height: 50px;
	margin: 40px auto 0;
	width: 280px;
}
	@media screen and (min-width: 1000px) {
		.page-company .btn-link {
		}
	}

.page-company .btn-link:hover {
	text-decoration: none;
}
	@media screen and (min-width: 1000px) {
		.page-company .btn-link:hover {
			background: #BAB497;
		}
	}



/* ----------------------------- */
/* 特定商取引法に基づく表示 */
/* ----------------------------- */
.page-law-info .tb-law-info {
	max-width: 1040px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}
	@media screen and (min-width: 1000px) {
		.page-law-info .tb-law-info {
			/* margin: 60px auto 0; */
			margin: 0 auto;
		}
	}

.page-law-info .tb-law-info table {
	border-bottom: 1px solid #D5D5D5;
	width: 100%;
}
	@media screen and (min-width: 1000px) {
		.page-law-info .tb-law-info table {
			border-top: 1px solid #D5D5D5;
		}
	}

.page-law-info .tb-law-info table th {
	border-top: 1px solid #D5D5D5;
	display: block;
	padding-top: 30px;
}
	@media screen and (min-width: 1000px) {
		.page-law-info .tb-law-info table th {
			display: table-cell;
			padding-right: 20px;
			width: 310px;
		}
	}

.page-law-info .tb-law-info table td {
	display: block;
	padding-bottom: 30px;
}
	@media screen and (min-width: 1000px) {
		.page-law-info .tb-law-info table td {
			border-top: 1px solid #D5D5D5;
			display: table-cell;
		}
	}

.page-law-info .tb-law-info table td a {
	color: #938A5D;
}
	@media screen and (min-width: 1000px) {
		.page-law-info .tb-law-info table td a {
		}
	}



/* ----------------------------- */
/* 商品詳細 新規テンプレート202410 */
/* ----------------------------- */
.item-temp02 {
  margin: 50px auto 0;
  padding: 0 15px;
  max-width: 830px;
}
.item-temp02:nth-of-type(1) {
  margin-top: 35px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02:nth-of-type(1) {
      margin-top: 100px;
    }
  }

.item-temp02 .color-most-green { color: #6E6640!important; }
.item-temp02 .color-light-olive { color: #938A5D!important; }

.item-temp02 .acc-ttl {
  background-color: #f0efec;
  border-bottom: 1px solid #bfbdb8;
  border-top: 1px solid #bfbdb8;
  color: #585858;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 16px 19px 18px;
  position: relative;
}
.item-temp02 .acc-ttl::before {
  content: "";
  background-color: #938a5d;
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 11px;
}
.item-temp02 .acc-ttl::after {
  background-color: #938a5d;
  content: "";
  display: none;
  height: 11px;
  position: absolute;
  right: 17px;
  top: calc(50% - 5px);
  width: 1px;
}

.item-temp02 .acc-ttl.close::after {
  display: block;
}

.item-temp02 .acc-contents {
}

.item-temp02 .acc-contents h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .acc-contents h3 {
      font-size: 24px;
      line-height: 40px;
      margin-top: 50px;
    }
  }

.item-temp02 .acc-contents h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .acc-contents h4 {
      margin-top: 30px;
    }
  }

.item-temp02 .note01 {
  color: #000;
  font-size: 10px;
  font-weight: regular;
  line-height: 16px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .item-temp02 .note01 {
    text-align: center;
  }
}

.item-temp02 .note02 {
  color: #000;
  font-size: 11px;
  font-weight: regular;
  line-height: 16px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .note02 {
      font-size: 10px;
      margin-top: 25px;
      text-align: center;
    }
  }

.item-temp02 .item-img01 {
  margin-top: 50px;
  max-width: 830px;
  padding: 0 15px;
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .item-img01 {
      margin-top: 25px;
    }
  }
.item-temp02 .item-img01 img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .item-img01 img {}
  }

.item-temp02 .list-components {
  display: flex;
  justify-content: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .list-components {
      gap: 0 10px;
    }
  }

.item-temp02 .list-components li {
  align-items: center;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwstellasensejp/uploads/stella2024/images/details/feature-circle-bg.png) no-repeat 0 center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  max-width: 118px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 1000px) {
  .item-temp02 .list-components li {
    max-width: 125px;
    width: 125px;
    aspect-ratio: 1 / 1;
    margin-top: 40px;
  }
}
.item-temp02 .list-components li dl {}
.item-temp02 .list-components li dl dt {
  font-family: "Noto Serif JP",sans-serif,serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .list-components li dl dt {
      font-size: 24px;
      line-height: 32px;
    }
  }
.item-temp02 .list-components li dl dd {
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .list-components li dl dd {
      margin-top: 2px;
    }
  }

.item-temp02 .body-txt {
  color: #3B4043;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 40px;
  text-align: left;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .body-txt {
      font-size: 15px;
      text-align: center;
    }
  }
.item-temp02 .body-txt02 {
  color: #3B4043;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 40px;
  text-align: left;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .body-txt02 {
      font-size: 15px;
      margin-top: 65px;
      text-align: center;
    }
  }

.item-temp02 .contents-box01 {
  margin-top: 60px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 {
      margin: 70px auto 0;
      width: 730px;
    }
  }
.item-temp02 .contents-box01 .layout-box {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 .layout-box {
      display: flex;
      justify-content: space-between;
    }
  }
.item-temp02 .contents-box01 .elements {
  border-top: 1px solid #A8A7A4;
  padding-top: 15px;
  text-align: center;
}
.item-temp02 .contents-box01 .layout-box .elements:nth-of-type(1) {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 .layout-box .elements:nth-of-type(1) {
      width: 350px;
    }
  }

.item-temp02 .contents-box01 .layout-box .elements:nth-of-type(2) {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 .layout-box .elements:nth-of-type(2) {
      margin-top: 0;
      width: 350px;
    }
  }
.item-temp02 .contents-box01 > .elements {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 > .elements {
      margin-top: 65px;
    }
  }
.item-temp02 .contents-box01 .elements h5 {
  color: #6E6640;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.item-temp02 .contents-box01 .elements ul {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
.item-temp02 .contents-box01 .elements ul li {}
.item-temp02 .contents-box01 .elements ul li figure {
  margin-top: 25px;
}
.item-temp02 .contents-box01 .elements ul li figure img {
  max-width: 80px;
  width: 100%;
}
.item-temp02 .contents-box01 .elements ul li figure figcaption {
  color: #3B4043;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box01 .elements ul li figure figcaption {
      font-size: 10px;
    }
  }
.item-temp02 .contents-box01 .elements ul li figure figcaption .note {
  color: #585858;
  letter-spacing: -0.1px;
}

.item-temp02 .contents-box02 {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 {
      margin-top: 110px;
    }
  }
.item-temp02 .contents-box02 .elements {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements {
      display: flex;
      gap: 0 15px;
      width: 800px;
    }
  }
.item-temp02 .contents-box02 .elements + .elements {
  margin-top: 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements + .elements {
      margin-top: 40px;
    }
  }
.item-temp02 .contents-box02 .elements .img-area {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .img-area {
      width: 388px;
    }
  }
.item-temp02 .contents-box02 .elements .img-area figure {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .img-area figure {}
  }
.item-temp02 .contents-box02 .elements .img-area figure img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .img-area figure img {
      width: 388px;
    }
  }
.item-temp02 .contents-box02 .elements .img-area figure figcaption {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .img-area figure figcaption {
      font-size: 10px;
    }
  }
.item-temp02 .contents-box02 .elements .txt-area {
  color: #000;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 1px;
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .txt-area {
      margin-top: 0;
    }
  }
.item-temp02 .contents-box02 .elements:nth-of-type(even) .txt-area {
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements:nth-of-type(even) .txt-area {
      order: -1;
    }
  }
.item-temp02 .contents-box02 .elements .note03 {
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box02 .elements .note03 {
      font-size: 10px;
    }
  }
.item-temp02 .acc-contents .point-ttl01 {
  color: #6E6640;
  font-family: "Noto Serif JP",sans-serif,serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.item-temp02 .acc-contents .point-ttl01 svg {
  width: 58px;
}
.item-temp02 .acc-contents .point-ttl01 .point-num {
  font-size: 34px;
  margin-left: 3px;
}
.item-temp02 .acc-contents .point-ttl01 .point-txt {
  font-size: 20px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .acc-contents .point-ttl01 .point-txt {
      font-size: 24px;
    }
  }
.item-temp02 .acc-contents .point-ttl01 .point-txt::before {
  background: #A8A7A4;
  content: "";
  display: inline-block;
  height: 33px;
  margin: 0 15px 0 3px;
  transform: translateY(8px);
  width: 1px;
}
.item-temp02 .acc-contents .point-ttl02 {
  font-size: 20px;
  line-height: 36px;
}
@media screen and (min-width: 1000px) {
  .item-temp02 .acc-contents .point-ttl02 {
    font-size: 24px;
    line-height: 40px;
  }
}
.item-temp02 .acc-contents .item-img02 {
  margin-top: 50px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .acc-contents .item-img02 {
      margin-top: 35px;
    }
  }
.item-temp02 .acc-contents .item-img02 img {
  display: block;
  margin: 0 auto;
  max-width: 388px;
  width: 100%;
}
.item-temp02 .acc-contents .item-img02 figcaption {
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .acc-contents .item-img02 figcaption {
      font-size: 10px;
      text-align: center;
    }
  }

.item-temp02 .contents-box03 {
  border: 1px solid #A8A7A4;
  margin-top: 70px;
  padding: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 {
      display: flex;
      padding: 35px 40px;
    }
  }
.item-temp02 .contents-box03 .contents-head {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head {
      align-items: center;
      display: flex;
      max-width: 340px;
    }
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner {
  align-items: center;
  display: flex;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner {}
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .img-box {
  margin-right: 15px;
  width: 133px!important;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .img-box {}
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .img-box img {
  width: 133px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .img-box img {}
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box {
  flex: auto;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box {

    }
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box .ttl-mark {
  background: #938A5D;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 1.5px;
  padding: 0 8px 2px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box .ttl-mark {}
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box h5 {
  color: #938A5D;
  font-family: "Noto Serif JP",sans-serif,serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box h5 {}
  }
.item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box .note {
  color: ##000;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-head .contents-head-inner .txt-box .note {
      font-size: 10px;
    }
  }
.item-temp02 .contents-box03 .contents-body {
  border-top: 1px solid #A8A7A4;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
  margin-top: 20px;
  padding-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box03 .contents-body {
      border-top: none;
      flex: 1;
      margin: 0 0 0 40px;
    }
  }
.item-temp02 .note04 {
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 16px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .note04 {
      font-size: 10px;
      padding-left: 1em;
    }
  }

.item-temp02 .contents-box04 {
  align-items: flex-start;
  border: 10px solid #E2E0DA;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
  padding: 50px 35px 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 {
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 75px;
      padding: 50px;
    }
  }

  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .contents-head {
      flex: 1;
      min-width: 338px;
    }
  }

.item-temp02 .contents-box04.reverse .contents-head {
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04.reverse .contents-head {
      margin-top: 0;
    }
  }

.item-temp02 .contents-box04 .contents-head h5 {
  color: #696243;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .contents-head h5 {
      font-size: 24px;
      text-align: left;
    }
  }

.item-temp02 .contents-box04 .contents-head h5 span {
  color: #696243;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .contents-head h5 span {
      font-weight: 500;
      line-height: 25px;
      text-align: left;
    }
  }

.item-temp02 .contents-box04 .contents-head p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .contents-head p {
      margin-top: 25px;
    }
  }

.item-temp02 .contents-box04 .note {
  color: #585858;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 16px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .note {
      font-size: 10px;
      margin-top: 35px;
    }
  }

.item-temp02 .contents-box04 .img-box {
  margin-top: 30px;
  padding: 0 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .img-box {
      display: flex;
      flex: 1;
      justify-content: right;
      margin-top: 0;
      order: unset;
      padding: 0;
    }
  }

.item-temp02 .contents-box04.reverse .img-box {
  justify-content: left;
  margin-top: 0;
  order: -1;
}

.item-temp02 .contents-box04 .img-box img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box04 .img-box img {
      width: 203px;
    }
  }


/* 動画 */
.item-temp02 .video-area {
  margin: 60px auto 0;
  max-width: 480px;
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .video-area {
      margin-top: 50px;
      width: 480px;
    }
  }

.item-temp02 .video-area h2 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .video-area h2 {
      font-size: 18px;
    }
  }

.item-temp02 .video-area video {
  margin: 10px auto 0;
  max-width: 480px;
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .video-area video {
    }
  }

.item-temp02 .video-area .video-caption {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .video-area .video-caption {}
  }
/* /動画 */


/* カラーラインナップ */
.item-temp02 .list-hairs {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .list-hairs {
      margin-top: 50px;
    }
  }
.item-temp02 .list-hairs .hair-item .thumb img {
  border-radius: 0;
}
/* /カラーラインナップ */


.item-temp02 .how-box {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .how-box {
      margin-top: 50px;
    }
  }

.item-temp02 .how-box li {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwstellasensejp/uploads/stella2024/images/details/icon_tick.png) no-repeat 0 5px;
  padding-left: 1.3em;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .how-box li {
      background-size: 15px 11px;
      background-position: 0 9px;
    }
  }


/* 画像郡 */
.item-temp02 .image-list {
  margin: 30px auto 0;
  max-width: 350px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .image-list {
      margin-top: 50px;
    }
  }
.item-temp02 .image-list li {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .image-list li {}
  }
.item-temp02 .image-list li + li {
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .image-list li + li {
      margin-top: 20px;
    }
  }
.item-temp02 .image-list li img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .image-list li img {}
  }
/* /画像郡 */


.item-temp02 .contents-box05 {
  border:10px solid #e2e0da;
  margin-top: 30px;
  padding: 25px 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 {
      margin-top: 50px;
      padding: 50px 60px 50px;
    }
  }

.item-temp02 .contents-box05 .contents-inner + .contents-inner {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner + .contents-inner {
      margin-top: 50px;
    }
  }

.item-temp02 .contents-box05 .contents-inner h3 {
  color: #696243;
  font-family: "Noto Serif JP",serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner h3 {
      font-size: 26px;
      margin-top: 0;
    }
  }

.item-temp02 .contents-box05 .contents-inner .ct {
  color: #000;
  font-size: 15px;
  line-height: 33px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner .ct {
      font-size: 15px;
      margin-top: 25px;
    }
  }

.item-temp02 .contents-box05 .contents-inner .note {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner .note {
      font-size: 10px;
    }
  }

.item-temp02 .contents-box05 .contents-inner .txt-img-box {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner .txt-img-box {
      margin-top: 25px;
    }
  }

.item-temp02 .contents-box05 .contents-inner .txt-img-box .left {
    font-size: 15px;
    flex: none;
    line-height: 33px;
    margin-top: 10px;
    width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner .txt-img-box .left {
      flex: 1;
      margin-right: 50px;
      margin-top: 0;
    }
  }

.item-temp02 .contents-box05 .contents-inner .txt-img-box .right {
  margin-top: 20px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .contents-box05 .contents-inner .txt-img-box .right {
      margin-top: 10px;
      max-width: 266px;
    }
  }

.item-temp02 .contents-box05 .contents-inner .txt-img-box .right img {
  max-width: 255px;
  margin: 0 auto;
}


/* ナビゲーター */
.item-temp02 .author-area {
  background: #F0EFEC;
  margin-top: 30px;
  padding: 35px 45px 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area {
      margin-top: 50px;
      padding: 30px 50px 50px;
    }
  }

.item-temp02 .author-area .author-area-inner {
  align-items: center;
  display: flex;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area .author-area-inner {}
  }

.item-temp02 .author-area .author-area-inner div:nth-of-type(1) {
  margin-right: 30px;
  width: 115px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area .author-area-inner div:nth-of-type(1) {}
  }

.item-temp02 .author-area .author-area-inner div:nth-of-type(1) img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area .author-area-inner div:nth-of-type(1) img {}
  }

.item-temp02 .author-area .author-area-inner div:nth-of-type(2) {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  line-height: 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area .author-area-inner div:nth-of-type(2) {
      font-size: 18px;
    }
  }

.item-temp02 .author-area > p {
  color: 3000;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 33px;
  margin-top: 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .author-area > p {
      margin-top: 30px;
    }
  }
/* /ナビゲーター */


/* よくある質問 */
.item-temp02 .faq-area {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .faq-area {
      margin-top: 50px;
    }
  }
.item-temp02 .faq-area h3 span {
  display: block;
  font-size: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .faq-area h3 span {
      display: inline-block;
      font-size: 24px;
    }
  }
.item-temp02 .faq-area .m-list-faqs {
  margin-bottom: 0;
}
.item-temp02 .faq-area .m-faq-item .faq-header {
  padding: 25px 8px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .faq-area .m-faq-item .faq-header {
      padding: 36px;
    }
  }
.item-temp02 .faq-area .m-faq-item .faq-body {
  padding: 0 35px 30px 8px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .faq-area .m-faq-item .faq-body {
      padding: 0 55px 36px 36px;
    }
  }
.item-temp02 .faq-area .m-faq-item .faq-body .text {
  margin-right: 16px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .faq-area .m-faq-item .faq-body .text {
      margin-right: 23px;
    }
  }
.item-temp02 .m-faq-item .faq-header .arrow {
  right: 8px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .m-faq-item .faq-header .arrow {
      right: 36px;
    }
  }
.item-temp02 .m-faq-item .faq-header .text {
  margin-right: 17px;
}
@media screen and (min-width: 1000px) {
  .item-temp02 .m-faq-item .faq-header .text {
    margin-right: 23px;
  }
}
/* /よくある質問 */


/* 成分 */
.item-temp02 .area-ingredients {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients {}
  }
.item-temp02 .area-ingredients h3 {
  color: #696243;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients h3 {
      font-size: 24px;
    }
  }
.item-temp02 .area-ingredients h4 {
  border-top: 1px solid #938a5d;
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 19px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients h4 {
      text-align: left;
    }
  }
/* /成分 */


/* ご使用ステップ */
.item-temp02 .step-area {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .item-temp02 .step-area {
    margin-top: 50px;
  }
}
.item-temp02 .step-area h3 {}
.item-temp02 .step-area ol {
  border-bottom: 1px solid #A8A7A4;
  margin-top: 15px;
}
.item-temp02 .step-area ol li {
  align-items: stretch;
  border-top: 1px solid #A8A7A4;
  display: flex;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li {}
  }

.item-temp02 .step-area ol li::before {
  border: 11px solid #A8A7A4;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  content: "";
  left: calc(50% + 25px);
  position: absolute;
  top: 0;
  z-index: 99;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li::before {}
  }
.item-temp02 .step-area ol li:first-child::before {
  display: none;
}
.item-temp02 .step-area ol li .step-ttl {
  align-items: center;
  background: #F0EFEC;
  color: #000;
  display: flex;
  font-size: 15px;
  justify-content: center;
  line-height: 20px;
  min-width: 76px;
  padding: 10px 8px;
  width: 76px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-ttl {
      font-size: 14px;
      min-width: 107px;
      width: 107px;
    }
  }

  .item-temp02 .step-area ol li .step-body {
    align-items: center;
    display: flex;
    padding: 30px 10px;
  }
    @media screen and (min-width: 1000px) {
      .item-temp02 .step-area ol li .step-body {
        padding: 20px 40px;
      }
    }

.item-temp02 .step-area ol li .step-body .item-img {
  margin-right: 10px;
  min-width: 115px;
  width: 115px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-body .item-img {
      margin-right: 30px;
      min-width: 150px;
      width: 150px;
    }
  }
.item-temp02 .step-area ol li .step-body .item-img img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .item-img img {}
  }
.item-temp02 .step-area ol li .step-body .item-name {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-body .step-txt .item-name {}
  }
.item-temp02 .step-area ol li .step-body .step-txt .item-price {
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-body .step-txt .item-price {
      color: #000;
      font-size: 16px;
      line-height: 30px;
    }
  }
.item-temp02 .step-area ol li .step-body .step-txt .item-price span {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-body .step-txt .item-price span {
      font-size: 10px;
    }
  }
.item-temp02 .step-area ol li .step-body .step-txt .item-desc {
  color: #000;
  font-size: 11px;
  line-height: 20px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .step-area ol li .step-body .step-txt .item-desc {
      font-size: 14px;
      line-height: 24px;
    }
  }
/* /ご使用ステップ */


/* ユーザーボイス */
.user-voice {
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  .user-voice {
    margin-top: 80px;
  }
}
/* /ユーザーボイス */


/* 注意事項 */
.item-temp02 .notes-box {
  margin-top: 30px;
  padding-bottom: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .notes-box {
      margin-top: 50px;
      padding-bottom: 50px;
    }
  }
/* /注意事項 */


/* point */
.item-temp02 .area-point {
  margin-top: 30px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-point {
      margin-top: 50px;
    }
  }
.item-temp02 .area-point dl {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-point dl {}
  }
.item-temp02 .area-point dl dt {
  background-color: #8fb3cb;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-point dl dt {}
  }
.item-temp02 .area-point dl dd {
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 33px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-point dl dd {}
  }
.item-temp02 .area-point .note {
  font-size: 10px;
  margin-top: 25px;
  text-align: left;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-point .note {
      font-size: 11px;
    }
  }
/* /point */


/* recommend */
.item-temp02 .area-recommend {
  border: 10px solid #e2e0da;
  margin-top: 30px;
  padding: 25px 10px 45px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend {
      margin-top: 50px;
      padding: 35px 60px 70px;
    }
  }
.item-temp02 .area-recommend .recommend-ttl {
  color: #696243;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-ttl {}
  }
.item-temp02 .area-recommend .recommend-txt {
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-txt {
    }
  }
.item-temp02 .area-recommend .recommend-box {
  margin-top: 20px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-box {
      align-items: center;
      column-gap: 20px;
      display: flex;
      margin: 20px auto 0;
      max-width: 70%;
    }
  }
.item-temp02 .area-recommend .recommend-box div:nth-of-type(1) {
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-box div:nth-of-type(1) {
    }
  }
.item-temp02 .area-recommend .recommend-box div:nth-of-type(1) img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-box div:nth-of-type(1) img {
      max-width: 200px;
    }
  }
.item-temp02 .area-recommend .recommend-box div:nth-of-type(2) {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-box div:nth-of-type(2) {
      font-size: 20px;
      line-height: 33px;
      order: -1;
      text-align: left;
      width: calc(100% - 200px);
    }
  }
.item-temp02 .area-recommend .recommend-box div:nth-of-type(2) span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .recommend-box div:nth-of-type(2) span {
      font-size: 11px;
    }
  }
.item-temp02 .area-recommend .btn-more {
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .btn-more {}
  }
.item-temp02 .area-recommend .btn-more a {
  align-items: center;
  background-color: #938A5D;
  color: #fff;
  display: inline-block;
  justify-content: center;
  margin: 30px auto 0;
  padding: 10px 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .btn-more a {}
  }
.item-temp02 .area-recommend .btn-more a:hover {
  text-decoration: none;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .btn-more a:hover {
      background: #bab497;
    }
  }
.item-temp02 .area-recommend .btn-more + .recommend-ttl {
  border-top: 1px solid #d4d4d4;
  margin-top: 43px;
  padding-top: 43px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-recommend .btn-more + .recommend-ttl {}
  }
/* /recommend */


/* ingredient */
.item-temp02 .box-ingredient {
  margin-top: 30px;
  padding: 0 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient {
      margin-top: 50px;
      padding: 0 60px;
    }
  }
.item-temp02 .box-ingredient .box-ingredient-wrapper {
  border: 2px solid #e2e0da;
  padding: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .box-ingredient-wrapper {
      display: flex;
      column-gap: 20px;
    }
  }
.item-temp02 .box-ingredient.reverse .box-ingredient-wrapper {
  column-gap: 20px;
  display: flex;
  flex-direction: column;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient.reverse .box-ingredient-wrapper {
      flex-direction: row;
    }
  }
.item-temp02 .box-ingredient .ingredient-txt {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-txt {
      flex: 1;
    }
  }
.item-temp02 .box-ingredient .ingredient-txt dl {
  line-height: 2;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-txt dl {}
  }
.item-temp02 .box-ingredient .ingredient-txt dt {
  color: #8FB3CB;
  font-size: 18px;
  font-weight: 500;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-txt dt {}
  }
.item-temp02 .box-ingredient.reverse .ingredient-txt dt {
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient.reverse .ingredient-txt dt {
      margin-top: 0;
    }
  }
.item-temp02 .box-ingredient .ingredient-txt dd {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-txt dd {}
  }
.item-temp02 .box-ingredient .ingredient-img {
  margin-top: 20px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-img {}
  }
.item-temp02 .box-ingredient.reverse .ingredient-img {
  margin-top: 0;
  order: -1;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient.reverse .ingredient-img {}
  }
.item-temp02 .box-ingredient .ingredient-img img {
  display: block;
  margin: 0 auto;
  max-width: 255px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .box-ingredient .ingredient-img img {
      max-width: 266px;
    }
  }
/* /ingredient */


/* 成分(2段Ver. & 囲み) */
.item-temp02 .area-ingredients02 {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 {
      margin-top: 50px;
    }
  }
.item-temp02 .area-ingredients02.frame {
  border: 1px solid #A8A7A4;
  padding: 20px 15px 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02.frame {
      margin-left: 50px;
      margin-right: 50px;
      padding: 25px 30px 30px;
    }
  }
.item-temp02 .area-ingredients02 .ingredient02-ttl {
  color:#6e6640;
  font-family:"Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 .ingredient02-ttl {}
  }
.item-temp02 .area-ingredients02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul {}
  }
.item-temp02 .area-ingredients02 ul + ul {
  margin-top: 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul + ul {}
  }
.item-temp02 .area-ingredients02 ul li {
  width: 87px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul li {}
  }
.item-temp02 .area-ingredients02 ul li div:nth-of-type(1) {
  line-height: 1;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul li div:nth-of-type(1) {}
  }
.item-temp02 .area-ingredients02 ul li div:nth-of-type(1) img {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto;
  max-width: 100%;;
  width: 80px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul li div:nth-of-type(1) img {}
  }
.item-temp02 .area-ingredients02 ul li div:nth-of-type(2) {
  color: #3b4043;
  font-size: 10px;
  margin-top: 5px;
  white-space: nowrap;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredients02 ul li div:nth-of-type(2) {}
  }
/* 成分(2段Ver. & 囲み) */


/* 成分囲みあり(+) */
.item-temp02 .area-ingredient-plus {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus {
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      padding: 0 50px;
    }
  }
.item-temp02 .area-ingredient-plus .frame {
  border: 1px solid #A8A7A4;
  padding: 20px 15px 30px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .frame {
      padding: 25px 30px 30px;
      width: 243px:
    }
  }
.item-temp02 .area-ingredient-plus .frame + .frame {
  margin-top: 80px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .frame + .frame {
      margin-top: 0;
      width: 373px;
    }
  }

.item-temp02 .area-ingredient-plus .frame + .frame::before {
  background: #887E57;
  content: "";
  display: block;
  height: 45px;
  left: 50%;
  position: absolute;
  top: -17px;
  transform: translate(-50%,-100%);
  width: 2px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .frame + .frame::before {
      left: -49px;
      top: 50%;
      transform: translate(0,-50%);
    }
  }
.item-temp02 .area-ingredient-plus .frame + .frame::after {
  background: #887E57;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translate(-50%,-100%);
  width: 45px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .frame + .frame::after {
      left: -71.5px;
      top: 50%;
      transform: translate(0,-50%);
    }
  }
.item-temp02 .area-ingredient-plus .ttl-ingredient-plus {
  color:#6e6640;
  font-family:"Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .ttl-ingredient-plus {}
  }
.item-temp02 .area-ingredient-plus ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul {}
  }
.item-temp02 .area-ingredient-plus ul + ul {
  margin-top: 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul + ul {}
  }
.item-temp02 .area-ingredient-plus ul li {
  min-width: 87px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul li {}
  }
.item-temp02 .area-ingredient-plus ul li div:nth-of-type(1) {
  line-height: 1;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul li div:nth-of-type(1) {}
  }
.item-temp02 .area-ingredient-plus ul li div:nth-of-type(1) img {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto;
  max-width: 100%;
  width: 80px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul li div:nth-of-type(1) img {}
  }
.item-temp02 .area-ingredient-plus ul li div:nth-of-type(2) {
  color: #3b4043;
  font-size: 10px;
  letter-spacing: -0.5px;
  margin-top: 5px;
  text-align: center;
  width: auto;
  white-space: nowrap;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus ul li div:nth-of-type(2) {
      width: 80px;
    }
  }
.item-temp02 .area-ingredient-plus .frame:nth-of-type(1) ul li div:nth-of-type(2) {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-ingredient-plus .frame:nth-of-type(1) ul li div:nth-of-type(2) {
      width: auto;
    }
  }
.area-ingredient-plus-note {
  color: #3B4043;
  font-size: 10px;
  font-weight: regular;
  line-height: 16px;
  margin: 10px auto 0;
  max-width: 700px;
  text-align: right;
}
  @media screen and (min-width: 1000px) {
    .area-ingredient-plus-note {}
  }
/* 成分囲みあり(+) */


  /* STEP(ポイント有無) */
.item-temp02 .area-step-point {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point {
      margin: 50px auto 0;
      width: 470px;
    }
  }
.item-temp02 .area-step-point ol {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol {}
  }
.item-temp02 .area-step-point ol li {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li {}
  }
.item-temp02 .area-step-point ol li + li {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li + li {}
  }
.item-temp02 .area-step-point ol li .step-ttl {
  background: #fff;
  color: #4F8201;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.5px;
  position: relative;
  width: 90px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-ttl {}
  }
.item-temp02 .area-step-point ol li .step-ttl::before {
  background: #BFBDB8;
  content: "";
  height: 1px;
  left: 90px;
  position: absolute;
  top: 14px;
  width: calc(100vw - 90px - 30px);
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-ttl::before {
      width: calc(470px - 90px);
    }
  }
.accordion-item .item-temp02 .area-step-point ol li .step-ttl::before {
  width: calc(100vw - 90px - 60px);
}
  @media screen and (min-width: 1000px) {
    .accordion-item .item-temp02 .area-step-point ol li .step-ttl::before {
      width: calc(470px - 90px);
    }
  }
.item-temp02 .area-step-point ol li .step-ttl span {
  display: inline-block;
  margin-left: 5px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-ttl span {}
  }
.item-temp02 .area-step-point ol li .step-txt-img {
  display: flex;
  column-gap: 15px;
  margin-top: 15px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-txt-img {}
  }
.item-temp02 .area-step-point ol li .step-txt-img .step-txt {
  color: #000;
  flex: 1;
  font-size: 16px;
  line-height: 28px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-txt-img .step-txt {}
  }
.item-temp02 .area-step-point ol li .step-txt-img .step-img {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-txt-img .step-img {}
  }
.item-temp02 .area-step-point ol li .step-txt-img .step-img img {
  width: 140px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-txt-img .step-img img {
      width: 157px;
    }
  }
.item-temp02 .area-step-point ol li .step-point {
  background: #C6D6B4;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 45px;
  padding: 20px 15px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-point {}
  }
.item-temp02 .area-step-point ol li .step-point::before {
  color: #4F8201;
  content: "Point";
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  left: 0;
  position: absolute;
  top: -23px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-point::before {}
  }
.item-temp02 .area-step-point ol li .step-note {
  color: #3B4043;
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-step-point ol li .step-note {}
  }
/* /STEP(ポイント有無) */


/* テクスチャ */
.item-temp02 .area-texture {
  margin-top: 30px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture {
      margin: 50px auto 0;
      width: 700px;
    }
  }
.item-temp02 .area-texture ul {}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul {
      column-gap: 30px;
      display: flex;
      justify-content: center;
    }
  }
.item-temp02 .area-texture ul li {
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li {
      width: calc(640px / 3);
    }
  }
.item-temp02 .area-texture ul li + li {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li + li {
      margin-top: 0;
    }
  }
.item-temp02 .area-texture ul li + li::before {
  border-top: 15px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li + li::before {
      border-bottom: 10px solid transparent;
      border-left: 15px solid #000;
      border-right: 15px solid transparent;
      border-top: 10px solid transparent;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
.item-temp02 .area-texture ul li .texture-ttl {
  color: #6E6640;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li .texture-ttl {}
  }
.item-temp02 .area-texture ul li .img-txt {
  align-items: center;
  column-gap: 20px;
  display: flex;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li .img-txt {
      display: block;
      margin-top: 10px;
    }
  }
.item-temp02 .area-texture ul li .img-txt .texture-img {
  margin-top: 10px;
  width: 175px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li .img-txt .texture-img {
      margin: 0 auto;
      width: 180px;
    }
  }
.item-temp02 .area-texture ul li .img-txt .texture-img img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li .img-txt .texture-img img {}
  }
.item-temp02 .area-texture ul li .img-txt .texture-txt {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  flex: 1;
  line-height: 18px;
  padding-right: 10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture ul li .img-txt .texture-txt {
      font-size: 12px;
      letter-spacing: -0.03em;
      margin-top: 10px;
      padding-right: 0;
      text-align: center;
    }
  }
.item-temp02 .area-texture .note {
  color: #3B4043;
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-texture .note {}
  }
/* /テクスチャ */

/* 香り */
.item-temp02 .area-scent {
  border: 10px solid #E2E0DA;
  margin-top: 30px;
  padding: 20px 25px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent {
      margin: 50px auto 0;
      padding: 20px 50px 25px;
      width: 700px;
    }
  }
.item-temp02 .area-scent .scent-ttl {
  color: #6E6640;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent .scent-ttl {}
  }
.item-temp02 .area-scent .img-txt {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent .img-txt {
      align-items: center;
      margin-top: 0;
    }
  }
.item-temp02 .area-scent .img-txt .scent-txt {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin-right: -62px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent .img-txt .scent-txt {
      font-size: 18px;
      line-height: 25px;
      margin-right: 0;
    }
  }
.item-temp02 .area-scent .img-txt .scent-img {
  margin-top: -10px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent .img-txt .scent-img {
      margin-top: 0;
      padding-left: 15px;
    }
  }
.item-temp02 .area-scent .img-txt .scent-img img {
  transform: translateX(20px);
  width: 162px;
}
  @media screen and (min-width: 1000px) {
    .item-temp02 .area-scent .img-txt .scent-img img {
  transform: translateX(0);
      width: 183px;
    }
  }
/* /香り */



/* ----------------------------- */
/* Gift Wrapping */
/* ----------------------------- */
.page-gift-wrapping {
  color: #000;
  font-family: "Noto Sans JP","Lato",sans-serif,serif;
  font-size: 15px;
  font-weight: 400;
}
.page-gift-wrapping h1 {}
.page-gift-wrapping h1 img {
  width: 100%;
}
.page-gift-wrapping h2 {
  color: #938a5d;
  font-family: "Noto Serif JP",serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: calc(100 / 1000 * 30);
  margin-top: 56px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping h2 {
      font-size: 35px;
      margin-top: 65px;
    }
  }
.page-gift-wrapping .ttl-s01 {
  border-left: 1px solid #BAB497;
  font-family: "Lato", sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: calc(100 / 1000 * 16);
  line-height: 21px;
  padding-left: 12px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .ttl-s01 {
      font-size: 18px;
      letter-spacing: calc(100 / 1000 * 16);
      max-width: 1000px;
      margin: 0 auto;
    }
  }




.page-gift-wrapping .head-txt {
  margin: 33px auto 0;
  max-width: 1040px;
  padding: 0 20px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .head-txt {
      margin-top: 65px;
    }
  }
.page-gift-wrapping .head-txt p {
  letter-spacing: calc(100 / 1000 * 15);
  line-height: 30px;
}
.page-gift-wrapping .head-txt p:nth-of-type(2) {
  margin-top: 16px;
}
.page-gift-wrapping .head-txt p:nth-of-type(3) {
  margin-top: 33px;
}
.page-gift-wrapping .inner-nav {}
.page-gift-wrapping .inner-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 46px auto 0;
  width: 300px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul {
      flex-wrap: nowrap;
      justify-content: center;
      margin: 80px auto 0;
      column-gap: 80px;
      width: 100%;
    }
  }
.page-gift-wrapping .inner-nav ul li {
  letter-spacing: calc(100 / 1000 * 12);
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li {
      letter-spacing: calc(100 / 1000 * 16);
      margin-top: 0;
    }
  }
.page-gift-wrapping .inner-nav ul li:nth-of-type(1) {
  order: 1;
  width: 170px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li:nth-of-type(1) {
      width: auto;
    }
  }
.page-gift-wrapping .inner-nav ul li:nth-of-type(2) {
  order: 3;
  width: 170px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li:nth-of-type(2) {
      order: 2;
      width: auto;
    }
  }
.page-gift-wrapping .inner-nav ul li:nth-of-type(3) {
  order: 2;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li:nth-of-type(3) {
      order: 3;
    }
  }
.page-gift-wrapping .inner-nav ul li:nth-of-type(4) {
  order: 4;
}
.page-gift-wrapping .inner-nav ul li a {
  color: #000;
  font-family: "Lato", sans-serif!important;
  font-size: 12px;
  position: relative;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li a {
      font-size: 16px;
    }
  }
.page-gift-wrapping .inner-nav ul li a::before {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  content: "";
  height: 8px;
  display: inline-block;
  margin-right: 12px;
  transform: rotate(-135deg) translateY(3px);
  width: 8px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .inner-nav ul li a::before {
      transform: rotate(-135deg) translateY(5px);
    }
  }

/* area01 */
.page-gift-wrapping .area01 {
  background: rgb(244,244,246);
  background: linear-gradient(180deg, rgba(244,244,246,1) 0%, rgba(255,255,255,1) 100%);
  margin-top: 56px;
  padding: 17px 20px 80px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 {
      margin-top: 85px;
      padding: 37px 0 60px;
    }
  }
.page-gift-wrapping .area01 .wrapping-img01 {
  margin-top: 53px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .wrapping-img01 {
      margin-top: 21px;
    }
  }
.page-gift-wrapping .area01 .wrapping-img01 img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .wrapping-img01 img {
      display: block;
      margin: 0 auto;
      width: 602px;
    }
  }
.page-gift-wrapping .area01 .txt-s01 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: calc(100 / 1000 * 18);
  margin-top: 18px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .txt-s01 {
      margin-top: 55px;
    }
  }
.page-gift-wrapping .area01 .txt-box01 {
  margin-top: 33px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .txt-box01 {
      margin-top: 44px;
    }
  }
.page-gift-wrapping .area01 .txt-box01 p + p {
  margin-top: 33px;
}
.page-gift-wrapping .area01 .img-box01 {
  display: flex;
  justify-content: center;
  margin: 44px 0 0;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .img-box01 {
      margin: 38px 0 0;
    }
  }
.page-gift-wrapping .area01 .img-box01 div:nth-of-type(1) {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .img-box01 div:nth-of-type(1) {}
  }
.page-gift-wrapping .area01 .img-box01 div:nth-of-type(2) {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area01 .img-box01 div:nth-of-type(2) {}
  }
.page-gift-wrapping .area01 .img-box01 div img {
  max-width: 205px;
  width: 100%;
}
/* /area01 */


/* area02 */
.page-gift-wrapping .area02 {
  background: rgb(244,244,246);
  background: linear-gradient(180deg, rgba(244,244,246,1) 0%, rgba(255,255,255,1) 100%);
  margin-top: 0;
  padding: 17px 20px 80px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 {
      margin: 0 auto;
      padding: 37px 0 60px;
    }
  }
.page-gift-wrapping .area02 h4 {
  border-bottom: 1px #6E6640 solid;
  font-size: 19px;
  letter-spacing: calc(50 / 1000 * 16);
  margin-top: 75px;
  padding-bottom: 12px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 h4 {
      font-size: 29px;
      margin: 67px auto 0;
      padding-bottom: 15px;
      width: 1000px;
    }
  }
.page-gift-wrapping .area02 h5 {
  font-family: "Noto Serif JP",serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: calc(50 / 1000 * 17);
  line-height: 1.4;
  margin-top: 25px;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 h5 {
      font-size: 25px;
      margin-top: 44px;
    }
  }
.page-gift-wrapping .area02 h5 span {
  color: #938A5E;
  display: block;
  font-family: "Noto Sans JP",sans-serif, serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: calc(50 / 1000 * 12);
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 h5 span {
      font-size: 20px;
    }
  }
.page-gift-wrapping .area02 .list-items + h5 {
  margin-top: 41px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items + h5 {
      margin-top: 90px;
    }
  }
.page-gift-wrapping .area02 .list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items {
      margin: 35px auto 0;
      width: 1000px;
    }
  }
.page-gift-wrapping .area02 .list-items li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px ) / 2);
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li {
      flex-direction: row;
      justify-content: space-between;
      width: calc((100% - 50px ) / 2);
    }
  }
.page-gift-wrapping .area02 .list-items li:nth-of-type(n+3) {
  margin-top: 31px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li:nth-of-type(n+3) {
      margin-top: 60px;
    }
  }
.page-gift-wrapping .area02 .item-view-more {
  margin-top: 40px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .item-view-more {
      margin-top: 91px;
    }
  }

.page-gift-wrapping .area02 .item-view-more a {
  border-bottom: 1px solid #707070;
  color: #000000;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 7px;
  position: relative;
  width: 155px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .item-view-more {}
  }
.page-gift-wrapping .area02 .item-view-more a::after {
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  content: "";
  height: 8px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
.page-gift-wrapping .area02 .item-view-more a:hover {
  text-decoration: none;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .item-view-more a:hover {
      border-color: #938a5d;
      color: #938a5d;
    }
  }
.page-gift-wrapping .area02 .item-view-more a:hover:after {
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .item-view-more a:hover:after {
      border-right: 1px solid #938a5d;
      border-top: 1px solid #938a5d;
    }
  }

.page-gift-wrapping .area02 .list-items li .item-img {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-img {
      width: 244px;
    }
  }
.page-gift-wrapping .area02 .list-items li .item-img a{
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-img a {
    }
  }
.page-gift-wrapping .area02 .list-items li .item-img a img {
  width: 100%;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-img a img {}
  }
.page-gift-wrapping .area02 .list-items li .item-img a img:hover {
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-img a img:hover {
      opacity: .7;
    }
  }
.page-gift-wrapping .area02 .list-items li .item-detail {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail {
      margin-left: 15px;
      width: calc(100% - 244px - 15px);
    }
  }
.page-gift-wrapping .area02 .list-items li .item-detail .item-single-tag {
  margin-bottom: 0;
  margin-top: 10px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .item-single-tag {
      margin-top: 0;
    }
  }
.page-gift-wrapping .area02 .list-items li .item-detail .item-single-tag span {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .item-single-tag span {}
  }
.page-gift-wrapping .area02 .list-items li .item-detail .item-title {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .item-title {}
  }
.page-gift-wrapping .area02 .list-items li .item-detail .price {
  color: #333;
  font-weight: bold;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .price {}
  }
.page-gift-wrapping .area02 .list-items li .item-detail .price .unit {
  font-weight: 400;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .price .unit {
      font-size: 10px;
      font-weight: 500;
    }
  }
.page-gift-wrapping .area02 .list-items li .item-detail .price .note {
  font-weight: 400;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .price .note {
      font-size: 10px;
      font-weight: 500;
    }
  }
.page-gift-wrapping .area02 .list-items li .item-detail .desc {
  font-size: 12px;
  line-height: 20px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .item-detail .desc {
      font-size: 14px;
      line-height: 24px;
    }
  }
.page-gift-wrapping .area02 .list-items li .link-item-more {
  margin-top: auto;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area02 .list-items li .link-item-more {
      display: none;
    }
  }
.page-gift-wrapping .area02 .list-items li .link-item-more a {
  align-items: center;
  background: #707070;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 33px;
  justify-content: center;
  margin: 21px auto 0;
  width: 112px;
}
/* /area02 */


/* area03 */
.page-gift-wrapping .area03 {
  background: rgb(244,244,246);
  background: linear-gradient(180deg, rgba(244,244,246,1) 0%, rgba(255,255,255,1) 100%);
  margin-top: 0;
  padding: 17px 20px 60px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 {
      margin: 0 auto;
      padding: 37px 0 60px;
    }
  }
.page-gift-wrapping .area03 .step-order {
  margin-top: 50px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order {
      margin: 56px auto 0;
      width: 1000px;
    }
  }
.page-gift-wrapping .area03 .step-order li {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li {
    }
  }
.page-gift-wrapping .area03 .step-order > li + li {
  margin-top: 51px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order > li + li {
      margin-top: 71px;
    }
  }
.page-gift-wrapping .area03 .step-order li dl {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl {
    }
  }
.page-gift-wrapping .area03 .step-order li dl dt {
  color: #938A5D;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.5px;
  position: relative;
  width: 90px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dt {}
  }
.page-gift-wrapping .area03 .step-order li dl dt::before {
  background: #BFBDB8;
  content: "";
  height: 1px;
  left: 90px;
  position: absolute;
  top: 14px;
  width: calc(100vw - 90px - 40px);
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dt::before {
      width: calc(1000px - 90px);
    }
  }
.page-gift-wrapping .area03 .step-order li dl dt span {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dt span {}
  }
.page-gift-wrapping .area03 .step-order li dl dd {
  display: flex;
  flex-direction: column;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 46px;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box {}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box {
      width: calc(100% - 28px - 480px);
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 22px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box h4 {
      margin-top: 0;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 11px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box p {
      font-size: 17px;
      line-height: 30px;
      margin-top: 30px;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note {
  margin-top: 27px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note {
      margin-top: 47px;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note li {
  font-size: 11px;
  letter-spacing: calc(100 / 1000 * 11);
  line-height: 16px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note li {
      font-size: 10px;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note li + li {
  margin-top: 3px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .txt-box .list-note li + li {
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .step-capture {
  margin-top: 36px;
  order: -1;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .step-capture {
      margin-top: 0;
      order: 2;
    }
  }
.page-gift-wrapping .area03 .step-order li dl dd .step-capture img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area03 .step-order li dl dd .step-capture img {
      width: 480px;
    }
  }
/* /area03 */

/* area04 */
.page-gift-wrapping .area04 {
  background: rgb(244,244,246);
  background: linear-gradient(180deg, rgba(244,244,246,1) 0%, rgba(255,255,255,1) 100%);
  margin-top: 0;
  padding: 17px 20px 0;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 {
      margin: 0 auto;
      padding: 37px 0 0;
    }
  }
.page-gift-wrapping .area04 .faq-area {
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 .faq-area {
      margin: 0 auto;
      width: 1000px;
    }
  }
.page-gift-wrapping .area04 .faq-area .m-list-faqs {
  margin-bottom: 0;
  margin-top: 5px;
}
.page-gift-wrapping .area04 .faq-area .m-faq-item .faq-header {
  line-height: 22px;
  padding: 25px 8px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 .faq-area .m-faq-item .faq-header {
      padding: 36px 0px;
    }
  }
.page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body {
  line-height: 22px;
  padding: 0 35px 30px 8px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body {
      line-height: 28px;
      padding: 0 0 36px;
    }
  }
.page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body .text {
  margin-right: 16px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body .text {
      margin-right: 23px;
    }
  }
.page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body a {
  color: #938A5D;
  text-decoration: none;
}
.page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body a:hover {
}
@media screen and (min-width: 1000px) {
  .page-gift-wrapping .area04 .faq-area .m-faq-item .faq-body a:hover {
    text-decoration: underline;
  }
}
.page-gift-wrapping .area04 .m-faq-item .faq-header .arrow {
  right: 8px;
}
  @media screen and (min-width: 1000px) {
    .page-gift-wrapping .area04 .m-faq-item .faq-header .arrow {
      right: 36px;
    }
  }
.page-gift-wrapping .area04 .m-faq-item .faq-header .text {
  margin-right: 17px;
}
@media screen and (min-width: 1000px) {
  .page-gift-wrapping .area04 .m-faq-item .faq-header .text {
    margin-right: 23px;
  }
}
/* /area04 */