@charset "UTF-8";
@font-face {
  font-family: 'MyYuMinchoDemi';
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}

#products sub {
  bottom: -0.13em;
}
#products i {
  font-style: italic !important;
}
#products small {
   font-size: 75%;
 }
@media screen and (max-width: 767px) {
  #products .pcItem {
    display: none;
  }
}

#products .spItem {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .spItem {
    display: block;
  }
}
#products .tabItem {
  display: none;
}  
@media screen and (min-width:768px) and ( max-width:1024px) {
  #products .tabItem {
    display: block;
  }
}


#products .boder-gry {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .boder-gry.develop {
    margin-bottom: -15px;
  }
}

#products .word-kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#products .attention-notes {
  margin: 20px 0 -40px;
  padding-left: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  #products .attention-notes {
    font-size: calc((14 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .attention-notes {
    margin: 15px 0 -25px;
    padding-left: 0;
    font-size: 12px;
  }
}

#products .kirin-notes {
  margin: 10px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #b2b2b2;
}

@media screen and (max-width: 767px) {
  #products .kirin-notes {
    margin: 8px 0 20px;
    padding-top: 10px;
  }
}

#products .kirin-notes.cosme_bb {
  margin-bottom: 0;
}

#products .offset-point {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #products .offset-point {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#products .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products .flex-box.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #products .flex-box.-rev {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #products .flex-box {
    display: block;
  }
  #products .flex-box.-spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#products .flex-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #products .flex-box-wrap {
    display: block;
  }
  #products .flex-box-wrap.-spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#products .products-wrapper {
  margin-top: 40px;
  margin-bottom: 100px;
}
#products .products-wrapper .bld {
  font-weight: bold !important;
}
@media screen and (max-width: 767px) {
  #products .products-wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

#products .sec-wrapper.development {
  padding-bottom: 60px;
  border-bottom: 1px dashed #cccccc;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper.development {
    padding-bottom: 25px;
  }
}
#products .sec-wrapper.development .bottom-notes2 {
  padding: 15px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #products .sec-wrapper.development .bottom-notes2 {
    font-size: 12px;
  }
}
#products .sec-wrapper.voice {
  padding-bottom: 60px;
  border-bottom: 1px dashed #cccccc;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper.voice {
    padding-bottom: 25px;
  }
}

#products .title-products {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 15px 20px;
  font-size: 28px;
  border-bottom: 1px solid #cccccc;
}
#products .title-products .is-small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #products .title-products {
    margin-bottom: 12px;
    padding: 0 0 8px 14px;
    font-size: 18px;
  }
  #products .title-products .is-small {
    font-size: 11px;
  }
}

#products .title-products::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #e60020;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #products .title-products::before {
    top: 1px;
    width: 4px;
    height: 18px;
  }
}

#products .copy-setbox .catch-copy {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #products .copy-setbox .catch-copy {
    font-size: 14px;
    font-weight: normal;
  }
}

#products .copy-setbox .quantity {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #products .copy-setbox .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
}

#products .copy-setbox .quantity span {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  background-color: #e5e5e5;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  #products .copy-setbox .quantity span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #products .copy-setbox.pc-item .quantity {
    display: none;
  }
}

#products .copy-setbox.sp-item {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .copy-setbox.sp-item {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdddd;
  }
}

#products .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper {
    display: block;
    margin: 12px 0 40px;
    padding-bottom: 40px;
  }
}

#products .cart-wrapper .product-image {
  width: 28%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #dcdddd;
  }
}

#products .cart-wrapper .product-image .image-box {
  border: 1px solid #dcdddd;
}
_::-webkit-full-page-media, _:future, :root #products .cart-wrapper .product-image .image-box img {
    padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image .image-box {
    overflow: hidden;
    text-align: center;
    border: 0;
  }
  #products .cart-wrapper .product-image .image-box img {
    width: 65%;
    margin: -5% auto;
  }
}

#products .cart-wrapper .product-image .note {
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image .note {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image.-notes {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image.-notes .image-box {
    border: 1px solid #dcdddd;
  }
}

#products .cart-wrapper .product-image.-notes .notes-box {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image.-notes .notes-box {
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdddd;
  }
}

#products .cart-wrapper .product-image.-notes .notes {
  margin-top: 8px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .product-image.-notes .notes {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}

#products .cart-wrapper .cart-setbox {
  width: 69%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-setbox {
    width: 100%;
  }
}

#products .cart-wrapper .cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box {
    display: block;
  }
}

#products .cart-wrapper .cart-box > dt {
  width: 33%;
  padding: 15px 0 15px 15px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0 15px;
  }
}

#products .cart-wrapper .cart-box > dt .title {
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding-left: 23px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .cart-box > dt .title {
    font-size: calc((22 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dt .title {
    min-width: 52%;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 18px;
  }
  #products .cart-wrapper .cart-box > dt .title br {
    display: none;
  }
}

#products .cart-wrapper .cart-box > dt .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 5px solid #e60020;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dt .title::before {
    top: 3px;
    width: 7px;
    height: 7px;
  }
}

#products .cart-wrapper .cart-box > dt .postage {
  display: inline-block;
}

#products .cart-wrapper .cart-box > dt .postage span {
  margin-left: 23px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #e60020;
  color: #e60020;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .cart-box > dt .postage span {
    font-size: calc((15 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dt .postage span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    font-size: 12px;
  }
}

#products .cart-wrapper .cart-box > dd {
  width: 67%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dd {
    width: 100%;
  }
}

#products .cart-wrapper .cart-box > dd .cart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 0;
  border-top: 1px dashed #999;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box > dd .cart-inner {
    padding: 0 0 10px 0;
    border-top: 0;
  }
}

#products .cart-wrapper .cart-box > dd .cart-inner:nth-of-type(1) {
  border-top: 0;
}

#products .cart-wrapper .cart-box.trial {
  margin-top: -15px;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box.trial {
    margin-top: 0;
  }
}

#products .cart-wrapper .cart-box.trial > dd .cart-inner {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

#products .cart-wrapper .cart-box.regular {
  background-color: #fff2f2;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box.regular {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 5px 15px;
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-box.normal {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#products .cart-wrapper .cart-box:nth-of-type(1) {
  border-top: 0;
}

#products .cart-wrapper .price-wrap {
  width: 58%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-wrap {
    width: 52%;
  }
}

#products .cart-wrapper .price-wrap .attention {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .price-wrap .attention {
    font-size: calc((14 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-wrap .attention {
    font-size: 10px;
  }
}

#products .cart-wrapper .price-wrap .attention:nth-of-type(1) {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-wrap .attention:nth-of-type(1) {
    margin-top: 3px;
  }
}

#products .cart-wrapper .btn-wrap {
  width: 42%;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .btn-wrap {
    width: 48%;
  }
}

#products .cart-wrapper .btn-wrap .btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 5px;
  background-color: #00a100;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
}

#products .cart-wrapper .btn-wrap .btn-green span {
  display: inline-block;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: url("/assets/img/products/icon_cart.png") left center/22px auto no-repeat;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .btn-wrap .btn-green span {
    font-size: calc((18 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .btn-wrap .btn-green span {
    font-size: 16px;
  }
}

#products .cart-wrapper .price-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products .cart-wrapper .price-set .number {
  width: 29%;
  padding-right: 2px;
  font-size: 20px;
  line-height: 1.35;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .price-set .number {
    font-size: calc((20 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-set .number {
    width: 33%;
    font-size: 15px;
  }
}

#products .cart-wrapper .price-set .number .sml {
  display: block;
  font-size: 13px;
  letter-spacing: .025em;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .price-set .number .sml {
    font-size: calc((13 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-set .number .sml {
    font-size: 10px;
  }
}

#products .cart-wrapper .price-set .price-box {
  width: 71%;
  padding-right: 5px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-set .price-box {
    width: 67%;
  }
}

#products .cart-wrapper .price-set .price-box .price {
  position: relative;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 95%, #000);
  display: inline;
  padding: 0;  
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .price-set .price-box .price {
    font-size: calc((22 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-set .price-box .price {
    font-size: 17px;
  }
}

/*#products .cart-wrapper .price-set .price-box .price::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}*/

#products .cart-wrapper .price-set .price-box .price span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  #products .cart-wrapper .price-set .price-box .price span {
    font-size: calc((14 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .price-set .price-box .price span {
    font-size: 10px;
  }
}

#products .cart-wrapper .price-set .price-box .discount {
  display: inline-block;
  color: #e60020;
  margin-top: 4px;
}

#products .cart-wrapper .cart-linkbox {
  padding: 20px 15px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-linkbox {
    padding: 20px 0 0;
  }
}

#products .cart-wrapper .cart-linkbox a {
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .cart-linkbox a {
    font-size: 13px;
  }
}

#products .cart-wrapper .other-information {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .other-information {
    margin-top: 20px;
  }
}

#products .cart-wrapper .other-information .notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .other-information .notification {
    display: block;
  }
}

#products .cart-wrapper .other-information .notification dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 17%;
  border-right: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .cart-wrapper .other-information .notification dt {
    width: 100%;
    padding: 6px 10px 5px;
    border-right: 0;
    border-bottom: 1px solid #dcdddd;
  }
}

#products .cart-wrapper .other-information .notification dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

#products .cart-wrapper .other-information .functionality {
  margin-bottom: 5px;
  font-weight: bold;
}

#products .cart-wrapper .other-information .notes {
  font-size: 12px;
  line-height: 1.55;
}

#products .cart-wrapper .other-information .notes.-mrgBottom {
  margin-bottom: 8px;
}

#products .cart-wrapper .other-information .public-information {
  margin-top: 20px;
}

#products .cart-wrapper .other-information .public-information a {
  text-decoration: underline;
}

#products .cart-wrapper .other-information .public-information .involved-achievement {
  margin: 10px 0;
}

#products .cart-wrapper .other-information .public-information a img {
  padding: 0 0 6px 0;
}

#products .navigation-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #f1f1f1), to(white));
  background: linear-gradient(0deg, #f1f1f1 1%, white 100%);
  background: -ms-linear-gradient(90deg, #f1f1f1 1%, white 100%);
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 0;
    border-right: 0;
    background: none;
  }
}

#products .navigation-setbox a {
  display: block;
  text-align: center;
  height: 100px;
  padding: 6px;
  width: calc((100% - 4px) / 5);
  border-right: 1px solid #b9b9b9;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: auto;
    padding: 16px 6px;
    border-bottom: 1px solid #b9b9b9;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #f1f1f1), to(white));
    background: linear-gradient(0deg, #f1f1f1 1%, white 100%);
    background: -ms-linear-gradient(90deg, #f1f1f1 1%, white 100%);
  }
  #products .navigation-setbox a:nth-child(2n) {
    border-right: 0;
  }
}

#products .navigation-setbox a.last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a.last-child {
    border-right: 1px solid #b9b9b9;
  }
}

#products .navigation-setbox a span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span {
    font-weight: bold;
  }
}

#products .navigation-setbox a span.icon {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.icon {
    width: 18%;
    margin-bottom: 0;
  }
}

#products .navigation-setbox a span.icon img {
  height: 26px;
  width: auto;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.icon img {
    height: 26px;
  }
}

#products .navigation-setbox a span.text {
  display: inline-block;
  height: 30px;
  margin-bottom: 2px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.text {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.text {
    width: 72%;
    margin-bottom: 0;
    padding: 0 7px 0 3px;
    font-size: 14px;
  }
}

#products .navigation-setbox a span.text .parentheses {
  padding: 4px 0 0;
}

@media screen and (max-width: 385px) {
  #products .navigation-setbox a span.text .parentheses {
    font-size: 12px;
    line-height: 1.2;
  }
}

#products .navigation-setbox a span.arrow {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.arrow {
    width: 10%;
    opacity: 1;
  }
}

#products .navigation-setbox a span.arrow img {
  width: 10px;
}

@media screen and (max-width: 767px) {
  #products .navigation-setbox a span.arrow img {
    width: 10px;
  }
}

#products .title-section {
  position: relative;
  margin: 128px 0 96px;
  font-size: 40px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1.2;
  letter-spacing: .185em;
  text-align: center;
  color: #444;
}
@media screen and (max-width: 767px) {
  #products .title-section {
    margin: 64px 0 42px;
    font-size: 30px;
    font-weight: bold;
  }
  #products .title-section.fontS {
    font-size: 28px;
  }  
}

