@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);
  /*  -ms-overflow-style: none;
  scrollbar-width: none;*/
}
/* nav.NavMenu::-webkit-scrollbar {
  display: none;
}
*/
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;
}
/*
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
*/

#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;
}
@media print, screen and (max-width: 750px) {
  /*main*/
  main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }

  /*FV*/
  #main_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    aspect-ratio: 720 / 1440;
    vertical-align: bottom;
  }

  #main_wrapper .slider01 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }

  #fv_copy {
    position: absolute;
    top: 13%;
    left: 8%;
    font-size: 50px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  /*FV YOSHIROTTENコラボ*/
  #main_wrapper .slider02 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv_YOSHIROTTEN_sp.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: 25%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #fv_YOSHIROTTEN_copy img {
    display: none;
  }
  #fv_YOSHIROTTEN_copy a {
    display: block;
    font-size: 20px;
    border: 1px solid #fff;
    height: 60px;
    line-height: 55px;
    border-radius: 30px;
    letter-spacing: 0.05em;
    width: 44.66%;
    max-width: none;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
  }

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

  /*FV XMAS*/
  #main_wrapper .slider03 {
    display: block;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/fv_xmas_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #fv_xmas_copy {
    display: none;
  }
  #fv_xmas_spec {
    position: absolute;
    top: 74%;
    right: 13%;
    width: 415px;
    text-align: center;
  }
  #fv_xmas_spec img {
    display: none;
  }
  #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: 70%;
    max-width: none;
    margin: 0;
    color: #fff;
    text-decoration: none;
    margin-top: 7%;
  }

  /*FV Beauty*/
  #main_wrapper .slider04 {
    display: block;
    background-image: url("../img/fv_beauty_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  #fv_beauty_copy {
    display: none;
  }

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

  #main_wrapper .slick-dots li {
    width: 30px !important;
  }
  #main_wrapper .slick-dots {
    bottom: 35px !important;
  }
  #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: 10%;
    left: 7%;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  #headcopy .headcopy01 img {
    width: 80%;
  }
  #headcopy .headcopy02 {
    position: absolute;
    top: 18%;
    left: 7%;
    width: 60%;
    color: #fff;
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
    line-height: 2em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  #headcopy .headcopy02 p {
    margin-bottom: 32px;
  }

  /*About*/
  #about {
    position: relative;
    width: 100%;
    padding: 17.5% 8% 5% !important;
    margin: 0 !important;
    aspect-ratio: 750 / 1440 !important;
    overflow: hidden;
  }
  #about h2 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
  }
  #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-weight: 400;
    font-style: normal;
    font-size: 19px;
    margin: 5px 0 0 0;
  }
  #about .txt01 {
    margin: 10.5% 0 0 0;
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  #about #about_photo {
    width: 100%;
    margin: 5.9% 0 9.1%;
  }
  #about .txt02 {
    margin: 0 0 36.5% 0;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 2em;
    letter-spacing: 0.04em;
  }
  #about a.viewmore_btn {
    position: absolute;
    bottom: 5.6%;
    left: 8%;
    display: block;
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #051d47;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    line-height: 0;
    letter-spacing: -0.02em;
    margin-top: 23%;
    padding-left: 27px;
  }
  #about a.viewmore_btn::before {
    position: absolute;
    top: -17px;
    left: 0;
    display: block;
    content: "";
    width: 9px;
    height: 34px;
    background-color: #051d47;
  }
}
/*product*/
#product01 {
  position: relative;
  background-color: #051d47;
}
#product01_bg {
  width: 100%;
}
#product01 h2 {
  position: absolute;
  top: 10.3%;
  left: 8%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  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: 19px;
  margin: 5px 0 0 0;
  letter-spacing: 0.02em;
}
#product01 .txt01 {
  position: absolute;
  top: 23.3%;
  left: 8%;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fff;
}
#product01 .txt02 {
  position: absolute;
  top: 33.4%;
  left: 8%;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #fff;
}
#product02 {
  position: relative;
  background-color: #051d47;
}
#product02_bg {
  width: 100%;
}
#product02 .txt01 {
  position: absolute;
  top: 5.05%;
  left: 16.335%;
  width: 67.33%;
  height: 92px;
  background-color: #051d47;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  line-height: 92px;
  border-radius: 46px;
  letter-spacing: 0.1em;
}
#product02 .txt02 {
  position: absolute;
  top: 14.2%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#product02 ul.component {
  position: absolute;
  top: 17.75%;
  left: 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84%;
}
#product02 ul.component li {
  display: block;
  list-style: none;
  flex-basis: 32%;
  border: 2px solid #051d47;
  text-align: center;
  height: 64px;
  line-height: 58px;
  font-size: 25px;
  font-weight: 500;
  border-radius: 32px;
  margin-bottom: 2%;
}
#product02 .txt03 {
  position: absolute;
  top: 29.2%;
  left: 8%;
  width: 84%;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.03em;
}
#product02 .txt04 {
  position: absolute;
  top: 49.4%;
  left: 16.335%;
  width: 67.33%;
  height: 92px;
  background-color: #051d47;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  line-height: 92px;
  border-radius: 46px;
  letter-spacing: 0.1em;
}
#product02 .jozai_illust {
  position: absolute;
  top: 57.2%;
  left: 38.4%;
  width: 23.2%;
}
#product02 .txt05 {
  position: absolute;
  top: 76%;
  left: 8%;
  width: 84%;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.03em;
}
#product03 {
  background-color: #051b4d;
}
#product_bottom_bg {
  width: 100%;
}
/*黄金比*/
#golden_ratio {
  position: relative;
}
#golden_ratio_bg {
  width: 100%;
}
#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: 45px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#golden_ratio .txt01 {
  position: absolute;
  top: 18.4%;
  left: 8%;
  width: 84%;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#golden_ratio_chart {
  position: absolute;
  top: 32.7%;
  left: 2%;
  width: 96%;
}
#golden_ratio_chart img {
  width: 100%;
}
#golden_ratio_chart a.link01 {
  display: block;
  position: absolute;
  top: 21.5%;
  left: 63%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#golden_ratio_chart a.link02 {
  display: block;
  position: absolute;
  top: 71%;
  left: 48%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#golden_ratio_chart a.link03 {
  display: block;
  position: absolute;
  top: 16%;
  left: 38.5%;
  width: 60px;
  height: 80px;
  cursor: pointer;
}
#golden_ratio .txt02 {
  position: absolute;
  top: 76%;
  left: 8%;
  width: 84%;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#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: 30px;
  text-align: left;
}
.vitamin2 {
  background-color: #005bac;
  opacity: 0.95;
  border-radius: 30px;
  text-align: left;
}

