@charset "utf-8";
/* style.css */

/* =====================================

Reset 

===================================== */
a {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

/* =====================================

Common 

===================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: '游ゴシック Medium', YuGothic, YuGothicM,
    'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 1.5px;
  font-size: 4vw;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.5px;
  line-height: 2;
  overflow-x: hidden;
}

.pc-view {
  display: none;
}

.sp-view {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.ib {
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }

  .pc-view {
    display: block;
  }

  .sp-view {
    display: none;
  }
}

/** 背景 ***********************************/
.bg-footprints {
  background-image: url(../images/common/bg_sp.png);
  background-repeat: repeat-y;
}

@media only screen and (min-width: 769px) {
  .bg-footprints {
    background-image: url(../images/common/bg_pc.png);
    background-repeat: repeat;
  }
}

/** ボタン ***********************************/
.btn-area {
  padding: 0 6.667vw;
}

.btn-area.btn-area-center {
  padding: 0 6.667vw;
  margin: 0 auto;
}

.btn-area.btn-area-full-w {
  padding: 0;
}

a.btn {
  position: relative;
  height: 60px;
  height: 16vw;
  background-color: #3d628e;
  border: 1px solid #3d628e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn::before {
  content: '';
  position: absolute;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #97cde3;
  border-right: 2px solid #97cde3;
  transform: rotate(45deg);
}

.right-amount-area a.btn::before {
  content: '';
  position: absolute;
  right: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #97cde3;
  border-right: 2px solid #97cde3;
  transform: rotate(45deg);
}

a.btn-store::after {
  content: '';
  background-image: url(../images/common/icon-shop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  width: 22px;
  height: 22px;
  width: 5.8vw;
  height: 5.8vw;
}

a.btn.btn-outline {
  background-color: transparent;
  color: #3d628e;
  border: 1px solid #3d628e;
}

a.btn.btn-outline-w {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 769px) {
  .btn-area.btn-area-center {
    padding: 0;
    width: 320px;
  }

  a.btn {
    height: 60px;
    transition: 0.3s;
  }

  a.btn:hover {
    background-color: transparent;
    border: 1px solid #3d628e;
    color: #3d628e;
  }

  a.btn.btn-outline:hover {
    background-color: #3d628e;
    border: 1px solid #3d628e;
    border: none;
    color: #fff;
  }

  a.btn.btn-outline-w:hover {
    background-color: #3d628e;
    border: 1px solid #3d628e;
    border: none;
    color: #fff;
  }

  a.btn-store {
    height: 70px;
  }

  a.btn-store::after {
    width: 22px;
    height: 22px;
  }
}

/** タイトル　Title ***********************************/
.ttl-mv {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl-mv.ttl-mv-center {
  left: 0;
  right: 0;
}
.ttl-mv.ttl-mv-center .mv-ttl-en {
  text-align: center;
}
.ttl-mv.ttl-mv-center .mv-ttl-jp {
  text-align: center;
}
.ttl-en {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #3d628e;
}
.ttl-mv .mv-ttl-en {
  font-size: 14px;
  font-size: 3.733vw;
}
.ttl-mv .mv-ttl-jp {
  font-weight: bold;
  font-size: 26px;
  font-size: 6.933vw;
}
.ttl-level02 {
  margin-bottom: 20px;
  margin-bottom: 5.333vw;
}
.ttl-level02 .ttl-level02-en {
  font-size: 14px;
  font-size: 3.733vw;
  display: block;
  line-height: 1;
}
.ttl-level02 .ttl-level02-jp {
  font-size: 22px;
  font-size: 5.867vw;
  display: block;
}
.ttl-under-level02 {
  font-size: 22px;
  font-size: 5.6vw;
  display: block;
  line-height: 1.6;
}

.under-mv-voice .ttl-mv span {
  text-shadow: 2px 1px 2px #fff;
}

@media only screen and (min-width: 769px) {
  .under-mv-voice .ttl-mv span {
    text-shadow: 2px 2px 8px #fff;
  }

  .ttl-level02 {
    margin-bottom: 40px;
  }
  .ttl-mv .mv-ttl-en {
    font-size: 22px;
  }
  .ttl-mv .mv-ttl-jp {
    font-size: 44px;
  }
  .ttl-level02 .ttl-level02-en {
    font-size: 18px;
  }
  .ttl-level02 .ttl-level02-jp {
    font-size: 32px;
  }
  .ttl-under-level02 {
    font-size: 32px;
  }
}

/** テキストリンク ***********************************/
a.txtlink {
  color: #333;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  a.txtlink {
    transition: 0.3s;
    text-decoration: none;
  }

  a.txtlink:hover {
    text-decoration: none;
  }
}

/* =====================================

header

===================================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  height: 16vw;
  z-index: 1000;
}
header.-is-scrolled {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  transition: 0.3s;
}

header .header-block {
  display: flex;
  justify-content: space-between;
}

header .header-logo {
  width: 46px;
  height: 46px;
  width: 12.267vw;
  height: 12.267vw;
  padding-top: 7px;
  padding-top: 1.867vw;
  z-index: 1000;
}

header .header-nav-btn {
  width: 64px;
  width: 17vw;
  margin-top: 4px;
  margin-top: 1.067vw;
  position: relative;
  z-index: 1000;
}

header .header-nav-btn .header-nav-line {
  position: absolute;
  left: 20px;
  left: 5.333vw;
  width: 24px;
  width: 6.4vw;
  height: 2px;
  background-color: #3d628e;
  transition: 0.5s;
}
header.header-nav-w .header-nav-btn .header-nav-line {
  background-color: #fff;
}
header.header-nav-w.-is-scrolled .header-nav-btn .header-nav-line {
  background-color: #3d628e;
}

header .header-nav-btn .header-nav-line.line01 {
  top: 15px;
  top: 4vw;
}

header .header-nav-btn .header-nav-line.line02 {
  top: 25px;
  top: 6.667vw;
}

header .header-nav-btn .header-nav-line.line03 {
  top: 35px;
  top: 9.333vw;
}

header .header-btn-store-area {
  width: 64px;
  width: 17vw;
  padding-top: 14px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .header-btn-store {
  width: 30px;
  width: 8vw;
  /*padding-top: 14px;
	padding-top: 3.7vw;*/
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header.header-nav-w .header-btn-store-area .header-btn-store .icon-shop-header {
  display: none;
}
header.header-nav-w.-is-scrolled
  .header-btn-store-area
  .header-btn-store
  .icon-shop-header {
  display: block;
}
header.header-nav-w.-is-scrolled
  .header-btn-store-area
  .header-btn-store
  .icon-shop-header-w {
  display: none;
}
header.header-nav-w
  .header-nav-btn.active
  .header-btn-store-area
  .header-btn-store
  .icon-shop-header-w {
  display: none;
}
header.header-nav-w
  .header-nav-btn.active
  .header-btn-store-area
  .header-btn-store
  .icon-shop-header {
  display: block;
}

@media only screen and (max-width: 1320px) {
  header .header-nav-wrap {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: 0.6s;
    overflow-y: auto;
  }
  header .header-nav-wrap.-is-navOpen {
    display: block;
    opacity: 1;
  }
  header .header-nav-wrap ul.header-nav-list {
    padding: 0 20px;
    padding: 0 5.333vw;
    padding-top: 80px;
    padding-top: 21.333vw;
    transform: translateY(30px);
    transition: 0.6s;
    transition-delay: 0.3s;
  }
  header .header-nav-wrap.-is-navOpen ul.header-nav-list {
    transform: translateY(0);
  }
  header .header-nav-wrap .btn-area-store {
    transform: translateY(40px);
    transition: 0.6s;
    transition-delay: 0.3s;
  }
  header .header-nav-wrap.-is-navOpen .btn-area-store {
    transform: translateY(0);
  }
  header .header-nav-wrap .header-btn-store-area {
    padding: 0 20px;
    padding: 0 5.333vw;
    padding-top: 80px;
    padding-top: 21.333vw;
  }
  header .header-nav ul.header-nav-list li > a {
    color: #333;
  }
  header .header-nav ul.header-nav-list li {
    border-top: #dddddd 1px solid;
    /* padding: 15px 0; */
    font-size: 14px;
    font-size: 3.733vw;
    display: block;
  }
  header .header-nav ul.header-nav-list li:last-child {
    border-bottom: #dddddd 1px solid;
  }
  header .header-nav ul.header-nav-list li > a {
    position: relative;
    display: block;
    padding: 4vw 0;
  }
  header .header-nav ul.header-nav-list li > a::before {
    content: '';
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
    width: 1.333vw;
    height: 1.333vw;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li:nth-child(2) > a::before,
  header .header-nav ul.header-nav-list li:nth-child(3) > a::before {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 1px;
    background-color: #555;
    border: 0 solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
  }

  header .header-nav ul.header-nav-list li:nth-child(2) > a::after,
  header .header-nav ul.header-nav-list li:nth-child(3) > a::after {
    content: '';
    position: absolute;
    right: 14.5px;
    width: 1px;
    height: 10px;
    background-color: #555;
    border: 0 solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
  }

  .header-nav-item a.clicked::after {
    display: none; /* ::before 疑似要素を非表示にする */
  }

  header .header-nav ul.header-nav-list li .header-sub-item a::before {
    content: none;
  }
  header .header-nav ul.header-nav-list li .header-sub-item a::after {
    content: none;
  }

  header
    .header-nav
    ul.header-nav-list
    li:nth-child(2)
    > .header-sub-item
    a::after {
    content: none;
  }

  header .header-nav-wrap .btn-area-store {
    margin-top: 30px;
    margin-top: 8vw;
  }
  header.header-nav-w .header-nav-btn.active .header-nav-line {
    background: #3d628e;
  }
  header .header-nav-btn.active .header-nav-line.line01 {
    transform: translateY(10px) rotate(-45deg);
    transform: translateY(2.667vw) rotate(-45deg);
  }
  header .header-nav-btn.active .header-nav-line.line02 {
    opacity: 0;
  }
  header .header-nav-btn.active .header-nav-line.line03 {
    transform: translateY(-10px) rotate(45deg);
    transform: translateY(-2.667vw) rotate(45deg);
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-list {
    height: 0;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
  }

  /* クラスが付与された時に表示されるアニメーション */
  header .header-nav ul.header-nav-list li .header-sub-list.show {
    height: auto;
    opacity: 1;
    animation: slide-down 0.3s ease-out;
  }

  /* サブメニューリストが非表示になる際の設定 */
  header .header-nav ul.header-nav-list li .header-sub-list.hide {
    height: 0;
    opacity: 0;
  }

  @keyframes slide-down {
    from {
      transform: translateY(-20%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* クラスが削除された時に非表示になるアニメーション */
  header .header-nav ul.header-nav-list li .header-sub-list:not(.show) {
    animation: slide-up 0.3s ease-out;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-item {
    padding-right: 0;
    border-bottom: 0;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-item a {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 3vw 0px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1321px) {
  header {
    height: 120px;
  }
  header .header-nav {
    position: absolute;
    display: flex;
    align-items: center;
    padding-left: 160px;
    height: 120px;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list {
    display: flex;
    align-items: center;
  }

  header .header-nav ul.header-nav-list li {
    display: inline-block;
    padding-right: 25px;
    /* 修正 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  header .header-nav ul.header-nav-list > .header-nav-list-voice {
    display: none;
  }

  header .header-nav ul.header-nav-list li > a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-list {
    /* margin-top: 10px; */
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    white-space: nowrap;
    min-width: 100%;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }

  /* クラスが付与された時に表示されるアニメーション */
  header .header-nav ul.header-nav-list li .header-sub-list.show {
    height: auto;
    opacity: 1;
    animation: slide-down 0.3s ease-out;
  }

  /* サブメニューリストが非表示になる際の設定 */
  header .header-nav ul.header-nav-list li .header-sub-list.hide {
    height: 0;
    opacity: 0;
  }

  @keyframes slide-down {
    from {
      transform: translateY(-20%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* クラスが削除された時に非表示になるアニメーション */
  header .header-nav ul.header-nav-list li .header-sub-list:not(.show) {
    animation: slide-up 0.3s ease-out;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-item {
    padding-right: 0;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-item a {
    background-color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
  }

  /* 修正 */
  header .header-nav ul.header-nav-list li .header-sub-item a:hover {
    background-color: #3d628e;
    color: #fff;
  }

  header .header-block {
    height: 120px;
  }

  header .header-logo {
    order: 1;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    padding-left: 45px;
  }

  header .header-nav-btn {
    display: none;
  }
  header .header-nav-wrap .btn-area-store {
    display: none;
  }

  header .header-nav {
    order: 2;
  }

  header .header-btn-store-area {
    order: 3;
  }

  header .header-btn-store-area {
    width: 34px;
    padding-top: 40px;
    display: block;
    padding-right: 40px;
  }

  header .header-btn-store-area .header-btn-store {
    width: 34px;
  }
  header.header-nav-w .header-nav ul.header-nav-list li > a {
    color: #fff;
  }
  header.header-nav-w.-is-scrolled .header-nav ul.header-nav-list li > a {
    color: #333;
  }

  .header-nav-w .header-nav ul.header-nav-list li .header-sub-item a {
    color: #333;
  }
}

/* =====================================

Main Visual 

===================================== */
.mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

/** Top ***********************************/
.mv.main-top {
  background-image: url(../images/top/mv_sp.jpg);
  padding-top: 106.66%;
}

@media only screen and (min-width: 769px) {
  .mv.main-top {
    background-image: url(../images/top/mv_pc.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 0;
    height: 718px;
  }
}

/** Under MV ***********************************/
.mv.under-mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 85.0666%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv {
    background-size: cover;
    background-position: bottom center;
    padding-top: 0;
    height: 718px;
  }
}

/** coating ***********************************/
.mv.under-mv-coating {
  background-image: url(../images/common/bg-main-ttl-coating_sp.png);
  padding-top: 63.7333%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-coating {
    background-image: url(../images/common/bg-main-ttl-coating_pc.png);
    background-size: cover;
    background-position: bottom center;
    height: 478px;
    padding: 0;
  }
}

/** 商品一覧 ***********************************/
.mv.under-mv-product {
  background-image: url(../images/product/mv_product_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-product {
    background-image: url(../images/product/mv_product_pc.jpg);
  }
}

/** CBDについて ***********************************/
.mv.under-mv-aboutcbd {
  background-image: url(../images/aboutcbd/mv_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-aboutcbd {
    background-image: url(../images/aboutcbd/mv_pc.jpg);
  }
}

/** M&Nsについて ***********************************/
.mv.under-mv-aboutmandns {
  background-image: url(../images/about/mv_brandstory_sp.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 106.0666%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-aboutmandns {
    background-image: url(../images/about/mv_brandstory_pc.jpg);
    padding-top: 100px;
    padding-top: 5.7vw;
    /* padding-top: 0; */
    background-position: bottom center;
  }
}

/** いぬねこ健康コラム ***********************************/
.mv.under-mv-archive {
  background-image: url(../images/column/column_mv_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-archive {
    background-image: url(../images/column/column_mv_pc.jpg);
  }
}

.mv.under-mv-category {
  background-image: url(../images/column/column_mv_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-category {
    background-image: url(../images/column/column_mv_pc.jpg);
  }
}

/** 最新情報 ***********************************/
.mv.under-mv-archive-news {
  background-image: url(../images/column/column_mv_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-archive-news {
    background-image: url(../images/column/column_mv_pc.jpg);
  }
}

/** みんなの声 ***********************************/
.mv.under-mv-voice {
  background-image: url(../images/voice/mv_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-voice {
    background-image: url(../images/voice/mv_pc.jpg);
  }
}

/** 使い方  tincture ***********************************/
.mv.under-mv-howtouse {
  background-image: url(../images/tincture/mv_cbdoil_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-howtouse {
    background-image: url(../images/tincture/mv_cbdoil_pc.jpg);
  }
}

/** 給与量  amount ***********************************/
.mv.under-mv-amount {
  background-image: url(../images/amount/amount_mv_sp.jpg);
  padding-top: 107.0666%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-amount {
    background-image: url(../images/amount/amount_mv_pc.jpg);
    padding-top: 0;
    height: 718px;
  }
}

/** FAQ ***********************************/
.mv.under-mv-faq {
  background-image: url(../images/faq/mv-faq_sp.jpg);
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-faq {
    background-image: url(../images/faq/mv-faq.jpg);
  }
}

/** subscription ***********************************/
.mv.under-mv-subscription {
  background-image: url(../images/subscription/mv_subscription_sp.jpg);
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-subscription {
    background-image: url(../images/subscription/mv_subscription_pc.jpg);
    background-position-y: 150%;
  }
}

/** skincare ***********************************/

.mv.under-mv-skincare {
  background-image: url(../images/skincare/skincare_mv_sp.jpg);
  background-size: cover;
  padding-top: 106.0666%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-skincare {
    background-image: url(../images/skincare/skincare_mv_pc.jpg);
    padding: 0;
  }
}

/* =====================================

Layout 

===================================== */
.bg-gray {
  background-color: #f8f8f8;
}
.contents-area {
  padding-top: 60px;
  padding-top: 13.333vw;
  position: relative;
}
.contents-area:first-of-type {
  padding-top: 40px;
}

.contents-inner {
  padding: 0 20px;
  padding: 0 5.333vw;
}

@media only screen and (min-width: 769px) {
  .contents-area {
    padding-top: 80px;
  }

  .contents-area:first-of-type {
    padding-top: 40px;
  }

  .contents-inner {
    max-width: 1420px;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .contents-inner.s-inner {
    max-width: 980px;
  }
}

/** 商品一覧 ***********************************/
ul.product-set li {
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
ul.product-set li .product-name {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-bottom: 2.667vw;
}
ul.product-set li .product-name > a {
  color: #333;
}
ul.product-set li .product-name > a > span {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: normal;
  color: #666;
  display: block;
}
ul.product-set li .price {
  font-size: 16px;
  font-size: 4.267vw;
  line-height: 1.6;
}
ul.product-set li .price > span {
  font-size: 11px;
  font-size: 2.933vw;
}
ul.product-set li .btn-area {
  margin-top: 20px;
  margin-top: 5vw;
  padding-bottom: 20px;
  padding-bottom: 5vw;
}

.br-sp {
  display: block;
}

@media only screen and (min-width: 1025px) {
  ul.product-set {
    display: flex;
    margin-left: -60px;
  }
  ul.product-set li {
    width: 33.3333%;
    margin-bottom: 0;
    padding-left: 60px;
    box-sizing: border-box;
  }
  ul.product-set li .product-name {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 82px;
  }
  ul.product-set li .product-name > a > span {
    font-size: 15px;
  }
  ul.product-set li .price {
    font-size: 18px;
  }
  ul.product-set li .price > span {
    font-size: 11px;
  }
  ul.product-set li .btn-area {
    margin-top: 20px;
    padding-bottom: 0;
    width: 100%;
  }
  ul.product-set li .product-name > a,
  ul.product-set li .product-item > a img {
    transition: 0.3s;
  }
  ul.product-set li .product-name > a:hover,
  ul.product-set li .product-item > a:hover img {
    opacity: 0.8;
  }

  .br-sp {
    display: none;
  }
}

/* =====================================

skincare

===================================== */
ul.skincare-set li {
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
ul.skincare-set li .product-name {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-bottom: 2.667vw;
}

ul.skincare-set li .product-name > a,
ul.skincare-set li .product-item > a img {
  transition: 0.3s;
}
ul.skincare-set li .product-name > a:hover,
ul.skincare-set li .product-item > a:hover img {
  opacity: 0.8;
}

ul.skincare-set li .product-name a {
  transition: 0.3s;
}

ul.skincare-set li .product-name a:hover {
  opacity: 0.8;
}

ul.skincare-set li .product-name > a {
  color: #333;
}

ul.skincare-set li .product-name > a > span {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  color: #f00;
}

ul.skincare-set li .price {
  font-size: 16px;
  font-size: 4.267vw;
  line-height: 1.6;
}

ul.skincare-set li .btn-area {
  margin-top: 20px;
  margin-top: 5vw;
  padding-bottom: 20px;
  padding-bottom: 5vw;
}

@media only screen and (min-width: 1025px) {
  ul.skincare-set {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    margin-left: -60px;
  }

  ul.skincare-set li {
    width: 33.3333%;
    margin-bottom: 0;
    padding-left: 60px;
    box-sizing: border-box;
  }

  ul.skincare-set li .product-name {
    font-size: 18px;
    margin-bottom: 13px;
  }

  ul.skincare-set li .product-name > a > span {
    font-size: 15px;
    margin-right: 9px;
  }

  ul.skincare-set li .price {
    font-size: 18px;
  }

  ul.skincare-set li .price > span {
    font-size: 11px;
  }

  ul.skincare-set li .btn-area {
    margin-top: 20px;
    padding-bottom: 0;
    width: 100%;
  }
}
/* =====================================

Text

===================================== */
.size-s {
  font-size: 14px;
  font-size: 3.733vw;
}
.txt-paragraph + p {
  margin-top: 15px;
  margin-top: 4vw;
}
.txt-center {
  text-align: center;
}
.notice-txt {
  position: relative;
  font-size: 11px;
  font-size: 2.933vw;
  color: #555555;
  padding-left: 1.2em;
  line-height: 1.5;
  margin-top: 15px;
  margin-top: 4vw;
}

.notice-txt::before {
  position: absolute;
  content: '※';
  top: 0;
  left: 0;
}
strong {
  font-weight: bold;
  color: #3d628e;
}

@media only screen and (min-width: 769px) {
  .size-s {
    font-size: 16px;
  }
  .txt-paragraph + p {
    margin-top: 40px;
  }
  .notice-txt {
    margin-top: 15px;
    font-size: 11px;
  }
}

/* =====================================

Link

===================================== */
a.txtlink {
  color: #333;
}

a.txtlink.underline {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  a.txtlink.underline {
    transition: 0.3s;
  }

  a.txtlink.underline:hover {
    text-decoration: none;
  }
}

/* =====================================

List

===================================== */
ol.list-number li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: 1.6;
}

ol.list-number li .number {
  position: absolute;
  top: 0;
  left: 0;
}

/* =====================================

トップページ

===================================== */
.ttl-top-main {
  font-size: 28px;
  font-size: 7vw;
  line-height: 1.6;
  margin-top: -50px;
  margin-top: -13vw;
  position: relative;
}

.top-about-cbd {
  background-image: url(../images/top/about-cbd-bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 135.6%;
  margin-top: 60px;
  margin-top: 16vw;
}
.top-about-cbd .contents-inner {
  position: absolute;
  top: 80px;
  top: 21.333vw;
}
.top-about-cbd .ttl-level02-en {
  color: #bdc6d8;
}
.top-about-cbd .ttl-level02-jp {
  color: #fff;
}
.top-about-cbd p.txt-paragraph {
  color: #fff;
}

.top-about-cbd .btn-area {
  margin-top: 30px;
  margin-top: 8vw;
}

ul.safety-set li {
  margin-top: 50px;
  margin-top: 13vw;
}
ul.safety-set li .safety-box {
  position: relative;
  border: 1px solid #f0f0f0;
  padding: 65px 25px 25px;
  padding: 17.333vw 6.667vw 6.667vw;
}
ul.safety-set li .safety-box .safety-item {
  position: absolute;
  width: 120px;
  height: 120px;
  width: 32vw;
  height: 32vw;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  top: -13vw;
}
ul.safety-set li .safety-box .safety-name {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: 2.1vw;
}
ul.safety-set li .safety-box .txt-paragraph {
  font-size: 14px;
  font-size: 3.733vw;
  color: #555555;
  line-height: 1.75;
}

.dr-recommend-list {
  margin-bottom: 100px;
}
.dr-recommend-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  background-color: red;
  padding: 2rem 1rem;
}
.dr-recommend-item:not(:first-child) {
  margin-top: 40px;
}
.dr-recommend-item:nth-child(1) {
  background-color: #ffeeee;
}
.dr-recommend-item:nth-child(2) {
  background-color: #ebfeef;
}
.dr-recommend-item:nth-child(3) {
  background-color: #fffeee;
}

@media only screen and (min-width: 769px) {
  .ttl-top-main {
    margin-top: 0;
    font-size: 44px;
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) {
  .top-about-cbd {
    background-image: url(../images/top/about-cbd-bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50%;
    background-position: center;
    margin-top: 100px;
  }
  .top-about-cbd .contents-inner {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .top-about-cbd .txt-paragraph {
    text-align: center;
  }
  .top-about-cbd .btn-area {
    margin-top: 20px;
  }
  .top-about-cbd .ttl-level02 {
    text-align: center;
  }
  ul.safety-set {
    margin-bottom: 50px;
    display: flex;
    margin-left: -60px;
  }
  ul.safety-set li {
    width: 33.3333%;
    margin-bottom: 0;
    padding-left: 60px;
    box-sizing: border-box;
    margin-top: 60px;
  }
  ul.safety-set li .safety-box {
    padding: 65px 25px 25px;
  }
  ul.safety-set li .safety-box .safety-item {
    position: absolute;
    width: 140px;
    height: 140px;
    top: -78px;
  }
  ul.safety-set li .safety-box .safety-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  ul.safety-set li .safety-box .txt-paragraph {
    font-size: 15px;
  }

  .dr-recommend-item {
    flex-direction: row;
    padding: 1.5rem 2rem;
  }
  .dr-recommend-item__image {
    width: 33%;
  }
  .dr-recommend-item__text {
    width: 63%;
  }
}

/* =====================================

CBDについて

===================================== */
.introduction-about-cbd-area {
  padding-bottom: 16vw;
}

.about-cbd-area .introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 6.667vw;
}

.about-cbd-area .introduction-inner {
  margin-right: 0px;
  margin-bottom: 8vw;
}

.about-cbd-area .ttl-under-level02 {
  margin-bottom: 5.3vw;
}

ul.about-cbd-list {
  padding: 0 25px;
  padding: 0 6.667vw;
}
ul.about-cbd-list li {
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 21.333vw;
}
ul.about-cbd-list li .icon-animal {
  position: absolute;
}
ul.about-cbd-list li .icon-animal.icon-dog01 {
  top: 0;
  right: -40px;
  width: 96px;
  right: -12vw;
  width: 25vw;
}
ul.about-cbd-list li .icon-animal.icon-cat {
  top: -50px;
  left: -40px;
  width: 96px;
  top: -13vw;
  left: -12vw;
  width: 25vw;
}
ul.about-cbd-list li .icon-animal.icon-dog02 {
  bottom: -80px;
  right: -40px;
  bottom: -21.333vw;
  right: -10.667vw;
  width: 96px;
  width: 25vw;
}
ul.about-cbd-list li .ttl-under-level02 {
  margin-bottom: 20px;
  margin-bottom: 5.3vw;
}
ul.about-cbd-list li .about-cbd-fig {
  margin-top: 30px;
  margin-top: 8vw;
}
ul.about-cbd-list li:nth-child(1) .about-cbd-fig {
  padding: 0 20px;
  padding: 0 5.333vw;
}
ul.about-cbd-list li .about-cbd-fig.sp-view {
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 5.3vw;
}
ul.about-cbd-list-02 {
  padding-bottom: 60px;
  padding-bottom: 16vw;
}
ul.about-cbd-list-02 li {
  margin-bottom: 20px;
  margin-bottom: 5.6vw;
}
ul.about-cbd-list-02 li .about-cbd-list-02-inner {
  background-color: #fff;
  padding: 25px;
  padding: 6.667vw;
}
ul.about-cbd-list-02 li:last-child {
  margin-bottom: 0;
}
ul.about-cbd-list-02 li .about-cbd-list-ttl {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  margin-top: 10px;
}
ul.about-cbd-list-02 li .txt-paragraph {
  font-size: 14px;
  font-size: 3.733vw;
  color: #555;
  margin-top: 8px;
  margin-top: 2.133vw;
}

ul.about-cbd-list-02 li .btn-contents {
  margin-top: 30px;
}

ul.about-cbd-list-02 li .btn-area {
  width: 100%;
}

ul.about-cbd-list-02 li a.btn {
  background-color: transparent;
  border: 1px solid #3d628e;
  color: #3d628e;
  line-height: 1.5;
  transition: all 0.3s;
}

ul.about-cbd-list-02 li a.btn:hover {
  background-color: #3d628e;
  color: #fff;
}

ul.about-cbd-list-02 li .btn-area.btn-area-center {
  padding: 0;
}

ul.about-cbd-list-02 li a.btn::before {
  border-top: 2px solid #3d628e;
  border-right: 2px solid #3d628e;
  transition: all 0.3s;
}

ul.about-cbd-list-02 li a.btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

/* research-cbd */
.contents-area.research-cbd-contents-area {
  padding-bottom: 16vw;
}

.research-cbd .research-cbd-images {
  width: 100%;
  margin: 0 auto 70px;
}

.research-cbd .research-cbd-images img {
  vertical-align: bottom;
}

.research-cbd .ttl-under-level02 {
  text-align: center;
  margin-bottom: 5.3vw;
  margin-bottom: 0;
  /* margin-bottom: 25vw; */
  padding-bottom: 25vw;
  position: relative;
}

.research-cbd .icon-animal {
  position: absolute;
}

.research-cbd .icon-dog01 {
  width: 25vw;
  right: 0;
  bottom: 15%;
}

.research-cbd .icon-dog02 {
  position: absolute;
  width: 25vw;
  left: -12%;
  top: -20%;
}

.research-cbd .icon-cat {
  position: absolute;
  width: 25vw;
  right: -25px;
  bottom: 10%;
}

.research-cbd-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 6.667vw;
}

.research-cbd-contents:nth-child(1) {
  margin-bottom: 75px;
}

.research-cbd-contents:nth-child(2),
.research-cbd-contents:nth-child(3) {
  padding-bottom: 40vw;
}

.research-cbd-contents-center {
  position: relative;
}

.research-cbd-contents-center .btn-contents {
  display: none;
}

.research-cbd-ttl {
  color: #3d628e;
  text-align: center;
  margin-bottom: 40px;
}

.research-cbd .txt-paragraph {
  font-size: 3.733vw;
  color: #555;
}

.research-cbd .btn-contents {
  margin-top: 30px;
}

.research-cbd .btn-area {
  width: 100%;
}

.research-cbd a.btn {
  background-color: transparent;
  border: 1px solid #3d628e;
  color: #3d628e;
  line-height: 1.5;
  transition: all 0.3s;
}

.research-cbd a.btn:hover {
  background-color: #3d628e;
  color: #fff;
}

.research-cbd .btn-area.btn-area-center {
  padding: 0;
}

.research-cbd a.btn::before {
  border-top: 2px solid #3d628e;
  border-right: 2px solid #3d628e;
}

.research-cbd a.btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.research-cbd-wrp {
  display: flex;
  flex-direction: column;
  padding: 0 6.667vw;
}

.research-cbd-graph-images img {
  vertical-align: bottom;
}

.research-cbd-graph-images:first-child {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .introduction-about-cbd-area {
    padding-bottom: 80px;
  }

  .about-cbd-area .introduction {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
  }

  .about-cbd-area .introduction-inner {
    margin-right: 35px;
    margin-bottom: 0;
  }

  .about-cbd-area .ttl-under-level02 {
    margin-bottom: 30px;
  }

  .about-cbd-area .introduction-accent {
    font-weight: bold;
    color: #3d628e;
  }

  .about-cbd-area .txt-paragraph {
    font-size: 16px;
  }

  ul.about-cbd-list {
    padding: 0;
  }
  ul.about-cbd-list li {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
  }
  ul.about-cbd-list li:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  ul.about-cbd-list li .ttl-under-level02 {
    margin-bottom: 30px;
  }
  ul.about-cbd-list li .about-cbd-txt {
    padding-right: 140px;
  }
  ul.about-cbd-list li:nth-child(even) .about-cbd-txt {
    padding-left: 140px;
  }
  ul.about-cbd-list li .txt-paragraph {
    font-size: 16px;
  }
  ul.about-cbd-list li:nth-child(1) .about-cbd-fig {
    padding: 0;
  }
  ul.about-cbd-list li .icon-animal.icon-dog01 {
    top: 18%;
    right: 50%;
    width: 128px;
  }
  ul.about-cbd-list li .icon-animal.icon-cat {
    top: -11%;
    left: 40%;
    width: 128px;
  }
  ul.about-cbd-list li .icon-animal.icon-dog02 {
    bottom: -80px;
    right: -40px;
    width: 128px;
  }
  ul.about-cbd-list-02 {
    display: flex;
    margin-left: -20px;
    padding-bottom: 80px;
  }
  ul.about-cbd-list-02 li {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 0;
  }
  ul.about-cbd-list-02 li .about-cbd-list-02-inner {
    background-color: #fff;
    padding: 60px;
  }
  ul.about-cbd-list-02 li:last-child {
    margin-bottom: 0;
  }
  ul.about-cbd-list-02 li .about-cbd-list-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }

  ul.about-cbd-list-02 li .txt-paragraph {
    font-size: 16px;
    margin-top: 8px;
  }

  ul.about-cbd-list-02 li .btn-contents {
    margin-top: 40px;
  }

  ul.about-cbd-list-02 li .btn-area {
    width: 400px;
  }

  /* research-cbd */
  .contents-area.research-cbd-contents-area {
    padding-bottom: 80px;
  }

  .research-cbd .research-cbd-images {
    width: 67%;
    margin: 0 auto 75px;
  }

  .research-cbd .ttl-under-level02 {
    margin-bottom: 0;
    padding-bottom: 95px;
  }

  .research-cbd .icon-dog01 {
    bottom: auto;
    top: 0;
    right: 0;
    width: 128px;
  }

  .research-cbd .icon-dog02 {
    position: absolute;
    width: 128px;
    top: auto;
    left: -50%;
  }

  .research-cbd .icon-cat {
    width: 128px;
    right: -40%;
    bottom: auto;
    top: 35%;
  }

  .research-cbd-container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }

  .research-cbd-contents {
    width: 45%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
  }

  .research-cbd-contents:nth-child(2),
  .research-cbd-contents:nth-child(3) {
    padding-bottom: 80px;
  }

  .research-cbd-contents-center {
    width: 45%;
    margin: 0 auto;
    text-align: center;
  }

  .research-cbd-ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .research-cbd .txt-paragraph {
    font-size: 16px;
    text-align: left;
    min-height: 200px;
  }

  .research-cbd-contents .btn-contents {
    /* display: flex;
    align-items: flex-end; */
    margin-top: 40px;
  }

  .research-cbd-contents .btn-area {
    width: 400px;
  }

  .research-cbd-wrp {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 95px;
  }

  .research-cbd-graph-images {
    width: 35%;
  }
}

/* =====================================

M&Nsについて

===================================== */
.under-mv-aboutmandns .ttl-mv {
  top: -160px;
}

ul.about-mandns-list {
  margin-top: 30px;
  margin-top: 8vw;
}
ul.about-mandns-list li {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 13vw;
}
ul.about-mandns-list li:nth-child(1) {
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
ul.about-mandns-list li:nth-child(2) {
  margin-bottom: 70px;
  margin-bottom: 18.667vw;
}
ul.about-mandns-list li::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 84px;
  width: 10.667vw;
  height: 22.4vw;
}
ul.about-mandns-list li:nth-child(odd)::after {
  background-image: url(../images/common/arw01.png);
}
ul.about-mandns-list li:nth-child(even)::after {
  background-image: url(../images/common/arw02.png);
  right: 30px;
  right: 8vw;
}
ul.about-mandns-list li:nth-child(1)::after {
  bottom: -100px;
  bottom: -26.667vw;
}
ul.about-mandns-list li:nth-child(2)::after {
  bottom: -70px;
  bottom: -18.667vw;
}
ul.about-mandns-list li:nth-child(3)::after {
  bottom: -100px;
  bottom: -26.667vw;
}

ul.about-mandns-list li:nth-child(odd) {
  padding-right: 60px;
  padding-right: 16vw;
}
ul.about-mandns-list li:nth-child(even) {
  padding-left: 60px;
  padding-left: 16vw;
}
ul.about-mandns-list li .about-mandns-fig {
  width: 100%;
}
ul.about-mandns-list li .about-mandns-txt {
  margin-top: -50px;
  margin-top: -13vw;
}
ul.about-mandns-list li:nth-child(2) .about-mandns-txt,
ul.about-mandns-list li:nth-child(3) .about-mandns-txt {
  margin-top: 0;
}
.about-mandns-conclusion {
  background-image: url(../images/aboutmandns/bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180.479%;
  position: relative;
  top: 30px;
  top: 8vw;
  /*z-index: -1;*/
}
.about-mandns-conclusion .contents-inner {
  position: absolute;
  top: 80px;
  top: 21.333vw;
  text-align: center;
}
.about-mandns-conclusion .btn-area {
  margin-top: 30px;
  margin-top: 8vw;
}

/* about-staff */
.about-staff .ttl-under-level02 {
  text-align: center;
  margin-bottom: 30px;
}

.about-staff-list li {
  display: flex;
  flex-direction: column;
}

ul.about-staff-list li:nth-child(even) {
  margin-top: 36px;
}

.about-staff-fig {
  width: 100%;
  width: 89.55%;
  margin-bottom: 40px;
}

ul.about-staff-list li:nth-child(even) .about-staff-fig {
  margin: 0 0 40px auto;
}

.about-staff-fig img {
  vertical-align: bottom;
}

.about-staff-txt {
  width: 100%;
  box-sizing: border-box;
}

/* about-line  */
.about-line .ttl-under-level02 {
  text-align: center;
}
.contents-area.about-line {
  background-image: url(../images/about/bg_brandstory_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 166.6%;
  margin-top: 60px;
  margin-top: 16vw;
  margin-bottom: 10vw;
  position: relative;
}

.about-line .contents-inner {
  position: absolute;
  top: 10%;
  left: 5.333vw;
}

.about-line .ttl-under-level02 {
  text-align: center;
  font-size: 4.5vw;
}

.about-line .ttl-under-level02:first-child {
  margin-bottom: 40px;
}

.about-line .btn-area {
  margin: 24px auto 0;
}

.about-line .btn.btn-outline-w {
  background-color: #06c755;
  color: #fff;
  border: none;
}

.about-line-contentsPC {
  display: none;
}

.about-line-contentsSp {
  position: absolute;
  bottom: -50px;
  left: 5.333vw;
}

.about-line-txt {
  font-size: 12px;
}

/* about-questionnaire */
.about-questionnaire .ttl-under-level02 {
  text-align: center;
  margin-bottom: 65px;
}

.about-questionnaire-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 65px;
  margin-bottom: 40px;
}

.about-questionnaire-container .images {
  width: 100%;
  margin-bottom: 64px;
}

.about-questionnaire-container .desc {
  width: 100%;
}

.about-questionnaire-image {
  margin-top: 70px;
}

.about-questionnaire img {
  vertical-align: bottom;
}

.about-questionnaire-image .heading {
  font-size: 21px;
  color: #3d628e;
  text-align: center;
  margin-bottom: 56px;
}

.about-questionnaire-imgSp {
  display: block;
}

.about-questionnaire-imgPc {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .about-mandns-area {
    max-width: 1420px;
    margin: 0 auto;
  }
  ul.about-mandns-list {
    margin-top: 60px;
  }
  ul.about-mandns-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  ul.about-mandns-list li,
  ul.about-mandns-list li:nth-child(even),
  ul.about-mandns-list li:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }
  ul.about-mandns-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
  ul.about-mandns-list li .about-mandns-fig {
    width: 40%;
  }
  ul.about-mandns-list li .about-mandns-txt {
    width: 60%;
    box-sizing: border-box;
  }
  ul.about-mandns-list li:nth-child(odd) .about-mandns-txt {
    padding-left: 80px;
  }
  ul.about-mandns-list li:nth-child(even) .about-mandns-txt {
    padding-right: 80px;
  }
  ul.about-mandns-list li .about-mandns-txt {
    margin-top: 0;
  }
  ul.about-mandns-list li::after {
    width: 62px;
    height: 128px;
  }
  ul.about-mandns-list li:nth-child(1) {
    margin-bottom: 80px;
  }
  ul.about-mandns-list li:nth-child(2) {
    margin-bottom: 170px;
  }
  ul.about-mandns-list li:nth-child(3) {
    margin-bottom: 80px;
  }
  ul.about-mandns-list li:nth-child(1)::after {
    bottom: -100px;
    left: 40%;
  }
  ul.about-mandns-list li:nth-child(2)::after {
    bottom: -100px;
    right: 40%;
  }
  ul.about-mandns-list li:nth-child(3)::after {
    bottom: -150px;
    left: 40%;
  }
  .about-mandns-conclusion {
    background-image: url(../images/aboutmandns/bg.png);
    background-position: center;
    padding-top: 65%;
    top: 30px;
    /*z-index: -1;*/
  }
  .about-mandns-conclusion .contents-inner {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .about-mandns-conclusion .btn-area {
    margin-top: 30px;
  }

  /* about-staff */
  .about-staff .ttl-under-level02 {
    margin-bottom: 96px;
  }

  ul.about-staff-list li:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 20px;
  }

  .about-staff-list li {
    flex-direction: row;
  }

  .about-staff-fig {
    width: 31.538%;
    margin-bottom: 0;
  }

  ul.about-staff-list li:nth-child(even) .about-staff-fig {
    margin: 0;
  }

  .about-staff-txt {
    width: calc(100% - 31.538%);
    box-sizing: border-box;
  }

  ul.about-staff-list li:nth-child(odd) .about-staff-txt {
    padding-left: 80px;
  }

  ul.about-staff-list li:nth-child(even) .about-staff-txt {
    padding-right: 80px;
  }

  /* about-line */

  .contents-area.about-line {
    background-image: url(../images/about/bg_brandstory_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 35%;
    margin-top: 100px;
    margin-bottom: 0px;
    position: relative;
  }

  .about-line .contents-inner {
    position: absolute;
    top: 15%;
    left: 15%;

    transform: translateX(0%);
  }

  .about-line .ttl-under-level02 {
    text-align: center;
    font-size: 25px;
  }

  .about-line .ttl-under-level02:first-child {
    margin-bottom: 20px;
  }

  .about-line .btn-area {
    margin: 30px auto;
  }

  .about-line .btn.btn-outline-w {
    background-color: #06c755;
    color: #fff;
    border: none;
  }

  .about-line-contentsPC {
    display: block;
  }

  .about-line-contentsSp {
    display: none;
  }

  .about-line-txt {
    font-size: 14px;
  }

  /* about-questionnaire */
  .about-questionnaire .ttl-under-level02 {
    text-align: center;
    margin-bottom: 74px;
  }

  .about-questionnaire-txt {
    width: 75.3846%;
    margin: 96px auto 0;
  }

  .about-questionnaire-container {
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .about-questionnaire-container .images {
    width: 39.694%;
    width: 31.539%;
    margin-bottom: 0;
  }

  .about-questionnaire-container .desc {
    width: calc(100% - 31.539% - 78px);
  }

  .about-questionnaire-image {
    margin-top: 100px;
    width: 92.3077%;
    margin: 100px auto 0;
  }

  .about-questionnaire-image .heading {
    font-size: 25px;
    margin-bottom: 47px;
  }

  .about-questionnaire-imgSp {
    display: none;
  }

  .about-questionnaire-imgPc {
    display: block;
  }
}

/* about-line */
@media only screen and (min-width: 1400px) {
  .contents-area.about-line {
    background-image: url(../images/about/bg_brandstory_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 35%;
    margin-top: 100px;
    margin-bottom: 0px;
    position: relative;
  }

  .about-line .contents-inner {
    position: absolute;
    top: 15%;
    left: 20%;
  }

  .about-line .ttl-under-level02 {
    text-align: center;
    font-size: 32px;
  }

  .about-line .ttl-under-level02:first-child {
    margin-bottom: 50px;
  }

  .about-line .btn-area {
    margin: 50px auto;
  }

  .about-line-txt {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1680px) {
  .about-mandns-conclusion {
    padding-top: 0;
    height: 800px;
    background-position: top;
  }
}

/* =====================================

CBDについて

===================================== */
.under-mv-aboutcbd .mv-ttl-en {
  color: #bdc6d8;
}
.under-mv-aboutcbd .mv-ttl-jp {
  color: #fff;
}

/* =====================================

使い方

===================================== */
.under-mv-howtouse .mv-ttl-jp {
  color: #fff;
}
.under-mv-howtouse .mv-ttl-en {
  color: #bdc6d8;
}
ul.how-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-bottom: 10vw;
}
ul.how-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/howtouse/how-fig.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 94.667vw;
  height: 77.333vw;
}
ul.how-list li {
  position: relative;
  z-index: 1;
  width: 47%;
}
ul.how-list li .how-list-txt {
  font-size: 18px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
ul.how-list li:last-child {
  margin-top: 80px;
  margin-top: 21.333vw;
}
.oil-amount-area {
  padding: 40px 0 60px;
  padding: 10.66vw 0 16vw;
}
.oil-amount-area.oil-1per {
  background-color: #fcfaef;
}
.oil-amount-area.oil-5per {
  background-color: #edf6fc;
}
.oil-amount-area.oil-1per {
  background-color: #fcfaef;
}
.oil-amount-area .ttl-under-level02 {
  text-align: center;
}
.oil-amount-area.oil-1per .ttl-under-level02 {
  color: #de6461;
}
.oil-amount-area.oil-5per .ttl-under-level02 {
  color: #3d628e;
}
.oil-amount-area .oil-amount-fig {
  margin-top: 15px;
  margin-top: 4vw;
}
.oil-amount-area .notice-txt {
  margin-top: 0;
}
.oil-amount-area .notice-txt:first-of-type {
  margin-top: 10px;
}
.oil-amount-area .oil-amount-icon {
  width: 140px;
  width: 37.333vw;
  margin: 0 auto;
}
.right-amount-area {
  background-image: url(../images/howtouse/right-amount-bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 212%;
  margin-top: -10%;
}
.right-amount-area .contents-inner {
  position: absolute;
  top: 80px;
  top: 21.333vw;
}
.right-amount-area .ttl-level02-jp {
  color: #fff;
}
.right-amount-area .right-amount-box {
  display: flex;
  flex-direction: column-reverse;
}
.right-amount-area .right-amount-fig {
  margin-top: 20px;
  margin-top: 5vw;
}
.right-amount-area p.txt-paragraph,
.right-amount-area p.txt-paragraph strong {
  color: #fff;
}
.right-amount-area .btn-area {
  margin-top: 30px;
  margin-top: 8vw;
}

.right-amount-area .btn-area.sp-view {
  padding: 0;
}

.oil-choice-area .ttl-under-level02 {
  text-align: center;
}
.oil-choice-area ul.oil-choice-area li {
  margin-top: 15px;
  margin-top: 4vw;
}
.oil-choice-area ul.oil-choice-area li:first-child {
  margin-top: 30px;
  margin-top: 8vw;
}

.oil-choice-area .effect-area {
  background-color: #f0f0f0;
  padding: 30px 12px;
  padding: 8vw 4vw;
  margin-top: 40px;
  margin-top: 10vw;
}
.oil-choice-area .effect-area .effect-ttl {
  font-size: 22px;
  font-size: 5.867vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 5.6vw;
}
.oil-choice-area .effect-area .effect-ttl span {
  background: #3d628e;
  padding: 4px 11px;
}
.oil-choice-area .effect-area .txt-paragraph strong {
  font-size: 1.2em;
}
.oil-choice-area .effect-area .effect-reason-box {
  background-color: #fff;
  padding: 30px 15px;
  padding: 8vw 4vw;
  position: relative;
  margin-top: 25px;
  margin-top: 6vw;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
.oil-choice-area .effect-area .effect-reason-box::after {
  content: '';
  background-image: url(../images/common/arw01.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 50px;
  top: -5.6vw;
  left: 13vw;
  width: 40px;
  height: 84px;
  width: 10.667vw;
  height: 22.4vw;
}
.oil-choice-area .effect-area .effect-reason-box .reason-ttl {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #8b8b8b;
  text-align: center;
  padding: 10px;
  border: 1px solid #c4c4c4;
  line-height: 1;
}

.oil-choice-area .effect-area .effect-reason-box ul.reason-list {
  margin-top: 20px;
  margin-top: 5vw;
}
.oil-choice-area .effect-area .effect-reason-box ul.reason-list li {
  font-size: 18px;
  font-size: 4.8vw;
  color: #3d628e;
  font-weight: bold;

  position: relative;
}
.oil-choice-area .effect-area .effect-reason-box ul.reason-list li span {
  display: inline-block;
  vertical-align: middle;
}
.oil-choice-area
  .effect-area
  .effect-reason-box
  ul.reason-list
  li
  span:first-child {
  position: relative;
  width: 28px;
  height: 28px;
  width: 7.467vw;
  height: 7.467vw;
  display: inline-block;
  padding-right: 8px;
  padding-top: 4px;
}
.oil-choice-area
  .effect-area
  .effect-reason-box
  ul.reason-list
  li
  span:first-child {
  position: relative;
  width: 28px;
  height: 28px;
  width: 7.467vw;
  height: 7.467vw;
  display: inline-block;
  padding-right: 8px;
  padding-top: 4px;
}

.oil-choice-area .effect-area .effect-reason-box .reason-txt {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 8vw;
}
.oil-choice-area .effect-area .effect-reason-box .reason-txt span.underline {
  border-bottom: 1px solid #333;
}
.effect-reason-box .notice-txt::before {
  display: none;
}

@media only screen and (min-width: 1025px) {
  ul.how-list {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 140px;
  }
  ul.how-list::before {
    width: 650px;
    height: 510px;
  }
  ul.how-list li {
    width: 40%;
  }
  ul.how-list li .how-list-txt {
    font-size: 26px;
  }
  ul.how-list li:last-child {
    margin-top: 0;
  }
  .oil-amount-wrap {
    max-width: 1420px;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .oil-amount-wrap .oil-amount-area {
    width: 49%;
    padding: 50px 0;
  }
  .oil-amount-area .ttl-under-level02 {
    font-size: 26px;
  }
  .oil-amount-area .oil-amount-fig {
    margin-top: 15px;
  }
  .right-amount-area {
    background-image: url(../images/howtouse/right-amount-bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60%;
    background-position: center;
    margin-top: 100px;
  }
  .right-amount-area .contents-inner {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .right-amount-area .ttl-level02 {
    text-align: center;
  }
  .right-amount-area .right-amount-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .right-amount-area .right-amount-box .right-amount-fig,
  .right-amount-area .right-amount-box .right-amount-txt {
    width: 47%;
  }
  .oil-amount-area .oil-amount-icon {
    width: 140px;
  }
  .right-amount-area .btn-area {
    margin-top: 30px;
    width: 415px;
    padding: 0;
  }
  .oil-choice-area ul.oil-choice-area {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .oil-choice-area ul.oil-choice-area li {
    width: 49%;
    margin-top: 0;
  }
  .oil-choice-area ul.oil-choice-area li:first-child {
    margin-top: 0;
  }

  .oil-choice-area .effect-area {
    background-color: #f0f0f0;
    padding: 70px;
    margin-top: 80px;
  }

  .oil-choice-area .effect-area .effect-ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .oil-choice-area .effect-area .effect-reason-box {
    max-width: 800px;
    padding: 40px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .oil-choice-area .effect-area .effect-reason-box::after {
    top: -20px;
    left: 280px;
    width: 48px;
    height: 98px;
  }
  .oil-choice-area .effect-area .effect-reason-box .reason-ttl {
    font-size: 26px;
    padding: 10px 15px;
  }
  .oil-choice-area .effect-area .effect-reason-box ul.reason-list li {
    font-size: 26px;
  }
  .oil-choice-area .effect-area .effect-reason-box ul.reason-list {
    margin-top: 30px;
  }
  .oil-choice-area
    .effect-area
    .effect-reason-box
    ul.reason-list
    li
    span:first-child {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .oil-choice-area .effect-area .effect-reason-box .reason-txt {
    font-size: 20px;
    margin-top: 35px;
  }
  .effect-area .txt-paragraph {
    text-align: center;
  }
}

/* =====================================

FAQ

===================================== */

.faq-heading {
  font-size: 5.867vw;
  text-align: center;
  color: #3d628e;
  margin-bottom: 10vw;
  line-height: 1.75;
}

.faq-container .txt-paragraph {
  font-size: 4vw;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 5.305vw;
}

.line-images {
  width: 100%;
  display: block;
  margin-bottom: 8vw;
  transition: all 0.3s;
}

.line-images:hover {
  opacity: 0.7;
}

.line-imgPc {
  display: none;
}

.faq-category .btn-container {
  display: flex;
  justify-content: space-between;
}

.faq-category-btn {
  width: 30%;
  position: relative;
}

.faq-category-btn::before {
  content: '';
  display: block;
  padding-top: 100%; /* 正方形にするために幅の100%を高さとして設定 */
}

.faq-category-link {
  font-size: 4vw;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3d628e;
  color: #3d628e;
  padding-top: 4vw;
  transition: all 0.3s;
}

.faq-category-link:hover {
  background-color: #3d628e;
  color: #fff;
}

.faq-category-link::before {
  content: '';
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #3d628e;
  border-right: 1px solid #3d628e;
  transition: all 0.3s;
}

.faq-category-link:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.faq-category-br {
  display: block;
}

.faq-ttl.ttl-level02 {
  font-size: 5.867vw;
  color: #3d628e;
  text-align: center;
}

.faq-wrp:not(:last-child) {
  margin-bottom: 50px;
}

dl.faq-box {
  padding: 25px 0;
  padding: 6.667vw 0;
  border-bottom: 1px solid #deebf2;
}

dl.faq-box:first-of-type {
  padding-top: 0;
}

dl.faq-box dt {
  font-size: 16px;
  font-size: 4.267vw;
  font-weight: bold;
  color: #3d628e;
  position: relative;
  padding-left: 35px;
  padding-left: 9.3vw;
  line-height: 1.75;
}

dl.faq-box dt::before {
  content: '';
  background: url(../images/faq/icon-q.png) no-repeat left top;
  background-size: 28px;
  background-size: 7.467vw;
  width: 28px;
  height: 28px;
  width: 7.467vw;
  height: 7.467vw;
  position: absolute;
  left: 0;
  top: 0.15em;
}

dl.faq-box dd {
  padding-top: 15px;
  padding-top: 4vw;
  line-height: 1.75;
}

dl.faq-box dd ul.faq-list {
  margin-top: 10px;
  margin-top: 2.667vw;
}

dl.faq-box dd ul.faq-list li {
  position: relative;
  padding-left: 15px;
  padding-left: 4vw;
  margin-top: 10px;
  margin-top: 2.6vw;
}

dl.faq-box dd ul.faq-list li::before {
  content: '・';
  top: 0;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .faq-heading {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .faq-container .txt-paragraph {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .line-images {
    width: 70%;
    margin: 0 auto 60px;
  }

  .line-images .line-imgPc {
    display: block;
  }

  .line-images .line-imgSp {
    display: none;
  }

  .faq-category-btn {
    width: 30%;
    position: relative;
  }

  /* .faq-category-btn:not(:last-child) {
    margin-right: 25px;
  } */

  .faq-category-btn::before {
    content: none;
  }

  .faq-category-link {
    font-size: 18px;
    width: 100%;
    position: static;
    box-sizing: border-box;
    height: 80px;
    align-items: center;
    line-height: 1;
    padding-top: 0;
  }

  .faq-category-link::before {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .faq-category-br {
    display: none;
  }

  .faq-ttl.ttl-level02 {
    font-size: 32px;
  }

  .faq-wrp:not(:last-child) {
    margin-bottom: 100px;
  }

  dl.faq-box {
    padding: 45px 0;
  }

  dl.faq-box:first-0f-type {
    padding: 0;
  }

  dl.faq-box dt {
    font-size: 22px;
    padding-left: 55px;
  }

  dl.faq-box dt::before {
    background-size: 40px;
    width: 40px;
    height: 40px;
    top: 0.15em;
  }

  dl.faq-box dd {
    font-size: 18px;
    padding-top: 25px;
  }
  dl.faq-box dd ul.faq-list li {
    padding-left: 30px;
    margin-top: 20px;
  }
}

/* =====================================

Voice

===================================== */
.voice-area {
  padding-bottom: 60px;
  padding-bottom: 16vw;
}
.voice-area .voice-block {
  background-color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
}
.voice-area .voice-block .voice-name {
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: bold;
  margin: 6px 0;
  margin: 1.6vw 0;
  line-height: 1.6;
}
.voice-area .voice-block .voice-name .voice-txt {
  font-size: 14px;
  font-size: 3.7vw;
  line-height: 1.6;
}
.voice-area .voice-block .voice-txt {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.voice-area .voice-block .voice-txt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  transition: 0.1s;
  z-index: 1;
}
.voice-area .voice-block .voice-txt.active::after {
  opacity: 0;
  z-index: -1;
}
.voice-area .voice-block .voice-more-btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1;
}
.voice-area .swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.voice-area .swiper-wrapper {
  align-items: stretch !important;
}
.voice-area .swiper-slide {
  height: auto;
}

.voice-area .swiper-pagination-bullet {
  background-color: #333333;
  height: 10px;
  width: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
  top: 50%;
}
.swiper-button-next {
  right: 12%;
}
.swiper-button-prev {
  left: 12%;
}
/* 前へ0の矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 30px;
  width: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../images/top/voice-arw-prev.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../images/top/voice-arw-next.png);
}

.voice-area .btn-area {
  margin-top: 30px;
}
.voice-area .swiper-pagination {
  position: inherit;
  margin-top: 15px;
}

@media only screen and (min-width: 1025px) {
  .voice-area {
    padding-bottom: 140px;
  }
  .voice-area .contents-inner {
    /* position: relative; */
  }
  .voice-area .voice-block {
    padding: 30px;
  }
  .voice-area .voice-block .voice-name {
    font-size: 20px;
    margin: 15px 0;
  }
  .voice-area .voice-block .voice-name .voice-txt {
    font-size: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 55%;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 40px;
    width: 40px;
  }
  .swiper-button-prev {
    left: 60px;
    transform: translateX(0);
  }
  .swiper-button-next {
    right: 60px;
    transform: translateX(0);
  }
  .voice-area .btn-area {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1440px) {
  /* .swiper-button-prev {
		left: 35%;
		transform: translateX(-100%);
	}
	.swiper-button-next {
		right: 35%;
		transform: translateX(100%);
	} */
}

/* =====================================

Voiceページ

===================================== */
.voice-ttl {
  font-size: 1.05rem;
  color: #3d628e;
  margin-bottom: 1.5rem;
}

.voice-navigation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.voice-navigation-list li {
  margin-top: 10px;
}
.voice-navigation-list li a {
  display: block;
  color: #3d628e;
  padding: 0 5px;
  border: 1px solid #3d628e;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.1s;
}
.voice-navigation-list li a:hover {
  color: #fff;
  background-color: #3d628e;
}

.symptoms-block:not(:last-child) {
  margin-bottom: 60px;
}
.symptom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3d628e;
}
.symptom:nth-child(1) {
  padding-top: 0;
}
.symptom__image {
  width: 80%;
  max-width: 400px;
}
.article-ttl {
  color: #3d628e;
}
.symptom__text {
  position: relative;
}
.symptom__text p {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: 0.1s;
  padding-bottom: 20px;
}
.symptom__text p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  transition: 0.1s;
  z-index: 1;
}
.symptom__text p.active::after {
  opacity: 0;
  z-index: -1;
}

.voice-more-btn {
  padding: 15px 20px;
  display: block;
  background-color: #3d628e;
  color: #fff;
  font-family: auto;
  border: none;
  border-radius: 10px;
  z-index: 2;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  .voice-ttl {
    font-size: 1.25rem;
  }
  .symptom {
    flex-direction: row;
    align-items: flex-start;
  }
  .symptom__image {
    width: 25%;
  }
  .symptom__text {
    width: 70%;
  }
  .symptoms-block:not(:last-child) {
    margin-bottom: 100px;
  }
}

/* =====================================

Instagram

===================================== */
.insta-area .insta-ttl {
  width: 130px;
  width: 34.667vw;
  margin: 0 auto;
}
.insta-area .insta-name {
  font-family: 'Poppins, sans-serif';
  font-size: 14px;
  font-size: 3.733vw;
  text-align: center;
}
.insta-area .insta-name > a {
  color: #5d4140;
}
.insta-area ul.insta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 5vw;
}
.insta-area ul.insta-list li {
  width: 31%;
  margin: 1%;
  position: relative;
}
.insta-area ul.insta-list li .img-wrap {
  display: block;
  position: relative;
  max-width: 300px;
}
.insta-area ul.insta-list li .img-wrap::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.insta-area ul.insta-list li .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .insta-area .insta-name > a {
    transition: 0.3s;
  }
  .insta-area .insta-name > a:hover {
    opacity: 0.8;
  }
  .insta-area ul.insta-list {
    max-width: 900px;
  }
  .insta-area .insta-ttl {
    width: 180px;
  }
  .insta-area .insta-name {
    font-size: 16px;
  }
  .insta-area .insta-name > a {
    color: #5d4140;
  }
  .insta-area ul.insta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 5vw;
  }
}

/* =====================================

Contact 

===================================== */
.contact-header-txt {
  font-weight: bold;
  color: #3d628e;
  line-height: 1.6;
}

.list-number-area {
  padding-top: 15px;
  padding-top: 4vw;
  line-height: 1.6;
}
.btn-modifi {
  margin-top: 20px;
  text-align: center;
}
.btn-modifi .txtlink {
  text-decoration: underline;
  text-align: center;
  transition: 0.3s;
}

/** Form ***********************************/
.form-area {
  margin-top: 30px;
  margin-top: 8vw;
}

dl.info-list {
  width: 100%;
  border-top: 1px solid #deebf2;
  padding: 20px 0 30px 0;
  padding: 5.333vw 0 8vw 0;
  display: table;
}

dl.info-list:last-of-type {
  padding-bottom: 0;
}

dl.info-list dt {
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
}

.form-label > span {
  color: #638fc3;
  font-size: 12px;
  font-size: 3.2vw;
  margin-left: 8px;
}

.select-box {
  width: 100%;
  position: relative;
  border: 1px solid #c4c4c4;
  background: #ffffff;
}

.select-box::before {
  top: 1.9em;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #383f46;
  content: '';
  position: absolute;
  top: 1.5em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #383f46;
  pointer-events: none;
}

.select-box select {
  padding: 19px 25px 19px 12px;
  padding: 5.067vw 6.667vw 5.067vw 3.2vw;
  color: #8b8b8b;
  font-size: 15px;
  font-size: 4vw;
}

.input-box,
.text-area-box {
  width: 100%;
  background-color: #fff;
  padding: 19px 10px;
  padding: 5.067vw 2.667vw;
  font-size: 15px;
  font-size: 4vw;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}

.btn-submit-area {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-top: 10.667vw;
  margin: 0 auto;
}

.btn-submit {
  width: 100%;
  padding: 22px 20px;
  padding: 8vw 5.333vw;
  font-size: 15px;
  font-size: 3.733vw;
  background-color: #638fc3;
  color: #fff;
}

.btn-submit-area p {
  font-size: 12px;
  font-size: 3.2vw;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .contact-header-txt {
    text-align: center;
    font-size: 20px;
  }

  .list-number-area {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .form-area {
    margin-top: 60px;
  }

  dl.info-list {
    padding: 25px 0 35px 0;
  }

  dl.info-list dt {
    font-size: 18px;
  }

  .form-label > span {
    font-size: 12px;
  }

  .select-box select {
    padding: 24px 25px 24px 12px;
    font-size: 16px;
  }

  .input-box,
  .text-area-box {
    padding: 30px 10px;
    font-size: 16px;
  }

  .btn-submit-area {
    padding-top: 60px;
  }

  .btn-submit {
    width: 340px;
    padding: 25px 20px;
    font-size: 16px;
    transition: 0.3s;
  }

  .btn-submit:hover {
    background-color: #3d628e;
  }

  .btn-submit-area p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  dl.info-list dt,
  dl.info-list dd {
    display: table-cell;
    vertical-align: center;
  }

  dl.info-list dt {
    width: 30%;
    font-weight: bold;
    padding-right: 3%;
  }

  dl.info-list dd {
    width: 70%;
  }
  .btn-modifi .txtlink:hover {
    text-decoration: none;
  }
}

/** Erroe Form ***********************************/
.input-box.type-error,
.text-area-box.type-error {
  border: 1px solid #a00623;
}

.select-box.type-error {
  border: 1px solid #a00623;
}

.error-group {
  padding-top: 10px;
}

.error-group .error-message {
  color: #a00623;
  position: relative;
  padding-left: 18px;
  line-height: 1.2;
}

.error-group .error-message::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

/** Thanks ***********************************/
.thanks-area .title-under-level-02 h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.thanks-area .btn-area {
  margin-top: 30px;
}

/* =====================================

特定商取引、利用規約、プライバシーポリシー

===================================== */
.privacy-area {
  font-size: 13px;
}

dl.info-list {
  width: 100%;
  border-top: 1px solid #deebf2;
  padding: 20px 0;
  padding: 5.333vw 0;
  display: block;
}

dl.info-list dt {
  font-weight: bold;
  padding-right: 0;
  margin-bottom: 15px;
}

dl.info-list dd ol {
  margin-left: 40px;
  list-style-type: decimal;
}

dl.info-list dd ol li {
  list-style-type: decimal;
  padding-bottom: 8px;
}

ol.number-sub-list.ml20 {
  margin-left: 20px !important;
}

.cancell-list {
  margin-top: 3%;
}

.cancell-list > span {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.sales-term-list-contact {
  padding-top: 20px;
}

.sales-term-list-contact p {
  margin-top: 0;
}

.gmo-payment-area > p {
  margin: 10px 0;
}

.sales-term-list-contact p span {
  display: block;
}

.fw-b {
  font-weight: bold;
}

ul.notice-list {
  margin-bottom: 10px;
}

ul.notice-list li {
  list-style-type: none !important;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 0 !important;
}

.privacy-administrator {
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #e9eef1;
}

ul.contact-list {
  margin-top: 20px;
}

ul.contact-list li {
  padding-bottom: 15px;
}

ul.contact-list li span {
  display: inline-block;
}

ul.contact-list li span:first-of-type {
  font-weight: bold;
}
.bnr-gmo {
  max-width: 200px;
}

@media only screen and (min-width: 769px) {
  .privacy-area {
    font-size: 14px;
  }

  dl.info-list dt,
  dl.info-list dd {
    display: table-cell;
    vertical-align: top;
  }

  dl.info-list {
    padding: 30px 0;
    display: table;
  }

  dl.info-list dt {
    width: 30%;
    font-weight: bold;
    padding-right: 3%;
  }

  dl.info-list dt,
  dl.info-list dd {
    display: table-cell;
    vertical-align: top;
  }

  .sales-term-list-contact {
    padding-top: 30px;
  }

  .sales-term-list-contact p span {
    display: inline-block;
  }
}

/* =====================================

subscription

===================================== */

.subscription-offer-contents-area {
  padding-bottom: 13.333vw;
}

.subscription-introduction .heading {
  font-size: 5.867vw;
  text-align: center;
  color: #3d628e;
  margin-bottom: 40px;
  line-height: 1.75;
}

.subscription-introduction .txt-paragraph {
  font-size: 4vw;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .subscription-introduction .heading {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .subscription-introduction .txt-paragraph {
    font-size: 18px;
    line-height: 2;
  }
}

.subscription-items-contents-area .btn-area-center,
.subscription-items-skin-care .btn-area-center {
  width: 100%;
  padding: 0;
}

/* subscription-offer */
.subscription-offer .ttl-level02 {
  text-align: center;
  color: #3d628e;
  margin-bottom: 4vw;
  line-height: 1.75;
}

.subscription-offer .ttl-level02-en {
  font-size: 3.733vw;
  font-weight: bold;
  margin-bottom: 10px;
}

.subscription-offer .ttl-level02-jp {
  font-size: 5.867vw;
  color: #333;
}

.subscription-offer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscription-offer-item {
  border: 1px solid #3d628e;
  border-radius: 15px;
  padding: 30px 25px;
}

.subscription-offer-item .ttl-level02 {
  margin-bottom: 35px;
}

.subscription-offer-item .ttl-level02-en {
  font-size: 3.733vw;
  margin-bottom: 15px;
}

.subscription-offer-item .ttl-level02-jp {
  font-size: 5.6vw;
}

.subscription-offer-item:not(:last-child) {
  margin-bottom: 30px;
}

.subscription-offer-images {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscription-offer-images img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  .subscription-offer-contents-area {
    padding-bottom: 80px;
  }

  .subscription-offer .ttl-level02 {
    margin-bottom: 80px;
  }

  .subscription-offer .ttl-level02-en {
    font-size: 18px;
  }

  .subscription-offer .ttl-level02-jp {
    font-size: 32px;
  }

  .subscription-offer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .subscription-offer-item {
    width: 25%;
    padding: 30px 27px;
    margin-bottom: 45px;
  }

  .subscription-offer-item:not(:last-child) {
    margin-bottom: 45px;
  }

  .subscription-offer-item .ttl-level02 {
    margin-bottom: 10px;
  }

  .subscription-offer-item .ttl-level02-en {
    flex: 18;
    margin-bottom: 15px;
  }

  .subscription-offer-item .ttl-level02-jp {
    font-size: 32px;
    font-size: 21px;
  }

  .subscription-offer-txt {
    min-height: 145px;
  }

  .subscription-offer-images {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1320px) {
  .subscription-offer-item .ttl-level02-jp {
    font-size: 28px;
  }
}

/* present */
.contents-area.present-contents-area {
  padding-bottom: 13.333vw;
}

.present .ttl-level02 {
  text-align: center;
}

.present .txt-paragraph {
  text-align: center;
  margin-bottom: 50px;
}

.present .images {
  width: 100%;
}

.present .images img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  .contents-area.present-contents-area {
    padding-bottom: 80px;
  }

  .present .images {
    width: 46.5%;
    margin: 0 auto;
  }
}

/* users-voice */
.contents-area.users-voice-area {
  background-color: #eef1f5;
  padding-bottom: 13.333vw;
}

.users-voice .ttl-level02 {
  text-align: center;
}

.users-voice-container {
  display: flex;
  flex-direction: column;
}

.users-voice-item {
  background-color: #fff;
  padding: 50px 20px;
}

.users-voice-item:not(:last-child) {
  margin-bottom: 8vw;
}

.users-voice-item .txt-paragraph {
  font-size: 4vw;
}

.users-voice-images {
  width: 55%;
  margin: 0 auto 20px;
}

.users-voice-images img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1025px) {
  .contents-area.users-voice-area {
    padding-bottom: 80px;
  }

  .users-voice-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .users-voice-item {
    width: 25%;
    padding: 25px 25px;
    box-sizing: border-box;
  }

  .users-voice-item:not(:last-child) {
    margin-bottom: 0;
  }

  .users-voice-item .txt-paragraph {
    font-size: 18px;
  }

  .users-voice-images {
    width: 65%;
    margin: 0 auto 25px;
  }

  .users-voice-item .txt-paragraph {
    min-height: 145px;
  }
}

.subscription-items .ttl-level02 {
  text-align: center;
}

.subscription-items .regular-price {
  font-size: 4.267vw;
}

.subscription-items .regular-price .tax {
  font-size: 12px;
  font-size: 3vw;
}

.subscription-items .subscription-price {
  font-size: 4.267vw;
  font-weight: bold;
  color: #3d628e;
}

.subscription-items .subscription-price .accent {
  font-size: 6vw;
}

@media only screen and (min-width: 1025px) {
  .subscription-items ul.product-set li .product-name {
    min-height: 0;
  }

  .subscription-items .regular-price {
    font-size: 18px;
  }

  .subscription-items .regular-price .tax {
    font-size: 12px;
  }

  .subscription-items .subscription-price {
    font-size: 18px;
  }

  .subscription-items .subscription-price .accent {
    font-size: 26px;
  }
}

.subscription-items ul.skincare-set li .product-name > a > span {
  color: #333;
}

.contents-area.subscription-items-skin-care {
  padding: 0;
  display: none;
}

.contents-area.subscription-items-skin-care .product-name span {
  font-weight: normal;
}

@media only screen and (min-width: 1025px) {
  .contents-area.subscription-items-skin-care {
    padding-top: 80px;
  }
}
/* =====================================

footer

===================================== */
.footer-top {
  background-image: url(../images/common/footer-top-bg_sp.png);
  background-position: top center;
  background-size: cover;
  padding-top: 16%;
  margin-top: 60px;
  margin-top: 16vw;
}

.footer-area {
  background-color: #f0f0f0;
}

.footer-inner {
  padding-bottom: 40px;
  padding-bottom: 10.667vw;
}

.footer-nav-wrp {
  display: flex;
  justify-content: space-between;
  margin-top: 10.667vw;
  padding-bottom: 10.667vw;
  border-bottom: 1px solid #ddd;
}

.footer-nav-wrp .footer-nav {
  width: 60%;
}

.footer-nav-wrp .footer-nav.footer-nav-sp {
  width: 40%;
}

/* .footer-area ul.footer-nav {
  margin-top: 40px;
  margin-top: 10.667vw;
} */

.footer-nav-item-pc {
  display: none;
}

.footer-area .footer-nav-item {
  line-height: 1;
}

.footer-area .footer-nav-item:not(:last-child) {
  margin-bottom: 27px;
  margin-bottom: 8vw;
}

.footer-area .footer-nav-item a {
  font-size: 3.733vw;
  color: #3d628e;
  font-weight: bold;
}

.footer-main-area .footer-inner-item {
  margin-top: 27px;
  margin-top: 8vw;
  text-indent: 1em;
}

.footer-main-area .footer-inner-list a {
  font-size: 3.733vw;
  color: #555;
  font-weight: normal;
}

.footer-area .footer-insta-area {
  color: #555;
  margin-top: 40px;
  margin-top: 10.667vw;
}

.footer-area .footer-insta-area .footer-insta {
  position: relative;
}

.footer-area .footer-insta-area .footer-insta > a {
  font-size: 16px;
  font-size: 4.267vw;
  color: #555;
}

.footer-area .footer-insta-area .footer-insta-txt {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 4vw;
}

.footer-area .footer-insta-area .footer-insta-icon {
  background-image: url(../images/common/icon-insta.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  width: 6.4vw;
  height: 6.4vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-area ul.footer-sub-nav {
  margin-top: 40px;
  margin-top: 10.667vw;
}

.footer-area ul.footer-sub-nav li {
  display: inline-block;
  margin-right: 15px;
  margin-right: 4vw;
}

.footer-area ul.footer-sub-nav li > a {
  font-size: 12px;
  font-size: 3.2vw;
  color: #555;
}

.footer-area .copyright-txt {
  font-size: 11px;
  font-size: 2.933vw;
  color: #8b8b8b;
  margin-top: 40px;
  margin-top: 10.667vw;
}

/* 
.footer-area ul.footer-nav li {
  border-top: #dddddd 1px solid;
  padding: 15px 0;
  padding: 4vw 0;
  font-size: 14px;
  font-size: 3.733vw;
  display: block;
}

.footer-area ul.footer-nav li:last-child {
  border-bottom: #dddddd 1px solid;
}

.footer-area ul.footer-nav li > a {
  color: #555555;

  color: #3d628e;
  position: relative;
  display: block;
}

.footer-area ul.footer-nav li > a::before {
  content: '';
  position: absolute;
  right: 10px;
  width: 5px;
  height: 5px;
  width: 1.333vw;
  height: 1.333vw;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer-area .footer-insta-area {
  color: #555;
  margin-top: 40px;
  margin-top: 10.667vw;
}

.footer-area .footer-insta-area .footer-insta {
  position: relative;
}

.footer-area .footer-insta-area .footer-insta > a {
  font-size: 16px;
  font-size: 4.267vw;
  color: #555;
}

.footer-area .footer-insta-area .footer-insta-txt {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 4vw;
}

.footer-area .footer-insta-area .footer-insta-icon {
  background-image: url(../images/common/icon-insta.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  width: 6.4vw;
  height: 6.4vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-area ul.footer-sub-nav {
  margin-top: 40px;
  margin-top: 10.667vw;
}

.footer-area ul.footer-sub-nav li {
  display: inline-block;
  margin-right: 15px;
  margin-right: 4vw;
}

.footer-area ul.footer-sub-nav li > a {
  font-size: 12px;
  font-size: 3.2vw;
  color: #555;
}

.footer-area .copyright-txt {
  font-size: 11px;
  font-size: 2.933vw;
  color: #8b8b8b;
  margin-top: 40px;
  margin-top: 10.667vw;
} */

@media only screen and (min-width: 769px) {
  .footer-top {
    padding-top: 8%;
    background-image: url(../images/common/footer-top-bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer-inner {
    padding-bottom: 80px;
  }

  .footer-main-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-main-area .btn-area-store {
    width: 230px;
    margin: 0;
  }

  .footer-nav-wrp {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-nav-wrp .footer-nav {
    width: 100%;
    display: flex;
    margin-top: 0;
  }

  .footer-nav-wrp .footer-nav.footer-nav-sp {
    display: none;
  }

  .footer-nav-item-pc {
    display: block;
  }

  .footer-area .footer-nav-item:not(:last-child) {
    margin-bottom: 0;
  }

  .footer-main-area .footer-nav-item {
    padding: 0 20px 15px 0;
  }

  .footer-main-area .footer-nav-item a {
    display: block;
    line-height: 1;
    font-size: 12px;
  }

  .footer-main-area .footer-inner-item {
    text-indent: 0;
    padding: 0;
    margin-top: 20px;
  }

  .footer-main-area .footer-inner-item a {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-size: 12px;
  }

  /* インスタ */
  .footer-area .footer-insta-area {
    margin-top: 80px;
  }

  .footer-area .footer-insta-area .footer-insta > a {
    font-size: 16px;
  }

  .footer-area .footer-insta-area .footer-insta-icon {
    width: 24px;
    height: 24px;
  }

  .footer-area .footer-insta-area .footer-insta-txt {
    font-size: 14px;
    margin-top: 15px;
  }

  .footer-area ul.footer-sub-nav {
    margin-top: 70px;
  }

  .footer-area ul.footer-sub-nav li > a {
    font-size: 13px;
  }

  .footer-area .copyright-txt {
    font-size: 11px;
    margin-top: 70px;
  }

  .footer-main-area ul.footer-nav li > a,
  .footer-area .footer-insta-area .footer-insta > a,
  .footer-area ul.footer-sub-nav li > a {
    transition: 0.3s;
  }

  .footer-main-area ul.footer-nav li > a:hover,
  .footer-area .footer-insta-area .footer-insta > a:hover,
  .footer-area ul.footer-sub-nav li > a:hover {
    color: #3d628e;
  }
}

@media only screen and (min-width: 1321px) {
  .footer-main-area .btn-area-store {
    /* width: 25%; */
    width: 290px;
  }

  .footer-main-area ul.footer-nav .footer-nav-item {
    border: none;
    padding: 0 30px 15px 0;
    font-size: 16px;
  }

  .footer-main-area .footer-nav-item a {
    font-size: 16px;
  }

  .footer-main-area .footer-sub-item a {
    font-size: 16px;
  }
}

/*-- ============= コラム ============= --*/
.column-wrp {
  display: flex;
  flex-direction: column;
}

.column-inner {
  max-width: 1560px;
  padding: 0 5.333vw;
  margin: 0 auto;
  box-sizing: border-box;
}

.column-container {
  width: 100%;
  margin-bottom: 50px;
}

.column-area .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.column-area .thumbnail {
  display: block;
  padding-top: 66.67%;
  position: relative;
  transition: all 0.3s;
}

.column-area .thumbnail:hover {
  opacity: 0.5;
}

.column-area .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-area .desc {
  padding: 11px 24.5px;
  background-color: #fff;
}

.column-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.column-area .category {
  width: fit-content;
  background-color: #3d628e;
  color: #fff;
  border-radius: 2px;
  margin-right: 0;
}

.column-area .category a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  display: block;
  padding: 4px;
  transition: all 0.3s;
}

.column-area .category a:hover {
  color: #3d628e;
  background-color: #fff;
  border: 1px solid #3d628e;
  border-radius: 2px;
}

.column-area .date {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5d4140;
}

.column-area .date {
  font-size: 12px;
}

.column-area .ttl-link {
  transition: all 0.3s;
}

.column-area .ttl-link:hover {
  opacity: 0.5;
}

.column-area h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.2;
  margin-bottom: 20px;
}

.column-area p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5d4140;
  line-height: 1.4;
}

@media only screen and (min-width: 1025px) {
  .column-wrp {
    justify-content: space-between;
    flex-direction: row;
  }

  .column-inner {
    padding: 0 60px;
  }

  .column-container {
    width: 74%;
  }

  .column-single-area .column-container {
    width: 65%;
  }

  .column-area .list {
    width: 100%;
  }

  .column-area .item {
    width: 30%;
  }

  .column-area .desc {
    padding: 20px 19px;
    background-color: #fff;
  }

  .column-area .inner {
    margin-bottom: 17px;
  }

  .column-area .category {
    margin-right: 7px;
  }

  .column-area .category a {
    font-size: 14px;
    padding: 5px;
  }

  .column-area .date {
    font-size: 14px;
  }

  .column-area h3 {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .column-area p {
    font-size: 16px;
  }
}

/* コラムトップページ */
.column-area.column-area-top {
  background-color: #fff;
  margin-bottom: 16vw;
}

.column-area.column-area-top .contents-inner {
  position: relative;
  padding: 0 48px;
}

.column-area .column-area {
  width: 100%;
  height: auto;
}

.contents-area .swiper-wrapper {
  width: 100%;
  height: auto;
}

.column-area .btn-contents {
  padding: 0 5.333vw;
}

.column-area .btn-area {
  margin-top: 75px;
}

.column-area .column-next {
  position: absolute;
  right: 10px;
  z-index: 100;
}

.column-area .column-prev {
  position: absolute;
  left: 10px;
  z-index: 100;
}

.column-area .column-pagination {
  margin-bottom: -60px;
}

@media only screen and (min-width: 1025px) {
  .column-area.column-area-top {
    margin-bottom: 140px;
    margin-bottom: 80px;
  }

  .column-area.column-area-top .contents-inner {
    position: relative;
    padding: 0 80px;
  }

  .column-area .btn-area {
    margin-top: 70px;
  }

  .column-area .column-next {
    right: 10px;
  }

  .column-area .column-prev {
    left: 10px;
  }

  .column-area .column-pagination {
    margin-bottom: -60px;
  }
}

/* コラム下層ページ */
.column-area-page {
  margin-bottom: 0;
}

.column-area-page .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
}

.column-area-page .heading ::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 1px;
  content: ' ';
  background-color: #a2aaad;
}

.column-area-page .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.column-area-page .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .column-area-page {
    margin-top: 40px;
  }

  .column-area-page .heading {
    font-size: 20px;
  }

  .column-area-page .heading ::after {
    width: 100px;
  }

  .column-area-page .list {
    width: 100%;
    margin-bottom: 60px;
  }

  .column-area-page .item {
    width: 30%;
  }

  .column-area-page .item:last-child {
    margin-bottom: 44px;
  }

  .column-area-page .item:not(:nth-child(3n)) {
    margin-right: 65px;
    margin-right: 5%;
  }
}

/* コラムmv */
.mv.under-mv-single {
  background-image: url(../images/column/single-mv_sp.jpg);
  background-size: cover;
  padding-top: 53.33%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-single {
    background-image: url(../images/column/single-mv.jpg);
    background-position: bottom center;
    height: 300px;
    padding-top: 0;
  }

  .under-mv-single .ttl-mv {
    justify-content: flex-end;
    bottom: 45px;
  }
}

.column-single-area .column-inner {
  max-width: 1250px;
  box-sizing: border-box;
}

.column-single-area .category {
  margin-bottom: 5px;
}

.column-single-area .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2;
}

.column-single-area .date {
  margin-bottom: 20px;
}

.column-single-area .thumbnail {
  margin-bottom: 20px;
}

.column-single-area .excerpt {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 40px 20px 20px;
  background-color: #e5f1ff;
  margin-bottom: 30px;
}

/* コラム投稿ページ */
.column-single-area .column-inner {
  max-width: 1250px;
  box-sizing: border-box;
}

.column-single-area .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 2;
  font-size: 22px;
}

.column-single-area .date {
  margin-bottom: 20px;
}

.column-single-area .thumbnail {
  margin-bottom: 20px;
  pointer-events: none;
}

.column-single-area .excerpt {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 20px 20px 20px;
  background-color: #e5f1ff;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .column-single-area .column-inner {
    max-width: 1250px;
    box-sizing: border-box;
  }

  .column-single-area .category {
    margin-bottom: 5px;
  }

  .column-single-area .ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .column-single-area .date {
    margin-bottom: 30px;
  }

  .column-single-area .excerpt {
    font-size: 16px;
  }
}

/* 目次 */
.column-table h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  color: #3d628e;
  padding-bottom: 50px;
  margin-bottom: 20px;
  margin-top: 80px;
  position: relative;
}

.column-table h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #3d628e;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.column-table h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3d628e;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 5px 0 5px 14px;
  background-color: #e5f1ff;
}

.column-table h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3d628e;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.column-table h4::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 23px;
  background-color: #3d628e;
}

.column-table p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1px;
}

.column-table ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.column-table ol li {
  font-size: 16px;
}

.column-table ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3d628e;
}

.column-table #ez-toc-container {
  padding: 15px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #3d628e;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
}

.column-table .ez-toc-title-container p {
  margin: 0;
  line-height: 1.45;
}

.column-table #ez-toc-container nav {
  padding: 3% 2% 2% 2%;
  position: relative;
}

.column-table div#ez-toc-container ul.ez-toc-list li {
  padding-left: 15px;
}

.column-table div#ez-toc-container ul.ez-toc-list li > ul {
  padding-top: 0.7em;
}

.column-table div#ez-toc-container ul.ez-toc-list li:not(:last-child) {
  margin-bottom: 16px;
}

.column-table .ez-toc-link {
  font-size: 16px;
  color: #444;
  transition: all 0.5s;
}

.column-table .ez-toc-link:hover {
  text-decoration: underline;
}

.column-table div#ez-toc-container ul.ez-toc-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d628e;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .column-table h2 {
    font-size: 24px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    position: relative;
  }

  .column-table h3 {
    font-size: 20px;
  }
  .column-table h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .column-table p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2.2;
  }

  .column-table ul li {
    font-size: 14px;
  }

  .column-table ol li {
    font-size: 14px;
  }

  .column-table div#ez-toc-container ul.ez-toc-list li {
    padding-left: 13px;
  }

  .column-table .ez-toc-link {
    font-size: 16px;
  }

  .column-table div#ez-toc-container ul.ez-toc-list li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .column-table h2 {
    margin-top: 15%;
  }

  .column-table #ez-toc-container nav {
    padding: 6% 0% 2% 0;
  }
}

/* related */
.related {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ede9e5;
}

.related .heading {
  font-size: 28px;
  font-weight: 600;
  color: #5d4140;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.related .heading::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #5d4140;
}

.related .list {
  margin-bottom: 0;
}

.related .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

.related .date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  margin-bottom: 0;
}

.related .btn-area {
  margin: 0 auto 0;
  max-width: 450px;
}

.related a.btn::before {
  right: 6px;
}

@media screen and (max-width: 1024px) {
  .related .heading {
    font-size: 26px;
  }

  .related .ttl {
    line-height: 1.8;
  }

  .related .btn {
    font-size: 14px;
  }
}

/*-- ============= 最新情報 ============= --*/
/* トップ */
.news-area-top {
  padding-bottom: 13.333vw;
}

.news-area-top-container {
  margin-bottom: 60px;
}

.news-area-item {
  color: #333;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 15px;
  /* border-bottom: 1px dotted #3d628e; */
  background-image: linear-gradient(to right, #3d628e 2px, transparent 2px);
  background-size: 11px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  transition: opacity 0.8s;
}

.news-area-item:not(:first-child) {
  padding-top: 15px;
}

.news-area-item:hover {
  opacity: 0.6;
}

.news-area-item dt {
  color: #3d628e;
  margin-bottom: 15px;
}

.news-area-item dd {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .news-area-top {
    padding-bottom: 80px;
  }

  .news-area-top-container {
    margin-bottom: 40px;
  }

  .news-area-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .news-area-item:not(:first-child) {
    padding-top: 15px;
  }

  .news-area-item:hover {
    opacity: 0.6;
  }

  .news-area-item dt {
    color: #3d628e;
    margin-right: 15px;
    padding-left: 25px;
    margin-bottom: 0;
  }

  .news-area-item dd {
    width: calc(100% - 25%);
  }
}

.news-inner {
  max-width: 1560px;
  padding: 0 5.333vw;
  margin: 0 auto;
  box-sizing: border-box;
}

.news-container {
  width: 100%;
  margin-bottom: 50px;
  margin: 0 auto;
}

.news-area .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.news-area .thumbnail {
  display: block;
  padding-top: 66.67%;
  position: relative;
  transition: all 0.3s;
}

.news-area .thumbnail:hover {
  opacity: 0.5;
}

.news-area .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-area .desc {
  padding: 11px 24.5px;
  background-color: #fff;
}

.news-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.news-area .date {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5d4140;
}

.news-area .date {
  font-size: 12px;
}

.news-area .ttl-link {
  transition: all 0.3s;
}

.news-area .ttl-link:hover {
  opacity: 0.5;
}

.news-area h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.2;
  margin-bottom: 20px;
}

.news-area p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5d4140;
  line-height: 1.4;
}

@media only screen and (min-width: 1025px) {
  .news-inner {
    padding: 0 60px;
  }

  .news-container {
    width: 74%;
  }

  .news-single-area .column-container {
    width: 65%;
  }

  .news-area .list {
    width: 100%;
  }

  .news-area .item {
    width: 30%;
  }

  .news-area .desc {
    padding: 20px 19px;
    background-color: #fff;
  }

  .news-area .inner {
    margin-bottom: 17px;
  }

  .news-area .date {
    font-size: 14px;
  }

  .news-area h3 {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .news-area p {
    font-size: 16px;
  }
}

.news-area-page {
  margin-bottom: 0;
}

.news-area-page .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
}

.news-area-page .heading ::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 1px;
  content: ' ';
  background-color: #a2aaad;
}

.news-area-page .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.news-area-page .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .news-area-page {
    margin-top: 40px;
  }

  .news-area-page .heading {
    font-size: 20px;
  }

  .news-area-page .heading ::after {
    width: 100px;
  }

  .news-area-page .list {
    width: 100%;
    margin-bottom: 60px;
  }

  .news-area-page .item {
    width: 30%;
  }

  .news-area-page .item:last-child {
    margin-bottom: 44px;
  }

  .news-area-page .item:not(:nth-child(3n)) {
    margin-right: 65px;
    margin-right: 5%;
  }
}

/* ニュース投稿mv */
.mv.under-mv-news-single {
  background-image: url(../images/column/single-mv_sp.jpg);
  background-size: cover;
  padding-top: 53.33%;
}

@media only screen and (min-width: 769px) {
  .mv.under-mv-news-single {
    background-image: url(../images/column/single-mv.jpg);
    background-position: bottom center;
    height: 300px;
    padding-top: 0;
  }

  .under-mv-news-single .ttl-mv {
    justify-content: flex-end;
    bottom: 45px;
  }
}

/* 最新情報投稿ページ */
.news-single-area .news-inner {
  max-width: 1250px;
  box-sizing: border-box;
}

.news-single-area .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 2;
  font-size: 22px;
}

.news-single-area .date {
  margin-bottom: 20px;
}

.news-single-area .thumbnail {
  margin-bottom: 20px;
  pointer-events: none;
}

.news-single-area .excerpt {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 20px 20px 20px;
  background-color: #e5f1ff;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .news-single-area .news-inner {
    max-width: 1250px;
    box-sizing: border-box;
  }

  .news-single-area .ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .news-single-area .date {
    margin-bottom: 30px;
  }

  .news-single-area .excerpt {
    font-size: 16px;
  }
}

/* 最新情報目次 */
.news-table h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  color: #3d628e;
  padding-bottom: 50px;
  margin-bottom: 20px;
  margin-top: 80px;
  position: relative;
}

.news-table h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #3d628e;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.news-table h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3d628e;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 5px 0 5px 14px;
  background-color: #e5f1ff;
}

.news-table h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3d628e;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.news-table h4::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 23px;
  background-color: #3d628e;
}

.news-table p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1px;
}

.news-table ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.news-table ol li {
  font-size: 16px;
}

.news-table ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3d628e;
}

.news-table #ez-toc-container {
  padding: 15px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #3d628e;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
}

.news-table .ez-toc-title-container p {
  margin: 0;
  line-height: 1.45;
}

.news-table #ez-toc-container nav {
  padding: 3% 2% 2% 2%;
  position: relative;
}

.news-table div#ez-toc-container ul.ez-toc-list li {
  padding-left: 15px;
}

.news-table div#ez-toc-container ul.ez-toc-list li > ul {
  padding-top: 0.7em;
}

.news-table div#ez-toc-container ul.ez-toc-list li:not(:last-child) {
  margin-bottom: 16px;
}