#products .title-section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background-color: #e60020;
}

@media screen and (max-width: 767px) {
  #products .title-section::after {
    bottom: -16px;
    width: 30px;
  }
}

#products .title-barsSerif {
  margin-top: 80px;
  padding: 8px 10px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.35;
  background-color: #f6f6f6;
  color: #444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #products .title-barsSerif {
    margin-top: 40px;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
  }
}
#products .title-section + .notes {
  margin: -65px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #products .title-section + .notes {
    margin: -3vw 0 0;
    text-align: right;
  }
}
#products .title-gryBar {
  margin: 20px 0 -30px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.45;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .title-gryBar {
    margin: 18px 0 -36px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  #products .title-gryBar br {
    display: none;
  }
}

#products .title-gryBar .line {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

#products .title-gryBar .line::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: -5px;
  width: calc(100% + 5px);
  height: 10px;
  background-color: #fffc00;
  mix-blend-mode: multiply;
}

#products .title-gryblkBar {
  margin: 70px 0 -30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .title-gryblkBar {
    margin: 46px 0 -36px;
    background: none;
  }
  #products .title-gryblkBar br {
    display: none;
  }
}

#products .title-gryblkBar .inner {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .title-gryblkBar .inner {
    display: block;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f6f6f6;
  }
}

#products .title-gryblkBar .blk {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.45;
  background-color: #383838;
  color: #fff;
}

#products .title-gryblkBar .blk::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -34px;
  width: 34px;
  height: 100%;
  background: url("/assets/img/products/sno_58/bg_develop.png") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #products .title-gryblkBar .blk {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#products .title-serif {
  margin-top: 80px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .title-serif {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
  }
  #products .title-serif br {
    display: none;
  }
  #products .title-serif br.spBr {
    display: inline;
  }
}

#products .arrow_wrapper {
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .arrow_wrapper {
    margin: 30px 0;
  }
}

#products .arrow_wrapper img {
  width: 39px;
}

@media screen and (max-width: 767px) {
  #products .arrow_wrapper img {
    width: 29px;
  }
}

#products .arrow_wrapper.-negaMrg {
  margin: 40px 0 -30px;
}

@media screen and (max-width: 767px) {
  #products .arrow_wrapper.-negaMrg {
    margin: 30px 0 -8px;
  }
}

#products .arrow_wrapper.-negaMrg2 {
  margin: 40px 0 -15px;
}

@media screen and (max-width: 767px) {
  #products .arrow_wrapper.-negaMrg2 {
    margin: 30px 0 -16px;
  }
}

#products .catch-lineSerif {
  text-align: center;
}
#products .catch-lineSerif span {
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.55;
  color: #444;
  letter-spacing: .125em;
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif span {
    font-size: 24px;
    letter-spacing: .105em;
  }
  #products .catch-lineSerif span.fo30 {
    font-size: 30px;
    font-weight: bold;
  }
}

#products .catch-lineSerif span::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -5px;
  width: calc(100% + 5px);
  height: 12px;
  background-color: #fffc00;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif span::before {
    bottom: 7px;
    height: 10px;
  }
}

#products .catch-lineSerif span.mdl {
  font-size: 24px;
}

#products .catch-lineSerif span.mdl .spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif span.mdl .spBr {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif span.mdl {
    font-size: 16px;
  }
  #products .catch-lineSerif span.mdl.fo18 {
    font-size: 18px;
    font-weight: bold;
  }  
}

#products .catch-lineSerif span.mdl::before {
  bottom: 6px;
  height: 10px;
}

#products .catch-lineSerif span.lrg {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif span.lrg {
    font-size: 20px;
  }
}

#products .catch-lineSerif span.lrg::before {
  bottom: 8px;
  height: 12px;
}

#products .catch-lineSerif span.nonLine::before {
  display: none;
}

#products .catch-lineSerif span.sanSerif {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#products .catch-lineSerif.-mdl span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #products .catch-lineSerif.-mdl span {
    font-size: 22px;
  }
}

#products .catch-lineSerif.-mdl span::before {
  bottom: 6px;
  height: 10px;
}

#products .catch-lineSerif.-spSml span {
  /*&::before{
          bottom: 6px;
          height: 10px;
          @include mq-sp{}
        }*/
}
#products .catch-lineSerif.acw {
  margin: 70px 0 30px;
  font-size: 38px;
  font-family: 'MyYuMinchoDemi', serif;
}
#products .catch-lineSerif.acw span.bg {
  background-color: #F5F5F5;
  display: inline-block;
  border-radius: 30px;
  font-size: 28px;
  padding: 0 20px;
}
#products .catch-lineSerif.acw span.colorB {
  color: #242D5C;
}
#products .catch-lineSerif.acw span.font110 {
  font-size: 110px;
  color: #242D5C;
  line-height: 1.1;  
}
#products .catch-lineSerif.acw span.font62 {
  font-size: 62px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #products .catch-lineSerif.acw {
    margin: 40px 0 20px;
    font-size: 30px;
  }  
  #products .catch-lineSerif.acw span.bg {
    font-size: 18px;
  }
  #products .catch-lineSerif.acw span.font110 {
    font-size: 80px;
  }
  #products .catch-lineSerif.acw span.font62 {
    font-size: 30px;
  }
}
#products .catch-popSanserif {
  margin: 70px 0 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .catch-popSanserif {
    margin: 35px 0 10px;
    font-size: 16px;
  }
}

#products .catch-popSanserif2 {
  margin: 70px 0 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .catch-popSanserif2 {
    margin: 35px 0 10px;
    font-size: 16px;
  }
}

#products .text-image-warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
#products .text-image-warpper.mt0 {
  margin-top: 0;  
}
@media screen and (max-width: 767px) {
  #products .text-image-warpper {
    display: block;
    margin-top: 56px;
  }
}

#products .text-image-warpper .text-box {
  width: 60%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box {
    width: 100%;
    margin-right: 0;
  }
}

#products .text-image-warpper .text-box.no-image {
  width: 100%;
  margin-right: 0;
}

#products .text-image-warpper .text-box .title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
  }
  #products .text-image-warpper .text-box .title br {
    display: none;
  }
  #products .text-image-warpper .text-box .title br.spBr {
    display: inline;
  }
  #products .text-image-warpper .text-box .title br.spBlock {
    display: block;
  }  
}

#products .text-image-warpper .text-box .title.-mrgTop {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title.-mrgTop {
    margin-top: 28px;
  }
}

#products .text-image-warpper .text-box .title.-mrgTopSml {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title.-mrgTopSml {
    margin-top: 28px;
  }
}

#products .text-image-warpper .text-box .title.-mrgTopPc {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title.-mrgTopPc {
    margin-top: 0;
  }
}

#products .text-image-warpper .text-box .title .sml {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title .sml {
    font-size: 16px;
  }
}

#products .text-image-warpper .text-box .title .spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title .spBr {
    display: inline;
  }
}

#products .text-image-warpper .text-box .title .spBr2 {
  display: inline;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title .spBr2 {
    display: inline;
  }
}
#products .text-image-warpper .text-box .list {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .list {
    font-size: 16px;
  }
}
#products .text-image-warpper .text-box .read {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .read {
    line-height: 1.75;
  }
  #products .text-image-warpper .text-box .read br {
    display: none;
  }
}

#products .text-image-warpper .text-box .read .bld {
  font-weight: bold;
}
#products .text-image-warpper .text-box .read span.text-copy-line{
  position: relative;
  display: inline-block;
  font-weight: bold;
}
#products .text-image-warpper .text-box .read span.text-copy-line::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: -5px;
  width: calc(100% + 5px);
  height: 6px;
  background-color: #fffc00;
  mix-blend-mode: multiply;
}
#products .text-image-warpper .text-box .notes {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .notes {
    margin-top: 7px;
    font-size: 12px;
  }
}

#products .text-image-warpper .text-box .notes.-right {
  text-align: right;
}

#products .text-image-warpper .text-box .notes.-noMrg {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .notes.-noMrg {
    margin-top: 3px;
  }
}

#products .text-image-warpper .text-box .pop-box {
  position: relative;
  margin-top: 20px;
  padding: 24px 26px;
  font-size: 14px;
  line-height: 1.65;
  background-color: #f6f6f6;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  #products .text-image-warpper .text-box .pop-box {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .pop-box {
    margin-top: 14px;
    padding: 25px 20px 10px;
    font-size: 12px;
  }
}

#products .text-image-warpper .text-box .pop-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
  width: 49px;
  height: 32px;
  background: url("/assets/img/products/sno_59/arrow_products.png") center center/100% auto no-repeat;
}

@media only screen and (max-width: 1024px) {
  #products .text-image-warpper .text-box .pop-box::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .pop-box::after {
    display: block;
    top: auto;
    bottom: 0;
    right: auto;
    left: 30%;
    -webkit-transform: translateX(0) translateY(90%);
            transform: translateX(0) translateY(90%);
    width: 37px;
    height: 33px;
    background: url("/assets/img/products/sno_59/arrow_products_sp.png") center center/100% auto no-repeat;
  }
}

#products .text-image-warpper .text-box .pop-box .name {
  position: absolute;
  bottom: 6px;
  right: 30px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .pop-box .name {
    display: block;
    position: static;
    font-size: 13px;
    line-height: 1.35;
    text-align: right;
  }
}

#products .text-image-warpper .text-box .title-bars {
  margin: 28px 0 18px;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1.2;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title-bars {
    margin: 18px 0 16px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#products .text-image-warpper .text-box .title-bars.-noMrg {
  margin: 0 0 18px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title-bars.-noMrg {
    margin: 0 0 16px;
  }
}

#products .text-image-warpper .text-box .title-icon {
  position: relative;
  margin: 28px 0 18px;
  padding: 8px 15px 8px 130px;
  font-size: 22px;
  line-height: 1.2;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title-icon {
    margin: 18px 0 16px;
    padding: 6px 10px 6px 70px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#products .text-image-warpper .text-box .title-icon .icon {
  position: absolute;
  left: 22px;
  bottom: 5px;
  width: 86px;
  height: 65px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .title-icon .icon {
    left: 5px;
    bottom: 2px;
    width: 55px;
    height: auto;
  }
}

#products .text-image-warpper .text-box .program {
  text-align: right;
}

#products .text-image-warpper .text-box .program img {
  width: 76%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .program {
    width: 84%;
    margin: 1px auto 0;
  }
  #products .text-image-warpper .text-box .program img {
    width: 100%;
  }
}

#products .text-image-warpper .text-box.no-flex {
  width: 100%;
  margin-right: 0;
}

#products .text-image-warpper .text-box .img-box-rt {
  width: 50%;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .text-box .img-box-rt {
    width: 65%;
    margin: 20px auto 40px;
  }
}

#products .text-image-warpper .image-box {
  width: 37%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .image-box {
    width: 84%;
    margin: 20px auto 0;
  }
  #products .text-image-warpper .image-box.w60 {
    width: 60%;
    margin: 20px auto 10px;
  }  
}

#products .text-image-warpper .image-box .img {
  margin-bottom: 10px;
}

#products .text-image-warpper .image-box .img.-mrg {
  margin-top: 25px;
}

#products .text-image-warpper .image-box .cap {
  font-size: 13px;
}

#products .text-image-warpper .image-box.-negaMrg {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper .image-box.-negaMrg {
    margin-top: 20px;
  }
}

#products .text-image-warpper.-negaMrg {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-negaMrg {
    margin-top: 56px;
  }
}

#products .text-image-warpper.-develop .text-box {
  width: 76%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-develop .text-box {
    width: 100%;
  }
}

#products .text-image-warpper.-develop .image-box {
  width: 24%;
  padding-top: 20px;
  text-align: center;
}

#products .text-image-warpper.-develop .image-box img {
  /* max-width: 250px; */
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-develop .image-box {
    width: 100%;
    padding-top: 0;
  }
}

#products .text-image-warpper.-mrgTop90 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-mrgTop90 {
    margin-top: 56px;
  }
}

#products .text-image-warpper.-imgWid .text-box {
  width: 42%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-imgWid .text-box {
    width: 100%;
    margin-right: 0;
  }
}

#products .text-image-warpper.-imgWid .image-box {
  width: 55%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-imgWid .image-box {
    width: 94%;
    margin: 20px auto 0;
  }
}