.vitamin3 {
  background-color: #103770;
  opacity: 0.95;
  border-radius: 30px;
  text-align: left;
}
.remodal h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 10px solid #fff;
  padding: 0 5px 0 30px;
  margin-left: 20px;
  margin-bottom: 62px;
  line-height: 1em;
}
.remodal_frame {
  width: 99%;
  max-height: 83vh;
  overflow-y: auto;
  /* -ms-overflow-style: none;
  scrollbar-width: none;*/
}
@media print, screen and (max-width: 750px) {
  .remodal_frame {
    width: 99%;
    max-height: 76vh;
    overflow-y: auto;
    /* -ms-overflow-style: none;
		scrollbar-width: none;*/
  }
}

/*
.remodal_frame::-webkit-scrollbar {
  display: none;
}
*/
.remodal_frame::-webkit-scrollbar {
  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: 150px 5% 7% 6%;
}
.remodal_inner h3 {
  font-family: "Noto Sans JP", sans-serif;
}
.remodal_inner dl dt {
  background-color: #011439;
  height: 82px;
  line-height: 82px;
  border-radius: 41px;
  font-size: 33px;
  font-weight: 500;
  padding-left: 11%;
  margin-bottom: 4%;
}
.remodal_inner dl dt::before {
  position: relative;
  left: -22px;
  top: 2px;
  display: inline-block;
  content: "";
  background-color: #00a0e9;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.remodal_inner dl dd {
  font-size: 26px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  padding: 0 9% 8%;
}
.remodal-close {
  z-index: 2;
}
/*Quality*/
#quality {
  position: relative;
  width: 100%;
  background-color: #00305c;
  margin-top: -1px;
}
#quality_bg {
  width: 100%;
}
#quality h2 {
  position: absolute;
  top: 6.7%;
  left: 8%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  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: 19px;
  margin: 5px 0 0 0;
  letter-spacing: 0.02em;
}
#quality .txt01 {
  position: absolute;
  top: 14.1%;
  left: 8%;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fff;
}
#quality #quality_product_photo {
  position: absolute;
  top: 23.6%;
  left: 15%;
  width: 50%;
  display: block;
}
#quality #quality_product_photo_pc {
  display: none;
}
#quality .txt02 {
  position: absolute;
  top: 75.8%;
  left: 8%;
  width: 84%;
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#quality_content {
  position: relative;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/quality_content_bg.jpg);
  background-position: top center;
  padding: 0 0 110px;
  width: 100%;
  background-color: #00305c;
}
#quality_content .accordion {
  width: 86%;
  margin: 0 auto;
  border-bottom: solid 2px #fff;
}
.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: 1em;
  display: block;
  color: #fff;
  min-height: 240px;
}
.a_title::after,
.a_title::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 46%;
  width: 3px;
  height: 35px;
  background-color: #fff;
  transition: all 0.3s;
}
.a_title::after {
  transform: rotate(90deg);
}
.quality_a01 {
  position: absolute;
  top: 45%;
  left: 25%;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.accordion .icon01::before {
  position: absolute;
  top: 75px;
  left: 3%;
  content: "";
  display: block;
  width: 83px;
  height: 110px;
  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: 41%;
  left: 25%;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.quality_a02 span {
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin-top: 3px;
}
.accordion .icon02::before {
  position: absolute;
  top: 100px;
  left: 3%;
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  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: 45%;
  left: 25%;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.accordion .icon03::before {
  position: absolute;
  top: 96px;
  left: 3%;
  content: "";
  display: block;
  width: 83px;
  height: 83px;
  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: 26px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
.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: auto;
  margin-top: -1px;
}
#trouble_bg {
  width: 100%;
}
#trouble h2 {
  position: absolute;
  top: 8.5%;
  left: 8%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fff;
}
#trouble .txt01 {
  position: absolute;
  top: 84%;
  left: 8%;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#trouble .trouble_product {
  position: absolute;
  top: 60.5%;
  right: 8.5%;
  width: 21%;
}
#trouble ul.trouble_list {
  position: absolute;
  top: 20.5%;
  left: 8%;
  width: 84%;
  border-bottom: 1px solid #fff;
}
#trouble ul.trouble_list li {
  list-style: none;
  color: #fff;
  border-top: 1px solid #fff;
  height: 215px;
  line-height: 215px;
  font-weight: 400;
  font-size: 35px;
}
#trouble ul.trouble_list li span {
  display: inline-block;
  margin-right: 5%;
  width: 92px;
  height: 92px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/trouble_no_bg.png);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  background-size: cover;
  line-height: 92px;
  text-align: center;
}
.trouble_txt_wrapp {
  display: none;
}
/*How to Drink*/
#howto {
  position: relative;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 750 / 1190;
}
#howto h2 {
  position: absolute;
  top: 14%;
  left: 8%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  letter-spacing: -0.05em;
}
#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: 400;
  font-size: 19px;
  margin: 5px 0 0 0;
  letter-spacing: 0.02em;
}
#howto .howto_slider {
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
}

