@charset "UTF-8";
/* 
BELTA公式
202412 商品ページ専用
202504 import整理
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    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 {
      font-size: 1.625rem; } }

body {
  color: #3d3d3d;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  font-weight: 300;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: 500; }

html, body, div, object, iframe, 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 {
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #3d3d3d;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #3d3d3d;
  font-style: italic;
  font-weight: bold;
  font-weight: 500; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, 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,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
h1.drawer-brand {
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    body, div, span, object, iframe, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    strong, 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,
    header, hgroup, menu, nav, section, summary,
    time, mark, audio, video,
    h1.drawer-brand {
      font-size: 1.8rem; } }

ol, ul {
  list-style: none; }

a {
  color: #d76492;
  text-decoration: none;
  display: inline-block; }
  a[href*="tel:"] {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    a {
      transition: opacity 0.3s ease-out; }
      a:hover {
        opacity: .5; }
      a[href*="tel:"] {
        color: #3d3d3d;
        cursor: default;
        pointer-events: none;
        text-decoration: none; } }

img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

span {
  font-size: inherit;
  font-weight: inherit; }

strong {
  font-weight: bold;
  font-weight: 500; }

small {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    small {
      font-size: 1.25rem; } }

sub, sup {
  font-size: 1rem;
  transform: scale(0.8);
  display: inline-block; }

sub {
  vertical-align: bottom; }

sup {
  vertical-align: top; }

main {
  display: block; }

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 105;
  top: 0;
  overflow: hidden;
  width: 90%;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  width: 12em;
  line-height: 1;
  display: block;
  padding-right: 0.8em;
  text-decoration: none; }
  .drawer-brand img {
    width: 108px; }
  .drawer-brand span {
    color: #3d3d3d;
    font-size: 1rem;
    font-weight: normal;
    font-weight: 400;
    display: inline-block;
    margin-top: 6px; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item a, .drawer-dropdown a {
  line-height: 1.4;
  display: block;
  padding: 0.8em 2em 0.8em 1.2em; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    max-width: 380px; }

  .drawer-menu-item a, .drawer-dropdown a {
    border-bottom: 2px solid #f7e8ed;
    border-bottom: 2px solid #E6E6E6;
    color: #333; }

  .drawer-menu-border-none > a {
    border: none; }

  .drawer-menu-item a, .drawer-dropdown-menu a {
    position: relative; }
    .drawer-menu-item a::after, .drawer-dropdown-menu a::after {
      width: 6px;
      height: 6px;
      content: " ";
      transform: rotate(45deg);
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.2em; } }
@media screen and (min-width: 768px) {
  .drawer-nav {
    display: flex; }

  .drawer-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

  .drawer-menu-item a, .drawer-dropdown a {
    padding: .8em 0; }

  .drawer-menu-item {
    position: relative; }
    .drawer-menu-item a:not([class*=button])::after {
      width: 100%;
      height: 2px;
      content: '';
      background-color: #d76492;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
      position: absolute;
      bottom: 0;
      left: 0; }
    .drawer-menu-item a:not([class*=button]):hover {
      color: #d76492; }
      .drawer-menu-item a:not([class*=button]):hover::after {
        transform: scale(1, 1); } }
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  display: block;
  box-sizing: content-box;
  width: 2.6rem;
  padding-right: 0.8em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:focus {
  box-shadow: none; }

.drawer-hamburger-icon {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #3d3d3d; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:before {
  width: 85%; }

.drawer-hamburger-icon:after {
  width: 70%;
  top: 16px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
  height: 1px; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 8px; }

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  .drawer-goods-main {
    display: none; } }

@media screen and (max-width: 767px) {
  .drawer-active-main {
    display: none; } }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }

  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 6.4rem; }

.drawer-navbar .drawer-navbar-header {
  background-color: #fff; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 107;
  box-sizing: border-box;
  width: 100%;
  height: 6.4rem;
  padding: 0 0.8em;
  display: flex;
  align-items: center; }

.drawer-navbar .drawer-nav {
  padding-top: 6.4rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 12.8rem; }

@media screen and (max-width: 767px) {
  .drawer-navbar-header {
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.2); } }
@media screen and (min-width: 768px) {
  .drawer--navbarTopGutter {
    padding-top: 7rem; }

  .drawer-navbar {
    height: 7rem;
    background-color: #fff; }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: flex;
    width: 12em;
    padding: 0;
    border: 0; }

  .drawer-navbar-header {
    height: 7rem; }

  @keyframes fadeDown {
    from {
      opacity: 0;
      transform: translateY(-10px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  .drawer-goods-main,
  .drawer-active-main {
    position: relative;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 3;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none; }
    .drawer-goods-main::-webkit-scrollbar,
    .drawer-active-main::-webkit-scrollbar {
      display: none; }
    .drawer-goods-main.show,
    .drawer-active-main.show {
      display: block;
      animation-name: fadeDown;
      animation-duration: 0.5s;
      animation-fill-mode: forwards; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .drawer-goods-main,
    .drawer-active-main {
      display: none; } }

@media screen and (min-width: 768px) {
  .drawer-active-main .drawer-goods-list-wrap {
    width: 900px; }
    .drawer-active-main .drawer-goods-list-wrap h2 {
      text-align: center;
      font-size: 2.5rem;
      border-bottom: 3px solid #ccc;
      padding-bottom: 15px; }
    .drawer-active-main .drawer-goods-list-wrap .drawer-active-container {
      display: flex; }
      .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex {
        width: calc(100% / 2); }
        .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li {
          padding: 15px 20px;
          border-bottom: 1px solid #ccc;
          position: relative; }
          .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li::after {
            content: " ";
            vertical-align: middle;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 3.2em;
            margin: auto;
            transform: rotate(45deg);
            border-top: 1px solid #a4a4a4;
            border-right: 1px solid #a4a4a4; }
          .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li a {
            font-size: 1.4rem;
            font-weight: normal; }
        .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex .flex-aic {
          display: flex;
          align-items: center; }

  .drawer-goods-bg {
    padding-bottom: 100px;
    width: 100%;
    height: 985px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }

  .drawer-goods-list-wrap {
    width: 1100px;
    border: 2px solid #D76492;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 26px 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }

  .drawer-goods-list-flex {
    display: flex;
    margin-bottom: 34px; }

  .drawer-goods-list {
    width: 100%;
    padding: 0 15px; }
    .drawer-goods-list:not(:last-child) {
      border-right: #D76492 1px dotted; }
    .drawer-goods-list .drawer-goods:first-child {
      border-bottom: #D76492 1px dotted;
      min-height: 350px; }
    .drawer-goods-list .drawer-goods:last-child {
      padding-top: 18px; }

  .drawer-goods-name {
    background-color: #D76492;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    width: 100%;
    text-align: center; }

  .drawer-goods-content li {
    margin-bottom: 15px; }
    .drawer-goods-content li a {
      display: flex;
      color: #3D3D3D; }

  .drawer-goods-more ul {
    height: 270px;
    overflow: hidden; }
  .drawer-goods-more.show ul {
    height: auto;
    overflow: auto; }

  .drawer-goods-more-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 30%);
    cursor: pointer;
    color: #D76492;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index: 3; }
    .drawer-goods-more-btn span {
      display: table-cell;
      vertical-align: middle;
      font-weight: bold; }
    .drawer-goods-more-btn.show {
      background: transparent; }
      .drawer-goods-more-btn.show span {
        font-size: 0; }
        .drawer-goods-more-btn.show span:before {
          font-size: 1.4rem;
          content: "閉じる"; }

  .drawer-goods-content-image {
    margin-right: 10px;
    width: 40px;
    height: 40px; }

  .drawer-goods-content-name {
    display: table;
    text-align: left; }
    .drawer-goods-content-name > span {
      display: table-cell;
      font-size: 1.4rem;
      line-height: 1.2;
      vertical-align: middle; }

  .drawer-goods-content-name-small {
    font-size: 1.2rem; }

  .drawer-goods-list-btn {
    margin: 0 auto;
    color: #d76492 !important;
    font-size: 1.6rem !important; }

  .drawer-navbar .drawer-menu, .drawer-col2 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .drawer-navbar .drawer-menu {
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .drawer-col2 ul {
    flex-direction: row-reverse; }

  .drawer-navbar .drawer-menu-item {
    line-height: 7rem;
    padding: 0.8em 0;
    margin-left: 1.4em;
    display: table;
    text-align: center; }
    .drawer-navbar .drawer-menu-item a {
      display: table-cell;
      vertical-align: middle;
      padding: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
    .drawer-navbar .drawer-menu-item {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
    .drawer-navbar .drawer-menu-item a {
      font-size: 1.15rem; } }

@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-hamburger {
    display: none; }

  .drawer-navbar .drawer-nav {
    position: relative;
    right: 0;
    overflow: visible;
    width: auto;
    height: 7rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0); }

  .drawer-navbar .drawer-menu {
    padding: 0; }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.8em; } }
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  transition: .4s ease;
  padding: 0 0 0 24px;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 6.4rem;
  display: block;
  padding: 0;
  padding-right: 0.8em;
  padding-left: 1.6em;
  text-decoration: none; }

.drawer-dropdown .drawer-menu-item {
  position: relative; }
  .drawer-dropdown .drawer-menu-item::before, .drawer-dropdown .drawer-menu-item::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: all .3s; }
  .drawer-dropdown .drawer-menu-item::before {
    transform: rotate(0deg); }
  .drawer-dropdown .drawer-menu-item::after {
    transform: rotate(90deg); }
.drawer-dropdown.open .drawer-menu-item::before {
  display: none; }
.drawer-dropdown.open .drawer-menu-item::after {
  transform: rotate(180deg); }
.drawer-dropdown .js-accordion.is-accordion--open::after {
  transform: rotate(-45deg); }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .drawer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between; } }
/*ヘッダー*/
header .drawer-menu-ttl {
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid #f7e8ed;
  display: block;
  padding: 0.8em 0.8em 0.8em 0.4em;
  padding-left: 1.5em;
  background-color: #F7E8ED;
  font-size: 11px; }
  header .drawer-menu-ttl:first-of-type {
    border-top: none; }
header .drawer-dropdown-menu-item {
  padding-left: 0.4em; }
header .item-lst {
  border-bottom: 2px solid #f7e8ed; }
  header .item-lst ul {
    padding-left: 24px; }
  header .item-lst a {
    padding-left: 0.4em; }
@media screen and (max-width: 767px) {
  header .drawer-col2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  header .drawer-col2 li {
    width: 50%; }
    header .drawer-col2 li:nth-of-type(2n+1) {
      border-right: 1px solid #f7e8ed; }
    header .drawer-col2 li:nth-of-type(2n+0) {
      border-left: 1px solid #f7e8ed; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  header .drawer-menu-item {
    text-align: center; }
    header .drawer-menu-item:first-of-type a {
      width: 6em; }
    header .drawer-menu-item:nth-of-type(2) a {
      width: 6em; }
  header .drawer-col2 .drawer-menu-item:first-of-type a {
    width: 10em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(2) a {
    width: 9em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(6) a {
    width: 5em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(4) a {
    min-width: 6em; } }
header .drawer-menu-contact > .hdr-button {
  font-size: 12px;
  text-decoration: none; }
  header .drawer-menu-contact > .hdr-button > span {
    display: block;
    font-size: 11px; }
@media screen and (min-width: 768px) and (max-width: 999px) {
  header.drawer-navbar .drawer-menu {
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start; }
  header .drawer-col2 {
    width: 100%; }
    header .drawer-col2 ul::after {
      width: 1em;
      height: 0;
      content: "";
      display: block;
      flex-grow: 2;
      order: 2; }
    header .drawer-col2 .drawer-menu-item:first-of-type, header .drawer-col2 .drawer-menu-item:nth-of-type(2) {
      order: 1; }
    header .drawer-col2 .drawer-menu-item:last-of-type, header .drawer-col2 .drawer-menu-item:nth-last-of-type(2), header .drawer-col2 .drawer-menu-item:nth-last-of-type(3) {
      order: 3; }
  header .drawer-menu-item a {
    padding: .4em 0; } }
@media screen and (min-width: 768px) {
  header {
    box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.2); }
    header div, header p, header dl, header dt, header dd, header ol, header ul, header li, header nav, header a:not([class*="button"]) {
      color: #3d3d3d;
      font-size: 1.3rem; }
    header a span {
      display: inline-block; }
    header .drawer-col2 .hdr-button {
      max-width: 400px;
      height: auto;
      font-size: 1.3rem;
      font-weight: bold;
      font-weight: 500;
      text-decoration: none;
      line-height: 1.4;
      border: 1px solid #d76492;
      border-radius: 5em;
      box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
      padding: .4em 2.4em .4em 1em;
      position: relative; }
      header .drawer-col2 .hdr-button::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.2em;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492; }
    header .drawer-col2 .drawer-menu-item:first-of-type {
      margin-left: .8em; } }

.nav_contects {
  background: #fff;
  height: 100vh;
  max-width: 380px;
  width: 90%;
  position: fixed;
  right: -100%;
  z-index: 1000;
  transition: 0.5s;
  overflow: scroll; }
  .nav_contects .target_blank::after {
    align-items: center;
    border: none;
    content: "\f08e";
    display: flex;
    font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 900;
    position: absolute;
    right: 1.2em;
    transform: none;
    color: #c1c1c1; }

.nav_contects.open {
  right: 0; }

.nav_title {
  text-align: center;
  background: #f7f7f7;
  padding: 10px 0;
  font-weight: bold;
  position: relative; }

.nav_title::before {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(227deg);
  transform: rotate(227deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2em; }

.drawer-container {
  align-items: center; }

.drawer-menu-subTitle {
  position: relative; }

.drawer-menu-subTitle::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  transition: .3s; }

.drawer-dropdown.open .drawer-menu-subTitle::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.drawer-menu-item a {
  display: flex;
  align-items: center;
  text-decoration: none; }

.drawer-menu-item a img {
  width: 30px;
  margin-right: 5px;
  object-fit: contain; }

@media screen and (max-width: 768px) {
  .drawer-navbar .drawer-menu {
    padding-bottom: 20rem; }

  .drawer-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #E6E6E6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: transparent; }

  .drawer-menu-item-arrowNone a img {
    margin-right: 5px;
    object-fit: contain; }

  header .drawer-dropdown-menu-item-arrowNone {
    padding-left: 0.4em; }

  .drawer-dropdown-menu-item-arrowNone {
    line-height: 6.4rem;
    display: block;
    padding: 0;
    padding-right: 0.8em;
    padding-left: 1.6em;
    text-decoration: none; }

  .drawer-dropdown-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #E6E6E6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: transparent; }

  .drawer-dropdown-menu-item-arrowNone a img {
    width: 30px;
    margin-right: 5px;
    object-fit: contain; }

  .drawer-dropdown-menu-item-arrowNone a::after {
    display: none; }

  .drawer-dropdown-menu-item-arrowNone::after {
    display: none; } }
/* フッター */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }
  footer small {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    footer small {
      margin-top: 100px; } }

.ftr_wrap {
  margin-top: 32px; }

.ftr_bgc {
  background-color: #f7e8ed;
  padding: 20px 16px 24px; }

.ftr_menu_lst {
  max-width: 1200px;
  line-height: 1.4;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ftr_menu_lst {
      width: auto; } }
  .ftr_menu_lst .menu-ttl {
    font-size: 1.4rem;
    margin-top: 16px; }
  .ftr_menu_lst a {
    font-size: 1.3rem;
    text-decoration: none;
    display: block;
    color: #333; }

.menu_lst li,
.menu_acd li {
  margin-left: 16px; }
.menu_lst a,
.menu_acd a {
  font-size: 13px;
  padding: 0 3em 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  .menu_lst a::after,
  .menu_acd a::after {
    width: 6px;
    height: 6px;
    content: " ";
    transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.1em; }
.menu_lst .target_blank::after,
.menu_acd .target_blank::after {
  border: none;
  font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  content: "\f08e";
  font-weight: 900;
  transform: none;
  align-items: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    .menu_lst .target_blank::after,
    .menu_acd .target_blank::after {
      height: auto; } }
.menu_lst .fz-ajst,
.menu_acd .fz-ajst {
  font-weight: normal !important;
  font-size: 13px; }
.menu_lst .ftr_serch,
.menu_acd .ftr_serch {
  margin-top: 22px;
  margin-bottom: 22px;
  font-weight: bold !important; }
.menu_lst .search_mgn10,
.menu_acd .search_mgn10 {
  margin-top: 10px; }
.menu_lst > div > ul > li > a,
.menu_acd > div > ul > li > a {
  margin-top: 18px; }
.menu_lst > .area-f_sns > ul > li > a,
.menu_acd > .area-f_sns > ul > li > a {
  margin-top: 4px; }

.area-f_pmark a:after {
  display: none; }

.area-contact a.btn_l_pnk {
  font-size: 1.2rem;
  background-color: transparent; }

.area-f_sns {
  margin: 24px auto 0; }
  .area-f_sns p {
    font-size: 13px;
    margin-bottom: 8px; }
  .area-f_sns a {
    width: 40px;
    display: inline-block;
    padding: 0; }
    .area-f_sns a::after {
      display: none; }

.menu_lst.txt_lnk {
  margin-top: 16px; }
  .menu_lst.txt_lnk a {
    line-height: 2.5;
    display: inline;
    margin-left: 0;
    padding: 0 0 0 0.9em;
    position: relative; }
    .menu_lst.txt_lnk a::after {
      border-width: 3px;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      right: auto;
      bottom: auto;
      top: 1em;
      left: 0; }

.txt_lnk > a {
  margin-top: 0; }

.ftr_contact {
  position: relative; }
  .ftr_contact > span {
    display: block;
    font-size: 12px; }
  .ftr_contact .large_ttl {
    font-size: 20px;
    font-weight: 500; }

.ftr_line:before {
  background-image: url(https://assets.belta.co.jp/common/ico_line.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.ftr_tell:before {
  background-image: url(https://assets.belta.co.jp/common/ftr_phone.png); }

.bfaf_none:after {
  display: none !important; }

@media screen and (max-width: 767px) {
  .ftr_menu_lst a.fz-ajst {
    font-weight: bold;
    font-weight: 500; }

  .menu_lst.txt_lnk a {
    margin-right: 1.5em; }
    .menu_lst.txt_lnk a::after {
      top: 0.5em; }

  .area-contact {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px; }
    .area-contact div {
      width: 49%; }
    .area-contact a.btn_l_pnk {
      padding: 0.2em 2.2em 0.2em 1.6em;
      box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.2); }
      .area-contact a.btn_l_pnk span {
        display: inline-block; }
        .area-contact a.btn_l_pnk span[class*="fa"] {
          padding-left: 14px; }
        .area-contact a.btn_l_pnk span.fa-envelope-o::before {
          font-size: 1.4rem; }
        .area-contact a.btn_l_pnk span.fa-mobile::before {
          font-size: 2.4rem; }
      .area-contact a.btn_l_pnk + p {
        color: #d76492;
        font-size: 1.2rem;
        margin-top: 0.6em; }

  .area-f_sns {
    max-width: 414px; }
    .area-f_sns p {
      width: 9em;
      font-size: 1.2rem;
      vertical-align: middle;
      display: inline-block; }
      .area-f_sns p span {
        display: inline-block; }
    .area-f_sns a {
      vertical-align: middle;
      display: inline-block;
      margin-left: 2em;
      padding: 0; } }
@media screen and (min-width: 768px) {
  .ftr_wrap {
    margin-top: 50px; }

  .ftr_bgc {
    padding: 40px 32px 32px; }

  .ftr_menu_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ftr_menu_lst .menu-ttl {
      font-size: 1.2rem; }
    .ftr_menu_lst > .menu_lst > .menu-ttl {
      font-size: 15px;
      font-weight: bold; }

  .menu_lst .menu_lst,
  .menu_lst .menu_acd {
    margin-left: 0; }

  .area-contact {
    margin-top: 0.5em; }
    .area-contact p.u-dp_pc {
      font-size: 1.4rem; }
      .area-contact p.u-dp_pc i {
        margin-right: 0.2em;
        transform: rotate(20deg); }
      .area-contact p.u-dp_pc span {
        font-size: 1.2rem;
        display: block;
        margin-left: 0.5em; }
      .area-contact p.u-dp_pc .tel_num {
        font-size: 2.8rem;
        margin-left: 0.46em;
        letter-spacing: 1px; }
    .area-contact > div {
      margin-top: 24px; }
    .area-contact a.btn_l_pnk {
      height: auto;
      min-height: 3.6rem;
      font-size: 1.4rem;
      text-align: center;
      padding: 0.2em 2.2em 0.2em 1.6em; }
      .area-contact a.btn_l_pnk > span {
        width: 100%; }
        .area-contact a.btn_l_pnk > span::before {
          font-size: 1.6rem; }

  .area-f_sns a {
    margin-top: 8px; }
  .area-f_sns > ul {
    display: flex; }
    .area-f_sns > ul > li {
      margin-left: 0;
      height: auto;
      overflow: auto;
      opacity: inherit;
      transition: none;
      margin-left: 16px; }
      .area-f_sns > ul > li:first-child {
        margin-left: 0;
        height: auto;
        overflow: auto;
        opacity: inherit;
        transition: none;
        margin-left: 0; }

  .menu_lst.txt_lnk {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 40px;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .menu_lst.txt_lnk a {
      width: auto; }

  .company-pc-layout.flex_menu {
    position: absolute;
    bottom: -8rem;
    width: 80%;
    max-width: 1200px;
    margin: auto !important;
    left: 0;
    right: 0; }
    .company-pc-layout.flex_menu .footer_border {
      border: none; }
      .company-pc-layout.flex_menu .footer_border .menu-ttl {
        display: none; }
      .company-pc-layout.flex_menu .footer_border ul {
        display: flex;
        width: 100%;
        justify-content: center; }
        .company-pc-layout.flex_menu .footer_border ul .mgnb_none {
          width: 22rem;
          margin: 0; }
          .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst {
            display: block;
            width: 22rem;
            text-align: center;
            padding: 0;
            line-height: 4; }
            .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst::after {
              display: none; } }
.ftr_menu_lst .pdn_top_title {
  margin-top: 35px; }
.ftr_menu_lst .pad_top_item_top {
  margin-top: 20px; }
.ftr_menu_lst .pad_top_item_mid {
  margin-top: 22px; }
.ftr_menu_lst .pad_top_item_bot {
  margin-top: 12px; }

.menu_acd label {
  color: #333;
  font-size: 1.2rem;
  display: block;
  padding: 0 3em 0 0;
  margin: 1em 0;
  cursor: pointer;
  position: relative; }
.menu_acd input {
  display: none; }
.menu_acd li {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  align-self: center; }
.menu_acd input:checked ~ ul {
  margin-top: -10px;
  padding-bottom: 10px; }
.menu_acd input:checked ~ ul li {
  height: 2.6em;
  opacity: 1; }
.menu_acd input:checked ~ ul .mgnb_none {
  margin-bottom: 0 !important; }
.menu_acd #menu_acd_bar05_h:checked ~ ul li:nth-of-type(2) {
  height: 4.4em; }
.menu_acd label::before, .menu_acd label::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  transition: all 0.3s; }
.menu_acd label::before {
  transform: rotate(0deg); }
.menu_acd label::after {
  transform: rotate(90deg); }
.menu_acd input:checked ~ label::before {
  display: none; }
.menu_acd input:checked ~ label::after {
  transform: rotate(180deg); }
.menu_acd input:checked ~ .menu-ttl > label::after {
  transform: rotate(180deg); }

.menu_acd_h {
  height: auto !important; }

.area-group_site {
  width: 100%;
  margin-top: 1em; }
  .area-group_site input ~ div a {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    padding: 0; }
  .area-group_site .slick-list {
    line-height: 0; }
  .area-group_site input:checked ~ div {
    padding-bottom: 10px; }
    .area-group_site input:checked ~ div .slick-list {
      line-height: 1.4; }
    .area-group_site input:checked ~ div a {
      height: 56px;
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .area-group_site input:checked ~ div {
        padding-bottom: 20px; } }

.group_site_inner a::after {
  display: none; }

@media screen and (max-width: 767px) {
  .group_site_inner a {
    margin: 0 0.4em; } }
@media screen and (min-width: 768px) {
  .area-group_site {
    text-align: center; }
    .area-group_site label {
      display: inline-block; }

  .group_site_inner {
    display: flex;
    justify-content: space-evenly; }
    .group_site_inner > a > img {
      height: 100%;
      margin: auto; } }
@media screen and (min-width: 768px) {
  .ftr_menu_lst {
    row-gap: 30px; }

  .flex_menu {
    width: 19%; } }
@media screen and (max-width: 767px) {
  .menu_acd label {
    font-size: 13px; }

  .ftr_menu_lst > .border_contents {
    border-bottom: none; }

  .pdn_left {
    padding-left: 16px;
    margin-bottom: 28px; }

  .menu_lst .menu-ttl,
  .menu_acd .menu-ttl {
    font-weight: normal !important; }
    .menu_lst .menu-ttl > label,
    .menu_acd .menu-ttl > label {
      font-weight: normal !important;
      font-size: 14px; }

  .menu_acd input:checked ~ ul li {
    min-height: 2.8em;
    height: auto;
    opacity: 1; }

  .menu_acd input:checked ~ ul .accordion_large {
    height: 60px !important; }

  .menu_acd input:checked ~ ul .menu_acd_title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 26px;
    margin-left: 0px;
    height: 1.6em; }

  .menu_acd_large #menu_acd_bar09:checked ~ ul .mgn_set {
    height: 46px; }

  .menu_acd_large #menu_acd_bar14:checked ~ ul .mgn_set {
    height: 46px; }

  .menu_acd_large ul div {
    height: 0;
    display: none; }

  .menu_acd_large ul div ul {
    height: 0;
    display: none; }

  .menu_acd_large #menu_acd_bar09:checked ~ ul > div {
    min-height: 26px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar14:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar08:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar13:checked ~ .menu_acd_usage_ul {
    display: block;
    height: 190px; }

  .menu_acd_large #menu_acd_bar15:checked ~ .menu_acd_usage_ul {
    display: block;
    max-height: 422px;
    height: auto;
    margin: 28px 0 28px 16px; }

  .menu_acd_large #menu_acd_bar16:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar47:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar48:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar17:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar18:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar19:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar20:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar21:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar22:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar23:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar39:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_lst > a {
    margin-left: 16px; }

  .ftr_contact > span {
    display: block;
    font-size: 12px; }

  .area-f_sns > p {
    width: 100%;
    text-align: center;
    margin-top: 16px; }
  .area-f_sns > ul {
    display: flex;
    justify-content: center; }
    .area-f_sns > ul > li {
      margin-left: 24px; }
      .area-f_sns > ul > li > a {
        margin-top: 6px !important;
        margin-left: 0 !important; }
      .area-f_sns > ul > li:first-child {
        margin-left: 0; }
        .area-f_sns > ul > li:first-child > a {
          margin-left: 0; }

  .menu_lst.txt_lnk a {
    margin-right: 0; } }
/*footer追記*/
.border_contents .footer_border {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  min-height: auto; }
  @media screen and (max-width: 767px) {
    .border_contents .footer_border {
      border-top: none; } }

.border_contents .border_top_none {
  border-top: none; }

.menu_acd,
.menu_lst {
  margin-left: 0px !important; }

.menu_lst .menu-ttl,
.menu_acd .menu-ttl {
  font-weight: bold; }

.menu_lst .menu-ttl > label,
.menu_acd .menu-ttl > label {
  font-size: 14px; }

.menu_acd label {
  font-size: 13px; }

.ftr_menu_lst a.fz-ajst {
  font-weight: bold;
  font-weight: 500; }

.menu_acd input:checked ~ ul li {
  height: 2.8em;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .menu_acd input:checked ~ ul li {
      height: 3.2em; } }

.menu_acd_large #menu_acd_bar26:checked ~ ul .mgn_set {
  height: 46px; }
.menu_acd_large #menu_acd_bar37:checked ~ ul .mgn_set {
  height: 46px; }
.menu_acd_large #menu_acd_bar26:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar36:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar37:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar27:checked ~ .menu_acd_usage_ul {
  display: block;
  max-height: 460px;
  height: auto;
  margin: 28px 0 28px 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar27:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large ul div {
  height: 0;
  display: none; }
.menu_acd_large #menu_acd_bar28:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar28:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar29:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar29:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar30:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar30:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar31:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar31:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar32:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar32:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar33:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar33:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar34:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar34:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar41:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar41:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large ul div ul {
  height: 0;
  display: none; }
.menu_acd_large #menu_acd_bar35:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar45:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar46:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar38:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar40:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar42:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar43:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar44:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }

.ftr_menu_lst .shop_faq_top {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .menu_acd .fz-ajst_menu_acd_bar14, .menu_acd .bar_st {
    margin-top: 22px; } }

@media screen and (max-width: 767px) {
  .area-f_sns .ftr_sns_sp_appearance {
    opacity: 1;
    height: auto; }

  .area-f_pmark.u-dp_sp {
    display: flex !important;
    justify-content: end !important; }

  .area-group_site {
    display: none; } }
@media screen and (min-width: 768px) {
  .area-f_pmark.u-dp_pc {
    display: flex !important; } }
