@charset "utf-8";

@media screen and (min-width: 751px) {
  .pc_content {
    display: block;
  }
  .sp_content {
    display: none !important;
  }

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

  @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 {
    display: none;
  }
  .Toggle {
    display: none;
  }
  /*
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
*/

  /*ヘッダー*/
  header {
    position: fixed;
    padding: 20px 30px;
    width: 100%;
    height: 100px;
    max-width: none;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 11;
    pointer-events: none;
  }

  #header_logo {
    position: absolute;
    top: 37px;
    left: 67px;
    width: 162px;
    z-index: 1;
    pointer-events: auto;
  }
  #header_logo img {
    width: 100%;
  }
  #icon_member {
    position: absolute;
    top: 37px;
    right: 121px;
    width: 36px;
    height: 35px;
    pointer-events: auto;
  }
  #icon_member img {
    width: 100%;
  }
  #icon_cart {
    position: absolute;
    top: 33px;
    right: 55px;
    width: 30px;
    height: auto;
    pointer-events: auto;
  }
  #icon_cart img {
    width: 100%;
  }
  #icon_cart span {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -10px;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  /*menu pc*/
  #header_pc_nav {
    position: absolute;
    top: 37px;
    left: 20%;
    z-index: 2;
    pointer-events: auto;
    white-space: nowrap;
  }
  #header_pc_nav li {
    display: inline-block;
    margin-right: 3vw;
  }
  #header_pc_nav li a {
    color: #fff;
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
    font-size: 17px;
  }
  #header_pc_nav li.product_name a {
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
    font-size: 16px;
  }

  /*main*/
  main {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: none;
    margin: 0 auto;
  }

  /*FV*/
  #main_wrapper {
    position: relative;
    background-color: #c88b85;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #main_wrapper .slider01 {
    display: block;
    background-image: url("../img/beauty_main.jpg");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }

  #main_wrapper .fv_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    text-align: left;
  }

  #main_wrapper .fv_logo {
    width: 32.2%;
  }

  #main_wrapper .fv_copy {
    width: 49%;
    margin-top: 1.7%;
  }
  /*-----------------------*/

  #main_wrapper .slick-dots li {
    /*    width: 20px !important;*/
    display: none;
  }
  #main_wrapper .slick-dots {
    /*    bottom: 78px !important; */
    /*   bottom: 6% !important;*/
    display: none;
  }
  #main_wrapper .slick-dots button::before {
    content: "" !important;
    border: 2px solid #051b4d !important;
    background-color: #fff !important;
    width: 12px !important;
    height: 12px !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: 50%;
    transform: translateY(-50%);
    left: 18.6%;
    width: 30%;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #headcopy .headcopy01 .beauty_headcopy_title {
    width: 54%;
    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: 900px;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: auto;
    overflow: hidden;
    aspect-ratio: auto !important;
  }
  #profound .profound_bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  #profound .profound_inner {
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #profound .profound_inner .beauty_profound_title_pc {
    max-width: 222px;
    width: 100%;
    margin: 0 auto 3.8%;
  }
  #profound .profound_inner .beauty_profound_copy_pc {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 3.5%;
  }

  #profound .chart_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  /*Profound2*/
  #profound2 {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-image: url(../img/beauty_profound2_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  #profound2 .profound2_inner {
    position: relative;
    max-width: 1200px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #profound2 .profound2_inner .beauty_profound2_photo {
    width: 56%;
  }
  #profound2 .profound2_inner .beauty_profound2_txt_pc {
    width: 50%;
  }

  /*この先*/
  #konosaki {
    position: relative;
    width: 100%;
    height: 910px;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-image: url(../img/beauty_konosaki_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  #konosaki .konosaki_inner {
    position: relative;
    max-width: 1200px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  #konosaki .konosaki_inner .beauty_konosaki_txt {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
  }

  /*product*/
  #beauty_product {
    position: relative;
    width: 100%;
    height: 910px;
    background-image: url(../img/beauty_product_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    aspect-ratio: auto;
    padding-top: 105px;
  }

  #beauty_product .beauty_product_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #beauty_product .beauty_product_inner .beauty_product_txt {
    max-width: 44%;
    width: 100%;
  }
  #beauty_product .beauty_product_inner .beauty_product_chart {
    max-width: 53%;
    width: 100%;
  }

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

  #points .points_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #points .points_inner .beauty_points_title_pc {
    position: relative;
    width: 300px;
    margin: 0 auto 60px;
  }
  #points .points_inner .points01 {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #points .points_inner .points01 li:nth-child(1) {
    width: 41%;
  }
  #points .points_inner .points01 li:nth-child(2) {
    width: 54.4%;
  }
  #points .points_inner .points01 li:nth-child(2) img {
    max-width: 590px;
    width: 100%;
  }

  #points .points_inner .points02 {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #points .points_inner .points02 li:nth-child(1) {
    width: 60%;
  }
  #points .points_inner .points02 li:nth-child(1) img {
    max-width: 650px;
    width: 100%;
    margin-top: 3%;
  }
  #points .points_inner .points02 li:nth-child(2) {
    width: 41%;
  }
  #points .points_inner .points02 li:nth-child(2) img {
    max-width: 489px;
    width: 100%;
  }

  #points .points_inner .points03 {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #points .points_inner .points03 li:nth-child(1) {
    width: 41%;
  }
  #points .points_inner .points03 li:nth-child(2) {
    width: 54.4%;
  }
  #points .points_inner .points03 li:nth-child(2) img {
    max-width: 579px;
    width: 100%;
    margin-top: 11%;
  }

  /*Trouble*/
  #beauty_trouble {
    position: relative;
    background-color: #051b4d;
    height: 910px;
    background-image: url(../img/beauty_trouble_bg_pc.jpg);
    background-color: #00305c;
    background-position: center center;
    background-size: cover;
  }

  #beauty_trouble h2 {
    position: relative;
    top: 20%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.53em;
    letter-spacing: 0.05em;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  #beauty_trouble ul.trouble_list {
    position: relative;
    width: 100%;
    max-width: 1200px;
    border: none;
    margin: 150px auto 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1.8%;
    margin-top: 18.5%;
  }
  #beauty_trouble ul.trouble_list li {
    display: inline-block;
    list-style: none;
    color: #fff;
    border-top: none;
  }
  #beauty_trouble ul.trouble_list li img {
    width: 100%;
  }

  #beauty_trouble .trouble_txt {
    width: 100%;
    margin: 0 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;
    background-color: #051b4d;
    height: 910px;
    background-image: url(../img/beauty_foryou_bg_pc.jpg);
    background-color: #00305c;
    background-position: center center;
    background-size: cover;
  }
  #beauty_foryou .beauty_foryou_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_logo {
    width: 255px;
    margin: 0 auto;
    padding: 1.8% 0;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_photo {
    width: 100%;
    margin: 0 auto;
  }
  #beauty_foryou .beauty_foryou_inner .beauty_foryou_copy {
    width: 640px;
    margin: 0 auto;
    padding: 1.8% 0 0;
  }

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

  #beauty_quality h2 {
    position: absolute;
    top: 105px;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #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: 20px;
    margin: 0;
    letter-spacing: 0.02em;
  }
  #beauty_quality .txt01 {
    position: absolute;
    top: 200px;
    left: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #beauty_quality .txt02 {
    position: absolute;
    top: 320px;
    left: 0;
    width: 56%;
    color: #fff;
    font-size: 15px;
    line-height: 2.03em;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #beauty_quality .beauty_quality_icon {
    max-width: 594px;
    width: 100%;
    margin: 3% 0;
  }
  #beauty_quality .accordion {
    position: relative;
    left: 0;
    width: 590px;
    margin: 0 0 50px;
    padding: 590px 0 0 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: 22%;
    font-size: 20px;
    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: 22%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #beauty_quality .quality_a02 span {
    display: block;
    font-size: 12px;
    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: 22%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #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: 15px;
    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: 100%;
    height: 910px;
    aspect-ratio: auto;
  }
  #beauty_howto h2 {
    position: absolute;
    top: 12.2%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #752470 !important;
  }
  #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: 20px;
    margin: 0;
    letter-spacing: 0.02em;
  }

  #beauty_howto .howto_content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 250px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #beauty_howto .howto_content li {
    flex-basis: 32%;
    list-style: none;
    text-align: center;
  }
  #beauty_howto .howto_content li img {
    width: 100%;
    margin: 0 0 6%;
  }
  #beauty_howto .howto_content li p {
    font-size: 15px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.05em;
    color: #752470;
  }
  .beauty_howto_note {
    width: 43%;
    margin: 4.4% 28.5%;
  }

  /*User's voice*/
  #beauty_voice {
    position: relative;
    width: 100%;
    height: 910px;
    background-color: #511a4e;
    background-image: url(../img/beauty_voice_bg_pc.jpg);
    background-size: cover;
  }
  #beauty_voice .voice_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  #beauty_voice h2 {
    position: absolute;
    top: 15.5%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #fff;
  }
  #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: 20px;
    margin: 0;
  }
  #beauty_voice .txt01 {
    position: absolute;
    top: 30%;
    left: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.14em;
  }

  #beauty_voice .voice_content {
    position: absolute;
    top: 9%;
    right: 0;
    width: 650px;
  }
  #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: 910px;
    background-image: url(../img/beauty_tpa_bg_pc.jpg);
    background-size: cover;
  }
  #beauty_tpa .beauty_tpa_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  #beauty_tpa .beauty_tpa_inner .beauty_tpa_txt {
    width: 630px;
    padding-top: 80px;
  }

  /*Beauty Line up*/
  #beauty_lineup {
    position: relative;
    width: 100%;
    height: 830px;
    background-image: url(../img/beauty_lineup_bg_pc.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
  }
  #beauty_lineup .lineup_inner {
    position: relative;
    z-index: 10;
    max-width: 1200px !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  #beauty_lineup h2 {
    position: absolute;
    top: 44%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #fff;
  }
  #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: 14px;
    margin: 0;
  }
  #beauty_lineup .lineup_product01 {
    position: absolute;
    top: 12%;
    left: 23%;
    width: 28% !important;
  }
  #beauty_lineup .lineup_product02 {
    position: absolute;
    top: 12%;
    left: 68%;
    width: 28% !important;
  }
  #beauty_lineup .lineup_product_name {
    color: #fff;
    font-size: 20px;
    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: 25px;
    font-weight: 500;
  }
  #beauty_lineup .lineup_product_name span.size {
    font-size: 18px;
    font-weight: 500;
  }
  #beauty_lineup .lineup_product01 .lineup_product_photo {
    width: 100%;
  }
  #beauty_lineup .lineup_product02 .lineup_product_photo {
    position: relative;
    left: -3%;
    width: 105%;
  }
  #beauty_lineup .lineup_price {
    color: #fff;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin: 10px 0 0 0;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
  }
  #beauty_lineup .lineup_price span {
    font-size: 15px;
    font-weight: 400;
  }
  #beauty_lineup a.lineup_order_btn {
    display: block;
    width: 100%;
    height: 54px;
    background-color: #fff;
    border-radius: 45px;
    margin: 5.6% 0 10.2%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    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: 54px;
    background-color: #e11b84;
    border-radius: 45px;
    margin: 6% 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    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: absolute;
    top: 10%;
    left: 59%;
    width: 2px;
    height: 79%;
    margin: 0;
    background-color: #fff;
  }
  #beauty_lineup .label_box {
    display: flex;
    padding: 0;
    margin: 0 0 22px;
  }
  #beauty_lineup .label_box .lineup_label01 {
    background-color: #e11b84;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    width: 140px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.09em;
  }
  #beauty_lineup .label_box .lineup_label02 {
    background-color: #fff;
    border: 1px solid #e11b84;
    color: #e11b84;
    text-align: center;
    width: 125px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.09em;
  }

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

  #beauty_history h2 {
    position: absolute;
    top: 13%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #752470;
  }
  #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: 20px;
    margin: 0;
    letter-spacing: 0.05em;
  }

  #beauty_history .txt01 {
    position: absolute;
    top: 23%;
    left: 0;
    width: 34%;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #752470;
  }
  #beauty_history .company_photo {
    position: absolute;
    top: 13%;
    left: auto;
    right: -2%;
    width: 59.58%;
  }
  #beauty_history .history_slider {
    display: none;
  }
  #beauty_history .history_slider_pc {
    display: block;
    position: absolute;
    top: 59.5%;
    left: calc(50% - 960px);
    width: 1920px;
    height: 290px;
  }
  #beauty_history .history_slider_pc .slick-list {
    padding: 0 !important;
  }
  #beauty_history .history_slider_pc li img {
    width: auto;
    max-height: 293px;
    margin: 0 !important;
  }

  /*画面下固定ロゴ*/

  .fix_under_icon {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: 1s;
    width: 100% !important;

    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 9999;
    pointer-events: none; /* ⬅ 全体はタッチを拾わない */
  }
  .fix_under_icon.show {
    opacity: 1;
    visibility: visible;
  }
  .fix_under_icon.show {
    opacity: 1;
    visibility: visible;
  }

  #buynow {
    position: absolute;
    width: 207px;
    bottom: 20px;
    right: 47px;
    z-index: 1;
    pointer-events: auto;
  }
  #logo_fix_under {
    position: absolute;
    bottom: 80px;
    left: 67px;
    width: 205px;
    z-index: 1;
  }

  #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;
  }

  /*toppage news*/
  #toppage_news {
    position: relative;
    height: 825px;
    width: 100%;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/news_bg.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
  #toppage_news a:hover {
    opacity: 0.8;
  }
  #toppage_news .toppage_news_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  #toppage_news h2 {
    position: absolute;
    top: 17.2%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #fff;
  }
  #toppage_news 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: 400;
    font-size: 14px;
    margin: 5px 0 0 0;
    letter-spacing: 0.05em;
  }
  #toppage_news .toppage_news_box {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    min-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #toppage_news .toppage_news_box li {
    position: relative;
    width: 31.3%;
  }
  #toppage_news .toppage_news_box::after {
    content: "";
    display: block;
    width: 31.3%;
  }
  #toppage_news .toppage_news_box li .photo {
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 556;
    overflow: hidden;
  }
  #toppage_news .toppage_news_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #toppage_news .toppage_news_box li img:hover {
    opacity: 1;
  }
  #toppage_news .toppage_news_box li .toppage_news_date {
    position: absolute;
    top: 246px;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding: 0 3%;
  }
  #toppage_news .toppage_news_box li .toppage_news_date a {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #051d47;
    background-color: #7089a8;
    height: 21px;
    line-height: 23px;
    padding: 0 9px;
    margin-left: 28px;
  }
  #toppage_news .toppage_news_box li .toppage_news_date a:hover {
    opacity: 1;
    background-color: #486d9c;
  }
  #toppage_news .toppage_news_box li .toppage_news_date a::before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #bcbcbc;
  }
  #toppage_news .toppage_news_box li .toppage_news_title {
    margin-top: 52px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 2%;
    line-height: 2.13333333em;
    letter-spacing: 0.09em;
    word-break: break-all;
  }
  #toppage_news .more_btn {
    position: absolute;
    top: 23%;
    right: 5%;
    width: 73px;
  }
}