.news-table .ez-toc-link {
  font-size: 16px;
  color: #444;
  transition: all 0.5s;
}

.news-table .ez-toc-link:hover {
  text-decoration: underline;
}

.news-table div#ez-toc-container ul.ez-toc-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d628e;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .news-table h2 {
    font-size: 24px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    position: relative;
  }

  .news-table h3 {
    font-size: 20px;
  }
  .news-table h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .news-table p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2.2;
  }

  .news-table ul li {
    font-size: 14px;
  }

  .news-table ol li {
    font-size: 14px;
  }

  .news-table div#ez-toc-container ul.ez-toc-list li {
    padding-left: 13px;
  }

  .news-table .ez-toc-link {
    font-size: 16px;
  }

  .news-table div#ez-toc-container ul.ez-toc-list li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .news-table h2 {
    margin-top: 15%;
  }

  .news-table #ez-toc-container nav {
    padding: 6% 0% 2% 0;
  }
}

/*-- ============= サイドバー ============= --*/
.sidebar {
  width: 100%;
}

.sidebar-wrp {
  padding-top: 0px;
  position: static;
}

.sidebar h2 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}

.sidebar ul {
  border-top: 1px solid #ccc;
}

.sidebar li {
  border-bottom: 1px solid #ccc;
}

.sidebar a {
  font-size: 13px;
  color: #54585a;
  display: block;
  padding: 15px 30px 15px 5px;
  position: relative;
  transition: all 0.5s;
}