#howto .howto_slider .slick-list {
  padding: 0 17% 0 3% !important;
}
#howto .howto_slider li {
  margin: 0 0.5%;
}
#howto .howto_slider li img {
  width: 100%;
  margin: 0 0 6%;
}
#howto .howto_slider li p {
  font-size: 26px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
#howto .slick-dots li {
  width: 30px !important;
}
#howto .slick-dots {
  bottom: -86px !important;
}
#howto .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;
}
#howto .slick-dots button:hover::before,
#howto .slick-dots .slick-active button::before {
  background: #051b4d !important;
}

/*User's voice*/
#voice {
  position: relative;
  width: 100%;
}
#voice_bg {
  width: 100%;
}
#voice h2 {
  position: absolute;
  top: 10%;
  left: 8%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  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: 19px;
  margin: 5px 0 0 0;
}
#voice .txt01 {
  position: absolute;
  top: 20%;
  left: 8%;
  color: #fff;
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#voice .voice_slider {
  position: absolute;
  top: 36.4%;
  left: 0;
  width: 100%;
}
#voice .voice_slider .slick-list {
  padding: 0 !important;
}
#voice .voice_slider li img {
  width: 86.8% !important;
  margin: 0 6.6% !important;
}

#voice .slick-dots li {
  width: 78px !important;
}
#voice .slick-dots {
  bottom: -115px !important;
}
#voice .slick-dots button::before {
  content: "" !important;
  background-color: #fff !important;
  width: 75px !important;
  height: 7px !important;
  opacity: 0.35 !important;
}
#voice .slick-dots button:hover::before,
#voice .slick-dots .slick-active button::before {
  background: #fff !important;
  opacity: 1 !important;
}