#products .text-image-warpper.-imgWid2 .text-box {
  width: 45%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-imgWid2 .text-box {
    width: 100%;
    margin-right: 0;
  }
}

#products .text-image-warpper.-imgWid2 .image-box {
  width: 52%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-imgWid2 .image-box {
    width: 94%;
    margin: 20px auto 0;
  }
}

#products .text-image-warpper.-nonFlex {
  display: block;
}

#products .text-image-warpper.-nonFlex .text-box {
  width: 100%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-nonFlex .text-box {
    width: 100%;
    margin-right: 0;
  }
}

#products .text-image-warpper.-nonFlex .image-box {
  width: 70%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  #products .text-image-warpper.-nonFlex .image-box {
    width: 92%;
    margin: 20px auto 0;
  }
}

#products .image-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper {
    display: block;
    margin-top: 56px;
  }
}

#products .image-column-wrapper .column-box {
  width: 48.5%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box {
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
  }
}

#products .image-column-wrapper .column-box .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 75px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

#products .image-column-wrapper .column-box .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
  width: 65px;
  height: 51px;
  background: url("/assets/img/products/sno_71/icon_dog01.png") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box .title {
    margin-bottom: 12px;
    padding-left: 55px;
    font-size: 20px;
    font-weight: bold;
  }
  #products .image-column-wrapper .column-box .title br {
    display: none;
  }
  #products .image-column-wrapper .column-box .title br.spBr {
    display: inline;
  }
  #products .image-column-wrapper .column-box .title::before {
    -webkit-transform: translateY(-62%);
            transform: translateY(-62%);
    width: 50px;
    height: 39px;
    background: url("/assets/img/products/sno_71/icon_dog01.png") center center/cover no-repeat;
  }
}

#products .image-column-wrapper .column-box .title.p02::before {
  background: url("/assets/img/products/sno_71/icon_dog02.png") center center/cover no-repeat;
}

#products .image-column-wrapper .column-box .read {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box .read {
    line-height: 1.75;
  }
  #products .image-column-wrapper .column-box .read br {
    display: none;
  }
}

#products .image-column-wrapper .column-box .read .bld {
  font-weight: bold;
}

#products .image-column-wrapper .column-box .notes {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box .notes {
    margin-top: 7px;
    font-size: 12px;
  }
}

#products .image-column-wrapper .column-box .notes.-right {
  text-align: right;
}

#products .image-column-wrapper .column-box .notes.-noMrg {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box .notes.-noMrg {
    margin-top: 3px;
  }
}

#products .image-column-wrapper .column-box:first-child .img {
  width: 78%;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box:first-child .img {
    width: 84%;
    margin: 15px auto;
  }
}

#products .image-column-wrapper .column-box:last-child {
  margin-right: 0;
}

#products .image-column-wrapper .column-box:last-child .img {
  width: 57%;
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  #products .image-column-wrapper .column-box:last-child .img {
    width: 64%;
    margin: 15px auto;
  }
}

#products .image-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #products .image-setbox {
    display: block;
    margin-top: 50px;
  }
}

#products .image-setbox .image-box {
  width: 31.33%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .image-setbox .image-box {
    width: 90%;
    margin: 50px auto 0;
  }
}

#products .image-setbox .image-box:last-child {
  margin-right: auto;
}

#products .image-setbox .image-box .img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #products .image-setbox .image-box .img {
    margin-bottom: 25px;
  }
}

#products .image-setbox .image-box .notes {
  margin-top: 12px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #products .image-setbox .image-box .notes {
    margin-top: 10;
  }
}

#products .plasma-wrapper {
  position: relative;
  margin-top: 100px;
  border: 1px solid #dcdddd;
}
#products .plasma-wrapper.mt10 {
  margin-top: 10px;
}
#products .plasma-wrapper.acw {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper {
    margin-top: 50px;
  }
}

#products .plasma-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 45px;
  width: 53%;
  height: 3px;
  background-color: #e60020;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper::before {
    left: 20px;
    width: calc(100% - 40px);
    height: 3px;
  }
}

#products .plasma-wrapper .plasma-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox {
    display: block;
  }
}

#products .plasma-wrapper .plasma-setbox .plasma-text {
  width: 71%;
  padding: 45px 0 45px 45px;
}
#products .plasma-wrapper .plasma-setbox .plasma-text.pb0 {
  padding-bottom: 0;
}
#products .plasma-wrapper .plasma-setbox .plasma-text2 {
  width: 60%;
  padding: 45px 0 45px 45px;
}
#products .plasma-wrapper.acw .plasma-setbox .plasma-text {
  width: 100%;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox .plasma-text {
    width: 100%;
    padding: 20px 20px 5px;
  }
  #products .plasma-wrapper .plasma-setbox .plasma-text2 {
    width: 100%;
    padding: 20px 20px 5px;
  }  
  #products .plasma-wrapper.acw .plasma-setbox .plasma-text {
    padding: 20px 20px 5px;
  }  
}

#products .plasma-wrapper .plasma-setbox .plasma-title {
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
  color: #444;
}
#products .plasma-title2 {
  background-color: #B31700;
  text-align: center;
  margin-top: 80px;
}
#products .plasma-title2 strong {
  font-size: 36px;  
}
#products .plasma-title3{
  margin-top: 50px;
}
#products .plasma-title3 img {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #products .plasma-wrapper .plasma-setbox .plasma-title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox .plasma-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  #products .plasma-title2 {
    background-color: #B31700;
    text-align: center;
    margin-top: 60px;
  }  
}
#products .plasma-wrapper .plasma-setbox .notes {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox .notes {
    margin-top: 7px;
    font-size: 12px;
  }
}
#products .plasma-wrapper .plasma-setbox .plasma-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29%;
  padding: 20px;
}
#products .plasma-wrapper .plasma-setbox .plasma-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox .plasma-img {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }
  #products .plasma-wrapper .plasma-setbox .plasma-img2 {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }  
}

#products .plasma-wrapper .plasma-setbox .plasma-img img {
  width: 100%;
  max-width: 182px;
}
#products .plasma-wrapper .plasma-setbox .plasma-img.w100 img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .plasma-setbox .plasma-img img {
    width: 100%;
    max-width: 142px;
  }
  #products .plasma-wrapper .plasma-setbox .plasma-img.w100 img {
    width: 100%;
    max-width: 100%;
  }  
}

#products .plasma-wrapper .gold-title {
  position: relative;
  padding: 12px 20px 12px 135px;
  font-size: 22px;
  line-height: 1.55;
  background-color: #f6f6f6;
}

#products .plasma-wrapper .gold-title.-wid {
  padding: 20px 20px 20px 135px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-title.-wid {
    padding: 12px 15px 12px 60px;
  }
  #products .plasma-wrapper .gold-title.-wid.pl20 {
    padding: 12px 15px 12px 20px;
  }  
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-title {
    padding: 10px 15px 10px 60px;
    font-size: 16px;
    line-height: 1.4;
  }
  #products .plasma-wrapper .gold-title br {
    display: none;
  }
}

#products .plasma-wrapper .gold-title .gold {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 112px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-title .gold {
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
  }
}

#products .plasma-wrapper .gold-chartbox {
  padding: 10px 135px 70px;
}
#products .plasma-wrapper .gold-chartbox.pb30 {
  padding-bottom: 30px;
}
#products .plasma-wrapper .gold-chartbox.pb0 {
  padding-bottom: 0;
}
#products .plasma-wrapper .gold-chartbox.plr200 {
  padding: 10px 200px 30px;
}
#products .plasma-wrapper.acw .gold-chartbox {
  padding: 10px 45px 70px;
}

#products .plasma-wrapper.acw .gold-wrapper:last-child .gold-chartbox {
  padding: 10px 45px 30px;  
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-chartbox {
    padding: 10px 20px 35px;
  }
  #products .plasma-wrapper .gold-chartbox.plr200 {
    padding: 10px 20px 30px;
  }  
  #products .plasma-wrapper.acw .gold-chartbox {
    padding: 10px 20px 35px;
  }
  #products .plasma-wrapper.acw .gold-wrapper:last-child .gold-chartbox {
    padding: 10px 20px 20px; 
  }  
}

#products .plasma-wrapper .gold-chartbox .notes {
  font-size: 13px;
  color: #888;
}
#products .plasma-wrapper .gold-chartbox .notes2 {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-chartbox .notes {
    font-size: 12px;
  }
  #products .plasma-wrapper .gold-chartbox .notes2 {
    font-size: 12px;
    margin-bottom: 10px;
  }  
}

#products .plasma-wrapper .gold-chartbox .read {
  margin: 40px 0 25px;
}
#products .plasma-wrapper .gold-chartbox .read.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-chartbox .read {
    margin: 15px 0;
  }
  #products .plasma-wrapper .gold-chartbox .read br {
    display: none;
  }
}

#products .plasma-wrapper .gold-chartbox .read .bld {
  font-weight: bold;
}
#products .plasma-wrapper .gold-chartbox .gold-copy {
  margin: 10px 0 12px;
  font-size: 18px;
}
#products .plasma-wrapper .gold-chartbox .gold-copy.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-chartbox .gold-copy {
    font-size: 16px;
  }
}
#products .plasma-wrapper .gold-chartbox .gold-copy span.gold-copy-line {
  display: inline-block;
  position: relative;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.55;
  color: #444;
  letter-spacing: .125em;
}
#products .plasma-wrapper .gold-chartbox .gold-copy span.gold-copy-line::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: -5px;
  width: calc(100% + 5px);
  height: 6px;
  background-color: #fffc00;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-chartbox .gold-copy span.gold-copy-line::before {
    bottom: 4px;
    height: 6px;
  }
}
#products .plasma-wrapper .gold-chartbox .gold-images.mt30 {
  margin-top: 30px;
}

#products .plasma-wrapper .gold-graphbox {
  padding: 45px 90px 0;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-graphbox {
    padding: 20px 20px 0;
  }
}

#products .plasma-wrapper .gold-graphbox .gold-inner {
  padding: 30px;
  background-color: #f7f8f8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-graphbox .gold-inner {
    padding: 20px;
  }
}

#products .plasma-wrapper .gold-graphbox .gold-copy {
  margin: -25px 20px 30px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-graphbox .gold-copy {
    margin: 0 0 15px;
    font-size: 16px;
  }
}


#products .plasma-wrapper .gold-graphbox .gold-copy .bld {
  font-weight: bold;
}

#products .plasma-wrapper .gold-graphbox .gold-images {
  display: inline-block;
  mix-blend-mode: darken;
  max-width: 716px;
}

#products .plasma-wrapper .gold-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox {
    display: block;
  }
}

#products .plasma-wrapper .gold-setbox .gold-img {
  width: 49%;
  padding: 20px;
  background-color: #f7f8f8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-img {
    width: 100%;
  }
}

#products .plasma-wrapper .gold-setbox .gold-img .img {
  display: inline-block;
  mix-blend-mode: darken;
  max-width: 329px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-img .img {
    max-width: 100%;
  }
}

#products .plasma-wrapper .gold-setbox .gold-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 51%;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-text {
    width: 100%;
    padding-left: 0;
  }
}

#products .plasma-wrapper .gold-setbox .gold-text .copy {
  padding: 20px 0 30px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: normal;
  line-height: 1.85;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-text .copy {
    padding: 25px 0 20px;
    font-size: 18px;
    line-height: 1.65;
  }
}

#products .plasma-wrapper .gold-setbox .gold-text .copy .bld {
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
}

#products .plasma-wrapper .gold-setbox .gold-text .gold-list li {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-text .gold-list li {
    margin-bottom: 2px;
    line-height: 1.65;
  }
}

#products .plasma-wrapper .gold-setbox .gold-text .notes {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .plasma-wrapper .gold-setbox .gold-text .notes {
    margin-top: 18px;
    font-size: 12px;
  }
}

#products .plasma-wrapper .bottom-notes {
  padding: 35px 90px;
  font-size: 14px;
}
#products .plasma-wrapper.acw .bottom-notes {
  padding: 15px 0;  
}
@media screen and (max-width: 767px) {
  #products .plasma-wrapper .bottom-notes {
    padding: 20px;
    font-size: 12px;
  }
}

