@charset "UTF-8";
/* ============================================
	WELLPHARMA CORE STYLES
	統合ファイル - 2025年 8月11日 月曜日 09時38分07秒 JST
	統合対象: style_base.css, style-common.css, style-under.css, meanmenu.css, doubletaptogo.css
============================================ */

/* BASE STYLES */

@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?xxr24r');
  src: url('../../fonts/icomoon.eot?xxr24r#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?xxr24r') format('truetype'),
    url('../../fonts/icomoon.woff?xxr24r') format('woff'),
    url('../../fonts/icomoon.svg?xxr24r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes navrollup {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes navrolldown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes scrollbar {
  0% {
    top: 100%;

    height: 0;
  }
  34% {
    height: 100px;
  }
  65% {
    top: 100%;
  }
  66% {
    top: auto;
    bottom: -100px;

    height: 100px;
  }
  100% {
    top: auto;
    bottom: -100px;

    height: 0;
  }
}
@keyframes stroke {
  from {
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  to {
    stroke-dasharray: 0;
    stroke-dashoffset: 1000px;
  }
}
::-moz-selection {
  background-color: rgba(115, 89, 89, 0.3);
}
::selection {
  background-color: rgba(115, 89, 89, 0.3);
}

html {
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3',
    'HG明朝E', 'MS P明朝', 'MS PMincho', 'MS 明朝', serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.75;

  position: relative;

  letter-spacing: 1px;

  color: #4e3823;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;

  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 414px) {
  body {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;

  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;

  list-style-position: inside;
}

dl {
  padding-left: 0;
}

dd {
  padding-left: 0;
}

figure {
  margin: 0;
}

img,
object {
  line-height: 1;

  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
}
/*
input:focus,
input:active,
textarea:focus,
textarea:active{
border: none;
}
*/

a {
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;

  color: inherit;
  outline: none;
}
a,
a img {
  border: none;
}
a button {
  padding: 0;

  border: none;
  background: 0;
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
}
a img:hover,
a img:active,
a img:focus {
  opacity: 0.7;
}

button {
  cursor: pointer;
  outline: none;
}

button[type='submit'] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.contain,
.inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrap {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 780px) {
  .wrap {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 414px) {
  .wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.clearfix:after {
  display: table;
  clear: both;

  content: '';
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 414px) {
  .no-sp {
    display: none !important;
  }

  .only-sp {
    display: inherit !important;
  }
}
.only-tab {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .no-tab {
    display: none !important;
  }

  .only-tab {
    display: inherit !important;
  }
}
.-notActive {
  pointer-events: none;
}

.js-effect {
  transition: all 0.3s ease-in-out 0s;
}

.xxlarge {
  font-size: 2em;
}

.xlarge {
  font-size: 3.2rem;
}

.large {
  font-size: 1.8rem;
}

.small {
  font-size: 0.875em;
}

.icon-twitter:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-twitter:before {
  font-family: inherit;

  content: '>';
}

.icon-facebook:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-facebook:before {
  font-family: inherit;

  content: '>';
}

.icon-instagram:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-instagram:before {
  font-family: inherit;

  content: '>';
}

.menu-onlineStore a:before {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  left: -2px;

  display: inline-block;

  margin-right: 0;

  content: '\e901';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .menu-onlineStore a:before {
  font-family: inherit;

  content: '>';
}

.menu-instagram a:before {
  font-family: icomoon;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .menu-instagram a:before {
  font-family: inherit;

  content: '>';
}

.icon-mouse {
  position: relative;

  display: block;

  width: 17px;
  height: 27px;
  margin-right: auto;
  margin-left: auto;

  border: solid 1px #fff;
  border-radius: 5px;
}
.icon-mouse:after {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;

  display: block;

  width: 3px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  animation: mouseScroll 2s ease-in-out 0.8s infinite normal forwards;

  border-radius: 100%;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  body:before,
  body:after {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

    content: ' ';
    transition: all 0.45s ease-in-out 0s;
  }
  body:before {
    background-color: #f8f8f8;
  }
  body:after {
    transition-delay: 0.225s;

    background-color: #fff;
  }
  body.-is-navOpen {
    overflow: hidden;
  }
  body.-is-navOpen:before,
  body.-is-navOpen:after {
    height: 100%;
  }
}

.siteHeader {
  line-height: 1;

  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;

  padding-top: 50px;

  transition: all 0.3s ease-in-out 0s;
}

/*
.-is-scrolling .siteHeader{

background-color: rgba(255, 255, 255, 1);
}
*/

.-is-scrolled .siteHeader,
.-is-scrolling .siteHeader {
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 959px) {
  .siteHeader {
    padding-top: 26px;

    text-align: center;
  }
}
.siteHeader li {
  /*display: block;*/
  list-style-type: none;
}
.siteHeader a {
  position: relative;
}
.siteHeader a:hover,
.siteHeader a:active,
.siteHeader a:focus {
  transition: all 0.3s ease-in-out 0s;
}
.siteHeader .nav-list-top a:hover:after,
.siteHeader .nav-list-top a:active:after,
.siteHeader .nav-list-top a:focus:after {
  width: 100%;
}
.siteHeader li a:after {
  display: none;
}
.siteHeader .active a {
  pointer-events: none;
}
.siteHeader .active a:after {
  width: 100%;
}
.siteHeader .notactive {
  pointer-events: none;
}
.-is-scrolled .siteHeader a {
  transition: font-size 0s linear 0s, opacity 0.45s ease 0s;
}
.-is-scrolled .siteHeader a:before {
  transition: none;
}
.siteHeader .menu-instagram a {
  display: block;

  width: 38px;
  height: 38px;

  text-align: center;

  color: #fff;
  border-radius: 100%;
  background-color: #a2aaad;
  margin-top: -10px;
}
@media screen and (max-width: 959px) {
  .siteHeader .menu-instagram a {
    width: 38px;
    height: 38px;
    margin-left: 28px;
  }
}
.siteHeader .menu-instagram a:before {
  line-height: 38px;
}

.siteHeader > .wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.9761904762%;
  padding-left: 2.9761904762%;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .siteHeader > .wrap {
    position: relative;

    max-width: 92%;
    padding-right: 0;
    padding-left: 0;
  }
}
.siteHeader__logo {
  line-height: 1;

  margin-top: 0;
  margin-right: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .siteHeader__logo {
    position: absolute;
    right: 0;
    left: 0;

    margin-right: auto;
    margin-left: auto;

    -ms-flex-order: 2;
    order: 2;
  }
}
.siteHeader__logo a:after {
  display: none;
}
@media screen and (max-width: 959px) {
  .siteHeader__logo img {
    max-width: 75px;
  }
}
/*
.-is-scrolled .siteHeader__logo img{
width: 75px;

transition: none;
}
*/
@media screen and (max-width: 959px) {
  /*
.-is-scrolled .siteHeader__logo img{
width: 50px;
}
*/
}
@media screen and (max-width: 959px) {
  .siteHeader__nav {
    position: fixed;
    top: -1000%;
    right: 0;
    bottom: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    height: 100%;

    transition: opacity 0.9s linear 0.45s, transform 0.9s ease-in-out 0.45s,
      top 0s linear 0s;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);

    opacity: 0;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.siteHeader__nav ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .siteHeader__nav ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.siteHeader__nav ul li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1366px) {
  .siteHeader__nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav li {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-height: 680px) {
  .siteHeader__nav li {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.siteHeader__nav .menu-onlineStore,
.siteHeader__nav .menu-instagram {
  display: none;
}
@media screen and (max-width: 959px) {
  .siteHeader__nav .menu-onlineStore,
  .siteHeader__nav .menu-instagram {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .-is-navOpen .siteHeader__nav {
    top: -10vw;
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
  }
}
/*
.siteHeader__submenu{
margin-left: auto;
}
*/

@media screen and (max-width: 959px) {
  .siteHeader__submenu {
    -ms-flex-order: 3;
    order: 3;
  }
}
.siteHeader__submenu a:after {
  display: none;
}
.siteHeader__submenu ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.siteHeader__submenu ul li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 1366px) {
  .siteHeader__submenu ul li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li a {
    height: 38px;
  }
  .siteHeader__submenu ul li a:before {
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li.menu-onlineStore a:before {
    top: 0;
    display: inherit;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav .menu-instagram {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__toggle {
    position: relative;
  }
  .siteHeader__toggle i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
  }
  .siteHeader__toggle i,
  .siteHeader__toggle i:before,
  .siteHeader__toggle i:after {
    display: block;

    width: 26px;
    height: 1px;

    transition: all 0.45s ease-in-out 0s;

    background-color: #4e3823;
  }
  .siteHeader__toggle i:before,
  .siteHeader__toggle i:after {
    position: absolute;

    content: ' ';
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .siteHeader__toggle i:before {
    top: -10px;
  }
  .siteHeader__toggle i:after {
    top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .-is-navOpen .siteHeader__toggle i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .-is-navOpen .siteHeader__toggle i:before {
    width: 0;
  }
  .-is-navOpen .siteHeader__toggle i:after {
    top: 10px;
    top: 0;

    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.siteFooter {
  line-height: 1;
  /*
margin-top: 100px;
*/

  text-align: center;
}
@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 60px;
  }
}
.siteFooter li {
  display: block;
}
.siteFooter__top {
  padding-top: 60px;
  padding-bottom: 60px;

  border-top: solid 1px #f0f0f0;
}
@media screen and (max-width: 959px) {
  .siteFooter__top {
    padding-top: 35px;
    padding-bottom: 35px;

    text-align: center;
  }
}
.siteFooter__top .wrap {
  position: relative;
}
@media screen and (max-width: 959px) {
  .siteFooter__top__logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 780px) {
  .siteFooter__nav--top {
    font-size: 1.3rem;
  }
}
.siteFooter__nav--top ul {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .siteFooter__nav--top ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-top: 30px;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
d @media screen and (max-width: 959px) {
  .siteFooter__nav--top li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2em;

    text-align: center;
  }
}

.siteFooter__nav--bottom ul {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .siteFooter__nav--bottom ul {
    margin-top: 30px;

    text-align: center;
  }
}

.siteFooter__nav--bottom li {
  display: inline-block;

  vertical-align: middle;
}

.siteFooter__bottom {
  padding: 40px 30px;

  border-top: solid 1px #f0f0f0;
}

.siteFooter__bottom .wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom .wrap {
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .siteFooter__bottom .wrap {
    display: block;
  }
}
.siteFooter__bottom__logo {
  margin-right: 50px;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom__logo {
    margin-right: 0;
  }
}
.siteFooter__bottom__copy {
  font-size: 1rem;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;

  text-align: left;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom__copy {
    margin-top: 50px;
    margin-left: 0;
  }
}

.button {
  display: inline-block;

  width: 380px;

  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .button {
    width: 280px;
  }
}
.button a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  display: block;

  padding: 30px;

  text-align: center;

  color: #fff;
  background-color: #d8a519;
}
@media screen and (max-width: 414px) {
  .button a {
    font-size: 1.4rem;
  }
}
.button a:after,
a.text-button:after {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  right: 0;

  display: inline-block;

  margin-left: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .button a:after {
  font-family: inherit;

  content: '>';
}
.button a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  display: block;

  width: 0;
  height: 100%;

  content: ' ';
  transition: all 0.45s ease-in-out 0s;

  background-color: rgba(255, 255, 255, 0.25);
}
.button a:hover:before,
.button a:active:before,
.button a:focus:before {
  right: auto;
  left: 0;

  width: 100%;
}
.button a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;

  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 414px) {
  .button a:after {
    font-size: 1.5em;
  }
}

.button.-outline a {
  padding: 1em;

  color: #4e3823;
  border: solid 1px;
  background-color: transparent;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.-is-rendered.-is-loaded {
  overflow: auto;
  width: auto;
  height: auto;
}

.loadingAnim {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(to right bottom, #fff, #f8fbea);

  transition: all 1.5s ease-in-out 0s;
  background-size: 200%;
}
.-is-rendered.-is-loaded .loadingAnim {
  transition-delay: 1s;
  -ms-transform: scale(1);
  transform: scale(1);

  opacity: 0;
  background-position: 100% 100%;
}
.mv {
  transition: all 0.3s ease-in-out 0s;

  opacity: 0;
}
.-is-rendered.-is-loaded .mv {
  transition-delay: 1s;
  -ms-transform: scale(1);
  transform: scale(1);

  opacity: 1;
}
.loadingAnim__content {
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 50%;

  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.loadingAnim svg {
  transition: all 1.2s ease-in-out 0s;
  opacity: 0;
  fill: transparent;
  stroke: transparent;
}
.-is-rendered .loadingAnim svg {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  fill: #54585a;
}
.-is-rendered.-is-loaded .loadingAnim svg {
  transition-delay: 0.2s;
  transition-duration: 1s;
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.loadingAnim__circle {
  fill: #54585a;
  strole: none;
  -webkit-mask: url(#m);
  mask: url(#m);
}

.backtotop {
  font-size: 1.4rem;
  font-style: normal;

  position: absolute;
  z-index: 7;
  top: -75px;
  right: 5%;

  cursor: pointer;
  text-align: center;

  color: #54585a;
}
@media screen and (max-width: 780px) {
  .backtotop {
    display: none;
  }
}
.backtotop:before {
  display: block;

  width: 2px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;

  content: ' ';

  background-color: #54585a;
}
.backtotop:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-top: solid 2px #54585a;
  border-right: solid 2px #54585a;
}

/************************

// top

************************/
/**************

// style

****************/

/*
.mv{
position: relative;

height: 800px;

background: url(../../images/index/main.jpg) center center no-repeat;
background-size: cover;
}
@media screen and (max-width: 1366px){
.mv{
height: 100vh;
max-height: 800px;
}
}*/
@media screen and (max-width: 959px) {
  .mv {
    height: auto;
    padding-top: 140vw;

    background-image: url(../../images/index/_sp/dummy.jpg);
    background-image: url(../../images/inde);
  }
}
@media screen and (max-width: 780px) {
  .mv {
    /*padding-top: 30vw;*/
    padding-top: 150vw;
  }
}
.mv .wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;

  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mv .wrap {
    position: static;

    max-width: 100%;
    padding-right: 0;
    padding-left: 0;

    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.mv__itemImg {
  position: absolute;
  right: 0;
  bottom: -100px;

  max-width: 56.25%;
}
@media screen and (min-width: 1366px) {
  .mv__itemImg {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .mv__itemImg {
    position: relative;
    bottom: -4vw;

    max-width: 100%;

    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .mv__itemImg {
    bottom: -7vw;

    max-width: 100%;

    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .mv__itemImg img {
    margin-bottom: -25vw;
  }
}
.mv__copy {
  font-weight: bold;
  line-height: 1;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 1024px) {
  .mv__copy {
    margin-bottom: 60px;

    text-align: center;
  }
}
.mv__copy__description {
  font-size: 4rem;
  font-weight: 600;

  margin-top: 0;
  margin-bottom: 1em;

  letter-spacing: 0.1em;

  color: #d8a519;
}
@media screen and (max-width: 780px) {
  .mv__copy__description {
    font-size: 1.6rem;
  }
}
.mv__copy__main span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .mv__copy__main span {
    letter-spacing: 0.1em;
  }
}
.mv__copy__main .itemTheme {
  font-size: 5.6rem;

  margin-bottom: 0.85em;
}
@media screen and (max-width: 780px) {
  .mv__copy__main .itemTheme {
    font-size: 2.2rem;
  }
}
.mv__copy__main .itemName {
  font-size: 8.2rem;
}
@media screen and (max-width: 780px) {
  .mv__copy__main .itemName {
    font-size: 3rem;
  }
}
.mv__scroll {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;

  text-align: center;

  color: #d8a519;
}
@media screen and (max-width: 1024px) {
  .mv__scroll {
    display: none;
  }
}
.mv__scroll:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;

  display: block;

  width: 1px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  animation: scrollbar 2s linear 0s infinite normal;

  background-color: #d8a519;
}

.section--introduction {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .section--introduction {
    padding-top: 38.5vw;
  }
}
@media screen and (max-width: 780px) {
  .section--introduction {
    padding-top: 40vw;
    padding-bottom: 75px;
  }
}
.section--introduction .wrap > article {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding-right: 5.2083333333%;
  padding-left: 5.2083333333%;

  -ms-flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--introduction .wrap > article {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .section--introduction .wrap > article {
    padding-right: 2.8%;
    padding-left: 2.8%;
  }
}
@media screen and (max-width: 780px) {
  .section--introduction .intro-img {
    max-width: 297px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 414px) {
  .section--introduction .intro-img {
    max-width: 200px;
  }
}
.section--introduction .intro-text {
  font-size: 2rem;
  line-height: 2.9;

  margin-left: 11.1111111111%;
}
@media screen and (max-width: 780px) {
  .section--introduction .intro-text {
    font-size: 1em;

    margin-left: 0;

    text-align: center;
  }
  .section--introduction .intro-text br {
    display: none;
  }
}
.section--introduction .intro-text p {
  margin-top: 0;
  margin-bottom: 2em;
}
.section--introduction .intro-text p:last-child {
  margin-bottom: 0;
}

.section--situation {
  position: relative;

  overflow: hidden;

  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 780px) {
  .section--situation {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section--situation .slick-list {
  overflow: visible;
}
.section--situation .slick-slider {
  position: static;
}
.section--situation .slideController {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;

  display: block;

  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;

  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;

  background-color: #d8a519;
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController {
    top: 0;
    right: 5%;
    bottom: auto;

    background-color: #fff;
  }
}
.section--situation .slideController:hover,
.section--situation .slideController:active,
.section--situation .slideController:focus {
  opacity: 0.7;
}
@media screen and (max-width: 780px) {
  .section--situation .slideController {
    width: 40px;
    height: 40px;
  }
}
.section--situation .slideController:before {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: #fff;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .section--situation .slideController:before {
  font-family: inherit;

  content: '>';
}
.section--situation .slideController:before {
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController:before {
    color: #4e3823;
  }
}
@media screen and (max-width: 780px) {
  .section--situation .slideController:before {
    line-height: 40px;
  }
}
.section--situation .slideController--prev {
  left: 22%;
}
@media screen and (max-width: 1680px) {
  .section--situation .slideController--prev {
    left: 15%;
  }
}
@media screen and (max-width: 1367px) {
  .section--situation .slideController--prev {
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController--prev {
    right: calc(51px + 6%);
    left: auto;
  }
}
@media screen and (max-width: 780px) {
  .section--situation .slideController--prev {
    right: calc(41px + 6%);
    left: auto;
  }
}
@media screen and (max-width: 414px) {
  .section--situation .slideController--prev {
    right: calc(41px + 5%);
  }
}
.section--situation .slideController--prev:before {
  transform: rotateY(180deg);
}
.section--situation .slideController--next {
  right: 22%;
}
@media screen and (max-width: 1680px) {
  .section--situation .slideController--next {
    right: 15%;
  }
}
@media screen and (max-width: 1366px) {
  .section--situation .slideController--next {
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController--next {
    right: 6%;
  }
}
@media screen and (max-width: 414px) {
  .section--situation .slideController--next {
    right: 5%;
  }
}
.section--situation .situation {
  outline: none;
}
.section--situation .situation > div {
  position: relative;

  width: 930px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .section--situation .situation > div {
    flex-direction: column;

    max-width: 90%;
    margin-left: -5%;

    -ms-flex-direction: column;
  }
}
.section--situation .situation:nth-child(even) > div {
  flex-direction: column-reverse;

  -ms-flex-direction: column-reverse;
}
.section--situation .situation__img {
  margin-left: 140px;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__img {
    margin-left: 0;
  }
}
.section--situation .situation__text {
  position: relative;
  position: absolute;
  bottom: -40px;
  left: 0;

  display: inline-block;

  margin-top: -290px;
  padding: 40px;

  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text {
    position: relative;
    bottom: auto;
    left: auto;

    margin-top: 0;
    padding: 20px 0 0 40px;

    background-color: transparent;
  }
}
@media screen and (min-width: 780px) {
  .section--situation .situation:nth-child(even) .situation__text {
    top: 290px;
    bottom: auto;
  }
}
.section--situation .situation__text__index {
  font-size: 2.4rem;
  font-weight: bold;

  margin-bottom: 1em;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__index {
    font-size: 1.8rem;
  }
}
.section--situation .situation__text__content {
  line-height: 2.5;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__content {
    padding-right: 30px;
  }
}
.section--situation .situation__text__content br.only-sp {
  display: block !important;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__content br {
    display: none;
  }
}
.section--situation.js-effect .situation__img {
  transition: all 0.9s ease-in-out 0s;
  transition-delay: 1s;

  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--situation.js-effect.-on .situation__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--situation .buttonArea {
  margin-top: 70px;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--situation .buttonArea {
    margin-top: 45px;
  }
}
.section--situation .panel {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;

  width: 50.5952380952%;
  height: 63.0952380952%;

  transition: all 0.9s ease-in-out 0s;

  opacity: 0.3;
  background-color: #f6e48a;
}
@media screen and (max-width: 780px) {
  .section--situation .panel {
    width: 80%;
  }
}
.section--situation.js-effect .panel {
  padding-top: 0;

  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 780px) {
  .section--situation.js-effect .panel {
    height: 0;
  }
}
.section--situation.js-effect.-on .panel {
  height: 100%;

  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.section--product {
  position: relative;

  padding-top: 120px;
  padding-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .section--product {
    padding-top: 90px;
  }
}
.section--product .wrap {
  position: relative;
  z-index: 1;

  overflow: hidden;
}
.section--product .section__index {
  font-size: 7.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  margin-bottom: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--product .section__index {
    font-size: 4.1rem;

    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.section--product .section__index:after {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100px;
  height: 1px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--product .section__index:after {
    width: 50px;
  }
}
.section--product .product-img {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;

  width: 35.7142857143%;
  margin-right: auto;
  margin-left: auto;

  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section--product .product-img {
    position: relative;

    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .section--product .product-detail {
    padding-left: 5%;
  }
}
@media screen and (max-width: 780px) {
  .section--product .product-detail {
    text-align: center;
  }
}
.section--product .product-detail__index {
  margin-bottom: 35px;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index {
    margin-bottom: 30px;
  }
}
.section--product .product-detail__index .ja {
  font-size: 3.2rem;
  line-height: 1.5;

  display: block;

  color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .ja {
    font-size: 2.2rem;
  }
}
.section--product .product-detail__index .ja br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section--product .product-detail__index .ja br {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .ja br {
    display: none;
  }
}
.section--product .product-detail__index .en {
  display: block;

  color: #999;
}
.section--product .product-detail__index .flavor {
  font-size: 1.8rem;
  font-weight: bold;

  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .flavor {
    font-size: 1em;
  }
}
.section--product .product-detail__index .flavor dt,
.section--product .product-detail__index .flavor dd {
  display: inline-block;
}
.section--product .product-detail__index .flavor dt:after {
  display: inline-block;

  margin-right: 5px;

  content: ':';
  vertical-align: middle;
}
.section--product .product-detail__index .flavor dd {
  margin-left: 0;
  padding-left: 0;

  color: #7b8809;
}
.section--product .product-detail__text {
  line-height: 2.1428571429;
}
.section--product .product-detail__text p {
  margin-top: 0;
  margin-bottom: 2em;
}
.section--product .product-detail__text p:last-child {
  margin-bottom: 0;
}
.section--product .product-detail__points {
  display: -ms-flexbox;
  display: flex;

  width: 380px;
  margin: 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__points {
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points {
    width: 100%;
    margin-top: 40px;

    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section--product .product-detail__points li {
  display: inline-table;

  width: 120px;
  height: 120px;
  margin-bottom: 20px;

  transition: 0.9s all ease-in-out 0s;
  text-align: center;

  color: #fff;
  border-radius: 100px;
  background-color: #f4a797;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li {
    width: 90px;
    height: 90px;
  }
}
.section--product .product-detail__points li:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.section--product .product-detail__points li:nth-child(0) {
  transition-delay: 0s;
}
.section--product .product-detail__points li:nth-child(1) {
  transition-delay: 0.1s;
}
.section--product .product-detail__points li:nth-child(2) {
  transition-delay: 0.2s;
}
.section--product .product-detail__points li:nth-child(3) {
  transition-delay: 0.3s;
}
.section--product .product-detail__points li:nth-child(4) {
  transition-delay: 0.4s;
}
.section--product .product-detail__points li:nth-child(5) {
  transition-delay: 0.5s;
}
.section--product .product-detail__points li:nth-child(6) {
  transition-delay: 0.6s;
}
.section--product .product-detail__points li > span {
  font-size: 1.5rem;
  line-height: 2rem;

  display: table-cell;

  width: 100%;
  height: 100%;

  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li > span {
    font-size: 1em;
  }
}
.section--product .product-detail__points.js-effect li {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--product .product-detail__points.js-effect.-on li {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--product__ingredients {
  margin-top: 8rem;
}
.section--product__ingredients .ingredients-index {
  line-height: 1;

  text-align: center;
}
.section--product__ingredients .ingredients-index__index {
  font-size: 3.2rem;
  font-weight: bold;

  position: relative;
  z-index: 1;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-index__index {
    font-size: 2.2rem;
  }
}
.section--product__ingredients .ingredients-index div {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;

  overflow: hidden;

  height: 1em;

  letter-spacing: 0.1em;

  opacity: 0.5;
  color: #c1cb8c;
}
@media screen and (max-width: 414px) {
  .section--product__ingredients .ingredients-index div {
    font-size: 3.5rem;
  }
}
.section--product__ingredients .ingredients-index div:not(:last-child) {
  margin-top: calc(-1em - 20px);
  margin-bottom: 20px;
}
.section--product__ingredients .ingredients-index div span {
  display: inline-block;

  transition: all 0.45s ease-in-out 0s;
}
.section--product__ingredients .ingredients-index div:nth-child(0) span {
  transition-delay: 0s;
}
.section--product__ingredients .ingredients-index div:nth-child(1) span {
  transition-delay: 0.1s;
}
.section--product__ingredients .ingredients-index div:nth-child(2) span {
  transition-delay: 0.2s;
}
.section--product__ingredients .ingredients-index.js-effect div span {
  padding-top: 1em;
}
.section--product__ingredients .ingredients-index.js-effect.-on div span {
  padding-top: 0;
}
.section--product__ingredients
  .ingredients-index.js-effect
  .ingredients-index__index {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--product__ingredients
  .ingredients-index.js-effect.-on
  .ingredients-index__index {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--product__ingredients .ingredients-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main {
    margin-top: 60px;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main .ingredients-list {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list li {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list
  li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list
  li
  > figure:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li
    > figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main .ingredients-list img {
    max-width: 100px;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list figcaption {
  font-weight: bold;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    figcaption {
    font-size: 1.2rem;

    white-space: nowrap;
  }
}
.section--product__ingredients .ingredients-other__wrap,
.section--product__ingredients .ingredients-other__column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section--product__ingredients .ingredients-other__wrap:not(:last-child),
.section--product__ingredients .ingredients-other__column:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__column {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--product__ingredients .ingredients-other__wrap:not(:last-child),
.section--product__ingredients .ingredients-other__column ul:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__wrap:not(:last-child),
  .section--product__ingredients
    .ingredients-other__column
    ul:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__wrap:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__column:not(:last-child) {
    margin-right: 30px;
  }
}
.section--product__ingredients .ingredients-other li {
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other li {
    margin-bottom: 1em;
  }
}
.section--product .buttonArea {
  margin-top: 70px;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--product .buttonArea {
    margin-top: 45px;
  }
}
.section--product .panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 70%;

  transition-delay: 1s;

  background-color: #f8fbea;
}
@media screen and (max-width: 1150px) {
  .section--product .panel {
    height: 72.5%;
  }
}
@media screen and (max-width: 780px) {
  .section--product .panel {
    height: 75%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .panel {
    height: 90%;
  }
}
.section--product .soy {
  position: absolute;
  top: 0;
  right: -5%;

  width: 31.1904761905%;
  height: 100%;

  background: url(../../images/index/product-bg-soy.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--product .soy {
    width: 524px;
  }
}
@media screen and (max-width: 780px) {
  .section--product .soy {
    width: 46.7857142857%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .soy {
    width: 62.380952381%;
  }
}
.section--product .objectWrapper {
  position: absolute;
  top: 10%;

  overflow: hidden;

  width: 100%;
  padding-top: 39.1666666667%;
}
@media screen and (min-width: 1366px) {
  .section--product .objectWrapper {
    padding-top: 658px;
  }
}
@media screen and (max-width: 780px) {
  .section--product .objectWrapper {
    top: 5%;

    padding-top: 58.75%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .objectWrapper {
    top: 5%;

    padding-top: 78.3333333333%;
  }
}
.section--product .tea {
  position: absolute;
  top: 40%;
  left: -35vw;

  width: 85.7142857143%;
  padding-top: 56.6666666667%;

  background: url(../../images/index/product-bg-tea.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--product .tea {
    padding-top: 952px;
  }
}
@media screen and (max-width: 1024px) {
  .section--product .tea {
    top: auto;
    bottom: -23vw;
  }
}
@media screen and (max-width: 414px) {
  .section--product .tea {
    top: auto;
    left: -90%;

    width: 171.4285714286%;
    padding-top: 113.3333333333%;
  }
}

.section--lifestyle {
  position: relative;

  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .section--lifestyle {
    padding-top: 25vw;
    padding-bottom: 75px;
  }
}
.section--lifestyle .section__index {
  font-weight: bold;
  line-height: 1;

  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 80px;

  -ms-flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index {
    display: block;
  }
}
.section--lifestyle .section__index h2 {
  font-size: 7.6rem;

  position: relative;

  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index h2 {
    font-size: 4.1rem;
  }
}
.section--lifestyle .section__index h2:after {
  display: block;

  width: 460px;
  height: 1px;
  margin-top: 30px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index h2:after {
    width: 50px;
    margin-top: 25px;
  }
}
.section--lifestyle .section__index p {
  font-size: 3.2rem;
  line-height: 1.875;

  margin: 0;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index p {
    font-size: 1.6rem;

    margin-top: 40px;
  }
}
.section--lifestyle .lifestyle {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  transition: all 0.9s ease-in-out 0s;

  -ms-flex-direction: row;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--lifestyle .lifestyle:nth-child(0) span {
  transition-delay: 0s;
}
.section--lifestyle .lifestyle:nth-child(1) span {
  transition-delay: 0.1s;
}
.section--lifestyle .lifestyle:nth-child(2) span {
  transition-delay: 0.2s;
}
.section--lifestyle .lifestyle:nth-child(3) span {
  transition-delay: 0.3s;
}
.section--lifestyle .lifestyle:nth-child(4) span {
  transition-delay: 0.4s;
}
.section--lifestyle .lifestyle:nth-child(5) span {
  transition-delay: 0.5s;
}
.section--lifestyle .lifestyle:not(:last-child) {
  margin-bottom: 10.4166666667%;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle:not(:last-child) {
    margin-bottom: 50px;
  }
}
.section--lifestyle .lifestyle__text {
  margin-top: 40px;
  margin-left: 5.5555555556%;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 30px;
    margin-left: 0;
  }
}
.section--lifestyle .lifestyle__text__index {
  font-size: 2.6rem;
  line-height: 2;

  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text__index {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text__index {
    font-size: 1.8rem;

    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__text__index {
    margin-bottom: 20px;
  }
}
.section--lifestyle .lifestyle__text__content {
  line-height: 5;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text__content {
    line-height: 4;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text__content {
    line-height: 2;
  }
}
.section--lifestyle .lifestyle__img {
  max-width: 720px;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 1s;
}
@media screen and (max-width: 1366px) {
  .section--lifestyle .lifestyle__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__img {
    max-width: 100%;
  }
}
.section--lifestyle .lifestyle:nth-child(even) {
  flex-direction: row-reverse;

  -ms-flex-direction: row-reverse;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle:nth-child(even) {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--lifestyle .lifestyle:nth-child(even) .lifestyle__text {
  margin-right: 5.5555555556%;
  margin-left: 0;
}
.section--lifestyle .lifestyle.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--lifestyle .lifestyle.js-effect .lifestyle__img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--lifestyle .lifestyle.js-effect.-on {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--lifestyle .lifestyle.js-effect.-on .lifestyle__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--lifestyle .pack {
  position: absolute;
  z-index: 1;
  top: -2%;
  right: 5%;

  width: 35.7142857143%;
  padding-top: 30.3571428571%;

  background: url(../../images/index/style-bg-item.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1366px) {
  .section--lifestyle .pack {
    top: -5%;
    right: 1%;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .pack {
    display: none;
  }
}
.section--lifestyle .tea {
  position: absolute;
  z-index: 1;
  top: -10%;
  left: -35vw;

  width: 85.7142857143%;
  padding-top: 56.6666666667%;

  background: url(../../images/index/product-bg-tea.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--lifestyle .tea {
    padding-top: 952px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .tea {
    top: auto;
    bottom: -23vw;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .tea {
    top: auto;
    left: -90%;

    width: 171.4285714286%;
    padding-top: 113.3333333333%;
  }
}

.section--suggest {
  position: relative;

  overflow: hidden;

  padding-top: 220px;
  padding-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .section--suggest {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
.section--suggest .section__index {
  font-weight: bold;

  position: relative;
  z-index: 1;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index {
    text-align: left;
  }
}
.section--suggest .section__index h2 {
  font-size: 7.6rem;
  line-height: 1;

  position: relative;

  margin-bottom: 50px;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index h2 {
    font-size: 4.1rem;
    line-height: 1.4;

    margin-bottom: 25px;
  }
}
.section--suggest .section__index p {
  font-size: 2.2rem;

  margin-bottom: 40px;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index p {
    font-size: 2rem;
  }
}
.section--suggest .suggest-itemImg {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-itemImg {
    display: none;
  }
}
.section--suggest .suggest-itemImg figure {
  line-height: 1;

  position: relative;

  display: inline-block;
}
.section--suggest .suggest-itemImg figure img {
  position: relative;
  z-index: 1;

  display: inline-block;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0.35s;
}
.section--suggest .suggest-itemImg figure:after {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;

  display: block;

  width: 438px;
  height: 526px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  transition: all 0.45s ease-in-out 0s;
  transform: perspective(10px) scale(0.95);

  background-color: #f6bdb1;
}
.section--suggest .suggest-itemImg.js-effect figure img {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--suggest .suggest-itemImg.js-effect figure:after {
  height: 0;

  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.section--suggest .suggest-itemImg.js-effect.-on figure img {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--suggest .suggest-itemImg.js-effect.-on figure:after {
  height: 526px;

  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.section--suggest .suggest-steps {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;

  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--suggest .suggest-steps .suggest-step {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  transition: all 0.9s ease-in-out 0s;

  -ms-flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step {
    flex-direction: row;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
  }
  .section--suggest .suggest-steps .suggest-step:nth-child(even) {
    flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
  }
  .section--suggest .suggest-steps .suggest-step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section--suggest .suggest-steps .suggest-step:first-child,
.section--suggest .suggest-steps .suggest-step:last-child {
  margin-top: -270px;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step:first-child,
  .section--suggest .suggest-steps .suggest-step:last-child {
    margin-top: 0;
  }
}
.section--suggest .suggest-steps .suggest-step:nth-child(0) {
  transition-delay: 0s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(1) {
  transition-delay: 0.1s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(2) {
  transition-delay: 0.2s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(3) {
  transition-delay: 0.3s;
}
.section--suggest .suggest-steps .suggest-step__detail {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-left: 0;
  padding-left: 0;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail {
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section--suggest .suggest-steps .suggest-step__detail dt {
  font-size: 10rem;
  font-style: italic;
  line-height: 1;

  color: #f6bdb1;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail dt {
    font-size: 8rem;
  }
}
.section--suggest .suggest-steps .suggest-step__detail dd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail dd {
    font-size: 1.075em;

    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(1)
    .suggest-step__detail
    dd {
    margin-right: -5em;

    white-space: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(2)
    .suggest-step__detail {
    margin-left: 2em;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(3)
    .suggest-step__detail {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    -ms-flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(3)
    .suggest-step__detail
    dd {
    margin-left: 1em;
  }
}
.section--suggest .suggest-steps.js-effect .suggest-step {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--suggest .suggest-steps.js-effect.-on .suggest-step {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--suggest .buttonArea {
  margin-top: 70px;

  text-align: center;
}
.section--suggest .soy {
  position: absolute;
  top: 0;
  left: -8%;

  width: 30%;
  padding-top: 37.9761904762%;

  background: url(../../images/index/product-bg-soy.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .section--suggest .soy {
    right: -8%;
    left: auto;

    width: 37.5%;
    padding-top: 47.4702380952%;
  }
}
@media screen and (max-width: 414px) {
  .section--suggest .soy {
    width: 45%;
    padding-top: 56.9642857143%;
  }
}

.section--news {
  padding-top: 70px;
  padding-bottom: 0;

  background-color: #fcf7dc;
}
@media screen and (max-width: 780px) {
  .section--news {
    position: relative;

    padding-top: 60px;
    padding-bottom: 16vw;
  }
}
.section--news .button {
  font-size: 1.4rem;

  position: absolute;
  top: 0;
  right: 5%;

  max-width: 150px;
}
@media screen and (max-width: 780px) {
  .section--news .button {
    position: static;

    margin-top: 50px;
  }
}
.section--news .button a:after {
  font-size: 1em;
}
.section--news li {
  list-style: none;
}
.section--news .wrap {
  position: relative;

  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section--news .wrap {
    position: static;

    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section--news .news-img {
  line-height: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section--news .news-img img {
  margin-bottom: -30px;
}
@media screen and (max-width: 780px) {
  .section--news .news-img {
    position: absolute;
    bottom: -2.5vw;
    left: 0;

    width: 25%;
  }
}
.section--news .news-articles {
  width: 100%;
  margin-bottom: 70px;
  margin-left: 8.5714285714%;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.section--news .news-articles .section__index {
  font-size: 3.2rem;
  font-weight: bold;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles .section__index {
    font-size: 2.2rem;

    text-align: center;
  }
}
.section--news .news-articles__list {
  margin-left: 0;
  padding-left: 0;
}
.section--news .news-articles__list li {
  padding-top: 25px;
  padding-bottom: 25px;

  border-bottom: solid 1px #e8d8c6;
}
.section--news .news-articles__list__topic {
  display: table;

  margin: 0;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic {
    display: block;
  }
}
.section--news .news-articles__list__topic dt,
.section--news .news-articles__list__topic dd {
  display: table-cell;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dt,
  .section--news .news-articles__list__topic dd {
    display: block;
  }
}
.section--news .news-articles__list__topic dt {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dt {
    font-size: 1rem;
    line-height: 1;

    margin-bottom: 1em;
  }
}
.section--news .news-articles__list__topic dd {
  padding-left: 40px;

  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dd {
    font-size: 1.2rem;

    margin-left: 0;
    padding-left: 0;
  }
}

.section--insta {
  overflow: hidden;

  padding-top: 170px;
}

.section--insta .wrap {
  max-width: 1200px;
}
.section--insta .section__index {
  font-weight: bold;

  position: relative;
  z-index: 1;
}
.section--insta .section__index h2 {
  font-size: 4.6rem;
  line-height: 1;

  position: relative;

  letter-spacing: 0.2em;
}
@media screen and (max-width: 780px) {
  .section--insta .section__index h2 {
    font-size: 2.7rem;
  }
}
.section--insta .section__index h2:before {
  font-family: icomoon;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -1px;
  left: 0;

  display: inline-block;

  margin-right: 3px;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .section--insta .section__index h2:before {
  font-family: inherit;

  content: '>';
}
.section--insta .section__index p {
  font-size: 3.2rem;
  font-weight: lighter;

  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 60px;

  letter-spacing: 0.12em;

  color: #f6bdb1;
}
@media screen and (max-width: 780px) {
  .section--insta .section__index p {
    font-size: 2.2rem;
  }
}
.section--insta .feedArea {
  position: relative;

  width: 1270px;
  height: 758px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea {
    width: 1040px;
    height: 620px;
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea {
    width: 84vw;
    height: 100.8vw;
  }
}
.section--insta .feedArea .feedImg {
  line-height: 0;

  position: absolute;
  top: 0;
  bottom: 0;

  display: block;

  width: 246px;
  height: 246px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg {
    width: 33.6vw;
    height: 33.6vw;
  }
}
.section--insta .feedArea a {
  display: block;
}
.section--insta .feedArea img {
  line-height: 0;
}
.section--insta .feedArea .feedImg:nth-child(1) {
  left: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(1) {
    bottom: auto;
  }
}
.section--insta .feedArea .feedImg:nth-child(2) {
  left: 256px;

  -ms-transform: translateY(123px);
  transform: translateY(123px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(2) {
    left: 210px;

    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(2) {
    bottom: auto;
    left: 33.6vw;

    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.section--insta .feedArea .feedImg:nth-child(3),
.section--insta .feedArea .feedImg:nth-child(4),
.section--insta .feedArea .feedImg:nth-child(5) {
  left: 512px;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(3),
  .section--insta .feedArea .feedImg:nth-child(4),
  .section--insta .feedArea .feedImg:nth-child(5) {
    left: 420px;
  }
}
.section--insta .feedArea .feedImg:nth-child(3) {
  bottom: auto;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(3) {
    left: 16.8vw;

    -ms-transform: translateY(33.6vw);
    transform: translateY(33.6vw);
  }
}
.section--insta .feedArea .feedImg:nth-child(4) {
  -ms-transform: translateY(10);
  transform: translateY(10);
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(4) {
    bottom: 0;
    left: 50.4vw;
  }
}
.section--insta .feedArea .feedImg:nth-child(5) {
  top: auto;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(5) {
    top: auto;
    left: 33.6vw;
  }
}
.section--insta .feedArea .feedImg:nth-child(6),
.section--insta .feedArea .feedImg:nth-child(7) {
  left: 768px;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(6),
  .section--insta .feedArea .feedImg:nth-child(7) {
    left: 630px;
  }
}
.section--insta .feedArea .feedImg:nth-child(6) {
  bottom: auto;

  -ms-transform: translateY(133px);
  transform: translateY(133px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(6) {
    -ms-transform: translateY(110px);
    transform: translateY(110px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(6) {
    display: none;
  }
}
.section--insta .feedArea .feedImg:nth-child(7) {
  bottom: auto;

  -ms-transform: translateY(389px);
  transform: translateY(389px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(7) {
    -ms-transform: translateY(320px);
    transform: translateY(320px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(7) {
    display: none;
  }
}
.section--insta .feedArea .feedImg:nth-child(8) {
  right: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(8) {
    display: none;
  }
}
.section--insta .feedArea .panel {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 448px;
  height: 606px;
  margin: auto;

  background-color: #fbf6ef;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .panel {
    width: 69vw;
    height: 40vw;
  }
}
.section--insta .feedArea .panel--left {
  -ms-transform: translate(-224px, 110px);
  transform: translate(-224px, 110px);
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .panel--left {
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}
.section--insta .feedArea .panel--right {
  -ms-transform: translate(34.5vw, 20px);
  transform: translate(34.5vw, 20px);
}
.section--insta .feedArea.js-effect .panel {
  height: 0;

  transition: all 0.45s ease-in-out 0s;
}
.section--insta .feedArea.js-effect .panel--left {
  transition-delay: 0.1s;
}
.section--insta .feedArea.js-effect .panel--right {
  transition-delay: 0.2s;
}
.section--insta .feedArea.js-effect .feedImg {
  opacity: 0;
}
.section--insta .feedArea.js-effect .feedImg,
.section--insta .feedArea.js-effect .feedImg img {
  transition: all 0.9s ease-in-out 0s;
}
.section--insta .feedArea.js-effect .feedImg img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(0) {
  transition-delay: 1.25s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(1) {
  transition-delay: 1.35s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(2) {
  transition-delay: 1.45s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(3) {
  transition-delay: 1.55s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(4) {
  transition-delay: 1.65s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(5) {
  transition-delay: 1.75s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(6) {
  transition-delay: 1.85s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(7) {
  transition-delay: 1.95s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(8) {
  transition-delay: 2.05s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(9) {
  transition-delay: 2.15s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(10) {
  transition-delay: 2.25s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(0) {
  transition-delay: 0.3s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(1) {
  transition-delay: 0.4s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(2) {
  transition-delay: 0.5s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(3) {
  transition-delay: 0.6s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(4) {
  transition-delay: 0.7s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(5) {
  transition-delay: 0.8s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(6) {
  transition-delay: 0.9s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(7) {
  transition-delay: 1s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(8) {
  transition-delay: 1.1s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(9) {
  transition-delay: 1.2s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(10) {
  transition-delay: 1.3s;
}
.section--insta .feedArea.js-effect.-on .panel {
  height: 606px;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea.js-effect.-on .panel {
    height: 80vw;
  }
}
.section--insta .feedArea.js-effect.-on .feedImg {
  opacity: 1;
}
.section--insta .feedArea.js-effect.-on .feedImg img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--insta .menu-instagram {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .menu-instagram {
    margin-top: 50px;
  }
}
.section--insta .menu-instagram a {
  display: block;

  width: 38px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;

  text-align: center;

  color: #fff;
  border-radius: 100%;
  background-color: #f6bdb1;
  line-height: 38px;
}
.section--insta .menu-instagram a:before {
  line-height: 38px;
}

@media screen and (max-width: 1024px) {
  .section--situation .slideController {
    background-color: #d8a519;
  }
  .section--situation .slideController:before {
    color: #fff;
  }
}

.section--product__ingredients .ingredients-other__wrap,
.section--product__ingredients .ingredients-other__column {
  align-items: baseline;
}

/*********************************************************************
Common
*********************************************************************/

br.nopc {
  display: none;
}

@media screen and (max-width: 768px) {
  br.nopc {
    display: block;
  }
}

br.nosp {
  display: block;
}

@media screen and (min-width: 641px) {
  br.nosp {
    display: none;
  }
}

.font-size-s {
  font-size: 1.2rem;
}

/*********************************************************************
ヘッダー
*********************************************************************/
.siteHeader.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #e9eef1;
}

.siteHeader.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #e9eef1;
}

.-is-scrolling .siteHeader.underline {
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .siteHeader.underline {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader a:after {
    bottom: -5px;
  }
}

/*********************************************************************
フッター
*********************************************************************/

.siteFooter__bottom {
  padding: 20px 0;
}

.siteFooter__bottom .wrap {
  display: block;
}

.siteFooter__nav--bottom ul {
  text-align: center;
}

.siteFooter__bottom__copy {
  margin-top: 40px;
  text-align: center;
}

/*********************************************************************
メインビジュアル
*********************************************************************/

@media screen and (max-width: 780px) {
  .mv__copy__description {
    font-size: 3rem;
  }
  .mv__copy__description {
    font-size: 3rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 4rem;
  }
  .mv__copy__main .itemName {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 640px) {
  .mv__copy {
    margin-bottom: 30px;
  }
  .mv__copy__description {
    font-size: 2.2rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 2.8rem;
  }
  .mv__copy__main .itemName {
    font-size: 4rem;
  }
}

@media screen and (max-width: 414px) {
  .mv__copy__description {
    font-size: 1.6rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 2.2rem;
  }
  .mv__copy__main .itemName {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 360px) {
  .mv__copy__main .itemTheme {
    font-size: 2rem;
  }
  .mv__copy__main .itemName {
    font-size: 3rem;
  }
}

/*********************************************************************
美容成分
*********************************************************************/

@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li
    > figure {
    width: 33.33333%;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .section--product__ingredients .ingredients-other li {
    white-space: nowrap;
  }
}

/*********************************************************************
テキストリンク
*********************************************************************/

a.txtlink {
  color: #54585a;
  transition: 0.3s;
}

a.txtlink:hover {
  opacity: 0.7;
}

/*********************************************************************
テキストリンク 下線
*********************************************************************/

a.txtlink-underline {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

/*
a.txtlink-underline::after{
position: absolute;
content: "";
left: 0;
bottom: -4px;
width: 100%;
height: 1px;
background-color: #d8a519;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
*/

a.txtlink-underline:hover {
  opacity: 0.7;
}

/*
a.txtlink-underline:hover::after{
bottom: 0;
visibility: visible;
opacity: 1;
}
*/

/*********************************************************************
テキストリンク News
*********************************************************************/

a.txtlink.news-link {
  color: #4e3823;
  transition: 0.3s;
}

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

/*********************************************************************
Rマーク
*********************************************************************/
ul.ingredients-list figcaption.reg {
  position: relative;
}
ul.ingredients-list figcaption.reg::after {
  content: '\0ae';
  position: relative;
  top: -3px;
  right: 0;
  font-size: 1.5rem;
  font-family: serif;
  line-height: 0;
}

/*********************************************************************
カテゴリーラベル News
*********************************************************************/
.category-label {
  border: 1px solid #d6dfe2;
  color: #a2aaad;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px;
  margin-right: 15px;
  width: 100px;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .category-label {
    font-size: 1.2rem;
    padding: 5px 2px 5px;
    width: 95px;
  }
}

.section--news .news-articles__list__topic dt,
.section--news .news-articles__list__topic dd {
  display: block;
}
.section--news .news-articles__list__topic dd {
  margin-left: 0;
  padding-left: 0;
}

dl.news-articles__list__topic .news-list-info {
  margin-bottom: 10px;
}

/*********************************************************************
Beauty Guide
*********************************************************************/
.section--knowledge .section__index {
  font-size: 7.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  margin-bottom: 50px;
  padding-bottom: 50px;
}
.section--knowledge .knowledge-lead {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--knowledge .section__index {
    font-size: 4.1rem;

    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .section--knowledge .knowledge-lead {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}
.section--knowledge .section__index:after {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100px;
  height: 1px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--knowledge .section__index:after {
    width: 50px;
  }
}
/*********************************************************************
Reset
*********************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

body {
  overflow: auto;
}

/*********************************************************************
Common
*********************************************************************/

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

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

/*********************************************************************
パンくず
*********************************************************************/

.breadcrumb {
  padding-right: 2.97619%;
  padding-left: 2.97619%;
  margin-top: 10px;
}

.breadcrumb ul.breadcrumb-list li {
  font-size: 12px;
  color: #54585a;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-left: 8px;
}

.breadcrumb ul.breadcrumb-list li .home-icon {
  padding-right: 6px;
}

.breadcrumb ul.breadcrumb-list li .home-icon > img {
  width: 10px;
  height: 10px;
}

.breadcrumb ul.breadcrumb-list li::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

.breadcrumb ul.breadcrumb-list li:last-child::after {
  content: none;
}

.breadcrumb ul.breadcrumb-list li a {
  color: #54585a;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-y: hidden;
  }
  .breadcrumb ul.breadcrumb-list {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}

.breadcrumb.mv-none {
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .breadcrumb.mv-none {
    padding-top: 90px;
  }
}

/*********************************************************************
ヘッダー　下線つき
*********************************************************************/

/*********************************************************************
下層MV
*********************************************************************/

.under-mv {
  height: 100vh;
  max-height: 600px;
  position: relative;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .under-mv {
    height: auto;
    padding-top: 100vw;
  }
}

@media screen and (max-width: 640px) {
}

.under-mv.contact-mv {
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .under-mv {
    padding-top: 100vw;
  }
  .under-mv.contact-mv {
    padding-top: 60vw;
  }
}

/*********************************************************************
下層MV 高さ抑えたパターン
*********************************************************************/

.under-mv.low {
  max-height: 180px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .under-mv.low {
    height: auto;
    padding-top: 30vw;
  }
}

@media screen and (max-width: 414px) {
  .under-mv.low {
    padding-top: 25vw;
  }
}

/*********************************************************************
下層タイトル
*********************************************************************/

.title-under-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-under-level-01 {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-size: 7rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

.title-under-level-01 h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.title-under-subheader {
  font-size: 24px;
  color: #a2aaad;
  text-align: center;
  line-height: 1;
  margin-top: 0;
}

.title-under-level-02 {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.under-mv.low .title-under-wrap {
  top: 48%;
}

.under-mv.low .title-under-level-01 {
  font-size: 48px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .title-under-level-01 {
    font-size: 48px;
  }
  .title-under-level-02 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .under-mv.low .title-under-level-01 {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .title-under-level-02 {
    font-size: 2rem;
  }
  .under-mv.contact-mv .title-under-wrap {
    top: 58%;
  }
}

@media screen and (max-width: 414px) {
  .title-under-level-01 {
    font-size: 36px;
  }
  .under-mv.low .title-under-wrap {
    top: 57%;
  }
  .title-under-subheader {
    font-size: 18px;
  }
  .under-mv.low .title-under-level-01 {
    font-size: 28px;
  }
}

/*********************************************************************
下層セクション
*********************************************************************/

.contents-under {
  margin-bottom: 120px;
  margin-top: 50px;
}

@media screen and (max-width: 414px) {
  .contents-under {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}

.contents-under-inner {
  max-width: 1200px;
  padding: 0 160px;
  margin: 0 auto;
}

.contents-under-inner.ambassader-inner {
  max-width: 1480px;
  padding: 0 80px;
}

.contents-under-inner.contents-under-inner-w800 {
  max-width: 860px;
}

@media screen and (max-width: 1024px) {
  .contents-under-inner,
  .contents-under-inner.ambassader-inner {
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-under {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .contents-under-inner,
  .contents-under-inner.ambassader-inner {
    padding: 0 30px;
  }
}

/*********************************************************************
定義リスト
*********************************************************************/

dl.info-list {
  width: 100%;
  border-top: 1px solid #e9eef1;
  padding: 30px 0;
  display: table;
}

dl.info-list:last-of-type {
  border-bottom: 1px solid #e9eef1;
}

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

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

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

dl.info-list dd {
  width: 70%;
}

dl.info-list.w50 dt {
  width: 50%;
}

dl.info-list.w50 dd {
  width: 50%;
}

dl.info-list dd > span {
  padding-right: 10px;
}

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

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

@media screen and (max-width: 768px) {
  dl.info-list {
    padding: 20px 0;
    display: block;
  }
  dl.info-list dt,
  dl.info-list dd {
    display: block;
    width: 100%;
  }
  dl.info-list dt {
    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;
}

dl.info-list dd ol li:last-child {
  padding-bottom: 0;
}

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

ul.contact-list li {
  list-style-type: none !important;
}

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

ul.contact-list li span:first-of-type {
  font-weight: bold;
}

dl.info-list dd ol.sales-term-list li {
  padding-bottom: 30px;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice {
  padding: 15px 0;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.sales-term-list-contact {
  padding-top: 30px;
}
.sales-term-list-contact.mt-s {
  padding-top: 15px;
}
.sales-term-list-contact p {
  margin-top: 0;
}

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

.sales-term-notice-area {
}

.sales-term-notice-area ul.sales-term-notice-area li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 3px;
  list-style-type: none;
}

.sales-term-notice-area ul.sales-term-notice-area li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

ol.number-sub-list {
  margin-left: 0 !important;
}

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

ol.number-sub-list li {
  list-style-type: none !important;
  padding-left: 25px;
  position: relative;
}

ol.number-sub-list li > span {
  position: absolute;
  top: 0;
  left: 0;
}
ol.sales-term-list-pay {
  margin-top: 50px;
}
dl.info-list dd ol.sales-term-list.sales-term-list-pay li {
  padding-bottom: 50px;
}
ol.sales-term-list-pay li {
  font-weight: bold;
}
ol.sales-term-list-pay li p,
ol.sales-term-list-pay li ul li {
  font-weight: normal;
}
ol.sales-term-list-pay li p {
  margin-top: 0;
}
dl.info-list
  dd
  ol.sales-term-list.sales-term-list-pay
  li
  ul.sales-term-list-notice {
  padding: 0;
}
ol.sales-term-list-pay .logo-amazonpay {
  margin-top: 10px;
  width: 180px;
}
ol.sales-term-list-pay .logo-rakutenpay {
  margin-top: 10px;
  width: 180px;
}
ol.sales-term-list-pay .logo-rakutenpay img {
  border: 1px solid #eee;
}

@media screen and (max-width: 414px) {
  .sales-term-list-contact p span {
    display: block;
  }
  ol.sales-term-list-pay {
    margin-top: 20px;
  }
  dl.info-list dd ol.sales-term-list.sales-term-list-pay li {
    padding-bottom: 30px;
  }
  ol.sales-term-list-pay .logo-amazonpay {
    width: 160px;
  }
  ol.sales-term-list-pay .logo-rakutenpay {
    width: 150px;
  }
  .sales-term-list-contact {
    padding-top: 20px;
  }
}

/*********************************************************************
会社情報
*********************************************************************/

.company-mv {
  background-image: url(../../images/company/company_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .company-mv {
    background-image: url(../../images/company/company_main_bg_sp.jpg);
  }
}

.lead-mission {
  font-size: 3.2rem;
  text-align: center;
}

.lead-mission span {
  color: #f6b0a8;
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .lead-ambassador .nopc {
    display: none;
  }
}

.mission-txt-area {
  max-width: 860px;
  margin: 80px auto 0 auto;
  display: table;
}

.mission-txt-area > div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.mission-txt-area .mission-fig-logo {
  width: 40%;
  padding-right: 4%;
}

.mission-txt-area .mission-txt {
  width: 60%;
}

.mission-txt-area .mission-txt P {
  margin-bottom: 30px;
}

.mission-txt-area .mission-txt P:last-of-type {
  margin-bottom: 0;
}

.company-profile-area {
  background-color: #fdf7dd;
  padding: 100px 0;
}

.company-profile-area {
  background-color: #fdf7dd;
  padding: 100px 0;
}

.company-profile-area dl {
  border-top: 1px solid #e3ddc3;
}

.company-profile-area dl:last-of-type {
  border-bottom: 1px solid #e3ddc3;
}

.company-profile-area .company-profile-inner {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lead-mission {
    font-size: 1.8rem;
  }
  .company-profile-area {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .mission-txt-area {
    margin: 30px auto 0 auto;
  }
  .company-profile-area {
    padding: 60px 0;
  }
  .lead-mission {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .mission-txt-area > div {
    display: block;
  }
  .mission-txt-area .mission-fig-logo {
    width: 50%;
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mission-txt-area .mission-txt {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .lead-ambassador {
    font-size: 2rem;
    line-height: 1;
  }
  .lead-ambassador span {
    font-size: 3.4rem;
  }
}

.sales-term-list-set .gmo-payment-area > p {
  margin: 0;
}

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

.gmo-payment-area img.bnr-gmo {
  padding-top: 6px;
  display: block;
}

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;
}

ul.notice-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

ul.notice-list.notice li::before {
  content: '※';
}

/*********************************************************************
お問い合わせ
*********************************************************************/

.contact-mv {
  background-image: url(/assets/contact/images/contact_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .contact-mv {
    background-image: url(/assets/contact/images/contact_main_bg_sp.jpg);
    background-position: center center;
  }
}

.contact-area #form {
  max-width: 900px;
  margin: 0 auto;
}

.contact-area .contact-lead {
  text-align: center;
  margin-bottom: 15px;
}

.contact-area .contact-lead > span {
  color: #a00623;
  font-weight: bold;
}

.contact-area .contact-lead.confirm-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact-ex {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #54585a;
  margin-bottom: 50px;
}

ul.contact-ex-list {
  margin-bottom: 60px;
}

ul.contact-ex-list li {
  font-size: 13px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

ul.contact-ex-list li::last-child {
  margin-bottom: 0;
}

ul.contact-ex-list li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.contact-area .form-label {
  color: #54585a;
}

.contact-area .form-label > span {
  font-size: 1.2rem;
  color: #a00623;
  padding-left: 6px;
}
.contact-area .form-label > span.form-label-any {
  color: #959b9e;
}

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;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

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;
}

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

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

.select-box::before {
  content: '';
  position: absolute;
  top: 1.2em;
  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: 12px 30px 12px 12px;
  color: #383f46;
  font-size: 1.4rem;
}

.input-box,
.text-area-box {
  padding: 12px;
  width: 75%;
  box-sizing: border-box;
  border: 1px solid #d2d7da;
  font-size: 1.4rem;
}

.text-area-box {
  resize: vertical;
  min-height: 150px;
}

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

.btn-submit-area > p {
  padding-bottom: 15px;
  margin: 0 auto;
}

.btn-submit {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  width: 320px;
  line-height: 1;
  position: relative;
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(84, 88, 98);
  padding: 30px;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}

.btn-submit:hover {
  opacity: 0.8;
}

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

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

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

.btn-modifi {
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}

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

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

input[type='text']:focus,
input[type='text']:active,
textarea:focus,
textarea:active {
  outline: initial !important;
  border: 1px solid #d2d7da !important;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  padding: 12px;
  border: 1px solid rgba(81, 203, 238, 1) !important;
}

/*** Thanks ***/

.contact-thanks-area {
  border-top: 1px solid #e9eef1;
  padding-top: 250px;
  margin-bottom: 160px;
}

.contact-thanks-area .title-under-level-02 {
  padding: 0 8%;
}

.thanks-txt {
  text-align: center;
  margin-bottom: 20px;
}

.contact-thanks-btn {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 959px) {
  .input-box,
  .text-area-box {
    width: 100%;
  }
  .select-box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .contact-thanks-btn {
    width: 70%;
    padding-top: 60px;
  }
  .title-under-level-02 {
    margin-bottom: 20px;
  }
  .contact-thanks-area {
    padding-top: 180px;
  }
  .contact-thanks-btn {
    width: 80%;
  }
  .contact-ex {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  ul.contact-ex-list {
    margin-bottom: 40px;
  }
  ul.contact-ex-list li {
    font-size: 1.2rem;
  }
  .contact-area .contact-lead.confirm-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

/*********************************************************************
プライバシーポリシー
*********************************************************************/

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

/*********************************************************************
Related
*********************************************************************/

ul.related-link-area {
  margin-top: 80px;
}

ul.related-link-area li {
  float: left;
  width: 50%;
  overflow: hidden;
}

ul.related-link-area li a {
  display: block;
  background-size: cover;
  transition: 0.3s;
  position: relative;
  padding-top: 66.904%;
  overflow: hidden;
}

ul.related-link-area li a.related-news {
  background-image: url(../../images/common/related_campaign.jpg);
}

ul.related-link-area li a.related-company {
  background-image: url(../../images/common/related_company.jpg);
}

ul.related-link-area li a.related-contact {
  background-image: url(../../images/common/related_contact.jpg);
}

ul.related-link-area li a.related-campaign {
  background-image: url(../../images/common/related_campaign.jpg);
}

ul.related-link-area li a.related-knowledge {
  background-image: url(../../images/common/related_knowledge.jpg);
}

ul.related-link-area li a:hover {
  transform: scale(1.025);
}

ul.related-link-area li a .btn-related {
  position: absolute;
  bottom: 30px;
  left: 50%;
  background-color: #fff;
  padding: 15px 20px;
  width: 280px;
  box-sizing: border-box;
  text-align: center;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.3s;
}

ul.related-link-area li a .btn-related > span {
  position: relative;
}

ul.related-link-area li a .btn-related > span::after {
  font-family: icomoon;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  top: -2px;
  right: 0px;
  display: inline-block;
  margin-left: 8px;
  content: '';
  transform: translate(0px, 0px);
  vertical-align: middle;
  text-transform: none;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
}

ul.related-link-area li a:hover .btn-related {
  background-color: #4e3823;
  color: #fff;
}

@media screen and (max-width: 768px) {
  ul.related-link-area {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  ul.related-link-area li {
    float: none;
    width: 100%;
  }
}

/*********************************************************************
Banner GMO
*********************************************************************/

a.bnr-gmo {
  margin-top: 8px;
  transition: 0.3s;
}

a.bnr-gmo:hover {
  opacity: 0.8;
}

/*********************************************************************
News
*********************************************************************/

.news-area .title-under-level-01.news-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 30px 0;
}

.news-area .news-date {
  color: #a2aaad;
  margin-bottom: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-list-info .date {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-area .news-contents p {
  margin-bottom: 30px;
}

.news-area .news-contents a {
  text-decoration: underline;
  transition: 0.3s;
}

.news-area .news-contents a:hover {
  opacity: 0.7;
}

.newsbuttonArea {
  text-align: center;
}

.newsbuttonArea .button {
  width: 280px;
  margin: 0 auto;
}

.newsbuttonArea .button a {
  /* padding: 22px; */
  font-size: 1.4rem;
}

.newsbuttonArea .button a::after {
  content: none;
}

.news-next-pre-ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 40px;
  box-sizing: border-box;
}

.news-next-pre-ctl .news-next-pre-article {
  width: 50%;
  background-color: #fff;
  position: relative;
}

.news-next-pre-ctl .news-next-pre-article.pre-article {
  margin-right: 20px;
}

.news-next-pre-ctl .news-next-pre-article.next-article {
  margin-left: 20px;
}

.news-next-pre-ctl .news-next-pre-article > a {
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .news-next-pre-ctl .news-next-pre-article > a:hover {
    opacity: 0.7;
  }
}

.news-next-pre-ctl .news-next-pre-article > a .news-next-pre-article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-next-pre-ctl
  .news-next-pre-article.next-article
  > a
  .news-next-pre-article-inner {
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-arw {
  background-color: #d6dfe2;
  position: relative;
  padding: 0 14px;
  box-sizing: border-box;
  width: 2%;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-arw::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-next-pre-ctl
  .news-next-pre-article.next-article
  > a
  .news-next-pre-article-inner
  .article-arw::before {
  left: 25%;
  right: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt {
  box-sizing: border-box;
  width: 98%;
  padding: 20px 15px 20px 20px;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt
  > p {
  margin-top: 0;
  line-height: 1.6;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt
  > p.date {
  font-size: 1.2rem;
  color: #a2aaad;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-next-pre-ctl .no-pre-article {
  background-color: #f8f8f8;
}

@media screen and (max-width: 959px) {
  .news-next-pre-ctl
    .news-next-pre-article
    > a
    .news-next-pre-article-inner
    .article-txt
    > p.date {
    font-size: 3vw;
  }
  .news-next-pre-ctl {
    display: block;
    padding: 15px;
    padding: 3vw;
  }
  .news-next-pre-ctl .news-next-pre-article {
    width: 100%;
  }
  .news-next-pre-ctl .news-next-pre-article.pre-article {
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
  .news-next-pre-ctl .news-next-pre-article.next-article {
    margin-left: 0;
  }
  .news-next-pre-ctl .no-pre-article {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .news-area .title-under-level-01.news-title {
    font-size: 2.2rem;
  }
  .news-area .news-date {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .news-area .title-under-level-01.news-title {
    font-size: 1.6rem;
  }
  .news-area .title-under-level-01.news-title {
    margin: 10px 0 20px 0;
  }
}

.contents-under-news {
  margin-bottom: 140px;
}

@media screen and (max-width: 959px) {
  .contents-under-news {
    margin-bottom: 100px;
    margin-bottom: 10vw;
  }
}

/*********************************************************************
News ページネーション
*********************************************************************/

.pageNation {
  text-align: center;
  margin: 0 auto;
}

ul.pageNation-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0;
}

ul.pageNation-list li {
  margin-right: 10px;
}

ul.pageNation-list li:last-child {
  margin-right: 0;
}

ul.pageNation-list li .page-number,
ul.pageNation-list li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
  vertical-align: middle;
}

ul.pageNation-list li a.page-number:hover,
ul.pageNation-list li a.page-numbers:hover {
  background: #a2aaad;
  color: #fff;
}

ul.pageNation-list li .page-number.pabe-number-current,
ul.pageNation-list li .page-numbers.current {
  background: #54585a;
  color: #fff;
}

ul.pageNation-list li a.page-bullet {
  position: relative;
  /*
	display: inline-block;
	width: 20px;
	margin-top: 20px;
	*/
}

ul.pageNation-list li a.page-bullet::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #54585a;
  border-right: solid 2px #54585a;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

ul.pageNation-list li a.page-bullet.page-bullet-prev::before {
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

ul.pageNation-list li a.page-bullet.page-bullet-next::before {
}

ul.pageNation-list li a.page-bullet:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 1070px) {
  .contents-under.news-area dl.info-list dt,
  .contents-under.news-area dl.info-list dd {
    display: block;
    width: 100%;
  }
  .contents-under.news-area dl.info-list dt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .contents-under.news-area {
    margin-bottom: 60px;
  }
  ul.pageNation-list li {
    margin-right: 6px;
  }
  ul.pageNation-list li .page-number,
  ul.pageNation-list li .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}

/*********************************************************************
doctor 医師も薦める
*********************************************************************/

.doctor-wrap .contents-under-inner {
  padding: 0 80px;
  max-width: 1480px;
}

@media screen and (max-width: 768px) {
  .doctor-wrap .contents-under-inner {
    padding: 0 30px;
  }
}

.button-doctor {
  width: 280px;
  margin-top: 15px;
}

.button-doctor a {
  font-size: 1.3rem;
  color: #4e3823;
  background-color: transparent;
  border: 1px solid #4e3823;
}

/*
.doctor-breadcrumb{
-ms-transform: translateY(-8em);
transform: translateY(-8em);
}
*/

.doctor-mv {
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

/*
.doctor-mv-wrap{
position: absolute;
z-index: 2;
top: 50%;
right: 0;
left: 0;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 1440px;
margin-right: auto;
margin-left: auto;
padding-right: 80px;
padding-left: 80px;
}
*/

.doctor-copy {
  font-weight: bold;
}

.doctor-copy p {
  margin-top: 10px;
}

.doctor-copy p.doctor-description {
  margin-top: 0;
}

.doctor-description {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}

.doctor-main-ttl {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 8rem;
  line-height: 1.2;
  margin-top: 20px;
}

.doctor-lead {
  padding-top: 0;
  font-size: 2.4rem;
  line-height: 2;
}

.doctor-lead span {
  color: #a2aaad;
  font-size: 4rem;
}

/*
.doctor-main-fig{
position: absolute;
right: 50px;
bottom: 90px;
max-width: 56.25%;
}
*/

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

@media screen and (min-width: 1366px) {
  .doctor-main-fig {
    max-width: none;
  }
}

.doctor-profile-area {
  background: #f8f8f8;
  padding: 50px 0;
  z-index: -1;
}

.doctor-wrap .contents-under-inner.doctor-mv-index {
  margin: 0 auto;
  height: 700px;
  position: relative;
}

.doctor-mv-index .doctor-mv-wrap {
  position: absolute;
  left: 80px;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.doctor-mv-index .doctor-main-fig {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.doctor-profile .doctor-profile-fig {
  width: 180px;
}

.doctor-profile .doctor-profile-txt {
  padding-left: 30px;
}

.doctor-profile .doctor-profile-txt p {
  font-size: 1.4rem;
}

.doctor-profile-txt-nopc {
  display: none;
}

.doctor-profile .doctor-profile-txt p.doctor-profile-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.doctor-contents-under {
  margin-bottom: 0;
  margin-top: 0;
}

.doctor-wrap .doctor-contents-under:last-of-type {
  /* margin-bottom: 140px;*/
}

.doctor-contents-under.spot {
  background: #f8f8f8;
}

.doctor-contents-ttl .doctor-contents-copy {
  font-size: 3rem;
  font-weight: bold;
  color: #a2aaad;
  line-height: 1.5;
}

.doctor-contents-ttl .doctor-contents-ttl {
  font-size: 4.4rem;
  font-weight: bold;
}

.doctor-interview-area {
  display: flex;
  padding: 80px 0;
}

.doctor-interview-ttl {
  width: 40%;
}

.doctor-interview-ttl h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.doctor-interview-ttl h3 span {
  font-size: 4rem;
  color: #a2aaad;
}

.doctor-interview {
  width: 60%;
  padding-left: 2em;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .doctor-interview-nosp {
    display: none;
  }
}

.doctor-interview .doctor-interview-set {
  margin-top: 60px;
}

.doctor-interview .doctor-interview-set:first-of-type {
  margin-top: 20px;
}

.doctor-interview-inner {
  display: flex;
  font-size: 1.6rem;
}

.doctor-interview-inner > i {
  width: 15%;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 30px;
}

.doctor-interview-inner > div {
  width: 85%;
  padding-left: 1rem;
  box-sizing: border-box;
}

.doctor-interview-question {
  color: #54585a;
  font-weight: bold;
}

.doctor-interview-question > div > p:first-child,
.doctor-interview-answer > div > p:first-child {
  margin-top: 0;
}

.doctor-interview-question > i {
  font-size: 1.6rem;
}

.doctor-interview-answer {
  margin-top: 20px;
}

.doctor-interview-answer p {
  margin-bottom: 20px;
}

.doctor-interview-answer p:last-child {
  margin-bottom: 0;
}

.doctor-interview-area-fig div:first-child {
  width: 70%;
  padding-right: 1em;
  box-sizing: border-box;
}

.doctor-interview-area-fig div:last-child {
  width: 30%;
}

.doctor-interview-area-fig div:first-child .doctor-interview-ttl {
  width: 100%;
  margin-bottom: 30px;
}

.doctor-interview-area-fig div:first-child i {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.doctor-interview-area-fig div:first-child p {
  font-size: 1.6rem;
}

.doctor-contents-under.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .doctor-mv {
    height: 530px;
  }
  .doctor-main-fig {
    max-width: 46.25%;
    right: 30px;
    bottom: 160px;
  }
  .doctor-main-ttl {
    font-size: 6rem;
  }
  .doctor-lead {
    font-size: 1.8rem;
  }
  .doctor-lead span {
    font-size: 1.6rem;
  }
  .doctor-interview-area {
    display: block;
  }
  .doctor-interview-ttl,
  .doctor-interview {
    width: 100%;
  }
  .doctor-interview {
    padding-left: 0;
  }
  .doctor-interview-inner > i {
    width: 10%;
  }
  .doctor-interview-inner > div {
    width: 90%;
  }
  .doctor-interview .doctor-interview-set:first-of-type {
    margin-top: 50px;
  }
  .doctor-interview-area-fig div:first-child {
    width: 100%;
    padding-left: 0;
  }
  .doctor-interview-area-fig div:last-child {
    width: 50%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .doctor-interview-answer {
    display: block;
  }
  .doctor-interview-answer > i {
    width: 100%;
    text-align: right;
  }
  .doctor-interview-answer > div {
    width: 100%;
    padding-left: 0;
  }
  .doctor-interview-question > i {
    text-align: left;
    width: 2%;
  }
  .doctor-interview-question > div {
    width: 98%;
  }
  .doctor-mv-index .doctor-mv-wrap {
    top: 45%;
  }
  .doctor-contents-ttl .doctor-contents-ttl {
    font-size: 3.2rem;
  }
  .doctor-contents-ttl .doctor-contents-copy {
    font-size: 2rem;
  }
  .doctor-interview-ttl h3 {
    font-size: 2.2rem;
  }
  .doctor-profile .doctor-profile-txt p {
    font-size: 1.3rem;
  }
  .doctor-interview-inner,
  .doctor-interview-area-fig div:first-child p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .doctor-contents-under.mt100 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 780px) {
  .doctor-mv {
    margin-top: 0;
  }
  .doctor-mv .doctor-mv-index {
    padding: 0;
  }
  .doctor-mv-index .doctor-mv-wrap {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .doctor-mv-index .doctor-main-fig {
    position: relative;
    right: 0;
  }
  .doctor-lead {
    padding-top: 0;
  }
  .doctor-wrap .contents-under-inner.doctor-mv-index {
    height: inherit;
  }
  .doctor-breadcrumb {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 60px;
  }
  .doctor-mv {
    height: auto;
    padding-top: 15vw;
  }
  .doctor-mv-wrap {
    position: static;
    max-width: 100%;
    padding-right: 0;
    padding-left: 3em;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .doctor-main-fig {
    position: relative;
    bottom: 0;
    max-width: 70%;
    text-align: center;
    right: 0;
    margin: 0 auto;
  }
  .doctor-profile-area {
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .doctor-interview-area {
    padding: 40px 0;
  }
  .doctor-interview-question > i {
    width: 3%;
  }
  .doctor-interview-question > div {
    width: 97%;
  }
}

@media screen and (max-width: 640px) {
  .doctor-mv {
    padding-top: 23vw;
  }
  .doctor-mv-wrap {
    padding: 0 30px;
  }
  .doctor-main-ttl {
    font-size: 3.8rem;
  }
  .doctor-description {
    font-size: 1.4rem;
  }
  .doctor-lead {
    font-size: 1.5rem;
  }
  .doctor-lead span {
    font-size: 1.7rem;
  }
  .doctor-lead-nosp {
    display: none;
  }
  .doctor-main-fig {
    max-width: 100%;
    padding: 0 30px;
  }
  .doctor-profile-area {
    padding: 30px 0;
    margin: 30px 0;
  }
  .doctor-profile .doctor-profile-fig {
    width: 30%;
  }
  .doctor-profile .doctor-profile-txt {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .doctor-profile .doctor-profile-txt p.doctor-profile-ttl {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .doctor-profile .doctor-profile-txt p {
    font-size: 1.2rem;
  }
  .doctor-contents-ttl .doctor-contents-copy {
    font-size: 1.6rem;
  }
  .doctor-contents-ttl .doctor-contents-ttl {
    font-size: 2.8rem;
  }
  .doctor-interview-area {
    padding: 40px 0;
  }
  .doctor-interview-ttl h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .doctor-interview-ttl h3 span {
    font-size: 3rem;
  }
  .doctor-interview .doctor-interview-set {
    margin-top: 40px;
  }
  .doctor-interview .doctor-interview-set:first-of-type {
    margin-top: 30px;
  }
  .doctor-interview-inner {
    font-size: 1.4rem;
  }
  .doctor-interview-question > i {
    font-size: 1.8rem;
  }
  .doctor-interview-answer {
    margin-top: 18px;
  }
  .doctor-profile-txt-nosp {
    display: none;
  }
  .doctor-profile-txt-nopc {
    display: block;
    font-size: 1.2rem;
  }
  .button-doctor {
    width: 100%;
  }
  .doctor-interview-area-fig div:last-child {
    width: 80%;
  }
  .doctor-interview-area-fig div:first-child i,
  .doctor-interview-area-fig div:first-child p {
    font-size: 1.4rem;
  }
  .doctor-interview-question > i {
    width: 4%;
  }
  .doctor-interview-question > div {
    width: 96%;
  }
  .doctor-interview-question > div {
    padding-left: 15px;
  }
  .doctor-interview-question > i {
    line-height: 1;
  }
  .doctor-contents-under.mt100 {
    margin-top: 0;
  }
}

/*********************************************************************
YoutubeとWPカードの表示用
*********************************************************************/
.knowledge-article-contents iframe.wp-embedded-content {
  max-width: 100%;
  width: 100%;
}
.knowledge-article-contents .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.knowledge-article-contents
  .wp-block-embed-youtube
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************

＜＜＜　フォントサイズについて　＞＞＞

・1281px以上は、rem固定地
・901px〜1280pxはvw
・900px以下もvw


************************************/

/************************************

Common

************************************/

html {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 62.5%;
  position: relative;
  letter-spacing: 1px;
  color: #54585a;
}

body {
  font-size: 1.5rem;
  line-height: 2.3;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

b,
strong,
.bold {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', ...,
    sans-serif;
  font-weight: bold;
}

p {
  margin-top: 20px;
  margin-bottom: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 959px) {
  p {
    margin-top: 18px;
    margin-top: 4.5vw;
  }
}

/************************************

Header & Navigation

************************************/

.siteHeader {
  position: fixed;
  top: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-weight: 400;
}

.siteHeader .siteHeader__nav {
  margin: 0 auto;
  height: 100%;
}

.siteHeader > .wrap {
  padding-right: 2.8%;
  padding-left: 2.8%;
}

.siteHeader__logo {
  max-width: 100px;
  margin-right: 50px;
}

nav.siteHeader__nav > ul {
  height: 100%;
  margin-left: 5px;
}
nav.siteHeader__nav > ul li ul.nav-list-drop {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

nav.siteHeader__nav > ul > li {
  height: inherit;
}

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

.siteHeader__toggle div {
  display: inline-block;
}

.siteHeader__toggle span {
  display: none;
}

.mv__scroll {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #54585a;
}

.mv__scroll:after {
  background-color: #54585a;
}

/*
.nav-list-drop{
display: none;
}
*/

.siteHeader__nav ul li.nav-list-top a.open {
  text-decoration: none;
  transition: 0.3s;
}

.siteHeader__nav ul li.active {
  position: relative;
}

.siteHeader__nav ul li.nav-list-top a > span.arw-bottom {
  position: relative;
}

.siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .siteHeader__toggle span {
    display: block;
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
    display: inline-block;
    line-height: 5.5vw;
  }

  .siteHeader__toggle i {
    left: 0;
    right: inherit;
  }

  .menu-onlineStore a:before {
    font-size: 3.9vw;
  }

  .siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
    display: none;
  }

  .siteHeader {
    margin-top: 0;
  }
  .siteHeader .nav-list li:not(:last-child) {
    height: auto;
  }
  .siteHeader__submenu .menu-instagram {
    display: none;
  }

  .siteHeader__logo img {
    max-width: 100%;
  }

  .menu-onlineStore a:before {
    font-size: 2.4rem;
  }
  nav.siteHeader__nav > ul {
    height: 100%;
  }
}

/*
@media screen and (max-width: 640px){
.siteHeader__submenu .menu-instagram{
display: none;
}

.siteHeader__logo img{
max-width: 70px;
}

.menu-onlineStore a:before{
font-size: 2.4rem;
}
}
*/

@media screen and (max-width: 414px) {
  .siteHeader__logo {
    width: 70px;
  }

  .menu-onlineStore a:before {
    left: -1px;
  }
}

/************************************

Megamenu

************************************/

.siteHeader .wrap {
  position: relative;
  height: 100%;
}

ul.siteHeader__nav-list li a {
  padding: 0 0;
}

.siteHeader a:after {
  bottom: 30px;
}

.nav-list-drop {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 999;
}

.siteHeader__nav ul li ul.nav-list-drop {
  display: none;
  /*
	width: 100%;
	*/
}
.siteHeader__nav ul li ul.nav-list-drop {
  min-width: 100%;
  white-space: nowrap;
}

/*
.siteHeader__nav ul li:nth-child(2) ul.nav-list-drop{
width: 120%;
}
*/

.siteHeader__nav ul li ul.nav-list-drop li:not(:last-child) {
  padding: 0;
  /*height: inherit;*/
}

.siteHeader .nav-list li ul.nav-list-drop li:nth-child(2),
.siteHeader .nav-list li ul.nav-list-drop li:nth-child(4) {
  /*height: inherit;*/
}

.siteHeader .nav-list li ul.nav-list-drop li:nth-child(2),
.siteHeader .nav-list li ul.nav-list-drop li:nth-child(4) {
  padding: 0;
}

ul.nav-list li > .submenu-sp {
  display: none;
}

.nav-list li:not(:last-child) {
  padding-right: 0;
}

.siteHeader__nav ul li:not(:last-child) {
  margin-right: 0;
}

.siteHeader {
  height: 76px;
}

.siteHeader.-has-menu {
  background-color: #fff;
  border-bottom: 1px solid #8d9497;
  box-sizing: border-box;
}

.nav-list-drop p {
  min-width: 300px;
  margin-top: 30px;
}

.nav-list-drop p:first-child {
  margin-top: 0;
}

.siteHeader .nav-list li {
  margin-right: 0;
}

.siteHeader .nav-list li {
  margin-right: 0;
  /*height: 15px;*/
}

.siteHeader .nav-list > li > a {
  padding: 30px 30px;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .siteHeader .nav-list > li > a:hover {
    background: #e0e0e0;
  }
}

.siteHeader .nav-list li,
.siteHeader .nav-list li:nth-child(4),
.siteHeader .nav-list li:nth-child(5) {
  width: inherit;
}

.siteHeader .nav-list > li:nth-child(2) > a,
.siteHeader .nav-list > li:nth-child(4) > a {
  padding-right: 30px;
}

.siteHeader__nav ul li ul.nav-list-drop {
  left: 0 !important;
}

.siteHeader__nav ul li ul.nav-list-drop li {
  border-bottom: 1px solid #8d9497;
  border-left: 1px solid #8d9497;
  border-right: 1px solid #8d9497;
  box-sizing: border-box;
  height: inherit;
}

.siteHeader__nav ul li ul.nav-list-drop li:first-child {
  border-top: 1px solid #8d9497;
}

/*
.siteHeader__nav ul li ul.nav-list-drop li{
min-width: 240px;
}
*/
.siteHeader__nav ul li ul.nav-list-drop li a {
  font-size: 1.2rem;
  padding: 12px 8px !important;
  background-color: #f0f0f0;
  line-height: 1.5;
  transition: 0.3s;
}

.siteHeader .siteHeader__nav .toggle-icon-sp {
  display: none;
}

.siteHeader .siteHeader__submenu .store-display-sp {
  display: none;
}

/*
.-is-scrolled .siteHeader .nav-list > li:not(:last-child) > a,
.-is-scrolling .siteHeader .nav-list > li:not(:last-child) > a{
padding-top: 31px;
padding-bottom: 31px;
}
*/

@media screen and (max-width: 1440px) {
  .siteHeader__submenu {
    margin-left: auto;
  }

  .siteHeader__logo {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 960px) {
  .siteHeader .nav-list > li:not(:last-child) > a {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .siteHeader .nav-list > li:nth-child(2) > a,
  .siteHeader .nav-list > li:nth-child(4) > a {
    padding-right: 1.6vw;
  }
}

@media screen and (max-width: 1024px) {
  .siteHeader__submenu ul li.menu-onlineStore {
    font-size: 12px;
  }
  .siteHeader__logo {
    margin-right: 20px;
  }
  nav.siteHeader__nav > ul {
    font-size: 12px;
  }
  .siteHeader .nav-list > li:nth-child(2) > a,
  .siteHeader .nav-list > li:nth-child(4) > a {
    padding-right: 2.2vw;
  }
}

.siteHeader__nav ul li ul.nav-list-drop li.nav-list-drop-display-sp {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .siteHeader__nav ul li ul.nav-list-drop li a:hover {
    color: #fff;
    background-color: #a6a8a8;
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader {
    padding: 20px 0;
    height: 6vw;
  }
  .siteHeader .wrap {
    height: inherit;
  }
  .siteHeader__logo {
    margin-right: auto;
  }
  ul.siteHeader__nav-list li a {
    padding: 0;
  }

  .siteHeader a:after {
    bottom: 0;
  }

  .nav-list-drop {
    position: relative;
    width: 100%;
    top: 0;
    left: 0px;
    padding: 0;
  }

  .siteHeader__nav li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .siteFooter ul.nav-list {
    padding: 0;
  }
  nav.siteHeader__nav > ul {
    font-size: inherit;
  }
  .siteHeader__submenu ul li.menu-onlineStore {
    font-size: inherit;
  }

  ul.nav-list {
    width: 100%;
    padding: 0 7vw;
    box-sizing: border-box;
    display: block;
  }

  ul.nav-list li {
    text-align: left;
    border-top: 1px solid #f0f0f0;
    position: relative;
  }

  ul.nav-list li:last-child {
    border-bottom: 1px solid #f0f0f0;
  }

  ul.nav-list li > a,
  ul.nav-list li > .submenu-sp {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }

  ul.nav-list li > a > span.arw {
  }

  ul.nav-list li > a > span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  .siteHeader li a:after {
    display: none;
  }

  .nav-list-drop ul.nav-list-drop-list li {
    width: 100%;
  }

  .nav-list-drop ul.nav-list-drop-list li {
    border-top: 0;
  }

  .nav-list-drop ul.nav-list-drop-list li:last-child {
    border-bottom: 0;
  }

  .nav-list-drop ul.nav-list-drop-list li > a {
    padding: 3.2vw 10vw 3.2vw 0;
  }

  .nav-list-drop ul.nav-list-drop-list li:last-child > a {
    padding-bottom: 5vw;
  }

  ul.nav-list li a .toggle-icon span,
  ul.nav-list li div.submenu-sp .toggle-icon span {
    position: absolute;
    right: 5px;
    width: 18px;
    height: 1px;
    background-color: #a2aaad;
  }

  ul.nav-list li a .toggle-icon span:nth-of-type(1),
  ul.nav-list li div.submenu-sp .toggle-icon span:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  ul.nav-list li a .toggle-icon span:nth-of-type(2),
  ul.nav-list li div.submenu-sp .toggle-icon span:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  ul.nav-list li a .toggle-icon.active span:nth-of-type(1),
  ul.nav-list li div.submenu-sp .toggle-icon.active span:nth-of-type(1) {
    display: none;
  }

  ul.nav-list li a .toggle-icon.active span:nth-of-type(2),
  ul.nav-list li div.submenu-sp .toggle-icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .-is-navOpen .siteHeader__nav {
    top: -6vw;
  }

  .-is-navOpen .siteHeader__submenu ul li:not(:last-child) {
    display: none;
  }

  .-is-navOpen .siteHeader__submenu ul li.menu-instagram {
    display: none;
  }

  .nav-list-footer-sub {
    display: none;
  }
  .siteHeader .siteHeader__nav .toggle-icon-sp {
    display: block;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a:hover {
    background-color: #fff;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader__toggle {
    position: relative;
    width: 5vw;
    height: 5vw;
  }

  .-is-navOpen .siteHeader__nav {
    top: 0;
  }

  ul.nav-list li.submenu > a {
    display: none;
  }
  .siteHeader .nav-list > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  nav.siteHeader__nav > ul li ul.nav-list-drop {
    position: relative;
    top: 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li:first-child {
    border-top: none;
    margin-top: 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li {
    border: none;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a {
    background-color: #fff;
    padding: 25px 0 !important;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a:first-child {
    padding-top: 0 !important;
  }
  nav.siteHeader__nav > ul {
    padding-top: 20%;
  }
  /*
	nav.siteHeader__nav > ul > li{
	height: auto !important;
}
	*/
  .siteHeader .siteHeader__submenu .store-display-pc {
    display: none;
  }
  .siteHeader .siteHeader__submenu .store-display-sp {
    display: inline-block;
  }
  .siteHeader__nav ul li ul.nav-list-drop li.nav-list-drop-display-sp {
    display: block !important;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader__logo {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader__submenu {
    margin-left: auto;
  }

  .siteHeader__submenu {
    -ms-flex-order: 3;
    order: 3;
  }
}

.nav-list-submenu-hover {
  background: #e0e0e0;
}

/************************************

Button

************************************/

.buttonArea {
  margin-top: 40px;
}

.button {
  display: block;
  width: 340px;
  letter-spacing: 0.05em;
}

.button.ctr {
  margin: 0 auto;
}

.button a {
  font-weight: normal;
  line-height: 1;
  position: relative;
  display: block;
  padding: 24px;
  text-align: center;
  color: #54585a;
  background-color: #fff;
  border: 1px solid #54585a;
  font-size: inherit;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .buttonArea {
    margin-top: 40px;
    margin-top: 2.9825vw;
  }

  .button a {
    padding: 24px;
    padding: 1.75695vw;
  }
}

@media screen and (max-width: 640px) {
  .button a {
    padding: 24px;
  }
}

@media screen and (min-width: 960px) {
  .button a:hover,
  .button a:active,
  .button a:focus {
    background-color: #54585a;
    color: #fff;
    opacity: 0.7;
  }
}

@media screen and (max-width: 959px) {
  .button {
    width: 95%;
  }

  .buttonArea {
    margin-top: 40px;
  }
}

/************************************

Text Link Underline

************************************/
a.txtlink.underline {
  position: relative;
}
a.txtlink.underline::after {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #54585a;
  transition: 0.3s;
}
a.txtlink.underline:hover::after {
  position: absolute;
  bottom: 0;
  width: 0;
}

/************************************

Text Button

************************************/

.text-buttonArea {
  margin-top: 30px;
}

.text-buttonArea a.text-button {
  position: relative;
  color: #858b8e;
  cursor: pointer;
  transition: 0.3s;
}

.text-buttonArea a.text-button::after {
  position: absolute;
  top: 0;
  right: -1.3em;
  bottom: 0;
  height: 1.2em;
  font-size: 2.2rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform 0.3s;
}

.text-button-effect::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #929a9d;
  -ms-transform: scale(1, 1);
  -ms-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.text-button-effect:hover {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .text-buttonArea a.text-button:hover {
    color: #54585a;
  }

  .text-buttonArea a.text-button:hover::after {
    transform: translateX(3px);
  }

  .text-button-effect:hover::before {
    -ms-transform-origin: right top;
    -ms-transform: scale(0, 1);
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

/************************************

Layout

************************************/
.section-wrap {
  max-width: 1366px;
  padding: 0 7.142vw;
  margin: 0 auto;
}

.section-common {
  margin: 120px 0;
}
.section-common.gray {
  background-color: #f8f8f8;
  padding: 120px 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-common {
    margin: 120px 0;
    margin: 8.7487vw 0;
  }
  .section-common.gray {
    padding: 8.7487vw 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-wrap {
    padding: 0 60px;
  }
}

@media screen and (max-width: 959px) {
  .section-wrap {
    padding: 0;
  }

  .section-wrap.-has-margin-full {
    padding: 0 10.5vw;
  }
  .section-common {
    margin: 60px 0;
    margin-top: 12vw;
    margin-bottom: 16.66666vw;
  }
  .section-common.gray {
    padding: 60px 0;
    padding: 12vw 0;
  }
}

/************************************

Title

************************************/

.section-index {
  font-size: 3.8rem;
  line-height: 1;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.section-index.section-index-common {
  margin-bottom: 50px;
}

.section-index h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
}

.section-index-display-sp br {
  display: none;
}

.section-index .section-index-lead {
  font-size: 1.8rem;
  color: #a2aaad;
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}

.section-index-lv3 {
  font-size: 2.4rem;
  line-height: 1.9;
}
.section-index-lv3.ctr {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-index h2,
  .section-index .section-index-lead {
    text-align: center;
  }

  .section-index-display-sp h2 {
    line-height: 1.5;
  }

  .section-index-display-sp br {
    display: block;
  }
  .section-index,
  .section-index.section-index-common {
    margin-bottom: 9.375vw;
  }
  .section-index-lv3 {
    text-align: center;
  }
}

/*** テキスト可変領域（中間サイズ） ***/

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-index {
    font-size: 3.8rem;
    font-size: 2.7818vw;
  }

  .section-index .section-index-lead {
    font-size: 1.5vw;
  }
  .section-index-lv3 {
    font-size: 1.75695vw;
  }
}

/*** テキスト可変領域（SP） ***/

@media screen and (max-width: 959px) {
  .section-index {
    font-size: 8.333333vw;
    line-height: 1.3;
  }

  .section-index .section-index-lead {
    font-size: 4.375vw;
    margin-top: 0;
  }
  .section-index-lv3 {
    font-size: 5.2083333vw;
  }
}

/************************************

Summary Text

************************************/

body {
  font-size: 1.5rem;
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  body {
    font-size: 1.0980966vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 960px) {
  body {
    font-size: 1.269vw;
  }
}

@media screen and (max-width: 959px) {
  body {
    font-size: 2.70833333vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 376px) {
  body {
    font-size: 13px;
    font-size: 3.2552083333vw;
  }
}

@media screen and (max-width: 375px) {
  body {
    font-size: 13px;
  }
}

/************************************

Insta

************************************/

.section--insta {
  padding-top: 80px;
}

.section--insta .menu-instagram a {
  background-color: #a2aaad;
}

@media screen and (max-width: 780px) {
  .section--insta .menu-instagram {
    margin-top: 0;
  }

  .section--insta .menu-instagram a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .section--insta .menu-instagram a::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 959px) {
  .section--insta {
    padding-top: 50px;
    padding-top: 10vw;
  }
  .section--insta .menu-instagram a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

/************************************

Footer

************************************/
.siteFooter .nav-list li:not(:last-child) {
  padding-right: 40px;
}
.section-wrap-footer {
  padding: 0;
}
.siteFooter .nav-list li {
  width: 15%;
  vertical-align: top;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.siteFooter .nav-list li:nth-child(3),
.siteFooter .nav-list li:nth-child(4) {
  width: 20%;
}
.siteFooter__top {
  padding-top: 90px;
  padding-bottom: 90px;
}

.siteFooter__nav--top ul {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.siteFooter__nav--top ul.shop-list {
  margin-top: 0;
  margin-bottom: 60px;
}

.siteFooter__nav--top ul.shop li.menu-onlineStore a::before {
  font-size: 1.6em;
}

.siteFooter__nav--bottom {
  padding-top: 80px;
}

.siteFooter__nav--bottom li {
  font-size: 1.3rem;
  padding-left: 15px;
  position: relative;
}

.siteFooter__nav--bottom li:first-child {
  padding-left: 0;
}

.siteFooter__nav--bottom li > a {
  color: #54585a;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}

.siteFooter__nav--bottom li > a > span {
  position: relative;
}

.siteFooter__nav--bottom li > a::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #54585a;
}

.siteFooter__nav--bottom li:last-child > a::after {
  display: none;
}

.siteFooter__bottom__logo,
.siteFooter__bottom__copy {
  text-align: center;
  margin: 0 auto;
}

.siteFooter__bottom .wrap {
  display: flex;
}

.siteFooter__bottom__copy {
  margin-top: 0;
}

.siteFooter .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  box-sizing: border-box;
}

ul.shop-list li > a > span {
  display: inline-block;
  vertical-align: middle;
}

.nav-list-footer-sub {
  margin-top: 30px;
}

.nav-list-footer-sub > p {
  text-align: left;
  font-size: 13px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  line-height: 1.6;
  margin-top: 15px;
}

.siteFooter__nav--bottom ul {
  text-align: center;
}
.siteFooter__bottom {
  padding: 20px 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .siteFooter .nav-list {
    padding-left: 13vw;
  }
}

@media screen and (max-width: 959px) {
  .siteFooter .section-wrap {
    padding: 0 5vw;
  }

  .siteFooter__top {
    padding-top: 0;
  }

  .siteFooter__nav {
    margin-top: 0;
  }

  .siteFooter__nav--top ul {
    display: block;
    margin-top: 0;
  }

  .siteFooter ul.shop-list li {
    text-align: left;
    position: relative;
  }

  ul.shop-list li > a {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }

  ul.shop-list li > a {
    padding: 5.6875vw 10vw 4.6875vw 0;
  }

  .nav-list-footer-sub {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .nav-list-footer-sub > p {
    margin-top: 25px;
  }

  .nav-list-footer-sub > p:first-child {
    margin-top: 0;
  }

  ul.shop-list li > a > span + span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  .siteFooter__nav--bottom {
    padding-top: 50px;
  }

  .siteFooter__nav--bottom ul {
    margin-top: 0;
  }

  .siteFooter__nav--bottom li {
    font-size: 1.3rem;
    padding-bottom: 22px;
  }

  .siteFooter__top {
    padding-bottom: 50px;
  }

  .nav-list li {
    display: block;
  }

  .nav-list li:not(:last-child) {
    margin-right: 0;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li:nth-child(4) {
    width: 100%;
  }

  .nav-list li:nth-child(5) {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 0;
    padding-top: 50px;
  }

  .siteFooter__nav--top ul.shop-list {
    margin-bottom: 0;
  }

  .nav-list li:not(:last-child) {
    padding-right: 0;
  }

  .siteFooter .nav-list li {
    width: 100%;
  }
  .siteFooter .nav-list li:nth-child(3),
  .siteFooter .nav-list li:nth-child(4) {
    width: 100%;
  }

  .siteFooter .nav-list li:not(:last-child) {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  ul.shop-list li > a::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .siteFooter__nav--bottom li {
    font-size: 12px;
  }

  .siteFooter__nav--bottom li > a {
    padding-right: 10px;
  }

  .siteFooter__nav--bottom li {
    padding-left: 10px;
  }
}

/************************************

common

************************************/

.section-about .display-concept-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .section-about .display-concept-sp {
    display: block;
  }
}

.section-common.gray:last-of-type:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .section-common.gray:last-of-type {
    margin-bottom: 0;
  }

  .siteFooter {
    margin-top: 0;
    padding-top: 0;
  }
}

/************************************

main

************************************/

.about-mv {
  background-image: url(../../images/about_main_bg.jpg);
  background-position: center center;
}

.company-profile-mv {
  background-image: url(../../images/company/company_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .about-mv {
    background-image: url(../../images/about_main_bg_sp.jpg);
    background-position: center center;
  }

  .company-profile-mv {
    background-image: url(../../images/company/company_main_bg_sp.jpg);
    background-position: center center;
  }
}

/************************************

concept

************************************/

.section-about {
  margin-bottom: 120px;
}

.section-about .section-index-lv3 {
  text-align: left;
}

.about-concept {
  background-image: url(../../images/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 51.244%;
  position: relative;
}

.about-concept .concept-textArea {
  position: absolute;
  top: 50%;
  left: 7%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
  .section-about {
    margin: 60px 0;
    margin-top: 12vw;
    margin-bottom: 16.66666vw;
  }

  .about-concept {
    background-image: url(../../images/concept_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 70.4%;
    position: relative;
    background-position: bottom;
  }

  .about-concept .concept-textArea {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 10.5vw;
    margin-bottom: 5%;
  }

  .section-about .section-index-lv3 {
    text-align: center;
  }

  .about-concept br {
    display: none;
  }
}

/************************************

Doctor

************************************/

.section-doctor .section-index-doctor {
  margin-bottom: 40px;
}

.section-doctor .section-doctor-lead > p {
  text-align: center;
}

.about-doctor-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-top: 100px;
}

.about-doctor-profile-area .doctor-profile-fig {
  padding-right: 60px;
  box-sizing: border-box;
  text-align: center;
}

.about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-left: 60px;
}

.about-doctor-profile-area .doctor-profile-fig > img {
  width: 500px;
}

.about-doctor-profile-area .doctor-profile-txt {
  width: 55%;
  font-size: 1.4rem;
}

.about-doctor-profile-area .doctor-profile-txt > p:first-child {
  margin-top: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name {
  font-size: 3rem;
  line-height: 1;
  margin-top: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
  font-size: 2.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding-left: 40px;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-specialty {
  font-size: 1.8rem;
  margin-top: 6px;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list {
  margin-top: 20px;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 2.1961vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 1.61vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-specialty,
  .about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
    font-size: 1.3177vw;
  }

  .about-doctor-profile-area .doctor-profile-txt {
    font-size: 1.02459vw;
  }

  .about-doctor-profile-area {
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .section-doctor .section-doctor-lead > p {
    text-align: left;
  }

  .section-doctor .section-index-doctor {
    margin-bottom: 20px;
  }

  .about-doctor-profile-area {
    display: block;
    margin-top: 50px;
    padding: 0;
  }

  .about-doctor-profile-area .doctor-profile-fig {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }

  .about-doctor-profile-area .doctor-profile-fig > img {
    width: 100%;
  }

  .about-doctor-profile-area .doctor-profile-txt {
    width: 100%;
    font-size: 3.2291vw;
  }

  .about-doctor-profile-area .doctor-profile-txt > p:first-child {
    margin-top: 4%;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 5.41666vw;
    margin-top: 10px;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 3.2552083333vw;
    padding-left: 20px;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-specialty,
  .about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
    font-size: 4.16666vw;
  }

  .about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list {
    margin-top: 10px;
  }

  .about-doctor-profile-area:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about-doctor-profile-area:last-of-type .doctor-profile-fig {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .about-doctor-profile-area:last-of-type .doctor-profile-txt {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .section-doctor .about-doctor-profile-area .buttonArea .button {
    margin: 0 auto;
  }
}

/************************************

RESERCH ACTIVITIES

************************************/

.section-research .research-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-research .research-area .research-area-fig,
.section-research .research-area .research-area-txt {
  width: 50%;
  box-sizing: border-box;
}

.section-research .research-area .research-area-fig {
  padding-left: 30px;
}

.section-research .research-area .research-area-txt {
  padding-right: 30px;
}

.section-research .research-area .research-icon {
  width: 100%;
  padding-left: 100px;
  padding-right: 160px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  box-sizing: border-box;
}

.section-research .research-area .research-icon > img {
  max-width: 20vw;
}

@media screen and (max-width: 959px) {
  .section-research {
    padding-bottom: 0 !important;
  }

  .section-research .research-area {
    display: block;
  }

  .section-research .research-area .research-area-fig,
  .section-research .research-area .research-area-txt {
    width: 100%;
  }

  .section-research .research-area .research-area-txt {
    padding: 0;
  }

  .section-research .research-area .research-icon {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-research .research-area .research-icon > img {
    max-width: 62vw;
  }

  .section-research .research-area .research-area-fig {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .section-research .research-area .research-area-fig > img {
    width: 100%;
  }

  .section-research br.display-section-product-pc {
    display: none;
  }
}

/************************************

Product

************************************/

.section-product .product-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-product .product-area .product-area-fig-display-pc {
  display: block;
}

.section-product .product-area .product-area-fig-display-sp {
  display: none;
}

.section-product .product-area .product-area-fig,
.section-product .product-area .product-area-txt {
  width: 50%;
  box-sizing: border-box;
}

.section-product .product-area .product-area-fig {
  padding-right: 30px;
  padding-top: 40px;
}

.section-product .product-area.other-service-area .product-area-txt {
  padding-right: 30px;
}

.section-product .product-area.other-service-area .product-area-fig {
  padding-left: 30px;
}

.section-product .product-area .product-area-txt {
  padding-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .section-product {
    padding-bottom: 0 !important;
  }

  .section-product .product-area {
    display: block;
  }

  .section-product .product-area .product-area-fig,
  .section-product .product-area .product-area-txt {
    width: 100%;
  }

  .section-product .product-area .product-area-txt {
    padding: 0;
  }

  .section-product .product-area .product-area-fig {
    margin-top: 60px;
  }

  .section-product .product-area .product-area-fig > img {
    width: 100%;
  }

  .section-product br.display-section-product-pc {
    display: none;
  }

  .section-product .product-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .section-product .product-area .product-area-fig {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .section-product .product-area .product-area-txt {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .section-product .product-area .buttonArea .button {
    margin: 0 auto;
  }

  .section-product .product-area .product-area-fig-display-pc {
    display: none;
  }

  .section-product .product-area .product-area-fig-display-sp {
    display: block;
    margin-top: 0;
    padding-right: 0;
  }
  .section-product .product-area.other-service-area .product-area-fig {
    padding-left: 0;
  }
  .section-product .product-area.other-service-area .product-area-txt {
    padding-right: 0;
  }
}

/************************************

Otherservice

************************************/
.section-otherservice {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .section-otherservice .section-wrap.-has-margin-full {
    padding-bottom: 12vw;
  }
}

/************************************

lifestyle

************************************/

.section-lifestyle .lifestyle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig,
.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  box-sizing: border-box;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig {
  width: 45%;
}

.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  width: 55%;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig {
  padding-left: 30px;
  padding-right: 40px;
}

.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  padding-right: 100px;
}

.section-lifestyle ul.lifestyle-adviser-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.section-lifestyle ul.lifestyle-adviser-area li {
  width: 50%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.section-lifestyle ul.lifestyle-adviser-area li:nth-child(odd) {
  padding-right: 20px;
}

.section-lifestyle ul.lifestyle-adviser-area li:nth-child(even) {
  padding-left: 20px;
}

.section-lifestyle ul.lifestyle-adviser-area li > p {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 0;
}

.section-lifestyle ul.lifestyle-adviser-area li > p > span {
  font-size: 1.4rem;
  display: block;
  margin-top: 6px;
}

.section-lifestyle .section-index-lv3 br {
  display: none;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-lifestyle ul.lifestyle-adviser-area li > p {
    font-size: 1.3177vw;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p > span {
    font-size: 1.02459vw;
  }
}

@media screen and (max-width: 959px) {
  .section-lifestyle .lifestyle-area {
    display: block;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-fig,
  .section-lifestyle .lifestyle-area .lifestyle-area-txt {
    width: 100%;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-txt {
    padding: 0;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-fig {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .section-lifestyle .lifestyle-adviser-area {
    padding: 0 30px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p {
    font-size: 3.2291vw;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p > span {
    font-size: 3vw;
    line-height: 1.5;
  }

  .section-lifestyle ul.lifestyle-adviser-area li {
    margin-bottom: 20px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li:nth-child(odd) {
    padding-right: 15px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li:nth-child(even) {
    padding-left: 15px;
  }

  .section-lifestyle .section-index-lv3 br {
    display: block;
  }
}

/************************************

mission

************************************/

.section-mission .section-mission-lead p {
  text-align: center;
}

.section-mission .section-mission-lead p:first-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .section-mission .section-mission-lead p {
    text-align: left;
  }

  .section-mission .display-mission-pc {
    display: none;
  }
}

/************************************

boared member

************************************/

.boared-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-top: 80px;
}

.boared-profile-area .boared-profile-fig {
  width: 376px;
  box-sizing: border-box;
}

.boared-profile-area .boared-profile-fig > img {
  width: 376px;
}

.boared-profile-area .boared-profile-txt {
  width: 65%;
  font-size: 1.3rem;
  padding-left: 60px;
}

.boared-profile-area .boared-profile-txt > p:first-of-type {
  margin-top: 0;
}

.boared-profile-area .boared-profile-txt .boared-name {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 0;
}

.boared-profile-area .boared-profile-txt .boared-name > span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding-left: 40px;
}

.boared-profile-area .boared-profile-txt .boared-specialty {
  margin-top: 6px;
}

.boared-profile-area .boared-profile-txt .boared-belongs {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.boared-profile-area .boared-profile-txt ul.boared-profile-list {
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .boared-profile-area {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 1.75695vw;
  }

  .boared-profile-area .boared-profile-txt .boared-belongs {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 959px) {
  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 3vw;
  }

  .boared-profile-area {
    display: block;
    margin-top: 50px;
    padding: 0;
  }

  .boared-profile-area .boared-profile-fig {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .boared-profile-area .boared-profile-fig > img {
    width: 100%;
  }

  .boared-profile-area .boared-profile-txt {
    width: 100%;
    font-size: 3.2291vw;
    margin-top: 10px;
    padding-left: 0;
  }

  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 5.41666vw;
    margin-top: 0;
  }

  .boared-profile-area .boared-profile-txt .boared-specialty,
  .boared-profile-area .boared-profile-txt .boared-belongs {
    font-size: 3vw;
  }

  .boared-profile-area .boared-profile-txt ul.boared-profile-list {
    margin-top: 10px;
  }
}

/************************************

company profile

************************************/

.section-companyprofile .company-profile-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-companyprofile .campany-map-area {
  margin-top: 80px;
}

.section-companyprofile .section-map-address {
  max-width: 400px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-companyprofile .campany-map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-companyprofile .campany-map-area {
    margin-top: 80px;
    margin-top: 5.8565vw;
  }
}

@media screen and (max-width: 959px) {
  .section-companyprofile .campany-map-area {
    margin-top: 6px;
    margin-top: 10vw;
  }

  .section-companyprofile .campany-map iframe {
    height: 350px;
  }
}

/************************************

CBD

************************************/

/***** MV *****/
.cbd-mv {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.55);
}

.cbd-mv video {
  z-index: -100;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  /*top: 50%;
	transform: translateY(-50%);*/
}

.cbd-mv .title-under-subheader {
  color: #54585a;
}

@media screen and (max-width: 959px) {
  .cbd-mv video {
    max-width: 250%;
  }
}

@media screen and (max-width: 768px) {
  .under-mv.cbd-mv {
    padding-top: 0;
    max-height: 100vw;
  }
}

/***** ABOUT CBD *****/
.about-cbd {
  background-image: url(/assets/cbd/images/about-bg.jpg);
  padding-top: 52.7086%;
}

.about-cbd .concept-textArea {
  width: 45%;
}

.about-cbd span {
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .section-cbd-about {
    margin-bottom: 0;
  }

  .about-cbd {
    background-image: url(/assets/cbd/images/about-bg_sp.jpg);
    padding-top: 0;
    padding-bottom: 82%;
  }

  .about-cbd .concept-textArea {
    width: 100%;
    box-sizing: border-box;
  }

  .about-cbd .concept-textArea br {
    display: none;
  }

  .about-cbd span {
    font-size: 3vw;
    display: block;
  }
}

/***** SERVICE *****/
.section-service-cbd .service-block {
  margin-bottom: 150px;
}

.section-service-cbd .service-block:last-of-type {
  margin-bottom: 0;
}

.section-service-cbd .service-block .service-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-service-cbd .service-block .service-block-inner figure.service-cbd-img,
.section-service-cbd .service-block .service-block-inner .service-block-detail {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.section-service-cbd
  .service-block:nth-child(even)
  .service-block-inner
  .service-block-detail {
  padding-left: 60px;
}

.section-service-cbd
  .service-block:nth-child(odd)
  .service-block-inner
  figure.service-cbd-img {
  padding-left: 60px;
}

.section-service-cbd
  .service-block:nth-child(odd)
  .service-block-inner
  .service-block-detail {
  padding-left: 100px;
  padding-right: 60px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  .section-index {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  p
  span.service-cbd-notice {
  font-size: 1.3rem;
  display: block;
  margin-top: 8px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  .service-01-fig {
  margin-top: 40px;
}

.section-service-cbd .service-cbd-oem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.section-service-cbd .service-cbd-oem-list li {
  box-sizing: border-box;
  padding: 40px 20px 0 20px;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(1) {
  width: 40%;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(2) {
  width: 35%;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(3) {
  width: 25%;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set {
  position: relative;
  padding-left: 120px;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 88px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-service-cbd
  .service-cbd-oem-list
  li
  .service-cbd-oem-set
  p.service-cbd-oem-set-ttl {
  font-size: 1.8rem;
  margin-top: 0;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set p {
  margin-top: 5px;
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(1)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-supple.png);
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(2)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-cosme.png);
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(3)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-pipe.png);
}

.section-service-cbd .service-01-material.sp {
  display: none;
}

.section-service-cbd .cbd-test {
  margin-top: 10px;
}

.section-service-cbd .cbd-test.cbd-test-sp {
  display: none;
}

.section-service-cbd .cbd-test .cbd-test-inner {
  position: relative;
  padding-left: 120px;
}

.section-service-cbd .cbd-test .cbd-test-inner::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 88px;
  background-image: url(/assets/cbd/images/icon-kensa.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-service-cbd .cbd-test .cbd-test-inner .cbd-test-ttl {
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li {
  position: relative;
  padding-left: 18px;
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li ul li {
  padding-left: 16px;
}

.section-service-cbd
  .cbd-test
  .cbd-test-inner
  ul.cbd-test-list
  li
  ul
  li::before {
  content: none;
}

.section-service-cbd .test-prize {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: right;
}

.section-service-cbd img {
  -webkit-backface-visibility: hidden;
}

.section-service-cbd .service-01-material ul.service-01-material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.section-service-cbd .service-01-material ul.service-01-material-list li {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(3),
.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(4) {
  padding-bottom: 0;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(even) {
  padding-left: 10px;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(odd) {
  padding-right: 10px;
}

.section-service-cbd .service-01-material ul.service-01-material-list li p {
  background-color: #dccfba;
  padding: 20px 10px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.7rem;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 71px;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li
  p
  span.service-01-material-sub {
  font-size: 1.4rem;
}
.section-service-cbd .service-01-material .service-01-material-notice {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    .section-index {
    font-size: 1.75695vw;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    span.service-cbd-notice {
    font-size: 1.3rem;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list {
    margin-top: 2vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    font-size: 1.28vw;
    min-height: 5.389vw;
  }
  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li
    p
    span.service-01-material-sub {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 959px) {
  .section-service-cbd {
    margin-top: 0;
  }

  .section-service-cbd .service-block {
    margin-bottom: 12.5vw;
  }

  .section-service-cbd .service-block .service-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    figure.service-cbd-img,
  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail {
    width: 100%;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    figure.service-cbd-img {
    order: 2;
    margin-top: 25px;
    min-height: 0%;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail {
    order: 1;
  }

  .section-service-cbd
    .service-block:nth-child(even)
    .service-block-inner
    .service-block-detail,
  .section-service-cbd
    .service-block:nth-child(odd)
    .service-block-inner
    figure.service-cbd-img,
  .section-service-cbd
    .service-block:nth-child(odd)
    .service-block-inner
    .service-block-detail {
    padding: 0;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    .section-index {
    font-size: 5.41666vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    span.service-cbd-notice {
    font-size: 3vw;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    br.service-cbd-nosp {
    display: none;
  }

  .section-service-cbd .service-cbd-oem-list {
    display: block;
  }

  .section-service-cbd .service-cbd-oem-list li {
    padding: 0;
    margin-bottom: 5vw;
  }

  .section-service-cbd .service-cbd-oem-list li:nth-child(1) {
    margin-top: 2vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set {
    padding-left: 22vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set::before {
    width: 16vw;
    height: 14vw;
  }

  .section-service-cbd
    .service-cbd-oem-list
    li
    .service-cbd-oem-set
    p.service-cbd-oem-set-ttl {
    font-size: 4.3vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set p {
    margin-top: 0;
  }

  .section-service-cbd .service-cbd-oem-list li:nth-child(1),
  .section-service-cbd .service-cbd-oem-list li:nth-child(2),
  .section-service-cbd .service-cbd-oem-list li:nth-child(3) {
    width: 100%;
  }

  .section-service-cbd .service-01-material.sp {
    display: block;
  }

  .section-service-cbd .service-01-material.pc {
    display: none;
  }

  .section-service-cbd .cbd-test.cbd-test-sp {
    display: block;
    order: 3;
  }

  .section-service-cbd .cbd-test.cbd-test-pc {
    display: none;
  }

  .section-service-cbd .cbd-test .cbd-test-inner::before {
    left: 0;
    right: 0;
    margin: auto;
    width: 16vw;
    height: 14vw;
  }

  .section-service-cbd .cbd-test .cbd-test-inner {
    padding: 0;
  }

  .section-service-cbd .cbd-test .cbd-test-inner .cbd-test-ttl {
    padding-top: 20vw;
    text-align: center;
    font-size: 3.8vw;
    margin-top: 0;
    padding-bottom: 1vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list {
    margin-top: 2vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    font-size: 1.3rem;
    font-size: 3.5vw;
    min-height: 20vw;
  }
  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li
    p
    span.service-01-material-sub {
    font-size: 2.65vw;
    letter-spacing: 0;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    padding: 10px 5px;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li {
    padding-bottom: 12px;
  }

  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li:nth-child(even) {
    padding-left: 6px;
    padding-left: 1.4vw;
  }

  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li:nth-child(odd) {
    padding-right: 6px;
    padding-right: 1.4vw;
  }
}

/***** PROMISE *****/
.promise-area {
  max-width: 920px;
  margin: 0 auto;
}

.promise-area dl.info-list:first-of-type {
  border-top: none;
}

.promise-area dl.info-list:last-of-type {
  border-bottom: none;
}

.promise-area dl.info-list dt {
  width: 25%;
  font-size: 2.2rem;
  font-weight: normal;
  padding-left: 15px;
}

.promise-area dl.info-list dd {
  width: 75%;
  padding-top: 10px;
  padding-right: 15px;
}

.promise-fig {
  margin-top: 50px;
}

.promise-fig_sp {
  display: none;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .promise-area dl.info-list dt {
    font-size: 1.75695vw;
  }
}

@media screen and (max-width: 959px) {
  .section-promise {
    margin-bottom: 0;
  }

  .promise-area {
    padding: 0 10.5vw;
    box-sizing: border-box;
  }

  .promise-area dl.info-list dt,
  .promise-area dl.info-list dd {
    display: block;
  }

  .promise-area dl.info-list dt {
    font-size: 5.41666vw;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }

  .promise-area dl.info-list dd {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .promise-fig_sp {
    display: block;
  }

  .promise-fig_pc {
    display: none;
  }
}

/***** CONTACT *****/
.section-cbd-contact .cbd-contact-area {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 60px 60px 80px 60px;
  box-sizing: border-box;
}

.section-cbd-contact .cbd-contact-area .section-index {
  margin-bottom: 40px;
}

.section-cbd-contact .cbd-contact-area p.cbd-contact-summary {
  text-align: center;
}

.section-cbd-contact .cbd-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cbd-contact .cbd-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.section-cbd-contact .cbd-contact-block .cbd-contact {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.section-cbd-contact .cbd-contact-block .cbd-contact:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #ddd;
}

.section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel .tel {
  margin-bottom: 0;
}

.section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel .tel > a {
  font-size: 3.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 0;
  padding-left: 8px;
}

.section-cbd-contact
  .cbd-contact-block
  .cbd-contact
  .cbd-contact-tel
  .tel
  .contact-tel-icon {
  position: relative;
  top: 6px;
  margin: 0;
}

.section-cbd-contact
  .cbd-contact-block
  .cbd-contact
  .cbd-contact-tel
  .tel
  > span {
  display: block;
  padding-left: 6%;
}

.section-cbd-contact .cbd-contact-mail .button {
  margin: 0 auto;
}

.section-cbd-contact .cbd-contact-mail .button a {
  background-color: transparent;
}

.section-cbd-contact .cbd-contact-mail .button a::after {
  content: none;
}

.section-cbd-contact .cbd-contact-mail .button a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url(/assets/cbd/images/contact-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 21px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-cbd-contact .cbd-contact-mail .button a:hover {
  background-color: #ddd;
  color: #54585a;
}
.section-cbd-contact .cbd-contact .button {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .section-cbd-contact {
    margin-top: 0;
  }

  .section-cbd-contact .cbd-contact-area {
    padding: 10.5vw;
    border: none;
  }

  .section-cbd-contact .cbd-contact-area .section-index {
    margin-bottom: 20px;
  }

  .section-cbd-contact .cbd-contact-block {
    margin-top: 30px;
    display: block;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact {
    width: 100%;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact:first-of-type::after {
    content: none;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4.5vw;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    > a {
    font-size: 28px;
    font-size: 7.5vw;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    .contact-tel-icon {
    width: 6%;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    .contact-tel-icon {
    top: 4px;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    > span {
    padding-left: 8%;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-mail {
    margin-top: 30px;
  }
}

/***** CBD MAGAZINE *****/

.knowledge-article-cbd {
  width: 100%;
}

.knowledge-article-cbd .button {
  margin: 0 auto;
}

.knowledge-article-cbd .knowledge-category-list.space-s {
  margin-left: -60px;
  margin-bottom: 60px;
}

.knowledge-article-cbd .knowledge-category-list article.knowledge-post {
  padding-left: 60px;
}

.knowledge-article-cbd
  .knowledge-category-list
  article.knowledge-post
  a
  .knowledge-post-ttl {
  font-size: 1.8rem;
} /* MOBILE MENU */

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.mean-container a.meanmenu-reveal {
  /*
	width: 22px;
	*/
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 72px;
}

.mean-container .mean-nav ul {
  padding: 0 30px;
  margin: 0;
  width: 100%;
  list-style-type: none;
  height: 100vh;
  background: #fff;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #54585a;

  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* TOUCH CONTROLS */
nav.siteHeader__nav > a {
  display: none;
}
nav.siteHeader__nav li {
  position: relative;
}
nav.siteHeader__nav li a {
  display: block;
}
nav.siteHeader__nav span:after {
  width: 0;
  height: 0;
  border: 0 solid transparent; /* 5 */
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em; /* 5 */
}

/* first level */
nav.siteHeader__nav > ul > li {
  width: 25%;
  height: 100%;
  float: left;
}

/* second level */
nav.siteHeader__nav li ul {
  display: none;
  position: absolute;
  top: 75px;
}
nav.siteHeader__nav li ul.nav-list-drop-magazine {
  top: 76px;
}
/* COMMON STYLES */
@charset "UTF-8";

/***************************************************************************

Common

***************************************************************************/
html {
  color: #464c50;
}
body {
  background-color: #fff;
}

/***************************************************************************

MV Title

***************************************************************************/
.mv-lp .section-wrap {
  height: 100%;
  padding: 0;
  position: relative;
  max-width: 1580px;
}
.mv-lp .section-wrap .title-under-wrap {
  left: 100px;
}

@media screen and (max-width: 959px) {
  .mv-lp .section-wrap {
    position: absolute;
    /*width: 100%;*/
  }
  .mv-lp .section-wrap .title-under-wrap {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mv-lp.mv-lp-cbdoil .section-wrap {
    top: 150px;
    top: 40vw;
  }
  .mv-lp.mv-lp-vape .section-wrap {
    top: 220px;
    top: 58.667vw;
  }
  .mv-lp.mv-lp-gummy .section-wrap {
    top: 438px;
    top: 116.8vw;
  }
}

/***************************************************************************

Header

***************************************************************************/
.siteHeader__nav ul li ul.nav-list-drop li {
  margin: 0;
  padding: 0;
}
.siteHeader > .wrap {
  padding-right: 1.5%;
}
.siteHeader .nav-list > li > a {
  padding: 30px 20px;
}
.siteHeader .menu-onlineStore .store-display-pc {
  font-size: 1.3rem;
}
.siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
  top: 0.16em;
  right: -12px;
  width: 5px;
  height: 5px;
}
.menu-onlineStore a:before {
  font-size: 1.8em;
}
.siteHeader__nav ul li ul.nav-list-drop li a {
  width: 220px;
  box-sizing: border-box;
}
.siteHeader__nav ul li ul.nav-list-drop.nav-list-w100 li a {
  width: 100%;
}
.siteHeader__nav ul li ul.nav-list-drop li a.nav-list-drop-under {
  padding: 12px 8px 12px 20px !important;
}

@media screen and (min-width: 1500px) {
  .siteHeader .nav-list > li > a {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .siteHeader .nav-list > li > a {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader__nav ul li ul.nav-list-drop li a {
    background-color: #fff;
    padding: 10px 0 !important;
    margin: 10px 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a.nav-list-drop-under {
    padding: 10px 20px !important;
    margin: 0;
  }

  .siteHeader__nav ul li ul.nav-list-drop li a {
    width: 100%;
  }
  .siteHeader .nav-list > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ul.nav-list li:last-child {
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
}

/***************************************************************************

TOP MV

***************************************************************************/
.mv {
  opacity: 1;
}

/***************************************************************************

SPの横余白　上書き

***************************************************************************/
.section-wrap.-has-margin-full {
  padding: 0 8vw;
}

/***************************************************************************

下層のMV（背景画像あり）

***************************************************************************/
.under-mv {
  height: 100vh;
  max-height: 560px;
  position: relative;
  background-size: cover;
}

.title-under-wrap {
  right: auto;
  left: 150px;
}
.title-under-wrap.ctr {
  right: 0;
  left: 0;
}

.title-under-subheader {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 18px;
  color: #9aa3a8;
  text-align: left;
  line-height: 1;
  margin-top: 0;
}

.title-under-level-01 {
  text-align: left;
}
.title-under-level-01.ctr,
.title-under-subheader.ctr {
  text-align: center;
}
.title-under-level-01 h1 {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 60px;
}

@media screen and (max-width: 959px) {
  .title-under-wrap {
    left: 0;
    padding: 0 10.5vw;
  }

  .title-under-subheader {
    font-size: 16px;
    font-size: 4vw;
  }

  .title-under-level-01 h1 {
    font-size: 32px;
    font-size: 8.5vw;
  }
}

@media screen and (max-width: 768px) {
  .under-mv {
    height: auto;
    padding-top: 100vw;
  }
}

/***************************************************************************

下層のMV（背景画像なし）

***************************************************************************/
.under-mv-txt {
  height: 360px;
  border-bottom: 1px solid #eaedef;
}

.under-mv-txt .title-under-wrap {
  right: 0;
  left: 0;
}

.under-mv-txt .title-under-level-01 h1 {
  font-size: 40px;
}

.under-mv-txt .title-under-subheader {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
  .under-mv-txt {
    height: 500px;
    padding-top: 0;
  }
  .under-mv-txt .title-under-level-01 h1 {
    font-size: 26px;
    font-size: 7vw;
    line-height: 1.3;
  }
  .under-mv-txt .title-under-wrap {
    top: 57%;
  }
}
@media screen and (max-width: 768px) {
  .under-mv-txt {
    height: 260px;
    height: 72vw;
  }
}

/***************************************************************************

パンくず

***************************************************************************/
.breadcrumb ul.breadcrumb-list {
  max-width: 1366px;
  margin: 0 auto;
}
.breadcrumb ul.breadcrumb-list li {
  margin-left: 0;
}

.breadcrumb ul.breadcrumb-list li::after {
  display: none;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line {
  position: relative;
  padding-right: 22px;
  margin-right: 24px;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 26px;
  height: 1px;
  content: '';
  background-color: #dce0e2;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line a {
  border-bottom: 1px solid #54585a;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line a:hover {
    border-bottom: none;
  }
}

/***************************************************************************

セクション背景Gray

***************************************************************************/
.section-gray {
  background-color: #fafafa;
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .section-gray {
    padding: 60px 30px;
    padding: 16vw 0;
  }
}

/***************************************************************************

セクション内ブロックの上マージン

***************************************************************************/
.inner-area {
  margin-top: 80px;
}
.inner-area-ctr {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .inner-area {
    margin-top: 60px;
    margin-top: 16vw;
  }
}

/***************************************************************************

タイトル

***************************************************************************/
.section-index {
  margin-bottom: 40px;
}
.section-index .section-index-subttl {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #9aa3a8;
  letter-spacing: 1.5px;
}
.section-index h2 {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.6;
  margin-top: 20px;
  letter-spacing: 3px;
}
h2.section-index-lv02 {
  font-size: 2.8rem;
}
.section-index-lv03 {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
}
.section-index-lv03.ctr {
  text-align: center;
}
.section-index .section-index-lead {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-index {
    font-size: 2.2rem;
    font-size: 5.9vw;
    margin-bottom: 40px;
    margin-bottom: 10vw;
  }
  .section-index .section-index-subttl {
    font-size: 1.3rem;
    font-size: 3.5vw;
  }
  .section-index h2 {
    font-size: 2.2rem;
    font-size: 5.9vw;
    margin-top: 20px;
    margin-top: 5.4vw;
  }
  .section-index-lv02 {
    font-size: 2rem;
    font-size: 5.333vw;
  }
  .section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}

/***************************************************************************

テキスト（PCのみセンター）

***************************************************************************/
.txt-c_pcview {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-c_pcview {
    text-align: left;
  }
}

/***************************************************************************

テキスト（サイズS）

***************************************************************************/
.txt-s {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .txt-s {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }
}

/***************************************************************************

ボタン

***************************************************************************/
.button a:after,
a.text-button:after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
}
.button a.button-2line {
  line-height: 1.5;
}

.button-size-s a:after {
  background-image: url(../../images/common/btn-arw_s.png);
  width: 22px;
  height: 5px;
}

/***************************************************************************

ボタン（VIEW MORE）

***************************************************************************/
.button-more {
  margin-top: 25px;
}
.button-more > a {
  position: relative;
}
.button-more > a::after {
  content: '';
  position: absolute;
  top: 44%;
  right: -2.5em;
  transform: translateY(-50%);
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
}
.button-more > a::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 140%;
  height: 1px;
  background: #464c50;
}

@media screen and (min-width: 1025px) {
  .button-more > a {
    transition: 0.3s;
  }
  .button-more > a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 959px) {
  .button-more > a::after {
    top: 44%;
    right: -3em;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    width: 8.533vw;
    height: 1.333vw;
  }
  .button-more > a::before {
    width: 150%;
  }
}

/***************************************************************************

テキストリンク

***************************************************************************/
.txtlink > a {
  border-bottom: 1px solid #54585a;
  transition: 0.3;
}
@media screen and (min-width: 1025px) {
  .txtlink > a:hover {
    border-bottom: none;
  }
}

/***************************************************************************

注釈

***************************************************************************/
.notice-txt {
  font-size: 1.2rem;
  color: #768089;
}
/*
@media screen and (max-width: 768px){
	.txt-c_pcview{
		font-size: 1.0rem;
		font-size: 2.667vw
	}
}*/

/***************************************************************************

PC/SP表示切り替え（PC/SP）

***************************************************************************/
.pc-view {
  display: block;
}
.sp-view {
  display: none;
}
@media screen and (max-width: 959px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}

/***************************************************************************

リスト (pcx5, spx2)

***************************************************************************/
ul.list-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 30px;
}
ul.list-common li {
  width: 20%;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
  margin-top: 30px;
  box-sizing: border-box;
}
ul.list-common li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0.48em;
  left: 0;
  background: #464c50;
}

@media screen and (max-width: 959px) {
  ul.list-common {
    padding-top: 10px;
    padding-top: 2.667vw;
  }
  ul.list-common li {
    width: 50%;
    padding-left: 15px;
    padding-left: 4vw;
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.list-common li::before {
    width: 6px;
    height: 6px;
    top: 5px;
    width: 1.6vw;
    height: 1.6vw;
    top: 1.6vw;
  }
}

/***************************************************************************

リスト (pcx4, spx2)

***************************************************************************/
ul.list-common.list-common-02 li {
  width: 25%;
}
@media screen and (max-width: 959px) {
  ul.list-common.list-common-02 li {
    width: 50%;
  }
}

/***************************************************************************

リスト（リスト間の余白）

***************************************************************************/
@media screen and (max-width: 959px) {
  ul.list-common li span {
    padding: 15px;
    padding-left: 0;
  }
}

/***************************************************************************

リスト（1カラム）

***************************************************************************/
ul.list-common.list-common-01 {
  display: block;
  text-align: left;
}
ul.list-common.list-common-01 li {
  width: 100%;
  padding-left: 13px;
  margin-top: 10px;
}
ul.list-common.list-common-01 li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  ul.list-common.list-common-01 li {
    padding-left: 13px;
    padding-left: 3.467vw;
  }
}
/***************************************************************************

リスト（1カラム）バレットなし

***************************************************************************/
ul.list-common.list-common-01.list-bullet-none li {
  padding-left: 0;
}
ul.list-common.list-common-01.list-bullet-none li::before {
  content: none;
}

@media screen and (max-width: 959px) {
  ul.list-common.list-common-01.list-bullet-none li {
    padding-left: 0;
  }
  ul.list-common.list-common-01.list-bullet-none li::before {
    content: none;
  }
}

/***************************************************************************

2カラム

***************************************************************************/
ul.col-item {
}
ul.col-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
ul.col-item li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
ul.col-item li .col-item-fig,
ul.col-item li .col-item-txt {
  width: 50%;
  box-sizing: border-box;
}
ul.col-item li .col-item-fig {
  padding-right: 30px;
}
ul.col-item li .col-item-txt {
  padding-left: 80px;
  padding-right: 30px;
}
ul.col-item li:nth-child(even) .col-item-fig {
  padding-left: 30px;
  padding-right: 0;
}
ul.col-item li:nth-child(even) .col-item-txt {
  padding-right: 80px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    margin-top: 16vw;
  }
  ul.col-item li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.col-item li .col-item-fig,
  ul.col-item li .col-item-txt {
    width: 100%;
  }
  ul.col-item li .col-item-fig,
  ul.col-item li .col-item-txt,
  ul.col-item li:nth-child(even) .col-item-fig,
  ul.col-item li:nth-child(even) .col-item-txt {
    padding: 0;
  }
  ul.col-item li .col-item-fig {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/***************************************************************************

アイテムのリストカラム

***************************************************************************/
ul.list-item-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-top: 30px;
}
ul.list-item-set li {
  padding-left: 50px;
  width: 33.33333%;
  box-sizing: border-box;
  margin-top: 60px;
}
ul.list-item-set li h3.section-index-lv03 {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  ul.list-item-set {
    display: block;
  }
  ul.list-item-set li {
    width: 100%;
  }
  ul.list-item-set {
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.list-item-set li h3.section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}

/* section-common アイテムリスト*/
.section-vape ul.list-item-set {
  justify-content: space-between;
}
.section-vape ul.list-item-set li {
  width: 50%;
}

/***************************************************************************

Table

***************************************************************************/
table.tbl-common {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 70px;
}
table.tbl-common img {
  display: block;
  width: 118px;
  margin: 0 auto;
}
table.tbl-common th,
table.tbl-common td {
  padding: 30px 10px;
  box-sizing: border-box;
}
table.tbl-common th,
table.tbl-common td {
  border-bottom: 1px solid #dce0e2;
  border-right: 1px solid #dce0e2;
}
table.tbl-common tr:first-child th,
table.tbl-common tr:first-child td {
  border-top: 1px solid #dce0e2;
}
table.tbl-common tbody th {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
  font-weight: 400;
  background: #9aa3a8;
  width: 30%;
}
table.tbl-common tbody td:last-child {
  border-right: 0;
}
table.tbl-common tbody td {
  color: #768089;
  text-align: left;
}
table.tbl-common td {
  width: 70%;
}
table.tbl-common td.cell-ctr {
  text-align: center;
}

table.tbl-common.tbl-common-02 th,
table.tbl-common.tbl-common-02 td {
  padding: 14px 10px;
}
table.tbl-common.tbl-common-02 td {
  color: #54585a;
  padding: 14px 10px 14px 20px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  table.tbl-common.tbl-common-02 th {
    padding: 8px;
    padding: 2.133vw;
  }
  table.tbl-common.tbl-common-02 td {
    padding: 10px;
    padding: 2.66vw;
  }
}

/***************************************************************************

Header

***************************************************************************/
/*nav.siteHeader__nav li{
	position: static;
}
.siteHeader__nav ul{
	position: relative;
}
.siteHeader__nav ul li .nav-list-subcontent ul.nav-list-drop{
	display: block;
	position: relative;
	top: 0;
}
.siteHeader__nav ul li ul.nav-list-drop li:first-child,
.siteHeader__nav ul li ul.nav-list-drop li{
	border: none;
}
.siteHeader__nav ul li ul.nav-list-drop li a{
	padding: 0;
	background-color: transparent;
}
.siteHeader__nav ul li .nav-list-subcontent{
	display: none;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 76px;
	background: #fff;
	padding: 0 30px 30px;
	margin: 0 auto;
	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.6);
	transition: .3s;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a span{
	position: relative;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a span::before{
	position: absolute;
	top: -9px;
	right: -41px;
	bottom: 0;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	font-family: auto;
	content: "";
	background-image: url(../../images/common/btn-arw.png);
	background-size: cover;
	width: 32px;
	height: 5px;
	padding: 0;
}*/

/***************************************************************************

Footer

***************************************************************************/
.siteFooter__top {
  background-color: #eaedef;
  border-top: solid 1px #ddd;
}
.siteFooter__nav--top ul.shop-list {
  margin-bottom: 100px;
}
.siteFooter__nav--top ul {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}
.siteFooter .nav-list {
  padding-left: 80px;
}
.siteFooter .nav-list li {
  width: 25%;
}

/*.siteFooter .nav-list li:nth-child(4){
	width: 26%;
}
.siteFooter .nav-list li:nth-child(5){
	width: 14%;
}*/
/*.siteFooter .nav-list li:nth-child(1){
	width: 12%;
}
.siteFooter .nav-list li:nth-child(2),
.siteFooter .nav-list li:nth-child(3),
.siteFooter .nav-list li:nth-child(4),
.siteFooter .nav-list li:nth-child(6){
	width: 17%;
}

.siteFooter .nav-list li:nth-child(5){
	width: 20%;
}*/

.nav-list-footer-sub > p {
  position: relative;
  color: #464c50;
  padding-left: 1.3em;
}
.nav-list-footer-sub > p::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  left: 0;
  margin-top: 9px;
  background: #768089;
}
.siteFooter .footer-list-under {
  margin-left: 20px;
}
.siteFooter .nav-list li:nth-child(1) {
  width: 18%;
}

.siteFooter .nav-list li:nth-child(1) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(2) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(3) {
  width: 22%;
}
.siteFooter .nav-list li:nth-child(4) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(5) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(6) {
  width: 15%;
}

@media screen and (max-width: 959px) {
  .siteFooter .nav-list li:nth-child(1),
  .siteFooter .nav-list li:nth-child(2),
  .siteFooter .nav-list li:nth-child(3),
  .siteFooter .nav-list li:nth-child(4),
  .siteFooter .nav-list li:nth-child(5),
  .siteFooter .nav-list li:nth-child(6) {
    width: 100%;
  }
  ul.nav-list {
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.nav-list li {
    border-top: 1px solid #d7dce1;
  }
  ul.nav-list li:last-child {
    border-bottom: 1px solid #d7dce1;
  }
  ul.nav-list li.submenu > a.submenu-top {
    display: block;
  }
  ul.nav-list li > a > span.arw::after {
    width: 8px;
    height: 8px;
  }
  ul.nav-list li a .toggle-icon span,
  ul.nav-list li div.submenu-sp .toggle-icon span {
    width: 13px;
  }
  ul.nav-list li a,
  ul.nav-list li .submenu-sp {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }
  .siteFooter .nav-list li > .nav-list-col {
    margin-top: 0;
    border-top: 1px solid #f0f0f0;
  }
  ul.nav-list li a > span.arw::after {
    width: 8px;
    height: 8px;
  }
  ul.nav-list li a > span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  ul.shop-list li > a {
    text-align: center;
    padding: 12vw 10vw;
  }
  ul.shop-list li > a > span {
    padding-left: 0.5em;
  }
  .siteFooter__nav--top ul.shop-list {
    margin-bottom: 0;
  }
  ul.nav-list li p a {
    padding: 0;
  }
  .siteHeader.-has-menu {
    border-bottom: none;
  }
}

/***************************************************************************

お問い合わせ

***************************************************************************/
.contact-common-area {
  background: #fafafa;
  padding: 60px;
}
.contact-common-area .contact-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-common-area .contact-item-area ul.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-common-area .contact-item-area ul.contact-item li {
  display: inline-table;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
}
.contact-common-area ul.contact-item-area {
  max-width: 680px;
  margin: 0 auto;
}
.contact-common-area ul.contact-item-area li {
  display: inline-table;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
  margin: 0 10px;
}
.contact-common-area ul.contact-item-area li > span {
  line-height: 1.9rem;
  letter-spacing: 0;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.contact-common-area .contact-summary-area {
  background: #fff;
  padding: 44px;
  margin-top: 40px;
}
.contact-common-area .contact-summary-area .contact-summary-txt {
  font-size: 1.6rem;
  text-align: center;
}
.contact-common-area .contact-summary-area .contact-summary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #ddd;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel {
  margin-bottom: 0;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  .contact-tel-icon {
  position: relative;
  top: 6px;
  margin: 0;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  > a {
  font-size: 3.8rem;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 0;
  padding-left: 8px;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  > span {
  display: block;
  padding-left: 6%;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .button {
  margin: 0 auto;
  width: 75%;
}

@media screen and (max-width: 959px) {
  .contact-common-area {
    padding: 30px 10px 10px;
    padding: 8vw 2.667vw 2.667vw;
  }
  .contact-common-area .contact-item-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-common-area ul.contact-item-area li {
    width: 80px;
    height: 80px;
    width: 21.333vw;
    height: 21.333vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
    margin: 0 5px;
    margin: 0 1.333vw;
  }
  .contact-common-area .contact-summary-area {
    padding: 20px;
    margin-top: 20px;
    padding: 5.333vw;
    margin-top: 5.333vw;
  }
  .contact-common-area .contact-summary-area .contact-summary-txt {
    font-size: 1.4rem;
    font-size: 3.7333vw;
    line-height: 1.6;
  }
  .contact-common-area .contact-summary-area .contact-summary-block {
    display: block;
    margin-top: 20px;
    margin-top: 5vw;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary {
    width: 100%;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .tel
    .contact-tel-icon {
    top: 4px;
    width: 8%;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .tel
    > a {
    font-size: 28px;
    font-size: 7.5vw;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary:first-of-type::after {
    display: none;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary:first-of-type {
    padding-top: 10px;
    padding-top: 2.667vw;
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
    border-top: 1px solid #ddd;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .button {
    width: 100%;
  }
}

/***************************************************************************

News

***************************************************************************/
.news-list-area {
  max-width: 1000px;
  margin: 0 auto;
}
.news-list-area dl.info-list.news-list {
  position: relative;
}
.news-list-area dl:last-of-type {
  border-bottom: none;
}
.news-list-area:last-of-type dl.info-list.news-list {
  border-bottom: 1px solid #dce0e2;
}
dl.info-list.news-list dt,
dl.info-list.news-list dd {
  box-sizing: border-box;
}
dl.info-list.news-list dt {
  width: 28%;
}
dl.info-list.news-list dd {
  width: 72%;
  padding-right: 60px;
  position: relative;
}
dl.info-list.news-list::after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.category-label {
  width: 122px;
  font-size: 1.3rem;
  color: #9aa3a8;
  border: 1px solid #9aa3a8;
}
.news-list-info .date {
  font-family: 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    游ゴシック, 'Yu Gothic', メイリオ, sans-serif;
}
.news-area .title-under-level-01.news-title h1 {
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  dl.info-list.news-list::after {
    top: 22px;
    top: 7vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  dl.info-list.news-list dt,
  dl.info-list.news-list dd {
    display: block;
    width: 100%;
  }
  .news-area .title-under-level-01.news-title h1 {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }
  dl.info-list.news-list dd {
    padding-right: 0;
  }
}

/***************************************************************************

Magazine

***************************************************************************/
.knowledge-under-mv {
  max-height: 300px !important;
}
.knowledge-under-mv .title-under-wrap {
  top: 55%;
}
.knowledge-under-mv .title-under-level-01 h1 {
  font-size: 4rem;
}
.knowledge-article .related-area .button a:after,
.knowledge-article .related-area .button a.text-button:after {
  background-image: none;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  .knowledge-under-mv {
    font-size: 4.9479vw;
    padding-top: 40vw;
  }
  .knowledge-under-mv .title-under-level-01 h1 {
    font-size: 6vw;
  }
}

/***************************************************************************

Mission

***************************************************************************/
.section-top-mission::before {
  top: 100px;
}

.mission-lead {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-top-mission {
    margin-top: 0;
  }
  .mission-lead {
    font-size: 1.6rem;
    font-size: 3.2vw;
  }
}

/***************************************************************************

レシピ

***************************************************************************/
.recipe-article-full {
  width: 100% !important;
}

/***************************************************************************

美容プロテインBicle

***************************************************************************/
.section-product {
  background-color: #fff;
}
.section-style {
  background: #f8f8f8;
  padding: 120px 0;
}
.section-howto {
  background-color: #fff;
  padding-top: 0;
}
.producrt-content:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .section-product {
    padding: 10.66666vw 0;
  }
  .section-style {
    padding: 10.66666vw 10.5vw;
  }
}

/***************************************************************************

医師インタビュー

***************************************************************************/
@media screen and (max-width: 768px) {
  .doctor-wrap .breadcrumb {
    overflow-y: hidden;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}

/***************************************************************************

お問い合わせ

***************************************************************************/
.contact-thanks-area {
  border-top: none;
}

/***************************************************************************

Protein

***************************************************************************/
.lp-protein .product-detail-index,
.lp-protein .section-style .lifestyle-text-index {
  font-family: 'Noto Serif JP', sans-serif;
}

/***************************************************************************

Logo

***************************************************************************/
.siteHeader__logo {
  margin-top: 5px;
  max-width: 90px;
}
.-is-scrolled .siteHeader .siteHeader__logo,
.-is-scrolling .siteHeader .siteHeader__logo {
  margin-top: 5px;
  max-width: 90px;
}

/***************************************************************************

Content

***************************************************************************/
@media screen and (min-width: 769px) {
  body.-is-scrolled ul.knowledge-sub-bnr,
  body.-is-scrolling ul.knowledge-sub-bnr {
    margin-top: 90px;
  }
}

/* ***************************************************************************

recruit

*************************************************************************** */

.section-recruit__wrp {
  max-width: 1000px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

/*============= mv =============*/
.recruit-profile-mv {
  background-image: url(../../images/recruit/recruit_mv_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .recruit-profile-mv {
    background-image: url(../../images/recruit/recruit_mv_sp.jpg);
  }
}

@media screen and (max-width: 959px) {
  .recruit-profile-mv .title-under-wrap {
    top: auto;
    bottom: 50px;
  }
}

/*============= message =============*/
.section-recruit-message .message-lead {
  font-size: 1.6rem;
  margin-top: 0;
  text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-lead {
      font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2552083333vw;
  }
}

.section-recruit-message .message-block {
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block {
    margin-top: 15px;
  }
}

.section-recruit-message .message-block__images {
  text-align: center;
  margin-bottom: 18px;
}

.section-recruit-message .message-block__images img {
  width: 116px;
  height: 116px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block__images {
    text-align: center;
    margin-bottom: 34px;
  }
}

.section-recruit-message .message-block__images img {
  vertical-align: bottom;
}

.section-recruit-message .message-block__lead {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block .message-lead {
    text-align: left;
  }
}

/*============= about =============*/
.section-about .section-about__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__container {
    flex-wrap: wrap;
  }
}

.section-about .section-about__contents {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents {
    width: 50%;
    /* display: block; */
    margin-bottom: 25px;
  }
}

/* 中央にするなら */
/* @media screen and (max-width: 959px){
  .section-about .section-about__contents:nth-last-child(1){
    margin-left: auto;
    margin-right: auto;
  }
} */

.section-about .section-about__images {
  height: 165px;
  width: 65px;
  height: 80px;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__images {
    margin-bottom: 0;
    width: 80px;
    height: 100px;
  }
}

.section-about .section-about__images img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__images img {
    width: 100%;
  }
}

.section-about .section-about__contents .desc-ttl {
  font-size: 16px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  .section-about .section-about__contents .desc-ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents .desc-ttl {
    /* font-size: 3.7vw; */
    font-size: 13.9px;
  }
}

.section-about .section-about__contents p {
  font-size: 12px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.6;
  margin-top: 22px;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents p {
    font-size: 9px;
    /* font-size: 2.5vw; */
  }
}

/*============= work =============*/
.section-work .section-work__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__container {
    flex-direction: column;
  }
}

.section-work .section-work__contents {
  width: 48%;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents:first-child {
    margin-bottom: 78px;
  }
}

.section-work .section-work__contents .images {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents .images {
    margin-bottom: 38px;
  }
}

.section-work .section-work__contents .images img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents .images img {
    width: 100%;
  }
}

.section-work .section-work__contents ul li {
  font-size: 1.6rem;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  line-height: 1.8;
  position: relative;
  padding-left: 7px;
}

.section-work .section-work__contents ul li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  transform: translateY(-50%);
  left: 0;
}

/*============= culture =============*/
.section-culture .heading {
  text-align: center;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-bottom: 45px;
}

.section-culture .heading p {
  font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin-bottom: 28px;
}

@media screen and (max-width: 959px) {
  .section-culture .heading p {
    font-size: 3.5vw;
      font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 15px;
  }
}

.section-culture .heading h3 {
  font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .section-culture .heading h3 {
    font-size: 4vw;
    font-size: 5.5vw;
      font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
  }
}

.section-culture .section-culture__container.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 67px;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.top {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.section-culture .section-culture__container.bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.bottom {
    flex-direction: column;
  }
}

.section-culture .section-culture__contents {
  width: 22%;
  /* width: calc(25% - 25px); */
  width: calc(100% / 4 - 20px);
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents {
    width: 100%;
  }
}

.section-culture
  .section-culture__container.bottom
  .section-culture__contents:nth-child(2) {
  margin: 0 25px;
}

@media screen and (max-width: 959px) {
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.top .section-culture__contents {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 959px) {
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(1),
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(2) {
    margin-bottom: 46px;
  }
}

.section-culture .section-culture__contents .images {
  margin-bottom: 21px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents .images {
    margin-bottom: 24px;
  }
}

.section-culture .section-culture__contents .images img {
  vertical-align: bottom;
}

.section-culture .section-culture__contents .desc {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.section-culture .section-culture__contents h4 {
  font-size: 28px;
  font-size: 1.2vw;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1;
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents h4 {
    font-size: 5.4vw;
    margin-bottom: 23px;
  }
}

.section-culture .section-culture__contents p {
  font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

/*============= interview =============*/
.section-interview {
  display: none;
}

.section-interview .section-interview__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__container {
    flex-direction: column;
  }
}

.section-interview .section-interview__contents {
  width: 47.4%;
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__contents {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__contents:first-child {
    margin-bottom: 100px;
  }
}

.section-interview .section-interview__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-interview .section-interview__block .images {
  width: 188px;
  height: 188px;
  margin-bottom: 47px;
}

.section-interview__block .images img {
  vertical-align: bottom;
}

.section-interview .section-interview__block .desc {
  margin-bottom: 53px;
}

.section-interview .section-interview__block h4 {
  font-size: 25px;
  line-height: 1;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
}

.section-interview .section-interview__block .desc-txt {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
}

.section-interview .section-interview__lead {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.section-interview .section-interview__work {
  margin-bottom: 40px;
}

/*============= requirements =============*/
.section-requirements .section-requirements-desc {
  margin-bottom: 81px;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements-desc {
    margin-bottom: 67px;
  }
}

.section-requirements .section-requirements-desc p {
  font-size: 20px;
  line-height: 1;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements-desc p {
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
  }
}

.section-requirements .section-requirements__container {
  width: 100%;
}

/* @media screen and (max-width: 959px){
  .section-requirements__container{
    margin-bottom: 85px;
  }
} */

.section-requirements .section-requirements__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.section-requirements .section-requirements__list dt {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  width: calc(100% - 75% - 50px);
  line-height: 1.25;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9eef1;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list dt {
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: none;
    text-align: center;
  }
}

.section-requirements .section-requirements__list dd {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.25;
  width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9eef1;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 18px;
  }
}

.section-requirements .section-requirements__list dd ul li {
  position: relative;
  padding-left: 7px;
}

.section-requirements .section-requirements__list dd ul li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/*============= flow =============*/
.section-flow .section-flow__contents {
  width: 400px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents {
    width: 100%;
    height: 60px;
  }
}

.section-flow .section-flow__contents:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:not(:last-child) {
    margin-bottom: 26px;
  }
}

.section-flow .section-flow__contents:nth-of-type(1),
.section-flow .section-flow__contents:nth-of-type(2),
.section-flow .section-flow__contents:nth-of-type(3) {
  background-color: #eaeced;
}

.section-flow .section-flow__contents:nth-of-type(4) {
  background-color: #d6d9db;
}

.section-flow .section-flow__contents:nth-of-type(5),
.section-flow .section-flow__contents:nth-of-type(6) {
  background-color: #c2c7ca;
}

.section-flow .section-flow__contents:nth-of-type(7) {
  background-color: #9aa3a8;
  color: #fff;
}

.section-flow .section-flow__contents:nth-of-type(1)::before,
.section-flow .section-flow__contents:nth-of-type(3)::before,
.section-flow .section-flow__contents:nth-of-type(4)::before,
.section-flow .section-flow__contents:nth-of-type(5)::before,
.section-flow .section-flow__contents:nth-of-type(6)::before,
.section-flow .section-flow__contents:nth-of-type(7)::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(1)::before,
  .section-flow .section-flow__contents:nth-of-type(3)::before,
  .section-flow .section-flow__contents:nth-of-type(4)::before,
  .section-flow .section-flow__contents:nth-of-type(5)::before,
  .section-flow .section-flow__contents:nth-of-type(6)::before,
  .section-flow .section-flow__contents:nth-of-type(7)::before {
    top: 98%;
    margin-left: -8px;
    border: 10px solid transparent;
  }
}

.section-flow .section-flow__contents:nth-of-type(1)::before,
.section-flow .section-flow__contents:nth-of-type(2)::before,
.section-flow .section-flow__contents:nth-of-type(3)::before {
  border-top: 22px solid #eaeced;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(1)::before,
  .section-flow .section-flow__contents:nth-of-type(2)::before,
  .section-flow .section-flow__contents:nth-of-type(3)::before {
    border-top: 15px solid #eaeced;
  }
}

.section-flow .section-flow__contents:nth-of-type(4)::before {
  border-top: 22px solid #d6d9db;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(4)::before {
    border-top: 15px solid #d6d9db;
  }
}

.section-flow .section-flow__contents:nth-of-type(5)::before,
.section-flow .section-flow__contents:nth-of-type(6)::before {
  border-top: 22px solid #c2c7ca;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(5)::before,
  .section-flow .section-flow__contents:nth-of-type(6)::before {
    border-top: 15px solid #c2c7ca;
  }
}

.section-flow .section-flow__contents p {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents p {
    font-size: 16px;
  }
}

/*============= entry =============*/
.section-entry .section-entry__txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 90px;
  margin-top: 0;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-entry .section-entry__txt {
    line-height: 1.875;
    text-align: left;
    margin-bottom: 40px;
  }
}

.section-entry .button {
  margin: 0 auto;
}

/* UNDER PAGE STYLES */
@charset "UTF-8";

/***************************************************************************

ABOUT CBD

***************************************************************************/

/***MV***************************/
.cbd-about-mv {
  background-image: url(../../images/cbd/about-cbd/mv-about-cbd_pc.jpg);

  /* background-position: center center; */
  height: 400px;
  background-position: 0 31%;
}

@media screen and (max-width: 959px) {
  .cbd-about-mv {
    background-image: url(../../images/cbd/about-cbd/mv-about-cbd_sp.jpg);
    background-position: center center;
    height: 250px;
    padding-top: 0;
  }
}

/***コンセプト Concept***************************/
.cbd-about-concept {
  background-image: url(../../images/cbd/about-cbd/about-bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72.58%;
  position: relative;
}

.cbd-about-concept .concept-textArea {
  position: absolute;
  top: 50%;
  left: 7%;
  max-width: 530px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cbd-about-concept .concept-textArea .concept-title {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2.4rem;
}

.cbd-about-concept .button > a {
  background: transparent;
}

@media screen and (min-width: 1440px) {
  .cbd-about-concept .concept-textArea {
    max-width: 610px;
  }
}

@media screen and (min-width: 1025px) {
  .cbd-about-concept .button > a:hover {
    background-color: #54585a;
  }
}

@media screen and (max-width: 959px) {
  .cbd-about-concept {
    background-image: url(../../images/cbd/about-cbd/about-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 98.333%;
    position: relative;
    background-position: bottom;
  }

  .cbd-about-concept .concept-textArea {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 10.5vw;
    margin-bottom: 5%;
    max-width: 100%;
  }

  .cbd-about-concept .concept-textArea .concept-title {
    font-size: 2rem;
    font-size: 5.3vw;
  }
}

/***法令に遵守するための条件***************************/
.area-quality-2point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-quality-2point .quality-2point {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 20px;
}

.area-quality-2point .quality-2point:first-of-type {
  background-image: url(../../images/cbd/about-cbd/quality-control-01-bg.jpg);
  margin-right: 35px;
}

.area-quality-2point .quality-2point:last-of-type {
  background-image: url(../../images/cbd/about-cbd/quality-control-02-bg.jpg);
  margin-left: 35px;
}

.area-quality-2point .quality-2point-ttl {
  text-align: center;
}

.area-quality-2point .quality-2point-ttl > p {
  background: #88949d;
  width: 36px;
  height: 36px;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1;
}

.area-quality-2point .quality-2point-ttl > h3.section-index-lv03 {
  text-align: center;
  display: inline;
  position: relative;
  padding-bottom: 22px;
}

.area-quality-2point .quality-2point-ttl > h3.section-index-lv03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #9aa3a8;
}

.area-quality-2point
  .quality-2point:last-of-type
  .quality-2point-ttl
  > h3.section-index-lv03::after {
  width: 130%;
}

.area-quality-2point .quality-2point:first-of-type figure {
  margin-top: 60px;
}

.area-quality-2point .quality-2point:last-of-type figure {
  max-width: 184px;
  margin: 0 auto;
  /* margin-top: 120px; */
  /* 修正 */
  margin-top: 50px;
}

/* 修正 */
.area-quality-2point .quality-2point-ttl > .area-quality-2point-txt {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #464c50;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .area-quality-2point {
    display: block;
  }

  .area-quality-2point .quality-2point {
    width: 100%;
    padding: 30px 20px;
  }

  .area-quality-2point .quality-2point:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .area-quality-2point .quality-2point:last-of-type {
    background-image: url(../../images/cbd/about-cbd/quality-control-02-bg.jpg);
    margin-left: 0;
  }

  .area-quality-2point .quality-2point:last-of-type figure {
    width: 110px;
    margin-top: 40px;
    padding-bottom: 30px;
    width: 29.333vw;
    margin-top: 10.667vw;
    padding-bottom: 8vw;
  }

  .area-quality-2point .quality-2point-ttl > p {
    width: 26px;
    height: 26px;
    font-size: 2.5rem;
    width: 6.933vw;
    height: 6.933vw;
    font-size: 6.667vw;
    line-height: 0.8;
  }

  /* 修正 */
  .area-quality-2point .quality-2point-ttl > .area-quality-2point-txt {
    font-size: 12px;
  }
}

/***高品質なCBD原料 - 当社のCBD原料の品質管理体制***************************/
.area-quality-system {
  text-align: center;
}

.area-quality-system ul.list-quality-system {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}

.area-quality-system ul.list-quality-system::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background: #88949d;
  margin: auto;
  z-index: -1;
}

.area-quality-system ul.list-quality-system li {
  text-align: center;
  height: 100px;
  background: #eaedef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 30px;
}

.area-quality-system ul.list-quality-system li:first-child {
  margin-top: 0;
}

.area-quality-system ul.list-quality-system li:last-child {
  background: #9aa3a8;
  color: #fff;
}

.area-quality-system ul.list-quality-system li span.notice {
  font-size: 1.2rem;
  color: #88949d;
}

@media screen and (max-width: 959px) {
  .area-quality-system ul.list-quality-system {
    padding-top: 30px;
    padding-top: 4vw;
  }

  .area-quality-system ul.list-quality-system li {
    height: 140px;
    height: 24vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .area-quality-system ul.list-quality-system li span.notice {
    font-size: 1.1rem;
    font-size: 3vw;
  }
}

/***高品質なCBD原料 - COAのTHC分析基準***************************/
.cont-quality-analysis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
}

.cont-quality-analysis .cont-quality-analysis-figure,
.cont-quality-analysis .cont-quality-analysis-txt {
  box-sizing: border-box;
}

.cont-quality-analysis .cont-quality-analysis-figure {
  width: 55%;
  position: relative;
}

.cont-quality-analysis .cont-quality-analysis-txt {
  width: 45%;
  padding: 0 50px 0 40px;
}

.cont-quality-analysis .cont-quality-analysis-figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #f8f9fa;
  top: 120px;
  z-index: -1;
}

.cont-quality-analysis .cont-quality-analysis-figure-inner {
  display: block;
  max-width: 374px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .cont-quality-analysis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f8f9fa;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 30px;
    padding: 16vw 8vw;
    margin-top: 60px;
    margin-top: 16vw;
    box-sizing: border-box;
  }

  .cont-quality-analysis .cont-quality-analysis-figure {
    width: 100%;
  }

  .cont-quality-analysis .cont-quality-analysis-txt {
    width: 100%;
    padding: 0;
  }

  .cont-quality-analysis .cont-quality-analysis-figure::before {
    display: none;
  }

  .cont-quality-analysis .section-index-lv03 {
    text-align: center;
  }

  .cont-quality-analysis .cont-quality-analysis-figure-inner {
    max-width: 80%;
  }
}

/* 修正箇所 */
/***規制成分の網羅的な自主検査 - ***************************/
.cont-voluntary-recall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  margin-top: 160px;
}

.cont-voluntary-recall .cont-voluntary-recall-figure,
.cont-voluntary-recall .cont-voluntary-recall-txt {
  box-sizing: border-box;
}

.cont-voluntary-recall .cont-voluntary-recall-txt {
  width: 49%;
  padding: 0 50px 0 50px;
}

.cont-voluntary-recall .cont-voluntary-recall-figure {
  width: 51%;
  text-align: center;
  position: relative;
}

.cont-voluntary-recall .cont-voluntary-recall-figure img {
  width: 71.772%;
}

.cont-voluntary-recall .cont-voluntary-recall-figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  height: 17.015vw;
  background: #f8f9fa;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .inner-area.area-voluntary-recall {
    margin-top: 0 !important;
  }

  .cont-voluntary-recall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
    background: #f8f9fa;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 30px;
    padding: 16vw 8vw;
    padding-top: 0;
    margin-top: 60px;
    margin-top: 16vw;
    margin-top: 0;
    box-sizing: border-box;
  }

  .cont-voluntary-recall .cont-voluntary-recall-figure {
    width: 100%;
  }

  /* 修正 */

  .cont-voluntary-recall .cont-voluntary-recall-figure img {
    width: 100%;
    vertical-align: bottom;
  }

  .cont-voluntary-recall .cont-voluntary-recall-txt {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .cont-voluntary-recall .cont-voluntary-recall-figure::before {
    display: none;
  }

  .cont-voluntary-recall .section-index-lv03 {
    text-align: center;
  }
}

/*-- ============= END ============= --*/

/***U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - ***************************/
.section-partnership {
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}

.section-partnership::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/common/bg-leaf.jpg);
  width: 680px;
  height: 584px;
  mix-blend-mode: multiply;
  background-size: cover;
}

.section-partnership::after {
  content: '';
  position: absolute;
  top: 1%;
  left: 40px;
  background-image: url(../../images/common/bg-shiki.png);
  width: 380px;
  height: 234px;
  opacity: 0.7;
  background-size: cover;
}

.section-partnership-bg-leaf {
  position: relative;
}

.section-partnership-bg-leaf::before {
  content: '';
  position: absolute;
  top: 40em;
  left: -10em;
  background-image: url(../../images/common/bg-leaf01.png);
  width: 586px;
  height: 596px;
  background-size: cover;
}

.section-partnership sup {
  vertical-align: super;
  font-size: 1.1rem;
  position: relative;
}

.section-partnership .cont-partnership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.section-partnership .cont-partnership::before {
  content: '';
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50%;
  height: 110%;
  background: #f8f9fa;
  z-index: -100;
}

.section-partnership .cont-partnership .cont-partnership-txt {
  width: 50%;
  padding-left: 20px;
}

.section-partnership .cont-partnership .cont-partnership-txt > p {
  max-width: 530px;
}

.section-partnership .cont-partnership .cont-partnership-icon {
  width: 50%;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner {
  max-width: 600px;
  text-align: center;
  /*padding: 60px 8% 30px 0;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  .material-logo {
  position: absolute;
  top: 90px;
  left: 50px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  .material-logo
  img {
  max-width: 140px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  img {
  max-width: 92px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 170px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list
  li {
  color: #768089;
  padding-left: 30px;
  margin-top: 30px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list
  li
  > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
}

/* 修正箇所 */
.section-partnership-txt {
  font-size: 15px;
  margin-top: 60px;
  line-height: 2.3;
}

.partnership-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.partnership-contents {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partnership-contents:first-child {
  margin-right: 96px;
}

.partnership-contents:last-child {
  margin-left: 96px;
}

.partnership-contents-images {
  margin-bottom: 36px;
}

.partnership-contents-item {
  text-align: center;
}

.partnership-contents-img-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .section-partnership {
    margin-top: 60px;
    margin-top: 12vw;
  }

  .section-partnership::before {
    top: 0;
    right: -12%;
    width: 300px;
    height: 252px;
    width: 80vw;
    height: 67.2vw;
  }

  .section-partnership::after {
    top: -4%;
    left: -10%;
    width: 233px;
    height: 140px;
    width: 61.333vw;
    height: 37.333vw;
  }

  .section-partnership-bg-leaf::before {
    display: none;
  }

  .section-partnership .cont-partnership {
    display: block;
  }

  .section-partnership .cont-partnership::before {
    display: none;
  }

  .section-partnership .cont-partnership .cont-partnership-txt,
  .section-partnership .cont-partnership .cont-partnership-icon {
    width: 100%;
  }

  .section-partnership .cont-partnership .cont-partnership-txt {
    padding-left: 0;
  }

  .section-partnership .cont-partnership .cont-partnership-icon {
    background: #f8f9fa;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner {
    max-width: 100%;
    padding: 30px 20px;
    padding: 8vw 5.3333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list
    li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list
    li
    > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    .material-logo {
    position: relative;
    top: 0;
    left: 0;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    .material-logo
    img {
    max-width: 100px;
  }

  /* 修正箇所 */
  .section-partnership-txt {
    font-size: 12px;
    margin-top: 30px;
    line-height: 2.3;
    text-align: left;
  }

  .partnership-container {
    flex-direction: column;
    margin-bottom: 42px;
  }

  .partnership-contents {
    max-width: 100%;
  }

  .partnership-contents:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .partnership-contents:last-child {
    margin-left: 0;
  }

  .partnership-contents-images {
    width: 47.6193%;
    margin-bottom: 34px;
  }

  .partnership-contents-images img {
    vertical-align: bottom;
  }

  .partnership-contents-item {
    text-align: center;
  }

  .partnership-contents-img-pc {
    display: none;
  }

  .partnership-contents-img-sp {
    display: block;
    margin: 0 auto;
  }

  .br-pc {
    display: none;
  }
}

/*** U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - 企画商品にあわせた豊富な原料 ***************************/
.cont-material {
  text-align: center;
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}

.cont-material .cont-material-txt {
  max-width: 1200px;
  margin: 0 auto;
}

.cont-material .tbl-material-pcview {
  display: block;
}

.cont-material .tbl-material-spview {
  display: none;
}

.cont-material .tbl-material {
  max-width: 1200px;
}

.cont-material .tbl-material tr:first-child th,
.cont-material .tbl-material tr:first-child td {
  border-top: none;
}

.cont-material .tbl-material thead th {
  text-align: center;
  font-weight: 400;
}

.cont-material .tbl-material thead th:last-child {
  border-right: 0;
}

.cont-material .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material-spview .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material-spview .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material tbody td.sample {
  font-size: 1.8rem;
}

/* 修正 */
.tbl-material-pcview .tbl-material thead th {
  font-size: 15px;
  line-height: 1;
}

.tbl-material-pcview .tbl-material thead th span {
  display: block;
  min-height: 45px;
}

.tbl-material-pcview .tbl-material tbody th {
  text-align: center;
}

.tbl-material-pcview .tbl-material tbody td {
  font-size: 1.269vw;
  font-size: 15px;
  line-height: 1;
}

.tbl-material-pcview .tbl-material thead th img {
  margin-top: 25px;
}

.cont-material .tbl-material tbody td.sample {
  font-size: 1.5rem;
}

@media screen and (min-width: 1480px) {
  .section-partnership .cont-partnership .cont-partnership-txt {
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .cont-material {
    margin-top: 60px;
    margin-top: 12vw;
  }

  .cont-material::before {
    display: none;
  }

  .cont-material .tbl-material-spview {
    display: block;
  }

  .cont-material .tbl-material-pcview {
    display: none;
  }

  .cont-material .tbl-material-spview .tbl-material {
    border: 1px solid #dce0e2;
    width: 100%;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .cont-material .tbl-material-spview .tbl-material th,
  .cont-material .tbl-material-spview .tbl-material td {
    display: table-cell;
    padding: 15px 10px;
    padding: 4vw 2.667vw;
    border-top: 1px solid #dce0e2;
  }

  .cont-material .tbl-material-spview .tbl-material thead th {
    width: 100%;
    /* 修正 */
    line-height: 1;
  }

  .cont-material .tbl-material-spview .tbl-material thead th img {
    margin-top: 10px;
  }

  .cont-material .tbl-material-spview .tbl-material tbody th {
    width: 38%;
  }

  .cont-material .tbl-material-spview .tbl-material tbody td {
    width: 62%;
    /* 修正 */
    line-height: 1;
  }

  .cont-material .tbl-material-spview .tbl-material tbody tr:last-child td {
    border-bottom: 0;
  }

  .cont-material .cont-material-txt {
    text-align: left;
  }

  /* 修正 */
  .cont-material .tbl-material tbody td.sample {
    font-size: 1.3rem;
  }
}

/*** 独自開発のナノCBD ***************************/
/* 修正 */
.cont-nano-cbd-container {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 60px;
}

.cont-nano-cbd-contents {
  max-width: 450px;
}

.cont-nano-cbd-contents:first-child {
  margin-right: 77px;
}

.cont-nano-cbd-contents:last-child {
  margin-left: 77px;
}

.cont-nano-cbd-contents-inner {
  margin-bottom: 25px;
  padding: 0 79px;
}

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

.cont-nano-cbd-name {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.cont-nano-cbd-desc-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cont-nano-cbd-desc-item {
  text-align: left;
  position: relative;
  padding-left: 10px;
  font-size: 15px;
}

.cont-nano-cbd-desc-item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #464c50;
  position: absolute;
  left: 0;
  top: 15px;
}

.cont-nano-cbd-desc-asterisk {
  font-size: 12px;
}

.cont-nano-cbd-report-card {
  margin-bottom: 16px;
}

.cont-nano-cbd-report-card img {
  vertical-align: bottom;
}

.cont-nano-cbd-report-card-txt {
  line-height: 1.3;
}

.cont-nano-cbd-figures {
  margin-top: 64px;
  margin-bottom: 25px;
  display: flex;
}

.cont-nano-cbd-figure {
  width: 50%;
}

.cont-nano-cbd-figure img {
  vertical-align: bottom;
}

.cont-nano-cbd-figure:first-child {
  margin-right: 30px;
}

.cont-nano-cbd-figure:last-child {
  margin-left: 30px;
}

.cont-nano-cbd-figure-desc {
  font-size: 24px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.cont-nano-cbd-figures-txt {
  line-height: 1.3;
  text-align: left;
}

.cont-nano-cbd-introduction {
  margin-top: 80px;
}

.cont-nano-cbd-introduction-list {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.cont-nano-cbd-introduction-item:not(:last-child) {
  margin-right: 131px;
}

.cont-nano-cbd-introduction-item-images img {
  vertical-align: bottom;
}

.cont-nano-cbd-introduction-item-name {
  font-size: 24px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-top: 32px;
}

@media screen and (max-width: 959px) {
  .cont-nano-cbd-txt {
    text-align: left;
  }

  .cont-nano-cbd-container {
    flex-direction: column;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 45px;
  }

  .cont-nano-cbd-contents {
    max-width: 100%;
    width: 100%;
  }

  .cont-nano-cbd-contents:first-child {
    margin-right: 0;
    margin-bottom: 74px;
  }

  .cont-nano-cbd-contents:last-child {
    margin-left: 0;
  }

  .cont-nano-cbd-contents-inner {
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .cont-nano-cbd-name {
    font-size: 15px;
    line-height: 1.8;
  }

  .cont-nano-cbd-desc-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cont-nano-cbd-desc-item {
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
  }

  .cont-nano-cbd-desc-item::before {
    top: 12px;
  }

  .cont-nano-cbd-report-card {
    margin-bottom: 12px;
  }

  .cont-nano-cbd-report-card-txt {
    text-align: left;
  }

  .cont-nano-cbd-figures {
    margin-top: 55px;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .cont-nano-cbd-figure {
    width: 100%;
  }

  .cont-nano-cbd-figure:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .cont-nano-cbd-figure:last-child {
    margin-left: 0;
  }

  .cont-nano-cbd-figure-desc {
    font-size: 15px;
  }

  .cont-nano-cbd-figures-txt {
    line-height: 1.3;
  }

  .cont-nano-cbd-introduction {
    margin-top: 60px;
  }

  .cont-nano-cbd-introduction-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .cont-nano-cbd-introduction-item {
    width: 42%;
  }

  .cont-nano-cbd-introduction-item:not(:last-child) {
    margin-right: 0;
  }

  .cont-nano-cbd-introduction-item:nth-child(1),
  .cont-nano-cbd-introduction-item:nth-child(2) {
    margin-bottom: 36px;
  }

  .cont-nano-cbd-introduction-item-images img {
    width: 100%;
  }

  .cont-nano-cbd-introduction-item-name {
    font-size: 16px;
    margin-top: 21px;
  }
}

/*** U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - 使い分けの例 ***************************/
.cont-usecase {
  background-image: url(../../images/cbd/about-cbd/usecase-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
}

.cont-usecase ul.list-usecase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -50px;
}

.cont-usecase ul.list-usecase li {
  width: 33.33333%;
  padding-left: 50px;
  box-sizing: border-box;
}

.cont-usecase ul.list-usecase li .list-usecase-header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 54.4111%;
  position: relative;
}

.cont-usecase ul.list-usecase li:nth-child(1) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-01.jpg);
}

.cont-usecase ul.list-usecase li:nth-child(2) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-02.jpg);
}

.cont-usecase ul.list-usecase li:nth-child(3) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-03.jpg);
}

.cont-usecase ul.list-usecase li .list-usecase-header .list-usecase-number {
  position: absolute;
  top: 24px;
  left: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  line-height: 0;
}

.cont-usecase ul.list-usecase li .list-usecase-cont {
  background: #fff;
  padding: 20px 14px;
}

.cont-usecase ul.list-usecase li .list-usecase-cont > p {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-arw {
  margin: 0 auto;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-arw > img {
  width: 16px;
  height: 11px;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-cont-sub {
  background: #eaedef;
  line-height: 1.5;
  padding: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .cont-usecase {
    background-image: url(../../images/wellpharma/cbd/about-cbd/usecase-bg_sp.jpg);
    background-image: url(../../images/wellpharma/cbd/about-cbd/usecase-bg_sp.jpg);
    padding: 13.333vw 5.333vw;
  }

  .cont-usecase ul.list-usecase {
    display: block;
    margin-top: 40px;
    margin-top: 10.667vw;
    margin-left: 0;
  }

  .cont-usecase ul.list-usecase li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .cont-usecase ul.list-usecase li:first-child {
    margin-top: 0;
  }

  .cont-usecase ul.list-usecase li .list-usecase-cont > p {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }
}

/***************************************************************************

What's CBD

***************************************************************************/

/*** MV ***************************/
.whats-cbd-mv {
  background-image: url(../../images/cbd/whats-cbd/mv-whats-cbd_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .whats-cbd-mv {
    background-image: url(../../images/cbd/whats-cbd/mv-whats-cbd_sp.jpg);
    background-position: center center;
  }
}

/*** Whats CBD ***************************/
.section-whats-cbd {
  background-image: url(../../images/cbd/whats-cbd/whats-cbd-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 120px 0 30vw 0;
}

.section-whats-cbd .area-phytochemicals {
  background-image: url(../../images/cbd/whats-cbd/whats-cbd-01-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 70px 80px;
}

.section-whats-cbd .area-phytochemicals ul.list-phytochemicals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: -26px;
}

.section-whats-cbd .area-phytochemicals ul.list-phytochemicals li {
  width: 25%;
  padding-left: 26px;
  box-sizing: border-box;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li
  .list-phytochemicals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  height: 180px;
  box-sizing: border-box;
  line-height: 1.5;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li
  .list-phytochemicals-item
  > span {
  font-size: 1.4rem;
  display: block;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li:nth-child(odd)
  .list-phytochemicals-item {
  background: #9aa3a8;
  color: #fff;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li:nth-child(even)
  .list-phytochemicals-item {
  background: #eaedef;
}

.section-whats-cbd .area-acting {
  text-align: center;
  border: 1px solid #9aa3a8;
  padding: 60px 30px;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 80px;
}

.section-whats-cbd .area-whats-cbd-lead {
  margin: 0 0 0 auto;
  width: 60%;
  margin-top: 60px;
}

.section-whats-cbd ul.list-cbd-acting {
  padding-left: 60px;
}

.section-whats-cbd ul.list-cbd-acting li {
  font-size: 1.7rem;
  width: 25%;
}

.section-whats-cbd ul.list-cbd-acting li::before {
  top: 9px;
}

@media screen and (max-width: 959px) {
  .section-whats-cbd {
    background-image: url(../../images/cbd/whats-cbd/whats-cbd-bg_sp.jpg);
    padding: 70px 0 250px 0;
    padding: 18.667vw 0 66.667vw 0;
  }

  .section-whats-cbd .area-phytochemicals {
    background-image: url(../../images/cbd/whats-cbd/whats-cbd-01-bg_sp.jpg);
    padding: 50px 60px;
    padding: 13.333vw 16vw;
  }

  .section-whats-cbd .area-phytochemicals ul.list-phytochemicals {
    display: block;
    margin-top: 30px;
    margin-top: 8vw;
    margin-left: 0;
  }

  .section-whats-cbd .area-phytochemicals ul.list-phytochemicals li {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
    margin-top: 3.2vw;
  }

  .section-whats-cbd
    .area-phytochemicals
    ul.list-phytochemicals
    li
    .list-phytochemicals-item {
    height: 140px;
    height: 37.333vw;
  }

  .section-whats-cbd
    .area-phytochemicals
    ul.list-phytochemicals
    li
    .list-phytochemicals-item
    > span {
    font-size: 1.1rem;
    font-size: 2.933vw;
  }

  .section-whats-cbd .area-acting {
    padding: 40px 30px;
    padding: 10.667vw 8vw;
  }

  .section-whats-cbd .area-whats-cbd-lead {
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-whats-cbd ul.list-cbd-acting {
    padding-left: 0;
  }

  .section-whats-cbd ul.list-cbd-acting li {
    font-size: 1.4rem;
    font-size: 3.733vw;
    width: 50%;
  }

  .section-whats-cbd ul.list-cbd-acting li::before {
    top: 9px;
  }
}

/*** 250以上の疾患に対するCBDの効果がいま世界中で研究されています ***************************/
.section-medication {
  background: #fafafa;
  padding: 160px 0;
  position: relative;
}

.section-medication::before {
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  max-width: 1342px;
  height: 312px;
  background-image: url(../../images/cbd/whats-cbd/meducation-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  overflow: hidden;
}

.section-medication .fig-medication {
  background-image: url(../../images/cbd/whats-cbd/meducation-fig.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 35.08%;
  margin-top: 80px;
}

.section-medication .area-medication-list {
  background: #fff;
  padding: 60px 90px;
}

.section-medication .area-medication-list .notice {
  font-size: 60%;
}

@media screen and (max-width: 959px) {
  .section-medication {
    padding: 60px 30px;
    padding: 16vw 0;
  }

  .section-medication::before {
    top: 200px;
    top: 53vw;
    width: 100%;
    height: 200px;
    height: 53vw;
    background-size: cover;
  }

  .section-medication .fig-medication {
    background-image: url(../../images/cbd/whats-cbd/meducation-fig_sp.jpg);
    padding-top: 109.52%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-medication .area-medication-list {
    padding: 40px 20px;
    padding: 10.667vw 5.33vw;
  }
}

/***記事のレイアウト***************************/
.section-cbd-article .knowledge-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-cbd-article .knowledge-category-list article.knowledge-post {
  float: none;
}

@media screen and (max-width: 959px) {
  .section-cbd-article .knowledge-category-list {
    display: block;
  }
}

/***************************************************************************

OEM/PB

***************************************************************************/

/*** MV ***************************/
.oem-mv {
  background-image: url(../../images/oem/mv-oem_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .oem-mv {
    background-image: url(../../images/oem/mv-oem_sp.jpg);
    background-position: center center;
  }
}

/*** 食品・サプリメントのOEM/ODM ***************************/
ul.list-item-set-edible li h3.section-index-lv03 {
  margin-top: 5px;
}

ul.list-item-set-edible li ul.list-common.list-common-01 {
  padding-top: 15px;
}

@media screen and (max-width: 959px) {
  .oem-mv {
    background-image: url(../../images/oem/mv-oem_sp.jpg);
    background-position: center center;
  }
}

/*** 化粧品のOEM/ODM ***************************/
.section-cosmetics {
  position: relative;
}

.section-cosmetics::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #f0f4f7;
  overflow: hidden;
}

.section-cosmetics .area-cosmetics {
  position: relative;
}

.section-cosmetics .area-cosmetics figure.fig-cosmetic-main {
  text-align: center;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -28px;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li {
  width: 25%;
  padding-left: 28px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li .cosmetics-nav-set {
  background: #fff;
  position: relative;
  height: 80px;
}

.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  div.cosmetics-nav-set-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
}

/*.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li .cosmetics-nav-set.no-link{
	padding: 20px 15px;
}*/
.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  > a {
  background: #fff;
  /*padding: 20px 15px;*/
  display: block;
  height: 100%;
  position: relative;
}

.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  > a::after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.section-cosmetics .cosmetics-oem-serviceinfo {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cosmetics .cosmetics-oem-serviceinfo .cosmetics-oem-serviceinfo-set {
  width: 50%;
  text-align: center;
  padding: 40px 10px;
  border: 1px solid #dce0e2;
  box-sizing: border-box;
}

.section-cosmetics
  .cosmetics-oem-serviceinfo
  .cosmetics-oem-serviceinfo-set:first-child {
  border-right: 0;
}

.section-cosmetics ul.cosmetics-oem-notice-list {
  margin-top: 50px;
}

.section-cosmetics ul.cosmetics-oem-notice-list li {
  position: relative;
  padding-left: 15px;
}

.section-cosmetics ul.cosmetics-oem-notice-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1095px) {
  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a,
  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a::after {
    transition: 0.3s;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a:hover {
    background: #90a6b4;
    color: #fff;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a:hover::after {
    background-image: url(../../images/common/btn-arw_w.png);
  }
}

@media screen and (max-width: 959px) {
  .section-cosmetics {
  }

  .section-cosmetics::before {
    top: 28%;
    height: 72%;
  }

  .section-cosmetics .area-cosmetics ul.cosmetics-nav-list {
    margin-left: -11px;
    margin-left: -2.933vw;
  }

  .section-cosmetics .area-cosmetics ul.cosmetics-nav-list li {
    width: 50%;
    padding-left: 11px;
    padding-left: 2.933vw;
    margin-bottom: 11px;
    margin-bottom: 2.933vw;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a::after {
    width: 28px;
    height: 4px;
  }

  .section-cosmetics .cosmetics-oem-serviceinfo,
  .section-cosmetics ul.cosmetics-oem-notice-list {
    margin-top: 40px;
    margin-top: 10.667vw;
  }
}

/*** 当社のOEMサービスの特徴 ***************************/
.section-features {
  position: relative;
}

.section-features::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/oem/features-bg.jpg);
  width: 787px;
  height: 615px;
}

.section-features ul.features-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-features ul.features-top-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5%;
  width: calc(100% / 3 - 4%);
}

.section-features ul.features-top-list li .features-top-list-set {
  background: #fff;
  padding: 60px 30px 140px 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section-features ul.features-top-list li:nth-child(1) .features-top-list-set {
  background-image: url(../../images/oem/feature-01.jpg);
}

.section-features ul.features-top-list li:nth-child(2) .features-top-list-set {
  background-image: url(../../images/oem/feature-02.jpg);
}

.section-features ul.features-top-list li:nth-child(3) .features-top-list-set {
  background-image: url(../../images/oem/feature-03.jpg);
}

.section-features ul.features-top-list li:nth-child(4) .features-top-list-set {
  background-image: url(../../images/oem/feature-04.jpg);
}

.section-features ul.features-top-list li:nth-child(5) .features-top-list-set {
  background-image: url(../../images/oem/feature-05.jpg);
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  .features-top-list-number {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  h3.section-index-lv03 {
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #768089;
}

.section-features ul.features-top-list li .features-top-list-set p {
  line-height: 2;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  ul.list-common.list-common-01
  li {
  background-image: none;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  margin-top: 15px;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  ul.list-common.list-common-01
  li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .section-features ul.features-top-list li {
    display: block;
    margin: 0;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-features ul.features-top-list li .features-top-list-set {
    padding: 40px 30px 100px 30px;
    padding: 10.667vw 8vw 26.667vw 8vw;
  }

  .section-features
    ul.features-top-list
    li
    .features-top-list-set
    .features-top-list-number {
    width: 21.867vw;
    height: 21.867vw;
  }

  .section-features
    ul.features-top-list
    li
    .features-top-list-set
    h3.section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
    height: 16vw;
    padding-bottom: 5.333vw;
  }
}

/*** 当社のOEMサービスの特徴 ***************************/
.section-oem-flow {
  position: relative;
  overflow: hidden;
}

.section-oem-flow::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -12%;
  background-image: url(../../images/common/bg-leaf01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 586px;
  height: 596px;
}

.section-oem-flow::after {
  content: '';
  position: absolute;
  bottom: 0%;
  right: -12%;
  background-image: url(../../images/common/bg-leaf02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 413px;
  height: 413px;
}

.section-oem-flow dl.flow-oem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaedef;
  margin-bottom: 40px;
}

.section-oem-flow dl.flow-oem dt,
.section-oem-flow dl.flow-oem dd {
  box-sizing: border-box;
}

.section-oem-flow dl.flow-oem dt {
  width: 260px;
  position: relative;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
}

.section-oem-flow dl.flow-oem dt::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: #afb9c4 transparent transparent transparent;
  border-width: 20px 130px 0 130px;
  z-index: 1;
  overflow: hidden;
}

.section-oem-flow dl.flow-oem.flow-oem-01 dt {
  background: #afb9c4;
}

.section-oem-flow dl.flow-oem.flow-oem-01 dt::after {
  border-color: #afb9c4 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-02 dt {
  background: #929da8;
}

.section-oem-flow dl.flow-oem.flow-oem-02 dt::after {
  border-color: #929da8 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-03 dt {
  background: #6e7881;
}

.section-oem-flow dl.flow-oem.flow-oem-03 dt::after {
  border-color: #6e7881 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-04 dt {
  background: #555e64;
}

.section-oem-flow dl.flow-oem.flow-oem-04 dt::after {
  border-color: #555e64 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem dd {
  width: 70%;
  padding-left: 30px;
}

.section-oem-flow dl.flow-oem dd .flow-oem-sub {
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
}

.section-oem-flow dl.flow-oem dd .flow-oem-sub h3.section-index-lv03 {
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .section-oem-flow::before {
    content: '';
    position: absolute;
    top: -3%;
    left: -22%;
    width: 293px;
    height: 298px;
  }

  .section-oem-flow::after {
    content: none;
  }

  .section-oem-flow dl.flow-oem {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
    margin-bottom: 10.667vw;
  }

  .section-oem-flow dl.flow-oem dt {
    height: 80px;
    height: 21.333vw;
  }

  .section-oem-flow dl.flow-oem dt,
  .section-oem-flow dl.flow-oem dd {
    width: 100%;
    padding: 0;
  }

  .section-oem-flow dl.flow-oem dt::after {
    border-width: 20px 42vw 0 42vw;
  }

  .section-oem-flow dl.flow-oem dd {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-oem-flow dl.flow-oem dd .flow-oem-sub h3.section-index-lv03 {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }
}

/*** OEMの製品リスト***************************/
.section-product-list .product-list-sub:first-of-type {
  margin-top: 30px;
  border-top: 1px solid #dce0e2;
  border-bottom: 1px solid #dce0e2;
  padding: 19px 0 20px 0;
}

.section-product-list .product-list-sub:last-of-type {
  margin-top: 30px;
}

.section-product-list .product-list-sub .product-list-sub-ttl {
  margin-top: 0;
}

.section-product-list ul.col-item li ul.list-common li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-product-list ul.col-item li ul.list-common {
  padding-top: 0;
}

.section-product-list ul.col-item li ul.list-common li {
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  .section-product-list ul.col-item li ul.list-common li {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .section-product-list .product-list-sub:first-of-type {
    margin-top: 20px;
    padding: 15px 0 20px 0;
    margin-top: 5.333vw;
    padding: 4vw 0 5.333vw 0;
  }
}

/*** OEMの特徴 ***************************/
.area-oem-features {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px;
}

.area-oem-features .oem-features-fig {
  width: 26%;
}

.area-oem-features .oem-features-txt {
  width: 74%;
  padding-left: 80px;
  box-sizing: border-box;
}

.area-oem-features .oem-features-txt .section-index-lv03 {
  font-size: 2rem;
}

.area-oem-features table.tbl-features {
  margin-top: 30px;
}

.area-oem-features table.tbl-common tbody th,
.area-oem-features table.tbl-common tbody td {
  padding: 15px 10px;
}

.area-oem-features table.tbl-common tbody td {
  padding: 15px 10px;
}

.area-oem-features .oem-features-staff {
  background: #eaedef;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl,
.area-oem-features .oem-features-staff .oem-features-staff-txt {
  padding: 20px 0;
  margin-top: 0;
  box-sizing: border-box;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl {
  font-family: 'Playfair Display', serif;
  width: 22%;
  position: relative;
  text-align: center;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #9aa3a8;
}

.area-oem-features .oem-features-staff .oem-features-staff-txt {
  width: 78%;
  padding-left: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 959px) {
  .area-oem-features {
    padding: 0;
    display: block;
  }

  .area-oem-features .oem-features-fig,
  .area-oem-features .oem-features-txt {
    width: 100%;
  }

  .area-oem-features .oem-features-fig img {
    max-width: 100%;
  }

  .area-oem-features .oem-features-txt {
    padding-left: 0;
    padding: 0 20px;
    padding: 0 5.333vw;
    padding-bottom: 20px;
    padding-bottom: 5.333vw;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .area-oem-features .oem-features-txt .section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
    text-align: center;
  }

  .area-oem-features table.tbl-features {
    margin-top: 30px;
    margin-top: 8vw;
  }

  table.tbl-common {
    border: 1px solid #dce0e2;
  }

  table.tbl-common tbody th,
  table.tbl-common tbody td {
    display: block;
    width: 100%;
    border: none;
  }

  table.tbl-common tr:first-child th,
  table.tbl-common tr:first-child td {
    border-top: none;
  }

  .area-oem-features table.tbl-common tbody td {
    padding: 15px 10px;
    padding: 4vw 2.667vw;
  }

  .area-oem-features .oem-features-staff {
    display: block;
    padding: 20px;
    padding: 5.333vw;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl,
  .area-oem-features .oem-features-staff .oem-features-staff-txt {
    width: 100%;
    padding: 0;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl::before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

/*** vape　カートリッジ ***************************/
.section-cartridge .inner-area {
  margin-top: 120px;
}

.section-cartridge .inner-area:first-of-type {
  margin-top: 0;
}

.section-cartridge .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

.section-cartridge ul.cartridge-list-03,
.section-cartridge ul.cartridge-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: 40px;
}

.section-cartridge ul.cartridge-list-03 li,
.section-cartridge ul.cartridge-list-02 li {
  padding-left: 32px;
  box-sizing: border-box;
}

.section-cartridge ul.cartridge-list-03 li .cartridge-list-inner,
.section-cartridge ul.cartridge-list-02 li .cartridge-list-inner {
  background: #fff;
  padding: 30px;
}

.section-cartridge ul.cartridge-list-03 li {
  width: 33.3333%;
}

.section-cartridge ul.cartridge-list-02 li {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .section-cartridge .inner-area {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-cartridge ul.cartridge-list-03,
  .section-cartridge ul.cartridge-list-02 {
    margin-left: -10px;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-cartridge ul.cartridge-list-03 li,
  .section-cartridge ul.cartridge-list-02 li {
    width: 50%;
    padding-left: 10px;
    margin-top: 10px;
  }

  .section-cartridge ul.cartridge-list-03 li:nth-child(3) {
    width: 100%;
    padding-left: 10px;
  }

  .section-cartridge ul.cartridge-list-03 li .cartridge-list-inner,
  .section-cartridge ul.cartridge-list-02 li .cartridge-list-inner {
    padding: 1rem;
  }

  .section-cartridge
    ul.cartridge-list-03
    li:nth-child(3)
    .cartridge-list-inner {
    padding: 4rem;
  }

  .section-cartridge ul.cartridge-list-02 {
    display: block;
    margin-left: 0;
  }

  .section-cartridge ul.cartridge-list-02 li {
    width: 100%;
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}

/*** vape　フレーバー ***************************/
.flavor-ttl-notice {
  font-size: 60%;
}

table.tbl-flavor {
  margin-top: 25px;
}

table.tbl-flavor th,
table.tbl-flavor td {
  padding: 10px;
  line-height: 1.5;
}

table.tbl-flavor thead th {
  background: #9aa3a8;
  color: #fff;
  text-align: center;
}

table.tbl-flavor tbody td:last-child {
  border-right: 1px solid #dce0e2;
}

table.tbl-flavor tbody tr td.ctr {
  text-align: center;
  vertical-align: middle;
}

table.tbl-flavor tbody tr td.spot-01 {
  background: #f2f6f8;
}

table.tbl-flavor tbody tr td.spot-02 {
  background: #ecf1f4;
}

table.tbl-flavor tbody tr td.spot-03 {
  background: #e5e9eb;
}

@media screen and (max-width: 959px) {
  table.tbl-flavor tbody th,
  table.tbl-flavor tbody td {
    display: table-cell;
  }

  table.tbl-flavor tbody th,
  table.tbl-flavor tbody td {
    border-bottom: 1px solid #dce0e2;
    border-right: 1px solid #dce0e2;
  }
}

/*** Pet ***************************/
.pet-main-bg {
  background-image: url(../../images/oem/pet/pet-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 36.736%;
}

.about-pet-cbd ul.col-item li .col-item-txt {
  padding-right: 80px;
  padding-left: 30px;
}

.about-pet-cbd ul.col-item li .col-item-fig {
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .about-pet-cbd ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-pet-cbd ul.col-item li .col-item-txt {
    padding: 0;
  }

  .about-pet-cbd ul.col-item li .col-item-fig {
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/***************************************************************************

オリジナル商品

***************************************************************************/

/*** MV ***************************/
.about-concept {
  background-image: url(../../images/pb/concept_bg.jpg);
}

@media screen and (max-width: 959px) {
}

/*** About ***************************/
.about-concept .concept-textArea {
  padding: 0;
}

@media screen and (max-width: 959px) {
  .about-concept {
    background-image: url(../../images/pb/concept_bg_sp.jpg);
    padding-bottom: 68.2%;
  }

  .about-concept .concept-textArea {
    text-align: center;
  }

  .about-concept .concept-textArea p:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  /*.about-concept .concept-textArea{
		padding: 0 30px;
		padding: 0 8vw;
	}*/
}

/*** Doctor ***************************/
.section-doctor .section-index-lv03 {
  text-align: center;
}

.about-doctor-profile-area .doctor-profile-fig {
  width: 52%;
}

.about-doctor-profile-area .doctor-profile-txt {
  width: 48%;
}

.about-doctor-profile-area .doctor-profile-fig > img {
  width: auto;
}

.section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-fig {
  padding-right: 0;
}

.section-doctor .about-doctor-profile-area {
  padding: 0;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-right: 0;
  padding-left: 0;
}

.section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-txt {
  padding: 0 60px 0 100px;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-txt {
  padding: 0 100px 0 60px;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-left: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
  font-size: 1.8rem;
  color: #768089;
  font-family: 'Playfair Display', serif;
}

.about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list li {
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {
  .about-doctor-profile-area .doctor-profile-fig,
  .about-doctor-profile-area .doctor-profile-txt {
    width: 100%;
  }

  .section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-txt,
  .section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-txt {
    padding: 0;
  }

  .about-doctor-profile-area .doctor-profile-txt > p:first-child {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 1.4rem;
    font-size: 3.7vw;
  }
}

/*** 製品のご紹介 ***************************/
.section-pb-products-info {
  background: #f0f1f2;
}

.pb-products-info-area {
  margin-top: 80px;
}

.pb-products-info-area .buttonArea .button {
  margin: 0 auto;
}

.section-pb-products-info .pb-products-info-area {
  background: #fafafa;
  padding: 80px;
}

.section-pb-products-info .pb-products-info-area .pb-products-info-txt {
  text-align: center;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 4rem;
}

.section-pb-products-info .pb-products-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.section-pb-products-info .pb-products-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.section-pb-products-info .pb-products-info-block .pb-products-info-block-txt,
.section-pb-products-info .pb-products-info-block .pb-products-info-block-fig {
  width: 50%;
  box-sizing: border-box;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-gumi-txt {
  width: 40%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-fig.cbd-gumi-fig {
  width: 60%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-vape-txt {
  width: 40%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-fig.cbd-vape-fig {
  width: 60%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-vape-txt
  .buttonArea
  .button {
  margin: 0 0;
}

.section-pb-products-info .pb-products-info-block .pb-products-info-block-fig {
  padding-left: 110px;
}

.section-pb-products-info .pb-products-purpos-block {
  text-align: center;
  margin-top: 100px;
}

.section-pb-products-info .cbd-purpos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
  width: 50%;
  background: #fff;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner:first-of-type {
  margin-right: 20px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner:last-of-type {
  margin-left: 20px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area {
  background: #9aa3a8;
  text-align: center;
  color: #fff;
  padding: 25px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl
  span {
  display: block;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 3.2rem;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner {
  background: #fff;
  padding: 30px 30px 50px 30px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span {
  display: block;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount {
  font-size: 2.7rem;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount
  strong {
  font-size: 4rem;
  font-weight: normal;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.notice {
  font-size: 1.2rem;
  color: #768089;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-flavor-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 35px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor
  li {
  width: 33.3333%;
  padding: 0 6px;
  box-sizing: border-box;
}

.product-detail__points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 490px;
  margin: 0 auto;
  margin-top: 50px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-detail__points li {
  display: inline-table;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
}

.product-detail__points li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.product-detail__points li > span {
  line-height: 2rem;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.product-detail__points li.multiple span {
  line-height: 1.2;
  font-size: 1.2rem;
}

.pb-products-info-area .commingsoon {
  background: #dce0e2;
  color: #768089;
  padding: 24px;
  text-align: center;
}

.pb-products-info-block-txt .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-pb-products-info .pb-products-info-area {
    padding: 20px;
    padding: 5.333vw;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-pb-products-info .pb-products-info-area .pb-products-info-txt {
    font-size: 2rem;
    font-size: 5.333vw;
    text-align: center;
  }

  .section-pb-products-info .pb-products-info-block {
    flex-direction: row;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-pb-products-info .pb-products-info-block .pb-products-info-block-txt,
  .section-pb-products-info .pb-products-info-block .pb-products-info-block-fig,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-gumi-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig.cbd-gumi-fig {
    width: 100%;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig {
    padding-left: 0;
  }

  .pb-products-info-block-txt .section-index-lv03 {
    text-align: center;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-gumi-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-stress-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-vape-txt {
    margin-top: 20px;
    margin-top: 4.267vw;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig.cbd-vape-fig,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-vape-txt {
    width: 100%;
  }

  .pb-products-info-area .commingsoon {
    box-sizing: border-box;
  }

  .product-detail__points {
    max-width: 100%;
    margin-top: 6.25vw;
  }

  .product-detail__points li:not(:nth-child(3n)) {
    margin-right: 1.9583333vw;
    margin-bottom: 1.9583333vw;
  }

  .product-detail__points li {
    width: 22.916666vw;
    height: 22.916666vw;
    font-size: inherit;
  }

  .product-detail__points li > span {
    line-height: 1.3;
  }

  .section-pb-products-info .buttonArea {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-pb-products-info .pb-products-purpos-block {
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .section-pb-products-info .cbd-purpos-block {
    display: block;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:first-of-type,
  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:last-of-type {
    margin: 0;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:last-of-type {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
    width: 100%;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-icon {
    width: 32px;
    height: 32px;
    width: 8.533vw;
    height: 8.533vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl
    span {
    font-size: 2.6rem;
    font-size: 6.9333vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner {
    padding: 25px 20px 20px 20px;
    padding: 6.667vw 5.333vw 5.333vw 5.333vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl {
    margin-top: 0;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount
    strong {
    font-size: 3.4rem;
    font-size: 9.067vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.notice {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    flex-wrap: wrap;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 50%;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/*** 研究 ***************************/
.section-pb-research .research-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.section-pb-research .research-info-block .research-info-block-txt,
.section-pb-research .research-info-block .research-info-block-fig {
  width: 50%;
  box-sizing: border-box;
}

.section-pb-research .research-info-block .research-info-block-txt {
  padding: 0 100px 0 80px;
}

.section-pb-research .research_icon {
  max-width: 354px;
  margin: 0 auto;
  padding-top: 110px;
}

@media screen and (max-width: 959px) {
  .section-pb-research .research-info-block {
    display: block;
  }

  .section-pb-research .research-info-block .research-info-block-txt,
  .section-pb-research .research-info-block .research-info-block-fig {
    width: 100%;
    padding: 0;
  }

  .section-pb-research .research-info-block .section-index-lv03 {
    text-align: center;
  }

  .section-pb-research .research_icon {
    width: 80%;
    padding-top: 40px;
    padding-top: 10.667vw;
  }
}

/***************************************************************************

オリジナル商品

***************************************************************************/

/*** MV ***************************/
.pb-mv {
  background-image: url(../../images/pb/mv-pb_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .pb-mv {
    background-image: url(../../images/pb/mv-pb_sp.jpg);
    background-position: center center;
  }
}

/***************************************************************************

ウエルネスマガジン

***************************************************************************/

.wp-block-image img {
  width: 100%;
}

/***************************************************************************

企業情報

***************************************************************************/
.section-company-mission {
  background: #fff;
  padding: 0;
  margin: 160px 0;
}

.section-company-mission::before {
  top: -30px;
}

table.tbl-company-history td:first-child {
  padding-right: 10px;
}

table.tbl-company-history td.date {
  white-space: nowrap;
}

.section-companyprofile ul.list-common {
  padding-top: 0;
}

@media screen and (max-width: 959px) {
  .section-company-mission::before {
    top: 60px;
  }

  .section-company-mission {
    padding: 60px 30px;
    padding: 16vw 0;
    margin: 0;
  }
}

/***************************************************************************

LP共通  Gummy / Vape /

***************************************************************************/
.mv-lp {
  position: relative;
  height: 840px;
  position: relative;
}

.mv-lp .title-under-level-01 h1 {
  font-size: 4.8rem;
}

.mv-lp .title-under-subheader {
  font-size: 2.6rem;
  line-height: 1.6;
}

.lp .section-index h2 {
  font-size: 4rem;
}

.lp .about-txt {
  font-size: 1.7rem;
  text-align: center;
}

.lp .about-txt span {
  display: inline-block;
  background: #768089;
  color: #fff;
  margin-top: 10px;
  padding: 0 6px;
}

.lp .about-txt span.mt0 {
  margin-top: 0;
}

.lp .lp-about-ttl {
  font-size: 3rem;
}

.lp .service-number {
  font-family: 'Playfair Display', serif;
  font-size: 13.4rem;
  color: #e6e7e8;
  line-height: 1.3;
  margin-top: 0;
}

.lp .how-number {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  font-family: 'Noto Serif JP', sans-serif;
  background: #9aa3a8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  position: relative;
}

.lp .tax-txt {
  font-size: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
  .mv-lp {
    height: 56vw;
  }
}

@media screen and (max-width: 959px) {
  .mv-lp {
    padding-top: 160vw;
    background-size: contain;
    display: block;
    height: 0;
  }

  .lp .title-under-wrap {
    padding: 0 30px;
    padding: 0 8vw;
  }

  .mv-lp .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }

  .mv-lp .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp .section-index h2 {
    font-size: 2.6rem;
    font-size: 6.933vw;
  }

  .lp .section-index-subttl {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp .about-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
    letter-spacing: 0;
  }

  .lp .lp-about-ttl {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp .service-number {
    font-size: 84rem;
    font-size: 22.4vw;
    text-align: center;
    line-height: 0;
  }

  .lp .section-gummy-commitment .section-index-lv03,
  .lp .section-cbdoil-speciality .section-index-lv03 {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp .section-gummy-commitment ul.col-item li,
  .lp .section-cbdoil-speciality ul.col-item li,
  .lp .section-gummy-commitment .terpene-ingredient {
    margin-top: 60px;
    margin-top: 22vw;
  }

  .lp .section-gummy-commitment ul.col-item li:first-child,
  .lp .section-cbdoil-speciality ul.col-item li:first-child {
    margin-top: 40px;
    margin-top: 16vw;
  }

  .lp .how-number {
    top: 13px;
    top: 3.467vw;
    width: 35px;
    height: 35px;
    width: 9.333vw;
    height: 9.333vw;
    line-height: 9.333vw;
    font-size: 1.5rem;
    font-size: 4.267vw;
  }

  .lp .tax-txt {
    font-size: 2.667vw;
  }
}

/***************************************************************************

LP  Gummy

***************************************************************************/
.mv-lp.mv-lp-gummy {
  background: url(../../images/pb/gummy/mv-pc.jpg);
  background-size: cover;
  background-position: bottom 50% left 0px;
  background-repeat: no-repeat;
}

.mv-lp.mv-lp-gummy .title-under-wrap {
  bottom: 50px;
  top: auto;
  right: auto;
  /*left: 0;*/
  /*padding: 0 7vw;*/
}

.mv-lp.mv-lp-gummy .title-under-subheader {
  color: #464c50;
  line-height: 1.7;
}

.breadcrumb.spot {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 15px;
}

.section-gummy-bg {
  position: relative;
}

.section-gummy-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../images/pb/gummy/bg-pc.png);
  background-repeat: repeat-y;
  background-position: center top;
  z-index: -1;
}

.section-gummy-about {
  padding-top: 60px;
}

.section-gummy-about,
.section-gummy-about .inner-area {
  margin-top: 0;
}

ul.list-about-gummy {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 0;
}

ul.list-about-gummy li .list-about-gummy-inner {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}

ul.list-about-gummy li .list-about-gummy-fig {
  max-width: 156px;
  margin: 0 auto;
  padding-bottom: 20px;
}

ul.list-about-gummy li .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-commitment ul.col-item li {
  margin-top: 160px;
}

.section-gummy-commitment .service-number.ctr {
  text-align: center;
}

.section-gummy-commitment .col-item-fig.component {
  position: relative;
}

.section-gummy-commitment .col-item-fig.component::before {
  content: '';
  background: #fafafa;
  top: 130px;
  position: absolute;
  width: 100%;
  height: 89%;
  z-index: -1;
}

.section-gummy-commitment .col-item-fig.component p {
  text-align: center;
}

.section-gummy-commitment
  .col-item-fig.component
  .cont-quality-analysis-figure-inner {
  width: 60%;
  margin: 0 auto;
}

.section-gummy-commitment .col-ushemplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-gummy-commitment .col-ushemplogo .service-txt {
  width: 80%;
  padding-right: 20px;
}

.section-gummy-commitment .col-ushemplogo figure {
  width: 20%;
  padding-top: 20px;
}

.section-gummy-commitment .product-detail__points li {
  display: inline-table;
  margin-top: 0 !important;
}

.section-gummy-commitment .terpene-ingredient {
  margin-top: 60px;
}

.section-gummy-commitment .terpene-ingredient .service-number {
  margin-bottom: 20px;
}

.section-gummy-commitment .terpene-ingredient .service-txt {
  text-align: center;
}

.section-gummy-commitment .terpene-ingredient-area {
  padding: 0 10%;
  margin-top: 80px;
}

.section-gummy-commitment ul.terpene-ingredient-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-left: -100px;
}

.section-gummy-commitment ul.terpene-ingredient-list li {
  width: 33.3333%;
  padding-left: 100px;
}

.section-gummy-commitment ul.terpene-ingredient-list li figure {
  width: 80%;
  margin: 0 auto;
}

.section-gummy-commitment
  ul.terpene-ingredient-list
  li
  .terpene-ingredient-ttl {
  font-size: 2rem;
  text-align: center;
}

.section-gummy-commitment
  ul.terpene-ingredient-list
  li
  .terpene-ingredient-txt {
  margin-top: 0;
}

.section-gummy-product {
  margin-bottom: 0;
}

.section-gummy-product ul.product-gummy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.section-gummy-product ul.product-gummy-list li .product-gummy-txt {
  width: 30%;
  padding-right: 5%;
}

.section-gummy-product ul.product-gummy-list li .product-gummy-fig {
  width: 70%;
}

.section-gummy-product
  ul.product-gummy-list
  li
  .product-gummy-txt
  .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-product .product-gummy-size {
  margin-top: 120px;
}

.section-gummy-product .product-gummy-size .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-product ul.product-gummy-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 30px;
}

.section-gummy-product ul.product-gummy-size-list li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.section-gummy-product ul.product-gummy-size-list li .product-gummy-size-ttl {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  margin-top: 15px;
}

.section-gummy-product
  ul.product-gummy-size-list
  li
  .product-gummy-size-subtxt {
  color: #768089;
  margin-top: 10px;
  line-height: 2;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea {
  margin-top: 30px;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea .button {
  margin: 0 auto;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea .button > a {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .section-gummy-product
    ul.product-gummy-size-list
    li
    .buttonArea
    .button
    > a:hover {
    background-color: #54585a;
  }

  .section-gummy-product ul.product-gummy-size-list li figure > a {
    transition: 0.3s;
  }

  .section-gummy-product ul.product-gummy-size-list li figure > a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 959px) {
  .mv-lp.mv-lp-gummy {
    background: url(../../images/pb/gummy/mv-sp.jpg);
    background-size: cover;
    background-position: right;
  }

  .mv-lp.mv-lp-gummy .title-under-wrap {
    bottom: 50px;
    bottom: 13.5vw;
    -ms-transform: translateY(0);
    transform: translateY(0%);
    top: auto;
    padding: 0 7vw;
  }

  .breadcrumb.spot {
    padding-top: 15px;
    padding-top: 4vw;
  }

  .section-gummy-bg::before {
    background: url(../../images/pb/gummy/bg-sp.png);
    background-size: contain;
  }

  .section-gummy-about {
    padding-top: 50px;
    padding-top: 13.333vw;
  }

  ul.list-about-gummy li {
    padding-left: 0;
    margin-top: 25px;
    margin-top: 6.667vw;
  }

  ul.list-about-gummy li:first-child {
    margin-top: 0;
  }

  ul.list-about-gummy li .list-about-gummy-inner {
    padding: 30px 0;
    padding: 8vw 0;
  }

  ul.list-about-gummy li .list-about-gummy-fig {
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }

  ul.list-about-gummy li .list-about-gummy-inner .section-index-lv03 {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .section-gummy-commitment ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  /*.section-gummy-commitment ul.col-item li:first-child{
		margin-top: 0;
	}*/

  .section-gummy-commitment .terpene-ingredient .service-txt {
    text-align: left;
  }

  .section-gummy-commitment .col-ushemplogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-gummy-commitment .section-index-lv03 {
    text-align: center;
  }

  .section-gummy-commitment .col-ushemplogo .service-txt {
    width: 100%;
    padding-right: 0;
  }

  .section-gummy-commitment .col-ushemplogo figure {
    width: 70px;
    padding-top: 0;
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 8vw;
  }

  .section-gummy-commitment .col-item-fig.component::before {
    top: 100px;
    top: 26.667vw;
    height: 85%;
  }

  .section-gummy-commitment
    .col-item-fig.component
    .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-top: 9vw;
    height: 80%;
  }

  .section-gummy-commitment ul.col-item li:first-child {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-commitment ul.product-detail__points {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .section-gummy-commitment ul.product-detail__points li {
    margin-top: 0 !important;
  }

  .section-gummy-commitment .terpene-ingredient-area {
    margin-top: 30px;
    margin-top: 8vw;
    padding: 0;
  }

  .section-gummy-commitment ul.terpene-ingredient-list {
    display: block;
    margin-left: 0;
  }

  .section-gummy-commitment ul.terpene-ingredient-list li {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-gummy-commitment ul.terpene-ingredient-list li figure {
    width: 180px;
    width: 48vw;
  }

  .section-gummy-commitment
    ul.terpene-ingredient-list
    li
    .terpene-ingredient-ttl {
    font-size: 16px;
    font-size: 4.267vw;
    margin-top: 0;
    text-align: center;
  }

  .section-gummy-commitment
    ul.terpene-ingredient-list
    li
    .terpene-ingredient-txt {
    padding: 0 8%;
    text-align: center;
  }

  .section-gummy-commitment .terpene-ingredient .service-number {
    margin-bottom: 10px;
  }

  .section-gummy-product ul.product-gummy-list li {
    margin-top: 60px;
    margin-top: 16vw;
    display: block;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-txt,
  .section-gummy-product ul.product-gummy-list li .product-gummy-fig {
    width: 100%;
    padding-right: 0;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-txt {
    text-align: center;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-gummy-product
    ul.product-gummy-list
    li:first-child
    .product-gummy-fig {
    margin-top: 10px;
    margin-top: 2.667vw;
  }

  .section-gummy-product .product-gummy-size {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-product ul.product-gummy-size-list {
    margin: 0;
    display: block;
  }

  .section-gummy-product ul.product-gummy-size-list li {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-product ul.product-gummy-size-list li:first-child {
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-gummy-product ul.product-gummy-size-list li .product-gummy-size-ttl {
    font-size: 1.6rem;
    font-size: 4.267vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .section-gummy-product
    ul.product-gummy-size-list
    li
    .product-gummy-size-subtxt {
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .section-gummy-product ul.product-gummy-size-list li .buttonArea {
    margin-top: 20px;
    margin-top: 5.333vw;
    padding: 0 20px;
    padding: 0 5.333vw;
  }
}

/***************************************************************************

LP  Vape

***************************************************************************/
.lp-vape .mv-lp.mv-lp-vape {
  background: url(../../images/pb/vape/mv-pc.jpg);
  background-size: cover;
}

.lp-vape .mv-lp-vape .title-under-subheader {
  color: #464c50;
  line-height: 1.7;
}

.lp-vape ul.vape-about-list li {
  margin-top: 0;
}

.lp-vape ul.vape-about-list li .col-item-txt {
  padding-right: 0;
}

.lp-vape ul.vape-about-list li .product-detail__point {
  width: 120px;
  height: 120px;
}

.lp-vape ul.vape-about-list li .product-detail__points li {
  display: inline-table;
  background-color: #eaedef;
  color: #464c50;
}

.lp-vape .section-index-vape02 h2 {
  font-size: 3.6rem;
}

.lp-vape .vape-terpen-about {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

.lp-vape .vape-terpen-about img.vape-terpen-about-fig {
  padding-left: 1.4em;
}

.lp-vape .vape-terpen-about .vape-terpen-about-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-vape .vape-terpen-about .vape-terpen-about-txt,
.lp-vape .vape-terpen-about .notice-txt {
  text-align: center;
}

.lp-vape .vape-cbdabove-area {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-vape .vape-cbdabove-txt {
  width: 55%;
}

.lp-vape .vape-cbdabove-txt .section-index-vape02 {
  text-align: left;
}

.lp-vape .vape-cbdabove-fig {
  width: 45%;
  padding-left: 100px;
}

.lp-vape .tbl-vape-cbdabove th,
.lp-vape .tbl-vape-cbdabove td {
  padding: 15px 10px;
}

.lp-vape .vape-kinen-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-vape .vape-kinen-txt {
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
  text-align: center;
}

.lp-vape .vape-kinen-fig {
  width: 50%;
}

.lp-vape .vape-kinen-txt-box {
  background: #fff;
  border: 1px solid #707070;
  padding: 0 10px 20px 10px;
  text-align: center;
  margin-top: 30px;
}

.lp-vape .vape-kinen-txt-box span {
  background: #768089;
  padding: 0 6px;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.8rem;
}

.lp-vape .how-vape-area {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-vape ul.how-vape-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 30px;
}

.lp-vape ul.how-vape-list li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
  position: relative;
}

.lp-vape ul.how-vape-list li .how-vape-txt {
  line-height: 1.8;
  margin-top: 10px;
}

.lp-vape ul.style-vapw-list {
}

.lp-vape ul.style-vapw-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.lp-vape ul.style-vapw-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lp-vape ul.style-vapw-list li .style-vape-fig {
  width: 60%;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area {
  width: 30%;
  text-align: center;
  padding-left: 5%;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt-sub {
  font-size: 66px;
  font-size: 4.8vw;
  color: #dce0e2;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.lp-vape ul.style-vapw-list li:nth-child(even) .style-vape-txt-area {
  padding-right: 5%;
  padding-left: 0;
}

.lp-vape .vape-product-set {
  margin-top: 100px;
}

.lp-vape .section-vape-product .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

.lp-vape ul.vape-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -23px;
  margin-top: 30px;
}

.lp-vape ul.vape-product-list li {
  width: calc(33.33333% - 46px);
  padding: 23px;
  text-align: center;
  position: relative;
}

.lp-vape .vape-product-box {
  background: #fafafa;
  text-align: center;
}

.lp-vape .vape-product-box .vape-product-catch {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
}

.lp-vape .vape-product-box.tropical .vape-product-catch {
  background: #f8c019;
}

.lp-vape .vape-product-box.reflesh .vape-product-catch {
  background: #58bdc4;
}

.lp-vape .vape-product-box.night .vape-product-catch {
  background: #f261ab;
}

.lp-vape .vape-product-box .vape-product-inner {
  padding: 30px;
}

.lp-vape .vape-product-box p {
  margin-top: 0;
}

.lp-vape .vape-product-box .vape-product-name {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.lp-vape .vape-product-box .vape-product-flavor {
  display: inline;
  padding: 6px;
  color: #fff;
}

.lp-vape .vape-product-box.tropical .vape-product-flavor {
  background: #f8c019;
}

.lp-vape .vape-product-box.reflesh .vape-product-flavor {
  background: #58bdc4;
}

.lp-vape .vape-product-box.night .vape-product-flavor {
  background: #f261ab;
}

.lp-vape .vape-product-box .vape-product-fig {
  margin-top: 20px;
}

.lp-vape .vape-product-box .vape-product-price {
  line-height: 1.6;
}

.lp-vape .vape-product-box .buttonArea {
  margin-top: 20px;
}

.lp-vape .vape-product-box .buttonArea .button {
  width: 100%;
}

.lp-vape .vape-product-box .buttonArea .button > a {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .lp-vape .vape-product-box .buttonArea .button > a:hover {
    background-color: #54585a;
  }
}

@media screen and (max-width: 959px) {
  .lp-vape .mv-lp.mv-lp-vape {
    background: url(../../images/pb/vape/mv-sp.jpg);
    background-size: cover;
  }

  .lp-vape .section-index-vape02 h2 {
    font-size: 2.2rem;
    font-size: 5.9vw;
  }

  .lp-vape .vape-terpen-about img.vape-terpen-about-fig {
    padding-left: 0;
  }

  .lp-vape .vape-terpen-about .vape-terpen-about-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-vape ul.vape-about-list li .product-detail__point {
    width: 25.91666vw;
    height: 25.91666vw;
  }

  .lp-vape .vape-cbdabove-area {
    display: block;
  }

  .lp-vape .vape-cbdabove-txt,
  .lp-vape .vape-cbdabove-fig {
    width: 100%;
    padding: 0;
  }

  .lp-vape .vape-cbdabove-fig.sp-view {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .tbl-vape-cbdabove {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .vape-kinen-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-vape .vape-kinen-txt,
  .lp-vape .vape-kinen-fig {
    width: 100%;
    padding: 0;
  }

  .lp-vape .vape-kinen-txt-box {
    margin-top: 20px;
    margin-top: 5.333vw;
    padding: 0 5px 15px 5px;
    padding: 0 1.333vw 4.267vw 1.333vw;
  }

  .lp-vape .vape-kinen-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape ul.how-vape-list {
    margin: 0;
    display: block;
  }

  .lp-vape ul.how-vape-list li {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .lp-vape ul.how-vape-list li .how-vape-number {
    top: 13px;
    top: 3.467vw;
    width: 35px;
    height: 35px;
    width: 9.333vw;
    height: 9.333vw;
    line-height: 9.333vw;
    font-size: 1.5rem;
    font-size: 4.267vw;
  }

  .lp-vape ul.style-vapw-list li {
    display: block;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-vape ul.style-vapw-list li .style-vape-fig,
  .lp-vape ul.style-vapw-list li .style-vape-txt-area {
    width: 100%;
    padding: 0;
  }

  .lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt-sub {
    font-size: 56px;
    font-size: 15vw;
    margin-top: 0;
  }

  .lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin-top: 10px;
    margin-top: 2.667vw;
  }

  .lp-vape .vape-product-set {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp-vape ul.vape-product-list {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape ul.vape-product-list li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .vape-product-box .vape-product-catch {
    padding: 10px;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .lp-vape .vape-product-box .vape-product-inner {
    padding: 15px;
    padding: 4vw;
  }

  .lp-vape .vape-product-box .vape-product-name {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-vape .vape-product-box.tropical .vape-product-flavor {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }

  .lp-vape .vape-product-box .vape-product-fig {
    margin-top: 15px;
    margin-top: 4vw;
  }

  .lp-vape .vape-product-box .buttonArea {
    margin-top: 10px;
    margin-top: 2.667vw;
  }
}

/***************************************************************************

CBD Oil

***************************************************************************/
.lp-cbdoil .mv-lp.mv-lp-cbdoil {
  background: url(../../images/pb/cbdoil/mv_pc.jpg);
  background-size: cover;
}

.lp-cbdoil .mv-lp-cbdoil h1 span.plus {
  position: relative;
  font-size: 3.4rem;
  top: -10px;
}

.lp-cbdoil .mv-lp .title-under-subheader {
  color: #464c50;
}

.lp-cbdoil .section-cbdoil-about .about-txt:first-of-type {
  margin-top: 40px;
}

.lp-cbdoil li.col-spaciality-01 .col-item-txt {
  padding-left: 30px;
}

.lp-cbdoil li.col-spaciality-01 .col-item-fig {
  padding-left: 30px;
  padding-right: 0;
}

.lp-cbdoil li.col-spaciality-01 .service-number,
.lp-cbdoil li.col-spaciality-01 .section-index-lv03 {
  text-align: center;
  max-width: 580px;
}

.lp-cbdoil ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
  width: 68%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component p {
  text-align: center;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component {
  position: relative;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component::before {
  content: '';
  background: #eaedef;
  top: 130px;
  position: absolute;
  width: 85%;
  height: 89%;
  right: -4%;
  z-index: 0;
  left: 0;
  margin: auto;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 {
  margin-top: 80px;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt {
  width: 53%;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
  width: 47%;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-ushemplogo {
  max-width: 580px;
}

.lp-cbdoil .col-ushemplogo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-cbdoil .col-ushemplogo-inner .ushemp-logo {
  width: 116px;
  top: 20px;
  position: relative;
}

.lp-cbdoil .col-ushemplogo-inner .service-txt {
  padding-right: 20px;
  width: 90%;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li {
  color: #768089;
  padding-left: 15px;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li:first-child {
  padding-left: 0;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li > img {
  max-width: 92px;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}

.lp-cbdoil .cbdoil-speciality02-area {
  text-align: center;
  margin-top: 120px;
}

.lp-cbdoil .cbdoil-speciality02-area .section-index-lv03 {
  margin-top: 20px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-lead {
  margin-top: 40px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig {
  margin-top: 70px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig img.pc-view {
  margin-left: -4em;
  margin: 0 auto;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-cbdoil .col-spaciality-03 .service-number,
.lp-cbdoil .col-spaciality-03 .section-index-lv03 {
  text-align: center;
}

.lp-cbdoil .col-spaciality-03 ul.product-detail__points {
  margin-top: 60px;
}

.lp-cbdoil .col-spaciality-03 ul.product-detail__points li {
  margin-top: 0;
  background-color: #eaedef;
  color: #464c50;
  display: inline-table;
}

.lp-cbdoil .cbdoil-how {
  max-width: 760px;
  margin: 0 auto;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list li {
  width: calc(50% - 80px);
  text-align: center;
  position: relative;
  padding: 40px;
  line-height: 1.6;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list li .how-number {
  margin-bottom: 20px;
}

.lp-cbdoil .section-pb-products-info {
  background: transparent;
}

.lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-price {
  font-size: 1.6rem;
  color: #768089;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor {
  margin-top: 15px;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li {
  text-align: center;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea {
  margin-top: 0;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea .button {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .lp-cbdoil ul.cbdoil-speciality-01-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .lp-cbdoil .title-under-wrap {
    top: 32%;
  }

  .lp-cbdoil .mv-lp-cbdoil h1 span.plus {
    font-size: 2.4rem;
    top: -6px;
    top: -1.6vw;
  }

  .lp-cbdoil .mv-lp.mv-lp-cbdoil {
    background: url(../../images/pb/cbdoil/mv_sp.jpg);
    background-size: cover;
  }

  .lp-cbdoil .section-cbdoil-about .about-txt:first-of-type {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .section-cbdoil-speciality .section-index-lv03 {
    text-align: center;
  }

  .lp-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
    padding: 0;
  }

  .lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
  }

  .lp-cbdoil ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-cbdoil ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 14vw;
    height: 80%;
  }

  .lp-cbdoil .col-ushemplogo-inner {
    display: block;
  }

  .lp-cbdoil .col-ushemplogo-inner .ushemp-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-top: 2.667vw;
    top: 0;
  }

  .lp-cbdoil .col-ushemplogo-inner .ushemp-logo img {
    width: 74px;
    width: 19.773vw;
  }

  .lp-cbdoil .col-ushemplogo-inner .service-txt {
    padding-right: 0;
    width: 100%;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .lp-cbdoil
    .section-cbdoil-speciality
    ul.col-item
    li
    ul.cbdoil-speciality-01-icon
    li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon li img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon li > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area {
    margin-top: 100px;
    margin-top: 26.667vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .section-index-lv03 {
    margin-top: 60px;
    margin-top: 16vw;
    line-height: 1.5;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-lead {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-cbdoil .col-spaciality-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-cbdoil .col-spaciality-03 ul.product-detail__points {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .col-spaciality-03 ul.product-detail__points li {
    margin-top: 0 !important;
  }

  .lp-cbdoil .col-spaciality-03 .col-item-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-how ul.cbdoil-how-list {
    display: block;
    margin: 0;
  }

  .lp-cbdoil .cbdoil-how ul.cbdoil-how-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-price {
    font-size: 1.4rem;
    font-size: 3.733vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-flavor-ttl {
    margin-top: 24px;
    margin-top: 6.4vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor {
    margin-top: 15px;
  }

  .lp-cbdoil
    .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    display: block !important;
    padding: 0 20px;
    padding: 0 5.333vw;
  }

  .lp-cbdoil
    .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 100%;
    font-size: 1.4rem;
    font-size: 3.733vw;
    margin-bottom: 40px;
    margin-bottom: 10.667vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea {
    margin-top: 0;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea .button {
    width: 100%;
  }
}

/***************************************************************************

LP MED

***************************************************************************/
.lp-med .pc-ctr-txt {
  text-align: center;
}

.lp-med .mv-lp.mv-lp-med {
  background: url(../../images/pb/med/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-med .mv-lp.mv-lp-med .title-under-wrap {
  top: 75%;
  font-size: 5.2rem;
}

.lp-med .mv-lp.mv-lp-med .title-under-subheader {
  font-size: 2.2rem;
  color: #464c50;
}

.lp-med .section-med-about {
  background: url(../../images/pb/med/about-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 120px 0 160px 0;
  margin: 0;
}

.lp-med .section-med-about .med-about-ttl {
  font-size: 3.4rem;
  color: #464c50;
  margin-bottom: 40px;
}

.lp-med .section-med-about .med-about-txt {
  font-size: 1.7rem;
  text-align: center;
}

.lp-med .med-product {
  margin-top: 60px;
}

.lp-med .med-product-block {
  margin-top: 120px;
}

.lp-med .med-product-block.first-block {
  margin-top: 80px;
}

.lp-med .med-product .med-product-ttl-area {
  text-align: center;
}

.lp-med .med-product .med-product-ttl {
  display: inline;
  font-size: 3rem;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  border-bottom: 1px solid #464c50;
  padding-bottom: 10px;
}

.lp-med .med-cbdoil-01 {
  margin-top: 0;
}

.lp-med table.tbl-med th,
.lp-med table.tbl-med td {
  padding: 13px 10px;
  color: #464c50;
  box-sizing: border-box;
}
.lp-med table.tbl-med .cell-size-s {
  width: 25%;
}
.lp-med table.tbl-med thead th {
  text-align: center;
  font-weight: normal;
}

.lp-med table.tbl-med thead th.spot01 {
  background: #eaedef;
  border-right: none;
}

.lp-med table.tbl-med thead th.spot02 {
  background: #768089;
  color: #fff;
  border: 1px solid #464c50;
}

.lp-med table.tbl-med tbody th {
  color: #768089;
  background: transparent;
  border-bottom: 1px solid #dce0e2;
}

.lp-med table.tbl-med tbody td {
  text-align: center;
}

.lp-med table.tbl-med tbody td.spot01 {
  border-right: none;
}

.lp-med table.tbl-med tbody td.spot02 {
  background: #fff;
  border: 1px solid #464c50;
  border-left: 1px solid #464c50;
}

.lp-med .med-blend {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

.lp-med .med-blend .med-blend-about-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-med .med-blend .med-blend-about-txt,
.lp-med .med-blend .notice-txt {
  text-align: center;
}

.lp-med .med-blend img.med-blend-fig {
  padding-left: 1.4em;
}

.lp-med ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
  width: 68%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component p {
  text-align: center;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component {
  position: relative;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component::before {
  content: '';
  background: #eaedef;
  top: 130px;
  position: absolute;
  width: 85%;
  height: 89%;
  right: -4%;
  z-index: 0;
  left: 0;
  margin: auto;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt {
  width: 53%;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
  width: 47%;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-ushemplogo {
  max-width: 580px;
}

.lp-med .col-ushemplogo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-med .col-ushemplogo-inner .ushemp-logo {
  width: 116px;
  top: 20px;
  position: relative;
}

.lp-med .col-ushemplogo-inner .service-txt {
  padding-right: 20px;
  width: 90%;
}

.lp-med ul.cbdoil-speciality-01-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-med ul.cbdoil-speciality-01-icon li {
  color: #768089;
  padding-left: 15px;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.lp-med ul.cbdoil-speciality-01-icon li:first-child {
  padding-left: 0;
}

.lp-med ul.cbdoil-speciality-01-icon li > img {
  max-width: 92px;
}

.lp-med ul.cbdoil-speciality-01-icon li > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}

.lp-med ul.med-point-list li {
  display: inline-table;
  margin-top: 0;
  background: #eaedef;
  color: #464c50;
}

.lp-med ul.med-point-list li {
  display: inline-table;
  margin-top: 0;
  background: #eaedef;
  color: #464c50;
}

.lp-med ul.product-cbdoil-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 80px;
}

.lp-med ul.product-cbdoil-lineup li {
  position: relative;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #9aa3a8;
  border-radius: 50%;
  margin: 0 auto;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner strong {
  font-size: 1.7rem;
}

.lp-med ul.product-cbdoil-lineup li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-ttl {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  margin-top: 15px;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt {
  color: #768089;
  font-size: 1.7rem;
  margin-top: 10px;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt > span {
  font-size: 1.5rem;
  display: block;
  line-height: 1.6;
}

.lp-med .section-med-vape-product {
  margin-top: 0;
  border-top: 1px solid #dce0e2;
  padding-top: 50px;
}

.lp-med .section-med-cbdoil-product {
  margin-bottom: 0;
  margin-top: 0;
}

.lp-med .vape-cbdabove-area {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-med .vape-cbdabove-txt {
  width: 60%;
  padding-left: 60px;
}

.lp-med .vape-cbdabove-txt .section-index-vape02 {
  text-align: left;
}

.lp-med .vape-cbdabove-fig {
  width: 50%;
}

.lp-med .tbl-med-vape {
  max-width: 980px;
}

.lp-med table.tbl-med-vape tbody th {
  border-right: none;
}

.lp-med table.tbl-med-vape thead th {
  border-right: none;
}

.lp-med table.tbl-med-vape thead th.spot01,
.lp-med table.tbl-med-vape tbody td {
  border-right: 1px solid #dce0e2;
}

.lp-med table.tbl-med-vape thead th.spot01:last-child,
.lp-med table.tbl-med-vape tbody td:last-child {
  border-right: none;
}

.lp-med .med-vape-scene-txt {
  text-align: center;
}

.lp-med .cbd-purpos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner {
  width: 50%;
  background: #fff;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner:first-of-type {
  margin-right: 20px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
  margin-left: 20px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-ttl-area {
  background: #9aa3a8;
  text-align: center;
  color: #fff;
  padding: 25px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl
  span {
  display: block;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 3.2rem;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-inner {
  background: #fff;
  padding: 30px 30px 50px 30px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span {
  display: block;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount {
  font-size: 2.7rem;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount
  strong {
  font-size: 4rem;
  font-weight: normal;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  margin-top: 40px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor
  li {
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}

.lp-med ul.med-vape-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
  margin-top: 30px;
}

.lp-med ul.med-vape-scene li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.lp-med ul.med-vape-scene li .med-vape-scene-txt {
  font-size: 1.8rem;
  margin-top: 0;
}

.lp-med ul.med-vape-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  margin-top: 30px;
}

.lp-med ul.med-vape-lineup li {
  width: calc(33.3333% - 50px);
  padding: 25px;
  text-align: center;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category {
  font-size: 1.6rem;
  padding: 10px 8px;
  color: #fff;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.tropical {
  background: #f8c019;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.green {
  background: #bbd340;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.king {
  background: #9c1625;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-fig {
  margin-top: 15px;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-txt {
  font-size: 1.8rem;
  margin-top: 0;
}

.lp-med .med-support-box {
  background: #f8f9fa;
  border: 1px solid #707070;
  padding: 20px 30px;
}

.lp-med .med-support-box ul.med-support-list {
  margin-top: 0;
  padding-top: 0;
}

.lp-med .med-support-box ul.med-support-list li {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #dce0e2;
  margin-top: 15px;
}

.lp-med .med-support-box ul.med-support-list li:last-child {
  border-bottom: none;
}
.lp-med .section-med-contact {
  margin-bottom: 0;
}
.lp-med .contact-common-area {
  padding: 30px;
}
.lp-med .contact-common-area .contact-summary-area {
  margin-top: 0;
}
.lp-med .med-cbdoil-01 .col-item-fig {
  width: 55%;
}
.lp-med .med-cbdoil-01 .col-item-fig > img {
  width: 100%;
}
.lp-med .med-cbdoil-01 .col-item-txt {
  width: 45%;
}
.lp-med .med-cbdoil-03 {
  margin-top: 180px;
}

@media screen and (max-width: 1280px) {
  .lp-med ul.cbdoil-speciality-01-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .lp-med .pc-ctr-txt {
    text-align: left;
  }

  .lp-med .mv-lp.mv-lp-med {
    background: url(../../images/pb/med/mv_sp.jpg);
    background-size: cover;
  }

  .lp-med .mv-lp.mv-lp-med .title-under-wrap {
    top: auto;
    bottom: 180px;
    bottom: 48vw;
  }

  .lp-med .mv-lp.mv-lp-med .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med .section-med-about {
    padding: 80px 0 100px 0;
    padding: 21.333vw 0 26.667vw 0;
  }

  .lp-med .section-med-about {
    background: url(../../images/pb/med/about-bg_sp.jpg);
    padding-bottom: 100px;
    padding-bottom: 26vw;
    background-position: top;
    background-size: cover;
  }

  .mv-lp .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }

  .lp-med .section-med-about .med-about-ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .lp-med .section-med-about .med-about-txt {
    font-size: 1.5rem;
    font-size: 4vw;
    text-align: left;
  }

  .lp-med .med-product {
    margin-top: 60px;
    margin-top: 13vw;
  }

  .lp-med .med-product .med-product-ttl {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp-med .med-product-block {
    margin-top: 80px;
    margin-top: 21vw;
  }

  .lp-med .med-product-block.first-block {
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .lp-med table.tbl-med {
    margin-top: 30px;
    margin-top: 8vw;
  }

  table.tbl-med tbody th,
  table.tbl-med tbody td {
    display: table-cell;
  }

  table.tbl-med tbody td {
    border-top: 1px solid #dce0e2;
  }

  table.tbl-med tbody th {
    border-right: 1px solid #dce0e2;
  }

  table.tbl-med th,
  table.tbl-med td {
    line-height: 1.5;
  }

  .lp-med .med-blend {
    margin-top: 40px;
    margin-top: 10vw;
  }

  .lp-med .med-blend .med-blend-about-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-med .med-blend img.med-blend-fig {
    padding-left: 0;
  }

  .lp-med li.col-spaciality-01 .service-number,
  .lp-med li.col-spaciality-01 .section-index-lv03 {
    text-align: center;
  }

  .lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
  }

  .lp-med ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-med ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 14vw;
    height: 80%;
  }

  .lp-med .col-ushemplogo-inner {
    display: block;
  }

  .lp-med .col-ushemplogo-inner .ushemp-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-top: 2.667vw;
    top: 0;
  }

  .lp-med .col-ushemplogo-inner .ushemp-logo img {
    width: 74px;
    width: 19.773vw;
  }

  .lp-med .col-ushemplogo-inner .service-txt {
    padding-right: 0;
    width: 100%;
  }

  .lp-med ul.cbdoil-speciality-01-icon {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-med .col-item-reverce li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med .col-item-reverce li .col-item-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.product-cbdoil-lineup {
    margin: 0;
    display: block;
  }

  .lp-med ul.product-cbdoil-lineup li {
    width: 100%;
    padding: 0;
    margin-top: 80px;
    margin-top: 21.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li:first-child {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-ttl {
    font-size: 1.5rem;
    font-size: 4vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt {
    margin-top: 5px;
    margin-top: 1.333vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt > span {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area {
    top: -40px;
    top: -10.667vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo {
    width: 80px;
    height: 80px;
    width: 21.333vw;
    height: 21.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner {
    font-size: 1.3rem;
    font-size: 3.467vw;
    line-height: 1.3;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner strong {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med .section-med-vape-product {
    padding-top: 0;
  }

  .lp-med .vape-cbdabove-area {
    display: block;
  }

  .lp-med .vape-cbdabove-txt,
  .lp-med .vape-cbdabove-fig {
    width: 100%;
    padding: 0;
  }

  .lp-med .vape-cbdabove-txt .section-index-lv03 {
    text-align: center;
  }

  .lp-med .vape-cbdabove-fig {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med .med-vape-scene-txt {
    text-align: left;
  }

  .lp-med .cbd-purpos-block {
    display: block;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:first-of-type,
  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
    margin: 0;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner {
    width: 100%;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-icon {
    width: 32px;
    height: 32px;
    width: 8.533vw;
    height: 8.533vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl
    span {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-ttl-area {
    padding: 10px;
    padding: 2.667vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-inner {
    padding: 25px 20px 20px 20px;
    padding: 6.667vw 5.333vw 5.333vw 5.333vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl {
    margin-top: 0;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount {
    font-size: 2rem;
    font-size: 5.3vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount
    strong {
    font-size: 3rem;
    font-size: 8vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.notice {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    flex-wrap: wrap;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 50%;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    display: block;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 100%;
  }

  .lp-med ul.med-product-vapelist li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med ul.med-product-vapelist li .col-item-fig {
    margin-bottom: 0activemargin-top 20px;
    margin-top: 5.333vw;
  }

  .lp-med ul.med-vape-scene {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-scene li {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-scene li .med-vape-scene-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
    text-align: center;
  }

  .lp-med ul.med-vape-lineup {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-lineup li {
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-category {
    font-size: 1.3rem;
    font-size: 3.467vw;
    padding: 10px 8px;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-fig {
    margin-top: 12px;
    margin-top: 3.2vw;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-med .med-product-vapelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med .med-support-box {
    padding: 15px 20px;
    padding: 4vw 5.333vw;
  }

  .lp-med .med-support-box ul.med-support-list li {
    font-size: 1.5rem;
    font-size: 4vw;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5.333vw;
    margin-top: 5.333vw;
  }

  .lp-med .med-support-box ul.med-support-list li:first-child {
    margin-top: 10px;
    margin-top: 2.667vw;
  }
  .lp-med .section-med-contact .section-wrap {
    padding: 0 15px;
    padding: 0 4vw;
  }
  .lp-med .contact-common-area {
    padding: 0;
  }
  .lp-med .med-cbdoil-03 {
    margin-top: 0;
  }
  .lp-med .med-cbdoil-01 .col-item-fig,
  .lp-med .med-cbdoil-01 .col-item-txt {
    width: 100%;
  }

  .lp-med .product-cbdoil-area {
    margin-top: 40px;
    margin-top: 10.667vw;
  }
}

/***************************************************************************

Terpene

***************************************************************************/
.mv-oem-terpene {
  background: url(../../images/oem/terpene/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
  position: relative;
}
/*.mv-oem-terpene .section-wrap{
	max-width: 1620px;
	padding: 0;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}*/
.mv-oem-terpene .title-under-wrap {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: auto;
  right: auto;
  bottom: 100px;
}
.mv-oem-terpene .title-under-subheader {
  font-size: 2.6rem;
  line-height: 1.6;
  color: #464c50;
}
.mv-oem-terpene .title-under-level-01 h1 {
  font-size: 4.4rem;
}
.section-oem-terpene-action .section-index-oem-terpene-action {
  font-size: 2.4rem;
}
.section-oem-terpene-action .txt-lead {
  text-align: center;
}
.section-oem-terpene-action .oem-terpene-action-tbl {
  max-width: 1000px;
  margin: 0 auto;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 {
  margin-top: 50px;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th {
  width: 20%;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 td {
  width: 80%;
}
.oem-terpene-use {
  max-width: 1104px;
  margin: 0 auto;
  margin-top: 70px;
}
.oem-terpene-contact-line {
  width: 100%;
  height: 1px;
  background-color: #dce0e2;
}

@media screen and (max-width: 959px) {
  .mv-oem-terpene {
    background: url(../../images/oem/terpene/mv_sp.jpg);
    padding-top: 80%;
    height: 0;
    background-size: contain;
  }
  .mv-oem-terpene .section-wrap {
    position: absolute;
    height: auto;
    top: 145px;
    top: 38.667vw;
  }
  .mv-oem-terpene .title-under-wrap {
    bottom: 50px;
    bottom: 13.5vw;
    -ms-transform: translateY(0);
    transform: translateY(0%);
    top: auto;
    right: auto;
    left: 0;
    padding: 0 7vw;
  }
  .mv-oem-terpene .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .mv-oem-terpene .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }
  .section-oem-terpene-action .section-index-oem-terpene-action {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .section-oem-terpene-action .txt-lead {
    text-align: left;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th,
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 td {
    width: 100%;
    line-height: 1.6;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th {
    text-align: center;
  }
  .oem-terpene-use {
    padding: 0 52px;
    padding: 0 13.867vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}

/*================================================================
# 新しいコード
================================================================ */

/* BASE STYLES */

@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?xxr24r');
  src: url('../../fonts/icomoon.eot?xxr24r#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?xxr24r') format('truetype'),
    url('../../fonts/icomoon.woff?xxr24r') format('woff'),
    url('../../fonts/icomoon.svg?xxr24r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes navrollup {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes navrolldown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes scrollbar {
  0% {
    top: 100%;

    height: 0;
  }
  34% {
    height: 100px;
  }
  65% {
    top: 100%;
  }
  66% {
    top: auto;
    bottom: -100px;

    height: 100px;
  }
  100% {
    top: auto;
    bottom: -100px;

    height: 0;
  }
}
@keyframes stroke {
  from {
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  to {
    stroke-dasharray: 0;
    stroke-dashoffset: 1000px;
  }
}
::-moz-selection {
  background-color: rgba(115, 89, 89, 0.3);
}
::selection {
  background-color: rgba(115, 89, 89, 0.3);
}

html {
  font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3',
    'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.75;

  position: relative;

  letter-spacing: 1px;

  color: #4e3823;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;

  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 414px) {
  body {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;

  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;

  list-style-position: inside;
}

dl {
  padding-left: 0;
}

dd {
  padding-left: 0;
}

figure {
  margin: 0;
}

img,
object {
  line-height: 1;

  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
}
/*
input:focus,
input:active,
textarea:focus,
textarea:active{
border: none;
}
*/

a {
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;

  color: inherit;
  outline: none;
}
a,
a img {
  border: none;
}
a button {
  padding: 0;

  border: none;
  background: 0;
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
}
a img:hover,
a img:active,
a img:focus {
  opacity: 0.7;
}

button {
  cursor: pointer;

  outline: none;
}

.contain,
.inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrap {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 780px) {
  .wrap {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 414px) {
  .wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.clearfix:after {
  display: table;
  clear: both;

  content: '';
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 414px) {
  .no-sp {
    display: none !important;
  }

  .only-sp {
    display: inherit !important;
  }
}
.only-tab {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .no-tab {
    display: none !important;
  }

  .only-tab {
    display: inherit !important;
  }
}
.-notActive {
  pointer-events: none;
}

.js-effect {
  transition: all 0.3s ease-in-out 0s;
}

.xxlarge {
  font-size: 2em;
}

.xlarge {
  font-size: 3.2rem;
}

.large {
  font-size: 1.8rem;
}

.small {
  font-size: 0.875em;
}

.icon-twitter:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-twitter:before {
  font-family: inherit;

  content: '>';
}

.icon-facebook:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-facebook:before {
  font-family: inherit;

  content: '>';
}

.icon-instagram:before {
  font-family: icomoon;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .icon-instagram:before {
  font-family: inherit;

  content: '>';
}

.menu-onlineStore a:before {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  left: -2px;

  display: inline-block;

  margin-right: 0;

  content: '\e901';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .menu-onlineStore a:before {
  font-family: inherit;

  content: '>';
}

.menu-instagram a:before {
  font-family: icomoon;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: 0;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .menu-instagram a:before {
  font-family: inherit;

  content: '>';
}

.icon-mouse {
  position: relative;

  display: block;

  width: 17px;
  height: 27px;
  margin-right: auto;
  margin-left: auto;

  border: solid 1px #fff;
  border-radius: 5px;
}
.icon-mouse:after {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;

  display: block;

  width: 3px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  animation: mouseScroll 2s ease-in-out 0.8s infinite normal forwards;

  border-radius: 100%;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  body:before,
  body:after {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

    content: ' ';
    transition: all 0.45s ease-in-out 0s;
  }
  body:before {
    background-color: #f8f8f8;
  }
  body:after {
    transition-delay: 0.225s;

    background-color: #fff;
  }
  body.-is-navOpen {
    overflow: hidden;
  }
  body.-is-navOpen:before,
  body.-is-navOpen:after {
    height: 100%;
  }
}

.siteHeader {
  line-height: 1;

  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;

  padding-top: 50px;

  transition: all 0.3s ease-in-out 0s;
}

/*
.-is-scrolling .siteHeader{

background-color: rgba(255, 255, 255, 1);
}
*/

.-is-scrolled .siteHeader,
.-is-scrolling .siteHeader {
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 959px) {
  .siteHeader {
    padding-top: 26px;

    text-align: center;
  }
}
.siteHeader li {
  /*display: block;*/
  list-style-type: none;
}
.siteHeader a {
  position: relative;
}
.siteHeader a:hover,
.siteHeader a:active,
.siteHeader a:focus {
  transition: all 0.3s ease-in-out 0s;
}
.siteHeader .nav-list-top a:hover:after,
.siteHeader .nav-list-top a:active:after,
.siteHeader .nav-list-top a:focus:after {
  width: 100%;
}
.siteHeader li a:after {
  display: none;
}
.siteHeader .active a {
  pointer-events: none;
}
.siteHeader .active a:after {
  width: 100%;
}
.siteHeader .notactive {
  pointer-events: none;
}
.-is-scrolled .siteHeader a {
  transition: font-size 0s linear 0s, opacity 0.45s ease 0s;
}
.-is-scrolled .siteHeader a:before {
  transition: none;
}
.siteHeader .menu-instagram a {
  display: block;

  width: 38px;
  height: 38px;

  text-align: center;

  color: #fff;
  border-radius: 100%;
  background-color: #a2aaad;
  margin-top: -10px;
}
@media screen and (max-width: 959px) {
  .siteHeader .menu-instagram a {
    width: 38px;
    height: 38px;
    margin-left: 28px;
  }
}
.siteHeader .menu-instagram a:before {
  line-height: 38px;
}

.siteHeader > .wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.9761904762%;
  padding-left: 2.9761904762%;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .siteHeader > .wrap {
    position: relative;

    max-width: 92%;
    padding-right: 0;
    padding-left: 0;
  }
}
.siteHeader__logo {
  line-height: 1;

  margin-top: 0;
  margin-right: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .siteHeader__logo {
    position: absolute;
    right: 0;
    left: 0;

    margin-right: auto;
    margin-left: auto;

    -ms-flex-order: 2;
    order: 2;
  }
}
.siteHeader__logo a:after {
  display: none;
}
@media screen and (max-width: 959px) {
  .siteHeader__logo img {
    max-width: 75px;
  }
}
/*
.-is-scrolled .siteHeader__logo img{
width: 75px;

transition: none;
}
*/
@media screen and (max-width: 959px) {
  /*
.-is-scrolled .siteHeader__logo img{
width: 50px;
}
*/
}
@media screen and (max-width: 959px) {
  .siteHeader__nav {
    position: fixed;
    top: -1000%;
    right: 0;
    bottom: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    height: 100%;

    transition: opacity 0.9s linear 0.45s, transform 0.9s ease-in-out 0.45s,
      top 0s linear 0s;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);

    opacity: 0;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.siteHeader__nav ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .siteHeader__nav ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.siteHeader__nav ul li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1366px) {
  .siteHeader__nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav li {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-height: 680px) {
  .siteHeader__nav li {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.siteHeader__nav .menu-onlineStore,
.siteHeader__nav .menu-instagram {
  display: none;
}
@media screen and (max-width: 959px) {
  .siteHeader__nav .menu-onlineStore,
  .siteHeader__nav .menu-instagram {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .-is-navOpen .siteHeader__nav {
    top: -10vw;
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
  }
}
/*
.siteHeader__submenu{
margin-left: auto;
}
*/

@media screen and (max-width: 959px) {
  .siteHeader__submenu {
    -ms-flex-order: 3;
    order: 3;
  }
}
.siteHeader__submenu a:after {
  display: none;
}
.siteHeader__submenu ul {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.siteHeader__submenu ul li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 1366px) {
  .siteHeader__submenu ul li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li a {
    height: 38px;
  }
  .siteHeader__submenu ul li a:before {
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__submenu ul li.menu-onlineStore a:before {
    top: 0;
    display: inherit;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__nav .menu-instagram {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .siteHeader__toggle {
    position: relative;
  }
  .siteHeader__toggle i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
  }
  .siteHeader__toggle i,
  .siteHeader__toggle i:before,
  .siteHeader__toggle i:after {
    display: block;

    width: 26px;
    height: 1px;

    transition: all 0.45s ease-in-out 0s;

    background-color: #4e3823;
  }
  .siteHeader__toggle i:before,
  .siteHeader__toggle i:after {
    position: absolute;

    content: ' ';
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .siteHeader__toggle i:before {
    top: -10px;
  }
  .siteHeader__toggle i:after {
    top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .-is-navOpen .siteHeader__toggle i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .-is-navOpen .siteHeader__toggle i:before {
    width: 0;
  }
  .-is-navOpen .siteHeader__toggle i:after {
    top: 10px;
    top: 0;

    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.siteFooter {
  line-height: 1;
  /*
margin-top: 100px;
*/

  text-align: center;
}
@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 60px;
  }
}
.siteFooter li {
  display: block;
}
.siteFooter__top {
  padding-top: 60px;
  padding-bottom: 60px;

  border-top: solid 1px #f0f0f0;
}
@media screen and (max-width: 959px) {
  .siteFooter__top {
    padding-top: 35px;
    padding-bottom: 35px;

    text-align: center;
  }
}
.siteFooter__top .wrap {
  position: relative;
}
@media screen and (max-width: 959px) {
  .siteFooter__top__logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 780px) {
  .siteFooter__nav--top {
    font-size: 1.3rem;
  }
}
.siteFooter__nav--top ul {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .siteFooter__nav--top ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-top: 30px;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
d @media screen and (max-width: 959px) {
  .siteFooter__nav--top li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2em;

    text-align: center;
  }
}

.siteFooter__nav--bottom ul {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .siteFooter__nav--bottom ul {
    margin-top: 30px;

    text-align: center;
  }
}

.siteFooter__nav--bottom li {
  display: inline-block;

  vertical-align: middle;
}

.siteFooter__bottom {
  padding: 40px 30px;

  border-top: solid 1px #f0f0f0;
}

.siteFooter__bottom .wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom .wrap {
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .siteFooter__bottom .wrap {
    display: block;
  }
}
.siteFooter__bottom__logo {
  margin-right: 50px;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom__logo {
    margin-right: 0;
  }
}
.siteFooter__bottom__copy {
  font-size: 1rem;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;

  text-align: left;
}
@media screen and (max-width: 959px) {
  .siteFooter__bottom__copy {
    margin-top: 50px;
    margin-left: 0;
  }
}

.button {
  display: inline-block;

  width: 380px;

  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .button {
    width: 280px;
  }
}
.button a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  display: block;

  /* padding: 30px; */

  text-align: center;

  color: #fff;
  background-color: #d8a519;
}
@media screen and (max-width: 414px) {
  .button a {
    font-size: 1.4rem;
  }
}
.button a:after,
a.text-button:after {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  right: 0;

  display: inline-block;

  margin-left: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .button a:after {
  font-family: inherit;

  content: '>';
}
.button a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  display: block;

  width: 0;
  height: 100%;

  content: ' ';
  transition: all 0.45s ease-in-out 0s;

  background-color: rgba(255, 255, 255, 0.25);
}
.button a:hover:before,
.button a:active:before,
.button a:focus:before {
  right: auto;
  left: 0;

  width: 100%;
}
.button a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;

  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 414px) {
  .button a:after {
    font-size: 1.5em;
  }
}

.button.-outline a {
  padding: 1em;

  color: #4e3823;
  border: solid 1px;
  background-color: transparent;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.-is-rendered.-is-loaded {
  overflow: auto;
  width: auto;
  height: auto;
}

.loadingAnim {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(to right bottom, #fff, #f8fbea);

  transition: all 1.5s ease-in-out 0s;
  background-size: 200%;
}
.-is-rendered.-is-loaded .loadingAnim {
  transition-delay: 1s;
  -ms-transform: scale(1);
  transform: scale(1);

  opacity: 0;
  background-position: 100% 100%;
}
.mv {
  transition: all 0.3s ease-in-out 0s;

  opacity: 0;
}
.-is-rendered.-is-loaded .mv {
  transition-delay: 1s;
  -ms-transform: scale(1);
  transform: scale(1);

  opacity: 1;
}
.loadingAnim__content {
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 50%;

  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.loadingAnim svg {
  transition: all 1.2s ease-in-out 0s;
  opacity: 0;
  fill: transparent;
  stroke: transparent;
}
.-is-rendered .loadingAnim svg {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  fill: #54585a;
}
.-is-rendered.-is-loaded .loadingAnim svg {
  transition-delay: 0.2s;
  transition-duration: 1s;
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.loadingAnim__circle {
  fill: #54585a;
  strole: none;
  -webkit-mask: url(#m);
  mask: url(#m);
}

.backtotop {
  font-size: 1.4rem;
  font-style: normal;

  position: absolute;
  z-index: 7;
  top: -75px;
  right: 5%;

  cursor: pointer;
  text-align: center;

  color: #54585a;
}
@media screen and (max-width: 780px) {
  .backtotop {
    display: none;
  }
}
.backtotop:before {
  display: block;

  width: 2px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;

  content: ' ';

  background-color: #54585a;
}
.backtotop:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-top: solid 2px #54585a;
  border-right: solid 2px #54585a;
}

/************************

// top

************************/
/**************

// style

****************/

/*
.mv{
position: relative;

height: 800px;

background: url(../../images/index/main.jpg) center center no-repeat;
background-size: cover;
}
@media screen and (max-width: 1366px){
.mv{
height: 100vh;
max-height: 800px;
}
}*/
@media screen and (max-width: 959px) {
  .mv {
    height: auto;
    padding-top: 140vw;

    background-image: url(../../images/index/_sp/dummy.jpg);
    background-image: url(../../images/inde);
  }
}
@media screen and (max-width: 780px) {
  .mv {
    /*padding-top: 30vw;*/
    padding-top: 150vw;
  }
}
.mv .wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;

  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mv .wrap {
    position: static;

    max-width: 100%;
    padding-right: 0;
    padding-left: 0;

    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.mv__itemImg {
  position: absolute;
  right: 0;
  bottom: -100px;

  max-width: 56.25%;
}
@media screen and (min-width: 1366px) {
  .mv__itemImg {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .mv__itemImg {
    position: relative;
    bottom: -4vw;

    max-width: 100%;

    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .mv__itemImg {
    bottom: -7vw;

    max-width: 100%;

    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .mv__itemImg img {
    margin-bottom: -25vw;
  }
}
.mv__copy {
  font-weight: bold;
  line-height: 1;

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 1024px) {
  .mv__copy {
    margin-bottom: 60px;

    text-align: center;
  }
}
.mv__copy__description {
  font-size: 4rem;
  font-weight: 600;

  margin-top: 0;
  margin-bottom: 1em;

  letter-spacing: 0.1em;

  color: #d8a519;
}
@media screen and (max-width: 780px) {
  .mv__copy__description {
    font-size: 1.6rem;
  }
}
.mv__copy__main span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .mv__copy__main span {
    letter-spacing: 0.1em;
  }
}
.mv__copy__main .itemTheme {
  font-size: 5.6rem;

  margin-bottom: 0.85em;
}
@media screen and (max-width: 780px) {
  .mv__copy__main .itemTheme {
    font-size: 2.2rem;
  }
}
.mv__copy__main .itemName {
  font-size: 8.2rem;
}
@media screen and (max-width: 780px) {
  .mv__copy__main .itemName {
    font-size: 3rem;
  }
}
.mv__scroll {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;

  text-align: center;

  color: #d8a519;
}
@media screen and (max-width: 1024px) {
  .mv__scroll {
    display: none;
  }
}
.mv__scroll:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;

  display: block;

  width: 1px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  animation: scrollbar 2s linear 0s infinite normal;

  background-color: #d8a519;
}

.section--introduction {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .section--introduction {
    padding-top: 38.5vw;
  }
}
@media screen and (max-width: 780px) {
  .section--introduction {
    padding-top: 40vw;
    padding-bottom: 75px;
  }
}
.section--introduction .wrap > article {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  padding-right: 5.2083333333%;
  padding-left: 5.2083333333%;

  -ms-flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--introduction .wrap > article {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .section--introduction .wrap > article {
    padding-right: 2.8%;
    padding-left: 2.8%;
  }
}
@media screen and (max-width: 780px) {
  .section--introduction .intro-img {
    max-width: 297px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 414px) {
  .section--introduction .intro-img {
    max-width: 200px;
  }
}
.section--introduction .intro-text {
  font-size: 2rem;
  line-height: 2.9;

  margin-left: 11.1111111111%;
}
@media screen and (max-width: 780px) {
  .section--introduction .intro-text {
    font-size: 1em;

    margin-left: 0;

    text-align: center;
  }
  .section--introduction .intro-text br {
    display: none;
  }
}
.section--introduction .intro-text p {
  margin-top: 0;
  margin-bottom: 2em;
}
.section--introduction .intro-text p:last-child {
  margin-bottom: 0;
}

.section--situation {
  position: relative;

  overflow: hidden;

  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 780px) {
  .section--situation {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section--situation .slick-list {
  overflow: visible;
}
.section--situation .slick-slider {
  position: static;
}
.section--situation .slideController {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;

  display: block;

  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;

  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;

  background-color: #d8a519;
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController {
    top: 0;
    right: 5%;
    bottom: auto;

    background-color: #fff;
  }
}
.section--situation .slideController:hover,
.section--situation .slideController:active,
.section--situation .slideController:focus {
  opacity: 0.7;
}
@media screen and (max-width: 780px) {
  .section--situation .slideController {
    width: 40px;
    height: 40px;
  }
}
.section--situation .slideController:before {
  font-family: icomoon;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -2px;
  left: 0;

  display: inline-block;

  margin-right: 0;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: #fff;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .section--situation .slideController:before {
  font-family: inherit;

  content: '>';
}
.section--situation .slideController:before {
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController:before {
    color: #4e3823;
  }
}
@media screen and (max-width: 780px) {
  .section--situation .slideController:before {
    line-height: 40px;
  }
}
.section--situation .slideController--prev {
  left: 22%;
}
@media screen and (max-width: 1680px) {
  .section--situation .slideController--prev {
    left: 15%;
  }
}
@media screen and (max-width: 1367px) {
  .section--situation .slideController--prev {
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController--prev {
    right: calc(51px + 6%);
    left: auto;
  }
}
@media screen and (max-width: 780px) {
  .section--situation .slideController--prev {
    right: calc(41px + 6%);
    left: auto;
  }
}
@media screen and (max-width: 414px) {
  .section--situation .slideController--prev {
    right: calc(41px + 5%);
  }
}
.section--situation .slideController--prev:before {
  transform: rotateY(180deg);
}
.section--situation .slideController--next {
  right: 22%;
}
@media screen and (max-width: 1680px) {
  .section--situation .slideController--next {
    right: 15%;
  }
}
@media screen and (max-width: 1366px) {
  .section--situation .slideController--next {
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .section--situation .slideController--next {
    right: 6%;
  }
}
@media screen and (max-width: 414px) {
  .section--situation .slideController--next {
    right: 5%;
  }
}
.section--situation .situation {
  outline: none;
}
.section--situation .situation > div {
  position: relative;

  width: 930px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .section--situation .situation > div {
    flex-direction: column;

    max-width: 90%;
    margin-left: -5%;

    -ms-flex-direction: column;
  }
}
.section--situation .situation:nth-child(even) > div {
  flex-direction: column-reverse;

  -ms-flex-direction: column-reverse;
}
.section--situation .situation__img {
  margin-left: 140px;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__img {
    margin-left: 0;
  }
}
.section--situation .situation__text {
  position: relative;
  position: absolute;
  bottom: -40px;
  left: 0;

  display: inline-block;

  margin-top: -290px;
  padding: 40px;

  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text {
    position: relative;
    bottom: auto;
    left: auto;

    margin-top: 0;
    padding: 20px 0 0 40px;

    background-color: transparent;
  }
}
@media screen and (min-width: 780px) {
  .section--situation .situation:nth-child(even) .situation__text {
    top: 290px;
    bottom: auto;
  }
}
.section--situation .situation__text__index {
  font-size: 2.4rem;
  font-weight: bold;

  margin-bottom: 1em;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__index {
    font-size: 1.8rem;
  }
}
.section--situation .situation__text__content {
  line-height: 2.5;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__content {
    padding-right: 30px;
  }
}
.section--situation .situation__text__content br.only-sp {
  display: block !important;
}
@media screen and (max-width: 780px) {
  .section--situation .situation__text__content br {
    display: none;
  }
}
.section--situation.js-effect .situation__img {
  transition: all 0.9s ease-in-out 0s;
  transition-delay: 1s;

  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--situation.js-effect.-on .situation__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--situation .buttonArea {
  margin-top: 70px;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--situation .buttonArea {
    margin-top: 45px;
  }
}
.section--situation .panel {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;

  width: 50.5952380952%;
  height: 63.0952380952%;

  transition: all 0.9s ease-in-out 0s;

  opacity: 0.3;
  background-color: #f6e48a;
}
@media screen and (max-width: 780px) {
  .section--situation .panel {
    width: 80%;
  }
}
.section--situation.js-effect .panel {
  padding-top: 0;

  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 780px) {
  .section--situation.js-effect .panel {
    height: 0;
  }
}
.section--situation.js-effect.-on .panel {
  height: 100%;

  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.section--product {
  position: relative;

  padding-top: 120px;
  padding-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .section--product {
    padding-top: 90px;
  }
}
.section--product .wrap {
  position: relative;
  z-index: 1;

  overflow: hidden;
}
.section--product .section__index {
  font-size: 7.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  margin-bottom: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--product .section__index {
    font-size: 4.1rem;

    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.section--product .section__index:after {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100px;
  height: 1px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--product .section__index:after {
    width: 50px;
  }
}
.section--product .product-img {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;

  width: 35.7142857143%;
  margin-right: auto;
  margin-left: auto;

  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section--product .product-img {
    position: relative;

    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .section--product .product-detail {
    padding-left: 5%;
  }
}
@media screen and (max-width: 780px) {
  .section--product .product-detail {
    text-align: center;
  }
}
.section--product .product-detail__index {
  margin-bottom: 35px;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index {
    margin-bottom: 30px;
  }
}
.section--product .product-detail__index .ja {
  font-size: 3.2rem;
  line-height: 1.5;

  display: block;

  color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .ja {
    font-size: 2.2rem;
  }
}
.section--product .product-detail__index .ja br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section--product .product-detail__index .ja br {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .ja br {
    display: none;
  }
}
.section--product .product-detail__index .en {
  display: block;

  color: #999;
}
.section--product .product-detail__index .flavor {
  font-size: 1.8rem;
  font-weight: bold;

  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__index .flavor {
    font-size: 1em;
  }
}
.section--product .product-detail__index .flavor dt,
.section--product .product-detail__index .flavor dd {
  display: inline-block;
}
.section--product .product-detail__index .flavor dt:after {
  display: inline-block;

  margin-right: 5px;

  content: ':';
  vertical-align: middle;
}
.section--product .product-detail__index .flavor dd {
  margin-left: 0;
  padding-left: 0;

  color: #7b8809;
}
.section--product .product-detail__text {
  line-height: 2.1428571429;
}
.section--product .product-detail__text p {
  margin-top: 0;
  margin-bottom: 2em;
}
.section--product .product-detail__text p:last-child {
  margin-bottom: 0;
}
.section--product .product-detail__points {
  display: -ms-flexbox;
  display: flex;

  width: 380px;
  margin: 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  .section--product .product-detail__points {
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points {
    width: 100%;
    margin-top: 40px;

    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section--product .product-detail__points li {
  display: inline-table;

  width: 120px;
  height: 120px;
  margin-bottom: 20px;

  transition: 0.9s all ease-in-out 0s;
  text-align: center;

  color: #fff;
  border-radius: 100px;
  background-color: #f4a797;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li {
    width: 90px;
    height: 90px;
  }
}
.section--product .product-detail__points li:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.section--product .product-detail__points li:nth-child(0) {
  transition-delay: 0s;
}
.section--product .product-detail__points li:nth-child(1) {
  transition-delay: 0.1s;
}
.section--product .product-detail__points li:nth-child(2) {
  transition-delay: 0.2s;
}
.section--product .product-detail__points li:nth-child(3) {
  transition-delay: 0.3s;
}
.section--product .product-detail__points li:nth-child(4) {
  transition-delay: 0.4s;
}
.section--product .product-detail__points li:nth-child(5) {
  transition-delay: 0.5s;
}
.section--product .product-detail__points li:nth-child(6) {
  transition-delay: 0.6s;
}
.section--product .product-detail__points li > span {
  font-size: 1.5rem;
  line-height: 2rem;

  display: table-cell;

  width: 100%;
  height: 100%;

  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .section--product .product-detail__points li > span {
    font-size: 1em;
  }
}
.section--product .product-detail__points.js-effect li {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--product .product-detail__points.js-effect.-on li {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--product__ingredients {
  margin-top: 8rem;
}
.section--product__ingredients .ingredients-index {
  line-height: 1;

  text-align: center;
}
.section--product__ingredients .ingredients-index__index {
  font-size: 3.2rem;
  font-weight: bold;

  position: relative;
  z-index: 1;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-index__index {
    font-size: 2.2rem;
  }
}
.section--product__ingredients .ingredients-index div {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;

  overflow: hidden;

  height: 1em;

  letter-spacing: 0.1em;

  opacity: 0.5;
  color: #c1cb8c;
}
@media screen and (max-width: 414px) {
  .section--product__ingredients .ingredients-index div {
    font-size: 3.5rem;
  }
}
.section--product__ingredients .ingredients-index div:not(:last-child) {
  margin-top: calc(-1em - 20px);
  margin-bottom: 20px;
}
.section--product__ingredients .ingredients-index div span {
  display: inline-block;

  transition: all 0.45s ease-in-out 0s;
}
.section--product__ingredients .ingredients-index div:nth-child(0) span {
  transition-delay: 0s;
}
.section--product__ingredients .ingredients-index div:nth-child(1) span {
  transition-delay: 0.1s;
}
.section--product__ingredients .ingredients-index div:nth-child(2) span {
  transition-delay: 0.2s;
}
.section--product__ingredients .ingredients-index.js-effect div span {
  padding-top: 1em;
}
.section--product__ingredients .ingredients-index.js-effect.-on div span {
  padding-top: 0;
}
.section--product__ingredients
  .ingredients-index.js-effect
  .ingredients-index__index {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--product__ingredients
  .ingredients-index.js-effect.-on
  .ingredients-index__index {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--product__ingredients .ingredients-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main {
    margin-top: 60px;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main .ingredients-list {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list li {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list
  li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section--product__ingredients
  .ingredients-main
  .ingredients-list
  li
  > figure:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li
    > figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-main .ingredients-list img {
    max-width: 100px;
  }
}
.section--product__ingredients .ingredients-main .ingredients-list figcaption {
  font-weight: bold;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    figcaption {
    font-size: 1.2rem;

    white-space: nowrap;
  }
}
.section--product__ingredients .ingredients-other__wrap,
.section--product__ingredients .ingredients-other__column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section--product__ingredients .ingredients-other__wrap:not(:last-child),
.section--product__ingredients .ingredients-other__column:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__column {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--product__ingredients .ingredients-other__wrap:not(:last-child),
.section--product__ingredients .ingredients-other__column ul:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__wrap:not(:last-child),
  .section--product__ingredients
    .ingredients-other__column
    ul:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__wrap:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other__column:not(:last-child) {
    margin-right: 30px;
  }
}
.section--product__ingredients .ingredients-other li {
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .section--product__ingredients .ingredients-other li {
    margin-bottom: 1em;
  }
}
.section--product .buttonArea {
  margin-top: 70px;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--product .buttonArea {
    margin-top: 45px;
  }
}
.section--product .panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 70%;

  transition-delay: 1s;

  background-color: #f8fbea;
}
@media screen and (max-width: 1150px) {
  .section--product .panel {
    height: 72.5%;
  }
}
@media screen and (max-width: 780px) {
  .section--product .panel {
    height: 75%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .panel {
    height: 90%;
  }
}
.section--product .soy {
  position: absolute;
  top: 0;
  right: -5%;

  width: 31.1904761905%;
  height: 100%;

  background: url(../../images/index/product-bg-soy.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--product .soy {
    width: 524px;
  }
}
@media screen and (max-width: 780px) {
  .section--product .soy {
    width: 46.7857142857%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .soy {
    width: 62.380952381%;
  }
}
.section--product .objectWrapper {
  position: absolute;
  top: 10%;

  overflow: hidden;

  width: 100%;
  padding-top: 39.1666666667%;
}
@media screen and (min-width: 1366px) {
  .section--product .objectWrapper {
    padding-top: 658px;
  }
}
@media screen and (max-width: 780px) {
  .section--product .objectWrapper {
    top: 5%;

    padding-top: 58.75%;
  }
}
@media screen and (max-width: 414px) {
  .section--product .objectWrapper {
    top: 5%;

    padding-top: 78.3333333333%;
  }
}
.section--product .tea {
  position: absolute;
  top: 40%;
  left: -35vw;

  width: 85.7142857143%;
  padding-top: 56.6666666667%;

  background: url(../../images/index/product-bg-tea.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--product .tea {
    padding-top: 952px;
  }
}
@media screen and (max-width: 1024px) {
  .section--product .tea {
    top: auto;
    bottom: -23vw;
  }
}
@media screen and (max-width: 414px) {
  .section--product .tea {
    top: auto;
    left: -90%;

    width: 171.4285714286%;
    padding-top: 113.3333333333%;
  }
}

.section--lifestyle {
  position: relative;

  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .section--lifestyle {
    padding-top: 25vw;
    padding-bottom: 75px;
  }
}
.section--lifestyle .section__index {
  font-weight: bold;
  line-height: 1;

  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-bottom: 80px;

  -ms-flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index {
    display: block;
  }
}
.section--lifestyle .section__index h2 {
  font-size: 7.6rem;

  position: relative;

  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index h2 {
    font-size: 4.1rem;
  }
}
.section--lifestyle .section__index h2:after {
  display: block;

  width: 460px;
  height: 1px;
  margin-top: 30px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index h2:after {
    width: 50px;
    margin-top: 25px;
  }
}
.section--lifestyle .section__index p {
  font-size: 3.2rem;
  line-height: 1.875;

  margin: 0;
}
@media screen and (max-width: 780px) {
  .section--lifestyle .section__index p {
    font-size: 1.6rem;

    margin-top: 40px;
  }
}
.section--lifestyle .lifestyle {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  transition: all 0.9s ease-in-out 0s;

  -ms-flex-direction: row;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--lifestyle .lifestyle:nth-child(0) span {
  transition-delay: 0s;
}
.section--lifestyle .lifestyle:nth-child(1) span {
  transition-delay: 0.1s;
}
.section--lifestyle .lifestyle:nth-child(2) span {
  transition-delay: 0.2s;
}
.section--lifestyle .lifestyle:nth-child(3) span {
  transition-delay: 0.3s;
}
.section--lifestyle .lifestyle:nth-child(4) span {
  transition-delay: 0.4s;
}
.section--lifestyle .lifestyle:nth-child(5) span {
  transition-delay: 0.5s;
}
.section--lifestyle .lifestyle:not(:last-child) {
  margin-bottom: 10.4166666667%;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle:not(:last-child) {
    margin-bottom: 50px;
  }
}
.section--lifestyle .lifestyle__text {
  margin-top: 40px;
  margin-left: 5.5555555556%;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__text {
    margin-top: 30px;
    margin-left: 0;
  }
}
.section--lifestyle .lifestyle__text__index {
  font-size: 2.6rem;
  line-height: 2;

  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text__index {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text__index {
    font-size: 1.8rem;

    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__text__index {
    margin-bottom: 20px;
  }
}
.section--lifestyle .lifestyle__text__content {
  line-height: 5;
}
@media screen and (max-width: 1024px) {
  .section--lifestyle .lifestyle__text__content {
    line-height: 4;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .lifestyle__text__content {
    line-height: 2;
  }
}
.section--lifestyle .lifestyle__img {
  max-width: 720px;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 1s;
}
@media screen and (max-width: 1366px) {
  .section--lifestyle .lifestyle__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle__img {
    max-width: 100%;
  }
}
.section--lifestyle .lifestyle:nth-child(even) {
  flex-direction: row-reverse;

  -ms-flex-direction: row-reverse;
}
@media screen and (max-width: 414px) {
  .section--lifestyle .lifestyle:nth-child(even) {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--lifestyle .lifestyle:nth-child(even) .lifestyle__text {
  margin-right: 5.5555555556%;
  margin-left: 0;
}
.section--lifestyle .lifestyle.js-effect {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--lifestyle .lifestyle.js-effect .lifestyle__img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--lifestyle .lifestyle.js-effect.-on {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--lifestyle .lifestyle.js-effect.-on .lifestyle__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--lifestyle .pack {
  position: absolute;
  z-index: 1;
  top: -2%;
  right: 5%;

  width: 35.7142857143%;
  padding-top: 30.3571428571%;

  background: url(../../images/index/style-bg-item.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1366px) {
  .section--lifestyle .pack {
    top: -5%;
    right: 1%;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .pack {
    display: none;
  }
}
.section--lifestyle .tea {
  position: absolute;
  z-index: 1;
  top: -10%;
  left: -35vw;

  width: 85.7142857143%;
  padding-top: 56.6666666667%;

  background: url(../../images/index/product-bg-tea.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1366px) {
  .section--lifestyle .tea {
    padding-top: 952px;
  }
}
@media screen and (max-width: 780px) {
  .section--lifestyle .tea {
    top: auto;
    bottom: -23vw;
  }
}
@media screen and (max-width: 414px) {
  .section--lifestyle .tea {
    top: auto;
    left: -90%;

    width: 171.4285714286%;
    padding-top: 113.3333333333%;
  }
}

.section--suggest {
  position: relative;

  overflow: hidden;

  padding-top: 220px;
  padding-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .section--suggest {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
.section--suggest .section__index {
  font-weight: bold;

  position: relative;
  z-index: 1;

  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index {
    text-align: left;
  }
}
.section--suggest .section__index h2 {
  font-size: 7.6rem;
  line-height: 1;

  position: relative;

  margin-bottom: 50px;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index h2 {
    font-size: 4.1rem;
    line-height: 1.4;

    margin-bottom: 25px;
  }
}
.section--suggest .section__index p {
  font-size: 2.2rem;

  margin-bottom: 40px;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--suggest .section__index p {
    font-size: 2rem;
  }
}
.section--suggest .suggest-itemImg {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-itemImg {
    display: none;
  }
}
.section--suggest .suggest-itemImg figure {
  line-height: 1;

  position: relative;

  display: inline-block;
}
.section--suggest .suggest-itemImg figure img {
  position: relative;
  z-index: 1;

  display: inline-block;

  transition: all 0.9s ease-in-out 0s;
  transition-delay: 0.35s;
}
.section--suggest .suggest-itemImg figure:after {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;

  display: block;

  width: 438px;
  height: 526px;
  margin-right: auto;
  margin-left: auto;

  content: ' ';
  transition: all 0.45s ease-in-out 0s;
  transform: perspective(10px) scale(0.95);

  background-color: #f6bdb1;
}
.section--suggest .suggest-itemImg.js-effect figure img {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--suggest .suggest-itemImg.js-effect figure:after {
  height: 0;

  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.section--suggest .suggest-itemImg.js-effect.-on figure img {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--suggest .suggest-itemImg.js-effect.-on figure:after {
  height: 526px;

  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.section--suggest .suggest-steps {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;

  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps {
    flex-direction: column;

    -ms-flex-direction: column;
  }
}
.section--suggest .suggest-steps .suggest-step {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  transition: all 0.9s ease-in-out 0s;

  -ms-flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step {
    flex-direction: row;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
  }
  .section--suggest .suggest-steps .suggest-step:nth-child(even) {
    flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
  }
  .section--suggest .suggest-steps .suggest-step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section--suggest .suggest-steps .suggest-step:first-child,
.section--suggest .suggest-steps .suggest-step:last-child {
  margin-top: -270px;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step:first-child,
  .section--suggest .suggest-steps .suggest-step:last-child {
    margin-top: 0;
  }
}
.section--suggest .suggest-steps .suggest-step:nth-child(0) {
  transition-delay: 0s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(1) {
  transition-delay: 0.1s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(2) {
  transition-delay: 0.2s;
}
.section--suggest .suggest-steps .suggest-step:nth-child(3) {
  transition-delay: 0.3s;
}
.section--suggest .suggest-steps .suggest-step__detail {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin-left: 0;
  padding-left: 0;

  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail {
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section--suggest .suggest-steps .suggest-step__detail dt {
  font-size: 10rem;
  font-style: italic;
  line-height: 1;

  color: #f6bdb1;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail dt {
    font-size: 8rem;
  }
}
.section--suggest .suggest-steps .suggest-step__detail dd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .section--suggest .suggest-steps .suggest-step__detail dd {
    font-size: 1.075em;

    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(1)
    .suggest-step__detail
    dd {
    margin-right: -5em;

    white-space: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(2)
    .suggest-step__detail {
    margin-left: 2em;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 414px) {
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(3)
    .suggest-step__detail {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    -ms-flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section--suggest
    .suggest-steps
    .suggest-step:nth-child(3)
    .suggest-step__detail
    dd {
    margin-left: 1em;
  }
}
.section--suggest .suggest-steps.js-effect .suggest-step {
  -ms-transform: translateY(20px);
  transform: translateY(20px);

  opacity: 0;
}
.section--suggest .suggest-steps.js-effect.-on .suggest-step {
  -ms-transform: translateY(0px);
  transform: translateY(0px);

  opacity: 1;
}
.section--suggest .buttonArea {
  margin-top: 70px;

  text-align: center;
}
.section--suggest .soy {
  position: absolute;
  top: 0;
  left: -8%;

  width: 30%;
  padding-top: 37.9761904762%;

  background: url(../../images/index/product-bg-soy.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .section--suggest .soy {
    right: -8%;
    left: auto;

    width: 37.5%;
    padding-top: 47.4702380952%;
  }
}
@media screen and (max-width: 414px) {
  .section--suggest .soy {
    width: 45%;
    padding-top: 56.9642857143%;
  }
}

.section--news {
  padding-top: 70px;
  padding-bottom: 0;

  background-color: #fcf7dc;
}
@media screen and (max-width: 780px) {
  .section--news {
    position: relative;

    padding-top: 60px;
    padding-bottom: 16vw;
  }
}
.section--news .button {
  font-size: 1.4rem;

  position: absolute;
  top: 0;
  right: 5%;

  max-width: 150px;
}
@media screen and (max-width: 780px) {
  .section--news .button {
    position: static;

    margin-top: 50px;
  }
}
.section--news .button a:after {
  font-size: 1em;
}
.section--news li {
  list-style: none;
}
.section--news .wrap {
  position: relative;

  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section--news .wrap {
    position: static;

    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section--news .news-img {
  line-height: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section--news .news-img img {
  margin-bottom: -30px;
}
@media screen and (max-width: 780px) {
  .section--news .news-img {
    position: absolute;
    bottom: -2.5vw;
    left: 0;

    width: 25%;
  }
}
.section--news .news-articles {
  width: 100%;
  margin-bottom: 70px;
  margin-left: 8.5714285714%;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.section--news .news-articles .section__index {
  font-size: 3.2rem;
  font-weight: bold;

  letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles .section__index {
    font-size: 2.2rem;

    text-align: center;
  }
}
.section--news .news-articles__list {
  margin-left: 0;
  padding-left: 0;
}
.section--news .news-articles__list li {
  padding-top: 25px;
  padding-bottom: 25px;

  border-bottom: solid 1px #e8d8c6;
}
.section--news .news-articles__list__topic {
  display: table;

  margin: 0;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic {
    display: block;
  }
}
.section--news .news-articles__list__topic dt,
.section--news .news-articles__list__topic dd {
  display: table-cell;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dt,
  .section--news .news-articles__list__topic dd {
    display: block;
  }
}
.section--news .news-articles__list__topic dt {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dt {
    font-size: 1rem;
    line-height: 1;

    margin-bottom: 1em;
  }
}
.section--news .news-articles__list__topic dd {
  padding-left: 40px;

  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .section--news .news-articles__list__topic dd {
    font-size: 1.2rem;

    margin-left: 0;
    padding-left: 0;
  }
}

.section--insta {
  overflow: hidden;

  padding-top: 170px;
}

.section--insta .wrap {
  max-width: 1200px;
}
.section--insta .section__index {
  font-weight: bold;

  position: relative;
  z-index: 1;
}
.section--insta .section__index h2 {
  font-size: 4.6rem;
  line-height: 1;

  position: relative;

  letter-spacing: 0.2em;
}
@media screen and (max-width: 780px) {
  .section--insta .section__index h2 {
    font-size: 2.7rem;
  }
}
.section--insta .section__index h2:before {
  font-family: icomoon;
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  position: relative;
  top: -1px;
  left: 0;

  display: inline-block;

  margin-right: 3px;

  content: '';
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: middle;
  text-transform: none;

  color: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ie8 .section--insta .section__index h2:before {
  font-family: inherit;

  content: '>';
}
.section--insta .section__index p {
  font-size: 3.2rem;
  font-weight: lighter;

  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 60px;

  letter-spacing: 0.12em;

  color: #f6bdb1;
}
@media screen and (max-width: 780px) {
  .section--insta .section__index p {
    font-size: 2.2rem;
  }
}
.section--insta .feedArea {
  position: relative;

  width: 1270px;
  height: 758px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea {
    width: 1040px;
    height: 620px;
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea {
    width: 84vw;
    height: 100.8vw;
  }
}
.section--insta .feedArea .feedImg {
  line-height: 0;

  position: absolute;
  top: 0;
  bottom: 0;

  display: block;

  width: 246px;
  height: 246px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg {
    width: 33.6vw;
    height: 33.6vw;
  }
}
.section--insta .feedArea a {
  display: block;
}
.section--insta .feedArea img {
  line-height: 0;
}
.section--insta .feedArea .feedImg:nth-child(1) {
  left: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(1) {
    bottom: auto;
  }
}
.section--insta .feedArea .feedImg:nth-child(2) {
  left: 256px;

  -ms-transform: translateY(123px);
  transform: translateY(123px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(2) {
    left: 210px;

    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(2) {
    bottom: auto;
    left: 33.6vw;

    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.section--insta .feedArea .feedImg:nth-child(3),
.section--insta .feedArea .feedImg:nth-child(4),
.section--insta .feedArea .feedImg:nth-child(5) {
  left: 512px;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(3),
  .section--insta .feedArea .feedImg:nth-child(4),
  .section--insta .feedArea .feedImg:nth-child(5) {
    left: 420px;
  }
}
.section--insta .feedArea .feedImg:nth-child(3) {
  bottom: auto;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(3) {
    left: 16.8vw;

    -ms-transform: translateY(33.6vw);
    transform: translateY(33.6vw);
  }
}
.section--insta .feedArea .feedImg:nth-child(4) {
  -ms-transform: translateY(10);
  transform: translateY(10);
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(4) {
    bottom: 0;
    left: 50.4vw;
  }
}
.section--insta .feedArea .feedImg:nth-child(5) {
  top: auto;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(5) {
    top: auto;
    left: 33.6vw;
  }
}
.section--insta .feedArea .feedImg:nth-child(6),
.section--insta .feedArea .feedImg:nth-child(7) {
  left: 768px;
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(6),
  .section--insta .feedArea .feedImg:nth-child(7) {
    left: 630px;
  }
}
.section--insta .feedArea .feedImg:nth-child(6) {
  bottom: auto;

  -ms-transform: translateY(133px);
  transform: translateY(133px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(6) {
    -ms-transform: translateY(110px);
    transform: translateY(110px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(6) {
    display: none;
  }
}
.section--insta .feedArea .feedImg:nth-child(7) {
  bottom: auto;

  -ms-transform: translateY(389px);
  transform: translateY(389px);
}
@media screen and (max-width: 1366px) {
  .section--insta .feedArea .feedImg:nth-child(7) {
    -ms-transform: translateY(320px);
    transform: translateY(320px);
  }
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(7) {
    display: none;
  }
}
.section--insta .feedArea .feedImg:nth-child(8) {
  right: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .feedImg:nth-child(8) {
    display: none;
  }
}
.section--insta .feedArea .panel {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 448px;
  height: 606px;
  margin: auto;

  background-color: #fbf6ef;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .panel {
    width: 69vw;
    height: 40vw;
  }
}
.section--insta .feedArea .panel--left {
  -ms-transform: translate(-224px, 110px);
  transform: translate(-224px, 110px);
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea .panel--left {
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}
.section--insta .feedArea .panel--right {
  -ms-transform: translate(34.5vw, 20px);
  transform: translate(34.5vw, 20px);
}
.section--insta .feedArea.js-effect .panel {
  height: 0;

  transition: all 0.45s ease-in-out 0s;
}
.section--insta .feedArea.js-effect .panel--left {
  transition-delay: 0.1s;
}
.section--insta .feedArea.js-effect .panel--right {
  transition-delay: 0.2s;
}
.section--insta .feedArea.js-effect .feedImg {
  opacity: 0;
}
.section--insta .feedArea.js-effect .feedImg,
.section--insta .feedArea.js-effect .feedImg img {
  transition: all 0.9s ease-in-out 0s;
}
.section--insta .feedArea.js-effect .feedImg img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(0) {
  transition-delay: 1.25s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(1) {
  transition-delay: 1.35s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(2) {
  transition-delay: 1.45s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(3) {
  transition-delay: 1.55s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(4) {
  transition-delay: 1.65s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(5) {
  transition-delay: 1.75s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(6) {
  transition-delay: 1.85s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(7) {
  transition-delay: 1.95s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(8) {
  transition-delay: 2.05s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(9) {
  transition-delay: 2.15s;
}
.section--insta .feedArea.js-effect .feedImg img:nth-child(10) {
  transition-delay: 2.25s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(0) {
  transition-delay: 0.3s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(1) {
  transition-delay: 0.4s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(2) {
  transition-delay: 0.5s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(3) {
  transition-delay: 0.6s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(4) {
  transition-delay: 0.7s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(5) {
  transition-delay: 0.8s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(6) {
  transition-delay: 0.9s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(7) {
  transition-delay: 1s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(8) {
  transition-delay: 1.1s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(9) {
  transition-delay: 1.2s;
}
.section--insta .feedArea.js-effect .feedImg:nth-child(10) {
  transition-delay: 1.3s;
}
.section--insta .feedArea.js-effect.-on .panel {
  height: 606px;
}
@media screen and (max-width: 780px) {
  .section--insta .feedArea.js-effect.-on .panel {
    height: 80vw;
  }
}
.section--insta .feedArea.js-effect.-on .feedImg {
  opacity: 1;
}
.section--insta .feedArea.js-effect.-on .feedImg img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section--insta .menu-instagram {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .section--insta .menu-instagram {
    margin-top: 50px;
  }
}
.section--insta .menu-instagram a {
  display: block;

  width: 38px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;

  text-align: center;

  color: #fff;
  border-radius: 100%;
  background-color: #f6bdb1;
  line-height: 38px;
}
.section--insta .menu-instagram a:before {
  line-height: 38px;
}

@media screen and (max-width: 1024px) {
  .section--situation .slideController {
    background-color: #d8a519;
  }
  .section--situation .slideController:before {
    color: #fff;
  }
}

.section--product__ingredients .ingredients-other__wrap,
.section--product__ingredients .ingredients-other__column {
  align-items: baseline;
}

/*********************************************************************
Common
*********************************************************************/

br.nopc {
  display: none;
}

@media screen and (max-width: 768px) {
  br.nopc {
    display: block;
  }
}

br.nosp {
  display: block;
}

@media screen and (min-width: 641px) {
  br.nosp {
    display: none;
  }
}

.font-size-s {
  font-size: 1.2rem;
}

/*********************************************************************
ヘッダー
*********************************************************************/
.siteHeader.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #e9eef1;
}

.siteHeader.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #e9eef1;
}

.-is-scrolling .siteHeader.underline {
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .siteHeader.underline {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader a:after {
    bottom: -5px;
  }
}

/*********************************************************************
フッター
*********************************************************************/

.siteFooter__bottom {
  padding: 20px 0;
}

.siteFooter__bottom .wrap {
  display: block;
}

.siteFooter__nav--bottom ul {
  text-align: center;
}

.siteFooter__bottom__copy {
  margin-top: 40px;
  text-align: center;
}

/*********************************************************************
メインビジュアル
*********************************************************************/

@media screen and (max-width: 780px) {
  .mv__copy__description {
    font-size: 3rem;
  }
  .mv__copy__description {
    font-size: 3rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 4rem;
  }
  .mv__copy__main .itemName {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 640px) {
  .mv__copy {
    margin-bottom: 30px;
  }
  .mv__copy__description {
    font-size: 2.2rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 2.8rem;
  }
  .mv__copy__main .itemName {
    font-size: 4rem;
  }
}

@media screen and (max-width: 414px) {
  .mv__copy__description {
    font-size: 1.6rem;
  }
  .mv__copy__main .itemTheme {
    font-size: 2.2rem;
  }
  .mv__copy__main .itemName {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 360px) {
  .mv__copy__main .itemTheme {
    font-size: 2rem;
  }
  .mv__copy__main .itemName {
    font-size: 3rem;
  }
}

/*********************************************************************
美容成分
*********************************************************************/

@media screen and (max-width: 780px) {
  .section--product__ingredients
    .ingredients-main
    .ingredients-list
    li
    > figure {
    width: 33.33333%;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .section--product__ingredients .ingredients-other li {
    white-space: nowrap;
  }
}

/*********************************************************************
テキストリンク
*********************************************************************/

a.txtlink {
  color: #54585a;
  transition: 0.3s;
}

a.txtlink:hover {
  opacity: 0.7;
}

/*********************************************************************
テキストリンク 下線
*********************************************************************/

a.txtlink-underline {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width: 959px) {
  a.txtlink-underline {
    font-size: 12px;
    line-height: 1.8;
  }
}

/*
a.txtlink-underline::after{
position: absolute;
content: "";
left: 0;
bottom: -4px;
width: 100%;
height: 1px;
background-color: #d8a519;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
*/

a.txtlink-underline:hover {
  opacity: 0.7;
}

/*
a.txtlink-underline:hover::after{
bottom: 0;
visibility: visible;
opacity: 1;
}
*/

/*********************************************************************
テキストリンク News
*********************************************************************/

a.txtlink.news-link {
  color: #4e3823;
  transition: 0.3s;
}

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

/*********************************************************************
Rマーク
*********************************************************************/
ul.ingredients-list figcaption.reg {
  position: relative;
}
ul.ingredients-list figcaption.reg::after {
  content: '\0ae';
  position: relative;
  top: -3px;
  right: 0;
  font-size: 1.5rem;
  font-family: serif;
  line-height: 0;
}

/*********************************************************************
カテゴリーラベル News
*********************************************************************/
.category-label {
  border: 1px solid #d6dfe2;
  color: #a2aaad;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px;
  margin-right: 15px;
  width: 100px;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .category-label {
    font-size: 1.2rem;
    padding: 5px 2px 5px;
    width: 95px;
  }
}

.section--news .news-articles__list__topic dt,
.section--news .news-articles__list__topic dd {
  display: block;
}
.section--news .news-articles__list__topic dd {
  margin-left: 0;
  padding-left: 0;
}

dl.news-articles__list__topic .news-list-info {
  margin-bottom: 10px;
}

/*********************************************************************
Beauty Guide
*********************************************************************/
.section--knowledge .section__index {
  font-size: 7.6rem;
  font-weight: bold;
  line-height: 1;

  position: relative;

  margin-bottom: 50px;
  padding-bottom: 50px;
}
.section--knowledge .knowledge-lead {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .section--knowledge .section__index {
    font-size: 4.1rem;

    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .section--knowledge .knowledge-lead {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}
.section--knowledge .section__index:after {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100px;
  height: 1px;

  content: ' ';

  background-color: #d8a519;
}
@media screen and (max-width: 780px) {
  .section--knowledge .section__index:after {
    width: 50px;
  }
}
/*********************************************************************
Reset
*********************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

body {
  overflow: auto;
}

/*********************************************************************
Common
*********************************************************************/

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

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

/*********************************************************************
パンくず
*********************************************************************/

.breadcrumb {
  padding-right: 2.97619%;
  padding-left: 2.97619%;
  margin-top: 10px;
}

.breadcrumb ul.breadcrumb-list li {
  font-size: 12px;
  color: #54585a;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-left: 8px;
}

.breadcrumb ul.breadcrumb-list li .home-icon {
  padding-right: 6px;
}

.breadcrumb ul.breadcrumb-list li .home-icon > img {
  width: 10px;
  height: 10px;
}

.breadcrumb ul.breadcrumb-list li::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

.breadcrumb ul.breadcrumb-list li:last-child::after {
  content: none;
}

.breadcrumb ul.breadcrumb-list li a {
  color: #54585a;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-y: hidden;
  }
  .breadcrumb ul.breadcrumb-list {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}

.breadcrumb.mv-none {
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .breadcrumb.mv-none {
    padding-top: 90px;
  }
}

/*********************************************************************
ヘッダー　下線つき
*********************************************************************/

/*********************************************************************
下層MV
*********************************************************************/

.under-mv {
  height: 100vh;
  max-height: 600px;
  position: relative;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .under-mv {
    height: auto;
    padding-top: 100vw;
  }
}

@media screen and (max-width: 640px) {
}

.under-mv.contact-mv {
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .under-mv {
    padding-top: 100vw;
  }
  .under-mv.contact-mv {
    padding-top: 60vw;
  }
}

/*********************************************************************
下層MV 高さ抑えたパターン
*********************************************************************/

.under-mv.low {
  max-height: 180px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .under-mv.low {
    height: auto;
    padding-top: 30vw;
  }
}

@media screen and (max-width: 414px) {
  .under-mv.low {
    padding-top: 25vw;
  }
}

/*********************************************************************
下層タイトル
*********************************************************************/

.title-under-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-under-level-01 {
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-size: 7rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}

.title-under-level-01 h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.title-under-subheader {
  font-size: 24px;
  color: #a2aaad;
  text-align: center;
  line-height: 1;
  margin-top: 0;
}

.title-under-level-02 {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.under-mv.low .title-under-wrap {
  top: 48%;
}

.under-mv.low .title-under-level-01 {
  font-size: 48px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .title-under-level-01 {
    font-size: 48px;
  }
  .title-under-level-02 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .under-mv.low .title-under-level-01 {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .title-under-level-02 {
    font-size: 2rem;
  }
  .under-mv.contact-mv .title-under-wrap {
    top: 58%;
  }
}

@media screen and (max-width: 414px) {
  .title-under-level-01 {
    font-size: 36px;
  }
  .under-mv.low .title-under-wrap {
    top: 57%;
  }
  .title-under-subheader {
    font-size: 18px;
  }
  .under-mv.low .title-under-level-01 {
    font-size: 28px;
  }
}

/*********************************************************************
下層セクション
*********************************************************************/

.contents-under {
  margin-bottom: 120px;
  margin-top: 50px;
}

@media screen and (max-width: 414px) {
  .contents-under {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}

.contents-under-inner {
  max-width: 1200px;
  padding: 0 160px;
  margin: 0 auto;
}

.contents-under-inner.ambassader-inner {
  max-width: 1480px;
  padding: 0 80px;
}

.contents-under-inner.contents-under-inner-w800 {
  max-width: 860px;
}

@media screen and (max-width: 1024px) {
  .contents-under-inner,
  .contents-under-inner.ambassader-inner {
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-under {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .contents-under-inner,
  .contents-under-inner.ambassader-inner {
    padding: 0 30px;
  }
}

/*********************************************************************
定義リスト
*********************************************************************/

dl.info-list {
  width: 100%;
  border-top: 1px solid #e9eef1;
  padding: 30px 0;
  display: table;
}

dl.info-list:last-of-type {
  border-bottom: 1px solid #e9eef1;
}

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

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

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

dl.info-list dd {
  width: 70%;
}

dl.info-list.w50 dt {
  width: 50%;
}

dl.info-list.w50 dd {
  width: 50%;
}

dl.info-list dd > span {
  padding-right: 10px;
}

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

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

@media screen and (max-width: 768px) {
  dl.info-list {
    padding: 20px 0;
    display: block;
  }
  dl.info-list dt,
  dl.info-list dd {
    display: block;
    width: 100%;
  }
  dl.info-list dt {
    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;
}

dl.info-list dd ol li:last-child {
  padding-bottom: 0;
}

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

ul.contact-list li {
  list-style-type: none !important;
}

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

ul.contact-list li span:first-of-type {
  font-weight: bold;
}

dl.info-list dd ol.sales-term-list li {
  padding-bottom: 30px;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice {
  padding: 15px 0;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

dl.info-list dd ol.sales-term-list li ul.sales-term-list-notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.sales-term-list-contact {
  padding-top: 30px;
}
.sales-term-list-contact.mt-s {
  padding-top: 15px;
}
.sales-term-list-contact p {
  margin-top: 0;
}

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

.sales-term-notice-area {
}

.sales-term-notice-area ul.sales-term-notice-area li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 3px;
  list-style-type: none;
}

.sales-term-notice-area ul.sales-term-notice-area li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

ol.number-sub-list {
  margin-left: 0 !important;
}

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

ol.number-sub-list li {
  list-style-type: none !important;
  padding-left: 25px;
  position: relative;
}

ol.number-sub-list li > span {
  position: absolute;
  top: 0;
  left: 0;
}
ol.sales-term-list-pay {
  margin-top: 50px;
}
dl.info-list dd ol.sales-term-list.sales-term-list-pay li {
  padding-bottom: 50px;
}
ol.sales-term-list-pay li {
  font-weight: bold;
}
ol.sales-term-list-pay li p,
ol.sales-term-list-pay li ul li {
  font-weight: normal;
}
ol.sales-term-list-pay li p {
  margin-top: 0;
}
dl.info-list
  dd
  ol.sales-term-list.sales-term-list-pay
  li
  ul.sales-term-list-notice {
  padding: 0;
}
ol.sales-term-list-pay .logo-amazonpay {
  margin-top: 10px;
  width: 180px;
}
ol.sales-term-list-pay .logo-rakutenpay {
  margin-top: 10px;
  width: 180px;
}
ol.sales-term-list-pay .logo-rakutenpay img {
  border: 1px solid #eee;
}

@media screen and (max-width: 414px) {
  .sales-term-list-contact p span {
    display: block;
  }
  ol.sales-term-list-pay {
    margin-top: 20px;
  }
  dl.info-list dd ol.sales-term-list.sales-term-list-pay li {
    padding-bottom: 30px;
  }
  ol.sales-term-list-pay .logo-amazonpay {
    width: 160px;
  }
  ol.sales-term-list-pay .logo-rakutenpay {
    width: 150px;
  }
  .sales-term-list-contact {
    padding-top: 20px;
  }
}

/*********************************************************************
会社情報
*********************************************************************/

.company-mv {
  background-image: url(../../images/company/company_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .company-mv {
    background-image: url(../../images/company/company_main_bg_sp.jpg);
  }
}

.lead-mission {
  font-size: 3.2rem;
  text-align: center;
}

.lead-mission span {
  color: #f6b0a8;
  font-size: 4rem;
}

@media screen and (min-width: 769px) {
  .lead-ambassador .nopc {
    display: none;
  }
}

.mission-txt-area {
  max-width: 860px;
  margin: 80px auto 0 auto;
  display: table;
}

.mission-txt-area > div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.mission-txt-area .mission-fig-logo {
  width: 40%;
  padding-right: 4%;
}

.mission-txt-area .mission-txt {
  width: 60%;
}

.mission-txt-area .mission-txt P {
  margin-bottom: 30px;
}

.mission-txt-area .mission-txt P:last-of-type {
  margin-bottom: 0;
}

.company-profile-area {
  background-color: #fdf7dd;
  padding: 100px 0;
}

.company-profile-area {
  background-color: #fdf7dd;
  padding: 100px 0;
}

.company-profile-area dl {
  border-top: 1px solid #e3ddc3;
}

.company-profile-area dl:last-of-type {
  border-bottom: 1px solid #e3ddc3;
}

.company-profile-area .company-profile-inner {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lead-mission {
    font-size: 1.8rem;
  }
  .company-profile-area {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .mission-txt-area {
    margin: 30px auto 0 auto;
  }
  .company-profile-area {
    padding: 60px 0;
  }
  .lead-mission {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .mission-txt-area > div {
    display: block;
  }
  .mission-txt-area .mission-fig-logo {
    width: 50%;
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mission-txt-area .mission-txt {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .lead-ambassador {
    font-size: 2rem;
    line-height: 1;
  }
  .lead-ambassador span {
    font-size: 3.4rem;
  }
}

.sales-term-list-set .gmo-payment-area > p {
  margin: 0;
}

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

.gmo-payment-area img.bnr-gmo {
  padding-top: 6px;
  display: block;
}

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;
}

ul.notice-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

ul.notice-list.notice li::before {
  content: '※';
}

/*********************************************************************
お問い合わせ
*********************************************************************/

.contact-mv {
  background-image: url(/assets/contact/images/contact_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .contact-mv {
    background-image: url(/assets/contact/images/contact_main_bg_sp.jpg);
    background-position: center center;
  }
}

.contact-area #form {
  max-width: 900px;
  margin: 0 auto;
}

.contact-area .contact-lead {
  text-align: center;
  margin-bottom: 15px;
}

.contact-area .contact-lead > span {
  color: #a00623;
  font-weight: bold;
}

.contact-area .contact-lead.confirm-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact-ex {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #54585a;
  margin-bottom: 50px;
}

ul.contact-ex-list {
  margin-bottom: 60px;
}

ul.contact-ex-list li {
  font-size: 13px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

ul.contact-ex-list li::last-child {
  margin-bottom: 0;
}

ul.contact-ex-list li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.contact-area .form-label {
  color: #54585a;
}

.contact-area .form-label > span {
  font-size: 1.2rem;
  color: #a00623;
  padding-left: 6px;
}
.contact-area .form-label > span.form-label-any {
  color: #fff;
}

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;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

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;
}

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

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

.select-box::before {
  content: '';
  position: absolute;
  top: 1.2em;
  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: 12px 30px 12px 12px;
  color: #383f46;
  font-size: 1.4rem;
}

.input-box,
.text-area-box {
  padding: 12px;
  width: 75%;
  box-sizing: border-box;
  border: 1px solid #d2d7da;
  font-size: 1.4rem;
}

.text-area-box {
  resize: vertical;
  min-height: 150px;
}

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

.btn-submit-area > p {
  padding-bottom: 15px;
  margin: 0 auto;
}

/* 修正 */
.btn-submit {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  width: 320px;
  line-height: 1;
  position: relative;
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(84, 88, 98);
  padding: 30px;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}

.btn-submit:hover {
  opacity: 0.8;
}

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

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

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

.btn-modifi {
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}

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

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

input[type='text']:focus,
input[type='text']:active,
textarea:focus,
textarea:active {
  outline: initial !important;
  border: 1px solid #d2d7da !important;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  padding: 12px;
  border: 1px solid rgba(81, 203, 238, 1) !important;
}

/*** Thanks ***/

.contact-thanks-area {
  border-top: 1px solid #e9eef1;
  padding-top: 250px;
  margin-bottom: 160px;
}

.contact-thanks-area .title-under-level-02 {
  padding: 0 8%;
}

.thanks-txt {
  text-align: center;
  margin-bottom: 20px;
}

.contact-thanks-btn {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 959px) {
  .input-box,
  .text-area-box {
    width: 100%;
  }
  .select-box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .contact-thanks-btn {
    width: 70%;
    padding-top: 60px;
  }
  .title-under-level-02 {
    margin-bottom: 20px;
  }
  .contact-thanks-area {
    padding-top: 180px;
  }
  .contact-thanks-btn {
    width: 80%;
  }
  .contact-ex {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  ul.contact-ex-list {
    margin-bottom: 40px;
  }
  ul.contact-ex-list li {
    font-size: 1.2rem;
  }
  .contact-area .contact-lead.confirm-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

/*********************************************************************
プライバシーポリシー
*********************************************************************/

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

/*********************************************************************
Related
*********************************************************************/

ul.related-link-area {
  margin-top: 80px;
}

ul.related-link-area li {
  float: left;
  width: 50%;
  overflow: hidden;
}

ul.related-link-area li a {
  display: block;
  background-size: cover;
  transition: 0.3s;
  position: relative;
  padding-top: 66.904%;
  overflow: hidden;
}

ul.related-link-area li a.related-news {
  background-image: url(../../images/common/related_campaign.jpg);
}

ul.related-link-area li a.related-company {
  background-image: url(../../images/common/related_company.jpg);
}

ul.related-link-area li a.related-contact {
  background-image: url(../../images/common/related_contact.jpg);
}

ul.related-link-area li a.related-campaign {
  background-image: url(../../images/common/related_campaign.jpg);
}

ul.related-link-area li a.related-knowledge {
  background-image: url(../../images/common/related_knowledge.jpg);
}

ul.related-link-area li a:hover {
  transform: scale(1.025);
}

ul.related-link-area li a .btn-related {
  position: absolute;
  bottom: 30px;
  left: 50%;
  background-color: #fff;
  padding: 15px 20px;
  width: 280px;
  box-sizing: border-box;
  text-align: center;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.3s;
}

ul.related-link-area li a .btn-related > span {
  position: relative;
}

ul.related-link-area li a .btn-related > span::after {
  font-family: icomoon;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  top: -2px;
  right: 0px;
  display: inline-block;
  margin-left: 8px;
  content: '';
  transform: translate(0px, 0px);
  vertical-align: middle;
  text-transform: none;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
}

ul.related-link-area li a:hover .btn-related {
  background-color: #4e3823;
  color: #fff;
}

@media screen and (max-width: 768px) {
  ul.related-link-area {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  ul.related-link-area li {
    float: none;
    width: 100%;
  }
}

/*********************************************************************
Banner GMO
*********************************************************************/

a.bnr-gmo {
  margin-top: 8px;
  transition: 0.3s;
}

a.bnr-gmo:hover {
  opacity: 0.8;
}

/*********************************************************************
News
*********************************************************************/

.news-area .title-under-level-01.news-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 30px 0;
}

.news-area .news-date {
  color: #a2aaad;
  margin-bottom: 60px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-list-info .date {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-area .news-contents p {
  margin-bottom: 30px;
}

.news-area .news-contents a {
  text-decoration: underline;
  transition: 0.3s;
}

.news-area .news-contents a:hover {
  opacity: 0.7;
}

.newsbuttonArea {
  text-align: center;
}

.newsbuttonArea .button {
  width: 280px;
  margin: 0 auto;
}

.newsbuttonArea .button a {
  /* padding: 22px; */
  font-size: 1.4rem;
}

.newsbuttonArea .button a::after {
  content: none;
}

.news-next-pre-ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 40px;
  box-sizing: border-box;
}

.news-next-pre-ctl .news-next-pre-article {
  width: 50%;
  background-color: #fff;
  position: relative;
}

.news-next-pre-ctl .news-next-pre-article.pre-article {
  margin-right: 20px;
}

.news-next-pre-ctl .news-next-pre-article.next-article {
  margin-left: 20px;
}

.news-next-pre-ctl .news-next-pre-article > a {
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .news-next-pre-ctl .news-next-pre-article > a:hover {
    opacity: 0.7;
  }
}

.news-next-pre-ctl .news-next-pre-article > a .news-next-pre-article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-next-pre-ctl
  .news-next-pre-article.next-article
  > a
  .news-next-pre-article-inner {
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-arw {
  background-color: #d6dfe2;
  position: relative;
  padding: 0 14px;
  box-sizing: border-box;
  width: 2%;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-arw::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-next-pre-ctl
  .news-next-pre-article.next-article
  > a
  .news-next-pre-article-inner
  .article-arw::before {
  left: 25%;
  right: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt {
  box-sizing: border-box;
  width: 98%;
  padding: 20px 15px 20px 20px;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt
  > p {
  margin-top: 0;
  line-height: 1.6;
}

.news-next-pre-ctl
  .news-next-pre-article
  > a
  .news-next-pre-article-inner
  .article-txt
  > p.date {
  font-size: 1.2rem;
  color: #a2aaad;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.news-next-pre-ctl .no-pre-article {
  background-color: #f8f8f8;
}

@media screen and (max-width: 959px) {
  .news-next-pre-ctl
    .news-next-pre-article
    > a
    .news-next-pre-article-inner
    .article-txt
    > p.date {
    font-size: 3vw;
  }
  .news-next-pre-ctl {
    display: block;
    padding: 15px;
    padding: 3vw;
  }
  .news-next-pre-ctl .news-next-pre-article {
    width: 100%;
  }
  .news-next-pre-ctl .news-next-pre-article.pre-article {
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
  .news-next-pre-ctl .news-next-pre-article.next-article {
    margin-left: 0;
  }
  .news-next-pre-ctl .no-pre-article {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .news-area .title-under-level-01.news-title {
    font-size: 2.2rem;
  }
  .news-area .news-date {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .news-area .title-under-level-01.news-title {
    font-size: 1.6rem;
  }
  .news-area .title-under-level-01.news-title {
    margin: 10px 0 20px 0;
  }
}

.contents-under-news {
  margin-bottom: 140px;
}

@media screen and (max-width: 959px) {
  .contents-under-news {
    margin-bottom: 100px;
    margin-bottom: 10vw;
  }
}

/*********************************************************************
News ページネーション
*********************************************************************/

.pageNation {
  text-align: center;
  margin: 0 auto;
}

ul.pageNation-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0;
}

ul.pageNation-list li {
  margin-right: 10px;
}

ul.pageNation-list li:last-child {
  margin-right: 0;
}

ul.pageNation-list li .page-number,
ul.pageNation-list li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
  vertical-align: middle;
}

ul.pageNation-list li a.page-number:hover,
ul.pageNation-list li a.page-numbers:hover {
  background: #a2aaad;
  color: #fff;
}

ul.pageNation-list li .page-number.pabe-number-current,
ul.pageNation-list li .page-numbers.current {
  background: #54585a;
  color: #fff;
}

ul.pageNation-list li a.page-bullet {
  position: relative;
  /*
	display: inline-block;
	width: 20px;
	margin-top: 20px;
	*/
}

ul.pageNation-list li a.page-bullet::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #54585a;
  border-right: solid 2px #54585a;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

ul.pageNation-list li a.page-bullet.page-bullet-prev::before {
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

ul.pageNation-list li a.page-bullet.page-bullet-next::before {
}

ul.pageNation-list li a.page-bullet:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 1070px) {
  .contents-under.news-area dl.info-list dt,
  .contents-under.news-area dl.info-list dd {
    display: block;
    width: 100%;
  }
  .contents-under.news-area dl.info-list dt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .contents-under.news-area {
    margin-bottom: 60px;
  }
  ul.pageNation-list li {
    margin-right: 6px;
  }
  ul.pageNation-list li .page-number,
  ul.pageNation-list li .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}

/*********************************************************************
doctor 医師も薦める
*********************************************************************/

.doctor-wrap .contents-under-inner {
  padding: 0 80px;
  max-width: 1480px;
}

@media screen and (max-width: 768px) {
  .doctor-wrap .contents-under-inner {
    padding: 0 30px;
  }
}

.button-doctor {
  width: 280px;
  margin-top: 15px;
}

.button-doctor a {
  font-size: 1.3rem;
  color: #4e3823;
  background-color: transparent;
  border: 1px solid #4e3823;
}

/*
.doctor-breadcrumb{
-ms-transform: translateY(-8em);
transform: translateY(-8em);
}
*/

.doctor-mv {
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

/*
.doctor-mv-wrap{
position: absolute;
z-index: 2;
top: 50%;
right: 0;
left: 0;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 1440px;
margin-right: auto;
margin-left: auto;
padding-right: 80px;
padding-left: 80px;
}
*/

.doctor-copy {
  font-weight: bold;
}

.doctor-copy p {
  margin-top: 10px;
}

.doctor-copy p.doctor-description {
  margin-top: 0;
}

.doctor-description {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}

.doctor-main-ttl {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 8rem;
  line-height: 1.2;
  margin-top: 20px;
}

.doctor-lead {
  padding-top: 0;
  font-size: 2.4rem;
  line-height: 2;
}

.doctor-lead span {
  color: #a2aaad;
  font-size: 4rem;
}

/*
.doctor-main-fig{
position: absolute;
right: 50px;
bottom: 90px;
max-width: 56.25%;
}
*/

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

@media screen and (min-width: 1366px) {
  .doctor-main-fig {
    max-width: none;
  }
}

.doctor-profile-area {
  background: #f8f8f8;
  padding: 50px 0;
  z-index: -1;
}

.doctor-wrap .contents-under-inner.doctor-mv-index {
  margin: 0 auto;
  height: 700px;
  position: relative;
}

.doctor-mv-index .doctor-mv-wrap {
  position: absolute;
  left: 80px;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.doctor-mv-index .doctor-main-fig {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.doctor-profile .doctor-profile-fig {
  width: 180px;
}

.doctor-profile .doctor-profile-txt {
  padding-left: 30px;
}

.doctor-profile .doctor-profile-txt p {
  font-size: 1.4rem;
}

.doctor-profile-txt-nopc {
  display: none;
}

.doctor-profile .doctor-profile-txt p.doctor-profile-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.doctor-contents-under {
  margin-bottom: 0;
  margin-top: 0;
}

.doctor-wrap .doctor-contents-under:last-of-type {
  /* margin-bottom: 140px;*/
}

.doctor-contents-under.spot {
  background: #f8f8f8;
}

.doctor-contents-ttl .doctor-contents-copy {
  font-size: 3rem;
  font-weight: bold;
  color: #a2aaad;
  line-height: 1.5;
}

.doctor-contents-ttl .doctor-contents-ttl {
  font-size: 4.4rem;
  font-weight: bold;
}

.doctor-interview-area {
  display: flex;
  padding: 80px 0;
}

.doctor-interview-ttl {
  width: 40%;
}

.doctor-interview-ttl h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.doctor-interview-ttl h3 span {
  font-size: 4rem;
  color: #a2aaad;
}

.doctor-interview {
  width: 60%;
  padding-left: 2em;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .doctor-interview-nosp {
    display: none;
  }
}

.doctor-interview .doctor-interview-set {
  margin-top: 60px;
}

.doctor-interview .doctor-interview-set:first-of-type {
  margin-top: 20px;
}

.doctor-interview-inner {
  display: flex;
  font-size: 1.6rem;
}

.doctor-interview-inner > i {
  width: 15%;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 30px;
}

.doctor-interview-inner > div {
  width: 85%;
  padding-left: 1rem;
  box-sizing: border-box;
}

.doctor-interview-question {
  color: #54585a;
  font-weight: bold;
}

.doctor-interview-question > div > p:first-child,
.doctor-interview-answer > div > p:first-child {
  margin-top: 0;
}

.doctor-interview-question > i {
  font-size: 1.6rem;
}

.doctor-interview-answer {
  margin-top: 20px;
}

.doctor-interview-answer p {
  margin-bottom: 20px;
}

.doctor-interview-answer p:last-child {
  margin-bottom: 0;
}

.doctor-interview-area-fig div:first-child {
  width: 70%;
  padding-right: 1em;
  box-sizing: border-box;
}

.doctor-interview-area-fig div:last-child {
  width: 30%;
}

.doctor-interview-area-fig div:first-child .doctor-interview-ttl {
  width: 100%;
  margin-bottom: 30px;
}

.doctor-interview-area-fig div:first-child i {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.doctor-interview-area-fig div:first-child p {
  font-size: 1.6rem;
}

.doctor-contents-under.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .doctor-mv {
    height: 530px;
  }
  .doctor-main-fig {
    max-width: 46.25%;
    right: 30px;
    bottom: 160px;
  }
  .doctor-main-ttl {
    font-size: 6rem;
  }
  .doctor-lead {
    font-size: 1.8rem;
  }
  .doctor-lead span {
    font-size: 1.6rem;
  }
  .doctor-interview-area {
    display: block;
  }
  .doctor-interview-ttl,
  .doctor-interview {
    width: 100%;
  }
  .doctor-interview {
    padding-left: 0;
  }
  .doctor-interview-inner > i {
    width: 10%;
  }
  .doctor-interview-inner > div {
    width: 90%;
  }
  .doctor-interview .doctor-interview-set:first-of-type {
    margin-top: 50px;
  }
  .doctor-interview-area-fig div:first-child {
    width: 100%;
    padding-left: 0;
  }
  .doctor-interview-area-fig div:last-child {
    width: 50%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .doctor-interview-answer {
    display: block;
  }
  .doctor-interview-answer > i {
    width: 100%;
    text-align: right;
  }
  .doctor-interview-answer > div {
    width: 100%;
    padding-left: 0;
  }
  .doctor-interview-question > i {
    text-align: left;
    width: 2%;
  }
  .doctor-interview-question > div {
    width: 98%;
  }
  .doctor-mv-index .doctor-mv-wrap {
    top: 45%;
  }
  .doctor-contents-ttl .doctor-contents-ttl {
    font-size: 3.2rem;
  }
  .doctor-contents-ttl .doctor-contents-copy {
    font-size: 2rem;
  }
  .doctor-interview-ttl h3 {
    font-size: 2.2rem;
  }
  .doctor-profile .doctor-profile-txt p {
    font-size: 1.3rem;
  }
  .doctor-interview-inner,
  .doctor-interview-area-fig div:first-child p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .doctor-contents-under.mt100 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 780px) {
  .doctor-mv {
    margin-top: 0;
  }
  .doctor-mv .doctor-mv-index {
    padding: 0;
  }
  .doctor-mv-index .doctor-mv-wrap {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .doctor-mv-index .doctor-main-fig {
    position: relative;
    right: 0;
  }
  .doctor-lead {
    padding-top: 0;
  }
  .doctor-wrap .contents-under-inner.doctor-mv-index {
    height: inherit;
  }
  .doctor-breadcrumb {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 60px;
  }
  .doctor-mv {
    height: auto;
    padding-top: 15vw;
  }
  .doctor-mv-wrap {
    position: static;
    max-width: 100%;
    padding-right: 0;
    padding-left: 3em;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .doctor-main-fig {
    position: relative;
    bottom: 0;
    max-width: 70%;
    text-align: center;
    right: 0;
    margin: 0 auto;
  }
  .doctor-profile-area {
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .doctor-interview-area {
    padding: 40px 0;
  }
  .doctor-interview-question > i {
    width: 3%;
  }
  .doctor-interview-question > div {
    width: 97%;
  }
}

@media screen and (max-width: 640px) {
  .doctor-mv {
    padding-top: 23vw;
  }
  .doctor-mv-wrap {
    padding: 0 30px;
  }
  .doctor-main-ttl {
    font-size: 3.8rem;
  }
  .doctor-description {
    font-size: 1.4rem;
  }
  .doctor-lead {
    font-size: 1.5rem;
  }
  .doctor-lead span {
    font-size: 1.7rem;
  }
  .doctor-lead-nosp {
    display: none;
  }
  .doctor-main-fig {
    max-width: 100%;
    padding: 0 30px;
  }
  .doctor-profile-area {
    padding: 30px 0;
    margin: 30px 0;
  }
  .doctor-profile .doctor-profile-fig {
    width: 30%;
  }
  .doctor-profile .doctor-profile-txt {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .doctor-profile .doctor-profile-txt p.doctor-profile-ttl {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .doctor-profile .doctor-profile-txt p {
    font-size: 1.2rem;
  }
  .doctor-contents-ttl .doctor-contents-copy {
    font-size: 1.6rem;
  }
  .doctor-contents-ttl .doctor-contents-ttl {
    font-size: 2.8rem;
  }
  .doctor-interview-area {
    padding: 40px 0;
  }
  .doctor-interview-ttl h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .doctor-interview-ttl h3 span {
    font-size: 3rem;
  }
  .doctor-interview .doctor-interview-set {
    margin-top: 40px;
  }
  .doctor-interview .doctor-interview-set:first-of-type {
    margin-top: 30px;
  }
  .doctor-interview-inner {
    font-size: 1.4rem;
  }
  .doctor-interview-question > i {
    font-size: 1.8rem;
  }
  .doctor-interview-answer {
    margin-top: 18px;
  }
  .doctor-profile-txt-nosp {
    display: none;
  }
  .doctor-profile-txt-nopc {
    display: block;
    font-size: 1.2rem;
  }
  .button-doctor {
    width: 100%;
  }
  .doctor-interview-area-fig div:last-child {
    width: 80%;
  }
  .doctor-interview-area-fig div:first-child i,
  .doctor-interview-area-fig div:first-child p {
    font-size: 1.4rem;
  }
  .doctor-interview-question > i {
    width: 4%;
  }
  .doctor-interview-question > div {
    width: 96%;
  }
  .doctor-interview-question > div {
    padding-left: 15px;
  }
  .doctor-interview-question > i {
    line-height: 1;
  }
  .doctor-contents-under.mt100 {
    margin-top: 0;
  }
}

/*********************************************************************
YoutubeとWPカードの表示用
*********************************************************************/
.knowledge-article-contents iframe.wp-embedded-content {
  max-width: 100%;
  width: 100%;
}
.knowledge-article-contents .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.knowledge-article-contents
  .wp-block-embed-youtube
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************

＜＜＜　フォントサイズについて　＞＞＞

・1281px以上は、rem固定地
・901px〜1280pxはvw
・900px以下もvw


************************************/

/************************************

Common

************************************/

html {
  /* font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  position: relative;
  letter-spacing: 1px;
  color: #54585a;
}

body {
  font-size: 1.5rem;
  line-height: 2.3;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

b,
strong,
.bold {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
}

p {
  margin-top: 20px;
  margin-bottom: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 959px) {
  p {
    margin-top: 18px;
    margin-top: 4.5vw;
  }
}

/************************************

Header & Navigation

************************************/

.siteHeader {
  position: fixed;
  top: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-weight: 400;
}

.siteHeader .siteHeader__nav {
  margin: 0 auto;
  height: 100%;
}

.siteHeader > .wrap {
  padding-right: 2.8%;
  padding-left: 2.8%;
}

.siteHeader__logo {
  max-width: 100px;
  margin-right: 50px;
}

nav.siteHeader__nav > ul {
  height: 100%;
  margin-left: 5px;
}
nav.siteHeader__nav > ul li ul.nav-list-drop {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

nav.siteHeader__nav > ul > li {
  height: inherit;
}

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

.siteHeader__toggle div {
  display: inline-block;
}

.siteHeader__toggle span {
  display: none;
}

.mv__scroll {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #54585a;
}

.mv__scroll:after {
  background-color: #54585a;
}

/*
.nav-list-drop{
display: none;
}
*/

.siteHeader__nav ul li.nav-list-top a.open {
  text-decoration: none;
  transition: 0.3s;
}

.siteHeader__nav ul li.active {
  position: relative;
}

.siteHeader__nav ul li.nav-list-top a > span.arw-bottom {
  position: relative;
}

.siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 1px #54585a;
  border-right: solid 1px #54585a;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .siteHeader__toggle span {
    display: block;
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
    display: inline-block;
    line-height: 5.5vw;
  }

  .siteHeader__toggle i {
    left: 0;
    right: inherit;
  }

  .menu-onlineStore a:before {
    font-size: 3.9vw;
  }

  .siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
    display: none;
  }

  .siteHeader {
    margin-top: 0;
  }
  .siteHeader .nav-list li:not(:last-child) {
    height: auto;
  }
  .siteHeader__submenu .menu-instagram {
    display: none;
  }

  .siteHeader__logo img {
    max-width: 100%;
  }

  .menu-onlineStore a:before {
    font-size: 2.4rem;
  }
  nav.siteHeader__nav > ul {
    height: 100%;
  }
}

/*
@media screen and (max-width: 640px){
.siteHeader__submenu .menu-instagram{
display: none;
}

.siteHeader__logo img{
max-width: 70px;
}

.menu-onlineStore a:before{
font-size: 2.4rem;
}
}
*/

@media screen and (max-width: 414px) {
  .siteHeader__logo {
    width: 70px;
  }

  .menu-onlineStore a:before {
    left: -1px;
  }
}

/************************************

Megamenu

************************************/

.siteHeader .wrap {
  position: relative;
  height: 100%;
}

ul.siteHeader__nav-list li a {
  padding: 0 0;
}

.siteHeader a:after {
  bottom: 30px;
}

.nav-list-drop {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 999;
}

.siteHeader__nav ul li ul.nav-list-drop {
  display: none;
  /*
	width: 100%;
	*/
}
.siteHeader__nav ul li ul.nav-list-drop {
  min-width: 100%;
  white-space: nowrap;
}

/*
.siteHeader__nav ul li:nth-child(2) ul.nav-list-drop{
width: 120%;
}
*/

.siteHeader__nav ul li ul.nav-list-drop li:not(:last-child) {
  padding: 0;
  /*height: inherit;*/
}

.siteHeader .nav-list li ul.nav-list-drop li:nth-child(2),
.siteHeader .nav-list li ul.nav-list-drop li:nth-child(4) {
  /*height: inherit;*/
}

.siteHeader .nav-list li ul.nav-list-drop li:nth-child(2),
.siteHeader .nav-list li ul.nav-list-drop li:nth-child(4) {
  padding: 0;
}

ul.nav-list li > .submenu-sp {
  display: none;
}

.nav-list li:not(:last-child) {
  padding-right: 0;
}

.siteHeader__nav ul li:not(:last-child) {
  margin-right: 0;
}

.siteHeader {
  height: 76px;
}

.siteHeader.-has-menu {
  background-color: #fff;
  border-bottom: 1px solid #8d9497;
  box-sizing: border-box;
}

.nav-list-drop p {
  min-width: 300px;
  margin-top: 30px;
}

.nav-list-drop p:first-child {
  margin-top: 0;
}

.siteHeader .nav-list li {
  margin-right: 0;
}

.siteHeader .nav-list li {
  margin-right: 0;
  /*height: 15px;*/
}

.siteHeader .nav-list > li > a {
  padding: 30px 30px;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .siteHeader .nav-list > li > a:hover {
    background: #e0e0e0;
  }
}

.siteHeader .nav-list li,
.siteHeader .nav-list li:nth-child(4),
.siteHeader .nav-list li:nth-child(5) {
  width: inherit;
}

.siteHeader .nav-list > li:nth-child(2) > a,
.siteHeader .nav-list > li:nth-child(4) > a {
  padding-right: 30px;
}

.siteHeader__nav ul li ul.nav-list-drop {
  left: 0 !important;
}

.siteHeader__nav ul li ul.nav-list-drop li {
  border-bottom: 1px solid #8d9497;
  border-left: 1px solid #8d9497;
  border-right: 1px solid #8d9497;
  box-sizing: border-box;
  height: inherit;
}

.siteHeader__nav ul li ul.nav-list-drop li:first-child {
  border-top: 1px solid #8d9497;
}

/*
.siteHeader__nav ul li ul.nav-list-drop li{
min-width: 240px;
}
*/
.siteHeader__nav ul li ul.nav-list-drop li a {
  font-size: 1.2rem;
  padding: 12px 8px !important;
  background-color: #f0f0f0;
  line-height: 1.5;
  transition: 0.3s;
}

.siteHeader .siteHeader__nav .toggle-icon-sp {
  display: none;
}

.siteHeader .siteHeader__submenu .store-display-sp {
  display: none;
}

/*
.-is-scrolled .siteHeader .nav-list > li:not(:last-child) > a,
.-is-scrolling .siteHeader .nav-list > li:not(:last-child) > a{
padding-top: 31px;
padding-bottom: 31px;
}
*/

@media screen and (max-width: 1440px) {
  .siteHeader__submenu {
    margin-left: auto;
  }

  .siteHeader__logo {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 960px) {
  .siteHeader .nav-list > li:not(:last-child) > a {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .siteHeader .nav-list > li:nth-child(2) > a,
  .siteHeader .nav-list > li:nth-child(4) > a {
    padding-right: 1.6vw;
  }
}

@media screen and (max-width: 1024px) {
  .siteHeader__submenu ul li.menu-onlineStore {
    font-size: 12px;
  }
  .siteHeader__logo {
    margin-right: 20px;
  }
  nav.siteHeader__nav > ul {
    font-size: 12px;
  }
  .siteHeader .nav-list > li:nth-child(2) > a,
  .siteHeader .nav-list > li:nth-child(4) > a {
    padding-right: 2.2vw;
  }
}

.siteHeader__nav ul li ul.nav-list-drop li.nav-list-drop-display-sp {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .siteHeader__nav ul li ul.nav-list-drop li a:hover {
    color: #fff;
    background-color: #a6a8a8;
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader {
    padding: 20px 0;
    height: 6vw;
  }
  .siteHeader .wrap {
    height: inherit;
  }
  .siteHeader__logo {
    margin-right: auto;
  }
  ul.siteHeader__nav-list li a {
    padding: 0;
  }

  .siteHeader a:after {
    bottom: 0;
  }

  .nav-list-drop {
    position: relative;
    width: 100%;
    top: 0;
    left: 0px;
    padding: 0;
  }

  .siteHeader__nav li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .siteFooter ul.nav-list {
    padding: 0;
  }
  nav.siteHeader__nav > ul {
    font-size: inherit;
  }
  .siteHeader__submenu ul li.menu-onlineStore {
    font-size: inherit;
  }

  ul.nav-list {
    width: 100%;
    padding: 0 7vw;
    box-sizing: border-box;
    display: block;
  }

  ul.nav-list li {
    text-align: left;
    border-top: 1px solid #f0f0f0;
    position: relative;
  }

  ul.nav-list li:last-child {
    border-bottom: 1px solid #f0f0f0;
  }

  ul.nav-list li > a,
  ul.nav-list li > .submenu-sp {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }

  ul.nav-list li > a > span.arw {
  }

  ul.nav-list li > a > span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  .siteHeader li a:after {
    display: none;
  }

  .nav-list-drop ul.nav-list-drop-list li {
    width: 100%;
  }

  .nav-list-drop ul.nav-list-drop-list li {
    border-top: 0;
  }

  .nav-list-drop ul.nav-list-drop-list li:last-child {
    border-bottom: 0;
  }

  .nav-list-drop ul.nav-list-drop-list li > a {
    padding: 3.2vw 10vw 3.2vw 0;
  }

  .nav-list-drop ul.nav-list-drop-list li:last-child > a {
    padding-bottom: 5vw;
  }

  ul.nav-list li a .toggle-icon span,
  ul.nav-list li div.submenu-sp .toggle-icon span {
    position: absolute;
    right: 5px;
    width: 18px;
    height: 1px;
    background-color: #a2aaad;
  }

  ul.nav-list li a .toggle-icon span:nth-of-type(1),
  ul.nav-list li div.submenu-sp .toggle-icon span:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  ul.nav-list li a .toggle-icon span:nth-of-type(2),
  ul.nav-list li div.submenu-sp .toggle-icon span:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  ul.nav-list li a .toggle-icon.active span:nth-of-type(1),
  ul.nav-list li div.submenu-sp .toggle-icon.active span:nth-of-type(1) {
    display: none;
  }

  ul.nav-list li a .toggle-icon.active span:nth-of-type(2),
  ul.nav-list li div.submenu-sp .toggle-icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .-is-navOpen .siteHeader__nav {
    top: -6vw;
  }

  .-is-navOpen .siteHeader__submenu ul li:not(:last-child) {
    display: none;
  }

  .-is-navOpen .siteHeader__submenu ul li.menu-instagram {
    display: none;
  }

  .nav-list-footer-sub {
    display: none;
  }
  .siteHeader .siteHeader__nav .toggle-icon-sp {
    display: block;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a:hover {
    background-color: #fff;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader__toggle {
    position: relative;
    width: 5vw;
    height: 5vw;
  }

  .-is-navOpen .siteHeader__nav {
    top: 0;
  }

  ul.nav-list li.submenu > a {
    display: none;
  }
  .siteHeader .nav-list > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  nav.siteHeader__nav > ul li ul.nav-list-drop {
    position: relative;
    top: 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li:first-child {
    border-top: none;
    margin-top: 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li {
    border: none;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a {
    background-color: #fff;
    padding: 25px 0 !important;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a:first-child {
    padding-top: 0 !important;
  }
  nav.siteHeader__nav > ul {
    padding-top: 20%;
  }
  /*
	nav.siteHeader__nav > ul > li{
	height: auto !important;
}
	*/
  .siteHeader .siteHeader__submenu .store-display-pc {
    display: none;
  }
  .siteHeader .siteHeader__submenu .store-display-sp {
    display: inline-block;
  }
  .siteHeader__nav ul li ul.nav-list-drop li.nav-list-drop-display-sp {
    display: block !important;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader__logo {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 780px) {
  .siteHeader__submenu {
    margin-left: auto;
  }

  .siteHeader__submenu {
    -ms-flex-order: 3;
    order: 3;
  }
}

.nav-list-submenu-hover {
  background: #e0e0e0;
}

/************************************

Button

************************************/

.buttonArea {
  margin-top: 40px;
}

.button {
  display: block;
  width: 300px;
  letter-spacing: 0.05em;
}

.button.ctr {
  margin: 0 auto;
}

.button a {
  font-weight: normal;
  line-height: 55px;
  position: relative;s
  display: block;
  height: 55px;
  padding: 0;
  text-align: center;
  color: #54585a;
  background-color: #fff;
  border: 1px solid #54585a;
  box-sizing: border-box;
  font-size: inherit;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .buttonArea {
    margin-top: 40px;
    margin-top: 2.9825vw;
  }
}

@media screen and (max-width: 640px) {
  .button a {
  }
}

@media screen and (min-width: 960px) {
  .button a:hover,
  .button a:active,
  .button a:focus {
    background-color: #54585a;
    color: #fff;
    opacity: 0.7;
  }
}

@media screen and (max-width: 959px) {
  .button {
    width: 88.889%;
    margin-inline: auto;
  }

  .buttonArea {
    margin-top: 40px;
  }

  .button a {
    /* padding: 24px;
    padding: 1.75695vw; */
    height: 51px;
    line-height: 51px;
  }
}

/************************************

Text Link Underline

************************************/
a.txtlink.underline {
  position: relative;
}
a.txtlink.underline::after {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #54585a;
  transition: 0.3s;
}
a.txtlink.underline:hover::after {
  position: absolute;
  bottom: 0;
  width: 0;
}

/************************************

Text Button

************************************/

.text-buttonArea {
  margin-top: 30px;
}

.text-buttonArea a.text-button {
  position: relative;
  color: #858b8e;
  cursor: pointer;
  transition: 0.3s;
}

.text-buttonArea a.text-button::after {
  position: absolute;
  top: 0;
  right: -1.3em;
  bottom: 0;
  height: 1.2em;
  font-size: 2.2rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform 0.3s;
}

.text-button-effect::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #929a9d;
  -ms-transform: scale(1, 1);
  -ms-transform-origin: left top;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.text-button-effect:hover {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .text-buttonArea a.text-button:hover {
    color: #54585a;
  }

  .text-buttonArea a.text-button:hover::after {
    transform: translateX(3px);
  }

  .text-button-effect:hover::before {
    -ms-transform-origin: right top;
    -ms-transform: scale(0, 1);
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

/************************************

Layout

************************************/
.section-wrap {
  max-width: 1366px;
  padding: 0 7.142vw;
  margin: 0 auto;
}

.section-common {
  margin: 120px 0;
}
.section-common.gray {
  background-color: #f8f8f8;
  padding: 120px 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-common {
    margin: 120px 0;
    margin: 8.7487vw 0;
  }
  .section-common.gray {
    padding: 8.7487vw 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-wrap {
    padding: 0 60px;
  }
}

@media screen and (max-width: 959px) {
  .section-wrap {
    padding: 0;
  }

  .section-wrap.-has-margin-full {
    padding: 0 10.5vw;
  }
  .section-common {
    margin: 60px 0;
    margin-top: 12vw;
    margin-bottom: 16.66666vw;
  }
  .section-common.gray {
    padding: 60px 0;
    padding: 12vw 0;
  }
}

/************************************

Title

************************************/

.section-index {
  font-size: 3.8rem;
  line-height: 1;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.section-index.section-index-common {
  margin-bottom: 50px;
}

.section-index h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
}

.section-index-display-sp br {
  display: none;
}

.section-index .section-index-lead {
  font-size: 1.8rem;
  color: #a2aaad;
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}

.section-index-lv3 {
  font-size: 2.4rem;
  line-height: 1.9;
}
.section-index-lv3.ctr {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-index h2,
  .section-index .section-index-lead {
    text-align: center;
  }

  .section-index-display-sp h2 {
    line-height: 1.5;
  }

  .section-index-display-sp br {
    display: block;
  }
  .section-index,
  .section-index.section-index-common {
    margin-bottom: 9.375vw;
  }
  .section-index-lv3 {
    text-align: center;
  }
}

/*** テキスト可変領域（中間サイズ） ***/

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-index {
    font-size: 3.8rem;
    font-size: 2.7818vw;
  }

  .section-index .section-index-lead {
    font-size: 1.5vw;
  }
  .section-index-lv3 {
    font-size: 1.75695vw;
  }
}

/*** テキスト可変領域（SP） ***/

@media screen and (max-width: 959px) {
  .section-index {
    font-size: 8.333333vw;
    line-height: 1.3;
  }

  .section-index .section-index-lead {
    font-size: 4.375vw;
    margin-top: 0;
  }
  .section-index-lv3 {
    font-size: 5.2083333vw;
  }
}

/************************************

Summary Text

************************************/

body {
  font-size: 1.5rem;
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  body {
    font-size: 1.0980966vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 960px) {
  body {
    font-size: 1.269vw;
  }
}

@media screen and (max-width: 959px) {
  body {
    font-size: 2.70833333vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 376px) {
  body {
    font-size: 13px;
    font-size: 3.2552083333vw;
  }
}

@media screen and (max-width: 375px) {
  body {
    font-size: 13px;
  }
}

/************************************

Insta

************************************/

.section--insta {
  padding-top: 80px;
}

.section--insta .menu-instagram a {
  background-color: #a2aaad;
}

@media screen and (max-width: 780px) {
  .section--insta .menu-instagram {
    margin-top: 0;
  }

  .section--insta .menu-instagram a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .section--insta .menu-instagram a::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 959px) {
  .section--insta {
    padding-top: 50px;
    padding-top: 10vw;
  }
  .section--insta .menu-instagram a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

/************************************

Footer

************************************/
.siteFooter .nav-list li:not(:last-child) {
  padding-right: 40px;
}
.section-wrap-footer {
  padding: 0;
}
.siteFooter .nav-list li {
  width: 15%;
  vertical-align: top;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.siteFooter .nav-list li:nth-child(3),
.siteFooter .nav-list li:nth-child(4) {
  width: 20%;
}
.siteFooter__top {
  padding-top: 90px;
  padding-bottom: 90px;
}

.siteFooter__nav--top ul {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.siteFooter__nav--top ul.shop-list {
  margin-top: 0;
  margin-bottom: 60px;
}

.siteFooter__nav--top ul.shop li.menu-onlineStore a::before {
  font-size: 1.6em;
}

.siteFooter__nav--bottom {
  padding-top: 80px;
}

.siteFooter__nav--bottom li {
  font-size: 1.3rem;
  padding-left: 15px;
  position: relative;
}

.siteFooter__nav--bottom li:first-child {
  padding-left: 0;
}

.siteFooter__nav--bottom li > a {
  color: #54585a;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}

.siteFooter__nav--bottom li > a > span {
  position: relative;
}

.siteFooter__nav--bottom li > a::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #54585a;
}

.siteFooter__nav--bottom li:last-child > a::after {
  display: none;
}

.siteFooter__bottom__logo,
.siteFooter__bottom__copy {
  text-align: center;
  margin: 0 auto;
}

.siteFooter__bottom .wrap {
  display: flex;
}

.siteFooter__bottom__copy {
  margin-top: 0;
}

.siteFooter .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  box-sizing: border-box;
}

ul.shop-list li > a > span {
  display: inline-block;
  vertical-align: middle;
}

.nav-list-footer-sub {
  margin-top: 30px;
}

.nav-list-footer-sub > p {
  text-align: left;
  font-size: 13px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  line-height: 1.6;
  margin-top: 15px;
}

.siteFooter__nav--bottom ul {
  text-align: center;
}
.siteFooter__bottom {
  padding: 20px 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .siteFooter .nav-list {
    padding-left: 13vw;
  }
}

@media screen and (max-width: 959px) {
  .siteFooter .section-wrap {
    padding: 0 5vw;
  }

  .siteFooter__top {
    padding-top: 0;
  }

  .siteFooter__nav {
    margin-top: 0;
  }

  .siteFooter__nav--top ul {
    display: block;
    margin-top: 0;
  }

  .siteFooter ul.shop-list li {
    text-align: left;
    position: relative;
  }

  ul.shop-list li > a {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }

  ul.shop-list li > a {
    padding: 5.6875vw 10vw 4.6875vw 0;
  }

  .nav-list-footer-sub {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .nav-list-footer-sub > p {
    margin-top: 25px;
  }

  .nav-list-footer-sub > p:first-child {
    margin-top: 0;
  }

  ul.shop-list li > a > span + span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  .siteFooter__nav--bottom {
    padding-top: 50px;
  }

  .siteFooter__nav--bottom ul {
    margin-top: 0;
  }

  .siteFooter__nav--bottom li {
    font-size: 1.3rem;
    padding-bottom: 22px;
  }

  .siteFooter__top {
    padding-bottom: 50px;
  }

  .nav-list li {
    display: block;
  }

  .nav-list li:not(:last-child) {
    margin-right: 0;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li:nth-child(4) {
    width: 100%;
  }

  .nav-list li:nth-child(5) {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .siteFooter {
    margin-top: 0;
    padding-top: 50px;
  }

  .siteFooter__nav--top ul.shop-list {
    margin-bottom: 0;
  }

  .nav-list li:not(:last-child) {
    padding-right: 0;
  }

  .siteFooter .nav-list li {
    width: 100%;
  }
  .siteFooter .nav-list li:nth-child(3),
  .siteFooter .nav-list li:nth-child(4) {
    width: 100%;
  }

  .siteFooter .nav-list li:not(:last-child) {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  ul.shop-list li > a::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .siteFooter__nav--bottom li {
    font-size: 12px;
  }

  .siteFooter__nav--bottom li > a {
    padding-right: 10px;
  }

  .siteFooter__nav--bottom li {
    padding-left: 10px;
  }
}

/************************************

common

************************************/

.section-about .display-concept-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .section-about .display-concept-sp {
    display: block;
  }
}

.section-common.gray:last-of-type:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .section-common.gray:last-of-type {
    margin-bottom: 0;
  }

  .siteFooter {
    margin-top: 0;
    padding-top: 0;
  }
}

/************************************

main

************************************/

.about-mv {
  background-image: url(../../images/about_main_bg.jpg);
  background-position: center center;
}

.company-profile-mv {
  background-image: url(../../images/company/company_main_bg.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .about-mv {
    background-image: url(../../images/about_main_bg_sp.jpg);
    background-position: center center;
  }

  .company-profile-mv {
    background-image: url(../../images/company/company_main_bg_sp.jpg);
    background-position: center center;
  }
}

/************************************

concept

************************************/

.section-about {
  margin-bottom: 120px;
}

.section-about .section-index-lv3 {
  text-align: left;
}

.about-concept {
  background-image: url(../../images/concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 51.244%;
  position: relative;
}

.about-concept .concept-textArea {
  position: absolute;
  top: 50%;
  left: 7%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
  .section-about {
    margin: 60px 0;
    margin-top: 12vw;
    margin-bottom: 16.66666vw;
  }

  .about-concept {
    background-image: url(../../images/concept_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 70.4%;
    position: relative;
    background-position: bottom;
  }

  .about-concept .concept-textArea {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 10.5vw;
    margin-bottom: 5%;
  }

  .section-about .section-index-lv3 {
    text-align: center;
  }

  .about-concept br {
    display: none;
  }
}

/************************************

Doctor

************************************/

.section-doctor .section-index-doctor {
  margin-bottom: 40px;
}

.section-doctor .section-doctor-lead > p {
  text-align: center;
}

.about-doctor-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-top: 100px;
}

.about-doctor-profile-area .doctor-profile-fig {
  padding-right: 60px;
  box-sizing: border-box;
  text-align: center;
}

.about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-left: 60px;
}

.about-doctor-profile-area .doctor-profile-fig > img {
  width: 500px;
}

.about-doctor-profile-area .doctor-profile-txt {
  width: 55%;
  font-size: 1.4rem;
}

.about-doctor-profile-area .doctor-profile-txt > p:first-child {
  margin-top: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name {
  font-size: 3rem;
  line-height: 1;
  margin-top: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
  font-size: 2.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding-left: 40px;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-specialty {
  font-size: 1.8rem;
  margin-top: 6px;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list {
  margin-top: 20px;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 2.1961vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 1.61vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-specialty,
  .about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
    font-size: 1.3177vw;
  }

  .about-doctor-profile-area .doctor-profile-txt {
    font-size: 1.02459vw;
  }

  .about-doctor-profile-area {
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .section-doctor .section-doctor-lead > p {
    text-align: left;
  }

  .section-doctor .section-index-doctor {
    margin-bottom: 20px;
  }

  .about-doctor-profile-area {
    display: block;
    margin-top: 50px;
    padding: 0;
  }

  .about-doctor-profile-area .doctor-profile-fig {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }

  .about-doctor-profile-area .doctor-profile-fig > img {
    width: 100%;
  }

  .about-doctor-profile-area .doctor-profile-txt {
    width: 100%;
    font-size: 3.2291vw;
  }

  .about-doctor-profile-area .doctor-profile-txt > p:first-child {
    margin-top: 4%;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 5.41666vw;
    margin-top: 10px;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 3.2552083333vw;
    padding-left: 20px;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-specialty,
  .about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
    font-size: 4.16666vw;
  }

  .about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list {
    margin-top: 10px;
  }

  .about-doctor-profile-area:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about-doctor-profile-area:last-of-type .doctor-profile-fig {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .about-doctor-profile-area:last-of-type .doctor-profile-txt {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .section-doctor .about-doctor-profile-area .buttonArea .button {
    margin: 0 auto;
  }
}

/************************************

RESERCH ACTIVITIES

************************************/

.section-research .research-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-research .research-area .research-area-fig,
.section-research .research-area .research-area-txt {
  width: 50%;
  box-sizing: border-box;
}

.section-research .research-area .research-area-fig {
  padding-left: 30px;
}

.section-research .research-area .research-area-txt {
  padding-right: 30px;
}

.section-research .research-area .research-icon {
  width: 100%;
  padding-left: 100px;
  padding-right: 160px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  box-sizing: border-box;
}

.section-research .research-area .research-icon > img {
  max-width: 20vw;
}

@media screen and (max-width: 959px) {
  .section-research {
    padding-bottom: 0 !important;
  }

  .section-research .research-area {
    display: block;
  }

  .section-research .research-area .research-area-fig,
  .section-research .research-area .research-area-txt {
    width: 100%;
  }

  .section-research .research-area .research-area-txt {
    padding: 0;
  }

  .section-research .research-area .research-icon {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-research .research-area .research-icon > img {
    max-width: 62vw;
  }

  .section-research .research-area .research-area-fig {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .section-research .research-area .research-area-fig > img {
    width: 100%;
  }

  .section-research br.display-section-product-pc {
    display: none;
  }
}

/************************************

Product

************************************/

.section-product .product-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-product .product-area .product-area-fig-display-pc {
  display: block;
}

.section-product .product-area .product-area-fig-display-sp {
  display: none;
}

.section-product .product-area .product-area-fig,
.section-product .product-area .product-area-txt {
  width: 50%;
  box-sizing: border-box;
}

.section-product .product-area .product-area-fig {
  padding-right: 30px;
  padding-top: 40px;
}

.section-product .product-area.other-service-area .product-area-txt {
  padding-right: 30px;
}

.section-product .product-area.other-service-area .product-area-fig {
  padding-left: 30px;
}

.section-product .product-area .product-area-txt {
  padding-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .section-product {
    padding-bottom: 0 !important;
  }

  .section-product .product-area {
    display: block;
  }

  .section-product .product-area .product-area-fig,
  .section-product .product-area .product-area-txt {
    width: 100%;
  }

  .section-product .product-area .product-area-txt {
    padding: 0;
  }

  .section-product .product-area .product-area-fig {
    margin-top: 60px;
  }

  .section-product .product-area .product-area-fig > img {
    width: 100%;
  }

  .section-product br.display-section-product-pc {
    display: none;
  }

  .section-product .product-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .section-product .product-area .product-area-fig {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .section-product .product-area .product-area-txt {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .section-product .product-area .buttonArea .button {
    margin: 0 auto;
  }

  .section-product .product-area .product-area-fig-display-pc {
    display: none;
  }

  .section-product .product-area .product-area-fig-display-sp {
    display: block;
    margin-top: 0;
    padding-right: 0;
  }
  .section-product .product-area.other-service-area .product-area-fig {
    padding-left: 0;
  }
  .section-product .product-area.other-service-area .product-area-txt {
    padding-right: 0;
  }
}

/************************************

Otherservice

************************************/
.section-otherservice {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .section-otherservice .section-wrap.-has-margin-full {
    padding-bottom: 12vw;
  }
}

/************************************

lifestyle

************************************/

.section-lifestyle .lifestyle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig,
.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  box-sizing: border-box;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig {
  width: 45%;
}

.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  width: 55%;
}

.section-lifestyle .lifestyle-area .lifestyle-area-fig {
  padding-left: 30px;
  padding-right: 40px;
}

.section-lifestyle .lifestyle-area .lifestyle-area-txt {
  padding-right: 100px;
}

.section-lifestyle ul.lifestyle-adviser-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.section-lifestyle ul.lifestyle-adviser-area li {
  width: 50%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.section-lifestyle ul.lifestyle-adviser-area li:nth-child(odd) {
  padding-right: 20px;
}

.section-lifestyle ul.lifestyle-adviser-area li:nth-child(even) {
  padding-left: 20px;
}

.section-lifestyle ul.lifestyle-adviser-area li > p {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 0;
}

.section-lifestyle ul.lifestyle-adviser-area li > p > span {
  font-size: 1.4rem;
  display: block;
  margin-top: 6px;
}

.section-lifestyle .section-index-lv3 br {
  display: none;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-lifestyle ul.lifestyle-adviser-area li > p {
    font-size: 1.3177vw;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p > span {
    font-size: 1.02459vw;
  }
}

@media screen and (max-width: 959px) {
  .section-lifestyle .lifestyle-area {
    display: block;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-fig,
  .section-lifestyle .lifestyle-area .lifestyle-area-txt {
    width: 100%;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-txt {
    padding: 0;
  }

  .section-lifestyle .lifestyle-area .lifestyle-area-fig {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 0;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .section-lifestyle .lifestyle-adviser-area {
    padding: 0 30px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p {
    font-size: 3.2291vw;
  }

  .section-lifestyle ul.lifestyle-adviser-area li > p > span {
    font-size: 3vw;
    line-height: 1.5;
  }

  .section-lifestyle ul.lifestyle-adviser-area li {
    margin-bottom: 20px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li:nth-child(odd) {
    padding-right: 15px;
  }

  .section-lifestyle ul.lifestyle-adviser-area li:nth-child(even) {
    padding-left: 15px;
  }

  .section-lifestyle .section-index-lv3 br {
    display: block;
  }
}

/************************************

mission

************************************/

.section-mission .section-mission-lead p {
  text-align: center;
}

.section-mission .section-mission-lead p:first-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .section-mission .section-mission-lead p {
    text-align: left;
  }

  .section-mission .display-mission-pc {
    display: none;
  }
}

/************************************

boared member

************************************/

.boared-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-top: 80px;
}

.boared-profile-area .boared-profile-fig {
  width: 376px;
  box-sizing: border-box;
}

.boared-profile-area .boared-profile-fig > img {
  width: 376px;
}

.boared-profile-area .boared-profile-txt {
  width: 65%;
  font-size: 1.3rem;
  padding-left: 60px;
}

.boared-profile-area .boared-profile-txt > p:first-of-type {
  margin-top: 0;
}

.boared-profile-area .boared-profile-txt .boared-name {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 0;
}

.boared-profile-area .boared-profile-txt .boared-name > span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding-left: 40px;
}

.boared-profile-area .boared-profile-txt .boared-specialty {
  margin-top: 6px;
}

.boared-profile-area .boared-profile-txt .boared-belongs {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.boared-profile-area .boared-profile-txt ul.boared-profile-list {
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .boared-profile-area {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 1.75695vw;
  }

  .boared-profile-area .boared-profile-txt .boared-belongs {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 959px) {
  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 3vw;
  }

  .boared-profile-area {
    display: block;
    margin-top: 50px;
    padding: 0;
  }

  .boared-profile-area .boared-profile-fig {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .boared-profile-area .boared-profile-fig > img {
    width: 100%;
  }

  .boared-profile-area .boared-profile-txt {
    width: 100%;
    font-size: 3.2291vw;
    margin-top: 10px;
    padding-left: 0;
  }

  .boared-profile-area .boared-profile-txt .boared-name {
    font-size: 5.41666vw;
    margin-top: 0;
  }

  .boared-profile-area .boared-profile-txt .boared-specialty,
  .boared-profile-area .boared-profile-txt .boared-belongs {
    font-size: 3vw;
  }

  .boared-profile-area .boared-profile-txt ul.boared-profile-list {
    margin-top: 10px;
  }
}

/************************************

company profile

************************************/

.section-companyprofile .company-profile-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-companyprofile .campany-map-area {
  margin-top: 80px;
}

.section-companyprofile .section-map-address {
  max-width: 400px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-companyprofile .campany-map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-companyprofile .campany-map-area {
    margin-top: 80px;
    margin-top: 5.8565vw;
  }
}

@media screen and (max-width: 959px) {
  .section-companyprofile .campany-map-area {
    margin-top: 6px;
    margin-top: 10vw;
  }

  .section-companyprofile .campany-map iframe {
    height: 350px;
  }
}

/************************************

CBD

************************************/

/***** MV *****/
.cbd-mv {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.55);
}

.cbd-mv video {
  z-index: -100;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  /*top: 50%;
	transform: translateY(-50%);*/
}

.cbd-mv .title-under-subheader {
  color: #54585a;
}

@media screen and (max-width: 959px) {
  .cbd-mv video {
    max-width: 250%;
  }
}

@media screen and (max-width: 768px) {
  .under-mv.cbd-mv {
    padding-top: 0;
    max-height: 100vw;
  }
}

/***** ABOUT CBD *****/
.about-cbd {
  background-image: url(/assets/cbd/images/about-bg.jpg);
  padding-top: 52.7086%;
}

.about-cbd .concept-textArea {
  width: 45%;
}

.about-cbd span {
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .section-cbd-about {
    margin-bottom: 0;
  }

  .about-cbd {
    background-image: url(/assets/cbd/images/about-bg_sp.jpg);
    padding-top: 0;
    padding-bottom: 82%;
  }

  .about-cbd .concept-textArea {
    width: 100%;
    box-sizing: border-box;
  }

  .about-cbd .concept-textArea br {
    display: none;
  }

  .about-cbd span {
    font-size: 3vw;
    display: block;
  }
}

/***** SERVICE *****/
.section-service-cbd .service-block {
  margin-bottom: 150px;
}

.section-service-cbd .service-block:last-of-type {
  margin-bottom: 0;
}

.section-service-cbd .service-block .service-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-service-cbd .service-block .service-block-inner figure.service-cbd-img,
.section-service-cbd .service-block .service-block-inner .service-block-detail {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.section-service-cbd
  .service-block:nth-child(even)
  .service-block-inner
  .service-block-detail {
  padding-left: 60px;
}

.section-service-cbd
  .service-block:nth-child(odd)
  .service-block-inner
  figure.service-cbd-img {
  padding-left: 60px;
}

.section-service-cbd
  .service-block:nth-child(odd)
  .service-block-inner
  .service-block-detail {
  padding-left: 100px;
  padding-right: 60px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  .section-index {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  p
  span.service-cbd-notice {
  font-size: 1.3rem;
  display: block;
  margin-top: 8px;
}

.section-service-cbd
  .service-block
  .service-block-inner
  .service-block-detail
  .service-01-fig {
  margin-top: 40px;
}

.section-service-cbd .service-cbd-oem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.section-service-cbd .service-cbd-oem-list li {
  box-sizing: border-box;
  padding: 40px 20px 0 20px;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(1) {
  width: 40%;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(2) {
  width: 35%;
}

.section-service-cbd .service-cbd-oem-list li:nth-child(3) {
  width: 25%;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set {
  position: relative;
  padding-left: 120px;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 88px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-service-cbd
  .service-cbd-oem-list
  li
  .service-cbd-oem-set
  p.service-cbd-oem-set-ttl {
  font-size: 1.8rem;
  margin-top: 0;
}

.section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set p {
  margin-top: 5px;
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(1)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-supple.png);
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(2)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-cosme.png);
}

.section-service-cbd
  .service-cbd-oem-list
  li:nth-child(3)
  .service-cbd-oem-set::before {
  background-image: url(/assets/cbd/images/icon-pipe.png);
}

.section-service-cbd .service-01-material.sp {
  display: none;
}

.section-service-cbd .cbd-test {
  margin-top: 10px;
}

.section-service-cbd .cbd-test.cbd-test-sp {
  display: none;
}

.section-service-cbd .cbd-test .cbd-test-inner {
  position: relative;
  padding-left: 120px;
}

.section-service-cbd .cbd-test .cbd-test-inner::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 88px;
  background-image: url(/assets/cbd/images/icon-kensa.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-service-cbd .cbd-test .cbd-test-inner .cbd-test-ttl {
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li {
  position: relative;
  padding-left: 18px;
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.section-service-cbd .cbd-test .cbd-test-inner ul.cbd-test-list li ul li {
  padding-left: 16px;
}

.section-service-cbd
  .cbd-test
  .cbd-test-inner
  ul.cbd-test-list
  li
  ul
  li::before {
  content: none;
}

.section-service-cbd .test-prize {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: right;
}

.section-service-cbd img {
  -webkit-backface-visibility: hidden;
}

.section-service-cbd .service-01-material ul.service-01-material-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.section-service-cbd .service-01-material ul.service-01-material-list li {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(3),
.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(4) {
  padding-bottom: 0;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(even) {
  padding-left: 10px;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li:nth-child(odd) {
  padding-right: 10px;
}

.section-service-cbd .service-01-material ul.service-01-material-list li p {
  background-color: #dccfba;
  padding: 20px 10px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.7rem;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 71px;
}

.section-service-cbd
  .service-01-material
  ul.service-01-material-list
  li
  p
  span.service-01-material-sub {
  font-size: 1.4rem;
}
.section-service-cbd .service-01-material .service-01-material-notice {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    .section-index {
    font-size: 1.75695vw;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    span.service-cbd-notice {
    font-size: 1.3rem;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list {
    margin-top: 2vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    font-size: 1.28vw;
    min-height: 5.389vw;
  }
  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li
    p
    span.service-01-material-sub {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 959px) {
  .section-service-cbd {
    margin-top: 0;
  }

  .section-service-cbd .service-block {
    margin-bottom: 12.5vw;
  }

  .section-service-cbd .service-block .service-block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    figure.service-cbd-img,
  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail {
    width: 100%;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    figure.service-cbd-img {
    order: 2;
    margin-top: 25px;
    min-height: 0%;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail {
    order: 1;
  }

  .section-service-cbd
    .service-block:nth-child(even)
    .service-block-inner
    .service-block-detail,
  .section-service-cbd
    .service-block:nth-child(odd)
    .service-block-inner
    figure.service-cbd-img,
  .section-service-cbd
    .service-block:nth-child(odd)
    .service-block-inner
    .service-block-detail {
    padding: 0;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    .section-index {
    font-size: 5.41666vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    span.service-cbd-notice {
    font-size: 3vw;
  }

  .section-service-cbd
    .service-block
    .service-block-inner
    .service-block-detail
    p
    br.service-cbd-nosp {
    display: none;
  }

  .section-service-cbd .service-cbd-oem-list {
    display: block;
  }

  .section-service-cbd .service-cbd-oem-list li {
    padding: 0;
    margin-bottom: 5vw;
  }

  .section-service-cbd .service-cbd-oem-list li:nth-child(1) {
    margin-top: 2vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set {
    padding-left: 22vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set::before {
    width: 16vw;
    height: 14vw;
  }

  .section-service-cbd
    .service-cbd-oem-list
    li
    .service-cbd-oem-set
    p.service-cbd-oem-set-ttl {
    font-size: 4.3vw;
  }

  .section-service-cbd .service-cbd-oem-list li .service-cbd-oem-set p {
    margin-top: 0;
  }

  .section-service-cbd .service-cbd-oem-list li:nth-child(1),
  .section-service-cbd .service-cbd-oem-list li:nth-child(2),
  .section-service-cbd .service-cbd-oem-list li:nth-child(3) {
    width: 100%;
  }

  .section-service-cbd .service-01-material.sp {
    display: block;
  }

  .section-service-cbd .service-01-material.pc {
    display: none;
  }

  .section-service-cbd .cbd-test.cbd-test-sp {
    display: block;
    order: 3;
  }

  .section-service-cbd .cbd-test.cbd-test-pc {
    display: none;
  }

  .section-service-cbd .cbd-test .cbd-test-inner::before {
    left: 0;
    right: 0;
    margin: auto;
    width: 16vw;
    height: 14vw;
  }

  .section-service-cbd .cbd-test .cbd-test-inner {
    padding: 0;
  }

  .section-service-cbd .cbd-test .cbd-test-inner .cbd-test-ttl {
    padding-top: 20vw;
    text-align: center;
    font-size: 3.8vw;
    margin-top: 0;
    padding-bottom: 1vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list {
    margin-top: 2vw;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    font-size: 1.3rem;
    font-size: 3.5vw;
    min-height: 20vw;
  }
  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li
    p
    span.service-01-material-sub {
    font-size: 2.65vw;
    letter-spacing: 0;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li p {
    padding: 10px 5px;
  }

  .section-service-cbd .service-01-material ul.service-01-material-list li {
    padding-bottom: 12px;
  }

  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li:nth-child(even) {
    padding-left: 6px;
    padding-left: 1.4vw;
  }

  .section-service-cbd
    .service-01-material
    ul.service-01-material-list
    li:nth-child(odd) {
    padding-right: 6px;
    padding-right: 1.4vw;
  }
}

/***** PROMISE *****/
.promise-area {
  max-width: 920px;
  margin: 0 auto;
}

.promise-area dl.info-list:first-of-type {
  border-top: none;
}

.promise-area dl.info-list:last-of-type {
  border-bottom: none;
}

.promise-area dl.info-list dt {
  width: 25%;
  font-size: 2.2rem;
  font-weight: normal;
  padding-left: 15px;
}

.promise-area dl.info-list dd {
  width: 75%;
  padding-top: 10px;
  padding-right: 15px;
}

.promise-fig {
  margin-top: 50px;
}

.promise-fig_sp {
  display: none;
}

@media screen and (max-width: 1366px) and (min-width: 960px) {
  .promise-area dl.info-list dt {
    font-size: 1.75695vw;
  }
}

@media screen and (max-width: 959px) {
  .section-promise {
    margin-bottom: 0;
  }

  .promise-area {
    padding: 0 10.5vw;
    box-sizing: border-box;
  }

  .promise-area dl.info-list dt,
  .promise-area dl.info-list dd {
    display: block;
  }

  .promise-area dl.info-list dt {
    font-size: 5.41666vw;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }

  .promise-area dl.info-list dd {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .promise-fig_sp {
    display: block;
  }

  .promise-fig_pc {
    display: none;
  }
}

/***** CONTACT *****/
.section-cbd-contact .cbd-contact-area {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 60px 60px 80px 60px;
  box-sizing: border-box;
}

.section-cbd-contact .cbd-contact-area .section-index {
  margin-bottom: 40px;
}

.section-cbd-contact .cbd-contact-area p.cbd-contact-summary {
  text-align: center;
}

.section-cbd-contact .cbd-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cbd-contact .cbd-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.section-cbd-contact .cbd-contact-block .cbd-contact {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.section-cbd-contact .cbd-contact-block .cbd-contact:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #ddd;
}

.section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel .tel {
  margin-bottom: 0;
}

.section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel .tel > a {
  font-size: 3.6rem;
  font-family: 'Lato', sans-serif;
  line-height: 0;
  padding-left: 8px;
}

.section-cbd-contact
  .cbd-contact-block
  .cbd-contact
  .cbd-contact-tel
  .tel
  .contact-tel-icon {
  position: relative;
  top: 6px;
  margin: 0;
}

.section-cbd-contact
  .cbd-contact-block
  .cbd-contact
  .cbd-contact-tel
  .tel
  > span {
  display: block;
  padding-left: 6%;
}

.section-cbd-contact .cbd-contact-mail .button {
  margin: 0 auto;
}

.section-cbd-contact .cbd-contact-mail .button a {
  background-color: transparent;
}

.section-cbd-contact .cbd-contact-mail .button a::after {
  content: none;
}

.section-cbd-contact .cbd-contact-mail .button a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url(/assets/cbd/images/contact-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 21px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.section-cbd-contact .cbd-contact-mail .button a:hover {
  background-color: #ddd;
  color: #54585a;
}
.section-cbd-contact .cbd-contact .button {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .section-cbd-contact {
    margin-top: 0;
  }

  .section-cbd-contact .cbd-contact-area {
    padding: 10.5vw;
    border: none;
  }

  .section-cbd-contact .cbd-contact-area .section-index {
    margin-bottom: 20px;
  }

  .section-cbd-contact .cbd-contact-block {
    margin-top: 30px;
    display: block;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact {
    width: 100%;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact:first-of-type::after {
    content: none;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-tel {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4.5vw;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    > a {
    font-size: 28px;
    font-size: 7.5vw;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    .contact-tel-icon {
    width: 6%;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    .contact-tel-icon {
    top: 4px;
  }

  .section-cbd-contact
    .cbd-contact-block
    .cbd-contact
    .cbd-contact-tel
    .tel
    > span {
    padding-left: 8%;
  }

  .section-cbd-contact .cbd-contact-block .cbd-contact .cbd-contact-mail {
    margin-top: 30px;
  }
}

/***** CBD MAGAZINE *****/

.knowledge-article-cbd {
  width: 100%;
}

.knowledge-article-cbd .button {
  margin: 0 auto;
}

.knowledge-article-cbd .knowledge-category-list.space-s {
  margin-left: -60px;
  margin-bottom: 60px;
}

.knowledge-article-cbd .knowledge-category-list article.knowledge-post {
  padding-left: 60px;
}

.knowledge-article-cbd
  .knowledge-category-list
  article.knowledge-post
  a
  .knowledge-post-ttl {
  font-size: 1.8rem;
} /* MOBILE MENU */

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.mean-container a.meanmenu-reveal {
  /*
	width: 22px;
	*/
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 72px;
}

.mean-container .mean-nav ul {
  padding: 0 30px;
  margin: 0;
  width: 100%;
  list-style-type: none;
  height: 100vh;
  background: #fff;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #54585a;

  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* TOUCH CONTROLS */
nav.siteHeader__nav > a {
  display: none;
}
nav.siteHeader__nav li {
  position: relative;
}
nav.siteHeader__nav li a {
  display: block;
}
nav.siteHeader__nav span:after {
  width: 0;
  height: 0;
  border: 0 solid transparent; /* 5 */
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em; /* 5 */
}

/* first level */
nav.siteHeader__nav > ul > li {
  width: 25%;
  height: 100%;
  float: left;
}

/* second level */
nav.siteHeader__nav li ul {
  display: none;
  position: absolute;
  top: 75px;
}
nav.siteHeader__nav li ul.nav-list-drop-magazine {
  top: 76px;
}
/* COMMON STYLES */
@charset "UTF-8";

/***************************************************************************

Common

***************************************************************************/
html {
  color: #464c50;
}
body {
  background-color: #fff;
}

/***************************************************************************

MV Title

***************************************************************************/
.mv-lp .section-wrap {
  height: 100%;
  padding: 0;
  position: relative;
  max-width: 1580px;
}
.mv-lp .section-wrap .title-under-wrap {
  left: 100px;
}

@media screen and (max-width: 959px) {
  .mv-lp .section-wrap {
    position: absolute;
    /*width: 100%;*/
  }
  .mv-lp .section-wrap .title-under-wrap {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mv-lp.mv-lp-cbdoil .section-wrap {
    top: 150px;
    top: 40vw;
  }
  .mv-lp.mv-lp-vape .section-wrap {
    top: 220px;
    top: 58.667vw;
  }
  .mv-lp.mv-lp-gummy .section-wrap {
    top: 438px;
    top: 116.8vw;
  }
}

/***************************************************************************

Header

***************************************************************************/
.siteHeader__nav ul li ul.nav-list-drop li {
  margin: 0;
  padding: 0;
}
.siteHeader > .wrap {
  padding-right: 1.5%;
}
.siteHeader .nav-list > li > a {
  padding: 30px 20px;
}
.siteHeader .menu-onlineStore .store-display-pc {
  font-size: 1.3rem;
}
.siteHeader__nav ul li.nav-list-top a > span.arw-bottom::after {
  top: 0.16em;
  right: -12px;
  width: 5px;
  height: 5px;
}
.menu-onlineStore a:before {
  font-size: 1.8em;
}
.siteHeader__nav ul li ul.nav-list-drop li a {
  width: 220px;
  box-sizing: border-box;
}
.siteHeader__nav ul li ul.nav-list-drop.nav-list-w100 li a {
  width: 100%;
}
.siteHeader__nav ul li ul.nav-list-drop li a.nav-list-drop-under {
  padding: 12px 8px 12px 20px !important;
}

@media screen and (min-width: 1500px) {
  .siteHeader .nav-list > li > a {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .siteHeader .nav-list > li > a {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 959px) {
  .siteHeader__nav ul li ul.nav-list-drop li a {
    background-color: #fff;
    padding: 10px 0 !important;
    margin: 10px 0;
  }
  .siteHeader__nav ul li ul.nav-list-drop li a.nav-list-drop-under {
    padding: 10px 20px !important;
    margin: 0;
  }

  .siteHeader__nav ul li ul.nav-list-drop li a {
    width: 100%;
  }
  .siteHeader .nav-list > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ul.nav-list li:last-child {
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
}

/***************************************************************************

TOP MV

***************************************************************************/
.mv {
  opacity: 1;
}

/***************************************************************************

SPの横余白　上書き

***************************************************************************/
.section-wrap.-has-margin-full {
  padding: 0 8vw;
}

/***************************************************************************

下層のMV（背景画像あり）

***************************************************************************/
.under-mv {
  height: 100vh;
  max-height: 560px;
  position: relative;
  background-size: cover;
}

.title-under-wrap {
  right: auto;
  left: 150px;
}
.title-under-wrap.ctr {
  right: 0;
  left: 0;
}

.title-under-subheader {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 18px;
  color: #9aa3a8;
  text-align: left;
  line-height: 1;
  margin-top: 0;
}

.title-under-level-01 {
  text-align: left;
}
.title-under-level-01.ctr,
.title-under-subheader.ctr {
  text-align: center;
}
.title-under-level-01 h1 {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 60px;
}

@media screen and (max-width: 959px) {
  .title-under-wrap {
    left: 0;
    padding: 0 10.5vw;
  }

  .title-under-subheader {
    font-size: 16px;
    font-size: 4vw;
  }

  .title-under-level-01 h1 {
    font-size: 32px;
    font-size: 8.5vw;
  }
}

@media screen and (max-width: 768px) {
  .under-mv {
    height: auto;
    padding-top: 100vw;
  }
}

/***************************************************************************

下層のMV（背景画像なし）

***************************************************************************/
.under-mv-txt {
  height: 360px;
  border-bottom: 1px solid #eaedef;
}

.under-mv-txt .title-under-wrap {
  right: 0;
  left: 0;
}

.under-mv-txt .title-under-level-01 h1 {
  font-size: 40px;
}

.under-mv-txt .title-under-subheader {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
  .under-mv-txt {
    height: 500px;
    padding-top: 0;
  }
  .under-mv-txt .title-under-level-01 h1 {
    font-size: 26px;
    font-size: 7vw;
    line-height: 1.3;
  }
  .under-mv-txt .title-under-wrap {
    top: 57%;
  }
}
@media screen and (max-width: 768px) {
  .under-mv-txt {
    height: 260px;
    height: 72vw;
  }
}

/***************************************************************************

パンくず

***************************************************************************/
.breadcrumb ul.breadcrumb-list {
  max-width: 1366px;
  margin: 0 auto;
}
.breadcrumb ul.breadcrumb-list li {
  margin-left: 0;
}

.breadcrumb ul.breadcrumb-list li::after {
  display: none;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line {
  position: relative;
  padding-right: 22px;
  margin-right: 24px;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 26px;
  height: 1px;
  content: '';
  background-color: #dce0e2;
}

.breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line a {
  border-bottom: 1px solid #54585a;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .breadcrumb ul.breadcrumb-list li.breadcrumb-list-item-line a:hover {
    border-bottom: none;
  }
}

/***************************************************************************

セクション背景Gray

***************************************************************************/
.section-gray {
  background-color: #fafafa;
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .section-gray {
    padding: 60px 30px;
    padding: 16vw 0;
  }
}

/***************************************************************************

セクション内ブロックの上マージン

***************************************************************************/
.inner-area {
  margin-top: 80px;
}
.inner-area-ctr {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .inner-area {
    margin-top: 60px;
    margin-top: 16vw;
  }
}

/***************************************************************************

タイトル

***************************************************************************/
.section-index {
  margin-bottom: 40px;
}
.section-index .section-index-subttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #9aa3a8;
  letter-spacing: 1.5px;
}
.section-index h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.6;
  margin-top: 20px;
  letter-spacing: 3px;
}
h2.section-index-lv02 {
  font-size: 2.8rem;
}
.section-index-lv03 {
  font-family: '游ゴシック体 Pr6N B',
    /* Windows 日本語環境 */ 'Yu Gothic Pr6N B',
    /* Windows 英語環境 */ '游ゴシック体', /* Mac の游ゴシック */ 'Yu Gothic',
    /* 英語表記の游ゴシック */ sans-serif; /* 最終 fallback */
  font-weight: bold; /* 念のため太字を指定 */
  font-size: 2rem;
  line-height: 1.6;
}
.section-index-lv03.ctr {
  text-align: center;
}
.section-index .section-index-lead {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-index {
    font-size: 2.2rem;
    font-size: 5.9vw;
    margin-bottom: 40px;
    margin-bottom: 10vw;
  }
  .section-index .section-index-subttl {
    font-size: 1.3rem;
    font-size: 3.5vw;
  }
  .section-index h2 {
    font-size: 2.2rem;
    font-size: 5.9vw;
    margin-top: 20px;
    margin-top: 5.4vw;
  }
  .section-index-lv02 {
    font-size: 2rem;
    font-size: 5.333vw;
  }
  .section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}

/***************************************************************************

テキスト（PCのみセンター）

***************************************************************************/
.txt-c_pcview {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-c_pcview {
    text-align: left;
  }
}

/***************************************************************************

テキスト（サイズS）

***************************************************************************/
.txt-s {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .txt-s {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }
}

/***************************************************************************

ボタン

***************************************************************************/
.button a:after,
a.text-button:after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
}
.button a.button-2line {
  line-height: 1.5;
}

.button-size-s a:after {
  background-image: url(../../images/common/btn-arw_s.png);
  width: 22px;
  height: 5px;
}

/***************************************************************************

ボタン（VIEW MORE）

***************************************************************************/
.button-more {
  margin-top: 25px;
}
.button-more > a {
  position: relative;
}
.button-more > a::after {
  content: '';
  position: absolute;
  top: 44%;
  right: -2.5em;
  transform: translateY(-50%);
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
}
.button-more > a::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 140%;
  height: 1px;
  background: #464c50;
}

@media screen and (min-width: 1025px) {
  .button-more > a {
    transition: 0.3s;
  }
  .button-more > a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 959px) {
  .button-more > a::after {
    top: 44%;
    right: -3em;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    width: 8.533vw;
    height: 1.333vw;
  }
  .button-more > a::before {
    width: 150%;
  }
}

/***************************************************************************

テキストリンク

***************************************************************************/
.txtlink > a {
  border-bottom: 1px solid #54585a;
  transition: 0.3;
}
@media screen and (min-width: 1025px) {
  .txtlink > a:hover {
    border-bottom: none;
  }
}

/***************************************************************************

注釈

***************************************************************************/
.notice-txt {
  font-size: 1.2rem;
  color: #768089;
}
/*
@media screen and (max-width: 768px){
	.txt-c_pcview{
		font-size: 1.0rem;
		font-size: 2.667vw
	}
}*/

/***************************************************************************

PC/SP表示切り替え（PC/SP）

***************************************************************************/
.pc-view {
  display: block;
}
.sp-view {
  display: none;
}
@media screen and (max-width: 959px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}

/***************************************************************************

リスト (pcx5, spx2)

***************************************************************************/
ul.list-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 30px;
}
ul.list-common li {
  width: 20%;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
  margin-top: 30px;
  box-sizing: border-box;
}
ul.list-common li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0.48em;
  left: 0;
  background: #464c50;
}

@media screen and (max-width: 959px) {
  ul.list-common {
    padding-top: 10px;
    padding-top: 2.667vw;
  }
  ul.list-common li {
    width: 50%;
    padding-left: 15px;
    padding-left: 4vw;
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.list-common li::before {
    width: 6px;
    height: 6px;
    top: 5px;
    width: 1.6vw;
    height: 1.6vw;
    top: 1.6vw;
  }
}

/***************************************************************************

リスト (pcx4, spx2)

***************************************************************************/
ul.list-common.list-common-02 li {
  width: 25%;
}
@media screen and (max-width: 959px) {
  ul.list-common.list-common-02 li {
    width: 50%;
  }
}

/***************************************************************************

リスト（リスト間の余白）

***************************************************************************/
@media screen and (max-width: 959px) {
  ul.list-common li span {
    padding: 15px;
    padding-left: 0;
  }
}

/***************************************************************************

リスト（1カラム）

***************************************************************************/
ul.list-common.list-common-01 {
  display: block;
  text-align: left;
}
ul.list-common.list-common-01 li {
  width: 100%;
  padding-left: 13px;
  margin-top: 10px;
}
ul.list-common.list-common-01 li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  ul.list-common.list-common-01 li {
    padding-left: 13px;
    padding-left: 3.467vw;
  }
}
/***************************************************************************

リスト（1カラム）バレットなし

***************************************************************************/
ul.list-common.list-common-01.list-bullet-none li {
  padding-left: 0;
}
ul.list-common.list-common-01.list-bullet-none li::before {
  content: none;
}

@media screen and (max-width: 959px) {
  ul.list-common.list-common-01.list-bullet-none li {
    padding-left: 0;
  }
  ul.list-common.list-common-01.list-bullet-none li::before {
    content: none;
  }
}

/***************************************************************************

2カラム

***************************************************************************/
ul.col-item {
}
ul.col-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
ul.col-item li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
ul.col-item li .col-item-fig,
ul.col-item li .col-item-txt {
  width: 50%;
  box-sizing: border-box;
}
ul.col-item li .col-item-fig {
  padding-right: 30px;
}
ul.col-item li .col-item-txt {
  padding-left: 80px;
  padding-right: 30px;
}
ul.col-item li:nth-child(even) .col-item-fig {
  padding-left: 30px;
  padding-right: 0;
}
ul.col-item li:nth-child(even) .col-item-txt {
  padding-right: 80px;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    margin-top: 16vw;
  }
  ul.col-item li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.col-item li .col-item-fig,
  ul.col-item li .col-item-txt {
    width: 100%;
  }
  ul.col-item li .col-item-fig,
  ul.col-item li .col-item-txt,
  ul.col-item li:nth-child(even) .col-item-fig,
  ul.col-item li:nth-child(even) .col-item-txt {
    padding: 0;
  }
  ul.col-item li .col-item-fig {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/***************************************************************************

アイテムのリストカラム

***************************************************************************/
ul.list-item-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-top: 30px;
}
ul.list-item-set li {
  padding-left: 50px;
  width: 33.33333%;
  box-sizing: border-box;
  margin-top: 60px;
}
ul.list-item-set li h3.section-index-lv03 {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  ul.list-item-set {
    display: block;
  }
  ul.list-item-set li {
    width: 100%;
  }
  ul.list-item-set {
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.list-item-set li h3.section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}

/* section-common アイテムリスト*/
.section-vape ul.list-item-set {
  justify-content: space-between;
}
.section-vape ul.list-item-set li {
  width: 50%;
}

/***************************************************************************

Table

***************************************************************************/
table.tbl-common {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 70px;
}
table.tbl-common img {
  display: block;
  width: 118px;
  margin: 0 auto;
}
table.tbl-common th,
table.tbl-common td {
  padding: 30px 10px;
  box-sizing: border-box;
}
table.tbl-common th,
table.tbl-common td {
  border-bottom: 1px solid #dce0e2;
  border-right: 1px solid #dce0e2;
}
table.tbl-common tr:first-child th,
table.tbl-common tr:first-child td {
  border-top: 1px solid #dce0e2;
}
table.tbl-common tbody th {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
  font-weight: 400;
  background: #9aa3a8;
  width: 30%;
}
table.tbl-common tbody td:last-child {
  border-right: 0;
}
table.tbl-common tbody td {
  color: #768089;
  text-align: left;
}
table.tbl-common td {
  width: 70%;
}
table.tbl-common td.cell-ctr {
  text-align: center;
}

table.tbl-common.tbl-common-02 th,
table.tbl-common.tbl-common-02 td {
  padding: 14px 10px;
}
table.tbl-common.tbl-common-02 td {
  color: #54585a;
  padding: 14px 10px 14px 20px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  table.tbl-common.tbl-common-02 th {
    padding: 8px;
    padding: 2.133vw;
  }
  table.tbl-common.tbl-common-02 td {
    padding: 10px;
    padding: 2.66vw;
  }
}

/***************************************************************************

Header

***************************************************************************/
/*nav.siteHeader__nav li{
	position: static;
}
.siteHeader__nav ul{
	position: relative;
}
.siteHeader__nav ul li .nav-list-subcontent ul.nav-list-drop{
	display: block;
	position: relative;
	top: 0;
}
.siteHeader__nav ul li ul.nav-list-drop li:first-child,
.siteHeader__nav ul li ul.nav-list-drop li{
	border: none;
}
.siteHeader__nav ul li ul.nav-list-drop li a{
	padding: 0;
	background-color: transparent;
}
.siteHeader__nav ul li .nav-list-subcontent{
	display: none;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 76px;
	background: #fff;
	padding: 0 30px 30px;
	margin: 0 auto;
	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.6);
	transition: .3s;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a span{
	position: relative;
}
.siteHeader__nav ul li .nav-list-subcontent .nav-list-subcontent-item-head a span::before{
	position: absolute;
	top: -9px;
	right: -41px;
	bottom: 0;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	font-family: auto;
	content: "";
	background-image: url(../../images/common/btn-arw.png);
	background-size: cover;
	width: 32px;
	height: 5px;
	padding: 0;
}*/

/***************************************************************************

Footer

***************************************************************************/
.siteFooter__top {
  background-color: #eaedef;
  border-top: solid 1px #ddd;
}
.siteFooter__nav--top ul.shop-list {
  margin-bottom: 100px;
}
.siteFooter__nav--top ul {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}
.siteFooter .nav-list {
  padding-left: 80px;
}
.siteFooter .nav-list li {
  width: 25%;
}

/*.siteFooter .nav-list li:nth-child(4){
	width: 26%;
}
.siteFooter .nav-list li:nth-child(5){
	width: 14%;
}*/
/*.siteFooter .nav-list li:nth-child(1){
	width: 12%;
}
.siteFooter .nav-list li:nth-child(2),
.siteFooter .nav-list li:nth-child(3),
.siteFooter .nav-list li:nth-child(4),
.siteFooter .nav-list li:nth-child(6){
	width: 17%;
}

.siteFooter .nav-list li:nth-child(5){
	width: 20%;
}*/

.nav-list-footer-sub > p {
  position: relative;
  color: #464c50;
  padding-left: 1.3em;
}
.nav-list-footer-sub > p::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  left: 0;
  margin-top: 9px;
  background: #768089;
}
.siteFooter .footer-list-under {
  margin-left: 20px;
}
.siteFooter .nav-list li:nth-child(1) {
  width: 18%;
}

.siteFooter .nav-list li:nth-child(1) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(2) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(3) {
  width: 22%;
}
.siteFooter .nav-list li:nth-child(4) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(5) {
  width: 15%;
}
.siteFooter .nav-list li:nth-child(6) {
  width: 15%;
}

@media screen and (max-width: 959px) {
  .siteFooter .nav-list li:nth-child(1),
  .siteFooter .nav-list li:nth-child(2),
  .siteFooter .nav-list li:nth-child(3),
  .siteFooter .nav-list li:nth-child(4),
  .siteFooter .nav-list li:nth-child(5),
  .siteFooter .nav-list li:nth-child(6) {
    width: 100%;
  }
  ul.nav-list {
    margin-top: 30px;
    margin-top: 8vw;
  }
  ul.nav-list li {
    border-top: 1px solid #d7dce1;
  }
  ul.nav-list li:last-child {
    border-bottom: 1px solid #d7dce1;
  }
  ul.nav-list li.submenu > a.submenu-top {
    display: block;
  }
  ul.nav-list li > a > span.arw::after {
    width: 8px;
    height: 8px;
  }
  ul.nav-list li a .toggle-icon span,
  ul.nav-list li div.submenu-sp .toggle-icon span {
    width: 13px;
  }
  ul.nav-list li a,
  ul.nav-list li .submenu-sp {
    display: block;
    padding: 5.2083333vw 10vw 5.2083333vw 0;
    position: relative;
  }
  .siteFooter .nav-list li > .nav-list-col {
    margin-top: 0;
    border-top: 1px solid #f0f0f0;
  }
  ul.nav-list li a > span.arw::after {
    width: 8px;
    height: 8px;
  }
  ul.nav-list li a > span.arw::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #a2aaad;
    border-right: solid 1px #a2aaad;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }

  ul.shop-list li > a {
    text-align: center;
    padding: 12vw 10vw;
  }
  ul.shop-list li > a > span {
    padding-left: 0.5em;
  }
  .siteFooter__nav--top ul.shop-list {
    margin-bottom: 0;
  }
  ul.nav-list li p a {
    padding: 0;
  }
  .siteHeader.-has-menu {
    border-bottom: none;
  }
}

/***************************************************************************

お問い合わせ

***************************************************************************/
.contact-common-area {
  background: #fafafa;
  padding: 60px;
}
.contact-common-area .contact-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-common-area .contact-item-area ul.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-common-area .contact-item-area ul.contact-item li {
  display: inline-table;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
}
.contact-common-area ul.contact-item-area {
  max-width: 680px;
  margin: 0 auto;
}
.contact-common-area ul.contact-item-area li {
  display: inline-table;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
  margin: 0 10px;
}
.contact-common-area ul.contact-item-area li > span {
  line-height: 1.9rem;
  letter-spacing: 0;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.contact-common-area .contact-summary-area {
  background: #fff;
  padding: 44px;
  margin-top: 40px;
}
.contact-common-area .contact-summary-area .contact-summary-txt {
  font-size: 1.6rem;
  text-align: center;
}
.contact-common-area .contact-summary-area .contact-summary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #ddd;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel {
  margin-bottom: 0;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  .contact-tel-icon {
  position: relative;
  top: 6px;
  margin: 0;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  > a {
  font-size: 3.8rem;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 0;
  padding-left: 8px;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .tel
  > span {
  display: block;
  padding-left: 6%;
}
.contact-common-area
  .contact-summary-area
  .contact-summary-block
  .contact-summary
  .button {
  margin: 0 auto;
  width: 75%;
}

@media screen and (max-width: 959px) {
  .contact-common-area {
    padding: 30px 10px 10px;
    padding: 8vw 2.667vw 2.667vw;
  }
  .contact-common-area .contact-item-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-common-area ul.contact-item-area li {
    width: 80px;
    height: 80px;
    width: 21.333vw;
    height: 21.333vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
    margin: 0 5px;
    margin: 0 1.333vw;
  }
  .contact-common-area .contact-summary-area {
    padding: 20px;
    margin-top: 20px;
    padding: 5.333vw;
    margin-top: 5.333vw;
  }
  .contact-common-area .contact-summary-area .contact-summary-txt {
    font-size: 1.4rem;
    font-size: 3.7333vw;
    line-height: 1.6;
  }
  .contact-common-area .contact-summary-area .contact-summary-block {
    display: block;
    margin-top: 20px;
    margin-top: 5vw;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary {
    width: 100%;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .tel
    .contact-tel-icon {
    top: 4px;
    width: 8%;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .tel
    > a {
    font-size: 28px;
    font-size: 7.5vw;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary:first-of-type::after {
    display: none;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary:first-of-type {
    padding-top: 10px;
    padding-top: 2.667vw;
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
    border-top: 1px solid #ddd;
  }
  .contact-common-area
    .contact-summary-area
    .contact-summary-block
    .contact-summary
    .button {
    width: 100%;
  }
}

/***************************************************************************

News

***************************************************************************/
.news-list-area {
  max-width: 1000px;
  margin: 0 auto;
}
.news-list-area dl.info-list.news-list {
  position: relative;
}
.news-list-area dl:last-of-type {
  border-bottom: none;
}
.news-list-area:last-of-type dl.info-list.news-list {
  border-bottom: 1px solid #dce0e2;
}
dl.info-list.news-list dt,
dl.info-list.news-list dd {
  box-sizing: border-box;
}
dl.info-list.news-list dt {
  width: 28%;
}
dl.info-list.news-list dd {
  width: 72%;
  padding-right: 60px;
  position: relative;
}
dl.info-list.news-list::after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.category-label {
  width: 122px;
  font-size: 1.3rem;
  color: #9aa3a8;
  border: 1px solid #9aa3a8;
}
.news-list-info .date {
  font-family: 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    游ゴシック, 'Yu Gothic', メイリオ, sans-serif;
}
.news-area .title-under-level-01.news-title h1 {
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  dl.info-list.news-list::after {
    top: 22px;
    top: 7vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  dl.info-list.news-list dt,
  dl.info-list.news-list dd {
    display: block;
    width: 100%;
  }
  .news-area .title-under-level-01.news-title h1 {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }
  dl.info-list.news-list dd {
    padding-right: 0;
  }
}

/***************************************************************************

Magazine

***************************************************************************/
.knowledge-under-mv {
  max-height: 300px !important;
}
.knowledge-under-mv .title-under-wrap {
  top: 55%;
}
.knowledge-under-mv .title-under-level-01 h1 {
  font-size: 4rem;
}
.knowledge-article .related-area .button a:after,
.knowledge-article .related-area .button a.text-button:after {
  background-image: none;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  .knowledge-under-mv {
    font-size: 4.9479vw;
    padding-top: 40vw;
  }
  .knowledge-under-mv .title-under-level-01 h1 {
    font-size: 6vw;
  }
}

/***************************************************************************

Mission

***************************************************************************/
.section-top-mission::before {
  top: 100px;
}

.mission-lead {
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-top-mission {
    margin-top: 0;
  }
  .mission-lead {
    font-size: 1.6rem;
    font-size: 3.2vw;
  }
}

/***************************************************************************

レシピ

***************************************************************************/
.recipe-article-full {
  width: 100% !important;
}

/***************************************************************************

美容プロテインBicle

***************************************************************************/
.section-product {
  background-color: #fff;
}
.section-style {
  background: #f8f8f8;
  padding: 120px 0;
}
.section-howto {
  background-color: #fff;
  padding-top: 0;
}
.producrt-content:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .section-product {
    padding: 10.66666vw 0;
  }
  .section-style {
    padding: 10.66666vw 10.5vw;
  }
}

/***************************************************************************

医師インタビュー

***************************************************************************/
@media screen and (max-width: 768px) {
  .doctor-wrap .breadcrumb {
    overflow-y: hidden;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}

/***************************************************************************

お問い合わせ

***************************************************************************/
.contact-thanks-area {
  border-top: none;
}

/***************************************************************************

Protein

***************************************************************************/
.lp-protein .product-detail-index,
.lp-protein .section-style .lifestyle-text-index {
  font-family: 'Noto Serif JP', sans-serif;
}

/***************************************************************************

Logo

***************************************************************************/
.siteHeader__logo {
  margin-top: 5px;
  max-width: 90px;
}
.-is-scrolled .siteHeader .siteHeader__logo,
.-is-scrolling .siteHeader .siteHeader__logo {
  margin-top: 5px;
  max-width: 90px;
}

/***************************************************************************

Content

***************************************************************************/
@media screen and (min-width: 769px) {
  body.-is-scrolled ul.knowledge-sub-bnr,
  body.-is-scrolling ul.knowledge-sub-bnr {
    margin-top: 90px;
  }
}

/* ***************************************************************************

recruit

*************************************************************************** */

.section-recruit__wrp {
  max-width: 1000px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

/*============= mv =============*/
.recruit-profile-mv {
  background-image: url(../../images/recruit/recruit_mv_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .recruit-profile-mv {
    background-image: url(../../images/recruit/recruit_mv_sp.jpg);
  }
}

@media screen and (max-width: 959px) {
  .recruit-profile-mv .title-under-wrap {
    top: auto;
    bottom: 50px;
  }
}

/*============= message =============*/
.section-recruit-message .message-lead {
  font-size: 1.6rem;
  margin-top: 0;
  text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-lead {
   font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2552083333vw;
  }
}

.section-recruit-message .message-block {
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block {
    margin-top: 15px;
  }
}

.section-recruit-message .message-block__images {
  text-align: center;
  margin-bottom: 18px;
}

.section-recruit-message .message-block__images img {
  width: 116px;
  height: 116px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block__images {
    text-align: center;
    margin-bottom: 34px;
  }
}

.section-recruit-message .message-block__images img {
  vertical-align: bottom;
}

.section-recruit-message .message-block__lead {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-top: 45px;
}

@media screen and (max-width: 959px) {
  .section-recruit-message .message-block .message-lead {
    text-align: left;
  }
}

/*============= about =============*/
.section-about .section-about__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__container {
    flex-wrap: wrap;
  }
}

.section-about .section-about__contents {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents {
    width: 50%;
    /* display: block; */
    margin-bottom: 25px;
  }
}

/* 中央にするなら */
/* @media screen and (max-width: 959px){
  .section-about .section-about__contents:nth-last-child(1){
    margin-left: auto;
    margin-right: auto;
  }
} */

.section-about .section-about__images {
  height: 165px;
  width: 65px;
  height: 80px;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__images {
    margin-bottom: 0;
    width: 80px;
    height: 100px;
  }
}

.section-about .section-about__images img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__images img {
    width: 100%;
  }
}

.section-about .section-about__contents .desc-ttl {
  font-size: 16px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  .section-about .section-about__contents .desc-ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents .desc-ttl {
    /* font-size: 3.7vw; */
    font-size: 13.9px;
  }
}

.section-about .section-about__contents p {
  font-size: 12px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.6;
  margin-top: 22px;
}

@media screen and (max-width: 959px) {
  .section-about .section-about__contents p {
    font-size: 9px;
    /* font-size: 2.5vw; */
  }
}

/*============= work =============*/
.section-work .section-work__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__container {
    flex-direction: column;
  }
}

.section-work .section-work__contents {
  width: 48%;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents:first-child {
    margin-bottom: 78px;
  }
}

.section-work .section-work__contents .images {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents .images {
    margin-bottom: 38px;
  }
}

.section-work .section-work__contents .images img {
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .section-work .section-work__contents .images img {
    width: 100%;
  }
}

.section-work .section-work__contents ul li {
  font-size: 1.6rem;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  line-height: 1.8;
  position: relative;
  padding-left: 7px;
}

.section-work .section-work__contents ul li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  transform: translateY(-50%);
  left: 0;
}

/*============= culture =============*/
.section-culture .heading {
  text-align: center;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-bottom: 45px;
}

.section-culture .heading p {
  font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin-bottom: 28px;
}

@media screen and (max-width: 959px) {
  .section-culture .heading p {
    font-size: 3.5vw;
      font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 15px;
  }
}

.section-culture .heading h3 {
  font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .section-culture .heading h3 {
    font-size: 4vw;
    font-size: 5.5vw;
      font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
  }
}

.section-culture .section-culture__container.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 67px;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.top {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.section-culture .section-culture__container.bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.bottom {
    flex-direction: column;
  }
}

.section-culture .section-culture__contents {
  width: 22%;
  /* width: calc(25% - 25px); */
  width: calc(100% / 4 - 20px);
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents {
    width: 100%;
  }
}

.section-culture
  .section-culture__container.bottom
  .section-culture__contents:nth-child(2) {
  margin: 0 25px;
}

@media screen and (max-width: 959px) {
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__container.top .section-culture__contents {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 959px) {
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(1),
  .section-culture
    .section-culture__container.bottom
    .section-culture__contents:nth-child(2) {
    margin-bottom: 46px;
  }
}

.section-culture .section-culture__contents .images {
  margin-bottom: 21px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents .images {
    margin-bottom: 24px;
  }
}

.section-culture .section-culture__contents .images img {
  vertical-align: bottom;
}

.section-culture .section-culture__contents .desc {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.section-culture .section-culture__contents h4 {
  font-size: 28px;
  font-size: 1.2vw;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1;
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 959px) {
  .section-culture .section-culture__contents h4 {
    font-size: 5.4vw;
    margin-bottom: 23px;
  }
}

.section-culture .section-culture__contents p {
  font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

/*============= interview =============*/
.section-interview {
  display: none;
}

.section-interview .section-interview__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__container {
    flex-direction: column;
  }
}

.section-interview .section-interview__contents {
  width: 47.4%;
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__contents {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .section-interview .section-interview__contents:first-child {
    margin-bottom: 100px;
  }
}

.section-interview .section-interview__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-interview .section-interview__block .images {
  width: 188px;
  height: 188px;
  margin-bottom: 47px;
}

.section-interview__block .images img {
  vertical-align: bottom;
}

.section-interview .section-interview__block .desc {
  margin-bottom: 53px;
}

.section-interview .section-interview__block h4 {
  font-size: 25px;
  line-height: 1;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
}

.section-interview .section-interview__block .desc-txt {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
}

.section-interview .section-interview__lead {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.section-interview .section-interview__work {
  margin-bottom: 40px;
}

/*============= requirements =============*/
.section-requirements .section-requirements-desc {
  margin-bottom: 81px;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements-desc {
    margin-bottom: 67px;
  }
}

.section-requirements .section-requirements-desc p {
  font-size: 20px;
  line-height: 1;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements-desc p {
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
  }
}

.section-requirements .section-requirements__container {
  width: 100%;
}

/* @media screen and (max-width: 959px){
  .section-requirements__container{
    margin-bottom: 85px;
  }
} */

.section-requirements .section-requirements__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.section-requirements .section-requirements__list dt {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  width: calc(100% - 75% - 50px);
  line-height: 1.25;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9eef1;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list dt {
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: none;
    text-align: center;
  }
}

.section-requirements .section-requirements__list dd {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.25;
  width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9eef1;
}

@media screen and (max-width: 959px) {
  .section-requirements .section-requirements__list dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 18px;
  }
}

.section-requirements .section-requirements__list dd ul li {
  position: relative;
  padding-left: 7px;
}

.section-requirements .section-requirements__list dd ul li::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/*============= flow =============*/
.section-flow .section-flow__contents {
  width: 400px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents {
    width: 100%;
    height: 60px;
  }
}

.section-flow .section-flow__contents:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:not(:last-child) {
    margin-bottom: 26px;
  }
}

.section-flow .section-flow__contents:nth-of-type(1),
.section-flow .section-flow__contents:nth-of-type(2),
.section-flow .section-flow__contents:nth-of-type(3) {
  background-color: #eaeced;
}

.section-flow .section-flow__contents:nth-of-type(4) {
  background-color: #d6d9db;
}

.section-flow .section-flow__contents:nth-of-type(5),
.section-flow .section-flow__contents:nth-of-type(6) {
  background-color: #c2c7ca;
}

.section-flow .section-flow__contents:nth-of-type(7) {
  background-color: #9aa3a8;
  color: #fff;
}

.section-flow .section-flow__contents:nth-of-type(1)::before,
.section-flow .section-flow__contents:nth-of-type(3)::before,
.section-flow .section-flow__contents:nth-of-type(4)::before,
.section-flow .section-flow__contents:nth-of-type(5)::before,
.section-flow .section-flow__contents:nth-of-type(6)::before,
.section-flow .section-flow__contents:nth-of-type(7)::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(1)::before,
  .section-flow .section-flow__contents:nth-of-type(3)::before,
  .section-flow .section-flow__contents:nth-of-type(4)::before,
  .section-flow .section-flow__contents:nth-of-type(5)::before,
  .section-flow .section-flow__contents:nth-of-type(6)::before,
  .section-flow .section-flow__contents:nth-of-type(7)::before {
    top: 98%;
    margin-left: -8px;
    border: 10px solid transparent;
  }
}

.section-flow .section-flow__contents:nth-of-type(1)::before,
.section-flow .section-flow__contents:nth-of-type(2)::before,
.section-flow .section-flow__contents:nth-of-type(3)::before {
  border-top: 22px solid #eaeced;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(1)::before,
  .section-flow .section-flow__contents:nth-of-type(2)::before,
  .section-flow .section-flow__contents:nth-of-type(3)::before {
    border-top: 15px solid #eaeced;
  }
}

.section-flow .section-flow__contents:nth-of-type(4)::before {
  border-top: 22px solid #d6d9db;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(4)::before {
    border-top: 15px solid #d6d9db;
  }
}

.section-flow .section-flow__contents:nth-of-type(5)::before,
.section-flow .section-flow__contents:nth-of-type(6)::before {
  border-top: 22px solid #c2c7ca;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents:nth-of-type(5)::before,
  .section-flow .section-flow__contents:nth-of-type(6)::before {
    border-top: 15px solid #c2c7ca;
  }
}

.section-flow .section-flow__contents p {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .section-flow .section-flow__contents p {
    font-size: 16px;
  }
}

/*============= entry =============*/
.section-entry .section-entry__txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 90px;
  margin-top: 0;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-entry .section-entry__txt {
    line-height: 1.875;
    text-align: left;
    margin-bottom: 40px;
  }
}

.section-entry .button {
  margin: 0 auto;
}

/* UNDER PAGE STYLES */
@charset "UTF-8";

/***************************************************************************

ABOUT CBD

***************************************************************************/

/***MV***************************/
.cbd-about-mv {
  background-image: url(../../images/cbd/about-cbd/mv-about-cbd_pc.jpg);

  /* background-position: center center; */
  height: 400px;
  background-position: 0 31%;
}

@media screen and (max-width: 959px) {
  .cbd-about-mv {
    background-image: url(../../images/cbd/about-cbd/mv-about-cbd_sp.jpg);
    background-position: center center;
    height: 250px;
    padding-top: 0;
  }
}

/***コンセプト Concept***************************/
.cbd-about-concept {
  background-image: url(../../images/cbd/about-cbd/about-bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72.58%;
  position: relative;
}

.cbd-about-concept .concept-textArea {
  position: absolute;
  top: 50%;
  left: 7%;
  max-width: 530px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cbd-about-concept .concept-textArea .concept-title {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2.4rem;
}

.cbd-about-concept .button > a {
  background: transparent;
}

@media screen and (min-width: 1440px) {
  .cbd-about-concept .concept-textArea {
    max-width: 610px;
  }
}

@media screen and (min-width: 1025px) {
  .cbd-about-concept .button > a:hover {
    background-color: #54585a;
  }
}

@media screen and (max-width: 959px) {
  .cbd-about-concept {
    background-image: url(../../images/cbd/about-cbd/about-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 98.333%;
    position: relative;
    background-position: bottom;
  }

  .cbd-about-concept .concept-textArea {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 10.5vw;
    margin-bottom: 5%;
    max-width: 100%;
  }

  .cbd-about-concept .concept-textArea .concept-title {
    font-size: 2rem;
    font-size: 5.3vw;
  }
}

/***法令に遵守するための条件***************************/
.area-quality-2point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-quality-2point .quality-2point {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 20px;
}

.area-quality-2point .quality-2point:first-of-type {
  background-image: url(../../images/cbd/about-cbd/quality-control-01-bg.jpg);
  margin-right: 35px;
}

.area-quality-2point .quality-2point:last-of-type {
  background-image: url(../../images/cbd/about-cbd/quality-control-02-bg.jpg);
  margin-left: 35px;
}

.area-quality-2point .quality-2point-ttl {
  text-align: center;
}

.area-quality-2point .quality-2point-ttl > p {
  background: #88949d;
  width: 36px;
  height: 36px;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1;
}

.area-quality-2point .quality-2point-ttl > h3.section-index-lv03 {
  text-align: center;
  display: inline;
  position: relative;
  padding-bottom: 22px;
}

.area-quality-2point .quality-2point-ttl > h3.section-index-lv03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #9aa3a8;
}

.area-quality-2point
  .quality-2point:last-of-type
  .quality-2point-ttl
  > h3.section-index-lv03::after {
  width: 130%;
}

.area-quality-2point .quality-2point:first-of-type figure {
  margin-top: 60px;
}

.area-quality-2point .quality-2point:last-of-type figure {
  max-width: 184px;
  margin: 0 auto;
  /* margin-top: 120px; */
  /* 修正 */
  margin-top: 50px;
}

/* 修正 */
.area-quality-2point .quality-2point-ttl > .area-quality-2point-txt {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #464c50;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .area-quality-2point {
    display: block;
  }

  .area-quality-2point .quality-2point {
    width: 100%;
    padding: 30px 20px;
  }

  .area-quality-2point .quality-2point:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .area-quality-2point .quality-2point:last-of-type {
    background-image: url(../../images/cbd/about-cbd/quality-control-02-bg.jpg);
    margin-left: 0;
  }

  .area-quality-2point .quality-2point:last-of-type figure {
    width: 110px;
    margin-top: 40px;
    padding-bottom: 30px;
    width: 29.333vw;
    margin-top: 10.667vw;
    padding-bottom: 8vw;
  }

  .area-quality-2point .quality-2point-ttl > p {
    width: 26px;
    height: 26px;
    font-size: 2.5rem;
    width: 6.933vw;
    height: 6.933vw;
    font-size: 6.667vw;
    line-height: 0.8;
  }

  /* 修正 */
  .area-quality-2point .quality-2point-ttl > .area-quality-2point-txt {
    font-size: 12px;
  }
}

/***高品質なCBD原料 - 当社のCBD原料の品質管理体制***************************/
.area-quality-system {
  text-align: center;
}

.area-quality-system ul.list-quality-system {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}

.area-quality-system ul.list-quality-system::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background: #88949d;
  margin: auto;
  z-index: -1;
}

.area-quality-system ul.list-quality-system li {
  text-align: center;
  height: 100px;
  background: #eaedef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 30px;
}

.area-quality-system ul.list-quality-system li:first-child {
  margin-top: 0;
}

.area-quality-system ul.list-quality-system li:last-child {
  background: #9aa3a8;
  color: #fff;
}

.area-quality-system ul.list-quality-system li span.notice {
  font-size: 1.2rem;
  color: #88949d;
}

@media screen and (max-width: 959px) {
  .area-quality-system ul.list-quality-system {
    padding-top: 30px;
    padding-top: 4vw;
  }

  .area-quality-system ul.list-quality-system li {
    height: 140px;
    height: 24vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .area-quality-system ul.list-quality-system li span.notice {
    font-size: 1.1rem;
    font-size: 3vw;
  }
}

/***高品質なCBD原料 - COAのTHC分析基準***************************/
.cont-quality-analysis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
}

.cont-quality-analysis .cont-quality-analysis-figure,
.cont-quality-analysis .cont-quality-analysis-txt {
  box-sizing: border-box;
}

.cont-quality-analysis .cont-quality-analysis-figure {
  width: 55%;
  position: relative;
}

.cont-quality-analysis .cont-quality-analysis-txt {
  width: 45%;
  padding: 0 50px 0 40px;
}

.cont-quality-analysis .cont-quality-analysis-figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #f8f9fa;
  top: 120px;
  z-index: -1;
}

.cont-quality-analysis .cont-quality-analysis-figure-inner {
  display: block;
  max-width: 374px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .cont-quality-analysis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f8f9fa;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 30px;
    padding: 16vw 8vw;
    margin-top: 60px;
    margin-top: 16vw;
    box-sizing: border-box;
  }

  .cont-quality-analysis .cont-quality-analysis-figure {
    width: 100%;
  }

  .cont-quality-analysis .cont-quality-analysis-txt {
    width: 100%;
    padding: 0;
  }

  .cont-quality-analysis .cont-quality-analysis-figure::before {
    display: none;
  }

  .cont-quality-analysis .section-index-lv03 {
    text-align: center;
  }

  .cont-quality-analysis .cont-quality-analysis-figure-inner {
    max-width: 80%;
  }
}

/* 修正箇所 */
/***規制成分の網羅的な自主検査 - ***************************/
.cont-voluntary-recall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  margin-top: 160px;
}

.cont-voluntary-recall .cont-voluntary-recall-figure,
.cont-voluntary-recall .cont-voluntary-recall-txt {
  box-sizing: border-box;
}

.cont-voluntary-recall .cont-voluntary-recall-txt {
  width: 49%;
  padding: 0 50px 0 50px;
}

.cont-voluntary-recall .cont-voluntary-recall-figure {
  width: 51%;
  text-align: center;
  position: relative;
}

.cont-voluntary-recall .cont-voluntary-recall-figure img {
  width: 71.772%;
}

.cont-voluntary-recall .cont-voluntary-recall-figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  height: 17.015vw;
  background: #f8f9fa;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .inner-area.area-voluntary-recall {
    margin-top: 0 !important;
  }

  .cont-voluntary-recall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
    background: #f8f9fa;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 30px;
    padding: 16vw 8vw;
    padding-top: 0;
    margin-top: 60px;
    margin-top: 16vw;
    margin-top: 0;
    box-sizing: border-box;
  }

  .cont-voluntary-recall .cont-voluntary-recall-figure {
    width: 100%;
  }

  /* 修正 */

  .cont-voluntary-recall .cont-voluntary-recall-figure img {
    width: 100%;
    vertical-align: bottom;
  }

  .cont-voluntary-recall .cont-voluntary-recall-txt {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .cont-voluntary-recall .cont-voluntary-recall-figure::before {
    display: none;
  }

  .cont-voluntary-recall .section-index-lv03 {
    text-align: center;
  }
}

/*-- ============= END ============= --*/

/***U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - ***************************/
.section-partnership {
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}

.section-partnership::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/common/bg-leaf.jpg);
  width: 680px;
  height: 584px;
  mix-blend-mode: multiply;
  background-size: cover;
}

.section-partnership::after {
  content: '';
  position: absolute;
  top: 1%;
  left: 40px;
  background-image: url(../../images/common/bg-shiki.png);
  width: 380px;
  height: 234px;
  opacity: 0.7;
  background-size: cover;
}

.section-partnership-bg-leaf {
  position: relative;
}

.section-partnership-bg-leaf::before {
  content: '';
  position: absolute;
  top: 40em;
  left: -10em;
  background-image: url(../../images/common/bg-leaf01.png);
  width: 586px;
  height: 596px;
  background-size: cover;
}

.section-partnership sup {
  vertical-align: super;
  font-size: 1.1rem;
  position: relative;
}

.section-partnership .cont-partnership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.section-partnership .cont-partnership::before {
  content: '';
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50%;
  height: 110%;
  background: #f8f9fa;
  z-index: -100;
}

.section-partnership .cont-partnership .cont-partnership-txt {
  width: 50%;
  padding-left: 20px;
}

.section-partnership .cont-partnership .cont-partnership-txt > p {
  max-width: 530px;
}

.section-partnership .cont-partnership .cont-partnership-icon {
  width: 50%;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner {
  max-width: 600px;
  text-align: center;
  /*padding: 60px 8% 30px 0;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  .material-logo {
  position: absolute;
  top: 90px;
  left: 50px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  .material-logo
  img {
  max-width: 140px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  .cont-partnership-icon-inner
  img {
  max-width: 92px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 170px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list
  li {
  color: #768089;
  padding-left: 30px;
  margin-top: 30px;
}

.section-partnership
  .cont-partnership
  .cont-partnership-icon
  ul.cont-partnership-icon-list
  li
  > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
}

/* 修正箇所 */
.section-partnership-txt {
  font-size: 15px;
  margin-top: 60px;
  line-height: 2.3;
}

.partnership-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.partnership-contents {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partnership-contents:first-child {
  margin-right: 96px;
}

.partnership-contents:last-child {
  margin-left: 96px;
}

.partnership-contents-images {
  margin-bottom: 36px;
}

.partnership-contents-item {
  text-align: center;
}

.partnership-contents-img-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .section-partnership {
    margin-top: 60px;
    margin-top: 12vw;
  }

  .section-partnership::before {
    top: 0;
    right: -12%;
    width: 300px;
    height: 252px;
    width: 80vw;
    height: 67.2vw;
  }

  .section-partnership::after {
    top: -4%;
    left: -10%;
    width: 233px;
    height: 140px;
    width: 61.333vw;
    height: 37.333vw;
  }

  .section-partnership-bg-leaf::before {
    display: none;
  }

  .section-partnership .cont-partnership {
    display: block;
  }

  .section-partnership .cont-partnership::before {
    display: none;
  }

  .section-partnership .cont-partnership .cont-partnership-txt,
  .section-partnership .cont-partnership .cont-partnership-icon {
    width: 100%;
  }

  .section-partnership .cont-partnership .cont-partnership-txt {
    padding-left: 0;
  }

  .section-partnership .cont-partnership .cont-partnership-icon {
    background: #f8f9fa;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner {
    max-width: 100%;
    padding: 30px 20px;
    padding: 8vw 5.3333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list
    li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    ul.cont-partnership-icon-list
    li
    > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    .material-logo {
    position: relative;
    top: 0;
    left: 0;
  }

  .section-partnership
    .cont-partnership
    .cont-partnership-icon
    .cont-partnership-icon-inner
    .material-logo
    img {
    max-width: 100px;
  }

  /* 修正箇所 */
  .section-partnership-txt {
    font-size: 12px;
    margin-top: 30px;
    line-height: 2.3;
    text-align: left;
  }

  .partnership-container {
    flex-direction: column;
    margin-bottom: 42px;
  }

  .partnership-contents {
    max-width: 100%;
  }

  .partnership-contents:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .partnership-contents:last-child {
    margin-left: 0;
  }

  .partnership-contents-images {
    width: 47.6193%;
    margin-bottom: 34px;
  }

  .partnership-contents-images img {
    vertical-align: bottom;
  }

  .partnership-contents-item {
    text-align: center;
  }

  .partnership-contents-img-pc {
    display: none;
  }

  .partnership-contents-img-sp {
    display: block;
    margin: 0 auto;
  }

  .br-pc {
    display: none;
  }
}

/*** U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - 企画商品にあわせた豊富な原料 ***************************/
.cont-material {
  text-align: center;
  margin-top: 180px;
  position: relative;
  overflow: hidden;
}

.cont-material .cont-material-txt {
  max-width: 1200px;
  margin: 0 auto;
}

.cont-material .tbl-material-pcview {
  display: block;
}

.cont-material .tbl-material-spview {
  display: none;
}

.cont-material .tbl-material {
  max-width: 1200px;
}

.cont-material .tbl-material tr:first-child th,
.cont-material .tbl-material tr:first-child td {
  border-top: none;
}

.cont-material .tbl-material thead th {
  text-align: center;
  font-weight: 400;
}

.cont-material .tbl-material thead th:last-child {
  border-right: 0;
}

.cont-material .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material-spview .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material-spview .tbl-material tbody td {
  text-align: center;
}

.cont-material .tbl-material tbody td.sample {
  font-size: 1.8rem;
}

/* 修正 */
.tbl-material-pcview .tbl-material thead th {
  font-size: 15px;
  line-height: 1;
}

.tbl-material-pcview .tbl-material thead th span {
  display: block;
  min-height: 45px;
}

.tbl-material-pcview .tbl-material tbody th {
  text-align: center;
}

.tbl-material-pcview .tbl-material tbody td {
  font-size: 1.269vw;
  font-size: 15px;
  line-height: 1;
}

.tbl-material-pcview .tbl-material thead th img {
  margin-top: 25px;
}

.cont-material .tbl-material tbody td.sample {
  font-size: 1.5rem;
}

@media screen and (min-width: 1480px) {
  .section-partnership .cont-partnership .cont-partnership-txt {
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .cont-material {
    margin-top: 60px;
    margin-top: 12vw;
  }

  .cont-material::before {
    display: none;
  }

  .cont-material .tbl-material-spview {
    display: block;
  }

  .cont-material .tbl-material-pcview {
    display: none;
  }

  .cont-material .tbl-material-spview .tbl-material {
    border: 1px solid #dce0e2;
    width: 100%;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .cont-material .tbl-material-spview .tbl-material th,
  .cont-material .tbl-material-spview .tbl-material td {
    display: table-cell;
    padding: 15px 10px;
    padding: 4vw 2.667vw;
    border-top: 1px solid #dce0e2;
  }

  .cont-material .tbl-material-spview .tbl-material thead th {
    width: 100%;
    /* 修正 */
    line-height: 1;
  }

  .cont-material .tbl-material-spview .tbl-material thead th img {
    margin-top: 10px;
  }

  .cont-material .tbl-material-spview .tbl-material tbody th {
    width: 38%;
  }

  .cont-material .tbl-material-spview .tbl-material tbody td {
    width: 62%;
    /* 修正 */
    line-height: 1;
  }

  .cont-material .tbl-material-spview .tbl-material tbody tr:last-child td {
    border-bottom: 0;
  }

  .cont-material .cont-material-txt {
    text-align: left;
  }

  /* 修正 */
  .cont-material .tbl-material tbody td.sample {
    font-size: 1.3rem;
  }
}

/*** 独自開発のナノCBD ***************************/
/* 修正 */
.cont-nano-cbd-container {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 60px;
}

.cont-nano-cbd-contents {
  max-width: 450px;
}

.cont-nano-cbd-contents:first-child {
  margin-right: 77px;
}

.cont-nano-cbd-contents:last-child {
  margin-left: 77px;
}

.cont-nano-cbd-contents-inner {
  margin-bottom: 25px;
  padding: 0 79px;
}

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

.cont-nano-cbd-name {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.cont-nano-cbd-desc-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cont-nano-cbd-desc-item {
  text-align: left;
  position: relative;
  padding-left: 10px;
  font-size: 15px;
}

.cont-nano-cbd-desc-item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #464c50;
  position: absolute;
  left: 0;
  top: 15px;
}

.cont-nano-cbd-desc-asterisk {
  font-size: 12px;
}

.cont-nano-cbd-report-card {
  margin-bottom: 16px;
}

.cont-nano-cbd-report-card img {
  vertical-align: bottom;
}

.cont-nano-cbd-report-card-txt {
  line-height: 1.3;
}

.cont-nano-cbd-figures {
  margin-top: 64px;
  margin-bottom: 25px;
  display: flex;
}

.cont-nano-cbd-figure {
  width: 50%;
}

.cont-nano-cbd-figure img {
  vertical-align: bottom;
}

.cont-nano-cbd-figure:first-child {
  margin-right: 30px;
}

.cont-nano-cbd-figure:last-child {
  margin-left: 30px;
}

.cont-nano-cbd-figure-desc {
  font-size: 24px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
}

.cont-nano-cbd-figures-txt {
  line-height: 1.3;
  text-align: left;
}

.cont-nano-cbd-introduction {
  margin-top: 80px;
}

.cont-nano-cbd-introduction-list {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.cont-nano-cbd-introduction-item:not(:last-child) {
  margin-right: 131px;
}

.cont-nano-cbd-introduction-item-images img {
  vertical-align: bottom;
}

.cont-nano-cbd-introduction-item-name {
  font-size: 24px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  margin-top: 32px;
}

@media screen and (max-width: 959px) {
  .cont-nano-cbd-txt {
    text-align: left;
  }

  .cont-nano-cbd-container {
    flex-direction: column;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 45px;
  }

  .cont-nano-cbd-contents {
    max-width: 100%;
    width: 100%;
  }

  .cont-nano-cbd-contents:first-child {
    margin-right: 0;
    margin-bottom: 74px;
  }

  .cont-nano-cbd-contents:last-child {
    margin-left: 0;
  }

  .cont-nano-cbd-contents-inner {
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .cont-nano-cbd-name {
    font-size: 15px;
    line-height: 1.8;
  }

  .cont-nano-cbd-desc-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cont-nano-cbd-desc-item {
    text-align: left;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
  }

  .cont-nano-cbd-desc-item::before {
    top: 12px;
  }

  .cont-nano-cbd-report-card {
    margin-bottom: 12px;
  }

  .cont-nano-cbd-report-card-txt {
    text-align: left;
  }

  .cont-nano-cbd-figures {
    margin-top: 55px;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .cont-nano-cbd-figure {
    width: 100%;
  }

  .cont-nano-cbd-figure:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .cont-nano-cbd-figure:last-child {
    margin-left: 0;
  }

  .cont-nano-cbd-figure-desc {
    font-size: 15px;
  }

  .cont-nano-cbd-figures-txt {
    line-height: 1.3;
  }

  .cont-nano-cbd-introduction {
    margin-top: 60px;
  }

  .cont-nano-cbd-introduction-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .cont-nano-cbd-introduction-item {
    width: 42%;
  }

  .cont-nano-cbd-introduction-item:not(:last-child) {
    margin-right: 0;
  }

  .cont-nano-cbd-introduction-item:nth-child(1),
  .cont-nano-cbd-introduction-item:nth-child(2) {
    margin-bottom: 36px;
  }

  .cont-nano-cbd-introduction-item-images img {
    width: 100%;
  }

  .cont-nano-cbd-introduction-item-name {
    font-size: 16px;
    margin-top: 21px;
  }
}

/*** U.S. Hemp Authorityの認証取得メーカーとの
業務提携 - 使い分けの例 ***************************/
.cont-usecase {
  background-image: url(../../images/cbd/about-cbd/usecase-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
}

.cont-usecase ul.list-usecase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -50px;
}

.cont-usecase ul.list-usecase li {
  width: 33.33333%;
  padding-left: 50px;
  box-sizing: border-box;
}

.cont-usecase ul.list-usecase li .list-usecase-header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 54.4111%;
  position: relative;
}

.cont-usecase ul.list-usecase li:nth-child(1) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-01.jpg);
}

.cont-usecase ul.list-usecase li:nth-child(2) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-02.jpg);
}

.cont-usecase ul.list-usecase li:nth-child(3) .list-usecase-header {
  background-image: url(../../images/cbd/about-cbd/usecase-03.jpg);
}

.cont-usecase ul.list-usecase li .list-usecase-header .list-usecase-number {
  position: absolute;
  top: 24px;
  left: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  line-height: 0;
}

.cont-usecase ul.list-usecase li .list-usecase-cont {
  background: #fff;
  padding: 20px 14px;
}

.cont-usecase ul.list-usecase li .list-usecase-cont > p {
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-arw {
  margin: 0 auto;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-arw > img {
  width: 16px;
  height: 11px;
}

.cont-usecase ul.list-usecase li .list-usecase-cont .list-usecase-cont-sub {
  background: #eaedef;
  line-height: 1.5;
  padding: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .cont-usecase {
    background-image: url(../../images/wellpharma/cbd/about-cbd/usecase-bg_sp.jpg);
    background-image: url(../../images/wellpharma/cbd/about-cbd/usecase-bg_sp.jpg);
    padding: 13.333vw 5.333vw;
  }

  .cont-usecase ul.list-usecase {
    display: block;
    margin-top: 40px;
    margin-top: 10.667vw;
    margin-left: 0;
  }

  .cont-usecase ul.list-usecase li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .cont-usecase ul.list-usecase li:first-child {
    margin-top: 0;
  }

  .cont-usecase ul.list-usecase li .list-usecase-cont > p {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }
}

/***************************************************************************

What's CBD

***************************************************************************/

/*** MV ***************************/
.whats-cbd-mv {
  background-image: url(../../images/cbd/whats-cbd/mv-whats-cbd_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .whats-cbd-mv {
    background-image: url(../../images/cbd/whats-cbd/mv-whats-cbd_sp.jpg);
    background-position: center center;
  }
}

/*** Whats CBD ***************************/
.section-whats-cbd {
  background-image: url(../../images/cbd/whats-cbd/whats-cbd-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 120px 0 30vw 0;
}

.section-whats-cbd .area-phytochemicals {
  background-image: url(../../images/cbd/whats-cbd/whats-cbd-01-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 70px 80px;
}

.section-whats-cbd .area-phytochemicals ul.list-phytochemicals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: -26px;
}

.section-whats-cbd .area-phytochemicals ul.list-phytochemicals li {
  width: 25%;
  padding-left: 26px;
  box-sizing: border-box;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li
  .list-phytochemicals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  height: 180px;
  box-sizing: border-box;
  line-height: 1.5;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li
  .list-phytochemicals-item
  > span {
  font-size: 1.4rem;
  display: block;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li:nth-child(odd)
  .list-phytochemicals-item {
  background: #9aa3a8;
  color: #fff;
}

.section-whats-cbd
  .area-phytochemicals
  ul.list-phytochemicals
  li:nth-child(even)
  .list-phytochemicals-item {
  background: #eaedef;
}

.section-whats-cbd .area-acting {
  text-align: center;
  border: 1px solid #9aa3a8;
  padding: 60px 30px;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 80px;
}

.section-whats-cbd .area-whats-cbd-lead {
  margin: 0 0 0 auto;
  width: 60%;
  margin-top: 60px;
}

.section-whats-cbd ul.list-cbd-acting {
  padding-left: 60px;
}

.section-whats-cbd ul.list-cbd-acting li {
  font-size: 1.7rem;
  width: 25%;
}

.section-whats-cbd ul.list-cbd-acting li::before {
  top: 9px;
}

@media screen and (max-width: 959px) {
  .section-whats-cbd {
    background-image: url(../../images/cbd/whats-cbd/whats-cbd-bg_sp.jpg);
    padding: 70px 0 250px 0;
    padding: 18.667vw 0 66.667vw 0;
  }

  .section-whats-cbd .area-phytochemicals {
    background-image: url(../../images/cbd/whats-cbd/whats-cbd-01-bg_sp.jpg);
    padding: 50px 60px;
    padding: 13.333vw 16vw;
  }

  .section-whats-cbd .area-phytochemicals ul.list-phytochemicals {
    display: block;
    margin-top: 30px;
    margin-top: 8vw;
    margin-left: 0;
  }

  .section-whats-cbd .area-phytochemicals ul.list-phytochemicals li {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
    margin-top: 3.2vw;
  }

  .section-whats-cbd
    .area-phytochemicals
    ul.list-phytochemicals
    li
    .list-phytochemicals-item {
    height: 140px;
    height: 37.333vw;
  }

  .section-whats-cbd
    .area-phytochemicals
    ul.list-phytochemicals
    li
    .list-phytochemicals-item
    > span {
    font-size: 1.1rem;
    font-size: 2.933vw;
  }

  .section-whats-cbd .area-acting {
    padding: 40px 30px;
    padding: 10.667vw 8vw;
  }

  .section-whats-cbd .area-whats-cbd-lead {
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-whats-cbd ul.list-cbd-acting {
    padding-left: 0;
  }

  .section-whats-cbd ul.list-cbd-acting li {
    font-size: 1.4rem;
    font-size: 3.733vw;
    width: 50%;
  }

  .section-whats-cbd ul.list-cbd-acting li::before {
    top: 9px;
  }
}

/*** 250以上の疾患に対するCBDの効果がいま世界中で研究されています ***************************/
.section-medication {
  background: #fafafa;
  padding: 160px 0;
  position: relative;
}

.section-medication::before {
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  max-width: 1342px;
  height: 312px;
  background-image: url(../../images/cbd/whats-cbd/meducation-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  overflow: hidden;
}

.section-medication .fig-medication {
  background-image: url(../../images/cbd/whats-cbd/meducation-fig.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 35.08%;
  margin-top: 80px;
}

.section-medication .area-medication-list {
  background: #fff;
  padding: 60px 90px;
}

.section-medication .area-medication-list .notice {
  font-size: 60%;
}

@media screen and (max-width: 959px) {
  .section-medication {
    padding: 60px 30px;
    padding: 16vw 0;
  }

  .section-medication::before {
    top: 200px;
    top: 53vw;
    width: 100%;
    height: 200px;
    height: 53vw;
    background-size: cover;
  }

  .section-medication .fig-medication {
    background-image: url(../../images/cbd/whats-cbd/meducation-fig_sp.jpg);
    padding-top: 109.52%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-medication .area-medication-list {
    padding: 40px 20px;
    padding: 10.667vw 5.33vw;
  }
}

/***記事のレイアウト***************************/
.section-cbd-article .knowledge-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-cbd-article .knowledge-category-list article.knowledge-post {
  float: none;
}

@media screen and (max-width: 959px) {
  .section-cbd-article .knowledge-category-list {
    display: block;
  }
}

/***************************************************************************

OEM/PB

***************************************************************************/

/*** MV ***************************/
.oem-mv {
  background-image: url(../../images/oem/mv-oem_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .oem-mv {
    background-image: url(../../images/oem/mv-oem_sp.jpg);
    background-position: center center;
  }
}

/*** 食品・サプリメントのOEM/ODM ***************************/
ul.list-item-set-edible li h3.section-index-lv03 {
  margin-top: 5px;
}

ul.list-item-set-edible li ul.list-common.list-common-01 {
  padding-top: 15px;
}

@media screen and (max-width: 959px) {
  .oem-mv {
    background-image: url(../../images/oem/mv-oem_sp.jpg);
    background-position: center center;
  }
}

/*** 化粧品のOEM/ODM ***************************/
.section-cosmetics {
  position: relative;
}

.section-cosmetics::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #f0f4f7;
  overflow: hidden;
}

.section-cosmetics .area-cosmetics {
  position: relative;
}

.section-cosmetics .area-cosmetics figure.fig-cosmetic-main {
  text-align: center;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -28px;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li {
  width: 25%;
  padding-left: 28px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li .cosmetics-nav-set {
  background: #fff;
  position: relative;
  height: 80px;
}

.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  div.cosmetics-nav-set-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
}

/*.section-cosmetics .area-cosmetics ul.cosmetics-nav-list li .cosmetics-nav-set.no-link{
	padding: 20px 15px;
}*/
.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  > a {
  background: #fff;
  /*padding: 20px 15px;*/
  display: block;
  height: 100%;
  position: relative;
}

.section-cosmetics
  .area-cosmetics
  ul.cosmetics-nav-list
  li
  .cosmetics-nav-set
  > a::after {
  font-family: auto;
  content: '';
  background-image: url(../../images/common/btn-arw.png);
  background-size: cover;
  width: 32px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.section-cosmetics .cosmetics-oem-serviceinfo {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cosmetics .cosmetics-oem-serviceinfo .cosmetics-oem-serviceinfo-set {
  width: 50%;
  text-align: center;
  padding: 40px 10px;
  border: 1px solid #dce0e2;
  box-sizing: border-box;
}

.section-cosmetics
  .cosmetics-oem-serviceinfo
  .cosmetics-oem-serviceinfo-set:first-child {
  border-right: 0;
}

.section-cosmetics ul.cosmetics-oem-notice-list {
  margin-top: 50px;
}

.section-cosmetics ul.cosmetics-oem-notice-list li {
  position: relative;
  padding-left: 15px;
}

.section-cosmetics ul.cosmetics-oem-notice-list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1095px) {
  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a,
  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a::after {
    transition: 0.3s;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a:hover {
    background: #90a6b4;
    color: #fff;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a:hover::after {
    background-image: url(../../images/common/btn-arw_w.png);
  }
}

@media screen and (max-width: 959px) {
  .section-cosmetics {
  }

  .section-cosmetics::before {
    top: 28%;
    height: 72%;
  }

  .section-cosmetics .area-cosmetics ul.cosmetics-nav-list {
    margin-left: -11px;
    margin-left: -2.933vw;
  }

  .section-cosmetics .area-cosmetics ul.cosmetics-nav-list li {
    width: 50%;
    padding-left: 11px;
    padding-left: 2.933vw;
    margin-bottom: 11px;
    margin-bottom: 2.933vw;
  }

  .section-cosmetics
    .area-cosmetics
    ul.cosmetics-nav-list
    li
    .cosmetics-nav-set
    > a::after {
    width: 28px;
    height: 4px;
  }

  .section-cosmetics .cosmetics-oem-serviceinfo,
  .section-cosmetics ul.cosmetics-oem-notice-list {
    margin-top: 40px;
    margin-top: 10.667vw;
  }
}

/*** 当社のOEMサービスの特徴 ***************************/
.section-features {
  position: relative;
}

.section-features::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/oem/features-bg.jpg);
  width: 787px;
  height: 615px;
}

.section-features ul.features-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-features ul.features-top-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5%;
  width: calc(100% / 3 - 4%);
}

.section-features ul.features-top-list li .features-top-list-set {
  background: #fff;
  padding: 60px 30px 140px 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section-features ul.features-top-list li:nth-child(1) .features-top-list-set {
  background-image: url(../../images/oem/feature-01.jpg);
}

.section-features ul.features-top-list li:nth-child(2) .features-top-list-set {
  background-image: url(../../images/oem/feature-02.jpg);
}

.section-features ul.features-top-list li:nth-child(3) .features-top-list-set {
  background-image: url(../../images/oem/feature-03.jpg);
}

.section-features ul.features-top-list li:nth-child(4) .features-top-list-set {
  background-image: url(../../images/oem/feature-04.jpg);
}

.section-features ul.features-top-list li:nth-child(5) .features-top-list-set {
  background-image: url(../../images/oem/feature-05.jpg);
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  .features-top-list-number {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  h3.section-index-lv03 {
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #768089;
}

.section-features ul.features-top-list li .features-top-list-set p {
  line-height: 2;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  ul.list-common.list-common-01
  li {
  background-image: none;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  margin-top: 15px;
}

.section-features
  ul.features-top-list
  li
  .features-top-list-set
  ul.list-common.list-common-01
  li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .section-features ul.features-top-list li {
    display: block;
    margin: 0;
    width: 100%;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-features ul.features-top-list li .features-top-list-set {
    padding: 40px 30px 100px 30px;
    padding: 10.667vw 8vw 26.667vw 8vw;
  }

  .section-features
    ul.features-top-list
    li
    .features-top-list-set
    .features-top-list-number {
    width: 21.867vw;
    height: 21.867vw;
  }

  .section-features
    ul.features-top-list
    li
    .features-top-list-set
    h3.section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
    height: 16vw;
    padding-bottom: 5.333vw;
  }
}

/*** 当社のOEMサービスの特徴 ***************************/
.section-oem-flow {
  position: relative;
  overflow: hidden;
}

.section-oem-flow::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -12%;
  background-image: url(../../images/common/bg-leaf01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 586px;
  height: 596px;
}

.section-oem-flow::after {
  content: '';
  position: absolute;
  bottom: 0%;
  right: -12%;
  background-image: url(../../images/common/bg-leaf02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 413px;
  height: 413px;
}

.section-oem-flow dl.flow-oem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaedef;
  margin-bottom: 40px;
}

.section-oem-flow dl.flow-oem dt,
.section-oem-flow dl.flow-oem dd {
  box-sizing: border-box;
}

.section-oem-flow dl.flow-oem dt {
  width: 260px;
  position: relative;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
}

.section-oem-flow dl.flow-oem dt::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: #afb9c4 transparent transparent transparent;
  border-width: 20px 130px 0 130px;
  z-index: 1;
  overflow: hidden;
}

.section-oem-flow dl.flow-oem.flow-oem-01 dt {
  background: #afb9c4;
}

.section-oem-flow dl.flow-oem.flow-oem-01 dt::after {
  border-color: #afb9c4 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-02 dt {
  background: #929da8;
}

.section-oem-flow dl.flow-oem.flow-oem-02 dt::after {
  border-color: #929da8 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-03 dt {
  background: #6e7881;
}

.section-oem-flow dl.flow-oem.flow-oem-03 dt::after {
  border-color: #6e7881 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem.flow-oem-04 dt {
  background: #555e64;
}

.section-oem-flow dl.flow-oem.flow-oem-04 dt::after {
  border-color: #555e64 transparent transparent transparent;
}

.section-oem-flow dl.flow-oem dd {
  width: 70%;
  padding-left: 30px;
}

.section-oem-flow dl.flow-oem dd .flow-oem-sub {
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
}

.section-oem-flow dl.flow-oem dd .flow-oem-sub h3.section-index-lv03 {
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .section-oem-flow::before {
    content: '';
    position: absolute;
    top: -3%;
    left: -22%;
    width: 293px;
    height: 298px;
  }

  .section-oem-flow::after {
    content: none;
  }

  .section-oem-flow dl.flow-oem {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
    margin-bottom: 10.667vw;
  }

  .section-oem-flow dl.flow-oem dt {
    height: 80px;
    height: 21.333vw;
  }

  .section-oem-flow dl.flow-oem dt,
  .section-oem-flow dl.flow-oem dd {
    width: 100%;
    padding: 0;
  }

  .section-oem-flow dl.flow-oem dt::after {
    border-width: 20px 42vw 0 42vw;
  }

  .section-oem-flow dl.flow-oem dd {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-oem-flow dl.flow-oem dd .flow-oem-sub h3.section-index-lv03 {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }
}

/*** OEMの製品リスト***************************/
.section-product-list .product-list-sub:first-of-type {
  margin-top: 30px;
  border-top: 1px solid #dce0e2;
  border-bottom: 1px solid #dce0e2;
  padding: 19px 0 20px 0;
}

.section-product-list .product-list-sub:last-of-type {
  margin-top: 30px;
}

.section-product-list .product-list-sub .product-list-sub-ttl {
  margin-top: 0;
}

.section-product-list ul.col-item li ul.list-common li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-product-list ul.col-item li ul.list-common {
  padding-top: 0;
}

.section-product-list ul.col-item li ul.list-common li {
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  .section-product-list ul.col-item li ul.list-common li {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .section-product-list .product-list-sub:first-of-type {
    margin-top: 20px;
    padding: 15px 0 20px 0;
    margin-top: 5.333vw;
    padding: 4vw 0 5.333vw 0;
  }
}

/*** OEMの特徴 ***************************/
.area-oem-features {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px;
}

.area-oem-features .oem-features-fig {
  width: 26%;
}

.area-oem-features .oem-features-txt {
  width: 74%;
  padding-left: 80px;
  box-sizing: border-box;
}

.area-oem-features .oem-features-txt .section-index-lv03 {
  font-size: 2rem;
}

.area-oem-features table.tbl-features {
  margin-top: 30px;
}

.area-oem-features table.tbl-common tbody th,
.area-oem-features table.tbl-common tbody td {
  padding: 15px 10px;
}

.area-oem-features table.tbl-common tbody td {
  padding: 15px 10px;
}

.area-oem-features .oem-features-staff {
  background: #eaedef;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl,
.area-oem-features .oem-features-staff .oem-features-staff-txt {
  padding: 20px 0;
  margin-top: 0;
  box-sizing: border-box;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl {
  font-family: 'Playfair Display', serif;
  width: 22%;
  position: relative;
  text-align: center;
}

.area-oem-features .oem-features-staff .oem-features-staff-ttl::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #9aa3a8;
}

.area-oem-features .oem-features-staff .oem-features-staff-txt {
  width: 78%;
  padding-left: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 959px) {
  .area-oem-features {
    padding: 0;
    display: block;
  }

  .area-oem-features .oem-features-fig,
  .area-oem-features .oem-features-txt {
    width: 100%;
  }

  .area-oem-features .oem-features-fig img {
    max-width: 100%;
  }

  .area-oem-features .oem-features-txt {
    padding-left: 0;
    padding: 0 20px;
    padding: 0 5.333vw;
    padding-bottom: 20px;
    padding-bottom: 5.333vw;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .area-oem-features .oem-features-txt .section-index-lv03 {
    font-size: 1.8rem;
    font-size: 4.8vw;
    text-align: center;
  }

  .area-oem-features table.tbl-features {
    margin-top: 30px;
    margin-top: 8vw;
  }

  table.tbl-common {
    border: 1px solid #dce0e2;
  }

  table.tbl-common tbody th,
  table.tbl-common tbody td {
    display: block;
    width: 100%;
    border: none;
  }

  table.tbl-common tr:first-child th,
  table.tbl-common tr:first-child td {
    border-top: none;
  }

  .area-oem-features table.tbl-common tbody td {
    padding: 15px 10px;
    padding: 4vw 2.667vw;
  }

  .area-oem-features .oem-features-staff {
    display: block;
    padding: 20px;
    padding: 5.333vw;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl,
  .area-oem-features .oem-features-staff .oem-features-staff-txt {
    width: 100%;
    padding: 0;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .area-oem-features .oem-features-staff .oem-features-staff-ttl::before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

/*** vape　カートリッジ ***************************/
.section-cartridge .inner-area {
  margin-top: 120px;
}

.section-cartridge .inner-area:first-of-type {
  margin-top: 0;
}

.section-cartridge .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

.section-cartridge ul.cartridge-list-03,
.section-cartridge ul.cartridge-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-top: 40px;
}

.section-cartridge ul.cartridge-list-03 li,
.section-cartridge ul.cartridge-list-02 li {
  padding-left: 32px;
  box-sizing: border-box;
}

.section-cartridge ul.cartridge-list-03 li .cartridge-list-inner,
.section-cartridge ul.cartridge-list-02 li .cartridge-list-inner {
  background: #fff;
  padding: 30px;
}

.section-cartridge ul.cartridge-list-03 li {
  width: 33.3333%;
}

.section-cartridge ul.cartridge-list-02 li {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .section-cartridge .inner-area {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-cartridge ul.cartridge-list-03,
  .section-cartridge ul.cartridge-list-02 {
    margin-left: -10px;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-cartridge ul.cartridge-list-03 li,
  .section-cartridge ul.cartridge-list-02 li {
    width: 50%;
    padding-left: 10px;
    margin-top: 10px;
  }

  .section-cartridge ul.cartridge-list-03 li:nth-child(3) {
    width: 100%;
    padding-left: 10px;
  }

  .section-cartridge ul.cartridge-list-03 li .cartridge-list-inner,
  .section-cartridge ul.cartridge-list-02 li .cartridge-list-inner {
    padding: 1rem;
  }

  .section-cartridge
    ul.cartridge-list-03
    li:nth-child(3)
    .cartridge-list-inner {
    padding: 4rem;
  }

  .section-cartridge ul.cartridge-list-02 {
    display: block;
    margin-left: 0;
  }

  .section-cartridge ul.cartridge-list-02 li {
    width: 100%;
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}

/*** vape　フレーバー ***************************/
.flavor-ttl-notice {
  font-size: 60%;
}

table.tbl-flavor {
  margin-top: 25px;
}

table.tbl-flavor th,
table.tbl-flavor td {
  padding: 10px;
  line-height: 1.5;
}

table.tbl-flavor thead th {
  background: #9aa3a8;
  color: #fff;
  text-align: center;
}

table.tbl-flavor tbody td:last-child {
  border-right: 1px solid #dce0e2;
}

table.tbl-flavor tbody tr td.ctr {
  text-align: center;
  vertical-align: middle;
}

table.tbl-flavor tbody tr td.spot-01 {
  background: #f2f6f8;
}

table.tbl-flavor tbody tr td.spot-02 {
  background: #ecf1f4;
}

table.tbl-flavor tbody tr td.spot-03 {
  background: #e5e9eb;
}

@media screen and (max-width: 959px) {
  table.tbl-flavor tbody th,
  table.tbl-flavor tbody td {
    display: table-cell;
  }

  table.tbl-flavor tbody th,
  table.tbl-flavor tbody td {
    border-bottom: 1px solid #dce0e2;
    border-right: 1px solid #dce0e2;
  }
}

/*** Pet ***************************/
.pet-main-bg {
  background-image: url(../../images/oem/pet/pet-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 36.736%;
}

.about-pet-cbd ul.col-item li .col-item-txt {
  padding-right: 80px;
  padding-left: 30px;
}

.about-pet-cbd ul.col-item li .col-item-fig {
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .about-pet-cbd ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-pet-cbd ul.col-item li .col-item-txt {
    padding: 0;
  }

  .about-pet-cbd ul.col-item li .col-item-fig {
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/***************************************************************************

オリジナル商品

***************************************************************************/

/*** MV ***************************/
.about-concept {
  background-image: url(../../images/pb/concept_bg.jpg);
}

@media screen and (max-width: 959px) {
}

/*** About ***************************/
.about-concept .concept-textArea {
  padding: 0;
}

@media screen and (max-width: 959px) {
  .about-concept {
    background-image: url(../../images/pb/concept_bg_sp.jpg);
    padding-bottom: 68.2%;
  }

  .about-concept .concept-textArea {
    text-align: center;
  }

  .about-concept .concept-textArea p:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  /*.about-concept .concept-textArea{
		padding: 0 30px;
		padding: 0 8vw;
	}*/
}

/*** Doctor ***************************/
.section-doctor .section-index-lv03 {
  text-align: center;
}

.about-doctor-profile-area .doctor-profile-fig {
  width: 52%;
}

.about-doctor-profile-area .doctor-profile-txt {
  width: 48%;
}

.about-doctor-profile-area .doctor-profile-fig > img {
  width: auto;
}

.section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-fig {
  padding-right: 0;
}

.section-doctor .about-doctor-profile-area {
  padding: 0;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-right: 0;
  padding-left: 0;
}

.section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-txt {
  padding: 0 60px 0 100px;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-txt {
  padding: 0 100px 0 60px;
}

.section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-fig {
  padding-left: 0;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-belongs {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
}

.about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
  font-size: 1.8rem;
  color: #768089;
  font-family: 'Playfair Display', serif;
}

.about-doctor-profile-area .doctor-profile-txt ul.doctor-profile-list li {
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {
  .about-doctor-profile-area .doctor-profile-fig,
  .about-doctor-profile-area .doctor-profile-txt {
    width: 100%;
  }

  .section-doctor .about-doctor-profile-area:first-of-type .doctor-profile-txt,
  .section-doctor .about-doctor-profile-area:last-of-type .doctor-profile-txt {
    padding: 0;
  }

  .about-doctor-profile-area .doctor-profile-txt > p:first-child {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .about-doctor-profile-area .doctor-profile-txt .doctor-name > span {
    font-size: 1.4rem;
    font-size: 3.7vw;
  }
}

/*** 製品のご紹介 ***************************/
.section-pb-products-info {
  background: #f0f1f2;
}

.pb-products-info-area {
  margin-top: 80px;
}

.pb-products-info-area .buttonArea .button {
  margin: 0 auto;
}

.section-pb-products-info .pb-products-info-area {
  background: #fafafa;
  padding: 80px;
}

.section-pb-products-info .pb-products-info-area .pb-products-info-txt {
  text-align: center;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 4rem;
}

.section-pb-products-info .pb-products-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.section-pb-products-info .pb-products-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.section-pb-products-info .pb-products-info-block .pb-products-info-block-txt,
.section-pb-products-info .pb-products-info-block .pb-products-info-block-fig {
  width: 50%;
  box-sizing: border-box;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-gumi-txt {
  width: 40%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-fig.cbd-gumi-fig {
  width: 60%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-vape-txt {
  width: 40%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-fig.cbd-vape-fig {
  width: 60%;
}

.section-pb-products-info
  .pb-products-info-block
  .pb-products-info-block-txt.cbd-vape-txt
  .buttonArea
  .button {
  margin: 0 0;
}

.section-pb-products-info .pb-products-info-block .pb-products-info-block-fig {
  padding-left: 110px;
}

.section-pb-products-info .pb-products-purpos-block {
  text-align: center;
  margin-top: 100px;
}

.section-pb-products-info .cbd-purpos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
  width: 50%;
  background: #fff;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner:first-of-type {
  margin-right: 20px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner:last-of-type {
  margin-left: 20px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area {
  background: #9aa3a8;
  text-align: center;
  color: #fff;
  padding: 25px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl
  span {
  display: block;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 3.2rem;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner {
  background: #fff;
  padding: 30px 30px 50px 30px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span {
  display: block;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount {
  font-size: 2.7rem;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount
  strong {
  font-size: 4rem;
  font-weight: normal;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.notice {
  font-size: 1.2rem;
  color: #768089;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-flavor-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 35px;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.section-pb-products-info
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor
  li {
  width: 33.3333%;
  padding: 0 6px;
  box-sizing: border-box;
}

.product-detail__points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 490px;
  margin: 0 auto;
  margin-top: 50px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-detail__points li {
  display: inline-table;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #b1b8bc;
}

.product-detail__points li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.product-detail__points li > span {
  line-height: 2rem;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.product-detail__points li.multiple span {
  line-height: 1.2;
  font-size: 1.2rem;
}

.pb-products-info-area .commingsoon {
  background: #dce0e2;
  color: #768089;
  padding: 24px;
  text-align: center;
}

.pb-products-info-block-txt .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 959px) {
  .section-pb-products-info .pb-products-info-area {
    padding: 20px;
    padding: 5.333vw;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-pb-products-info .pb-products-info-area .pb-products-info-txt {
    font-size: 2rem;
    font-size: 5.333vw;
    text-align: center;
  }

  .section-pb-products-info .pb-products-info-block {
    flex-direction: row;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-pb-products-info .pb-products-info-block .pb-products-info-block-txt,
  .section-pb-products-info .pb-products-info-block .pb-products-info-block-fig,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-gumi-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig.cbd-gumi-fig {
    width: 100%;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig {
    padding-left: 0;
  }

  .pb-products-info-block-txt .section-index-lv03 {
    text-align: center;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-gumi-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-stress-txt,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-vape-txt {
    margin-top: 20px;
    margin-top: 4.267vw;
  }

  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-fig.cbd-vape-fig,
  .section-pb-products-info
    .pb-products-info-block
    .pb-products-info-block-txt.cbd-vape-txt {
    width: 100%;
  }

  .pb-products-info-area .commingsoon {
    box-sizing: border-box;
  }

  .product-detail__points {
    max-width: 100%;
    margin-top: 6.25vw;
  }

  .product-detail__points li:not(:nth-child(3n)) {
    margin-right: 1.9583333vw;
    margin-bottom: 1.9583333vw;
  }

  .product-detail__points li {
    width: 22.916666vw;
    height: 22.916666vw;
    font-size: inherit;
  }

  .product-detail__points li > span {
    line-height: 1.3;
  }

  .section-pb-products-info .buttonArea {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-pb-products-info .pb-products-purpos-block {
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .section-pb-products-info .cbd-purpos-block {
    display: block;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:first-of-type,
  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:last-of-type {
    margin: 0;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner:last-of-type {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-pb-products-info .cbd-purpos-block .cbd-purpos-block-inner {
    width: 100%;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-icon {
    width: 32px;
    height: 32px;
    width: 8.533vw;
    height: 8.533vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl
    span {
    font-size: 2.6rem;
    font-size: 6.9333vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner {
    padding: 25px 20px 20px 20px;
    padding: 6.667vw 5.333vw 5.333vw 5.333vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl {
    margin-top: 0;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount
    strong {
    font-size: 3.4rem;
    font-size: 9.067vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.notice {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    flex-wrap: wrap;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 50%;
  }

  .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }
}

/*** 研究 ***************************/
.section-pb-research .research-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.section-pb-research .research-info-block .research-info-block-txt,
.section-pb-research .research-info-block .research-info-block-fig {
  width: 50%;
  box-sizing: border-box;
}

.section-pb-research .research-info-block .research-info-block-txt {
  padding: 0 100px 0 80px;
}

.section-pb-research .research_icon {
  max-width: 354px;
  margin: 0 auto;
  padding-top: 110px;
}

@media screen and (max-width: 959px) {
  .section-pb-research .research-info-block {
    display: block;
  }

  .section-pb-research .research-info-block .research-info-block-txt,
  .section-pb-research .research-info-block .research-info-block-fig {
    width: 100%;
    padding: 0;
  }

  .section-pb-research .research-info-block .section-index-lv03 {
    text-align: center;
  }

  .section-pb-research .research_icon {
    width: 80%;
    padding-top: 40px;
    padding-top: 10.667vw;
  }
}

/***************************************************************************

オリジナル商品

***************************************************************************/

/*** MV ***************************/
.pb-mv {
  background-image: url(../../images/pb/mv-pb_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .pb-mv {
    background-image: url(../../images/pb/mv-pb_sp.jpg);
    background-position: center center;
  }
}

/***************************************************************************

ウエルネスマガジン

***************************************************************************/

.wp-block-image img {
  width: 100%;
}

/***************************************************************************

企業情報

***************************************************************************/
.section-company-mission {
  background: #fff;
  padding: 0;
  margin: 160px 0;
}

.section-company-mission::before {
  top: -30px;
}

table.tbl-company-history td:first-child {
  padding-right: 10px;
}

table.tbl-company-history td.date {
  white-space: nowrap;
}

.section-companyprofile ul.list-common {
  padding-top: 0;
}

@media screen and (max-width: 959px) {
  .section-company-mission::before {
    top: 60px;
  }

  .section-company-mission {
    padding: 60px 30px;
    padding: 16vw 0;
    margin: 0;
  }
}

/***************************************************************************

LP共通  Gummy / Vape /

***************************************************************************/
.mv-lp {
  position: relative;
  height: 840px;
  position: relative;
}

.mv-lp .title-under-level-01 h1 {
  font-size: 4.8rem;
}

.mv-lp .title-under-subheader {
  font-size: 2.6rem;
  line-height: 1.6;
}

.lp .section-index h2 {
  font-size: 4rem;
}

.lp .about-txt {
  font-size: 1.7rem;
  text-align: center;
}

.lp .about-txt span {
  display: inline-block;
  background: #768089;
  color: #fff;
  margin-top: 10px;
  padding: 0 6px;
}

.lp .about-txt span.mt0 {
  margin-top: 0;
}

.lp .lp-about-ttl {
  font-size: 3rem;
}

.lp .service-number {
  font-family: 'Playfair Display', serif;
  font-size: 13.4rem;
  color: #e6e7e8;
  line-height: 1.3;
  margin-top: 0;
}

.lp .how-number {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  font-family: 'Noto Serif JP', sans-serif;
  background: #9aa3a8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  position: relative;
}

.lp .tax-txt {
  font-size: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
  .mv-lp {
    height: 56vw;
  }
}

@media screen and (max-width: 959px) {
  .mv-lp {
    padding-top: 160vw;
    background-size: contain;
    display: block;
    height: 0;
  }

  .lp .title-under-wrap {
    padding: 0 30px;
    padding: 0 8vw;
  }

  .mv-lp .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }

  .mv-lp .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp .section-index h2 {
    font-size: 2.6rem;
    font-size: 6.933vw;
  }

  .lp .section-index-subttl {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp .about-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
    letter-spacing: 0;
  }

  .lp .lp-about-ttl {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp .service-number {
    font-size: 84rem;
    font-size: 22.4vw;
    text-align: center;
    line-height: 0;
  }

  .lp .section-gummy-commitment .section-index-lv03,
  .lp .section-cbdoil-speciality .section-index-lv03 {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp .section-gummy-commitment ul.col-item li,
  .lp .section-cbdoil-speciality ul.col-item li,
  .lp .section-gummy-commitment .terpene-ingredient {
    margin-top: 60px;
    margin-top: 22vw;
  }

  .lp .section-gummy-commitment ul.col-item li:first-child,
  .lp .section-cbdoil-speciality ul.col-item li:first-child {
    margin-top: 40px;
    margin-top: 16vw;
  }

  .lp .how-number {
    top: 13px;
    top: 3.467vw;
    width: 35px;
    height: 35px;
    width: 9.333vw;
    height: 9.333vw;
    line-height: 9.333vw;
    font-size: 1.5rem;
    font-size: 4.267vw;
  }

  .lp .tax-txt {
    font-size: 2.667vw;
  }
}

/***************************************************************************

LP  Gummy

***************************************************************************/
.mv-lp.mv-lp-gummy {
  background: url(../../images/pb/gummy/mv-pc.jpg);
  background-size: cover;
  background-position: bottom 50% left 0px;
  background-repeat: no-repeat;
}

.mv-lp.mv-lp-gummy .title-under-wrap {
  bottom: 50px;
  top: auto;
  right: auto;
  /*left: 0;*/
  /*padding: 0 7vw;*/
}

.mv-lp.mv-lp-gummy .title-under-subheader {
  color: #464c50;
  line-height: 1.7;
}

.breadcrumb.spot {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 15px;
}

.section-gummy-bg {
  position: relative;
}

.section-gummy-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../images/pb/gummy/bg-pc.png);
  background-repeat: repeat-y;
  background-position: center top;
  z-index: -1;
}

.section-gummy-about {
  padding-top: 60px;
}

.section-gummy-about,
.section-gummy-about .inner-area {
  margin-top: 0;
}

ul.list-about-gummy {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 0;
}

ul.list-about-gummy li .list-about-gummy-inner {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}

ul.list-about-gummy li .list-about-gummy-fig {
  max-width: 156px;
  margin: 0 auto;
  padding-bottom: 20px;
}

ul.list-about-gummy li .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-commitment ul.col-item li {
  margin-top: 160px;
}

.section-gummy-commitment .service-number.ctr {
  text-align: center;
}

.section-gummy-commitment .col-item-fig.component {
  position: relative;
}

.section-gummy-commitment .col-item-fig.component::before {
  content: '';
  background: #fafafa;
  top: 130px;
  position: absolute;
  width: 100%;
  height: 89%;
  z-index: -1;
}

.section-gummy-commitment .col-item-fig.component p {
  text-align: center;
}

.section-gummy-commitment
  .col-item-fig.component
  .cont-quality-analysis-figure-inner {
  width: 60%;
  margin: 0 auto;
}

.section-gummy-commitment .col-ushemplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-gummy-commitment .col-ushemplogo .service-txt {
  width: 80%;
  padding-right: 20px;
}

.section-gummy-commitment .col-ushemplogo figure {
  width: 20%;
  padding-top: 20px;
}

.section-gummy-commitment .product-detail__points li {
  display: inline-table;
  margin-top: 0 !important;
}

.section-gummy-commitment .terpene-ingredient {
  margin-top: 60px;
}

.section-gummy-commitment .terpene-ingredient .service-number {
  margin-bottom: 20px;
}

.section-gummy-commitment .terpene-ingredient .service-txt {
  text-align: center;
}

.section-gummy-commitment .terpene-ingredient-area {
  padding: 0 10%;
  margin-top: 80px;
}

.section-gummy-commitment ul.terpene-ingredient-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-left: -100px;
}

.section-gummy-commitment ul.terpene-ingredient-list li {
  width: 33.3333%;
  padding-left: 100px;
}

.section-gummy-commitment ul.terpene-ingredient-list li figure {
  width: 80%;
  margin: 0 auto;
}

.section-gummy-commitment
  ul.terpene-ingredient-list
  li
  .terpene-ingredient-ttl {
  font-size: 2rem;
  text-align: center;
}

.section-gummy-commitment
  ul.terpene-ingredient-list
  li
  .terpene-ingredient-txt {
  margin-top: 0;
}

.section-gummy-product {
  margin-bottom: 0;
}

.section-gummy-product ul.product-gummy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.section-gummy-product ul.product-gummy-list li .product-gummy-txt {
  width: 30%;
  padding-right: 5%;
}

.section-gummy-product ul.product-gummy-list li .product-gummy-fig {
  width: 70%;
}

.section-gummy-product
  ul.product-gummy-list
  li
  .product-gummy-txt
  .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-product .product-gummy-size {
  margin-top: 120px;
}

.section-gummy-product .product-gummy-size .section-index-lv03 {
  font-family: 'Noto Serif JP', sans-serif;
}

.section-gummy-product ul.product-gummy-size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 30px;
}

.section-gummy-product ul.product-gummy-size-list li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.section-gummy-product ul.product-gummy-size-list li .product-gummy-size-ttl {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  margin-top: 15px;
}

.section-gummy-product
  ul.product-gummy-size-list
  li
  .product-gummy-size-subtxt {
  color: #768089;
  margin-top: 10px;
  line-height: 2;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea {
  margin-top: 30px;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea .button {
  margin: 0 auto;
}

.section-gummy-product ul.product-gummy-size-list li .buttonArea .button > a {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .section-gummy-product
    ul.product-gummy-size-list
    li
    .buttonArea
    .button
    > a:hover {
    background-color: #54585a;
  }

  .section-gummy-product ul.product-gummy-size-list li figure > a {
    transition: 0.3s;
  }

  .section-gummy-product ul.product-gummy-size-list li figure > a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 959px) {
  .mv-lp.mv-lp-gummy {
    background: url(../../images/pb/gummy/mv-sp.jpg);
    background-size: cover;
    background-position: right;
  }

  .mv-lp.mv-lp-gummy .title-under-wrap {
    bottom: 50px;
    bottom: 13.5vw;
    -ms-transform: translateY(0);
    transform: translateY(0%);
    top: auto;
    padding: 0 7vw;
  }

  .breadcrumb.spot {
    padding-top: 15px;
    padding-top: 4vw;
  }

  .section-gummy-bg::before {
    background: url(../../images/pb/gummy/bg-sp.png);
    background-size: contain;
  }

  .section-gummy-about {
    padding-top: 50px;
    padding-top: 13.333vw;
  }

  ul.list-about-gummy li {
    padding-left: 0;
    margin-top: 25px;
    margin-top: 6.667vw;
  }

  ul.list-about-gummy li:first-child {
    margin-top: 0;
  }

  ul.list-about-gummy li .list-about-gummy-inner {
    padding: 30px 0;
    padding: 8vw 0;
  }

  ul.list-about-gummy li .list-about-gummy-fig {
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }

  ul.list-about-gummy li .list-about-gummy-inner .section-index-lv03 {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .section-gummy-commitment ul.col-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  /*.section-gummy-commitment ul.col-item li:first-child{
		margin-top: 0;
	}*/

  .section-gummy-commitment .terpene-ingredient .service-txt {
    text-align: left;
  }

  .section-gummy-commitment .col-ushemplogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-gummy-commitment .section-index-lv03 {
    text-align: center;
  }

  .section-gummy-commitment .col-ushemplogo .service-txt {
    width: 100%;
    padding-right: 0;
  }

  .section-gummy-commitment .col-ushemplogo figure {
    width: 70px;
    padding-top: 0;
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 8vw;
  }

  .section-gummy-commitment .col-item-fig.component::before {
    top: 100px;
    top: 26.667vw;
    height: 85%;
  }

  .section-gummy-commitment
    .col-item-fig.component
    .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-top: 9vw;
    height: 80%;
  }

  .section-gummy-commitment ul.col-item li:first-child {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-commitment ul.product-detail__points {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .section-gummy-commitment ul.product-detail__points li {
    margin-top: 0 !important;
  }

  .section-gummy-commitment .terpene-ingredient-area {
    margin-top: 30px;
    margin-top: 8vw;
    padding: 0;
  }

  .section-gummy-commitment ul.terpene-ingredient-list {
    display: block;
    margin-left: 0;
  }

  .section-gummy-commitment ul.terpene-ingredient-list li {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-gummy-commitment ul.terpene-ingredient-list li figure {
    width: 180px;
    width: 48vw;
  }

  .section-gummy-commitment
    ul.terpene-ingredient-list
    li
    .terpene-ingredient-ttl {
    font-size: 16px;
    font-size: 4.267vw;
    margin-top: 0;
    text-align: center;
  }

  .section-gummy-commitment
    ul.terpene-ingredient-list
    li
    .terpene-ingredient-txt {
    padding: 0 8%;
    text-align: center;
  }

  .section-gummy-commitment .terpene-ingredient .service-number {
    margin-bottom: 10px;
  }

  .section-gummy-product ul.product-gummy-list li {
    margin-top: 60px;
    margin-top: 16vw;
    display: block;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-txt,
  .section-gummy-product ul.product-gummy-list li .product-gummy-fig {
    width: 100%;
    padding-right: 0;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-txt {
    text-align: center;
  }

  .section-gummy-product ul.product-gummy-list li .product-gummy-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .section-gummy-product
    ul.product-gummy-list
    li:first-child
    .product-gummy-fig {
    margin-top: 10px;
    margin-top: 2.667vw;
  }

  .section-gummy-product .product-gummy-size {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-product ul.product-gummy-size-list {
    margin: 0;
    display: block;
  }

  .section-gummy-product ul.product-gummy-size-list li {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    margin-top: 16vw;
  }

  .section-gummy-product ul.product-gummy-size-list li:first-child {
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .section-gummy-product ul.product-gummy-size-list li .product-gummy-size-ttl {
    font-size: 1.6rem;
    font-size: 4.267vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .section-gummy-product
    ul.product-gummy-size-list
    li
    .product-gummy-size-subtxt {
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .section-gummy-product ul.product-gummy-size-list li .buttonArea {
    margin-top: 20px;
    margin-top: 5.333vw;
    padding: 0 20px;
    padding: 0 5.333vw;
  }
}

/***************************************************************************

LP  Vape

***************************************************************************/
.lp-vape .mv-lp.mv-lp-vape {
  background: url(../../images/pb/vape/mv-pc.jpg);
  background-size: cover;
}

.lp-vape .mv-lp-vape .title-under-subheader {
  color: #464c50;
  line-height: 1.7;
}

.lp-vape ul.vape-about-list li {
  margin-top: 0;
}

.lp-vape ul.vape-about-list li .col-item-txt {
  padding-right: 0;
}

.lp-vape ul.vape-about-list li .product-detail__point {
  width: 120px;
  height: 120px;
}

.lp-vape ul.vape-about-list li .product-detail__points li {
  display: inline-table;
  background-color: #eaedef;
  color: #464c50;
}

.lp-vape .section-index-vape02 h2 {
  font-size: 3.6rem;
}

.lp-vape .vape-terpen-about {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

.lp-vape .vape-terpen-about img.vape-terpen-about-fig {
  padding-left: 1.4em;
}

.lp-vape .vape-terpen-about .vape-terpen-about-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-vape .vape-terpen-about .vape-terpen-about-txt,
.lp-vape .vape-terpen-about .notice-txt {
  text-align: center;
}

.lp-vape .vape-cbdabove-area {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-vape .vape-cbdabove-txt {
  width: 55%;
}

.lp-vape .vape-cbdabove-txt .section-index-vape02 {
  text-align: left;
}

.lp-vape .vape-cbdabove-fig {
  width: 45%;
  padding-left: 100px;
}

.lp-vape .tbl-vape-cbdabove th,
.lp-vape .tbl-vape-cbdabove td {
  padding: 15px 10px;
}

.lp-vape .vape-kinen-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-vape .vape-kinen-txt {
  width: 50%;
  padding: 0 80px;
  box-sizing: border-box;
  text-align: center;
}

.lp-vape .vape-kinen-fig {
  width: 50%;
}

.lp-vape .vape-kinen-txt-box {
  background: #fff;
  border: 1px solid #707070;
  padding: 0 10px 20px 10px;
  text-align: center;
  margin-top: 30px;
}

.lp-vape .vape-kinen-txt-box span {
  background: #768089;
  padding: 0 6px;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.8rem;
}

.lp-vape .how-vape-area {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-vape ul.how-vape-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 30px;
}

.lp-vape ul.how-vape-list li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
  position: relative;
}

.lp-vape ul.how-vape-list li .how-vape-txt {
  line-height: 1.8;
  margin-top: 10px;
}

.lp-vape ul.style-vapw-list {
}

.lp-vape ul.style-vapw-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
}

.lp-vape ul.style-vapw-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lp-vape ul.style-vapw-list li .style-vape-fig {
  width: 60%;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area {
  width: 30%;
  text-align: center;
  padding-left: 5%;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt-sub {
  font-size: 66px;
  font-size: 4.8vw;
  color: #dce0e2;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}

.lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.lp-vape ul.style-vapw-list li:nth-child(even) .style-vape-txt-area {
  padding-right: 5%;
  padding-left: 0;
}

.lp-vape .vape-product-set {
  margin-top: 100px;
}

.lp-vape .section-vape-product .section-index-lv03 {
  font-family: 'Noto Serif JP', serif;
}

.lp-vape ul.vape-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -23px;
  margin-top: 30px;
}

.lp-vape ul.vape-product-list li {
  width: calc(33.33333% - 46px);
  padding: 23px;
  text-align: center;
  position: relative;
}

.lp-vape .vape-product-box {
  background: #fafafa;
  text-align: center;
}

.lp-vape .vape-product-box .vape-product-catch {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
}

.lp-vape .vape-product-box.tropical .vape-product-catch {
  background: #f8c019;
}

.lp-vape .vape-product-box.reflesh .vape-product-catch {
  background: #58bdc4;
}

.lp-vape .vape-product-box.night .vape-product-catch {
  background: #f261ab;
}

.lp-vape .vape-product-box .vape-product-inner {
  padding: 30px;
}

.lp-vape .vape-product-box p {
  margin-top: 0;
}

.lp-vape .vape-product-box .vape-product-name {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.lp-vape .vape-product-box .vape-product-flavor {
  display: inline;
  padding: 6px;
  color: #fff;
}

.lp-vape .vape-product-box.tropical .vape-product-flavor {
  background: #f8c019;
}

.lp-vape .vape-product-box.reflesh .vape-product-flavor {
  background: #58bdc4;
}

.lp-vape .vape-product-box.night .vape-product-flavor {
  background: #f261ab;
}

.lp-vape .vape-product-box .vape-product-fig {
  margin-top: 20px;
}

.lp-vape .vape-product-box .vape-product-price {
  line-height: 1.6;
}

.lp-vape .vape-product-box .buttonArea {
  margin-top: 20px;
}

.lp-vape .vape-product-box .buttonArea .button {
  width: 100%;
}

.lp-vape .vape-product-box .buttonArea .button > a {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .lp-vape .vape-product-box .buttonArea .button > a:hover {
    background-color: #54585a;
  }
}

@media screen and (max-width: 959px) {
  .lp-vape .mv-lp.mv-lp-vape {
    background: url(../../images/pb/vape/mv-sp.jpg);
    background-size: cover;
  }

  .lp-vape .section-index-vape02 h2 {
    font-size: 2.2rem;
    font-size: 5.9vw;
  }

  .lp-vape .vape-terpen-about img.vape-terpen-about-fig {
    padding-left: 0;
  }

  .lp-vape .vape-terpen-about .vape-terpen-about-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-vape ul.vape-about-list li .product-detail__point {
    width: 25.91666vw;
    height: 25.91666vw;
  }

  .lp-vape .vape-cbdabove-area {
    display: block;
  }

  .lp-vape .vape-cbdabove-txt,
  .lp-vape .vape-cbdabove-fig {
    width: 100%;
    padding: 0;
  }

  .lp-vape .vape-cbdabove-fig.sp-view {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .tbl-vape-cbdabove {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .vape-kinen-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-vape .vape-kinen-txt,
  .lp-vape .vape-kinen-fig {
    width: 100%;
    padding: 0;
  }

  .lp-vape .vape-kinen-txt-box {
    margin-top: 20px;
    margin-top: 5.333vw;
    padding: 0 5px 15px 5px;
    padding: 0 1.333vw 4.267vw 1.333vw;
  }

  .lp-vape .vape-kinen-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape ul.how-vape-list {
    margin: 0;
    display: block;
  }

  .lp-vape ul.how-vape-list li {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .lp-vape ul.how-vape-list li .how-vape-number {
    top: 13px;
    top: 3.467vw;
    width: 35px;
    height: 35px;
    width: 9.333vw;
    height: 9.333vw;
    line-height: 9.333vw;
    font-size: 1.5rem;
    font-size: 4.267vw;
  }

  .lp-vape ul.style-vapw-list li {
    display: block;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-vape ul.style-vapw-list li .style-vape-fig,
  .lp-vape ul.style-vapw-list li .style-vape-txt-area {
    width: 100%;
    padding: 0;
  }

  .lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt-sub {
    font-size: 56px;
    font-size: 15vw;
    margin-top: 0;
  }

  .lp-vape ul.style-vapw-list li .style-vape-txt-area .style-vape-txt {
    font-size: 1.8rem;
    font-size: 4.8vw;
    margin-top: 10px;
    margin-top: 2.667vw;
  }

  .lp-vape .vape-product-set {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp-vape ul.vape-product-list {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape ul.vape-product-list li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-vape .vape-product-box .vape-product-catch {
    padding: 10px;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .lp-vape .vape-product-box .vape-product-inner {
    padding: 15px;
    padding: 4vw;
  }

  .lp-vape .vape-product-box .vape-product-name {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-vape .vape-product-box.tropical .vape-product-flavor {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }

  .lp-vape .vape-product-box .vape-product-fig {
    margin-top: 15px;
    margin-top: 4vw;
  }

  .lp-vape .vape-product-box .buttonArea {
    margin-top: 10px;
    margin-top: 2.667vw;
  }
}

/***************************************************************************

CBD Oil

***************************************************************************/
.lp-cbdoil .mv-lp.mv-lp-cbdoil {
  background: url(../../images/pb/cbdoil/mv_pc.jpg);
  background-size: cover;
}

.lp-cbdoil .mv-lp-cbdoil h1 span.plus {
  position: relative;
  font-size: 3.4rem;
  top: -10px;
}

.lp-cbdoil .mv-lp .title-under-subheader {
  color: #464c50;
}

.lp-cbdoil .section-cbdoil-about .about-txt:first-of-type {
  margin-top: 40px;
}

.lp-cbdoil li.col-spaciality-01 .col-item-txt {
  padding-left: 30px;
}

.lp-cbdoil li.col-spaciality-01 .col-item-fig {
  padding-left: 30px;
  padding-right: 0;
}

.lp-cbdoil li.col-spaciality-01 .service-number,
.lp-cbdoil li.col-spaciality-01 .section-index-lv03 {
  text-align: center;
  max-width: 580px;
}

.lp-cbdoil ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
  width: 68%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component p {
  text-align: center;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component {
  position: relative;
}

.lp-cbdoil ul.col-item-cbdoil .col-item-fig.component::before {
  content: '';
  background: #eaedef;
  top: 130px;
  position: absolute;
  width: 85%;
  height: 89%;
  right: -4%;
  z-index: 0;
  left: 0;
  margin: auto;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 {
  margin-top: 80px;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt {
  width: 53%;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
  width: 47%;
}

.lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-ushemplogo {
  max-width: 580px;
}

.lp-cbdoil .col-ushemplogo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-cbdoil .col-ushemplogo-inner .ushemp-logo {
  width: 116px;
  top: 20px;
  position: relative;
}

.lp-cbdoil .col-ushemplogo-inner .service-txt {
  padding-right: 20px;
  width: 90%;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li {
  color: #768089;
  padding-left: 15px;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li:first-child {
  padding-left: 0;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li > img {
  max-width: 92px;
}

.lp-cbdoil ul.cbdoil-speciality-01-icon li > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}

.lp-cbdoil .cbdoil-speciality02-area {
  text-align: center;
  margin-top: 120px;
}

.lp-cbdoil .cbdoil-speciality02-area .section-index-lv03 {
  margin-top: 20px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-lead {
  margin-top: 40px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig {
  margin-top: 70px;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig img.pc-view {
  margin-left: -4em;
  margin: 0 auto;
}

.lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-cbdoil .col-spaciality-03 .service-number,
.lp-cbdoil .col-spaciality-03 .section-index-lv03 {
  text-align: center;
}

.lp-cbdoil .col-spaciality-03 ul.product-detail__points {
  margin-top: 60px;
}

.lp-cbdoil .col-spaciality-03 ul.product-detail__points li {
  margin-top: 0;
  background-color: #eaedef;
  color: #464c50;
  display: inline-table;
}

.lp-cbdoil .cbdoil-how {
  max-width: 760px;
  margin: 0 auto;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list li {
  width: calc(50% - 80px);
  text-align: center;
  position: relative;
  padding: 40px;
  line-height: 1.6;
}

.lp-cbdoil .cbdoil-how ul.cbdoil-how-list li .how-number {
  margin-bottom: 20px;
}

.lp-cbdoil .section-pb-products-info {
  background: transparent;
}

.lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-price {
  font-size: 1.6rem;
  color: #768089;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor {
  margin-top: 15px;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li {
  text-align: center;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea {
  margin-top: 0;
}

.lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea .button {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .lp-cbdoil ul.cbdoil-speciality-01-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .lp-cbdoil .title-under-wrap {
    top: 32%;
  }

  .lp-cbdoil .mv-lp-cbdoil h1 span.plus {
    font-size: 2.4rem;
    top: -6px;
    top: -1.6vw;
  }

  .lp-cbdoil .mv-lp.mv-lp-cbdoil {
    background: url(../../images/pb/cbdoil/mv_sp.jpg);
    background-size: cover;
  }

  .lp-cbdoil .section-cbdoil-about .about-txt:first-of-type {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .section-cbdoil-speciality .section-index-lv03 {
    text-align: center;
  }

  .lp-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
    padding: 0;
  }

  .lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-cbdoil ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
  }

  .lp-cbdoil ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-cbdoil ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 14vw;
    height: 80%;
  }

  .lp-cbdoil .col-ushemplogo-inner {
    display: block;
  }

  .lp-cbdoil .col-ushemplogo-inner .ushemp-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-top: 2.667vw;
    top: 0;
  }

  .lp-cbdoil .col-ushemplogo-inner .ushemp-logo img {
    width: 74px;
    width: 19.773vw;
  }

  .lp-cbdoil .col-ushemplogo-inner .service-txt {
    padding-right: 0;
    width: 100%;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .lp-cbdoil
    .section-cbdoil-speciality
    ul.col-item
    li
    ul.cbdoil-speciality-01-icon
    li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon li img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .lp-cbdoil ul.cbdoil-speciality-01-icon li > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area {
    margin-top: 100px;
    margin-top: 26.667vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .section-index-lv03 {
    margin-top: 60px;
    margin-top: 16vw;
    line-height: 1.5;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-lead {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-speciality02-area .cbdoil-speciality02-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-cbdoil .col-spaciality-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-cbdoil .col-spaciality-03 ul.product-detail__points {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .col-spaciality-03 ul.product-detail__points li {
    margin-top: 0 !important;
  }

  .lp-cbdoil .col-spaciality-03 .col-item-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-cbdoil .cbdoil-how ul.cbdoil-how-list {
    display: block;
    margin: 0;
  }

  .lp-cbdoil .cbdoil-how ul.cbdoil-how-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-price {
    font-size: 1.4rem;
    font-size: 3.733vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos .cbd-purpos-flavor-ttl {
    margin-top: 24px;
    margin-top: 6.4vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor {
    margin-top: 15px;
  }

  .lp-cbdoil
    .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    display: block !important;
    padding: 0 20px;
    padding: 0 5.333vw;
  }

  .lp-cbdoil
    .section-pb-products-info
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 100%;
    font-size: 1.4rem;
    font-size: 3.733vw;
    margin-bottom: 40px;
    margin-bottom: 10.667vw;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea {
    margin-top: 0;
  }

  .lp-cbdoil .lp-cbdoil-purpos ul.cbd-purpos-flavor li .buttonArea .button {
    width: 100%;
  }
}

/***************************************************************************

LP MED

***************************************************************************/
.lp-med .pc-ctr-txt {
  text-align: center;
}

.lp-med .mv-lp.mv-lp-med {
  background: url(../../images/pb/med/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-med .mv-lp.mv-lp-med .title-under-wrap {
  top: 75%;
  font-size: 5.2rem;
}

.lp-med .mv-lp.mv-lp-med .title-under-subheader {
  font-size: 2.2rem;
  color: #464c50;
}

.lp-med .section-med-about {
  background: url(../../images/pb/med/about-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 120px 0 160px 0;
  margin: 0;
}

.lp-med .section-med-about .med-about-ttl {
  font-size: 3.4rem;
  color: #464c50;
  margin-bottom: 40px;
}

.lp-med .section-med-about .med-about-txt {
  font-size: 1.7rem;
  text-align: center;
}

.lp-med .med-product {
  margin-top: 60px;
}

.lp-med .med-product-block {
  margin-top: 120px;
}

.lp-med .med-product-block.first-block {
  margin-top: 80px;
}

.lp-med .med-product .med-product-ttl-area {
  text-align: center;
}

.lp-med .med-product .med-product-ttl {
  display: inline;
  font-size: 3rem;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  border-bottom: 1px solid #464c50;
  padding-bottom: 10px;
}

.lp-med .med-cbdoil-01 {
  margin-top: 0;
}

.lp-med table.tbl-med th,
.lp-med table.tbl-med td {
  padding: 13px 10px;
  color: #464c50;
  box-sizing: border-box;
}
.lp-med table.tbl-med .cell-size-s {
  width: 25%;
}
.lp-med table.tbl-med thead th {
  text-align: center;
  font-weight: normal;
}

.lp-med table.tbl-med thead th.spot01 {
  background: #eaedef;
  border-right: none;
}

.lp-med table.tbl-med thead th.spot02 {
  background: #768089;
  color: #fff;
  border: 1px solid #464c50;
}

.lp-med table.tbl-med tbody th {
  color: #768089;
  background: transparent;
  border-bottom: 1px solid #dce0e2;
}

.lp-med table.tbl-med tbody td {
  text-align: center;
}

.lp-med table.tbl-med tbody td.spot01 {
  border-right: none;
}

.lp-med table.tbl-med tbody td.spot02 {
  background: #fff;
  border: 1px solid #464c50;
  border-left: 1px solid #464c50;
}

.lp-med .med-blend {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

.lp-med .med-blend .med-blend-about-ttl {
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.6;
}

.lp-med .med-blend .med-blend-about-txt,
.lp-med .med-blend .notice-txt {
  text-align: center;
}

.lp-med .med-blend img.med-blend-fig {
  padding-left: 1.4em;
}

.lp-med ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
  width: 68%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component p {
  text-align: center;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component {
  position: relative;
}

.lp-med ul.col-item-cbdoil .col-item-fig.component::before {
  content: '';
  background: #eaedef;
  top: 130px;
  position: absolute;
  width: 85%;
  height: 89%;
  right: -4%;
  z-index: 0;
  left: 0;
  margin: auto;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt {
  width: 53%;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
  width: 47%;
}

.lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-ushemplogo {
  max-width: 580px;
}

.lp-med .col-ushemplogo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-med .col-ushemplogo-inner .ushemp-logo {
  width: 116px;
  top: 20px;
  position: relative;
}

.lp-med .col-ushemplogo-inner .service-txt {
  padding-right: 20px;
  width: 90%;
}

.lp-med ul.cbdoil-speciality-01-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-med ul.cbdoil-speciality-01-icon li {
  color: #768089;
  padding-left: 15px;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.lp-med ul.cbdoil-speciality-01-icon li:first-child {
  padding-left: 0;
}

.lp-med ul.cbdoil-speciality-01-icon li > img {
  max-width: 92px;
}

.lp-med ul.cbdoil-speciality-01-icon li > p {
  font-size: 1.4rem;
  color: #768089;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
}

.lp-med ul.med-point-list li {
  display: inline-table;
  margin-top: 0;
  background: #eaedef;
  color: #464c50;
}

.lp-med ul.med-point-list li {
  display: inline-table;
  margin-top: 0;
  background: #eaedef;
  color: #464c50;
}

.lp-med ul.product-cbdoil-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: 80px;
}

.lp-med ul.product-cbdoil-lineup li {
  position: relative;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #9aa3a8;
  border-radius: 50%;
  margin: 0 auto;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner strong {
  font-size: 1.7rem;
}

.lp-med ul.product-cbdoil-lineup li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-ttl {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2rem;
  margin-top: 15px;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt {
  color: #768089;
  font-size: 1.7rem;
  margin-top: 10px;
}

.lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt > span {
  font-size: 1.5rem;
  display: block;
  line-height: 1.6;
}

.lp-med .section-med-vape-product {
  margin-top: 0;
  border-top: 1px solid #dce0e2;
  padding-top: 50px;
}

.lp-med .section-med-cbdoil-product {
  margin-bottom: 0;
  margin-top: 0;
}

.lp-med .vape-cbdabove-area {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.lp-med .vape-cbdabove-txt {
  width: 60%;
  padding-left: 60px;
}

.lp-med .vape-cbdabove-txt .section-index-vape02 {
  text-align: left;
}

.lp-med .vape-cbdabove-fig {
  width: 50%;
}

.lp-med .tbl-med-vape {
  max-width: 980px;
}

.lp-med table.tbl-med-vape tbody th {
  border-right: none;
}

.lp-med table.tbl-med-vape thead th {
  border-right: none;
}

.lp-med table.tbl-med-vape thead th.spot01,
.lp-med table.tbl-med-vape tbody td {
  border-right: 1px solid #dce0e2;
}

.lp-med table.tbl-med-vape thead th.spot01:last-child,
.lp-med table.tbl-med-vape tbody td:last-child {
  border-right: none;
}

.lp-med .med-vape-scene-txt {
  text-align: center;
}

.lp-med .cbd-purpos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner {
  width: 50%;
  background: #fff;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner:first-of-type {
  margin-right: 20px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
  margin-left: 20px;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-ttl-area {
  background: #9aa3a8;
  text-align: center;
  color: #fff;
  padding: 25px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-ttl-area
  .cbd-purpos-ttl
  span {
  display: block;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 3.2rem;
}

.lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-inner {
  background: #fff;
  padding: 30px 30px 50px 30px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span {
  display: block;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount {
  font-size: 2.7rem;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  .cbd-purpos-inner-ttl
  span.amount
  strong {
  font-size: 4rem;
  font-weight: normal;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor {
  margin-top: 40px;
}

.lp-med
  .cbd-purpos-block
  .cbd-purpos-block-inner
  .cbd-purpos-inner
  ul.cbd-purpos-flavor
  li {
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}

.lp-med ul.med-vape-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
  margin-top: 30px;
}

.lp-med ul.med-vape-scene li {
  width: calc(50% - 80px);
  padding: 40px;
  text-align: center;
}

.lp-med ul.med-vape-scene li .med-vape-scene-txt {
  font-size: 1.8rem;
  margin-top: 0;
}

.lp-med ul.med-vape-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  margin-top: 30px;
}

.lp-med ul.med-vape-lineup li {
  width: calc(33.3333% - 50px);
  padding: 25px;
  text-align: center;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category {
  font-size: 1.6rem;
  padding: 10px 8px;
  color: #fff;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.tropical {
  background: #f8c019;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.green {
  background: #bbd340;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-category.king {
  background: #9c1625;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-fig {
  margin-top: 15px;
}

.lp-med ul.med-vape-lineup li .med-vape-lineup-txt {
  font-size: 1.8rem;
  margin-top: 0;
}

.lp-med .med-support-box {
  background: #f8f9fa;
  border: 1px solid #707070;
  padding: 20px 30px;
}

.lp-med .med-support-box ul.med-support-list {
  margin-top: 0;
  padding-top: 0;
}

.lp-med .med-support-box ul.med-support-list li {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #dce0e2;
  margin-top: 15px;
}

.lp-med .med-support-box ul.med-support-list li:last-child {
  border-bottom: none;
}
.lp-med .section-med-contact {
  margin-bottom: 0;
}
.lp-med .contact-common-area {
  padding: 30px;
}
.lp-med .contact-common-area .contact-summary-area {
  margin-top: 0;
}
.lp-med .med-cbdoil-01 .col-item-fig {
  width: 55%;
}
.lp-med .med-cbdoil-01 .col-item-fig > img {
  width: 100%;
}
.lp-med .med-cbdoil-01 .col-item-txt {
  width: 45%;
}
.lp-med .med-cbdoil-03 {
  margin-top: 180px;
}

@media screen and (max-width: 1280px) {
  .lp-med ul.cbdoil-speciality-01-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .lp-med .pc-ctr-txt {
    text-align: left;
  }

  .lp-med .mv-lp.mv-lp-med {
    background: url(../../images/pb/med/mv_sp.jpg);
    background-size: cover;
  }

  .lp-med .mv-lp.mv-lp-med .title-under-wrap {
    top: auto;
    bottom: 180px;
    bottom: 48vw;
  }

  .lp-med .mv-lp.mv-lp-med .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med .section-med-about {
    padding: 80px 0 100px 0;
    padding: 21.333vw 0 26.667vw 0;
  }

  .lp-med .section-med-about {
    background: url(../../images/pb/med/about-bg_sp.jpg);
    padding-bottom: 100px;
    padding-bottom: 26vw;
    background-position: top;
    background-size: cover;
  }

  .mv-lp .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }

  .lp-med .section-med-about .med-about-ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }

  .lp-med .section-med-about .med-about-txt {
    font-size: 1.5rem;
    font-size: 4vw;
    text-align: left;
  }

  .lp-med .med-product {
    margin-top: 60px;
    margin-top: 13vw;
  }

  .lp-med .med-product .med-product-ttl {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp-med .med-product-block {
    margin-top: 80px;
    margin-top: 21vw;
  }

  .lp-med .med-product-block.first-block {
    margin-top: 40px;
    margin-top: 10.667vw;
  }

  .lp-med table.tbl-med {
    margin-top: 30px;
    margin-top: 8vw;
  }

  table.tbl-med tbody th,
  table.tbl-med tbody td {
    display: table-cell;
  }

  table.tbl-med tbody td {
    border-top: 1px solid #dce0e2;
  }

  table.tbl-med tbody th {
    border-right: 1px solid #dce0e2;
  }

  table.tbl-med th,
  table.tbl-med td {
    line-height: 1.5;
  }

  .lp-med .med-blend {
    margin-top: 40px;
    margin-top: 10vw;
  }

  .lp-med .med-blend .med-blend-about-ttl {
    font-size: 2rem;
    font-size: 5.333vw;
  }

  .lp-med .med-blend img.med-blend-fig {
    padding-left: 0;
  }

  .lp-med li.col-spaciality-01 .service-number,
  .lp-med li.col-spaciality-01 .section-index-lv03 {
    text-align: center;
  }

  .lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-txt,
  .lp-med ul.col-item-cbdoil li.col-spaciality-01 .col-item-fig {
    width: 100%;
  }

  .lp-med ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-med ul.col-item-cbdoil .cont-quality-analysis-figure-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 14vw;
    height: 80%;
  }

  .lp-med .col-ushemplogo-inner {
    display: block;
  }

  .lp-med .col-ushemplogo-inner .ushemp-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-top: 2.667vw;
    top: 0;
  }

  .lp-med .col-ushemplogo-inner .ushemp-logo img {
    width: 74px;
    width: 19.773vw;
  }

  .lp-med .col-ushemplogo-inner .service-txt {
    padding-right: 0;
    width: 100%;
  }

  .lp-med ul.cbdoil-speciality-01-icon {
    margin-left: -20px;
    margin-left: -5.333vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li {
    padding-left: 20px;
    padding-left: 5.333vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li img {
    max-width: 74px;
    max-width: 19.733vw;
  }

  .lp-med ul.cbdoil-speciality-01-icon li > p {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med ul.col-item-cbdoil .col-item-fig.component::before {
    top: 100px;
    top: 33.667vw;
    height: 80%;
    width: 100%;
    right: 0;
  }

  .lp-med .col-item-reverce li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med .col-item-reverce li .col-item-fig {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.product-cbdoil-lineup {
    margin: 0;
    display: block;
  }

  .lp-med ul.product-cbdoil-lineup li {
    width: 100%;
    padding: 0;
    margin-top: 80px;
    margin-top: 21.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li:first-child {
    margin-top: 60px;
    margin-top: 16vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-ttl {
    font-size: 1.5rem;
    font-size: 4vw;
    margin-top: 5px;
    margin-top: 1.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt {
    margin-top: 5px;
    margin-top: 1.333vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med ul.product-cbdoil-lineup li .product-cbdoil-lineup-subtxt > span {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area {
    top: -40px;
    top: -10.667vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo {
    width: 80px;
    height: 80px;
    width: 21.333vw;
    height: 21.333vw;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner {
    font-size: 1.3rem;
    font-size: 3.467vw;
    line-height: 1.3;
  }

  .lp-med ul.product-cbdoil-lineup li .noudo-area .noudo .noudo-inner strong {
    font-size: 1.5rem;
    font-size: 4vw;
  }

  .lp-med .section-med-vape-product {
    padding-top: 0;
  }

  .lp-med .vape-cbdabove-area {
    display: block;
  }

  .lp-med .vape-cbdabove-txt,
  .lp-med .vape-cbdabove-fig {
    width: 100%;
    padding: 0;
  }

  .lp-med .vape-cbdabove-txt .section-index-lv03 {
    text-align: center;
  }

  .lp-med .vape-cbdabove-fig {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med .med-vape-scene-txt {
    text-align: left;
  }

  .lp-med .cbd-purpos-block {
    display: block;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:first-of-type,
  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
    margin: 0;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner:last-of-type {
    margin-top: 20px;
    margin-top: 5.333vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner {
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner {
    width: 100%;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-icon {
    width: 32px;
    height: 32px;
    width: 8.533vw;
    height: 8.533vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-ttl-area
    .cbd-purpos-ttl
    span {
    font-size: 2.2rem;
    font-size: 5.867vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-ttl-area {
    padding: 10px;
    padding: 2.667vw;
  }

  .lp-med .cbd-purpos-block .cbd-purpos-block-inner .cbd-purpos-inner {
    padding: 25px 20px 20px 20px;
    padding: 6.667vw 5.333vw 5.333vw 5.333vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl {
    margin-top: 0;
    font-size: 1.6rem;
    font-size: 4.267vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount {
    font-size: 2rem;
    font-size: 5.3vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.amount
    strong {
    font-size: 3rem;
    font-size: 8vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    .cbd-purpos-inner-ttl
    span.notice {
    font-size: 1.3rem;
    font-size: 3.467vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    flex-wrap: wrap;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 50%;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    margin-bottom: 20px;
    margin-bottom: 5.333vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor {
    display: block;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med
    .cbd-purpos-block
    .cbd-purpos-block-inner
    .cbd-purpos-inner
    ul.cbd-purpos-flavor
    li {
    width: 100%;
  }

  .lp-med ul.med-product-vapelist li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med ul.med-product-vapelist li .col-item-fig {
    margin-bottom: 0activemargin-top 20px;
    margin-top: 5.333vw;
  }

  .lp-med ul.med-vape-scene {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-scene li {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-scene li .med-vape-scene-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
    text-align: center;
  }

  .lp-med ul.med-vape-lineup {
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-top: 8vw;
  }

  .lp-med ul.med-vape-lineup li {
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-top: 13.333vw;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-category {
    font-size: 1.3rem;
    font-size: 3.467vw;
    padding: 10px 8px;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-fig {
    margin-top: 12px;
    margin-top: 3.2vw;
  }

  .lp-med ul.med-vape-lineup li .med-vape-lineup-txt {
    font-size: 1.4rem;
    font-size: 3.733vw;
  }

  .lp-med .med-product-vapelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-med .med-support-box {
    padding: 15px 20px;
    padding: 4vw 5.333vw;
  }

  .lp-med .med-support-box ul.med-support-list li {
    font-size: 1.5rem;
    font-size: 4vw;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5.333vw;
    margin-top: 5.333vw;
  }

  .lp-med .med-support-box ul.med-support-list li:first-child {
    margin-top: 10px;
    margin-top: 2.667vw;
  }
  .lp-med .section-med-contact .section-wrap {
    padding: 0 15px;
    padding: 0 4vw;
  }
  .lp-med .contact-common-area {
    padding: 0;
  }
  .lp-med .med-cbdoil-03 {
    margin-top: 0;
  }
  .lp-med .med-cbdoil-01 .col-item-fig,
  .lp-med .med-cbdoil-01 .col-item-txt {
    width: 100%;
  }

  .lp-med .product-cbdoil-area {
    margin-top: 40px;
    margin-top: 10.667vw;
  }
}

/***************************************************************************

Terpene

***************************************************************************/
.mv-oem-terpene {
  background: url(../../images/oem/terpene/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
  position: relative;
}
/*.mv-oem-terpene .section-wrap{
	max-width: 1620px;
	padding: 0;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}*/
.mv-oem-terpene .title-under-wrap {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: auto;
  right: auto;
  bottom: 100px;
}
.mv-oem-terpene .title-under-subheader {
  font-size: 2.6rem;
  line-height: 1.6;
  color: #464c50;
}
.mv-oem-terpene .title-under-level-01 h1 {
  font-size: 4.4rem;
}
.section-oem-terpene-action .section-index-oem-terpene-action {
  font-size: 2.4rem;
}
.section-oem-terpene-action .txt-lead {
  text-align: center;
}
.section-oem-terpene-action .oem-terpene-action-tbl {
  max-width: 1000px;
  margin: 0 auto;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 {
  margin-top: 50px;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th {
  width: 20%;
}
.section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 td {
  width: 80%;
}
.oem-terpene-use {
  max-width: 1104px;
  margin: 0 auto;
  margin-top: 70px;
}
.oem-terpene-contact-line {
  width: 100%;
  height: 1px;
  background-color: #dce0e2;
}

@media screen and (max-width: 959px) {
  .mv-oem-terpene {
    background: url(../../images/oem/terpene/mv_sp.jpg);
    padding-top: 80%;
    height: 0;
    background-size: contain;
  }
  .mv-oem-terpene .section-wrap {
    position: absolute;
    height: auto;
    top: 145px;
    top: 38.667vw;
  }
  .mv-oem-terpene .title-under-wrap {
    bottom: 50px;
    bottom: 13.5vw;
    -ms-transform: translateY(0);
    transform: translateY(0%);
    top: auto;
    right: auto;
    left: 0;
    padding: 0 7vw;
  }
  .mv-oem-terpene .title-under-subheader {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .mv-oem-terpene .title-under-level-01 h1 {
    font-size: 3.2rem;
    font-size: 8.533vw;
  }
  .section-oem-terpene-action .section-index-oem-terpene-action {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .section-oem-terpene-action .txt-lead {
    text-align: left;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th,
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 td {
    width: 100%;
    line-height: 1.6;
  }
  .section-oem-terpene-action .oem-terpene-action-tbl .tbl-common-02 th {
    text-align: center;
  }
  .oem-terpene-use {
    padding: 0 52px;
    padding: 0 13.867vw;
    margin-top: 20px;
    margin-top: 5.333vw;
  }
}

/*-- ============= ヘッダー290820 ============= --*/

.l-header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.l-header__container {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 55px 30px;
}

.l-header__logo {
  max-width: 90px;
}

.l-header__logo a {
  display: block;
  width: 100%;
}

.l-header__logo a img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.l-header__inner {
  height: inherit;
  display: flex;
  align-items: center;
}

.l-header__nav {
  height: inherit;
  margin-right: 130px;
}

.l-header__list {
  height: inherit;
  display: flex;
  align-items: center;
  column-gap: 77px;
}

.l-header__item {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic',
    'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1;
  cursor: pointer;
}

.l-header__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-header__item-en {
  margin-bottom: 10px;
  font-size: 12px;
  color: #5f84a2;
}

.l-header__item-ja {
  font-size: 16px;
  color: #464c50;
}

.l-header__hamburger {
  position: fixed;
  top: 28px;
  right: 30px;
  z-index: 40;
  cursor: pointer;
}

.l-header__hamburger img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

/* sp */
@media screen and (max-width: 959px) {
  .l-header {
    height: 75px;
  }

  .l-header__container {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 16px;
  }

  .l-header__logo {
    max-width: 70px;
    margin-inline: auto;
  }

  .l-header__nav {
    display: none;
  }

  .l-header__hamburger {
    position: fixed;
    top: 17px;
    right: 16px;
    z-index: 40;
    width: 33px;
    height: 33px;
    cursor: pointer;
  }

  .l-header__hamburger img {
    width: 100px;
    height: 100%;
  }
}

/*-- ============= ホバー時のコンテンツ ============= --*/

.c-contents {
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 1153px;
  width: 100%;
  background: rgba(95, 132, 162, 0.9);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.c-contents.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-contents__title {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

.c-contents__container {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-inline: 53px 164px;
  box-sizing: border-box;
}

.c-contents__title-en {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
}

.c-contents__title-ja {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.c-contents__body, .c-business__body {
  position: relative;
}

.c-contents__body > img, .c-business__body img {
position: absolute;
top: -30px;
right: 0;
}


@media screen and (max-width: 959px) {
  .c-contents {
    display: none;
  }
}

/* ブランド */

.c-brand__container {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding-block: 86px 106px;
  padding-inline: 53px 174px;
  box-sizing: border-box;
}

.c-brand-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 50px;
}

/* 事業内容 */

.c-business__container {
  padding-block: 83px 97px;
}

.c-business__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 46px;
  padding-top: 42px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.c-business__list:nth-of-type(1) {
  display: grid;
  row-gap: 38px;
}

.c-business__link {
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.c-business__subList {
  display: grid;
  row-gap: 15px;
  margin-top: 15px;
}

.c-business__subLink {
  display: block;
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #fff;
}

/* 企業情報 */
.c-company__container {
  padding-block: 83px 74px;
}

.c-company__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 42px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.c-company__link {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/*-- ============= ハンバーガーメニュー pc時 ============= --*/

.c-hamburger {
  position: fixed;
  top: 0;
  right: -100%;
  overflow: hidden;
  z-index: 30;
  width: 100%;
  max-width: 1200px;
  padding-block: 90px 60px;
  padding-inline: 120px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.7s;
}

.c-hamburger.js-active {
  right: 0;
}

.c-hamburger__container {
  height: inherit;
  padding-top: 40px;
}

.c-hamburger__nav {
  position: relative;
}

.c-hamburger__list {
  height: inherit;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 51px;
}

.c-hamburger__item {
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #5f84a2;
}

.c-hamburger__link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 26px;
  border-bottom: 1px solid #b1c4db;
  pointer-events: none;
}

.c-hamburger__link img {
  position: absolute;
  top: 20%;
  right: 0;
}

.c-hamburger__button {
  display: none;
}

.c-hamburger__subItem {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.c-hamburger__subLink {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #54585a;
}

.c-hamburger__contact {
  width: 300px;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.c-hamburger__contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 55px;
  color: #5f84a2;
  background: #fff;
  border: 1px solid #5f84a2;
  text-align: center;
}

.c-hamburger__contact a img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

/* sp */
@media screen and (max-width: 959px) {
  .c-hamburger {
    top: 75px;
    max-width: 100%;
    height: 100vh;
    padding-block: 0;
    padding-inline: 0;
  }

  .c-hamburger__container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }

  .c-hamburger__nav {
    padding-inline: 30px;
  }

  .c-hamburger__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-bottom: 47px;
  }

  .c-hamburger__item {
    border-top: 1px solid #9aa3a8;
  }

  .c-hamburger__item:last-child {
    border-bottom: 1px solid #9aa3a8;
  }

  .c-hamburger__link {
    padding-bottom: 0;
    padding-block: 25px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1;
    color: #464c50;
    pointer-events: auto;
  }

  .c-hamburger__link img {
    display: none;
  }

  .c-hamburger__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    display: block;
    width: 13px;
    height: 13px;
  }

  .c-hamburger__beside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #464c50;
  }

  .c-hamburger__vertical {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #464c50;
    transition: all 0.3s;
  }

  .c-hamburger__vertical.is-visible {
    opacity: 0;
  }

  .c-hamburger__subList {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }

  .c-hamburger__subItem {
    row-gap: 0;
  }

  .c-hamburger__subLink {
    position: relative;
    padding-block: 15px;
    padding-left: 1.5rem;
    font-size: 13px;
  }

  .c-hamburger.c-hamburger__subLink::before {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    background: #768089;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-hamburger__contact {
    width: 88.8889%;
    margin-inline: auto;
    position: inherit;
    bottom: auto;
    right: auto;
  }

  .c-hamburger__contact a {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: normal;
    line-height: 55px;
    color: #5f84a2;
    background: #fff;
    border: 1px solid #5f84a2;
    text-align: center;
  }

  .c-hamburger__contact a img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*-- ============= フッター ============= --*/

.l-footer__wrapper {
  padding-block: 55px 90px;
  background-color: #eaedef;
  border-top: solid 1px #ddd;
}

.l-footer__inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}

.l-footer__logo {
  max-width: 254px;
  margin-bottom: 83px;
}

.l-footer__logo a {
  display: block;
}

.l-footer__logo a img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-footer__nav {
  padding-inline: 112px;
  position: relative;
}

.l-footer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 51px;
}

.l-footer__item {
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #5f84a2;
}

.l-footer__link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b1c4db;
  pointer-events: none;
}

.l-footer__link img {
  position: absolute;
  top: 20%;
  right: 0;
}

.l-footer__button {
  display: none;
}

.l-footer__subItem {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.l-footer__subLink {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #54585a;
}

.l-footer__contact {
  width: 300px;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.l-footer__contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 55px;
  color: #fff;
  background: #5f84a2;
  text-align: center;
}

.l-footer__contact a img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

/* l-footer__legal */

.l-footer__legal {
margin-top: 100px;
/* display: none; */
}

.l-footer__legal ul {
display: flex;
justify-content: center;
align-items: center;
column-gap: 15px;
}

.l-footer__legal ul  li:not(:last-child) {
  position: relative;
  padding-right: 15px;
}

.l-footer__legal ul  li:not(:last-child)::after {
  position: absolute;
 top: 50%;
 transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
background: #54585a;
}

.l-footer__legal ul  li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #464c50;
}

/* sp */

@media screen and (max-width: 959px) {
  .l-footer__wrapper {
    padding-block: 64px 110px;
  }

  .l-footer__inner {
    padding-inline: 30px;
  }

  .l-footer__logo {
    max-width: 215px;
    margin-inline: auto;
    margin-bottom: 85px;
  }

  .l-footer__nav {
    padding-inline: 0;
  }

  .l-footer__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-bottom: 47px;
  }

  .l-footer__item {
    border-top: 1px solid #9aa3a8;
  }

  .l-footer__item:last-child {
    border-bottom: 1px solid #9aa3a8;
  }

  .l-footer__link {
    padding-bottom: 0;
    padding-block: 25px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1;
    color: #464c50;
    pointer-events: auto;
  }

  .l-footer__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    display: block;
    width: 13px;
    height: 13px;
  }

  .l-footer__beside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #464c50;
  }

  .l-footer__vertical {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #464c50;
    transition: all 0.3s;
  }

  .l-footer__vertical.is-visible {
    opacity: 0;
  }

  .l-footer__link img {
    display: none;
  }

  .l-footer__subList {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }

  .l-footer__subItem {
    row-gap: 0;
  }

  .l-footer__subLink {
    position: relative;
    padding-block: 15px;
    padding-left: 1.5rem;
    font-size: 13px;
  }

  .l-footer__subLink::before {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    background: #768089;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .l-footer__contact {
    width: 88.8889%;
    margin-inline: auto;
    position: inherit;
    bottom: auto;
    right: auto;
  }

  .l-footer__contact a {
    width: 100%;
    margin-inline: auto;
    height: 51px;
    font-size: 16px;
    font-weight: normal;
    line-height: 51px;
    color: #fff;
    background: #5f84a2;
    text-align: center;
  }

  .l-footer__contact a img {
    position: absolute;
    right: 18px;
    top: 50%;
  }

  /* l-footer__legal */

.l-footer__legal {
margin-top: 70px;
 }

 .l-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 20px;
}

.l-footer__legal ul  li:not(:last-child) {
  padding-right: 10px;
}

.l-footer__legal ul  li:not(:last-child)::after {
  height: 15px;
 }

 /* .l-footer__legal ul  li:nth-of-type(3) {
  padding-right: 0;
 } */

  /* .l-footer__legal ul  li:nth-of-type(3)::after {
    display: none;
  } */

.l-footer__legal ul  li a {
  font-size: 12px;
 }
}

/* @media screen and (max-width: 615px)  {

.l-footer__legal ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}

.l-footer__legal ul  li:not(:last-child) {
  position: relative;
  padding-right: 15px;
}

.l-footer__legal ul  li:not(:last-child)::after {
  height: 15px;
}
} */

/* section-sct */
.section-sct .info-list dd .sales-term-list-pay li .sales-term-list-set,
.section-sct .sales-term-list-set li ,
.section-sct .info-list dd p
{
    font-weight: 300;
}

/*-- ============= page-company-sct ============= --*/

.section-wrap.-has-margin-full.company-sct {
    max-width: 1200px;
    padding: 0 160px;
    margin: 0 auto;
} 

.section-wrap.-has-margin-full.company-sct .info-list dt {
  padding-left: 60px;
}

.section-wrap.-has-margin-full.company-sct .info-list dd {
  padding-left: 80px;
}

@media screen and (max-width: 959px) {
  .section-wrap.-has-margin-full.company-sct {
    padding: 0 30px;
}

.section-wrap.-has-margin-full.company-sct .info-list dt {
  padding-left: 0;
}

.section-wrap.-has-margin-full.company-sct .info-list dd {
  padding-left: 0;
}
}

/*-- ============= recruit修正 ============= --*/

.br-recruit_sp {
  display: none;
}

.l-header_recruit {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

.l-header_recruit.is-visible{
  opacity: 1;
  visibility: visible;
  transition: opacity .12s linear;
}

.l-wrapper {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  will-change: opacity;
}

.l-wrapper.is-visible{
  opacity: 1;
  visibility: visible;
  transition: opacity .12s linear;
}

:root{
  --curtain-color: #fff;
  --feather-size: 64px;
  --feather-opacity: 1;
}

.recruit-screen{
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--curtain-color);
  transform: translate3d(0,-100%,0);
  will-change: transform;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.94); 
    backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.recruit-screen::before,
.recruit-screen::after{
  content: "";
  position: absolute;
  left: 0; right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: var(--feather-opacity);
}

.recruit-screen::before{
  top: 0;
  height: var(--feather-size);
  background: linear-gradient(
    to bottom,
    var(--curtain-color) 0%,
    rgba(255,255,255,0) 100%
  );
}

.recruit-screen::after{
  bottom: 0;
  height: var(--feather-size);
  background: linear-gradient(
    to top,
    var(--curtain-color) 0%,
    rgba(255,255,255,0) 100%
  );
}

.recruit-screen.js-active{
  animation-name: downIn, downOut;
  animation-duration: var(--t1), var(--t2);
  animation-timing-function: var(--ease-in), var(--ease-out);
  animation-fill-mode: both, forwards;
  animation-delay: 0s, calc(var(--t1) + var(--hold));
}

@keyframes downIn{
  from{ transform: translate3d(0,-100%,0); }
  to  { transform: translate3d(0,   0%,0); }
}

@keyframes downOut{
  from{ transform: translate3d(0,  0%,0); }
  to  { transform: translate3d(0,100%,0); }
}

@media (prefers-reduced-motion: reduce){
  .recruit-screen{ transform: translate3d(0,100%,0); }
  .recruit-screen.js-active{ animation: none; }
}

:root{
  --t1: .18s;
  --hold: .30s;
  --t2: .10s;

  --ease-in:  cubic-bezier(.16,1,.3,1); 
  --ease-out: cubic-bezier(.22,.61,.36,1);
}

.js .l-wrapper{
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

.js .l-wrapper.is-visible{
  opacity: 1;
  visibility: visible;
  transition: opacity .12s linear;
}


.recruit-fv__catch{
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity .60s var(--ease-out),
    transform .60s var(--ease-out);
  will-change: opacity, transform;
}

.recruit-fv__catch.js-active{
  opacity: 1;
  transform: translateY(0);
}


.recruit-fv__image{
  opacity: .85;
  transform: scale(.92);
  transition:
    opacity .70s var(--ease-out),
    transform .70s var(--ease-out);
  will-change: opacity, transform;
}
.recruit-fv__image.js-active{
  opacity: 1;
  transform: none; 
}

.recruit-fv__image:nth-child(2){ transition-delay: .03s; }
.recruit-fv__image:nth-child(3){ transition-delay: .06s; }
.recruit-fv__image:nth-child(4){ transition-delay: .09s; }

/* ============= recruit-fv ============= */
.recruit-fv{
  margin-top: 100px;     /* 必要な場合だけ残す */
}


.recruit-fv .recruit-fv__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.recruit-fv .recruit-fv__container .recruit-fv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, calc(-50% + 50px));
  width: max-content;
  font-size: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .05em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease-out;
  will-change: opacity, transform;
}

.recruit-fv .recruit-fv__container .recruit-fv__catch.js-active {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* fvの中のimg関連のcss */

/* 変更点：
   - transform: 1.00s → 1.25s（約+25%）
   - opacity:   0.80s → 1.00s（約+25%）
   - カーブは現状維持（cubic-bezier(.22,.61,.36,1)） */
.recruit-fv .recruit-fv__container .recruit-fv__image{
  transition:
    transform 1.25s cubic-bezier(.22,.61,.36,1), /* ←少し長く */
    opacity   1.00s cubic-bezier(.22,.61,.36,1); /* ←少し長く */
  will-change: transform, opacity; /* GPUヒント（現状維持） */
}



/* .recruit-fv__image01 */

.recruit-fv .recruit-fv__container .recruit-fv__image01 {
  transform: scale(0.9);
  transform-origin: 20% 35%;
  opacity: 0.8;
}

/* .recruit-fv__image02 */

.recruit-fv .recruit-fv__container .recruit-fv__image02 {
  transform: scale(1.15);
  transform-origin: 45% 20%;
  opacity: 0.9;
}

/* .recruit-fv__image03 */

.recruit-fv .recruit-fv__container .recruit-fv__image03 {
  transform: scale(0.9);
  transform-origin: 100% 130%;
  opacity: 0.6;
}

/* .recruit-fv__image04 */

.recruit-fv .recruit-fv__container .recruit-fv__image04 {
  transform: scale(1.1);
  transform-origin: 30% 0%;
  opacity: 0.8;
}

/* .recruit-fv__image05 */

.recruit-fv .recruit-fv__container .recruit-fv__image05 {
  transform: scale(1.1);
  transform-origin: 100% 0%;
  opacity: 0.9;
}

/* .recruit-fv__image06 */

.recruit-fv .recruit-fv__container .recruit-fv__image06 {
  transform: scale(0.9);
  transform-origin: 50% 190%;
  opacity: 09;
}

/* .recruit-fv__image07 */

.recruit-fv .recruit-fv__container .recruit-fv__image07 {
  transform: scale(0.85);
  transform-origin: 25% 70%;
  opacity: 0.7;
}

/* .recruit-fv__image08 */

.recruit-fv .recruit-fv__container .recruit-fv__image08 {
  transform: scale(0.9);
  transform-origin: 45% 160%;
  opacity: 0.6;
}

/* .recruit-fv__image09 */

.recruit-fv .recruit-fv__container .recruit-fv__image09 {
  transform: scale(0.9);
  transform-origin: 60% 100%;
  opacity: 0.7;
}

/* .recruit-fv__image10 */

.recruit-fv .recruit-fv__container .recruit-fv__image10 {
  transform: scale(0.8);
  transform-origin: 35% 90%;
  opacity: 0.6;
}

/* .recruit-fv__image11 */

.recruit-fv .recruit-fv__container .recruit-fv__image11 {
  transform: scale(1.1);
  transform-origin: 95% 5%;
  opacity: 0.9;
}

/* .recruit-fv__image12 */

.recruit-fv .recruit-fv__container .recruit-fv__image12 {
  transform: scale(0.9);
  transform-origin: 75% 80%;
  opacity: 0.8;
}


.recruit-fv .recruit-fv__container .recruit-fv__image.js-active {
    opacity: 1;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}

.recruit-fv .recruit-fv__container .recruit-fv__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.recruit-fv .recruit-fv__container .recruit-fv__sp {
  display: none;
}

/*-- ============= recruit-fv END  ============= --*/

.section-work .section-work__contents .images  {
  margin-bottom: 34px;
}

.section-work .section-work__contents .images img {
  width: 100%;
  vertical-align: bottom;
}

.section-work .section-work__container .section-work__contents .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-work .section-work__container .section-work__contents .desc .desc-inner {
  display: flex;
  align-items: center;
  column-gap: 11px;
}

.section-work .section-work__container .section-work__contents .desc h3,
.section-work .section-work__container .section-work__contents .desc p {
  line-height: 1;
}

.section-work .section-work__container .section-work__contents .desc h3 {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
}


.section-work .section-work__container .section-work__contents .desc p  {
  margin-top: 0;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {

  .br-recruit_sp {
  display: block;
}

  .recruit-fv {
  margin-top: 75px;
}

.recruit-fv .recruit-fv__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.recruit-fv .recruit-fv__container .recruit-fv__catch {
  position: absolute;
  top: 195px;
  left: 30px;
  transform: translate(0, 50px);
  width: fit-content;
  font-size: clamp(32px, 5.21vw, 50px);
  text-align: left;
}

.recruit-fv .recruit-fv__container .recruit-fv__catch.js-active {
   transform: translate(0, 0);
}

.recruit-fv .recruit-fv__container .recruit-fv__image img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-fv .recruit-fv__container .recruit-fv__pc {
  display: none;
}

.recruit-fv .recruit-fv__container .recruit-fv__sp {
  display: block;
}

/*-- ============= recruit-fv  ============= --*/


  .section-work .section-work__contents .images  {
  margin-bottom: 14px;
}

.section-work .section-work__container .section-work__contents .desc .desc-inner {
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.section-work .section-work__container .section-work__contents .desc .desc-inner img {
  width: 22px;
}


  .section-work .section-work__container .section-work__contents .desc h3 {
  font-size: 15px;
}
.section-work .section-work__container .section-work__contents .desc p  {
  font-size: 10px;
}
}

/*-- ============= section-contact ============= --*/

.section-contact__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
 gap: 0 45px;
}

.section-contact__content {
  display: flex;
  flex-direction: column;
  height: 320px;
  padding-block: 44px 27px;
  padding-inline: 10px;
  background: #ECF2F9;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all .5s;
}

.section-contact__content:hover {
  background: #B1C4DB;
  opacity: 1;
}

.section-contact__content:hover h3 {
  color: #fff;
}

.section-contact__content:hover p {
  color: #fff;
}

.section-contact__content:hover .section-contact__image {
   background: #fff;
}

.section-contact__content:hover .section-contact__img_w {
opacity: 0;
}

.section-contact__content:hover .section-contact__img_b{
opacity: 1;
}

.section-contact__content:hover .section-contact__description .section-contact__arrowwrap .section-contact__arrow_w {
  opacity: 1;
}

.section-contact__content:hover .section-contact__description .section-contact__arrowwrap .section-contact__arrow_b  {
  opacity: 0;
}

.section-contact__image { 
  position: relative;
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  aspect-ratio: 1 / 1;
  margin-bottom: 34px;
  margin-inline: auto;
  background: #B1C4DB;
  border-radius: 50%;
  text-align: center;
  transition: all .5s;
}

.section-contact__img {
  position: absolute;
  width: 61px;
  height: 48px;
  object-fit: contain;
  transition: opacity .5s; 
  display: block;
}

.section-contact__image .section-contact__img_w {
  opacity: 1;
  z-index: 1;
  }


.section-contact__description {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto;
}

.section-contact__description h3 {
  margin-bottom: 17px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .05em ;
  text-align: center;
  transition: all .5s;
}

.section-contact__description  p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-top: auto;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: .05em ;
  text-align: center;
  transition: all .5s;
}

.section-contact__description .section-contact__arrowwrap {
  position: relative;
  width: 31px;
  height: 5px;
  display: inline-block;
}

.section-contact__description .section-contact__arrowwrap  .section-contact__arrow {
  vertical-align: bottom;
  position: absolute;
  right: 0;
 transition: all .5s;
}

.section-contact__description .section-contact__arrowwrap .section-contact__arrow_w {
  opacity: 0;
}

.buttonArea.button__center .button {
  margin-inline: auto;
}

@media screen and (max-width: 1200px) {

  .section-contact__description h3 {
   font-size: 16px;
  }

.section-contact__description  p {
  font-size: 13px;
   letter-spacing: 0 ;
  }
}

@media screen and (max-width: 959px) {
  .section-contact__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px 0;
  }

  .section-contact__content {
    height: 263px;
    padding-block: 34px 44px ;
    padding-inline: 10px;
  }

  .section-contact__image {
    width: 99px;
    height: 99px;
    margin-bottom: 26px;

  }

   .section-contact__image img {
      width: 56px;
      height: 52px;
      object-fit: contain;
    }

  .section-contact__description {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .section-contact__description h3 {
    margin-bottom: 23px;
    font-size: 14px;
  }

  .section-contact__description  p {
    gap: 0 12px;
    font-size: 12px;
    letter-spacing: .05em ;
  }
}

/*-- ============= フォームの生年月日の修正 ============= --*/

/* 生年月日の3つを横並びにする親（矢印は .select-box に出る） */
.birth-selects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 年・月・日 */
  gap: .75rem;
}


/* スマホ調整（任意） */
@media (max-width: 768px) {
  .birth-selects { grid-template-columns: 1fr; }
}