#voice .prev-arrow {
  position: absolute;
  top: 65%;
  right: 5%;
  display: block;
  width: 200px;
  height: 280px;
  cursor: pointer;
  z-index: 3;
}
#voice .next-arrow {
  position: absolute;
  top: 65%;
  left: 5%;
  display: block;
  width: 200px;
  height: 280px;
  cursor: pointer;
  z-index: 3;
}

/*Line up*/
#lineup {
  position: relative;
  width: 100%;
}
#lineup h2 {
  position: absolute;
  top: 7.3%;
  left: 12.5%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  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: 19px;
  margin: 5px 0 0 0;
}
#lineup .lineup_product01 {
  position: absolute;
  top: 13.2%;
  left: 0;
  width: 100%;
}
#lineup .lineup_product_name {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9em;
  margin: 0 0 8% 12.5%;
  letter-spacing: 0;
}
#lineup .lineup_product_name span.day {
  font-size: 33px;
  font-weight: 500;
}
#lineup .lineup_product_name span.size {
  font-size: 25px;
  font-weight: 500;
}

#lineup .lineup_product_photo {
  width: 100%;
}
#lineup .lineup_price {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.9em;
  margin: 1.5% 0 0 12.5%;
  letter-spacing: 0.05em;
}
#lineup .lineup_price span {
  font-size: 26px;
  font-weight: 400;
}
#lineup a.lineup_order_btn {
  display: block;
  width: 75%;
  height: 88px;
  background-color: #fff;
  border-radius: 45px;
  margin: 1.1% 12.5% 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 87px;
  letter-spacing: 0.05em;
  color: #051b4d;
  text-decoration: none;
  cursor: pointer;
}
#lineup a.lineup_order_btn:hover {
  opacity: 0.7;
}
#lineup .lineup_product02 {
  position: absolute;
  top: 56%;
  left: 0;
}

#lineup a.lineup_order_teiki_btn {
  display: block;
  width: 75%;
  height: 88px;
  background-color: #eb6100;
  border-radius: 45px;
  margin: 1.3% 12.5% 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 87px;
  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: auto;
  width: 86%;
  height: 1px;
  /*background-color: #dfe2e7;*/
  margin: 13px 7% 45px;
}
#lineup .lineup_line_sp {
  display: block;
  position: absolute;
  top: 52.7%;
  left: 7%;
  width: 86%;
  height: 1px;
  border-bottom: 1px solid #dfe2e7;
}

#lineup .label_box {
  display: flex;
  margin: 0 0 0 12.5%;
}
#lineup .label_box .lineup_label01 {
  background-color: #eb6100;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  width: 230px;
  height: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.09em;
}
#lineup .label_box .lineup_label02 {
  background-color: #fff;
  border: 1px solid #eb6100;
  color: #eb6100;
  text-align: center;
  width: 200px;
  height: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.09em;
}

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