#products .multivitamin-wrapper {
   padding-top: 80px;
   margin-top: 80px;
   border-top: 2px dashed #444;
}

@media screen and (max-width: 767px) {
   #products .multivitamin-wrapper {
      padding-top: 40px;
      margin-top: 40px;
   }
}

#products .multivitamin-wrapper .title {
   margin-bottom: 26px;
   font-family: 'MyYuMinchoDemi', serif;
   color: #444;
   font-size: 26px;
   font-weight: normal;
   line-height: 1.45;
}

@media screen and (max-width: 767px) {
   #products .multivitamin-wrapper .title {
      font-size: 20px;
   }
}

#products .multivitamin-box {
   width: 100%;
   max-width: 820px;
   margin-top: 40px;
   margin-right: auto;
   margin-left: auto;
}
#products .multivitamin-box.-noMrg {
   margin-top: 0;
}
@media screen and (max-width: 767px) {
   #products .multivitamin-box {
      margin-top: 20px;
   }
   #products .multivitamin-box.-noMrg {
      margin-top: 0;
   }  
}

#products .multivitamin-box .text {
   width: 100%;
   max-width: 680px;
   margin-top: 26px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}

#products .multivitamin-img {
   width: 100%;
   max-width: 760px;
   margin-top: 32px;
   margin-right: auto;
   margin-left: auto;
}
#products .multivitamin-img.mt15 {
   margin-top: 15px;
}
@media screen and (max-width: 767px) {
   #products .multivitamin-img {
      max-width: initial;
      margin-top: 20px;
   }
}

#products .products-setbox {
  width: 595px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  #products .products-setbox {
    width: 100%;
    margin: 35px auto 0;
    padding: 0 20px;
  }
}

#products .products-banner {
  width: 595px;
  margin: 10px auto 70px;
}

@media screen and (max-width: 767px) {
  #products .products-banner {
    width: 100%;
    margin: 10px auto 35px;
    padding: 0 20px;
  }
}

#products .maintenance-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #products .maintenance-setbox {
    display: block;
    margin-top: 25px;
  }
}

#products .maintenance-setbox li {
  width: 321px;
  padding: 0 17px;
}

@media screen and (max-width: 767px) {
  #products .maintenance-setbox li {
    width: 65%;
    margin: 0 auto 30px;
    padding: 0;
  }
}

#products .maintenance-setbox li .cap {
  margin-top: 26px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
  color: #444;
}

@media screen and (max-width: 767px) {
  #products .maintenance-setbox li .cap {
    margin-top: 18px;
    font-size: 20px;
  }
}

#products .maintenance-setbox li .cap span {
  display: block;
}

#products .maintenance-setbox li .cap span.sml {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .maintenance-setbox li .cap span.sml {
    font-size: 12px;
  }
}

#products .column-wrapper {
  margin-top: 80px;
  padding: 36px;
  border: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper {
    margin-top: 40px;
    padding: 20px;
  }
}

#products .column-wrapper .column-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper .column-setbox {
    display: block;
  }
}

#products .column-wrapper .column-setbox .text-box {
  width: 74%;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper .column-setbox .text-box {
    width: 100%;
    margin-right: 0;
  }
}

#products .column-wrapper .column-setbox .text-box .title {
  margin-bottom: 18px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper .column-setbox .text-box .title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
  }
}

#products .column-wrapper .column-setbox .text-box .read {
  line-height: 1.85;
}

#products .column-wrapper .column-setbox .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22%;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper .column-setbox .image-box {
    display: block;
    width: 48%;
    margin: 16px auto 0;
  }
}

#products .column-wrapper .column-setbox:first-child {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper .column-setbox:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

#products .column-wrapper.sno_45 {
  padding: 42px;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 {
    padding: 20px;
  }
}

#products .column-wrapper.sno_45 .column-setbox .image-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .column-setbox .image-box {
    text-align: center;
  }
}

#products .column-wrapper.sno_45 .column-setbox .image-box img {
  width: 96px;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .column-setbox .image-box img {
    width: 66px;
  }
}

#products .column-wrapper.sno_45 .column-setbox:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .column-setbox:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#products .column-wrapper.sno_45 .list-setbox {
  margin-top: 20px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .list-setbox {
    margin-top: 12px;
    margin-left: 0;
  }
}

#products .column-wrapper.sno_45 .list-setbox li {
  position: relative;
  margin: 2px 0;
  padding-left: 16px;
  color: #6054a2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .list-setbox li {
    padding-left: 14px;
  }
}

#products .column-wrapper.sno_45 .list-setbox li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #6054a2;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #products .column-wrapper.sno_45 .list-setbox li::before {
    top: 7px;
  }
}

#products .develop-warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper {
    display: block;
    margin-top: 56px;
  }
}

#products .develop-warpper .text-box {
  position: relative;
  width: 73%;
  margin-right: 3%;
  padding: 36px;
  background-color: #ffecec;
  border-radius: 18px;
  color: #545454;
}
#products .develop-warpper.imgBg .text-box{
  width: 71%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px 35px;
  }
  #products .develop-warpper.imgBg .text-box{
    width: 100%;
    margin-right: 0;
    padding: 30px 20px 35px;
  }  
}

#products .develop-warpper .text-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 80px;
  right: -44px;
  width: 54px;
  height: 34px;
  background: url("/assets/img/products/sno_60/arrow_develop.png") center center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box::after {
    top: auto;
    bottom: -34px;
    right: 60%;
    width: 34px;
    height: 54px;
    background: url("/assets/img/products/sno_60/arrow_develop_sp.png") center center/100% auto no-repeat;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

#products .develop-warpper .text-box .title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
  }
  #products .develop-warpper .text-box .title br {
    display: none;
  }
}

#products .develop-warpper .text-box .title.-mrgTop {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .title.-mrgTop {
    margin-top: 28px;
  }
}

#products .develop-warpper .text-box .read {
  margin-top: 20px;
  line-height: 1.95;
}
#products .develop-warpper .text-box .read strong {
  color: #FF000A;
}
#products .develop-warpper .text-box .read strong.black {
  color: #545454;
}
@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .read {
    margin-top: 12px;
    line-height: 1.75;
  }
  #products .develop-warpper .text-box .read br {
    display: none;
  }
}

#products .develop-warpper .text-box .name {
  margin-bottom: -15px;
  text-align: right;
}
#products .develop-warpper .text-box .name.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .name {
    margin-bottom: -8px;
  }
}

#products .develop-warpper .text-box .name .sml {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .name .sml {
    font-size: 12px;
  }
}

#products .develop-warpper .text-box .name .xsml {
  display: inline-block;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .name .xsml {
    font-size: 10px;
  }
}

#products .develop-warpper .text-box .name .spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .name .spBr {
    display: inline;
  }
}

#products .develop-warpper .text-box .name.-mrgTop {
  margin-top: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .name.-mrgTop {
    margin-top: 13px;
  }
}

#products .develop-warpper .text-box .divi {
  margin-top: 8px;
  margin-bottom: -12px;
  text-align: right;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .divi {
    margin-top: 5px;
    margin-bottom: -6px;
    font-size: 10px;
  }
}

#products .develop-warpper .text-box .notes {
  margin-top: 15px;
  margin-bottom: -12px;
  text-align: right;
  font-size: 13px;
}
#products .develop-warpper .text-box .notes2 {
  text-align: left;
  font-size: 13px;
}
#products .develop-warpper .text-box .notes3 {
  margin-bottom: -12px;
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #products .develop-warpper .text-box .notes {
    margin-top: 10px;
    margin-bottom: -6px;
    font-size: 10px;
  }
}

#products .develop-warpper .image-box {
  width: 24%;
  padding-top: 24px;
}
#products .develop-warpper.acw .image-box {
  width: 40%;  
}
@media screen and (max-width: 767px) {
  #products .develop-warpper .image-box {
    width: 60%;
    margin: 20px auto 0;
    padding-top: 0;
  }
  #products .develop-warpper.acw .image-box {
    width: 60%;  
  }
  #products .develop-warpper.imgBg .image-box {
    margin: 32px auto 0;
  }  
}

#products .sleep-wrapper {
  margin-top: 60px;
  padding: 55px;
  border: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper {
    margin-top: 45px;
    padding: 20px;
  }
}

#products .sleep-wrapper .text-image-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

#products .sleep-wrapper .text-image-setbox:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox {
    display: block;
    margin-top: 50px;
  }
}

#products .sleep-wrapper .text-image-setbox .text-box {
  width: 72%;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .text-box {
    width: 100%;
  }
}

#products .sleep-wrapper .text-image-setbox .text-box .title {
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .text-box .title {
    font-size: 20px;
    font-weight: bold;
  }
  #products .sleep-wrapper .text-image-setbox .text-box .title br {
    display: none;
  }
}

#products .sleep-wrapper .text-image-setbox .text-box .read {
  padding-right: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .text-box .read {
    padding-right: 0;
    line-height: 1.75;
  }
  #products .sleep-wrapper .text-image-setbox .text-box .read br {
    display: none;
  }
}

#products .sleep-wrapper .text-image-setbox .text-box .notes {
  margin-top: 15px;
  font-size: 14px;
}
#products .sleep-wrapper .text-image-setbox .text-box .notes.-noMrg {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .text-box .notes {
    margin-top: 3px;
    font-size: 12px;
  }
  #products .sleep-wrapper .text-image-setbox .text-box .notes.-noMrg {
    margin-top: 3px;
  }  
}

#products .sleep-wrapper .text-image-setbox .text-box .title-bars {
  margin: 18px 0 16px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .text-box .title-bars {
    margin: 12px 0 12px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
}

#products .sleep-wrapper .text-image-setbox .image-box {
  width: 28%;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox .image-box {
    width: 84%;
    margin: 20px auto 0;
  }
}

#products .sleep-wrapper .text-image-setbox.-negaMrg {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #products .sleep-wrapper .text-image-setbox.-negaMrg {
    margin-top: 56px;
  }
}

#products .recommend-wrapper {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper {
    margin-top: 32px;
  }
}

#products .recommend-wrapper .notes {
  width: 100%;
  max-width: 730px;
  margin: 25px auto 0;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .notes {
    max-width: inherit;
    margin-top: 14px;
    font-size: 12px;
  }
}

#products .recommend-wrapper .recommend-head {
   width: 100%;
   max-width: 855px;
   margin: 0 auto;
   margin-bottom: 20px;
   text-align: center;
}

@media screen and (max-width: 767px) {
   #products .recommend-wrapper .recommend-head {
      max-width: inherit;
   }
}

#products .recommend-wrapper .recommend-head .title {
   font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
   color: #444;
   font-size: 32px;
   font-weight: 600;
   line-height: 1.35;
   letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
   #products .recommend-wrapper .recommend-head .title {
      font-size: 18px;
   }
}

#products .recommend-wrapper .recommend-head .title .emphasis {
   color: #e40000;
   font-size: 36px;
}

@media screen and (max-width: 767px) {
   #products .recommend-wrapper .recommend-head .title .emphasis {
      font-size: 24px;
   }
}

#products .recommend-wrapper .recommend-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 25px;
  background: url("/assets/img/products/bg_osusume.png") left top/15px auto;
  border: 5px solid #dedbdb;
}

#products .recommend-wrapper .recommend-box.-large {
   max-width: 855px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box,
  #products .recommend-wrapper .recommend-box.-large {
    display: block;
    max-width: inherit;
    padding: 0;
    border: 1px solid #e60020;
    text-align: center;
  }
}

#products .recommend-wrapper .recommend-box .recommend-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin-right: 30px;
  background-color: #e60020;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-title {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 6px;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-title .recommend-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#products .recommend-wrapper .recommend-box .recommend-title .icon {
  width: 40px;
  margin: 0 auto 8px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-title .icon {
    width: 26px;
    margin: 0 10px 0 0;
  }
}

#products .recommend-wrapper .recommend-box .recommend-title .title {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  line-height: 1.25;
  letter-spacing: -.095em;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-title .title {
    margin-bottom: 0;
    font-size: 18px;
  }
  #products .recommend-wrapper .recommend-box .recommend-title .title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-list {
    display: inline-block;
    padding: 12px;
  }
}

#products .recommend-wrapper .recommend-box .recommend-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 35px;
  font-size: 22px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-list li {
    margin: 5px 0;
    padding-left: 22px;
    font-size: 15px;
    text-align: left;
  }
}