.footer_housing .footer {
  padding: 10px 0 20px; }
  .footer_housing .footer .footer_nav {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .footer_housing .footer .footer_nav p {
      color: #666;
      font-size: 12px; }
    .footer_housing .footer .footer_nav .footer_nav_main {
      display: flex;
      justify-content: center;
      margin-bottom: .25rem;
      gap: 15px; }
      .footer_housing .footer .footer_nav .footer_nav_main li {
        text-decoration: underline;
        cursor: pointer;
        color: #666;
        font-size: 12px; }
.footer_housing .footer_modal {
  display: none; }
  .footer_housing .footer_modal.is-show {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11; }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_content {
    width: 100%;
    max-width: 720px;
    height: 100%;
    min-height: 480px;
    max-height: 720px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content {
        width: 90%;
        height: 70%;
        padding: 20px 16px;
        border-radius: 7px;
        top: 120px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .footer_title {
      padding-bottom: 8px;
      margin-bottom: 24px;
      color: #d76492;
      border-bottom: 3px solid #d76492;
      font-size: 22px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .footer_title {
          padding-bottom: 10px;
          margin: 0 0 1.5em;
          line-height: 1.4;
          font-size: 20px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner {
      line-height: 1.8;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner {
          font-size: 16px;
          line-height: 1.6; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner h4 {
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner h4 {
            margin-bottom: .5em; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner p {
        padding-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner ul li {
        padding-bottom: 1em; }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner {
      line-height: 1.8;
      font-size: 16px; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner p {
        margin-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner h4 {
        font-size: 18px;
        margin-bottom: 0.5em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner .kiyaku_list {
        margin-bottom: 1.4em; }
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner .kiyaku_list .num_indent {
          text-indent: -0.8em;
          padding-left: 0.8em;
          margin-bottom: 1em; }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner {
      font-size: 16px;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner {
          line-height: 1.6; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner p {
        margin-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner .right_position {
        padding: 1em;
        text-align: right; }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_close {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 35px;
    margin: 0 auto;
    top: 65px; }
    @media screen and (max-width: 767px) {
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_close {
        width: 90%;
        height: 30px;
        top: 80px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 4px;
      height: 35px;
      background: #fff;
      border-radius: 10px;
      cursor: pointer;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::after {
          width: 3px;
          height: 30px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 4px;
      height: 35px;
      background: #fff;
      border-radius: 10px;
      cursor: pointer;
      transform: translate(-50%, -50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::before {
          width: 3px;
          height: 30px; } }

@font-face {
  font-family: "icomoon";
  src: url(https://assets.belta.co.jp/icomoon.eot?lnh3bf);
  src: url(https://assets.belta.co.jp/icomoon.eot?lnh3bf#iefix) format("embedded-opentype"), url(https://assets.belta.co.jp/icomoon.ttf?lnh3bf) format("truetype"), url(https://assets.belta.co.jp/icomoon.woff?lnh3bf) format("woff"), url(https://assets.belta.co.jp/icomoon.svg?lnh3bf#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("fonts/NotoSansJP-VariableFont_wght.ttf") format("TrueType"); }
@font-face {
  font-family: Libre Baskerville;
  font-display: swap;
  src: url("fonts/LibreBaskerville-Regular.ttf") format("TrueType"); }
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ctg_bty::before {
  content: "\e900"; }

.icon-ctg_chl::before {
  content: "\e901"; }

.icon-ctg_mnp::before {
  content: "\e902"; }

.icon-ctg_mtn::before {
  content: "\e903"; }

.icon-ctg_prg::before {
  content: "\e904"; }

.icon-logo_and_belta::before {
  content: "\e905"; }

.icon-logo_belta::before {
  content: "\e906"; }

i[class*="icon-ctg"] {
  color: #fbf6f8;
  font-size: 3rem; }
  @media screen and (min-width: 768px) {
    i[class*="icon-ctg"] {
      font-size: 5.4rem; } }

h1 i[class*="icon-ctg"] {
  font-size: 3.8rem;
  margin-right: .28em; }

i.sq[class*="icon-ctg"] {
  font-size: 3rem;
  border-radius: .26em;
  padding: .2em; }

.icon-ctg_res.sq {
  background-color: #ce004e; }

.icon-ctg_mnp.sq {
  background-color: #617cc3; }

.icon-ctg_chl.sq {
  background-color: #efbe3a; }

.icon-ctg_mtn.sq {
  background-color: #84bd4a; }

.icon-ctg_prg.sq {
  background-color: #f5a279; }

.icon-ctg_bty.sq {
  background-color: #ef988e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    height: auto;
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

section[class*="btn"] a, div[class*="btn"] a, a[class*="btn"] {
  height: 3.6em;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 5em;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: .2em 2.4em;
  position: relative; }
  section[class*="btn"] a::after, div[class*="btn"] a::after, a[class*="btn"]::after {
    content: " ";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    transform: rotate(45deg); }
  section[class*="btn"] a .fa-mobile, section[class*="btn"] a .fa-envelope-o, section[class*="btn"] a .fa-line, div[class*="btn"] a .fa-mobile, div[class*="btn"] a .fa-envelope-o, div[class*="btn"] a .fa-line, a[class*="btn"] .fa-mobile, a[class*="btn"] .fa-envelope-o, a[class*="btn"] .fa-line {
    font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-weight: 500;
    line-height: inherit;
    display: inline-block;
    padding-left: 20px;
    position: relative; }
    section[class*="btn"] a .fa-mobile::before, section[class*="btn"] a .fa-envelope-o::before, section[class*="btn"] a .fa-line::before, div[class*="btn"] a .fa-mobile::before, div[class*="btn"] a .fa-envelope-o::before, div[class*="btn"] a .fa-line::before, a[class*="btn"] .fa-mobile::before, a[class*="btn"] .fa-envelope-o::before, a[class*="btn"] .fa-line::before {
      font-weight: normal;
      height: 1em;
      line-height: 1;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  section[class*="btn"] a .fa-mobile::before, div[class*="btn"] a .fa-mobile::before, a[class*="btn"] .fa-mobile::before {
    font-size: 2.7rem; }
  section[class*="btn"] a .fa-line::before, div[class*="btn"] a .fa-line::before, a[class*="btn"] .fa-line::before {
    font-size: 2.7rem; }
  @media screen and (min-width: 768px) {
    section[class*="btn"] a, div[class*="btn"] a, a[class*="btn"] {
      font-size: 1.8rem; } }

.area-btn_list {
  margin-top: 24px; }
  .area-btn_list a {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.2;
    margin-top: 16px; }
    .area-btn_list a > span {
      width: 100%;
      font-size: inherit; }
      .area-btn_list a > span span {
        font-size: inherit;
        display: inline-block;
        margin-left: .1em; }
    .area-btn_list a::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  @media screen and (min-width: 768px) {
    .area-btn_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 48px; }
      .area-btn_list a {
        width: 48%;
        font-size: 2.03125rem;
        margin-top: 32px; } }
  @media screen and (min-width: 1200px) {
    .area-btn_list {
      margin-top: 32px; } }

.sidebar .area-btn_list {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .sidebar .area-btn_list {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .sidebar .area-btn_list {
      display: block; }
      .sidebar .area-btn_list a {
        width: 100%; } }

a.btn_line_pnk {
  border: 1px solid #d76492;
  padding: .6em 2.4em; }
  a.btn_line_pnk::after {
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492; }

a.btn_tmb_gry {
  background-color: #eee;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  border: 1px solid #eee;
  border-radius: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: .8em 1.2em; }
  a.btn_tmb_gry::after {
    display: none; }
  a.btn_tmb_gry img {
    width: 50px;
    -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.88, transparent), to(rgba(255, 255, 255, 0.7))); }
  a.btn_tmb_gry div {
    margin-left: 1.2em; }
  a.btn_tmb_gry small {
    font-size: 1.2rem;
    font-weight: bold;
    font-weight: 500; }
  a.btn_tmb_gry span {
    color: #3d3d3d;
    font-size: inherit;
    font-weight: bold;
    font-weight: 500; }
  @media screen and (min-width: 768px) {
    a.btn_tmb_gry small {
      font-size: 1.5rem; } }

.btn_3n a {
  width: 100%;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: .6em 2em .6em 1.2em; }
  .btn_3n a i {
    font-size: 2.8rem;
    margin-right: .3em; }
  .btn_3n a span {
    font-size: inherit;
    display: block; }
  .btn_3n a small {
    font-size: 1.2rem; }
@media screen and (min-width: 768px) {
  .btn_3n {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px; }
    .btn_3n a {
      width: 32%;
      min-width: 228px; } }

a.btn-cta, a.btn-cta_small {
  line-height: 1.2;
  font-weight: bold;
  font-weight: 500;
  border: 1px solid #109a1b;
  background: #109a1b;
  background: linear-gradient(0deg, #109a1b 50%, #0ee01e 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.7), 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  padding: .6em 1.2em; }
  a.btn-cta::after, a.btn-cta_small::after {
    right: 1em; }
  a.btn-cta span, a.btn-cta_small span {
    display: inline-block; }

a.btn-cta {
  height: 3.5em;
  color: #ff0; }
  a.btn-cta::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff0;
    border-right: 2px solid #ff0; }

a.btn-cta_small {
  max-width: 200px;
  height: 2.2em;
  color: #fff;
  margin: auto; }
  a.btn-cta_small::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  a.btn-cta_small span {
    font-size: 1.3rem; }

main {
  position: relative; }

#btn_gotop {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  background-color: #d76492;
  border-radius: calc($btn_gotop_size / 2);
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px; }
  #btn_gotop::before {
    content: " ";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(315deg); }
  @media screen and (min-width: 1200px) {
    #btn_gotop {
      right: 0;
      left: 1120px;
      margin: auto; } }

a[class*="btn_bgcol_sm"] {
  color: #fff;
  height: 2.8em;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.4em 0 .8em;
  margin-top: 6px; }
  a[class*="btn_bgcol_sm"] span {
    font-size: inherit; }
    a[class*="btn_bgcol_sm"] span span {
      display: inline-block; }
  a[class*="btn_bgcol_sm"]::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 1em; }
  @media screen and (min-width: 768px) {
    a[class*="btn_bgcol_sm"] {
      height: 3em;
      font-size: 1.1rem;
      margin-top: 8px; } }

a.btn_bgcol_sm_body {
  background-color: #ef988e; }
a.btn_bgcol_sm_hair {
  background-color: #617cc3; }
a.btn_bgcol_sm_mnty {
  background-color: #84bd4a; }
a.btn_bgcol_sm_baby {
  background-color: #f5a279; }
a.btn_bgcol_sm_mam {
  background-color: #efbe3a; }

a.btn_l_pnk {
  color: #d76492;
  border: 1px solid #d76492;
  background-color: #fff; }
  a.btn_l_pnk::after {
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492; }

a.btn_l_gry {
  color: #666;
  border: 1px solid #666;
  background-color: #fff; }
  a.btn_l_gry::after {
    border-top: 1px solid #666;
    border-right: 1px solid #666; }

a.btn_bg_pnk {
  color: #fff;
  background-color: #d76492; }
  a.btn_bg_pnk::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

a.btn_and_belta {
  width: 95%;
  max-width: 400px;
  background-color: #f6e8ed;
  border-width: 2px;
  margin: auto; }
  a.btn_and_belta .icon-logo_and_belta {
    height: .42em;
    font-size: 9rem;
    line-height: .5;
    display: inline-block;
    overflow: hidden; }
  a.btn_and_belta > span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    margin-left: 3%; }
    a.btn_and_belta > span span {
      font-size: 1.6rem;
      letter-spacing: -2px;
      display: block; }
  @media screen and (min-width: 768px) {
    a.btn_and_belta .icon-logo_and_belta {
      font-size: 10rem; }
    a.btn_and_belta > span {
      font-size: 1.4rem;
      margin-left: 1em; }
      a.btn_and_belta > span span {
        font-size: 1.8rem; } }

@keyframes anim_sc {
  100% {
    transform: scale(1, 1); } }
.bt_animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: anim_sc;
  transform: scale(0.9, 0.9); }

/* パンくず */
.breadcrumbs {
  line-height: 1.6;
  overflow: hidden; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 16px 14px; }
  .breadcrumbs li {
    display: inline-flex; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 1.2rem;
    vertical-align: bottom;
    overflow: unset !important; }
  .breadcrumbs a {
    margin-right: .4em;
    padding-right: .5em;
    position: relative; }
    .breadcrumbs a::after {
      display: none !important;
      position: absolute;
      top: 0;
      bottom: 0;
      right: .3em;
      margin: auto;
      content: " ";
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      position: absolute;
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
  .breadcrumbs span {
    max-width: 24em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .breadcrumbs.u-dp_pc ul {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    justify-content: flex-end;
    padding: 6px 0; }
  .breadcrumbs .header-mrgin-2 {
    margin: 0 16px 10px; }
    @media screen and (min-width: 768px) {
      .breadcrumbs .header-mrgin-2 {
        margin: 0 auto 10px; } }

.breadcrumbs_new::after {
  position: relative !important;
  top: 0;
  bottom: 0;
  right: .3em;
  margin: auto;
  content: " ";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

@media screen and (min-width: 768px) {
  .main_bread {
    width: 90%;
    margin: 0 auto; }

  .sub_bread {
    width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 12px; } }
/* お問合せパンくず位置 */
.contact_breadcrumbs {
  margin-left: -63px; }

/* サイト内共通デザイン */
.area-mv div {
  position: relative; }

main > section {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.main_content, .sidebar {
  max-width: 1000px;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (min-width: 768px) {
    .main_content, .sidebar {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 1200px) {
    .main_content, .sidebar {
      margin: 0; } }

.main_content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .main_content {
      min-width: 768px; } }

.sidebar {
  margin-top: 48px; }
  @media screen and (min-width: 768px) {
    .sidebar {
      margin-top: 96px; } }

.area-item_lp {
  margin-top: 24px; }
  @media screen and (max-width: 767px) {
    .area-item_lp {
      border-top: 4px solid #d76492;
      margin-right: -16px;
      margin-left: -16px; } }
  @media screen and (min-width: 768px) {
    .area-item_lp {
      border-radius: 1em;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
      margin-top: 48px;
      padding: 24px; } }

@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center; }
    .wrapper.layer2_margin-bottom {
      margin-bottom: 100px; }

  .main_content {
    min-width: 700px;
    padding: 0; }
    .main_content > section:first-of-type h2:first-child {
      margin-top: 64px; }

  .sidebar {
    min-width: 260px;
    padding: 0;
    margin-top: 64px;
    margin-left: 40px; } }
/* MV FV */
.area-mv h1, .area-head .faq_h2_fix, .area-head h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px; }
  .area-mv h1 span, .area-head .faq_h2_fix span, .area-head h1 span {
    font-size: inherit;
    display: inline-block; }

.area-mv {
  position: relative; }
  .area-mv h1 {
    color: #fff;
    background-color: #d76492;
    padding: .7em 1em; }
    @media screen and (min-width: 768px) {
      .area-mv h1 {
        padding: .8em 0; }
        .area-mv h1 span {
          width: 90%;
          max-width: 1200px;
          margin: auto; } }
  .area-mv .mv-txt {
    color: #d76492;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: -1px;
    border-top-right-radius: 5px;
    background-color: #fff;
    margin-right: 16px;
    padding: 16px;
    position: relative;
    z-index: 2; }
    .area-mv .mv-txt span {
      font-size: inherit;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .mv-txt_box + .u-bgc_ajst .txt-lead_bg_pnk {
        border-top-right-radius: 0;
        margin-right: 16px; }

      .mv-txt_box + .u-bgc_ajst {
        background-color: transparent !important; } }
    @media screen and (min-width: 768px) {
      .area-mv .mv-txt {
        padding: 32px; }
        #pregnancy .area-mv .mv-txt {
          width: 520px;
          letter-spacing: 2px; }

        #maternity .area-mv .mv-txt {
          width: 500px; } }
  .area-mv img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .area-mv .mv-txt_box {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      position: absolute;
      top: 22%;
      right: 0;
      left: 0; }
    .area-mv .mv-txt {
      width: 400px;
      font-size: 3rem;
      letter-spacing: 3px;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 7px #fff;
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 2px 2px 20px rgba(255, 255, 255, 0.8), -2px -2px 20px rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 14%;
      left: 0; }
    .area-mv figure {
      max-height: 600px; }
    .area-mv .txt-lead_bg_pnk {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .area-mv .txt-lead_bg_pnk .txt-lead_inner {
        width: 48%; } }
  @media screen and (max-width: 767px) {
    .area-mv .mv-txt {
      margin-top: -7.8em; }
    .area-mv figure + .txt-lead_bg_pnk {
      margin-top: -2em; }
    .area-mv .grd_wht {
      padding-top: 2.8em;
      position: relative; }
      .area-mv .grd_wht::after {
        content: " ";
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        display: block;
        position: absolute;
        top: 2.8em;
        left: 0; }
    .area-mv .txt-lead_inner:not(:first-of-type) {
      margin-top: 1.8em; } }

.area-head .faq_h2_fix {
  color: #d76492;
  text-align: center;
  border-bottom: 3px solid #d76492;
  padding: 1.4em 0 .6em;
  line-height: 1.4;
  letter-spacing: 2px; }
  @media screen and (min-width: 768px) {
    .area-head .faq_h2_fix {
      font-size: 3.2rem;
      text-align: left;
      border-width: 4px;
      padding-top: 1.4em; } }
.area-head h1 {
  color: #d76492;
  text-align: center;
  border-bottom: 3px solid #d76492;
  padding: 1.4em 0 .6em; }
.area-head .txt-lead_bg_pnk {
  margin-top: 16px; }
.area-head .txt_emp_pnk {
  font-size: 1.5rem; }
@media screen and (min-width: 768px) {
  .area-head h1 {
    font-size: 3.2rem;
    text-align: left;
    border-width: 4px;
    padding-top: 1.4em; }
  .area-head .txt_emp_pnk {
    font-size: 2.3rem; } }

.item_lineup {
  margin-top: 16px; }
  .item_lineup img {
    width: 100%; }
  .item_lineup figcaption {
    text-align: center; }
    .item_lineup figcaption.dtc-recipe {
      background-color: #c3bdf1; }
    .item_lineup figcaption.dtc-faq {
      background-color: #96cef1; }
    .item_lineup figcaption.dtc-topic {
      background-color: #f3a4c4; }
    .item_lineup figcaption.dtc-nutrient {
      background-color: #77dae0; }
  .item_lineup li {
    position: relative; }
    .item_lineup li:not(:first-of-type) {
      border-top: 1px solid #f7e8ed; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .item_lineup li:nth-of-type(2) {
        border-top: none; } }
    .item_lineup li a {
      color: #3d3d3d;
      text-decoration: none;
      display: flex; }
    .item_lineup li figure {
      padding: 0.5em 0;
      position: relative; }
    .item_lineup li img {
      border-radius: 0.5em; }
    .item_lineup li figcaption {
      color: #fff;
      font-size: 1.1rem;
      line-height: 1;
      border-top-left-radius: 0.5em;
      border-bottom-right-radius: 0.5em;
      padding: .3em .5em;
      position: absolute;
      top: 0;
      left: 0; }
  .item_lineup dl {
    width: 100%;
    line-height: 1.5;
    padding-bottom: 1.2em;
    padding: .5em 0 1.6em .5em; }
  .item_lineup dt {
    font-size: 1.5rem;
    font-weight: bold;
    font-weight: 500; }
    .item_lineup dt span {
      font-size: inherit;
      display: inline-block; }
  .item_lineup .ctg-imp dt, .item_lineup .ctg-prg dt, .item_lineup .ctg-mtn dt, .item_lineup .ctg-prt dt, .item_lineup .ctg-bty dt {
    line-height: 1.2;
    border-left: 4px solid #ef988e;
    padding: .2em 0 0 .3em; }
  .item_lineup .ctg-imp dt {
    border-color: #ef988e; }
  .item_lineup .ctg-prg dt {
    border-color: #f5a279; }
  .item_lineup .ctg-mtn dt {
    border-color: #84bd4a; }
  .item_lineup .ctg-prt dt {
    border-color: #efbe3a; }
  .item_lineup .ctg-bty dt {
    border-color: #617cc3; }
  .item_lineup .txt_read {
    margin-top: 8px; }
  .item_lineup .txt_date, .item_lineup .txt_view {
    font-size: 1.1rem;
    line-height: 1;
    position: absolute; }
  .item_lineup .txt_date {
    bottom: .5em; }
    .item_lineup .txt_date time {
      font-size: 1.1rem; }
  .item_lineup .txt_view {
    color: #d76492;
    padding-right: 1em;
    right: .5em;
    bottom: .5em; }
    .item_lineup .txt_view::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: .5em;
      margin: auto;
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
  @media screen and (min-width: 768px) {
    .item_lineup li {
      margin-top: 16px; }
    .item_lineup dt {
      font-size: 1.875rem; }
    .item_lineup .txt_date, .item_lineup .txt_date time, .item_lineup .txt_view, .item_lineup li figcaption {
      font-size: 1.375rem; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .item_lineup {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .item_lineup li {
        width: 49%; } }

.area_cs .txt-h_line_b_pnk_fit span {
  font-weight: bold;
  font-weight: 500; }
.area_cs .box_kvtxt_inner {
  margin-top: -3.6em; }
.area_cs .btn_tmb_gry {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto; }
.area_cs h2 + .box_kv_txt figure {
  margin: 24px -16px 0; }
.area_cs a + .box_kv_txt figure {
  margin: 48px -16px 0; }
.area_cs img {
  width: 100%; }
.area_cs .btn_3n a {
  height: 4.4em; }
@media screen and (min-width: 768px) {
  .area_cs .box_kv_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .area_cs .box_kv_txt figure {
      width: 40%; }
    .area_cs .box_kv_txt .box_kvtxt_inner {
      width: 60%;
      margin-top: 0;
      padding: 0 0 0 32px; }
      .area_cs .box_kv_txt .box_kvtxt_inner .txt-h_line_b_pnk_fit {
        text-align: left;
        margin-top: 0; }
        .area_cs .box_kv_txt .box_kvtxt_inner .txt-h_line_b_pnk_fit > span {
          border-bottom: none;
          border-left: 3px solid #ea3f85;
          padding: 0 0 0 .5em; }
      .area_cs .box_kv_txt .box_kvtxt_inner p {
        text-align: left; }
        .area_cs .box_kv_txt .box_kvtxt_inner p span {
          display: inline-block; }
  .area_cs h2 + .box_kv_txt figure, .area_cs h2 + .box_kv_txt figure + .box_kvtxt_inner {
    margin: 48px 0 0; }
  .area_cs a + .box_kv_txt figure, .area_cs a + .box_kv_txt figure + .box_kvtxt_inner {
    margin: 96px 0 0; } }

.box_kvtxt_inner {
  background-color: #fff;
  border-radius: .7em;
  padding: 1.2em 16px;
  margin-top: 24px;
  position: relative;
  z-index: 2; }
  .box_kvtxt_inner .txt-h_line_b_pnk_fit {
    margin-top: 16px; }
    .box_kvtxt_inner .txt-h_line_b_pnk_fit span span {
      display: inline-block; }
  .box_kvtxt_inner p {
    text-align: center;
    margin-top: 16px; }
    .box_kvtxt_inner p span {
      display: block; }
  @media screen and (min-width: 768px) {
    .box_kvtxt_inner {
      margin-top: 48px; }
      .box_kvtxt_inner .txt-h_line_b_pnk_fit {
        margin-top: 32px; }
      .box_kvtxt_inner p:first-of-type {
        margin-top: 32px; } }

.kiji_link_top {
  margin: 0px 10px;
  padding-right: 0.7em;
  padding-left: 0.7em; }
  .kiji_link_top h2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .kiji_link_top h2 {
        margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .kiji_link_top .kiji_link_top_inner {
      text-align: center;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; } }
  .kiji_link_top .kiji_link_top_inner li {
    border: 1px solid #eee;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .kiji_link_top .kiji_link_top_inner li {
        position: relative;
        display: inline-block;
        width: 49%; } }
  .kiji_link_top .kiji_link_top_inner a {
    font-size: 13px;
    display: block; }
    @media screen and (min-width: 768px) {
      .kiji_link_top .kiji_link_top_inner a {
        font-size: 1.5rem; } }

.kiji_link {
  margin: 40px 20px; }
  @media screen and (min-width: 768px) {
    .kiji_link .kiji_link_inner {
      text-align: center;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; } }
  .kiji_link .kiji_link_inner li {
    border: 1px solid #D76592;
    position: relative;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .kiji_link .kiji_link_inner li {
        border: 1px solid #D76592;
        position: relative;
        display: inline-block;
        width: 49%; } }
    .kiji_link .kiji_link_inner li::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      background-size: 15px;
      height: 10px;
      width: 10px;
      color: #D76592;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg); }
  .kiji_link .kiji_link_inner a {
    font-size: 14px;
    display: block;
    padding: 20px 30px; }
    @media screen and (min-width: 768px) {
      .kiji_link .kiji_link_inner a {
        font-size: 1.5rem;
        padding: 20px 20px 20px 30px; } }

.item_menu {
  margin-top: 32px; }
  .item_menu .btn_3n a {
    background-color: #fff;
    font-weight: normal;
    font-weight: 300; }
    .item_menu .btn_3n a::after {
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
    .item_menu .btn_3n a span {
      display: inline-block; }
  .item_menu .btn_3n::before {
    content: " ";
    width: 32%;
    min-width: 228px;
    display: block; }
  .item_menu .btn_3n::before {
    order: 1; }
  @media screen and (max-width: 767px) {
    .item_menu {
      margin-right: -16px;
      margin-left: -16px; }
      .item_menu .btn_3n a {
        font-size: 1.2rem;
        border-radius: 0;
        margin-top: 1px; } }
  @media screen and (min-width: 768px) {
    .item_menu {
      margin-top: 64px; }
      .item_menu .btn_3n {
        margin-top: 16px; }
        .item_menu .btn_3n a {
          font-size: 1.3rem;
          border: 1px solid #ddd;
          border-radius: .5em;
          box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.1);
          margin-top: 8px; } }

.item_menu.acd label {
  font-weight: bold;
  font-weight: 500;
  display: block;
  cursor: pointer;
  border-radius: 0.5em;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  padding: .7em 2em .7em 1em;
  position: relative; }
.item_menu.acd input {
  display: none; }
.item_menu.acd .btn_3n a {
  height: 0;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s; }
  .item_menu.acd .btn_3n a:not(:first-of-type) a {
    border-top: 1px solid #f6dee8; }
  .item_menu.acd .btn_3n a:last-of-type {
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em; }
.item_menu.acd #item_page_lst_bar:checked ~ #item_page_lst a {
  height: auto;
  margin-top: 1px;
  padding: .6em 2.4em;
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .item_menu.acd #item_page_lst_bar:checked ~ #item_page_lst a {
      margin-top: 8px; } }
.item_menu.acd label::before, .item_menu.acd label::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #d76492;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  transition: all .3s; }
.item_menu.acd label::before {
  transform: rotate(0deg); }
.item_menu.acd label::after {
  transform: rotate(90deg); }
.item_menu.acd #item_page_lst_bar:checked ~ label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.item_menu.acd #item_page_lst_bar:checked ~ label::before {
  display: none; }
.item_menu.acd #item_page_lst_bar:checked ~ label::after {
  transform: rotate(180deg); }
@media screen and (max-width: 767px) {
  .item_menu.acd {
    margin-right: 0;
    margin-left: 0; } }

.area-cart {
  margin-top: 32px; }
  .area-cart .txt-h_line_l_pnk {
    font-size: 1.6rem;
    font-weight: bold;
    border-width: 7px; }
  .area-cart.onetime {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .area-cart {
      margin-top: 64px; }
      .area-cart .txt-h_line_l_pnk {
        font-size: 2rem; } }

.area-cart_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px; }
  .area-cart_inner > figure, .area-cart_inner .item_data {
    width: 100%;
    margin-bottom: 16px; }
  .area-cart_inner img {
    width: 100%; }
  .area-cart_inner .item_data {
    display: flex;
    flex-wrap: wrap; }
    .area-cart_inner .item_data figure {
      margin: auto; }
    .area-cart_inner .item_data a {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media screen and (max-width: 767px) {
    .area-cart_inner img {
      max-width: 300px;
      margin: auto;
      display: block; } }
  @media screen and (min-width: 768px) {
    .area-cart_inner > figure, .area-cart_inner .item_data {
      width: 48%;
      margin-bottom: 16px; } }

.onetime_inner {
  width: 100%; }
  .onetime_inner .area-cart_inner > figure, .onetime_inner .item_data {
    width: 48%; }
  .onetime_inner h2 {
    font-size: 1.2rem;
    font-weight: normal;
    font-weight: 300;
    line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .onetime_inner {
      width: 48%; }
      .onetime_inner h2 {
        font-size: 1.4rem; } }

.area-item_dtl {
  margin-top: 32px; }
  @media screen and (min-width: 768px) {
    .area-item_dtl {
      margin-top: 64px; } }

.area-item_dtl_inner {
  margin-top: 16px; }
  .area-item_dtl_inner figcaption {
    font-size: 1rem; }
  .area-item_dtl_inner img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto; }
  .area-item_dtl_inner .txt-item_detail {
    margin-top: 16px; }
    .area-item_dtl_inner .txt-item_detail p, .area-item_dtl_inner .txt-item_detail p.txt-notes, .area-item_dtl_inner .txt-item_detail ul.txt-notes,
    .area-item_dtl_inner .txt-item_detail .disc_lst:not(:first-child), .area-item_dtl_inner .txt-item_detail h4:not(:first-child) {
      margin-top: .8em; }
    .area-item_dtl_inner .txt-item_detail p:first-child, .area-item_dtl_inner .txt-item_detail h4 + p {
      margin-top: 0; }
    .area-item_dtl_inner .txt-item_detail .txt-h_pnk:not(:first-of-type) {
      margin-top: 1.8em; }
    .area-item_dtl_inner .txt-item_detail .txt-h_pnk + p {
      margin-top: .3em; }
  .area-item_dtl_inner + p {
    margin-top: .8em; }
  .area-item_dtl_inner .alternation_lst + .txt-h_pnk:not(:first-of-type) {
    margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .area-item_dtl_inner figure + .txt-item_detail {
      margin-top: 8px; }
    .area-item_dtl_inner .tmb_recipe + .txt-item_detail {
      margin-top: 2em; } }
  @media screen and (min-width: 768px) {
    .area-item_dtl_inner {
      display: flex;
      justify-content: space-between;
      margin-top: 32px; }
      .area-item_dtl_inner figure {
        min-width: 260px;
        max-width: 260px;
        margin-right: 1em; }
        .area-item_dtl_inner figure.tmb_sm {
          min-width: 40%;
          max-width: 40%; }
          .area-item_dtl_inner figure.tmb_sm img {
            max-width: 100%; }
        .area-item_dtl_inner figure.tmb_md {
          min-width: 50%;
          max-width: 50%; }
          .area-item_dtl_inner figure.tmb_md img {
            max-width: 100%; }
      .area-item_dtl_inner .tmb_lg {
        min-width: auto;
        max-width: 100%;
        margin-bottom: 16px; }
        .area-item_dtl_inner .tmb_lg img {
          max-width: 100%; }
      .area-item_dtl_inner .txt-item_detail {
        margin-top: 0;
        flex-grow: 2; }
      .area-item_dtl_inner .txt-item_detail + figure {
        margin-right: 0;
        margin-left: 1em; }
      .area-item_dtl_inner figcaption {
        font-size: 1.25rem; } }

.user_voice {
  margin-top: 16px; }
  .user_voice li {
    border-radius: .5em;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 1em 1em .7em; }
    .user_voice li:not(:first-of-type) {
      margin-top: 8px; }
  .user_voice figure {
    min-width: 76px;
    max-width: 76px;
    margin-right: 1em; }
  .user_voice figcaption {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center; }
    .user_voice figcaption span {
      font-size: inherit;
      display: inline-block; }
  .user_voice img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto; }
  .user_voice .txt-item_detail p {
    margin-top: .4em; }
    .user_voice .txt-item_detail p:not(:first-of-type) {
      margin-top: .75em; }
  @media screen and (min-width: 768px) {
    .user_voice {
      margin-top: 32px; }
      .user_voice figure {
        max-width: 150px;
        min-width: 150px; }
      .user_voice figcaption {
        font-size: 1.25rem; } }
  .user_voice.set_notes li {
    display: block; }
    .user_voice.set_notes li > div {
      display: flex; }
    .user_voice.set_notes li .txt-notes {
      margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .user_voice.set_notes li .txt-notes {
        text-align: right; } }

#goods .area-mv {
  max-width: 100%; }
  #goods .area-mv h1 span {
    max-width: 1200px;
    display: block;
    margin: auto; }
#goods .txt-lead_bg_pnk {
  border-radius: 0; }

.box_item_bg a.btn_line_pnk {
  color: #ea3f85;
  border-color: #ea3f85; }
  .box_item_bg a.btn_line_pnk::after {
    border-color: #ea3f85; }
  @media screen and (min-width: 768px) {
    .box_item_bg a.btn_line_pnk {
      bottom: auto; } }

@media screen and (min-width: 768px) {
  .story_haircolor span {
    font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .story_haircolor span {
    font-size: 1.4rem; } }

a.sub_btn_line {
  box-shadow: none;
  color: #ea3f85;
  height: 2.6em;
  padding: 0;
  justify-content: right;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    a.sub_btn_line {
      width: auto;
      justify-content: right;
      margin: 8px auto 0;
      font-size: 1.5rem;
      margin-right: 6px; } }
  a.sub_btn_line span {
    margin-right: 0.4em; }
  a.sub_btn_line::after {
    border-color: #ea3f85;
    border-top: 1px solid;
    border-right: 1px solid;
    right: 0;
    position: relative;
    margin: 0;
    top: 0.08rem; }
  @media screen and (min-width: 768px) {
    a.sub_btn_line {
      height: 1.2em;
      font-size: 1.8rem; } }

#goods .u-bgc_top_pnk,
#menopause .u-bgc_top_pnk,
#pregnancy .u-bgc_top_pnk,
#maternity .u-bgc_top_pnk,
#childcare .u-bgc_top_pnk,
#beauty .u-bgc_top_pnk,
#lifestage_folate .u-bgc_top_pnk {
  background-color: #fff; }

#goods .line_add_contents .btn_l_pnk {
  color: #fff;
  background-color: #d76492; }

#new_maca .btn_bg_pnk,
#new_folate .btn_bg_pnk {
  background-color: transparent; }

#goods .area-cs_expert,
#menopause .area-cs_expert,
#pregnancy .area-cs_expert,
#maternity .area-cs_expert,
#childcare .area-cs_expert,
#lifestage_folate .area-cs_expert,
#beauty .area-cs_expert {
  background-color: #fbf6f8; }
@media screen and (max-width: 767px) {
  #goods .area-cs_support,
  #menopause .area-cs_support,
  #pregnancy .area-cs_support,
  #maternity .area-cs_support,
  #childcare .area-cs_support,
  #lifestage_folate .area-cs_support,
  #beauty .area-cs_support {
    margin: 0; } }

@media screen and (min-width: 400px) {
  a.sub_btn_line {
    margin-top: 0.6rem;
    margin-right: auto;
    margin-left: auto; } }
#new_folate .cart_contents_new_2 .right_box p .box_souryou {
  margin: 0 5px;
  padding: 3px 5px;
  margin-top: 6px; }
#new_folate .cart_contents_new_2 .right_box .shokaikakaku {
  margin-top: 4px; }

#new_maca .sub_ofa .tab_cart_contents_sale_text {
  padding: 0 0 10px; }
  @media screen and (max-width: 767px) {
    #new_maca .sub_ofa .tab_cart_contents_sale_text {
      padding: 0 0 10px; } }
#new_maca .box_souryou {
  margin: 10px 0 0;
  padding: 4px;
  line-height: 1.8rem;
  font-size: 1.3rem; }
@media screen and (max-width: 767px) {
  #new_maca .shokaikakaku {
    margin-top: 6px; } }

.mamarhythm_cart_tpl .tab_cart_contents_sale_text-top {
  padding: 20px 0 0; }
  @media screen and (max-width: 767px) {
    .mamarhythm_cart_tpl .tab_cart_contents_sale_text-top {
      padding: 15px 0 0; } }

.goods_product_features {
  padding-bottom: 0; }
  .goods_product_features .inner_details .wrap {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0px; }
    .goods_product_features .inner_details .wrap .info::before {
      display: none; }
    @media screen and (min-width: 768px) {
      .goods_product_features .inner_details .wrap .info {
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .goods_product_features .inner_details .wrap .info p {
        font-size: 1.8rem; } }
    .goods_product_features .inner_details .wrap .info .source {
      font-size: 10px; }
  .goods_product_features .inner_details .acd-content {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 10px;
    background-color: #F5F5F5;
    height: auto;
    opacity: inherit;
    transition: auto;
    visibility: initial; }

.goods_faq .open_h3 {
  font-weight: 500; }

.cart_tab6_endposition {
  padding-bottom: 0 !important;
  margin-right: auto;
  margin-left: auto;
  width: auto !important; }
  .cart_tab6_endposition .btn_yellow {
    margin: auto !important; }
  .cart_tab6_endposition .cart_ofa_box {
    background-color: #fff6f7;
    padding: 16px; }
    @media screen and (max-width: 767px) {
      .cart_tab6_endposition .cart_ofa_box {
        padding: 14px; } }
  .cart_tab6_endposition .price_container_normal {
    justify-content: center;
    align-items: center; }
  .cart_tab6_endposition .btn_yellow_normal {
    margin: 0 0 0 20px !important;
    max-width: 200px; }
    @media screen and (max-width: 767px) {
      .cart_tab6_endposition .btn_yellow_normal {
        margin: 0 0 0 10px !important; } }
  @media screen and (max-width: 767px) {
    .cart_tab6_endposition .cart_regular_box {
      padding: 19px 20px 20px; } }

.cart_tab6_endposition_flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .cart_tab6_endposition_flex {
      flex-direction: column; } }
  .cart_tab6_endposition_flex .recomemend-image {
    width: 21.5%; }
    @media screen and (max-width: 767px) {
      .cart_tab6_endposition_flex .recomemend-image {
        width: 30%;
        margin: auto;
        margin-bottom: 10px; } }

/*シンプル化のcss*/
#item-detail-2col .main_title.simple_h1 {
  font-size: 2.4rem !important;
  padding: 0px !important; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .main_title.simple_h1 {
      font-size: 2.2rem !important;
      padding: 0px 0px 0px 5px !important; } }
#item-detail-2col .main_title.simple_p {
  font-size: 1.8rem !important;
  padding: 20px 0px 0px 0px !important;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .main_title.simple_p {
      font-size: 1.8rem !important;
      padding: 14px 0px 0px 0px !important;
      font-weight: 500; } }
#item-detail-2col .main_title.simple_h1.simple_h1-2 {
  padding: 0 0 5px; }
#item-detail-2col .inner-head.simple_inner-head {
  padding: 0 0 0.6em;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .inner-head.simple_inner-head {
      padding: 0 1.5em 0.6em;
      margin-top: 30px; } }
  #item-detail-2col .inner-head.simple_inner-head .simple_h2 {
    background-color: rgba(246, 228, 235, 0.94);
    border-left: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head.simple_inner-head .simple_h2 {
        margin-bottom: 14px; } }
  #item-detail-2col .inner-head.simple_inner-head .simple_h3 {
    margin: 2.5em auto 1.6em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head.simple_inner-head .simple_h3 {
        margin: 1.5em 0 1.2em 0;
        width: auto;
        text-align: left; } }
    #item-detail-2col .inner-head.simple_inner-head .simple_h3 span {
      border-left: 4px solid #d76492;
      border-bottom: 0;
      display: block;
      padding: 10px 0 10px 15px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .inner-head.simple_inner-head .simple_h3 span {
          font-size: 1.6rem; } }
  #item-detail-2col .inner-head.simple_inner-head .inner-review {
    padding: 0 0 0.6em; }
  #item-detail-2col .inner-head.simple_inner-head .simple_h4 {
    color: #d76492;
    font-size: 1em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head.simple_inner-head .simple_h4 {
        font-size: 1.6rem; } }
  #item-detail-2col .inner-head.simple_inner-head .simple_h5 {
    position: relative;
    padding-left: 1em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head.simple_inner-head .simple_h5 {
        margin-bottom: 1em; } }
    #item-detail-2col .inner-head.simple_inner-head .simple_h5::after {
      content: '⚫︎';
      position: absolute;
      top: 3%;
      left: 0;
      color: #d76492;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .inner-head.simple_inner-head .simple_h5::after {
          font-size: 1.2rem; } }
  #item-detail-2col .inner-head.simple_inner-head .item-detail_txt {
    margin-top: 10px; }
#item-detail-2col .inner-review {
  background-color: rgba(246, 228, 235, 0.94);
  padding-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .inner-review {
      padding: 0 !important; } }
  #item-detail-2col .inner-review .simple_h2 {
    border-left: 0 !important;
    margin-bottom: 0 !important; }
#item-detail-2col .simple_review_box .review_stars-big {
  padding-top: 13px; }
  @media screen and (min-width: 768px) {
    #item-detail-2col .simple_review_box .review_stars-big {
      padding-top: 23px; } }
#item-detail-2col .simple_review_box .review_stars-big {
  justify-content: center; }
#item-detail-2col .simple_review_box .review_container {
  margin-top: 13px;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #item-detail-2col .simple_review_box .review_container {
      margin-top: 23px; } }
#item-detail-2col .simple_review_box .review_container .review_item {
  margin: 0 13px 13px; }
#item-detail-2col .bor_gray {
  width: fit-content;
  margin: auto;
  text-align: left; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .bor_gray {
      padding-top: 15px; } }
#item-detail-2col .image_box_section_ttl {
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  padding: .75rem 0;
  width: fit-content;
  margin: auto;
  position: relative; }
  #item-detail-2col .image_box_section_ttl::before {
    content: "＼";
    display: inline-block;
    margin: 0 1rem; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .image_box_section_ttl::before {
        position: absolute;
        left: -4rem;
        top: 4rem; } }
  #item-detail-2col .image_box_section_ttl::after {
    content: "／";
    display: inline-block;
    margin: 0 1rem; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .image_box_section_ttl::after {
        position: absolute;
        right: -4rem;
        top: 4rem; } }
@media screen and (min-width: 768px) {
  #item-detail-2col .image_box_section .source {
    display: block;
    width: 750px;
    margin: auto; } }
#item-detail-2col .btn_l_pnk {
  margin: 20px auto 0;
  text-align: center; }
  #item-detail-2col .btn_l_pnk.margin-adjust {
    margin-top: 0;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .btn_l_pnk.margin-adjust {
        margin-top: 10px;
        margin-bottom: 30px; } }
#item-detail-2col .video {
  aspect-ratio: 16/9; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .video {
      aspect-ratio: 46/26; } }