.sidebar a:hover {
  opacity: 0.5;
}

.sidebar a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  .sidebar {
    width: calc(100% - 74% - 60px);
  }

  .sidebar-wrp {
    padding-top: 60px;
    width: 100%;
    position: sticky;
    top: 160px;
  }

  .column-single-area .sidebar {
    width: calc(100% - 65% - 70px);
  }
}
/*-- ============= END ============= --*/

/*-- ============= ページネーション ============= --*/
.page-nation {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  padding: 0;
  margin: 0;
  line-height: 28px;
  text-align: center;
  transition: 0.5s;
  vertical-align: middle;
  transition: all 0.5s;
}

.page-numbers:hover {
  background-color: #97cde3;
}

.page-numbers:not(:last-child) {
  margin-right: 35px;
}

.page-numbers.current {
  background-color: #3d628e;
  color: #fff;
}

.screen-reader-text {
  display: none;
}
/*-- ============= END ============= --*/

/*-- ============= トップページ　greeting ============= --*/
.greeting {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .greeting {
    font-size: 32px;
  }
}
/*-- ============= トップページ　greeting END ============= --*/

/*-- ============= personal-support ============= --*/

.top-personal-support {
  background-image: url(../images/top/support-cbd-bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 135.6%;
  margin-top: 60px;
  margin-top: 16vw;
  margin-bottom: 90vw;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-personal-support {
    margin-bottom: 25%;
  }
}

.top-personal-support .contents-inner {
  margin: 0 auto;
  position: absolute;
  top: 10%;
  /* left: 50%;
  transform: translate(-50%, 0%); */
}

.top-personal-support-container {
  display: flex;
  flex-direction: column;
}

.top-personal-support-desc {
  margin-bottom: 35px;
}

.top-personal-support .line-icon {
  width: 60px;
  margin: 0 auto;
}

.top-personal-support .ttl-level02 {
  text-align: center;
}

.top-personal-support .ttl-level02-en {
  color: #fff;
}

.top-personal-support .ttl-level02-jp {
  color: #fff;
}

.top-personal-support .txt-paragraph {
  color: #fff;
  line-height: 2;
  text-align: left;
}

.top-personal-support .btn-area {
  margin: 0 auto;
  margin-top: 25px;
}

@media only screen and (min-width: 1025px) {
  .top-personal-support {
    background-image: url(../images/top/support-cbd-bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50%;
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .top-personal-support .contents-inner {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .top-personal-support-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .top-personal-support-desc {
    width: 54%;
    margin-bottom: 0px;
  }

  .top-personal-support .ttl-level02 {
    text-align: left;
    margin-bottom: 15px;
  }

  .top-personal-support .line-icon {
    width: 75px;
    margin: 0;
    margin-bottom: 15px;
  }

  .top-personal-support .txt-paragraph {
    line-height: 2;
  }

  .top-personal-support .btn-area {
    margin: 25px auto 0 0;
  }

  .top-personal-support-images {
    width: 40%;
    padding-top: 100px;
  }

  @media only screen and (min-width: 1200px) {
    .top-personal-support .ttl-level02 {
      margin-bottom: 15px;
    }

    .top-personal-support .line-icon {
      margin-bottom: 40px;
    }

    .top-personal-support .txt-paragraph {
      line-height: 3;
    }

    .top-personal-support .btn-area {
      margin: 45px auto 0 0;
    }
  }
}

/*-- ============= personal-support END ============= --*/

/*-- ============= banner ============= --*/
.common-banner {
  display: block;
  transition: all 0.3s;
}

.common-banner:hover {
  opacity: 0.7;
}

.common-banner-pc {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .common-banner-pc {
    display: block;
    width: 76%;
    margin: 0 auto;
  }

  .common-banner-sp {
    display: none;
  }
}
/*-- ============= END ============= --*/

/*-- ============= skincare ============= --*/
.under-mv-skincare .ttl-mv {
  bottom: -120px;
  line-height: 1.5;
}

.under-mv-skincare .mv-icon {
  width: 113px;
  margin-top: 20px;
}

/* skincare-series */
.skincare-series .ttl-under-level02 {
  text-align: center;
  margin-bottom: 58px;
}

.skincare-series .heading {
  font-size: 32px;
  font-size: 5.867vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 50px;
}

.skincare-series-container {
  display: flex;
  flex-direction: column;
}

.skincare-series-container .images {
  width: 100%;
  margin-bottom: 47px;
}

.skincare-series-container .images img {
  vertical-align: bottom;
}

.skincare-series-container .desc {
  width: 100%;
}

/* skincare-recommendation */
.skincare-recommendation .heading {
  font-size: 32px;
  font-size: 5.867vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 57px;
}

.skincare-recommendation-images {
  width: 100%;
  margin-bottom: 66px;
}

.skincare-recommendation-images img {
  vertical-align: bottom;
}

.skincare-recommendation-images .img-pc {
  display: none;
}

.skincare-recommendation-wrp {
  display: flex;
  flex-direction: column;
}

.skincare-recommendation-contents {
  width: 100%;
}

.skincare-recommendation-contents:first-child {
  margin-bottom: 70px;
}

.skincare-recommendation-contents .heading {
  font-size: 5.7vw;
  margin-bottom: 40px;
}

.skincare-recommendation-care {
  margin-bottom: 62px;
  transition: all 0.3s;
}

.skincare-recommendation-care:hover {
  opacity: 0.7;
}

.skincare-recommendation-care .product-name a {
  font-size: 4.267vw;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin-bottom: 13px;
}

.skincare-recommendation-care .product-name a span {
  font-size: 3.733vw;
  margin-right: 9px;
  font-weight: bold;
  color: #f00;
}

.skincare-recommendation-care .price {
  font-size: 4.267vw;
  line-height: 1.6;
  color: #333;
}

.skincare-recommendation-care .price span {
  font-size: 4.267vw;
  line-height: 1.6;
  color: #333;
}

.skincare-recommendation-use {
  margin-bottom: 50px;
}

.skincare-recommendation-use .images {
  margin-bottom: 49px;
}

.skincare-recommendation-use img {
  vertical-align: bottom;
}

.skincare-recommendation-point .images {
  margin-bottom: 48px;
}

.skincare-recommendation-point img {
  vertical-align: bottom;
}

.skincare-recommendation-point ul li {
  position: relative;
  padding-left: 1.5em;
}

.skincare-recommendation-point ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #3d628e;
  position: absolute;
  left: 0;
  top: 10px;
}

.skincare-recommendation-point ul li:not(:last-child) {
  margin-bottom: 25px;
}

.skincare-recommendation-note {
  font-size: 15px;
  margin-top: 48px;
  padding: 21px 22px;
  border: 1px solid #333333;
}

.skincare-recommendation-note-list .skincare-recommendation-note-item {
  padding-left: 0;
}

.skincare-recommendation-note-list
  .skincare-recommendation-note-item:not(:last-child) {
  margin-bottom: 0;
}

.skincare-recommendation-note-list .skincare-recommendation-note-item::before {
  content: none;
}

.skincare-recommendation .btn-area {
  margin-top: 37px;
}

/* skincare-delicate */
.skincare-delicate .ttl-under-level02 {
  text-align: center;
  margin-bottom: 63px;
}

.skincare-delicate .heading {
  font-size: 32px;
  font-size: 5.867vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 60px;
}

.skincare-delicate-container {
  display: flex;
  flex-direction: column;
}

.skincare-delicate-container .images {
  width: 100%;
}

.skincare-delicate-container img {
  vertical-align: bottom;
}

.skincare-delicate-container .desc {
  width: 100%;
  margin-bottom: 25px;
}

/* skincare-barriere */
.skincare-barriere .heading {
  font-size: 32px;
  font-size: 5.467vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 62px;
}

.skincare-barriere-container {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 59px;
}

.skincare-barriere-container .images {
  width: 100%;
}

.skincare-barriere-container img {
  vertical-align: bottom;
}

.skincare-barriere-container .desc {
  width: 100%;
  margin-bottom: 35px;
}

.skincare-delicate-hoshitsu {
  width: 100%;
}

.skincare-delicate-hoshitsu img {
  vertical-align: bottom;
}

/* skincare-natural */
.skincare-natural .heading {
  font-size: 32px;
  font-size: 5.467vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 30px;
}

.skincare-natural .images {
  width: 100%;
  margin-bottom: 65px;
}

.skincare-natural img {
  vertical-align: bottom;
}

.skincare-natural-list {
  display: flex;
  flex-direction: column;
}

.skincare-natural-item {
  width: 100%;
}

.skincare-natural-item:not(:last-child) {
  margin-bottom: 42px;
}

.skincare-natural-item .heading {
  font-size: 17px;
  margin-bottom: 28px;
}

/* skincare-nano */
.skincare-nano .heading {
  font-size: 32px;
  font-size: 5.467vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 27px;
}

.skincare-nano-container {
  display: flex;
  flex-direction: column;
}

.skincare-nano-container .images {
  width: 100%;
}

.skincare-nano-container img {
  vertical-align: bottom;
}

.skincare-nano-container .desc {
  width: 100%;
  margin-bottom: 45px;
}

/* skincare-commitment */
.skincare-commitment .ttl-under-level02 {
  text-align: center;
  margin-bottom: 70px;
}

.skincare-commitment .heading {
  font-size: 32px;
  font-size: 5.467vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 47px;
}

.skincare-commitment .txt-paragraph {
  text-align: left;
  margin-bottom: 20px;
}

.skincare-commitment .images {
  width: 100%;
}

.skincare-commitment img {
  vertical-align: bottom;
}

/* skincare-domestic */
.skincare-domestic {
  padding-bottom: 123px;
}

.skincare-domestic .heading {
  font-size: 32px;
  font-size: 5.467vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 67px;
}

.skincare-domestic-container {
  display: flex;
  flex-direction: column;
}

.skincare-domestic-container .images {
  width: 100%;
}

.skincare-domestic-container .images:first-child {
  margin-bottom: 36px;
}

.skincare-domestic-container img {
  vertical-align: bottom;
}

.skincare-domestic .btn-area {
  margin-top: 70px;
}

/* skincare-voice */
.skincare-voice {
  padding: 90px 0 55px;
  background-color: rgba(61, 98, 142, 0.11);
}

.skincare-voice .ttl-under-level02 {
  margin-bottom: 38px;
  text-align: center;
}

.skincare-voice .ttl-under-level02 {
  margin-bottom: 53px;
}

.skincare-voice-list {
  display: flex;
  flex-direction: column;
}

.skincare-voice-item {
  width: 100%;
  padding: 31px 0 22px;
  background-color: #fff;
}

.skincare-voice-item:not(:last-child) {
  margin-bottom: 40px;
}

.skincare-voice-item .images {
  margin-bottom: 20px;
  padding: 0 42px;
}

.skincare-voice-item .images img {
  vertical-align: bottom;
}

.skincare-voice-item .desc {
  padding: 0 24px;
}

.skincare-voice-item .desc-outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.skincare-voice-item .desc-name {
  font-size: 17px;
  color: #3d628e;
  font-weight: bold;
}

.skincare-voice-item .desc-kind {
  font-size: 13px;
  color: #3d628e;
  font-weight: bold;
}

.skincare-voice-item .desc-age {
  font-size: 13px;
  color: #3d628e;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .under-mv-skincare .ttl-mv {
    bottom: -190px;
    line-height: 2;
  }

  .under-mv-skincare .mv-icon {
    width: 213px;
    margin-top: 95px;
  }

  /* skincare-series */
  .skincare-series .ttl-under-level02 {
    margin-bottom: 122px;
  }

  .skincare-series .heading {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .skincare-series-container {
    flex-direction: row;
    padding-right: 95px;
  }

  .skincare-series-container .images {
    width: 30.76923%;
    margin-bottom: 0;
  }

  .skincare-series-container .desc {
    width: calc(100% - 30.76923%);
    margin-left: 130px;
  }

  /* skincare-recommendation */
  .skincare-recommendation .heading {
    font-size: 32px;
    margin-bottom: 80px;
  }

  .skincare-recommendation-images {
    width: 65.3846%;
    margin: 0 auto 100px;
  }

  .skincare-recommendation-images .img-pc {
    display: block;
  }

  .skincare-recommendation-images .img-sp {
    display: none;
  }

  .skincare-recommendation-wrp {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .skincare-recommendation-contents {
    width: 35.38462%;
  }

  .skincare-recommendation-contents:first-child {
    margin-bottom: 0;
  }

  .skincare-recommendation-contents:first-child {
    margin-right: 7.308%;
  }

  .skincare-recommendation-contents:last-child {
    margin-left: 7.308%;
  }

  .skincare-recommendation-contents .heading {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .skincare-recommendation-care {
    margin-bottom: 0;
    padding-bottom: 120px;
    position: relative;
  }

  .skincare-recommendation-care::after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: #707070;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .skincare-recommendation-care img {
    vertical-align: bottom;
  }

  .skincare-recommendation-care .product-name {
    min-height: 72px;
  }

  .skincare-recommendation-care .product-name a {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .skincare-recommendation-care .product-name a span {
    font-size: 15px;
  }

  .skincare-recommendation-care .price {
    font-size: 18px;
  }

  .skincare-recommendation-care .price span {
    font-size: 11px;
  }

  .skincare-recommendation-use {
    margin-bottom: 30px;
  }

  .skincare-recommendation-use .images {
    margin-bottom: 17px;
  }

  .skincare-recommendation-use .txt-paragraph {
    min-height: 145px;
  }

  .skincare-recommendation-point .images {
    margin-bottom: 40px;
  }

  .skincare-recommendation-note {
    margin-top: 24px;
  }

  .skincare-recommendation .btn-area {
    margin-top: 120px;
  }

  /* skincare-delicate */
  .skincare-delicate .ttl-under-level02 {
    margin-bottom: 71px;
  }

  .skincare-delicate .heading {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .skincare-delicate-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 165px;
  }

  .skincare-delicate-container .images {
    width: 35.2423%;
  }

  .skincare-delicate-container .desc {
    width: calc(100% - 35.2423% - 58px);
  }

  /* skincare-barriere */
  .skincare-barriere .heading {
    font-size: 32px;
    margin-bottom: 47px;
  }

  .skincare-barriere-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 95px;
    margin-bottom: 27px;
  }

  .skincare-barriere-container .images {
    width: 33.1953%;
  }

  .skincare-barriere-container .desc {
    width: calc(100% - 33.1953% - 131px);
    margin-bottom: 0;
  }

  .skincare-delicate-hoshitsu {
    width: 61.5385%;
    margin: 0 auto;
  }

  .skincare-natural .heading {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .skincare-natural .images {
    width: 46.2308%;
    margin: 0 auto 83px;
  }

  .skincare-natural-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .skincare-natural-item {
    width: 30.2308%;
  }

  .skincare-natural-item:not(:last-child) {
    margin-bottom: 0;
  }

  .skincare-natural-item .heading {
    font-size: 20px;
    margin-bottom: 32px;
  }

  /* skincare-nano */
  .skincare-nano .heading {
    font-size: 32px;
    margin-bottom: 45px;
  }

  .skincare-nano-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 35px 0 85px;
  }

  .skincare-nano-container .images {
    width: 38.1356%;
  }

  .skincare-nano-container .desc {
    width: calc(100% - 53px - 38.1356%);
    margin-bottom: 0;
  }

  /* skincare-commitment */

  .skincare-commitment .heading {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .skincare-commitment .txt-paragraph {
    margin-bottom: 66px;
    text-align: center;
  }

  .skincare-commitment .images {
    width: 61.5385%;
    margin: 0 auto;
  }

  /* skincare-domestic */
  .skincare-domestic {
    padding-bottom: 30px;
  }

  .skincare-domestic .heading {
    font-size: 32px;
    margin-bottom: 74px;
  }

  .skincare-domestic-container {
    flex-direction: row;
    justify-content: center;
  }

  .skincare-domestic-container .images {
    width: 31.6154%;
  }

  .skincare-domestic-container .images:first-child {
    margin-right: 25px;
    margin-bottom: 0;
  }

  .skincare-domestic-container .images:last-child {
    margin-left: 25px;
  }

  .skincare-domestic .btn-area {
    margin-top: 37px;
  }

  /* skincare-voice */
  .skincare-voice {
    padding: 103px 0 30px;
  }

  .skincare-voice-list {
    flex-direction: row;
    justify-content: space-between;
  }

  .skincare-voice-item {
    width: 31.0769%;
    padding: 40px 0;
    background-color: #fff;
  }

  .skincare-voice-item:not(:last-child) {
    margin-bottom: 0;
  }

  .skincare-voice-item .images {
    margin-bottom: 25px;
    padding: 0 51px;
  }

  .skincare-voice-item .desc {
    padding: 0 29px;
  }

  .skincare-voice-item .desc-outer {
    margin-bottom: 16px;
  }

  .skincare-voice-item .desc-name {
    font-size: 22px;
  }

  .skincare-voice-item .desc-kind {
    font-size: 17px;
  }

  .skincare-voice-item .desc-age {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1310px) {
  .skincare-recommendation-cares .heading {
    font-size: 30px;
  }
}

/*-- ============= skincare ============= --*/

/*-- ============= tincture ============= --*/
.br-pc {
  display: none;
}

.under-mv-tincture .ttl-mv {
  bottom: -120px;
}

.under-mv-tincture .mv-icon {
  width: 113px;
  margin-top: 70px;
}

.under-mv-howtouse .ttl-en {
  color: #3d628e;
}

.under-mv-howtouse .ttl-jp {
  color: #333333;
}

/* tincture-oil */
.tincture-oil .ttl-under-level02 {
  text-align: center;
  margin-bottom: 70px;
}

.tincture-oil .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 52px;
}

.tincture-oil-recommendation .images {
  width: 100%;
}

.tincture-oil-recommendation .img-pc {
  display: none;
}

/* tincture-lineup */
.tincture-lineup .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 55px;
}

/* tincture-give */
.tincture-give .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 40px;
}

.tincture-give ul.how-list {
  margin-bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tincture-give ul.how-list li {
  width: 100%;
}

.tincture-give ul.how-list li .how-fig {
  width: 68.657%;
  margin: 0 auto;
}

.how-to-use-area .txt-paragraph {
  margin-top: 42px;
}

/* tincture-choose */
.tincture-choose .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 40px;
}

.tincture-choose .images {
  width: 100%;
}

.tincture-choose .images img {
  vertical-align: bottom;
}

.tincture-choose .img-pc {
  display: none;
}

.tincture-choose .btn-area {
  margin-top: 69px;
}

/* tincture-guideline */
.tincture-guideline {
  padding-bottom: 105px;
}

.tincture-guideline .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 32px;
}

.tincture-guideline .txt-paragraph {
  text-align: center;
}

.tincture-guideline .images {
  width: 100%;
  margin-top: 35px;
}

.tincture-guideline .images img {
  vertical-align: bottom;
}

.tincture-guideline .images .img-pc {
  display: none;
}

/* tincture-safety */

.tincture-safety .ttl-under-level02 {
  text-align: center;
  margin-bottom: 54px;
}

.tincture-safety .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 47px;
}

.tincture-safety .txt-paragraph {
  text-align: left;
}

.tincture-safety .images {
  width: 100%;
  margin-top: 30px;
}

/* tincture-base  */
.tincture-base .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 54px;
}