#products .recommend-wrapper .recommend-box .recommend-list li .icon {
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-list li .icon {
    width: 15px;
    height: 15px;
  }
}

#products .recommend-wrapper .recommend-box .recommend-list li .line {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

#products .recommend-wrapper .recommend-box .recommend-list li .line::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: -5px;
  width: calc(100% + 5px);
  height: 10px;
  background-color: #fffc00;
  mix-blend-mode: multiply;
}

#products .recommend-wrapper .recommend-box .recommend-list li .sml {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .recommend-list li .sml {
    font-size: 12px;
  }
}

#products .recommend-wrapper .recommend-box .img-box {
  max-width: 190px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper .recommend-box .img-box {
    max-width: 150px;
    margin: -10px auto 10px;
  }
}

#products .recommend-wrapper .recommend-box.widBox {
  max-width: inherit;
}

@media only screen and (max-width: 900px) {
  #products .recommend-wrapper .recommend-box.widBox {
    padding: 0;
  }
}

#products .recommend-wrapper .recommend-box.widBox .list-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 900px) {
  #products .recommend-wrapper .recommend-box.widBox .list-wrap {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    display: inline-block;
    padding: 12px;
  }
}

#products .recommend-wrapper .recommend-box.widBox .list-wrap > * {
  width: 50%;
  padding: 0 10px;
}

@media only screen and (max-width: 900px) {
  #products .recommend-wrapper .recommend-box.widBox .list-wrap > * {
    display: block;
    width: auto;
    padding: 0;
  }
}

#products .recommend-wrapper.-wid .recommend-box {
  max-width: 840px;
}

@media screen and (max-width: 767px) {
  #products .recommend-wrapper.-wid .recommend-box {
    max-width: inherit;
  }
}

#products .recommend-wrapper .recommend-box + .notes {
  max-width: 855px;
  text-align: right;
  margin: 10px auto 0;
}

#products .component-box {
  margin-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #products .component-box {
    margin-top: 13px;
    padding-bottom: 13px;
  }
}

#products .component-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#products .component-box dt {
  margin-bottom: 6px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #products .component-box dt {
    margin-bottom: 4px;
  }
}

#products .component-box dd .img img {
  width: 70px;
  height: auto;
}

#products .component-box dd .img.img-resize img {
  width: 110px;
  height: auto;
}

#products .component-box dd .img.img-resize02 img {
  width: 150px;
  height: auto;
}

#products .component-box dd .img.img-resize03 img {
  width: 50px;
  height: auto;
}

#products .payment-wrapper {
  margin-top: 64px;
  padding: 25px;
  border: 3px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .payment-wrapper {
    margin-top: 24px;
    padding: 16px;
  }
}

#products .payment-wrapper .title-payment {
  margin-bottom: 20px;
  padding: 6px 16px;
  font-size: 20px;
  line-height: 1.2;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #products .payment-wrapper .title-payment {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 17px;
  }
}

#products .payment-wrapper .payment-box {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdddd;
}

#products .payment-wrapper .payment-box:last-of-type {
  margin-bottom: 12px;
  border-bottom: 0;
}

#products .payment-wrapper .payment-box dt {
  margin-bottom: 6px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #products .payment-wrapper .payment-box dt {
    margin-bottom: 8px;
  }
}

#products .payment-wrapper .payment-box dd .bld {
  font-weight: bold;
}

#products .table-setbox {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #products .table-setbox {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

#products .table-setbox .title-table {
  margin-bottom: 16px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #products .table-setbox .title-table {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

#products .table-setbox .title-table.vitamin {
  color: #633b18;
}

#products .table-setbox .title-table.mineral {
  color: #105b27;
}

#products .table-setbox .table-normal {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #products .table-setbox .table-normal {
    margin-bottom: 25px;
  }
}

#products .table-setbox .table-normal th, #products .table-setbox .table-normal td {
  padding: 12px 10px 12px 30px;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #products .table-setbox .table-normal th, #products .table-setbox .table-normal td {
    padding: 8px 10px;
  }
}

#products .table-setbox .table-normal th {
  width: 23%;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #products .table-setbox .table-normal th {
    width: 29%;
  }
}

#products .table-setbox .table-normal td {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  #products .table-setbox .table-normal td {
    padding-left: 10px;
  }
}

#products .table-setbox .table-normal.vitamin th {
  background-color: #fbf4ef;
}

#products .table-setbox .table-normal.mineral th {
  background-color: #eef9f1;
}

#products .list-setbox {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #products .list-setbox {
    margin-top: 16px;
  }
}

#products .list-setbox li {
  position: relative;
  margin: 8px 0;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  #products .list-setbox li {
    padding-left: 14px;
  }
}

#products .list-setbox li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #c2c2c2;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #products .list-setbox li::before {
    top: 7px;
  }
}

#products .voice-setbpx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx {
    display: block;
  }
}

#products .voice-setbpx .voice-box {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#products .voice-setbpx .voice-box:nth-child(2n) {
  margin-right: 0;
}

#products .voice-setbpx .voice-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 164px;
  padding: 10px 130px 10px 30px;
  background-color: #fafafa;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .text-box {
    min-height: 134px;
    padding: 10px 120px 10px 15px;
  }
}

#products .voice-setbpx .voice-box .text-box h3 {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .text-box h3 {
    margin-bottom: 6px;
  }
}

#products .voice-setbpx .voice-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: right;
}

#products .voice-setbpx .voice-box .img-box img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box .img-box img {
    height: 80%;
    max-height: 185px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .img-box img {
    height: 100%;
    max-height: 170px;
  }
}

#products .voice-setbpx .voice-box .img-box.-ht93 {
  top: 8%;
}

#products .voice-setbpx .voice-box .img-box.-ht93 img {
  height: 92%;
  width: auto;
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box .img-box.-ht93 img {
    height: 73%;
    max-height: 185px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .img-box.-ht93 img {
    height: 100%;
    max-height: 170px;
  }
}

#products .voice-setbpx .voice-box .img-box.-ht90 {
  top: 10%;
}

#products .voice-setbpx .voice-box .img-box.-ht90 img {
  height: 90%;
  width: auto;
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box .img-box.-ht90 img {
    height: 70%;
    max-height: 185px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .img-box.-ht90 img {
    height: 100%;
    max-height: 170px;
  }
}

#products .voice-setbpx .voice-box .img-box.-ht98 {
  top: 2%;
}

#products .voice-setbpx .voice-box .img-box.-ht98 img {
  height: 98%;
  width: auto;
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box .img-box.-ht98 img {
    height: 70%;
    max-height: 185px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box .img-box.-ht98 img {
    height: 100%;
    max-height: 170px;
  }
}

#products .voice-setbpx .voice-box .img-box.-mrg {
  right: 15px;
}

#products .voice-setbpx .voice-box .gender-box {
  padding: 12px 0 0 30px;
  font-weight: bold;
  color: #999;
}

#products .voice-setbpx .voice-box.lrg .text-box {
  padding: 10px 130px 10px 20px;
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box.lrg .text-box {
    padding: 15px 145px 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box.lrg .text-box {
    padding: 15px 120px 8px 15px;
  }
}

#products .voice-setbpx .voice-box.-dog .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  padding: 15px 245px 8px 30px;
  background-color: #fafafa;
  border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
  #products .voice-setbpx .voice-box.-dog .text-box {
    padding: 15px 220px 8px 30px;
  }
}

@media only screen and (max-width: 970px) {
  #products .voice-setbpx .voice-box.-dog .text-box {
    padding: 15px 195px 8px 18px;
  }
}

@media only screen and (max-width: 920px) {
  #products .voice-setbpx .voice-box.-dog .text-box {
    padding: 15px 165px 8px 18px;
  }
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box.-dog .text-box {
    padding: 18px 155px 8px 18px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box.-dog .text-box {
    min-height: 220px;
    padding: 10px 185px 8px 18px;
  }
}

#products .voice-setbpx .voice-box.-dog .img-box {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  max-height: 280px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  #products .voice-setbpx .voice-box.-dog .img-box {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box.-dog .img-box {
    right: -19px;
  }
}

#products .voice-setbpx .voice-box.-dog .img-box img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  #products .voice-setbpx .voice-box.-dog .img-box img {
    height: 95%;
    max-height: 280px;
  }
}

@media only screen and (max-width: 970px) {
  #products .voice-setbpx .voice-box.-dog .img-box img {
    height: 88%;
    max-height: 280px;
  }
}

@media only screen and (max-width: 920px) {
  #products .voice-setbpx .voice-box.-dog .img-box img {
    height: 75%;
    max-height: 280px;
  }
}

@media only screen and (max-width: 820px) {
  #products .voice-setbpx .voice-box.-dog .img-box img {
    height: 69%;
    max-height: 280px;
  }
}

@media screen and (max-width: 767px) {
  #products .voice-setbpx .voice-box.-dog .img-box img {
    height: 90%;
  }
}

#products .voice-solobox .voice-box {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #products .voice-solobox .voice-box {
    margin-bottom: 30px;
  }
}

#products .voice-solobox .voice-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 10px 130px 10px 30px;
  background-color: #fafafa;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #products .voice-solobox .voice-box .text-box {
    min-height: 134px;
    padding: 10px 120px 10px 15px;
  }
}

#products .voice-solobox .voice-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: right;
  /*&.-ht93{
          top: 7%;
          img{
            height: 93%;
            width: auto;
            @include mq-sp{}
          }
        }
        &.-ht90{
          top: 10%;
          img{
            height: 90%;
            width: auto;
            @include mq-sp{}
          }
        }
        &.-mrg{
          right: 10px;
        }*/
}

#products .voice-solobox .voice-box .img-box img {
  height: 130%;
  width: auto;
}

@media screen and (max-width: 767px) {
  #products .voice-solobox .voice-box .img-box img {
    height: 95%;
  }
}

#products .voice-solobox .voice-box .gender-box {
  padding: 12px 0 0 30px;
  font-weight: bold;
  color: #999;
}

#products .voice-notes {
  font-size: 13px;
  color: #444;
}

#products .voice-notes.-ctr {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .voice-notes.-ctr {
    text-align: left;
  }
}

#products .voice-repeat-box {
  width: 574px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #products .voice-repeat-box {
    width: 100%;
  }
}

#products .qa-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 767px) {
  #products .qa-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

#products .qa-box dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  font-weight: bold;
}

#products .qa-box dt::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/assets/img/products/icon_q.png") center center/100% auto no-repeat;
}

#products .qa-box dd {
  position: relative;
  padding-left: 35px;
}

#products .qa-box dd::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/assets/img/products/icon_a.png") center center/100% auto no-repeat;
}

#products .qa-box dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .qa-box dd .wrap {
    display: block;
  }
}

#products .qa-box dd .wrap .img {
  margin-left: 30px;
  max-width: 227px;
}

@media screen and (max-width: 767px) {
  #products .qa-box dd .wrap .img {
    max-width: 68%;
    margin: 15px 0 0;
  }
}

#products .kw-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox {
    display: block;
    margin-top: 40px;
  }
}

#products .kw-setbox .kw-text {
  width: 75%;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox .kw-text {
    width: 100%;
  }
}

#products .kw-setbox .kw-text .kw-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox .kw-text .kw-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
  }
}

#products .kw-setbox .kw-text .read {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox .kw-text .read {
    line-height: 1.75;
  }
  #products .kw-setbox .kw-text .read br {
    display: none;
  }
}

#products .kw-setbox .kw-text .notes {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox .kw-text .notes {
    margin-top: 3px;
    font-size: 12px;
  }
}

#products .kw-setbox .kw-img {
  width: 25%;
  padding: 20px 0 0 42px;
}

@media screen and (max-width: 767px) {
  #products .kw-setbox .kw-img {
    width: 100%;
    padding: 5px 20px 0;
    text-align: center;
  }
  #products .kw-setbox .kw-img img {
    width: 100%;
    max-width: 142px;
  }
}

#products .gryTitle-wrapper {
  margin-top: 60px;
  border: 1px solid #dcdddd;
}
#products .gryTitle-wrapper.acw {
  border: none;
}
@media screen and (max-width: 767px) {
  #products .gryTitle-wrapper {
    margin-top: 30px;
  }
  #products .gryTitle-wrapper.acw {
    margin-top: 30px;
  }  
}

