@charset "utf-8";
/**/
@media screen and (max-width: 750px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }

  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    color: #051d47;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: auto;
    touch-action: auto;
  }
  html {
    scrollbar-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  html::-webkit-scrollbar {
    display: none;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  img {
    vertical-align: bottom;
  }
  a img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
  }
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
  }
  /*ハンバーガーメニュー*/

  nav.NavMenu {
    position: fixed; /*表示位置を固定*/
    z-index: 998; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0;
    background: #fff; /*背景を白にする*/
    color: #051d47;
    text-align: left;
    width: 100%; /*全幅表示*/
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
    transform: translateZ(0);
  }

  nav.NavMenu .NavMenu_inner {
    font-feature-settings: "palt";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1500px;
    margin: 0 auto;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: auto !important;
  }

  nav.NavMenu .NavMenu_content {
    display: block;
    width: 100%;
    height: 1900px;
    padding: 0 9%;
  }

  nav.NavMenu.active {
    pointer-events: auto;
    opacity: 1;
  }

  .Toggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    left: 37px;
    top: 52px;
    width: 45px;
    height: 36px !important;
    cursor: pointer;
    z-index: 999;
    pointer-events: auto;
  }

  .Toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
    left: 0;
  }
  .Toggle.black span {
    border-bottom: solid 2px #000;
  }

  .Toggle span:nth-child(1) {
    width: 45px;
    top: 14px;
  }

  .Toggle span:nth-child(2) {
    width: 30px;
    top: 23px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 16px;
    width: 43px;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-16deg);
    border-bottom: solid 2px #051d47 !important;
  }

  /* 2番目のspanを45度に */
  .Toggle.active span:nth-child(2) {
    top: 16px;
    width: 43px;
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    transform: rotate(16deg);
    border-bottom: solid 2px #051d47 !important;
  }

  #NavMenu_logo {
    position: relative;
    top: 41px;
    left: 0;
    width: 265px;
    margin: 0 auto;
    z-index: 3;
  }
  #NavMenu_logo img {
    width: 100%;
  }
  #NavMenu_icon_cart {
    position: absolute;
    top: 31px;
    right: calc(50% - 337px);
    width: 47px;
    height: auto;
    z-index: 3;
  }
  #NavMenu_icon_cart img {
    width: 100%;
  }
  #NavMenu_icon_cart span {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -19px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #051d47;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  a#NavMenu_login {
    position: relative;
    display: block;
    background-color: #051d47;
    width: 268px;
    height: 76px;
    border-radius: 40px;
    margin: 24% 0 10% 0;
    text-align: center;
  }
  a#NavMenu_login img {
    position: absolute;
    top: 15px;
    left: 23%;
    width: 47px;
  }
  a#NavMenu_login span {
    position: absolute;
    top: 20px;
    left: 45%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 27px;
    color: #fff;
    text-decoration: none;
  }
  .NavMenu .products .midashi {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    letter-spacing: -0.02em;
    margin: 95px 0 58px 0;
  }
  .NavMenu .products ul li {
    list-style: none;
  }
  .NavMenu .products ul li:first-child {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.075em;
  }
  .NavMenu .products ul li:last-child {
    display: flex;
    margin: 26px 0 42px 0;
    font-size: 26px;
    font-weight: 700;
  }
  .NavMenu .products ul li:last-child a {
    display: block;
    border: 2px solid #051d47;
    text-decoration: none;
    color: #051d47;
    font-weight: 700;
    width: 128px;
    height: 53px;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    margin-right: 20px;
  }
  .NavMenu .products .special a {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif;
    text-decoration: none;
    color: #051d47;
    font-size: 27px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    letter-spacing: -0.01em;
  }
  .NavMenu .menu .midashi {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    letter-spacing: -0.05em;
    margin: 93px 0 50px 0;
  }
  .NavMenu .menu ul li {
    list-style: none;
    margin-bottom: 17px;
  }
  .NavMenu .menu ul li a {
    position: relative;
    color: #051d47;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    width: 128px;
    height: 53px;
    text-decoration: none;
  }
  .NavMenu .menu ul li:last-child a::after {
    position: absolute;
    top: 7px;
    right: -28px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/check_arrow.png");
    background-size: cover;
  }
  .NavMenu .sns ul {
    display: flex;
    margin-top: 25%;
    margin-bottom: 19%;
  }
  .NavMenu .sns ul li {
    list-style: none;
    margin: 0 40px 150px 0;
    width: 50px;
    height: 50px;
  }
  .NavMenu .sns ul li a {
    position: relative;
    color: #051d47;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  /*メニューアコーディオン */
  .NavMenu_inner {
    padding: 0 10% 40px;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    font-style: normal;
  }
  .sp-gnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .NavMenu_product01 {
    font-size: 4.3vw;
    margin: 15% 0 9% 0;
    padding: 0;
  }
  .NavMenu_product02 {
    font-size: 4.3vw;
    margin: 0 0 12%;
    padding: 0;
  }
  .sp-gnav > li > a,
  .sp-gnav > li > .acc-toggle {
    display: block;
    width: 100%;
    padding: 38px 0;
    font-size: 4.3vw;
    color: #041a3b;
  }

  .acc-toggle {
    background: none;
    border: none;
    text-align: left;
    position: relative;
    width: 100%;
  }

  .acc-toggle .chevron {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 15px;
    height: 15px;
    border-right: 2px solid #041a3b;
    border-bottom: 2px solid #041a3b;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s;
  }

  li.is-open > .acc-toggle .chevron {
    transform: translateY(-50%) rotate(-135deg);
  }

  .sub {
    display: none;
    padding: 0 0 10px 0;
    font-size: 3.6vw;
    font-weight: 500;
    font-style: normal;
  }

  .NavMenu,
  .NavMenu * {
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
  }

  .sub > li {
    padding: 4% 0 4% 5%;
    border-bottom: 1px solid #bbb;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
  }
  .sub > li:last-child {
    border-bottom: none;
  }
  .sub > li > a,
  .sub > li > .acc-toggle {
    padding: 10px 0 10px 12px;
  }

  .grand {
    display: none;
    padding-left: 24px;
    padding-bottom: 20px;
  }

  .grand li a {
    display: block;
    padding: 6.5% 0 3% 2%;
    font-size: 3.1vw;
    font-weight: 500;
    font-style: normal;
  }

  .NavMenu_sns {
    display: flex;
    gap: 16px;
    margin-top: 26px;
  }

  .ext-link {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /*ヘッダー*/
  header {
    position: fixed;
    padding: 20px 30px;
    width: 100%;
    height: 100px;
    max-width: 750px;
    margin: 0 auto;
    top: 0;
    left: calc(50% - 375px);
    z-index: 1;
    pointer-events: none;
  }
  #header_logo {
    position: absolute;
    top: 40px;
    left: 32.335%;
    width: 265px;
    z-index: 1;
    pointer-events: auto;
  }
  #header_logo img {
    width: 100%;
  }
  #icon_member {
    position: absolute;
    top: 35px;
    right: 17%;
    width: 57px;
    height: 55px;
    pointer-events: auto;
  }
  #icon_member img {
    width: 100%;
  }
  #icon_cart {
    position: absolute;
    top: 31px;
    right: 5%;
    width: 47px;
    height: auto;
    pointer-events: auto;
  }
  #icon_cart img {
    width: 100%;
  }
  #icon_cart span {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -19px;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  /*main*/
  main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }

  /*FV*/
  #main_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
  }

  #main_wrapper .slider01 {
    display: block;
    background-image: url("../img/beauty_main_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
  }

  #main_wrapper .fv_logo {
    position: absolute;
    top: 17%;
    left: 8%;
    width: 53%;
  }

  #main_wrapper .fv_copy {
    position: absolute;
    width: 55%;
    bottom: 8%;
    left: 8%;
  }

  #main_wrapper .slick-dots li {
    /* width: 30px !important;*/
    display: none;
  }
  #main_wrapper .slick-dots {
    /* bottom: 35px !important;*/
    display: none;
  }
  #main_wrapper .slick-dots button::before {
    content: "" !important;
    border: 2px solid #051b4d !important;
    background-color: #fff !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 20px !important;
    opacity: 1 !important;
  }
  #main_wrapper .slick-dots button:hover::before,
  #main_wrapper .slick-dots .slick-active button::before {
    background: #051b4d !important;
  }

  /*Head Copy*/
  #headcopy {
    position: relative;
  }
  #headcopy img {
    width: 100%;
  }
  #headcopy .headcopy01 {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 80%;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #headcopy .headcopy01 .beauty_headcopy_title {
    width: 70%;
    margin-bottom: 14%;
  }
  #headcopy .headcopy02 {
    position: absolute;
    top: 40%;
    left: 55%;
    max-width: 560px;
    width: 100%;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 2em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  #headcopy .headcopy02 p {
    margin-bottom: 32px;
  }

  /*Profound*/
  #profound {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: auto;
    overflow: hidden;
    aspect-ratio: 750 / 1577;
  }
  #profound .profound_bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  #profound .profound_inner {
    position: absolute;
    top: 86px;
    left: 7%;
    width: 86%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #profound .profound_inner .beauty_profound_title_sp {
    width: 50%;
    margin: 0;
  }
  #profound .profound_inner .beauty_profound_copy_sp {
    width: 70%;
    margin: 9% 0 0;
  }

  #profound .chart_wrap {
    display: display;
    width: 100%;
    margin: 15% 0 0;
  }
  #profound .chart_wrap li {
    display: display;
    margin-bottom: 9%;
  }
  #profound .beauty_chart_arw_pc {
    display: none;
  }

  /*Profound2*/
  #profound2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-image: url(../img/beauty_profound2_bg_sp.jpg);
    aspect-ratio: 750 / 1490;
  }
  #profound2 .profound2_inner {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 11% 5% 0;
  }
  #profound2 .profound2_inner .beauty_profound2_photo {
    position: absolute;
    bottom: 5.5%;
    right: -8%;
    width: 67%;
  }
  #profound2 .profound2_inner .beauty_profound2_txt {
    width: 90%;
  }

  /*この先*/
  #konosaki {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 833;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-image: url(../img/beauty_konosaki_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #3d123d;
  }
  #konosaki .konosaki_inner {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  #konosaki .konosaki_inner .beauty_konosaki_txt {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 86%;
  }

  /*product*/
  #beauty_product {
    position: relative;
    width: 100%;
    background-image: url(../img/beauty_product_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #8d6b4a;
    aspect-ratio: 750 / 1804;
    padding-top: 11%;
  }

  #beauty_product .beauty_product_inner {
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
  }
  #beauty_product .beauty_product_inner .beauty_product_txt {
    width: 85%;
    margin: 0 9% 0 6%;
  }
  #beauty_product .beauty_product_inner .beauty_product_chart {
    width: 98%;
    margin: 1.5% 1% 0;
  }

  /*points*/
  #points {
    position: relative;
    width: 100%;
    background-image: url(../img/beauty_points_bg_sp.jpg);
    background-size: cover;
    background-position: center center;
    aspect-ratio: auto;
    padding-top: 64px;
    padding-bottom: 4%;
  }

  #points .points_inner {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #points .points_inner .beauty_points_title_sp {
    position: relative;
    width: 300px;
    margin: 0 auto 7%;
  }
  #points .points_inner .points01 {
    margin: 0;
    display: block;
  }
  #points .points_inner .points01 li {
    width: 93%;
    margin: 0 0 0 8%;
  }
  #points .points_inner .points01 li img {
    width: 100%;
  }
  #points .points_inner .points01 li img.beauty_points_txt01_sp {
    width: 90%;
  }

  #points .points_inner .points01 li img.beauty_points_photo01_sp {
    width: 100%;
    margin-top: 5%;
  }

  #points .points_inner .points02 {
    margin: 0 auto;
    display: block;
  }
  #points .points_inner .points02 li {
    width: 93%;
    margin: 3% 0 0 8%;
  }
  #points .points_inner .points02 li img {
    width: 100%;
  }
  #points .points_inner .points02 li img.beauty_points_txt02_sp {
    width: 90%;
  }

  #points .points_inner .points02 li img.beauty_points_photo02_sp {
    position: relative;
    left: -9%;
    width: 100%;
    margin-top: 5%;
  }

  #points .points_inner .points03 {
    margin: 0;
    display: block;
  }
  #points .points_inner .points03 li {
    width: 93%;
    margin: 0 0 0 8%;
  }
  #points .points_inner .points03 li img {
    width: 100%;
  }
  #points .points_inner .points03 li img.beauty_points_txt03_sp {
    width: 90%;
    margin-top: 6%;
  }

  #points .points_inner .points03 li img.beauty_points_photo03_sp {
    width: 100%;
    margin: 5% 0;
  }

  /*Trouble*/
  #beauty_trouble {
    position: relative;
    aspect-ratio: 750 / 1044;
    background-image: url(../img/beauty_trouble_bg_sp.jpg);
    background-color: #00305c;
    background-position: center center;
    background-size: cover;
    margin: 0;
    overflow: hidden;
  }

  #beauty_trouble h2 {
    position: relative;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    line-height: 1.53em;
    letter-spacing: 0.05em;
    width: 100%;
    padding: 17% 0 0 0;
  }

  #beauty_trouble ul.trouble_list {
    position: relative;
    width: 86%;
    border: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 10%;
  }
  #beauty_trouble ul.trouble_list li {
    display: inline-block;
    list-style: none;
    color: #fff;
    border-top: none;
    width: 31%;
  }
  #beauty_trouble ul.trouble_list li img {
    width: 100%;
  }

  #beauty_trouble .trouble_txt {
    width: 100%;
    margin: 10% auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
  }
  #trouble .txt01_pc {
    position: absolute;
    top: 30px;
    left: auto;
    right: -90px;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    width: 700px;
    white-space: nowrap;
  }
  #beauty_trouble .txt02_pc {
    position: absolute;
    top: 100px;
    left: auto;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 2em;
    letter-spacing: 0.05em;
    width: 610px;
  }

  /*FOR YOUR INNER BEAUTY*/
  #beauty_foryou {
    position: relative;
    aspect-ratio: 750 / 630;
    background-image: url(../img/beauty_foryou_bg_sp.jpg);
    background-color: #50194d;
    background-position: center center;
    background-size: cover;
    margin: 0;
    overflow: hidden;
  }
  #beauty_foryou .beauty_foryou_inner {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 8%;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_logo {
    position: relative;
    left: -5%;
    width: 255px;
    margin: 0;
    padding: 2% 0 4%;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_photo {
    width: 100%;
    margin: 0 auto;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_copy {
    width: 74%;
    margin: 5% auto;
  }

  /*Quality*/
  #beauty_quality {
    position: relative;
    width: 100%;
    min-height: 1471px;
    background-color: #927d67 !important;
    background-image: url(../img/beauty_quality_bg_sp.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: none;
    z-index: 0;
  }
  #beauty_quality .beauty_quality_inner {
    overflow: hidden;
    position: relative;
    width: 86%;
    height: 100%;
    margin: 0 7%;
  }

  #beauty_quality h2 {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 10%;
  }
  #beauty_quality h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-feature-settings: "pkna" on, "hkna" on;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    letter-spacing: 0.02em;
  }
  #beauty_quality .txt01 {
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 5%;
  }
  #beauty_quality .txt02 {
    display: none;
  }
  #beauty_quality .beauty_quality_icon {
    position: relative;
    width: 100%;
    margin: 3.5% 0;
  }
  #beauty_quality .accordion {
    position: relative;
    left: 0;
    width: 100%;
    margin: 7% 0 50px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  #beauty_quality .a_toggle {
    display: none;
  }
  #beauty_quality .a_option {
    position: relative;
    margin-bottom: 1em;
  }
  #beauty_quality .a_title,
  #beauty_quality .a_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #beauty_quality .a_title {
    position: relative;
    border-top: solid 1px #fff;
    padding: 0 1em;
    display: block;
    color: #fff;
    height: 80px;
    min-height: auto;
  }
  #beauty_quality .a_title.noline {
    border: none;
    height: 65px;
  }
  #beauty_quality .a_title::after,
  #beauty_quality .a_title::before {
    content: "";
    position: absolute;
    right: 9%;
    top: 46%;
    width: 2px;
    height: 20px;
    background-color: #fff;
    transition: all 0.3s;
  }
  #beauty_quality .a_title::after {
    transform: rotate(90deg);
  }
  #beauty_quality .quality_a01 {
    position: absolute;
    top: 40%;
    left: 18%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #beauty_quality .accordion .icon01::before {
    position: absolute;
    top: 22px;
    left: 7%;
    content: "";
    display: block;
    width: 32px;
    height: 44px;
    background-image: url(../img/beauty_quality_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #beauty_quality .quality_a02 {
    position: absolute;
    top: 28%;
    left: 18%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #beauty_quality .quality_a02 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
  }
  #beauty_quality .accordion .icon02::before {
    position: absolute;
    top: 32px;
    left: 7%;
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../img/beauty_quality_icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #beauty_quality .quality_a03 {
    position: absolute;
    top: 40%;
    left: 18%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.1em;
  }
  #beauty_quality .accordion .icon03::before {
    position: absolute;
    top: 30px;
    left: 7%;
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background-image: url(../img/beauty_quality_icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #beauty_quality .a_content {
    max-height: 0;
    overflow: hidden;
  }
  #beauty_quality .a_content p {
    margin: 0;
    padding: 0.5em 0.3em 2em;
    color: #fff;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
  #beauty_quality .a_content p a {
    color: #f0643d;
  }
  #beauty_quality .a_toggle:checked + .a_title + .a_content {
    max-height: 750px;
    transition: all 1.5s;
  }
  #beauty_quality .a_toggle:checked + .a_title::before {
    transform: rotate(90deg) !important;
  }

  /*How to Drink*/
  #beauty_howto {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 86%;
    height: auto;
    margin: 0 7%;
  }
  #beauty_howto h2 {
    position: relative;
    width: 100%;
    text-align: left;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
    color: #752470 !important;
    margin-top: 10%;
  }
  #beauty_howto h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-feature-settings: "pkna" on, "hkna" on;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    letter-spacing: 0.02em;
  }

  #beauty_howto .howto_content {
    position: relative;
    width: 100%;
    margin: 60px 0 0;
    display: block;
  }
  #beauty_howto .howto_content li {
    flex-basis: 32%;
    list-style: none;
    text-align: center;
  }
  #beauty_howto .howto_content li img {
    width: 100%;
    margin: 0;
  }
  #beauty_howto .howto_content li p {
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #752470;
    margin-bottom: 6%;
  }
  .beauty_howto_note {
    width: 100%;
    margin: 4.4% 0 6.6%;
  }

  /*User's voice*/
  #beauty_voice {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 1941;
    background-color: #511a4e;
    background-image: url(../img/beauty_voice_bg_sp.jpg);
    background-size: cover;
  }
  #beauty_voice .voice_inner {
    position: relative;
    width: 86%;
    height: 100%;
    margin: 0 7%;
  }
  #beauty_voice h2 {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
    color: #fff;
    padding-top: 10%;
  }
  #beauty_voice h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-feature-settings: "pkna" on, "hkna" on;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
  }
  #beauty_voice .txt01 {
    position: relative;
    color: #fff;
    font-size: 34px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.14em;
    margin-top: 9%;
  }

  #beauty_voice .voice_content {
    position: relative;
    width: 100%;
    margin-top: 9%;
  }
  #beauty_voice .voice_content li {
    list-style: none;
    margin: 0 0 30px;
  }
  #beauty_voice .voice_content li:first-child {
    margin: 0 0 20px;
  }
  #beauty_voice .voice_content li img {
    width: 100%;
    right: 0;
  }

  /*第三者機関による評価*/
  #beauty_tpa {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/beauty_tpa_bg_sp.jpg);
    background-size: cover;
    aspect-ratio: 750 / 1311;
  }
  #beauty_tpa .beauty_tpa_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 7%;
  }
  #beauty_tpa .beauty_tpa_inner .beauty_tpa_txt {
    width: 85%;
    padding-top: 80px;
  }

  /*beayty_lineupLine up*/
  #beauty_lineup {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 2600;
    background-image: url(../img/beauty_lineup_bg_sp.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
    z-index: 0;
  }
  #beauty_lineup .lineup_inner {
    position: relative;
    z-index: 10;
    width: 76%;
    height: 100%;
    margin: 0 12%;
  }

  #beauty_lineup h2 {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
    color: #fff;
    padding-top: 11.5%;
  }
  #beauty_lineup h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-feature-settings: "pkna" on, "hkna" on;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
  }
  #beauty_lineup .lineup_product01 {
    position: relative;
    width: 100%;
    padding-top: 15%;
  }
  #beauty_lineup .lineup_product02 {
    position: relative;
    width: 100%;
  }
  #beauty_lineup .lineup_product_name {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.9em;
    margin: 0 0 11.4%;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  #beauty_lineup .lineup_product_name span.day {
    font-size: 33px;
    font-weight: 500;
  }
  #beauty_lineup .lineup_product_name span.size {
    font-size: 25px;
    font-weight: 500;
  }
  #beauty_lineup .lineup_product01 .lineup_product_photo {
    width: 90%;
    margin: 0 5% 0;
  }
  #beauty_lineup .lineup_product02 .lineup_product_photo {
    width: 94%;
    margin: 0 3% 8%;
  }
  #beauty_lineup .lineup_price {
    color: #fff;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
  }
  #beauty_lineup .lineup_price span {
    font-size: 25px;
    font-weight: 400;
  }
  #beauty_lineup a.lineup_order_btn {
    display: block;
    width: 100%;
    height: 92px;
    background-color: #fff;
    border-radius: 45px;
    margin: 4% 0 9.5%;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0.12em;
    color: #e11b84;
    text-decoration: none;
    cursor: pointer;
  }
  #beauty_lineup a.lineup_order_btn:hover {
    opacity: 0.7;
  }
  #beauty_lineup a.lineup_order_teiki_btn {
    display: block;
    width: 100%;
    height: 92px;
    background-color: #e11b84;
    border-radius: 45px;
    margin: 4% 0 0;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0.12em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #beauty_lineup a.lineup_order_teiki_btn:hover {
    opacity: 0.7;
  }

  #beauty_lineup .lineup_line {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 18.4% 0 16%;
    background-color: #fff;
  }
  #beauty_lineup .label_box {
    display: flex;
    padding: 0;
    margin: 0 0 7.2%;
  }
  #beauty_lineup .label_box .lineup_label01 {
    background-color: #e11b84;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    width: auto;
    height: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.09em;
    padding: 0 3%;
  }
  #beauty_lineup .label_box .lineup_label02 {
    background-color: #fff;
    border: 1px solid #e11b84;
    color: #e11b84;
    text-align: center;
    width: auto;
    height: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.09em;
    padding: 0 3%;
  }

  /*History*/
  #beauty_history {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    background-color: #fff;
  }
  #beauty_history .history_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  #beauty_history h2 {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.01em;
    color: #752470;
    width: 86%;
    margin: 12% 7% 9%;
  }
  #beauty_history h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-feature-settings: "pkna" on, "hkna" on;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    letter-spacing: 0.05em;
  }

  #beauty_history .txt01 {
    position: relative;
    width: 34%;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.53em;
    letter-spacing: 0.01em;
    color: #752470;
    width: 86%;
    margin: 0 7% 9%;
  }
  #beauty_history .company_photo {
    position: relative;
    width: 100%;
  }
  #beauty_history .history_slider {
    display: none;
  }
  #beauty_history .history_slider_pc {
    display: block;
    position: relative;
    width: 100%;
    height: 365px;
    margin: 10% 0;
  }
  #beauty_history .history_slider_pc .slick-list {
    padding: 0 !important;
  }
  #beauty_history .history_slider_pc li {
    aspect-ratio: 1 / 1;
    padding-right: 20px !important;
    box-sizing: border-box;
  }
  #beauty_history .history_slider_pc li img {
    width: auto;
    max-height: 365px;
    margin: 0 !important;
    object-fit: cover;
    object-position: center center;
  }

  /*画面下固定ロゴ*/

  .fix_under_icon {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 0;
    pointer-events: none; /* ⬅ 全体はタッチを拾わない */
  }

  /* 中のボタンだけタップ可能にする */
  .fix_under_icon a,
  .fix_under_icon #logo_fix_under {
    pointer-events: auto;
  }
  .fix_under_icon.show {
    opacity: 1;
    visibility: visible;
  }
  .fix_under_icon.show {
    opacity: 1;
    visibility: visible;
  }

  #buynow {
    position: absolute;
    width: 34%;
    bottom: 4.8%;
    right: 4%;
    z-index: 1;
    pointer-events: auto;
  }
  #logo_fix_under {
    position: absolute;
    bottom: 80px;
    left: 67px;
    width: 205px;
  }

  #logo_fix_under img {
    width: 100%;
  }

  .midnightInner {
    height: 100%;
  }

  .midnightHeader {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    bottom: 60px;
  }
  .midnightHeader.white {
    filter: invert();
    bottom: 60px;
  }
  .midnightHeader.white #buynow {
    filter: invert();
  }
  /*footerまでスクロールしたら消す*/
  .is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}