#special .special_right_txt {
  width: 89%;
  float: left;
  margin: 780px 0 0 11%;
}
#special .special_right_txt .roduct_tab_YOSHIROTTEN_wrap {
  display: flex;
  margin: 28px 0 15px 10px;
}
#special .special_right_txt .product_tab_YOSHIROTTEN {
  height: 34px;
  width: 114px;
  background-color: #c0c0c0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
  margin-right: 20px;
}
#special .special_right_txt .product_tab_YOSHIROTTEN2 {
  height: 34px;
  width: 114px;
  background-color: #fff;
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.09em;
  margin-bottom: 9px;
  margin-right: 20px;
}
#special .special_right_txt .product_tab_YOSHIROTTEN3 {
  height: 34px;
  width: 114px;
  background-color: #7f66ff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.09em;
  margin-bottom: 9px;
}
#special .special_right_txt h3 {
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.35em !important;
  width: 96.4% !important;
  margin: 0 1.8% 0 !important;
  color: #fff;
  white-space: nowrap;
}

#special .special_right_txt .product_capacity {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.46em;
  width: 100%;
  margin: 0 0 0 10px;
  color: #fff;
}
#special .special_right_txt .product_price {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  width: 90%;
  color: #fff;
  margin: 0 0 8px 10px;
}
#special .special_right_txt .product_price span {
  position: relative;
  top: -5px;
  font-size: 25px;
  font-weight: 400;
  margin-right: 0;
  margin-left: 3px;
  letter-spacing: 0.1em;
}

#special .special_right_txt .product_cart_btn {
  display: block;
  height: 87px;
  width: 270px;
  margin: 23px 0 0 10px;
  line-height: 81px;
  border-radius: 55px;
  color: #fff;
  font-size: 30px;
  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: 1295px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/top_xmas2025_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
}
#top_xmas2025 .top_xmas2025_inner {
  position: relative;
  max-width: none !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#top_xmas2025 .xmas2025_right_txt {
  position: absolute;
  width: 100%;
  bottom: 9%;
  left: 12%;
  float: auto;
  margin-top: 0;
}
#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: none;
}
#top_xmas2025 .xmas2025_right_txt .product_tab_xmas2 {
  display: none;
}

#top_xmas2025 .xmas2025_right_txt h3 {
  display: none;
}
#top_xmas2025 .xmas2025_right_txt .product_price {
  display: none;
}
#top_xmas2025 .xmas2025_right_txt .product_capacity {
  display: none;
}

#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: 80px;
  width: 38%;
  background-color: #ff0000;
  margin: 0;
  line-height: 78px;
  border-radius: 55px;
  color: #fff;
  font-size: 26px;
  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%;
  aspect-ratio: 750 / 2142;
  background-color: #fff;
  margin-bottom: -110px;
}
#history h2 {
  position: absolute;
  top: 8.8%;
  left: 8%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  letter-spacing: -0.05em;
}
#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: 19px;
  margin: 5px 0 0 0;
  letter-spacing: 0.02em;
}
#history .txt01 {
  position: absolute;
  top: 15.5%;
  left: 8%;
  width: 84%;
  font-weight: 400;
  font-size: 26px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
#history .company_photo {
  position: absolute;
  top: 35.6%;
  left: 0;
  width: 100%;
}
#history .history_slider {
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
}
#history .history_slider_pc {
  display: none;
}
#history .history_slider .slick-list {
  padding: 0 !important;
}
#history .history_slider li img {
  width: 93% !important;
  margin: 0 3.5% !important;
}

/*画面下固定ロゴ*/

.fix_under_icon {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: 1s;
  width: 100% !important;
  width: 265px !important;
  pointer-events: none;
}
#buynow {
  position: absolute;
  width: 265px;
  bottom: 50px;
  right: calc(50% - 360px);
  z-index: 1;
  pointer-events: auto;
}
#logo_fix_under {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 320px);
  width: 387px;
  z-index: 1;
}

#logo_fix_under img {
  width: 360px;
}