#products .gryTitle-wrapper .gry-title {
  padding: 15px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  background-color: #f6f6f6;
}
#products .gryTitle-wrapper.acw .gry-title {
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 208px;
}
@media screen and (max-width: 767px) {
  #products .gryTitle-wrapper .gry-title {
    padding: 12px;
    font-size: 18px;
  }
  #products .gryTitle-wrapper.acw .gry-title {
    padding: 20px 20px 20px 158px;
  }  
}
#products .gryTitle-wrapper .gry-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 193px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #products .gryTitle-wrapper .gry-img {
    width: 140px;
  }
}
#products .gryTitle-wrapper .gry-title .sml {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #products .gryTitle-wrapper .gry-title .sml {
    font-size: 14px;
  }
}

#products .gryTitle-wrapper .gry-title .spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  #products .gryTitle-wrapper .gry-title .spBr {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox {
    margin-top: 10px;
  }
  
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox.-mrg {
    margin-top: 40px;
  }
}

#products .kw-chartbox .kw-chartset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 60px;
}
#products .kw-chartbox.acw .kw-chartset {
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  #products .kw-chartbox .kw-chartset {
    display: block;
    padding: 30px;
  }
  #products .kw-chartbox.acw .kw-chartset {
    padding: 30px 0;
  }  
}

#products .kw-chartbox .kw-chartset .chart:first-child {
  padding-right: 55px;
  border-right: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox .kw-chartset .chart:first-child {
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #dcdddd;
  }
}

#products .kw-chartbox .kw-chartset .chart:last-child {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox .kw-chartset .chart:last-child {
    padding-left: 0;
  }
}

#products .kw-chartbox .bottom-notes {
  padding: 0 60px 30px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox .bottom-notes {
    padding: 0 30px 20px;
    font-size: 12px;
  }
}

#products .kw-chartbox .read_ctr {
  margin: 30px 0 -20px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .kw-chartbox .read_ctr {
    margin: 20px 0 -10px;
    text-align: left;
  }
  #products .kw-chartbox .read_ctr br {
    display: none;
  }
}

#products .kw-doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #products .kw-doctor-list {
    display: block;
    margin-top: 16px;
  }
}

#products .kw-doctor-list .img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  #products .kw-doctor-list .img {
    margin: 0 auto;
  }
}

#products .kw-doctor-list .name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  #products .kw-doctor-list .name {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #products .kw-doctor-list .name {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}

#products .kw-doctor-list .name .mdl {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #products .kw-doctor-list .name .mdl {
    display: block;
    margin-right: 0;
    font-size: 12px;
  }
}

#products .kw-doctor-list .name .sml {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  #products .kw-doctor-list .name .dmBr {
    display: inline-block;
    line-height: 1.45;
  }
}

#products .neutralFat-chartbox .neutralFat-wrap {
  padding: 30px 110px 40px;
}

@media screen and (max-width: 767px) {
  #products .neutralFat-chartbox .neutralFat-wrap {
    padding: 20px 20px;
  }
  #products .neutralFat-chartbox .neutralFat-wrap .img {
    padding: 0 20px;
  }
  #products .neutralFat-chartbox .neutralFat-wrap .img.internalFat {
    padding: 0;
  }
}

#products .neutralFat-chartbox .neutralFat-notes {
  margin-bottom: 30px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #products .neutralFat-chartbox .neutralFat-notes {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #products .neutralFat-chartbox .neutralFat-notes br {
    display: none;
  }
}

#products .neutralFat-chartbox .neutralFat-notes .bld {
  font-weight: bold;
}

#products .neutralFat-chartbox .bottom-notes {
  padding: 0 10px 10px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 767px) {
  #products .neutralFat-chartbox .bottom-notes {
    padding: 0 30px 20px;
    font-size: 12px;
  }
}

#products .internalFat-chartbox .internalFat-wrap {
  padding: 20px 100px 30px;
}

@media screen and (max-width: 767px) {
  #products .internalFat-chartbox .internalFat-wrap {
    padding: 20px 20px;
  }
}

#products .internalFat-chartbox .internalFat-wrap .notes {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 767px) {
  #products .internalFat-chartbox .internalFat-wrap .notes {
    margin-top: 14px;
    font-size: 12px;
  }
}

#products .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  border: 5px solid #eaeaea;
}

@media screen and (max-width: 767px) {
  #products .flow-list {
    display: block;
    margin-top: 56px;
    border: 4px solid #eaeaea;
  }
}

#products .flow-list .flow-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22%;
  background-color: #eaeaea;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #products .flow-list .flow-title {
    display: block;
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 16px;
    text-align: center;
  }
}

#products .flow-list .flow-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: url("/assets/img/products/sno_38/arrow_gry.png") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #products .flow-list .flow-title::after {
    display: none;
  }
}

#products .flow-list .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #products .flow-list .flow-box {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

#products .flow-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
}

#products .flow-list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  #products .flow-list li::after {
    top: auto;
    bottom: 0;
    right: 5%;
    width: 80%;
    height: 1px;
  }
}

#products .flow-list li:last-child::after {
  display: none;
}

#products .flow-list li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #eaeaea;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #products .flow-list li .num {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 16px;
  }
}

#products .flow-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .cosme_main {
    margin: 0 -15px;
  }
}

#products .cosme_wrapper .cosme_sec {
  padding-left: 48px;
  padding-right: 48px;
}

@media only screen and (max-width: 1024px) {
  #products .cosme_wrapper .cosme_sec {
    padding-left: 0;
    padding-right: 0;
  }
}

#products .cosme_wrapper .image_sec {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec {
    margin-top: 30px;
  }
}

#products .cosme_wrapper .image_sec .title_inner {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  letter-spacing: .195em;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .title_inner {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

#products .cosme_wrapper .image_sec .title_inner sup {
  font-size: .4em;
  letter-spacing: .085em;
  vertical-align: super;
}

#products .cosme_wrapper .image_sec .title_outer {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  letter-spacing: .125em;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .title_outer {
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 24px;
  }
}

#products .cosme_wrapper .image_sec .title_outer sup {
  font-size: .4em;
  letter-spacing: .085em;
  vertical-align: super;
}

#products .cosme_wrapper .image_sec .title_outer .mdl {
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .title_outer .mdl {
    font-size: 18px;
  }
}

#products .cosme_wrapper .image_sec .title_outer .mdl sup {
  font-size: .55em;
}

#products .cosme_wrapper .image_sec .cosme_notes {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.85;
}

#products .cosme_wrapper .image_sec .cosme_notes.-mrg {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_notes.-mrg {
    margin-top: 15px;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox {
    display: block;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox .cosme_img {
  width: 44%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_img {
    width: 100%;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox .cosme_img.-negaMrg img {
  margin: -20px -10px -20px 0;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_img.-negaMrg img {
    margin: 0;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox .cosme_text {
  width: 56%;
}

@media only screen and (max-width: 1024px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_text {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_text.-padd {
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox .cosme_text.-padd {
    margin-bottom: 23px;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox .cosme_read {
  letter-spacing: .125em;
  line-height: 2;
}

#products .cosme_wrapper .image_sec .cosme_setbox .cosme_read .red {
  color: #ca1636;
}

#products .cosme_wrapper .image_sec .cosme_setbox.-line .cosme_text {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox.-line .cosme_text {
    padding-bottom: 0;
  }
}

#products .cosme_wrapper .image_sec .cosme_setbox.-line::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background-color: #ca1636;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .image_sec .cosme_setbox.-line::after {
    display: none;
  }
}

#products .cosme_wrapper .lineup_sec {
  min-height: 505px;
  margin-top: 15px;
  padding-top: 48px;
  padding-bottom: 108px;
  background: url("/assets/img/products/cosme_bb/bg_lineup.jpg") center top/100% auto no-repeat;
}

@media only screen and (max-width: 1024px) {
  #products .cosme_wrapper .lineup_sec {
    min-height: calc((505 / 1024) * 100vw);
    padding-bottom: calc((108 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec {
    min-height: inherit;
    margin: 20px -15px 30px;
    padding: 24px 15px 80px;
    background: url("/assets/img/products/cosme_bb/bg_lineup.jpg") center bottom/100% auto no-repeat;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_wrapper {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 9.368px 10.404px 64.35px 0.65px rgba(255, 173, 187, 0.32);
          box-shadow: 9.368px 10.404px 64.35px 0.65px rgba(255, 173, 187, 0.32);
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_wrapper {
    padding: 15px;
    -webkit-box-shadow: 1px 1px 14px 5px rgba(255, 173, 187, 0.32);
            box-shadow: 1px 1px 14px 5px rgba(255, 173, 187, 0.32);
  }
}

#products .cosme_wrapper .lineup_sec .title_lineup {
  margin-bottom: 28px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url("/assets/img/products/cosme_bb/title_lineup.png") center center/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .title_lineup {
    margin-bottom: 30px;
    padding: 6px 15px;
    font-size: 16px;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 37px 0 44px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox {
    display: block;
    margin: 0;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_setbox .wrap01 {
  width: 27%;
  margin-right: 7%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox .wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02 {
  position: relative;
  width: 30.5%;
  margin-right: 5%;
}

#products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -11%;
  width: 9%;
  height: 17px;
  background: url("/assets/img/products/cosme_bb/arrow_lineup.png") center center/100% no-repeat;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02::before {
    display: none;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -15%;
  width: 9%;
  height: 17px;
  background: url("/assets/img/products/cosme_bb/arrow_lineup.png") center center/100% no-repeat;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox .wrap02 {
    width: 100%;
    margin-bottom: 35px;
  }
}

#products .cosme_wrapper .lineup_sec .lineup_setbox .wrap03 {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .lineup_sec .lineup_setbox .wrap03 {
    width: 100%;
    margin-bottom: 20px;
  }
}

#products .cosme_wrapper .item_sec {
  padding-top: 80px;
  padding-bottom: 40px;
  background: url("/assets/img/products/cosme_bb/bg_item-base.jpg") center top/100% auto no-repeat;
}

@media only screen and (max-width: 1024px) {
  #products .cosme_wrapper .item_sec {
    padding-top: calc((40 / 1024) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec {
    margin: 0 -15px;
    padding: 40px 15px 20px 0;
    background: url("/assets/img/products/cosme_bb/bg_item-base_sp.png") center top/100% auto no-repeat;
  }
}

#products .cosme_wrapper .item_sec .title_item {
  position: relative;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
  letter-spacing: .185em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .title_item {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
}

#products .cosme_wrapper .item_sec .title_item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 2px;
  background-color: #e60020;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .title_item::after {
    width: 30px;
  }
}

#products .cosme_wrapper .item_sec .item_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 36px;
  margin-bottom: 25px;
  padding: 5px 5px 3px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
  letter-spacing: .125em;
  text-align: center;
  color: #ca1636;
  border: 1px solid #ca1636;
  background-color: #fff;
  border-radius: 18px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_cate {
    width: 100px;
    height: 22px;
    margin-bottom: 20px;
    padding: 5px 5px 3px;
    font-size: 10px;
    letter-spacing: .075em;
  }
}

#products .cosme_wrapper .item_sec .item_name {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
  letter-spacing: .125em;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_name {
    margin-bottom: 18px;
    font-size: 24px;
    letter-spacing: .085em;
  }
}

#products .cosme_wrapper .item_sec .item_name .sml {
  font-size: 26px;
}

@media only screen and (max-width: 860px) {
  #products .cosme_wrapper .item_sec .item_name .sml {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_name .sml {
    display: inline-block;
    font-size: 16px;
  }
}

#products .cosme_wrapper .item_sec .item_name_s {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
  letter-spacing: .125em;
  text-align: center;
}

@media only screen and (max-width: 820px) {
  #products .cosme_wrapper .item_sec .item_name_s .dmBr {
    display: inline-block;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_name_s {
    margin-bottom: 16px;
    font-size: 20px;
    letter-spacing: .085em;
  }
}

#products .cosme_wrapper .item_sec .item_read {
  line-height: 1.95;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_read {
    line-height: 1.85;
  }
}

#products .cosme_wrapper .item_sec .item_note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.6;
  }
}

#products .cosme_wrapper .item_sec .item_price {
  margin-top: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #ca1636;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_price {
    margin-top: 16px;
    font-size: 20px;
  }
}

