@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  /*color:#000;*/
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #513746;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: inherit;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px !important;
  }
}

p {
  line-height: 2.4;
}

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

a {
  color: #513746;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #513746;
}

ul {
  list-style: none;
}

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

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

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

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs_sm_16 {
    font-size: 1.6rem;
  }
}

.fw_b {
  font-weight: bold;
}

.center {
  margin: 0 auto;
}

.sourceview {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b1d5cb;
  border-radius: 50%;
  text-decoration: none;
  z-index: 2;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    background: hsla(0deg, 0%, 100%, 0.8);
    z-index: 99;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 0 4vw;
    height: 45px;
  }
}
.headerLogo {
  flex-shrink: 0;
}
.headerLogoImg {
  width: 220px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .headerLogoImg {
    width: 180px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogoImg {
    width: 150px;
    height: 29px;
  }
}
.headerNavList {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerNavList {
    display: flex;
    margin-right: 50px;
  }
}
.headerNavItem {
  margin-left: 15px;
}
.headerNavItemIco {
  width: 35px;
  height: 35px;
}
.headerContentsList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerContents {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 1;
  }
}
.headerContentsOpen {
  transform: translateY(0);
  top: 45px;
  transition: all 0.6s;
}
.headerContentsItem {
  display: flex;
  align-items: center;
  margin-left: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #513746;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1160px) {
  .headerContentsItem {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .headerContentsItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .headerContentsItem:before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem:nth-child(6), .headerContentsItem:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem:last-child {
    padding: 4vw;
  }
  .headerContentsItem:last-child:hover {
    background: none;
  }
  .headerContentsItem:last-child:before {
    display: none;
  }
}
.headerContentsItem a {
  flex-shrink: 0;
}
.headerContentsItemLink {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink {
    padding: 25px 4vw;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
  }
}
.headerContentsItemLink::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #edb3a1;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink::after {
    display: contents;
  }
}
.headerContentsItemLink:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink:hover::after {
    display: contents;
  }
}
.headerContentsItemIco {
  width: 30px;
  height: 30px;
}
.headerContentsItemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #71bfac;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .headerContentsItemBtn {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItemBtn {
    width: inherit;
    height: 45px;
  }
}
.headerContentsItemBtn:link, .headerContentsItemBtn:active, .headerContentsItemBtn:hover, .headerContentsItemBtn:visited {
  color: #fff;
}
.headerContentsItemBtn:hover {
  background-color: #5ba492;
  color: #fff;
}

/* ハンバーガーメニュー
--------------------------------------------------- */
.hamburger {
  width: 55px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 12px);
  color: #71bfac;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburgerBar {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #71bfac;
  transform: rotate(0);
  transition: transform 0.6s;
}
.hamburgerBar:first-child {
  top: 0;
}
.hamburgerBar:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.hamburgerBar:nth-child(3) {
  bottom: 0;
}
.hamburgerClose {
  transition: transform 0.6s;
}
.hamburgerClose .hamburgerBar:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.hamburgerClose .hamburgerBar:nth-child(2) {
  opacity: 0;
}
.hamburgerClose .hamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

/*----------------------------------------------------
products#SoDaNe専用
----------------------------------------------------*/
.mainHeadline__bg {
  background-image: url(/assets/img/products/sodane/mv_products_sodane_pc.webp);
}
@media screen and (max-width: 768px) {
  .mainHeadline__bg {
    background-image: url(/assets/img/products/sodane/mv_products_sodane_sp.webp);
  }
}

.sodane {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -8px;
}
@media screen and (max-width: 768px) {
  .sodane {
    justify-content: center;
  }
}
.sodaneAbout {
  margin: 8px 8px 30px;
  width: 335px;
}
@media screen and (max-width: 768px) {
  .sodaneAbout {
    width: 100%;
  }
}
.sodane__txt {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .sodane__txt {
    font-size: 12px;
    width: 220px;
    text-align: center;
  }
}
.sodane__title {
  font-size: 13.5px;
  font-weight: bold;
}
.sodane__link {
  color: #4169e1;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.sodane__link::after {
  position: absolute;
  bottom: 0.3em;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4169e1;
  opacity: 0;
  transition: 0.3s;
}
.sodane__link::hover, .sodane__link::after {
  opacity: 1;
}

/*----------------------------------------------------
products#main
----------------------------------------------------*/
.mainHeadline {
  margin: auto;
  padding: 0 20px;
  height: 180px;
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
}
@media screen and (max-width: 768px) {
  .mainHeadline {
    padding: 0;
    text-align: center;
    height: 100%;
    background: none;
  }
}
.mainHeadline__bg {
  margin: auto;
  width: 1000px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .mainHeadline__bg {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: top;
  }
}
.mainHeadline .mainHeadlineBread {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadlineBread {
    padding: 5px 3%;
    position: absolute;
    top: 30vh;
  }
}
.mainHeadline .mainHeadlineBread__item {
  display: inline;
  list-style: none;
}
.mainHeadline .mainHeadlineBread__item::after {
  content: ">";
  padding: 0 3px 0 6px;
  color: #000000;
}
.mainHeadline .mainHeadlineBread__item:last-child:after {
  content: "";
}
.mainHeadline .mainHeadline__ttl {
  margin: 50px 0 0 0;
  position: relative;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadline__ttl {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 10px #333;
  }
}
.mainHeadline .mainHeadline__ttl::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: -15px;
  transform: translateX(-50%);
  background-color: #bf204a;
  content: "";
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadline__ttl::before {
    display: none;
  }
}