.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;
}
@media screen and (max-width: 750px) {
  /*toppage news*/
  #toppage_news {
    aspect-ratio: 415 / 753;
    position: relative;
    top: 1px;
    height: auto;
    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 h2 {
    position: absolute;
    top: 8.8%;
    left: 8%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
    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: 19px;
    margin: 5px 0 0 0;
    letter-spacing: 0.02em;
  }
  #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: 18%;
    left: 8%;
    width: 84%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #toppage_news .toppage_news_box li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
    padding: 108px 0 50px;
    overflow: hidden;
  }

  #toppage_news .toppage_news_box li .photo {
    float: left;
    width: 39.5%;
    height: auto;
    aspect-ratio: 900 / 556;
    overflow: hidden;
  }
  #toppage_news .toppage_news_box li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #toppage_news .toppage_news_box li .toppage_news_date {
    position: absolute;
    top: 45px;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #fff;
    font-size: 19px;
    letter-spacing: -0.02em;
    padding: 0;
  }
  #toppage_news .toppage_news_box li .toppage_news_date a {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #051d47;
    background-color: #7089a8;
    height: 25px;
    line-height: 26px;
    letter-spacing: -0.02em;
    padding: 0 9px;
    margin-left: 50px;
    z-index: 0;
  }
  #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: -27px;
    content: "";
    width: 2px;
    height: 25px;
    background-color: #bcbcbc;
  }
  #toppage_news .toppage_news_box li .toppage_news_title {
    position: relative;
    top: -8px;
    float: right;
    width: 55%;
    color: #fff;
    font-weight: 500;
    padding: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5em;
    letter-spacing: 0.09em;
    word-break: break-all;
  }
  #toppage_news .more_btn {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 115px;
  }

  /*footer*/
  footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 8%;
    aspect-ratio: 414 / 940;
    background-color: #051d47;
    z-index: 99999; /*重ね順を変更*/
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  #totop {
    position: absolute;
    right: 8.3%;
    top: 3.5%;
    width: 28px;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  #totop a {
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  #footer_logo {
    position: absolute;
    top: 12.2%;
    left: 8%;
    width: 265px;
    margin: 0 auto;
  }
  #footer_logo img {
    width: 100%;
  }
  footer .footer_menu {
    position: absolute;
    top: 21.5%;
    left: 8%;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  footer .footer_menu li {
    list-style: none;
    font-size: 32px;
    line-height: 2em;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  footer .footer_menu li a {
    text-decoration: none;
    color: #fff;
  }
  footer .footer_menu li ul {
    margin-bottom: 9.2%;
  }
  footer .footer_menu li ul.lower_menu {
    margin: 44px 0 85px 0;
  }
  footer .footer_menu li ul.lower_menu li {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 23px;
    letter-spacing: 0.075em;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
  }

  footer .footer_menu li ul.lower_menu li:last-child a {
    border: none !important;
    padding: 0;
    margin: -10px 0 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.product {
    margin-bottom: 40px;
  }
  footer .footer_menu li ul.lower_menu li a {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    letter-spacing: 0.025em;
    line-height: 43px;
    font-weight: 500;
    text-align: center;
    width: 107px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 15px;
    margin: 26px 18px 36px 0;
  }
  footer .footer_menu li ul.lower_menu2 {
    margin-top: 33px;
  }
  footer .footer_menu li ul.lower_menu2 li {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 2.1em;
  }
  footer .footer_menu li ul.lower_menu2 li a {
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  footer .footer_menu li ul.lower_menu2 li:last-child::after {
    position: relative;
    top: 2px;
    right: -2px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/check_arrow_w.png);
    background-size: cover;
  }
  footer .footer_menu2 {
    position: absolute;
    top: 79%;
    left: 8%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
  }
  footer .footer_menu2 li {
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 2.5em;
    width: 30%;
  }
  footer .footer_menu2 li a {
    font-family: "Be Vietnam Pro", sans-serif !important;
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
  }
  footer .footer_sns {
    position: absolute;
    top: 71.8%;
    left: 8%;
  }
  footer .footer_sns ul {
    display: flex;
    margin-top: 295px;
  }
  footer .footer_sns ul li {
    list-style: none;
    margin: 0 40px 150px 0;
    width: 50px;
    height: 50px;
  }
  footer .footer_sns ul li a {
    position: relative;
    color: #051d47;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  #copyright {
    font-family: "Be Vietnam Pro", sans-serif !important;
    position: absolute;
    top: 92%;
    left: 8%;
    width: 100%;
    text-align: left;
    margin-top: 6%;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
  }

  /*アニメーション*/
  .delay02s {
    animation-delay: 0.2s;
    opacity: 0;
  }
  .delay05s {
    animation-delay: 0.5s;
    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);
    }
  }
}