#products .cosme_wrapper .item_sec .item_price .sml {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_price .sml {
    font-size: 14px;
  }
}

#products .cosme_wrapper .item_sec .item_btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 268px;
  height: 60px;
  margin-top: 25px;
  padding: 5px 5px 3px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #ca1636;
  border-radius: 30px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_btn a {
    margin-top: 18px;
    width: 80%;
    height: 40px;
  }
}

#products .cosme_wrapper .item_sec .item_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url("/assets/img/products/cosme_bb/arrow_wht.png") center center/cover no-repeat;
}

#products .cosme_wrapper .item_sec .item_box_l {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding-left: 70px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_box_l {
    margin-top: 32px;
    padding-left: 0;
    padding-top: 25px;
  }
}

#products .cosme_wrapper .item_sec .item_box_l .item_img_box {
  z-index: 5;
  width: 23%;
  margin-right: 13%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_box_l .item_img_box {
    width: 30%;
    margin-right: 6%;
    padding-top: 40px;
  }
  #products .cosme_wrapper .item_sec .item_box_l .item_img_box img {
    margin-left: -5px;
  }
}

#products .cosme_wrapper .item_sec .item_box_l .item_text_box {
  z-index: 4;
  width: 64%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_box_l .item_text_box {
    width: 64%;
  }
}

#products .cosme_wrapper .item_sec .item_box_l::after {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 450px;
  height: 216px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_box_l::after {
    width: 58%;
    height: 216px;
  }
}

#products .cosme_wrapper .item_sec .item_box_l:nth-of-type(1)::after {
  left: 0;
  background: url("/assets/img/products/cosme_bb/bg_item01.png") center center/cover no-repeat;
}

#products .cosme_wrapper .item_sec .item_box_l:nth-of-type(2)::after {
  right: 0;
  background: url("/assets/img/products/cosme_bb/bg_item02.png") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_box_l:nth-of-type(2)::after {
    right: -15px;
  }
}

#products .cosme_wrapper .item_sec .title_item_line {
  position: relative;
  max-width: 580px;
  margin: 96px auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .title_item_line {
    max-width: inherit;
    margin: 60px 10px 25px 25px;
  }
}

#products .cosme_wrapper .item_sec .title_item_line .ttl {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  line-height: 1;
  letter-spacing: .125em;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .title_item_line .ttl {
    padding: 6px 8px;
    font-size: 14px;
    letter-spacing: .065em;
  }
}

#products .cosme_wrapper .item_sec .title_item_line::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ca1636;
}

#products .cosme_wrapper .item_sec .item_setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox {
    display: block;
    padding-left: 15px;
  }
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s {
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox .item_box_s {
    width: 80%;
    margin: 0 auto;
  }
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s:last-child {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox .item_box_s:last-child {
    margin-top: 60px;
  }
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_img_box {
  position: relative;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_img_box {
    max-width: inherit;
    width: 65%;
    margin-bottom: 18px;
  }
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_img_box img {
  position: relative;
  z-index: 5;
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_img_box::after {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 302px;
  height: 216px;
  background: url("/assets/img/products/cosme_bb/bg_item03.png") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_img_box::after {
    width: 150%;
    height: 153px;
  }
}

#products .cosme_wrapper .item_sec .item_setbox .item_box_s .item_cate {
  z-index: 4;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#products .cosme_wrapper .item_sec .item_setbox .item_price {
  text-align: center;
}

#products .cosme_wrapper .item_sec .item_setbox .item_btn {
  text-align: center;
}

#products .cosme_wrapper .item_sec .item_setbox .item_text_wrap {
  min-height: 242px;
}

@media screen and (max-width: 767px) {
  #products .cosme_wrapper .item_sec .item_setbox .item_text_wrap {
    min-height: inherit;
  }
}

#products .products_fancal .cosmebb_sec {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec {
    margin-top: 40px;
  }
}

#products .products_fancal .cosmebb_inner {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_inner {
    max-width: inherit;
    margin-top: 20px;
  }
}

#products .products_fancal .cosmebb_inner .cosmebb_txt.-mrg {
  width: 57%;
  margin: -70px 0 50px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_inner .cosmebb_txt.-mrg {
    width: 100%;
    margin: 40px 0 10px;
  }
}

#products .products_fancal .cosmebb_inner .red {
  color: #ca1636;
  font-weight: bold;
}

#products .products_fancal .cosmebb_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background-color: #f9f1f4;
  border-left: 5px solid #ca1636;
  padding-left: 20px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_h {
    display: block;
    height: auto;
    padding: 10px 20px 10px 16px;
    font-size: 18px;
    border-left: 4px solid #ca1636;
    line-height: 1.35;
  }
}

#products .products_fancal h2.normal {
  padding: 12px 15px;
  background: none;
  background-color: #f9f9f9;
  border-top: 3px solid #ca1636;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #ca1636;
}

@media screen and (max-width: 767px) {
  #products .products_fancal h2.normal {
    padding: 10px 13px;
    font-size: 16px;
  }
}

#products .products_fancal .cosmebb_sec > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec > ul {
    display: block;
    line-height: 1.85;
  }
}

#products .products_fancal .cosmebb_sec > ul .notes {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec > ul .notes {
    font-size: 12px;
  }
}

#products .products_fancal .cosmebb_sec ul li:first-child {
  width: 57%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:first-child {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:first-child .cosmebb_img {
    width: 84%;
    margin: 20px auto 0;
  }
  #products .products_fancal .cosmebb_sec ul li:first-child .cosmebb_img img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul li:first-child .cosmebb_img02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:first-child .cosmebb_img02 {
    width: 98%;
    margin: 20px auto 0;
  }
  #products .products_fancal .cosmebb_sec ul li:first-child .cosmebb_img02 img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul li:last-child {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:last-child {
    width: 84%;
    margin: 20px auto 0;
  }
  #products .products_fancal .cosmebb_sec ul li:last-child img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul li:last-child .img {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:last-child .img {
    text-align: inherit;
  }
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul li:last-child.sml {
    width: 64%;
    margin: 10px auto 0;
  }
  #products .products_fancal .cosmebb_sec ul li:last-child.sml img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul.-wid li:first-child {
  width: 42%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul.-wid li:first-child {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul.-wid li:first-child .cosmebb_img {
    width: 84%;
    margin: 0 auto 0;
  }
  #products .products_fancal .cosmebb_sec ul.-wid li:first-child .cosmebb_img img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul.-wid li:last-child {
  width: 55%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul.-wid li:last-child {
    width: 84%;
    margin: 20px auto 0;
  }
  #products .products_fancal .cosmebb_sec ul.-wid li:last-child img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_sec ul.-wid li:last-child .img {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_sec ul.-wid li:last-child .img {
    text-align: inherit;
  }
}

#products .products_fancal .cosmebb_imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_imgset {
    display: block;
    margin-top: 40px;
  }
}

#products .products_fancal .cosmebb_imgset .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_imgset .img {
    width: 100%;
  }
}

#products .products_fancal .cosmebb_imgset .img:first-child {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_imgset .img:first-child {
    padding-right: 0;
  }
}

#products .products_fancal .cosmebb_imgset .img:last-child {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_imgset .img:last-child {
    width: 98%;
    padding-left: 10px;
    margin-top: 15px;
  }
}

#products .products_fancal .cosmebb_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_detail {
    display: block;
  }
}

#products .products_fancal .cosmebb_detail dl {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
  padding-left: 5px;
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_detail dl {
    width: 100%;
    margin-right: 0;
    padding-left: 2px;
  }
}

#products .products_fancal .cosmebb_detail dl:nth-child(2n) {
  margin-right: 0;
}

#products .products_fancal .cosmebb_detail dl dt {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #ca1636;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_detail dl dt {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#products .products_fancal .cosmebb_detail dl dd {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_detail dl dd {
    font-size: 12px;
  }
}

#products .products_fancal .cosmebb_detail dl span.pink {
  color: #ca1636;
  font-weight: normal;
}

#products .products_fancal .cosmebb_detail dl span.bold {
  display: inline;
  font-weight: bold;
  padding: 0;
  text-indent: 0;
}

#products .products_fancal .cosmebb_recommend {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_recommend {
    max-width: inherit;
    margin-top: 30px;
  }
}

#products .products_fancal .cosmebb_recommend .recommend_title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

#products .products_fancal .cosmebb_recommend .recommend_title .ttl {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #ca1636;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_recommend .recommend_title .ttl {
    font-size: 16px;
  }
}

#products .products_fancal .cosmebb_recommend .recommend_title::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ca1636;
}

#products .products_fancal .cosmebb_recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_recommend ul {
    display: block;
  }
}

#products .products_fancal .cosmebb_recommend ul li {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_recommend ul li {
    width: 65%;
    margin: 0 auto 16px;
  }
}

#products .products_fancal .cosmebb_recommend ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #products .products_fancal .cosmebb_recommend ul li:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}




/*    20221013商品・品質情報部分のCSS    */

#products .sec-wrapper .product-content {
  text-align: center;
}

#products .sec-wrapper .product-content .img img {
  width: 200px;
}

#products .sec-wrapper .product-name {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
#products .sec-wrapper .product-name .is-small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper .product-name {
    font-size: 18px;
    letter-spacing: normal;
  }
}

#products .sec-wrapper .product-info {
  margin: 24px 0 0 0;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper .product-info {
    font-size: 13px;
    display: block;
    margin-top: 8px;
  }
}

#products .sec-wrapper .product-info p {
  font-size: 16px;
}

#products .sec-wrapper .product-info .involved-achievement {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper .product-info p {
    font-size: 13px;
  }
}

#products .sec-wrapper .product-info a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #products .sec-wrapper .product-info a {
    font-size: 13px;
    display: inline;
  }
}

#products .sec-wrapper .product-info a img {
  padding: 0 0 6px 0;
}

#products .sec-wrapper .product-info .achievement {
  pointer-events: none;
}

#products .sec-wrapper .product-info span {
  text-decoration: underline;
  display: block;
}

#products .sec-wrapper .component-box .modal-btn-nutrition {
  background-color: #fff;
  text-align: right;
}

#products .sec-wrapper .component-box .tbl-mt10 {
  margin-top: 10px;
}

#products .sec-wrapper .component-box .mod-tbl .caution-desc br {
  display: none;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  #products .sec-wrapper .component-box .mod-tbl .caution-desc br {
    display: block;
  }
}

#products .sec-wrapper .component-box .mod-btn-02 {
  text-decoration: underline;
}


 /* モーダルCSS */
.modal-box-wrapper {
  background-color: rgba(0,0,0,.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor:pointer;
}

.modal-box-wrapper>.mod-modal-box {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 80%;
  margin: auto;
  padding: 40px 20px 21px;
  border-radius: 8px;
  cursor: auto;
}

@media screen and (min-width: 984px) {
  .modal-box-wrapper>.mod-modal-box {
      width: 100%;
      max-width: 960px;
      height: 69%;
      padding: 43px 30px 40px;
  }
}

.modal-box-wrapper>.mod-modal-box>.modal-inner {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 1px;
}

.modal-box-wrapper>.mod-modal-box>.modal-inner>:first-child {
  margin-top: 0;
}

.mod-hdg-wrapper.hdg-02 {
  position: relative;
  margin-top: 46px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ddd;
}

.mod-hdg-wrapper.hdg-02::after {
  background-color: #f00000;
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 61px;
  height: 3px;
  content: "";
}

.mod-hdg-wrapper.hdg-02 .hdg {
  font-size: 18px;
  font-weight: 700;
}

.mod-hdg-wrapper .hdg {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.modal-box-wrapper>.mod-modal-box>.modal-inner>:last-child {
  margin-bottom: 0;
}

.mod-list-01 {
  margin: 0 0 20px;
  padding: 0;
}

.mod-list-01>li {
  font-size: 14px;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  list-style-type: none;
}

.mod-list-01>li::before {
  background-color: #f00000;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
}

.mod-list-01.type-02>li:last-child, .mod-list-01.type-allergen>li:last-child {
  margin-bottom: 0;
}

.mod-list-01.type-02>li, .mod-list-01.type-allergen>li {
  margin: 0 0 26px;
}

.mod-list-01>li:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .mod-tbl {
    width: 100%;
  }
  
}

.mod-tbl {
  width: 100%;
}

.mod-tbl-01 {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ddd;
  border-radius: 6px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .mod-tbl {
    width: 75%;
  }
}


.tbl-mb5 {
  margin-bottom: 5px;
}

.mod-modal-box .mod-tbl-01 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mod-tbl-01 {
    width: 100%;
  }
}