@media screen and (min-width: 768px) {
  #item-detail-2col .origin-country {
    width: 90%; } }
#item-detail-2col .flex_price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px dashed #d5d5d5;
  border-bottom: 2px dashed #d5d5d5; }
#item-detail-2col .step_col3_box {
  display: flex;
  gap: 3%; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .step_col3_box {
      display: block; } }
  #item-detail-2col .step_col3_box li {
    width: 30%;
    margin: 1em auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .step_col3_box li {
        display: flex;
        align-items: center;
        width: 100%; } }
    #item-detail-2col .step_col3_box li img {
      width: 180px;
      height: 180px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .step_col3_box li img {
          width: 90px;
          height: 90px; } }
  @media screen and (max-width: 767px) {
    #item-detail-2col .step_col3_box div {
      margin-left: 1rem;
      text-align: left; } }
  #item-detail-2col .step_col3_box .step_pink_text {
    color: #ef9189;
    font-weight: bold; }
  #item-detail-2col .step_col3_box .step_title {
    font-weight: bold; }
#item-detail-2col .item-detail_flex_box_2col {
  display: flex;
  flex-wrap: wrap;
  gap: 2%; }
  #item-detail-2col .item-detail_flex_box_2col li {
    width: 49%;
    text-align: center; }
    #item-detail-2col .item-detail_flex_box_2col li:nth-child(n+3) {
      margin-top: 1em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .item-detail_flex_box_2col li {
        width: 100%; }
        #item-detail-2col .item-detail_flex_box_2col li:nth-child(n+2) {
          margin-top: 1em; } }
  #item-detail-2col .item-detail_flex_box_2col .step_text {
    margin-top: 1em;
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 1.5;
    height: 6rem; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .item-detail_flex_box_2col .step_text {
        height: 5rem; } }
    #item-detail-2col .item-detail_flex_box_2col .step_text .step_num {
      margin-right: 10px;
      background: #d76492;
      color: #fff;
      padding: 0 .25em;
      position: relative; }
      #item-detail-2col .item-detail_flex_box_2col .step_text .step_num::before {
        content: "STEP";
        position: absolute;
        color: #d76492;
        font-size: 10px;
        top: -17px;
        left: -2px; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .item-detail_flex_box_2col .step_text .step_num::before {
            left: -5px; } }
  #item-detail-2col .item-detail_flex_box_2col .source {
    text-align: left;
    display: block; }

/*商品ページの目次*/
@media screen and (max-width: 767px) {
  .goods_table_contents {
    padding: 0 1.6em; } }
.goods_table_contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 12px 10px;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .goods_table_contents ul {
      margin-top: 20px;
      gap: 10px 0px;
      justify-content: space-between; } }
  .goods_table_contents ul li {
    width: 24%; }
    @media screen and (max-width: 767px) {
      .goods_table_contents ul li {
        width: 49%; } }
    .goods_table_contents ul li a {
      background-color: #f6e4ebf0;
      border-radius: 60px;
      padding: 10px 46px;
      position: relative;
      text-align: center;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .goods_table_contents ul li a {
          padding: 6px 0px; } }
      .goods_table_contents ul li a:hover {
        background-color: #d76492;
        transition: 0.3s;
        color: #fff;
        transition: 0.3s;
        opacity: 1; }
        .goods_table_contents ul li a:hover::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
      .goods_table_contents ul li a::after {
        content: " ";
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492;
        vertical-align: middle;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.2em;
        margin: auto;
        transform: rotate(135deg); }

/*ランシード*/
#item-detail-2col.goods_runseed .btn_yellow {
  margin: 0 auto 20px; }
#item-detail-2col.goods_runseed .cart_tab6 .price_box {
  margin-bottom: 0; }
#item-detail-2col.goods_runseed .source {
  display: inline-block; }
#item-detail-2col.goods_runseed .source cite {
  font-size: 10px; }
#item-detail-2col.goods_runseed .source cite a {
  color: #3d3d3d; }
#item-detail-2col.goods_runseed .price_zeinuki2 {
  margin-left: 4px; }
#item-detail-2col.goods_runseed .safety_01_gmp,
#item-detail-2col.goods_runseed .safety_02_no-additive {
  width: 60%; }
#item-detail-2col.goods_runseed .safety_01_gmp {
  border: solid 1px #ccc; }
#item-detail-2col.goods_runseed .yellow_flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffaf0;
  padding: 15px;
  margin: 1em 0; }
#item-detail-2col.goods_runseed .yellow_flex-box img {
  width: 25%; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .yellow_flex-box img {
      width: 50%;
      display: block;
      margin: 0 auto 10px; } }
#item-detail-2col.goods_runseed .yellow_flex-box dl {
  width: fit-content;
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .yellow_flex-box dl {
      width: 100%;
      margin: auto;
      text-align: center; } }
#item-detail-2col.goods_runseed .yellow_flex-box dt,
#item-detail-2col.goods_runseed .yellow_flex-box dd {
  margin-top: 0;
  padding: 0; }
#item-detail-2col.goods_runseed .border_gray_ttl {
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5; }
#item-detail-2col.goods_runseed .item__image.width_adjustment {
  width: 500px; }
#item-detail-2col.goods_runseed .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border: solid #ccc;
  border-width: 1px 0px 0px 1px;
  padding-top: 0; }
#item-detail-2col.goods_runseed .flex-wrap ._3col {
  width: 25%;
  border: solid #ccc;
  border-width: 0px 1px 1px 0; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .flex-wrap ._3col {
      width: 50%; } }
#item-detail-2col.goods_runseed .flex-wrap ._3col dt {
  background-color: #d76492;
  color: #fff;
  text-align: center;
  padding: 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 72px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .flex-wrap ._3col dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: auto;
      margin-top: 0;
      min-height: auto; } }
#item-detail-2col.goods_runseed .flex-wrap ._3col dt span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .flex-wrap ._3col dt span {
      font-size: 1.4rem;
      padding-top: 0; } }
#item-detail-2col.goods_runseed .flex-wrap ._3col dd {
  margin: 0;
  padding: 8px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .flex-wrap ._3col dd {
      padding: 1rem; } }
#item-detail-2col.goods_runseed .flex-wrap ._3col dd span {
  letter-spacing: -.5rem; }
#item-detail-2col.goods_runseed .accordion.before_cite {
  margin-bottom: 0; }
#item-detail-2col.goods_runseed .color-gray a {
  color: #3d3d3d; }
#item-detail-2col.goods_runseed .goods_table_contents ul li {
  width: 24%; }
#item-detail-2col.goods_runseed .flex-2col-content_none {
  border: 0 !important; }
#item-detail-2col.goods_runseed .mitochondria_flex-2col {
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .mitochondria_flex-2col {
      margin-top: 14px; } }
  #item-detail-2col.goods_runseed .mitochondria_flex-2col h4 {
    padding: 6px 0; }
#item-detail-2col.goods_runseed .fv_offer_txt {
  margin-top: 0;
  margin-bottom: 0; }
#item-detail-2col.goods_runseed .safety_img {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .safety_img {
      flex-direction: column; } }
  #item-detail-2col.goods_runseed .safety_img .item__image {
    width: 49%;
    margin: 1em 0; }
    @media screen and (max-width: 767px) {
      #item-detail-2col.goods_runseed .safety_img .item__image {
        width: 100%;
        margin: 0.7em 0 0; } }
    #item-detail-2col.goods_runseed .safety_img .item__image img {
      width: 100%; }
#item-detail-2col.goods_runseed .source {
  margin-top: 4px; }
#item-detail-2col.goods_runseed .n_furigana {
  font-size: 1.4rem;
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .n_furigana {
      font-size: 1.2rem; } }
#item-detail-2col.goods_runseed .yellow_flex-box .doctor_txt {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.goods_runseed .yellow_flex-box .doctor_txt {
      margin-top: 4px; } }
@media screen and (max-width: 767px) {
  #item-detail-2col.goods_runseed .gentei_2 {
    width: fit-content; }
  #item-detail-2col.goods_runseed .price_box {
    margin: -10px auto 0; }
  #item-detail-2col.goods_runseed .grid-item .item {
    width: 98%; }
  #item-detail-2col.goods_runseed .krill_oil_img {
    width: 100%; }
  #item-detail-2col.goods_runseed .safety_01_gmp,
  #item-detail-2col.goods_runseed .safety_02_no-additive {
    width: 100%; }
  #item-detail-2col.goods_runseed .safety_01_gmp {
    border: solid 1px #ccc; }
  #item-detail-2col.goods_runseed .yellow_flex-box {
    display: block; }
  #item-detail-2col.goods_runseed .item__image.width_adjustment {
    width: 250px; }
  #item-detail-2col.goods_runseed .goods_table_contents ul li {
    width: 49%; }
  #item-detail-2col.goods_runseed .review_stars_cart {
    margin: 0px auto 0px;
    bottom: 0;
    padding: 0px 0 10px;
    position: relative; }
  #item-detail-2col.goods_runseed .cart_tab6 {
    padding-bottom: 0px; }
  #item-detail-2col.goods_runseed .flex-wrap ._3col span {
    display: block;
    font-size: 1.1em;
    line-height: 1.1;
    padding-top: .5rem; } }

#productDetail .wrap .info {
  cursor: auto; }

/*ベビーモデルバナー*/
.goods_babymodel_bnr {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .goods_babymodel_bnr {
      margin-top: 20px;
      padding: 0 20px; } }

/* カート部分スタイル */
@media screen and (max-width: 767px) {
  .folate_img_cart {
    padding: 0 1.6em 0.5em; } }
#folate_cart_box {
  background-color: #eab7ca; }
  #folate_cart_box .cart_title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #fff; }
  #folate_cart_box .folate_cart_detail {
    margin: 0.2rem 1.0rem 0;
    padding: 1.8rem 1.5rem 0;
    background-color: #fff;
    border-radius: 10px; }
    #folate_cart_box .folate_cart_detail .regular_title {
      font-size: 1.7rem;
      font-weight: 500;
      letter-spacing: 0.2rem;
      border-top: 1px #3d3d3d solid;
      border-bottom: 1px #3d3d3d solid; }
    #folate_cart_box .folate_cart_detail .detail_box {
      display: flex;
      justify-content: space-evenly; }
      #folate_cart_box .folate_cart_detail .detail_box .first_off {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .8rem;
        margin: .5rem .5rem 0 0;
        border-radius: 50%;
        background-color: #d76592;
        color: #fff;
        width: 70px;
        height: 70px; }
        #folate_cart_box .folate_cart_detail .detail_box .first_off .firstlimited {
          display: block; }
        #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text {
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1.5; }
          #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_1 {
            font-size: 2.5rem;
            line-height: 0.7; }
          #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_2 {
            font-size: 1.5rem;
            line-height: 0.7; }
          #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_3 {
            font-size: 2.0rem;
            line-height: 0; }
      #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value {
        font-size: 1.2rem;
        font-weight: 500;
        text-align: left; }
        #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 8px solid #555555;
          border-bottom: 0;
          display: inline-block; }
        #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
          font-size: 1.7rem;
          font-weight: 500;
          margin-left: 3px;
          text-decoration: 1px line-through; }
        #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
          text-decoration: none; }
      #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value {
        font-size: 3.5rem;
        font-weight: 700;
        text-align: left;
        line-height: 1;
        margin-bottom: 15px;
        color: #d76792; }
        #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
          font-size: 2rem; }
        #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
          font-size: 1.2rem;
          font-weight: normal; }
    #folate_cart_box .folate_cart_detail .cart_info_box {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        #folate_cart_box .folate_cart_detail .cart_info_box {
          justify-content: end; } }
      #folate_cart_box .folate_cart_detail .cart_info_box .info_text {
        font-size: 1.4rem;
        padding: .3rem 1rem;
        color: #d76792;
        font-weight: 500;
        line-height: 1.3;
        border: 1px solid #d76792; }
        #folate_cart_box .folate_cart_detail .cart_info_box .info_text:not(:first-child) {
          margin-left: .5rem; }
        @media screen and (min-width: 768px) {
          #folate_cart_box .folate_cart_detail .cart_info_box .info_text {
            font-size: 1.6rem; } }
      #folate_cart_box .folate_cart_detail .cart_info_box:has(> :nth-child(3)) {
        justify-content: center; }
        #folate_cart_box .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
          padding-right: .3rem;
          padding-left: .3rem; }
          @media screen and (min-width: 768px) {
            #folate_cart_box .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
              padding-right: .5rem;
              padding-left: .5rem; } }
    #folate_cart_box .folate_cart_detail .cart_regular_box {
      background-color: #fff;
      padding: 15px 0 20px !important; }
      #folate_cart_box .folate_cart_detail .cart_regular_box .btn_yellow {
        width: 100% !important;
        height: 56px !important; }
      #folate_cart_box .folate_cart_detail .cart_regular_box .course_green {
        position: relative;
        max-width: 400px;
        line-height: 1.4;
        width: 100% !important;
        height: 56px !important;
        background-color: #4fac3e;
        color: #fff;
        border-radius: 1rem;
        margin: 0 auto;
        padding: 0.2em 0;
        font-size: 1.7rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center; }
        #folate_cart_box .folate_cart_detail .cart_regular_box .course_green::after {
          content: " ";
          vertical-align: middle;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1.2em;
          margin: auto;
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
  #folate_cart_box .cart_ofa_box {
    padding: 8px 10px;
    background-color: #eaeaea; }
    #folate_cart_box .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box .cart_ofa_box .price_container .price_tax_box {
        bottom: 0;
        position: relative; }
        #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: -10px auto 0; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: max-content !important;
            line-height: 6rem; }
            #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 p {
              font-size: 1.7rem;
              width: fit-content; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price .price_text {
            line-height: 5rem;
            font-weight: bold; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki {
            display: flex;
            align-items: center; }
            #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki p {
              color: #5d595a;
              font-size: 2.2rem;
              font-weight: bold;
              line-height: 1.8rem; }
      #folate_cart_box .cart_ofa_box .price_container .price_postage {
        margin-top: -22px !important; }
      #folate_cart_box .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 100% !important;
        padding: 0 22px 0 12px !important;
        border-radius: 1rem;
        color: #fff;
        height: 50px !important; }
        #folate_cart_box .cart_ofa_box .price_container .btn_yellow::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }

@media screen and (min-width: 767px) {
  .folate_img_cart {
    padding: 0; }

  #folate_cart_box .cart_title {
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
    font-weight: 500; }
  #folate_cart_box .folate_cart_detail .regular_title {
    font-size: 2.0rem;
    letter-spacing: 0.3rem; }
  #folate_cart_box .folate_cart_detail .detail_box .first_off {
    margin: 1.5rem 1rem 1rem;
    width: 100px;
    height: 100px; }
    #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text {
      font-size: 1.4rem;
      line-height: 1.8; }
      #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_1 {
        font-size: 3.5rem; }
      #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_2,
      #folate_cart_box .folate_cart_detail .detail_box .first_off .off_text .off_text_3 {
        font-size: 2.7rem; }
  #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value {
    font-size: 1.8rem; }
    #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      border-top: 14px solid #555555; }
    #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
      font-size: 2.5rem; }
    #folate_cart_box .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
      text-decoration: none;
      font-size: 1.4rem; }
  #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value {
    font-size: 6.0rem;
    font-weight: 700; }
    #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
      font-size: 2.5rem;
      font-weight: 500; }
    #folate_cart_box .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
      font-size: 1.4rem;
      font-weight: normal; }
  #folate_cart_box .folate_cart_detail .cart_regular_box .btn_yellow {
    height: 65px !important; }
  #folate_cart_box .folate_cart_detail .cart_regular_box .course_pink {
    height: 65px !important; }
  #folate_cart_box .cart_ofa_box {
    padding: 8px 0; }
    #folate_cart_box .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box .cart_ofa_box .price_container .price_tax_box {
        bottom: 8px;
        position: relative; }
        #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: 0; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: max-content !important;
            line-height: 6rem; }
            #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 p {
              font-size: 1.8rem;
              width: fit-content; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price .price_text {
            line-height: 5rem;
            font-weight: bold; }
          #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki {
            display: flex;
            align-items: center; }
            #folate_cart_box .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki p {
              color: #5d595a;
              font-size: 2.2rem;
              font-weight: bold;
              line-height: 1.8rem; }
      #folate_cart_box .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 44% !important;
        padding: 0 !important;
        height: 50px !important;
        border-radius: 1rem;
        color: #fff; }
        #folate_cart_box .cart_ofa_box .price_container .btn_yellow::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }
#folate_cart_box2 {
  background-color: #eab7ca;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #folate_cart_box2 .cart_title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #fff; }
  #folate_cart_box2 .folate_cart_detail {
    margin: 0.2rem 1.0rem 0;
    padding: 1.8rem 1.5rem 0;
    background-color: #fff;
    border-radius: 10px; }
    #folate_cart_box2 .folate_cart_detail .regular_title {
      font-size: 1.7rem;
      font-weight: 500;
      letter-spacing: 0.2rem;
      border-top: 1px #3d3d3d solid;
      border-bottom: 1px #3d3d3d solid; }
    #folate_cart_box2 .folate_cart_detail .detail_box {
      display: flex;
      justify-content: center;
      align-items: center; }
      #folate_cart_box2 .folate_cart_detail .detail_box .first_off {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .8rem;
        margin: .5rem .5rem 0 0;
        border-radius: 50%;
        background-color: #d76592;
        color: #fff;
        width: 70px;
        height: 70px; }
        #folate_cart_box2 .folate_cart_detail .detail_box .first_off .firstlimited {
          display: block;
          font-size: 2rem;
          line-height: 2rem; }
      #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value {
        font-size: 1.2rem;
        font-weight: 500;
        text-align: left; }
        #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 8px solid #555555;
          border-bottom: 0;
          display: inline-block; }
        #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
          font-size: 1.7rem;
          font-weight: 500;
          margin-left: 3px;
          text-decoration: 1px line-through; }
        #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
          text-decoration: none; }
      #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value {
        font-size: 3.5rem;
        font-weight: 700;
        text-align: left;
        line-height: 1;
        margin-bottom: 15px;
        color: #d76792; }
        #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
          font-size: 2rem; }
        #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
          font-size: 1.2rem;
          font-weight: normal; }
    #folate_cart_box2 .folate_cart_detail .cart_info_box {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        #folate_cart_box2 .folate_cart_detail .cart_info_box {
          justify-content: end; } }
      #folate_cart_box2 .folate_cart_detail .cart_info_box .info_text {
        font-size: 1.4rem;
        padding: .3rem 1rem;
        color: #d76792;
        font-weight: 500;
        line-height: 1.3;
        border: 1px solid #d76792; }
        #folate_cart_box2 .folate_cart_detail .cart_info_box .info_text:not(:first-child) {
          margin-left: .5rem; }
        @media screen and (min-width: 768px) {
          #folate_cart_box2 .folate_cart_detail .cart_info_box .info_text {
            font-size: 1.6rem; } }
      #folate_cart_box2 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) {
        justify-content: center; }
        #folate_cart_box2 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
          padding-right: .3rem;
          padding-left: .3rem; }
          @media screen and (min-width: 768px) {
            #folate_cart_box2 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
              padding-right: .5rem;
              padding-left: .5rem; } }
    #folate_cart_box2 .folate_cart_detail .cart_regular_box {
      background-color: #fff;
      padding: 15px 0 20px !important; }
      #folate_cart_box2 .folate_cart_detail .cart_regular_box .btn_yellow {
        width: 100% !important;
        height: 56px !important; }
      #folate_cart_box2 .folate_cart_detail .cart_regular_box .course_green {
        position: relative;
        max-width: 400px;
        line-height: 1.4;
        width: 100% !important;
        height: 56px !important;
        background-color: #4fac3e;
        color: #fff;
        border-radius: 1rem;
        margin: 0 auto;
        padding: 0.2em 0;
        font-size: 1.7rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center; }
        #folate_cart_box2 .folate_cart_detail .cart_regular_box .course_green::after {
          content: " ";
          vertical-align: middle;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1.2em;
          margin: auto;
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
  #folate_cart_box2 .cart_ofa_box {
    padding: 8px 10px;
    background-color: #eaeaea; }
    #folate_cart_box2 .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box {
        bottom: 0;
        position: relative; }
        #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: -10px auto 0; }
          #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: fit-content !important; }
      #folate_cart_box2 .cart_ofa_box .price_container .price_postage {
        margin-top: -22px !important; }
      #folate_cart_box2 .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 100% !important;
        padding: 0 22px 0 12px !important; }

@media screen and (min-width: 767px) {
  #folate_cart_box2 .cart_title {
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
    font-weight: 500; }
  #folate_cart_box2 .folate_cart_detail .regular_title {
    font-size: 2.0rem;
    letter-spacing: 0.3rem; }
  #folate_cart_box2 .folate_cart_detail .detail_box .first_off {
    margin: 1.5rem 1rem 1rem;
    width: 100px;
    height: 100px; }
    #folate_cart_box2 .folate_cart_detail .detail_box .first_off .firstlimited {
      font-size: 3rem;
      line-height: 3rem; }
  #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value {
    font-size: 1.8rem; }
    #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      border-top: 14px solid #555555; }
    #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
      font-size: 2.5rem; }
    #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
      text-decoration: none;
      font-size: 1.4rem; }
  #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value {
    font-size: 6.0rem;
    font-weight: 700; }
    #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
      font-size: 2.5rem;
      font-weight: 500; }
    #folate_cart_box2 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
      font-size: 1.4rem;
      font-weight: normal; }
  #folate_cart_box2 .folate_cart_detail .cart_regular_box .btn_yellow {
    height: 65px !important; }
  #folate_cart_box2 .folate_cart_detail .cart_regular_box .course_pink {
    height: 65px !important; }
  #folate_cart_box2 .cart_ofa_box {
    padding: 8px 0; }
    #folate_cart_box2 .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box {
        bottom: 8px;
        position: relative; }
        #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: 0; }
          #folate_cart_box2 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: max-content !important; }
      #folate_cart_box2 .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 44% !important;
        padding: 0 !important; } }
#folate_cart_box3 {
  background-color: #eab7ca;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #folate_cart_box3 .cart_title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #fff; }
  #folate_cart_box3 .folate_cart_detail {
    margin: 0.2rem 1.0rem 0;
    padding: 1.8rem 1.5rem 0;
    background-color: #fff;
    border-radius: 10px; }
    #folate_cart_box3 .folate_cart_detail .regular_title {
      font-size: 1.7rem;
      font-weight: 500;
      letter-spacing: 0.2rem;
      border-top: 1px #3d3d3d solid;
      border-bottom: 1px #3d3d3d solid; }
    #folate_cart_box3 .folate_cart_detail .detail_box {
      display: flex;
      justify-content: space-evenly; }
      #folate_cart_box3 .folate_cart_detail .detail_box .first_off {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: .5rem .5rem 0 0;
        color: #000;
        text-align: right; }
        #folate_cart_box3 .folate_cart_detail .detail_box .first_off .firstlimited {
          display: block;
          font-size: 1.8rem;
          line-height: 2rem; }
        #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text {
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1.5; }
          #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_1 {
            font-size: 2.5rem;
            line-height: 0.7; }
          #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_2 {
            font-size: 1.5rem;
            line-height: 0.7; }
          #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_3 {
            font-size: 2.0rem;
            line-height: 0; }
      #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value {
        font-size: 1.2rem;
        font-weight: 500;
        text-align: left; }
        #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 8px solid #555555;
          border-bottom: 0;
          display: inline-block; }
        #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
          font-size: 1.7rem;
          font-weight: 500;
          margin-left: 3px;
          text-decoration: 1px line-through; }
        #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
          text-decoration: none; }
      #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value {
        font-size: 3.5rem;
        font-weight: 700;
        text-align: left;
        line-height: 1;
        margin-bottom: 15px;
        color: #d76792; }
        #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
          font-size: 2rem; }
        #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
          font-size: 1.2rem;
          font-weight: normal; }
      #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .shipping_price {
        font-weight: bold;
        text-align: right; }
    #folate_cart_box3 .folate_cart_detail .cart_info_box {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        #folate_cart_box3 .folate_cart_detail .cart_info_box {
          justify-content: center; } }
      #folate_cart_box3 .folate_cart_detail .cart_info_box .info_text {
        font-size: 1.4rem;
        padding: .3rem 1rem;
        color: #d76792;
        font-weight: 500;
        line-height: 1.3;
        border: 1px solid #d76792; }
        #folate_cart_box3 .folate_cart_detail .cart_info_box .info_text:not(:first-child) {
          margin-left: .5rem; }
        @media screen and (min-width: 768px) {
          #folate_cart_box3 .folate_cart_detail .cart_info_box .info_text {
            font-size: 1.6rem; } }
      #folate_cart_box3 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) {
        justify-content: center; }
        #folate_cart_box3 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
          padding-right: .3rem;
          padding-left: .3rem; }
          @media screen and (min-width: 768px) {
            #folate_cart_box3 .folate_cart_detail .cart_info_box:has(> :nth-child(3)) .info_text {
              padding-right: .5rem;
              padding-left: .5rem; } }
    #folate_cart_box3 .folate_cart_detail .cart_regular_box {
      background-color: #fff;
      padding: 15px 0 20px; }
      #folate_cart_box3 .folate_cart_detail .cart_regular_box .btn_yellow {
        width: 100% !important;
        height: 56px !important; }
      #folate_cart_box3 .folate_cart_detail .cart_regular_box .course_green {
        position: relative;
        max-width: 400px;
        line-height: 1.4;
        width: 100% !important;
        height: 56px !important;
        background-color: #4fac3e;
        color: #fff;
        border-radius: 1rem;
        margin: 0 auto;
        padding: 0.2em 0;
        font-size: 1.7rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center; }
        #folate_cart_box3 .folate_cart_detail .cart_regular_box .course_green::after {
          content: " ";
          vertical-align: middle;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 1.2em;
          margin: auto;
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
    #folate_cart_box3 .folate_cart_detail .cart_box_2 {
      padding-top: 0; }
  #folate_cart_box3 .cart_ofa_box {
    padding: 8px 10px;
    background-color: #eaeaea; }
    #folate_cart_box3 .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box {
        bottom: 0;
        position: relative; }
        #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: -10px auto 0; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: max-content !important;
            line-height: 6rem; }
            #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 p {
              font-size: 1.7rem;
              width: fit-content; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price .price_text {
            line-height: 5rem;
            font-weight: bold; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki {
            display: flex;
            align-items: center; }
            #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki p {
              color: #5d595a;
              font-size: 2.2rem;
              font-weight: bold;
              line-height: 1.8rem; }
      #folate_cart_box3 .cart_ofa_box .price_container .price_postage {
        margin-top: -22px !important; }
      #folate_cart_box3 .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 100% !important;
        padding: 0 22px 0 12px !important;
        border-radius: 1rem;
        color: #fff;
        height: 50px !important; }
        #folate_cart_box3 .cart_ofa_box .price_container .btn_yellow::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }

