@charset "utf-8";

@media screen and (min-width: 751px) {
  .pc_content {
    display: block;
  }
  .sp_content {
    display: none;
  }
  /*ハンバーガーメニュー*/
  nav.NavMenu {
    display: none;
  }
  .Toggle {
    display: none;
  }
  .scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
  }
  /*ヘッダー*/
  header.lower {
    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.lower #header_logo {
    position: absolute;
    top: 37px;
    left: 67px;
    width: 162px;
    z-index: 1;
    pointer-events: auto;
  }
  header.lower #header_logo img {
    width: 100%;
  }
  header.lower #icon_member {
    position: absolute;
    top: 37px;
    right: 121px;
    width: 36px;
    height: 35px;
    pointer-events: auto;
  }
  header.lower #icon_member img {
    width: 100%;
  }
  header.lower #icon_cart {
    position: absolute;
    top: 33px;
    right: 55px;
    width: 30px;
    height: auto;
    pointer-events: auto;
  }
  header.lower #icon_cart img {
    width: 100%;
  }
  header.lower #icon_cart span {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #051d47;
    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.lower #header_pc_nav {
    position: absolute;
    top: 37px;
    left: 20%;
    z-index: 2;
    pointer-events: auto;
　white-space: nowrap;
  }
  header.lower #header_pc_nav li {
    display: inline-block;
    margin-right: 3vw;
  }
  header.lower #header_pc_nav li a {
    color: #051d47;
    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%;
    max-width: none;
    margin: 0 auto;
    overflow-x: hidden;
  }

  /*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;
  }
  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(../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;
  }

  /*Lower Contents*/
  h2.lower_midashi {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #051d47;
  }
  h2.lower_midashi 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-size: 14px;
    font-weight: 400;
    margin: 2px 0 0 0;
    letter-spacing: 0.05em;
  }

  /*Login*/
  #login_user {
    position: relative;
    max-width: 878px;
    width: 90%;
    margin: 233px auto -193px;
  }
  .login_user_table {
    width: 100%;
    margin: 55px 0 0;
  }
  .login_user_table tr:nth-child(1),
  .login_user_table tr:nth-child(2){

  }

  .login_user_table th {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    width: 140px;
    padding-right: 30px;
    text-align: right;
    white-space: nowrap;
  }
  .login_user_table td {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 21px;
    width: calc(100% - 140px);
  }
  .login_user_table input[type="text"] {
    width: 100%;
    height: 56px;
    border: 2px solid #00305c;
    margin: 2.6% 0 2% 0;
    padding: 0 3%;
    font-size: 15px;
  }
  .login_user_table input[type="email"] {
    width: 594px;
    height: 70px;
    border: 2px solid #00305c;
    margin: 2.6% 0 2% 0;
    padding: 0 3%;
    font-size: 15px;
  }
  .login_user_table input[type="password"] {
    width: 594px;
    height: 70px;
    border: 2px solid #00305c;
    margin: 2.6% 0 2% 0;
    padding: 0 3%;
    font-size: 15px;
  }

  .login_user_table input[type="checkbox"] {
    appearance: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .login_user_table input[type="checkbox"]::before {
    display: block;
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: #fff;
    border: solid 2px #00305c;
  }
  .login_user_table input[type="checkbox"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 10px;
    height: 18px;
    border-right: 3px solid #00305c;
    border-bottom: 3px solid #00305c;
    transform: rotate(45deg);
    opacity: 0;
  }
  .login_user_table input[type="checkbox"]:checked::after {
    opacity: 1;
  }
  .login_user_table .checkbox_txt {
    display: block;
    padding-top: 11px;
    margin-left: 140px;
    letter-spacing: 0.075em;
  }
  .login_user_table .checkbox_txt span {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    top: -19px;
    left: 8px;
  }
  .login_user_table input[type="submit"] {
    position: relative;
    left: 70px;
    display: block;
    width: 314px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    margin: 45px auto 7px;
    background-color: #eb6100;
    border-radius: 47px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .login_user_table input[type="submit"]:hover {
    opacity: 0.7;
  }
  .login_user_table .password_txt {
    display: block;
    margin: 13px auto 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #051d47;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-align: center;
  }
  .login_user_table .login_user_table_line {
    position: relative;
    left: 67px;
    width: 596px;
    height: 2px;
    background-color: #051d47;
    margin: 40px auto 0;
  }
  #login_user .new_user_txt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 40px 0 0 0;
  }
  #login_user .new_user {
    display: block;
    width: 314px;
    height: 63px;
    line-height: 60px;
    text-align: center;
    margin: 23px auto -15%;
    background-color: #051d47;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
  }

  /*Company*/
  #orthomol_company {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 230px auto -143px;
  }
  #orthomol_company dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 2px solid #00305c;
    margin: 90px 0 0 0;
    letter-spacing: 0.075em;
  }
  #orthomol_company dl dt {
    width: 330px;
    height: 137px;
    line-height: 137px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 32px;
    border-bottom: 2px solid #00305c;
    color: #051d47 !important;
  }
  #orthomol_company dl dd {
    width: calc(100% - 330px);
    height: 137px;
    line-height: 137px;
    font-size: 15px;
    padding: 0 2%;
    font-weight: 400;
    border-bottom: 2px solid #00305c;
    color: #051d47 !important;
  }

  /*Terms of Use*/
  #orthomol_terms {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 233px auto -50px;
  }
  #orthomol_terms .orthomol_terms_inner {
    margin-top: 126px;
  }
  #orthomol_terms h3 {
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 0 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    letter-spacing: 0.075em;
    line-height: 1.4em;
  }
  #orthomol_terms p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.86em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    letter-spacing: 0.075em;
    margin: 0 0 32px;
  }

  /*特定商取引法に基づく表記*/
  #legal_statement {
    position: relative;
    max-width: 950px;
    width: 90%;
    margin: 233px auto -214px;
  }
  #legal_statement dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 107px 0 0 0;
    letter-spacing: 0.05em;
    color: #051d47;
  }
  #legal_statement dl dt {
    width: 385px;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 0;
    line-height: 1.3em;
    letter-spacing: 0.075em;
  }
  #legal_statement dl dd {
    width: calc(100% - 385px);
    font-size: 15px;
    font-weight: 400;
    padding: 22px 0;
    line-height: 1.86em;
    letter-spacing: 0.075em;
  }

  /*Privacy Policy*/
  #privacy_policy {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 232px auto 0;
  }
  #privacy_policy .privacy_policy_inner {
    margin-top: 136px;
  }
  #privacy_policy h3 {
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 0 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    letter-spacing: 0.075em;
    line-height: 1.4em;
  }
  #privacy_policy p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.86em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    letter-spacing: 0.075em;
    margin: 0 0 32px;
  }

  /*Contact*/
  #othhomol_contact {
    position: relative;
    max-width: 880px;
    width: 90%;
    margin: 207px auto 0;
  }

  .othhomol_contact_table {
    width: 100%;
    margin: 13% 0 -10%;
  }
  .othhomol_contact_table .table_border {
    border-top: 2px solid #00305c;
    border-bottom: 2px solid #00305c;
    height: 90px;
    line-height: 86px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 44px;
    padding-left: 30px;
  }
  .othhomol_contact_table .table_border2 {
    border-top: 2px solid #00305c;
    border-bottom: 2px solid #00305c;
    height: 90px;
    line-height: 86px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin: 65px 0 41px;
    text-align: left;
    padding-left: 30px;
  }
  .othhomol_contact_table .table_border3 {
    border-bottom: 2px solid #00305c;
    height: 40px;
    margin: 0;
    text-align: left;
    font-size: 24px;
  }
  .othhomol_contact_table th,
  .othhomol_contact_table td {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.075em;
  }
  .othhomol_contact_table th {
    padding-left: 7px;
  }
  .othhomol_contact_table .wp_wide {
    padding: 0 92px;
  }
  .othhomol_contact_table span.alert {
    position: relative !important;
    top: 1px !important;
    right: -3px !important;
    color: #f0643d !important;
    font-size: 15px !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 400 !important;
  }
  .othhomol_contact_table select {
    width: 100%;
    height: 56px;
    border: 2px solid #00305c;
    margin: 5px 0 30px 0;
    padding: 0 3%;
    appearance: none;
    color: #051d47;
  }
  .othhomol_contact_table .selectwrap {
    position: relative;
  }
  .othhomol_contact_table .selectwrap::after {
    position: absolute;
    top: 24%; /* 矢印の位置 */
    right: 40px; /* 矢印の位置 */
    width: 13px; /* 矢印の大きさ */
    height: 13px; /* 矢印の大きさ */
    border-top: 2px solid #00305c; /* 矢印の線 */
    border-right: 2px solid #00305c; /* 矢印の線 */
    -webkit-transform: rotate(135deg); /* 矢印の傾き */
    transform: rotate(135deg); /* 矢印の傾き */
    pointer-events: none; /* 矢印部分もクリック可能にする */
    content: "";
  }
  .othhomol_contact_table textarea {
    width: 100%;
    height: 180px;
    border: 2px solid #00305c;
    margin: 5px 0 13px 0 !important;
    padding: 3%;
  }
  .othhomol_contact_table .contact_note {
    position: relative;
    top: 0;
    width: 100%;
    color: #00305c;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 7.7em;
    font-weight: 400;
    line-height: 1.64em;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }
  .othhomol_contact_table .contact_note span {
    color: #ff0000;
  }
  .othhomol_contact_table input[type="text"] {
    width: 100%;
    height: 56px;
    border: 2px solid #00305c;
    margin: 5px 0 30px 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="tel"] {
    width: 100%;
    height: 56px;
    border: 2px solid #00305c;
    margin: 5px 0 30px 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="email"] {
    width: 100%;
    height: 56px;
    border: 2px solid #00305c;
    margin: 5px 0 30px 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="checkbox"] {
    appearance: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .othhomol_contact_table input[type="checkbox"]::before {
    display: block;
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: #fff;
    border: solid 2px #00305c;
  }
  .othhomol_contact_table input[type="checkbox"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 10px;
    height: 18px;
    border-right: 3px solid #00305c;
    border-bottom: 3px solid #00305c;
    transform: rotate(45deg);
    opacity: 0;
  }
  .othhomol_contact_table input[type="checkbox"]:checked::after {
    opacity: 1;
  }
  .othhomol_contact_table .checkbox_txt {
    display: block;
    padding-top: 11px;
  }
  .othhomol_contact_table .checkbox_txt span {
    position: relative;
    top: -13px;
    left: 30px;
  }
  .othhomol_contact_table input[type="submit"] {
    display: block;
    width: 90%;
    height: 94px;
    line-height: 90px;
    text-align: center;
    margin: 10.6% 5% 4%;
    background-color: #eb6100;
    border-radius: 47px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .othhomol_contact_table .password_txt {
    margin: 0 0 0 11%;
    font-size: 19px;
    color: #051d47;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .othhomol_contact_table .login_user_table_line {
    width: 100%;
    height: 2px;
    background-color: #051d47;
    margin: 14.6% 0 0 0;
  }
  ::placeholder {
    color: #ddd;
    font-weight: 400;
  }
  .othhomol_contact_table .short_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .othhomol_contact_table .short_form input[type="text"] {
    flex-basis: 49%;
  }
  .othhomol_contact_table .contact_note2 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73em;
    padding: 50px 0 2%;
  }
  .othhomol_contact_table .contact_note2 a {
    margin: 0;
    color: #051d47;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
  .othhomol_contact_table td .checkbox_txt {
    display: block;
    padding-top: 0;
    text-align: center;
  }
  .othhomol_contact_table td .checkbox_txt span {
    position: relative;
    top: -20px;
    left: 10px;
  }
  .othhomol_contact_table input[type="submit"] {
    display: block;
    width: 314px;
    height: 63px;
    line-height: 60px;
    text-align: center;
    margin: 10px auto -5px;
    background-color: #051d47;
    border-radius: 47px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #submit-btn[disabled] {
    background-color: #eee;
    color: #ccc;
    cursor: not-allowed; /* クリック不可のカーソルを表示 */
  }

  /*Shopping Guide*/
  #shopping_guide {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 233px auto -214px;
  }
  #shopping_guide h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    font-size: 18px !important;
  }
  .shopping_guide_index {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 85px 40px;
  }
  .shopping_guide_index:after {
    content: "";
    display: block;
    width: 59%;
    height: 0;
  }

  .shopping_guide_index a {
    flex-basis: 18.2%;
    margin-bottom: 23px;
  }
  .shopping_guide_index a img {
    width: 100%;
  }
  /*Shopping Guide accordion*/
  #shopping_guide .accordion {
    display: block;
    width: 100%;
    margin: 20px auto 124px;
    border-bottom: solid 2px #051d47;
  }
  #shopping_guide .a_toggle {
    display: none;
  }
  #shopping_guide .a_option {
    position: relative;
    margin-bottom: 0;
  }
  #shopping_guide .a_title,
  #shopping_guide .a_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #shopping_guide .a_title {
    position: relative;
    border-top: solid 2px #051d47;
    padding: 0;
    display: block;
    color: #051d47;
    height: 134px !important;
    max-height: 134px;
    min-height: 134px;
  }
  #shopping_guide .a_title.multi {
    height: 140px !important;
    max-height: 140px;
    min-height: 140px;
  }
  #shopping_guide .a_title::after,
  #shopping_guide .a_title::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 61px;
    width: 3px;
    height: 17px;
    background-color: #051d47;
    transition: all 0.3s;
  }
  #shopping_guide .a_title::after {
    transform: rotate(90deg);
  }
  #shopping_guide .product_spec_a {
    position: absolute;
    top: 48px;
    left: 73px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2em;
    color: #051d47;
    width: 85%;
  }
  #shopping_guide .a_content {
    max-height: 0;
    overflow: hidden;
  }
  #shopping_guide .a_content p {
    margin: 0;
    padding: 0 0 67px 57px;
    color: #051d47;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.075em;
  }
  #shopping_guide .a_content p a {
    color: #051d47;
    text-decoration: underline;
  }
  #shopping_guide .a_toggle:checked + .a_title + .a_content {
    max-height: 2000px;
    transition: all 1.5s;
  }
  #shopping_guide .a_toggle:checked + .a_title::before {
    transform: rotate(90deg) !important;
  }
  #shopping_guide .accordion h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
  }

  #guide01,
  #guide02,
  #guide03,
  #guide04,
  #guide05,
  #guide06,
  #guide07 {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
    height: 1px;
    width: 100%;
  }

  /*News一覧*/
  #news_archive {
    position: relative;
    margin-top: 207px;
  }
  .category_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 830px;
    margin: 130px auto 90px;
  }
  .category_list li {
    width: 18.7%;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  }
  .category_list li a {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    width: 100%;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 20px;
    opacity: 0.8;
  }
  .category_list li a:hover {
    border: 2px solid #051d47;
    color: #051d47;
  }
  .category_list li.active a {
    border: 2px solid #051d47;
    color: #051d47;
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .category_list li:nth-child(1) {
    border: none;
    width: 16%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .news_list_box {
    position: relative;
    border: 1px solid #051d47;
    width: 1085px;
    height: 220px;
    margin: 0 auto 50px;
    padding: 35px 5% 5% 4.5%;
  }
  .news_list_box .news_list_photo {
    width: 240px !important;
    height: 150px !important;
    /*  aspect-ratio: 240 / 150 !important;*/
    overflow: hidden;
  }
  .news_list_box .news_list_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }
  .news_list_box .news_list_date {
    position: absolute;
    top: 16%;
    right: 5%;
    width: 62%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  .news_list_box .news_list_date a {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    color: #051d47;
    background-color: #f3f3f3;
    height: 21px;
    line-height: 23px;
    padding: 0 9px;
    margin-left: 28px;
  }
  .news_list_box .news_list_date a::before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #bcbcbc;
  }

  .news_pagenation_wrap {
    width: 100%;
    text-align: center;
  }
  .news_list_box .news_list_title {
    position: absolute;
    top: 32%;
    right: 5%;
    width: 62%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.09em;
    word-break: break-all;
  }
  .news_list_box .more_btn {
    position: absolute;
    bottom: 12%;
    right: 5%;
    width: 114px;
  }
  /*ページネーション*/
  .news_pagenation {
    margin: 100px auto 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
  }
  .news_pagenation li {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
  }
  .news_pagenation li a {
    font-family: "Be Vietnam Pro", sans-serif;
  }
  .news_pagenation li a.active {
    position: relative;
  }
  .news_pagenation li a.active::after {
    position: absolute;
    bottom: -4px;
    left: -6px;
    content: "";
    width: 22px;
    height: 1px;
    background: #051d47;
  }
  .news_pagenation .left_arw,
  .news_pagenation .right_arw {
    position: relative;
    top: -2px;
    width: 6px;
  }
  /*News 商品リンク*/
  .news_product_link {
    background-color: #f0f0f0;
    width: 100%;
    height: 250px;
    margin: 73px 0 -170px;
    text-align: center;
    padding: 65px 0 0;
  }
  .news_product_link .product_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 18px;
  }
  .news_product_link a.buy_btn {
    display: block;
    width: 337px;
    height: 55px;
    background-color: #051d47;
    border-radius: 30px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    letter-spacing: 0.12em;
    color: #fff;
  }

  /*News詳細*/
  #news_single {
    position: relative;
    max-width: 1345px;
    width: 94%;
    margin: 210px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .news_single_left {
    width: 28%;
    margin-top: 15px;
  }
  .news_single_right {
    width: 67%;
  }
  .news_single_left .news_single_date {
    position: relative;
    top: -6px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
  }
  #news_single .news_single_left .news_single_date a.news_single_cate {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 15px;
    color: #051d47;
    background-color: #f3f3f3 !important;
    height: 20px;
    width: auto;
    line-height: 22px;
    padding: 0 9px !important;
    margin-left: 40px;
  }
  .news_single_left .news_single_date a.news_single_cate::before {
    position: absolute;
    top: -2px;
    left: -22px;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #051d47;
  }
  h1.news_single_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 0.09em;
    line-height: 1.64em;
    margin-top: 16px;
    word-break: break-all;
    font-weight: 600;
  }
  .news_single_thum {
    aspect-ratio: 900 / 556;
    margin-bottom: 70px;
  }
  .news_single_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_single_content {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 2.13em;
    margin-bottom: 176px;
  }
  .news_single_content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .news_single_content img {
    max-width: 100%;
    height: auto;
    margin-top: 90px;
    margin-bottom: 70px;
  }

  /*News詳細ページネーション*/
  .news_single_pagenation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 400px;
    margin: 100px auto 0;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
  }
  .news_single_pagenation li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-family: "Be Vietnam Pro", sans-serif !important;
    width: 33%;
