@charset "UTF-8";
/**************************************
base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@200..900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://use.typekit.net/uvz3poh.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "palt" 1; }

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em; }

ul li {
  list-style: none; }

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  vertical-align: bottom; }

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #525252;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal; }

body {
  font-family: "Noto Sans JP", sans-serif; }

html,
body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

* {
  letter-spacing: 0.1em; }

a {
  text-decoration: none;
  color: #525252; }

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

table {
  width: 100%;
  border-collapse: collapse; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }
.clearfix::after {
  clear: both; }

img[src*="d2ytkilxgnmqyx.cloudfront.net"] {
  display: none; }

/******************************
base sp
*******************************/
@media screen and (max-width: 768px) {
  html {
    min-width: 100%; } }
/**************************************

common.scss

***************************************/
.pc {
  display: block !important; }

.sp {
  display: none !important; }

body.offScroll {
  padding-top: 146px; }
body.onScroll {
  padding-top: 146px; }
@media all and (-ms-high-contrast: none) {
  body {
    opacity: 1 !important; } }
body.fixed {
  overflow-y: hidden; }

main.has_gradation {
  position: relative; }
  main.has_gradation::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    background: #E8F5F6;
    background: linear-gradient(180deg, white 0%, #e8f5f6 69%, #e8f5f6 100%);
    z-index: -1; }

.footer-nav img {
  width: auto; }

section .inner-cont {
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (min-width: 769px) {
    section .inner-cont {
      width: 95%; } }
  section .inner-cont.w-325 {
    max-width: 325px; }
  section .inner-cont.w-700 {
    max-width: 700px; }

.splash-cont {
  position: fixed;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: all 1s;
  transition-timing-function: ease-out; }
  @media all and (-ms-high-contrast: none) {
    .splash-cont {
      display: none !important; } }
  .splash-cont .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 336px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s;
    transition-timing-function: ease-out; }