.mod-tbl caption {
  font-size: 14px;
  text-align: right;
}

.mod-tbl .caution-desc {
  font-size: 14px;
  text-align: right;
}

.mod-tbl .caution-desc.desc-sp {
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .mod-tbl .caution-desc {
    font-size: 12px;
  }
}

.mod-tbl .t-note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .mod-tbl .t-note {
    font-size: 12px;
  }
}

.mod-list-01.type-02>li>:first-child, .mod-list-01.type-allergen>li>:first-child {
  margin-top: 19px;
}

.mod-tbl-01 td, .mod-tbl-01 th {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px 6px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .mod-tbl-01 td, .mod-tbl-01 th {
    font-size: 12px;
  }
}

.mod-tbl-01 th {
  text-align: left;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .mod-tbl-01 th {
    width: 90px;
  }
  .mod-modal-box .mod-tbl-01 th {
    width: 50px;
  }
}

.mod-tbl-01 .tbl-th, .mod-tbl-01 .tbl-th-inner {
  background-color: #f5f5f5;
  border-right: 0;
}

.mod-tbl-01 td {
  border-right: 1px solid #ddd;
}

.mod-tbl-01 tr:first-child td, .mod-tbl-01 tr:first-child th {
  border-top: 0;
}



.modal-box-wrapper>.mod-modal-box .btn-modal-close {
  background-color: #7d7d7d;
  position: absolute;
  top: 14px;
  right: 11px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
}

.modal-box-wrapper>.mod-modal-box .btn-modal-close::after, .modal-box-wrapper>.mod-modal-box .btn-modal-close::before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
}

.modal-box-wrapper>.mod-modal-box .btn-modal-close::before {
  transform: translate(50%,-50%) rotate(45deg);
}

.modal-box-wrapper>.mod-modal-box .btn-modal-close>span {
  position: absolute;
  top: -200px;
}

.modal-box-wrapper>.mod-modal-box .btn-modal-close::after, .modal-box-wrapper>.mod-modal-box .btn-modal-close::before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
}

.modal-box-wrapper>.mod-modal-box .btn-modal-close::after {
  transform: translate(50%,-50%) rotate(-45deg);
}

.mod-text {
  margin: 0 0 32px;
}

.mod-hdg-wrapper.hdg-03 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
}

.mod-hdg-wrapper.hdg-03 .hdg {
  font-size: 16px;
  font-weight: 700;
  padding-left: 8px;
  border-left: 4px solid #f00000;
}

.mod-list-allergen>.list-allergen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .mod-list-allergen>.list-allergen {
      flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .mod-list-allergen[data-col-pc="7"]>.list-allergen {
      margin-top: -5px;
      margin-left: -5px;
  }
}

@media screen and (min-width: 769px) {
  .mod-list-allergen[data-col-pc="7"]>.list-allergen, .mod-list-allergen[data-col-pc="8"]>.list-allergen {
      margin-top: -15px;
      margin-left: -15px;
  }
}

.mod-list-allergen>.list-allergen>.col {
  min-height: 1px;
}

@media screen and (min-width: 769px) {
  .mod-list-allergen[data-col-pc="7"]>.list-allergen>.col {
      width: 14.28571%;
      padding-top: 5px;
      padding-left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .mod-list-allergen[data-col-pc="7"]>.list-allergen>.col, .mod-list-allergen[data-col-pc="8"]>.list-allergen>.col {
      padding-top: 15px;
      padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mod-list-allergen[data-col-sp="3"]>.list-allergen>.col {
      width: 33.33333%;
      padding-top: 7px;
      padding-left: 7px;
  }
}

.mod-list-allergen .item-allergen {
  background-color: #fff;
  height: 100%;
  padding: 10px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .mod-list-allergen[data-col-sp]:not([data-col-sp="1"])>.list-allergen {
      flex-direction: row;
  }
}

.mod-list-allergen .item-allergen .item-text {
  margin: 0 0 7px;
  padding: 0;
}

.mod-list-allergen>.list-allergen>.col>.inner>:first-child {
  margin-top: 0;
}

.mod-list-allergen .item-allergen .item-text>b {
  font-size: 14px;
}

.mod-list-allergen .item-allergen .item-image {
  text-align: center;
}

.mod-list-allergen>.list-allergen>.col>.inner>:last-child {
  margin-bottom: 0;
}

#products .title-celine {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #products .title-celine {
    font-size: 18px;
    font-weight: bold;
  }
}

#products h3.obsession-title{
  position: relative;
  background-color: #4572B4;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px 0 75px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
  color: #FFF;
  margin: 50px 0 25px;
}
#products h3.obsession-title.mt0{
  margin-top: 0;
}
#products h3.obsession-title .obsession-icon{
  position:absolute;
  left: 0;
  top: -18px;
}
#products h3.obsession-title .obsession-icon2{
  position:absolute;
  right: -65px;
  top: -40px;
  width: 80px;
}
#products .obsession-img{
  border: 2px #4572B4 solid;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
}
#products .obsession-read{
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #products h3.obsession-title{
    display: block;
    font-size: 18px;
    padding: 0 35px 0 35px;
    margin: 50px 0 15px;    
  }
  #products h3.obsession-title .obsession-icon{
    position:absolute;
    left: 0;
    top: -3px;
    width: 30px;
  }  
  #products h3.obsession-title .obsession-icon2{
    position:absolute;
    right: -15px;
    top: -40px;
    width: 55px;
  }
}

#products h3.feature-title{
  position: relative;
  padding: 0 20px 0 100px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 30px;
}
#products h3.feature-title.-mrgTop90{
  margin-top: 90px;
}
#products h3.feature-title span.circle{
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  line-height: 90px;
  text-align:center;
  position: absolute;
  left: -3px;
  top: -20px;
  font-size: 18px;  
}
#products h3.feature-title + .text-image-warpper{
  margin-top: 40px;
}
#products img.round-corner{
  border-radius: 10px;
}
#products .feature-image-warpper .feature-image-box{
  width: 100%;
  max-width: 760px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}
#products .feature-image-warpper .feature-image-box p{
  width: 48%;
}
#products .feature-image-warpper p.notes{
  font-size: 14px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;  
}
@media screen and (max-width: 767px) {
  #products h3.feature-title{
    position: relative;
    padding: 5px 20px 5px 60px;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    border: 2px solid #000000;
    border-radius: 30px;
  }  
  #products h3.feature-title.-mrgTop90{
    margin-top: 50px;
  }
  #products h3.feature-title span.circle{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000;
    color: #FFF;
    line-height: 60px;
    text-align:center;
    position: absolute;
    left: -3px;
    top: -20px;
    font-size: 16px;  
  }
  #products h3.feature-title + .text-image-warpper{
    margin-top: 20px;
  }  
}
#products .voice-setbpx.miraidog .voice-box .text-box {
  padding-right: 160px;
}
#products .voice-setbpx.miraidog img.circle{
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  margin-top: 7px;  
}
@media screen and (max-width: 767px) {
  #products .voice-setbpx.miraidog .voice-box .text-box {
    padding-right: 140px;
  }
  #products .voice-setbpx.miraidog img.circle{
    border-radius: 50%;
    max-width: 120px;
    max-height: 120px;
  }  
}

#products .ques-box{
  text-align: center;
}
#products .ques-box .title{
  margin-bottom: 20px;
  font-size: 32px;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
}
#products .ques-box .img{
  display: inline-block;
}
#products .ques-box .img .notes{
  margin-top: 15px;
  font-size: 14px;
}
#products .ques-box .img .notes.-right{
  text-align: right;
}
@media screen and (max-width: 767px) {
  #products .ques-box .title{
    font-size: 18px;
  }
  #products .ques-box .img .notes{
    margin-top: 7px;
    font-size: 12px;
  }
}

#products .orange{
    color: #ee7a25;
}

#products .point-wrapper{
    margin: 60px 0;
}
#products .point-wrapper .point-box:not(:first-child){
    margin-top: 30px;
}
#products .point-wrapper .point-box .title{
  display: flex;
  align-items: center;
  font-size: 32px;
  font-family: 'MyYuMinchoDemi', serif;
  font-weight: normal;
  line-height: 1.45;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  #products .point-wrapper .point-box .title{
    font-weight: bold;
  }
}
#products .point-wrapper .point-box .title .hexagon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 80px;
  background-color: #163271;
  position: relative;
}
#products .point-wrapper .point-box .title .hexagon::before,
#products .point-wrapper .point-box .title .hexagon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #163271;
  z-index: 0;
}
#products .point-wrapper .point-box .title .hexagon::before {
  transform: rotate(60deg);
}

#products .point-wrapper .point-box .title .hexagon::after {
  transform: rotate(-60deg);
}
#products .point-wrapper .point-box .title .hexagon .hexagon-inner{
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
#products .point-wrapper .point-box .title .hexagon .hexagon-inner .small{
  font-size: 13px;
}
#products .point-wrapper .point-box .title .title-text{
  padding-left: 40px;
}
#products .point-wrapper .point-box .title .title-text sub{
  font-size: 50%;
}
#products .point-wrapper .point-box h4{
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcb042;
  margin-top: 20px;
}
#products .point-wrapper .point-box .text-image-warpper.-mrgTop20,
#products .point-wrapper .point-box .image-column-wrapper.-mrgTop20{
  margin-top: 20px;
}
#products .point-wrapper .point-box .image-column-wrapper.-mrgTop0{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #products .point-wrapper .point-box .title{
    font-size: 18px;
    padding-left: 16px;
  }
  #products .point-wrapper .point-box .title .hexagon{
    width: 30px;
    height: 54px;
  }
  #products .point-wrapper .point-box .title .hexagon .hexagon-inner .small{
    font-size: 11px;
  }
  #products .point-wrapper .point-box .title .title-text{
    padding-left: 25px;
  }
  #products .point-wrapper .point-box h4{
    font-size: 16px;
  }
  #products .point-wrapper .point-box .image-column-wrapper .column-box{
    margin-top: 20px;
  }
  #products .point-wrapper .point-box .image-column-wrapper.-mrgTop0 .column-box:not(:first-child){
    margin-top: -20px;
  }
  #products .point-wrapper .point-box .image-column-wrapper .column-box img{
    width: 80%;
    margin: 0 auto;
    display: block;
  }    
}

#products .center-text{
    text-align: center;
    line-height: 2;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #products .center-text{
    margin-top: 30px;
    font-size: 120%;
    font-weight: bold;
  }
}

#products .navy-wrapper{
    margin-top: 60px;
}
#products .navy-wrapper .navy-inner{
  border: 1px solid #163271;
  border-radius: 10px;
  padding: 20px 0 0;
}
#products .navy-wrapper .navy-inner .navy-title{
  font-size: 26px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background-color: #163271;
}
#products .navy-wrapper .navy-inner .navy-image-wrapper{
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
#products .navy-wrapper .navy-inner .navy-image-wrapper .column-box {
  width: 48.5%
}
#products .navy-wrapper .notes{
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #products .navy-wrapper{
    margin-top: 30px;
  }
  #products .navy-wrapper .navy-inner .navy-image-wrapper{
    display: block;
  }
  #products .navy-wrapper .navy-inner .navy-image-wrapper .column-box{
    width: 100%;
  }
  #products .navy-wrapper .navy-inner .navy-image-wrapper .column-box:not(:first-child) {
    margin-top: 15px;
  }
  #products .navy-wrapper .notes{
    margin-top: 7px;
    font-size: 12px;
  }
}


#products .cmn-note01 {
  display: block;
  font-size: 12px;
  margin-top: .3em;
}
@media screen and (min-width: 768px) {
  #products .cmn-note01 {
    font-size: 13px;
  }
}
#products .cmn-note01.is-right {
  text-align: right;
}


#products .cmn-note02 {
  font-size: 13px;
  text-align: center;
  margin: 4em 0 -.5em;
}
@media screen and (min-width: 768px) {
  #products .cmn-note02 {
    text-align: right;
    margin: 4em 0 -3em;
  }
}