.tincture-base-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tincture-base-container .images {
  width: 100%;
  width: 64.4776%;
  margin: 0 auto;
}

.tincture-base-container .images img {
  vertical-align: bottom;
}

.tincture-base-container .desc {
  width: 100%;
  margin-bottom: 25px;
}

/* tincture-nature */
.tincture-nature {
  padding-bottom: 100px;
}

.tincture-nature .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 42px;
}

.tincture-nature-images {
  width: 100%;
  margin-top: 20px;
}

.tincture-nature-images img {
  vertical-align: bottom;
}

.tincture-nature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 41px auto 0;
  background-color: rgba(61, 98, 142, 0.11);
  padding: 44px 24px 0px;
  position: relative;
}

.tincture-nature-container .desc {
  font-size: 20px;
  font-size: 5.2vw;
  color: #3d628e;
  font-weight: bold;
}

.tincture-nature-container .images {
  width: 64.109%;
  transform: translateY(35px);
}

.tincture-nature-container .images img {
  vertical-align: bottom;
}

/* tincture-veterinarian */
.tincture-veterinarian {
  padding-bottom: 100px;
}

.tincture-veterinarian .heading {
  font-size: 5vw;
  color: #3d628e;
  text-align: center;
  margin-bottom: 50px;
}

/* tincture-voice */
.tincture-voice {
  padding: 90px 0 36px;
  background-color: rgba(61, 98, 142, 0.11);
}