.breadcrumbs-cont {
  padding-top: 0px; }
  .breadcrumbs-cont ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    width: 95%; }
    .breadcrumbs-cont ul li {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.9;
      letter-spacing: 0.1em; }
      .breadcrumbs-cont ul li:not(:last-child) {
        margin-right: 5px; }
      .breadcrumbs-cont ul li a {
        display: block;
        font-size: 12px;
        color: #00A4D8; }
        .breadcrumbs-cont ul li a:hover {
          text-decoration: underline; }

.more-cont a {
  transition: all .2s linear;
  display: block; }
  .more-cont a:hover {
    opacity: 0.5; }
.more-cont.more-cont02 .inner .column-cont .column-item {
  margin-top: 42px;
  margin-right: 40px;
  width: calc(960px / 2); }
  .more-cont.more-cont02 .inner .column-cont .column-item:last-child {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; }
  .more-cont.more-cont02 .inner .column-cont .column-item figure .img-cont {
    margin-bottom: 0; }
  .more-cont.more-cont02 .inner .column-cont .column-item .more-btn {
    margin-top: 15px;
    border: none;
    justify-content: flex-start;
    color: #525252;
    font-size: 22px; }
    .more-cont.more-cont02 .inner .column-cont .column-item .more-btn:after {
      position: relative;
      content: '';
      margin-left: 14px;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background: center/contain no-repeat url("../img/common/ico_arrow_blue.svg"); }
  .more-cont.more-cont02 .inner .column-cont .column-item p {
    margin-top: 10px;
    line-height: 1.9;
    width: 100%; }
.more-cont .inner {
  margin: 102px auto 34px;
  width: 100%;
  max-width: 1160px; }
  .more-cont .inner h3.more-title {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center; }
    .more-cont .inner h3.more-title:before, .more-cont .inner h3.more-title:after {
      width: 100%;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      content: '';
      background: #585858;
      opacity: 0.3; }
    .more-cont .inner h3.more-title span {
      min-width: 326px;
      padding: 0 20px;
      box-sizing: border-box;
      display: inline-block;
      font-size: 17px;
      color: #585858; }
      .more-cont .inner h3.more-title span.brand-page {
        min-width: 210px; }
      .more-cont .inner h3.more-title span.story-page {
        min-width: 340px; }
  .more-cont .inner .column-cont {
    padding: 0 80px 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(88, 88, 88, 0.3);
    box-sizing: border-box; }
    .more-cont .inner .column-cont .column-item {
      margin-top: 42px;
      margin-right: 40px;
      width: calc(960px / 2); }
      .more-cont .inner .column-cont .column-item:last-child {
        margin-right: 0; }
      .more-cont .inner .column-cont .column-item figure .img-cont {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 200px;
        margin-bottom: 28px; }
      .more-cont .inner .column-cont .column-item figure .more-btn {
        margin-top: 15px;
        border: none;
        justify-content: flex-start;
        color: #1A1311;
        font-size: 22px; }
        .more-cont .inner .column-cont .column-item figure .more-btn:after {
          position: relative;
          content: '';
          margin-left: 14px;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          background: center/contain no-repeat url("../img/common/ico_arrow_blue.svg"); }
        .more-cont .inner .column-cont .column-item figure .more-btn span {
          color: #525252; }
      .more-cont .inner .column-cont .column-item figure p {
        margin-top: 10px;
        line-height: 1.9;
        color: #525252; }
        .more-cont .inner .column-cont .column-item figure p.c_gel_page {
          color: #585858; }

.know-section .inner-cont {
  padding: 80px 0 88px; }
  .know-section .inner-cont .information-cont {
    margin: 0 auto;
    display: flex;
    max-width: 700px;
    transition: all .2s linear; }
    .know-section .inner-cont .information-cont:hover {
      opacity: .7; }
    .know-section .inner-cont .information-cont .column:first-child {
      width: 200px; }
    .know-section .inner-cont .information-cont .column:last-child {
      position: relative;
      width: calc(100% - 200px);
      background-image: url("../img/top/bg_section_08.png");
      background-size: cover; }
    .know-section .inner-cont .information-cont .column .details {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff; }
      .know-section .inner-cont .information-cont .column .details figure {
        margin: 0 auto;
        max-width: 297px; }
      .know-section .inner-cont .information-cont .column .details p {
        margin-top: 15px;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.8; }

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #00A4D8;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00A4D8;
  letter-spacing: inherit;
  line-height: 1;
  transition: all .2s linear; }
  .c-btn.c-btn-white {
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (min-width: 769px) {
      .c-btn.c-btn-white:hover {
        background: #d4f1fb; } }
  .c-btn.c-btn-blue {
    background-color: #00A4D8;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .c-btn.c-btn-blue:hover {
        background-color: #0080c2; } }

.c-arrow,
.c-arrow-back {
  position: relative; }
  .c-arrow:after,
  .c-arrow-back:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-color: currentcolor;
    border-style: solid; }

.c-arrow:after {
  right: 20px;
  border-width: 2px 2px 0 0;
  transition: right .2s linear; }
@media screen and (min-width: 769px) {
  .c-arrow:hover:after {
    right: 17px; } }

.c-arrow-back:after {
  left: 20px;
  border-width: 0 0 2px 2px;
  transition: left .2s linear; }
@media screen and (min-width: 769px) {
  .c-arrow-back:hover:after {
    left: 17px; } }

.modal-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  max-height: 100vh;
  z-index: 300;
  background: rgba(0, 0, 0, 0.3);
  min-width: 1280px; }
  .modal-cont .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 3px solid #00A4D8;
    width: 100%;
    height: 535px;
    max-width: 1160px;
    padding: 80px 0 95px;
    box-sizing: border-box; }
    .modal-cont .modal-inner .btn-close {
      display: block;
      position: absolute;
      right: -1px;
      top: -1px;
      width: 50px;
      height: 50px;
      background: #00A4D8;
      transition: all .2s linear; }
      .modal-cont .modal-inner .btn-close:hover {
        opacity: .7; }
      .modal-cont .modal-inner .btn-close:before, .modal-cont .modal-inner .btn-close:after {
        position: absolute;
        right: 25px;
        content: '';
        height: 50px;
        width: 1px;
        background-color: #fff; }
      .modal-cont .modal-inner .btn-close:before {
        transform: rotate(45deg); }
      .modal-cont .modal-inner .btn-close:after {
        transform: rotate(-45deg); }
    .modal-cont .modal-inner h2 {
      font-size: 24px;
      letter-spacing: 0.1em;
      line-height: 2.6;
      text-align: center; }
    .modal-cont .modal-inner .product-data {
      margin-top: 30px;
      display: flex;
      justify-content: center; }
      .modal-cont .modal-inner .product-data li:first-child {
        max-width: 457px;
        margin-right: 120px; }
        .modal-cont .modal-inner .product-data li:first-child .figure-logo {
          max-width: 99px; }
      .modal-cont .modal-inner .product-data li:last-child {
        max-width: 406px; }
        .modal-cont .modal-inner .product-data li:last-child .figure-logo {
          max-width: 147px; }
        .modal-cont .modal-inner .product-data li:last-child .link {
          margin-top: 22px !important; }
      .modal-cont .modal-inner .product-data li .product-item {
        display: flex;
        padding: 0;
        transition: all .2s linear; }
        .modal-cont .modal-inner .product-data li .product-item:hover {
          opacity: .7; }
        .modal-cont .modal-inner .product-data li .product-item::before {
          content: none !important; }
        .modal-cont .modal-inner .product-data li .product-item .img-cont {
          padding-top: 32.35%;
          background-size: cover;
          background-position: center; }
        .modal-cont .modal-inner .product-data li .product-item .column {
          margin-top: 24px; }
          .modal-cont .modal-inner .product-data li .product-item .column p {
            margin-top: 15px;
            color: #585858;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.9;
            letter-spacing: 0.1em; }
          .modal-cont .modal-inner .product-data li .product-item .column .link {
            margin-top: 15px;
            display: flex;
            align-items: center;
            font-size: 22px;
            font-weight: 400;
            letter-spacing: 0.1em; }
            .modal-cont .modal-inner .product-data li .product-item .column .link:hover {
              opacity: .7; }
            .modal-cont .modal-inner .product-data li .product-item .column .link::after {
              content: '';
              margin-left: 15px;
              display: inline-block;
              width: 20px;
              height: 20px;
              background-image: url("../img/common/ico_arrow_blue.svg"); }
          .modal-cont .modal-inner .product-data li .product-item .column .img-2e {
            max-width: 245px; }
          .modal-cont .modal-inner .product-data li .product-item .column .img-2ebaby {
            max-width: 157px; }
          .modal-cont .modal-inner .product-data li .product-item .column:last-child figure {
            margin-left: 30px; }
    .modal-cont .modal-inner.modal-inner-2e {
      height: 600px;
      max-width: 1000px; }
    .modal-cont .modal-inner .modal2e-data {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .modal-cont .modal-inner .modal2e-data .figure-logo {
        max-width: 257px; }
      .modal-cont .modal-inner .modal2e-data p {
        margin-top: 50px;
        font-size: 16px; }

.fixed__banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 461px;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .fixed__banner.onView {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    min-width: inherit;
    padding-top: 0 !important;
    overflow-x: hidden; }
    body.js-hidden {
      overflow: hidden; }

  main {
    padding-top: 68px; }
    main.has_gradation::after {
      display: none; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .bg-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }
    .bg-header.sp {
      display: none !important;
      z-index: 10; }
      .bg-header.sp.onScroll {
        display: block !important; }
        .bg-header.sp.onScroll.js-hidden {
          display: none !important; }
    .bg-header.js-hidden {
      display: none !important; }

  .splash-cont .logo {
    max-width: 151px; }

  .breadcrumbs-cont {
    padding: 10px 20px; }

  .more-cont.more-cont02 .inner .column-cont .column-item {
    width: 100%;
    margin-right: 0; }
    .more-cont.more-cont02 .inner .column-cont .column-item:last-child {
      margin-top: 0; }
  .more-cont .inner {
    margin: 42px auto 54px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box; }
    .more-cont .inner h3.more-title span {
      min-width: fit-content;
      padding: 0 10px;
      font-size: 14px; }
      .more-cont .inner h3.more-title span.c_gel_page {
        padding: 0 10px;
        font-size: 14px; }
    .more-cont .inner .column-cont {
      padding: 0;
      flex-direction: column;
      align-items: center; }
      .more-cont .inner .column-cont .column-item {
        width: 100%;
        margin-right: 0;
        margin-top: 30px; }
        .more-cont .inner .column-cont .column-item figure .img-cont {
          margin-bottom: 0;
          height: 140px; }
        .more-cont .inner .column-cont .column-item figure .more-btn {
          font-size: 18px; }
        .more-cont .inner .column-cont .column-item figure p {
          margin-top: 0; }
        .more-cont .inner .column-cont .column-item:last-child {
          padding-bottom: 26px; }

  .know-section .inner-cont {
    padding: 60px 20px; }
    .know-section .inner-cont h2 {
      margin: 0 auto;
      font-size: 28px;
      line-height: 1.7;
      max-width: 222px; }
    .know-section .inner-cont span {
      margin-top: 30px;
      font-size: 14px;
      line-height: 2.1;
      text-align: left; }
    .know-section .inner-cont .information-cont .column:first-child {
      width: 35%; }
    .know-section .inner-cont .information-cont .column:last-child {
      width: calc(100% - 35%); }
    .know-section .inner-cont .information-cont .column .details {
      width: 100%; }
      .know-section .inner-cont .information-cont .column .details figure {
        margin: 0 auto;
        max-width: 144px; }
      .know-section .inner-cont .information-cont .column .details p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        font-weight: 500; }
      .know-section .inner-cont .information-cont .column .details a {
        display: none; }
    .know-section .inner-cont .relatedarticles-cont {
      margin-top: 40px; }
      .know-section .inner-cont .relatedarticles-cont .articles-list {
        margin-top: 20px;
        flex-wrap: wrap; }
        .know-section .inner-cont .relatedarticles-cont .articles-list .article-item {
          display: flex;
          width: 100%;
          transition: all .2s linear; }
          .know-section .inner-cont .relatedarticles-cont .articles-list .article-item:hover {
            opacity: .7; }
          .know-section .inner-cont .relatedarticles-cont .articles-list .article-item:not(:last-child) {
            margin-right: 0;
            margin-bottom: 12px; }
          .know-section .inner-cont .relatedarticles-cont .articles-list .article-item .img-cont {
            width: 35%;
            padding-top: 35%;
            background-size: cover; }
          .know-section .inner-cont .relatedarticles-cont .articles-list .article-item .details {
            width: 65%;
            margin-top: 0;
            padding: 25px 10px;
            background: #fff; }
            .know-section .inner-cont .relatedarticles-cont .articles-list .article-item .details::before {
              content: none; }
            .know-section .inner-cont .relatedarticles-cont .articles-list .article-item .details h4 {
              font-size: 14px;
              line-height: 1.5;
              font-weight: normal; }
            .know-section .inner-cont .relatedarticles-cont .articles-list .article-item .details div {
              margin-top: 10px;
              display: block;
              color: #00A4D8;
              font-size: 12px; }

  .modal-cont {
    min-width: 100vw; }
    .modal-cont .modal-inner {
      width: calc(100% - 40px);
      height: 82.1vh;
      padding: 60px 30px 40px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .modal-cont .modal-inner h2 {
        font-size: 23px;
        line-height: 1.5;
        text-align: center; }
      .modal-cont .modal-inner .product-data {
        flex-wrap: wrap; }
        .modal-cont .modal-inner .product-data li {
          width: 100% !important; }
          .modal-cont .modal-inner .product-data li:first-child {
            max-width: none;
            margin-right: 0; }
            .modal-cont .modal-inner .product-data li:first-child .figure-logo {
              max-width: 78px; }
          .modal-cont .modal-inner .product-data li:last-child {
            margin-top: 35px;
            max-width: none; }
            .modal-cont .modal-inner .product-data li:last-child .figure-logo {
              max-width: 115px; }
          .modal-cont .modal-inner .product-data li .product-item {
            width: 100%;
            justify-content: space-between;
            align-items: flex-end; }
            .modal-cont .modal-inner .product-data li .product-item::before {
              content: none !important; }
            .modal-cont .modal-inner .product-data li .product-item .column {
              margin-top: 0; }
              .modal-cont .modal-inner .product-data li .product-item .column .figure-logo {
                height: auto; }
              .modal-cont .modal-inner .product-data li .product-item .column p {
                line-height: 1.6; }
              .modal-cont .modal-inner .product-data li .product-item .column .link {
                display: none;
                margin-top: 10px;
                font-size: 17px; }
                .modal-cont .modal-inner .product-data li .product-item .column .link::after {
                  content: none; }
              .modal-cont .modal-inner .product-data li .product-item .column .img-2e {
                max-width: 84px; }
              .modal-cont .modal-inner .product-data li .product-item .column .img-2ebaby {
                max-width: 102px; }
              .modal-cont .modal-inner .product-data li .product-item .column:last-child figure {
                margin-left: 0; }
          .modal-cont .modal-inner .product-data li .btn {
            margin: 15px auto 0;
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 276px;
            height: 50px;
            background: #00A4D8;
            border-radius: 5px; }
            .modal-cont .modal-inner .product-data li .btn span {
              position: relative;
              color: #fff;
              font-size: 13px;
              letter-spacing: 0.1em; }
              .modal-cont .modal-inner .product-data li .btn span::after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: -10px;
                transform: translateY(-50%);
                width: 6px;
                height: 11px;
                background-image: url("../img/common/ico_arrow_right_white.svg");
                background-size: 100% auto; }
      .modal-cont .modal-inner.modal-inner-2e {
        height: 560px;
        padding: 90px 27px 40px; }
      .modal-cont .modal-inner .modal2e-data .figure-logo {
        max-width: 207px; }
      .modal-cont .modal-inner .modal2e-data p {
        margin-top: 46px;
        font-size: 14px;
        text-align: center; }

  .link-section.link-01, .link-section.link-02 {
    width: calc(100% - 40px);
    margin: 0 auto; }

  .fixed__banner {
    position: fixed;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 375px;
    width: 100%; } }
@media screen and (max-width: 320px) {
  .modal-cont .modal-inner h2 {
    font-size: 17px; }
  .modal-cont .modal-inner .product-data li .product-item .column p {
    font-size: 10px; }
  .modal-cont .modal-inner .product-data li .btn span {
    font-size: 12px; } }
/**************************************
header
***************************************/
header {
  width: 100%;
  position: relative;
  z-index: 200;
  border-top: 3px solid #00A4D8;
  transition: .5s ease;
  z-index: 200; }
  header::before {
    pointer-events: none; }
  .home header::before {
    height: 94%;
    background: linear-gradient(to bottom, #fff 15%, rgba(255, 255, 255, 0) 100%); }
  header.offScroll {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.9); }
  header.onScroll {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); }
    .home header.onScroll::before, .baby-brand-2e header.onScroll::before {
      opacity: 0; }
  header .header-container {
    max-width: 1160px;
    width: 95%;
    box-sizing: border-box;
    margin: auto;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    transition: 1s ease; }
    header .header-container .column .logo {
      display: block;
      width: 113px;
      transition: all .2s linear; }
      header .header-container .column .logo:hover {
        opacity: .7; }
    header .header-container .column nav .main-menu {
      display: flex;
      justify-content: flex-end; }
      header .header-container .column nav .main-menu > li > a {
        white-space: nowrap; }
      header .header-container .column nav .main-menu li a {
        display: flex;
        align-items: center;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.1em;
        box-sizing: border-box;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media only screen and (min-width: 769px) and (max-width: 1000px) {
          header .header-container .column nav .main-menu li a {
            padding: 1vw 2vw;
            font-size: 1.5vw; } }
        header .header-container .column nav .main-menu li a:hover {
          color: rgba(82, 82, 82, 0.7); }
        header .header-container .column nav .main-menu li a.main__link:hover {
          background: #fff; }
        header .header-container .column nav .main-menu li a.main__link:hover, header .header-container .column nav .main-menu li a.main__link.hover {
          background: #fff;
          box-shadow: 0px 1px 5px 0.5px rgba(195, 195, 195, 0.3); }
      header .header-container .column nav .main-menu li.search-icon {
        margin-right: 0; }
        header .header-container .column nav .main-menu li.search-icon a {
          padding-right: 0; }
          header .header-container .column nav .main-menu li.search-icon a::before {
            content: '';
            display: inline-block;
            margin-right: 8px;
            width: 18px;
            height: 18px;
            background-image: url("../img/common/ico_search.svg");
            background-size: 100% auto;
            background-repeat: no-repeat; }
      header .header-container .column nav .main-menu li .submenu {
        display: none;
        padding: 40px 35px;
        position: absolute;
        top: 115px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 4px 8px 2px rgba(195, 195, 195, 0.3);
        box-sizing: border-box;
        transition: all .2s linear; }
        header .header-container .column nav .main-menu li .submenu:hover {
          display: block; }
        header .header-container .column nav .main-menu li .submenu .list-data {
          display: flex;
          justify-content: center; }
          header .header-container .column nav .main-menu li .submenu .list-data li {
            width: calc(33.33% - (80px / 3)); }
            header .header-container .column nav .main-menu li .submenu .list-data li:not(:last-child) {
              margin-right: 40px; }
            header .header-container .column nav .main-menu li .submenu .list-data li .about-item {
              display: block;
              padding: 0;
              transition: all .2s linear; }
              header .header-container .column nav .main-menu li .submenu .list-data li .about-item:hover {
                opacity: .7; }
              header .header-container .column nav .main-menu li .submenu .list-data li .about-item::before {
                content: none !important; }
              header .header-container .column nav .main-menu li .submenu .list-data li .about-item .img-cont {
                padding-top: 32.35%;
                background-size: cover;
                background-position: center; }
              header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details {
                margin-top: 24px; }
                header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details h2 {
                  display: flex;
                  align-items: center;
                  font-size: 22px;
                  font-weight: 400;
                  letter-spacing: 0.1em; }
                  header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details h2::after {
                    content: '';
                    margin-left: 15px;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background-image: url("../img/common/ico_arrow_blue.svg");
                    background-repeat: no-repeat;
                    background-size: 100% auto; }
                    @media only screen and (min-width: 769px) and (max-width: 1000px) {
                      header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details h2::after {
                        width: 2vw;
                        height: 2vw; } }
                header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details p {
                  margin-top: 15px;
                  color: #585858;
                  font-size: 14px;
                  line-height: 1.9;
                  letter-spacing: 0.1em; }
                  @media only screen and (min-width: 769px) and (max-width: 1000px) {
                    header .header-container .column nav .main-menu li .submenu .list-data li .about-item .details p {
                      font-size: 1.4vw; } }
        header .header-container .column nav .main-menu li .submenu .product-data {
          display: flex;
          justify-content: center; }
          header .header-container .column nav .main-menu li .submenu .product-data li:first-child {
            max-width: 457px;
            margin-right: 120px; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              header .header-container .column nav .main-menu li .submenu .product-data li:first-child {
                margin-right: 7vw; } }
            header .header-container .column nav .main-menu li .submenu .product-data li:first-child .figure-logo {
              max-width: 99px; }
              @media only screen and (min-width: 769px) and (max-width: 1000px) {
                header .header-container .column nav .main-menu li .submenu .product-data li:first-child .figure-logo {
                  width: 8.5vw; } }
          header .header-container .column nav .main-menu li .submenu .product-data li:last-child {
            max-width: 406px; }
            header .header-container .column nav .main-menu li .submenu .product-data li:last-child .figure-logo {
              max-width: 169px; }
              @media only screen and (min-width: 769px) and (max-width: 1000px) {
                header .header-container .column nav .main-menu li .submenu .product-data li:last-child .figure-logo {
                  width: 14.5vw; } }
            header .header-container .column nav .main-menu li .submenu .product-data li:last-child h2 {
              margin-top: 19px; }
          header .header-container .column nav .main-menu li .submenu .product-data li .product-item {
            padding: 0;
            transition: all .2s linear; }
            header .header-container .column nav .main-menu li .submenu .product-data li .product-item:hover {
              opacity: .7; }
            header .header-container .column nav .main-menu li .submenu .product-data li .product-item::before {
              content: none !important; }
            header .header-container .column nav .main-menu li .submenu .product-data li .product-item .img-cont {
              padding-top: 32.35%;
              background-size: cover;
              background-position: center; }
            header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column {
              margin-top: 24px; }
              header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column p {
                margin-top: 15px;
                color: #585858;
                font-size: 14px;
                line-height: 1.9;
                letter-spacing: 0.1em; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column p {
                    font-size: 1.4vw; } }
              header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column h2 {
                margin-top: 15px;
                display: flex;
                align-items: center;
                font-size: 22px;
                font-weight: 400;
                letter-spacing: 0.1em; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column h2 {
                    font-size: 2.2vw; } }
                header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column h2::after {
                  content: '';
                  margin-left: 15px;
                  display: inline-block;
                  width: 20px;
                  height: 20px;
                  background-image: url("../img/common/ico_arrow_blue.svg");
                  background-repeat: no-repeat;
                  background-size: 100% auto; }
              header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column .img-2e {
                max-width: 245px; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column .img-2e {
                    width: 20vw; } }
              header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column .img-2ebaby {
                max-width: 157px; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column .img-2ebaby {
                    width: 12.5vw; } }
              header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column:last-child figure {
                margin-left: 26px; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  header .header-container .column nav .main-menu li .submenu .product-data li .product-item .column:last-child figure {
                    margin-left: 2.6vw; } }
      header .header-container .column nav .main-menu li .main__link:hover + .submenu {
        display: block; }
    header .header-container .column nav .product-links {
      display: none; }
    header .header-container .column .row {
      display: flex;
      justify-content: flex-end; }
      header .header-container .column .row:last-child {
        margin-top: 15px; }
    header .header-container .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      border: 2px solid #00A4D8;
      border-radius: 3px;
      box-sizing: border-box;
      transition: all .2s linear; }
      header .header-container .btn span {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.1em; }
      header .header-container .btn.btn-prof {
        width: 228px;
        color: #00A4D8;
        background: #fff;
        margin-right: 22px; }
      header .header-container .btn.btn-shop {
        width: 210px;
        color: #fff;
        background: #00A4D8; }
        @media screen and (min-width: 769px) {
          header .header-container .btn.btn-shop:hover {
            background-color: #007AB8; } }
        header .header-container .btn.btn-shop::before {
          content: '';
          display: inline-block;
          margin-right: 12px;
          width: 18px;
          height: 17.27px;
          background-image: url("../img/common/ico_cart.svg");
          background-size: 100% auto;
          background-repeat: no-repeat; }
      header .header-container .btn.btn-tw {
        margin-left: 24px;
        border: 0; }
        header .header-container .btn.btn-tw:hover {
          opacity: .7; }
        header .header-container .btn.btn-tw img {
          max-width: 26px; }

/******************************
header sp
*******************************/
@media screen and (max-width: 768px) {
  header {
    min-width: inherit;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid rgba(122, 112, 112, 0.3);
    max-width: 100%; }
    .home header, .baby-brand-2e header {
      background: #fff; }
      .home header::before, .baby-brand-2e header::before {
        display: none; }
    header.offScroll {
      transform: none; }
    header .header-container {
      width: auto;
      height: 64px;
      padding: 0 20px;
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      box-sizing: border-box; }
      header .header-container .column:first-child {
        display: flex;
        align-items: center; }
      header .header-container .column .logo {
        margin-top: 0;
        max-width: 45px; }
      header .header-container .column .row .btn-prof {
        display: none; }
      header .header-container .column .row .btn-shop {
        position: absolute;
        margin-right: 5px;
        right: 66px;
        background: none;
        width: 29px;
        height: auto;
        border: 0;
        top: 50%;
        transform: translateY(-50%); }
      header .header-container .column .row .btn-tw {
        display: none; }
      header .header-container .column .row .nav__btn {
        display: block;
        position: absolute;
        top: 53%;
        transform: translateY(-50%);
        right: 20px;
        width: 29px;
        height: 25px;
        z-index: 5;
        outline: none; }
        header .header-container .column .row .nav__btn::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 29px;
          height: 0;
          border-top: 2px solid #00A4D8; }
        header .header-container .column .row .nav__btn .nav__bar {
          position: absolute;
          top: 9.5px;
          right: 0;
          width: 29px;
          height: 0;
          border-top: 2px solid #00A4D8; }
        header .header-container .column .row .nav__btn::after {
          content: '';
          display: block;
          position: absolute;
          top: 19px;
          right: 0;
          width: 29px;
          height: 0;
          border-top: 2px solid #00A4D8; }
        header .header-container .column .row .nav__btn.js--nav__btn {
          position: fixed;
          top: 33px; }
          header .header-container .column .row .nav__btn.js--nav__btn::before {
            border-top-color: #00A4D8;
            top: 10px;
            transform: rotate(135deg);
            transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important; }
          header .header-container .column .row .nav__btn.js--nav__btn .nav__bar {
            opacity: 0;
            right: 5px;
            transition: opacity .15s ease .05s, right .15s ease 0s; }
          header .header-container .column .row .nav__btn.js--nav__btn::after {
            border-top-color: #00A4D8;
            top: 10px;
            transform: rotate(45deg);
            transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s !important; }
      header .header-container .column .row nav {
        position: fixed;
        top: 0;
        padding-top: 63px;
        right: -100%;
        width: 100%;
        max-width: 325px;
        background: #fff;
        z-index: 1;
        box-sizing: border-box;
        transition: all .2s linear;
        overflow-y: scroll; }
        header .header-container .column .row nav.show {
          right: 0;
          height: 100%; }
        header .header-container .column .row nav .main-menu {
          display: block; }
          header .header-container .column .row nav .main-menu li a {
            padding: 17px 22px !important;
            font-weight: 500; }
            header .header-container .column .row nav .main-menu li a.main__link {
              position: relative; }
              header .header-container .column .row nav .main-menu li a.main__link::after {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 30px;
                display: block;
                width: 14px;
                height: 8px;
                background-image: url("../img/common/ico_arrow_down.svg");
                background-size: 100% auto; }
              header .header-container .column .row nav .main-menu li a.main__link.hover::after {
                transform: translateY(-50%) rotate(180deg); }
              header .header-container .column .row nav .main-menu li a.main__link:hover + .submenu {
                display: none; }
          header .header-container .column .row nav .main-menu li .submenu {
            display: none;
            position: relative;
            top: auto;
            left: auto;
            padding: 0;
            transition: all 0s ease 0s; }
            header .header-container .column .row nav .main-menu li .submenu .list-data {
              padding: 3px 0 10px;
              display: block; }
              header .header-container .column .row nav .main-menu li .submenu .list-data li {
                width: 100%; }
                header .header-container .column .row nav .main-menu li .submenu .list-data li:not(:last-child) {
                  margin-right: 0;
                  border-bottom: 0; }
                header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item {
                  padding: 15px 30px !important; }
                  header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item .img-cont {
                    display: none; }
                  header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item .details {
                    margin-top: 0; }
                    header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item .details p {
                      display: none; }
                    header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item .details h2 {
                      font-size: 14px; }
                      header .header-container .column .row nav .main-menu li .submenu .list-data li .about-item .details h2::after {
                        content: none; }
            header .header-container .column .row nav .main-menu li .submenu .product-data {
              display: block;
              padding: 3px 0 35px; }
              header .header-container .column .row nav .main-menu li .submenu .product-data li {
                width: 100%; }
                header .header-container .column .row nav .main-menu li .submenu .product-data li:not(:last-child) {
                  margin-right: 0;
                  border-bottom: 0; }
                header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item {
                  padding: 15px 30px !important; }
                  header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item .column {
                    margin-top: 0; }
                  header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item figure {
                    display: none; }
                  header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item p {
                    display: none; }
                  header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item h2 {
                    margin-top: 0;
                    font-size: 14px; }
                    header .header-container .column .row nav .main-menu li .submenu .product-data li .product-item h2::after {
                      content: none; }
          header .header-container .column .row nav .main-menu li.btn-shop {
            position: relative;
            right: auto;
            width: 100%;
            top: auto;
            transform: none;
            background: #00A4D8; }
            header .header-container .column .row nav .main-menu li.btn-shop a.main__link {
              position: relative;
              color: #fff; }
              header .header-container .column .row nav .main-menu li.btn-shop a.main__link:hover {
                background-color: transparent; }
              header .header-container .column .row nav .main-menu li.btn-shop a.main__link.hover {
                background-color: transparent; }
            header .header-container .column .row nav .main-menu li.btn-shop .submenu .product-links {
              margin-top: 0; }
              header .header-container .column .row nav .main-menu li.btn-shop .submenu .product-links .column:first-child {
                margin-right: 0; }
          header .header-container .column .row nav .main-menu li.btn-prof a {
            color: #00A4D8; }
          header .header-container .column .row nav .main-menu li.btn-tw .figure-logo {
            margin-right: 15px;
            max-width: 26px; }
          header .header-container .column .row nav .main-menu li:nth-last-child(4) a {
            padding-left: 0; }
            header .header-container .column .row nav .main-menu li:nth-last-child(4) a::before {
              content: none; }
          header .header-container .column .row nav .main-menu li:not(:last-child) {
            margin-right: 0;
            border-bottom: 1px solid #EFEFEF; }
        header .header-container .column .row nav .product-links {
          margin-top: 35px;
          display: flex;
          justify-content: center; }
          header .header-container .column .row nav .product-links .column a {
            display: block;
            text-align: center;
            transition: all .2s linear; }
            header .header-container .column .row nav .product-links .column a:hover {
              opacity: .7; }
          header .header-container .column .row nav .product-links .column .img-cont {
            background-position: center;
            background-size: 100% auto;
            background-repeat: no-repeat;
            width: 102px;
            height: 139px;
            display: block; }
          header .header-container .column .row nav .product-links .column span {
            display: inline-flex;
            align-items: center;
            margin-top: 10px;
            font-size: 11px;
            line-height: 1.5; }
            header .header-container .column .row nav .product-links .column span::after {
              content: '';
              margin-left: 5px;
              display: block;
              width: 5px;
              height: 8.5px;
              background-image: url("../img/common/ico_arrow_bl.svg");
              background-size: 100% auto; }
          header .header-container .column .row nav .product-links .column:first-child {
            margin-right: 30px; }
            header .header-container .column .row nav .product-links .column:first-child .img-cont {
              background-image: url("../img/header/ico_product.svg");
              background-size: 84px 139px; }
          header .header-container .column .row nav .product-links .column:last-child .img-cont {
            background-image: url("../img/header/ico_baby.svg");
            background-size: 102px 130px; }
    header .overlay {
      position: fixed;
      display: none;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw; }
      header .overlay.js-active {
        display: block; }

  .js-hidden header .header-container .column .logo {
    opacity: 0.2; } }
/**************************************
footer
***************************************/
footer {
  padding-bottom: 48px;
  position: relative; }
  footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url("../img/common/bg_footer.png");
    background-size: cover;
    background-repeat-y: no-repeat;
    z-index: -1; }
  footer .sns-cont {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1160px; }
    footer .sns-cont .sns-cont-list {
      width: 100%;
      display: flex;
      justify-content: center; }
      footer .sns-cont .sns-cont-list .sns-cont-item {
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
        padding: 7px 38px; }
        footer .sns-cont .sns-cont-list .sns-cont-item a {
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .2s linear; }
          footer .sns-cont .sns-cont-list .sns-cont-item a:hover {
            opacity: .7; }
          footer .sns-cont .sns-cont-list .sns-cont-item a span {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.1em;
            color: #525252; }
        footer .sns-cont .sns-cont-list .sns-cont-item.sns-tw img {
          margin-right: 10px;
          max-width: 26px; }
  footer .back-top {
    position: relative;
    margin: 0 auto;
    padding-top: 114px;
    max-width: 1160px;
    text-align: right; }
    footer .back-top a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transition: all .2s linear; }
      footer .back-top a:hover {
        opacity: .7; }
  footer .footer-cont {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1160px; }
    @media only screen and (min-width: 769px) {
      footer .footer-cont {
        width: 95%; } }
    footer .footer-cont .column:first-child {
      width: 31%;
      padding-right: 7%; }
      footer .footer-cont .column:first-child figure {
        max-width: 111px; }
      footer .footer-cont .column:first-child p {
        margin-top: 42px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #585858; }
        @media only screen and (min-width: 769px) and (max-width: 950px) {
          footer .footer-cont .column:first-child p {
            font-size: 1.47368vw; } }
      footer .footer-cont .column:first-child span {
        margin-top: 5px;
        display: flex;
        align-items: center;
        color: #007AB8;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.1em; }
        footer .footer-cont .column:first-child span a[href^="tel:"] {
          text-decoration: none;
          pointer-events: none;
          color: #007AB8;
          font-size: 26px;
          font-weight: bold; }
          @media only screen and (min-width: 769px) and (max-width: 950px) {
            footer .footer-cont .column:first-child span a[href^="tel:"] {
              font-size: 2.73684vw; } }
        footer .footer-cont .column:first-child span::before {
          content: '';
          display: inline-block;
          margin-left: 4px;
          width: 33px;
          height: 19px;
          background-image: url("../img/common/ico_phone.svg");
          background-size: 100% auto;
          background-repeat: no-repeat; }
      footer .footer-cont .column:first-child small {
        margin-top: 12px;
        color: #007AB8;
        font-size: 12px;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) and (max-width: 950px) {
          footer .footer-cont .column:first-child small {
            font-size: 1.26316vw; } }
      footer .footer-cont .column:first-child .addInformation-container .addInformation-text {
        margin-top: 14px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 100;
        color: #525252;
        letter-spacing: 0.02em;
        line-height: 1.6; }
      footer .footer-cont .column:first-child .addInformation-container .addinformation-link {
        margin-top: 10px;
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #00A4D8;
        letter-spacing: normal;
        line-height: 1.5;
        border-bottom: 1px solid #00A4D8;
        transition: all .2s linear; }
        footer .footer-cont .column:first-child .addInformation-container .addinformation-link:hover {
          opacity: .7; }
    footer .footer-cont .column:last-child {
      width: 62%; }
      footer .footer-cont .column:last-child .footer-nav:not(#black) {
        background-color: transparent;
        text-align: left;
        display: flex;
        justify-content: space-between; }
        footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a, footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main {
          display: block;
          color: #525252;
          font-size: 13px;
          letter-spacing: 0.1em;
          font-weight: 400; }
          @media only screen and (min-width: 769px) and (max-width: 1050px) {
            footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a, footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main {
              font-size: 1.2381vw; } }
          footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a span, footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main span {
            display: block;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.1em; }
            @media only screen and (min-width: 769px) and (max-width: 1050px) {
              footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a span, footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main span {
                font-size: 1.52381vw; } }
        @media screen and (min-width: 769px) {
          footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a:hover {
            text-decoration: underline; } }
        @media screen and (min-width: 769px) {
          footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main, footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .btn-shop {
            pointer-events: none; } }
        footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul {
          margin-top: 20px; }
          @media screen and (min-width: 769px) {
            footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul li {
              float: none;
              margin-right: 0; }
              footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul li a:hover {
                text-decoration: underline; } }
          footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul li:not(:first-child) {
            margin-top: 15px; }
        footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a + a span {
          margin-top: 25px; }
        footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item:first-child {
          min-height: 182px; }

/******************************
footer sp
*******************************/
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 52px; }
    footer::after {
      height: calc(100% - 150px);
      background: linear-gradient(to bottom, rgba(138, 203, 209, 0) 0%, rgba(138, 203, 209, 0.1) 10%, rgba(138, 203, 209, 0.15) 15%, rgba(138, 203, 209, 0.2)); }
    footer .sns-cont {
      padding-bottom: 36px; }
    footer .back-top {
      padding-top: 118px; }
      footer .back-top a {
        max-width: 59.8px;
        right: 13px; }
        footer .back-top a svg {
          width: 100%;
          height: auto; }
    footer .footer-cont {
      flex-wrap: wrap; }
      footer .footer-cont .column {
        width: 100%; }
        footer .footer-cont .column:first-child {
          width: 100%;
          padding: 0 20px;
          text-align: center;
          order: 2; }
          footer .footer-cont .column:first-child figure {
            display: none; }
          footer .footer-cont .column:first-child .btn-cont {
            margin-top: 30px;
            display: flex !important; }
            footer .footer-cont .column:first-child .btn-cont .btn {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 50px;
              border: 2px solid #00A4D8;
              border-radius: 3px;
              box-sizing: border-box;
              transition: all .2s linear; }
              footer .footer-cont .column:first-child .btn-cont .btn:hover {
                opacity: .7; }
              footer .footer-cont .column:first-child .btn-cont .btn span {
                margin-top: 0;
                color: #00A4D8;
                font-size: 13px;
                font-weight: bold;
                letter-spacing: 0.02em; }
                footer .footer-cont .column:first-child .btn-cont .btn span::before {
                  content: none; }
              footer .footer-cont .column:first-child .btn-cont .btn.btn-prof {
                width: calc(50% - 3.5px);
                color: #00A4D8;
                background: #fff;
                margin-right: 7px; }
              footer .footer-cont .column:first-child .btn-cont .btn.btn-shop {
                width: calc(50% - 3.5px);
                color: #fff;
                background: #00A4D8; }
                footer .footer-cont .column:first-child .btn-cont .btn.btn-shop span {
                  color: #fff; }
          footer .footer-cont .column:first-child p {
            margin-top: 38px;
            font-size: 14px; }
          footer .footer-cont .column:first-child span {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-decoration: none; }
            footer .footer-cont .column:first-child span a[href^="tel:"] {
              pointer-events: auto; }
          footer .footer-cont .column:first-child small {
            margin-top: 12px; }
        footer .footer-cont .column:last-child {
          width: 100%; }
          footer .footer-cont .column:last-child .footer-nav ul {
            float: none !important; }
            footer .footer-cont .column:last-child .footer-nav ul li {
              float: none !important; }
          footer .footer-cont .column:last-child .footer-nav:not(#black) {
            flex-wrap: wrap; }
            footer .footer-cont .column:last-child .footer-nav:not(#black) li {
              width: 100%;
              float: none !important; }
              footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item {
                margin: 0 20px; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item > a {
                  padding: 15px 5px;
                  font-size: 14px;
                  border-bottom: 1px solid rgba(0, 164, 216, 0.1); }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item:first-child {
                  min-height: auto; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main {
                  position: relative;
                  display: block;
                  color: #585858;
                  font-size: 14px;
                  letter-spacing: 0.02em;
                  font-weight: 400;
                  box-sizing: border-box; }
                  footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main span {
                    position: relative; }
                    footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main span::before {
                      content: '';
                      position: absolute;
                      top: 50%;
                      transform: translateY(-50%) rotate(45deg);
                      right: 10px;
                      width: 8px;
                      height: 8px;
                      border-bottom: 1px solid #00A4D8;
                      border-right: 1px solid #00A4D8; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a.js--fmain.footer-main span::before {
                  border-right: none;
                  border-bottom: none;
                  border-top: 1px solid #00A4D8;
                  border-left: 1px solid #00A4D8; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul {
                  display: none;
                  border-bottom: 1px solid rgba(0, 164, 216, 0.1);
                  padding-bottom: 15px; }
                  footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul li {
                    padding: 0 20px 15px; }
                    footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item ul li a {
                      border-top: 0;
                      border-bottom: 0; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a + a span {
                  margin-top: 0; }
                footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item:first-child {
                  min-height: unset; }
              footer .footer-cont .column:last-child .footer-nav:not(#black) li:first-child .footer-item:first-child > a:first-child {
                border-top: 1px solid rgba(0, 164, 216, 0.1); }

  .footer-nav#black .inner {
    padding: 8px 12px 40px;
    position: relative;
    background-color: #303030; }
    .footer-nav#black .inner .ci {
      display: block;
      width: 100%;
      padding: 8px 12px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
      .footer-nav#black .inner .ci img {
        width: 90px;
        height: auto; }
    .footer-nav#black .inner .group {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .footer-nav#black .inner .group li {
        width: 48%;
        margin: 0 0 10px; }
        .footer-nav#black .inner .group li a img {
          width: auto; }
    .footer-nav#black .inner .copyright {
      display: none; } }
/**************************************
home.scss
***************************************/
.home {
  overflow-x: hidden !important; }
  .home::-webkit-scrollbar {
    display: none; }
  .home main .link-03 {
    margin-bottom: 80px; }
  .home main .link-04 {
    margin: 80px 0 50px; }
  .home main .btn {
    margin-top: 35px;
    width: 290px;
    height: 50px;
    letter-spacing: 0.1em; }
    .home main .btn:not(:first-of-type) {
      margin-top: 24px; }
  .home .section-01 {
    position: relative; }
    .home .section-01 .top-kv .swiper-wrapper .swiper-slide {
      position: relative;
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_2e_baby_kv {
        background: url("../img/top/kv/top_kv_02_2.jpg") no-repeat center/cover; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_2ebaby {
        background-image: url("../img/top/kv/top_kv_2ebaby.jpg"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_2ebaby .swiper-slide-link {
          width: 100%;
          height: 100%;
          display: block; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_cosmo_kv {
        background: url("../img/top/kv/top_kv_07.png") no-repeat center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_cosmo_kv .inner_kv {
          width: 100%;
          height: 54vh;
          position: absolute;
          top: 55%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          background: url("../img/top/kv/top_kv_07_main.png?ver02") no-repeat center/contain; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_skincare_baby {
        background-color: #C8E6E9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_skincare_baby .inner_kv {
          width: 100%;
          height: 70vh;
          position: absolute;
          top: 55%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          background: url("../img/top/kv/top_kv_04-final.png") no-repeat center/contain; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_faceshop_kv {
        background: url("../img/top/kv/top_kv_05_2.png") no-repeat center/cover; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_08_promotion {
        background: url("../img/top/kv/top_kv_06_2.png") no-repeat center/cover; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_08_promotion-new {
        background: url("../img/top/kv/top_kv_06_2-new.jpg") no-repeat center/contain; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_video .inner_kv {
        width: 100%;
        height: 100%; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_youtube {
        background-color: #C2DEE2; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_youtube .inner_kv {
          width: 100%;
          height: 100%;
          background: url("../img/top/kv/yt_banner.jpg") no-repeat center/contain; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_rank {
        background: url("../img/top/kv/top_kv_rank_bg.png") no-repeat center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_rank .inner_kv {
          width: 100%;
          height: 62vh;
          position: absolute;
          top: 52%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          background: url("../img/top/kv/top_kv_rank_main.png") no-repeat center/contain; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide figure {
        position: relative; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide figure p {
          position: absolute;
          top: 60.8%;
          left: 130px;
          z-index: 999;
          margin-top: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 264px;
          height: 50px;
          color: #00A4D8;
          font-weight: bold;
          font-size: 14px;
          letter-spacing: 0.1em;
          border: 2px solid #00A4D8;
          background: #fff;
          border-radius: 5px;
          transition: all .2s linear; }
          .home .section-01 .top-kv .swiper-wrapper .swiper-slide figure p::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 7px;
            height: 13px;
            background-image: url("../img/common/ico_arrow_right.svg");
            background-size: 100% auto; }
          .home .section-01 .top-kv .swiper-wrapper .swiper-slide figure p:hover {
            color: #fff;
            background: #00A4D8; }
            .home .section-01 .top-kv .swiper-wrapper .swiper-slide figure p:hover::after {
              background-image: url("../img/common/ico_arrow_right_white.svg"); }
    .home .section-01 .top-kv .swiper-button-prev {
      width: 40px;
      height: 60px;
      top: 57vh;
      left: 35px;
      opacity: 1 !important;
      background-image: url("../img/common/ico_swiper_left.svg");
      appearance: none;
      outline: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .home .section-01 .top-kv .swiper-button-prev:after {
        content: 'none'; }
    .home .section-01 .top-kv .swiper-button-next {
      width: 40px;
      height: 60px;
      top: 57vh;
      right: 35px;
      opacity: 1 !important;
      background-image: url("../img/common/ico_swiper_right.svg");
      appearance: none;
      outline: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .home .section-01 .top-kv .swiper-button-next:after {
        content: 'none'; }
    .home .section-01 .top-kv .swiper-pagination {
      display: none;
      position: absolute;
      z-index: 999;
      left: 0;
      right: 0;
      bottom: 48px; }
      .home .section-01 .top-kv .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 10px; }
      .home .section-01 .top-kv .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff; }
    .home .section-01 .scroll-cont {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 59px;
      height: 45px;
      z-index: 1; }
      .home .section-01 .scroll-cont::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 1px;
        height: 50px;
        background: #fff; }
  .home .section-02 {
    padding: 130px 0 75px;
    height: 800px;
    background-image: url("../img/top/bg_section_02.jpg");
    background-size: cover;
    background-position: center;
    box-sizing: border-box; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .home .section-02 {
        padding: 11.2069vw 0 6.46552vw; } }
    .home .section-02 .inner-cont h2 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 40px;
      line-height: 1.5;
      letter-spacing: 0.1em;
      color: #525252; }
    .home .section-02 .inner-cont p {
      margin-top: 20px;
      font-size: 17px;
      line-height: 2.2;
      letter-spacing: 0.1em;
      color: #525252; }
    .home .section-02 .inner-cont .refText {
      font-size: 12px; }
    .home .section-02 .inner-cont .btn {
      margin-top: 55px;
      width: 227px;
      font-size: 14px; }
  .home .section-03 {
    background-image: linear-gradient(to top, rgba(200, 230, 233, 0.4) 20%, #fff 80%); }
    .home .section-03 .inner-cont {
      position: relative;
      padding: 100px 0 90px;
      max-width: 1160px; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .home .section-03 .inner-cont {
          padding: 8.62069vw 0 7.75862vw; } }
      .home .section-03 .inner-cont::before {
        content: '';
        position: absolute;
        top: 4px;
        left: -220px;
        display: block;
        width: 645px;
        height: 734px;
        background-image: url("../img/top/pic_section_03.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 10; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .home .section-03 .inner-cont::before {
            top: auto;
            bottom: -2%;
            left: -18.96552vw;
            width: 55.60345vw;
            height: 63.27586vw; } }
      .home .section-03 .inner-cont .list-cont {
        max-width: 630px;
        margin-left: auto; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .home .section-03 .inner-cont .list-cont {
            width: 65%; } }
        .home .section-03 .inner-cont .list-cont h2 {
          font-size: 40px;
          line-height: 1.5;
          letter-spacing: 0.1em;
          color: #525252; }
          @media only screen and (min-width: 769px) and (max-width: 900px) {
            .home .section-03 .inner-cont .list-cont h2 {
              font-size: 4.44444vw; } }
        .home .section-03 .inner-cont .list-cont ul {
          width: 80%;
          margin-top: 20px; }
          @media only screen and (min-width: 769px) and (max-width: 1160px) {
            .home .section-03 .inner-cont .list-cont ul {
              width: 100%; } }
          .home .section-03 .inner-cont .list-cont ul li {
            padding-top: 10px;
            padding-bottom: 5px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #00A4D8; }
            .home .section-03 .inner-cont .list-cont ul li .date {
              font-family: "futura-pt", sans-serif;
              font-size: 71px;
              font-weight: 100;
              color: #00A4D8; }
            .home .section-03 .inner-cont .list-cont ul li p {
              margin-left: 22px;
              font-size: 18px;
              letter-spacing: 0.1em;
              color: #525252; }
              .home .section-03 .inner-cont .list-cont ul li p span {
                margin-top: 2px;
                display: block;
                font-size: 30px;
                font-weight: 400; }
        .home .section-03 .inner-cont .list-cont .btn {
          position: relative;
          z-index: 11;
          margin-top: 60px; }
  .home .section-04 {
    position: relative;
    padding: 170px 0 103px;
    background-image: url("../img/top/bg_section_04.png");
    background-position: right 0 bottom 0;
    background-size: cover; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .home .section-04 {
        padding: 14.65517vw 0 8.87931vw; } }
    .home .section-04 .inner-cont h2 {
      font-size: 40px;
      line-height: 1.5;
      letter-spacing: 0.1em;
      color: #525252; }
    .home .section-04 .inner-cont p {
      margin-top: 15px;
      font-size: 17px;
      line-height: 2;
      color: #525252; }
    .home .section-04 .inner-cont .btn {
      margin-top: 80px; }
  .home .section-05 {
    padding: 105px 0 80px; }
    .home .section-05 .inner-cont h2 {
      font-size: 36px;
      line-height: 1.5;
      letter-spacing: 0.1em;
      text-align: center; }
    .home .section-05 .inner-cont .product-slider {
      margin-top: 80px; }
      .home .section-05 .inner-cont .product-slider .products-top {
        position: relative; }
        .home .section-05 .inner-cont .product-slider .products-top::before, .home .section-05 .inner-cont .product-slider .products-top::after {
          content: '';
          position: absolute;
          top: 0;
          display: block;
          width: 200px;
          height: 100%;
          z-index: 5; }
        .home .section-05 .inner-cont .product-slider .products-top::before {
          left: 0;
          background: white;
          background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
        .home .section-05 .inner-cont .product-slider .products-top::after {
          right: 0;
          background: white;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
      .home .section-05 .inner-cont .product-slider .product-item {
        display: block;
        text-align: center;
        transition: all .2s linear; }
        .home .section-05 .inner-cont .product-slider .product-item:hover {
          opacity: .7; }
        .home .section-05 .inner-cont .product-slider .product-item .img-cont {
          position: relative;
          padding-top: 137%;
          background-size: 80% auto;
          background-position: center;
          background-repeat: no-repeat; }
          .home .section-05 .inner-cont .product-slider .product-item .img-cont figure {
            position: absolute;
            top: 25px;
            left: 0;
            width: 80px; }
        .home .section-05 .inner-cont .product-slider .product-item .details {
          margin-top: 0;
          color: #1A1311; }
          .home .section-05 .inner-cont .product-slider .product-item .details .tag {
            display: inline-block;
            padding: 8px 10px;
            font-size: 12px;
            background: rgba(138, 203, 209, 0.3); }
          .home .section-05 .inner-cont .product-slider .product-item .details h3 {
            margin-top: 20px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5; }
          .home .section-05 .inner-cont .product-slider .product-item .details p {
            margin-top: 15px;
            font-size: 12px;
            line-height: 1.75; }
      .home .section-05 .inner-cont .product-slider .swiper-button-next,
      .home .section-05 .inner-cont .product-slider .swiper-button-prev {
        width: 20px;
        height: 39px;
        top: 170px;
        z-index: 999;
        background-repeat: no-repeat;
        background-size: 100% auto; }
        .home .section-05 .inner-cont .product-slider .swiper-button-next::after,
        .home .section-05 .inner-cont .product-slider .swiper-button-prev::after {
          content: none; }
      .home .section-05 .inner-cont .product-slider .swiper-button-next {
        right: 0;
        background-image: url("../img/common/ico_swiper_right.svg"); }
      .home .section-05 .inner-cont .product-slider .swiper-button-prev {
        left: 0;
        background-image: url("../img/common/ico_swiper_left.svg"); }
      .home .section-05 .inner-cont .product-slider .swiper-wrapper .swiper-slide {
        width: calc(25% - (120px / 4)) !important;
        margin-right: 40px; }
    .home .section-05 .inner-cont .btn {
      margin: 80px auto 0; }
      .home .section-05 .inner-cont .btn:not(:first-of-type) {
        margin-top: 12px; }
  .home .section-06 a {
    display: block;
    transition: all .2s linear; }
    .home .section-06 a:hover {
      opacity: .7; }
  .home .section-07 {
    padding: 100px 0 95px; }
    .home .section-07 .inner-cont {
      background-image: url("../img/top/bg_section_07.png");
      background-size: 100% auto;
      height: 400px;
      padding: 72px 40px 68px 397px;
      box-sizing: border-box; }
      .home .section-07 .inner-cont h2 {
        font-size: 34px;
        line-height: 1.5;
        letter-spacing: 0.1em; }
  .home .link-section.link-01 {
    display: block;
    margin: 0 auto;
    padding-top: 50px; }
  .home footer {
    padding-top: 40px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .home header::before {
    background: none; }
  .home main .link-03 {
    margin-bottom: 30px;
    padding: 0 20px; }
  .home main .link-04 {
    margin: 30px 0 0;
    padding: 0 20px; }
  .home main .btn {
    margin: 40px auto 0;
    width: 100% !important;
    max-width: calc(100% - 40px); }
    .home main .btn:not(:first-of-type) {
      margin: 26px auto 0; }
  .home .section-01 .top-kv {
    height: 470px; }
    .home .section-01 .top-kv .swiper-wrapper {
      height: 470px; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide {
        height: 470px; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide:before {
          display: none; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide .slider-cont .img-cont {
          bottom: 50px; }
          .home .section-01 .top-kv .swiper-wrapper .swiper-slide .slider-cont .img-cont .circle-cont {
            max-width: 110px;
            top: -85px;
            left: 0;
            right: 0;
            margin: auto; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_cosmo_kv .inner_kv {
          width: 85vw;
          max-width: 317px;
          height: 470px;
          position: static;
          transform: none;
          background-image: url("../img/top/kv/top_kv_07_main_sp.png?ver02");
          background-size: contain;
          background-position: center 30px; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_2e_baby_kv {
          background-image: url("../img/top/kv/top_kv_02_2_sp.png"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_2ebaby {
          background-image: url("../img/top/kv/top_kv_2ebaby_sp.jpg"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_skincare_baby {
          background-color: #C8E6E9;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_skincare_baby .inner_kv {
            width: 85vw;
            max-width: 317px;
            height: 470px;
            position: static;
            transform: none;
            background-image: url("../img/top/kv/top_kv_04-finalsp.png");
            background-size: contain;
            background-position: center 30px; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_faceshop_kv {
          background-image: url("../img/top/kv/top_kv_05_2_sp.png"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_08_promotion {
          background-image: url("../img/top/kv/top_kv_06_2_sp.png"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_08_promotion-new {
          background-image: url("../img/top/kv/top_kv_06_2-new_sp.jpg"); }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_rank {
          background-image: url("../img/top/kv/top_kv_rank_bg_sp.png"); }
          .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_rank .inner_kv {
            width: 85vw;
            max-width: 317px;
            height: 470px;
            position: static;
            transform: none;
            background-image: url("../img/top/kv/top_kv_rank_main_sp.png");
            background-size: contain;
            background-position: center 30px; }
        .home .section-01 .top-kv .swiper-wrapper .swiper-slide.slide_youtube .inner_kv {
          background-image: url("../img/top/kv/yt_banner-sp.jpg"); }
    .home .section-01 .top-kv .swiper-button-next,
    .home .section-01 .top-kv .swiper-button-prev {
      display: none; }
    .home .section-01 .top-kv .swiper-pagination {
      display: block;
      bottom: 10px; }
  .home .section-01 .scroll-cont {
    height: 55px; }
    .home .section-01 .scroll-cont::before {
      bottom: 0;
      height: 30px; }
  .home .section-02 {
    padding: 20px 0 0;
    background-image: url("../img/top/bg_section_02_sp.jpg");
    box-sizing: content-box; }
    .home .section-02 .inner-cont {
      padding: 0 20px 55px; }
      .home .section-02 .inner-cont figure {
        margin: 0 auto;
        max-width: 120px;
        position: relative;
        z-index: 10; }
      .home .section-02 .inner-cont h2 {
        margin-top: 30px;
        font-size: 28px;
        text-align: center; }
      .home .section-02 .inner-cont p {
        margin-top: 34px;
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.02em;
        text-align: center; }
      .home .section-02 .inner-cont .refText {
        font-size: 10px; }
  .home .section-03 {
    background-image: linear-gradient(to bottom, rgba(200, 230, 233, 0) 43%, rgba(200, 230, 233, 0) 59%, rgba(200, 230, 233, 0.5) 91%, rgba(148, 204, 217, 0.4)); }
    .home .section-03 .inner-cont {
      padding: 288px 0 50px; }
      .home .section-03 .inner-cont::before {
        z-index: 20;
        top: -156px;
        left: 0;
        right: 0;
        margin: auto;
        width: 375px;
        height: 426px;
        background-image: url("../img/top/pic_section_03_sp.png");
        background-size: auto 85%;
        background-repeat: no-repeat;
        background-position: center; }
      .home .section-03 .inner-cont .list-cont {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; }
        .home .section-03 .inner-cont .list-cont h2 {
          font-size: 28px;
          text-align: center; }
        .home .section-03 .inner-cont .list-cont ul {
          width: 100%;
          margin-top: 15px; }
          .home .section-03 .inner-cont .list-cont ul li {
            padding-bottom: 0; }
            .home .section-03 .inner-cont .list-cont ul li .date {
              font-size: 68px;
              line-height: 0.7; }
            .home .section-03 .inner-cont .list-cont ul li p {
              margin-top: 5px;
              margin-left: 12px;
              font-size: 14px;
              line-height: 1.9;
              margin-bottom: 12px; }
              .home .section-03 .inner-cont .list-cont ul li p span {
                line-height: 1.2;
                font-size: 22px; }
            .home .section-03 .inner-cont .list-cont ul li:not(:first-child) {
              margin-top: 5 px; }
  .home .section-04 {
    padding: 110px 20px 184px 20px;
    background-image: url("../img/top/bg_section_04_sp.png"); }
    .home .section-04 .inner-cont h2 {
      font-size: 28px;
      text-align: center; }
    .home .section-04 .inner-cont p {
      text-align: center;
      margin-top: 25px;
      font-size: 14px;
      line-height: 2.1; }
    .home .section-04 .inner-cont a {
      margin: 30px auto 0; }
    .home .section-04 .inner-cont .btn {
      margin-top: 30px; }
  .home .section-05 {
    padding: 68px 0 40px; }
    .home .section-05 .inner-cont h2 {
      font-size: 24px; }
    .home .section-05 .inner-cont .product-slider .products-top {
      width: calc(100% - 40px);
      margin: 0 auto;
      overflow: hidden; }
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide {
        width: calc(40% - (30px / 3)) !important; }
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-duplicate .product-item .details,
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-duplicate-next .product-item .details,
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-duplicate-prev .product-item .details,
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-next .product-item .details,
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-prev .product-item .details {
        opacity: 0; }
      .home .section-05 .inner-cont .product-slider .products-top .swiper-slide-active .product-item .details {
        opacity: 1; }
      .home .section-05 .inner-cont .product-slider .products-top::before, .home .section-05 .inner-cont .product-slider .products-top::after {
        content: ''; }
      .home .section-05 .inner-cont .product-slider .products-top:before {
        width: 40%;
        left: -20%;
        background-color: rgba(255, 255, 255, 0.5); }
      .home .section-05 .inner-cont .product-slider .products-top:after {
        width: 40%;
        right: -20%;
        background-color: rgba(255, 255, 255, 0.5); }
    .home .section-05 .inner-cont .product-slider .product-item .img-cont {
      background-size: 100% auto; }
    .home .section-05 .inner-cont .product-slider .product-item .details {
      margin-top: 20px; }
      .home .section-05 .inner-cont .product-slider .product-item .details .tag {
        padding: 8px 10px; }
      .home .section-05 .inner-cont .product-slider .product-item .details h3 {
        margin-top: 5px; }
      .home .section-05 .inner-cont .product-slider .product-item .details p {
        margin-top: 5px; }
    .home .section-05 .inner-cont .product-slider .swiper-wrapper .swiper-slide {
      width: calc(50% - (15px / 2)) !important;
      margin-right: 15px;
      min-width: 169px; }
    .home .section-05 .inner-cont .product-slider .swiper-button-next,
    .home .section-05 .inner-cont .product-slider .swiper-button-prev {
      display: none; }
  .home .section-06 {
    padding: 0 20px; }
  .home .section-07 {
    padding: 45px 0 0; }
    .home .section-07 > figure {
      width: 100%; }
    .home .section-07 .inner-cont {
      padding: 50px 0 80px;
      height: auto;
      background-image: url("../img/top/bg_section_07_sp.png");
      background-size: cover;
      background-repeat: no-repeat; }
      .home .section-07 .inner-cont h2 {
        font-size: 28px;
        text-align: center; }
      .home .section-07 .inner-cont figure {
        margin: 30px auto 0;
        max-width: 290px; }
  .home footer {
    padding-top: 53px; } }
@media screen and (max-width: 320px) {
  .home .section-01 .top-kv {
    height: 400px !important; }
    .home .section-01 .top-kv .swiper-wrapper {
      height: 400px !important; }
      .home .section-01 .top-kv .swiper-wrapper .swiper-slide {
        height: 400px !important; }
  .home .section-03 .inner-cont::before {
    width: 100%; } }
/**************************************
faq
***************************************/
.faq main {
  position: relative; }
.faq .section__01 h1 {
  margin: 65px auto 0;
  font-size: 36px;
  max-width: 1000px;
  width: 95%;
  text-align: center; }
.faq .section__01 .faq-cont {
  margin: 170px auto 34px; }
  .faq .section__01 .faq-cont > .faq-tab {
    display: flex !important; }
  .faq .section__01 .faq-cont .faq-tab {
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    border-bottom: 1px solid #00A4D8; }
    .faq .section__01 .faq-cont .faq-tab li {
      width: 50%; }
    .faq .section__01 .faq-cont .faq-tab .faq-itemtab {
      position: relative;
      display: block;
      padding: 0 0 20px;
      color: #00A4D8;
      text-align: center;
      box-sizing: border-box;
      border-bottom: 5px solid transparent;
      transition: all .2s linear;
          /*

          &::after {
          content: '';
          position: absolute;
          bottom: 20px;
          left: 50%;
          width: 14px;
          height: 7px;
          background-image: url('../img/common/ico_arrow_down.svg');
          background-size: 100% auto;
          transform: translateX(-50%);
        } */ }
      @media only screen and (min-width: 769px) {
        .faq .section__01 .faq-cont .faq-tab .faq-itemtab span {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 500;
          color: #00A4D8;
          letter-spacing: 0.1em;
          line-height: 1;
          text-align: center;
          display: inline-block;
          position: relative;
          padding: 0 25px;
          font-size: 17px; }
          .faq .section__01 .faq-cont .faq-tab .faq-itemtab span:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 10px;
            height: 5px;
            background: url("../img/skincare_2e_baby/arrow-under_skincare.png") no-repeat;
            background-size: 100%;
            transition: all .2s linear; }
        .faq .section__01 .faq-cont .faq-tab .faq-itemtab:hover {
          border-color: #00A4D8; }
          .faq .section__01 .faq-cont .faq-tab .faq-itemtab:hover span::after {
            bottom: -5px; } }
  .faq .section__01 .faq-cont .faq-tabcont {
    margin: 120px auto 0;
    max-width: 1160px; }
    .faq .section__01 .faq-cont .faq-tabcont .faq-contitem h2 {
      font-size: 24px;
      letter-spacing: 0.1em;
      text-align: center; }
    .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion {
      margin-top: 42px; }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont {
        position: relative;
        padding: 25px 80px;
        background: #E8F5F6;
        border-radius: 5px;
        box-sizing: border-box;
        cursor: pointer; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont::before {
          content: '';
          position: absolute;
          top: 21px;
          left: 26px;
          display: block;
          width: 26px;
          height: 26px;
          background-image: url("../img/faq/ico_q_blue.svg");
          background-size: 100% auto; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont h3 {
          font-size: 17px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 24px;
          transform: translateY(-50%);
          display: block;
          width: 15px;
          height: 16px;
          background-image: url("../img/common/ico_plus.svg");
          background-size: 100% auto; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont.hover::after {
          background-image: url("../img/common/ico_minus.svg"); }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont {
        display: none;
        padding: 38px 80px 50px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont h4 {
          position: relative;
          font-size: 17px;
          line-height: 2;
          letter-spacing: 0.1em; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont h4::before {
            content: 'A.';
            position: absolute;
            top: -13px;
            left: -53px;
            color: #000;
            font-size: 26px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont p {
          margin-top: 20px;
          color: #2E2E2E;
          font-size: 12px;
          letter-spacing: 0.1em;
          line-height: 1.7; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a {
          position: relative;
          margin-top: 30px;
          display: inline-block;
          width: 292px;
          padding: 15px 0;
          color: #00A4D8;
          font-size: 14px;
          font-weight: 600;
          text-align: center;
          letter-spacing: 0.1em;
          border-radius: 5px;
          border: 2px solid #00A4D8;
          box-sizing: border-box;
          background: rgba(255, 255, 255, 0.8);
          transition: all .2s linear; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a.a-snscrn45 {
            width: 330px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a.a-uv {
            width: 400px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a:not(:first-of-type) {
            margin-left: 20px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 7px;
            height: 13px;
            background-image: url("../img/common/ico_arrow_right.svg");
            background-size: 100% auto; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a:hover {
            background: #00A4D8;
            color: #fff; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a:hover::after {
              background-image: url("../img/common/ico_arrow_right_white.svg"); }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery {
          margin-top: 25px;
          display: flex;
          flex-flow: nowrap; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery li {
            max-width: 280px; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery li:not(:first-child) {
              margin-left: 30px; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery li figure figcaption {
              margin-top: 5px;
              font-size: 12px;
              letter-spacing: 0.1em;
              line-height: 1.7;
              color: #2E2E2E; }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item:not(:first-child) {
        margin-top: 20px; }
    .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child {
      margin-top: 87px; }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child .qa-accordion .qa-item .header-cont {
        background: #FDF4F4; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child .qa-accordion .qa-item .header-cont::before {
          background-image: url("../img/faq/ico_q_pink.svg"); }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child .qa-accordion .qa-item .header-cont::after {
          background-image: url("../img/common/ico_plus_pink.svg"); }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child .qa-accordion .qa-item .header-cont.hover::after {
          background-image: url("../img/common/ico_minus_pink.svg"); }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .faq main {
    padding-bottom: 53px; }
  .faq .section__01 h1 {
    width: 100%;
    margin: 0;
    padding: 58px 0;
    font-size: 24px;
    text-align: center;
    background: #E8F5F6;
    background: linear-gradient(180deg, white 0%, #e8f5f6 69%, #e8f5f6 100%); }
  .faq .section__01 .faq-cont {
    margin: 35px auto 0;
    padding: 0 20px; }
    .faq .section__01 .faq-cont > .faq-tab {
      display: none !important; }
    .faq .section__01 .faq-cont .faq-tab {
      flex-wrap: wrap;
      border-bottom: 0; }
      .faq .section__01 .faq-cont .faq-tab:nth-of-type(1) li a {
        border-bottom: 0 !important; }
      .faq .section__01 .faq-cont .faq-tab:nth-of-type(1) li.active a {
        border-bottom: 1px solid rgba(82, 82, 82, 0.4) !important; }
      .faq .section__01 .faq-cont .faq-tab li {
        width: 100%; }
        .faq .section__01 .faq-cont .faq-tab li.active a::after {
          background-image: url("../img/faq/ico_minus_bl.svg");
          background-size: 100% auto;
          background-position: center;
          background-repeat: no-repeat; }
        .faq .section__01 .faq-cont .faq-tab li:first-child {
          margin-right: 0; }
        .faq .section__01 .faq-cont .faq-tab li:last-child .faq-itemtab {
          border-bottom: 1px solid rgba(82, 82, 82, 0.4); }
      .faq .section__01 .faq-cont .faq-tab .faq-itemtab {
        padding: 18px 20px;
        border-top: 1px solid rgba(82, 82, 82, 0.4);
        border-bottom: 0;
        text-align: left;
        position: relative; }
        .faq .section__01 .faq-cont .faq-tab .faq-itemtab span {
          color: #525252;
          font-size: 16px;
          line-height: 1.4; }
        .faq .section__01 .faq-cont .faq-tab .faq-itemtab::after {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          display: block;
          left: auto;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("../img/faq/ico_plus_bl.svg"); }
        .faq .section__01 .faq-cont .faq-tab .faq-itemtab:hover {
          border-top: 1px solid rgba(82, 82, 82, 0.4); }
    .faq .section__01 .faq-cont .faq-tabcont {
      margin: 34px auto 0; }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem {
        margin-top: 30px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:nth-of-type(1) {
          display: block;
          margin-bottom: 50px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem h2 {
          font-size: 22px;
          letter-spacing: 0.01em; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion {
          margin-top: 40px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont {
            padding: 15px 10px 15px 57px; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont::before {
              top: 50%;
              left: 14px;
              transform: translateY(-50%); }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont h3 {
              padding-right: 30px;
              font-size: 14px;
              line-height: 1.6; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .header-cont::after {
              right: 15px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont {
            display: none;
            position: relative;
            padding: 10px 0; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont h4 {
              max-width: 100%;
              margin: 0 0 0 58px;
              font-size: 14px;
              line-height: 1.7; }
              .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont h4::before {
                left: -44px;
                top: -12px; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont p {
              margin-top: 10px;
              margin-left: 58px;
              font-size: 12px; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a {
              display: block;
              margin: 30px auto 0;
              width: 85.5%;
              max-width: 285px;
              font-size: 14px;
              letter-spacing: 0.04em; }
              .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a.a-snscrn45 {
                width: 100%; }
              .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a.a-uv {
                width: 100%; }
              .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a:not(:first-of-type) {
                margin-top: 10px;
                margin-left: auto; }
            .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery {
              margin-left: 46px;
              flex-direction: column; }
              .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont .detail-cont-gallery li:not(:first-child) {
                margin-left: 0;
                margin-top: 15px; }
          .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item:not(:first-child) {
            margin-top: 10px; }
        .faq .section__01 .faq-cont .faq-tabcont .faq-contitem:last-child {
          margin-top: 50px; } }
@media screen and (max-width: 375px) {
  .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont {
    padding: 30px 10px 30px 0; }
    .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a {
      margin-left: 14%;
      margin-right: 0;
      font-size: 14px; }
      .faq .section__01 .faq-cont .faq-tabcont .faq-contitem .qa-accordion .qa-item .detail-cont a::after {
        right: 10px; } }
.qa-txt-frame {
  border: 1px dashed #2E2E2E;
  padding: 20px;
  text-align: left;
  margin-top: 20px; }

.qa-txt-frame h5 {
  text-align: center; }

@media screen and (max-width: 768px) {
  .qa-txt-frame {
    margin-left: 46px; }

  .qa-txt-frame p {
    margin-left: 0px !important; } }
/**************************************
products
***************************************/
.products .no-pad {
  padding: 0 90px;
  padding-bottom: 90px !important; }
.products .banner-cont {
  position: relative;
  margin-top: 28px; }
  .products .banner-cont .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1000px; }
    .products .banner-cont .details h2 {
      font-size: 36px;
      font-weight: 500;
      line-height: 1.3; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .products .banner-cont .details h2 {
          font-size: 3.10345vw; } }
    .products .banner-cont .details .subtxt {
      margin-top: 15px;
      display: flex;
      align-items: flex-end;
      font-size: 24px;
      font-weight: 500; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .products .banner-cont .details .subtxt {
          font-size: 2.06897vw; } }
      .products .banner-cont .details .subtxt span {
        margin-left: 15px;
        font-size: 14px;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .products .banner-cont .details .subtxt span {
            font-size: 1.2069vw; } }
    .products .banner-cont .details .button {
      margin-top: 94px;
      width: 225px;
      height: 50px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #00A4D8;
      letter-spacing: 0.04em;
      line-height: 1; }
  .products .banner-cont .swiper-pagination {
    right: 15px;
    bottom: 15px;
    transform: none;
    left: auto; }
.products .section-01 {
  padding: 75px 0 30px;
  text-align: center; }
  .products .section-01 .inner-cont h1 {
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #525252; }
  .products .section-01 .inner-cont .banner-01 {
    margin-top: 40px;
    display: block;
    transition: all .2s linear; }
    .products .section-01 .inner-cont .banner-01:hover {
      opacity: .7; }
.products .section-02 {
  padding: 23px 0 150px; }
  @media only screen and (min-width: 769px) {
    .products .section-02 {
      overflow: hidden; } }
  .products .section-02 h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center; }
  .products .section-02 .product-cont {
    margin: 40px auto 0;
    width: 95%; }
    .products .section-02 .product-cont .product-tab {
      margin: 0 auto;
      display: flex !important;
      justify-content: space-between;
      max-width: 1160px;
      border-bottom: 1px solid #00A4D8; }
      .products .section-02 .product-cont .product-tab.sp {
        display: none !important; }
      .products .section-02 .product-cont .product-tab li {
        width: 25%; }
        .products .section-02 .product-cont .product-tab li .product-itemtab {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 50px;
          color: #00A4D8;
          border-bottom: 5px solid transparent;
          font-size: 18px;
          letter-spacing: 0.1em;
          box-sizing: border-box;
          transition: all .2s linear; }
          .products .section-02 .product-cont .product-tab li .product-itemtab:hover {
            border-color: #00A4D8; }
        .products .section-02 .product-cont .product-tab li.active .product-itemtab {
          border-bottom: 5px solid #00A4D8;
          border-color: #00A4D8; }
    .products .section-02 .product-cont .product-tab02 {
      margin: 20px auto 0;
      padding: 40px 52px;
      background: #F4FAFE;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      max-width: 1160px;
      box-sizing: border-box; }
      .products .section-02 .product-cont .product-tab02 li {
        line-height: 1;
        position: relative;
        margin-bottom: 14px; }
        .products .section-02 .product-cont .product-tab02 li::after {
          content: '';
          position: absolute;
          top: 1px;
          right: 0;
          height: 98%;
          width: 1px;
          background-color: #525252; }
        .products .section-02 .product-cont .product-tab02 li:last-child {
          position: static; }
          .products .section-02 .product-cont .product-tab02 li:last-child:after {
            display: none; }
        .products .section-02 .product-cont .product-tab02 li.u-nosen {
          position: static; }
          .products .section-02 .product-cont .product-tab02 li.u-nosen:after {
            display: none; }
        .products .section-02 .product-cont .product-tab02 li a {
          padding: 0 8px;
          font-size: 15px;
          transition: all .2s linear; }
          .products .section-02 .product-cont .product-tab02 li a:hover {
            opacity: .7; }
          .products .section-02 .product-cont .product-tab02 li a span {
            font-weight: 500; }
    .products .section-02 .product-cont .product-tabcont {
      margin: 65px auto 0;
      max-width: 1160px; }
      .products .section-02 .product-cont .product-tabcont .product-contitem .product-list {
        display: flex;
        flex-wrap: wrap; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item {
          display: flex;
          flex-direction: column;
          position: relative;
          width: calc(25% - (198px / 4));
          margin-right: 66px; }
          @media only screen and (min-width: 769px) and (max-width: 1000px) {
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item {
              width: calc(25% - ((198vw / 10) / 4));
              margin-right: 6.6vw; } }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .label-tag {
            position: absolute;
            bottom: 7px;
            right: -35px;
            width: 52px;
            height: 52px;
            z-index: 3; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item:nth-of-type(4n+4) {
            margin-right: 0; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item:nth-of-type(n+5) {
            margin-top: 70px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-sunscreen .label-tag {
            bottom: 12px;
            right: -40px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .img-cont {
            position: relative;
            width: 85%;
            margin: 0 auto;
            padding-top: 114%;
            background-size: 100% auto;
            background-position: bottom center;
            background-repeat: no-repeat;
            transition: .3s ease; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .img-cont:hover {
              opacity: .7; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .img-cont figure {
              display: none;
              position: absolute;
              top: 12px;
              left: -20px;
              width: 97px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details {
            display: flex;
            flex-direction: column;
            margin-top: 36px; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details .tag {
              display: inline-block;
              padding: 8px 6px;
              font-size: 12px;
              line-height: 1.4;
              background: rgba(138, 203, 209, 0.3);
              text-align: center; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details h3 {
              margin-top: 18px;
              font-size: 14px;
              font-weight: 500;
              line-height: 1.4; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details span {
              margin-top: 15px;
              display: block;
              font-size: 12px; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details p {
              margin-top: 15px;
              font-size: 12px;
              line-height: 1.75;
              letter-spacing: 0.04em; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .btnWrap {
            margin-top: auto;
            text-align: center; }
            .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .btnWrap .btn {
              margin-top: 10px;
              width: 100%;
              height: 50px; }
.products .section-03 {
  padding: 0 0 50px; }
  .products .section-03 .care-cont {
    margin: 0 auto;
    max-width: 1160px;
    width: 95%;
    text-align: center; }
    .products .section-03 .care-cont h2 {
      font-size: 24px;
      letter-spacing: 0.1em; }
    .products .section-03 .care-cont .care-steps {
      margin: 58px auto 0; }
      .products .section-03 .care-cont .care-steps .care-cat {
        display: flex; }
        .products .section-03 .care-cont .care-steps .care-cat li {
          width: calc(25% - (45px / 4)); }
          .products .section-03 .care-cont .care-steps .care-cat li:not(:last-child) {
            margin-right: 15px; }
          .products .section-03 .care-cont .care-steps .care-cat li .care-item {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            height: 60px;
            background: rgba(200, 230, 233, 0.5); }
      .products .section-03 .care-cont .care-steps .step-item {
        margin-top: 15px; }
        .products .section-03 .care-cont .care-steps .step-item h3 {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 60px;
          color: #fff;
          font-size: 22px;
          font-weight: 500;
          letter-spacing: 0.1em;
          background: #94CCD9; }
        .products .section-03 .care-cont .care-steps .step-item table {
          margin-top: 10px; }
          .products .section-03 .care-cont .care-steps .step-item table tr td {
            width: 25%;
            padding: 0 10px;
            vertical-align: top; }
            .products .section-03 .care-cont .care-steps .step-item table tr td a {
              display: block;
              transition: all .2s linear; }
              .products .section-03 .care-cont .care-steps .step-item table tr td a:hover {
                opacity: .7; }
              .products .section-03 .care-cont .care-steps .step-item table tr td a:nth-of-type(n+2) {
                position: relative;
                margin-top: 15px; }
                .products .section-03 .care-cont .care-steps .step-item table tr td a:nth-of-type(n+2)::before {
                  content: '';
                  position: absolute;
                  top: 5px;
                  left: 15px;
                  display: block;
                  width: 17.36px;
                  height: 43.4px;
                  background-image: url("../img/products/ico_care_arrow.svg");
                  background-size: 100% auto; }
            .products .section-03 .care-cont .care-steps .step-item table tr td ul {
              margin-top: 8px;
              margin-left: 5px;
              padding: 33px 21px 15px 15px;
              background-image: url("../img/products/bg_product_arrow.svg");
              background-size: 100% auto;
              box-sizing: border-box;
              max-width: 156px; }
              .products .section-03 .care-cont .care-steps .step-item table tr td ul li {
                font-size: 12px;
                line-height: 1.8;
                text-align: left; }
            .products .section-03 .care-cont .care-steps .step-item table tr td:not(:last-child) {
              border-right: 1px dashed #0099DE; }
            .products .section-03 .care-cont .care-steps .step-item table tr td:first-child {
              border-left: 1px dashed #0099DE; }
            .products .section-03 .care-cont .care-steps .step-item table tr td:last-child {
              border-right: 1px dashed #0099DE; }
    .products .section-03 .care-cont .notes {
      margin-top: 54px;
      font-size: 12px;
      line-height: 1.8;
      text-align: left; }
    .products .section-03 .care-cont .baby-steps {
      margin-top: 12px;
      border-top: 1px dashed #0099DE; }
      .products .section-03 .care-cont .baby-steps:nth-of-type(1) {
        border-top: 0;
        margin-top: 46px; }
        .products .section-03 .care-cont .baby-steps:nth-of-type(1) table tr td {
          padding-bottom: 0; }
          .products .section-03 .care-cont .baby-steps:nth-of-type(1) table tr td h3 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 352px;
            height: 50px;
            font-size: 17px;
            background: rgba(200, 230, 233, 0.5); }
            @media only screen and (min-width: 769px) and (max-width: 1200px) {
              .products .section-03 .care-cont .baby-steps:nth-of-type(1) table tr td h3 {
                width: 28.33333vw;
                font-size: 1.41667vw; } }
      .products .section-03 .care-cont .baby-steps:last-child {
        border-bottom: 1px dashed #0099DE; }
      .products .section-03 .care-cont .baby-steps table tr td {
        width: 360px;
        padding: 12px 0;
        vertical-align: top; }
        @media only screen and (min-width: 769px) and (max-width: 1200px) {
          .products .section-03 .care-cont .baby-steps table tr td {
            width: 30vw; } }
        .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) {
          width: 80px; }
          @media only screen and (min-width: 769px) and (max-width: 1200px) {
            .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) {
              width: 6.66667vw; } }
          .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) figure {
            max-width: 60px; }
        .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(n+3) a {
          position: relative;
          display: block; }
          .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(n+3) a::before {
            content: '';
            position: absolute;
            top: 22px;
            left: 0;
            display: block;
            width: 43.4px;
            height: 17.36px;
            background-image: url("../img/baby/products/ico_arrow_right.svg");
            background-size: 100% auto;
            background-repeat: no-repeat; }
        .products .section-03 .care-cont .baby-steps table tr td a {
          margin: 0 auto;
          display: block;
          max-width: 340px;
          transition: all .2s linear; }
          .products .section-03 .care-cont .baby-steps table tr td a:hover {
            opacity: .7; }
          @media only screen and (min-width: 769px) and (max-width: 1200px) {
            .products .section-03 .care-cont .baby-steps table tr td a {
              width: 28.33333vw; } }
          .products .section-03 .care-cont .baby-steps table tr td a:nth-of-type(n+2) {
            margin-top: 15px; }
.products .link-section {
  padding-bottom: 140px;
  transition: all .2s linear; }
  .products .link-section:hover {
    opacity: .7; }
  .products .link-section.link-01 {
    margin: 80px auto 34px;
    padding-bottom: 0; }
  .products .link-section.link-02 {
    padding-bottom: 90px; }
  .products .link-section.no-pad-baby {
    margin-top: 30px;
    padding-bottom: 34px; }
.products.baby-products .banner-cont {
  margin-top: 28px; }
  .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover; }
    .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide.slide02 {
      background-image: url("../img/baby/products/bg_banner.png"); }
    .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide .details {
      min-width: 1000px;
      padding-top: 15vw; }
      .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide .details figure {
        width: 425px; }
.products.baby-products .section-02 {
  padding-top: 0; }
.products.baby-products .section-03 {
  padding: 0 0 50px; }
.products.baby-products .product-cont {
  margin-top: 0; }
  .products.baby-products .product-cont .product-tabcont {
    margin-top: 0; }
    .products.baby-products .product-cont .product-tabcont .product-contitem .product-list .product-item .img-cont {
      display: block; }
    .products.baby-products .product-cont .product-tabcont .product-contitem .product-list .product-item .details .tag {
      background: #F8E7E7; }
.products.baby-products .more-cont02 {
  padding-bottom: 144px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .products .banner-cont {
    margin-top: 10px; }
    .products .banner-cont .details {
      width: calc(100% - 40px); }
      .products .banner-cont .details h2 {
        margin-left: 0;
        font-size: 18px;
        font-weight: 500; }
      .products .banner-cont .details .subtxt {
        margin-top: 12px;
        margin-left: 0;
        font-size: 14px; }
        .products .banner-cont .details .subtxt span {
          margin-left: 10px;
          font-size: 10px; }
      .products .banner-cont .details .button {
        margin-top: 36px;
        width: 175px; }
  .products .link-section.link-01 {
    margin: 60px auto 53px;
    padding: 0; }
  .products .link-section.link-02 {
    padding: 50px 20px 0; }
  .products .link-section.link-03 {
    padding: 50px 20px 0; }
  .products .link-section.no-pad-baby {
    margin-bottom: 53px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0; }
  .products .section-01 {
    padding: 30px 20px 37px;
    box-sizing: border-box; }
    .products .section-01 .inner-cont h1 {
      font-size: 20px; }
    .products .section-01 .inner-cont figure {
      margin-top: 25px; }
    .products .section-01 a {
      margin-top: 32px; }
  .products .no-pad {
    padding: 0 20px;
    padding-bottom: 0 !important; }
  .products .section-02 {
    padding: 50px 0; }
    .products .section-02 h2 {
      font-size: 18px; }
    .products .section-02 .product-cont .product-tab {
      margin: 0 auto;
      padding: 10px 0;
      -webkit-appearance: none;
      font-size: 17px;
      color: #00A4D8;
      font-weight: 500;
      border: 0;
      border-bottom: 1px solid #00A4D8;
      background: none;
      border-radius: 0;
      width: calc(100% - 40px);
      outline: none;
      background-image: url("../img/common/ico_arrow_down.svg");
      background-size: 10px 14px;
      background-position: right center;
      background-repeat: no-repeat; }
      .products .section-02 .product-cont .product-tab.pc {
        display: none !important; }
      .products .section-02 .product-cont .product-tab.sp {
        display: block !important; }
    .products .section-02 .product-cont .product-tab02 {
      padding: 22px 10px; }
      .products .section-02 .product-cont .product-tab02 li {
        line-height: 1.5;
        position: static; }
        .products .section-02 .product-cont .product-tab02 li::after {
          position: static; }
        .products .section-02 .product-cont .product-tab02 li a {
          font-size: 12px;
          border-right: 1px solid #525252; }
        .products .section-02 .product-cont .product-tab02 li:last-child a, .products .section-02 .product-cont .product-tab02 li:nth-of-type(2) a, .products .section-02 .product-cont .product-tab02 li:nth-of-type(3) a, .products .section-02 .product-cont .product-tab02 li:nth-of-type(7) a, .products .section-02 .product-cont .product-tab02 li:nth-of-type(11) a {
          border-right: 0 !important; }
        .products .section-02 .product-cont .product-tab02 li:nth-of-type(3), .products .section-02 .product-cont .product-tab02 li:nth-of-type(8) {
          width: 100%;
          text-align: center; }
    .products .section-02 .product-cont .product-tabcont {
      margin-top: 40px;
      padding: 0 20px; }
      .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item {
        width: 100%;
        margin-right: 0; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item:nth-of-type(4n+4) {
          margin-right: 0; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item:nth-of-type(2n+2) {
          margin-right: 0; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-mousse, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-lotion, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-emulsion, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-cream, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-mist {
          margin-top: 45px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-soap, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-shampoo, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-bath, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-sunscreen-m {
          margin-top: 30px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-trialkit {
          margin-top: 20px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-sunscreen-c {
          margin-top: 60px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-lotion, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-baby-soap, .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-shampoo {
          margin-top: 30px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-sunscreen {
          margin-top: 50px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-sunscreen .label-tag {
            bottom: 19px;
            right: -45px; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-soap {
          margin-top: -30px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item.item-b-soap .img-cont {
            max-width: 170px;
            background-position: center bottom; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .img-cont {
          width: 100%;
          padding-top: 196px;
          max-width: 131px;
          background-repeat: no-repeat;
          background-position: center; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details {
          margin-top: 0;
          text-align: center; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details .tag {
            padding: 8px 10px; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details h3 {
            margin-top: 15px;
            font-size: 15px;
            font-weight: 500; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details span {
            display: none; }
          .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .details p {
            margin-left: auto;
            margin-right: auto;
            font-weight: 500; }
        .products .section-02 .product-cont .product-tabcont .product-contitem .product-list .product-item .btnWrap .btn {
          margin-top: 20px !important;
          width: calc((100% - 20px) / 2);
          max-width: 300px;
          height: auto;
          padding: 15px 5px;
          display: inline-block; }
  .products .section-03 {
    padding: 85px 0 50px; }
    .products .section-03 .care-cont {
      margin: 0 auto;
      max-width: 1160px;
      text-align: center; }
      .products .section-03 .care-cont .care-instruct {
        margin-top: 13px;
        font-size: 10px; }
      .products .section-03 .care-cont h2 {
        font-size: 20px;
        letter-spacing: 0.04em; }
      .products .section-03 .care-cont .care-instruct {
        margin-top: 13px;
        font-size: 10px; }
      .products .section-03 .care-cont span {
        display: block;
        margin-top: 5px;
        font-size: 10px; }
      .products .section-03 .care-cont .care-steps {
        margin: 28px auto 0;
        padding: 0 20px; }
        .products .section-03 .care-cont .care-steps .care-cat li {
          width: calc(25% - (15px / 4)); }
          .products .section-03 .care-cont .care-steps .care-cat li:not(:last-child) {
            margin-right: 5px; }
          .products .section-03 .care-cont .care-steps .care-cat li .care-item {
            font-size: 12px;
            height: 40px; }
        .products .section-03 .care-cont .care-steps .step-item {
          margin-top: 10px; }
          .products .section-03 .care-cont .care-steps .step-item h3 {
            height: 30px;
            font-size: 17px;
            letter-spacing: 0.02em; }
          .products .section-03 .care-cont .care-steps .step-item table tr td {
            padding: 0 3px; }
            .products .section-03 .care-cont .care-steps .step-item table tr td a:nth-of-type(n+2) {
              position: relative;
              margin-top: 50px; }
              .products .section-03 .care-cont .care-steps .step-item table tr td a:nth-of-type(n+2)::before {
                top: -34px;
                left: 50%;
                transform: translateX(-50%);
                width: 9px;
                height: 21.5px; }
            .products .section-03 .care-cont .care-steps .step-item table tr td a.or::before {
              content: 'or';
              top: -34px;
              font-size: 11px;
              width: auto;
              height: auto;
              background-image: none; }
            .products .section-03 .care-cont .care-steps .step-item table tr td ul {
              position: absolute;
              margin-top: 5px;
              margin-left: 0;
              padding: 28px 10px 17px 8px;
              max-width: 119px;
              z-index: 10; }
              .products .section-03 .care-cont .care-steps .step-item table tr td ul li {
                font-size: 10px;
                line-height: 1.4; }
          .products .section-03 .care-cont .care-steps .step-item:nth-of-type(2) table tr td:nth-of-type(1), .products .section-03 .care-cont .care-steps .step-item:nth-of-type(2) table tr td:nth-of-type(4) {
            padding-top: 100vw; }
            .products .section-03 .care-cont .care-steps .step-item:nth-of-type(2) table tr td:nth-of-type(1) ul, .products .section-03 .care-cont .care-steps .step-item:nth-of-type(2) table tr td:nth-of-type(4) ul {
              background-color: #fff; }
      .products .section-03 .care-cont .notes {
        display: none; }
      .products .section-03 .care-cont .baby-steps {
        width: calc(100% - 40px);
        margin: 0 auto; }
        .products .section-03 .care-cont .baby-steps:nth-of-type(1) {
          margin-top: 40px; }
          .products .section-03 .care-cont .baby-steps:nth-of-type(1) table tr td {
            padding-bottom: 12px; }
            .products .section-03 .care-cont .baby-steps:nth-of-type(1) table tr td h3 {
              min-width: 75px;
              width: calc(100% - 20px);
              height: 44px;
              font-size: 12px;
              letter-spacing: -0.05em; }
        .products .section-03 .care-cont .baby-steps table {
          table-layout: fixed; }
          .products .section-03 .care-cont .baby-steps table _::-webkit-full-page-media, .products .section-03 .care-cont .baby-steps table _:future, .products .section-03 .care-cont .baby-steps table :root {
            table-layout: inherit; }
          .products .section-03 .care-cont .baby-steps table tr td {
            width: 30%;
            padding: 12px 0;
            vertical-align: top; }
            .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) {
              position: relative;
              width: 43px;
              min-width: 43px; }
              .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) figure {
                max-width: 34px; }
              .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(1) .content-space {
                position: absolute;
                top: 12px;
                width: 43px;
                height: calc(100% - 24px);
                display: flex;
                align-items: center;
                background: #F7F7F7;
                max-width: 34px;
                overflow: hidden; }
            .products .section-03 .care-cont .baby-steps table tr td:nth-of-type(n+3) a::before {
              top: 48px;
              width: 19px;
              height: 9px; }
            .products .section-03 .care-cont .baby-steps table tr td a {
              margin-left: 0;
              width: calc(100% - 20px);
              min-width: 75px; }
              .products .section-03 .care-cont .baby-steps table tr td a.or {
                position: relative;
                margin-top: 10px;
                padding-top: 20px; }
                .products .section-03 .care-cont .baby-steps table tr td a.or::before {
                  content: 'or';
                  position: absolute;
                  left: 50;
                  transform: translateX(-50%);
                  top: 0; }
  .products .more-cont02 + .section-01 {
    display: none; }
  .products.baby-products .banner-cont {
    margin-top: 10px; }
    .products.baby-products .banner-cont .swiper-container {
      padding-bottom: 0; }
      .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
        background-image: url("../img/baby/products/bg_banner_sp.png");
        min-height: 58vw;
        display: flex;
        align-items: center;
        min-width: auto; }
        .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide .details {
          min-width: auto;
          padding-top: 0;
          top: 10%;
          transform: translateX(-50%); }
          .products.baby-products .banner-cont .swiper-container .swiper-wrapper .swiper-slide .details figure {
            width: 36vw;
            min-width: 110px; }
  .products.baby-products .product-cont {
    margin-top: 0; }
    .products.baby-products .product-cont .product-tabcont {
      margin-top: 0; }
      .products.baby-products .product-cont .product-tabcont .product-contitem .product-list .product-item .details .tag {
        background: #F8E7E7;
        margin-top: 20px; }
  .products.baby-products .more-cont02 {
    padding-bottom: 80px; }
  .products.baby-products .section-03 {
    padding-top: 60px; } }
/**************************************
brand
***************************************/
.brand main .btn {
  margin-top: 10px;
  width: 100%;
  max-width: 300px; }
  .brand main .btn.btn-01, .brand main .btn.btn-02 {
    height: 51px; }
  .brand main .btn.btn-01 {
    margin-top: 40px;
    max-width: 264px; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .btn.btn-01 {
        margin-top: 3.07692vw;
        width: 20.30769vw;
        font-size: 1.07692vw; } }
  .brand main .btn.btn-02 {
    margin-top: 35px;
    max-width: 433px; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .btn.btn-02 {
        margin-top: 2.69231vw;
        width: 33.30769vw;
        font-size: 1.07692vw; } }
.brand main .banner-cont .brand-kv {
  margin: auto;
  max-width: 1160px;
  position: relative; }
  .brand main .banner-cont .brand-kv figure {
    width: 100%;
    height: 605px; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .banner-cont .brand-kv figure {
        height: 46.53846vw; } }
    .brand main .banner-cont .brand-kv figure img.pc {
      max-width: 615px;
      margin-left: auto; }
      @media only screen and (min-width: 769px) and (max-width: 1300px) {
        .brand main .banner-cont .brand-kv figure img.pc {
          width: 47.30769vw; } }
    .brand main .banner-cont .brand-kv figure figcaption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 80px; }
      .brand main .banner-cont .brand-kv figure figcaption h1 {
        font-size: 36px;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .banner-cont .brand-kv figure figcaption h1 {
            font-size: 2.76923vw; } }
      .brand main .banner-cont .brand-kv figure figcaption p {
        font-size: 17px;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .banner-cont .brand-kv figure figcaption p {
            font-size: 1.30769vw; } }
        .brand main .banner-cont .brand-kv figure figcaption p:nth-of-type(1) {
          margin-top: 23px; }
        .brand main .banner-cont .brand-kv figure figcaption p:nth-of-type(2) {
          padding-top: 19px; }
.brand main .section-01 {
  margin-top: 20px;
  padding: 40px 0 43px;
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 769px) and (max-width: 1300px) {
    .brand main .section-01 {
      margin-top: 1.53846vw;
      padding: 3.07692vw 0 3.30769vw; } }
  .brand main .section-01:before {
    background: center top/contain no-repeat url("../img/brand/side_text_01.png");
    content: '';
    position: absolute;
    left: -70px;
    top: 131px;
    width: 104px;
    height: 469px;
    z-index: 10; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-01:before {
        left: -5.38462vw;
        top: 10.07692vw;
        width: 8vw;
        height: 36.07692vw; } }
  .brand main .section-01:after {
    content: '';
    position: absolute;
    top: 64.6%;
    left: 0;
    transform: translateY(-50%);
    width: 500px;
    height: 498px;
    background: #F7F7F7;
    z-index: -1; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-01:after {
        width: 38.46154vw;
        height: 38.30769vw; } }
  .brand main .section-01 .side-cont {
    width: 1160px;
    margin: 0 auto;
    padding-top: 247px;
    position: relative;
    margin-left: -60px; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-01 .side-cont {
        width: 89.23077vw;
        padding-top: 19vw;
        margin-left: -4.61538vw; } }
    .brand main .section-01 .side-cont .column {
      position: relative; }
      .brand main .section-01 .side-cont .column:nth-of-type(1) {
        position: relative;
        margin: 0;
        width: 799px;
        padding: 95px 0 46px 130px;
        box-sizing: border-box;
        background: #F7F7F7; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-01 .side-cont .column:nth-of-type(1) {
            width: 61.46154vw;
            padding: 7.30769vw 0 3.53846vw 10vw; } }
        .brand main .section-01 .side-cont .column:nth-of-type(1) h2 {
          position: absolute;
          top: -80px;
          font-size: 40px;
          letter-spacing: 0.1em;
          line-height: 1.4; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-01 .side-cont .column:nth-of-type(1) h2 {
              top: -6.15385vw;
              font-size: 3.07692vw; } }
        .brand main .section-01 .side-cont .column:nth-of-type(1) p {
          letter-spacing: 0.1em; }
          .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            font-size: 28px; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
                font-size: 2.15385vw; } }
          .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 55px;
            font-size: 17px;
            line-height: 2.2; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
                margin-top: 4.23077vw;
                font-size: 1.30769vw; } }
        .brand main .section-01 .side-cont .column:nth-of-type(1) small {
          margin-top: 34px;
          display: block;
          font-size: 10px;
          line-height: 1.9; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-01 .side-cont .column:nth-of-type(1) small {
              margin-top: 2.61538vw; } }
          .brand main .section-01 .side-cont .column:nth-of-type(1) small br.is-sec01-attention {
            display: none; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-01 .side-cont .column:nth-of-type(1) small br.is-sec01-attention {
                display: block; } }
        .brand main .section-01 .side-cont .column:nth-of-type(1):after {
          content: '';
          bottom: 49px;
          right: 0;
          width: 145px;
          height: 170px;
          position: absolute;
          z-index: 30;
          background: center/contain no-repeat url("../img/brand/side_num_01.png"); }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-01 .side-cont .column:nth-of-type(1):after {
              bottom: 3.76923vw;
              width: 11.15385vw;
              height: 13.07692vw; } }
      .brand main .section-01 .side-cont .column:nth-of-type(2) {
        position: absolute;
        bottom: 90px;
        right: -120px; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-01 .side-cont .column:nth-of-type(2) {
            bottom: 6.92308vw;
            right: -9.23077vw; } }
        .brand main .section-01 .side-cont .column:nth-of-type(2) figure {
          position: relative; }
          .brand main .section-01 .side-cont .column:nth-of-type(2) figure img {
            width: 619px; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-01 .side-cont .column:nth-of-type(2) figure img {
                width: 47.61538vw; } }
          .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption {
            position: absolute;
            left: -51px;
            padding: 16px 30px;
            bottom: 169px;
            background: #F8E7E7; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption {
                left: -3.92308vw;
                padding: 1.23077vw 2.30769vw; } }
            .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption small {
              font-size: 16px; }
              @media only screen and (min-width: 769px) and (max-width: 1300px) {
                .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption small {
                  font-size: 1.23077vw; } }
            .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption p {
              margin-top: 20px;
              font-size: 20px; }
              @media only screen and (min-width: 769px) and (max-width: 1300px) {
                .brand main .section-01 .side-cont .column:nth-of-type(2) figure figcaption p {
                  margin-top: 1.53846vw;
                  font-size: 1.53846vw; } }
.brand main .section-02 {
  margin-top: 96px;
  padding: 98px 0 43px;
  position: relative;
  width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 769px) and (max-width: 1300px) {
    .brand main .section-02 {
      margin-top: 7.38462vw;
      padding: 7.53846vw 0 3.30769vw;
      width: 89.23077vw; } }
  .brand main .section-02:before {
    background: center bottom/contain no-repeat url("../img/brand/side_text_02_cut.png");
    content: '';
    position: absolute;
    right: -59px;
    top: -115px;
    width: 88px;
    height: 577px;
    z-index: 10; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-02:before {
        right: -4.53846vw;
        top: -8.84615vw;
        width: 6.76923vw;
        height: 44.38462vw; } }
    @media only screen and (min-width: 769px) and (max-width: 920px) {
      .brand main .section-02:before {
        right: -3.26087vw; } }
  .brand main .section-02:after {
    content: '';
    position: absolute;
    top: 56.4%;
    right: 0;
    transform: translateY(-50%);
    width: 500px;
    height: 603px;
    background: #F7F7F7;
    z-index: -1; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-02:after {
        width: 38.46154vw;
        height: 46.38462vw; } }
  .brand main .section-02 .side-cont {
    width: 1160px;
    margin: 0 auto;
    padding-top: 46px;
    position: relative; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-02 .side-cont {
        width: 89.23077vw;
        padding-top: 3.53846vw; } }
    .brand main .section-02 .side-cont .column {
      position: relative; }
      .brand main .section-02 .side-cont .column:nth-of-type(1) {
        position: relative;
        right: -60px;
        margin-left: auto;
        width: 889px;
        padding: 66px 98px 35px 235px;
        box-sizing: border-box;
        background: #F7F7F7; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-02 .side-cont .column:nth-of-type(1) {
            right: -4.61538vw;
            width: 68.38462vw;
            padding: 5.07692vw 7.53846vw 2.69231vw 18.07692vw; } }
        @media only screen and (min-width: 769px) and (max-width: 920px) {
          .brand main .section-02 .side-cont .column:nth-of-type(1) {
            right: 0; } }
        .brand main .section-02 .side-cont .column:nth-of-type(1) h2 {
          position: absolute;
          top: -36px;
          font-size: 40px;
          letter-spacing: 0.1em;
          line-height: 1.5; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-02 .side-cont .column:nth-of-type(1) h2 {
              top: -2.76923vw;
              font-size: 3.07692vw; } }
        .brand main .section-02 .side-cont .column:nth-of-type(1) p {
          letter-spacing: 0.1em; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            font-size: 28px;
            line-height: 1; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
                font-size: 2.15385vw; } }
          .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 27px;
            font-size: 17px;
            line-height: 2.1; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
                margin-top: 2.07692vw;
                font-size: 1.30769vw; } }
        .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont {
          margin-top: 34px;
          display: flex;
          flex-wrap: wrap;
          max-width: 343px; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont {
              margin-top: 2.61538vw; } }
          .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #00A4D8;
            color: #fff;
            width: 107px;
            height: 107px;
            border-radius: 50%;
            text-align: center;
            width: calc(33.33% - (20px / 3));
            margin-right: 10px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(3n+3) {
              margin-right: 0; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(n+4) {
              margin-top: 10px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(4) p {
              padding-top: 10px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(6) p {
              padding-top: 5px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
              display: block;
              font-size: 20px;
              line-height: 1.3;
              font-weight: bold;
              letter-spacing: 0.04em; }
              @media only screen and (min-width: 769px) and (max-width: 1300px) {
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
                  font-size: 1.53846vw; } }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p span {
                display: block;
                font-weight: bold; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p small {
                display: block;
                font-size: 10px;
                font-weight: 500;
                letter-spacing: 0.04em; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--01 {
                font-size: 17px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--02 {
                font-size: 13px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--03 {
                font-size: 15px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--04 {
                font-size: 10px; }
        .brand main .section-02 .side-cont .column:nth-of-type(1) figure {
          margin-top: 41px;
          width: 330px; }
        .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist {
          margin-top: 15px; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li {
            font-size: 20px;
            font-weight: 500;
            line-height: 2;
            display: inline-block; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li {
                font-size: 1.53846vw; } }
            .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li:before {
              position: relative;
              content: '';
              width: 24px;
              height: 20px;
              margin-right: 7px;
              display: inline-block;
              top: 2px;
              background: center/contain no-repeat url("../img/common/icon_check.png"); }
            .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li small {
              display: block;
              font-size: 12px; }
        .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference {
          position: absolute;
          bottom: -36px;
          left: 236px;
          width: 514px;
          height: 20px; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference {
              width: 39.53846vw; } }
          .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference small {
            margin-top: 10px;
            font-size: 12px;
            line-height: 1.9; }
        .brand main .section-02 .side-cont .column:nth-of-type(1):after {
          content: '';
          bottom: 42px;
          left: 54px;
          width: 100px;
          height: 172px;
          position: absolute;
          z-index: 30;
          background: center/contain no-repeat url("../img/brand/side_num_02.png"); }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-02 .side-cont .column:nth-of-type(1):after {
              bottom: 3.23077vw;
              left: 4.15385vw;
              width: 7.69231vw;
              height: 13.23077vw; } }
      .brand main .section-02 .side-cont .column:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: -60px; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-02 .side-cont .column:nth-of-type(2) {
            left: -4.61538vw; } }
        .brand main .section-02 .side-cont .column:nth-of-type(2) figure {
          position: relative; }
          .brand main .section-02 .side-cont .column:nth-of-type(2) figure img {
            width: 583px; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-02 .side-cont .column:nth-of-type(2) figure img {
                width: 44.84615vw; } }
            @media only screen and (min-width: 769px) and (max-width: 920px) {
              .brand main .section-02 .side-cont .column:nth-of-type(2) figure img {
                width: 41.30435vw; } }
          .brand main .section-02 .side-cont .column:nth-of-type(2) figure figcaption {
            position: absolute;
            left: -51px;
            padding: 16px 30px;
            bottom: 169px;
            background: #F8E7E7; }
            .brand main .section-02 .side-cont .column:nth-of-type(2) figure figcaption small {
              font-size: 16px; }
            .brand main .section-02 .side-cont .column:nth-of-type(2) figure figcaption p {
              margin-top: 20px;
              font-size: 20px; }
.brand main .section-03 {
  margin-top: 47px;
  padding: 40px 0 43px;
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 769px) and (max-width: 1300px) {
    .brand main .section-03 {
      margin-top: 3.61538vw;
      padding: 3.07692vw 0 3.30769vw; } }
  .brand main .section-03:before {
    background: center top/contain no-repeat url("../img/brand/side_text_03.png");
    content: '';
    position: absolute;
    left: -70px;
    top: 70px;
    width: 88px;
    height: 577px;
    z-index: 10; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-03:before {
        left: -5.38462vw;
        top: 5.38462vw;
        width: 6.76923vw;
        height: 44.38462vw; } }
  .brand main .section-03 .side-cont {
    width: 1160px;
    margin: 0 auto;
    padding-top: 231px;
    position: relative;
    margin-left: -60px; }
    @media only screen and (min-width: 769px) and (max-width: 1300px) {
      .brand main .section-03 .side-cont {
        width: 89.23077vw;
        padding-top: 17.76923vw;
        margin-left: -4.61538vw; } }
    .brand main .section-03 .side-cont .column {
      position: relative; }
      .brand main .section-03 .side-cont .column:nth-of-type(1) {
        position: relative;
        margin: 0;
        width: 879px;
        padding: 95px 0 46px 130px;
        box-sizing: border-box;
        background: #F7F7F7; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-03 .side-cont .column:nth-of-type(1) {
            width: 67.61538vw;
            padding: 7.30769vw 0 3.53846vw 10vw; } }
        .brand main .section-03 .side-cont .column:nth-of-type(1) h2 {
          position: absolute;
          top: -90px;
          font-size: 40px;
          letter-spacing: 0.1em;
          line-height: 1.4; }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-03 .side-cont .column:nth-of-type(1) h2 {
              top: -6.92308vw;
              font-size: 3.07692vw; } }
        .brand main .section-03 .side-cont .column:nth-of-type(1) p {
          letter-spacing: 0.1em; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            font-size: 28px; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
                font-size: 2.15385vw; } }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 60px;
            font-size: 17px;
            line-height: 2.1; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
                margin-top: 4.61538vw;
                font-size: 1.30769vw; } }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-child(n+4) {
            font-size: 12px;
            line-height: 2;
            margin-top: 30px; }
            .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-child(n+4) br.is-sec03-attention {
              display: none; }
              @media only screen and (min-width: 769px) and (max-width: 1300px) {
                .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-child(n+4) br.is-sec03-attention {
                  display: block; } }
        .brand main .section-03 .side-cont .column:nth-of-type(1) small {
          margin-top: 10px;
          display: block;
          font-size: 10px;
          line-height: 1.9; }
        .brand main .section-03 .side-cont .column:nth-of-type(1):after {
          content: '';
          bottom: 36px;
          right: 73px;
          width: 94.8px;
          height: 170px;
          position: absolute;
          z-index: 30;
          background: center/contain no-repeat url("../img/brand/side_num_03.png"); }
          @media only screen and (min-width: 769px) and (max-width: 1300px) {
            .brand main .section-03 .side-cont .column:nth-of-type(1):after {
              bottom: 2.76923vw;
              right: 5.61538vw;
              width: 7.29231vw;
              height: 13.07692vw; } }
      .brand main .section-03 .side-cont .column:nth-of-type(2) {
        position: absolute;
        top: 96px;
        right: -120px; }
        @media only screen and (min-width: 769px) and (max-width: 1300px) {
          .brand main .section-03 .side-cont .column:nth-of-type(2) {
            top: 7.38462vw;
            right: -9.23077vw; } }
        .brand main .section-03 .side-cont .column:nth-of-type(2) figure {
          position: relative; }
          .brand main .section-03 .side-cont .column:nth-of-type(2) figure img {
            width: 620px; }
            @media only screen and (min-width: 769px) and (max-width: 1300px) {
              .brand main .section-03 .side-cont .column:nth-of-type(2) figure img {
                width: 47.69231vw; } }
          .brand main .section-03 .side-cont .column:nth-of-type(2) figure figcaption {
            position: absolute;
            left: -51px;
            padding: 16px 30px;
            bottom: 169px;
            background: #F8E7E7; }
            .brand main .section-03 .side-cont .column:nth-of-type(2) figure figcaption small {
              font-size: 16px; }
            .brand main .section-03 .side-cont .column:nth-of-type(2) figure figcaption p {
              margin-top: 20px;
              font-size: 20px; }
.brand .modal-cont-brand {
  position: fixed;
  animation-name: fadeIn;
  animation-duration: 1s; }
@keyframes fadeIn {
  from {
    visiblity: hidden;
    opacity: 0; }
  to {
    visiblity: visible;
    opacity: 1; } }
  .brand .modal-cont-brand .modal-inner {
    height: 600px;
    padding: 54px 0 0;
    overflow-x: hidden; }
  .brand .modal-cont-brand .modal-brand-cnt {
    margin: auto;
    padding-left: 50px;
    box-sizing: border-box;
    max-width: 883px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
    .brand .modal-cont-brand .modal-brand-cnt h2 {
      display: inline-block;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 32px;
      font-weight: normal;
      color: #525252;
      letter-spacing: 0.1em;
      line-height: normal;
      border-bottom: 1px solid #525252; }
    .brand .modal-cont-brand .modal-brand-cnt figure {
      margin-top: 34px;
      max-width: 672px; }
    .brand .modal-cont-brand .modal-brand-cnt p {
      margin-top: 25px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-weight: normal;
      color: #525252;
      letter-spacing: 0.1em;
      line-height: 2.1; }
.brand .more-cont .inner .column-cont a figure .more-btn:hover {
  background: none; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .brand main header .btn {
    margin: 0 auto; }
  .brand main .btn {
    margin: 10px auto 0;
    line-height: 1.5;
    font-size: 14px;
    max-width: 100%; }
    .brand main .btn.btn-01 {
      margin-top: 34px;
      max-width: 100%; }
    .brand main .btn.btn-02 {
      margin-top: 34px;
      height: 79px;
      text-align: center; }
    .brand main .btn.more-btn {
      margin: 10px auto 0 0; }
  .brand main .banner-cont {
    /* KV Section */
    /* KV Section */ }
    .brand main .banner-cont .brand-kv {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      position: relative; }
      .brand main .banner-cont .brand-kv figure {
        height: unset;
        background: none; }
        .brand main .banner-cont .brand-kv figure img {
          margin: auto; }
        .brand main .banner-cont .brand-kv figure figcaption {
          position: relative;
          width: 100%;
          top: unset;
          transform: unset;
          left: unset; }
          .brand main .banner-cont .brand-kv figure figcaption h1 {
            text-align: center;
            font-size: 28px;
            line-height: 1.4; }
          .brand main .banner-cont .brand-kv figure figcaption p {
            text-align: center;
            font-size: 14px; }
            .brand main .banner-cont .brand-kv figure figcaption p:nth-of-type(1) {
              margin-top: 18px;
              line-height: 1.72; }
            .brand main .banner-cont .brand-kv figure figcaption p:nth-of-type(2) {
              padding-top: 12px; }
  .brand main .section-01 {
    margin-top: 57px;
    padding: 0; }
    .brand main .section-01:before, .brand main .section-01:after {
      display: none; }
    .brand main .section-01 .side-cont {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      position: relative;
      display: flex;
      flex-direction: column; }
      .brand main .section-01 .side-cont .column {
        position: relative; }
        .brand main .section-01 .side-cont .column:nth-of-type(1) {
          margin: 0 auto;
          padding: 0 20px 50px;
          width: 100%;
          max-width: 335px;
          order: 2;
          position: relative;
          top: -27px;
          z-index: 30; }
          .brand main .section-01 .side-cont .column:nth-of-type(1) h2 {
            position: relative;
            top: unset;
            margin-top: 89px;
            text-align: center;
            font-size: 28px;
            font-weight: 400; }
          .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            margin-top: 27px;
            font-size: 20px;
            font-weight: 400;
            line-height: 1.5;
            text-align: center; }
          .brand main .section-01 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 18px;
            font-size: 14px;
            line-height: 1.7;
            text-align: center; }
          .brand main .section-01 .side-cont .column:nth-of-type(1) small {
            margin-top: 17px;
            display: block;
            font-size: 10px;
            line-height: 1.9; }
          .brand main .section-01 .side-cont .column:nth-of-type(1):after {
            content: '';
            top: -62px;
            margin: auto;
            bottom: unset;
            left: -15px;
            right: 0;
            width: 67px;
            height: 134px; }
        .brand main .section-01 .side-cont .column:nth-of-type(2) {
          order: 1;
          position: relative;
          bottom: unset;
          right: unset; }
          .brand main .section-01 .side-cont .column:nth-of-type(2) figure {
            height: 240px;
            overflow: hidden; }
            .brand main .section-01 .side-cont .column:nth-of-type(2) figure img {
              width: 100%; }
  .brand main .section-02 {
    margin-top: 12px;
    padding: 0;
    width: 100%; }
    .brand main .section-02:before, .brand main .section-02:after {
      display: none; }
    .brand main .section-02 .side-cont {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      position: relative;
      display: flex;
      flex-direction: column; }
      .brand main .section-02 .side-cont .column {
        position: relative; }
        .brand main .section-02 .side-cont .column:nth-of-type(1) {
          margin: 0 auto;
          padding: 0 20px 14px;
          width: 100%;
          max-width: 335px;
          order: 2;
          position: relative;
          top: -25px;
          right: unset;
          z-index: 30; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) h2 {
            position: relative;
            top: unset;
            margin-top: 93px;
            text-align: center;
            font-size: 28px;
            font-weight: 400; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            margin-top: 17px;
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            line-height: 1.5; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 22px;
            font-size: 14px;
            line-height: 1.7;
            text-align: center; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist {
            margin-top: 51px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li {
              padding-left: 33px;
              line-height: 1.5; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li:not(:first-child) {
                margin-top: 15px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li:before {
                margin-left: -30px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) ul.checklist li small {
                margin-top: 15px; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont {
            margin: 20px auto 0;
            max-width: 278px; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item {
              width: 86px;
              height: 86px; }
              .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
                margin-top: 0;
                font-size: 15px; }
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p small {
                  font-size: 9px;
                  margin: 0;
                  line-height: normal; }
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--01 {
                  font-size: 13px; }
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--02 {
                  font-size: 12px; }
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--03 {
                  font-size: 12px; }
                .brand main .section-02 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--04 {
                  font-size: 8px; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) figure {
            margin: 18px auto 16px;
            width: 100%;
            max-width: 100%; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) small {
            margin-top: 10px;
            margin-bottom: 32px;
            display: block;
            font-size: 10px;
            line-height: 1.9; }
          .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference {
            display: none;
            position: absolute;
            bottom: -203px;
            left: 0;
            right: 0;
            margin: auto;
            width: calc(100% - 40px);
            height: unset; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference .square {
              margin: 0 3px;
              width: 11px;
              height: 11px;
              background: #00A4D8;
              display: inline-block;
              vertical-align: middle; }
            .brand main .section-02 .side-cont .column:nth-of-type(1) .side-reference small {
              margin-top: 10px;
              font-size: 12px; }
          .brand main .section-02 .side-cont .column:nth-of-type(1):after {
            content: '';
            top: -60px;
            margin: auto;
            bottom: unset;
            left: 0;
            right: 0;
            width: 67px;
            height: 134px; }
        .brand main .section-02 .side-cont .column:nth-of-type(2) {
          order: 1;
          position: relative;
          top: unset;
          right: unset;
          left: unset; }
          .brand main .section-02 .side-cont .column:nth-of-type(2) figure {
            width: 100%;
            height: 240px;
            overflow: hidden; }
            .brand main .section-02 .side-cont .column:nth-of-type(2) figure img {
              width: 100%; }
  .brand main .section-03 {
    margin-top: 37px;
    padding: 0; }
    .brand main .section-03:before, .brand main .section-03:after {
      display: none; }
    .brand main .section-03 .side-cont {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      position: relative;
      display: flex;
      flex-direction: column; }
      .brand main .section-03 .side-cont .column {
        position: relative; }
        .brand main .section-03 .side-cont .column:nth-of-type(1) {
          margin: 0 auto;
          padding: 0 20px 43px;
          width: 100%;
          max-width: 335px;
          order: 2;
          position: relative;
          top: -36px;
          left: unset;
          z-index: 30; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) h2 {
            position: relative;
            top: unset;
            margin-top: 112px;
            text-align: center;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 0; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(1) {
            margin-top: 36px;
            font-size: 20px;
            font-weight: 400;
            text-align: center; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:nth-of-type(2) {
            margin-top: 22px;
            font-size: 14px;
            line-height: 1.7;
            text-align: center; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) p:last-child {
            margin-top: 17px;
            font-size: 10px;
            padding: 0 8px; }
          .brand main .section-03 .side-cont .column:nth-of-type(1) small {
            margin-top: 10px;
            display: block;
            font-size: 10px;
            line-height: 1.9; }
          .brand main .section-03 .side-cont .column:nth-of-type(1):after {
            content: '';
            top: -51px;
            margin: auto;
            bottom: unset;
            left: -15px;
            right: 0;
            width: 67px;
            height: 134px; }
        .brand main .section-03 .side-cont .column:nth-of-type(2) {
          order: 1;
          position: relative;
          top: unset;
          right: unset; }
          .brand main .section-03 .side-cont .column:nth-of-type(2) figure img {
            width: 100%;
            height: 240px; }
  .brand .modal-cont-brand .modal-inner {
    height: 522px;
    padding: 60px 0 0;
    overflow-y: scroll;
    overflow-x: hidden; }
  .brand .modal-cont-brand .modal-brand-cnt {
    margin: auto;
    padding: 0 25px 25px;
    box-sizing: border-box;
    max-width: 883px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
    .brand .modal-cont-brand .modal-brand-cnt .text-container.sp {
      text-align: center; }
      .brand .modal-cont-brand .modal-brand-cnt .text-container.sp h2 {
        font-size: 24px; }
      .brand .modal-cont-brand .modal-brand-cnt .text-container.sp p:not(:first-child) {
        margin-top: 15px; }
    .brand .modal-cont-brand .modal-brand-cnt figure img:not(:first-child) {
      margin-top: 50px; }
    .brand .modal-cont-brand .modal-brand-cnt p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #525252;
      letter-spacing: normal;
      line-height: 2.1; } }
/**************************************
baby
***************************************/
.baby::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0)); }
.baby::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  content: '';
  background-image: url("../img/skincare_2e_baby/kv_banner_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }
.baby .section-kv {
  height: 260px; }
  .baby .section-kv .inner-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 65px;
    position: relative;
    z-index: 5; }
    .baby .section-kv .inner-cont h1 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 36px;
      font-weight: normal;
      color: #525252;
      letter-spacing: 0.1em;
      line-height: 1; }
  .baby .section-kv .breadcrumbs-cont {
    position: relative;
    z-index: 2; }
.baby .section-01 .tab-cont {
  max-width: 1160px;
  margin: 82px auto 81px; }
.baby .section-01 .img iframe {
  width: 100%;
  max-width: 950px;
  height: 534px; }
.baby .section-01 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #00A4D8; }
  .baby .section-01 ul li {
    width: 33.3333%; }
    .baby .section-01 ul li a {
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      display: block; }
      .baby .section-01 ul li a.sp-f {
        display: flex; }
      .baby .section-01 ul li a::after {
        transition: .5s;
        content: '';
        width: 100%;
        height: 5px;
        background: #00A4D8;
        bottom: 0;
        left: 0;
        position: absolute;
        opacity: 0; }
      @media only screen and (min-width: 769px) {
        .baby .section-01 ul li a:hover::after {
          opacity: 1; }
        .baby .section-01 ul li a:hover span::after {
          bottom: -5px; } }
  .baby .section-01 ul span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #00A4D8;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 25px; }
    .baby .section-01 ul span:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 5px;
      background: url("../img/skincare_2e_baby/arrow-under_skincare.png") no-repeat;
      background-size: 100%;
      transition: all .2s linear; }
.baby .section-01 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #585858;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 1px solid #525252;
  display: inline-block;
  position: relative; }
.baby .section-01 .inner-cont {
  text-align: center;
  margin: 110px auto 100px; }
.baby .section-02 .section-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  padding-top: 30px;
  background: linear-gradient(to top, #fdf2f2 0%, white);
  text-align: center;
  margin-bottom: 70px; }
  .baby .section-02 .section-cont:first-child {
    padding-top: 0; }
.baby .section-02 h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #FDECEB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px; }
.baby .section-02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  display: block; }
.baby .section-02 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 13px;
  padding-bottom: 7px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #525252; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 h3 {
      font-size: 3.44828vw; } }
.baby .section-02 .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .baby .section-02 .button-container a.button {
    height: 50px;
    margin-top: 0; }
    .baby .section-02 .button-container a.button:hover {
      background: #00A4D8;
      color: #fff; }
      .baby .section-02 .button-container a.button:hover::after {
        background-image: url("../img/common/ico_arrow_right_white.svg"); }
.baby .section-02.section-021 .button-container {
  margin-top: 25px; }
.baby .section-02.section-021 .button {
  padding: 0px 84px;
  margin: 0 10px; }
.baby .section-02.section-022 .button {
  width: 347px; }
.baby .section-02.section-023 .button {
  width: 356px; }
.baby .section-02 .inner-details {
  max-width: 1065px;
  width: calc(100% - 10px);
  margin: auto;
  position: relative;
  padding: 28px 0 15px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 .inner-details {
      padding: 2.41379vw 0 1.2931vw; } }
.baby .section-02 .img-3 {
  max-width: 362px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 .img-3 {
      width: 31.2069vw; } }
.baby .section-02 .img-1 {
  max-width: 454px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 .img-1 {
      width: 39.13793vw; } }
.baby .section-02 .img-2 {
  max-width: 377px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 .img-2 {
      width: 32.5vw; } }
.baby .section-02 .flex-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 .flex-cont {
      margin-top: 3.87931vw; } }
.baby .section-02 ul {
  width: 475px;
  margin-left: 42px;
  margin-bottom: 46px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 ul {
      width: 40.94828vw; } }
  .baby .section-02 ul li {
    position: relative;
    padding-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.2;
    text-align: left; }
    .baby .section-02 ul li::before {
      content: '■';
      position: absolute;
      top: 0;
      left: -1em;
      display: inline-block;
      height: 1em;
      width: 1em; }
.baby .link-section .inner-cont {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .baby .link-section .inner-cont .column {
    max-width: 568px;
    background: #F8E7E7; }
    .baby .link-section .inner-cont .column a {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      transition: .3s ease; }
      .baby .link-section .inner-cont .column a:hover {
        opacity: .7; }
      .baby .link-section .inner-cont .column a figure {
        width: 225px; }
        .baby .link-section .inner-cont .column a figure .link-thumbnail {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          height: 200px;
          width: 225px; }
      .baby .link-section .inner-cont .column a .txt-cont {
        padding: 28px 30px 15px 30px;
        box-sizing: border-box;
        width: calc(100% - 225px); }
        .baby .link-section .inner-cont .column a .txt-cont h4 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 36px;
          font-weight: normal;
          color: #585858;
          letter-spacing: 0.1em;
          line-height: 1.3; }
          .baby .link-section .inner-cont .column a .txt-cont h4 .link-btn {
            display: inline-block;
            width: 37px;
            height: 37px;
            margin-left: 17px;
            background: center/contain no-repeat url("../img/skincare_2e_baby/ico_baby_01.png"); }
        .baby .link-section .inner-cont .column a .txt-cont p {
          padding-top: 15px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 17px;
          font-weight: normal;
          color: #585858;
          letter-spacing: 0.1em;
          line-height: 1.5; }
.baby .more-cont .inner .more-title span {
  min-width: 196px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .baby:before, .baby:after {
    content: none; }
  .baby header::before {
    background-image: none; }
  .baby .image-cont {
    padding-top: 50px;
    padding: 50px 20px 0; }
    .baby .image-cont .inner-cont a {
      width: 100%; }
      .baby .image-cont .inner-cont a:nth-of-type(1) {
        padding-bottom: 20px; }
  .baby .section-kv {
    background-image: url("../img/skincare_2e_baby/kv_banner_01-sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px; }
    .baby .section-kv::before {
      content: none; }
    .baby .section-kv .inner-cont {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      height: 100%;
      padding: 0 20px; }
      .baby .section-kv .inner-cont h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: normal;
        color: #525252;
        letter-spacing: 0.04em;
        line-height: 1; }
  .baby .section-01 .img iframe {
    width: 100%;
    height: calc(100vw * 50/89); }
  .baby .section-01 .tab-cont {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
    margin: 6px auto 25px; }
    .baby .section-01 .tab-cont a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 17px;
      font-weight: bold;
      color: #00A4D8;
      letter-spacing: 0.04em;
      line-height: 1;
      background: #fff;
      border-bottom: 1px solid #00A4D8;
      height: 56px;
      font-weight: 500;
      padding-bottom: 0; }
      .baby .section-01 .tab-cont a:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        left: auto;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/common/ico_plus.svg);
        background-color: transparent;
        opacity: 1; }
      .baby .section-01 .tab-cont a.active {
        text-align: left; }
        .baby .section-01 .tab-cont a.active:after {
          background-image: url(../img/common/ico_minus.svg); }
      .baby .section-01 .tab-cont a.sp {
        display: flex !important; }
      .baby .section-01 .tab-cont a span:after {
        display: none; }
    .baby .section-01 .tab-cont ul {
      border-bottom: transparent; }
    .baby .section-01 .tab-cont li {
      position: relative;
      z-index: 10;
      width: 100%;
      text-align: left;
      padding-bottom: 0; }
      .baby .section-01 .tab-cont li.sp-f {
        display: none; }
      .baby .section-01 .tab-cont li.active {
        display: none; }
        .baby .section-01 .tab-cont li.active::after {
          content: none; }
        .baby .section-01 .tab-cont li.active a {
          color: #fff;
          text-align: left; }
      .baby .section-01 .tab-cont li .section-02.js-skincareModal {
        display: none; }
        .baby .section-01 .tab-cont li .section-02.js-skincareModal.active {
          display: block; }
      .baby .section-01 .tab-cont li .section-02 .section-cont {
        width: 100%; }
        .baby .section-01 .tab-cont li .section-02 .section-cont .inner-details .inner-details_title {
          font-size: 14px;
          color: #525252;
          font-weight: 400; }
          .baby .section-01 .tab-cont li .section-02 .section-cont .inner-details .inner-details_title::after {
            background: none; }
        .baby .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container {
          text-align: center; }
          .baby .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container .button {
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #00A4D8;
            letter-spacing: 0.04em;
            line-height: 1;
            background: rgba(255, 255, 255, 0.8);
            border: 2px solid #00A4D8;
            border-radius: 5px;
            transition: all .2s linear;
            border-bottom: 2px solid #00A4D8; }
            .baby .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container .button::after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              right: 20px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 7px;
              height: 13px;
              background-image: url(../img/common/ico_arrow_right.svg);
              background-size: 100% auto;
              opacity: 1; }
  .baby .section-01 .inner-cont {
    margin: 18px auto 39px;
    padding: 0px 20px; }
  .baby .section-01 h3 {
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.3; }
    .baby .section-01 h3:last-child {
      margin: 10px auto 30px; }
  .baby .section-02 {
    margin-top: 20px; }
    .baby .section-02 .flex-cont {
      justify-content: center;
      padding: 0 10px;
      margin-top: 0; }
    .baby .section-02 .inner-details {
      padding: 26px 0 0;
      margin-bottom: 29px; }
    .baby .section-02 h5 {
      font-size: 16px;
      height: 40px; }
    .baby .section-02 span {
      font-size: 14px; }
    .baby .section-02 h3 {
      margin-top: 9px;
      font-size: 20px;
      line-height: 1.7; }
    .baby .section-02 .text-container.sp h3 {
      line-height: 1.3;
      padding: 0;
      margin-top: 10px; }
    .baby .section-02 .button-container {
      margin: 0 auto;
      padding: 13px 10px 0; }
    .baby .section-02 .button {
      width: 100%;
      max-width: 325px;
      font-size: 14px; }
    .baby .section-02.section-021 .button {
      width: 100%;
      margin: auto; }
      .baby .section-02.section-021 .button:not(:first-child) {
        margin: 20px auto 0; }
    .baby .section-02 img {
      width: calc(100% - 20px); }
    .baby .section-02.section-022 .img-2 {
      margin: 20px auto 12px; }
    .baby .section-02.section-022 .button {
      width: 100%; }
    .baby .section-02.section-023 .button {
      width: 100%; }
    .baby .section-02.section-023 .img-3 {
      margin: 0 auto 12px; }
    .baby .section-02 ul {
      margin-left: calc(1em + 10px);
      margin-bottom: 8px; }
      .baby .section-02 ul li {
        line-height: 2; }
        .baby .section-02 ul li:not(:first-child) {
          margin-top: 20px; }
    .baby .section-02 .section-cont {
      padding-top: 0;
      margin-bottom: 0; }
  .baby .link-section .inner-cont {
    max-width: 100%;
    padding: 28px 25px 0; }
    .baby .link-section .inner-cont .column {
      width: 100%;
      background: #F8E7E7; }
      .baby .link-section .inner-cont .column:not(:first-child) {
        margin-top: 19px; }
      .baby .link-section .inner-cont .column a {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        transition: .3s ease; }
        .baby .link-section .inner-cont .column a:hover {
          opacity: .7; }
        .baby .link-section .inner-cont .column a figure {
          width: 114px; }
          .baby .link-section .inner-cont .column a figure .link-thumbnail {
            height: 114px;
            width: 114px; }
        .baby .link-section .inner-cont .column a .txt-cont {
          padding: 18px 0 0 18px;
          box-sizing: border-box;
          width: calc(100% - 114px); }
          .baby .link-section .inner-cont .column a .txt-cont h4 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 20px;
            font-weight: bold;
            color: #585858;
            letter-spacing: 0.04em;
            line-height: 1.3; }
            .baby .link-section .inner-cont .column a .txt-cont h4 .link-btn {
              width: 21px;
              height: 21px;
              margin-left: 17px;
              background: center/contain no-repeat url("../img/skincare_2e_baby/ico_baby_01.png"); }
          .baby .link-section .inner-cont .column a .txt-cont p {
            padding-top: 15px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 9px;
            font-weight: normal;
            color: #585858;
            letter-spacing: 0.04em;
            line-height: 1.5; } }
@media screen and (max-width: 320px) {
  .baby .section-02 h3 {
    font-size: 16px; }
  .baby .section-02.section-021 .button {
    padding: 0px 54px; } }
/**************************************
about
***************************************/
.about .section-01 {
  text-align: center; }
  .about .section-01 h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 28px;
    margin-top: 25px; }
  .about .section-01 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 37px; }
    .about .section-01 h3 span {
      border-bottom: 3px solid #00A4D8; }
  .about .section-01 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.4; }
.about .section-02 {
  height: 790px;
  position: relative;
  overflow: hidden; }
  .about .section-02.pc {
    display: flex !important;
    justify-content: center;
    align-items: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .about .section-02.pc {
        height: auto; } }
  .about .section-02 img {
    height: 100%;
    width: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .about .section-02 img {
        height: auto;
        width: 100%; } }
  .about .section-02 .button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 76px;
    max-width: 318px;
    height: 50px; }
.about .section-03 {
  background-image: url("../img/about/bg_design_02.png");
  padding: 145px 0 141px;
  background-size: cover;
  text-align: center; }
  .about .section-03 .button {
    height: 50px;
    width: 433px;
    margin: auto; }
  .about .section-03 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #2E2E2E;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 30px; }
  .about .section-03 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #585858;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 27px; }
.about .section-04 {
  padding: 90px 0 60px;
  text-align: center;
  background-image: linear-gradient(rgba(148, 204, 217, 0.15), #fff); }
  .about .section-04 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 25px; }
  .about .section-04 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 60px; }
  .about .section-04 .button {
    height: 50px;
    width: 292px;
    margin: auto; }
.about .section-05 {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .about {
    /* common */ }
    .about .section-01 {
      padding: 50px 20px 30px; }
      .about .section-01 h1 {
        font-size: 18px;
        margin-top: 0; }
      .about .section-01 h3 {
        font-size: 26px; }
      .about .section-01 p {
        font-size: 14px;
        line-height: 2.14;
        text-align: center; }
        .about .section-01 p.sp {
          margin-bottom: 20px; }
          .about .section-01 p.sp:last-child {
            margin-bottom: 0; }
    .about .section-02 {
      margin-top: 0;
      margin-bottom: 0;
      max-width: 100%;
      height: 368px;
      background-size: cover; }
      .about .section-02 .inner-cont {
        height: 100%; }
      .about .section-02.sp {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        display: flex !important;
        background-position: center; }
      .about .section-02.pc {
        display: none !important; }
      .about .section-02 img {
        max-width: 60px;
        width: 100%;
        height: auto;
        margin-top: -20px;
        margin-bottom: 0;
        visibility: hidden; }
      .about .section-02 .button {
        bottom: 40px;
        max-width: 325px; }
    .about .section-03 {
      padding: 79px 20px 82px; }
      .about .section-03 h3 {
        font-size: 28px; }
      .about .section-03 p {
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        margin-bottom: 40px; }
      .about .section-03 .button {
        height: 79px;
        width: 100%;
        max-width: 100%; }
    .about .section-04 {
      padding: 55px 20px; }
      .about .section-04 h3 {
        font-size: 28px; }
      .about .section-04 p {
        font-size: 14px;
        line-height: 2.14;
        text-align: center;
        margin-bottom: 50px; }
      .about .section-04 .button {
        height: 50px;
        width: 100%;
        max-width: 100%; }
    .about .section-05 {
      padding-bottom: 25px; } }
@media screen and (max-width: 320px) {
  .about .section-02 .button {
    max-width: calc(100% - 40px); } }
/**************************************

products-details.scss

***************************************/
.products-details-banner {
  margin: 27px auto 0;
  width: 100%; }
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .products-details-banner {
      margin-top: 2.7vw; } }
  .products-details-banner .products-details-banner-container {
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .products-details-banner .products-details-banner-container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../img/products-detail/banner-bg.png);
      background-size: 100%;
      z-index: -2; }
    .products-details-banner .products-details-banner-container:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 65%);
      background-size: cover;
      opacity: 2.5;
      z-index: -1; }
    .products-details-banner .products-details-banner-container .products-details-banner-content-container {
      margin: 0 auto;
      padding: 50px 0 0 15px;
      width: 100%;
      max-width: 1000px;
      box-sizing: border-box; }
      @media only screen and (min-width: 769px) and (max-width: 1000px) {
        .products-details-banner .products-details-banner-container .products-details-banner-content-container {
          padding: 7.8vw 0 0 1.5vw; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .products-details-banner .products-details-banner-container .products-details-banner-content-container {
          padding: 78px 0 0 0px; } }
      .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative; }
        .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .label-tag {
          width: 100%;
          max-width: 97px;
          height: 97px; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .label-tag.opacity {
            opacity: 0;
            cursor: default; }
        .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .label-text {
          position: absolute;
          top: 105px;
          left: 0;
          width: 97px;
          margin: 0 auto;
          font-size: 12px;
          text-align: center; }
        .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
          margin-right: 60px;
          width: 100%;
          max-width: 312px;
          pointer-events: none; }
          @media only screen and (min-width: 769px) and (max-width: 1000px) {
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
              margin-right: 6vw;
              width: 31.2vw; } }
          .products-soap .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
            margin-top: -80px;
            max-width: 345px; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-soap .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
                margin-top: 0;
                margin-right: 4.5vw;
                width: 38vw; } }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image img {
            margin-top: -30px; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image img {
                margin-top: -3vw; } }
        .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information {
          color: #525252; }
          @media only screen and (min-width: 769px) and (max-width: 1000px) {
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information {
              padding-right: 1.5vw; } }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h2 {
            margin-bottom: 15px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 28px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.6; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h2 {
                margin-bottom: 1.5vw;
                font-size: 2.8vw; } }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 {
            margin-bottom: 36px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.76; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 {
                margin-bottom: 3.6vw;
                font-size: 1.7vw; } }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 sup {
              font-size: 12px; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 span.small-text {
              font-size: 12px; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h1 {
            margin-top: 5px;
            margin-left: -6px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0.1em;
            line-height: 1.5; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h1 {
                font-size: 2.4vw; } }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container {
            margin-top: 11px;
            display: flex;
            align-items: center; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.tag {
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 400;
              margin-right: 11px;
              padding: 5px 10px;
              font-size: 12px;
              letter-spacing: 0.1em;
              background: rgba(138, 203, 209, 0.3);
              box-sizing: border-box; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.pink {
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 400;
              background: #F8E7E7; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.size {
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 400;
              font-size: 14px;
              letter-spacing: 0.1em;
              line-height: 2.14; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container {
            margin-top: 12px; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container p.size {
              font-family: "Noto Sans JP", sans-serif;
              font-weight: 400;
              font-size: 14px;
              letter-spacing: 0.1em;
              line-height: 1.2; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information p {
            margin-top: 0;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 30px;
            font-weight: 300;
            line-height: 1.36;
            letter-spacing: 0.1em; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information p {
                font-size: 3vw; } }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information p span {
              font-family: "Noto Sans JP", sans-serif;
              font-size: 14px;
              font-weight: 500;
              line-height: 2.14; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information p.notice {
              font-family: "Noto Sans JP", sans-serif;
              font-size: 12px;
              font-weight: 400;
              letter-spacing: 0.1em;
              color: #666666; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .purchase-btn {
            margin: 15px auto 10px;
            width: 100%; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .purchase-btn a {
              width: 100%;
              max-width: 270px;
              height: 50px;
              font-size: 17px;
              font-weight: bold;
              letter-spacing: 0.1em; }

.products-details-sec01 {
  margin: 90px auto 87px;
  width: 100%; }
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .products-details-sec01 {
      margin: 9vw auto 8.7vw; } }
  .products-details-sec01 .products-details-sec01-container {
    margin: 0 auto;
    padding: 70px 0 30px 0;
    width: 100%;
    background-image: url(../img/products-detail/sec01-bg.png);
    background-size: 100%;
    background-position: center;
    box-sizing: border-box; }
    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      .products-details-sec01 .products-details-sec01-container {
        padding: 7vw 0 3vw 0; } }
    .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading {
      margin: 0 auto 40px;
      width: 100%; }
      @media only screen and (min-width: 769px) and (max-width: 1000px) {
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading {
          margin: 0 auto 4vw; } }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 {
        font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", "Montserrat", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 36px;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 1.16;
        text-align: center;
        color: #525252; }
        @media only screen and (min-width: 769px) and (max-width: 1000px) {
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 {
            font-size: 3.6vw; } }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 span {
          padding-bottom: 4px;
          border-bottom: 1px solid #2E2E2E;
          font-family: "Noto Sans JP", sans-serif; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 span sup {
            font-size: 15px;
            line-height: 2.5;
            vertical-align: top; }
    .products-details-sec01 .products-details-sec01-container .products-details-sec01-txt {
      padding-bottom: 40px; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-txt p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 2.23;
        text-align: center;
        color: #525252; }
        @media only screen and (min-width: 769px) and (max-width: 1000px) {
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-txt p {
            font-size: 1.7vw; } }
    .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container img {
        width: 100%;
        max-width: 674px; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont {
        display: flex;
        max-width: 694px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(2) p {
          font-size: 17px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(4) p {
          padding-top: 5px;
          box-sizing: border-box; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(6) p {
          padding-top: 0; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(7) {
          padding-top: 5px;
          box-sizing: border-box; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item p {
          letter-spacing: 0.02em; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item small {
          letter-spacing: 0.02em; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #00A4D8;
          color: #fff;
          width: 108px;
          height: 108px;
          border-radius: 50%;
          text-align: center;
          margin-right: 10px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item:nth-child(4) p {
            padding-top: 10px;
            box-sizing: border-box; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item:nth-child(6) p {
            padding-top: 5px;
            box-sizing: border-box; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item:last-child {
            margin-right: 0; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p {
            display: block;
            font-size: 20px;
            line-height: 1.3;
            font-weight: bold;
            letter-spacing: 0.04em; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p span {
              display: block;
              font-weight: bold; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p small {
              display: block;
              font-size: 10px;
              font-weight: 500;
              letter-spacing: 0.04em; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--inline {
              display: inline-block;
              font-size: 14px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--01 {
              font-size: 17px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--02 {
              font-size: 13px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--03 {
              font-size: 15px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--04 {
              font-size: 10px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby {
          max-width: 807px; }
          @media only screen and (min-width: 769px) and (max-width: 850px) {
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item {
              width: 12.70588vw;
              height: 12.70588vw;
              margin-right: 1.17647vw; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item p {
                font-size: 2.35294vw; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(2) p {
                font-size: 2vw; } }
    .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details {
      margin: 27px auto;
      width: 100%;
      max-width: 1000px;
      text-align: center; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2;
        display: flex;
        justify-content: center;
        align-items: center; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong sup {
          font-size: 10px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong small {
          font-size: 14px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong span:before {
          position: relative;
          content: '';
          width: 24px;
          height: 20px;
          margin-right: 7px;
          display: inline-block;
          top: 2px;
          background: center/contain no-repeat url(../img/common/icon_check.png); }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.2; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.mb-10 {
          font-weight: normal;
          margin-bottom: 29px; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.products-details-sec01-formula-details_small {
        font-size: 12px;
        font-weight: normal; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.products-details-sec01-formula-details_small:last-child {
          margin-top: 20px; }

.products-details-sec02 {
  margin: 0 auto 57px;
  width: 100%; }
  .products-details-sec02:last-child {
    margin-bottom: 0; }
  .products-details-sec02 .products-details-sec02-container {
    margin: 0 auto;
    padding: 35px 65px 35px 65px;
    width: 95%;
    max-width: 1000px;
    text-align: center;
    border: 1px dashed #2E2E2E;
    box-sizing: border-box;
    color: #585858; }
    .products-details-sec02 .products-details-sec02-container .products-details-sec02-heading {
      margin: 0 auto 20px;
      width: 100%; }
      .products-details-sec02 .products-details-sec02-container .products-details-sec02-heading h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.46; }
    .products-details-sec02 .products-details-sec02-container .products-details-sec02-content {
      margin: 0 auto;
      width: 100%;
      max-width: 860px;
      display: block; }
      .products-details-sec02 .products-details-sec02-container .products-details-sec02-content.accordion-content-1, .products-details-sec02 .products-details-sec02-container .products-details-sec02-content.accordion-content-2 {
        display: none;
        padding-bottom: 20px; }
      .products-details-sec02 .products-details-sec02-container .products-details-sec02-content p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.88;
        text-align: left;
        display: flex;
        justify-content: flex-start; }
        .products-details-sec02 .products-details-sec02-container .products-details-sec02-content p span.black-box {
          font-size: 17px; }

.products-details-sec03 {
  margin: 100px auto 0;
  width: 100%; }
  .products-details-sec03 .products-details-sec03-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    color: #585858; }
    .products-details-sec03 .products-details-sec03-container .products-details-sec03-heading {
      margin: 0 auto 20px;
      width: 100%;
      text-align: center; }
      .products-details-sec03 .products-details-sec03-container .products-details-sec03-heading h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.46; }
    .products-details-sec03 .products-details-sec03-container .product-slider {
      margin-top: 20px;
      margin-bottom: 70px; }
      .products-details-sec03 .products-details-sec03-container .product-slider .swiper-slide {
        width: calc(25% - (120px / 4)) !important;
        margin-right: 40px; }
      .products-details-sec03 .products-details-sec03-container .product-slider .products-top {
        position: relative; }
        .products-details-sec03 .products-details-sec03-container .product-slider .products-top::before, .products-details-sec03 .products-details-sec03-container .product-slider .products-top::after {
          content: '';
          position: absolute;
          top: 0;
          display: block;
          width: 200px;
          height: 100%;
          z-index: 5; }
        .products-details-sec03 .products-details-sec03-container .product-slider .products-top::before {
          left: 0;
          background: white;
          background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
        .products-details-sec03 .products-details-sec03-container .product-slider .products-top::after {
          right: 0;
          background: white;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
        @media only screen and (min-width: 769px) {
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top.is-no-slide .swiper-button-next, .products-details-sec03 .products-details-sec03-container .product-slider .products-top.is-no-slide .swiper-button-prev {
            display: none; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top.is-no-slide .swiper-wrapper {
            justify-content: center; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top.is-no-slide .swiper-slide:last-child {
            margin-right: 0; } }
      .products-details-sec03 .products-details-sec03-container .product-slider .product-item .img-cont {
        position: relative;
        padding-top: 137%;
        background-size: 80% auto;
        background-position: center;
        background-repeat: no-repeat; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .img-cont figure {
          position: absolute;
          top: 25px;
          left: 0;
          width: 80px; }
      .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details {
        margin-top: 0;
        text-align: center;
        color: #1A1311; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details .tag {
          display: inline-block;
          padding: 8px 10px;
          font-family: noto-sans-cjk-jp, sans-serif;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.1em;
          background: rgba(138, 203, 209, 0.3); }
          .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details .tag.pink {
            background: #F8E7E7; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details h3 {
          margin-top: 20px;
          font-family: noto-sans-cjk-jp, sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.1em;
          line-height: 1.5; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details p {
          display: none;
          text-align: left;
          margin-top: 15px;
          font-size: 12px;
          line-height: 1.75; }
      .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-next,
      .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-prev {
        width: 25px;
        height: 48px;
        top: 160px;
        z-index: 6; }
        .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-next::after,
        .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-prev::after {
          content: none; }
      .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-next {
        right: 0;
        background-image: url("../img/common/ico_swiper_right.svg"); }
      .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-prev {
        left: 0;
        background-image: url("../img/common/ico_swiper_left.svg"); }
    .products-details-sec03 .products-details-sec03-container .products-details-sec03-back-btn {
      margin: 0 auto;
      width: 100%; }
      .products-details-sec03 .products-details-sec03-container .products-details-sec03-back-btn a {
        margin: 0 auto;
        height: 48px;
        width: 100%;
        max-width: 264px;
        letter-spacing: 0.1em; }

.products-details-sec04 {
  margin: 104px auto 80px;
  width: 100%; }
  .products-details-sec04 .products-details-sec04-container {
    margin: 0 auto;
    padding: 79px 0 88px 0;
    width: 100%;
    background: rgba(138, 203, 209, 0.1);
    box-sizing: border-box; }
    .products-details-sec04 .products-details-sec04-container .products-details-sec04-heading {
      margin: 0 auto;
      width: 100%; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-heading h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.58;
        color: #2E2E2E;
        text-align: center; }
    .products-details-sec04 .products-details-sec04-container .products-details-sec04-sub-heading {
      margin: 0 auto 49px;
      width: 100%; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-sub-heading h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.47;
        color: #585858;
        text-align: center; }
    .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container {
      margin: 0 auto;
      width: 100%;
      max-width: 1000px;
      display: flex;
      justify-content: center;
      align-items: stretch; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-thumbnail {
        width: 400px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-thumbnail img {
          width: calc(100%/2);
          height: auto; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text {
        width: 100%;
        max-width: 600px;
        background-image: url(../img/products-detail/sec04/content-text-bg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        box-sizing: border-box; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text a {
          padding: 100px 0 90px;
          display: block; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text img {
          margin: 0 auto 24px;
          width: 100%;
          max-width: 310px; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text p {
          margin: 0 auto 45px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 17px;
          line-height: 1.82;
          letter-spacing: 0.1em;
          color: #fff; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text .details-btn {
          margin: 0 auto;
          padding: 15px 0;
          width: 100%;
          max-width: 264px;
          display: block;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0.1em;
          line-height: 1;
          color: #8acbd1;
          background-color: #fff;
          border-radius: 5px;
          border: 2px solid #fff;
          transition: all .2s linear;
          text-align: center;
          position: relative; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text .details-btn:hover {
            opacity: .7; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text .details-btn:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 17px;
            transform: translateY(-50%);
            width: 6px;
            height: 12px;
            background-image: url(../img/products-detail/sec04/btn-arrow.png);
            background-position: center;
            background-size: 6px 12px;
            background-repeat: no-repeat; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text .details-btn:hover:after {
            -webkit-animation: arrowAnimation 2s infinite;
            -moz-animation: arrowAnimation 2s infinite;
            -ms-animation: arrowAnimation 2s infinite;
            -o-animation: arrowAnimation 2s infinite;
            animation: arrowAnimation 2s infinite;
            transition-timing-function: linear; }
    .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container {
      margin: 53px auto 0;
      width: 100%; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-articles-heading {
        margin: 0 auto 25px;
        text-align: center; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-articles-heading h1 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 24px;
          font-weight: 400;
          letter-spacing: 0.1em;
          line-height: 1.75; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container {
        display: flex;
        justify-content: center;
        align-items: center; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article {
          margin-right: 48px;
          width: 100%;
          max-width: 302px; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article:last-child {
            margin-right: 0; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-thumb {
            margin-bottom: 20px;
            padding-top: 65%;
            background-image: url(../img/products-detail/sec04/article/article-1.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center; }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-thumb.article-2 {
              background-image: url(../img/products-detail/sec04/article/article2.png); }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-thumb.article-3 {
              background-image: url(../img/products-detail/sec04/article/article3.png); }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption p {
            padding-left: 40px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.66;
            position: relative; }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption p:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 10px;
              height: 100%;
              background-color: #8ACBD1; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption a {
            display: none; }

.products-details .more-cont .inner .column-cont {
  padding: 0 30px 45px; }
  .products-details .more-cont .inner .column-cont .column-item {
    width: calc(1020px / 3); }
.products-details .baby:before {
  content: none; }
.products-details .baby:after {
  content: none; }

.products-details-newsArea a {
  gap: .5em;
  height: 50px;
  font-size: 16px;
  border-radius: 0; }

.products-details-newsArea-arrow {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding-left: .1em;
  box-sizing: border-box; }
  .products-details-newsArea-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -50%) rotate(45deg);
    width: 0.3em;
    height: 0.3em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .products-details-banner {
    margin: 0 auto 0;
    width: 100%; }
    .products-details-banner .products-details-banner-container {
      margin: 0 auto;
      width: 100%;
      position: relative; }
      .products-details-banner .products-details-banner-container:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 65%); }
      .products-details-banner .products-details-banner-container .products-details-banner-content-container {
        margin: 0 auto;
        padding: 30px 20px 0;
        width: 100%;
        box-sizing: border-box; }
        .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content {
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-direction: column; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .label-tag {
            position: absolute;
            top: 0;
            left: 0;
            width: 20%;
            height: 20%; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
            margin: 0 auto;
            width: 170px;
            display: block; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image img {
              margin-top: -30px; }
            .products-soap .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image {
              width: 210px; }
              .products-soap .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image img {
                margin-top: -75px; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image.pc {
              display: block !important; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-image.sp {
              display: none !important; }
          .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information {
            margin: auto;
            margin-top: 20px;
            text-align: center; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h2 {
              margin-bottom: 16px;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 24px;
              font-weight: 500;
              letter-spacing: 0.04em;
              line-height: 1.41; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 {
              margin-bottom: 38px;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 14px;
              font-weight: 400;
              letter-spacing: 0.02em;
              line-height: 1.92; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 sup {
                font-size: 12px; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h4 .small-text {
                display: block; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information h1 {
              margin-top: 8px;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 20px;
              font-weight: 400;
              letter-spacing: 0.02em;
              line-height: 1.5; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container {
              margin-top: 8px; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container p {
                display: inline;
                margin-top: 10px;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 30px;
                font-weight: 500;
                line-height: 1.36;
                letter-spacing: 0.02em; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container p:first-child {
                  margin-right: 10px; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-container p span {
                  font-family: "Noto Sans JP", sans-serif;
                  font-size: 14px;
                  line-height: 2.14; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .notice {
              margin-top: 18px;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 12px;
              font-weight: 400;
              line-height: 1.5;
              letter-spacing: 0.02em; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container {
              margin-top: 10px;
              display: flex;
              justify-content: center;
              align-items: center; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p {
                margin-top: 0;
                font-family: "Noto Sans JP", sans-serif;
                font-weight: 400; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.tag {
                  margin-right: 11px;
                  padding: 5px 10px;
                  font-size: 12px;
                  letter-spacing: 0.02em;
                  background: rgba(138, 203, 209, 0.3);
                  box-sizing: border-box; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.pink {
                  background: #F8E7E7; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .tag-container p.size {
                  font-size: 14px;
                  letter-spacing: 0.02em;
                  line-height: 2.14; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .purchase-btn {
              display: none;
              margin: 20px auto 10px;
              width: 100%; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .purchase-btn a {
                margin: 0 auto;
                width: 100%;
                max-width: 284px;
                padding: 12px 0;
                border-radius: 5px;
                font-size: 17px;
                font-weight: bold;
                letter-spacing: 0.04em; }
            .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed {
              padding: 8.7px 19px;
              position: fixed;
              bottom: 0;
              left: 0;
              width: 100%;
              display: flex !important;
              flex-flow: row wrap;
              align-items: center;
              background: #fff;
              box-sizing: border-box;
              z-index: 5; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-cnt {
                max-width: 188px;
                width: 100%;
                margin: 0; }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-cnt p {
                  text-align: left; }
                  .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-cnt p.product-name {
                    font-size: 13px;
                    font-weight: bold;
                    line-height: 1.4; }
                  .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-cnt p.product-price {
                    font-size: 26px;
                    font-weight: 500; }
                    .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-cnt p.product-price span {
                      margin-left: 8px;
                      font-weight: 300;
                      font-size: 14px; }
              .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-btn {
                margin: 0;
                width: calc(100% - 188px); }
                .products-details-banner .products-details-banner-container .products-details-banner-content-container .products-details-banner-content .product-information .product-cnt-fixed .product-action-btn .purchase-btn {
                  margin: 0;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  height: 60px;
                  background: red;
                  font-size: 17px;
                  font-weight: bold;
                  color: #fff;
                  background: #00A4D8;
                  border-radius: 5px; }

  .products-details-sec01 {
    margin: 50px auto 60px;
    width: 100%; }
    .products-details-sec01 .products-details-sec01-container {
      margin: 0 auto;
      padding: 55px 20px 30px;
      width: 100%;
      background-image: url(../img/products-detail/sec01-bg.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      box-sizing: border-box; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading {
        margin: 0 auto 30px;
        width: 100%; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 {
          font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", "Montserrat", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
          font-size: 22px;
          font-weight: 300;
          letter-spacing: 0.04em;
          line-height: 1.66;
          text-align: center;
          color: #2E2E2E; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 span {
            padding-bottom: 0;
            font-size: 22px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-heading h2 span sup {
              font-size: 12px;
              line-height: 3; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-txt {
        padding-top: 42px;
        padding-bottom: 48px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-txt p {
          font-size: 14px !important;
          line-height: 1.7 !important; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        display: block;
        letter-spacing: 0;
        font-size: 0; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont {
          margin: 0 auto;
          max-width: 278px;
          flex-wrap: wrap; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item {
            width: 86px;
            height: 86px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item:nth-of-type(3n+3) {
              margin-right: 0; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item:nth-of-type(n+4) {
              margin-top: 10px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p {
              margin-top: 0;
              font-size: 15px !important; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p small {
                font-size: 9px;
                margin: 0;
                line-height: normal; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--01 {
                font-size: 13px; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--02 {
                font-size: 12px; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--03 {
                font-size: 12px; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont .circle-item p .span--04 {
                font-size: 8px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby {
            max-width: 278px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-of-type(2) {
              margin-right: 10px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-of-type(3) {
              margin-right: 0; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-of-type(4) {
              margin-right: 10px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-of-type(6) {
              margin-right: 0; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-of-type(7) {
              margin-right: 0; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .circle-cont.baby .circle-item:nth-child(2) p {
              font-size: 12px !important; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula {
          display: inline-block;
          margin-right: 16px;
          margin-bottom: 16px;
          width: 122px;
          height: 123px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula:nth-child(even) {
            margin-right: 0; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula:last-child {
            margin-right: 0; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 5px 0;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1.27;
            box-sizing: border-box;
            color: #00A4D8;
            display: flex;
            justify-content: center;
            flex-direction: column; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p.no-line-height {
              line-height: 1; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p.no-line-height span {
                margin: 2px 0;
                line-height: 1; }
                .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p.no-line-height span.sup {
                  font-size: 10px;
                  top: -24px;
                  left: 40px; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p span {
              font-family: "Noto Sans JP", sans-serif;
              line-height: normal;
              font-size: 12px;
              letter-spacing: 0.02em;
              line-height: 1.5; }
              .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p span.yugothic {
                line-height: 1.33;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 15px;
                font-weight: 500; }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula p sup {
              font-size: 8px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula.blue-bg {
            background-image: url(../img/products-detail/ellipse1.png); }
            .products-details-sec01 .products-details-sec01-container .products-details-sec01-formulas-container .products-details-sec01-formula.blue-bg p {
              color: #fff; }
      .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details {
        margin: 12px auto 0;
        width: 100%;
        max-width: 295px;
        text-align: left; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong {
          margin-bottom: 10px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          font-weight: 500;
          letter-spacing: 0.02em;
          line-height: 1.5;
          color: #585858;
          justify-content: flex-start;
          align-items: flex-start;
          display: block;
          position: relative;
          padding-left: 30px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong:last-child {
            margin-bottom: 0; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong span.box-blue {
            position: absolute;
            left: 0;
            top: 0; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong small {
            font-size: 14px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details .txt-strong sup {
            line-height: 3;
            vertical-align: top; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.02em;
          line-height: 1.8; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.mb-10 {
            margin-bottom: 10px; }
        .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.products-details-sec01-formula-details_small {
          margin-left: 3em;
          margin-top: -10px;
          margin-bottom: 20px; }
          .products-details-sec01 .products-details-sec01-container .products-details-sec01-formula-details p.products-details-sec01-formula-details_small:last-child {
            margin-left: -15px;
            margin-right: -15px; }

  .products-details-sec02 {
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box; }
    .products-details-sec02:last-of-type {
      margin-bottom: 0; }
    .products-details-sec02 .products-details-sec02-container {
      margin: 0 auto;
      padding: 30px 20px 0 20px;
      width: 100%;
      max-width: 1180px;
      text-align: center;
      border: 0;
      box-sizing: border-box;
      color: #585858;
      transition: all .5s ease; }
      .products-details-sec02 .products-details-sec02-container.active {
        padding: 30px 20px 25px 20px; }
      .products-details-sec02 .products-details-sec02-container.accordion-2 {
        padding: 0 20px;
        position: relative; }
        .products-details-sec02 .products-details-sec02-container.accordion-2::after {
          content: '';
          width: calc(100% - 40px);
          height: 1px;
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          background: #2E2E2E; }
      .products-details-sec02 .products-details-sec02-container .products-details-sec02-heading {
        margin: 0 auto 0;
        width: 100%;
        border-top: 1px solid #2E2E2E; }
        .products-details-sec02 .products-details-sec02-container .products-details-sec02-heading h2 {
          padding: 19px 5px;
          position: relative;
          font-size: 17px;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400;
          letter-spacing: 0.04em;
          line-height: 1.7;
          text-align: left; }
          .products-details-sec02 .products-details-sec02-container .products-details-sec02-heading h2:after {
            content: '';
            position: absolute;
            top: 25px;
            right: 0;
            width: 15px;
            height: 16px;
            transform: translateX(-50%);
            background-size: 15px;
            background-image: url(../img/products-detail/accordion-not-open.png);
            background-position: center;
            background-repeat: no-repeat; }
      .products-details-sec02 .products-details-sec02-container.accordion-2.active h1:after, .products-details-sec02 .products-details-sec02-container.accordion-1.active h1:after {
        background-image: url(../img/products-detail/accordion-open.png); }
      .products-details-sec02 .products-details-sec02-container .products-details-sec02-content {
        margin: 20px auto 0;
        padding: 0 5px;
        width: 100%;
        max-width: 1160px;
        box-sizing: border-box; }
        .products-details-sec02 .products-details-sec02-container .products-details-sec02-content p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.02em;
          line-height: 2;
          text-align: left; }

  .products-details-sec03 {
    margin: 100px auto 0;
    width: 100%; }
    .products-details-sec03 .products-details-sec03-container {
      margin: 0 auto;
      width: 100%;
      box-sizing: border-box;
      color: #585858; }
      .products-details-sec03 .products-details-sec03-container .products-details-sec03-heading {
        margin: 0 auto 15px;
        width: 100%;
        text-align: center; }
        .products-details-sec03 .products-details-sec03-container .products-details-sec03-heading h2 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 22px;
          font-weight: 400;
          letter-spacing: 0.04em;
          line-height: 1.46; }
      .products-details-sec03 .products-details-sec03-container .product-slider {
        max-width: 100%;
        overflow-x: hidden; }
        .products-details-sec03 .products-details-sec03-container .product-slider .products-top {
          width: calc(100% - 40px);
          margin: 0 auto;
          overflow: visible; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top .swiper-slide {
            width: calc(50% - (15px / 2)) !important;
            margin-right: 15px;
            min-width: 169px; }
            .products-details-sec03 .products-details-sec03-container .product-slider .products-top .swiper-slide .details {
              transition: all .2s linear;
              opacity: 0; }
            .products-details-sec03 .products-details-sec03-container .product-slider .products-top .swiper-slide.swiper-slide-active .details {
              opacity: 1; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top::before, .products-details-sec03 .products-details-sec03-container .product-slider .products-top::after {
            content: ''; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top:before {
            width: 40%;
            left: -20%; }
          .products-details-sec03 .products-details-sec03-container .product-slider .products-top:after {
            width: 40%;
            right: -20%; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .img-cont {
          background-size: 90% auto; }
        .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details {
          margin-top: 20px; }
          .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details .tag {
            padding: 8px 10px;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: normal; }
          .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details h3 {
            margin-top: 5px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: normal;
            line-height: 1.5; }
          .products-details-sec03 .products-details-sec03-container .product-slider .product-item .details p {
            margin-top: 5px;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: normal; }
        .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-next,
        .products-details-sec03 .products-details-sec03-container .product-slider .swiper-button-prev {
          display: none; }
      .products-details-sec03 .products-details-sec03-container .products-details-sec03-back-btn {
        margin: 0 auto;
        width: 100%; }
        .products-details-sec03 .products-details-sec03-container .products-details-sec03-back-btn a {
          margin: 0 auto;
          padding: 15px 0;
          width: 100%;
          max-width: calc(100% - 40px);
          display: block;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0.04em;
          line-height: 1;
          color: #00A4D8;
          border-radius: 5px;
          border: 2px solid #00A4D8;
          transition: all .2s linear;
          text-align: center;
          position: relative; }
          .products-details-sec03 .products-details-sec03-container .products-details-sec03-back-btn a:hover {
            opacity: .7; }

  .products-details-sec04 {
    margin: 104px auto 80px;
    width: 100%; }
    .products-details-sec04 .products-details-sec04-container {
      margin: 0 auto;
      padding: 79px 0 60px 0;
      width: 100%;
      background: rgba(138, 203, 209, 0.1);
      box-sizing: border-box; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-heading {
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-heading h1 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 28px;
          font-weight: 400;
          letter-spacing: normal;
          line-height: 1.46;
          color: #2E2E2E;
          text-align: center; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-sub-heading {
        margin: 25px auto 30px;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-sub-heading h2 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.04em;
          line-height: 2.14;
          color: #585858;
          text-align: left; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container {
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: center;
        align-items: stretch; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-thumbnail {
          width: 100%;
          max-width: 156px;
          min-width: 156px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-thumbnail img {
            width: calc(100%/2);
            height: auto; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text {
          width: 100%;
          max-width: 100%;
          background-image: url(../img/products-detail/sec04/content-text-bg.png);
          background-size: 100% 100%;
          background-position: center;
          background-repeat: no-repeat;
          text-align: center;
          box-sizing: border-box; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text a {
            display: block;
            padding: 34px 6px 37px; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text img {
            margin: 0 auto 10px;
            width: 100%;
            max-width: 144px; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text p {
            margin: 0 auto 0;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: 0.02em;
            color: #fff;
            text-align: center; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-content-container .products-details-sec04-content-text .details-btn {
            display: none; }
      .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container {
        margin: 53px auto 0;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-articles-heading {
          margin: 0 auto 25px;
          text-align: center; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-articles-heading h1 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 0.01em;
            line-height: 1.12; }
        .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article {
            margin-right: 0;
            margin-bottom: 12px;
            width: 100%;
            max-width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: stretch; }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article:last-child {
              margin-right: 0;
              margin-bottom: 0; }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-thumb {
              padding-top: 0;
              width: 100%;
              min-width: 110px;
              max-width: 110px;
              margin-bottom: 0;
              background-size: cover; }
            .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption {
              padding: 25px 12px 20px 12px;
              width: 100%;
              min-width: none;
              background: #fff;
              box-sizing: border-box; }
              .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption p {
                padding: 0;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: normal;
                line-height: 1.57;
                position: relative; }
                .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption p:before {
                  display: none; }
              .products-details-sec04 .products-details-sec04-container .products-details-sec04-articles-container .products-details-sec04-article-container .products-details-sec04-article .article-caption a {
                margin-top: 6px;
                display: block;
                font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", "Montserrat", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: normal;
                line-height: 2;
                color: #00A4D8; }

  .products-details {
    padding: 0 0 45px; }
    .products-details .more-cont .inner .column-cont {
      padding: 0 0 45px; }
      .products-details .more-cont .inner .column-cont .column-item {
        width: 100%; }

  .products-details-newsArea {
    max-width: none; }
    .products-details-newsArea a {
      height: 60px;
      font-size: 18px; } }
/**************************************
home.scss
***************************************/
.baby-brand-2e section a {
  transition: all .2s linear; }
.baby-brand-2e .kv-sec {
  margin: 0 auto; }
  .baby-brand-2e .kv-sec .kv-sec-container {
    position: relative;
    width: 100%;
    margin-top: 28px; }
    .baby-brand-2e .kv-sec .kv-sec-container .scroll-cont {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      display: block;
      width: 59px;
      height: 45px;
      z-index: 99; }
      .baby-brand-2e .kv-sec .kv-sec-container .scroll-cont::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 1px;
        height: 50px;
        background: #fff; }
    .baby-brand-2e .kv-sec .kv-sec-container .scroll-logo {
      margin: 0 auto;
      margin-top: 30px;
      width: 100%;
      max-width: 266px;
      bottom: 63px; }
    .baby-brand-2e .kv-sec .kv-sec-container .scroll-text {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 59px; }
      .baby-brand-2e .kv-sec .kv-sec-container .scroll-text:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 20px;
        background-color: #fff; }
    .baby-brand-2e .kv-sec .kv-sec-container .kv-cont {
      position: absolute;
      bottom: 2vw;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      bottom: 2.8vh; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .logo {
        margin: 0 auto;
        max-width: 24vh; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont h2 {
        margin-top: 5vh;
        color: #fff;
        font-size: 4vh;
        line-height: 1.4;
        font-weight: bold;
        font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", "Montserrat", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont span {
        margin-top: 20px;
        color: #fff;
        display: block;
        font-size: 2.5vh;
        font-weight: bold;
        font-family: Helvetica Neue, Helvetica, Arial, "游ゴシック", "Montserrat", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .img-cont {
        width: 100%;
        max-width: 42vh;
        margin: 5vh auto 0; }
        .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .img-cont figure {
          text-align: center; }
          .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .img-cont figure figcaption {
            margin: 5px auto 0;
            display: inline-block;
            color: #fff;
            font-size: 18px;
            line-height: 2;
            border-bottom: 1px solid #fff;
            text-align: center; }
.baby-brand-2e .baby-brand-sec01 {
  margin: 0 auto;
  width: 100%; }
  .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container {
    margin: 0 auto;
    padding: 91px 0 0 0;
    width: 100%;
    text-align: center;
    background: top center/auto 100% no-repeat url(../img/baby/brand/bg-baby-brand-01.png); }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-heading {
      margin: 0 auto 35px;
      width: 100%; }
      .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-heading h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.58; }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-content {
      margin: 0 auto 90px;
      width: 100%; }
      .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-content p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.47; }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-baby-img {
      margin: 0 auto;
      width: 100%;
      height: 440px;
      background-image: url(../img/baby/brand/img-baby-smile.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
.baby-brand-2e .baby-brand-sec02 {
  margin: 108px auto 0;
  width: 100%; }
  .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container {
    margin: 0 auto;
    width: 100%; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container h2 {
      margin: 0 auto 0px;
      width: 100%;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 1.46; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container {
      margin: 0 auto;
      width: 100%;
      max-width: 780px;
      width: 100%;
      display: flex;
      position: relative;
      max-height: 480px; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container:before {
          display: none;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 185px;
          height: 100%;
          background-image: url(../img/baby/brand/effect-left-fade.png);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          z-index: 2; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container:after {
          display: none;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 185px;
          height: 100%;
          background-image: url(../img/baby/brand/effect-right-fade.png);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          z-index: 1; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container .swiper-wrapper {
          justify-content: center; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-prev {
        left: 195px;
        background-image: url("../img/baby/brand/icon-slider-prev.png") !important;
        background-size: 100% 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-prev:after {
          display: none; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-next {
        right: 195px;
        background-image: url("../img/baby/brand/icon-slider-next.png") !important;
        background-size: 100% 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-next:after {
          display: none; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide {
        max-width: 200px;
        width: 100%;
        margin-right: 30px;
        margin-left: 30px;
        text-align: center;
        color: #1A1311;
        transition: all .2s linear; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide:hover {
          opacity: .7; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-no,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-label,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-desc, .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-no,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-label,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-desc {
          opacity: 1; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-no,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-label,
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-desc {
          opacity: 1; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-no img {
          width: 94px;
          height: 100%; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-no {
        margin: 0 auto 21px;
        width: 100%;
        height: 94px;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-no img {
          width: 68px;
          height: 68px;
          vertical-align: bottom; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-thumb {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 193px;
        height: 331px;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-thumb img {
          width: 100%;
          vertical-align: bottom; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-label {
        margin: 0 auto 15px;
        padding: 6px 10px;
        box-sizing: border-box;
        background-color: #F8E7E7; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-label p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.1em; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-desc p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.57; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-btn {
      margin: 72px auto 0;
      width: 100%; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-btn a {
        margin: 0 auto;
        width: 100%;
        max-width: 264px;
        height: 48px;
        letter-spacing: 0.1em; }
.baby-brand-2e .baby-brand-sec03 {
  margin: 25px auto 0;
  width: 100%; }
  .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont {
    width: 1160px;
    margin: 0 auto;
    padding-top: 231px;
    position: relative; }
    @media only screen and (min-width: 769px) and (max-width: 1200px) {
      .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont {
        width: 96.66667vw; } }
    .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column {
      position: relative; }
      .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) {
        position: relative;
        margin: 0  auto;
        width: 889px;
        padding: 0 40px 34px;
        box-sizing: border-box;
        background: #F7F7F7;
        font-family: "Noto Sans JP", sans-serif;
        text-align: center; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) {
            width: 76.63793vw;
            padding: 0 3.44828vw 2.93103vw; } }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) h2 {
          position: relative;
          top: -30px;
          font-size: 40px;
          letter-spacing: 0.1em;
          line-height: 1.5;
          color: #525252;
          width: 100%; }
          @media only screen and (min-width: 769px) and (max-width: 1160px) {
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) h2 {
              top: -3.27586vw;
              font-size: 3.44828vw; } }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) h2 sup {
            font-size: 15px;
            line-height: 3.5;
            vertical-align: top;
            font-weight: 500; }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont {
          margin: 40px auto 28px;
          display: flex;
          flex-wrap: wrap;
          max-width: 458px; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont.pc {
            display: flex !important;
            justify-content: center; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #00A4D8;
            color: #fff;
            width: calc(25% - (30px / 4));
            height: 107px;
            border-radius: 50%;
            text-align: center;
            margin-right: 10px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(4n+4) {
              margin-right: 0; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(n+5) {
              margin-top: 10px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(2) p {
              font-size: 17px; }
              @media only screen and (min-width: 769px) and (max-width: 1160px) {
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(2) p {
                  font-size: 1.46552vw; } }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(4) p {
              padding-top: 10px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(7) p {
              padding-top: 5px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
              display: block;
              color: #fff;
              font-size: 20px;
              line-height: 1.3;
              font-weight: bold;
              letter-spacing: 0.02em; }
              @media only screen and (min-width: 769px) and (max-width: 1160px) {
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
                  font-size: 1.72414vw; } }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p span {
                display: block;
                font-weight: bold; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p small {
                display: block;
                font-size: 10px;
                font-weight: 500;
                letter-spacing: 0.02em; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--inline {
                display: inline-block;
                font-size: 14px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--01 {
                font-size: 17px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--02 {
                font-size: 13px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--03 {
                font-size: 15px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--04 {
                font-size: 10px; }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 17px;
          font-weight: 400;
          letter-spacing: 0.02em;
          line-height: 2.23;
          color: #525252; }
          @media only screen and (min-width: 769px) and (max-width: 1000px) {
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p {
              font-size: 1.7vw; } }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p.disclaim-text {
            margin: 25px auto 0;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.8; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p.disclaim-text br.is-sec03-attention {
              display: none; }
              @media only screen and (min-width: 769px) and (max-width: 1160px) {
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p.disclaim-text br.is-sec03-attention {
                  display: block; } }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist {
          margin-top: 15px; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li {
            font-size: 20px;
            font-weight: 500;
            line-height: 2;
            display: inline-block; }
            @media only screen and (min-width: 769px) and (max-width: 1000px) {
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li {
                font-size: 2vw; } }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li:before {
              position: relative;
              content: '';
              width: 24px;
              height: 20px;
              margin-right: 7px;
              display: inline-block;
              top: 2px;
              background: center/contain no-repeat url("../img/common/icon_check.png"); }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li sup {
              font-size: 10px;
              vertical-align: top;
              line-height: 4; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li small {
              margin-left: 31px;
              display: block;
              font-size: 12px;
              max-width: 520px; }
      .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) {
        position: absolute;
        top: 163px;
        right: -60px; }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure {
          position: relative; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure img {
            width: 500px; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure figcaption {
            position: absolute;
            left: -51px;
            padding: 16px 30px;
            bottom: 169px;
            background: #F8E7E7; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure figcaption small {
              font-size: 16px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure figcaption p {
              margin-top: 20px;
              font-size: 20px; }
.baby-brand-2e .baby-brand-q-sec {
  margin: 131px auto 0;
  width: 100%; }
  .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container {
    margin: 0 auto;
    width: 100%; }
    .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading {
      margin: 0 auto 40px;
      width: 100%;
      text-align: center; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.32;
        color: #525252; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading h1 span {
          border-bottom: 1px solid #000;
          padding-bottom: 4px; }
    .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-subheading {
      margin: 0 auto 63px;
      text-align: center; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-subheading h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.23; }
    .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container {
      margin: 0 auto;
      width: 100%;
      max-width: 1000px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item {
        width: 100%;
        max-width: 302px;
        margin-right: 47px;
        margin-bottom: 80px; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item:nth-child(3n+3) {
          margin-right: 0; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item.last-items-column {
          margin-bottom: 60px; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading {
          margin: 0 auto;
          background-image: url(../img/baby/brand/q-items/bg-heading.png);
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          position: relative; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading:after {
            content: '';
            position: absolute;
            bottom: -26px;
            left: 50%;
            transform: translateX(-50%);
            width: 33px;
            height: 27px;
            background-image: url(../img/baby/brand/q-items/arrow-down.png);
            background-size: 33px;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading h1 {
            padding: 23px 26px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.1em;
            line-height: 1.5;
            color: #00a4d8;
            text-align: center;
            box-sizing: border-box; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-img {
          margin-top: 30px;
          margin-bottom: 30px;
          width: 100%;
          max-width: 282px;
          height: 207px; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-img img {
            width: auto;
            height: 100%; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-caption {
          margin: 0 auto 33px; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-caption p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 1.88;
            text-align: center;
            color: #1A1311; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link {
          margin: 0 auto;
          width: 100%; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a {
            margin: 0 auto;
            padding: 15px 0;
            width: 100%;
            max-width: 264px;
            display: block;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.1em;
            line-height: 1;
            color: #00A4D8;
            border-radius: 5px;
            border: 2px solid #00A4D8;
            background: rgba(255, 255, 255, 0.8);
            text-align: center;
            position: relative; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a:after {
              content: '';
              position: absolute;
              top: 50%;
              right: 17px;
              transform: translateY(-50%);
              width: 6px;
              height: 12px;
              background-image: url(../img/products-detail/recommended-products/btn-arrow.png);
              background-position: center;
              background-size: 6px 12px;
              background-repeat: no-repeat; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a:hover {
              background: #00A4D8;
              color: #fff; }
              .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a:hover::after {
                background-image: url("../img/common/ico_arrow_right_white.svg"); }
    .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container {
      margin: 0 auto 105px;
      width: 100%;
      max-width: 1000px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container.pc {
        display: flex !important; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends {
        display: flex;
        justify-content: center;
        align-items: center; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item {
          margin-right: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item:last-child {
            margin-right: 0; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span {
            width: 24px;
            height: 24px;
            background-color: #ef9aa4; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span.second {
              background-color: #f2b1bd; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span.third {
              background-color: #f7d1e1; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span.fourth {
              background-color: #e6e6e7; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span.fifth {
              background-color: #666666; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item p {
            padding-left: 12px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.1em;
            line-height: 2.28; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legend2 p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.28; }
.baby-brand-2e .baby-brand-sec05 {
  margin: 0 auto;
  width: 100%; }
  .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container {
    margin: 0 auto;
    padding: 66px 0 70px;
    width: 100%;
    background-color: #FDECEB; }
    .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading {
      margin: 0 auto 40px;
      width: 100%;
      text-align: center; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.32;
        color: #525252; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading h1 span {
          border-bottom: 1px solid #000;
          padding-bottom: 4px; }
    .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-subheading {
      margin: 0 auto 40px;
      text-align: center; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-subheading h2 {
        font-family: "Noto Sans JP", sans-serif;
        color: #525252;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.23; }
    .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container {
      margin: 0 auto;
      width: 100%;
      max-width: 1000px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item {
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 17px 25px;
        width: 100%;
        max-width: 320px;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:nth-child(3n +3) {
          margin-right: 0; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:last-child {
          margin-right: 0; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:after {
          content: '';
          position: absolute;
          top: -10px;
          left: 5px;
          width: 40px;
          height: 88px;
          background-image: url(../img/baby/brand/icon-qoute.png);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 1; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 19px;
          font-weight: 400;
          letter-spacing: 0.1em;
          line-height: 2;
          border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
          text-align: center;
          color: #525252; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p span {
            padding-bottom: 5px; }
            .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p span.fw-500 {
              font-weight: 500; }
            .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p span.fw-bold {
              font-weight: bold; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p:last-child {
            border-bottom: 0; }
.baby-brand-2e .baby-brand-info-text {
  margin: 80px auto 0;
  width: 100%; }
  .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container {
    margin: 0 auto;
    width: 100%; }
    .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container .baby-brand-container {
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container .baby-brand-container p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.08;
        color: #585858; }
.baby-brand-2e .more-cont02 .inner .more-title span {
  min-width: 200px !important; }
.baby-brand-2e .more-cont02 .inner .column-cont .column-item {
  margin-top: 42px;
  margin-right: 40px;
  width: calc(960px / 2); }
  .baby-brand-2e .more-cont02 .inner .column-cont .column-item:last-child {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; }
  .baby-brand-2e .more-cont02 .inner .column-cont .column-item figure .img-cont {
    margin-bottom: 0; }
  .baby-brand-2e .more-cont02 .inner .column-cont .column-item .more-btn {
    margin-top: 15px;
    border: none;
    justify-content: flex-start;
    color: #1A1311;
    font-size: 22px;
    position: relative;
    font-weight: normal; }
  .baby-brand-2e .more-cont02 .inner .column-cont .column-item p {
    margin-top: 10px;
    line-height: 1.9;
    width: 100%;
    font-weight: normal; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .baby-brand-2e header::before {
    background-image: none; }
  .baby-brand-2e .kv-sec .kv-sec-container {
    margin-top: 10px; }
    .baby-brand-2e .kv-sec .kv-sec-container .kv-cont {
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      flex-direction: column;
      bottom: unset;
      top: 0;
      height: calc(100vh - 66px); }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .logo {
        margin-top: 10vw;
        max-width: 30vw;
        order: 2; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        line-height: 1.4; }
      .baby-brand-2e .kv-sec .kv-sec-container .kv-cont .scroll-logo {
        display: none; }
  .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container {
    padding: 53px 0 0 0;
    background: top center/100% 100% no-repeat url(../img/baby/brand/bg-baby-brand-01_sp.png); }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-heading {
      margin: 0 auto 23px;
      padding: 0 40px;
      box-sizing: border-box; }
      .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-heading h1 {
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 1.46; }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-content {
      margin: 0 auto 65px;
      padding: 0 24px;
      box-sizing: border-box;
      width: 100%;
      text-align: center; }
      .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-content p {
        font-size: 14px;
        letter-spacing: 0.015em;
        line-height: 1.8; }
    .baby-brand-2e .baby-brand-sec01 .baby-brand-sec01-container .baby-brand-sec01-baby-img {
      width: 100%;
      height: auto;
      background-image: none;
      background-size: auto 100%; }
  .baby-brand-2e .baby-brand-sec02 {
    margin: 60px auto 0;
    width: 100%; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container {
      margin: 0 auto;
      width: 100%; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container h2 {
        margin: 0 auto 30px;
        font-size: 28px; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container {
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container:before {
          display: block;
          width: 80px;
          height: 100%;
          background-image: url(../img/baby/brand/sp/effect-left-fade.png);
          background-size: 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container:after {
          display: block;
          width: 80px;
          height: 100%;
          background-image: url(../img/baby/brand/sp/effect-right-fade.png);
          background-size: 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-container .swiper-wrapper {
          justify-content: unset; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-prev {
          width: 46px;
          left: 0;
          background-image: url("../img/baby/brand/sp/icon-slider-prev.png") !important;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 3; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-prev:after {
            display: none; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-next {
          width: 46px;
          right: 0;
          background-image: url("../img/baby/brand/sp/icon-slider-next.png") !important;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 3; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-button-next:after {
            display: none; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-wrapper {
          height: auto; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide {
          width: 40% !important;
          height: auto;
          margin-right: 15px;
          min-width: 10  0px;
          margin-left: 0; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide:nth-child(2) {
            margin: auto; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-no,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-label,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-next .brand-desc, .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-no,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-label,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-prev .brand-desc {
            opacity: 0; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-no,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-label,
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-desc {
            opacity: 1; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide.swiper-slide-active .baby-brand-sec02-brand .brand-no img {
            width: 63px;
            height: auto; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-no {
          margin: 0 auto 21px;
          width: 100%;
          height: 94px;
          display: flex;
          justify-content: center;
          align-items: flex-end; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-no img {
            width: 63px;
            height: 63px;
            vertical-align: bottom; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-thumb {
          margin: 0 auto 30px;
          width: 100%;
          max-width: 128px;
          height: auto;
          max-height: 55vw;
          display: flex;
          justify-content: center;
          align-items: flex-end; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-thumb img {
            width: 100%;
            vertical-align: bottom; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-label {
          margin: 0 auto 15px;
          padding: 6px 10px;
          box-sizing: border-box;
          background-color: #F8E7E7;
          margin-left: 50%;
          transform: translateX(-50%);
          width: 185px; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-label p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0.02em; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-desc {
          margin-left: 50%;
          transform: translateX(-50%);
          width: 173px; }
          .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-desc p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.02em;
            line-height: 1.57; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-btn {
        margin: 40px auto 0;
        width: 100%; }
        .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-btn a {
          max-width: calc(100% - 40px); }
  .baby-brand-2e .baby-brand-sec03 .section-03 {
    margin-top: 100px;
    padding: 0; }
    .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      position: relative;
      display: flex;
      flex-direction: column; }
      .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont:before {
        display: none; }
      .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column {
        position: relative; }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) {
          margin: 0 auto;
          padding: 0 20px 32px;
          width: calc(100% - 40px);
          max-width: 100%;
          order: 2;
          position: relative;
          top: -40px;
          left: unset;
          z-index: 30;
          box-sizing: border-box;
          text-align: left; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) h2 {
            position: relative;
            top: unset;
            margin-top: 50px;
            margin-bottom: 20px;
            text-align: center;
            font-size: 28px;
            font-weight: 400; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) h2 sup {
              top: 0;
              font-size: 14px;
              line-height: 2;
              vertical-align: top; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont {
            margin: 0 auto 35px;
            max-width: 278px;
            justify-content: center; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont.sp {
              display: flex !important; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont.pc {
              display: none !important; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item {
              width: 86px;
              height: 86px;
              margin-right: 10px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(3n+3) {
                margin-right: 0; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(n+4) {
                margin-top: 10px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-child(2) p {
                font-size: 12px !important; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p {
                margin-top: 0;
                font-size: 15px; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p small {
                  font-size: 9px;
                  margin: 0;
                  line-height: normal; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--inline {
                  font-size: 11px; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--01 {
                  font-size: 13px; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--02 {
                  font-size: 12px; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--03 {
                  font-size: 12px; }
                .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item p .span--04 {
                  font-size: 8px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(2) {
                margin-right: 10px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(3) {
                margin-right: 0px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(4) {
                margin-right: 10px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(6) {
                margin-right: 0; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) .circle-cont .circle-item:nth-of-type(7) {
                margin-right: 0; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) img {
            margin: 0 auto 35px;
            width: 260px;
            display: block; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p {
            text-align: center;
            font-size: 14px;
            line-height: 1.7; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p:first-of-type {
              margin-top: 52px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) p.disclaim-text {
              width: 100%;
              font-size: 10px;
              line-height: 1.75;
              text-align: left; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist {
            margin-top: 48px; }
            .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li {
              padding-left: 33px;
              line-height: 1.5; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li:not(:first-child) {
                margin-top: 15px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li:before {
                margin-left: -30px; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li small {
                margin-top: 5px;
                margin-left: 0; }
              .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) ul.checklist li sup {
                font-size: 10px;
                vertical-align: top;
                line-height: 3; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1) small {
            margin-top: 10px;
            display: block;
            font-size: 10px;
            line-height: 1.9; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(1):after {
            content: '';
            top: -80px;
            margin: auto;
            bottom: unset;
            left: 0;
            right: 0;
            width: 67px;
            height: 134px; }
        .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) {
          order: 1;
          position: relative;
          top: unset;
          right: unset; }
          .baby-brand-2e .baby-brand-sec03 .section-03 .side-cont .column:nth-of-type(2) figure img {
            width: 100%; }
  .baby-brand-2e .baby-brand-q-sec {
    margin: 0 auto; }
    .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container {
      padding: 0 20px;
      box-sizing: border-box; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading {
        margin: 0 auto 25px; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading h1 {
          margin-bottom: 15px;
          font-size: 24px;
          letter-spacing: 0.04em;
          line-height: 1; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading h1.q {
            margin-bottom: 10px;
            font-size: 30px;
            line-height: 1.4; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-heading h1 span {
            border-bottom: 1px solid #525252;
            padding-bottom: 0; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-subheading {
        margin: 0 auto 23px;
        text-align: center; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-subheading h2 {
          font-size: 14px;
          letter-spacing: 0.015em;
          line-height: 1.8; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-subheading small {
          margin-top: 10px;
          font-size: 10px;
          letter-spacing: 0.02em; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container {
        margin: 0 auto;
        width: 100%;
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item {
          width: 100%;
          max-width: 100%;
          flex: none;
          margin: auto;
          margin-bottom: 20px;
          padding-bottom: 5px;
          border-bottom: 1px dashed rgba(112, 112, 112, 0.5); }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item:nth-child(3n+3) {
            margin-right: 19px; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item:nth-child(2n+2) {
            margin-right: 0; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item.last-items-column {
            margin-bottom: 20px; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item:last-child {
            flex: none;
            width: 100%;
            margin-bottom: 57px; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading {
            position: relative;
            margin: 0 auto;
            background: rgba(200, 230, 233, 0.4);
            border-radius: 13px; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading:after {
              content: '';
              position: absolute;
              bottom: -14px;
              left: 50%;
              transform: translateX(-50%);
              width: 21px;
              height: 14px;
              background-image: url(../img/baby/brand/q-items/arrow-down_sp.png);
              background-size: 21px;
              background-position: center;
              background-repeat: no-repeat;
              z-index: 1; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-heading h1 {
              padding: 16px;
              font-size: 14px;
              font-weight: bold;
              line-height: 1.52; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-img {
            margin: 30px auto 0;
            width: 100%;
            max-width: none;
            height: auto; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-img img {
              width: 100%;
              height: auto; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-caption {
            display: none;
            margin: 0 auto 22px; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-caption p {
              font-size: 17px;
              line-height: 1.64;
              text-align: center; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link {
            margin: 20px auto; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a {
              margin: 0 auto;
              padding: 15px 0;
              width: 100%;
              max-width: calc(100% - 40px);
              display: block;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0.02em;
              line-height: 1;
              color: #00A4D8;
              border-radius: 5px;
              border: 2px solid #00A4D8;
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
              text-align: center;
              position: relative; }
              .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-item-container .baby-brand-q-sec-q-item .q-item-link a:hover {
                opacity: 1; }
      .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container {
        margin: 0 auto 18px;
        padding: 7px 0;
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        border-top: 1px dashed rgba(112, 112, 112, 0.5);
        border-bottom: 1px dashed rgba(112, 112, 112, 0.5); }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container.pc {
          display: none !important; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          align-items: center; }
          .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item {
            margin-right: 7px;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item:last-child {
              margin-right: 0; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item span {
              width: 16px;
              height: 16px; }
            .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legends .legend-item p {
              padding-left: 7px;
              font-size: 10px;
              line-height: 3.2; }
        .baby-brand-2e .baby-brand-q-sec .baby-brand-q-sec-container .baby-brand-q-sec-q-legends-container .baby-brand-q-sec-q-legend2 p {
          padding-left: 8px;
          font-size: 10px;
          line-height: 3.2;
          text-align: center; }
  .baby-brand-2e .baby-brand-sec05 {
    margin: 0 auto;
    width: 100%; }
    .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container {
      margin: 0 auto;
      padding: 66px 0 67px;
      width: 100%; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading {
        margin: 0 auto 30px;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        text-align: center; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading h1 {
          margin-bottom: 10px;
          font-size: 24px;
          line-height: 1.7; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-heading h1 span {
            border-bottom: 1px solid #000;
            padding-bottom: 0; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-subheading {
        margin: 0 auto 30px;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-subheading h2 {
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.015em;
          line-height: 1.7; }
      .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container {
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item {
          margin-right: 0;
          margin-bottom: 22px;
          padding: 6px 33px 11px;
          width: 100%;
          max-width: 100%;
          background: #fff;
          border-radius: 13px;
          box-sizing: border-box;
          position: relative; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:nth-child(3n +3) {
            margin-right: 0; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:last-child {
            margin-right: 0; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item:after {
            content: '';
            position: absolute;
            top: -13px;
            left: 13px;
            width: 30px;
            height: 70px;
            background-image: url(../img/baby/brand/icon-qoute.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            z-index: 1; }
          .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p {
            border-bottom: 2px dotted rgba(112, 112, 112, 0.3);
            font-size: 17px; }
            .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p span {
              padding-bottom: 3px; }
            .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p:last-child {
              border: 0; }
              .baby-brand-2e .baby-brand-sec05 .baby-brand-sec05-container .baby-brand-sec05-item-container .baby-brand-sec05-item p:last-child span {
                border: 0; }
  .baby-brand-2e .baby-brand-info-text {
    margin: 75px auto;
    width: 100%; }
    .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box;
      background: url(../img/baby/brand/bg-baby-brand-02.png);
      background-position: center;
      background-size: 192px auto;
      background-repeat: no-repeat; }
      .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container .baby-brand-container {
        margin: 0 auto;
        width: 100%;
        text-align: center; }
        .baby-brand-2e .baby-brand-info-text .baby-brand-info-text-container .baby-brand-container p {
          font-size: 18px;
          letter-spacing: 0.015em;
          line-height: 2; }
  .baby-brand-2e .more-cont.more-cont02 .inner .more-title span {
    width: 100%;
    min-width: 143px !important; }
  .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item {
    margin-top: 20px;
    margin-right: 0;
    width: 100%; }
    .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item .more-btn {
      margin-bottom: 0;
      font-size: 18px; }
      .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item .more-btn:after {
        position: relative;
        top: -3px;
        right: 0;
        transform: translateY(0);
        background: center/contain no-repeat url("../img/common/ico_right_arrow_02.png"); }
    .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item p {
      font-size: 14px;
      margin-top: 0; }
    .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item a,
    .baby-brand-2e .more-cont.more-cont02 .inner .column-cont .column-item p {
      color: #525252; } }
@media screen and (max-width: 320px) {
  .baby-brand-2e .kv-sec .kv-sec-container .kv-cont h2 {
    font-size: 25px; }
  .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container {
    max-height: 100vh !important; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .swiper-slide {
      width: 100% !important;
      max-width: 100% !important; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-label {
      opacity: 1 !important; }
    .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-desc {
      opacity: 1 !important; }
      .baby-brand-2e .baby-brand-sec02 .baby-brand-sec02-container .baby-brand-sec02-brand-container .baby-brand-sec02-brand .brand-desc p {
        font-size: 10px; } }
@media screen and (max-width: 360px) {
  .baby-brand-2e .baby-brand-sec03 .side-cont .column:nth-of-type(1) {
    padding: 0 10px 32px !important; }
    .baby-brand-2e .baby-brand-sec03 .side-cont .column:nth-of-type(1) .circle-item {
      width: 81px !important;
      height: 81px !important;
      margin-right: 5px !important; }
      .baby-brand-2e .baby-brand-sec03 .side-cont .column:nth-of-type(1) .circle-item:nth-of-type(3n+3) {
        margin-right: 0; }
      .baby-brand-2e .baby-brand-sec03 .side-cont .column:nth-of-type(1) .circle-item:nth-of-type(n+4) {
        margin-top: 5px; }
      .baby-brand-2e .baby-brand-sec03 .side-cont .column:nth-of-type(1) .circle-item p {
        font-size: 14px !important; } }
/**************************************
story
***************************************/
.story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0)); }
.story::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  content: '';
  background-image: url("../img/story/pic_banner_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }
.story section .btn {
  transition: all .2s linear; }
.story .section-kv {
  height: 260px; }
  .story .section-kv .inner-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 65px;
    position: relative;
    z-index: 5; }
    .story .section-kv .inner-cont h1 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 36px;
      font-weight: normal;
      color: #2E2E2E;
      letter-spacing: 0.1em;
      line-height: 1.5;
      color: #525252; }
  .story .section-kv .breadcrumbs-cont {
    position: relative;
    z-index: 2; }
.story .section-01 .timeline-cont {
  margin: 60px auto 0;
  max-width: 1160px;
  display: flex;
  flex-flow: row wrap; }
  .story .section-01 .timeline-cont .inner-cnt {
    margin-top: 27px;
    width: 1080px;
    position: relative;
    padding-left: 113px;
    box-sizing: border-box; }
    .story .section-01 .timeline-cont .inner-cnt:before {
      content: '';
      position: absolute;
      top: -27px;
      left: 0;
      width: 66px;
      height: 99.88%;
      background: linear-gradient(180deg, white, rgba(138, 203, 209, 0.5) 50.51%);
      background-repeat: no-repeat; }
    .story .section-01 .timeline-cont .inner-cnt:after {
      content: '';
      position: absolute;
      bottom: -35px;
      left: 0;
      width: 0;
      height: 0;
      border: 33px solid transparent;
      border-top: 33px solid rgba(138, 203, 209, 0.5); }
    .story .section-01 .timeline-cont .inner-cnt .time {
      display: flex;
      flex-flow: row wrap;
      position: relative; }
      .story .section-01 .timeline-cont .inner-cnt .time:before {
        content: '';
        position: absolute;
        top: -27px;
        left: 8px;
        border-left: 5px solid #8ACBD1;
        width: 5px;
        height: 100%;
        padding-bottom: 27px; }
      .story .section-01 .timeline-cont .inner-cnt .time:not(:first-child) {
        margin-top: 17px; }
      .story .section-01 .timeline-cont .inner-cnt .time .column.point {
        width: 179px;
        box-sizing: border-box;
        display: flex;
        flex-flow: column wrap; }
        @media only screen and (min-width: 769px) and (max-width: 820px) {
          .story .section-01 .timeline-cont .inner-cnt .time .column.point {
            width: 21.82927vw; } }
        .story .section-01 .timeline-cont .inner-cnt .time .column.point span {
          position: relative;
          display: flex;
          align-items: center;
          font-size: 40px;
          letter-spacing: 0.1em;
          color: #AFAFAF;
          font-family: 'Montserrat'; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.point span:not(:first-child) {
            margin-top: 16px; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.point span small {
            padding-left: 2px;
            font-size: 16px; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.point span:before {
            content: '';
            position: relative;
            width: 20px;
            height: 20px;
            margin-right: 13px;
            background: #8ACBD1;
            border-radius: 50%; }
      .story .section-01 .timeline-cont .inner-cnt .time .column.content {
        width: calc(100% - 179px);
        box-sizing: border-box; }
        .story .section-01 .timeline-cont .inner-cnt .time .column.content h3 {
          font-size: 26px;
          line-height: 1.8;
          letter-spacing: 0.1em; }
        .story .section-01 .timeline-cont .inner-cnt .time .column.content p {
          font-size: 14px;
          line-height: 2.14;
          letter-spacing: 0.1em; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content p small {
            font-size: 10px; }
        .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between; }
          @media only screen and (min-width: 769px) and (max-width: 900px) {
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont {
              position: relative; } }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.align-left {
            justify-content: flex-start; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.align-left figure:nth-child(n+2) {
              margin-left: 39px; }
              @media only screen and (min-width: 769px) and (max-width: 1080px) {
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.align-left figure:nth-child(n+2) {
                  margin-left: 3.61111vw; } }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure {
            max-width: 100%;
            position: relative; }
            @media only screen and (min-width: 769px) and (max-width: 1080px) {
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure {
                width: 72.96296vw; } }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption {
              position: absolute;
              top: 35px;
              left: 0;
              right: 0;
              margin: auto;
              width: 100%;
              height: auto;
              background: none;
              justify-content: center; }
              @media only screen and (min-width: 769px) and (max-width: 1000px) {
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption {
                  top: 3vw; } }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption h4 {
                font-size: 26px;
                text-align: center; }
                @media only screen and (min-width: 769px) and (max-width: 1000px) {
                  .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption h4 {
                    font-size: 2.6vw; } }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption:after {
                display: none; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn {
              width: 100%;
              max-width: 300px;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              bottom: 41px; }
              @media only screen and (min-width: 769px) and (max-width: 1000px) {
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn {
                  bottom: 3vw; } }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01, .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02 {
                height: 51px;
                display: flex !important; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.sp {
                display: none !important; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01 {
                max-width: 292px; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02 {
                max-width: 341px; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont .point {
            height: 20px;
            color: #AFAFAF;
            font-size: 16px;
            letter-spacing: 0.1em;
            display: flex;
            align-items: center; }
            @media only screen and (min-width: 769px) and (max-width: 900px) {
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont .point {
                position: absolute;
                top: -3.33333vw;
                left: calc(75vw - 330px); } }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont .point:before {
              content: '';
              position: relative;
              width: 20px;
              height: 20px;
              margin-right: 13px;
              display: inline-block;
              vertical-align: middle;
              background: #8ACBD1;
              border-radius: 50%; }
              @media only screen and (min-width: 769px) and (max-width: 900px) {
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont .point:before {
                  width: 2.22222vw;
                  height: 2.22222vw;
                  margin-right: 1.44444vw; } }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure {
            max-width: 300px; }
            @media only screen and (min-width: 769px) and (max-width: 1080px) {
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure {
                width: 27.77778vw; } }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption {
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              position: relative;
              background: #94CCD9;
              transition: .3s ease;
              cursor: pointer;
              user-select: none; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption span {
                margin-left: 10px;
                font-size: 17px;
                letter-spacing: 0.1em;
                color: #fff; }
                @media only screen and (min-width: 769px) and (max-width: 1080px) {
                  .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption span {
                    font-size: 1.57407vw; } }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption .story-button {
                position: relative;
                width: 28px;
                height: 28px;
                margin-right: 10px;
                border-radius: 50%;
                background: #fff;
                transition: .3s ease; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption .story-button:before {
                  transition: .3s ease;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  left: 0;
                  right: 0;
                  margin: auto;
                  content: '';
                  width: 2px;
                  height: 16px;
                  background: #00A4D8; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption .story-button:after {
                  position: absolute;
                  top: 20%;
                  left: -16px;
                  right: 0;
                  margin: auto;
                  content: '';
                  width: 2px;
                  height: 16px;
                  background: #00A4D8;
                  transform: rotate(90deg) translateY(-50%); }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption.active .story-button:before {
                top: 20%;
                left: -14px;
                transform: rotate(90deg) translateY(-50%); }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure .story-box {
              width: 100%;
              box-sizing: border-box;
              background: #94CCD9;
              color: #fff;
              padding: 10px 10px 15px;
              display: none; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure .story-box p {
                padding-top: 0;
                text-align: justify;
                font-size: 14px;
                line-height: 1.5; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-03 {
        padding-top: 31px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-04 {
        padding-top: 10px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-05 {
        padding-top: 20px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-05 .point .pc {
          display: flex !important; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content {
          padding-top: 5px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content p:first-of-type {
            padding-top: 27px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-06 {
        padding-top: 35px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content h3 {
          padding-top: 12px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content h3:first-of-type {
            padding-top: 45px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content p:first-of-type {
          padding-top: 27px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-07 {
        padding-top: 42px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-08 {
        padding-top: 9px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-09 {
        padding-top: 43px; }
      .story .section-01 .timeline-cont .inner-cnt .time.time-10 {
        padding-top: 39px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .story:before, .story:after {
    content: none; }
  .story .section-kv {
    background-image: url("../img/story/pic_banner_01_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px; }
    .story .section-kv::before {
      content: none; }
    .story .section-kv .inner-cont {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      height: 100%;
      padding: 0 20px; }
      .story .section-kv .inner-cont h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 28px;
        font-weight: normal;
        color: #2E2E2E;
        letter-spacing: 0.04em;
        line-height: 1.5;
        width: 100%;
        color: #525252; }
  .story .section-01 .timeline-cont {
    margin-top: 6px;
    max-width: 335px; }
    .story .section-01 .timeline-cont .inner-cnt {
      margin-top: 27px;
      padding-left: 34px; }
      .story .section-01 .timeline-cont .inner-cnt:before {
        top: -27px;
        left: 0;
        width: 22px;
        height: 99.9%;
        padding-bottom: 21px; }
      .story .section-01 .timeline-cont .inner-cnt:after {
        bottom: -11px;
        border: 10.6px solid transparent;
        border-top: 10.6px solid rgba(138, 203, 209, 0.5); }
      .story .section-01 .timeline-cont .inner-cnt .time {
        display: flex; }
        .story .section-01 .timeline-cont .inner-cnt .time:before {
          top: -27px;
          left: 6px;
          border-left: 4px solid #8ACBD1;
          width: 4px;
          height: 100%;
          padding-bottom: 27px; }
        .story .section-01 .timeline-cont .inner-cnt .time:not(:first-child) {
          margin-top: 14px; }
        .story .section-01 .timeline-cont .inner-cnt .time .column.point {
          width: 100%; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.point span {
            font-size: 24px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.point span:not(:first-child) {
              margin-top: 13px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.point span small {
              font-size: 24px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.point span:before {
              width: 16px;
              height: 16px; }
        .story .section-01 .timeline-cont .inner-cnt .time .column.content {
          width: 100%;
          padding-left: 31px; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content h3 {
            padding-top: 25px;
            font-size: 20px;
            line-height: 1.8; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content p {
            font-size: 14px;
            line-height: 2.14; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content p small {
              font-size: 12px; }
          .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont {
            margin-top: 23px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.align-left figure:nth-child(n+2) {
              margin-left: 0;
              margin-top: 19px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption {
              top: 28px; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption:after {
                display: none; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption h4 {
                font-size: 15px; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn {
              bottom: 30px;
              font-size: 14px; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.sp {
                display: flex !important; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.pc {
                display: none !important; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01, .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02 {
                height: 40px;
                max-width: 230px; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01.pc, .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02.pc {
                  display: none !important; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01.sp, .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02.sp {
                  display: flex !important; }
            .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure {
              max-width: 300px; }
              .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption {
                height: 40px;
                display: flex;
                align-items: center;
                position: relative;
                background: #94CCD9; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption span {
                  font-size: 15px; }
                .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont figure figcaption:after {
                  right: 12px;
                  width: 22px;
                  height: 22px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-03 {
          padding-top: 30px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-04 {
          padding-top: 25px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-05 {
          padding-top: 15px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-05 .point span.pc {
            display: none !important; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content {
            padding-top: 16px; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content h3 {
              padding-top: 0;
              line-height: 1.80; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content p:not(:first-child) {
              padding-top: 0px; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-05 .content p:first-of-type {
              padding-top: 20px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-05.sp {
            padding-top: 11px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-06 {
          padding-top: 5px;
          margin-top: 8px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content h3 {
            padding-top: 12px; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content h3:first-of-type {
              padding-top: 45px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-06 .content p:first-of-type {
            padding-top: 27px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-06.sp {
            padding-top: 15px; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-06.sp .content h3 {
              padding-top: 32px; }
              .story .section-01 .timeline-cont .inner-cnt .time.time-06.sp .content h3:not(:first-of-type) {
                padding-top: 13px; }
            .story .section-01 .timeline-cont .inner-cnt .time.time-06.sp .content p:last-child {
              padding-top: 10px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-07 {
          padding-top: 8px; }
          .story .section-01 .timeline-cont .inner-cnt .time.time-07.sp {
            padding-top: 13px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-08 {
          padding-top: 15px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-09 {
          padding-top: 15px; }
        .story .section-01 .timeline-cont .inner-cnt .time.time-10 {
          padding-top: 15px; } }
/******************************
SP 320px
*******************************/
@media screen and (max-width: 320px) {
  .story .section-01 .timeline-cont {
    padding: 0 20px;
    max-width: 320px; }
    .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption {
      top: 15px; }
      .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure figcaption h4 {
        font-size: 13px; }
    .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn {
      bottom: 15px;
      font-size: 15px; }
      .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-01, .story .section-01 .timeline-cont .inner-cnt .time .column.content .img-cont.xl figure .btn.btn-story-02 {
        max-width: 170px; } }
.contact header {
  z-index: 50; }
.contact main h1 {
  margin: 60px auto 0;
  font-size: 36px;
  max-width: 1000px; }
.contact .perfs {
  margin-top: 10px; }
.contact .breaksp, .contact .dissp {
  display: none; }
.contact .mapperf {
  text-align: center;
  position: relative;
  margin-top: 40px; }
.contact .section-kv {
  height: 420px;
  background-color: #E8F5F6; }
  .contact .section-kv .breadcrumbs-cont {
    position: relative;
    z-index: 10; }
  .contact .section-kv h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 64px; }
.contact .section-01 {
  margin: 170px auto 0; }
  .contact .section-01 .inner-cont {
    max-width: 1160px; }
  .contact .section-01 p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #585858;
    letter-spacing: 0.1em;
    line-height: 1.9; }
  .contact .section-01 img {
    max-width: 1000px;
    margin: 50px auto 0; }
  .contact .section-01 .contact-num {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #00A4D8;
    letter-spacing: 0.02em;
    line-height: 1;
    display: block;
    padding-top: 5px; }
  .contact .section-01 small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #00A4D8;
    letter-spacing: 0.02em;
    line-height: 1; }
  .contact .section-01 .add-pad {
    padding-top: 29px; }
  .contact .section-01 .boxkhung1, .contact .section-01 .boxkhung2 {
    border-top: 1px dashed #00A4D8;
    border-bottom: 1px dashed #00A4D8; }
  .contact .section-01 .boxkhung2 {
    margin-top: 50px; }
  .contact .section-01 .boxkhung3 {
    margin-bottom: 0; }
  .contact .section-01 .boxkhung {
    padding: 50px 0px 80px;
    text-align: center; }
    .contact .section-01 .boxkhung p {
      font-size: 17px; }
    .contact .section-01 .boxkhung h2 {
      font-size: 28px;
      color: #00A4D8;
      margin-bottom: 30px; }
      .contact .section-01 .boxkhung h2.searchbefore {
        position: relative;
        display: inline-block; }
    .contact .section-01 .boxkhung span {
      font-weight: bold;
      position: relative;
      padding-top: 0; }
    .contact .section-01 .boxkhung p {
      text-align: center; }
    .contact .section-01 .boxkhung form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 50px; }
      .contact .section-01 .boxkhung form input {
        height: 48px;
        background-color: #F2F2F2;
        -webkit-appearance: none;
        border: transparent; }
      .contact .section-01 .boxkhung form .selectgroup {
        width: 360px;
        margin-right: 20px;
        float: left;
        position: relative;
        height: 50px;
        position: relative;
        overflow: hidden;
        background: #fff;
        text-align: left;
        background: #F2F2F2; }
        .contact .section-01 .boxkhung form .selectgroup::after {
          width: 50px;
          height: 50px;
          position: absolute;
          right: 0;
          top: 0;
          content: "";
          background: #F2F2F2 url(../img/contact/icondown.png) no-repeat;
          background-position: center;
          background-size: cover;
          background-size: 10px; }
        .contact .section-01 .boxkhung form .selectgroup select {
          height: 50px;
          position: absolute;
          width: 100%;
          border: none;
          padding-left: 10px;
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-appearance: none;
          appearance: none;
          background: transparent;
          z-index: 2;
          font-size: 18px; }
          .contact .section-01 .boxkhung form .selectgroup select option {
            font-size: 17px;
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
            appearance: none; }
        .contact .section-01 .boxkhung form .selectgroup select::-ms-expand {
          display: none; }
      .contact .section-01 .boxkhung form input[type=submit] {
        width: 153px;
        height: 50px;
        background: #00A4D8;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border: none;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        letter-spacing: 0.1em;
        padding-left: 45px; }
      .contact .section-01 .boxkhung form .submit__container {
        position: relative; }
        .contact .section-01 .boxkhung form .submit__container::before {
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../img/contact/iconsearch_wh.png);
          background-size: cover;
          position: absolute;
          left: 39px;
          top: 50%;
          transform: translateY(-50%); }
      .contact .section-01 .boxkhung form input[type=text] {
        padding-left: 10px;
        width: 360px; }
      .contact .section-01 .boxkhung form .belowform {
        font-size: 12px;
        margin-top: 5px; }
  .contact .section-01 .addinformation-container {
    margin: 34px auto 81px;
    padding: 30px 0;
    max-width: 700px;
    background: rgba(255, 0, 0, 0.08);
    text-align: center; }
    .contact .section-01 .addinformation-container .addinformation-text {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-weight: 300;
      color: #525252;
      letter-spacing: 0.1em;
      line-height: 1.9; }
    .contact .section-01 .addinformation-container .addinformation-link {
      margin-top: 13px;
      display: inline-block;
      padding-bottom: 4px;
      transition: all .2s linear; }
      .contact .section-01 .addinformation-container .addinformation-link:hover {
        opacity: .7; }
      .contact .section-01 .addinformation-container .addinformation-link span {
        position: relative;
        display: inline;
        border-bottom: 1px solid #00A4D8;
        word-break: break-all;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #00A4D8;
        letter-spacing: 0.02em;
        line-height: 1.5; }
.contact .link-section {
  margin-top: 80px;
  margin-bottom: 34px; }
  .contact .link-section .inner-cont a {
    display: block;
    transition: all .2s linear; }
    .contact .link-section .inner-cont a:hover {
      opacity: .7; }

/******************************
contact sp
*******************************/
@media screen and (max-width: 768px) {
  .contact .section-kv {
    height: 140px;
    background: white;
    background: linear-gradient(180deg, white 0%, rgba(217, 248, 250, 0.85584) 69%, #e8f5f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .contact .section-kv h2 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 24px;
      font-weight: normal;
      color: #525252;
      letter-spacing: 0.04em;
      line-height: 1;
      text-align: center;
      margin-top: 0; }
  .contact main h1 {
    margin: 0;
    padding: 58px 0;
    font-size: 24px;
    text-align: center;
    background: #E8F5F6;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(69%, #e8f5f6), to(#e8f5f6));
    background: -webkit-linear-gradient(top, white 0%, #e8f5f6 69%, #e8f5f6 100%);
    background: -o-linear-gradient(top, white 0%, #e8f5f6 69%, #e8f5f6 100%);
    background: linear-gradient(180deg, white 0%, #e8f5f6 69%, #e8f5f6 100%); }
  .contact .breaksp, .contact .dissp {
    display: block; }
  .contact .breakpc, .contact .dispc {
    display: none; }
  .contact .acr_title.open {
    border-bottom: 1px solid #D7D4D3;
    font-weight: bold; }
  .contact .acr_title {
    border-top: 1px solid #D7D4D3;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 20.5px 20px;
    background: #fff;
    text-align: left; }
    .contact .acr_title.last {
      border-bottom: 1px solid #D7D4D3; }
  .contact .acr_title.open ~ .acr_con a:first-child {
    border-top: none; }
  .contact .acr_con a {
    display: block;
    padding: 17.5px 0 17.5px 0;
    margin-left: auto;
    max-width: 295px;
    border-top: 1px dashed #ECEAE9;
    text-align: left; }
  .contact .acr_title:after {
    content: "";
    width: 15px;
    height: 16px;
    background-image: url(../img/products-detail/accordion-not-open.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 15px; }
  .contact .acr_title.open:after {
    background-image: url(../img/products-detail/accordion-open.png); }
  .contact .section-01 {
    margin: 35px auto 0;
    padding: 0 20px; }
    .contact .section-01 p {
      text-align: left;
      line-height: 1.7; }
    .contact .section-01 .add-pad {
      padding-top: 31px;
      text-align: center; }
    .contact .section-01 img {
      max-width: 1000px;
      margin-top: 33px; }
      .contact .section-01 img:nth-of-type(2) {
        margin-top: 28px; }
    .contact .section-01 .contact-num {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 30px;
      font-weight: bold;
      color: #00A4D8;
      letter-spacing: 0.02em;
      line-height: 1;
      padding-top: 3px; }
    .contact .section-01 small {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 10px;
      font-weight: 600;
      color: #00A4D8;
      letter-spacing: 0.02em;
      line-height: 1; }
    .contact .section-01 .boxkhung {
      padding: 38px 0 50px;
      border-width: 1px; }
      .contact .section-01 .boxkhung:not(:last-child) {
        border-top: 1.5px dotted #00A4D8; }
      .contact .section-01 .boxkhung h2 {
        padding-left: 0;
        margin-bottom: 17px; }
      .contact .section-01 .boxkhung .boxkhung_ct p {
        letter-spacing: -0.5px;
        line-height: 1.7;
        font-size: 12px; }
      .contact .section-01 .boxkhung .searchbefore {
        font-size: 18px; }
        .contact .section-01 .boxkhung .searchbefore span {
          font-size: 28px; }
      .contact .section-01 .boxkhung form {
        margin-top: 34px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        .contact .section-01 .boxkhung form input {
          height: 60px;
          box-sizing: border-box; }
        .contact .section-01 .boxkhung form input[type=text] {
          width: 100%;
          margin-bottom: 0px;
          padding: 15px 10px; }
        .contact .section-01 .boxkhung form input[type=submit] {
          display: inline-block;
          margin: 0 auto;
          margin-top: 15px;
          font-size: 14px;
          width: 100%;
          height: 60px; }
        .contact .section-01 .boxkhung form .submit__container {
          margin-top: 3px;
          width: 100%; }
          .contact .section-01 .boxkhung form .submit__container:before {
            top: 62%;
            left: 0;
            right: 35px;
            margin: auto; }
        .contact .section-01 .boxkhung form select {
          height: 60px;
          font-size: 14px; }
        .contact .section-01 .boxkhung form .no-class,
        .contact .section-01 .boxkhung form .boxiptxt {
          width: 100%;
          text-align: center; }
        .contact .section-01 .boxkhung form .keywords,
        .contact .section-01 .boxkhung form .selectgroup {
          margin-right: 0px;
          width: 100%;
          margin-bottom: 4px; }
        .contact .section-01 .boxkhung form .keywords p,
        .contact .section-01 .boxkhung form .boxiptxt p {
          font-size: 10px; }
        .contact .section-01 .boxkhung form .selectgroup {
          height: 60px;
          margin-bottom: 18px; }
          .contact .section-01 .boxkhung form .selectgroup::after {
            height: 60px;
            width: 40px; }
          .contact .section-01 .boxkhung form .selectgroup select {
            height: 60px;
            font-size: 14px; }
      .contact .section-01 .boxkhung.boxkhung1 {
        border-top: 1.5px dotted #00A4D8;
        border-bottom: 1.5px dotted #00A4D8; }
      .contact .section-01 .boxkhung.boxkhung2 {
        border-bottom: 1.5px dotted #00A4D8; }
      .contact .section-01 .boxkhung.boxkhung3 {
        padding: 38px 0 50px;
        border-top: 0; }
        .contact .section-01 .boxkhung.boxkhung3 .boxkhung_ct .perfs {
          margin-top: 56px; }
    .contact .section-01 .addinformation-container {
      margin: 16px auto 60px;
      padding: 26px 20px; }
      .contact .section-01 .addinformation-container .addinformation-text {
        text-align: center; }
  .contact .link-section {
    margin: 58px auto 53px; } }
/**************************************
story
***************************************/
.skincare::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0)); }
.skincare::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  content: '';
  background-image: url("../img/skincare_2e/pic_banner_01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }
.skincare .section-kv {
  height: 260px; }
  .skincare .section-kv .inner-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    padding-top: 65px; }
    .skincare .section-kv .inner-cont h1 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 36px;
      font-weight: normal;
      color: #525252;
      letter-spacing: 0.1em;
      line-height: 1; }
  .skincare .section-kv .breadcrumbs-cont {
    position: relative;
    z-index: 2; }
.skincare .section-01 .tab-cont {
  max-width: 1160px;
  margin: 82px auto 81px; }
.skincare .section-01 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #00A4D8; }
  .skincare .section-01 ul li {
    width: 33.3333%; }
    .skincare .section-01 ul li a {
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      display: block; }
      .skincare .section-01 ul li a.sp-f {
        display: none; }
      .skincare .section-01 ul li a::after {
        transition: .5s;
        content: '';
        width: 100%;
        height: 5px;
        background: #00A4D8;
        bottom: 0;
        left: 0;
        position: absolute;
        opacity: 0; }
      @media only screen and (min-width: 769px) {
        .skincare .section-01 ul li a:hover::after {
          opacity: 1; }
        .skincare .section-01 ul li a:hover span::after {
          bottom: -5px; } }
  .skincare .section-01 ul span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #00A4D8;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 25px; }
    .skincare .section-01 ul span:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 5px;
      background: url("../img/skincare_2e_baby/arrow-under_skincare.png") no-repeat;
      background-size: 100%;
      transition: all .2s linear; }
.skincare .section-01 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #585858;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 13px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #585858;
  text-underline-position: under; }
.skincare .section-02 .section-cont {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
  background: linear-gradient(to top, rgba(169, 223, 247, 0.3) 0%, white);
  text-align: center;
  margin-bottom: 70px; }
.skincare .section-02 h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background-color: #C8E6E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px; }
.skincare .section-02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  display: block; }
.skincare .section-02 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 13px;
  padding-bottom: 7px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #525252; }
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .skincare .section-02 h3 {
      font-size: 4vw; } }
.skincare .section-02 .button {
  height: 50px;
  margin-top: 0; }
  .skincare .section-02 .button:hover {
    background: #00A4D8;
    color: #fff; }
    .skincare .section-02 .button:hover::after {
      background-image: url("../img/common/ico_arrow_right_white.svg"); }
.skincare .section-02 .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
.skincare .section-02.section-021 .button {
  width: 255px;
  margin: 0 20px; }
  .skincare .section-02.section-021 .button:nth-of-type(2) {
    width: 343px; }
.skincare .section-02.section-022 .button-container {
  margin: 32px auto;
  flex-flow: nowrap;
  justify-content: space-between; }
.skincare .section-02.section-022 .button {
  width: 195px; }
  .skincare .section-02.section-022 .button:nth-child(n+2) {
    margin-left: 16px; }
.skincare .section-02.section-023 .button {
  width: 224px;
  margin: 0 20px; }
  .skincare .section-02.section-023 .button:nth-of-type(2) {
    width: 328px; }
.skincare .section-02 .inner-details {
  margin: auto;
  max-width: 1000px;
  position: relative;
  padding: 28px 0 52px;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .skincare .section-02 .inner-details {
      width: 86.2069vw;
      padding: 2.41379vw 0 4.48276vw; } }
.skincare .section-02 .img-1 {
  max-width: 136px;
  padding-right: 71px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .skincare .section-02 .img-1 {
      width: 11.72414vw;
      padding-right: 6.12069vw; } }
.skincare .section-02 .img-2 {
  max-width: 272px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .skincare .section-02 .img-2 {
      width: 23.44828vw; } }
.skincare .section-02 .flex-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .skincare .section-02 .flex-cont {
      margin-top: 4.31034vw;
      margin-bottom: 4.31034vw; } }
.skincare .section-02 ul {
  margin-left: 42px; }
  .skincare .section-02 ul.ul-1 {
    width: 660px; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .skincare .section-02 ul.ul-1 {
        width: 56.89655vw; } }
  .skincare .section-02 ul.ul-2 {
    width: 645px; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .skincare .section-02 ul.ul-2 {
        width: 55.60345vw; } }
  .skincare .section-02 ul.ul-3 {
    width: 950px; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .skincare .section-02 ul.ul-3 {
        width: 81.89655vw; } }
  .skincare .section-02 ul li {
    position: relative;
    padding-left: 5px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.2; }
    .skincare .section-02 ul li::before {
      content: '■';
      position: absolute;
      top: 0;
      left: -1em;
      display: inline-block;
      height: 1em;
      width: 1em; }
.skincare .products-details-sec04 {
  margin-top: 25px;
  margin-bottom: 63px; }
.skincare .more-cont .inner .more-title span {
  min-width: 210px; }
.skincare .trial-cont a {
  display: block;
  transition: all .2s linear; }
  .skincare .trial-cont a:hover {
    opacity: .7; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .skincare:before, .skincare:after {
    content: none; }
  .skincare .section-kv {
    background-image: url("../img/skincare_2e/pic_banner_01_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px; }
    .skincare .section-kv::before {
      content: none; }
    .skincare .section-kv .inner-cont {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      height: 100%;
      padding: 0 20px; }
      .skincare .section-kv .inner-cont h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: normal;
        color: #525252;
        letter-spacing: 0.04em;
        line-height: 1; }
  .skincare .section-01 .tab-cont {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
    margin: 6px auto 25px; }
    .skincare .section-01 .tab-cont a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 17px;
      font-weight: bold;
      color: #00A4D8;
      letter-spacing: 0.04em;
      line-height: 1;
      background: #fff;
      border-bottom: 1px solid #00A4D8;
      height: 56px;
      font-weight: 500;
      padding-bottom: 0; }
      .skincare .section-01 .tab-cont a.sp-f {
        display: flex; }
      .skincare .section-01 .tab-cont a:after {
        opacity: 1;
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        left: auto;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/common/ico_plus.svg);
        background-color: transparent; }
      .skincare .section-01 .tab-cont a.active:after {
        background-image: url(../img/common/ico_minus.svg); }
      .skincare .section-01 .tab-cont a span:after {
        display: none; }
    .skincare .section-01 .tab-cont ul {
      border-bottom: transparent; }
    .skincare .section-01 .tab-cont li {
      width: 100%;
      text-align: left;
      padding-bottom: 0; }
      .skincare .section-01 .tab-cont li.active {
        display: none; }
        .skincare .section-01 .tab-cont li.active::after {
          content: none; }
        .skincare .section-01 .tab-cont li.active a {
          color: #00A4D8;
          text-align: left; }
      .skincare .section-01 .tab-cont li .section-02.js-skincareModal {
        display: none; }
        .skincare .section-01 .tab-cont li .section-02.js-skincareModal.active {
          display: block; }
      .skincare .section-01 .tab-cont li .section-02 .section-cont {
        width: 100%; }
        .skincare .section-01 .tab-cont li .section-02 .section-cont .inner-details .inner-details_title {
          font-size: 14px;
          color: #525252;
          font-weight: 400; }
          .skincare .section-01 .tab-cont li .section-02 .section-cont .inner-details .inner-details_title::after {
            background: none; }
        .skincare .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container {
          text-align: center; }
          .skincare .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container .button {
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #00A4D8;
            letter-spacing: 0.04em;
            line-height: 1;
            background: rgba(255, 255, 255, 0.8);
            border: 2px solid #00A4D8;
            border-radius: 5px;
            transition: all .2s linear;
            border-bottom: 2px solid #00A4D8; }
            .skincare .section-01 .tab-cont li .section-02 .section-cont .inner-details .button-container .button::after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              right: 20px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 7px;
              height: 13px;
              background-image: url(../img/common/ico_arrow_right.svg);
              background-size: 100% auto;
              opacity: 1; }
  .skincare .section-01 .inner-cont {
    margin: 18px auto 39px;
    padding: 0px 20px; }
  .skincare .section-01 h3 {
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.3; }
    .skincare .section-01 h3:last-child {
      margin: 10px auto 30px; }
  .skincare .section-02 {
    margin-top: 20px; }
    .skincare .section-02 .flex-cont {
      justify-content: center;
      padding: 0 10px;
      margin-top: 0;
      margin-bottom: 26px; }
    .skincare .section-02 .inner-details {
      padding: 26px 0 54px;
      margin-bottom: 29px; }
    .skincare .section-02 h5 {
      font-size: 16px;
      height: 40px; }
    .skincare .section-02 span {
      font-size: 14px; }
    .skincare .section-02 h3 {
      margin-top: 9px;
      font-size: 20px;
      line-height: 1.7; }
    .skincare .section-02 .text-container.sp h3 {
      line-height: 1.3;
      padding: 0;
      margin-top: 10px; }
    .skincare .section-02 .button-container {
      margin: 0 auto;
      padding: 13px 15px 0; }
    .skincare .section-02 .button {
      width: 100%;
      font-size: 14px;
      max-width: 325px; }
    .skincare .section-02.section-021 .img-1 {
      margin-top: 20px;
      padding: 0; }
    .skincare .section-02.section-021 .button {
      width: 100%;
      margin: auto;
      max-width: 325px; }
      .skincare .section-02.section-021 .button:nth-of-type(2) {
        margin: 20px auto 0;
        width: 100%; }
    .skincare .section-02 img {
      width: calc(100% - 20px); }
    .skincare .section-02.section-022 .button-container {
      flex-flow: row wrap;
      justify-content: center; }
    .skincare .section-02.section-022 .img-2 {
      margin-top: 32px; }
    .skincare .section-02.section-022 .button-container {
      margin: 0 auto; }
    .skincare .section-02.section-022 .button {
      width: 100%;
      max-width: 325px; }
      .skincare .section-02.section-022 .button:nth-child(n+1) {
        margin-left: 0; }
      .skincare .section-02.section-022 .button:nth-child(n+2) {
        margin-top: 20px; }
    .skincare .section-02.section-023 .button {
      margin: auto;
      width: 100%;
      max-width: 325px; }
      .skincare .section-02.section-023 .button:nth-of-type(2) {
        margin: 20px auto 0;
        width: 100%; }
    .skincare .section-02 ul {
      margin-left: calc(1em + 10px);
      margin-bottom: 8px; }
      .skincare .section-02 ul li {
        line-height: 2; }
        .skincare .section-02 ul li:not(:first-child) {
          margin-top: 20px; }
    .skincare .section-02 .section-cont {
      margin-bottom: 0;
      padding-top: 0; }
  .skincare .trial-cont {
    padding: 0 20px; }
  .skincare .more-cont .inner .column-cont {
    margin-top: 30px; }
    .skincare .more-cont .inner .column-cont .column-item {
      margin: auto; } }
.modal_medical {
  background: rgba(0, 0, 0, 0.6); }

.modal_medical h3.popuptitle {
  font-size: 30px; }

@media (max-width: 768px) {
  .modal_medical h3.popuptitle {
    font-size: 16px; } }
.modal_medical h3.popuptitle span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .modal_medical h3.popuptitle span {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px; } }
.modal_medical h3.popuptitle span:after {
  content: "";
  width: calc(100% - -20px);
  width: -moz-calc(100% - -20px);
  width: -webkit-calc(100% - -20px);
  width: -ms-calc(100% - -20px);
  width: -o-calc(100% - -20px);
  display: block;
  height: 2px;
  bottom: 0px;
  position: absolute;
  background: #94ccd9;
  left: -10px; }

@media (max-width: 768px) {
  .modal_medical h3.popuptitle span:after {
    height: 2px;
    width: calc(100% - -10px);
    width: -moz-calc(100% - -10px);
    width: -webkit-calc(100% - -10px);
    width: -ms-calc(100% - -10px);
    width: -o-calc(100% - -10px);
    left: -5px; } }
.modal_medical h4.popuptitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  margin-top: 15px; }

@media (max-width: 768px) {
  .modal_medical h4.popuptitle {
    font-size: 14px; } }
.modal_medical .modal-inner {
  background: #fff;
  height: auto;
  padding: 0; }

@media (min-width: 768px) {
  .modal_medical .modal-inner {
    max-width: 768px;
    width: 768px;
    min-width: 580px;
    border: solid 9px #94CCD7; } }
@media (max-width: 768px) {
  .modal_medical .modal-inner {
    padding: 5px;
    border: solid 6px #94ccd9; } }
.modal_medical .modal-content-box {
  background: #fff;
  color: #595757;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  text-align: center; }

@media (max-width: 768px) {
  .modal_medical .modal-content-box {
    padding-left: 30px;
    padding-right: 30px; } }
.modal_medical .modal-content-box p {
  color: #595757;
  letter-spacing: -0.5px;
  line-height: 2.5; }

@media (max-width: 768px) {
  .modal_medical .modal-content-box p {
    font-size: 11px;
    text-align: left; } }
.modal_medical .twobuttonpop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.modal_medical .twobuttonpop_ins {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.modal_medical .twobuttonpop_ins a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  width: 222px;
  background: #00A4D8;
  position: relative;
  position: relative; }

.modal_medical .twobuttonpop_ins a:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #94ccd9;
  border-right: 1px solid #94ccd9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 9px;
  height: 9px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background: transparent;
  border-top: 2px solid #94ccd9;
  border-right: 2px solid #94ccd9;
  transition: all .3s; }

@media (max-width: 768px) {
  .modal_medical .twobuttonpop_ins a {
    height: 36px;
    width: 111px;
    font-size: 12px;
    position: relative; }

  .modal_medical .twobuttonpop_ins a:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #94ccd9;
    border-right: 1px solid #94ccd9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 7px;
    height: 7px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: transparent;
    border-top: 1px solid #94ccd9;
    border-right: 1px solid #94ccd9;
    transition: all .3s; } }
.modal_medical .twobuttonpop_ins a:before {
  right: 10px; }

@media (max-width: 768px) {
  .modal_medical .twobuttonpop_ins a:before {
    right: 5px; } }
.modal_medical .twobuttonpop_ins a:hover {
  opacity: 0.8; }

.modal_medical .twobuttonpop_ins a span {
  font-size: 18px;
  font-weight: bold;
  color: #fff; }

@media (max-width: 768px) {
  .modal_medical .twobuttonpop_ins a span {
    font-size: 12px; } }
.modal_medical .twobuttonpop_ins a:first-child {
  margin-right: 35px; }

@media (max-width: 768px) {
  .modal_medical .twobuttonpop_ins a:first-child {
    margin-right: 15px; } }
/**************************************
new.scss
***************************************/
.new .new_banner2 {
  margin-bottom: 75px !important; }
.new .section-kv .inner-cont {
  margin: 70px auto 0; }
  .new .section-kv .inner-cont h2 {
    margin: 0 auto 22px;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.46; }
.new .more-cont .inner {
  margin-top: 65px; }
  .new .more-cont .inner .column-cont {
    border-bottom: 0; }
.new .link-section {
  margin-bottom: 72px; }
  .new .link-section .inner-cont {
    transition: all .2s linear; }
    .new .link-section .inner-cont:hover {
      opacity: .7; }

/******************************
contact sp
*******************************/
@media screen and (max-width: 768px) {
  .new .new_banner2 {
    margin-bottom: 40px !important; }
  .new .section-kv {
    height: 140px;
    background: white;
    background: linear-gradient(180deg, white 0%, rgba(217, 248, 250, 0.85584) 69%, #e8f5f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .new .section-kv .inner-cont {
      margin: 0 auto; }
      .new .section-kv .inner-cont h2 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-weight: normal;
        color: #525252;
        letter-spacing: 0.04em;
        line-height: 1;
        text-align: center;
        margin-top: 0; }
  .new .more-cont .inner {
    margin-top: 0; }
  .new .link-section {
    margin-bottom: 53px; } }
.external {
  margin-top: 10px; }

.external a {
  color: #E85298 !important;
  font-size: 15px !important;
  margin-right: 3px; }

.external img {
  width: 20px;
  height: 20px; }

.page-medical {
  width: 100%; }

.page-medical .news-pmedical--content dl dd p:first-of-type {
  width: 80%; }

.page-medical .headtitle {
  height: auto;
  padding-top: 30px; }

.page-medical .main_body {
  padding-top: 0;
  padding-bottom: 34px; }

@media (max-width: 768px) {
  .page-medical .main_body {
    padding-bottom: 0; }

  .page-medical .headtitle {
    padding-top: 35px; } }
.page-medical .pagetitle {
  margin-bottom: 17px; }
  .page-medical .pagetitle img {
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 768px) {
  .page-medical .pagetitle {
    margin-bottom: 20px; } }
.page-medical .link_active a {
  color: #D7D4D3;
  pointer-events: none; }

.page-medical .tit-medical {
  max-width: 116px;
  margin: 0 auto; }

.page-medical .tit-medical h2 {
  font-size: inherit; }

@media (max-width: 768px) {
  .page-medical .tit-medical h2 img {
    height: 20px;
    width: auto; } }
.page-medical .news {
  margin-top: 30px;
  margin-bottom: 48px;
  padding: 30px 0; }

.page-medical .news .flexbox {
  margin-top: 25px;
  align-items: flex-start; }

@media (max-width: 768px) {
  .page-medical .news {
    padding: 15px 0;
    margin-bottom: 25px; }

  .page-medical .news .flexbox {
    margin-top: 15px; } }
.page-medical .news dl {
  padding: 23px 0 16px; }

@media (min-width: 960px) {
  .page-medical .news dl {
    width: 390px;
    max-width: 390px;
    min-height: 139px; } }
.page-medical .news dl a {
  word-break: break-all;
  word-wrap: break-word;
  display: block; }

@media (min-width: 960px) {
  .page-medical .news dl a {
    width: 390px; } }
@media (max-width: 768px) {
  .page-medical .news dl a {
    font-size: 13px;
    line-height: 1.8; } }
.page-medical .news dl dt {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .page-medical .news dl dt.date {
    font-size: 15px; }

  .page-medical .news dl dt.date span {
    font-size: 11px;
    top: -2px;
    position: relative; } }
.page-medical .news dl dt span {
  display: block;
  background: none;
  padding: 0;
  margin-left: 0; }

@media (max-width: 768px) {
  .page-medical .news dl dt span img {
    height: 16px; } }
@media (max-width: 768px) {
  .page-medical .news dl {
    padding: 25px 0;
    min-height: auto; }

  .page-medical .news dl:nth-child(4) {
    display: block; } }
.page-medical .news .text_right {
  margin-top: 5px;
  font-size: 15px; }

@media (max-width: 768px) {
  .page-medical .news .text_right {
    font-size: 13px;
    margin-top: 0; } }
@media (max-width: 1000px) {
  .page-medical .btnbutton {
    padding: 0 100px; } }
@media (max-width: 850px) {
  .page-medical .btnbutton {
    padding: 0 50px; } }
@media (max-width: 640px) {
  .page-medical .btnbutton {
    padding: 0; } }
.page-medical .btnbutton .btn_normal {
  border-radius: 0;
  font-size: 18px;
  margin-top: 20px;
  max-width: 325px; }

.page-medical .btnbutton .btn_normal:first-child {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .page-medical .btnbutton .btn_normal:nth-child(2) {
    margin-top: 0 !important; }

  .page-medical .btnbutton .btn_normal.dissp {
    display: none !important; } }
.page-medical .btnbutton .btn_normal:hover {
  opacity: 0.7; }

.page-medical .btnbutton .btn_normal:after {
  right: 13px; }

@media (max-width: 768px) {
  .page-medical .btnbutton .btn_normal {
    margin-top: 15px !important;
    height: 60px; }

  .page-medical .btnbutton .btn_normal:first-child {
    margin-top: 0 !important; }

  .page-medical .btnbutton .btn_normal.dispc {
    display: none !important; } }
.page-medical .apink {
  margin-top: 42px; }

.page-medical .banner-pmedical {
  height: 100px;
  padding: 35px 0;
  margin-bottom: 43px;
  margin-top: 9px; }

@media (max-width: 960px) {
  .page-medical .banner-pmedical {
    margin-top: 0;
    height: 85px;
    margin-bottom: 10px; } }
@media (max-width: 960px) {
  .page-medical .banner-pmedical.publication--tit {
    padding: 20px 0; }

  .page-medical .banner-pmedical.publication--tit img {
    height: 42px; } }
.page-medical .banner-pmedical h1 img {
  margin: 0 auto;
  width: auto; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical h1 img {
    height: 21px;
    width: auto; } }
.page-medical .news-pmedical .container {
  max-width: 660px;
  padding: 0; }

@media (max-width: 768px) {
  .page-medical .news-pmedical .container {
    padding: 0 25px; } }
.page-medical .news-pmedical--content dl:first-child {
  padding-top: 0;
  padding-bottom: 5px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl:first-child {
    padding-bottom: 0; } }
.page-medical .news-pmedical--content dl:first-child p {
  font-weight: bold;
  font-size: 14px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl:first-child p {
    font-size: 12px; } }
.page-medical .news-pmedical--content dl {
  padding: 20px 0;
  border-bottom: 0;
  background: url("../../medical/images/dot.jpg") no-repeat left bottom;
  background-size: 100%; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl {
    padding: 8px 0; } }
.page-medical .news-pmedical--content dl dt {
  font-size: 16px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dt {
    font-size: 12px; } }
.page-medical .news-pmedical--content dl dt .tit {
  font-size: 12px;
  border: 1px solid #595757;
  padding: 2px 7px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dt .tit {
    padding: 2px 4px; } }
.page-medical .news-pmedical--content dl dt.date {
  font-size: 14px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dt.date {
    font-size: 12px; } }
.page-medical .news-pmedical--content dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.page-medical .news-pmedical--content dl dd a {
  font-size: 18px;
  color: #8EC6D3;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 1.5; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd a {
    font-size: 14px; } }
.page-medical .news-pmedical--content dl dd a:hover {
  text-decoration: none; }

.page-medical .news-pmedical--content dl dd p {
  font-size: 16px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd p {
    font-size: 13px; } }
.page-medical .news-pmedical--content dl dd .detail-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  margin-right: 0;
  padding-right: 18px;
  top: -5px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .detail-link {
    min-width: 50px;
    padding-right: 2px;
    top: 0; } }
.page-medical .news-pmedical--content dl dd .detail-link:hover {
  text-decoration: none; }

.page-medical .news-pmedical--content dl dd .detail-link:after {
  margin-right: 0;
  right: 5px;
  margin-top: -13px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .detail-link:after {
    right: 0; } }
.page-medical .news-pmedical--content dl dd .detail-link a {
  font-size: 14px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .detail-link a {
    font-size: 13px;
    padding-right: 15px; } }
.page-medical .news-pmedical--content dl dd .detail-link a:hover {
  color: #8EC6D3; }

.page-medical .news-pmedical--content dl dd .cmedical-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-medical .news-pmedical--content dl dd .clink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .clink:not(.link_external) {
    position: absolute;
    right: 0;
    top: -17px; }

  .page-medical .news-pmedical--content dl dd .clink:not(.link_external) a {
    margin: 0 !important; }

  .page-medical .news-pmedical--content dl dd .clink:not(.link_external) a img {
    height: 16px; } }
.page-medical .news-pmedical--content dl dd .clink a {
  position: relative; }

.page-medical .news-pmedical--content dl dd .clink a:after {
  content: "" !important; }

.page-medical .news-pmedical--content dl dd .link_external {
  width: 100%;
  margin-top: 20px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .link_external {
    margin-top: 10px; } }
.page-medical .news-pmedical--content dl dd .link_external a {
  color: #8EC6D3 !important;
  font-size: 18px;
  display: block; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--content dl dd .link_external a {
    font-size: 16px; } }
.page-medical .news-pmedical--tab {
  margin-top: 32px;
  margin-bottom: 70px; }

.page-medical .news-pmedical--tab ul li {
  font-size: 16px;
  padding-left: 3%; }

.page-medical .news-pmedical--tab ul li:after {
  margin-right: -18px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--tab {
    margin-top: 20px;
    margin-bottom: 30px; }

  .page-medical .news-pmedical--tab ul li {
    font-size: 12px;
    width: 20%; }

  .page-medical .news-pmedical--tab ul li:after {
    margin-right: 25%;
    height: 12px; } }
.page-medical .banner-pmedical-c5 {
  margin: 45px 0 37px 0; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical-c5 {
    margin: 30px 0 25px; } }
.page-medical .banner-pmedical-c5 .container {
  max-width: 700px !important; }

.page-medical .banner-pmedical-c5 h3 {
  font-size: 16px;
  color: #8EC6D3;
  font-weight: bold;
  line-height: 1.7; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical-c5 h3 {
    font-size: 12px; } }
.page-medical .banner-pmedical-c5 h3 span {
  font-size: 36px;
  color: #595757;
  font-weight: bold;
  display: block; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical-c5 h3 span {
    font-size: 28px;
    margin-left: 0;
    line-height: 1.5; } }
.page-medical .banner-pmedical-c5 h3 span.spe {
  text-indent: -23px; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical-c5 h3 span.spe {
    text-indent: -15px; } }
.page-medical .banner-pmedical-c5 img {
  margin: 10px 0 20px 0; }

.page-medical .banner-pmedical-c5 p {
  font-size: 16px;
  line-height: 1.7; }

@media (max-width: 768px) {
  .page-medical .banner-pmedical-c5 p {
    font-size: 16px; } }
.page-medical .news-pmedical-c5 .container {
  max-width: 700px !important; }

.page-medical .news-pmedical-c5--content dl {
  border-bottom: 2px solid #8EC6D3;
  padding: 30px 0 38px;
  background: none; }

.page-medical .news-pmedical-c5--content dl:first-child {
  padding: 12px 0 !important; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl {
    padding: 18px 0 27px !important; }

  .page-medical .news-pmedical-c5--content dl:first-child {
    padding: 10px 0 !important; } }
.page-medical .news-pmedical-c5--content dl:first-child {
  border-top: 2px solid #8EC6D3; }

.page-medical .news-pmedical-c5--content dl:first-child dt .ctitle {
  margin-bottom: 0; }

.page-medical .news-pmedical-c5--content dl dd {
  margin-top: 17px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dd {
    margin-top: 10px; } }
.page-medical .news-pmedical-c5--content dl dd p {
  line-height: 2; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dd p {
    line-height: 1.75; } }
.page-medical .news-pmedical-c5--content dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.page-medical .news-pmedical-c5--content dl dt .ctitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #009ED2;
  width: 77px;
  text-align: center;
  margin-right: 15px;
  color: #fff; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dt .ctitle {
    width: 55px;
    height: auto;
    max-height: 55px;
    margin-right: 10px; } }
.page-medical .news-pmedical-c5--content dl dt .ctitle span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dt .ctitle span {
    font-size: 13px; } }
.page-medical .news-pmedical-c5--content dl dt .ccontent p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dt .ccontent p {
    font-size: 13px; } }
.page-medical .news-pmedical-c5--content dl dt .ccontent p span {
  font-size: 14px;
  line-height: 1; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dt .ccontent p span {
    font-size: 10px;
    text-indent: -7px;
    display: inline-block; } }
.page-medical .news-pmedical-c5--content dl dt .ccontent h2 {
  font-size: 23px;
  color: #8EC6D3;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1;
  position: relative;
  top: 5px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dt .ccontent h2 {
    font-size: 19px;
    top: 0;
    margin-bottom: 3px; } }
.page-medical .news-pmedical-c5--content dl dt .bluetit {
  background: #8EC6D3; }

.page-medical .news-pmedical-c5--content dl dd p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 14px; }

@media (max-width: 768px) {
  .page-medical .news-pmedical-c5--content dl dd p {
    font-size: 13px; } }
.page-medical .medical_child {
  margin-top: 65px; }

@media (max-width: 768px) {
  .page-medical .medical_child {
    margin-top: 40px; } }
.page-medical .btn-return {
  margin-top: 0; }

@media (max-width: 768px) {
  .page-medical .btn-return {
    margin-top: 50px; } }
.page-medical .btn-return a {
  width: 300px;
  height: 70px;
  display: block;
  padding: 0;
  margin: 0 auto;
  line-height: 70px; }

@media (max-width: 768px) {
  .page-medical .btn-return a {
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-size: 13px; }

  .page-medical .btn-return a:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    left: 3px;
    margin-left: 0; } }
@media (max-width: 768px) {
  .page-medical .publication-index dl dd p {
    width: 100% !important; } }
.page-medical .meeting--index dl dd p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%; }

@media (max-width: 768px) {
  .page-medical .meeting--index dl dd p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; } }
@media (max-width: 768px) {
  .page-medical .meeting--index dl dd .detail-link a {
    padding-right: 15px; } }
.page-medical .article--index {
  margin-bottom: 70px; }

@media (max-width: 768px) {
  .page-medical .article--index {
    margin-bottom: 30px; }

  .page-medical .article--index dl dd p {
    width: 100% !important; } }
.page-medical .article--index dl:first-child {
  padding-bottom: 25px; }

.page-medical .stepup-index {
  margin-bottom: 70px; }

@media (max-width: 768px) {
  .page-medical .stepup-index {
    margin-bottom: 30px; } }
.page-medical .stepup-index dl:first-child {
  padding-bottom: 30px; }

@media (max-width: 768px) {
  .page-medical .stepup-index dl:first-child {
    padding: 16px 0; } }
.page-medical .stepup-index dl:first-child p {
  font-weight: normal;
  line-height: 1.6; }

.page-medical .stepup-index dl {
  padding: 30px 0 30px; }

@media (max-width: 768px) {
  .page-medical .stepup-index dl {
    padding: 20px 0; } }
.page-medical .stepup-index dl .cmedical-content {
  margin: 12px 0 8px; }

@media (max-width: 768px) {
  .page-medical .stepup-index dl .cmedical-content {
    margin-top: 8px;
    margin-bottom: 5px; }

  .page-medical .stepup-index dl .cmedical-content a {
    font-size: 15px; } }
.page-medical .stepup-index dl p {
  width: 100%; }

@media (max-width: 768px) {
  .page-medical .stepup-index dl p {
    width: 100% !important; } }
.page-medical .stepup-index dd .clink {
  margin-top: -4px; }

.page-medical .stepup-index dd p {
  line-height: 1.6; }

.page-medical .stepup-index .cmedical-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.page-medical .stepup-index .cmedical-content a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0; }

.page-medical .stepup-index .cmedical-content a:last-child {
  margin-right: 0 !important; }

@media (max-width: 768px) {
  .page-medical .stepup-index .cmedical-content a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.page-medical .stepup-index .link_external {
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.page-medical .stepup-index .link_external a {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-right: 0 !important;
  padding-right: 35px; }

@media (max-width: 768px) {
  .page-medical .stepup-index .link_external a {
    padding-right: 25px; } }
.page-medical .stepup-index .link_external a:after {
  position: absolute;
  content: '';
  background: url(../medical/images/iconpdf.png) no-repeat center right;
  background-size: 100%;
  width: 24px;
  height: 24px;
  right: 2px;
  top: -2px; }

@media (max-width: 768px) {
  .page-medical .stepup-index .link_external a:after {
    width: 16px;
    height: 16px;
    top: 2px; } }
.fixie .page-medical .stepup-index .link_external {
  display: inline-table; }

.fixie .page-medical .news-pmedical--content dl dt .tit {
  padding-top: 6px; }

.fixie .page-medical .btnbutton .btn_normal {
  padding-top: 5px; }

.fixie .page-medical .news-pmedical--tab ul li:after {
  top: -4px; }

@media (max-width: 768px) {
  .ios.page-medical .news-pmedical--tab ul li:after {
    margin-right: 15%; } }
.article--index dl dd a:hover {
  text-decoration: none !important; }

.publication-index dl dd a:hover {
  text-decoration: none !important; }

.publicationa dl dd a:hover {
  text-decoration: none !important; }

.page-medical .news-pmedical--tab ul {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

@media (max-width: 768px) {
  .page-medical .news-pmedical--tab ul {
    justify-content: flex-start !important;
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  .page-medical footer {
    margin-top: 52px; } }
.secondpage .breadcrumb .btnstore {
  margin: 0 0 0 auto; }

/*# sourceMappingURL=medical.css.map */
.plan_icon {
  margin-bottom: 6px; }

.sticky-cont {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .sticky-cont.onView {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
  .sticky-cont.onClose {
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
  .sticky-cont .sticky-cont-inner {
    position: relative; }
    .sticky-cont .sticky-cont-inner .sticky-cont-close {
      position: absolute;
      z-index: 2;
      top: -12px;
      left: -12px;
      width: 25px;
      height: 25px;
      background-color: #00A4D8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .2s linear; }
      .sticky-cont .sticky-cont-inner .sticky-cont-close:hover {
        opacity: .7; }
      .sticky-cont .sticky-cont-inner .sticky-cont-close img {
        max-width: 12px; }
    .sticky-cont .sticky-cont-inner .sticky-cont-anchor {
      display: block;
      max-width: 285px;
      transition: all .2s linear; }
      .sticky-cont .sticky-cont-inner .sticky-cont-anchor:hover {
        opacity: .7; }

@media screen and (max-width: 768px) {
  .sticky-cont {
    padding: 0 20px;
    margin: auto;
    left: 0;
    right: 0; }
    .sticky-cont .sticky-cont-inner .sticky-cont-close {
      width: 29px;
      height: 29px;
      top: -15px;
      left: -15px; }
      .sticky-cont .sticky-cont-inner .sticky-cont-close img {
        max-width: 14px; }
    .sticky-cont .sticky-cont-inner .sticky-cont-anchor {
      max-width: 100%; } }
/**************************************
  2021年12月より加えられた修正
***************************************/
.home .section-01 .top-kv {
  width: 1160px; }
  .home .section-01 .top-kv .swiper-wrapper {
    margin-top: 90px; }
    .home .section-01 .top-kv .swiper-wrapper .swiper-slide {
      height: auto; }
  .home .section-01 .top-kv .swiper-pagination {
    display: block;
    top: 15px;
    bottom: auto; }
    .home .section-01 .top-kv .swiper-pagination .swiper-pagination-bullet-active {
      background: #8ACBD1; }
  .home .section-01 .top-kv .swiper-button-next,
  .home .section-01 .top-kv .swiper-button-prev {
    top: 45%;
    display: none; }
.home .section-01 .campaigns {
  padding-top: 70px;
  padding-bottom: 60px; }
  .home .section-01 .campaigns h2 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center; }
  .home .section-01 .campaigns h3 {
    padding-top: 20px;
    display: block;
    font-size: 18px;
    font-weight: 500; }

.xylitol * {
  box-sizing: border-box; }
.xylitol main {
  padding-bottom: 34px; }
  .xylitol main .breadcrumbs-cont + .kv-sec.pc {
    margin-top: 65px; }
  .xylitol main .xylitol-01 .inner, .xylitol main .xylitol-02 .inner, .xylitol main .xylitol-03 .inner, .xylitol main .xylitol-04 .inner {
    max-width: 1160px;
    width: 95%;
    margin: auto; }
  .xylitol main .xylitol-01 .text-top {
    font-size: 38px;
    letter-spacing: .1em;
    margin-top: 60px; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-01 .text-top {
        font-size: 3.27586vw;
        margin-top: 5.17241vw; } }
  .xylitol main .xylitol-01 h1 {
    margin-top: 20px;
    font-size: 61px;
    color: #00A4D8;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.35; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-01 h1 {
        font-size: 5.25862vw;
        margin-top: 1.72414vw; } }
    .xylitol main .xylitol-01 h1 .text-small {
      font-size: 36%;
      vertical-align: top;
      margin-top: 8px;
      display: inline-block; }
  .xylitol main .xylitol-01 .xylitol-about {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-01 .xylitol-about {
        margin-top: 2.58621vw; } }
    .xylitol main .xylitol-01 .xylitol-about .subtitle {
      color: #00A4D8;
      font-size: 34px;
      letter-spacing: 0.1em;
      font-weight: 500; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .xylitol main .xylitol-01 .xylitol-about .subtitle {
          font-size: 2.93103vw; } }
    .xylitol main .xylitol-01 .xylitol-about .text {
      width: 48%; }
      .xylitol main .xylitol-01 .xylitol-about .text > p {
        font-size: 23px;
        line-height: 1.8;
        letter-spacing: 0.15em;
        margin-top: 20px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-01 .xylitol-about .text > p {
            font-size: 1.98276vw; } }
    .xylitol main .xylitol-01 .xylitol-about figure {
      width: 48%;
      margin-top: -58px; }
  .xylitol main .xylitol-01 .xylitol-info {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    justify-content: flex-end;
    align-items: center; }
    .xylitol main .xylitol-01 .xylitol-info figure {
      width: 200px; }
    .xylitol main .xylitol-01 .xylitol-info .text {
      line-height: 1.7;
      margin-left: 40px; }
      .xylitol main .xylitol-01 .xylitol-info .text h3 {
        font-size: 24px;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-01 .xylitol-info .text h3 {
            font-size: 2.06897vw; } }
      .xylitol main .xylitol-01 .xylitol-info .text p {
        font-size: 17px;
        margin-top: 10px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-01 .xylitol-info .text p {
            font-size: 1.46552vw; } }
  .xylitol main .xylitol-01 .xylitol-note {
    margin-top: 20px;
    line-height: 1.6; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-01 .xylitol-note {
        font-size: 1.2069vw; } }
  .xylitol main .xylitol-03 h2, .xylitol main .xylitol-04 h2 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.11em;
    text-align: center;
    line-height: 1.25; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-03 h2, .xylitol main .xylitol-04 h2 {
        font-size: 2.41379vw; } }
  .xylitol main .xylitol-03 .inner {
    border-radius: 6px;
    background: #E5F2F2;
    margin-top: 60px;
    padding: 15px 50px 40px; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-03 .inner {
        padding: 1.2931vw 4.31034vw 3.44828vw; } }
  .xylitol main .xylitol-03 h2 {
    margin-bottom: 20px;
    color: #00A4D8; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .xylitol main .xylitol-03 h2 {
        margin-bottom: 1.72414vw; } }
    .xylitol main .xylitol-03 h2 > span img {
      width: 230px;
      height: auto;
      margin-top: -60px; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .xylitol main .xylitol-03 h2 > span img {
          width: 19.82759vw;
          margin-top: -5.17241vw; } }
  .xylitol main .xylitol-03 .clm3 {
    display: flex;
    justify-content: space-between; }
    .xylitol main .xylitol-03 .clm3 .column {
      width: 31%;
      display: flex;
      flex-direction: column; }
      .xylitol main .xylitol-03 .clm3 .column .question {
        background: #00A4D8;
        border-radius: 4px;
        color: #fff;
        padding: 18px 20px 20px 80px;
        position: relative;
        z-index: 5;
        font-size: 20px;
        font-weight: 500;
        box-shadow: 4px 4px 4px #231F2030;
        margin-left: -10px;
        margin-right: 10px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-03 .clm3 .column .question {
            padding: 1.55172vw 1.72414vw 1.72414vw 6.46552vw;
            font-size: 1.63793vw; } }
        .xylitol main .xylitol-03 .clm3 .column .question::before {
          content: "";
          position: absolute;
          height: 30px;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
        .xylitol main .xylitol-03 .clm3 .column .question::after {
          content: "";
          background: url(../img/xylitol/pic_img04.svg) no-repeat center bottom/cover;
          position: absolute;
          width: 50px;
          height: 30px;
          bottom: -22px;
          left: 30px; }
          @media only screen and (min-width: 769px) and (max-width: 1160px) {
            .xylitol main .xylitol-03 .clm3 .column .question::after {
              width: 4.31034vw;
              height: 2.58621vw;
              bottom: -1.89655vw; } }
        .xylitol main .xylitol-03 .clm3 .column .question .txt-small {
          font-size: 75%; }
        .xylitol main .xylitol-03 .clm3 .column .question .txt-normal {
          line-height: 1.5; }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(1) .question::before {
        background: url(../img/xylitol/ico_q1.png) no-repeat center bottom/cover;
        width: 36px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-03 .clm3 .column:nth-child(1) .question::before {
            width: 3.10345vw;
            background-size: contain; } }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(2) .question::before {
        background: url(../img/xylitol/ico_q2.png) no-repeat center bottom/cover;
        width: 46px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-03 .clm3 .column:nth-child(2) .question::before {
            width: 3.96552vw;
            background-size: contain; } }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(3) .question::before {
        background: url(../img/xylitol/ico_q3.png) no-repeat center bottom/cover;
        width: 44px; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-03 .clm3 .column:nth-child(3) .question::before {
            width: 3.7931vw;
            background-size: contain; } }
      .xylitol main .xylitol-03 .clm3 .column .answer {
        background: #fff;
        border-radius: 4px;
        padding: 40px 30px 30px;
        font-size: 18px;
        margin-left: 10px;
        margin-right: -10px;
        line-height: 1.5;
        text-align: center;
        position: relative;
        margin-top: -10px;
        z-index: 3; }
        @media only screen and (min-width: 769px) and (max-width: 1160px) {
          .xylitol main .xylitol-03 .clm3 .column .answer {
            padding: 3.44828vw 2.32759vw 2.58621vw;
            font-size: 1.55172vw; } }
        .xylitol main .xylitol-03 .clm3 .column .answer .txt-centered {
          position: relative;
          top: calc(50% - 30px);
          transform: translateY(-50%); }
        .xylitol main .xylitol-03 .clm3 .column .answer .icon-a {
          width: 36px;
          height: 30px;
          vertical-align: bottom;
          transform: translateY(-4px);
          margin-left: 4px; }
          @media only screen and (min-width: 769px) and (max-width: 1160px) {
            .xylitol main .xylitol-03 .clm3 .column .answer .icon-a {
              width: 3.10345vw;
              height: 2.58621vw; } }
        .xylitol main .xylitol-03 .clm3 .column .answer.biggest {
          padding-top: 40px;
          padding-bottom: 32px;
          line-height: 1.8; }
  .xylitol main .xylitol-04 {
    padding-top: 60px; }
    .xylitol main .xylitol-04 .inner {
      border: 2px solid #00A4D8;
      padding-top: 0; }
    .xylitol main .xylitol-04 h2 {
      background: #00A4D8;
      color: #fff;
      line-height: 2; }
    .xylitol main .xylitol-04 .text {
      font-size: 18px;
      line-height: 1.5;
      margin: 40px 40px 0;
      text-align: center; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .xylitol main .xylitol-04 .text {
          margin: 3.44828vw 3.44828vw 0;
          font-size: 1.55172vw; } }
      .xylitol main .xylitol-04 .text p + p {
        margin-top: 10px; }
      .xylitol main .xylitol-04 .text .font-bigger {
        font-size: 120%; }
    .xylitol main .xylitol-04 .figure-box {
      display: flex;
      margin: 0 140px 40px;
      justify-content: space-between; }
      @media only screen and (min-width: 769px) and (max-width: 1160px) {
        .xylitol main .xylitol-04 .figure-box {
          margin: 0 12.06897vw 3.44828vw; } }
      .xylitol main .xylitol-04 .figure-box figure + figure {
        margin-left: 40px; }
      .xylitol main .xylitol-04 .figure-box figure:not(:last-of-type) {
        margin-right: 40px; }
.xylitol span {
  font-weight: inherit; }
.xylitol .color-blue {
  color: #00A4D8;
  font-weight: 500; }

.modal-cont.modal-cont-shop .product-data {
  margin-left: 20px;
  margin-right: 20px; }
.modal-cont.modal-cont-shop .product-data li.pc:first-child, .modal-cont.modal-cont-shop .product-data li.pc:nth-child(2) {
  margin: 0 60px;
  max-width: 50%;
  width: 100%; }
  .modal-cont.modal-cont-shop .product-data li.pc:first-child .figure-logo, .modal-cont.modal-cont-shop .product-data li.pc:nth-child(2) .figure-logo {
    max-height: 90px; }
.modal-cont.modal-cont-shop .product-data li.pc:first-child .figure-logo {
  max-width: 77px;
  width: 100%; }
.modal-cont.modal-cont-shop .product-data li.pc:nth-child(2) .figure-logo {
  max-width: 100px; }
.modal-cont.modal-cont-shop .product-data li.pc .column figure.full-h img {
  height: 100%;
  width: auto; }
.modal-cont.modal-cont-shop .product-data li.pc .column figure.matchit {
  display: flex;
  align-items: flex-end;
  height: 140px; }
.modal-cont.modal-cont-shop .product-top-wrap {
  display: flex;
  height: 140px;
  justify-content: space-between; }
  .modal-cont.modal-cont-shop .product-top-wrap > .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .modal-cont.modal-cont-shop .product-top-wrap > .column .row {
      display: flex; }
      .modal-cont.modal-cont-shop .product-top-wrap > .column .row p {
        line-height: 1.5;
        max-width: 70%; }
      .modal-cont.modal-cont-shop .product-top-wrap > .column .row figure {
        margin-right: 20px; }
      .modal-cont.modal-cont-shop .product-top-wrap > .column .row .btn {
        width: 270px;
        height: 50px;
        border: 2px solid #00A4D8;
        border-radius: 3px;
        box-sizing: border-box;
        transition: all .2s linear;
        padding: 4px 4px 8px;
        text-align: center;
        background: #fff; }
        .modal-cont.modal-cont-shop .product-top-wrap > .column .row .btn:hover {
          opacity: .7; }
        .modal-cont.modal-cont-shop .product-top-wrap > .column .row .btn img {
          height: 100%;
          width: auto; }
      .modal-cont.modal-cont-shop .product-top-wrap > .column .row:last-child {
        margin-top: auto; }
    .modal-cont.modal-cont-shop .product-top-wrap > .column:nth-child(1) {
      width: calc(67% - 10px); }
    .modal-cont.modal-cont-shop .product-top-wrap > .column:nth-child(2) {
      width: calc(32% - 10px); }
.modal-cont.modal-cont-shop .product-bottom-wrap {
  margin-top: 50px; }
  .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link {
    margin-top: 20px;
    display: flex; }
    .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link li {
      width: calc(25% - 6px * 3 / 4);
      background: #F7F7F7;
      border-radius: 4px; }
      .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link li a {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16%;
        transition: all .2s linear; }
        .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link li a:hover {
          background: #efefef; }
      .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link li:first-child {
        margin-right: 0; }
      .modal-cont.modal-cont-shop .product-bottom-wrap .shop-link li + li {
        margin-left: 6px; }

@media screen and (min-width: 769px) {
  header .header-container .column nav .main-menu li .submenu .list-data.clm4 li {
    width: calc(25% - (18px * 3 / 4)); }
    header .header-container .column nav .main-menu li .submenu .list-data.clm4 li .about-item .details h2 {
      font-size: 18px;
      display: block; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1000px) {
      header .header-container .column nav .main-menu li .submenu .list-data.clm4 li .about-item .details h2 {
        font-size: 1.8vw; } }
@media screen and (min-width: 769px) {
      header .header-container .column nav .main-menu li .submenu .list-data.clm4 li .about-item .details h2::after {
        transform: translateY(2px);
        margin-left: 6px; }
    header .header-container .column nav .main-menu li .submenu .list-data.clm4 li:not(:last-child) {
      margin-right: 18px; } }

footer .sns-cont .sns-cont-list .sns-cont-item + .sns-cont-item {
  border-left: none; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .home .section-01 .top-kv {
    width: auto;
    height: auto; }
    .home .section-01 .top-kv .swiper-wrapper {
      height: auto; }
  .home .section-01 .campaigns .swiper-slide .caption {
    padding: 0 20px; }
  .home .section-01 .campaigns .swiper-slide h3 {
    font-size: 15px; }
  .home .section-01 .campaigns .swiper-slide p {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.02em; }
  .home .section-01 .campaigns h2 {
    font-size: 28px; }

  .modal-cont.modal-cont-shop .modal-inner .product-data {
    margin-left: 0;
    margin-right: 0; }
    .modal-cont.modal-cont-shop .modal-inner .product-data li .btn {
      width: 270px;
      height: 50px;
      border: 2px solid #00A4D8;
      border-radius: 3px;
      box-sizing: border-box;
      transition: all .2s linear;
      padding: 4px 4px 8px;
      text-align: center;
      background: #fff; }
      .modal-cont.modal-cont-shop .modal-inner .product-data li .btn:hover {
        opacity: .7; }
      .modal-cont.modal-cont-shop .modal-inner .product-data li .btn img {
        height: 100%;
        width: auto; }
    .modal-cont.modal-cont-shop .modal-inner .product-data li:nth-of-type(3) .figure-logo {
      max-width: 78px; }
    .modal-cont.modal-cont-shop .modal-inner .product-data .product-bottom-wrap {
      margin-top: 30px; }
      .modal-cont.modal-cont-shop .modal-inner .product-data .product-bottom-wrap .shop-link {
        flex-wrap: wrap; }
        .modal-cont.modal-cont-shop .modal-inner .product-data .product-bottom-wrap .shop-link li {
          margin-top: 0;
          width: calc(50% - 4px) !important;
          margin-bottom: 8px; }
          .modal-cont.modal-cont-shop .modal-inner .product-data .product-bottom-wrap .shop-link li:nth-child(odd) {
            margin-left: 0; }
          .modal-cont.modal-cont-shop .modal-inner .product-data .product-bottom-wrap .shop-link li img {
            max-width: 150px; }

  .xylitol main .xylitol-01, .xylitol main .xylitol-02, .xylitol main .xylitol-03, .xylitol main .xylitol-04, .xylitol main .xylitol-05 {
    background: #E5F2F2; }
    .xylitol main .xylitol-01 .inner, .xylitol main .xylitol-02 .inner, .xylitol main .xylitol-03 .inner, .xylitol main .xylitol-04 .inner, .xylitol main .xylitol-05 .inner {
      width: calc(100% - 40px); }
  .xylitol main .xylitol-01 .text-top {
    font-size: 17px;
    margin-top: 30px;
    text-align: center; }
  .xylitol main .xylitol-01 h1 {
    font-size: 24px;
    text-align: center; }
    .xylitol main .xylitol-01 h1 .text-small {
      margin-top: 2px;
      font-size: 45%; }
  .xylitol main .xylitol-01 .xylitol-about {
    flex-direction: column;
    margin-top: 15px; }
    .xylitol main .xylitol-01 .xylitol-about .text, .xylitol main .xylitol-01 .xylitol-about figure {
      width: 100%; }
    .xylitol main .xylitol-01 .xylitol-about .subtitle {
      font-size: 20px;
      text-align: center; }
    .xylitol main .xylitol-01 .xylitol-about .text p {
      font-size: 14px;
      font-weight: normal;
      margin-top: 16px;
      text-align: center; }
    .xylitol main .xylitol-01 .xylitol-about figure {
      margin-top: 25px; }
  .xylitol main .xylitol-01 .xylitol-info {
    margin-top: 40px;
    flex-direction: column-reverse;
    text-align: center;
    align-items: stretch; }
    .xylitol main .xylitol-01 .xylitol-info .text {
      margin-left: 0;
      background: #fff;
      padding: 20px; }
      .xylitol main .xylitol-01 .xylitol-info .text p {
        font-size: 14px;
        margin-top: 5px; }
      .xylitol main .xylitol-01 .xylitol-info .text h3 {
        font-size: 22px; }
    .xylitol main .xylitol-01 .xylitol-info figure {
      width: auto; }
  .xylitol main .xylitol-01 .xylitol-note {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
    text-indent: -1em;
    margin-left: 1em; }
  .xylitol main .xylitol-03 .inner {
    padding: 60px 30px 30px;
    margin-top: 0;
    text-align: center; }
  .xylitol main .xylitol-03 h2 {
    font-size: 18px; }
    .xylitol main .xylitol-03 h2 > span {
      margin-left: 0; }
      .xylitol main .xylitol-03 h2 > span .linebreak {
        display: block;
        margin-top: 5px;
        font-size: 150%; }
      .xylitol main .xylitol-03 h2 > span img {
        width: 100px;
        margin: auto;
        display: block; }
  .xylitol main .xylitol-03 .clm3 {
    flex-direction: column; }
    .xylitol main .xylitol-03 .clm3 .column {
      width: calc(100% - 20px); }
      .xylitol main .xylitol-03 .clm3 .column + .column {
        margin-top: 30px; }
      .xylitol main .xylitol-03 .clm3 .column .question {
        font-size: 18px;
        padding: 12px 16px 16px 68px;
        margin-right: -10px; }
        .xylitol main .xylitol-03 .clm3 .column .question::before {
          height: 25px;
          left: 14px; }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(1) .question::before {
        width: 32px; }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(2) .question::before {
        width: 40px; }
      .xylitol main .xylitol-03 .clm3 .column:nth-child(3) .question::before {
        width: 38px; }
      .xylitol main .xylitol-03 .clm3 .column .answer {
        padding: 30px 20px 20px;
        margin-right: -30px;
        font-size: 17px; }
  .xylitol main .xylitol-04 .inner {
    text-align: center; }
  .xylitol main .xylitol-04 h2 {
    font-size: 22px;
    line-height: 1.5;
    padding: 6px 10px 10px; }
  .xylitol main .xylitol-04 .text, .xylitol main .xylitol-04 .figure-box {
    margin: 20px; }
  .xylitol main .xylitol-04 .text {
    font-size: 16px; }
  .xylitol main .xylitol-04 .figure-box {
    flex-direction: column; }
  .xylitol main .xylitol-05 {
    padding-top: 30px; }
    .xylitol main .xylitol-05 .inner {
      text-align: center; }
    .xylitol main .xylitol-05 h2 {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.4; }
    .xylitol main .xylitol-05 .box-wrap {
      display: flex;
      flex-direction: column;
      margin-top: 15px; }
      .xylitol main .xylitol-05 .box-wrap .box + .box {
        margin-top: 20px; }
      .xylitol main .xylitol-05 .box-wrap h3 {
        background: #00A4D8;
        color: #fff;
        line-height: 1.35;
        font-weight: 500;
        padding: 10px; }
        .xylitol main .xylitol-05 .box-wrap h3 .text-small {
          font-size: 14px; }
        .xylitol main .xylitol-05 .box-wrap h3 .text-big {
          font-size: 18px;
          display: block; }
    .xylitol main .xylitol-05 .txt-result {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 30px; }
      .xylitol main .xylitol-05 .txt-result::before {
        content: "";
        border-top: #00A4D8 16px solid;
        border-left: transparent 36px solid;
        border-right: transparent 36px solid;
        border-bottom: transparent;
        width: 0;
        height: 0;
        margin: 30px auto 20px;
        display: block; }
      .xylitol main .xylitol-05 .txt-result p {
        font-weight: 500; }

  footer .sns-cont .sns-cont-list {
    flex-direction: column; }
    footer .sns-cont .sns-cont-list .sns-cont-item {
      border-left: none;
      border-right: none; }
      footer .sns-cont .sns-cont-list .sns-cont-item:nth-child(n + 2) {
        margin-top: 3px; }
        footer .sns-cont .sns-cont-list .sns-cont-item:nth-child(n + 2)::before {
          content: "";
          display: block;
          width: 40px;
          height: 1px;
          background: #585858;
          margin: auto;
          margin-bottom: 10px; } }
/*2022-05-27 modal*/
.modal-cont .modal-inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 3px solid #00A4D8;
  width: 100%;
  height: auto;
  max-width: 700px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-cont .modal-inner2 .btn-close {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  background: #00A4D8;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.modal-cont .modal-inner2 .btn-close:hover {
  opacity: .7; }

.modal-cont .modal-inner2 .btn-close:before, .modal-cont .modal-inner2 .btn-close:after {
  position: absolute;
  right: 25px;
  content: '';
  height: 50px;
  width: 1px;
  background-color: #fff; }

.modal-cont .modal-inner2 .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal-cont .modal-inner2 .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
  .modal-cont .modal-inner2 {
    padding: 0px;
    width: calc(100% - 40px);
    height: auto;
    background-color: #e5f5f6; }

  .modal-cont .modal-inner2 .btn-close {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px;
    height: 33px;
    background: #00A4D8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .modal-cont .modal-inner2 .btn-close:before, .modal-cont .modal-inner2 .btn-close:after {
    position: absolute;
    right: 15px;
    content: '';
    height: 30px;
    width: 1px;
    background-color: #fff; } }
/**************************************
  2022年6月より加えられた修正
***************************************/
.products-details-sec02 .products-details-sec02-container.accordion .accordion-content {
  display: none;
  padding-bottom: 20px; }

.qa-txt-frame {
  border: 1px dashed #2E2E2E;
  padding: 20px;
  text-align: left;
  margin-top: 20px; }
  .qa-txt-frame h5 {
    text-align: center; }

header .header-container .btn.btn-prof2 {
  width: 228px;
  color: #de0716;
  background: #DCF1F2;
  margin-right: 22px; }

.products-details-sec02 .products-details-sec02_1-container {
  margin: 0 auto;
  padding: 35px 65px 35px 65px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #585858; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .products-details-sec02 .products-details-sec02_1-container {
      padding: 3.01724vw 5.60345vw 3.01724vw 5.60345vw;
      box-sizing: border-box; } }
  .products-details-sec02 .products-details-sec02_1-container p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.76;
    text-align: left; }
  .products-details-sec02 .products-details-sec02_1-container p.notice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #666666; }
  .products-details-sec02 .products-details-sec02_1-container .figure-box {
    display: -ms-flexbox;
    display: flex;
    margin: 0 300px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 769px) and (max-width: 1160px) {
      .products-details-sec02 .products-details-sec02_1-container .figure-box {
        margin: 0 23.5% 3.44828vw; } }
    .products-details-sec02 .products-details-sec02_1-container .figure-box p {
      text-align: center;
      margin-top: 5px;
      font-size: 15px; }
  .products-details-sec02 .products-details-sec02_1-container table {
    margin: auto;
    width: 70%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.46; }
    .products-details-sec02 .products-details-sec02_1-container table th {
      border: solid 1px #42b2d5;
      color: #ffffff;
      background-color: #00A4D8;
      padding: 5px; }
    .products-details-sec02 .products-details-sec02_1-container table td {
      border: solid 1px #9fa0a0;
      padding: 10px; }

.products-details-sec02 .products-details-sec02_1-container .products-details-sec02-heading h2.txt-strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.46;
  margin-top: 0; }
.products-details-sec02 .products-details-sec02_1-container .products-details-sec02-heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.46;
  margin-top: 70px; }

.news dl:first-child {
  border-top: 1px solid #ccc; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .products-details-sec02 .products-details-sec02-container.accordion {
    padding: 0 20px;
    position: relative; }
    .products-details-sec02 .products-details-sec02-container.accordion.active h1:after {
      background-image: url(../img/products-detail/accordion-open.png); }
  .products-details-sec02.is-last .accordion::after {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2E2E2E; }

  .qa-txt-frame {
    margin-left: 46px; }
    .qa-txt-frame p {
      margin-left: 0px !important; }

  header .header-container .column .row .btn-prof2 {
    width: 180px;
    margin-top: 10px;
    margin-right: 85px; }
    header .header-container .column .row .btn-prof2 span {
      font-size: 12px; }

  .products-details-sec02 .products-details-sec02_1-container {
    margin: 0 auto 70px;
    padding: 30px 20px 0 20px;
    width: 100%;
    max-width: 1180px;
    text-align: center;
    border: 0;
    box-sizing: border-box;
    color: #585858;
    transition: all 0.5s ease; }
    .products-details-sec02 .products-details-sec02_1-container table {
      width: 100%; }
    .products-details-sec02 .products-details-sec02_1-container .figure-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .products-details-sec02 .products-details-sec02_1-container p {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.02em;
      line-height: 1.9; }
    .products-details-sec02 .products-details-sec02_1-container figcaption {
      font-size: 12px; } }
@media (min-width: 960px) {
  .page-medical .news dl {
    width: 780px;
    max-width: 780px;
    min-height: 60px; }
    .page-medical .news dl a {
      width: 780px; } }
@media (min-width: 961px) {
  .news dl:nth-child(2) {
    border-top: 0px solid #ccc; } }
/**************************************
  2022年12月より加えられた修正
***************************************/
header .header-container .btn.btn-prof3 {
  width: 228px;
  color: #de0716;
  background: #DCF1F2;
  margin-right: 22px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  header .header-container .column .row .btn-prof3 {
    display: none; } }
/**************************************
  2023年3月より加えられた修正
***************************************/
header .header-container .btn span {
  font-size: 13px; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  header .header-container .column .row .btn-prof2 span {
    font-size: 10px; } }
/**************************************
  2023年12月より加えられた修正
***************************************/
.home .section-01 .top-kv .swiper-button-next, .home .section-01 .top-kv .swiper-button-prev {
  top: 45%;
  margin-left: 30px;
  display: block; }

.home .section-01 .top-kv .swiper-button-next, .home .section-01 .top-kv .swiper-button-next {
  top: 45%;
  margin-right: 30px;
  display: block; }

.home .section-01 .top-kv .swiper-pagination {
  display: block;
  top: auto;
  bottom: 0px; }

.home .section-05 {
  padding: 80px 0 80px; }

.home .section-05 .inner-cont .product-slider {
  margin-top: 0px; }

.carousel-p-in {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: static; }

.carousel-p-con {
  max-width: 100%; }

.carousel-p-in li {
  margin-right: 30px;
  margin-left: 30px; }

.carousel-p-in li img {
  border: 1px solid #C1C1C1; }

.carousel-p-in h3 {
  padding-top: 20px;
  display: block;
  font-size: 18px;
  font-weight: 500; }

.carousel-p-in p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #525252; }

.carousel-p-in a {
  transition: all .2s linear; }
  @media only screen and (min-width: 769px) {
    .carousel-p-in a:hover {
      opacity: .7; } }

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center; }

.slide-dots li {
  display: inline-block;
  margin: 0 5px; }

.slide-dots li button {
  position: relative;
  text-indent: -9999px; }

.slide-dots li button::before {
  width: 74px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  content: "";
  cursor: pointer;
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 9px; }

.slide-dots li.slick-active button::before {
  width: 74px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #8ACBD1;
  opacity: 1;
  content: "";
  cursor: pointer;
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 9px; }

.slide-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px; }

.carousel-p-in .slick-prev,
.carousel-p-in .slick-next {
  top: 35%;
  width: 20px;
  height: 39px; }
@media only screen and (min-width: 769px) and (max-width: 1160px) {
  .carousel-p-in .slick-prev,
  .carousel-p-in [dir='rtl'] .slick-next {
    left: 0; }
  .carousel-p-in .slick-next,
  .carousel-p-in [dir='rtl'] .slick-prev {
    right: 0; } }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .home .section-05 {
    padding: 60px 0 80px; }

  .carousel-p-in {
    width: auto;
    height: auto;
    overflow: hidden; } }
/**************************************
  2024年2月より加えられた修正
***************************************/
.xylitol main .xylitol-01 .xylitol-about .text {
  width: 100%; }

.xylitol main .xylitol-01 .xylitol-about {
  text-align: center; }

.xylitol main .xylitol-01 .text-top {
  text-align: center; }

.xylitol main .xylitol-01 h1 {
  text-align: center; }

/**************************************
  2024年3月より加えられた修正
***************************************/
.s_end {
  text-align: center;
  line-height: 1.5;
  font-size: 180%;
  color: red;
  margin-bottom: 30px; }

.baby .section-02 ul {
  width: 100%;
  margin-left: 42px;
  margin-bottom: 46px; }
  @media only screen and (min-width: 769px) and (max-width: 1160px) {
    .baby .section-02 ul {
      margin-left: 3.62069vw;
      margin-right: 1.2931vw;
      margin-bottom: 3.96552vw; } }

@media screen and (max-width: 768px) {
  .home .kv-sec__txt {
    position: absolute;
    top: 96vw;
    width: 55%;
    padding-left: 8vw;
    font-size: 2.2vw;
    line-height: 1.4;
    color: #565656; } }
@media screen and (max-width: 500px) {
  .home .kv-sec__txt {
    font-size: 10px; } }
.home .bnr-wrap {
  display: flex; }
  @media screen and (max-width: 768px) {
    .home .bnr-wrap {
      display: block; } }
.home .bnr-2e {
  width: 40%;
  margin: 0 auto;
  padding: 12px 25px;
  border: 4px solid #000;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .home .bnr-2e {
      width: 80%;
      margin-top: 3%; } }
.home .bnr-2e__wrap {
  display: flex;
  align-items: center; }
.home .bnr-2e__img {
  width: 33%; }
.home .bnr-2e__txt {
  padding-left: 30px;
  font-size: 12px; }
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .home .bnr-2e__txt {
      font-size: 1.2vw; } }
  @media screen and (max-width: 768px) {
    .home .bnr-2e__txt {
      font-size: 2.4vw; } }
  @media screen and (max-width: 500px) {
    .home .bnr-2e__txt {
      font-size: 10px; } }
.home .bnr-2e__logoBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding-top: 10px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .home .bnr-2e__logoBox {
      gap: 8vw; } }
.home .bnr-2e__logo a {
  color: #00A4D8;
  transition: all .2s linear; }
  .home .bnr-2e__logo a:hover {
    opacity: .7; }
.home .bnr-2e__logo__ttlBox,
.home .bnr-2e__logo__ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1; }
.home .bnr-2e__logo__ttl {
  font-weight: 700;
  font-style: italic; }
.home .bnr-2e__logo__txt {
  font-size: 16px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .home .bnr-2e__logo__txt {
      font-size: 3.2vw; } }
.home .w_logo_1 .bnr-2e__logo__ttl {
  font-size: 60px;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 768px) {
    .home .w_logo_1 .bnr-2e__logo__ttl {
      font-size: 12vw; } }
.home .w_logo_2 .bnr-2e__logo__ttlBox {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .home .w_logo_2 .bnr-2e__logo__ttlBox {
      padding-bottom: 2vw; } }
.home .w_logo_2 .bnr-2e__logo__ttl {
  font-size: 45px;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 768px) {
    .home .w_logo_2 .bnr-2e__logo__ttl {
      font-size: 9vw; } }
.home .w_logo_2 .bnr-2e__logo__baby {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 768px) {
    .home .w_logo_2 .bnr-2e__logo__baby {
      font-size: 5vw; } }
.home .bnr-contact {
  width: 40%;
  margin: 0 auto;
  border: 4px solid #00A4D8;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact {
      width: 80%;
      margin-top: 3%; } }
.home .bnr-contact__titleBox {
  background-color: #00A4D8;
  padding-bottom: 5px;
  text-align: center; }
.home .bnr-contact__titleBox__ttl {
  padding-top: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__titleBox__ttl {
      font-size: 3vw; } }
.home .bnr-contact__titleBox__txt {
  margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__titleBox__txt {
      margin-top: 1%; } }
  .home .bnr-contact__titleBox__txt span {
    display: inline-block;
    background-color: #daf1fa;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #007AB8; }
    @media screen and (max-width: 768px) {
      .home .bnr-contact__titleBox__txt span {
        padding: 1% 2%;
        font-size: 2.2vw; } }
    @media screen and (max-width: 500px) {
      .home .bnr-contact__titleBox__txt span {
        font-size: 11px; } }
.home .bnr-contact__inner {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__inner {
      padding-bottom: 2%; } }
.home .bnr-contact__tel a {
  text-decoration: none;
  pointer-events: none;
  font-size: 40px;
  color: #007AB8;
  line-height: 1;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__tel a {
      pointer-events: auto;
      font-size: 9vw; } }
.home .bnr-contact__recept {
  padding-top: 3px;
  font-size: 13px;
  line-height: 1.1; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__recept {
      font-size: 2.6vw; } }
  @media screen and (max-width: 500px) {
    .home .bnr-contact__recept {
      font-size: 12px; } }
  .home .bnr-contact__recept small {
    font-size: 0.75em; }
.home .bnr-contact__note {
  padding-top: 4px;
  padding-left: 20px;
  font-size: 9px;
  line-height: 1.7;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .home .bnr-contact__note {
      padding-left: 3%;
      font-size: 2vw; } }
  @media screen and (max-width: 500px) {
    .home .bnr-contact__note {
      font-size: 10px; } }
  .home .bnr-contact__note span {
    background-color: #daf1fa;
    font-weight: bold;
    color: #007AB8; }

@media screen and (max-width: 768px) {
  .modal-cont.modal-cont-shop .modal-inner .product-data li .btn {
    width: 270px;
    height: 67px;
    border: 2px solid black;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all .2s linear;
    padding: 4px 4px 8px;
    text-align: center;
    background: #fff; } }
.modal-cont.modal-cont-shop .product-top-wrap > .column .row .btn {
  width: 270px;
  height: 60px;
  border: 2px solid black;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all .2s linear;
  padding: 4px 4px 8px;
  text-align: center;
  background: #fff; }

@media screen and (min-width: 769px) {
  .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a, .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main {
    position: relative;
    padding-left: 10px; }
    .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item a:before, .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main:before {
      content: '>';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main, .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .btn-shop {
    padding-left: 0; }
    .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .footer-main:before, .home footer .footer-cont .column:last-child .footer-nav:not(#black) li .footer-item .btn-shop:before {
      display: none; } }

/**************************************
news 価格改定のお知らせ
***************************************/
.news_2605 .mainArea {
  padding-top: 40px;
  padding-bottom: 100px; }
.news_2605 .mainArea__title {
  margin-bottom: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center; }
  .news_2605 .mainArea__title span {
    border-bottom: 3px solid #00A4D8; }
.news_2605 .mainArea__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 2.4;
  text-align: center; }
  .news_2605 .mainArea__lead b {
    font-weight: bold; }
.news_2605 .mainArea__graph__box {
  margin-top: 50px; }
.news_2605 .mainArea__graph__title {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center; }
.news_2605 .mainArea__graph {
  max-width: 900px;
  width: 95%;
  margin: 0 auto 20px; }
  .news_2605 .mainArea__graph thead {
    padding-bottom: 10px; }
  .news_2605 .mainArea__graph thead th {
    background-color: #ddd;
    border: 6px solid #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 2.2; }
    .news_2605 .mainArea__graph thead th small {
      font-weight: bold;
      font-size: 0.7em; }
  .news_2605 .mainArea__graph tbody {
    position: relative;
    top: 10px; }
  .news_2605 .mainArea__graph tbody tr {
    border-bottom: 1px solid #666; }
  .news_2605 .mainArea__graph tbody th,
  .news_2605 .mainArea__graph tbody td {
    padding: 7px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #525252;
    letter-spacing: 0.1em;
    line-height: 1.8; }
  .news_2605 .mainArea__graph tbody th {
    text-align: left; }
  .news_2605 .mainArea__graph tbody td {
    text-align: center; }
    .news_2605 .mainArea__graph tbody td small {
      font-size: 0.8em;
      font-weight: bold; }
    .news_2605 .mainArea__graph tbody td + td {
      position: relative; }
      .news_2605 .mainArea__graph tbody td + td:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #666; }
  .news_2605 .mainArea__graph .product-name {
    width: 58%; }
  .news_2605 .mainArea__graph .product-prize-name {
    width: 42%; }
  .news_2605 .mainArea__graph .prize-col {
    position: relative; }
    .news_2605 .mainArea__graph .prize-col:before {
      content: '';
      position: absolute;
      bottom: calc(-10px + 0.5px);
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 10px;
      clip-path: polygon(0 0, 100% 0, 50% 100%); }
  .news_2605 .mainArea__graph .prize-current:before {
    background-color: #ddd; }
  .news_2605 .mainArea__graph .prize-new {
    background-color: #666;
    color: #fff; }
    .news_2605 .mainArea__graph .prize-new:before {
      background-color: #666; }
.news_2605 .mainArea__graph__note {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #525252;
  letter-spacing: 0.1em;
  line-height: 1.8; }

/******************************
SP
*******************************/
@media screen and (max-width: 768px) {
  .news_2605 .mainArea {
    padding-top: 20px;
    padding-bottom: 60px; }
  .news_2605 .mainArea__title {
    font-size: 26px; }
  .news_2605 .mainArea__lead {
    font-size: 14px;
    line-height: 2.14; }
  .news_2605 .mainArea__graph__title {
    font-size: 20px; }
  .news_2605 .mainArea__graph thead th {
    border-width: 1.06667vw;
    font-size: 3.2vw; }
  .news_2605 .mainArea__graph tbody th,
  .news_2605 .mainArea__graph tbody td {
    padding: 1.5% 2%;
    font-size: 3.2vw; }
  .news_2605 .mainArea__graph tbody td + td:before {
    left: -0.8vw;
    border-width: 1.3vw 0 1.3vw 1.4vw; }
  .news_2605 .mainArea__graph__note {
    font-size: 12px; } }