.set-parts {
  background-color: #FEF7F7;
  padding: 10px 0;
  margin-top: 1em; }
  .set-parts p {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold; }
  .set-parts .set-off {
    display: flex;
    color: #D7648B;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 5px 0; }
    .set-parts .set-off div:first-child {
      position: relative;
      width: 100px;
      text-align: left; }
      .set-parts .set-off div:first-child span {
        font-size: 4rem; }
      .set-parts .set-off div:first-child::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        border: 12px solid transparent;
        border-left: 13px solid #D7648B; }
    .set-parts .set-off div:last-child {
      padding-bottom: 10px; }
      .set-parts .set-off div:last-child span {
        font-size: 5rem;
        font-weight: 600; }

@media screen and (min-width: 767px) {
  .folate_img_cart {
    padding: 0; }

  #folate_cart_box3 .cart_title {
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
    font-weight: 500; }
  #folate_cart_box3 .folate_cart_detail .regular_title {
    font-size: 2.0rem;
    letter-spacing: 0.3rem; }
  #folate_cart_box3 .folate_cart_detail .detail_box .first_off {
    margin: 1.5rem 1rem 1rem;
    text-align: right; }
    #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text {
      font-size: 1.4rem;
      line-height: 1.8; }
      #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_1 {
        font-size: 3.5rem; }
      #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_2,
      #folate_cart_box3 .folate_cart_detail .detail_box .first_off .off_text .off_text_3 {
        font-size: 2.7rem; }
  #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value {
    font-size: 1.8rem; }
    #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .triangle {
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      border-top: 14px solid #555555; }
    #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_price {
      font-size: 2.5rem; }
    #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .normal_value .normal_value_taxtype {
      text-decoration: none;
      font-size: 1.4rem; }
  #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value {
    font-size: 6.0rem;
    font-weight: 700; }
    #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_price {
      font-size: 2.5rem;
      font-weight: 500; }
    #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .sale_value .sale_value_taxtype {
      font-size: 1.4rem;
      font-weight: normal; }
  #folate_cart_box3 .folate_cart_detail .detail_box .cart_value .shipping_price {
    font-weight: bold;
    text-align: right; }
  #folate_cart_box3 .folate_cart_detail .cart_regular_box .btn_yellow {
    height: 65px !important; }
  #folate_cart_box3 .folate_cart_detail .cart_regular_box .course_pink {
    height: 65px !important; }
  #folate_cart_box3 .cart_ofa_box {
    padding: 8px 0; }
    #folate_cart_box3 .cart_ofa_box .price_container {
      justify-content: center; }
      #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box {
        bottom: 8px;
        position: relative; }
        #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box {
          margin: 0; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 {
            width: max-content !important;
            line-height: 6rem; }
            #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .gentei_2 p {
              font-size: 1.8rem;
              width: fit-content; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price .price_text {
            line-height: 5rem;
            font-weight: bold; }
          #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki {
            display: flex;
            align-items: center; }
            #folate_cart_box3 .cart_ofa_box .price_container .price_tax_box .price_box .price_zeinuki p {
              color: #5d595a;
              font-size: 2.2rem;
              font-weight: bold;
              line-height: 1.8rem; }
      #folate_cart_box3 .cart_ofa_box .price_container .btn_yellow {
        margin: 0 0 0 10px !important;
        width: 44% !important;
        padding: 0 !important;
        height: 50px !important;
        border-radius: 1rem;
        color: #fff; }
        #folate_cart_box3 .cart_ofa_box .price_container .btn_yellow::after {
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }
#folate_under_cart_box {
  margin: 0 auto; }
  #folate_under_cart_box .cart_tab6_endposition {
    margin-top: 0; }
    #folate_under_cart_box .cart_tab6_endposition:nth-child(n+2) {
      margin-top: 50px; }
  #folate_under_cart_box .cart_info_inner {
    display: flex; }
    #folate_under_cart_box .cart_info_inner li {
      border: 1px solid #3d3d3d;
      padding: 3px 8px;
      margin: 0px 10px 10px 0px;
      font-size: 1.3rem; }
  #folate_under_cart_box .tuzyoukakaku p {
    font-size: 1.5rem;
    text-align: left; }
  #folate_under_cart_box .tuzyoukakaku span.line_through {
    font-size: 2rem;
    text-decoration: line-through; }
  #folate_under_cart_box .tuzyoukakaku span.price_regular_taxtype {
    font-size: 1.4rem; }
  #folate_under_cart_box .price_box {
    justify-content: left;
    margin-bottom: 0; }
  #folate_under_cart_box .gentei_2 {
    color: #D7648B;
    line-height: 6rem;
    width: max-content; }
    #folate_under_cart_box .gentei_2 p {
      font-size: 1.8rem;
      width: fit-content; }
  #folate_under_cart_box .price {
    margin: 0 5px; }
  #folate_under_cart_box .price_text {
    font-size: 4rem;
    line-height: 5rem; }
  #folate_under_cart_box .cart_ofa_box_singlecart .price_zeinuki {
    display: flex;
    align-items: center; }
  #folate_under_cart_box .price_zeinuki p {
    font-size: 3rem;
    line-height: 1.8rem;
    font-size: 3rem;
    line-height: 1.8rem;
    color: #D7648B;
    font-weight: bold; }
  #folate_under_cart_box .btn_yellow {
    width: 100%;
    height: 50px !important;
    margin: 20px auto 0px 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  #folate_under_cart_box {
    padding: 0 1.6em 0.5em; }
    #folate_under_cart_box .cart_regular_title {
      margin-bottom: 0; }
    #folate_under_cart_box .cart_info_inner li {
      margin: 10px 9px 10px 0px;
      font-size: 10px; }
    #folate_under_cart_box .price_box {
      margin: -10px auto 0; }
    #folate_under_cart_box .gentei_2 p {
      font-size: 1.7rem;
      line-height: 6.2rem; } }
#folate_under_cart_box2 .cart_info_inner {
  display: flex; }
  #folate_under_cart_box2 .cart_info_inner li {
    border: 1px solid #3d3d3d;
    padding: 3px 8px;
    margin: 0px 10px 10px 0px;
    font-size: 1.3rem; }
#folate_under_cart_box2 .tuzyoukakaku p {
  font-size: 1.5rem;
  text-align: left; }
#folate_under_cart_box2 .tuzyoukakaku span.line_through {
  font-size: 2rem;
  text-decoration: line-through; }
#folate_under_cart_box2 .tuzyoukakaku span.price_regular_taxtype {
  font-size: 1.4rem; }
#folate_under_cart_box2 .price_box {
  justify-content: left;
  margin-bottom: 0; }
#folate_under_cart_box2 .gentei_2 {
  color: #D7648B;
  line-height: 6rem;
  width: max-content; }
  #folate_under_cart_box2 .gentei_2 p {
    font-size: 1.8rem;
    width: fit-content; }
#folate_under_cart_box2 .price {
  margin: 0 5px; }
#folate_under_cart_box2 .price_text {
  font-size: 4rem;
  line-height: 5rem; }
#folate_under_cart_box2 .cart_ofa_box_singlecart .price_zeinuki {
  display: flex;
  align-items: center; }
#folate_under_cart_box2 .price_zeinuki p {
  font-size: 3rem;
  line-height: 1.8rem;
  font-size: 3rem;
  line-height: 1.8rem;
  color: #D7648B;
  font-weight: bold; }
#folate_under_cart_box2 .btn_yellow {
  width: 100%;
  height: 50px !important;
  margin: 20px auto 0px 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  #folate_under_cart_box2 {
    padding: 0 1.6em 0.5em; }
    #folate_under_cart_box2 .cart_regular_title {
      margin-bottom: 0; }
    #folate_under_cart_box2 .cart_info_inner li {
      margin: 10px 9px 10px 0px;
      font-size: 10px; }
    #folate_under_cart_box2 .price_box {
      margin: -10px auto 0; }
    #folate_under_cart_box2 .gentei_2 {
      width: 75px; }
      #folate_under_cart_box2 .gentei_2 p {
        font-size: 1.7rem;
        line-height: 6.2rem; } }
#folate_under_cart_box3 {
  padding: 0 1.6em 0.5em; }
  #folate_under_cart_box3 .cart_tab6_endposition {
    margin-top: 0 !important; }
  #folate_under_cart_box3 .cart_tab6_endposition_flex {
    align-items: center; }
  #folate_under_cart_box3 .cart_info_inner {
    display: flex; }
    #folate_under_cart_box3 .cart_info_inner li {
      border: 1px solid #3d3d3d;
      padding: 3px 8px;
      margin: 0px 10px 10px 0px;
      font-size: 1.3rem; }
  #folate_under_cart_box3 .tuzyoukakaku p {
    font-size: 1.5rem;
    text-align: left; }
  #folate_under_cart_box3 .tuzyoukakaku span.line_through {
    font-size: 2rem;
    text-decoration: line-through; }
  #folate_under_cart_box3 .tuzyoukakaku span.price_regular_taxtype {
    font-size: 1.4rem; }
  #folate_under_cart_box3 .price_box {
    justify-content: left;
    margin-bottom: 5px;
    align-items: center; }
  #folate_under_cart_box3 .gentei_2 {
    color: #000 !important;
    line-height: 6rem;
    width: max-content; }
    #folate_under_cart_box3 .gentei_2 p {
      font-size: 1.8rem;
      text-align: right;
      line-height: 1 !important;
      width: fit-content; }
  #folate_under_cart_box3 .price {
    margin: 0 !important;
    display: flex; }
    #folate_under_cart_box3 .price .price_text {
      font-size: 4rem;
      line-height: 5rem;
      font-weight: bold;
      color: #d76492; }
  #folate_under_cart_box3 .shipping_price {
    font-weight: bold;
    text-align: right; }
    #folate_under_cart_box3 .shipping_price span {
      font-size: 1.5rem; }
  #folate_under_cart_box3 .cart_ofa_box_singlecart .price_zeinuki {
    display: flex;
    align-items: center; }
  #folate_under_cart_box3 .price_zeinuki p {
    font-size: 3rem;
    line-height: 1.8rem;
    font-size: 3rem;
    line-height: 1.8rem;
    color: #D7648B;
    font-weight: bold; }
  #folate_under_cart_box3 .btn_yellow {
    width: 100%;
    height: 50px !important;
    margin: 20px auto 0px 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  #folate_under_cart_box3 .cart_regular_title {
    margin-bottom: 0; }
  #folate_under_cart_box3 .cart_info_inner li {
    margin: 10px 9px 10px 0px;
    font-size: 10px; }
  #folate_under_cart_box3 .price_box {
    margin: 0 auto !important; }
  #folate_under_cart_box3 .gentei_2 {
    width: 100% !important; }
    #folate_under_cart_box3 .gentei_2 p {
      font-size: 1.7rem;
      line-height: 1.7rem; } }
#folate_under_cart_box6 {
  padding: 0 1.6em 0.5em; }
  #folate_under_cart_box6 .cart_tab6_endposition {
    margin-top: 0 !important; }
  #folate_under_cart_box6 .cart_tab6_endposition_flex {
    align-items: center; }
  #folate_under_cart_box6 .cart_info_inner {
    display: flex; }
    #folate_under_cart_box6 .cart_info_inner li {
      border: 1px solid #3d3d3d;
      padding: 3px 8px;
      margin: 0px 10px 10px 0px;
      font-size: 1.3rem; }
  #folate_under_cart_box6 .recomemend-image {
    width: 25%; }
    #folate_under_cart_box6 .recomemend-image img {
      width: 90%; }
  #folate_under_cart_box6 .tuzyoukakaku p {
    font-size: 1.5rem;
    text-align: left; }
  #folate_under_cart_box6 .tuzyoukakaku span.line_through {
    font-size: 2rem;
    text-decoration: line-through; }
  #folate_under_cart_box6 .tuzyoukakaku span.price_regular_taxtype {
    font-size: 1.4rem; }
  #folate_under_cart_box6 .price_box {
    justify-content: left;
    margin-bottom: 5px;
    align-items: center; }
  #folate_under_cart_box6 .gentei_2 {
    color: #000 !important;
    line-height: 6rem;
    width: max-content; }
    #folate_under_cart_box6 .gentei_2 p {
      font-size: 1.8rem;
      text-align: right;
      line-height: 1 !important;
      width: fit-content; }
  #folate_under_cart_box6 .price {
    margin: 0 !important;
    display: flex; }
    #folate_under_cart_box6 .price .price_text {
      font-size: 4rem;
      line-height: 5rem;
      font-weight: bold;
      color: #d76492; }
  #folate_under_cart_box6 .shipping_price {
    font-weight: bold;
    text-align: right; }
    #folate_under_cart_box6 .shipping_price span {
      font-size: 1.5rem; }
  #folate_under_cart_box6 .cart_ofa_box_singlecart .price_zeinuki {
    display: flex;
    align-items: center; }
  #folate_under_cart_box6 .price_zeinuki p {
    font-size: 3rem;
    line-height: 1.8rem;
    font-size: 3rem;
    line-height: 1.8rem;
    color: #D7648B;
    font-weight: bold; }
  #folate_under_cart_box6 .btn_yellow {
    width: 100%;
    height: 50px !important;
    margin: 20px auto 0px 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  #folate_under_cart_box6 .cart_regular_title {
    margin-bottom: 0; }
  #folate_under_cart_box6 .recomemend-image {
    width: 90%; }
  #folate_under_cart_box6 .cart_info_inner li {
    margin: 10px 9px 10px 0px;
    font-size: 10px; }
  #folate_under_cart_box6 .price_box {
    margin: 0 auto !important; }
  #folate_under_cart_box6 .gentei_2 {
    width: 100% !important; }
    #folate_under_cart_box6 .gentei_2 p {
      font-size: 1.7rem;
      line-height: 1.7rem; } }
.item-detail_kit li img {
  border: solid 2px rgba(246, 228, 235, 0.94); }
.item-detail_kit li p {
  background: rgba(246, 228, 235, 0.94);
  padding: 6px; }