　text-align:center;
  }
  .news_single_pagenation li a {
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  .news_single_pagenation li:nth-child(2) {
    font-family: "Be Vietnam Pro", sans-serif !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .news_single_pagenation li:nth-child(1) {text-align:left;}
  .news_single_pagenation li:nth-child(3) {text-align:right;}

  .news_single_pagenation .left_arw,
  .news_single_pagenation .right_arw {
    display: inline-block;
    position: relative;
    top: -12px;
    width: 6px;
    margin: 0 10px;
  }

  /*パンくずナビ*/
  #breadcrumbs_navi_bottom {
    font-size: 14px;
    font-weight: 500;
    color: #051b4d;
    text-decoration: none;
    letter-spacing: 0.07em;
    width: 90%;
    margin: 298px 5% 100px;
    font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  }
  #breadcrumbs_navi_bottom span {
    font-weight: 600;
  }
  #breadcrumbs_navi_bottom a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #051b4d;
    text-decoration: none;
    letter-spacing: 0;
    margin-right: 43px;
    font-family: "Be Vietnam Pro", sans-serif;
  }
  #breadcrumbs_navi_bottom a::after {
    position: absolute;
    top: 50%;
    right: -27px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #051b4d;
  }
}

/*********************************************************************************/

@media print, screen and (max-width: 750px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }
  /*下層ヘッダー*/
  header.lower {
    position: fixed;
    padding: 20px 30px;
    width: 100%;
    height: 100px;
    max-width: 750px;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 900001;
  }
  /*header.lower #icon_member {
    display: none;
  }*/
  header.lower #icon_member img {
    width: 100%;
  }
  header.lower #icon_cart {
    position: absolute;
    top: 31px;
    right: 5%;
    width: 47px;
    height: auto;
  }
  header.lower #icon_cart img {
    width: 100%;
  }
  header.lower #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;
  }
  header.lower .Toggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    left: calc(50% - 335px);
    top: 50px;
    width: 45px;
    height: 36px;
    cursor: pointer;
    z-index: 999;
    pointer-events: auto;
  }

  header.lower .Toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 2px #00305c;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
    left: 0;
  }
  header.lower.about .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;
  }

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

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

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

  /*Lower Contents*/
  /*Login*/
  #login_user {
    position: relative;
    width: 100%;
    margin: 27.6% 0 0;
  }
  h2.lower_midashi {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #051d47;
  }
  h2.lower_midashi 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-size: 16px;
    margin: 5px 0 0 0;
    letter-spacing: 0.1em;
  }
  .login_user_table {
    width: 86%;
    margin: 8.3% 7% 0;
  }
  .login_user_table th,
  .login_user_table td {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 21px;
  }
  .login_user_table input[type="text"] {
    width: 100%;
    height: 70px;
    border: 2px solid #00305c;
    margin: 2.4% 0 4% 0;
    padding: 0 3%;
  }
  .login_user_table input[type="email"] {
    width: 100%;
    height: 70px;
    border: 2px solid #00305c;
    margin: 2.4% 0 4% 0;
    padding: 0 3%;
  }
  .login_user_table input[type="password"] {
    width: 100%;
    height: 70px;
    border: 2px solid #00305c;
    margin: 2.4% 0 4% 0;
    padding: 0 3%;
  }

  .login_user_table input[type="checkbox"] {
    appearance: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .login_user_table input[type="checkbox"]::before {
    display: block;
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background: #fff;
    border: solid 2px #00305c;
  }
  .login_user_table input[type="checkbox"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    width: 12px;
    height: 20px;
    border-right: 3px solid #00305c;
    border-bottom: 3px solid #00305c;
    transform: rotate(45deg);
    opacity: 0;
  }
  .login_user_table input[type="checkbox"]:checked::after {
    opacity: 1;
  }
  .login_user_table .checkbox_txt {
    display: block;
    padding-top: 11px;
  }
  .login_user_table .checkbox_txt span {
    position: relative;
    top: -13px;
    left: 30px;
  }
  .login_user_table input[type="submit"] {
    display: block;
    width: 90%;
    height: 94px;
    line-height: 90px;
    text-align: center;
    margin: 10.6% 5% 4%;
    background-color: #eb6100;
    border-radius: 47px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .login_user_table input[type="submit"]:hover {
    opacity: 0.7;
  }
  .login_user_table .password_txt {
    font-size: 19px;
    color: #051d47;
    text-decoration: underline;
    text-underline-offset: 6px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .login_user_table .login_user_table_line {
    width: 100%;
    height: 2px;
    background-color: #051d47;
    margin: 14.6% 0 0 0;
  }
  #login_user .new_user_txt {
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    margin: 12.5% 0 0 0;
  }
  #login_user .new_user {
    display: block;
    width: 78%;
    height: 94px;
    line-height: 90px;
    text-align: center;
    margin: 5.5% 11% -15%;
    background-color: #051d47;
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
  }

  /*Company*/
  #orthomol_company {
    position: relative;
    width: 87%;
    margin: 27.6% 6.5% 0;
  }
  #orthomol_company dl {
    width: 100%;
    border-top: 2px solid #00305c;
    margin: 16% 0 0 0;
    letter-spacing: 0.05em;
  }
  #orthomol_company dl dt {
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    padding: 9.4% 2% 0;
    color: #00305c !important;
  }
  #orthomol_company dl dd {
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    border-bottom: 2px solid #00305c;
    color: #00305c !important;
    padding: 8% 2% 9.7%;
  }

  /*Terms of Use*/
  #orthomol_terms {
    position: relative;
    width: 88%;
    margin: 27.6% 6% 0;
  }
  #orthomol_terms .orthomol_terms_inner {
    margin-top: 126px;
  }
  #orthomol_terms h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 11% 0 6% 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
  }
  #orthomol_terms p {
    font-size: 24px;
    font-weight: 400;
    line-height: 2.37em;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
  }

  /*特定商取引法に基づく表記*/
  #legal_statement {
    position: relative;
    width: 87%;
    margin: 24.5% 6.5% 0;
  }
  #legal_statement dl {
    width: 100%;
    margin: 13% 0 0 0;
    letter-spacing: 0.05em;
    color: #051d47;
  }
  #legal_statement dl dt {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    padding: 9.4% 2% 0;
    letter-spacing: 0.1em;
  }
  #legal_statement dl dd {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    padding: 5.1% 2% 5%;
    line-height: 2.6em;
    letter-spacing: 0.1em;
  }

  /*Privacy Policy*/
  #privacy_policy {
    position: relative;
    width: 88%;
    margin: 27.6% 6% 0;
  }
  #privacy_policy .privacy_policy_inner {
    margin-top: 126px;
  }
  #privacy_policy h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 11% 0 6% 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
  }
  #privacy_policy p {
    font-size: 24px;
    font-weight: 400;
    line-height: 2.37em;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
  }

  /*Contact*/
  #othhomol_contact {
    position: relative;
    width: 100%;
    margin: 27.6% 0 0;
  }

  .othhomol_contact_table {
    width: 86%;
    margin: 13% 7% -10%;
  }
  .othhomol_contact_table .table_border {
    border-top: 2px solid #00305c;
    border-bottom: 2px solid #00305c;
    height: 90px;
    line-height: 86px;
    margin-bottom: 7.9%;
  }
  .othhomol_contact_table .table_border2 {
    border-top: 2px solid #00305c;
    border-bottom: 2px solid #00305c;
    height: 90px;
    line-height: 88px;
    margin: 12% 0 7.9%;
    text-align: left;
    font-size: 24px;
    padding: 0 2%;
  }
  .othhomol_contact_table .table_border3 {
    border-top: 2px solid #00305c;
    height: 1px;
    margin: 9.8% 0 0 0;
  }
  .othhomol_contact_table th,
  .othhomol_contact_table td {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .othhomol_contact_table th {
    padding-left: 7px;
  }
  .othhomol_contact_table span.alert {
    position: relative !important;
    top: -2px !important;
    right: -3px !important;
    color: #f0643d !important;
    font-size: 20px !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 600 !important;
  }
  .othhomol_contact_table select {
    width: 100%;
    height: 78px;
    border: 2px solid #00305c;
    margin: 4.5% 0 7.8% 0;
    padding: 0 3%;
    appearance: none;
    color: #051d47;
  }
  .othhomol_contact_table .selectwrap {
    position: relative;
  }
  .othhomol_contact_table .selectwrap::after {
    position: absolute;
    top: 36%; /* 矢印の位置 */
    right: 30px; /* 矢印の位置 */
    width: 15px; /* 矢印の大きさ */
    height: 15px; /* 矢印の大きさ */
    border-top: 2px solid #00305c; /* 矢印の線 */
    border-right: 2px solid #00305c; /* 矢印の線 */
    -webkit-transform: rotate(135deg); /* 矢印の傾き */
    transform: rotate(135deg); /* 矢印の傾き */
    pointer-events: none; /* 矢印部分もクリック可能にする */
    content: "";
  }
  .othhomol_contact_table textarea {
    width: 100%;
    height: 250px;
    border: 2px solid #00305c;
    margin: 4.5% 0 5% 0;
    padding: 3%;
  }
  .othhomol_contact_table .contact_note {
    position: relative;
    top: -12px;
    width: 100%;
    font-size: 21px;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
    color: #00305c;
  }
  .othhomol_contact_table .contact_note span {
    color: #ff0000;
  }
  .othhomol_contact_table input[type="text"] {
    width: 100%;
    height: 78px;
    border: 2px solid #00305c;
    margin: 4.5% 0 7.8% 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="tel"] {
    width: 100%;
    height: 78px;
    border: 2px solid #00305c;
    margin: 4.5% 0 7.8% 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="email"] {
    width: 100%;
    height: 78px;
    border: 2px solid #00305c;
    margin: 4.5% 0 7.8% 0 !important;
    padding: 0 3%;
  }
  .othhomol_contact_table input[type="checkbox"] {
    appearance: none;
    outline: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .othhomol_contact_table input[type="checkbox"]::before {
    display: block;
    position: absolute;
    content: "";

    width: 38px;
    height: 38px;
    background: #fff;
    border: solid 2px #00305c;
  }
  .othhomol_contact_table input[type="checkbox"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    width: 12px;
    height: 20px;
    border-right: 3px solid #00305c;
    border-bottom: 3px solid #00305c;
    transform: rotate(45deg);
    opacity: 0;
  }
  .othhomol_contact_table input[type="checkbox"]:checked::after {
    opacity: 1;
  }
  .othhomol_contact_table .checkbox_txt {
    display: block;
    padding-top: 11px;
  }
  .othhomol_contact_table .checkbox_txt span {
    position: relative;
    top: -13px;
    left: 30px;
  }
  .othhomol_contact_table input[type="submit"] {
    display: block;
    width: 90%;
    height: 94px;
    line-height: 90px;
    text-align: center;
    margin: 10.6% 5% 4%;
    background-color: #eb6100;
    border-radius: 47px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .othhomol_contact_table .password_txt {
    margin: 0 0 0 11%;
    font-size: 19px;
    color: #051d47;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .othhomol_contact_table .login_user_table_line {
    width: 100%;
    height: 2px;
    background-color: #051d47;
    margin: 14.6% 0 0 0;
  }
  ::placeholder {
    color: #ddd;
    font-weight: 400;
  }
  .othhomol_contact_table .short_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .othhomol_contact_table .short_form input[type="text"] {
    flex-basis: 49%;
  }
  .othhomol_contact_table .contact_note2 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    padding: 10% 0 5%;
  }
  .othhomol_contact_table .contact_note2 a {
    margin: 0 0 0 11%;
    color: #051d47;
    text-underline-offset: 6px;
  }
  .othhomol_contact_table td .checkbox_txt {
    display: block;
    padding-top: 11px;
    text-align: center;
  }
  .othhomol_contact_table td .checkbox_txt span {
    position: relative;
    top: -13px;
    left: 30px;
  }
  .othhomol_contact_table input[type="submit"] {
    display: block;
    width: 90%;
    height: 94px;
    line-height: 90px;
    text-align: center;
    margin: 8.6% 3% 4%;
    background-color: #051d47;
    border-radius: 47px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  #submit-btn[disabled] {
    background-color: #eee;
    color: #ccc;
    cursor: not-allowed; /* クリック不可のカーソルを表示 */
  }

  /*Shopping Guide*/
  #shopping_guide {
    position: relative;
    width: 84.6%;
    margin: 27.6% 7.7% 0;
  }
  #shopping_guide h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #051d47;
    height: 2em;
  }
  .shopping_guide_index {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 140px 0 0 0;
  }
  .shopping_guide_index a {
    flex-basis: 31.4%;
    margin-bottom: 23px;
  }
  .shopping_guide_index a img {
    width: 100%;
  }

  /*Shopping Guide accordion*/
  #shopping_guide .accordion {
    display: block;
    width: 100%;
    margin: 16% auto 21%;
    border-bottom: solid 2px #051d47;
  }
  #shopping_guide .a_toggle {
    display: none;
  }
  #shopping_guide .a_option {
    position: relative;
    margin-bottom: 0;
  }
  #shopping_guide .a_title,
  #shopping_guide .a_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #shopping_guide .a_title {
    position: relative;
    border-top: solid 2px #051d47;
    padding: 0;
    display: block;
    color: #051d47;
    height: 160px;
  }
  #shopping_guide .a_title.multi {
    height: 220px;
  }
  #shopping_guide .a_title.multi2 {
    height: 260px;
  }
  #shopping_guide .a_title::after,
  #shopping_guide .a_title::before {
    content: "";
    position: absolute;
    right: 4%;
    top: 60px;
    width: 3px;
    height: 35px;
    background-color: #051d47;
    transition: all 0.3s;
  }
  #shopping_guide .a_title::after {
    transform: rotate(90deg);
  }
  #shopping_guide .product_spec_a {
    position: absolute;
    top: 50px;
    left: 4%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2em;
    color: #051d47;
    width: 87%;
  }
  #shopping_guide .a_content {
    max-height: 0;
    overflow: hidden;
  }
  #shopping_guide .a_content p {
    margin: 0;
    padding: 0 0 50px;
    color: #051d47;
    font-size: 22px;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
  #shopping_guide .a_content p a {
    color: #051d47;
    text-decoration: underline;
  }
  #shopping_guide .a_toggle:checked + .a_title + .a_content {
    max-height: 2000px;
    transition: all 1.5s;
  }
  #shopping_guide .a_toggle:checked + .a_title::before {
    transform: rotate(90deg) !important;
  }
  #shopping_guide .accordion h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 13%;
    font-family: "Noto Sans JP", sans-serif;
  }

  #guide01,
  #guide02,
  #guide03,
  #guide04,
  #guide05,
  #guide06,
  #guide07 {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
    height: 1px;
    width: 100%;
  }

  /*News一覧*/
  #news_archive {
    position: relative;
    margin: 27.6% 0 0;
  }
  .category_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
    margin: 68px 8% 50px;
  }
  .category_list li {
    width: 32%;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 22px;
  }
  .category_list li a {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    width: 100%;
    height: 46px;
    line-height: 43px;
    text-align: center;
    font-size: 19px;
    border-radius: 30px;
    opacity: 0.8;
  }
  .category_list li a:hover {
    border: 2px solid #051d47;
    color: #051d47;
  }
  .category_list li.active a {
    border: 2px solid #051d47;
    color: #051d47;
    font-size: 19px;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .category_list li:nth-child(1) {
    border: none;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 25px;
  }
  .news_list_box {
    position: relative;
    border: 1px solid #051d47;
    width: 86%;
    height: auto;
    margin: 0 8% 50px;
    padding: 12% 5% 5% 4.5%;
    aspect-ratio: 360 / 180;
  }
  .news_list_box .news_list_photo {
    width: 240px !important;
    height: 150px !important;
    /* aspect-ratio: 240 / 150 !important;*/
    overflow: hidden;
  }
  .news_list_box .news_list_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }
  .news_list_box .news_list_date {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 62%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 19px;
    letter-spacing: -0.02em;
  }
  .news_list_box .news_list_date a {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 17px;
    color: #051d47;
    background-color: #f3f3f3;
    height: 25px;
    line-height: 26px;
    padding: 0 9px;
    margin-left: 28px;
  }
  .news_list_box .news_list_date a::before {
    position: absolute;
    top: 1px;
    left: -16px;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #bcbcbc;
  }

  .news_list_box .news_list_title {
    position: absolute;
    top: 27%;
    right: 5%;
    width: 47%;
    max-height: 150px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.09em;
    overflow: hidden;
    word-break: break-all;
  }
  .news_list_box .more_btn {
    position: absolute;
    bottom: 10%;
    right: 6%;
    width: 154px;
  }
  /*ページネーション*/

  .news_pagenation_wrap {
    width: 100%;
    text-align: center;
  }

  .news_pagenation {
    margin: 150px auto 0;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 26px;
    font-weight: 500;
  }
  .news_pagenation li {
    display: inline-block;
    margin: 0 4px;
    padding: 0 10px;
  }

  .news_pagenation li a.active {
    position: relative;
  }
  .news_pagenation li a.active::after {
    position: absolute;
    bottom: -4px;
    left: -6px;
    content: "";
    width: 28px;
    height: 1px;
    background: #051d47;
  }
  .news_pagenation .left_arw,
  .news_pagenation .right_arw {
    position: relative;
    top: -2px;
    width: 9px;
  }
  /*News 商品リンク*/
  .news_product_link {
    background-color: #f0f0f0;
    width: 100%;
    height: 340px;
    margin: 73px 0 -130px;
    text-align: center;
    padding: 90px 0 0;
  }
  .news_product_link .product_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 26px;
  }
  .news_product_link a.buy_btn {
    display: block;
    width: 78%;
    height: 96px;
    background-color: #051d47;
    border-radius: 50px;
    margin: 30px 11% 0;
    text-align: center;
    line-height: 96px;
    font-size: 30px;
    letter-spacing: 0.12em;
    color: #fff;
  }

  /*News詳細*/
  #news_single {
    position: relative;
    max-width: none;
    width: 84%;
    margin: 100px 8% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news_single_left {
    width: 100%;
  }
  .news_single_right {
    width: 100%;
  }
  .news_single_left .news_single_date {
    position: relative;
    top: -6px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
  }
  #news_single .news_single_left .news_single_date a.news_single_cate {
    position: relative;
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 18px;
    color: #051d47;
    background-color: #f3f3f3 !important;
    height: 26px;
    line-height: 28px;
    padding: 0 10px !important;
    margin-left: 40px;
  }
  .news_single_left .news_single_date a.news_single_cate::before {
    position: absolute;
    top: 2px;
    left: -22px;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #051d47;
  }
  h1.news_single_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    letter-spacing: 0.09em;
    line-height: 1.64em;
    margin-top: 16px;
    font-weight: 600;
    word-break: break-all;
  }
  .news_single_thum {
    aspect-ratio: 900 / 556;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .news_single_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news_single_content {
    width: 100%;
    font-size: 26px;
    letter-spacing: 0.09em;
    line-height: 2.13em;
    margin-bottom: 146px;
  }
  .news_single_content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .news_single_content img {
    max-width: 100%;
    height: auto;
    margin-top: 90px;
    margin-bottom: 70px;
  }

  /*News詳細ページネーション*/
  .news_single_pagenation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto 105px;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 22px;
    font-weight: 500;
  }
  .news_single_pagenation li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-family: "Be Vietnam Pro", sans-serif !important;
    width: 33%;
  }
  .news_single_pagenation li a {
    display: inline-block;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  .news_single_pagenation li:nth-child(2) {
    font-family: "Be Vietnam Pro", sans-serif !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .news_single_pagenation .left_arw,
  .news_single_pagenation .right_arw {
    display: inline-block;
    position: relative;
    top: -10px;
    width: 8px;
    margin: 0 15px;
  }

  /*パンくずナビ*/
  #breadcrumbs_navi_bottom {
    font-size: 20px;
    font-weight: 600;
    color: #051b4d;
    text-decoration: none;
    letter-spacing: 0.07em;
    width: 90%;
    margin: 298px 5% 100px;
    font-family: "Be Vietnam Pro", sans-serif;
  }
  #breadcrumbs_navi_bottom a {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #051b4d;
    text-decoration: none;
    letter-spacing: 0;
    margin-right: 90px;
    font-family: "Be Vietnam Pro", sans-serif;
  }
  #breadcrumbs_navi_bottom a::after {
    position: absolute;
    top: 60%;
    right: -50px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #051b4d;
  }
}
