@charset "utf-8";

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

  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: 1;
    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: #103770;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #main_wrapper .slider01 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv_pc.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }

  #fv_copy {
    position: relative;
    top: 40%;
    left: auto;
    font-size: 60px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    max-width: calc(1200px + 10%);
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }

  /*FV YOSHIROTTENコラボ*/
  #main_wrapper .slider02 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv_YOSHIROTTEN_pc.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #fv_YOSHIROTTEN_copy {
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  @media screen and (max-width: 1200px) {
    #fv_YOSHIROTTEN_copy {
      position: absolute;
      top: 57%;
      left: 0;
      width: 100%;
      text-align: center;
    }
  }

  #fv_YOSHIROTTEN_copy img {
    width: 30%;
    margin: 0 auto;
  }
  #fv_YOSHIROTTEN_copy a {
    display: block;
    font-size: 16px;
    border: 1px solid #fff;
    height: 55px;
    line-height: 52px;
    border-radius: 30px;
    letter-spacing: 0.05em;
    width: 50%;
    max-width: 312px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    margin-top: 2.5%;
  }
  /*-----------------------*/

  /*FV XMAS*/
  #main_wrapper .slider03 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv_xmas_pc.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #fv_xmas_copy {
    display: block;
    position: absolute;
    top: 42%;
    left: 10%;
    width: 555px;
  }
  #fv_xmas_spec {
    position: absolute;
    top: 57%;
    right: 13%;
    width: 415px;
    text-align: center;
  }
  #fv_xmas_spec img {
    display: block;
    width: 100%;
  }
  #fv_xmas_spec a {
    display: block;
    font-size: 25px;
    background-color: #ff0303;
    font-weight: 600;
    height: 85px;
    line-height: 82px;
    border-radius: 50px;
    letter-spacing: 0.05em;
    width: 59%;
    max-width: 370px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    margin-top: 7%;
  }
  @media screen and (max-width: 1400px) {
    #fv_xmas_copy {
      position: absolute;
      top: 42%;
      left: 3%;
      width: 455px;
    }
    #fv_xmas_spec {
      position: absolute;
      top: 57%;
      right: 6%;
      width: 315px;
      text-align: center;
    }
    #fv_xmas_spec a {
      display: block;
      font-size: 20px;
      background-color: #ff0303;
      font-weight: 600;
      height: 60px;
      line-height: 58px;
      border-radius: 50px;
      letter-spacing: 0.05em;
      width: 59%;
      max-width: 370px;
      margin: 0;
      color: #fff;
      text-decoration: none;
      margin-top: 7%;
    }
  }

  /*FV Beauty*/
  #main_wrapper .slider04 {
    display: block;
    background-image: url("../img/fv_beauty_pc.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #fv_beauty_copy {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18%;
    width: 555px;
  }

  /*-----------------------*/

  #main_wrapper .slick-dots li {
    width: 20px !important;
  }
  #main_wrapper .slick-dots {
    /*    bottom: 78px !important; */
    bottom: 6% !important;
  }
  #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: 30%;
    left: 55%;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #headcopy .headcopy01 img {
    width: 430px;
  }

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

  /*About*/
  #about {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: auto;
    overflow: visible;
    aspect-ratio: auto !important;
  }
  #about .about_inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    aspect-ratio: 1200 / 835;
    margin: 0 auto;
    padding: 0;
  }

  #about h2 {
    position: absolute;
    top: 18.5%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #051d47 !important;
  }
  #about 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;
  }
  #about .txt01 {
    position: absolute;
    top: 20%;
    left: 0;
    margin: 10.6% 0 0 0;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  #about #about_photo {
    position: absolute;
    top: 12.7%;
    right: -4%;
    width: 59.5%;
    margin: 5.1% 0 7%;
  }
  #about .txt02 {
    position: absolute;
    top: 55.4%;
    left: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
    width: 37%;
  }
  #about a.viewmore_btn {
    position: absolute;
    bottom: 16.2%;
    left: 0;
    display: block;
    text-decoration: none;
    color: #051d47 !important;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 0;
    letter-spacing: -0.02em;
    margin-top: 23%;
    padding-left: 16px;
  }
  #about a.viewmore_btn::before {
    position: absolute;
    top: -11px;
    left: 0;
    display: block;
    content: "";
    width: 6px;
    height: 20px;
    background-color: #051d47 !important;
  }

  /*product*/
  #product01 {
    position: relative;
    width: 100%;
    height: 485px;
    background-color: #051d47 !important;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/product01_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    aspect-ratio: auto;
  }
  #product01 .product01_inner {
    position: relative;
    width: 100%;
    height: 585px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #product01_bg {
    width: 100%;
    height: 0;
    display: none;
  }
  #product01 h2 {
    position: absolute;
    top: 23.2%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #fff;
  }
  #product01 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.02em;
  }
  #product01 .txt01 {
    position: absolute;
    top: 46.7%;
    left: -0.5%;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #product01 .txt02 {
    position: absolute;
    top: 62.3%;
    left: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #product02 {
    position: relative;
    background-color: #051d47 !important;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/product02_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
  }
  #product02 .product02_inner {
    display: flex;
    width: 100%;
    max-width: 1250px;
    height: 525px;
    background-color: #fff;
    margin: 0 auto;
    padding: 58px 0;
  }
  #product02_bg {
    width: 100%;
    height: 0;
    display: none;
  }
  #product02 .product02_inner_left {
    position: relative;
    width: 50%;
    text-align: left;
    border-right: 2px solid #051d47;
  }
  #product02 .product02_inner_right {
    position: relative;
    width: 50%;
  }
  #product02 .txt01 {
    position: static;
    top: auto;
    left: auto;
    width: 53%;
    height: 64px;
    margin: 0 23.5%;
    background-color: #051d47 !important;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 64px;
    border-radius: 46px;
    letter-spacing: 0.1em;
  }
  #product02 .txt02 {
    position: absolute;
    top: 21.4%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #product02 ul.component {
    position: absolute;
    top: 31.6%;
    left: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
  }
  #product02 ul.component li {
    display: block;
    list-style: none;
    flex-basis: 32%;
    border: 1px solid #051d47;
    text-align: center;
    height: 46px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 32px;
    margin-bottom: 1.6%;
  }
  #product02 .txt03 {
    position: absolute;
    top: 62%;
    left: 15%;
    width: 70%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
  #product02 .txt04 {
    position: static;
    top: auto;
    left: auto;
    width: 53%;
    height: 64px;
    margin: 0 23.5%;
    background-color: #051d47 !important;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 64px;
    border-radius: 46px;
    letter-spacing: 0.1em;
  }
  #product02 .jozai_illust {
    position: absolute;
    top: 23.8%;
    left: 43%;
    width: 14%;
  }
  #product02 .txt05 {
    position: absolute;
    top: 64.6%;
    left: 15%;
    width: 70%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
  #product03 {
    display: none;
  }
  #product_bottom_bg {
    width: 100%;
  }
  /*黄金比*/
  #golden_ratio {
    position: relative;
    width: 100%;
    height: 1200px;
    background-color: #051d47 !important;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/golden_ratio_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  #golden_ratio .golden_ratio_inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  #golden_ratio_bg {
    display: none;
  }
  #golden_ratio h2 {
    position: absolute;
    top: 11%;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 35px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  #golden_ratio .txt01 {
    position: absolute;
    top: 16.7%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #golden_ratio_chart {
    position: absolute;
    top: 27.7%;
    left: 21.8%;
    width: 56.25%;
  }
  #golden_ratio_chart img {
    width: 100%;
  }
  #golden_ratio_chart a.link01 {
    display: block;
    position: absolute;
    top: 21.5%;
    left: 63%;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  #golden_ratio_chart a.link02 {
    display: block;
    position: absolute;
    top: 71%;
    left: 48%;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  #golden_ratio_chart a.link03 {
    display: block;
    position: absolute;
    top: 16%;
    left: 38.5%;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  #golden_ratio .txt02 {
    position: absolute;
    top: 84.7%;
    left: 5%;
    width: 90%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #golden_ratio_chart a.link01 img,
  #golden_ratio_chart a.link02 img,
  #golden_ratio_chart a.link03 img {
    width: 100%;
  }

  /*モーダル*/
  .vitamin1 {
    background-color: #00a0e9;
    opacity: 0.95;
    border-radius: 20px;
    text-align: left;
    margin-top: 7%;
  }
  .vitamin2 {
    background-color: #005bac;
    opacity: 0.95;
    border-radius: 20px;
    text-align: left;
    margin-top: 0;
  }
  .vitamin3 {
    background-color: #103770;
    opacity: 0.95;
    border-radius: 20px;
    text-align: left;
    margin-top: 7%;
  }
  .remodal h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 5px 0 27px;
    margin: 0 auto 62px;
    line-height: 1em;
    text-align: center;
    border: none;
  }
  .remodal h3::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    height: 20px;
    width: 4px;
    background-color: #fff;
  }
  .remodal_frame {
    width: 100%;
    max-width: 930px;
    max-height: 83vh;
    overflow-y: auto;
    margin: 0 auto;
    /* -ms-overflow-style: none;
  scrollbar-width: none;*/
  }

  /*
.remodal_frame::-webkit-scrollbar {
  display: none;
}
*/
  .remodal_frame::-webkit-scrollbar {
    position: relative;
    background: none;
    width: 5px;
    height: 5px;
  }

  .remodal_frame::-webkit-scrollbar-thumb {
    background-color: #00305c;
  }
  .remodal_frame::-webkit-scrollbar-thumb:hover {
    background-color: #00305c;
    opacity: 0;
  }

  .remodal_inner {
    padding: 140px 0 110px;
    text-align: center;
  }
  .remodal_inner dl dt {
    clear: both;
    float: left;
    background-color: #011439;
    height: 50px;
    width: 220px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 3%;
    margin-right: 20px;
  }

  .remodal_inner dl dt {
    clear: both;
    float: left;
    background-color: #011439;
    height: 50px;
    width: 220px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 3%;
    margin-right: 20px;
  }

  .vitamin3 .remodal_inner dl dt {
    clear: both;
    float: left;
    background-color: #011439;
    height: 50px;
    width: 150px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 3%;
    margin-right: 20px;
  }

  .remodal_inner dl dt::before {
    position: relative;
    left: -10px;
    top: 1px;
    display: inline-block;
    content: "";
    background-color: #00a0e9;
    width: 16px;
    height: 16px;
    border-radius: 15px;
  }

  .remodal_inner dl dd {
    width: calc(100% -220px);
    font-size: 18px;
    font-weight: 400;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0 0 55px 0;
    white-space: nowrap;
  }
  .vitamin3 .remodal_inner dl dd {
    width: calc(100% -170px);
    font-size: 18px;
    font-weight: 400;
    line-height: 0.5em;
    letter-spacing: 0.03em;
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0 0 55px 0;
    white-space: nowrap;
  }

  .remodal-close {
    z-index: 2;
    width: 55px;
  }
  .remodal-close img {
    width: 100%;
  }

  /*Quality*/
  #quality {
    position: relative;
    width: 100%;
    min-height: 950px;
    background-color: #051d47 !important;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/quality_bg_pc.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
  }
  #quality .quality_inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #quality_bg {
    display: none;
  }
  #quality h2 {
    position: absolute;
    top: 110px;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #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: 400;
    font-size: 14px;
    margin: 5px 0 0 0;
    letter-spacing: 0.02em;
  }
  #quality .txt01 {
    position: absolute;
    top: 230px;
    left: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #quality #quality_product_photo_pc {
    position: absolute;
    top: 137px;
    right: 0;
    left: auto;
    width: 26.5%;
    display: block;
  }
  #quality #quality_product_photo {
    display: none;
  }
  #quality .txt02 {
    position: absolute;
    top: 315px;
    left: 0;
    width: 56%;
    color: #fff;
    font-size: 15px;
    line-height: 2.03em;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #quality_content {
    display: none;
  }
  #quality .accordion {
    position: relative;
    right: auto;
    left: -345px;
    width: 530px;
    margin: 520px auto 70px;
    border-bottom: solid 2px #fff;
    padding: 0 0 0 10px;
  }
  .a_toggle {
    display: none;
  }
  .a_option {
    position: relative;
    margin-bottom: 1em;
  }
  .a_title,
  .a_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .a_title {
    position: relative;
    border-top: solid 2px #fff;
    padding: 0 1em;
    display: block;
    color: #fff;
    height: 80px;
    min-height: auto;
  }
  .a_title::after,
  .a_title::before {
    content: "";
    position: absolute;
    right: 12%;
    top: 46%;
    width: 2px;
    height: 20px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .a_title::after {
    transform: rotate(90deg);
  }
  .quality_a01 {
    position: absolute;
    top: 40%;
    left: 22%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .accordion .icon01::before {
    position: absolute;
    top: 22px;
    left: 7%;
    content: "";
    display: block;
    width: 39px;
    height: 52px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/quality_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .quality_a02 {
    position: absolute;
    top: 28%;
    left: 22%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .quality_a02 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
  }
  .accordion .icon02::before {
    position: absolute;
    top: 32px;
    left: 7%;
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/quality_icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .quality_a03 {
    position: absolute;
    top: 40%;
    left: 22%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .accordion .icon03::before {
    position: absolute;
    top: 30px;
    left: 7%;
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/quality_icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .a_content {
    max-height: 0;
    overflow: hidden;
  }
  .a_content p {
    margin: 0;
    padding: 0.5em 0.3em 2em;
    color: #fff;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
  .a_content p a {
    color: #f0643d;
  }
  .a_toggle:checked + .a_title + .a_content {
    max-height: 750px;
    transition: all 1.5s;
  }
  .a_toggle:checked + .a_title::before {
    transform: rotate(90deg) !important;
  }
  /*Trouble*/
  #trouble {
    position: relative;
    background-color: #051b4d;
    height: 900px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/trouble_bg_pc.jpg);
    background-color: #00305c;
    background-position: center center;
    background-size: cover;
  }
  #trouble_bg {
    display: none;
  }
  #trouble h2 {
    position: relative;
    top: 97px;
    left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 1.53em;
    letter-spacing: 0.05em;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  #trouble .trouble_product {
    position: absolute;
    top: 60.5%;
    right: 8.5%;
    width: 21%;
  }
  #trouble ul.trouble_list {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 300px;
    max-width: 1027.5px;
    border: none;
    margin: 150px auto;
  }
  #trouble ul.trouble_list li {
    display: inline-block;
    list-style: none;
    color: #fff;
    border-top: none;
    height: 255px;
    width: 255px;
    font-size: 38px;
  }
  #trouble ul.trouble_list li img {
    width: 100%;
  }
  #trouble ul.trouble_list li:nth-child(1) {
    position: absolute;
    top: 0;
    left: -1%;
  }
  #trouble ul.trouble_list li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 18.6%;
  }
  #trouble ul.trouble_list li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 38.2%;
  }
  #trouble ul.trouble_list li:nth-child(4) {
    position: absolute;
    top: 0;
    left: 57.8%;
  }
  #trouble ul.trouble_list li:nth-child(5) {
    position: absolute;
    top: 0;
    left: 77.4%;
  }
  #trouble .trouble_txt_wrapp {
    position: absolute;
    top: 59%;
    left: calc(50% - 600px);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #trouble .txt01 {
    display: none;
  }
  #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;
  }
  #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;
  }

  /*How to Drink*/
  #howto {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 760px;
    aspect-ratio: auto;
  }
  #howto h2 {
    position: absolute;
    top: 21%;
    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: #051d47 !important;
  }
  #howto h2 span {
    display: inline-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 30px;
    letter-spacing: 0.02em;
  }
  #howto .howto_slider {
    display: none;
  }

  #howto .howto_content {
    position: relative;
    max-width: 1005px;
    width: 100%;
    min-width: 1000px;
    margin: 288px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #howto .howto_content li {
    flex-basis: 23.2%;
    list-style: none;
  }
  #howto .howto_content li img {
    width: 100%;
    margin: 0 0 6%;
  }
  #howto .howto_content li p {
    font-size: 15px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.05em;
  }

  /*User's voice*/
  #voice {
    position: relative;
    width: 100%;
    height: 900px;
    background-color: #00305c;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/voice_bg_pc.jpg);
  }
  #voice .voice_inner {
    position: relative;
    width: 100%;
    max-width: 1256px;
    height: 100%;
    margin: 0 auto;
  }
  #voice_bg {
    display: none;
  }
  #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;
  }
  #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: 400;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  #voice .txt01 {
    position: absolute;
    top: 30%;
    left: 0;
    color: #fff;
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #voice .voice_slider {
    display: nopne;
  }
  #voice .voice_content {
    position: absolute;
    top: 9%;
    right: 10%;
    width: 465px;
  }
  #voice .voice_content li {
    list-style: none;
    margin: 0 0 40px 0;
  }
  #voice .voice_content li img {
    width: 100%;
  }
  #voice .voice_content li:nth-child(1) {
    position: relative;
    right: 3.7%;
  }
  #voice .voice_content li:nth-child(2) {
    position: relative;
    right: 0;
  }
  #voice .voice_content li:nth-child(3) {
    position: relative;
    right: 3.7%;
  }

  #voice .voice_content li:nth-child(4) {
    position: relative;
    right: 0;
  }

  #voice .voice_content li:nth-child(5) {
    position: relative;
    right: 3.7%;
  }

  #voice .voice_content li:nth-child(6) {
    position: relative;
    right: 0;
  }

  /*Line up*/
  #lineup {
    position: relative;
    width: 100%;
    height: 880px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/lineup_bg_pc2.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0 0 -20px;
  }
  #lineup .lineup_inner {
    position: relative;
    max-width: 1200px !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #voice_bg {
    display: none;
  }
  #lineup h2 {
    position: absolute;
    top: 45.9%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #fff;
  }
  #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: 400;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  #lineup .lineup_product01 {
    position: absolute;
    top: 12.2%;
    left: 26.66%;
    width: 28% !important;
  }
  #lineup .lineup_product02 {
    position: absolute;
    top: 12.2%;
    left: 66%;
    width: 28% !important;
  }
  #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;
  }
  #lineup .lineup_product_name span.day {
    font-size: 24px;
    font-weight: 500;
  }
  #lineup .lineup_product_name span.size {
    font-size: 18px;
    font-weight: 500;
  }
  #lineup .lineup_product01 .lineup_product_photo {
    width: 100%;
  }
  #lineup .lineup_product02 .lineup_product_photo {
    position: relative;
    left: -3%;
    width: 111%;
  }
  #lineup .lineup_price {
    color: #fff;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.9em;
    margin: 4.3% 0 0 0;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
  }
  #lineup .lineup_price span {
    font-size: 15px;
    font-weight: 400;
  }
  #lineup a.lineup_order_btn {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-radius: 45px;
    margin: 2.2% 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.12em;
    color: #051b4d;
    text-decoration: none;
    cursor: pointer;
  }
  #lineup a.lineup_order_btn:hover {
    opacity: 0.7;
  }

  #lineup a.lineup_order_teiki_btn {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #eb6100;
    border-radius: 45px;
    margin: 2.2% 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.12em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #lineup a.lineup_order_teiki_btn:hover {
    opacity: 0.7;
  }

  #lineup .lineup_line {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    /*  background-color: #dfe2e7;*/
    background: none;
    margin: 12px 0 25px;
  }
  #lineup .lineup_line_sp {
    display: none;
  }
  #lineup .label_box {
    display: flex;
    padding: 0;
    margin: 0 0 -5px;
  }
  #lineup .label_box .lineup_label01 {
    background-color: #eb6100;
    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;
  }
  #lineup .label_box .lineup_label02 {
    background-color: #fff;
    border: 1px solid #eb6100;
    color: #eb6100;
    text-align: center;
    width: 125px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.09em;
  }

  /*Special 期間限定商品*/
  #special {
    position: relative;
    width: 100%;
    height: 570px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/special_bg_pc.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
  }
  #special .special_inner {
    position: relative;
    max-width: 1200px !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #special h2 {
    position: absolute;
    top: 45.9%;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #fff;
  }
  #special 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;
    letter-spacing: -0.05em;
    margin: 5px 0 0 0;
  }

  #special .special_right_txt {
    width: 36%;
    float: right;
    margin-top: 127px;
  }
  #special .special_right_txt .roduct_tab_YOSHIROTTEN_wrap {
    display: flex;
    margin: 32px 0 0 0;
  }
  #special .special_right_txt .product_tab_YOSHIROTTEN {
    height: 22px;
    width: 77px;
    background-color: #c0c0c0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    margin-right: 9px;
  }
  #special .special_right_txt .product_tab_YOSHIROTTEN2 {
    height: 22px;
    width: 77px;
    background-color: #fff;
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    margin-right: 9px;
  }
  #special .special_right_txt .product_tab_YOSHIROTTEN3 {
    height: 22px;
    width: 77px;
    background-color: #7f66ff;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  #special .special_right_txt h3 {
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35em !important;
    width: 100% !important;
    margin: 0 1.8% 0 !important;
    color: #fff;
    white-space: nowrap;
  }
  #special .special_right_txt .product_price {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.54em;
    width: 90%;
    margin: 0 1.8% 0 10px;
    color: #fff;
  }
  #special .special_right_txt .product_capacity {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.33em;
    width: 100%;
    margin: 3px 0 0 10px;
    color: #fff;
    white-space: nowrap;
  }

  #special .special_right_txt .product_price span {
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
    margin-left: 3px;
    letter-spacing: 0.1em;
  }

  #special .special_right_txt .product_cart_btn {
    display: block;
    height: 53px;
    width: 164px;
    margin: 30px 0 0 10px;
    line-height: 50px;
    border-radius: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
  }
  #special .special_right_txt .product_cart_btn button {
    width: 100%;
    height: 100%;
  }

  /*xmas2025 クリスマスギフトセット*/
  #top_xmas2025 {
    position: relative;
    width: 100%;
    height: 570px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/top_xmas2025_bg_pc.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
  }
  #top_xmas2025 .top_xmas2025_inner {
    position: relative;
    max-width: 650px !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  #top_xmas2025 .xmas2025_right_txt {
    position: relative;
    width: 36%;
    float: right;
    margin-top: 180px;
  }
  #top_xmas2025 .xmas2025_right_txt .product_tab_xmas2025_wrap {
    display: flex;
    margin: 32px 0 0 0;
  }
  #top_xmas2025 .xmas2025_right_txt .product_tab_xmas1 {
    display: block;
    height: 22px;
    width: 104px;
    background-color: #ff0000;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    margin-right: 9px;
  }
  #top_xmas2025 .xmas2025_right_txt .product_tab_xmas2 {
    display: block;
    height: 22px;
    width: 77px;
    background-color: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    margin-right: 9px;
  }

  #top_xmas2025 .xmas2025_right_txt h3 {
    display: block;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35em !important;
    width: 100% !important;
    margin: 0 1.8% 0 !important;
    color: #fff;
    white-space: nowrap;
  }
  #top_xmas2025 .xmas2025_right_txt h3 span {
    font-size: 18px;
  }

  #top_xmas2025 .xmas2025_right_txt .product_price {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.54em;
    width: 90%;
    margin: 0 1.8% 0 10px;
    color: #fff;
  }
  #top_xmas2025 .xmas2025_right_txt .product_capacity {
    display: block;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.33em;
    width: 100%;
    margin: 3px 0 0 10px;
    color: #fff;
    white-space: nowrap;
  }

  #top_xmas2025 .xmas2025_right_txt .product_price span {
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
    margin-left: 3px;
    letter-spacing: 0.1em;
  }

  #top_xmas2025 .xmas2025_right_txt .product_cart_btn {
    display: block;
    height: 53px;
    width: 164px;
    background-color: #ff0000;
    margin: 30px 0 0 10px;
    line-height: 50px;
    border-radius: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
  }
  #top_xmas2025 .xmas2025_right_txt .product_cart_btn button {
    width: 100%;
    height: 100%;
  }

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

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

  #history .txt01 {
    position: absolute;
    top: 27.4%;
    left: 0;
    width: 41.66%;
    font-weight: 400;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
  #history .company_photo {
    position: absolute;
    top: 13%;
    left: auto;
    right: -2%;
    width: 56.25%;
  }
  #history .history_slider {
    display: none;
  }
  #history .history_slider_pc {
    display: block;
    position: absolute;
    top: 59.5%;
    left: calc(50% - 960px);
    width: 1920px;
    height: 327px;
  }
  #history .history_slider_pc .slick-list {
    padding: 0 !important;
  }
  #history .history_slider_pc li img {
    width: auto;
    max-height: 330px;
    margin: 0 3.5% !important;
  }

  /*画面下固定ロゴ*/

  .fix_under_icon {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: 1s;
    width: 100% !important;
    pointer-events: none;
  }
  #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;
  }

  /*footer*/
  footer {
    position: relative;
    width: 100%;
    height: 800px;
    max-width: none;
    margin: 0 auto;
    padding: 0 8%;
    aspect-ratio: auto;
    background-color: #051d47 !important;
    z-index: 99999; /*重ね順を変更*/
  }
  footer .footer_inner {
    position: relative;
    width: 100%;
    max-width: 1325px;
    height: 100%;
    margin: 0 auto;
  }
  #totop {
    position: absolute;
    right: 5%;
    top: 9%;
    width: 15px;
  }
  #footer_logo {
    position: absolute;
    top: 19%;
    left: 0;
    width: 290px;
    margin: 0 auto;
  }
  #footer_logo img {
    width: 100%;
  }
  footer .footer_menu {
    position: absolute;
    top: 18%;
    left: auto;
    right: 0;
    width: 592px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  footer .footer_menu li {
    list-style: none;
    line-height: 4.5em;
  }
  footer .footer_menu li.product {
    display: block;
    position: absolute;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    top: 0;
    left: 0;
    width: 60%;
  }
  footer .footer_menu li.menu {
    display: block;
    position: absolute;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    top: 0;
    right: 0;
    width: 170px;
    white-space: nowrap;
  }
  footer .footer_menu li a {
    text-decoration: none;
    color: #fff;
  }
  footer .footer_menu li ul.lower_menu {
    margin-top: 10%;
    margin-bottom: 0;
  }
  footer .footer_menu li ul.lower_menu li {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.8em;
    font-weight: 400;
    width: 100%;
  }
  footer .footer_menu li ul.lower_menu li a {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 24px;
    font-weight: 400;
    width: auto;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 0 15px;
    margin: 0 12px 18px 0;
  }
  footer .footer_menu li ul.lower_menu li:last-child a {
    border: none;
    padding: 0;
    margin: 0 12px 18px 0;
    letter-spacing: 0.05em;
    font-family: "Be Vietnam Pro", sans-serif;
  }
  footer .footer_menu li ul.lower_menu li:last-child a span {
    position: relative;
    top: -3px;
    font-size: 8px;
  }
  footer .footer_menu li ul.lower_menu2 li {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 3em;
    width: 100%;
  }
  footer .footer_menu li ul.lower_menu2 li:last-child::after {
    position: relative;
    top: 2px;
    right: -2px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/check_arrow_w.png);
    background-size: cover;
  }
  footer .footer_menu2 {
    position: absolute;
    top: 85%;
    left: 0;
    font-style: normal;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 1;
    width: 100%;
  }
  footer .footer_menu2 li {
    list-style: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5em;
    width: auto;
    text-align: left;
    margin-right: 35px;
  }
  footer .footer_menu2 li a {
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
  }
  footer .footer_sns {
    position: absolute;
    top: 78%;
    left: auto;
    right: 0;
  }
  footer .footer_sns ul {
    display: flex;
    margin-top: 0;
  }
  footer .footer_sns ul li {
    list-style: none;
    margin: 0 0 0 20px;
    width: 29px;
    height: 29px;
  }
  footer .footer_sns ul li a {
    position: relative;
    color: #051d47 !important;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  #copyright {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    text-align: right;
    margin-top: 6%;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
  }

  /*アニメーション*/
  .delay02s {
    animation-delay: 0.2s;
    opacity: 0;
  }
  .delay04s {
    animation-delay: 0.4s;
    opacity: 0;
  }
  .delay05s {
    animation-delay: 0.5s;
    opacity: 0;
  }
  .delay06s {
    animation-delay: 0.6s;
    opacity: 0;
  }

  .delay08s {
    animation-delay: 0.8s;
    opacity: 0;
  }
  .delay10s {
    animation-delay: 1s;
    opacity: 0;
  }
  .delay12s {
    animation-delay: 1.2s;
    opacity: 0;
  }
  .delay15s {
    animation-delay: 1.5s;
    opacity: 0;
  }
  .delay18s {
    animation-delay: 1.8s;
    opacity: 0;
  }
  .delay20s {
    animation-delay: 2s;
    opacity: 0;
  }

  /*スライド*/
  @keyframes slideInL {
    0% {
      transform: translateX(-60px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,
    100% {
      opacity: 100;
    }
  }

  .slideL.active {
    animation-name: slideInL;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  @keyframes slideInR {
    0% {
      transform: translateX(30px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,
    100% {
      opacity: 100;
    }
  }

  .slideR.active {
    animation-name: slideInR;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  /*下から上に*/

  .slideUp.active {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; /*これで値を保持*/
  }

  @keyframes slideUp {
    /*animation-nameで設定した値を書く*/
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 100;
      transform: translateY(0);
    }
  }

  /*バウンド*/
  .bound.active {
    animation-name: bound;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; /*これで値を保持*/
  }
  @keyframes bound {
    0% {
      transform: scale(0.7, 0.7) translate(0%, 0%);
      opacity: 0;
    }
    100% {
      transform: scale(1, 1) translate(0%, 0%);
      opacity: 1;
    }
  }

  /*傾き*/
  .rotate45.active {
    animation-name: rotate45;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; /*これで値を保持*/
  }

  @keyframes rotate45 {
    0% {
      opacity: 0;
      transform-origin: bottom right;
      transform: rotate(26deg);
    }
    100% {
      opacity: 100;
      transform: rotate(0);
    }
  }

  /*ぽよぽよ*/
  .poyopoyo_big.active {
    animation-name: poyopoyo_big;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; /*これで値を保持*/
    opacity: 1;
  }
  @keyframes poyopoyo_big {
    0%,
    40%,
    60%,
    80% {
      transform: scale(1);
    }
    50%,
    70% {
      transform: scale(1.2);
    }
  }
}