.tincture-voice .ttl-under-level02 {
  text-align: center;
  margin-bottom: 38px;
}

.tincture-voice-list {
  display: flex;
  flex-direction: column;
}

.tincture-voice-item {
  width: 100%;
  padding: 31px 0 22px;
  background-color: #fff;
}

.tincture-voice-item:not(:last-child) {
  margin-bottom: 40px;
}

.tincture-voice-item .images {
  margin-bottom: 20px;
  padding: 0 42px;
}

.tincture-voice-item .images img {
  vertical-align: bottom;
}

.tincture-voice-item .desc {
  padding: 0 24px;
}

.tincture-voice-item .desc-outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tincture-voice-item .desc-name {
  font-size: 17px;
  color: #3d628e;
  font-weight: bold;
}

.tincture-voice-item .desc-kind {
  font-size: 13px;
  color: #3d628e;
  font-weight: bold;
}

.tincture-voice-item .desc-age {
  font-size: 13px;
  color: #3d628e;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .under-mv-tincture .ttl-mv {
    bottom: -190px;
  }

  .under-mv-tincture .mv-icon {
    width: 213px;
    margin-top: 95px;
  }

  .br-pc {
    display: block;
  }

  /* tincture-oil */
  .tincture-oil .ttl-under-level02 {
    margin-bottom: 70px;
  }

  .tincture-oil .heading {
    font-size: 30px;
    margin-bottom: 66px;
  }

  .tincture-oil-recommendation .images {
    width: 92.3077%;
    margin: 0 auto;
  }

  .tincture-oil-recommendation .img-sp {
    display: none;
  }

  .tincture-oil-recommendation .img-pc {
    display: block;
  }

  /* tincture-lineup */
  .tincture-lineup .heading {
    font-size: 30px;
    margin-bottom: 70px;
  }

  .how-to-use-area .txt-paragraph {
    margin-top: 30px;
  }

  /* tincture-give */
  .tincture-give .heading {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .tincture-give ul.how-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .tincture-give ul.how-list li {
    width: 40%;
  }

  .tincture-give ul.how-list li .how-fig {
    width: 100%;
  }

  .how-to-use-area .txt-paragraph {
    margin-top: 42px;
  }

  /* tincture-choose */
  .tincture-choose .heading {
    font-size: 30px;
    margin-bottom: 72px;
  }

  .tincture-choose .images {
    width: 100%;
  }

  .tincture-choose .img-pc {
    display: block;
  }

  .tincture-choose .img-sp {
    display: none;
  }

  .tincture-choose .btn-area {
    margin-top: 58px;
  }

  /* tincture-guideline */
  .tincture-guideline {
    padding-bottom: 0;
  }

  .tincture-guideline .heading {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .tincture-guideline .images .img-pc {
    display: block;
  }

  .tincture-guideline .images .img-sp {
    display: none;
  }

  /* tincture-safety */

  .tincture-safety .ttl-under-level02 {
    margin-bottom: 70px;
  }

  .tincture-safety .heading {
    font-size: 30px;
    margin-bottom: 72px;
  }

  .tincture-safety .txt-paragraph {
    text-align: center;
  }

  .tincture-safety .images {
    width: 61.5385%;
    margin: 50px auto 0;
  }

  /* tincture-base  */
  .tincture-base .heading {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .tincture-base-container {
    flex-direction: row;
    justify-content: space-between;
    width: 76.9236%;
    margin: 0 auto;
  }

  .tincture-base-container .desc {
    width: calc(100% - 75px - 25.2%);
    margin-bottom: 0;
  }

  .tincture-base-container .images {
    width: 25.2%;
    margin: 0;
  }

  /* tincture-nature */
  .tincture-nature {
    padding-bottom: 0px;
  }

  .tincture-nature .heading {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .tincture-nature .txt-paragraph {
    text-align: center;
  }

  .tincture-nature-images {
    width: 42.3077%;
    margin: 40px auto 0;
  }

  .tincture-nature-container {
    flex-direction: row;
    justify-content: space-between;
    width: 75.38463%;
    margin: 128px auto 0;
    position: relative;
    padding: 25px 20px 35px 40px;
    box-sizing: border-box;
  }

  .tincture-nature-container .desc {
    font-size: 19px;
    /* font-size: 1.7vw; */
  }

  .tincture-nature-container .images {
    width: 21.1323%;
    width: 22.8573%;
    /* transform: translateY(-20px); */
    position: absolute;
    right: 0;
    bottom: 50px;
  }

  /* tincture-veterinarian */
  .tincture-veterinarian {
    padding-bottom: 140px;
  }

  .tincture-veterinarian .heading {
    font-size: 30px;
    margin-bottom: 80px;
  }

  /* tincture-voice */
  .tincture-voice {
    padding: 103px 0 61px;
  }

  .tincture-voice .ttl-under-level02 {
    margin-bottom: 53px;
  }

  .tincture-voice-list {
    flex-direction: row;
    justify-content: space-between;
  }

  .tincture-voice-item {
    width: 31.0769%;
    padding: 40px 0;
    background-color: #fff;
  }

  .tincture-voice-item:not(:last-child) {
    margin-bottom: 0;
  }

  .tincture-voice-item .images {
    margin-bottom: 25px;
    padding: 0 51px;
  }

  .tincture-voice-item .desc {
    padding: 0 29px;
  }

  .tincture-voice-item .desc-outer {
    margin-bottom: 16px;
  }

  .tincture-voice-item .desc-name {
    font-size: 22px;
  }

  .tincture-voice-item .desc-kind {
    font-size: 17px;
  }

  .tincture-voice-item .desc-age {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1300px) {
  .tincture-nature-container .desc {
    font-size: 25px;
    /* font-size: 1.7vw; */
  }
}
/*-- ============= tincture ============= --*/


/*-- ============= amount ============= --*/
.amount-contents-area .img-pc {
  display: none;
}
.amount-introduction .ttl-under-level02 {
  text-align: center;
  margin-bottom: 58px;
}
.amount-introduction .heading {
  text-align: center;
  color: #3d628e;
  margin-bottom: 58px;
  font-size: 5vw;
}
.amount-difference-section .images {
  margin-top: 60px;
  margin-bottom: 60px;
}
.amount-difference-section .images a img {
  vertical-align: bottom;
}
.amount-guideline-section .images {
  margin-top: 30px;
  margin-bottom: 60px;
}
.amount-guideline-section .images .level {
  margin-bottom: 20px;
}
.amount-guideline-section .images #level5 {
  margin-bottom: 0px;
}
.amount-hint-box {
  margin-bottom: 30px;
}
.amount-hint-box .amount-hint {
  padding: 10%;
  margin-bottom: 30px;
} 
.amount-hint-box .hint:last-child {
  margin-bottom: 0;
} 
.amount-hint-box #hint1 {
  background: #fdf1ef;
}
.amount-hint-box #hint2 {
  background: #e4f0fb;
}
.amount-hint-box #hint3 {
  background: #fdfae3;
}
.amount-hint-title {
  text-align: center;
  color: #3d628e;
  font-size: 5vw;
  margin-bottom: 20px;
  font-weight: bold;
}
.amount-hint-text {
  margin-top: 10px;
}
.amount-hint-comment {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 10px;
}
.amount-hint-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.amount-voice-section .txt-paragraph {
  margin-bottom: 50px;
}
.amount-voice-box .heading {
  text-align: center;
  color: #3d628e;
  margin-bottom: 10px;
  font-size: 5vw;
}
.amount-voice {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 10%;
  margin-bottom: 30px;
}
.amount-voice-box {
  margin-bottom: 50px;
}
.amount-voice-image {
  width: 55%;
  margin: 0 auto 10px;
}
.amount-voice-text-name {
  color: #3d628e;
  font-weight: bold;
  margin-bottom: 10px;
}
.amount-voice-text-name1 {
  font-size: 4.5vw;
}
.amount-voice-text-name2 {
  font-size: 3.5vw;
}