.item-detail_step img {
  border: solid 2px #f7e5ec; }

@media screen and (min-width: 768px) {
  .goods_flora_check .goods_table_contents ul {
    justify-content: center; } }

.price_single_taxtype {
  font-size: 1.2rem;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .price_single_taxtype {
      font-size: 1.4rem; } }

.price_postage_taxtype {
  font-size: 1.2rem; }

/*フローラ検査キットページ下部のカート*/
.flora_check_cart {
  margin: 40px auto 0; }
  @media screen and (max-width: 767px) {
    .flora_check_cart {
      margin: 30px 20px 0; } }
  .flora_check_cart .flex_price_box {
    margin: 15px auto;
    width: fit-content; }
  .flora_check_cart .kakaku {
    text-align: center;
    line-height: normal; }
  .flora_check_cart .clo_red {
    margin: 0 10px; }

.price_inctax {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  padding-top: 1rem; }
  @media screen and (min-width: 768px) {
    .price_inctax {
      padding-top: .5rem; } }
  .price_inctax_yen {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .price_inctax_yen {
        font-size: 2.75rem; } }
  .price_inctax_taxtype {
    font-size: .9rem;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .price_inctax_taxtype {
        font-size: 1.1rem; } }
  .price_inctax-gentei {
    color: #d76492; }
  .price_inctax-single .price_inctax_yen {
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .price_inctax-single .price_inctax_yen {
        font-size: 2.25rem; } }
  .price_inctax-resilience {
    color: #d74353; }

.gentei_3 {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .gentei_3 {
      font-size: 1.4rem;
      line-height: 1.2; } }
  .gentei_3-gentei {
    color: #d7648B; }
  .gentei_3-resilience {
    color: #d74353; }

.price_postage-under {
  margin-top: -1rem;
  margin-left: auto;
  width: auto;
  font-size: 1.4rem;
  text-align: right; }

.price_regular_taxtype {
  position: relative;
  font-size: 1.2rem; }
  .price_regular_taxtype::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 4px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #555;
    border-bottom: 0;
    width: 0;
    height: 0; }
  @media screen and (min-width: 768px) {
    .price_regular_taxtype {
      font-size: 1.4rem; }
      .price_regular_taxtype::after {
        right: -16px;
        top: 2px;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 14px solid #555;
        border-bottom: 0; } }

/*支払い方法*/
.payment_headline {
  background-color: #ffd814;
  font-size: 14px;
  margin: 0px auto 15px;
  max-width: 200px;
  height: 3rem;
  border-radius: 5em;
  vertical-align: middle;
  padding: 2px; }

.payment_headline_under {
  background-color: #ffd814;
  font-size: 14px;
  margin: 15px auto 15px;
  max-width: 200px;
  height: 3rem;
  border-radius: 5em;
  vertical-align: middle;
  padding: 2px; }

.payment_box {
  display: flex;
  max-width: 400px;
  margin: auto; }
  .payment_box .payment_item {
    margin-bottom: 10px;
    width: 100%; }
    .payment_box .payment_item img {
      object-fit: contain;
      max-height: 30px; }
    .payment_box .payment_item .payment_text {
      font-size: 12px;
      margin-top: 5px;
      line-height: 14px; }

.payment_item_under {
  margin-bottom: 0px;
  width: 100%; }
  .payment_item_under img {
    object-fit: contain;
    max-height: 30px; }
  .payment_item_under .payment_text {
    font-size: 12px;
    margin-top: 5px;
    line-height: 14px; }

.u-w_100 {
  width: 100% !important; }

.u-mxw_unset {
  max-width: none !important; }

.u-mxw_1000 {
  max-width: 1000px;
  margin: auto; }

.u-mxw_350 {
  width: 100%;
  max-width: 350px; }

@media screen and (max-width: 767px) {
  .u-mxw_imgsp, .u-mxw_imgsp img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto; } }
@media screen and (min-width: 768px) {
  .u-mxw_imgpc {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    display: block; } }
.u-fz_ss_cmm {
  font-size: 1rem; }

.u-fz_sm_cmm {
  font-size: 1.2rem; }

.u-fz_ss {
  font-size: 1rem; }

.u-fz_md {
  font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .u-fz_ss {
    font-size: 1.25rem; }

  .u-fz_md {
    font-size: 1.875rem; } }
@media screen and (min-width: 768px) {
  .u-pc_w_32 {
    width: 32%;
    min-width: none !important; }

  .u-pc_w_49 {
    width: 49%;
    max-width: none !important; }

  .u-mxw_us {
    max-width: none !important; } }
.u-fw_bld {
  font-weight: bold;
  font-weight: 500; }

.u-fw_nml {
  font-weight: normal;
  font-weight: 300; }

.u-lh_12 {
  line-height: 1.2; }

.u-ta_c {
  text-align: center; }

.u-ta_r {
  text-align: right; }

.u-ta_l {
  text-align: left; }

.u-dp_ma, .u-dp_ma img {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.u-dp_pc, .u-dpf_pc {
  display: none !important; }

.u-dp_sp, .u-dp_blc {
  display: block !important; }

.u-dpf_sp {
  display: flex !important; }

@media screen and (min-width: 768px) {
  .u-dp_pc {
    display: block !important; }

  .u-dpf_pc {
    display: flex !important; }

  .u-dp_sp, .u-dpf_sp {
    display: none !important; }

  .u-dp_flx_ww {
    flex-wrap: wrap; }

  .u-pc-dpf {
    display: flex !important; }
    .u-pc-dpf_w50 {
      width: 50%; }

  .u-pc-clm_2 {
    display: flex !important;
    justify-content: space-between; }
    .u-pc-clm_2-inner {
      width: 49%; }

  .u-ai_cnt_pc {
    display: inline-flex !important;
    align-items: center; } }
.u-dp_flx {
  display: flex;
  align-items: flex-start; }

@media screen and (min-width: 380px) {
  .u-dp_flx_minsm {
    display: flex; } }

.u-dp_ib {
  display: inline-block !important; }

@media screen and (min-width: 768px) {
  .u-pc_fxg_un {
    flex-grow: 0 !important; } }
@media screen and (max-width: 767px) {
  .u-img_vtcl_sp img {
    max-width: 146px;
    display: block;
    margin: 24px auto 0; }

  .u-dp_flx_wsa_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start; }
    .u-dp_flx_wsa_sp img {
      width: 44%;
      max-width: 140px;
      margin: 16px 3% 0; } }
@media screen and (min-width: 768px) {
  .u-dp_flx_wsa_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .u-dp_flx_wsa_pc img {
      max-width: 24%;
      margin: 24px 3% 0; } }
.u-frm_gry {
  border: 1px solid #ddd;
  padding: 1.2em; }

.u-bgc_pnk_sft {
  background-color: #d76492; }

.u-bgc_pnk {
  background-color: #fbf6f8; }

.u-bgc_grn {
  background-color: #d5e9c2; }

.u-bgc_sky {
  background-color: #e7f9fa; }

.u-bgc_gry {
  background-color: #eee; }

.u-bgc_top_pnk {
  background-color: #fbf6f8; }
  .u-bgc_top_pnk section {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }

.u-bgc_sky_bln {
  background-color: #f0ffff; }

.mgt_0 {
  margin-top: 0 !important; }

.mgt_xs {
  margin-top: 8px !important; }

.mgt_ss {
  margin-top: 16px !important; }

.mgt_sm {
  margin-top: 24px !important; }

.mgt_md {
  margin-top: 32px !important; }

.mgt_lg {
  margin-top: 40px !important; }

.mgt_xl {
  margin-top: 48px !important; }

@media screen and (min-width: 768px) {
  .mgt_xs {
    margin-top: 16px !important; }

  .mgt_ss {
    margin-top: 32px !important; }

  .mgt_sm {
    margin-top: 48px !important; }

  .mgt_md {
    margin-top: 64px !important; }

  .mgt_lg {
    margin-top: 80px !important; }

  .mgt_xl {
    margin-top: 96px !important; } }
.mgt_em_xs {
  margin-top: .4em; }

.mgt_em_ss {
  margin-top: .8em; }

.mgr_0 {
  margin-right: 0 !important; }

.mg_iht {
  margin: inherit !important; }

@media screen and (max-width: 999px) {
  .mg_cnt_hrz {
    margin-right: 16px;
    margin-left: 16px; }

  .mg_ngt_hrz {
    width: auto;
    margin-right: -16px !important;
    margin-left: -16px !important; } }
.colomn_overlay_childcare {
  background-color: #F3DFAA;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_childcare p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_childcare span {
    font-size: 1.5rem; }
  .colomn_overlay_childcare::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_childcare {
      font-size: 1.6rem; }
      .colomn_overlay_childcare p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_childcare span {
        font-size: 2.3rem; }
      .colomn_overlay_childcare::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_childcare {
  background: #F3DFAA;
  color: #3d3d3d; }

.colomn_overlay_pregnancy {
  background-color: #F5D4C3;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_pregnancy p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_pregnancy span {
    font-size: 1.5rem; }
  .colomn_overlay_pregnancy::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_pregnancy {
      font-size: 1.6rem; }
      .colomn_overlay_pregnancy p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_pregnancy span {
        font-size: 2.3rem; }
      .colomn_overlay_pregnancy::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_pregnancy {
  background: #F5D4C3;
  color: #3d3d3d; }

.colomn_overlay_maternity:not(.column_overlay_img) {
  background-color: #C8DFB1;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_maternity:not(.column_overlay_img) p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_maternity:not(.column_overlay_img) span {
    font-size: 1.5rem; }
  .colomn_overlay_maternity:not(.column_overlay_img)::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_maternity:not(.column_overlay_img) {
      font-size: 1.6rem; }
      .colomn_overlay_maternity:not(.column_overlay_img) p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_maternity:not(.column_overlay_img) span {
        font-size: 2.3rem; }
      .colomn_overlay_maternity:not(.column_overlay_img)::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_maternity {
  background: #C8DFB1;
  color: #3d3d3d; }

.double_overlay {
  background-color: transparent !important; }
  .double_overlay .double_overlay_box {
    display: flex;
    background-color: #fff; }
    .double_overlay .double_overlay_box a {
      display: flex; }
      .double_overlay .double_overlay_box a:first-child {
        justify-content: end;
        background-color: #dce4f8; }
        @media screen and (max-width: 767px) {
          .double_overlay .double_overlay_box a:first-child {
            background: transparent; } }
      .double_overlay .double_overlay_box a:last-child {
        justify-content: start;
        background-color: #fee8dd; }
        @media screen and (max-width: 767px) {
          .double_overlay .double_overlay_box a:last-child {
            background: transparent; } }
      .double_overlay .double_overlay_box a::after {
        display: none; }

.gallery-cell {
  width: 100%;
  height: 290px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gallery-cell {
      height: 400px; } }

.gallery-cell img {
  max-width: 100%;
  height: 250px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  margin: 20px auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gallery-cell img {
      height: 350px; } }

.flickity-page-dots {
  bottom: -5px !important; }

.m_10 {
  margin-top: 10px; }

.m_15 {
  margin-top: 15px; }

.m_t_0 {
  margin-top: 0px !important; }

.micro_b_link {
  text-align: center;
  height: 3.2em !important;
  font-size: 1.8rem !important; }
  @media screen and (min-width: 768px) {
    .micro_b_link {
      font-size: 2.0rem !important; } }
  .micro_b_link span {
    font-size: 1.5rem;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      .micro_b_link span {
        font-size: 1.8rem;
        letter-spacing: 1.1px; } }

.main_title {
  color: #d76492;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px 0; }
  @media screen and (min-width: 768px) {
    .main_title {
      font-size: 30px; } }

.source {
  font-size: 10px; }
  .source a {
    color: #3d3d3d; }

.product_top {
  padding: 0 1.6em;
  position: relative; }
  .product_top .product_top_inner_sp {
    background-image: url(https://assets.belta.co.jp/new_folate/MV_SP_mock.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 245px;
    margin-top: 20px; }
    .product_top .product_top_inner_sp figure {
      width: 100px;
      margin: 0 auto;
      position: absolute;
      top: 13vw;
      left: 25vw; }
  .product_top .product_top_inner_pc {
    background-image: url(https://assets.belta.co.jp/new_folate/MV_PC_mock.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: 20px; }
    .product_top .product_top_inner_pc figure {
      margin: 0 auto;
      position: absolute;
      top: 16%;
      left: 22%;
      width: 230px; }
  .product_top p {
    margin: 1em 0; }
  .product_top a {
    padding: 5px;
    width: 90%;
    margin: 18px auto 20px; }
    @media screen and (min-width: 768px) {
      .product_top a {
        width: 45%;
        padding: 6px; } }
  .product_top .folate_top_nav {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: rgba(215, 100, 146, 0.12);
    border: 1px solid #d76492;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .product_top .folate_top_nav {
        width: 70%;
        margin: 40px auto 50px; } }
    .product_top .folate_top_nav ol {
      list-style: none;
      width: 100%;
      margin: 0 auto;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .product_top .folate_top_nav ol {
          padding: 20px; } }
      .product_top .folate_top_nav ol .mokuji {
        font-size: 20px;
        color: #d76492;
        font-weight: 500;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .product_top .folate_top_nav ol .mokuji {
            font-size: 25px; } }
        .product_top .folate_top_nav ol .mokuji .mokuji_img {
          width: 23px;
          height: 23px;
          vertical-align: sub;
          margin-right: 3px; }
          @media screen and (min-width: 768px) {
            .product_top .folate_top_nav ol .mokuji .mokuji_img {
              width: 32px;
              height: 32px;
              vertical-align: text-bottom; } }
      .product_top .folate_top_nav ol li .ol_2 {
        padding: 10px 15px; }
        @media screen and (min-width: 768px) {
          .product_top .folate_top_nav ol li .ol_2 {
            margin: 0%;
            padding: 10px 20px; } }
        .product_top .folate_top_nav ol li .ol_2 li {
          position: relative;
          border-bottom: 0.5px solid #d76492;
          font-size: 15px;
          margin-top: 5px; }
          @media screen and (min-width: 768px) {
            .product_top .folate_top_nav ol li .ol_2 li {
              border-bottom: 0.5px solid #d76492;
              font-size: 20px; } }
          .product_top .folate_top_nav ol li .ol_2 li::before {
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            width: 0px;
            height: 0px;
            border: 0.3em solid transparent;
            border-left: 0.4em solid #3d3d3d;
            content: ""; }
      .product_top .folate_top_nav ol a {
        margin: 0 0 0 10px;
        color: #3d3d3d;
        width: 100%;
        padding: 3px; }
        @media screen and (min-width: 768px) {
          .product_top .folate_top_nav ol a {
            padding: 4px; } }
  .product_top .top_link_style_none {
    padding: 0;
    width: 100%;
    color: #c4c4c4;
    display: block; }
  .product_top .cart_contents_new_2 {
    display: flex;
    justify-content: space-around;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    box-shadow: 1px 3px 6px #c4c4c4; }
    @media screen and (max-width: 767px) {
      .product_top .cart_contents_new_2 {
        flex-direction: column; } }
    @media screen and (min-width: 768px) {
      .product_top .cart_contents_new_2 {
        width: 50%;
        margin: auto;
        padding: 20px;
        justify-content: center; } }
    .product_top .cart_contents_new_2 figure {
      width: 105px; }
      @media screen and (min-width: 768px) {
        .product_top .cart_contents_new_2 figure {
          width: 130px; } }
    .product_top .cart_contents_new_2 .right_box {
      line-height: 1;
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .product_top .cart_contents_new_2 .right_box {
          margin-left: 0px; } }
      .product_top .cart_contents_new_2 .right_box p {
        margin: 0;
        color: #3d3d3d; }
        .product_top .cart_contents_new_2 .right_box p .nijyusen {
          font-size: 18px;
          text-decoration: line-through 2px solid #000;
          text-decoration-line: line-through;
          -webkit-text-decoration-line: line-through;
          text-decoration-style: solid;
          -webkit-text-decoration-style: solid;
          text-decoration-color: black;
          -webkit-text-decoration-color: black; }
          @media screen and (min-width: 768px) {
            .product_top .cart_contents_new_2 .right_box p .nijyusen {
              font-size: 20px; } }
        .product_top .cart_contents_new_2 .right_box p .price_regular_taxtype {
          font-size: 1.4rem; }
        .product_top .cart_contents_new_2 .right_box p .box_souryou {
          border: 1px solid;
          margin: 0 5px;
          padding: 0 5px;
          color: #d76492; }
          @media screen and (min-width: 768px) {
            .product_top .cart_contents_new_2 .right_box p .box_souryou {
              font-size: 16px; } }
      .product_top .cart_contents_new_2 .right_box .shokaikakaku {
        font-size: 19px;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .product_top .cart_contents_new_2 .right_box .shokaikakaku {
            font-size: 25px; } }
        .product_top .cart_contents_new_2 .right_box .shokaikakaku .first_price {
          font-size: 24px;
          font-weight: 500; }
          @media screen and (min-width: 768px) {
            .product_top .cart_contents_new_2 .right_box .shokaikakaku .first_price {
              font-size: 30px; } }
        .product_top .cart_contents_new_2 .right_box .shokaikakaku .price_first_taxtype {
          font-size: 1.4rem; }
      .product_top .cart_contents_new_2 .right_box .first_button {
        width: 100%;
        background-color: #59B229;
        text-align: center;
        position: relative;
        padding: 9px;
        margin: 11px auto 0;
        color: #eee;
        border-radius: 0.5em;
        box-shadow: 2px 3px 5px #c4c4c4; }
        .product_top .cart_contents_new_2 .right_box .first_button::after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          right: 15px;
          margin: auto;
          background-size: 15px;
          height: 10px;
          width: 10px;
          color: #eee;
          border-top: 2px solid;
          border-right: 2px solid;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.top_link_style_none {
  margin: 5px 0 15px;
  padding: 0;
  width: 100%;
  color: #c4c4c4;
  display: block; }
  @media screen and (min-width: 768px) {
    .top_link_style_none {
      margin: 5px 0 25px; } }

.cart_contents_new_2 {
  display: flex;
  justify-content: space-around;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 15px;
  align-items: center;
  box-shadow: 1px 3px 6px #c4c4c4;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cart_contents_new_2 {
      width: 50%;
      margin: auto;
      padding: 15px;
      justify-content: center; } }
  .cart_contents_new_2 figure {
    width: 105px;
    margin: 0 !important; }
    @media screen and (min-width: 768px) {
      .cart_contents_new_2 figure {
        width: 130px; } }
  .cart_contents_new_2 .right_box {
    line-height: 1;
    margin-left: 25px; }
    @media screen and (max-width: 767px) {
      .cart_contents_new_2 .right_box {
        margin-left: 0px; } }
    .cart_contents_new_2 .right_box p {
      margin: 0;
      color: #3d3d3d; }
      .cart_contents_new_2 .right_box p .nijyusen {
        font-size: 18px;
        text-decoration: line-through 2px solid #000;
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        text-decoration-style: solid;
        -webkit-text-decoration-style: solid;
        text-decoration-color: black;
        -webkit-text-decoration-color: black; }
        @media screen and (min-width: 768px) {
          .cart_contents_new_2 .right_box p .nijyusen {
            font-size: 20px; } }
      .cart_contents_new_2 .right_box p .box_souryou {
        border: 1px solid;
        margin: 0 5px;
        padding: 0 5px;
        color: #d76492; }
        @media screen and (min-width: 768px) {
          .cart_contents_new_2 .right_box p .box_souryou {
            font-size: 16px; } }
    .cart_contents_new_2 .right_box .shokaikakaku {
      font-size: 19px;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .cart_contents_new_2 .right_box .shokaikakaku {
          font-size: 25px; } }
      .cart_contents_new_2 .right_box .shokaikakaku .first_price {
        font-size: 24px;
        font-weight: 500; }
        @media screen and (min-width: 768px) {
          .cart_contents_new_2 .right_box .shokaikakaku .first_price {
            font-size: 30px; } }
    .cart_contents_new_2 .right_box .first_button {
      font-size: 1.5rem;
      width: 100%;
      background-color: #59B229;
      text-align: center;
      position: relative;
      padding: 9px;
      margin: 11px auto 0;
      color: #eee;
      border-radius: 0.5em;
      box-shadow: 2px 3px 5px #c4c4c4; }
      .cart_contents_new_2 .right_box .first_button::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        background-size: 15px;
        height: 10px;
        width: 10px;
        color: #eee;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

#bellyband .cart_contents_new_2 figure {
  width: 80px; }
  @media screen and (min-width: 768px) {
    #bellyband .cart_contents_new_2 figure {
      width: 150px; } }

#maternityshorts .cart_contents_new_2 figure {
  width: 80px; }
  @media screen and (min-width: 768px) {
    #maternityshorts .cart_contents_new_2 figure {
      width: 150px; } }

.inner {
  margin-top: 20px; }
  .inner span {
    display: inline-block; }
  .inner h2 {
    background-color: #F6E4EB;
    padding: 10px;
    font-size: 17px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .inner figure {
      margin-top: 20px; } }

.product_inner {
  padding: .6em 1.6em; }

.product_inner p {
  font-size: 1.4rem;
  line-height: 1.9; }

.doctor_introduction {
  display: flex;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .doctor_introduction {
      justify-content: flex-start;
      margin: 30px auto; } }
  .doctor_introduction figure {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .doctor_introduction figure {
        width: 30%; } }
  .doctor_introduction img {
    max-width: 100%;
    height: auto; }
  .doctor_introduction dl {
    margin: auto 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .doctor_introduction dl {
        margin: 90px 0 0 0; } }
  .doctor_introduction dt {
    font-size: 14px; }
  .doctor_introduction dd {
    font-size: 14px;
    margin-top: 15px; }

.inner_details {
  margin-top: 15px;
  padding: 0 1.5em .6em; }
  @media screen and (min-width: 768px) {
    .inner_details {
      margin-top: 20px; } }
  .inner_details h3 {
    border-left: 4px solid #d76492;
    padding: 3px 0 3px 10px;
    font-size: 16px; }
  .inner_details h3.lifestage_folate_h3 {
    border-style: none;
    padding: 0 20px;
    font-weight: 300; }
  .inner_details p {
    font-size: 1.4rem;
    margin-top: 10px; }
  .inner_details figure {
    margin-top: 15px;
    margin-bottom: 15px; }

.flt_h4 {
  display: flex;
  flex-flow: row wrap;
  text-align: center; }
  .flt_h4 .flt_h4_inner {
    display: inline-block;
    width: 50%;
    padding: 5px; }
    .flt_h4 .flt_h4_inner h4 {
      font-size: 14px;
      background-color: #F6E4EB;
      border-radius: 50px;
      margin: 10px 10px 15px;
      width: 85%; }
      @media screen and (min-width: 768px) {
        .flt_h4 .flt_h4_inner h4 {
          margin: 20px auto;
          width: 65%;
          font-size: 20px; } }
    .flt_h4 .flt_h4_inner figure {
      margin: 5px 0 !important; }
      @media screen and (min-width: 768px) {
        .flt_h4 .flt_h4_inner figure {
          margin: 10px 0 8px !important; } }
    .flt_h4 .flt_h4_inner p {
      text-align: left;
      margin-top: 0 !important; }
      @media screen and (min-width: 768px) {
        .flt_h4 .flt_h4_inner p {
          width: 65%;
          margin: 0 auto; } }

.contents_kanri {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contents_kanri {
      margin-top: 38px; } }
  .contents_kanri h4 {
    font-size: 15px;
    background-color: #F6E4EB;
    border-radius: 50px;
    margin: 20px auto;
    text-align: center;
    width: 85%; }
    @media screen and (min-width: 768px) {
      .contents_kanri h4 {
        margin: 20px auto;
        width: 50%;
        font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .contents_kanri .kind {
      margin: 15px auto;
      display: inline-block; } }

.inner_details_img {
  margin: 15px 0; }

.inner_details .source {
  font-size: 10px;
  line-height: 1.3; }
  .inner_details .source .source_rink {
    color: #3d3d3d; }

.inner_details .text_attention {
  margin-bottom: 10px;
  line-height: 1.8; }

.inner_details cite a {
  font-size: 10px;
  color: #3D3D3D; }

.product_inner .source {
  font-size: 5px;
  line-height: 1.5; }

.product_inner cite {
  font-size: 5px; }

.product_inner blockquote {
  margin-top: 5px; }

.inner_details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px; }

.inner_details table th:last-child {
  border-right: 1px solid #3D3D3D; }

.inner_details table th {
  text-align: center;
  border-left: 1px solid #3D3D3D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px 0;
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .inner_details table th {
      font-size: 1.5rem; } }

.inner_details table td {
  text-align: center;
  border-left: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  border-top: none;
  padding: 5px 0;
  font-size: 1.4rem; }

.inner_details table td:last-child {
  border-right: 1px solid #3D3D3D; }

.inner_details .align_lef {
  text-align: left;
  padding-left: 5px; }
  @media screen and (min-width: 768px) {
    .inner_details .align_lef {
      padding-left: 25px; } }

.inner_details .reverse {
  color: #d76492;
  background-color: #fff;
  border: 1px solid #d76492;
  width: 90%;
  margin: 20px auto 0;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .inner_details .reverse {
      height: 3.6em;
      font-size: 1.7rem; } }

.inner_details .reverse::after {
  border-top: 1px solid #d76492;
  border-right: 1px solid #d76492; }

.posi_fix {
  position: relative;
  margin-top: 30px; }
  .posi_fix .number1_text {
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    line-height: 1.3;
    width: 100%;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .posi_fix .number1_text {
        top: -3%;
        left: 0%;
        transform: translate(0%, 0%);
        font-size: 3.5rem;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .posi_fix .number1_text .series_text {
        font-size: 2.6rem; } }
    .posi_fix .number1_text .number1 {
      color: #D76592;
      font-size: 47px;
      display: inline-block;
      align-items: center;
      margin-left: 1.6rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text .number1 {
          font-size: 10rem;
          margin-left: 2.5rem; } }
    .posi_fix .number1_text .number1_pink {
      color: #D76592;
      font-size: 25px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text .number1_pink {
          font-size: 5rem; } }
    .posi_fix .number1_text .number1_pink_text {
      color: #D76592;
      font-size: 22px;
      display: inline-block;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text .number1_pink_text {
          font-size: 4rem; } }
    .posi_fix .number1_text .renzoku_text {
      position: relative;
      font-weight: 500; }
      .posi_fix .number1_text .renzoku_text .renzoku {
        color: #D76592;
        font-size: 17px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .posi_fix .number1_text .renzoku_text .renzoku {
            font-size: 3rem; } }
      .posi_fix .number1_text .renzoku_text::before {
        width: 1em;
        border-width: 3px;
        content: "";
        position: absolute;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        border-top: 2px solid #D76592;
        top: 52%;
        left: -1.6vw; }
        @media screen and (min-width: 768px) {
          .posi_fix .number1_text .renzoku_text::before {
            border-top: 3px solid #D76592;
            width: 2em;
            top: 52%;
            left: -22px; } }
      .posi_fix .number1_text .renzoku_text::after {
        width: 1em;
        border-width: 3px;
        content: "";
        position: absolute;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        border-top: 2px solid #D76592;
        top: 52%;
        right: -1.6vw; }
        @media screen and (min-width: 768px) {
          .posi_fix .number1_text .renzoku_text::after {
            border-top: 3px solid #D76592;
            width: 2em;
            top: 52%;
            right: -22px; } }
      .posi_fix .number1_text .renzoku_text .number1_pink_text {
        color: #D76592;
        font-size: 20px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .posi_fix .number1_text .renzoku_text .number1_pink_text {
            font-size: 4rem; } }
    .posi_fix .number1_text .number1_pink_maca {
      color: #D76592;
      font-size: 45px;
      display: inline-block;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text .number1_pink_maca {
          font-size: 5rem; } }
    .posi_fix .number1_text .supplement_text {
      font-size: 12px;
      line-height: 1.3rem;
      margin-right: 0.5rem;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text .supplement_text {
          font-size: 18px;
          line-height: 21px; } }
  .posi_fix .number1_text_maca {
    position: absolute;
    top: -7%;
    font-size: 2rem;
    line-height: 1.3;
    width: 100%;
    margin-top: 0; }
    .posi_fix .number1_text_maca:last-child {
      top: 0; }
    @media screen and (min-width: 768px) {
      .posi_fix .number1_text_maca {
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        font-size: 3.5rem;
        text-align: center; } }
    .posi_fix .number1_text_maca .number1_pink_maca {
      color: #D76592;
      font-size: 45px;
      display: inline-block;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .posi_fix .number1_text_maca .number1_pink_maca {
          font-size: 7rem; } }
  @media screen and (min-width: 768px) {
    .posi_fix .number1_text_maca_2 {
      line-height: 2; } }
  .posi_fix .num_1_img {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .posi_fix .num_1_img {
        margin-bottom: 0; } }
  .posi_fix .num_1_img_2 {
    margin-bottom: 0px; }
  .posi_fix .text_source_1 {
    margin-top: 0;
    line-height: 0; }
    @media screen and (min-width: 768px) {
      .posi_fix .text_source_1 .source {
        font-size: 1.5rem; } }
  .posi_fix .text_source_2 {
    margin-top: 0;
    line-height: 0; }
    @media screen and (min-width: 768px) {
      .posi_fix .text_source_2 .source {
        font-size: 1.5rem; } }

.posi_fix .video_howto {
  text-align: center; }

.inner_details .bor_gray {
  border: 3px solid #C4C4C4;
  padding: 10px 20px;
  margin: 15px 20px; }
  .inner_details .bor_gray p {
    margin-top: 0; }

.new {
  padding: 5px !important;
  width: 90%;
  margin: 20px auto 0; }
  @media screen and (min-width: 768px) {
    .new {
      padding: 6px !important; } }

.voice_bef {
  text-align: center;
  margin-bottom: 5px !important;
  margin-top: 15px !important; }
  @media screen and (min-width: 768px) {
    .voice_bef {
      margin-top: 40px !important; } }

.voice_bef > span {
  width: 100%;
  max-width: 450px;
  position: relative; }

.voice_bef span {
  display: inline-block;
  width: 100%;
  line-height: 1.1;
  margin-top: 5px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .voice_bef span {
      font-size: 1.8rem; } }

.voice_bef > span::before {
  width: 1.4em;
  height: 2em;
  border-width: 3px;
  font-size: 3.5rem;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #3d3d3d;
  top: 2vw;
  left: 7vw; }
  @media screen and (min-width: 768px) {
    .voice_bef > span::before {
      width: 1.2em;
      top: 0.3vw;
      left: 2vw;
      font-size: 5.5rem; } }

.voice_bef > span::after {
  width: 1.4em;
  height: 2em;
  border-width: 3px;
  font-size: 3.5rem;
  content: "";
  position: absolute;
  -webkit-transform: rotate(131deg);
  transform: rotate(131deg);
  border-bottom: 1px solid #3d3d3d;
  top: 1.5vw;
  right: 7vw; }
  @media screen and (min-width: 768px) {
    .voice_bef > span::after {
      font-size: 5.5rem;
      top: 0vw;
      right: 2vw;
      width: 1.2em; } }

.micro_copy {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .micro_copy {
      margin-top: 35px; } }
  .micro_copy p {
    line-height: 1.4;
    font-size: 1.5rem;
    position: relative;
    margin: 10px 0 7px; }
    @media screen and (min-width: 768px) {
      .micro_copy p {
        font-size: 1.8rem; } }
    .micro_copy p::before {
      width: 1.4em;
      height: 2em;
      border-width: 3px;
      font-size: 3.5rem;
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #3d3d3d;
      top: 3vw;
      left: 10vw; }
      @media screen and (min-width: 768px) {
        .micro_copy p::before {
          width: 1.2em;
          top: 8px;
          left: 30%;
          font-size: 5.5rem; } }
    .micro_copy p::after {
      width: 1.4em;
      height: 2em;
      border-width: 3px;
      font-size: 3.5rem;
      content: "";
      position: absolute;
      -webkit-transform: rotate(131deg);
      transform: rotate(131deg);
      border-bottom: 1px solid #3d3d3d;
      top: 2vw;
      right: 11vw; }
      @media screen and (min-width: 768px) {
        .micro_copy p::after {
          width: 1.2em;
          top: 2px;
          right: 30.5%;
          font-size: 5.5rem; } }

.txt_cen p {
  text-align: center; }

/* アコーディオン */
.acd-check {
  display: none; }

.acd-label {
  background: #fff;
  color: #3D3D3D;
  display: block;
  padding: 10px;
  position: relative;
  border: 1px solid #707070;
  margin-top: 10px; }

.acd-label:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all .3s;
  transform: rotate(90deg); }

.acd-label:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all .3s;
  transform: rotate(0deg); }

.acd-content {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  background-color: #F5F5F5; }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.acd-check:checked + .acd-label:after {
  transform: rotate(180deg); }

.product_img {
  margin: 20px 100px; }

.acd-content .small {
  font-size: 8px; }

.acd-content p {
  margin-top: 0; }

.product_img_details {
  margin: 25px 120px; }

.cart_details h2 {
  background-color: #D76592;
  color: #fff;
  padding: 18px;
  font-size: 20px; }

.cart_details {
  margin-top: 20px; }

.cart_detail_h3 {
  background-color: #D76592;
  color: #fff;
  padding: 18px;
  font-size: 20px; }

.normal_price {
  margin-bottom: 5px; }

.bor_bottom {
  border: 1px solid #707070; }

@media screen and (max-width: 767px) {
  .price_large {
    font-size: 40px; } }

.price_small {
  font-size: 30px;
  text-decoration: line-through 2px solid #000;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-style: solid;
  -webkit-text-decoration-style: solid;
  text-decoration-color: black;
  -webkit-text-decoration-color: black; }

.price_middle {
  font-size: 40px; }
  @media screen and (min-width: 768px) {
    .price_middle {
      font-size: 45px; } }

.tax_small {
  font-size: 8px; }

.tax_middle {
  font-size: 20px;
  margin-left: 5px; }

.yen_large {
  position: relative;
  font-size: 28px; }
  @media screen and (min-width: 768px) {
    .yen_large {
      font-size: 30px; } }
  .yen_large .price_taxtype {
    position: absolute;
    top: -.7rem;
    left: 0;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .yen_large .price_taxtype {
        top: -.9rem;
        font-size: 1.1rem; } }

.yen_middle {
  font-size: 20px; }

.box_pink {
  background-color: #D76592;
  color: #fff;
  border: 1px solid #D76592;
  display: inline;
  padding: 3px 5px;
  margin-right: 5px; }

.box_pink_2 {
  background-color: #ffffff;
  color: #D76592;
  border: 1px solid #D76592;
  display: inline;
  padding: 3px 5px;
  margin-right: 5px; }

#baby_food .box_pink {
  display: block;
  padding: 0px 5px;
  width: fit-content; }

#baby_food .box_pink_2 {
  display: inline-block;
  margin-top: 8px;
  padding: 0px 5px; }
  @media screen and (min-width: 768px) {
    #baby_food .box_pink_2 {
      margin-top: 10px; } }

.price_six {
  margin-top: 15px; }
  .price_six .clo_red {
    color: #CB1F1F;
    font-size: 50px;
    margin-top: -7px; }
  .price_six .second {
    margin-top: -5px; }

.price_six_2 {
  margin: 10px 0 10px; }
  .price_six_2 .clo_red {
    color: #CB1F1F;
    font-size: 50px;
    margin-top: -10px; }
  .price_six_2 .second {
    margin-top: -5px; }

.inner_details .sale_text {
  margin-top: -5px; }
  @media screen and (min-width: 768px) {
    .inner_details .sale_text {
      font-size: 17px; } }

.botton_green {
  color: #fff;
  background-color: #59B229;
  border-radius: 0.5em;
  margin-top: 15px;
  height: 2.3em;
  max-width: 400px;
  font-size: 2.5rem;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.25); }

.botton_green::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: " ";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cart_details_2 {
  padding: 20px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .cart_details_2 .tanpin + .tanpin {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .cart_details_2 {
      flex-direction: row; } }

.tanpin {
  margin: 0 auto;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .tanpin {
      width: 50%; } }

.tanpin_inner {
  border: 1px solid #D76592;
  height: 165px; }

.tanpin p {
  color: #fff;
  background-color: #D76592;
  text-align: center; }

.tanpin_img {
  padding: 10px 20px;
  text-align: center; }

.tanpin_img img {
  height: 120px;
  width: auto; }
  @media screen and (min-width: 768px) {
    .tanpin_img img {
      height: 200px; } }

.tanpin_blk_price {
  margin: 10px 0;
  text-align: center;
  font-size: 23px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .tanpin_blk_price {
      font-size: 32px; } }
  .tanpin_blk_price .tanpin_yen {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .tanpin_blk_price .tanpin_yen {
        font-size: 18px; } }
  .tanpin_blk_price .tanpin_taxtype {
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      .tanpin_blk_price .tanpin_taxtype {
        font-size: 1.4rem; } }
  .tanpin_blk_price .tanpin_postage {
    font-size: 1.2rem; }

.single {
  font-size: 12px;
  margin: 10px auto 0;
  width: 90%; }

.mgl_10 {
  margin-left: 10px; }

.folate_menu {
  margin: 40px 20px; }
  @media screen and (min-width: 768px) {
    .folate_menu .folate_menu_inner {
      text-align: center;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; } }
  .folate_menu .folate_menu_inner li {
    border: 1px solid #D76592;
    position: relative;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .folate_menu .folate_menu_inner li {
        border: 1px solid #D76592;
        position: relative;
        display: inline-block;
        width: 49%; } }
    .folate_menu .folate_menu_inner li::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      background-size: 15px;
      height: 10px;
      width: 10px;
      color: #D76592;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg); }
  .folate_menu .folate_menu_inner a {
    font-size: 13px;
    display: block;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .folate_menu .folate_menu_inner a {
        font-size: 1.5rem;
        padding: 20px 0; } }

.point_text {
  color: #d76492; }

.inner_details .point_text {
  font-size: 10px; }

.point_number {
  border-left: 20px solid #d76492;
  position: relative; }

.point_num {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 0;
  left: -13px; }

.point_number p {
  font-size: 20px;
  margin: 0; }

.square {
  width: 10px;
  height: 10px;
  background-color: #FDFDDB;
  display: inline-block;
  border: 1px solid #3D3D3D;
  margin-right: 5px; }

.square_2 {
  width: 10px;
  height: 10px;
  background-color: #FEBACD;
  display: inline-block;
  margin-right: 5px; }

.inner_details .graph_source {
  font-size: 1.2rem; }

.details_source {
  margin-top: 10px; }

cite {
  line-height: 1.0; }

.sale_comments_text {
  padding: 15px 0 20px 0; }

.inner_details .sale_comments_text p {
  font-size: 1.4rem;
  margin-top: 6px;
  line-height: 1.5em; }
  .inner_details .sale_comments_text p:first-of-type {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  /*　画面サイズが768px以上はここを読み込む　*/
  .pad_pc {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .pad_pc img {
      max-width: 100%; }

  .inner {
    margin-top: 30px; }

  figure {
    text-align: center; }

  .inner h2 {
    text-align: left;
    font-size: 2.3rem; }

  .product_inner p {
    font-size: 1.8rem; }

  .doctor_introduction {
    display: flex;
    margin-top: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .doctor_introduction {
      justify-content: center;
      margin: 30px auto; } }
@media screen and (min-width: 768px) {
    .doctor_introduction figure {
      width: 50%;
      margin-right: 35px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .doctor_introduction figure {
        width: 30%; } }

@media screen and (min-width: 768px) {
  .doctor_introduction dl {
    margin-top: 80px; }

  .doctor_introduction dt {
    font-size: 1.8rem; }

  .doctor_introduction dd {
    font-size: 1.8rem;
    margin-top: 15px; }

  .inner_details {
    line-height: 2.0; }

  .inner_details_text {
    padding: 0 20px; }

  .inner_details h3 {
    border-left: 8px solid #d76492;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem; }

  h3.lifestage_folate_h3 {
    border-style: none;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: 300; }

  .inner_details_img {
    margin: 20px auto;
    width: 600px; }

  .pc_flex {
    display: flex;
    margin-top: 15px; }

  .inner_details_right {
    width: 60%;
    margin-left: 20px; }

  .inner_details_left {
    margin-left: 30px;
    width: 80%;
    margin-top: 10px; }

  .inner_details p {
    font-size: 1.8rem; }

  .sale_comments_text {
    padding: 0 0 10px 0;
    margin-top: -4px; }

  .inner_details .sale_comments_text p {
    font-size: 1.7rem;
    margin-top: 6px;
    line-height: 1.5em; }
    .inner_details .sale_comments_text p:first-of-type {
      margin-top: 0; }

  .pc_flex_2 {
    display: flex;
    margin-top: 15px;
    padding-bottom: 10px; }

  .graph_nutrition {
    width: 100%;
    padding: 15px 30px; }

  .inner_details table td {
    font-size: 1.7rem; }

  .inner_details table td {
    padding: 5px 10px; }

  .inner_details .bor_gray {
    display: inline-block; }

  .bbb {
    margin-left: 20px; }

  .product_img {
    margin: 40px 80px; }

  .price_small {
    font-size: 4.5rem; }

  .price_large {
    font-size: 6.5rem; }

  .botton_green {
    margin: 20px auto; }

  .tanpin_inner {
    width: 70%;
    margin: 0 auto;
    height: auto; }

  .single {
    width: 55%;
    font-size: 18px; }

  .cart_details {
    margin-top: 40px; }

  .cart_details_2 {
    margin-top: 30px; }

  .inner_details .point_text {
    font-size: 12px; }

  .point_number p {
    font-size: 2.8rem; }

  .acd-content .small {
    font-size: 14px; }

  .inner_details .graph_source {
    font-size: 1.5rem; }

  .acd-label {
    padding: 5px 10px; }

  .product_img_details {
    margin: 40px 80px; } }
@media screen and (max-width: 374px) {
  /*　画面サイズが375px以下はここを読み込む　*/
  .inner h2 {
    font-size: 15px; }

  .posi_fix .number1_text {
    font-size: 17px; }

  .number1_pink {
    font-size: 20px; }

  .source {
    font-size: 7px; } }
.wrap {
  margin: 5px 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px; }
  .wrap .open_h3 {
    cursor: pointer;
    margin: 0;
    display: block;
    padding: 0.6em 3em 0.5em 3em;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem; }
    .wrap .open_h3::before {
      content: " ";
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: #d76492;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      transition: all .3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .wrap .open_h3::after {
      content: " ";
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: #d76492;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      transition: all .3s;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .wrap .open_h3 span::before {
      font-weight: bold;
      font-weight: 500;
      text-align: center;
      border-radius: 1em;
      display: inline-block;
      width: 1.6em;
      height: 1.6em;
      position: absolute;
      top: .8em;
      left: .7em;
      color: #fff;
      line-height: 1.4;
      content: "Q";
      background-color: #d76492; }
    @media screen and (min-width: 768px) {
      .wrap .open_h3 {
        font-size: 1.8rem;
        margin: 0 20px; } }
  .wrap .checked::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wrap .info {
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0;
    display: none;
    padding: 0.6em 3em 0.6em 3em;
    cursor: pointer;
    position: relative; }
    .wrap .info::before {
      font-weight: bold;
      font-weight: 500;
      text-align: center;
      border-radius: 1em;
      display: inline-block;
      width: 1.6em;
      height: 1.6em;
      position: absolute;
      top: .7em;
      left: .7em;
      color: #d76492;
      line-height: 1.4;
      content: "A";
      background-color: #f7e8ed; }
    .wrap .info p {
      font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .wrap .info {
        font-size: 1.8rem;
        margin: 0 20px; }
        .wrap .info p {
          font-size: 1.7rem; } }

.wrap_1 {
  margin: 5px 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px; }
  .wrap_1 .open_h3 {
    cursor: pointer;
    margin: 0;
    display: block;
    padding: 0.6em 3em 0.5em 3em;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem; }
    .wrap_1 .open_h3 span::before {
      font-weight: bold;
      font-weight: 500;
      text-align: center;
      border-radius: 1em;
      display: inline-block;
      width: 1.6em;
      height: 1.6em;
      position: absolute;
      top: .8em;
      left: .7em;
      color: #fff;
      line-height: 1.4;
      content: "Q";
      background-color: #d76492; }
    @media screen and (min-width: 768px) {
      .wrap_1 .open_h3 {
        font-size: 1.8rem;
        margin: 0 20px; } }
  .wrap_1 .checked::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wrap_1 .info {
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0;
    padding: 0.6em 3em 0.6em 3em;
    cursor: pointer;
    position: relative; }
    .wrap_1 .info::before {
      font-weight: bold;
      font-weight: 500;
      text-align: center;
      border-radius: 1em;
      display: inline-block;
      width: 1.6em;
      height: 1.6em;
      position: absolute;
      top: .7em;
      left: .7em;
      color: #d76492;
      line-height: 1.4;
      content: "A";
      background-color: #f7e8ed; }
    .wrap_1 .info p {
      font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .wrap_1 .info {
        font-size: 1.8rem;
        margin: 0 20px; }
        .wrap_1 .info p {
          font-size: 1.7rem; } }

.maca_link {
  margin: 50px; }
  @media screen and (min-width: 768px) {
    .maca_link {
      width: 40%;
      margin: 32px auto; } }

.slimtriple_link {
  margin: 90px; }
  @media screen and (min-width: 768px) {
    .slimtriple_link {
      width: 25%;
      margin: auto; } }

.mamari_link {
  margin: 30px 80px; }
  @media screen and (min-width: 768px) {
    .mamari_link {
      width: 30%;
      margin: 35px auto; } }

@media screen and (max-width: 767px) {
  .enzyme_drink_link {
    margin: 25px 125px; } }

.inner_details_cart {
  margin-top: 15px;
  padding: 0 1.5em .6em; }
  .inner_details_cart p {
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .inner_details_cart p {
        font-size: 1.8rem; } }
  .inner_details_cart .source {
    font-size: 7px;
    line-height: 1.3; }
  .inner_details_cart .sale_text {
    font-size: 1.4rem;
    margin-top: -5px;
    margin: 1px 0 12px; }
    @media screen and (min-width: 768px) {
      .inner_details_cart .sale_text {
        font-size: 17px; } }

.product_img_details_enz_drink {
  margin: 25px 145px; }

.product_img_details_hair {
  margin: 25px auto;
  width: 30%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .product_img_details_hair {
      margin: 70px auto;
      width: 100%; } }

.product_img_details_pue {
  margin: 20px 10px; }
  @media screen and (min-width: 768px) {
    .product_img_details_pue {
      margin: 50px 0; } }

.product_img_details_raw {
  margin: 20px 80px; }
  @media screen and (min-width: 768px) {
    .product_img_details_raw {
      margin: 80px 60px; } }

.details_main_title {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #d76492;
  text-align: center !important;
  padding: 1.4em 0 .6em; }
  @media screen and (min-width: 768px) {
    .details_main_title {
      font-size: 3.2rem;
      text-align: left;
      border-width: 4px;
      padding-top: 1.4em; } }

.details_content_top figure {
  margin: 1em 0; }
.details_content_top p {
  margin: 1em 0; }
.details_content_top span {
  display: inline-block; }

.details_content {
  margin-top: 20px; }
  .details_content .content_h2 h2 {
    background-color: #F6E4EB;
    font-size: 1.7rem;
    padding: 10px;
    text-align: center; }
    .details_content .content_h2 h2 span {
      display: inline-block; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 h2 {
        font-size: 2.3rem;
        text-align: left; } }
  .details_content .content_h2 .tbl-tbl {
    padding: 0 1.6em;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 .tbl-tbl {
        display: inline-table; } }
    .details_content .content_h2 .tbl-tbl tr {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .details_content .content_h2 figure {
      margin: 30px 0; } }
  .details_content .content_h2 blockquote p {
    font-size: 7px; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 blockquote p {
        font-size: 10px; } }
    .details_content .content_h2 blockquote p cite {
      font-size: 7px;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 blockquote p cite {
          font-size: 10px; } }
      .details_content .content_h2 blockquote p cite a {
        color: #3D3D3D; }
  .details_content .content_h2 .content_text_h2 {
    padding: 0 1.6em;
    margin: 1.5em 0; }
    .details_content .content_h2 .content_text_h2 figure {
      margin: 15px 0; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 .content_text_h2 .content_text_h2_flex {
        display: flex; } }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 .content_text_h2 .content_text_h2_flex figure {
        min-width: 50%;
        margin-right: 10px; } }
    .details_content .content_h2 .content_text_h2 p {
      margin-top: 8px; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 p {
          margin-top: 13px; } }
      .details_content .content_h2 .content_text_h2 p cite {
        font-size: 10px;
        line-height: 1.4; }
        @media screen and (min-width: 768px) {
          .details_content .content_h2 .content_text_h2 p cite {
            font-size: 10px; } }
        .details_content .content_h2 .content_text_h2 p cite a {
          color: #3D3D3D; }
    .details_content .content_h2 .content_text_h2 .acd-content p {
      margin-top: 0; }
    .details_content .content_h2 .content_text_h2 .detail_gray_bor {
      border: 3px solid #C4C4C4;
      padding: 10px 20px;
      margin: 20px; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 .detail_gray_bor {
          display: inline-block; } }
      .details_content .content_h2 .content_text_h2 .detail_gray_bor p {
        margin-top: 0 !important; }
    .details_content .content_h2 .content_text_h2 .content_h3 {
      margin-top: 1em; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 .content_h3 {
          margin-top: 2em; } }
      .details_content .content_h2 .content_text_h2 .content_h3 h3 {
        border-left: 4px solid #d76492;
        padding: 5px 0 5px 10px;
        font-size: 1.6rem; }
        @media screen and (min-width: 768px) {
          .details_content .content_h2 .content_text_h2 .content_h3 h3 {
            font-size: 2.2rem;
            border-left: 8px solid #d76492; } }
      .details_content .content_h2 .content_text_h2 .content_h3 .content_h3_sub {
        background-color: #F5F5F5;
        border-radius: 5px;
        padding: 5px 7px;
        margin-top: 5px;
        font-weight: normal;
        font-size: 1.1rem;
        line-height: 30px;
        margin-left: 4px; }
        @media screen and (min-width: 768px) {
          .details_content .content_h2 .content_text_h2 .content_h3 .content_h3_sub {
            line-height: 39px;
            font-size: 1.8rem;
            margin-left: 14px;
            padding: 5px 20px; } }
      .details_content .content_h2 .content_text_h2 .content_h3 figure {
        margin: 20px 0; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 {
          margin-top: 1em; } }
      .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p {
        margin-top: 8px; }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p cite {
          font-size: 10px;
          line-height: 1.4; }
          @media screen and (min-width: 768px) {
            .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p cite {
              font-size: 10px; } }
          .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p cite a {
            color: #3D3D3D; }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p .content_text_h3_border {
          text-decoration: underline solid 5px #FFEECB;
          text-underline-offset: -3px;
          text-decoration-skip-ink: none; }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 p .content_text_h3_link {
          text-decoration: underline solid 1px #d76492;
          text-underline-offset: 2px;
          text-decoration-skip-ink: none; }
      .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 figure {
        margin-top: 20px; }
      .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4 {
        border: 3px solid #C4C4C4;
        padding: 10px;
        margin: 15px 0; }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4.no-gray {
          border: none; }
        @media screen and (min-width: 768px) {
          .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4 {
            padding: 10px 40px;
            margin: 30px 0; } }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4 h4 {
          background-color: #F6E4EB;
          border-radius: 50px;
          margin: 5px auto 10px;
          width: 85%;
          text-align: center; }
          @media screen and (min-width: 768px) {
            .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4 h4 {
              width: 55%;
              font-size: 1.8rem; } }
        .details_content .content_h2 .content_text_h2 .content_h3 .content_text_h3 .content_h4 .content_text_h4 ul {
          line-height: 2; }
    .details_content .content_h2 .content_text_h2 .details_link {
      margin: 12px auto 25px;
      color: #d76492;
      background-color: #fff;
      border: 1px solid #d76492;
      width: 85%;
      font-size: 15px;
      text-align: center; }
      .details_content .content_h2 .content_text_h2 .details_link::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.2em;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492; }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 .details_link {
          margin: 30px auto 40px;
          height: 3.6em;
          font-size: 1.7rem; } }
    .details_content .content_h2 .content_text_h2 .health_management {
      margin: 20px 0;
      border: 2px solid #C4C4C4;
      padding: 10px 10px 25px; }
      .details_content .content_h2 .content_text_h2 .health_management p {
        font-size: 1.5rem;
        font-weight: bold; }
        .details_content .content_h2 .content_text_h2 .health_management p span {
          background-color: #d76492;
          width: 33px;
          height: 33px;
          display: inline-block;
          text-align: center;
          border-radius: 50%;
          color: #fff;
          margin-right: 3vw;
          line-height: 2.0; }
      .details_content .content_h2 .content_text_h2 .health_management .health_management_inner {
        display: flex;
        margin-top: 5px; }
      .details_content .content_h2 .content_text_h2 .health_management .health_management_text {
        font-size: 13px;
        font-weight: normal;
        margin-top: 5px; }
        @media screen and (min-width: 768px) {
          .details_content .content_h2 .content_text_h2 .health_management .health_management_text {
            font-size: 15px;
            margin-top: 5px; } }
      @media screen and (min-width: 768px) {
        .details_content .content_h2 .content_text_h2 .health_management {
          padding: 30px 60px 45px; }
          .details_content .content_h2 .content_text_h2 .health_management p {
            font-size: 2.0rem;
            font-weight: bold; }
            .details_content .content_h2 .content_text_h2 .health_management p span {
              background-color: #d76492;
              /* padding: 10px; */
              width: 35px;
              height: 35px;
              display: inline-block;
              text-align: center;
              border-radius: 50%;
              color: #fff;
              margin-right: 20px;
              line-height: 1.6; } }
  .details_content .content_h2 .flex-button-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1%;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .details_content .content_h2 .flex-button-box {
        margin-top: 0;
        gap: 4%; } }
    .details_content .content_h2 .flex-button-box .flex-button-content {
      width: 24%;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .details_content .content_h2 .flex-button-box .flex-button-content {
          width: 48%;
          margin: 5px 0; } }
    .details_content .content_h2 .flex-button-box .btn-content {
      padding: 0;
      display: block;
      margin: auto;
      height: fit-content;
      border-radius: 9px;
      border: solid 1px #d76492; }
      @media screen and (max-width: 767px) {
        .details_content .content_h2 .flex-button-box .btn-content {
          display: flex;
          height: 10rem;
          align-content: start; } }
    .details_content .content_h2 .flex-button-box .btn-ttl {
      background: #d76492;
      width: 100%;
      line-height: 2;
      text-align: center;
      color: #fff;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      position: relative;
      margin: 0 !important; }
      .details_content .content_h2 .flex-button-box .btn-ttl::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: .8em;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 767px) {
          .details_content .content_h2 .flex-button-box .btn-ttl::after {
            right: .8em; } }
    .details_content .content_h2 .flex-button-box .btn-txt {
      color: #3d3d3d;
      width: fit-content;
      margin: 2rem; }
      @media screen and (max-width: 767px) {
        .details_content .content_h2 .flex-button-box .btn-txt {
          margin: 1rem; } }
  @media screen and (min-width: 768px) {
    .details_content .content_h2 .aco_pc_fix {
      padding: 0 7.6em; } }
  .details_content .content_h2 .aco_pc_fix p {
    margin-top: 0; }
  .details_content .content_h2 .fix_folate_couple_figure {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 .fix_folate_couple_figure {
        margin: 30px 0 0; } }
  .details_content .content_h2 .fix_details_img {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .details_content .content_h2 .fix_details_img {
        margin-top: 30px; } }

.cp_box {
  position: relative; }
  .cp_box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .cp_box *:before, .cp_box *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%); }
  .cp_box input:checked + label {
    background: inherit; }
  .cp_box label:after {
    line-height: 5.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 200px;
    font-family: FontAwesome;
    content: "" " 続きをよむ";
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #D4618C; }
  .cp_box input {
    display: none; }
  .cp_box .cp_container {
    overflow: hidden;
    height: 450px;
    margin-bottom: 40px;
    transition: all 0.5s; }
  .cp_box input:checked + label:after {
    font-family: FontAwesome;
    content: "" " 閉じる"; }
  .cp_box input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s; }

.interview {
  background: #F8F8F8;
  padding: 35px 20px;
  overflow: hidden;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto; }
  .interview h2 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
    background-color: #F8F8F8 !important; }
    .interview h2 span {
      font-weight: normal;
      border-bottom: 2px solid #d76492;
      display: inline-block;
      padding-bottom: .3em;
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        .interview h2 span {
          font-size: 1.9rem; } }
  .interview h2:first-child {
    margin-top: 0; }
  .interview .it_balloon_r {
    flex-direction: row-reverse;
    font-size: 14px;
    display: flex;
    margin-top: 32px; }
    .interview .it_balloon_r dt {
      width: 40px;
      min-width: 40px; }
      .interview .it_balloon_r dt span {
        font-size: 1.3rem;
        display: flex;
        justify-content: center; }
    .interview .it_balloon_r dd {
      margin-right: 20px;
      border: 1px solid #C4C4C4;
      font-size: 16px;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative; }
      .interview .it_balloon_r dd:before {
        content: " ";
        position: absolute;
        top: 18px;
        right: -12px;
        border-left: 12px solid #C4C4C4;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        z-index: 1; }
      .interview .it_balloon_r dd:after {
        position: absolute;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        top: 20px;
        right: -10px;
        border-left: 10px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        z-index: 2; }
      @media screen and (max-width: 767px) {
        .interview .it_balloon_r dd {
          font-size: 14px; } }
  .interview .it_balloon_l {
    font-size: 14px;
    display: flex;
    margin-top: 32px; }
    .interview .it_balloon_l .icon_both {
      width: 85px; }
    .interview .it_balloon_l dt {
      width: 40px;
      min-width: 40px; }
      .interview .it_balloon_l dt span {
        font-size: 1.3rem;
        display: flex;
        justify-content: center; }
    .interview .it_balloon_l .icon_both {
      min-width: 90px; }
      .interview .it_balloon_l .icon_both img {
        width: 40px; }
    .interview .it_balloon_l dd {
      margin-left: 20px;
      border: 1px solid #d76492;
      font-size: 16px;
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative; }
      .interview .it_balloon_l dd:before {
        content: " ";
        position: absolute;
        top: 18px;
        left: -12px;
        border-right: 12px solid #d76492;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
      .interview .it_balloon_l dd:after {
        position: absolute;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        top: 20px;
        left: -10px;
        border-right: 10px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        z-index: 2; }
      @media screen and (max-width: 767px) {
        .interview .it_balloon_l dd {
          font-size: 14px; } }
  .interview .interviewer dt span {
    line-height: 1; }
  .interview .interviewer dd {
    border: 1px solid #ff0000; }
    .interview .interviewer dd::before {
      border-right: 12px solid #ff0000; }
  .interview .mens dt span {
    line-height: 1; }
  .interview .mens dd {
    border: 1px solid #64cfd7; }
    .interview .mens dd::before {
      border-right: 12px solid #64cfd7; }

.interview_details_h3 {
  font-size: 2.5rem;
  padding-bottom: 15px;
  width: 90%;
  margin: 50px auto 0;
  text-align: center;
  background-color: #F8F8F8 !important; }
  @media screen and (min-width: 768px) {
    .interview_details_h3 {
      font-size: 2.3rem;
      text-align: left; } }
  .interview_details_h3:first-child {
    margin-top: 0; }
  .interview_details_h3 span {
    font-weight: normal;
    border-bottom: 2px solid #d76492;
    display: inline-block;
    padding-bottom: .3em;
    font-size: 3.0rem; }
    @media screen and (max-width: 767px) {
      .interview_details_h3 span {
        font-size: 1.9rem; } }

@media screen and (min-width: 768px) {
  .folate_top_fix {
    margin: 30px 0; } }

.pad_pc .a_4_3 {
  aspect-ratio: 3/2; }
@media screen and (min-width: 768px) {
  .pad_pc figure.origin-country {
    width: 50%;
    margin: 15px auto; } }

@media screen and (min-width: 768px) {
  .how_to_use {
    display: flex;
    margin-top: 25px; } }
@media screen and (min-width: 768px) {
  .how_to_use figure {
    margin: 0;
    width: 30%; } }
@media screen and (min-width: 768px) {
  .how_to_use .right {
    margin-left: 20px;
    width: 70%; } }
.how_to_use .right h4 {
  font-size: 1.4rem;
  background-color: #F6E4EB;
  border-radius: 50px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .how_to_use .right h4 {
      font-size: 1.6rem;
      text-align: left; } }

.iron_nutrition table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .iron_nutrition table {
      width: 90%;
      margin: 0 auto; } }
.iron_nutrition tr th {
  width: 50%;
  text-align: left;
  border-left: 1px solid #3D3D3D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px 0 5px 10px;
  font-size: 1.4rem;
  font-weight: 500; }
  .iron_nutrition tr th:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition tr th {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }
.iron_nutrition tr td {
  width: 50%;
  text-align: left;
  border-left: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  border-top: none;
  padding: 5px 0 5px 10px;
  font-size: 1.4rem; }
  .iron_nutrition tr td:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition tr td {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }

.iron_nutrition_2 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px 0px; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_2 table {
      width: 90%;
      margin: 0 auto; } }
.iron_nutrition_2 tr th {
  text-align: left;
  border-left: 1px solid #3D3D3D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px 0 5px 10px;
  font-size: 1.4rem;
  font-weight: 500; }
  .iron_nutrition_2 tr th:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_2 tr th {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }
.iron_nutrition_2 tr td {
  text-align: left;
  border-left: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  border-top: none;
  padding: 5px 0 5px 10px;
  font-size: 1.4rem; }
  .iron_nutrition_2 tr td:first-child {
    text-align: left;
    padding-left: 10px; }
  .iron_nutrition_2 tr td:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_2 tr td {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }

.iron_nutrition_3 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px 0px; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_3 table {
      width: 90%;
      margin: 0 auto; } }
.iron_nutrition_3 tr th {
  text-align: center;
  border-left: 1px solid #3D3D3D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 500; }
  .iron_nutrition_3 tr th:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_3 tr th {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }
.iron_nutrition_3 tr td {
  text-align: left;
  border-left: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  border-top: none;
  padding: 5px;
  font-size: 1.4rem; }
  .iron_nutrition_3 tr td:first-child {
    text-align: left;
    padding-left: 10px;
    width: 30%; }
  .iron_nutrition_3 tr td:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_3 tr td {
      font-size: 1.8rem;
      padding: 10px; } }

.kanri_eiyousi {
  display: flex;
  justify-content: center; }
  .kanri_eiyousi dl {
    margin: auto 10px; }
    @media screen and (min-width: 768px) {
      .kanri_eiyousi dl {
        margin: auto 100px; } }
  @media screen and (max-width: 767px) {
    .kanri_eiyousi figure {
      width: 150px;
      margin: 20px 0; } }

.point_contents .p_txet {
  font-size: 10px;
  color: #d76492; }
.point_contents .point_contents_top {
  border-left: 20px solid #d76492;
  position: relative; }
  .point_contents .point_contents_top .p_number {
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 0;
    left: -13px;
    margin-top: 0 !important; }

.guide_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .guide_contents .guide_botton {
    text-align: center;
    margin: 10px;
    padding: 0 10px;
    width: 120px;
    border: 1px solid #C4C4C4; }
    @media screen and (min-width: 768px) {
      .guide_contents .guide_botton a {
        width: 125px; } }
    .guide_contents .guide_botton figure {
      margin: 10px auto 0 !important;
      width: 80%; }
      @media screen and (min-width: 768px) {
        .guide_contents .guide_botton figure {
          width: 100%; } }
    .guide_contents .guide_botton p {
      margin: 5px 0 10px !important;
      position: relative;
      color: #000;
      background-color: #eee;
      border-radius: 5px;
      font-size: 1.3rem;
      padding-bottom: 1px; }
      @media screen and (min-width: 768px) {
        .guide_contents .guide_botton p {
          font-size: 1.8rem;
          padding-bottom: 2px; } }
      .guide_contents .guide_botton p::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 1px;
        bottom: 0;
        right: 9px;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000; }
        @media screen and (min-width: 768px) {
          .guide_contents .guide_botton p::after {
            width: 7px;
            height: 7px;
            right: 8px; } }
    @media screen and (min-width: 768px) {
      .guide_contents .guide_botton {
        width: 150px; } }

.ninpu_kusuri {
  margin: 10px 0; }

.experiences_nipt .e_n_name {
  text-align: right;
  margin-right: 3%; }
  @media screen and (min-width: 768px) {
    .experiences_nipt .e_n_name {
      margin-right: 13%;
      margin-top: 5px; } }
.experiences_nipt .content_text_h2 {
  padding: 0 1.6em 2em !important;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 768px) {
    .experiences_nipt .content_text_h2 {
      padding: 1px 1.6em 2em !important;
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
      border-radius: 15px; } }

.experiences_nipt_voice .source {
  margin-top: 0.8em;
  margin-left: 0.8em; }
@media screen and (min-width: 768px) {
  .experiences_nipt_voice .user_voice_fix {
    margin-bottom: 20px; } }
.experiences_nipt_voice .inner_user_voice {
  padding-top: 3rem !important; }
  .experiences_nipt_voice .inner_user_voice .inner_comment_content {
    background: #fff !important;
    border-radius: 1em;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12); }
    .experiences_nipt_voice .inner_user_voice .inner_comment_content p.txt-h_pnk {
      background-color: #F6E4EB;
      margin-top: 0 !important;
      padding: 24px 22px 21px 192px !important;
      max-height: 100px;
      line-height: 3rem;
      font-size: 2rem;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .experiences_nipt_voice .inner_user_voice .inner_comment_content p.txt-h_pnk {
          max-height: initial;
          line-height: 2.4rem;
          font-size: 1.5rem;
          padding: 15px 10px 32px 115px !important; }
          .experiences_nipt_voice .inner_user_voice .inner_comment_content p.txt-h_pnk .adjust {
            margin-left: -.5em; } }
    .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name {
      display: flex;
      align-items: center;
      margin-top: 22px;
      justify-content: space-evenly; }
      @media screen and (max-width: 767px) {
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name {
          margin-top: -8px;
          justify-content: flex-start; } }
      .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name figure {
        width: 13rem;
        height: 13rem;
        position: absolute;
        top: 13px;
        left: 42px;
        margin-left: 0; }
        @media screen and (max-width: 767px) {
          .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name figure {
            width: 9rem;
            height: 9rem;
            top: 0;
            left: 1.5rem; } }
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name figure img {
          width: 13rem;
          height: 13rem;
          object-fit: cover; }
          @media screen and (max-width: 767px) {
            .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name figure img {
              width: 9rem;
              height: 9rem; } }
      .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name p {
        margin-top: 0;
        padding-left: 192px;
        position: absolute;
        top: 91px;
        left: 0;
        font-size: 1.6rem;
        margin-left: 0; }
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name p span:nth-of-type(n+2) {
          margin-left: 1rem; }
        @media screen and (max-width: 767px) {
          .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_name p {
            margin-left: 15px;
            font-size: 1.2rem; } }
    .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment {
      margin-top: 60px;
      padding: 1.5rem 4.2rem 4rem; }
      @media screen and (max-width: 767px) {
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment {
          margin-top: 0;
          padding: 1.5rem 1.5rem 3rem; } }
      .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment .content_h3 {
        margin-top: 1em; }
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment .content_h3 .left_border {
          border-left: 4px solid #d76492;
          padding: 5px 0 5px 10px;
          font-size: 1.6rem;
          font-weight: 500; }
          @media screen and (min-width: 768px) {
            .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment .content_h3 .left_border {
              font-size: 2.0rem; } }
        .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment .content_h3 p {
          margin-top: 8px; }
          @media screen and (min-width: 768px) {
            .experiences_nipt_voice .inner_user_voice .inner_comment_content .user_comment .content_h3 p {
              font-size: 1.7rem; } }

#folate_drink .sapuri_cut {
  display: flex;
  justify-content: space-around; }
  @media screen and (min-width: 768px) {
    #folate_drink .sapuri_cut {
      margin-top: 20px; } }
  #folate_drink .sapuri_cut figure {
    width: 150px; }
    @media screen and (min-width: 768px) {
      #folate_drink .sapuri_cut figure {
        width: 300px; } }
#folate_drink .video_howto {
  margin: 20px auto; }
  #folate_drink .video_howto video {
    margin: 0 auto;
    display: block; }
#folate_drink .arrainge {
  position: relative;
  margin-bottom: 5em; }
  @media screen and (min-width: 768px) {
    #folate_drink .arrainge {
      margin-bottom: 6em; } }
  #folate_drink .arrainge::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f4f4f4 transparent transparent transparent;
    border-width: 35px 70px 0 70px;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      #folate_drink .arrainge::after {
        border-width: 70px 100px 0 100px; } }
#folate_drink .arrainge_result {
  text-align: center; }
  #folate_drink .arrainge_result p {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      #folate_drink .arrainge_result p {
        font-size: 25px; } }
    #folate_drink .arrainge_result p span {
      font-size: 50px; }
      @media screen and (min-width: 768px) {
        #folate_drink .arrainge_result p span {
          font-size: 60px; } }

.bor_gray {
  border: 3px solid #C4C4C4;
  padding: 0px 15px 15px;
  margin: 15px 0px; }
  @media screen and (min-width: 768px) {
    .bor_gray figure {
      width: 600px;
      margin: 20px auto !important; } }
  @media screen and (min-width: 768px) {
    .bor_gray {
      margin: 25px 0px;
      padding: 15px 35px 15px; } }

.diabetes_line {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px;
  margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .diabetes_line {
      width: 90%;
      margin: 10px auto; } }
  .diabetes_line._width_100 {
    width: 100%;
    padding: 10px 0 10px; }
    @media screen and (max-width: 767px) {
      .diabetes_line._width_100 {
        width: 750px; } }
  .diabetes_line tr th {
    width: 50%;
    text-align: left;
    border-left: 1px solid #3D3D3D;
    border-top: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    padding: 5px 0 5px 10px;
    font-size: 1.4rem;
    font-weight: 500; }
    .diabetes_line tr th:last-child {
      border-right: 1px solid #3D3D3D; }
    @media screen and (min-width: 768px) {
      .diabetes_line tr th {
        font-size: 1.8rem;
        padding: 5px 0 5px 20px; } }
  .diabetes_line tr td {
    width: 50%;
    text-align: left;
    border-left: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    border-top: none;
    padding: 5px 0 5px 10px;
    font-size: 1.4rem; }
    .diabetes_line tr td:last-child {
      border-right: 1px solid #3D3D3D; }
    @media screen and (min-width: 768px) {
      .diabetes_line tr td {
        font-size: 1.8rem;
        padding: 5px 0 5px 20px; } }
  .diabetes_line tr._width_adjust th, .diabetes_line tr._width_adjust td {
    padding: 5px;
    width: 14.25%;
    font-size: 1.5rem;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .diabetes_line tr._width_adjust th, .diabetes_line tr._width_adjust td {
        font-size: 1.3rem; } }
  .diabetes_line tr .transrate-box {
    border-left: none; }
  .diabetes_line tr .no_border {
    border: none;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .diabetes_line tr .no_border {
        border-right: solid 1px #3d3d3d; } }
  .diabetes_line tr .border-top {
    border-top: 1px solid #3d3d3d; }
  .diabetes_line tr .blue {
    background-color: #d1e7ff; }
  .diabetes_line tr .green {
    background-color: #d6ee9c; }
  .diabetes_line tr .light_blue, .diabetes_line tr.light td:nth-child(n+2):nth-child(-n+5) {
    background-color: #f1f7ff; }
  .diabetes_line tr .light_green, .diabetes_line tr.light td:nth-child(n+4) {
    background-color: #faffee; }
  @media screen and (max-width: 767px) {
    .diabetes_line .fixed-box {
      width: 10rem;
      position: sticky;
      left: 0;
      background: #fff;
      border-right: solid 1px #3d3d3d; } }

.sp_table_scroll {
  overflow: scroll; }

.retro {
  margin-top: 20px; }

.retro_contets_header {
  background-color: #ff0062; }

.retro_contets > .retro_contents_acd {
  margin: 5px 10px 0; }

.retro_contets > .retro_contents_acd > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.retro_contets > .retro_contents_acd > ol > li {
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
  border: 1px solid #f9f5ee;
  background-color: #f9f5ee;
  position: relative; }
  @media screen and (min-width: 768px) {
    .retro_contets > .retro_contents_acd > ol > li {
      width: calc(33% - 2.5px); } }

.retro_contets > .retro_contents_acd > ol > li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://assets.belta.co.jp/goods/letro/insta.png);
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 5px; }

.retro_data {
  padding: 10px 8px 6px; }

.retro_data_user {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 8px;
  letter-spacing: 0;
  position: relative; }

.retro_data_user::before {
  content: "";
  background-image: url(https://assets.belta.co.jp/goods/letro/user.png);
  background-size: 100%;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  left: 0; }

.retro_data_txt {
  height: 4.5em;
  overflow: hidden;
  position: relative; }

.retro_data_txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background: linear-gradient(rgba(249, 245, 238, 0), #f9f5ee); }

.retro_data_txt > p {
  font-size: 12px;
  color: #000;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin-top: 14px; }
  @media screen and (min-width: 768px) {
    .retro_data_txt > p {
      font-size: 16px; } }

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

.retro_data_label {
  display: flex;
  justify-content: space-between;
  margin-top: 2px; }

.retro_data_label--ico {
  width: 26px;
  padding-top: 2px; }

.retro_data_label--day {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  padding: 5px 0 0; }

.retro_contents_hidden > li {
  display: none; }

.retro_show_btn {
  padding: 6px 20px;
  font-size: 12px;
  border: 1px solid #d76492;
  color: #d76492;
  border-radius: 100px;
  margin: 10px auto;
  display: block;
  width: 40%;
  text-align: center;
  font-weight: 500; }

.retro_important_txt {
  font-size: 8px !important;
  padding: 10px;
  line-height: 1.3;
  letter-spacing: normal; }

.retro_modal {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.8) !important;
  display: none; }

.retro_modal > ol {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  position: relative; }

.retro_modal > ol > li {
  overflow-y: scroll;
  height: 85vh;
  display: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .retro_modal > ol > li {
      height: auto; } }

@media screen and (min-width: 768px) {
  .retro_modal > ol > li > .flex_retro {
    display: flex; } }
.retro_modal > ol > li > .flex_retro img {
  width: 400px;
  height: 400px; }

.retro_modal .retro_data > .retro_data_txt {
  height: auto; }

.retro_modal .retro_data > .retro_data_txt::after {
  display: none; }

.retro_modal .retro_data > .retro_data_txt > p {
  font-size: 14px;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .retro_modal .retro_data > .retro_data_txt > p {
      font-size: 16px; } }

.retro_prev {
  position: absolute;
  top: 132px;
  left: 6px;
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 2px;
  padding: 3px;
  width: 30px;
  height: 30px; }

.retro_next {
  position: absolute;
  top: 132px;
  right: 6px;
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 2px;
  padding: 3px;
  width: 30px;
  height: 30px; }

.retro_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 6px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 2px;
  padding: 5px; }

.folate_overlay {
  position: fixed;
  bottom: -45%;
  left: 0;
  z-index: 10000;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: .5s all ease;
  overflow-y: hidden; }

.folate_overlay_pc {
  position: fixed;
  bottom: -45%;
  left: 0;
  z-index: 10000;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: .5s all ease;
  overflow-y: hidden;
  text-align: center;
  background: #fdeeb6; }

.pre_over_fix {
  background: #fff2c6; }

.show_overlay {
  bottom: 0; }

.product_img_stomach {
  margin: 0px auto 0; }
  @media screen and (min-width: 768px) {
    .product_img_stomach {
      width: 100%;
      margin: 50px auto 0; } }

#baby_food .inner_details_right {
  padding: 0 1.5em; }
  @media screen and (min-width: 768px) {
    #baby_food .inner_details_right {
      padding: 0; } }

#new_folate .gallery-cell,
#new_maca .gallery-cell {
  width: 100%;
  height: 290px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #new_folate .gallery-cell,
    #new_maca .gallery-cell {
      height: 400px; } }
#new_folate .gallery-cell img,
#new_maca .gallery-cell img {
  max-width: 100%;
  height: 250px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  margin: 20px auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #new_folate .gallery-cell img,
    #new_maca .gallery-cell img {
      height: 350px; } }
#new_folate .flickity-page-dots,
#new_maca .flickity-page-dots {
  bottom: -5px !important; }
@media screen and (max-width: 767px) {
  #new_folate .micro_button_text,
  #new_maca .micro_button_text {
    margin-bottom: 10px; } }
#new_folate .fv_review,
#new_maca .fv_review {
  display: flex;
  justify-content: center; }

.folate_cart_scroll {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .folate_cart_scroll {
      padding-bottom: 40px; } }

.cart_tap_text {
  margin-top: 20px;
  font-size: 11px;
  color: gray;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .cart_tap_text {
      font-size: 12px; } }

.cart_box_scroll {
  margin-top: 5px;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
  display: flex;
  padding: 20px 10px;
  overflow-x: scroll; }
  @media screen and (min-width: 768px) {
    .cart_box_scroll {
      justify-content: center; } }
  .cart_box_scroll .scroll_box,
  .cart_box_scroll .scroll_box_2 {
    border: 1px solid #C4C4C4;
    margin: 0 15px 0 0;
    max-width: 250px;
    min-width: 140px;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15) !important; }
    .cart_box_scroll .scroll_box .scroll_boxchecked,
    .cart_box_scroll .scroll_box_2 .scroll_boxchecked {
      border: 2px solid; }
    .cart_box_scroll .scroll_box .item_name_box,
    .cart_box_scroll .scroll_box_2 .item_name_box {
      font-size: 1.4rem;
      padding: 5px 10px;
      border-bottom: 1px solid #C4C4C4; }
    .cart_box_scroll .scroll_box .item_name_box_discount,
    .cart_box_scroll .scroll_box_2 .item_name_box_discount {
      font-size: 1rem;
      margin-left: 5px;
      background-color: #ffd814;
      padding: 2px; }
    .cart_box_scroll .scroll_box .cart_box_scroll_inner,
    .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner {
      padding: 6px 9px 8px;
      line-height: 1.2; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_origin,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_origin {
        font-size: 1.3rem; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_origin span,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_origin span {
          text-decoration: line-through;
          font-size: 1.4rem; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype {
          font-size: 1.2rem;
          text-decoration: none; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_second,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_second {
        font-size: 1.3rem;
        margin-top: 9px; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_second span,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_second span {
          text-decoration: line-through;
          font-size: 1.3rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price {
        font-size: 2.4rem; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price .first_price,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price .first_price {
          font-size: 1.1rem;
          margin-left: 2px; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_gray,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_gray {
        font-size: 1.4rem;
        color: gray;
        margin-top: 4px; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_gray .from_second,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_gray .from_second {
          font-size: 1rem;
          margin-left: 3px; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_postage,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_postage {
        font-size: 1.3rem;
        margin-top: 4px; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_recommend,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_recommend {
        color: #418dbb;
        position: relative;
        padding-left: 15px;
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 6px; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_recommend::after,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_recommend::after {
          content: '';
          display: block;
          position: absolute;
          top: 0.5em;
          left: 0em;
          width: 10px;
          height: 5px;
          border-left: 2px solid #eb9838;
          border-bottom: 2px solid #eb9838;
          transform: rotate(-45deg); }
  .cart_box_scroll .scroll_box_b,
  .cart_box_scroll .scroll_box_c {
    border: 1px solid #C4C4C4;
    margin: 0 15px 0 0;
    max-width: 250px;
    min-width: 140px;
    flex-shrink: 0;
    background-color: #fff; }
    .cart_box_scroll .scroll_box_b:not(:first-child),
    .cart_box_scroll .scroll_box_c:not(:first-child) {
      height: 175px; }
      @media screen and (min-width: 768px) {
        .cart_box_scroll .scroll_box_b:not(:first-child),
        .cart_box_scroll .scroll_box_c:not(:first-child) {
          height: 180px; } }
    .cart_box_scroll .scroll_box_b .scroll_boxchecked,
    .cart_box_scroll .scroll_box_c .scroll_boxchecked {
      border: 2px solid; }
    .cart_box_scroll .scroll_box_b .item_name_box,
    .cart_box_scroll .scroll_box_c .item_name_box {
      font-size: 1.4rem;
      padding: 5px 10px;
      border-bottom: 1px solid #C4C4C4; }
    .cart_box_scroll .scroll_box_b .item_name_box_discount,
    .cart_box_scroll .scroll_box_c .item_name_box_discount {
      font-size: 1rem;
      margin-left: 5px;
      background-color: #ffd814;
      padding: 2px; }
    .cart_box_scroll .scroll_box_b .cart_box_scroll_inner,
    .cart_box_scroll .scroll_box_c .cart_box_scroll_inner {
      padding: 6px 9px 8px;
      line-height: 1.2; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin {
        font-size: 1.3rem; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin span,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin span {
          text-decoration: line-through;
          font-size: 1.4rem; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype {
          font-size: 1.2rem; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_second,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_second {
        font-size: 1.3rem;
        margin-top: 9px; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_second span,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_second span {
          text-decoration: line-through;
          font-size: 1.3rem; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price {
        font-size: 2.4rem; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price .first_price,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price .first_price {
          font-size: 1.1rem;
          margin-left: 2px; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_gray,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_gray {
        font-size: 1.4rem;
        color: gray;
        margin-top: 4px; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_gray .from_second,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_gray .from_second {
          font-size: 1rem;
          margin-left: 3px; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_postage,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_postage {
        font-size: 1.3rem;
        margin-top: 4px; }
      .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_recommend,
      .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_recommend {
        color: #418dbb;
        position: relative;
        padding-left: 15px;
        font-size: 1.6rem;
        font-weight: 500;
        margin-top: 6px; }
        .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_recommend::after,
        .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_recommend::after {
          content: '';
          display: block;
          position: absolute;
          top: 0.5em;
          left: 0em;
          width: 10px;
          height: 5px;
          border-left: 2px solid #eb9838;
          border-bottom: 2px solid #eb9838;
          transform: rotate(-45deg); }
  @media screen and (min-width: 768px) {
    .cart_box_scroll .scroll_box .item_name_box,
    .cart_box_scroll .scroll_box_2 .item_name_box {
      font-size: 1.6rem; }
    .cart_box_scroll .scroll_box .cart_box_scroll_inner,
    .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner {
      padding: 8px 10px 8px; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_origin,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_origin {
        font-size: 1.4rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_second,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_second {
        font-size: 1.4rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price {
        font-size: 2.8rem; }
        .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price .first_price,
        .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price .first_price {
          font-size: 1.3rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_gray,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_gray {
        font-size: 1.5rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_postage,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_postage {
        font-size: 1.4rem; }
      .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_recommend,
      .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_recommend {
        font-size: 1.7rem;
        font-weight: 500; } }
  .cart_box_scroll .activego {
    border: 3px solid #ffd814; }

#new_folate .cart_box_scroll .scroll_box,
#new_folate .cart_box_scroll .scroll_box_2 {
  border: 1px solid #C4C4C4;
  margin: 0 15px 0 0;
  max-width: 250px;
  min-width: 140px;
  flex-shrink: 0;
  background-color: #fff; }
  #new_folate .cart_box_scroll .scroll_box:nth-child(n+3),
  #new_folate .cart_box_scroll .scroll_box_2:nth-child(n+3) {
    height: 160px; }
    @media screen and (min-width: 768px) {
      #new_folate .cart_box_scroll .scroll_box:nth-child(n+3),
      #new_folate .cart_box_scroll .scroll_box_2:nth-child(n+3) {
        height: 175px; } }
#new_folate .cart_box_scroll .scroll_box_b,
#new_folate .cart_box_scroll .scroll_box_c {
  border: 1px solid #C4C4C4;
  margin: 0 15px 0 0;
  max-width: 250px;
  min-width: 140px;
  flex-shrink: 0;
  background-color: #fff; }
  #new_folate .cart_box_scroll .scroll_box_b:not(:first-child),
  #new_folate .cart_box_scroll .scroll_box_c:not(:first-child) {
    height: 175px; }
    @media screen and (min-width: 768px) {
      #new_folate .cart_box_scroll .scroll_box_b:not(:first-child),
      #new_folate .cart_box_scroll .scroll_box_c:not(:first-child) {
        height: 180px; } }
  #new_folate .cart_box_scroll .scroll_box_b .scroll_boxchecked,
  #new_folate .cart_box_scroll .scroll_box_c .scroll_boxchecked {
    border: 2px solid; }
  #new_folate .cart_box_scroll .scroll_box_b .item_name_box,
  #new_folate .cart_box_scroll .scroll_box_c .item_name_box {
    font-size: 1.4rem;
    padding: 5px 10px;
    border-bottom: 1px solid #C4C4C4; }
  #new_folate .cart_box_scroll .scroll_box_b .item_name_box_discount,
  #new_folate .cart_box_scroll .scroll_box_c .item_name_box_discount {
    font-size: 1rem;
    margin-left: 5px;
    background-color: #ffd814;
    padding: 2px; }
  #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner,
  #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner {
    padding: 6px 9px 8px;
    line-height: 1.2; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin {
      font-size: 1.3rem; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin span,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin span {
        text-decoration: line-through;
        font-size: 1.4rem; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_origin span.item_name_price_taxtype {
        font-size: 1.2rem; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_second,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_second {
      font-size: 1.3rem;
      margin-top: 9px; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_second span,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_second span {
        text-decoration: line-through;
        font-size: 1.3rem; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price {
      font-size: 2.4rem; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price .first_price,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price .first_price {
        font-size: 1.1rem;
        margin-left: 2px; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_gray,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_gray {
      font-size: 1.4rem;
      color: gray;
      margin-top: 4px; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_gray .from_second,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_gray .from_second {
        font-size: 1rem;
        margin-left: 3px; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_postage,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_postage {
      font-size: 1.3rem;
      margin-top: 4px; }
    #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_recommend,
    #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_recommend {
      color: #418dbb;
      position: relative;
      padding-left: 15px;
      font-size: 1.6rem;
      font-weight: 500;
      margin-top: 6px; }
      #new_folate .cart_box_scroll .scroll_box_b .cart_box_scroll_inner .item_name_price_recommend::after,
      #new_folate .cart_box_scroll .scroll_box_c .cart_box_scroll_inner .item_name_price_recommend::after {
        content: '';
        display: block;
        position: absolute;
        top: 0.5em;
        left: 0em;
        width: 10px;
        height: 5px;
        border-left: 2px solid #eb9838;
        border-bottom: 2px solid #eb9838;
        transform: rotate(-45deg); }
@media screen and (min-width: 768px) {
  #new_folate .cart_box_scroll .scroll_box .item_name_box,
  #new_folate .cart_box_scroll .scroll_box_2 .item_name_box {
    font-size: 1.6rem; }
  #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner,
  #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner {
    padding: 8px 10px 8px; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_origin,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_origin {
      font-size: 1.4rem; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_second,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_second {
      font-size: 1.4rem; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price {
      font-size: 2.8rem; }
      #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price .first_price,
      #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price .first_price {
        font-size: 1.3rem; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_gray,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_gray {
      font-size: 1.5rem; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_postage,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_postage {
      font-size: 1.4rem; }
    #new_folate .cart_box_scroll .scroll_box .cart_box_scroll_inner .item_name_price_recommend,
    #new_folate .cart_box_scroll .scroll_box_2 .cart_box_scroll_inner .item_name_price_recommend {
      font-size: 1.7rem;
      font-weight: 500; } }
#new_folate .cart_box_scroll .activego {
  border: 3px solid #ffd814; }

.tab_cart_contents {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .tab_cart_contents {
      width: 50%;
      margin: 0 auto; } }

.tab_cart_contents2 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .tab_cart_contents2 {
      width: 65%;
      margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .tab_cart_contents2_pc {
    width: 65%; } }

.tab_cart_contents_inner {
  display: none; }

.tab_cart_contents_inner1 {
  display: none; }

.tab_cart_contents_inner_3 {
  display: none; }

.tab_cart_contents_inner_4 {
  display: none; }

.tab_cart_contents_inner_5 {
  display: none; }

.tab_cart_contents_inner_6 {
  display: none; }

.tab_cart_contents_inner_7 {
  display: none; }

.tab_cart_contents_inner_8 {
  display: none; }

.cart_active {
  display: block; }

.cart_active2 {
  display: block; }

.btn_yellow {
  color: #000;
  background-color: #ffd814;
  width: 90%;
  margin: 18px auto 10px;
  font-size: 1.7rem !important;
  height: 3.8em !important; }
  @media screen and (min-width: 768px) {
    .btn_yellow {
      font-size: 1.8rem !important;
      margin: 15px auto 20px; } }
  .btn_yellow::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 7px !important;
    height: 7px !important; }

.btn_green {
  color: #fff;
  background-color: #59B229;
  width: 90%;
  margin: 18px auto 10px;
  font-size: 1.8rem !important;
  height: 3.5em !important;
  padding: 0.2em 1.8em !important;
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.25) !important; }
  @media screen and (min-width: 768px) {
    .btn_green {
      font-size: 2rem !important;
      margin: 15px auto 20px;
      padding: 0.2em 2.4em !important; } }
  .btn_green::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px !important;
    height: 7px !important;
    right: 1em !important; }

.micro_button_text {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .micro_button_text {
      font-size: 1.7rem; } }

.micro_button_text_b {
  text-align: center;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-top: 7px; }
  @media screen and (min-width: 768px) {
    .micro_button_text_b {
      font-size: 1.7rem;
      margin-top: 11px; } }

.tab_cart_contents_sale_text {
  padding: 0 2.0em;
  text-align: left; }

.tab_cart_contents_sale_text-top {
  padding-top: 20px; }

.small_btn {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .small_btn {
      padding: 0;
      margin-bottom: 5px; } }

.inner_details_left {
  padding-bottom: 20px; }

.btn_yellow_b {
  color: #000;
  background-color: #ffd814;
  width: 90%;
  margin: 10px auto 13px;
  height: 4em !important;
  font-size: 2rem !important; }
  @media screen and (min-width: 768px) {
    .btn_yellow_b {
      margin: 15px auto 20px; } }
  .btn_yellow_b::after {
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    width: 8px !important;
    height: 8px !important; }

.cart_pause_text {
  font-size: 14px;
  margin-top: 2px;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .cart_pause_text {
      font-size: 16px; } }

.tab_cart_contents_sale_text_b {
  padding: 15px 2.0em 0; }

#mamarhy_top .box_pink_2 {
  display: inline-block;
  margin-top: 5px; }

/* FV直下カート画像_20230516 */
.cart_tab6 {
  text-align: center; }
  .cart_tab6 img {
    width: 55%; }
    @media screen and (max-width: 767px) {
      .cart_tab6 img {
        width: 100%; } }
  .cart_tab6 .folate_name {
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.2rem;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .cart_tab6 .folate_name {
        font-size: 2.2rem;
        line-height: 2.4rem; } }
    .cart_tab6 .folate_name span {
      font-size: 1.8rem;
      font-weight: initial;
      margin-left: 14px; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .folate_name span {
          font-size: 1.4rem; } }
  .cart_tab6 .teiki {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    width: 55%;
    text-align: center;
    margin: 14px auto; }
    @media screen and (max-width: 767px) {
      .cart_tab6 .teiki {
        width: 100%;
        margin: 14px auto 0; } }
    .cart_tab6 .teiki p {
      font-size: 2.6rem; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .teiki p {
          font-size: 2rem; } }
  .cart_tab6 .price_box {
    display: flex;
    justify-content: center;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .cart_tab6 .price_box {
        margin-top: .5rem;
        margin-bottom: 8px; } }
    .cart_tab6 .price_box .gentei {
      display: flex;
      align-items: flex-end; }
      .cart_tab6 .price_box .gentei p {
        background-color: #d76492;
        width: 80px;
        height: 80px;
        color: #fff;
        font-size: 2.6rem;
        line-height: 3rem; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .price_box .gentei p {
            font-size: 1.4rem;
            width: 45px;
            height: 55px;
            line-height: 1.8rem;
            align-items: center;
            justify-content: center;
            display: flex; } }
    .cart_tab6 .price_box .price {
      text-align: left;
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .price_box .price {
          margin: 0 6px; } }
      .cart_tab6 .price_box .price .tuzyoukakaku {
        margin-bottom: .5rem;
        text-align: center; }
      .cart_tab6 .price_box .price p {
        font-size: 2.4rem; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .price_box .price p {
            font-size: 1.2rem; } }
        .cart_tab6 .price_box .price p .line_through {
          font-size: 1.6rem;
          text-decoration: line-through; }
          @media screen and (min-width: 768px) {
            .cart_tab6 .price_box .price p .line_through {
              font-size: 3rem; } }
        .cart_tab6 .price_box .price p .price_regular_taxtype {
          position: relative;
          font-size: 1.2rem; }
          .cart_tab6 .price_box .price p .price_regular_taxtype::after {
            content: '';
            position: absolute;
            right: -10px;
            top: 4px;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 8px solid #555;
            border-bottom: 0;
            width: 0;
            height: 0; }
      .cart_tab6 .price_box .price .price_text {
        color: #d76492;
        font-size: 10rem;
        font-weight: bold;
        line-height: 8.5rem; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .price_box .price .price_text {
            font-size: 4rem;
            line-height: 3.5rem; } }
        .cart_tab6 .price_box .price .price_text .price_limited_yen {
          position: relative;
          font-size: 6rem; }
          @media screen and (max-width: 767px) {
            .cart_tab6 .price_box .price .price_text .price_limited_yen {
              font-size: 2.5rem; } }
        .cart_tab6 .price_box .price .price_text span.price_limited_taxtype {
          position: absolute;
          top: -1.6rem;
          right: -2px;
          font-size: 1rem;
          font-weight: normal; }
          @media screen and (min-width: 768px) {
            .cart_tab6 .price_box .price .price_text span.price_limited_taxtype {
              top: -2.4rem;
              right: 0;
              font-size: 1.7rem; } }
    .cart_tab6 .price_box .syokai {
      display: flex;
      align-items: flex-end; }
      .cart_tab6 .price_box .syokai div {
        padding: 10px;
        background-color: #d76492;
        width: 110px;
        height: 110px;
        color: #fff;
        line-height: 2.4rem;
        border-radius: 6rem;
        align-items: center;
        display: grid;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .price_box .syokai div {
            width: 75px;
            height: 75px;
            line-height: 1.7rem;
            margin: 0; } }
        .cart_tab6 .price_box .syokai div p {
          font-size: 1.8rem; }
          @media screen and (max-width: 767px) {
            .cart_tab6 .price_box .syokai div p {
              font-size: 1.6rem; } }
        .cart_tab6 .price_box .syokai div span {
          font-size: 3rem;
          padding-top: 7px;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            .cart_tab6 .price_box .syokai div span {
              font-size: 2.4rem;
              padding-top: 3px; } }
  .cart_tab6 .sp_nikaime {
    margin-bottom: 10px; }
    .cart_tab6 .sp_nikaime .price_twice_taxtype {
      font-size: 1.2rem; }
  .cart_tab6 .tab_cart_contents_sale_text {
    text-align: left; }
  .cart_tab6 .btn_yellow {
    background-color: #4fac3e;
    color: #fff;
    margin: 15px auto 10px;
    border-radius: 1rem; }
    @media screen and (max-width: 767px) {
      .cart_tab6 .btn_yellow {
        width: 95%;
        padding: 0.2em 0; } }
    .cart_tab6 .btn_yellow::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  .cart_tab6 .micro_button_text {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .cart_tab6 .tab_cart_contents_sale_text {
      padding: 0;
      line-height: 1.65; } }
  .cart_tab6 .cart_folate {
    padding: 10px !important;
    color: #696969;
    border: solid #C4C4C4 1px;
    font-size: 12px;
    text-align: justify; }
    .cart_tab6 .cart_folate span {
      display: inline-block; }
    @media screen and (min-width: 768px) {
      .cart_tab6 .cart_folate {
        font-size: 1.4rem;
        margin-top: 1.8rem; } }
  .cart_tab6 .cart_folate_2 {
    padding: 0 10px;
    color: #696969;
    font-size: 12px;
    text-align: justify; }
    .cart_tab6 .cart_folate_2 span {
      display: inline-block; }
    @media screen and (min-width: 768px) {
      .cart_tab6 .cart_folate_2 {
        font-size: 1.4rem;
        margin-top: 1.8rem;
        padding-bottom: 1rem; } }
  .cart_tab6 .fv_cart {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .cart_tab6 .fv_cart {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 15px;
        margin-top: 20px; } }
    .cart_tab6 .fv_cart img {
      width: 16%; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart img {
          width: 20%; } }
    .cart_tab6 .fv_cart .fv_cart_text .folate_name {
      align-items: center;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .folate_name {
          font-size: 1.8rem;
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .folate_name span {
          display: contents;
          font-size: 1.2rem; } }
    .cart_tab6 .fv_cart .fv_cart_text .teiki {
      width: 100%;
      margin: 14px auto 0; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .teiki {
          margin: 6px auto 4px; } }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .teiki p {
          font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .cart_tab6 .fv_cart .fv_cart_text .price_box {
        margin-bottom: 1.25rem; } }
    .cart_tab6 .fv_cart .fv_cart_text .price_box .gentei p {
      padding: 4px;
      width: 70px;
      height: 70px;
      font-size: 2.6rem;
      line-height: 3rem;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .price_box .gentei p {
          padding: 6px;
          width: 45px;
          height: 45px;
          font-size: 1.6rem;
          line-height: 2rem;
          margin-top: 0px;
          margin-bottom: 6px; } }
    .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text {
      font-size: 9rem;
      line-height: 6rem; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text {
          font-size: 4.3rem;
          line-height: 3rem; } }
      .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text .comma {
        bottom: 7px;
        position: relative;
        font-size: 7rem; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text .comma {
            font-size: 3.8rem; } }
      .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text .price_limited_yen {
        font-size: 5rem;
        bottom: 4px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .cart_tab6 .fv_cart .fv_cart_text .price_box .price .price_text .price_limited_yen {
            font-size: 2.5rem;
            bottom: 2px; } }
    .cart_tab6 .fv_cart .fv_cart_text .price_box .price p {
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .price_box .price p {
          font-size: 1.2rem;
          line-height: 2.5rem; } }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .price_box .price p .line_through {
          font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .cart_tab6 .fv_cart .fv_cart_text .price_box .syokai {
        margin-bottom: 6px; } }
    .cart_tab6 .fv_cart .fv_cart_text .price_box .syokai div {
      width: 85px;
      height: 85px;
      line-height: 1.7rem;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .cart_tab6 .fv_cart .fv_cart_text .price_box .syokai div {
          width: 56px;
          height: 56px;
          line-height: 1.2rem;
          margin: 0;
          padding: 2px; }
          .cart_tab6 .fv_cart .fv_cart_text .price_box .syokai div p {
            font-size: 1.2rem; }
            .cart_tab6 .fv_cart .fv_cart_text .price_box .syokai div p span {
              font-size: 2rem;
              padding-top: 4px; } }
    .cart_tab6 .fv_cart .fv_cart_text .price_twice_taxtype {
      font-size: 1.4rem; }
    .cart_tab6 .fv_cart .fv_cart_text .sp_nikaime {
      margin-bottom: 0px; }
    .cart_tab6 .fv_cart .sp_nikaime {
      margin-top: 0; }
  .cart_tab6 .product_img_folate_tab6 {
    margin: 20px 100px; }
    @media screen and (min-width: 768px) {
      .cart_tab6 .product_img_folate_tab6 {
        width: 40%;
        margin: 20px auto; } }

.product_details .cart_tab6 {
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin: 20px auto;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    .product_details .cart_tab6 .price_box .price .price_text {
      font-size: 5.4rem; } }

.mall_cart_txt {
  padding: 0 40px;
  width: fit-content;
  margin: auto;
  position: relative; }
  .mall_cart_txt::before {
    width: 1.5em;
    border-width: 3px;
    content: "";
    position: absolute;
    transform: rotate(50deg);
    border-top: 2px solid #3d3d3d;
    top: 50%;
    left: 0vw; }
  .mall_cart_txt::after {
    width: 1.5em;
    border-width: 3px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border-top: 2px solid #3d3d3d;
    top: 50%;
    right: 0vw; }
  .mall_cart_txt p {
    font-size: 2rem; }

.mall_cart {
  text-align: center;
  padding-top: 0.8em;
  display: flex;
  justify-content: space-between;
  width: 82%;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .mall_cart {
      padding-top: 2.2em;
      padding-bottom: 2em;
      width: 100%;
      margin: auto;
      flex-direction: column; } }
  .mall_cart a {
    padding-bottom: 2.5em; }
    @media screen and (max-width: 767px) {
      .mall_cart a {
        padding-bottom: 0.7em; } }
  .mall_cart .mall_cart_bnr_box {
    width: auto; }

.tell_banner {
  text-align: center;
  padding-top: 1.8em;
  justify-content: space-between;
  width: 82%;
  margin: auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .tell_banner {
      padding-top: 1.6em;
      width: 100%;
      margin: auto;
      flex-direction: column; } }
  .tell_banner .mall_cart_bnr_box {
    width: auto;
    margin: 0 auto; }

.pre_tell_banner {
  text-align: center;
  padding-top: 0em;
  justify-content: space-between;
  width: 82%;
  margin: auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .pre_tell_banner {
      padding-top: 0em;
      width: 100%;
      margin: auto;
      flex-direction: column; } }
  .pre_tell_banner .mall_cart_bnr_box {
    width: auto;
    margin: 0 auto; }

.u_cart {
  font-size: 13px;
  margin: 20px auto; }

.kids_food_cart .cart_tab6 {
  text-align: center; }
  .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart img {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart img {
        width: 30%; } }
  .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .folate_name {
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .folate_name {
        font-size: 3rem; } }
  .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text span {
    font-size: 1.5rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text span {
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 0%; } }
  .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container {
    margin-top: 5%; }
    @media screen and (max-width: 767px) {
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container {
        margin-top: 0; } }
    .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .gentei p {
      padding: 4px;
      width: 70px;
      height: 70px;
      font-size: 2.6rem;
      line-height: 3rem;
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
        .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .gentei p {
          padding: 6px;
          width: 45px;
          height: 45px;
          font-size: 1.6rem;
          line-height: 2rem;
          margin-top: 0px;
          margin-bottom: 6px; } }
    .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku {
      display: flex; }
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price_syokai {
        display: flex; }
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price {
        margin: 0 10px; }
        @media screen and (max-width: 767px) {
          .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price {
            margin: 0 2px 0 6px; } }
        .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price .price_text {
          font-size: 9rem;
          line-height: 7rem;
          height: max-content; }
          @media screen and (max-width: 767px) {
            .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price .price_text {
              font-size: 4.3rem;
              line-height: 6rem;
              height: max-content; } }
        .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price .comma {
          bottom: 7px;
          position: relative;
          font-size: 7rem; }
          @media screen and (max-width: 767px) {
            .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price .comma {
              font-size: 3.8rem; } }
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price_zeinuki p {
        color: #D7648B;
        font-weight: bold;
        font-size: 5rem;
        line-height: 3.2rem; }
        @media screen and (max-width: 767px) {
          .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price_zeinuki p {
            font-size: 2.3rem;
            line-height: 0px; } }
      .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price_zeinuki .zeikomi_2 {
        font-weight: normal;
        font-size: 1.6rem;
        width: fit-content;
        text-align: center;
        color: #D7648B;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .price_box .price_kakaku .price_zeinuki .zeikomi_2 {
            font-size: 1rem;
            line-height: 36px;
            text-align: right;
            color: #D7648B; } }
    .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .syokai_zeikomi p {
      line-height: 2rem;
      font-size: 1.5rem;
      color: #D7648B;
      margin-top: 3px; }
      @media screen and (max-width: 767px) {
        .kids_food_cart .cart_tab6 .fv_cart_container .fv_cart .fv_cart_text .price_container .syokai_zeikomi p {
          line-height: 0.1rem;
          font-size: 1rem;
          margin-top: 3px; } }
  .kids_food_cart .cart_tab6 .fv_cart_container .nikaime_kakaku {
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      .kids_food_cart .cart_tab6 .fv_cart_container .nikaime_kakaku {
        margin-top: 10px; } }
    .kids_food_cart .cart_tab6 .fv_cart_container .nikaime_kakaku p {
      line-height: 1.5rem;
      margin-top: 15px;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .kids_food_cart .cart_tab6 .fv_cart_container .nikaime_kakaku p {
          margin-bottom: 10px;
          line-height: 1.5rem;
          margin-top: 15px;
          font-size: 1rem; } }

.u-dp_sp .line_through {
  text-decoration: line-through; }
.u-dp_sp .price_container .price_box {
  align-items: center;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .u-dp_sp .price_container .price_box .price_kakaku .price_syokai .price .price_zeinuki {
      margin-bottom: 8px; } }
.u-dp_sp .price_container .syokai_zeikomi p {
  line-height: 0.1rem;
  font-size: 1rem;
  color: #D7648B; }
.u-dp_sp .price_syokai {
  display: flex; }
.u-dp_sp .price_zeinuki p {
  color: #D7648B;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem; }
  @media screen and (max-width: 767px) {
    .u-dp_sp .price_zeinuki p {
      font-size: 2.3rem;
      line-height: 2rem; } }
.u-dp_sp .price_zeinuki .zeikomi_2 {
  font-weight: normal;
  font-size: 1.5rem;
  width: fit-content;
  text-align: right;
  color: #D7648B; }
  @media screen and (max-width: 767px) {
    .u-dp_sp .price_zeinuki .zeikomi_2 {
      font-size: 1rem;
      line-height: 2.5rem;
      text-align: right;
      color: #D7648B; } }
.u-dp_sp .nikaime_kakaku {
  line-height: 1.5rem;
  margin-top: 15px;
  font-size: 1.4rem; }
.u-dp_sp .zeikomi_1 {
  font-size: 1rem; }

.box_white_pink {
  background-color: #ffffff;
  color: #D76592;
  border: 1px solid #D76592;
  display: inline;
  padding: 2px 5px;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .box_white_pink {
      background-color: #ffffff;
      color: #D76592;
      border: 1px solid #D76592;
      display: inline;
      padding: 1px 1px;
      margin: 0%; } }

.folate_award {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .folate_award {
      width: 100%; } }

.folate_movie {
  margin: 0 auto;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .folate_movie {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .iron_nutrition_4 .table_flex_box {
    display: flex;
    gap: 20px; } }
.iron_nutrition_4 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  padding: 10px 0px; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_4 table {
      width: 50%; } }
.iron_nutrition_4 tr th {
  text-align: center;
  border-left: 1px solid #3D3D3D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 500; }
  .iron_nutrition_4 tr th:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_4 tr th {
      font-size: 1.8rem;
      padding: 5px 0 5px 20px; } }
  .iron_nutrition_4 tr th.bg_blue {
    background-color: #bfe0fc; }
  .iron_nutrition_4 tr th.bg_pnk {
    background-color: #f6e4eb; }
.iron_nutrition_4 tr td {
  text-align: center;
  border-left: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  border-top: none;
  padding: 3px;
  font-size: 1.2rem; }
  .iron_nutrition_4 tr td:first-child {
    text-align: left;
    width: 25%; }
  .iron_nutrition_4 tr td:last-child {
    border-right: 1px solid #3D3D3D; }
  @media screen and (min-width: 768px) {
    .iron_nutrition_4 tr td {
      font-size: 1.6rem;
      padding: 10px; } }
  .iron_nutrition_4 tr td span {
    font-size: 1rem;
    margin-left: .25em; }
    @media screen and (min-width: 768px) {
      .iron_nutrition_4 tr td span {
        font-size: 1.4rem; } }
  @media screen and (min-width: 768px) {
    .iron_nutrition_4 tr td .fontsize_small {
      font-size: 1.1rem; } }
.iron_nutrition_4 tr.white_box.u-dp_pc td {
  border: none;
  background-color: #fff; }
@media screen and (min-width: 768px) {
  .iron_nutrition_4 tr:nth-child(2) td {
    padding: 10px 0; } }
.iron_nutrition_4 tr:nth-child(odd) td {
  background-color: #f5f5f5; }
.iron_nutrition_4 .annotation_1 {
  margin-top: 0 !important; }

.content_h3_p {
  margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .content_h3_p {
      margin-top: 2em; } }
  .content_h3_p p {
    border-left: 4px solid #d76492;
    padding: 5px 0 5px 10px;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .content_h3_p p {
        font-size: 2.2rem;
        border-left: 8px solid #d76492; } }

.annotation_1 {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .annotation_1 {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  #item-detail-2col.medical_bath_goods .details_content {
    margin-top: 0; } }
#item-detail-2col.medical_bath_goods h1,
#item-detail-2col.medical_bath_goods h3 {
  font-family: "Zen Maru Gothic",sans-serif;
  color: #d74353; }
#item-detail-2col.medical_bath_goods .cart_info_inner li {
  border: 1px solid #5d595a; }
#item-detail-2col.medical_bath_goods .inner-head {
  padding: 0 0 0.6em; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .inner-head {
      padding: 0 1.5em 0.6em; } }
#item-detail-2col.medical_bath_goods .inner-head h2 {
  background-color: #d74353;
  border-left: 0;
  color: #fff;
  padding: 10px 0 10px 15px; }
#item-detail-2col.medical_bath_goods .item-detail_ttl-udl {
  margin: 3rem 0 2rem; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .item-detail_ttl-udl {
      font-size: 1.6rem;
      margin: 2.5rem 0 2rem;
      text-align: left; } }
#item-detail-2col.medical_bath_goods .item-detail_ttl-udl span {
  border-left: 3px solid #d74353;
  border-bottom: 0;
  color: #d74353;
  display: block;
  padding: 10px 0 10px 15px; }
#item-detail-2col.medical_bath_goods .wrap .open_h3::after {
  background-color: #d74353; }
#item-detail-2col.medical_bath_goods .wrap .open_h3::before {
  background-color: #d74353; }
#item-detail-2col.medical_bath_goods .wrap .open_h3 span::before {
  background-color: #d74353; }
#item-detail-2col.medical_bath_goods .wrap .info::before {
  background-color: #fff6f7;
  color: #d74353; }
#item-detail-2col.medical_bath_goods .inner-review {
  background-color: #d74353;
  color: #fff;
  padding: 0 0 0.6em; }
  #item-detail-2col.medical_bath_goods .inner-review h2 {
    border-left: 0; }
#item-detail-2col.medical_bath_goods .gentei_2 p {
  color: #d74353; }
#item-detail-2col.medical_bath_goods .price {
  margin: 0 0 0 5px; }
#item-detail-2col.medical_bath_goods .price_text {
  color: #d74353; }
#item-detail-2col.medical_bath_goods .price_zeinuki {
  display: flex;
  align-items: center; }
#item-detail-2col.medical_bath_goods .btn_yellow {
  margin: -4px auto 0px;
  padding: 0.2em 0 !important; }
#item-detail-2col.medical_bath_goods .price_zeinuki p {
  color: #d74353; }
#item-detail-2col.medical_bath_goods .inner_details_bathing .open_h3 {
  color: #d74353;
  font-weight: 500; }
#item-detail-2col.medical_bath_goods .grid-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0.5em; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .grid-item {
      gap: 12px; } }
  #item-detail-2col.medical_bath_goods .grid-item .item {
    width: 32%;
    border: 1px solid #eee; }
    @media screen and (max-width: 767px) {
      #item-detail-2col.medical_bath_goods .grid-item .item {
        width: 47.8%; } }
    #item-detail-2col.medical_bath_goods .grid-item .item .item__text {
      margin: 10px 15px; }
#item-detail-2col.medical_bath_goods .mall_btn {
  padding-top: 3em; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .mall_btn {
      padding-top: 1em;
      margin: 0 3.4em; } }
  #item-detail-2col.medical_bath_goods .mall_btn a {
    box-shadow: none;
    padding: 0;
    margin: 0 0.5em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col.medical_bath_goods .mall_btn a {
        margin: 0; } }
    #item-detail-2col.medical_bath_goods .mall_btn a::after {
      content: none; }
    #item-detail-2col.medical_bath_goods .mall_btn a:last-child {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        #item-detail-2col.medical_bath_goods .mall_btn a:last-child {
          margin-top: 0.8em;
          margin-bottom: 1em; } }
#item-detail-2col.medical_bath_goods .mall_cart_txt {
  margin: 0 auto 0.8em; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .mall_cart_txt {
      padding: 0 30px; } }
  #item-detail-2col.medical_bath_goods .mall_cart_txt::before {
    border-top: 1.5px solid #5d595a; }
  #item-detail-2col.medical_bath_goods .mall_cart_txt::after {
    border-top: 1.5px solid #5d595a; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .mall_cart_txt p {
      font-size: 1.6rem; } }
#item-detail-2col.medical_bath_goods .mall_cart_box_flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .mall_cart_box_flex {
      flex-direction: column; } }
#item-detail-2col.medical_bath_goods .inner-head.medicalbath_fv_bottom_txt {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    #item-detail-2col.medical_bath_goods .inner-head.medicalbath_fv_bottom_txt {
      margin-top: 20px; } }
@media screen and (max-width: 767px) {
  #item-detail-2col.medical_bath_goods .cart_tab6 {
    padding: 0; } }
#item-detail-2col.medical_bath_goods .source a {
  color: #3d3d3d; }

.cart_ofa_box {
  background-color: #fff6f7;
  padding: 14px; }

.cart_regular_box {
  background-color: #fff;
  padding: 12px 20px 20px; }

.cart_regular_title {
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .cart_regular_title {
      margin-bottom: 0; } }

.price_container_normal {
  padding-top: 0.5em;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em; }
  @media screen and (max-width: 767px) {
    .price_container_normal {
      padding-bottom: 0.5em;
      padding-left: 0;
      padding-right: 0; } }
  .price_container_normal .price_tax_box {
    width: fit-content; }
  .price_container_normal .price_postage {
    margin-top: -22px;
    text-align: right;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .price_container_normal .price_postage {
        width: auto !important; } }
  .price_container_normal p {
    color: #5d595a !important; }
    @media screen and (max-width: 767px) {
      .price_container_normal p {
        width: max-content !important; } }
  .price_container_normal .price {
    margin: 0 0px 0px 5px !important; }
  .price_container_normal .price_text {
    font-size: 3rem !important; }
    @media screen and (max-width: 767px) {
      .price_container_normal .price_text {
        font-size: 2.4rem !important; } }
  .price_container_normal .price_zeinuki {
    width: max-content !important; }
    .price_container_normal .price_zeinuki p {
      font-size: 2.2rem !important; }
    .price_container_normal .price_zeinuki .zeikomi_2 {
      font-size: 1rem !important; }
      @media screen and (max-width: 767px) {
        .price_container_normal .price_zeinuki .zeikomi_2 {
          width: max-content !important; } }

.btn_yellow_normal {
  background-color: #5d595a !important;
  width: 44% !important;
  margin: 8px 0 0 auto !important; }
  .btn_yellow_normal::after {
    right: 0.6em !important; }
    @media screen and (max-width: 767px) {
      .btn_yellow_normal::after {
        right: 0.8em !important; } }
  @media screen and (max-width: 767px) {
    .btn_yellow_normal {
      width: 100% !important;
      padding: 0 22px 0 12px !important;
      margin: -5px 0 0 10px !important; }
      .btn_yellow_normal::after {
        right: 0.6em !important; } }

.fv_offer_txt {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .fv_offer_txt {
      padding: 0 1.6em 0; } }

#item-detail-2col .cart_ofa_box_singlecart .price_zeinuki {
  display: flex;
  align-items: center; }
#item-detail-2col .cart_ofa_box_singlecart .btn_yellow {
  margin: 0;
  padding: 0; }
  #item-detail-2col .cart_ofa_box_singlecart .btn_yellow:last-child {
    margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    #item-detail-2col .cart_ofa_box_singlecart .btn_yellow {
      margin: 0 auto;
      font-size: 16px !important; } }

.item-detail-2col {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .item-detail-2col {
      max-width: 100%; } }
  .item-detail-2col .sliderArea {
    width: 525px;
    max-width: 525px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .sliderArea {
        width: 100%;
        max-width: 100%; } }
    .item-detail-2col .sliderArea .slide-arrow {
      position: absolute;
      top: 55%;
      margin-top: -15px;
      z-index: 2;
      background: none !important;
      box-shadow: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: none;
      background-color: #ffffffbb !important; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .sliderArea .slide-arrow {
          width: 35px;
          height: 35px; } }
      .item-detail-2col .sliderArea .slide-arrow span {
        display: block;
        height: 17px;
        width: 17px;
        border-top: solid 2.5px #555555;
        border-left: solid 2.5px #555555;
        position: absolute;
        top: 7px; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .sliderArea .slide-arrow span {
            width: 15px;
            height: 15px;
            top: 10px; } }
    .item-detail-2col .sliderArea .prev-arrow {
      left: 5px; }
      .item-detail-2col .sliderArea .prev-arrow span {
        transform: rotate(-45deg);
        left: 9px; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .sliderArea .prev-arrow span {
            left: 12px; } }
    .item-detail-2col .sliderArea .next-arrow {
      right: 5px; }
      .item-detail-2col .sliderArea .next-arrow span {
        transform: rotate(135deg);
        right: 9px; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .sliderArea .next-arrow span {
            right: 12px; } }
    .item-detail-2col .sliderArea .slick-dots {
      width: 80%;
      margin-left: 10%;
      bottom: -20px; }
      .item-detail-2col .sliderArea .slick-dots li {
        margin: 0 2px; }
        .item-detail-2col .sliderArea .slick-dots li button {
          box-shadow: none; }
          .item-detail-2col .sliderArea .slick-dots li button::before {
            content: "●";
            font-size: 14px !important; }
          @media screen and (min-width: 768px) {
            .item-detail-2col .sliderArea .slick-dots li button {
              display: none !important; } }
    .item-detail-2col .sliderArea .thumb .slick-track {
      display: flex;
      flex-wrap: wrap; }
      .item-detail-2col .sliderArea .thumb .slick-track .slick-slide.slick-active {
        width: 25% !important; }
        .item-detail-2col .sliderArea .thumb .slick-track .slick-slide.slick-active img {
          width: 80%; }
  .item-detail-2col .new_fv_cart {
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .new_fv_cart {
        display: block; } }
    .item-detail-2col .new_fv_cart_text_2 {
      margin-top: 30px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .new_fv_cart_text_2 {
          text-align: left;
          padding: 0 1.6em 0.5em;
          margin-top: 0; } }
    .item-detail-2col .new_fv_cart_text p {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .new_fv_cart_text p {
          font-size: 1.4rem;
          text-align: center; } }
  @media screen and (max-width: 767px) {
    .item-detail-2col .fv_cart_text {
      display: block;
      width: fit-content;
      margin: auto;
      position: relative; } }
  .item-detail-2col .cart_item_box {
    margin-top: 30px;
    margin-left: 75px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .cart_item_box {
        margin: 0; } }
  .item-detail-2col .main_title {
    font-size: 2.4rem;
    text-align: left;
    padding: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .main_title {
        line-height: 1.6;
        text-align: center;
        padding: 14px 0 5px; }
        .item-detail-2col .main_title span {
          display: block; } }
  .item-detail-2col .filled_stars {
    color: #e9b83e; }
  .item-detail-2col .empty_stars {
    color: #888; }
  .item-detail-2col .review_stars_cart {
    display: flex;
    font-size: 15px;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 30px;
    padding: 10px 0 20px;
    width: 100%;
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review_stars_cart {
        font-size: 20px;
        border-bottom: none;
        margin: 0 auto;
        width: fit-content;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 0 10px; } }
  .item-detail-2col .review_number a {
    color: #888;
    font-weight: 600;
    font-size: 1.4rem;
    margin-left: 5px; }
  .item-detail-2col .cart_info_inner {
    display: flex; }
    .item-detail-2col .cart_info_inner li {
      border: 1px solid #3d3d3d;
      padding: 3px 10px;
      margin: 0px 10px 10px 0px;
      font-size: 1.3rem; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .cart_info_inner li {
          margin: 10px 10px 10px 0px;
          font-size: 10px; } }
  .item-detail-2col .tuzyoukakaku p {
    font-size: 1.5rem;
    text-align: left; }
  .item-detail-2col .tuzyoukakaku .line_through {
    font-size: 2rem;
    text-decoration: line-through; }
  .item-detail-2col .gentei_2 {
    color: #D7648B;
    line-height: 6rem;
    width: max-content; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .gentei_2 {
        width: 75px; } }
    .item-detail-2col .gentei_2 p {
      font-size: 1.8rem;
      width: fit-content; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .gentei_2 p {
          font-size: 1.7rem;
          line-height: 6.2rem; } }
  .item-detail-2col .price {
    margin: 0 5px; }
    .item-detail-2col .price_box {
      justify-content: left; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .price_box {
          margin: -10px auto 16px; } }
    .item-detail-2col .price_text {
      font-size: 4rem;
      line-height: 5rem; }
    .item-detail-2col .price_text span {
      bottom: 2px;
      font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .price_zeinuki {
        height: 5.4rem; } }
    .item-detail-2col .price_zeinuki p {
      font-size: 3rem;
      line-height: 1.8rem;
      font-size: 3rem;
      line-height: 1.8rem;
      color: #D7648B;
      font-weight: bold; }
    .item-detail-2col .price_zeinuki .zeikomi_2 {
      font-size: 1rem;
      font-weight: normal; }
    .item-detail-2col .price_container .syokai_zeikomi {
      margin-top: -15px; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .price_container .syokai_zeikomi {
          margin-top: -20px; } }
      .item-detail-2col .price_container .syokai_zeikomi p {
        font-size: 1.2rem;
        line-height: 0rem;
        text-align: left;
        margin-left: 130px;
        color: #D7648B; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .price_container .syokai_zeikomi p {
            margin: 7px 0 0 83px; } }
    .item-detail-2col .price_syokai {
      margin-top: 0;
      display: flex; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .price_syokai {
          margin-top: -19px; } }
  .item-detail-2col .cart_tab6 {
    width: 400px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .cart_tab6 {
        width: 100%;
        padding-bottom: 0; } }
  .item-detail-2col .btn_yellow {
    width: 100%;
    height: 50px !important;
    margin: 20px auto 0px 0; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .btn_yellow {
        background-color: #4fac3e;
        color: #fff;
        margin: 15px auto 10px;
        border-radius: 1rem;
        width: 250px; } }
    .item-detail-2col .btn_yellow::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  .item-detail-2col .inner-head {
    margin-top: 80px;
    padding: 0 1.5em 0.6em; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .inner-head {
        margin-top: 40px; } }
  .item-detail-2col .inner-head h2 {
    border-left: 4px solid #d76492;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem;
    text-align: left;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .inner-head h2 {
        font-size: 16px; } }
  .item-detail-2col .inner-review {
    margin-top: 80px;
    display: flex;
    align-items: center;
    padding: 0 1.5em 0.6em; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .inner-review {
        margin-top: 40px; } }
  .item-detail-2col .inner-review h2 {
    border-left: 4px solid #d76492;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem;
    width: 190px;
    text-align: left;
    margin-top: 0;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .inner-review h2 {
        font-size: 16px;
        width: 120px; } }
  .item-detail-2col .item-detail {
    font-size: 1.3rem; }
    .item-detail-2col .item-detail .info {
      padding: 0px 0px 30px 0px; }
      .item-detail-2col .item-detail .info::before {
        display: none; }
      .item-detail-2col .item-detail .info p {
        width: auto; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .item-detail .info p {
            width: auto; } }
    .item-detail-2col .item-detail dl {
      padding-top: 20px;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .item-detail dl {
          padding-top: 0px; } }
      @media screen and (min-width: 768px) {
        .item-detail-2col .item-detail dl .wrap {
          display: flex;
          border-bottom: none; }
          .item-detail-2col .item-detail dl .wrap .open_h3 {
            cursor: none;
            pointer-events: none; }
            .item-detail-2col .item-detail dl .wrap .open_h3::before, .item-detail-2col .item-detail dl .wrap .open_h3::after {
              display: none; }
        .item-detail-2col .item-detail dl .info {
          display: block !important;
          padding: 0; } }
    .item-detail-2col .item-detail dt {
      padding: 0 30px 0 0;
      min-width: 176px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .item-detail dt {
          width: auto; } }
    .item-detail-2col .item-detail dd {
      padding: 0;
      width: 100%;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .item-detail dd {
          width: auto; } }
      .item-detail-2col .item-detail dd p {
        font-size: 15.5px; }
        @media screen and (max-width: 767px) {
          .item-detail-2col .item-detail dd p {
            font-size: 1.4rem; } }
    .item-detail-2col .item-detail_ttl-udl {
      margin: 1em auto .5rem; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .item-detail_ttl-udl {
          width: fit-content;
          margin-top: 1rem;
          text-align: center; } }
      .item-detail-2col .item-detail_ttl-udl span {
        display: inline;
        border-bottom: 1.5px solid #D76492;
        color: #D76492; }
        @media screen and (min-width: 768px) {
          .item-detail-2col .item-detail_ttl-udl span {
            font-size: 1.2em; } }
  .item-detail-2col .review_stars {
    display: flex;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review_stars {
        font-size: 20px; } }
    .item-detail-2col .review_stars-big .filled_stars-big {
      color: #e9b83e;
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .review_stars-big .filled_stars-big {
          font-size: 20px; } }
    .item-detail-2col .review_stars-big .empty_stars-big {
      color: #888;
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .review_stars-big .empty_stars-big {
          font-size: 20px; } }
  .item-detail-2col .review_number {
    color: #888;
    font-weight: 600;
    font-size: 18.5px;
    margin-left: 3px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review_number {
        font-size: 1.4rem; } }
  .item-detail-2col .review-count {
    color: #888;
    font-weight: 600;
    font-size: 15.5px;
    margin-top: 3px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review-count {
        margin-top: 0px; } }
  .item-detail-2col .review_stars-big {
    display: flex;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review_stars-big {
        font-size: 20px; } }
  .item-detail-2col .review_number-big {
    color: #888;
    font-weight: 600;
    font-size: 25px;
    margin-left: 3px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review_number-big {
        font-size: 20px; } }
  .item-detail-2col .review-count-big {
    color: #888;
    font-weight: 600;
    font-size: 15.5px;
    margin-top: 9px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .review-count-big {
        font-size: 18px;
        font-weight: 500;
        margin-top: 3px; } }
  .item-detail-2col .recommend-container {
    display: flex;
    align-items: center;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .recommend-container {
        margin-top: 60px;
        display: block; } }
  .item-detail-2col .recommend-item-img {
    position: relative; }
  .item-detail-2col .recommend-item-img {
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .recommend-item-img {
        background: none; } }
  .item-detail-2col .recommend-item-info {
    margin-top: 12px; }
  .item-detail-2col .recommend-item-info-name {
    font-size: 1.3rem;
    color: #3d3d3d; }
  .item-detail-2col .recommend-item-info-price {
    margin-top: 5px;
    font-size: 1.6rem;
    color: #84848f;
    font-weight: 400;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .item-detail-2col .flickity-slider {
      transform: none !important;
      position: relative !important;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .item-detail-2col .flickity-viewport {
      touch-action: none;
      height: auto; } }
  .item-detail-2col .flickity-prev-next-button {
    top: 6%;
    width: 30px;
    height: 30px;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .flickity-prev-next-button {
        top: 50%; } }
    @media screen and (min-width: 768px) {
      .item-detail-2col .flickity-prev-next-button {
        display: none; } }
    .item-detail-2col .flickity-prev-next-button:active {
      outline: none;
      appearance: none; }
  @media screen and (min-width: 768px) {
    .item-detail-2col .flickity-page-dots {
      display: none; } }
  .item-detail-2col .flickity-prev-next-button.previous {
    left: 150px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .flickity-prev-next-button.previous {
        left: 10px; } }
  .item-detail-2col .flickity-prev-next-button.next {
    right: 650px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .flickity-prev-next-button.next {
        right: 20px; } }
  .item-detail-2col .gallery {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .gallery {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .item-detail-2col .gallery-cell {
        transform: none !important;
        position: relative !important;
        height: auto;
        width: fit-content; } }
    .item-detail-2col .gallery-cell img {
      margin: 0;
      height: 200px; }
  .item-detail-2col .popup_content img {
    max-width: 600px;
    width: 90%; }
  .item-detail-2col .popup_content_close {
    top: -30px; }
  .item-detail-2col .safety_contents {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .item-detail-2col .safety_contents {
        flex-direction: column; } }
    .item-detail-2col .safety_contents img {
      width: 49%;
      border: 1px solid #eee;
      margin-top: 0.5em; }
      @media screen and (max-width: 767px) {
        .item-detail-2col .safety_contents img {
          width: 100%; }
          .item-detail-2col .safety_contents img:last-child {
            margin-top: 1em; } }

.item-detail-2col .gallery-cell img {
  width: auto; }

.review_pr {
  padding: 0 30px;
  font-size: 1.3rem !important; }

@media screen and (max-width: 767px) {
  .review_pr {
    padding: 0 20px;
    font-size: 1rem !important; } }
@media screen and (min-width: 768px) {
  .area-f_pmark {
    margin-top: 26px;
    display: flex; }

  .area-f_pmark a {
    padding: 0;
    margin: 0;
    position: static; }

  .area-f_pmark img {
    display: block;
    width: 55px;
    margin-top: auto;
    margin-bottom: auto; }

  .area-f_pmark p {
    color: #3d3d3d;
    font-size: 13px;
    padding-top: 0;
    padding-left: 12px; } }
@media screen and (max-width: 768px) {
  .area-f_pmark {
    margin-top: 4px; }

  .area-f_sns {
    margin-top: 0;
    margin-bottom: 24px; }

  .area-f_pmark > div {
    padding: 4px;
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; }

  .area-f_pmark img {
    display: block;
    width: 30px; }

  .area-f_pmark p {
    text-align: left;
    color: #3d3d3d;
    font-size: 11px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 2px;
    line-height: 1.6; } }
.img_pop {
  cursor: pointer; }

.popup_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 9999; }

.popup_content {
  width: 90%;
  max-width: 750px;
  max-height: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .popup_content {
      width: 100%; } }
  .popup_content img {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.popup_content_close {
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .popup_content_close {
      top: 0px; } }
  .popup_content_close .main_article_txt_block {
    margin: 1.5em 0; }
    @media screen and (max-width: 767px) {
      .popup_content_close .main_article_txt_block {
        margin: 1.5em 0 3em; } }
    .popup_content_close .main_article_txt_block h3 {
      padding: 3px 0 3px 10px;
      border-left: 4px solid #d76492;
      margin-bottom: 13px;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .popup_content_close .main_article_txt_block h3 {
          font-size: 1.4rem; } }
    .popup_content_close .main_article_txt_block a {
      margin: 1.5rem auto 0; }
    .popup_content_close .main_article_txt_block .target_blank::after {
      margin-right: 10px;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 767px) {
        .popup_content_close .main_article_txt_block .target_blank::after {
          top: 4px; } }
  .popup_content_close .main_article_txt_block_wp {
    margin: 1.5em 0; }
    @media screen and (max-width: 767px) {
      .popup_content_close .main_article_txt_block_wp {
        margin: 1.5em 0 0; } }
    .popup_content_close .main_article_txt_block_wp h3 {
      padding: 3px 0 3px 10px;
      border-left: 4px solid #d76492;
      margin-bottom: 13px;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .popup_content_close .main_article_txt_block_wp h3 {
          font-size: 1.4rem; } }
    .popup_content_close .main_article_txt_block_wp a {
      margin: 1.5rem auto 0; }
    .popup_content_close .main_article_txt_block_wp .target_blank::after {
      margin-right: 10px;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 767px) {
        .popup_content_close .main_article_txt_block_wp .target_blank::after {
          top: 4px; } }

#item-detail-2col.goods_new_mamarhythm .h2_bottom_txt,
#item-detail-2col.goods_runseed .h2_bottom_txt,
#item-detail-2col.goods_flora_check .h2_bottom_txt {
  margin: 1em auto 0; }
#item-detail-2col.goods_new_mamarhythm .item__image,
#item-detail-2col.goods_runseed .item__image,
#item-detail-2col.goods_flora_check .item__image {
  margin: 1em auto; }
#item-detail-2col.goods_new_mamarhythm .flickity-slider,
#item-detail-2col.goods_runseed .flickity-slider,
#item-detail-2col.goods_flora_check .flickity-slider {
  justify-content: flex-start;
  gap: 35px; }
@media screen and (max-width: 767px) {
  #item-detail-2col.goods_new_mamarhythm .main_title,
  #item-detail-2col.goods_runseed .main_title,
  #item-detail-2col.goods_flora_check .main_title {
    font-size: 2.2rem; } }

.new_cart_mall_btn {
  padding-top: 3em;
  width: 820px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .new_cart_mall_btn {
      padding-top: 2em;
      margin: 0 1.6em;
      width: calc(100% - 3.2em); } }
  .new_cart_mall_btn .mall_cart_txt {
    margin: 0 auto 0.8em; }
    @media screen and (max-width: 767px) {
      .new_cart_mall_btn .mall_cart_txt p {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .new_cart_mall_btn .mall_cart_txt::before {
        border-top: 1.5px solid #3d3d3d; }
      .new_cart_mall_btn .mall_cart_txt::after {
        border-top: 1.5px solid #3d3d3d; } }
    .new_cart_mall_btn .mall_cart_txt.store_link_txt {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .new_cart_mall_btn .mall_cart_txt.store_link_txt {
          margin-top: 0; } }
  .new_cart_mall_btn .mall_cart_box_flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .new_cart_mall_btn .mall_cart_box_flex {
        flex-direction: column; } }
    .new_cart_mall_btn .mall_cart_box_flex.store_link {
      justify-content: center; }
    .new_cart_mall_btn .mall_cart_box_flex a {
      box-shadow: none;
      padding: 0;
      height: auto; }
      @media screen and (max-width: 767px) {
        .new_cart_mall_btn .mall_cart_box_flex a {
          margin-bottom: 1em; } }

.txt-notes_1l {
  text-indent: -1em;
  line-height: 1.6;
  display: inline-block;
  padding-left: 1em; }

.num_lst_m_dot > li, .num_lst_brkts > li {
  line-height: 1.5;
  position: relative; }
  .num_lst_m_dot > li:not(:first-of-type), .num_lst_brkts > li:not(:first-of-type) {
    margin-top: 1.2em; }
  .num_lst_m_dot > li::before, .num_lst_brkts > li::before {
    display: inline-block;
    position: absolute; }

.num_lst_m_dot > li {
  padding-left: 1.4em; }
  .num_lst_m_dot > li::before {
    content: "・";
    width: 1em;
    height: 1em;
    top: 0;
    left: 0; }

.num_lst_brkts {
  counter-reset: item; }
  .num_lst_brkts > li {
    padding-left: 2.6em; }
    .num_lst_brkts > li::before {
      counter-increment: item;
      content: "( " counter(item) " )";
      width: 2.4em;
      height: 1.4em;
      top: 0;
      left: .5em; }

.review_box {
  background-color: #FFFAF0; }
  .review_box .review_stars_sum {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .review_box .review_stars_sum {
        font-size: 25.5px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .review_box .review_stars_sum .review_number_sum {
      color: #888;
      font-weight: 600;
      font-size: 19.5px;
      margin-left: 3px; }
      @media screen and (min-width: 768px) {
        .review_box .review_stars_sum .review_number_sum {
          font-size: 25.5px; } }
    .review_box .review_stars_sum .review_count {
      color: #888;
      font-size: 19.5px;
      margin-left: 5px; }
      @media screen and (min-width: 768px) {
        .review_box .review_stars_sum .review_count {
          font-size: 25.5px; } }
    .review_box .review_stars_sum .filled_stars_sum {
      color: #e9b83e;
      font-size: 19.5px; }
      @media screen and (min-width: 768px) {
        .review_box .review_stars_sum .filled_stars_sum {
          font-size: 25.5px; } }
    .review_box .review_stars_sum .empty_stars_sum {
      color: #888;
      font-size: 19.5px; }
      @media screen and (min-width: 768px) {
        .review_box .review_stars_sum .empty_stars_sum {
          font-size: 25.5px; } }

.review_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  max-height: 400px;
  overflow-y: scroll;
  background-color: #FFFAF0;
  padding: 13px 0; }
  @media screen and (min-width: 768px) {
    .review_container {
      max-height: 450px;
      padding: 23px 0;
      gap: 20px;
      margin-top: 20px; } }
  .review_container .review_item {
    border: 1px solid #ccc;
    padding: 7px 10px 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 13px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .review_container .review_item {
        margin: 0 23px;
        padding: 14px 17px 17px 17px; } }
    .review_container .review_item .review_header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .review_container .review_item .review_header .review_stars {
        display: flex;
        font-size: 15px; }
        @media screen and (min-width: 768px) {
          .review_container .review_item .review_header .review_stars {
            font-size: 20px; } }
        .review_container .review_item .review_header .review_stars .review_number {
          color: #888;
          font-weight: 600;
          font-size: 15.5px;
          margin-left: 3px; }
          @media screen and (min-width: 768px) {
            .review_container .review_item .review_header .review_stars .review_number {
              font-size: 18.5px; } }
        .review_container .review_item .review_header .review_stars .filled_stars {
          color: #e9b83e; }
        .review_container .review_item .review_header .review_stars .empty_stars {
          color: #888; }
      .review_container .review_item .review_header .review_date {
        font-size: 12px;
        color: #888; }
        @media screen and (min-width: 768px) {
          .review_container .review_item .review_header .review_date {
            font-size: 17px; } }
    .review_container .review_item .review_status {
      display: flex;
      align-items: center;
      margin-top: 5px; }
      .review_container .review_item .review_status img {
        width: 12px;
        height: 12px; }
        @media screen and (min-width: 768px) {
          .review_container .review_item .review_status img {
            width: 17px;
            height: 17px; } }
      .review_container .review_item .review_status p {
        font-size: 1.1rem;
        color: #3d3d3d;
        margin-top: 0;
        margin-left: 5px; }
        @media screen and (min-width: 768px) {
          .review_container .review_item .review_status p {
            font-size: 1.4rem; } }
    .review_container .review_item .review_title {
      font-size: 15px;
      margin: 7px 0 0 0;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .review_container .review_item .review_title {
          font-size: 20px; } }
    .review_container .review_item .review_text {
      font-size: 12.5px;
      color: #3d3d3d;
      margin-top: 4px; }
      @media screen and (min-width: 768px) {
        .review_container .review_item .review_text {
          font-size: 15.5px; } }
    .review_container .review_item figure {
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .review_container .review_item figure {
          text-align: left; } }
      .review_container .review_item figure img {
        width: 50%;
        object-fit: cover; }
        @media screen and (min-width: 768px) {
          .review_container .review_item figure img {
            width: 30%; } }

.review_important_txt {
  font-size: 8px !important;
  padding: 10px 10px 0 10px;
  line-height: 1.3;
  letter-spacing: normal; }

#item-detail-2col {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #item-detail-2col {
      max-width: 100%; } }
  #item-detail-2col .sliderArea {
    width: 525px;
    max-width: 525px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .sliderArea {
        width: 100%;
        max-width: 100%; } }
    #item-detail-2col .sliderArea .slide-arrow {
      position: absolute;
      top: 55%;
      margin-top: -15px;
      z-index: 2;
      background: none !important;
      box-shadow: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: none;
      background-color: #ffffffbb !important; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .sliderArea .slide-arrow {
          width: 35px;
          height: 35px; } }
      #item-detail-2col .sliderArea .slide-arrow span {
        display: block;
        height: 17px;
        width: 17px;
        border-top: solid 2.5px #555555;
        border-left: solid 2.5px #555555;
        position: absolute;
        top: 7px; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .sliderArea .slide-arrow span {
            width: 15px;
            height: 15px;
            top: 10px; } }
    #item-detail-2col .sliderArea .prev-arrow {
      left: 5px; }
      #item-detail-2col .sliderArea .prev-arrow span {
        transform: rotate(-45deg);
        left: 9px; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .sliderArea .prev-arrow span {
            left: 12px; } }
    #item-detail-2col .sliderArea .next-arrow {
      right: 5px; }
      #item-detail-2col .sliderArea .next-arrow span {
        transform: rotate(135deg);
        right: 9px; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .sliderArea .next-arrow span {
            right: 12px; } }
    #item-detail-2col .sliderArea .slick-dots {
      width: 80%;
      margin-left: 10%;
      bottom: -20px; }
      #item-detail-2col .sliderArea .slick-dots li {
        margin: 0 2px; }
        #item-detail-2col .sliderArea .slick-dots li button {
          box-shadow: none; }
          #item-detail-2col .sliderArea .slick-dots li button:before {
            content: "●";
            font-size: 14px !important; }
          @media screen and (min-width: 768px) {
            #item-detail-2col .sliderArea .slick-dots li button {
              display: none !important; } }
    #item-detail-2col .sliderArea .thumb .slick-track {
      display: flex;
      flex-wrap: wrap; }
      #item-detail-2col .sliderArea .thumb .slick-track .slick-slide.slick-active {
        width: 25% !important; }
        #item-detail-2col .sliderArea .thumb .slick-track .slick-slide.slick-active img {
          width: 80%; }
  #item-detail-2col .new_fv_cart {
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .new_fv_cart {
        display: block; } }
    #item-detail-2col .new_fv_cart_text_2 {
      margin-top: 10px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .new_fv_cart_text_2 {
          text-align: left;
          padding: 0 1.6em 0.5em;
          margin-top: 0; } }
      @media screen and (min-width: 768px) {
        #item-detail-2col .new_fv_cart_text_2 {
          font-size: 16px; } }
    #item-detail-2col .new_fv_cart_text p {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .new_fv_cart_text p {
          font-size: 1.4rem;
          text-align: center; } }
  @media screen and (max-width: 767px) {
    #item-detail-2col .fv_cart_text {
      display: block;
      width: fit-content;
      margin: auto;
      position: relative;
      width: 100%; } }
  #item-detail-2col .cart_item_box {
    margin-top: 30px;
    margin-left: 75px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .cart_item_box {
        margin: 0; } }
  #item-detail-2col .main_title {
    font-size: 2.4rem;
    text-align: left;
    padding: 20px 0 0; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .main_title {
        line-height: 1.6;
        text-align: center;
        padding: 14px 0 5px; }
        #item-detail-2col .main_title span {
          display: block; } }
  #item-detail-2col .main_title.main_title2 {
    padding: 0; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .main_title.main_title2 {
        padding: 0 0 10px; } }
  #item-detail-2col .filled_stars {
    color: #e9b83e; }
  #item-detail-2col .empty_stars {
    color: #888; }
  #item-detail-2col .review_stars_cart {
    display: flex;
    font-size: 15px;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 20px;
    padding: 10px 0 20px;
    width: 100%;
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review_stars_cart {
        font-size: 20px;
        border-bottom: none;
        margin: 0 auto;
        width: fit-content;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 0 10px; } }
  #item-detail-2col .review_number a {
    color: #888;
    font-weight: 600;
    font-size: 1.4rem;
    margin-left: 5px; }
  #item-detail-2col .cart_info_inner {
    display: flex; }
    #item-detail-2col .cart_info_inner li {
      border: 1px solid #3d3d3d;
      padding: 3px 8px;
      margin: 0px 10px 10px 0px;
      font-size: 1.3rem; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .cart_info_inner li {
          margin: 10px 10px 10px 0px;
          font-size: 10px; } }
  #item-detail-2col .tuzyoukakaku p {
    font-size: 1.5rem;
    text-align: left; }
  #item-detail-2col .tuzyoukakaku span.line_through {
    font-size: 2rem;
    text-decoration: line-through; }
  #item-detail-2col .tuzyoukakaku span.price_regular_taxtype {
    font-size: 1.4rem; }
  #item-detail-2col .gentei_2 {
    color: #D7648B;
    line-height: 6rem;
    width: max-content; }
    #item-detail-2col .gentei_2 p {
      font-size: 1.8rem;
      width: fit-content; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .gentei_2 p {
          font-size: 1.7rem;
          line-height: 6.2rem; } }
  #item-detail-2col .price {
    margin: 0 5px; }
    #item-detail-2col .price_box {
      justify-content: left; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .price_box {
          margin: -10px auto 16px; } }
    #item-detail-2col .price_text {
      font-size: 4rem;
      line-height: 5rem; }
    #item-detail-2col .price_text span {
      bottom: 2px;
      font-size: 3rem; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .price_zeinuki {
        height: 5.4rem; } }
    #item-detail-2col .price_zeinuki p {
      font-size: 3rem;
      line-height: 1.8rem;
      font-size: 3rem;
      line-height: 1.8rem;
      color: #D7648B;
      font-weight: bold; }
    #item-detail-2col .price_zeinuki .zeikomi_2 {
      font-size: 1rem;
      font-weight: normal; }
    #item-detail-2col .price_container .syokai_zeikomi {
      margin-top: -15px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .price_container .syokai_zeikomi {
          margin-top: -20px; } }
      #item-detail-2col .price_container .syokai_zeikomi p {
        font-size: 1.2rem;
        line-height: 0rem;
        text-align: left;
        margin-left: 130px;
        color: #D7648B; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .price_container .syokai_zeikomi p {
            margin: 7px 0 0 83px; } }
    #item-detail-2col .price_syokai {
      margin-top: 0;
      display: flex; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .price_syokai {
          margin-top: -19px; } }
  #item-detail-2col .cart_tab6 {
    width: 400px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .cart_tab6 {
        width: 100%;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      #item-detail-2col .cart_tab6 .item_image_returning {
        padding: 0 1.6em; } }
    #item-detail-2col .cart_tab6 .item_image_returning img {
      width: 100%; }
  #item-detail-2col .btn_yellow {
    width: 100%;
    height: 50px !important;
    margin: 20px auto 0px 0; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .btn_yellow {
        background-color: #4fac3e;
        color: #fff;
        margin: 15px auto 10px;
        border-radius: 1rem;
        max-width: 250px;
        line-height: 1.2; } }
    #item-detail-2col .btn_yellow::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  #item-detail-2col .inner-head {
    margin-top: 80px;
    padding: 0 1.5em 0.6em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head {
        margin-top: 40px; } }
  #item-detail-2col .inner-head h2 {
    border-left: 4px solid #d76492;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem;
    text-align: left;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-head h2 {
        font-size: 16px; } }
  #item-detail-2col .inner-review {
    margin-top: 80px;
    display: flex;
    align-items: center;
    padding: 0 1.5em 0.6em; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-review {
        margin-top: 40px; } }
  #item-detail-2col .inner-review h2 {
    border-left: 4px solid #d76492;
    padding: 10px 0 10px 15px;
    font-size: 2.2rem;
    width: 240px;
    text-align: left;
    margin-top: 0;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .inner-review h2 {
        font-size: 16px;
        width: 175px; } }
  #item-detail-2col .item-detail {
    font-size: 1.3rem; }
    #item-detail-2col .item-detail .info {
      padding: 0px 0px 30px 0px; }
      #item-detail-2col .item-detail .info::before {
        display: none; }
      #item-detail-2col .item-detail .info p {
        width: auto; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .item-detail .info p {
            width: auto; } }
    #item-detail-2col .item-detail dl {
      padding-top: 20px;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail dl {
          padding-top: 0px; } }
      @media screen and (min-width: 768px) {
        #item-detail-2col .item-detail dl .wrap {
          display: flex;
          border-bottom: none; }
          #item-detail-2col .item-detail dl .wrap .open_h3 {
            cursor: none;
            pointer-events: none; }
            #item-detail-2col .item-detail dl .wrap .open_h3::before, #item-detail-2col .item-detail dl .wrap .open_h3::after {
              display: none; }
        #item-detail-2col .item-detail dl .info {
          display: block !important;
          padding: 0; } }
    #item-detail-2col .item-detail dt {
      padding: 0 30px 0 0;
      min-width: 209px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail dt {
          width: auto; } }
    #item-detail-2col .item-detail dd {
      padding: 0;
      width: 100%;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail dd {
          width: auto; } }
      #item-detail-2col .item-detail dd p {
        font-size: 15.5px; }
        @media screen and (max-width: 767px) {
          #item-detail-2col .item-detail dd p {
            font-size: 1.4rem; } }
    #item-detail-2col .item-detail_ttl-udl {
      margin: 1em auto 10px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail_ttl-udl {
          width: fit-content;
          margin-top: 1rem;
          text-align: center; } }
      #item-detail-2col .item-detail_ttl-udl span {
        display: inline;
        border-bottom: 1.5px solid #D76492;
        color: #D76492; }
        @media screen and (min-width: 768px) {
          #item-detail-2col .item-detail_ttl-udl span {
            font-size: 1.2em; } }
  #item-detail-2col .review_stars {
    display: flex;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review_stars {
        font-size: 20px; } }
    #item-detail-2col .review_stars-big .filled_stars-big {
      color: #e9b83e;
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .review_stars-big .filled_stars-big {
          font-size: 20px; } }
    #item-detail-2col .review_stars-big .empty_stars-big {
      color: #888;
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .review_stars-big .empty_stars-big {
          font-size: 20px; } }
  #item-detail-2col .review_number {
    color: #888;
    font-weight: 600;
    font-size: 18.5px;
    margin-left: 3px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review_number {
        font-size: 1.4rem; } }
  #item-detail-2col .review-count {
    color: #888;
    font-weight: 600;
    font-size: 15.5px;
    margin-top: 3px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review-count {
        margin-top: 0px; } }
  #item-detail-2col .review_stars-big {
    display: flex;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review_stars-big {
        font-size: 20px; } }
  #item-detail-2col .review_number-big {
    color: #888;
    font-weight: 600;
    font-size: 25px;
    margin-left: 3px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review_number-big {
        font-size: 20px; } }
  #item-detail-2col .review-count-big {
    color: #888;
    font-weight: 600;
    font-size: 15.5px;
    margin-top: 9px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .review-count-big {
        font-size: 18px;
        font-weight: 500;
        margin-top: 3px; } }
  #item-detail-2col .recommend-container {
    display: flex;
    align-items: center;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .recommend-container {
        margin-top: 60px;
        display: block; } }
  #item-detail-2col .recommend-item-img {
    position: relative; }
  #item-detail-2col .recommend-item-img {
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .recommend-item-img {
        background: none; } }
  #item-detail-2col .recommend-item-info {
    margin-top: 12px; }
  #item-detail-2col .recommend-item-info-name {
    font-size: 1.3rem;
    color: #3d3d3d; }
  #item-detail-2col .recommend-item-info-price {
    margin-top: 5px;
    font-size: 1.6rem;
    color: #84848f;
    font-weight: 400;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    #item-detail-2col .flickity-slider {
      transform: none !important;
      position: relative !important;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    #item-detail-2col .flickity-viewport {
      touch-action: none;
      height: auto; } }
  #item-detail-2col .flickity-prev-next-button {
    top: 6%;
    width: 30px;
    height: 30px;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .flickity-prev-next-button {
        top: 50%; } }
    @media screen and (min-width: 768px) {
      #item-detail-2col .flickity-prev-next-button {
        display: none; } }
    #item-detail-2col .flickity-prev-next-button:active {
      outline: none;
      appearance: none; }
  @media screen and (min-width: 768px) {
    #item-detail-2col .flickity-page-dots {
      display: none; } }
  #item-detail-2col .flickity-prev-next-button.previous {
    left: 150px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .flickity-prev-next-button.previous {
        left: 10px; } }
  #item-detail-2col .flickity-prev-next-button.next {
    right: 650px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .flickity-prev-next-button.next {
        right: 20px; } }
  #item-detail-2col .gallery {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .gallery {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      #item-detail-2col .gallery-cell {
        transform: none !important;
        position: relative !important;
        height: auto;
        width: fit-content; } }
    #item-detail-2col .gallery-cell img {
      margin: 0;
      height: 200px; }
  #item-detail-2col .popup_content img {
    max-width: 600px;
    width: 90%; }
  #item-detail-2col .popup_content_close {
    top: -30px; }
  #item-detail-2col .safety_contents {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .safety_contents {
        flex-direction: column; } }
    #item-detail-2col .safety_contents img {
      width: 49%;
      border: 1px solid #eee;
      margin-top: 0.5em; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .safety_contents img {
          width: 100%; }
          #item-detail-2col .safety_contents img:last-child {
            margin-top: 1em; } }
  #item-detail-2col .gallery-cell img {
    width: auto; }
  #item-detail-2col .flex-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px; }
    #item-detail-2col .flex-2col-content {
      width: 49%;
      border: solid 1px #ccc; }
    #item-detail-2col .flex-2col h4 {
      background-color: #d76492;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #item-detail-2col .flex-2col h4 {
          font-size: 1.8rem; } }
    #item-detail-2col .flex-2col p {
      padding: 1rem;
      font-size: .9em; }
  #item-detail-2col .accordion {
    border: solid 1px #ccc;
    margin: 10px auto 30px;
    padding: 1rem; }
    #item-detail-2col .accordion .open_h3 {
      padding-left: 0;
      font-size: 14px; }
    #item-detail-2col .accordion .info {
      padding-bottom: 0; }
  #item-detail-2col .item-detail-graph-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #item-detail-2col .item-detail-graph-box {
    width: 49%;
    border: solid 1px #ccc;
    margin-top: 2%; }
    @media screen and (max-width: 767px) {
      #item-detail-2col .item-detail-graph-box {
        width: calc(25% - 4rem);
        height: fit-content;
        margin: 0 2rem; }
        #item-detail-2col .item-detail-graph-box .source {
          height: 6rem;
          overflow-y: scroll; } }
    #item-detail-2col .item-detail-graph-box .graph-box-ttl {
      background-color: #d74453;
      color: #fff;
      text-align: center;
      line-height: 2.5;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail-graph-box .graph-box-ttl {
          font-size: 1.5rem; } }
    #item-detail-2col .item-detail-graph-box .source,
    #item-detail-2col .item-detail-graph-box .graph-box-txt,
    #item-detail-2col .item-detail-graph-box img {
      display: block;
      width: 90%;
      margin: 10px auto; }
      @media screen and (max-width: 767px) {
        #item-detail-2col .item-detail-graph-box .source,
        #item-detail-2col .item-detail-graph-box .graph-box-txt,
        #item-detail-2col .item-detail-graph-box img {
          margin: 7px auto; } }