.mainNav {
  width: 250px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .mainNav {
    width: 100%;
    margin-right: 0px;
  }
}
.mainNav4th__item {
  position: relative;
  padding: 10px 0 0px 45px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .mainNav4th__item {
    position: relative;
    height: 20px;
    margin: 30px;
    padding: 30px;
    width: inherit;
    background: #fff;
    border: solid 1px #666;
  }
  .mainNav4th__item a {
    position: absolute;
    padding: 0 44px 0 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
}
.mainNav4th__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 18px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #bf204a;
  border-right: 2px solid #bf204a;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .mainNav4th__item::after {
    position: absolute;
    right: 30px;
    left: unset;
    top: 33px;
    bottom: inherit;
    content: "\F138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf204a;
    border: unset;
    transform: none;
  }
}
.mainNav4th__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mainNav4th__item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
}
.mainNav__list {
  border-top: solid 3px #e1e1e1;
}
@media screen and (max-width: 768px) {
  .mainNav__list {
    padding: 0 3%;
    border: none;
  }
}
.mainNav__item {
  padding: 15px 0 15px;
  border-bottom: dotted 1px #000;
}
@media screen and (max-width: 768px) {
  .mainNav__item {
    margin: 30px 0;
    padding: 30px 0 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .mainNav__item:last-child {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
  }
}
.mainNav__item:hover {
  background: #e1e1e1;
}
@media screen and (max-width: 768px) {
  .mainNav__item--none {
    display: none;
  }
}
.mainNav__txt {
  display: flex;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainNav__txt {
    margin: 0 3%;
    padding: 0.25em 0.5em;
    font-size: 18px;
    border-left: solid 2px;
  }
}
.mainNav__txt::before {
  position: relative;
  top: 4px;
  left: -17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F138";
  color: #bf204a;
}
@media screen and (max-width: 768px) {
  .mainNav__txt::before {
    display: none;
  }
}
.mainNav__txt--current {
  font-weight: bold;
}
.mainNavBnr {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mainNavBnr {
    display: none;
  }
}
.mainNavBnr p {
  margin: 0 0 15px;
}
.mainNavBnr__container {
  margin: auto;
  padding: 3px;
  border: solid 1px #e1e1e1;
}
.mainNavBnr__container img {
  width: 100%;
}
.mainNavBnr__item {
  text-align: center;
}
.mainNavBnr__link {
  position: relative;
  padding: 0 0 0 13px;
  font-weight: bold;
  text-align: center;
}
.mainNavBnr__link::before {
  position: absolute;
  top: 0;
  left: -7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F138";
  color: #bf204a;
}

.productsEyeCatch__img {
  margin: 0 auto;
  width: 160px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .productsEyeCatch__img {
    margin: 0 auto;
    width: inherit;
  }
}
@media screen and (min-width: 600px) {
  .productsEyeCatch__img .plususImg {
    width: 74px;
  }
}
@media screen and (min-width: 600px) {
  .productsEyeCatch__img img {
    width: 132px;
  }
}
.productsEyeCatch__txt {
  flex: 1;
}
.productsPhotoArea {
  margin: 0 auto;
  width: 160px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .productsPhotoArea {
    margin-bottom: inherit;
    width: inherit;
  }
}
.productsPhotoImg {
  width: 132px;
}
@media screen and (max-width: 768px) {
  .productsPhotoImg {
    width: 100%;
  }
}
.productsPhoto__txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .productsPhoto__txt {
    flex: none;
  }
}
.productsDetail__intro {
  position: relative;
  display: flex;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .productsDetail__intro {
    flex-direction: column;
    justify-content: center;
  }
}
.productsDetailIntro__txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .productsDetailIntro__txt {
    flex: none;
    margin-bottom: 30px;
  }
}
.productsDetail__txt {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .productsDetail__txt {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetail__txt > img {
    width: 280px;
  }
}
.productsDetail__txtT {
  position: absolute;
  left: 190px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .productsDetail__txtT {
    position: inherit;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetail__txtT img {
    width: 280px;
  }
}
.productsDetail__upper {
  display: flex;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .productsDetail__upper {
    display: inherit;
  }
}
.productsDetail__name {
  padding-right: 15px;
  color: #392516;
  font-family: "Josefin Sans";
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .productsDetail__name {
    margin: 15px 0;
    padding-right: 0;
    line-height: 0.6em;
    text-align: center;
    font-size: 30px;
  }
}
@media (min-width: 560px) {
  .productsDetail__name br {
    display: none;
  }
}
.productsDetail__name--orange {
  color: #f0b768;
}
.productsDetail__name--blue {
  color: #08618d;
}
.productsDetail__name--pink {
  color: #f8c8b9;
}
.productsDetail__name--green {
  color: #93B7A7;
}
.productsDetail__name--target {
  font-size: 20px;
  font-weight: 600;
}
.productsDetail__ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 42px;
  padding: 6px 10px 0;
  width: 220px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .productsDetail__ribbon {
    width: 100%;
    font-size: 13px;
    line-height: 1.3em;
  }
}
.productsDetail__ribbon--orange {
  background: #f0b768;
}
.productsDetail__ribbon--blue {
  background: #08618d;
}
.productsDetail__ribbon--pink {
  background: #f8c8b9;
}
.productsDetail__ribbon--green {
  background: #93B7A7;
}
.productsDetail__ribbon span {
  font-size: 12px;
}
.productsDetail__ribbon:before, .productsDetail__ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.productsDetail__ribbon:before {
  top: 0;
  left: 0;
  border-width: 21px 0px 21px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.productsDetail__ribbon:after {
  top: 0;
  right: 0;
  border-width: 21px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.productsDetail__ribbon--on {
  position: absolute;
  bottom: 45px;
  left: -5px;
  width: 190px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .productsDetail__ribbon--on {
    position: relative;
    bottom: 80px;
  }
}
.productsDetail__square {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 42px;
  padding: 6px 10px 0;
  width: 190px;
  background: #08618d;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .productsDetail__square {
    width: 100%;
    min-width: 190px;
    font-size: 13px;
    line-height: 2.3em;
  }
}
.productsDetail__square--on {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 182px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .productsDetail__square--on {
    position: relative;
    bottom: 80px;
  }
}
.productsDetail__lower {
  font-weight: bold;
}
.productsDetail__how {
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .productsDetail__how {
    margin-bottom: 30px;
  }
}
.productsDetail__how img {
  vertical-align: middle;
  margin: 0 3px 0 1px;
}
.productsDetail__graph--pink {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #fbebf1;
}
@media screen and (max-width: 768px) {
  .productsDetail__graph--pink {
    flex-direction: column;
    gap: 20px;
  }
}
.productsDetail__graph--green {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #e6f3dc;
}
@media screen and (max-width: 768px) {
  .productsDetail__graph--green {
    flex-direction: column;
  }
}
.productsDetail__graph--orange {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #ebdb96;
}
@media screen and (max-width: 768px) {
  .productsDetail__graph--orange {
    flex-direction: column;
  }
}
.productsDetail__graph--blue {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #d3e2f2;
  font-weight: 700;
  color: #5a4136;
}
.productsDetailGraph__unit {
  margin-right: 10px;
}
.productsDetailGraph__ttl {
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #5a4136;
}
.productsDetailGraph__ttl span {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .productsDetailGraph__ttl {
    height: inherit;
    margin-bottom: 10px;
  }
}
.productsDetailGraph__ttl--01 {
  position: relative;
  left: 128px;
}
@media screen and (max-width: 768px) {
  .productsDetailGraph__ttl--01 {
    position: inherit;
    left: inherit;
  }
}
.productsDetailGraph__ttl--02 {
  position: relative;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .productsDetailGraph__ttl--02 {
    position: inherit;
    left: inherit;
  }
}
.productsDetailGraph__txt {
  display: flex;
  align-items: center;
  margin: 26px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #5a4136;
}
.productsDetailGraphItem__list {
  display: flex;
}
.productsDetailGraphItem__term {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 0.8em;
}
.productsDetailGraphItem__term--base {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  color: #5e8194;
}
.productsDetailGraphItem__term--base--01 {
  flex-basis: 128px;
}
.productsDetailGraphItem__term--base--02 {
  flex-basis: 100px;
}
.productsDetailGraphItem__term--blue {
  font-size: 22px;
  font-weight: bold;
  font-family: "Josefin Sans";
  color: #314b9d;
}
.productsDetailGraphItem__term--orange {
  font-size: 22px;
  font-weight: bold;
  font-family: "Josefin Sans";
  color: #cd8116;
}
.productsDetailGraphItem__term--pink {
  font-size: 22px;
  font-weight: bold;
  font-family: "Josefin Sans";
  color: #cb5582;
}
.productsDetailGraphItem__term--green {
  font-size: 22px;
  font-weight: bold;
  font-family: "Josefin Sans";
  color: #116c37;
}
.productsDetailGraphItem__desc {
  flex-grow: 1;
  flex-shrink: 1;
  width: 195px;
  font-size: 20px;
  font-weight: bold;
}
.productsDetailGraphItem__desc--base > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding-right: 10px;
  box-sizing: border-box;
  background-color: #cadbda;
  white-space: nowrap;
  height: 50px;
  color: #5e8194;
  text-align: right;
  line-height: 1.2em;
  border-right: dotted 1px #cb5582;
}
.productsDetailGraphItem__desc--pink > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding-right: 10px;
  box-sizing: border-box;
  background-color: #f1b1c4;
  white-space: nowrap;
  height: 50px;
  color: #cb5582;
  text-align: right;
  line-height: 1.2em;
}
.productsDetailGraphItem__desc--green > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding-right: 10px;
  box-sizing: border-box;
  background-color: #aeccaf;
  white-space: nowrap;
  height: 50px;
  color: #116c37;
  text-align: right;
  line-height: 1.2em;
}
.productsDetailGraphItem__desc--orange > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  padding-right: 10px;
  box-sizing: border-box;
  background-color: #ebdb96;
  white-space: nowrap;
  height: 50px;
  color: #cd8116;
  text-align: right;
  line-height: 1.2em;
}
.productsDetailGraphItem__desc--blue > span {
  color: #144c80;
  font-size: 20px;
  line-height: 1.2em;
}
.productsDetailGraphItem__desc--transparent span {
  display: flex;
  box-sizing: border-box;
  line-height: 0.8em;
  border-right: dotted 1px #cb5582;
}
.productsDetailGraphItem__unit {
  font-size: 18px;
  font-weight: normal;
  color: #5a4136;
  letter-spacing: -1px;
}
.productsDetailGraphItem__unit--blue {
  color: #5a4136;
}
.productsDetail__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .productsDetail__image {
    flex-direction: column;
    width: 100%;
  }
}
.productsDetail__image--men {
  background: no-repeat center url(/assets/img/products/plusus/for-men/bg_men_component_pc.png);
}
@media screen and (max-width: 768px) {
  .productsDetail__image--men {
    background: inherit;
  }
}
.productsDetail__image--women {
  text-align: center;
}
.productsDetailImage__block--left {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--left {
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--left:nth-child(1) {
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--left:nth-child(3) {
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--leftFolicAcid {
    background-image: url(/assets/img/products/plusus/for-men/img_men_folicAcid_sp.jpg);
  }
}
.productsDetailImage__block--leftQuinoa {
  width: 415px;
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--leftQuinoa {
    width: inherit;
    background-image: url(/assets/img/products/plusus/for-men/img_men_quinoa_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--leftZakuro {
    margin-bottom: 30px;
    width: inherit;
    background-image: url(/assets/img/products/plusus/for-women/img_women_zakuro_sp.jpg);
  }
}
.productsDetailImage__block--right {
  width: 300px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--right {
    width: inherit;
    text-align: inherit;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--right:nth-child(2) {
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--right:nth-child(4) {
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--rightMaca {
    background-image: url(/assets/img/products/plusus/for-men/img_men_maca_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--rightSoi {
    background-image: url(/assets/img/products/plusus/for-women/img_women_soi_sp.jpg);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailImage__block--rightGinger {
    background-image: url(/assets/img/products/plusus/for-women/img_women_ginger_sp.jpg);
  }
}
.productsDetailImageBlock__ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .productsDetailImageBlock__ttl {
    line-height: 1.2em;
  }
}
.productsDetailImageBlock__ttl--mt30 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .productsDetailImageBlock__ttl--mt30 {
    margin-top: 30px;
  }
}
.productsDetailImageBlock__ttl span {
  font-size: 16px;
}
.productsDetailImageBlock__txt {
  line-height: 1.8em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .productsDetailImageBlock__txt br {
    display: none;
  }
}
.productsDetailImageBlock__txt span {
  font-size: 12px;
}
.productsDetailImageBlock__txt--asterisk {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.productsDetailImageBlock__caption {
  color: #666;
  font-size: 12px;
}
.productsDetailImageBlock__caption dt {
  margin-top: 3px;
}
.productsDetailImageBlock__caption dd {
  margin: -20px 0 0px 14px;
}
@media screen and (max-width: 768px) {
  .productsDetailImageBlock__caption br {
    display: none;
  }
}
.productsDetail__table {
  padding-bottom: 30px;
}
.productsDetailTable__ttl {
  font-weight: bold;
}
.productsDetailTable__txt {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__txt {
    flex-direction: column;
  }
}
.productsDetailTable__txt--span {
  display: block;
  font-size: 11px;
  color: #000;
  line-height: 1.95;
}
.productsDetailTable__block {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block {
    width: inherit;
  }
}
.productsDetailTable__block dl {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.productsDetailTable__block dt {
  width: 72%;
}
.productsDetailTable__block dt span {
  font-size: 11px;
}
.productsDetailTable__block dd {
  width: 28%;
  text-align: right;
}
.productsDetailTable__block dd span {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block dd span {
    font-size: inherit;
  }
}
.productsDetailTable__block--green {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #aac7ab;
}
.productsDetailTable__block--blue {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #c7d8d7;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--blue {
    min-height: inherit;
  }
}
.productsDetailTable__block--blueMen {
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--blueMen {
    min-height: inherit;
  }
}
.productsDetailTable__block--yellow {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #efe9b4;
}
.productsDetailTable__block--yellowMyseed {
  min-height: 26px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--yellowMyseed {
    min-height: inherit;
  }
}
.productsDetailTable__block--yellowSodane {
  min-height: 238px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--yellowSodane {
    min-height: inherit;
  }
}
.productsDetailTable__block--yellowWomen {
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--yellowWomen {
    min-height: inherit;
  }
}
.productsDetailTable__block--orange {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ebdb96;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--orange:nth-child(2) {
    padding-bottom: 0;
  }
}
.productsDetailTable__block--gray {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #e2e1e1;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--gray {
    min-height: inherit;
  }
}
.productsDetailTable__block--grayMyseed {
  min-height: 178px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--grayMyseed {
    min-height: inherit;
  }
}
.productsDetailTable__block--grayMen {
  min-height: 132px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--grayMen {
    min-height: inherit;
  }
}
.productsDetailTable__block--grayWomen {
  min-height: 88px;
}
@media screen and (max-width: 768px) {
  .productsDetailTable__block--grayWomen {
    min-height: inherit;
  }
}
.productsDetail__flex {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .productsDetail__flex {
    position: inherit;
    flex-direction: column;
  }
}
.productsDetail__package {
  position: relative;
  margin-right: 10px;
  width: 182px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .productsDetail__package {
    width: inherit;
    margin: 0 auto;
  }
}
.productsDetail__package--1type {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--1type {
    display: block;
    position: relative;
    left: 10px;
  }
}
.productsDetail__package--2type {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--2type {
    width: 130px;
  }
}
.productsDetail__package--myseed img {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--myseed img {
    position: inherit;
    bottom: inherit;
    left: inherit;
    width: 320px;
  }
}
.productsDetail__package--bundle01 {
  width: 120px;
  position: absolute;
  top: 80px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--bundle01 {
    left: 100px;
  }
}
.productsDetail__package--bundle02 {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--bundle02 {
    top: 136px;
    left: 64px;
  }
}
.productsDetail__package--bundle03 {
  position: absolute;
  top: 350px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--bundle03 {
    width: 130px;
    top: 90px;
    left: -74px;
  }
}
.productsDetail__package--bundle04 {
  width: 85px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--bundle04 {
    width: 130px;
    right: 50px;
    bottom: 10px;
  }
}
.productsDetail__package--bundle05 {
  width: 85px;
  position: absolute;
  bottom: 30px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .productsDetail__package--bundle05 {
    width: 130px;
    right: 150px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__img {
    margin: 0 auto;
  }
}
.productsDetailTxt__point {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__point {
    flex-direction: column;
    margin: 0 auto;
    max-width: 250px;
  }
}
.productsDetailTxtPoint__unit {
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 0 8px;
  margin: 0 10px 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.productsDetailTxtPoint__unit span {
  color: yellow;
}
.productsDetailTxtPoint__unitT {
  background-color: #000;
  color: #fff;
  padding: 2px 8px;
  margin: 0 10px 5px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPoint__unitT {
    margin: 5px 0;
  }
}
.productsDetailTxt__discount {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__discount {
    margin: 15px 0 10px;
  }
}
.productsDetailTxt__discount--big {
  margin-left: 4px;
  font-size: 36px;
  font-family: droid-serif, serif;
  font-style: normal;
  font-weight: 600;
}
.productsDetailTxt__discount--border {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  font-size: 24px;
  font-family: droid-serif, serif;
  font-style: normal;
}
.productsDetailTxt__discount--border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: black;
  transform: rotate(60deg);
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__discount--border::before {
    transform: rotate(70deg);
  }
}
.productsDetailTxt__discount--border::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: black;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__discount--border::after {
    transform: rotate(-70deg);
  }
}
.productsDetailTxt__price {
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__price {
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
.productsDetailTxtPrice__limit {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 8px;
  margin-right: 15px;
  font-size: 19px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__limit {
    padding: 4px;
    font-size: 20px;
    line-height: 1.2em;
  }
}
.productsDetailTxtPrice__limit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  border: 28px solid transparent;
  border-left: 11px solid #000;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__limit::after {
    left: 48px;
    border: 28px solid transparent;
    border-left: 10px solid #000;
  }
}
.productsDetailTxtPrice__number {
  display: flex;
  align-items: flex-end;
  font-size: 48px;
  font-family: droid-serif, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__number {
    font-size: 14vw;
  }
}
.productsDetailTxtPrice__unit {
  text-align: center;
  font-size: 24px;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__unit {
    font-size: 8.5vw;
  }
}
.productsDetailTxtPrice__unitM {
  text-align: center;
  font-size: 20px;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__unitM {
    font-size: 8vw;
  }
}
.productsDetailTxtPrice__unitT {
  text-align: center;
  font-size: 20px;
  line-height: 0.7em;
}
@media screen and (max-width: 768px) {
  .productsDetailTxtPrice__unitT {
    font-size: 7.5vw;
  }
}
.productsDetailTxtPrice__unitT span {
  font-size: 10px;
}
.productsDetailTxt__asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
}
.productsDetailTxt__asterisk span {
  color: #bf204a;
}
.productsDetailTxt__supplement {
  margin: 10px 0;
  width: 485px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__supplement {
    width: inherit;
    text-align: left;
  }
}
.productsDetailTxt__block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__block {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.productsDetailTxt__circle {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #969696;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__circle {
    margin-top: inherit;
  }
}
.productsDetailTxt__circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25%;
  width: 75px;
  text-align: center;
}
.productsDetailTxt__trial {
  margin: 0 0 15px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #555;
}
@media screen and (max-width: 768px) {
  .productsDetailTxt__trial {
    margin-left: inherit;
    text-align: center;
  }
}
.productsDetail__sample--inspection {
  margin: 0 0 0 auto;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .productsDetail__sample--inspection {
    margin: 15px auto 5px;
  }
}
.productsDetail__sample--index {
  margin: 0 auto;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .productsDetail__sample--index {
    margin: 15px auto 5px;
  }
}
.products__ttl {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  font-size: 18px;
  border-left: solid 2px;
}
@media screen and (max-width: 768px) {
  .products__flame {
    width: 100%;
  }
}
.products__flame--left {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .products__flame--left {
    width: 100%;
    margin-top: 10px;
  }
}
.products__flame--right {
  width: 505px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .products__flame--right {
    width: 100%;
  }
}
.products__flame--internal {
  margin-bottom: 5px;
  width: 505px;
}
@media screen and (max-width: 768px) {
  .products__flame--internal {
    width: auto;
  }
}
.products__flame--outside {
  display: flex;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .products__flame--outside {
    display: inherit;
    width: auto;
  }
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products__item {
  border: 1px solid #bf204a;
  border-radius: 1.5em;
  box-sizing: border-box;
  display: inline-block;
  margin: 3px;
  padding: 3px;
  width: 140px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.products__item--empty {
  width: 140px;
  margin: 3px;
  padding: 3px;
}
.products__btn {
  position: relative;
  padding: 20px 0 15px 20px;
  box-sizing: border-box;
  height: 70px;
  width: 100%;
  background: #f8f8f8;
  text-align: left;
}
.products__btn--gray {
  margin: 0;
  width: 100%;
  border-bottom: solid 2px #e1e1e1;
}
.products__btn--red {
  margin: 0 5px 0 0;
  border: solid 1px #bf204a;
}
.products__btn::before {
  position: absolute;
  top: 26px;
  right: 15px;
  content: "\F138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bf204a;
}
@media screen and (max-width: 768px) {
  .products__btn::before {
    right: 30px;
    top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .products__btn {
    position: relative;
    height: 80px;
    margin: 10px 0;
    padding: 30px;
    width: inherit;
    background: #fff;
    border: solid 1px #666666;
  }
}
.products__btn a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 26px 0 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .products__btn a {
    padding: 0 44px 0 15px;
  }
}
.products__txt--sup {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .products__txt--sup {
    padding: 0 15px 60px;
  }
}
.products__link {
  display: block;
}
.products__table--ex {
  width: 505px;
  border-collapse: separate;
  border-spacing: 5px;
  border: solid 1px #104876;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products__table--ex {
    width: 100%;
    margin-top: 10px;
  }
}
.products__table--no {
  width: 360px;
  border-collapse: separate;
  border-spacing: 5px;
  border: solid 1px #104876;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products__table--no {
    width: 100%;
  }
}
.products__table--myseed {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  border: solid 1px #104876;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products__table--myseed {
    width: 100%;
    margin-top: 10px;
  }
}
.products__table--index {
  width: 480px;
  height: 60px;
  border-collapse: separate;
  border-spacing: 5px;
  border: solid 1px #104876;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products__table--index {
    width: 100%;
    margin: 15px 0;
  }
}
.products__heading {
  display: table-cell;
  padding: 5px 0;
  background-color: #104876;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .products__heading {
    font-size: 3vw;
  }
}
.products__data {
  padding-top: 5px;
  width: 17%;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5em;
  white-space: nowrap;
}
.products__data span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .products__data {
    font-size: 3vw;
    line-height: 2em;
  }
}
.products__data--no {
  width: 28%;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5em;
  white-space: nowrap;
}
.products__data--no span {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .products__data--no {
    font-size: 3vw;
    line-height: 2em;
  }
}
.products__data--available {
  background-color: #c5d6d4;
}
.products__data--notavailable {
  color: #fff;
  background-color: #ccc;
}
.products__data--border {
  color: #fff;
  background-color: #ccc;
  background-image: linear-gradient(-22deg, transparent 50%, white 50%, white 51%, transparent 51%, transparent);
}
@media screen and (max-width: 768px) {
  .products__data--border {
    background-image: linear-gradient(-26deg, transparent 50%, white 50%, white 51%, transparent 51%, transparent);
  }
}
.productsTable {
  width: 100%;
  margin-top: 16px;
}
.productsTable__title {
  padding: 20px;
  border: 1px solid #ddd;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .productsTable__title {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-color: #c5d6d4;
    box-sizing: border-box;
  }
}
.productsTable__txt {
  padding: 10px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .productsTable__txt {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
}
.productsCp__bigHeadline {
  padding: 8px 102px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .productsCp__bigHeadline {
    padding: 8px;
    font-size: 5vw;
  }
}
.productsCp__bigHeadline span {
  font-size: 12px;
  vertical-align: top;
}
.productsCp__caption {
  margin: 0 0 10px;
  color: #666;
  text-align: left;
  font-size: 10px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .productsCp__caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.productsCp__caption dt {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .productsCp__caption dt {
    margin-top: 12px;
  }
}
.productsCp__caption dd {
  margin: -13px 0 0 13px;
}
@media screen and (max-width: 768px) {
  .productsCp__caption dd {
    margin-top: -18px;
  }
}
.productsCp__flex {
  display: flex;
  margin-top: -5px;
}
.productsCp__ttl {
  padding: 4px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .productsCp__ttl {
    font-size: 6vw;
  }
}
.productsCp__txt {
  margin: 10px 0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .productsCp__txt {
    font-size: 14px;
  }
}
.productsCp__catchCopy {
  padding: 8px;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .productsCp__catchCopy {
    padding: 8px 4px;
    font-size: 6vw;
  }
}
.productsCp__catchCopy--attention {
  padding: 5px;
  background-color: #bf204a;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .productsCp__catchCopy--attention {
    margin-right: 2px;
    font-size: 5vw;
    line-height: 14px;
  }
}
.productsCp__catchCopy--normal {
  display: inline-block;
  padding-left: 8px;
  color: #bf204a;
  border-bottom: 2px solid;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .productsCp__catchCopy--normal {
    font-size: 5vw;
  }
}
.productsCpMore__content {
  background-color: #c5d6d4;
  padding-bottom: 10px;
}
.productsCpMore__headline {
  padding: 4px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .productsCpMore__headline {
    padding: 4px 0 2px 0;
    text-align: left;
    font-size: 6vw;
  }
}
.productsCpMore__headline span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .productsCpMore__headline span {
    font-size: 5vw;
  }
}
.productsCpMore__txt {
  display: flex;
  background-color: #f3f7f6;
  margin: 0 102px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .productsCpMore__txt {
    flex-wrap: wrap-reverse;
    margin: 0 10px;
    font-size: 14px;
  }
}
.productsCpMore__txt img {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .productsCpMore__txt img {
    margin: 0 50px 0 0;
    max-width: 60%;
  }
}
.productsCpMore__txt p {
  padding: 10px 0 10px 14px;
  font-weight: bold;
}
.productsCpMore__txt p span {
  box-shadow: inset 0 -10px 0 0 #f7e85c;
  margin: 0 0 15px;
}
.productsCpMore__img {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .productsCpMore__img {
    width: inherit;
  }
}
.productsCpDoubly__content {
  display: flex;
  justify-content: space-between;
  background-color: #c5d6d4;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .productsCpDoubly__content {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
}
.productsCpDoubly__content--left {
  padding-right: 10px;
}
.productsCpDoubly__content--right {
  min-width: 70px;
  margin: auto;
}
.productsCpDoubly__content--right img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .productsCpDoubly__content--right img {
    padding: 0 0 15px 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
.productsCpDoublyLead {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .productsCpDoublyLead br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .productsCpDoublyLead {
    font-size: 14px;
  }
}
.productsCpDoubly__txt {
  font-size: 12px;
  border-bottom: dotted 2px #104876;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .productsCpDoubly__txt > img {
    max-width: 20%;
  }
}

.main {
  margin: auto;
  padding: auto;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}
.main__flex {
  margin: 80px auto 100px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .main__flex {
    margin: 60px auto 30px 0;
    padding: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.mainContent {
  flex-grow: 3;
  margin: 0 auto;
  width: 700px;
}
.mainContent__bigttl {
  margin: 0 0 30px 0;
  padding: 0.5em 0;
  font-size: 24px;
  line-height: 1.5em;
  border-top: solid 3px #bf204a;
  border-bottom: solid 1px #bf204a;
}
@media screen and (max-width: 768px) {
  .mainContent__bigttl {
    margin: 0 auto 30px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
    border: none;
    color: #666;
  }
}
.mainContent__bigttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .mainContent__bigttl br {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .mainContent__bigttl::before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    display: inline-block;
    content: "";
    background-color: #bf204a;
  }
}
.mainContent__ttl {
  margin: 30px 0;
  padding: 0 0 0.3em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px;
}
@media screen and (max-width: 768px) {
  .mainContent__ttl {
    margin: 30px 0;
    color: #444;
    border-bottom: solid 1px #666;
  }
}
.mainContent__subttl {
  margin: 30px 0 0;
  padding: 0 0 0.3em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainContent {
    margin: 0 auto;
    padding: 0 3% 60px;
    width: 94%;
  }
}
.mainContent__lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .mainContent__lead {
    font-size: 4.6vw;
  }
}
.mainContent__lead--sub {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .mainContent__lead--sub {
    font-size: 4.6vw;
    line-height: 2;
  }
}
.mainContent__sup {
  font-size: 14px;
  text-align: center;
}
.mainContent__link:visited, .mainContent__link:link, .mainContent__link:hover {
  color: #bf204a;
}
.mainContent__margin--b10 {
  margin-bottom: 10px !important;
}
.mainContent__margin--b30 {
  margin-bottom: 30px !important;
}
.mainContent__margin--b60 {
  margin-bottom: 60px !important;
}
.mainContent__margin--t20 {
  margin-top: 20px !important;
}
.mainContent__margin--t40 {
  margin-top: 40px !important;
}
.mainContent__margin--t60 {
  margin-top: 60px !important;
}
.mainContent__txt {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .mainContent__txt {
    text-align: left;
    line-height: 2;
    color: #666;
  }
}
.mainContent__txt--bold {
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mainContent__txt--bold {
    color: #444;
    margin: 30px 0;
    text-align: left;
    line-height: 2em;
  }
}
.mainContent__flex--2item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mainContent__flex--2item {
    display: block;
  }
}
.mainContent__flex--1item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mainContent__flex--1item {
    display: block;
    text-align: center;
  }
  .mainContent__flex--1item > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainContent__flex--1item > img {
    padding-top: 0;
  }
}
.mainContent__img {
  margin: 0 30px 30px 0;
}
.mainContent__caption {
  color: #666;
}
.mainContent__caption dt {
  margin-top: 10px;
}
.mainContent__caption dd {
  margin: -26px 0 0px 18px;
}
.mainContent__list {
  margin-bottom: 30px;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  .mainContent__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.mainContent__list--check {
  position: relative;
  padding: 2px 0 2px 40px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.mainContent__list--circle {
  counter-reset: list_count;
  position: relative;
  padding: 2px 0 2px 14px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.mainContent__list--left {
  text-align: left;
}
.mainContent__item {
  padding: 0 0 0 20px;
}
.mainContent__item::before {
  content: "";
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #08618d;
}
.mainContent__item--check {
  line-height: 1;
  margin: 20px 0;
}
.mainContent__item--check::before {
  content: "";
  position: absolute;
  left: 3%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #08618d;
  border-bottom: 2px solid #08618d;
  transform: rotate(-45deg);
}
.mainContent__item--circle {
  line-height: 1;
  margin: 20px 0;
}
.mainContent__item--circle::before {
  display: block;
  float: left;
  counter-increment: list_count;
  content: counter(list_count);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: -4px 0.25em 0 0;
  background-color: #08618d;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.mainContent__detail {
  border: solid 2px #e1e1e1;
  margin-bottom: 30px;
  padding: 14px 30px;
  background: #fafafa;
  line-height: 2.4;
}
.mainContent__detail dd {
  margin-left: 25px;
}
.mainContent__detail dd img {
  vertical-align: middle;
  margin: 0 0 1px 2px;
}
.mainContent__btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.mainContent__btn a:visited, .mainContent__btn a:link, .mainContent__btn a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainContent__btn {
    display: block;
    padding: 0.8rem 3rem;
    margin: 10px 20px 0 0;
    text-align: center;
    font-size: 18px;
  }
}
.mainContent .categoryTop {
  display: flex;
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainContent .categoryTop {
    display: none;
  }
}
.mainContent .categoryTop__btn {
  margin: 0 auto;
  width: 310px;
  background: #bf204a;
  border-radius: 3px;
  transition: 0.4s;
}
.mainContent .categoryTop__btn a:visited, .mainContent .categoryTop__btn a:link, .mainContent .categoryTop__btn a:hover {
  color: #fff;
  line-height: 50px;
}
.mainContent .categoryTop__link {
  display: block;
}
.mainContent__sup {
  margin: 30px 0;
  padding: 0.2em 10px;
  text-align: center;
  font-size: 16px;
  background-color: #969696;
  border-radius: 1.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainContent__sup br {
    display: none;
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
}
.footerInnerUpper {
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerUpper {
    padding: 60px 0 0;
  }
}
.footerInnerUpperMenuItem {
  margin-bottom: 15px;
}
.footerInnerLower {
  margin: 0 auto;
  padding: 0 20px 50px;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerLower {
    padding: 0 4vw 60px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footerNavList {
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
  }
}
.footerNavItem {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItem {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItem {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNavItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
.footerNavItemOpen {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItemOpen {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItemOpen {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.footerNavMenu {
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footerNavMenu {
    margin: 0;
    padding: 25px 4vw;
    width: 100%;
  }
}
.footerNavSubmenuItem:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuItem {
    display: block;
    height: 70px;
    margin-bottom: 0;
  }
  .footerNavSubmenuItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavSubmenuItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .footerNavSubmenuItemLink {
    display: flex;
    align-items: center;
    padding: 0 4vw;
    width: 100%;
    height: 100%;
  }
}
.footerNavSubmenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuList {
    gap: 0;
  }
}
.footerLowerList {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footerLowerList {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footerLowerItem {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footerLowerItem {
    order: 1;
    margin: 0 0 30px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footerLowerItemCopy {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .footerLowerItemCopy {
    order: 2;
    margin-top: 30px;
  }
}

.ac-box label {
  color: #513746;
}
@media screen and (max-width: 768px) {
  .ac-box label {
    display: flex;
    padding: 25px 4vw;
    width: 100%;
    transition: all 0.5s;
  }
  .ac-box label:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .ac-box label:after {
    position: absolute;
    content: "\F067";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 768px) {
  .ac-box input {
    display: none;
  }
  .ac-box input:checked ~ label::after {
    position: absolute;
    content: "\F068";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .ac-box input:checked ~ .ac-small {
    height: auto;
    background: #f9f3f4;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ac-small {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}