@media only screen and (min-width: 1025px) {
  .amount-contents-area .img-sp {
    display: none;
  }
  .amount-contents-area .img-pc {
    display: block;
  }
  .amount-introduction .txt-paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 2;
  }
  .amount-introduction .ttl-under-level02 {
    margin-bottom: 70px;
  }
  .amount-introduction .heading {
    font-size: 30px;
    margin-bottom: 66px;
  }
  .amount-guideline-section .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 76px;
    margin-bottom: 66px;
  }
  .amount-guideline-section .images .level {
    width: 49%;
    margin-bottom: 20px;
  }
  .amount-hint-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 66px;
  }
  .amount-hint-box .amount-hint {
    width: 32%;
    padding: 2.5%;
    margin-bottom: 0px;
  }
  .amount-hint-box .amount-hint:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .amount-hint-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .amount-hint-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
  }
  .amount-hint-comment {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .amount-voice-box .heading {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .amount-voice {
    padding: 4%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .amount-voice-image {
    width: 15%;
    margin: 0 auto;
  }
  .amount-voice-text {
    width: 82%;
    margin-left: 3%;
  }
  .amount-voice-text-name1 {
    font-size: 24px;
  }
  .amount-voice-text-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .amount-voice-text-name1 {
    margin-right: 20px;
  }
  .amount-voice-text-name2 {
    font-size: 16px;
  }
  .amount-banner-section a {
    width: 76%;
    margin: 0 auto;
  }
}
/*-- ============= tincture ============= --*/