@charset "UTF-8";
/* ---------- ---------- ---------- ---------- ---------- */
.d_ib {
  display: inline-block !important;
}
.d_b {
  display: block !important;
}
.d_n {
  display: none;
}
.d_pc {
  display: block;
}
@media only screen and (max-width: 786px) {
  .d_pc {
    display: none;
  }
}
.d_sp {
  display: none;
}
@media only screen and (max-width: 786px) {
  .d_sp {
    display: block;
  }
}

/* ---------- ---------- ---------- ---------- ---------- */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}

.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ---------- ---------- ---------- ---------- ---------- */
.ta_r {
  text-align: right !important;
}
.ta_c {
  text-align: center !important;
}
.ta_l {
  text-align: left !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}
.fw_n {
  font-weight: normal !important;
}
.fw_b {
  font-weight: bold !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_19 {
  font-size: 19px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_24 {
  font-size: 24px;
}

.fz_26 {
  font-size: 26px;
}

.fz_28 {
  font-size: 28px;
}

.fz_30 {
  font-size: 30px;
}

.fz_32 {
  font-size: 32px;
}

.fz_34 {
  font-size: 34px;
}

.fz_36 {
  font-size: 36px;
}

.fz_38 {
  font-size: 38px;
}

.fz_40 {
  font-size: 40px;
}

.fz_42 {
  font-size: 42px;
}

.fz_44 {
  font-size: 44px;
}

.fz_46 {
  font-size: 46px;
}

.fz_48 {
  font-size: 48px;
}

.fz_50 {
  font-size: 50px;
}

/* ---------- ---------- ---------- ---------- ---------- */
.m_0 {
  margin: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.m_55 {
  margin: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.m_60 {
  margin: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.m_65 {
  margin: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.m_70 {
  margin: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.m_75 {
  margin: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.m_80 {
  margin: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.m_85 {
  margin: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.m_90 {
  margin: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.m_95 {
  margin: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.m_100 {
  margin: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.m_auto {
  margin: auto;
}

/* ---------- ---------- ---------- ---------- ---------- */
.p_0 {
  padding: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.p_55 {
  padding: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.p_60 {
  padding: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.p_65 {
  padding: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.p_70 {
  padding: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.p_75 {
  padding: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.p_80 {
  padding: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.p_85 {
  padding: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.p_90 {
  padding: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.p_95 {
  padding: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.p_100 {
  padding: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

/*-------------------------------------------------------*/
.font_en {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0 !important;
  line-height: 0.97 !important;
}

.color_red {
  color: #DB2222;
}

.w_100 {
  width: 100%;
}

:root {
  background-color: #fff;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 2.2;
  color: #323339;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 786px) {
  :root {
    line-height: 2;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #FFF;
  color: #323339;
  position: relative;
  margin: 0;
  padding-top: 60px;
}
body.font-small {
  font-size: 0.7em;
}
body.font-medium {
  font-size: 1em;
}
body.font-large {
  font-size: 1.2em;
}
@media only screen and (max-width: 960px) {
  body {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 786px) {
  body {
    padding-top: 50px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
}

a {
  color: #1A62B4;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
a:hover {
  text-decoration: underline;
}
a.maker:before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 7px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%23323339'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
}

figure,
figcaption {
  margin: 0;
  vertical-align: middle;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
@media only screen and (max-width: 786px) {
  img {
    width: 100%;
  }
}
img.w-100 {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: clamp(20px, 4.5vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1em;
}

h2 {
  font-size: clamp(20px, 4.5vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 100px 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
h2:before {
  content: "";
  display: block;
  width: 10px;
  border-bottom: 2px solid #1A62B4;
  margin-right: 20px;
}
h2.no-mt {
  margin-top: 0;
}
@media only screen and (max-width: 786px) {
  h2 {
    margin: 50px 0 30px;
  }
}

h3 {
  font-size: clamp(18px, 3.8vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px 0 25px;
}

h4 {
  font-size: clamp(17px, 3.5vw, 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 30px 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
h4:before {
  content: "";
  display: block;
  width: 10px;
  border-bottom: 2px solid #1A62B4;
  margin-right: 20px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
a:hover img {
  opacity: 0.7;
}
a.external:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M17 11c0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7v6c0 .3-.1.5-.3.7-.2.2-.5.3-.7.3H3c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.3-.7V6c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h6c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7 0-.2 0-.4-.1-.5-.1-.2-.3-.3-.4-.4C9.3 3 9.2 3 9 3H3c-.8 0-1.6.3-2.1.9C.3 4.4 0 5.2 0 6v11c0 .8.3 1.6.9 2.1.5.6 1.3.9 2.1.9h11c.8 0 1.6-.3 2.1-.9.6-.6.9-1.3.9-2.1v-6zM13 0c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7 0 .3.1.5.3.7.2.2.4.3.7.3h5v5c0 .3.1.5.3.7.2.2.4.3.7.3.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7V1c0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3h-6zM7.3 11.3c-.2.2-.3.4-.3.7 0 .3.1.5.3.7.2.2.4.3.7.3.3 0 .5-.1.7-.3l11-11c.2-.2.3-.5.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3-.3 0-.5.1-.7.3l-11 11z'  fill='%231A62B4'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
}

@media only screen and (max-width: 786px) {
  a, p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* img */
.editor-block .aligncenter,
div.aligncenter {
  display: block;
  margin: auto;
}

.editor-block .alignright {
  float: right;
  margin: 5px 20px 20px 0;
}

.editor-block .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

@media (max-width: 480px) {
  .public-box dt {
    font-size: 1.6rem;
  }
  .public-box dd {
    font-size: 1.3rem;
  }
}
.l-header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-breadcrumb {
  padding: 0.5vw 1vw;
}
.l-breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-main {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
.l-main h2:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 786px) {
  .l-main {
    width: 90vw;
    padding: 30px 0 10px;
  }
}
.l-main .less {
  min-height: calc(100vh - 330px);
}
.l-main.keyword {
  height: calc(100vh - 330px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .l-main.keyword {
    height: calc(100vh - 230px);
  }
}
.l-main.keyword form {
  width: 100%;
}
.l-main-separate {
  padding: 5vh 10vw;
}
.l-main-about {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 786px) {
  .l-main-about {
    width: 100%;
    padding: 0 5vw;
  }
  .l-main-about.pt_80 {
    padding-top: 20px;
  }
}
.l-main.pd0 {
  padding: 0 10vw;
}
.l-main.pb0 {
  padding-bottom: 0;
}
.l-main.pt0 {
  padding-top: 0;
}
.l-hero {
  width: 100%;
}
.l-flex-sb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 786px) {
  .l-flex-sb {
    display: block;
  }
}
.l-flex-fs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-flex-fs > * {
  margin-right: 20px;
}
.l-flex-fs > *:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 786px) {
  .l-flex-fs {
    display: block;
  }
  .l-flex-fs > * {
    margin-right: 0;
  }
}
@media only screen and (max-width: 786px) {
  .l-flex-sp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .l-flex-sp > * {
    margin-bottom: 2rem;
  }
  .l-flex-sp > *:first-child {
    margin-right: 1rem;
  }
}
.l-flex-ai-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-flex-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-flex-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-flex-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-flex-02 {
  width: 49%;
}
@media only screen and (max-width: 786px) {
  .l-flex-02 {
    width: 100%;
  }
}
.l-flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .l-flex-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-flex-table table {
  width: 100%;
}
.l-col-02 > * {
  width: 49%;
}
@media only screen and (max-width: 786px) {
  .l-col-02 > * {
    width: 100%;
  }
}
.l-col-03 > * {
  width: 30%;
}
@media only screen and (max-width: 786px) {
  .l-col-03 > * {
    width: 100%;
  }
}
.l-profile-unit {
  margin-bottom: 3rem;
}
.l-profile-unit p {
  margin: 0 auto 0.5rem;
}
.l-profile-unit:last-child {
  margin-bottom: 0;
}
.l-profile-story {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-profile-story .l-img {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-area-img {
  background: #FFF;
  border: 1px solid #C0BDDC;
  padding: 50px 40px;
}
.l-area-map {
  width: 100%;
  height: 30vw;
  margin-bottom: 80px;
}
.l-area-map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 786px) {
  .l-area-map {
    margin-bottom: 30px;
  }
}
.l-img-dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
}
.l-img-dl .l-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}
.l-img-dl .l-dl dt {
  font-size: clamp(22px, 3.5vw, 33px);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 786px) {
  .l-img-dl {
    display: block;
  }
  .l-img-dl .l-img {
    margin-right: 0;
  }
  .l-img-dl .l-dl dt {
    margin-bottom: 0.5rem;
  }
}
.l-fix-bnr {
  position: fixed;
  top: 80px;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.l-fix-bnr a {
  display: block;
}
@media only screen and (max-width: 786px) {
  .l-fix-bnr {
    display: none;
  }
}
.l-fix-bnr-sp {
  display: none;
}
@media only screen and (max-width: 786px) {
  .l-fix-bnr-sp {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .l-fix-bnr-sp-ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .l-fix-bnr-sp-ul-li-rakuten, .l-fix-bnr-sp-ul-li-contact, .l-fix-bnr-sp-ul-li-yahoo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: #fff;
    width: 33.3333333333%;
    border-top: 1px solid #C0BDDC;
    text-align: center;
    padding: 0 5px;
  }
  .l-fix-bnr-sp-ul-li-rakuten p, .l-fix-bnr-sp-ul-li-contact p, .l-fix-bnr-sp-ul-li-yahoo p {
    font-size: 10px;
    font-size: 0.625rem;
    color: #656A80;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .l-fix-bnr-sp-ul-li-rakuten img, .l-fix-bnr-sp-ul-li-contact img, .l-fix-bnr-sp-ul-li-yahoo img {
    height: 25px;
  }
  .l-fix-bnr-sp-ul-li-rakuten:after, .l-fix-bnr-sp-ul-li-contact:after, .l-fix-bnr-sp-ul-li-yahoo:after {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background: #BF0000;
  }
  .l-fix-bnr-sp-ul-li-yahoo {
    border-left: 1px solid #C0BDDC;
    border-right: 1px solid #C0BDDC;
  }
  .l-fix-bnr-sp-ul-li-yahoo:after {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background: #FF0033;
  }
  .l-fix-bnr-sp-ul-li-contact img {
    height: 21px;
  }
  .l-fix-bnr-sp-ul-li-contact:after {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background: #1A62B4;
  }
}
.l-movie {
  gap: 5%;
}
.l-movie > * {
  margin-right: 0;
  line-height: 1.7;
  margin-bottom: 20px;
}
.l-movie img {
  margin-bottom: 10px;
}
.l-lp-2023 a :hover {
  opacity: 0.5;
  text-decoration: none !important;
}
.l-lp-2023 p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.l-lp-2023 h2 sub {
  bottom: 0;
}
.l-lp-2023 small {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023 small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-lp-2023 table tr, .l-lp-2023 table td {
  line-height: 1.4;
}
.l-lp-2023 table th, .l-lp-2023 table td {
  white-space: nowrap;
}
.l-lp-2023 h3 {
  letter-spacing: 0.05em;
}
.l-lp-2023-extend-common-width, .l-lp-2023-wear-product {
  max-width: 1400px;
  padding: 0 10vw;
}
.l-lp-2023-section {
  max-width: 1400px;
  width: 80vw;
  padding: 0 0 90px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-section {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
.l-lp-2023-productbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 0 50px;
  margin: 90px 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 0 20px;
    margin: 20px 0;
  }
}
.l-lp-2023-productbox-imgbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 10px;
  width: 45%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-imgbox {
    width: 100%;
  }
}
.l-lp-2023-productbox-imgbox-img-s, .l-lp-2023-productbox-imgbox-img-m {
  display: block;
  border: 1px solid #C0BDDC;
  width: calc(20% - 8px);
  height: auto;
}
.l-lp-2023-productbox-imgbox-img-m {
  width: calc(33.3333333333% - 7px);
}
.l-lp-2023-productbox-imgbox-img-l {
  display: block;
  border: 1px solid #C0BDDC;
  width: 100%;
  height: auto;
}
.l-lp-2023-productbox-content {
  width: 55%;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content {
    width: 100%;
  }
}
.l-lp-2023-productbox-content-plarge {
  font-size: clamp(1.2rem, 1.6vw, 1.875rem);
  padding: 15px 0 10px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-plarge {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-productbox-content-p-m {
  font-size: clamp(1.15rem, 1.5vw, 1.6rem);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-p-m {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-productbox-content-modelno {
  font-size: 60px;
  font-size: 3.75rem;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-modelno {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.l-lp-2023-productbox-content-modelno-small {
  display: inline !important;
  font-size: 50%;
  letter-spacing: 0.01em !important;
}
.l-lp-2023-productbox-content-iconbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.l-lp-2023-productbox-content-iconbox-borderbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #E0DEEE;
  border-radius: 5px;
  width: 70px;
  height: 70px;
}
.l-lp-2023-productbox-content-iconbox-borderbox-num {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 2px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-iconbox-borderbox-num {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-iconbox-borderbox {
    width: 60px;
    height: 60px;
  }
}
.l-lp-2023-productbox-content-iconbox-img {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-productbox-content-iconbox-img {
    width: 60px;
    height: 60px;
  }
}
.l-lp-2023-productbox-content-iconbox small {
  line-height: 1.5;
}
.l-lp-2023-productbox-content-sozai {
  height: 40px;
  width: auto;
  margin: 15px 0;
}
.l-lp-2023-productbox-content-accordion {
  width: 100%;
  cursor: pointer;
  border-radius: 40px;
  border: 1px solid #E0DEEE;
  padding: 5px 15px;
  margin: 20px 0;
}
.l-lp-2023-productbox-content-accordion__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-lp-2023-productbox-content-accordion__title:after {
  position: relative;
  top: -2px;
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.673%22%20height%3D%227%22%20viewBox%3D%220%200%2012.673%207%22%3E%20%3Cpath%20id%3D%22expand_more_FILL0_wght200_GRAD0_opsz48%22%20d%3D%22M274.029%2C456.538l-6.337-6.337.664-.664%2C5.673%2C5.68%2C5.673-5.673.664.664Z%22%20transform%3D%22translate(-267.692%20-449.538)%22%20fill%3D%22%23084b9f%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.l-lp-2023-productbox-content-accordion__content {
  display: none;
}
.l-lp-2023-productbox-content-buy {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 15px;
}
.l-lp-2023-productbox-content-buy a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  padding: 12px 20px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-productbox-content-buy a {
    font-size: 80%;
    padding: 10px 10px;
  }
}
.l-lp-2023-flex-2col, .l-lp-2023-18v-sc01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 2.8vw;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-flex-2col, .l-lp-2023-18v-sc01 {
    gap: 20px;
  }
}
.l-lp-2023-flex-2col li, .l-lp-2023-18v-sc01 li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: calc(50% - 1.4vw);
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-flex-2col li, .l-lp-2023-18v-sc01 li {
    width: calc(50% - 14px);
  }
}
.l-lp-2023-flex-2col-li-p {
  font-size: clamp(1.15rem, 1.45vw, 1.6rem);
  font-weight: 700;
  padding: 0 0 1rem;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-flex-2col-li-p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-flex-3col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 2.8vw;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-flex-3col {
    gap: 20px;
  }
}
.l-lp-2023-flex-3col li {
  width: calc(33.3333333333% - 1.87vw);
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-flex-3col li {
    width: calc(33.3333333333% - 14px);
  }
}
.l-lp-2023-flex-3col img {
  margin: 0 0 10px;
}
.l-lp-2023-links-img img {
  border: 1px solid #E0DEEE;
}
.l-lp-2023-links-p-l {
  font-size: clamp(1rem, 1.3vw, 2rem);
}
.l-lp-2023-links-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px 0 0 auto !important;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-links-btn {
    width: 100%;
  }
}
.l-lp-2023-links-caution {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-links-caution {
    margin: 30px 0;
  }
}
.l-lp-2023-links-caution-logo {
  height: 10px;
  width: auto;
  margin: 0 0 5px;
}
.l-lp-2023-wear-kv {
  position: relative;
}
.l-lp-2023-wear-kv-titlebox {
  position: absolute;
  left: 10vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox {
    top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
  }
}
.l-lp-2023-wear-kv-titlebox * {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.l-lp-2023-wear-kv-titlebox h1 {
  font-weight: 400;
  font-size: clamp(4rem, 6vw, 6.6875rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-kv-titlebox h1 {
    font-size: clamp(2.5rem, 10vw, 3rem);
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox h1 {
    font-size: clamp(3.125rem, 13.5vw, 4rem);
  }
}
.l-lp-2023-wear-kv-titlebox span {
  font-weight: 300;
  font-size: clamp(1.4rem, 3vw, 3.125rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-kv-titlebox span {
    position: relative;
    bottom: -5px;
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox span {
    font-size: clamp(1.125rem, 5vw, 1.5rem);
  }
}
.l-lp-2023-wear-kv-titlebox__desc-m {
  font-size: clamp(1.1rem, 1.8vw, 2.1875rem);
  line-height: 1.5;
  padding: 20px 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox__desc-m {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 0;
  }
}
.l-lp-2023-wear-kv-titlebox__desc-s {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox__desc-s {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-lp-2023-wear-kv-titlebox__en {
  display: block;
  max-width: 275px;
  width: 14vw;
  margin: 0 0 0 auto;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-kv-titlebox__en {
    width: 45vw;
    margin: auto 0;
    -webkit-transform: translate(-10px, 100%);
            transform: translate(-10px, 100%);
  }
}
.l-lp-2023-wear-kv-small {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: clamp(0.5rem, 0.8vw, 0.9rem);
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.l-lp-2023-wear-product {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 20px 10vw 20px 10vw;
  margin: 0 0 clamp(-90px, 11vw, -138px) 0;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-product {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 40px;
    margin: 0 0 -30px 0;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product {
    gap: 0 20px;
    padding: 20px;
    margin: 0 0 -50px 0;
  }
}
.l-lp-2023-wear-product-img {
  left: 10vw;
  width: 138px;
  height: auto;
  -webkit-transform: translateY(clamp(-38%, 10vw, -52%));
          transform: translateY(clamp(-38%, 10vw, -52%));
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-product-img {
    width: 100px;
    height: auto;
  }
}
.l-lp-2023-wear-product-num__num {
  font-size: 50px;
  font-size: 3.125rem;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product-num__num {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.l-lp-2023-wear-product-num__small {
  font-family: "Oswald", sans-serif;
  margin: 3px 0 0 0;
}
.l-lp-2023-wear-product-num__small span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-product-cartbox {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product-cartbox {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    width: calc(100vw - 40px);
  }
}
.l-lp-2023-wear-product-cartbox-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product-cartbox-title {
    margin: 0 0 10px;
  }
}
.l-lp-2023-wear-product-cartbox-title img {
  height: 20px;
  width: auto;
}
.l-lp-2023-wear-product-cartbox-title p {
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 700;
}
.l-lp-2023-wear-product-cartbox-btnbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product-cartbox-btnbox {
    gap: 10px;
  }
}
.l-lp-2023-wear-product-cartbox-btnbox a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: clamp(200px, 20vw, 350px);
  height: 65px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-product-cartbox-btnbox a {
    font-size: 14px;
    font-size: 0.875rem;
    height: 45px;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-wear-product-cartbox-btnbox a {
    width: 100%;
    padding: 0 10px;
  }
}
.l-lp-2023-wear-product-cartbox-btnbox__rakuten {
  height: 35px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-wear-product-cartbox-btnbox__rakuten {
    height: 25px;
  }
}
.l-lp-2023-bluetooth-kv {
  position: relative;
}
.l-lp-2023-bluetooth-kv-titlebox {
  position: absolute;
  left: 10vw;
  top: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox {
    height: 50%;
    top: 30px;
    left: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    gap: 20px;
  }
}
.l-lp-2023-bluetooth-kv-titlebox * {
  color: #fff;
}
.l-lp-2023-bluetooth-kv-titlebox h1 {
  font-size: clamp(2rem, 3vw, 3.75rem);
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox h1 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.l-lp-2023-bluetooth-kv-titlebox-bt {
  width: 10vw;
  max-width: 185px;
  height: auto;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox-bt {
    width: 185px;
  }
}
.l-lp-2023-bluetooth-kv-titlebox__desc-m {
  font-size: clamp(1.2rem, 1.8vw, 1.875rem);
  line-height: 1.5;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox__desc-m {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-lp-2023-bluetooth-kv-titlebox-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    gap: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-lp-2023-bluetooth-kv-titlebox-inner img {
  max-width: 115px;
  max-height: 115px;
  width: 5vw;
  height: 5vw;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-kv-titlebox-inner img {
    width: 115px;
    height: 115px;
  }
}
.l-lp-2023-bluetooth-product {
  padding: 20px 10vw 30px 10vw;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product {
    padding: 20px;
  }
}
.l-lp-2023-bluetooth-product-ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 2vw;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }
}
.l-lp-2023-bluetooth-product-ul-li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 24.5vw;
  max-width: 320px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul-li {
    width: 100%;
    max-width: none;
  }
}
.l-lp-2023-bluetooth-product-ul-li-productbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
.l-lp-2023-bluetooth-product-ul-li-productbox-img img {
  height: clamp(100px, 15vw, 177px);
  width: auto;
}
.l-lp-2023-bluetooth-product-ul-li-productbox-content__new {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  color: #E8093E;
  letter-spacing: 0.01em !important;
  padding: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-bluetooth-product-ul-li-productbox-content__new {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 0 5px;
  }
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-bluetooth-product-ul-li-productbox-content__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-lp-2023-bluetooth-product-ul-li-productbox-content__modelno {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em !important;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-bluetooth-product-ul-li-productbox-content__modelno {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.l-lp-2023-bluetooth-product-ul-li-cta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 15px;
  margin: auto 0 0 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul-li-cta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 15px;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul-li-cta-title {
    width: 100%;
    font-size: 0.875rem !important;
    padding: 20px 0 0 !important;
  }
}
.l-lp-2023-bluetooth-product-ul-li-cta img {
  width: 120px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul-li-cta img {
    width: auto;
    height: 30px;
  }
}
.l-lp-2023-bluetooth-product-ul-li-cta a {
  padding: 10px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-product-ul-li-cta a {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-sc02 {
    margin: 60px 0 0 0;
  }
}
.l-lp-2023-bluetooth-borderbox {
  position: relative;
  border: solid 1px #E0DEEE;
  padding: 50px 35px 35px 35px;
  margin: 70px 0 20px 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-borderbox {
    padding: 40px 20px 15px 20px;
    margin: 40px 0 20px 0;
  }
}
.l-lp-2023-bluetooth-borderbox-ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}
.l-lp-2023-bluetooth-borderbox-ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 15px;
}
.l-lp-2023-bluetooth-borderbox-ul li span {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  width: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-borderbox-ul li span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-bluetooth-borderbox-ul li p {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-borderbox-ul li p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-bluetooth-borderbox-ul-li-red {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #DB2222;
  color: #fff;
  padding: 0px 30px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-borderbox-ul-li-red {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-lp-2023-bluetooth-appbox {
  position: relative;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox {
    background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(235, 249, 253) 0%, rgb(225, 241, 252) 100%);
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox-bg {
    display: none;
  }
}
.l-lp-2023-bluetooth-appbox-content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 47%;
  min-width: 440px;
  margin: auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox-content {
    position: static;
    width: 100%;
    min-width: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-lp-2023-bluetooth-appbox-content-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox-content-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.l-lp-2023-bluetooth-appbox-content-inner-l {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox-content-inner-l {
    display: none;
  }
}
.l-lp-2023-bluetooth-appbox-content-inner-r-p {
  font-size: clamp(1rem, 1.3vw, 1.7rem);
  font-weight: 700;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-bluetooth-appbox-content-inner-r-p {
    text-align: center;
  }
}
.l-lp-2023-bluetooth-appbox-content-inner-r-dlbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}
.l-lp-2023-bluetooth-appbox-content-inner-r-dlbox-ios {
  height: 50px;
  width: auto;
}
.l-lp-2023-bluetooth-appbox-content-inner-r-dlbox-and {
  height: 62px;
  width: auto;
}
.l-lp-2023-18v-kv {
  position: relative;
}
.l-lp-2023-18v-kv-titlebox {
  position: absolute;
  left: 10vw;
  top: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-kv-titlebox {
    height: 50%;
    top: 30px;
    left: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    gap: 20px;
  }
}
.l-lp-2023-18v-kv-titlebox h1 img {
  width: 40vw;
  margin: 0 0 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-kv-titlebox h1 img {
    width: 85vw;
    margin: 0;
  }
}
.l-lp-2023-18v-kv-titlebox__desc-m {
  color: #fff;
  font-size: clamp(1rem, 1.45vw, 1.5rem);
  line-height: 1.5;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-kv-titlebox__desc-m {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px 0 0;
  }
}
.l-lp-2023-18v-product {
  padding: 20px 10vw 30px 10vw;
  margin: -5.8% 0 0 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product {
    padding: 20px;
  }
}
.l-lp-2023-18v-product-ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 2vw;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }
}
.l-lp-2023-18v-product-ul-li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 18vw;
  max-width: 280px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: none;
    gap: 10px;
  }
}
.l-lp-2023-18v-product-ul-li-productbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-productbox {
    width: 50%;
  }
}
.l-lp-2023-18v-product-ul-li-productbox-img img {
  height: clamp(100px, 15vw, 177px);
  width: auto;
}
.l-lp-2023-18v-product-ul-li-productbox-content__new {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  color: #E8093E;
  letter-spacing: 0.01em !important;
  padding: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-productbox-content__new {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 5px;
  }
}
.l-lp-2023-18v-product-ul-li-productbox-content__desc {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-productbox-content__desc {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-lp-2023-18v-product-ul-li-productbox-content__modelno {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em !important;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-productbox-content__modelno {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.l-lp-2023-18v-product-ul-li-productbox-content__modelno small {
  display: inline !important;
  font-size: 50%;
  letter-spacing: 0.01em !important;
}
.l-lp-2023-18v-product-ul-li-cta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 15px;
  margin: auto 0 0 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-cta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 15px;
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-cta-title {
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-cta-title {
    width: 100%;
    font-size: 0.875rem !important;
    padding: 0 0 !important;
  }
}
.l-lp-2023-18v-product-ul-li-cta img {
  width: 120px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-cta img {
    width: 80px;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-cta img {
    width: auto;
    height: 20px;
  }
}
.l-lp-2023-18v-product-ul-li-cta a {
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-cta a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-cta a {
    width: 100%;
    padding: 5px;
  }
}
.l-lp-2023-18v-product-ul-li-btn {
  width: 100%;
  padding: 10px !important;
  margin: 20px 0 0 0 !important;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-product-ul-li-btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-product-ul-li-btn {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-pv {
    padding: 0;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-pv-head {
    margin: 0 !important;
  }
}
.l-lp-2023-18v-pv iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sc01 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sc01 li {
    width: 100%;
  }
}
.l-lp-2023-18v-sk-imgbox-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sk-imgbox-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 10px;
  }
}
.l-lp-2023-18v-sk-imgbox-top-l {
  width: 50%;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sk-imgbox-top-l {
    width: 100%;
  }
}
.l-lp-2023-18v-sk-imgbox-top-l img {
  border: 1px solid #E0DEEE;
}
.l-lp-2023-18v-sk-imgbox-top-r {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  gap: 20px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sk-imgbox-top-r {
    width: 100%;
    gap: 10px;
  }
}
.l-lp-2023-18v-sk-imgbox-top-r img {
  border: 1px solid #E0DEEE;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sk-imgbox-top-r img {
    width: 100%;
    width: calc(25% - 7.5px);
  }
}
.l-lp-2023-18v-sk-imgbox-btm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 0 3vw;
}
@media only screen and (max-width: 960px) {
  .l-lp-2023-18v-sk-imgbox-btm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-lp-2023-18v-sk-imgbox-btm-l {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-lp-2023-18v-sk-imgbox-btm-l-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 10px;
  text-align: center;
}
.l-lp-2023-18v-sk-imgbox-btm-l-inner img {
  width: clamp(85px, 7vw, 120px);
  height: clamp(85px, 7vw, 120px);
  margin: 0 0 5px;
}
.l-lp-2023-18v-sk-imgbox-btm-r-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
}
.l-lp-2023-18v-sk-imgbox-cta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 720px;
}
.l-lp-2023-18v-sk-imgbox-cta a {
  width: calc(50% - 7.5px);
  padding: 10px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-18v-sk-imgbox-cta a {
    font-size: 80%;
  }
}
.l-lp-2023-cta {
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(57, 107, 191) 0%, rgb(24, 68, 142) 100%);
}
.l-lp-2023-cta-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  max-width: 1400px;
  width: 80vw;
  gap: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-cta-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    margin: 60px 0 0 0;
  }
}
.l-lp-2023-cta-inner-buy, .l-lp-2023-cta-inner-contact, .l-lp-2023-cta-inner-img {
  width: calc(33.3333333333% - 10px);
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-cta-inner-buy, .l-lp-2023-cta-inner-contact, .l-lp-2023-cta-inner-img {
    width: 100%;
  }
}
.l-lp-2023-cta-inner-buy, .l-lp-2023-cta-inner-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 20px 20px 20px;
}
.l-lp-2023-cta-inner-buy-title, .l-lp-2023-cta-inner-contact-title {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 auto !important;
}
.l-lp-2023-cta-inner-buy-btn, .l-lp-2023-cta-inner-contact-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1;
  height: 60px;
  max-height: 85px;
  width: 100%;
  padding: 12px 10px;
}
.l-lp-2023-cta-inner-buy-btn img, .l-lp-2023-cta-inner-contact-btn img {
  width: 120px;
  height: auto;
}
.l-lp-2023-cta-inner-buy-mail, .l-lp-2023-cta-inner-contact-mail {
  height: auto;
  max-height: 73px;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-cta-inner-buy-mail, .l-lp-2023-cta-inner-contact-mail {
    display: none;
  }
}
.l-lp-2023-cta-inner-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31%;
}
.l-lp-2023-cta-inner-img img {
  display: block;
  height: auto;
  width: auto;
  max-height: 410px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 786px) {
  .l-lp-2023-cta-inner-img {
    display: none;
  }
}

.sp-no-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ai-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .ai-center {
    display: block;
  }
}
.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-list {
  margin-top: 2rem;
}
.footer-list p {
  margin: 0 2vw;
}
.footer-inquiry {
  position: relative;
}
.footer-inquiry-txtarea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 40%;
  top: 0;
}
.footer-inquiry-txtarea p {
  line-height: 1.4;
}
@media only screen and (max-width: 786px) {
  .footer-inquiry-txtarea {
    text-align: left;
    padding-right: 10vw;
  }
}

.side-archive-list p {
  margin-bottom: 10px;
}
.side-archive-list ul {
  margin-bottom: 3rem;
}

.front-page .slick-slider {
  position: relative;
}
.front-page .slick-dots {
  position: relative;
  bottom: 0;
}
.front-page .slick-dots li {
  width: 74px;
  height: 6px;
}
.front-page .slick-dots li button {
  width: 74px;
  height: 6px;
}
.front-page .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 6px;
  background: #7B7B7B;
}
@media only screen and (max-width: 786px) {
  .front-page .slick-dots li {
    width: 10vw;
  }
  .front-page .slick-dots li button {
    width: 10vw;
  }
  .front-page .slick-dots li button:before {
    width: 10vw;
  }
}
.front-page .slick-arrow {
  z-index: 10;
}
.front-page .slick-prev, .front-page .slick-next {
  width: 35px;
  height: 85px;
  background: rgba(255, 255, 255, 0.7);
}
.front-page .slick-prev::before, .front-page .slick-next::before {
  color: #323339;
}
.front-page .slick-prev {
  left: 0;
}
.front-page .slick-next {
  right: 0;
}
.front-page-news {
  padding: 100px 0 1vh;
}
.front-page-news p {
  margin-top: 0;
}
.front-page-news-list {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 786px) {
  .front-page-news {
    padding: 30px 0 1vh;
  }
  .front-page-news p {
    display: inline-block;
  }
}
.front-page-h2 {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.5vw, 24px);
  border-bottom: 1px solid #C0BDDC;
}
.front-page-h2::before {
  display: none;
}
.front-page-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  padding: 2vh 0 100px;
  margin: 0 auto;
}
.front-page-bnr a {
  width: calc(50% - 15px);
  border: 1px solid #C0BDDC;
}
@media only screen and (max-width: 786px) {
  .front-page-bnr a {
    width: 100%;
  }
}
.front-page-award {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFF), color-stop(20%, #1A62B4), color-stop(80%, #1A62B4), color-stop(80%, #FFF));
  background: linear-gradient(#FFF 20%, #1A62B4 20%, #1A62B4 80%, #FFF 80%);
}
.front-page-award .l-main {
  padding: 0;
}
.front-page-award-wrap {
  background: #FFF;
  padding: min(5vw, 50px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  position: relative;
  overflow: hidden;
}
.front-page-award-wrap:before, .front-page-award-wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 5px 0;
  width: 200px;
  height: min(3vw, 30px);
  background: #1A62B4;
  -webkit-box-shadow: 0 0 0 2px #1A62B4;
          box-shadow: 0 0 0 2px #1A62B4;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.front-page-award-wrap:before {
  top: 20px;
  left: -55px;
}
@media only screen and (max-width: 786px) {
  .front-page-award-wrap:before {
    left: -99px;
  }
}
.front-page-award-wrap:after {
  bottom: 20px;
  right: -55px;
}
@media only screen and (max-width: 786px) {
  .front-page-award-wrap:after {
    right: -99px;
  }
}
.front-page-award-img {
  margin: 0;
}
.front-page-award-text {
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}
.front-page-link-area {
  background: #F5F5F5;
  margin: 100px 0 0;
}
@media only screen and (max-width: 786px) {
  .front-page-link-area {
    margin: 50px 0 0;
  }
  .front-page-link-area .l-main {
    padding-bottom: 30px;
  }
}
.front-page-link-area .btn-corp-search {
  color: #323339;
  height: 60px;
  margin-bottom: 20px;
}
.front-page-link-area .btn-corp-search:last-child {
  margin-bottom: 0;
}
.front-page-link-area .btn-corp-search:hover {
  background: #1A62B4;
}
@media only screen and (max-width: 786px) {
  .front-page-link-area .btn-corp-search {
    height: auto;
    margin-bottom: 10px;
    padding: 12px 0;
  }
  .front-page-link-area .btn-corp-search:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 786px) {
  .front-page-link-area-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.front-page-link-btn {
  display: block;
  text-align: center;
  background: #FFF;
  color: #363636;
}
.front-page-link-btn:hover {
  background: #1A62B4;
  color: #FFF;
  text-decoration: none;
}
.front-page-link-btn.corp:before {
  content: "";
  display: block;
  margin: 20px auto 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 83 116.5'%3E%3Cpath d='M56.5 61.2c-.7-.1-1.4.3-1.8 1L41.4 88.8 28 62.2c-.3-.7-1-1-1.8-1C10.1 62.9 0 76.5 0 96.6v18.1c0 1 .8 1.8 1.8 1.8H81c1 0 1.8-.8 1.8-1.8 1-23.5-.1-50.4-26.3-53.5m-53 35.4c0-13.9 5.8-29.3 21.9-31.7l14 28c-.1.2-.1.4-.1.6V113H3.5V96.6zm75.7 16.3H42.9V93.7c.1-.1 14.4-28.7 14.4-28.8 23.4 3.8 22.4 30.1 21.9 48m-42.6-53 2.7 3.6-1.5 12.1 3.6 7.1 3.6-7.1-1.5-12.1 2.7-3.6h-9.6zM18.8 30.3h.2c-1.5 32.7 46.3 32.6 44.7 0 1.9-.2 3.4-1.8 3.4-3.8 0-1.8-1.3-5.3-3.9-5.2-.6-9.7-6-16.6-15.1-18.8.3-1-.3-2.1-1.4-2.4-.1-.1-.2-.1-.3-.1H35.8c-1.4 0-1.9 1.3-1.8 2.6-8.6 2.4-14.2 9.2-15.1 18.7-2.5-.1-3.9 3.4-3.9 5.2 0 2.1 1.7 3.8 3.8 3.8m22.6 21.2c-11.4.1-19.8-10-18.8-21.2h37.6c1 11.2-7.4 21.3-18.8 21.2M19.1 24.8c1.3.1 3 .1 3.1-1.7C22.6 14.8 27 8.6 34 6.3v13.2c0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8v-16h7.1v15.9c0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8V6.1C56 8.2 60 14.8 60 23.1c.1 1.7 1.8 1.8 3.2 1.7.3.4 1 1.9.3 2H18.8c-.7-.1.1-1.6.3-2m47.4 76.7H53.3c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8h13.2c1 0 1.8-.8 1.8-1.8 0-1.1-.8-1.8-1.8-1.8m-36.6 0H16.7c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8h13.2c1 0 1.8-.8 1.8-1.8-.1-1.1-.9-1.8-1.8-1.8' fill='%23606060'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  width: 80px;
  height: 150px;
}
.front-page-link-btn.corp:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 83 116.5'%3E%3Cpath d='M56.5 61.2c-.7-.1-1.4.3-1.8 1L41.4 88.8 28 62.2c-.3-.7-1-1-1.8-1C10.1 62.9 0 76.5 0 96.6v18.1c0 1 .8 1.8 1.8 1.8H81c1 0 1.8-.8 1.8-1.8 1-23.5-.1-50.4-26.3-53.5m-53 35.4c0-13.9 5.8-29.3 21.9-31.7l14 28c-.1.2-.1.4-.1.6V113H3.5V96.6zm75.7 16.3H42.9V93.7c.1-.1 14.4-28.7 14.4-28.8 23.4 3.8 22.4 30.1 21.9 48m-42.6-53 2.7 3.6-1.5 12.1 3.6 7.1 3.6-7.1-1.5-12.1 2.7-3.6h-9.6zM18.8 30.3h.2c-1.5 32.7 46.3 32.6 44.7 0 1.9-.2 3.4-1.8 3.4-3.8 0-1.8-1.3-5.3-3.9-5.2-.6-9.7-6-16.6-15.1-18.8.3-1-.3-2.1-1.4-2.4-.1-.1-.2-.1-.3-.1H35.8c-1.4 0-1.9 1.3-1.8 2.6-8.6 2.4-14.2 9.2-15.1 18.7-2.5-.1-3.9 3.4-3.9 5.2 0 2.1 1.7 3.8 3.8 3.8m22.6 21.2c-11.4.1-19.8-10-18.8-21.2h37.6c1 11.2-7.4 21.3-18.8 21.2M19.1 24.8c1.3.1 3 .1 3.1-1.7C22.6 14.8 27 8.6 34 6.3v13.2c0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8v-16h7.1v15.9c0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8V6.1C56 8.2 60 14.8 60 23.1c.1 1.7 1.8 1.8 3.2 1.7.3.4 1 1.9.3 2H18.8c-.7-.1.1-1.6.3-2m47.4 76.7H53.3c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8h13.2c1 0 1.8-.8 1.8-1.8 0-1.1-.8-1.8-1.8-1.8m-36.6 0H16.7c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8h13.2c1 0 1.8-.8 1.8-1.8-.1-1.1-.9-1.8-1.8-1.8' fill='%23ffffff'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.front-page-link-btn.indiv:before {
  content: "";
  display: block;
  margin: 50px auto 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112.7 99.5' xml:space='preserve'%3E%3Cpath d='M19.8 15.7c9.9-.1 9.8-15.5 0-15.7-9.8 0-9.8 15.7 0 15.7M15 7.4c.2-6.2 9.3-6.3 9.5 0 .7 7.4-10.1 7.4-9.5 0m24.5 46.2-5.3-30.9c-.3-1.5-1-2.8-2.2-3.8-3.3-2-6.5-1-9.1-1.3h-6.2c-4.2 0-10.3-.7-11.3 5L.1 53.5c-.7 3.3 4.3 4.5 5.1 1.2l3.7-12.2c.3 6.3 1.9 48.4 2.2 55.7 0 2 3.7 1.1 4.8 1.3.7 0 1.3-.6 1.3-1.3l1.6-37.1h1.7L22 98.2c0 .7.6 1.3 1.3 1.3 1.2-.2 4.8.8 4.8-1.3.3-7.9 1.7-49.2 2.4-56.1l3.8 12.6c.3 1.4 1.8 2.3 3.2 1.9 1.4-.3 2.3-1.6 2-3m-2.6.4-5.8-19.1-.1-.6c-.1-.7-.8-1.2-1.6-1-.6.1-1 .6-1.1 1.2-1.1 12-2.4 49.8-2.9 62.4h-1L23 59.6c-.2-1.8-2.3-1.1-3.6-1.2-1.2 0-3.1-.5-3.3 1.2l-1.6 37.2h-1C13 84.1 11.6 46.7 11 34.6c0-.7-.7-1.3-1.4-1.2-.5 0-1 .4-1.2.9L2.7 54 8 23.1c.2-.8.6-1.6 1.2-2.1 2.3-1.2 4.6-.5 7.5-.7h7.2c2.9.2 4.2-.4 6.5.7.6.6 1.1 1.3 1.2 2.1l5.4 31s0-.1-.1-.1m19.7-9.6c9.9-.1 9.8-15.5 0-15.7-9.8.1-9.8 15.7 0 15.7m-4.8-8.3c.2-6.2 9.3-6.3 9.5 0 .7 7.5-10.2 7.5-9.5 0m22.6 36.3-4.8-21.9c-.2-1.4-1-2.6-2-3.4-3.2-1.9-5.6-.9-8.2-1.2h-9.3c-1.6-.1-3.2.3-4.5 1.1-1.1.9-1.8 2.1-2 3.4.1.9-5.9 23.6-4.5 23.7.8 1.2 2.3 1.5 3.5.7.5-.3.9-.8 1-1.4l3.5-8.5c-.3 2 1.6 29.2 1.7 32 0 2 3.7 1 4.8 1.2.7 0 1.3-.5 1.3-1.2l1.5-21.3h.1L58 97.1c.1 1.9 3.7 1 4.8 1.2.7 0 1.3-.5 1.3-1.2.2-3.3 2-29.9 1.9-32.4l3.7 8.9c.7 3 5.5 1.8 4.7-1.2m-8.2-13.9c.1-.7-.5-1.4-1.2-1.5-.7-.1-1.4.5-1.5 1.2 0 7.4-1.5 29.9-2 37.5h-1L59 74.3c-.1-.7-.7-1.3-1.4-1.2-1.4.3-3.5-.6-3.7 1.3l-1.5 21.4h-1l-1.6-26.3v-11c0-.7-.6-1.3-1.3-1.3-.5 0-1 .3-1.2.8l-5.5 13.3c.4-.8 4.4-22.6 5.5-22.1 2.2-1.1 4.1-.4 6.7-.6 17.7.2 11.1-3.1 17.7 22.7l-5.5-12.8zm26.6-42.8c9.9-.1 9.8-15.5 0-15.7-9.7 0-9.8 15.7 0 15.7m-4.7-8.3c.2-6.2 9.3-6.3 9.5 0 .7 7.4-10.2 7.4-9.5 0m24.6 46.2-5.3-30.9c-.3-1.5-1-2.8-2.2-3.8-3.3-2-6.5-1-9.1-1.3H89c-2.4.2-5.1-.7-8.2 1.3-1.2 1-2 2.3-2.2 3.8l-5.3 30.8c-.3 1.4.7 2.8 2.1 3.1 1.3.2 2.6-.6 3-1.9L83 40.1c1.2 4.3-3.1 24.1-3.8 28.6-.4 2.2 3.1 1.4 4.3 1.6L85 98.2c0 2 3.7 1 4.8 1.2.7 0 1.3-.6 1.3-1.3l.6-27.9h2.1l.6 27.9c0 2 3.7 1.1 4.8 1.3.7 0 1.3-.5 1.3-1.2l1.5-27.9c1.2-.2 5.1.8 4.7-1.6l-4-22.2.5-6.6c1.8 6.1 4.2 14 4.4 14.8.3 1.4 1.7 2.3 3.1 2 1.4-.3 2.2-1.7 2-3.1m-2.6.4c-2.1-7.2-6.3-20.9-6.5-21.8-.2-.7-.9-1.1-1.6-.9-.5.1-.9.6-1 1.1l-.9 13.6c-.1.2-.1.4 0 .6l3.8 21c-1.1.2-4.4-.7-4.4 1.2L98 96.7h-1l-.6-27.9c0-.7-.6-1.3-1.3-1.3h-4.7c-.7 0-1.3.6-1.3 1.3l-.6 27.9h-1L86 68.8c0-1.8-2.9-1.1-4-1.2 0-.4 3.8-20.9 3.8-21.3l-.5-14c0-.7-.6-1.3-1.4-1.3-.6 0-1.2.5-1.3 1.1 0 .2-6.9 21.4-7 21.7l5.3-30.7c.2-.8.6-1.6 1.2-2.1 2-1.1 4.2-.6 6.5-.7h7.1c2.7.1 5.3-.5 7.6.7.6.6 1.1 1.3 1.2 2.1l5.6 30.9c0 .1 0 0 0 0' fill='%23606060'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  width: 120px;
  height: 100px;
}
.front-page-link-btn.indiv:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112.7 99.5' xml:space='preserve'%3E%3Cpath d='M19.8 15.7c9.9-.1 9.8-15.5 0-15.7-9.8 0-9.8 15.7 0 15.7M15 7.4c.2-6.2 9.3-6.3 9.5 0 .7 7.4-10.1 7.4-9.5 0m24.5 46.2-5.3-30.9c-.3-1.5-1-2.8-2.2-3.8-3.3-2-6.5-1-9.1-1.3h-6.2c-4.2 0-10.3-.7-11.3 5L.1 53.5c-.7 3.3 4.3 4.5 5.1 1.2l3.7-12.2c.3 6.3 1.9 48.4 2.2 55.7 0 2 3.7 1.1 4.8 1.3.7 0 1.3-.6 1.3-1.3l1.6-37.1h1.7L22 98.2c0 .7.6 1.3 1.3 1.3 1.2-.2 4.8.8 4.8-1.3.3-7.9 1.7-49.2 2.4-56.1l3.8 12.6c.3 1.4 1.8 2.3 3.2 1.9 1.4-.3 2.3-1.6 2-3m-2.6.4-5.8-19.1-.1-.6c-.1-.7-.8-1.2-1.6-1-.6.1-1 .6-1.1 1.2-1.1 12-2.4 49.8-2.9 62.4h-1L23 59.6c-.2-1.8-2.3-1.1-3.6-1.2-1.2 0-3.1-.5-3.3 1.2l-1.6 37.2h-1C13 84.1 11.6 46.7 11 34.6c0-.7-.7-1.3-1.4-1.2-.5 0-1 .4-1.2.9L2.7 54 8 23.1c.2-.8.6-1.6 1.2-2.1 2.3-1.2 4.6-.5 7.5-.7h7.2c2.9.2 4.2-.4 6.5.7.6.6 1.1 1.3 1.2 2.1l5.4 31s0-.1-.1-.1m19.7-9.6c9.9-.1 9.8-15.5 0-15.7-9.8.1-9.8 15.7 0 15.7m-4.8-8.3c.2-6.2 9.3-6.3 9.5 0 .7 7.5-10.2 7.5-9.5 0m22.6 36.3-4.8-21.9c-.2-1.4-1-2.6-2-3.4-3.2-1.9-5.6-.9-8.2-1.2h-9.3c-1.6-.1-3.2.3-4.5 1.1-1.1.9-1.8 2.1-2 3.4.1.9-5.9 23.6-4.5 23.7.8 1.2 2.3 1.5 3.5.7.5-.3.9-.8 1-1.4l3.5-8.5c-.3 2 1.6 29.2 1.7 32 0 2 3.7 1 4.8 1.2.7 0 1.3-.5 1.3-1.2l1.5-21.3h.1L58 97.1c.1 1.9 3.7 1 4.8 1.2.7 0 1.3-.5 1.3-1.2.2-3.3 2-29.9 1.9-32.4l3.7 8.9c.7 3 5.5 1.8 4.7-1.2m-8.2-13.9c.1-.7-.5-1.4-1.2-1.5-.7-.1-1.4.5-1.5 1.2 0 7.4-1.5 29.9-2 37.5h-1L59 74.3c-.1-.7-.7-1.3-1.4-1.2-1.4.3-3.5-.6-3.7 1.3l-1.5 21.4h-1l-1.6-26.3v-11c0-.7-.6-1.3-1.3-1.3-.5 0-1 .3-1.2.8l-5.5 13.3c.4-.8 4.4-22.6 5.5-22.1 2.2-1.1 4.1-.4 6.7-.6 17.7.2 11.1-3.1 17.7 22.7l-5.5-12.8zm26.6-42.8c9.9-.1 9.8-15.5 0-15.7-9.7 0-9.8 15.7 0 15.7m-4.7-8.3c.2-6.2 9.3-6.3 9.5 0 .7 7.4-10.2 7.4-9.5 0m24.6 46.2-5.3-30.9c-.3-1.5-1-2.8-2.2-3.8-3.3-2-6.5-1-9.1-1.3H89c-2.4.2-5.1-.7-8.2 1.3-1.2 1-2 2.3-2.2 3.8l-5.3 30.8c-.3 1.4.7 2.8 2.1 3.1 1.3.2 2.6-.6 3-1.9L83 40.1c1.2 4.3-3.1 24.1-3.8 28.6-.4 2.2 3.1 1.4 4.3 1.6L85 98.2c0 2 3.7 1 4.8 1.2.7 0 1.3-.6 1.3-1.3l.6-27.9h2.1l.6 27.9c0 2 3.7 1.1 4.8 1.3.7 0 1.3-.5 1.3-1.2l1.5-27.9c1.2-.2 5.1.8 4.7-1.6l-4-22.2.5-6.6c1.8 6.1 4.2 14 4.4 14.8.3 1.4 1.7 2.3 3.1 2 1.4-.3 2.2-1.7 2-3.1m-2.6.4c-2.1-7.2-6.3-20.9-6.5-21.8-.2-.7-.9-1.1-1.6-.9-.5.1-.9.6-1 1.1l-.9 13.6c-.1.2-.1.4 0 .6l3.8 21c-1.1.2-4.4-.7-4.4 1.2L98 96.7h-1l-.6-27.9c0-.7-.6-1.3-1.3-1.3h-4.7c-.7 0-1.3.6-1.3 1.3l-.6 27.9h-1L86 68.8c0-1.8-2.9-1.1-4-1.2 0-.4 3.8-20.9 3.8-21.3l-.5-14c0-.7-.6-1.3-1.4-1.3-.6 0-1.2.5-1.3 1.1 0 .2-6.9 21.4-7 21.7l5.3-30.7c.2-.8.6-1.6 1.2-2.1 2-1.1 4.2-.6 6.5-.7h7.1c2.7.1 5.3-.5 7.6.7.6.6 1.1 1.3 1.2 2.1l5.6 30.9c0 .1 0 0 0 0' fill='%23FFF'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media only screen and (max-width: 786px) {
  .front-page-link-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .front-page-link-btn.corp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 48.5%;
    line-height: 1;
    padding: 20px;
  }
  .front-page-link-btn.corp:before {
    margin: 0 auto 10px;
    width: 35px;
    height: 55px;
  }
  .front-page-link-btn.indiv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 48.5%;
    line-height: 1;
    padding: 20px;
  }
  .front-page-link-btn.indiv:before {
    margin: 0 auto 2px;
    width: 57px;
    height: 67px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.news-main {
  width: 75%;
}
.news-main img {
  width: auto;
  max-width: 100%;
}
.news-sub {
  width: 20%;
}
.news h1 {
  line-height: 1.5;
}
@media only screen and (max-width: 786px) {
  .news-main {
    width: 100%;
  }
  .news-sub {
    display: none;
  }
}

.outline-list dl dt {
  width: 20%;
  padding: 1rem 0;
}
.outline-list dl dd {
  width: 80%;
  padding: 1rem 0 1.5rem 3rem;
  text-align: left;
  border-left: 1px solid #C0BDDC;
  position: relative;
}
.outline-list dl dd:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1A62B4;
  position: absolute;
  left: -8px;
  top: 1.6rem;
}
@media only screen and (max-width: 786px) {
  .outline-list dl {
    position: relative;
    border-left: 1px solid #C0BDDC;
  }
  .outline-list dl:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1A62B4;
    position: absolute;
    left: -8px;
    top: 18px;
  }
  .outline-list dl dt {
    width: 100%;
    padding: 10px 10px 10px 5vw;
  }
  .outline-list dl dd {
    width: 100%;
    padding: 0 0 10px 5vw;
    border: none;
  }
  .outline-list dl dd:before {
    display: none;
  }
}

.philosophy-txt {
  font-family: "BIZ UDPMincho", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.philosophy-name {
  font-family: "BIZ UDPMincho", serif;
  margin-top: 5vw;
  text-align: right;
}
.philosophy-name img {
  margin-top: 1rem;
}
.philosophy-bnr {
  margin-top: 3rem;
}

.story-talk {
  margin-bottom: 2rem;
}
.story-talk dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.story-talk dt::before {
  content: "";
  width: 30px;
  border-bottom: 1px solid #323339;
  margin-right: 10px;
}

.about-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: clamp(60px, 10vw, 100px);
  line-height: 1;
  margin: 0 50px auto 0;
}
@media only screen and (max-width: 786px) {
  .about-number {
    margin-right: 20px;
  }
}
.about-caption {
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-caption .fs-large-03 {
  line-height: 1.5;
}
.about-caption p {
  margin: 0;
}
@media only screen and (max-width: 786px) {
  .about-caption {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 15px 0;
  }
}
.about-flex-unit {
  margin-bottom: 150px;
}
.about-flex-unit > * {
  width: 49%;
}
@media only screen and (max-width: 786px) {
  .about-flex-unit {
    margin-bottom: 50px;
  }
  .about-flex-unit > * {
    width: 100%;
  }
}
.about-system > li {
  margin-bottom: 50px;
}
.about-system-ttl {
  margin: 4rem 0 2rem;
  line-height: 1.8;
}
.about-system-ttl .txt {
  font-size: clamp(28px, 4vw, 35px);
}
.about-system-ttl p {
  margin: 0;
}
.about-system-ttl h3 {
  margin: 0 0 1rem;
}
@media only screen and (max-width: 786px) {
  .about-system > li {
    margin-bottom: 20px;
  }
  .about-system-ttl {
    margin: 2rem 0 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.about-state {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: clamp(36px, 8vw, 70px);
  line-height: 1;
}
.about-state.off {
  color: #CBCDE2;
}
.about-statistics {
  margin-bottom: 3rem;
}
.about-statistics p {
  margin: 0;
  line-height: 1;
}
.about-statistics-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}
.about-statistics-ttl {
  font-size: clamp(25px, 3vw, 33px);
}
.about-statistics-number {
  font-size: clamp(60px, 8.5vw, 100px);
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #1A62B4;
}
.about-statistics-number span {
  font-size: 50%;
}
@media only screen and (max-width: 786px) {
  .about-statistics {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 1.5rem;
  }
  .about-statistics-img {
    width: 25%;
  }
}

.product_personal .img-rogo {
  width: 350px;
}

.guideline-block {
  display: block;
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 786px) {
  .guideline-block {
    width: 100%;
    height: 100px;
  }
}
.guideline-backgorund {
  margin-top: 3rem;
}
.guideline-backgorund thead td {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 786px) {
  .guideline-backgorund thead td {
    display: none;
  }
}
.guideline-backgorund td {
  vertical-align: top;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 786px) {
  .guideline-backgorund td {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 786px) {
  .guideline-backgorund td,
  .guideline-backgorund th {
    display: block;
    width: 100%;
  }
}
.guideline-img-ng, .guideline-img-ok {
  width: 43%;
}
@media only screen and (max-width: 786px) {
  .guideline-img-arrow {
    height: 40px;
    text-indent: -9999px;
    position: relative;
  }
  .guideline-img-arrow:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.2 30.8'%3E%3Cpath d='M2.1 13.3H29L18.9 3.6c-.4-.4-.7-.9-.7-1.5s.2-1.1.6-1.5c.4-.4.9-.6 1.5-.6.5 0 1.1.2 1.5.6l13.8 13.3c.4.4.7.9.7 1.5s-.2 1.1-.7 1.5L21.7 30.2c-.4.4-.9.6-1.5.6s-1.1-.2-1.5-.6c-.4-.4-.6-.9-.6-1.5s.2-1.1.6-1.5l10.1-9.8H2.1c-.5 0-1-.2-1.4-.6-.4-.3-.6-.8-.7-1.3 0-.6.2-1.1.6-1.5.4-.4.9-.7 1.5-.7z' fill='%230' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: calc((100% - 30px) / 2);
  }
  .guideline-img-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 786px) {
  .guideline-ok {
    padding-bottom: 30px !important;
  }
}

.corp-hero {
  background: #050a17 url(../images/hojin/top/top_fig_01.png) no-repeat;
  background-size: cover;
  color: #FFF;
}
.corp-hero-bnr {
  margin-top: 30px;
}
.corp-hero-bnr img {
  width: auto;
}
@media only screen and (max-width: 786px) {
  .corp-hero {
    background: #050a17 url(../images/hojin/top/top_fig_01_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 25vh;
  }
  .corp-hero-bnr img {
    width: 40%;
  }
}
.corp-link-area {
  background: #646464;
}
.corp-link-area .l-main {
  padding: 30px 0;
}
.corp-link-area.light {
  background: #F5F5F5;
}
.corp-link-area.light .ttl-h3-corp {
  color: #323339;
}
.corp-link-area.light .ttl-h3-corp:before {
  border-color: #1A62B4;
}
.corp-link-area.light .btn-corp-search:hover {
  background: #1A62B4;
}
@media only screen and (max-width: 786px) {
  .corp-link-area .l-main {
    padding: 10px;
  }
}
.corp-link-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.corp-link-wrap li {
  width: 30%;
  margin-right: 5%;
}
.corp-link-wrap li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 786px) {
  .corp-link-wrap {
    display: block;
  }
  .corp-link-wrap li {
    width: min(80%, 350px);
    margin: 0 auto 20px;
  }
  .corp-link-wrap li:last-child {
    margin-right: auto;
  }
}
.corp-case-list-first-btn {
  margin: 0 0 0 auto !important;
}
.corp-products-img {
  width: 30%;
}
.corp-products-info {
  width: 65%;
}
.corp-products-info dt {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #B5B5B5;
}
.corp-products-info dd .products-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.corp-products-info dd .products-info-text p {
  line-height: 1.5;
  font-size: 14px;
}
.corp-products-info dd .products-info .thumbnail {
  width: 120px;
}
.corp-products-info dd .products-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: calc(100% - 150px);
}
.corp-products-info dd .products-data p {
  margin-bottom: 0;
}
.corp-products-info dd .products-number {
  line-height: 1;
}
.corp-products-info dd .products-subcategory span {
  padding: 5px 10px;
  background: #1A62B4;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 786px) {
  .corp-products-img {
    width: 100%;
  }
  .corp-products-info {
    width: 100%;
  }
  .corp-products-info dd .products-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .corp-products-info dd .products-info .thumbnail {
    width: 30vw;
    margin: 0;
  }
  .corp-products-info dd .products-info-text p {
    line-height: 1.7;
  }
  .corp-products-info dd .products-data {
    width: calc(100% - 33vw);
    display: block;
  }
}

.simulator-cmt-second {
  margin-top: 80px;
}

.private-list-excerpt {
  margin-top: 0;
  line-height: 1.75;
  font-size: 1rem;
}
.private-item.list-index-wrap.archive-under > li {
  margin-bottom: 0;
}
.private-item a {
  color: #323339;
}
.private-item a:hover {
  color: #1A62B4;
  text-decoration: none;
}

.review-label {
  display: inline-block;
  background: #E9E9E9;
  border-radius: 3px;
  padding: 3px 30px;
  margin: 0;
  letter-spacing: 0.1em;
}
.review-img-star {
  width: 200px;
}
.review-list {
  border-bottom: 1px solid #F5F7F9;
}
.review-list p {
  margin: 0 0 1rem;
}
.review-list li {
  border-top: 1px solid #F5F7F9;
  padding: 20px;
}
.review-list li:nth-child(even) {
  background: #F5F7F9;
}
.review-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}

.howtobuy-item {
  margin-bottom: 75px;
}

.trouble-list {
  margin-bottom: 80px;
}
.trouble-list:last-child {
  margin-bottom: 30px;
}
.trouble-list dt {
  margin-bottom: 30px;
}
.trouble-list dd > div {
  margin-bottom: 30px;
}
.trouble-list .item-text {
  margin-top: -0.3rem;
}
@media only screen and (max-width: 786px) {
  .trouble-list {
    margin-bottom: 40px;
  }
}
.trouble-list dt {
  margin-bottom: 15px;
}
.trouble-list dd > div {
  margin-bottom: 15px;
}

.faq-item {
  border: 1px solid #E4E4E4;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.faq-item p {
  margin: 0;
}
.faq-item-q {
  padding: 0 0 30px 45px;
  position: relative;
}
.faq-item-q:before {
  content: "";
  display: block;
  width: 21px;
  height: 23px;
  background: url("../images/icon/ic-q.svg");
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.faq-item-a {
  border-top: 1px solid #E4E4E4;
  padding: 30px 0 30px 47px;
  position: relative;
}
.faq-item-a:before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  background: url("../images/icon/ic-a.svg");
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 0;
}
@media only screen and (max-width: 786px) {
  .faq-item {
    padding: 10px 10px 0 2vw;
  }
  .faq-item-q {
    padding: 0 34px 2vw 40px;
  }
  .faq-item-q:before {
    top: 10%;
    left: 5px;
  }
  .faq-item-a {
    padding: 10px 34px 10px 40px;
  }
  .faq-item-a:before {
    top: 15px;
    left: 7px;
  }
}

.replacement-list p {
  margin: 0;
}
.replacement-list .cell-head {
  padding-right: 20px;
}
.replacement-list .cell-body {
  height: 800px;
  overflow: auto;
  border-bottom: 1px solid #BFBCBC;
  border-top: 1px solid #BFBCBC;
}
.replacement-list.sp {
  overflow: auto;
}
.replacement-list.sp img {
  width: 200%;
}
.replacement ::-webkit-scrollbar {
  width: 20px;
}
.replacement ::-webkit-scrollbar-track {
  background: #E9E9E9;
}
.replacement ::-webkit-scrollbar-thumb {
  background: #BFBCBC;
}
.replacement-second {
  margin-bottom: 50px;
}

.degitalcatalog-box {
  width: 30%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 786px) {
  .degitalcatalog-box {
    width: 100%;
  }
}
.degitalcatalog a:hover {
  text-decoration: none;
}
.degitalcatalog-img {
  margin-bottom: 20px;
}
.degitalcatalog-img img {
  width: 100%;
}

.download .catalog-item {
  text-align: center;
  margin-bottom: 5rem;
  width: 30%;
}
@media only screen and (max-width: 786px) {
  .download .catalog-item {
    width: 100%;
  }
}
.download .catalog-item img {
  height: 300px;
  width: auto;
}
.download .catalog-item .btn {
  padding: 10px;
}

.page-id-1267 table {
  border-collapse: collapse !important;
  line-height: 1.3;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 100% !important;
}

.page-id-1267 table td {
  border: 1px solid #dfddf0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  padding: 8px;
}

@media only screen and (max-width: 786px) {
  .page-id-1267 table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-id-1267 table th {
  border: 1px solid #dfddf0;
  font-weight: 400;
  white-space: nowrap;
  position: sticky;
  top: 0;
  padding: 8px;
}

@media only screen and (max-width: 786px) {
  .page-id-1267 table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-id-1267 table th img {
  width: auto;
  max-height: 55px;
  margin: 8px 0 8px;
}

.page-id-1267 table img {
  width: auto;
  max-height: 55px;
  margin: 0 0 8px;
}

@media only screen and (max-width: 786px) {
  .page-id-1267 table a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-id-1267 .table-wrapper {
  overflow-x: auto;
  margin: 0 0 40px;
}

.page-id-1267 .table-wrapper_sticky {
  height: 83vh;
  width: calc(100% + 20px);
  overflow-x: auto;
  margin: 0 0 40px;
}

@media only screen and (max-width: 786px) {
  .page-id-1267 .table-wrapper_sticky {
    height: 75vh;
  }
  .page-id-1267 .table-wrapper_sticky::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}
.page-id-1267 .table-wrapper_sticky table {
  width: 100% !important;
}

.page-id-1267 .table-wrapper_sticky table th {
  z-index: 98;
}

.page-id-1267 .table-wrapper_sticky table th:first-child {
  position: sticky;
  z-index: 99;
}

.page-id-1267 .table-wrapper_sticky table th:first-child:before {
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background: #fff;
}

.page-id-1267 .table-wrapper_sticky table td:first-child {
  position: sticky;
  left: 0;
}

.page-id-1267 .table-wrapper_w100 {
  overflow-x: auto;
  margin: 0 0 40px;
}

.page-id-1267 .table-wrapper_w100 table {
  width: 100% !important;
}

.jbrc-img {
  width: auto;
}
@media only screen and (max-width: 786px) {
  .jbrc-img {
    width: 100%;
  }
}

.privacy-policy ul {
  margin-left: 20px;
}
.privacy-policy ul li {
  list-style: disc;
}

.lp-2022-thermalgear p {
  margin: 0;
}
.lp-2022-thermalgear .kv {
  background: url(../images/lp/202211_thermalgear/bg_kv_pc.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 65px 0;
}
.lp-2022-thermalgear .kv picture {
  width: 80%;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .kv {
    background: url(../images/lp/202211_thermalgear/bg_kv_sp.png) no-repeat;
  }
}
.lp-2022-thermalgear .sec-02 {
  background: #000 url(../images/lp/202211_thermalgear/bg_smoke.png) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02 {
    background-position: top 300px right;
    padding: 20px 0;
  }
}
.lp-2022-thermalgear .sec-02-contents {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-contents {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp-2022-thermalgear .sec-02-text {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-text {
    width: 100%;
  }
}
.lp-2022-thermalgear .sec-02-text ul {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-text ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 0 20px;
  }
}
.lp-2022-thermalgear .sec-02-text ul li {
  margin-right: 0 !important;
}
.lp-2022-thermalgear .sec-02-op23540 {
  width: 45%;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-op23540 {
    width: 100%;
  }
}
.lp-2022-thermalgear .sec-02-op23540-head {
  background: #A92102;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}
.lp-2022-thermalgear .sec-02-op23540-content {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 30px 30px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-op23540-content {
    padding: 10px 20px 30px;
  }
}
.lp-2022-thermalgear .sec-02-op23540-content .product-img {
  display: block;
  width: 265px;
  height: auto;
  margin: 0 auto;
}
.lp-2022-thermalgear .sec-02-op23540-content .lp-head-buy {
  color: #242424;
}
.lp-2022-thermalgear .sec-02-op23540-content .lp-btn-rakuten,
.lp-2022-thermalgear .sec-02-op23540-content .lp-btn-yahoo {
  padding: 5px 10px;
}
.lp-2022-thermalgear .sec-02-op23540-content .lp-btn-rakuten img,
.lp-2022-thermalgear .sec-02-op23540-content .lp-btn-yahoo img {
  height: 30px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-op23540-content .lp-btn-rakuten img,
  .lp-2022-thermalgear .sec-02-op23540-content .lp-btn-yahoo img {
    height: 20px;
  }
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-op23540-content .lp-btn-rakuten,
  .lp-2022-thermalgear .sec-02-op23540-content .lp-btn-yahoo {
    padding: 5px;
  }
}
.lp-2022-thermalgear .sec-02-copy {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
  color: #FF6600;
}
.lp-2022-thermalgear .sec-02-copy span {
  font-size: 120%;
}
.lp-2022-thermalgear .sec-02-battery {
  border: 1px solid #183D86;
  margin-top: 70px;
}
.lp-2022-thermalgear .sec-02-battery-title {
  max-width: 509px;
  height: auto;
}
.lp-2022-thermalgear .sec-02-battery-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-left, .lp-2022-thermalgear .sec-02-battery-columns-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-left, .lp-2022-thermalgear .sec-02-battery-columns-right {
    width: 100%;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-left p, .lp-2022-thermalgear .sec-02-battery-columns-right p {
  text-align: center;
  margin: 0 0 20px;
}
.lp-2022-thermalgear .sec-02-battery-columns-left ul, .lp-2022-thermalgear .sec-02-battery-columns-right ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-left ul, .lp-2022-thermalgear .sec-02-battery-columns-right ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 10px 30px;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-left ul li, .lp-2022-thermalgear .sec-02-battery-columns-right ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.lp-2022-thermalgear .sec-02-battery-columns-left ul li img, .lp-2022-thermalgear .sec-02-battery-columns-right ul li img {
  height: 9.5vw;
  max-height: 144px;
  width: auto;
  margin: 0 0 15px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-left ul li img, .lp-2022-thermalgear .sec-02-battery-columns-right ul li img {
    height: clamp(100px, 33vw, 144px);
    width: auto;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-left ul li p, .lp-2022-thermalgear .sec-02-battery-columns-right ul li p {
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.lp-2022-thermalgear .sec-02-battery-columns-left {
  width: 32%;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-left {
    width: 100%;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-left-title, .lp-2022-thermalgear .sec-02-battery-columns-right-title {
  background: #CD150F;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0px 10px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-left-title, .lp-2022-thermalgear .sec-02-battery-columns-right-title {
    width: 100%;
    line-height: 1;
    padding: 5px 3px;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-right {
  width: 62%;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-right {
    width: 100%;
  }
}
.lp-2022-thermalgear .sec-02-battery-columns-right-title {
  background: #FFDB24;
  color: #000000;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery-columns-right ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-2022-thermalgear .sec-02-battery dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #183D86;
  padding: 20px;
}
.lp-2022-thermalgear .sec-02-battery dd {
  background: #FFF;
  color: initial;
  padding: 30px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery dd {
    padding: 20px 18px;
  }
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-02-battery {
    margin-top: 35px;
  }
}
.lp-2022-thermalgear .sec-03 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 206, 185)), color-stop(30%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(236, 206, 185) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  padding-top: 120px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .sec-03 {
    padding-top: 0px;
  }
}
.lp-2022-thermalgear .sec-04 {
  background: #000 url(../images/lp/202211_thermalgear/bg_smoke.png) no-repeat;
  background-size: 100% auto;
  color: #FFF;
}
.lp-2022-thermalgear .thermal-merit-img {
  text-align: center;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-merit-img li {
    width: 48%;
    display: inline-block;
  }
}
.lp-2022-thermalgear .thermal-point {
  color: #FF6600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.lp-2022-thermalgear .thermal-point.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point.center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-2022-thermalgear .thermal-point-icon {
  width: 110px;
  margin-right: 10px;
}
.lp-2022-thermalgear .thermal-point-copy-01 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-copy-01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.lp-2022-thermalgear .thermal-point-copy-02 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1944444444;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-copy-02 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.lp-2022-thermalgear .thermal-point-img-01 {
  width: 350px;
  margin-left: 50px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-img-01 {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
  }
}
.lp-2022-thermalgear .thermal-point-feature {
  margin-top: 50px;
}
.lp-2022-thermalgear .thermal-point-feature-unit {
  background: #FFF;
  border: 1px solid #C2C2C2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 30px 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-feature-unit {
    display: block;
  }
}
.lp-2022-thermalgear .thermal-point-feature-number {
  background: #000;
  color: #FFF;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.lp-2022-thermalgear .thermal-point-feature-number span {
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
  font-size: 150%;
  line-height: 1;
}
.lp-2022-thermalgear .thermal-point-feature-text {
  width: 80%;
  max-width: 870px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3vw;
}
.lp-2022-thermalgear .thermal-point-feature-text dt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-feature-text {
    width: 100%;
  }
}
.lp-2022-thermalgear .thermal-point-feature-img {
  margin-top: 30px;
}
.lp-2022-thermalgear .thermal-point-read {
  margin: 50px 0;
}
.lp-2022-thermalgear .thermal-point-read p {
  margin-top: 25px;
}
.lp-2022-thermalgear .thermal-point-read p.txt-note {
  margin-top: 0;
}
.lp-2022-thermalgear .thermal-point-battery {
  text-align: center;
  border: 1px solid #C2C2C2;
  padding: 20px;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-point-battery {
    padding: 5vw;
  }
  .lp-2022-thermalgear .thermal-point-battery:first-child {
    margin-bottom: 5vw;
  }
  .lp-2022-thermalgear .thermal-point-battery dt {
    font-size: 1rem;
  }
}
.lp-2022-thermalgear .thermal-point-battery ul {
  margin-top: 15px;
}
.lp-2022-thermalgear .thermal-point-battery ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  text-align: left;
}
.lp-2022-thermalgear .thermal-ajust {
  margin: 50px 0 100px;
}
.lp-2022-thermalgear .thermal-ajust dt {
  color: #FFF;
  font-weight: bold;
  padding-left: 70px;
  margin-bottom: 30px;
  background: #18448E url(../images/lp/202211_thermalgear/ic_kuchohuku.svg) no-repeat 10px 10px;
}
.lp-2022-thermalgear .thermal-ajust dd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.lp-2022-thermalgear .thermal-ajust-cont {
  margin-right: 50px;
}
.lp-2022-thermalgear .thermal-ajust-txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-ajust {
    margin-bottom: 50px;
  }
  .lp-2022-thermalgear .thermal-ajust dt {
    line-height: 1.7;
    padding: 10px 10px 10px 70px;
  }
  .lp-2022-thermalgear .thermal-ajust dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-2022-thermalgear .thermal-ajust-cont {
    margin-right: 0;
  }
}
.lp-2022-thermalgear .thermal-wash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
  margin-left: 30px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-wash {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.lp-2022-thermalgear .thermal-tab-menu {
  width: 48%;
  padding: 15px 0;
  text-align: center;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.lp-2022-thermalgear .thermal-tab-menu:hover {
  background: rgba(255, 102, 0, 0.5);
}
.lp-2022-thermalgear .thermal-tab-menu.current {
  border-color: #FF6600;
  background: #FF6600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-tab-menu {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.lp-2022-thermalgear .thermal-tab-content-wrap {
  border: 2px solid #FF6600;
  background: #000;
  padding: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-tab-content-wrap {
    padding: 5vw;
  }
}
.lp-2022-thermalgear .thermal-product-detail {
  width: 50%;
}
.lp-2022-thermalgear .thermal-product-detail dd {
  padding-top: 50px;
}
.lp-2022-thermalgear .thermal-product-detail dd .fs-large-04, .lp-2022-thermalgear .thermal-product-detail dd .thermal-ajust dt, .lp-2022-thermalgear .thermal-ajust .thermal-product-detail dd dt {
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-product-detail {
    width: 100%;
    padding-top: 0;
  }
}
.lp-2022-thermalgear .thermal-product-name {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-product-name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-2022-thermalgear .thermal-product-img {
  width: 45%;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-product-img {
    width: 100%;
  }
}
.lp-2022-thermalgear .thermal-product-info {
  margin-bottom: 30px;
}
.lp-2022-thermalgear .thermal-product-info dt:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  margin-right: 10px;
}
.lp-2022-thermalgear .thermal-product-info dd table th, .lp-2022-thermalgear .thermal-product-info dd table td {
  border: 1px solid #707070;
  padding: 5px 10px;
  text-align: left;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .thermal-product-info dd table th, .lp-2022-thermalgear .thermal-product-info dd table td {
    display: block;
    width: 100%;
  }
  .lp-2022-thermalgear .thermal-product-info dd table th {
    background: rgba(255, 255, 255, 0.25);
    border-bottom: none;
  }
}
.lp-2022-thermalgear .product-icon {
  width: 50px;
  margin-left: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .product-icon {
    margin: 20px 20px 20px 0;
  }
}
.lp-2022-thermalgear .product-size {
  text-align: center;
  margin-bottom: 30px;
}
.lp-2022-thermalgear .product-size th, .lp-2022-thermalgear .product-size td {
  padding: 5px 0;
}
.lp-2022-thermalgear .product-size th:nth-child(even), .lp-2022-thermalgear .product-size td:nth-child(even) {
  background: rgba(255, 255, 255, 0.25);
}
.lp-2022-thermalgear .product-size thead {
  border-bottom: 1px solid #FFF;
}
.lp-2022-thermalgear .product-size tbody th {
  text-align: left;
}
.lp-2022-thermalgear .product-subinfo {
  margin-top: 30px;
  text-align: left;
}
.lp-2022-thermalgear .product-subinfo td {
  line-height: 1.5;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .product-subinfo th, .lp-2022-thermalgear .product-subinfo td {
    display: block;
    width: 100%;
  }
}
.lp-2022-thermalgear .product-shop-wrap {
  border: 1px solid #FFF;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
}
.lp-2022-thermalgear .product-shop-wrap dt {
  line-height: 1.7;
  background: #FFF;
  color: #000;
  padding: 20px;
  width: 230px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.lp-2022-thermalgear .product-shop-wrap dd {
  width: calc(100% - 230px);
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .lp-2022-thermalgear .product-shop-wrap dt {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .lp-2022-thermalgear .product-shop-wrap dd {
    width: 100%;
    padding: 10px;
    display: block;
  }
  .lp-2022-thermalgear .product-shop-wrap dd a {
    display: block;
    margin-bottom: 20px;
  }
  .lp-2022-thermalgear .product-shop-wrap dd a:last-child {
    margin-bottom: 0;
  }
}
.lp-2022-thermalgear .product-img-01 {
  max-width: 272px;
  margin: 20px auto 0;
}
.lp-2022-thermalgear .product-img-02 {
  max-width: 250px;
  margin: 20px auto 0;
}
.lp-2022-thermalgear .bland-thermal, .lp-2022-thermalgear .bland-9229, .lp-2022-thermalgear .bland-kucho {
  height: 11px;
  width: auto;
  display: inline;
  vertical-align: baseline;
}

.ttl-h2-noline {
  font-size: clamp(30px, 4.5vw, 45px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 55px;
}
.ttl-h2-noline:before {
  display: none;
}
@media only screen and (max-width: 786px) {
  .ttl-h2-noline {
    margin-bottom: 30px;
  }
}
.ttl-h2-corp {
  font-size: clamp(30px, 15vw, 100px);
  letter-spacing: 0;
  line-height: 1;
  display: block;
  font-weight: 500;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 0;
}
.ttl-h2-corp span {
  font-weight: 900;
}
.ttl-h3-corp {
  color: #FFF;
  margin: 0;
  font-size: clamp(18px, 2.5vw, 20px);
}
.ttl-h3-corp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #FFF;
}
.ttl-h3-corp-02 {
  margin-top: 0;
  font-size: clamp(18px, 2.5vw, 20px);
}
.ttl-h3-corp-02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #323339;
}
.ttl-imgcol {
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 2rem;
  margin-top: 0;
}
.ttl-imgcol .subtxt {
  display: block;
  font-size: clamp(16px, 1rem, 18px);
}
@media only screen and (max-width: 786px) {
  .ttl-imgcol {
    margin: 1.5rem 0;
  }
}

.fw-b {
  font-weight: bold;
}

.fs-large-01 {
  font-size: clamp(30px, 4.5vw, 45px);
}
.fs-large-02 {
  font-size: clamp(17px, 3.5vw, 20px);
}
.fs-large-03 {
  font-size: clamp(18px, 3.3vw, 22px);
}
.fs-large-40, .fs-large-04, .lp-2022-thermalgear .thermal-ajust dt {
  font-size: clamp(16px, 3vw, 30px);
}
.fs-small-01, .copyright, .list-annotation li {
  font-size: clamp(12px, 1.4vw, 13px);
}

.ls-100 {
  letter-spacing: 0.1em;
}

.color-w {
  color: #fff;
}
.color-blue {
  color: #1A62B4;
}
.color-red {
  color: #B40000;
}

.strong {
  background: #ECF7FF;
  font-weight: bold;
  padding: 5px;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.mgn-t-05 {
  margin-top: 5%;
}
.mgn-t-30 {
  margin-top: 3rem;
}
.mgn-r-05 {
  margin-right: 5%;
}
.mgn-r-10 {
  margin-right: 10%;
}

.pdng-bgarea {
  padding: 50px 0 80px;
}

.bg-lightblue {
  background: #ECF7FF;
}
.bg-ruri {
  background: rgb(21, 62, 204);
}
.bg-black {
  background: #000;
}

.link-internal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #C0BDDC;
}
.link-internal > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #C0BDDC;
}
.link-internal > *:last-child {
  border-right: none;
}
.link-internal a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-internal a:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%231A62B4'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 15px;
  top: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-internal a:hover {
  text-decoration: none;
  background: #ECF7FF;
}
.link-internal a:hover:after {
  top: 2.2rem;
}
@media only screen and (max-width: 786px) {
  .link-internal {
    display: block;
  }
  .link-internal > * {
    border-right: none;
    border-bottom: 1px solid #C0BDDC;
  }
  .link-internal > *:last-child {
    border-bottom: none;
  }
}
.link-internal-blue {
  background: #fff;
  padding: 30px 0 0;
}
.link-internal-blue .l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  padding: 20px 0 20px 0 !important;
  border-bottom: 1px solid #dfddf0;
  padding: 0;
}
.link-internal-blue a {
  width: 45%;
}
@media only screen and (max-width: 786px) {
  .link-internal-blue a {
    width: 100%;
  }
}
.link-internal-blue a:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.227%22%20height%3D%227%22%20viewBox%3D%220%200%2012.227%207%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M6.114%2C7%2C0%2C.886.886%2C0%2C6.114%2C5.242%2C11.341.015%2C12.227.9Z%22%20fill%3D%22%231a62b4%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  margin: 0 10px 5px 10px;
}
@media only screen and (max-width: 786px) {
  .link-internal-blue {
    width: 100%;
    padding: 3vw 0;
  }
  .link-internal-blue a {
    margin: 0 1vw 1vw 0;
  }
  .link-internal-blue .l-main {
    gap: 0px;
  }
}
.link-other-content {
  max-width: 650px;
  margin: 0 auto;
}
.link-other-content dd {
  margin-top: 30px;
}
.link-other-content dd .btn {
  margin: 0 auto 20px;
}

.btn {
  background: #FFF;
  border: 1px solid #C0BDDC;
  border-radius: 60px;
  color: #323339;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 60px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.btn:after {
  background: #1A62B4;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn:hover {
  text-decoration: none;
  color: #FFF;
}
.btn:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn.small {
  width: 180px;
}
.btn.medium {
  width: 300px;
}
.btn.medium-02 {
  width: 400px;
}
@media only screen and (max-width: 786px) {
  .btn.medium-02 {
    width: auto;
  }
}
.btn-list {
  padding: 10px 30px;
  line-height: 1;
  display: block;
  margin: 0 0 0 auto;
}
.btn-scrolltop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 90px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(226, 230, 236, 0.8);
  color: #000;
  text-decoration: none;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  pointer-events: none;
}
.btn-scrolltop::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%230'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  background-size: content;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn-scrolltop.isActive {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-scrolltop:hover {
  background: #e2e6ec;
}
@media only screen and (max-width: 786px) {
  .btn-scrolltop {
    bottom: 76px;
    right: 20px;
  }
}
.btn-article {
  padding: 10px 30px;
  line-height: 1;
  display: inline-block;
}
.btn-catalog:hover {
  text-decoration: none;
}
.btn-corp-search {
  background: #FFF;
  border: 1px solid #FFF;
  color: #000;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.btn-corp-search:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.btn-corp-search:before {
  content: "";
  display: block;
}
.btn-corp-search.list:before {
  width: 35px;
  height: 33px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.8 34.3'%3E%3Cpath d='M29.6 34.3H7.2c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.3-.7l.5-18.8c0-.4-.3-.8-.8-.9l-3.8-.4c-.4 0-.8-.4-.9-.8L0 5.5c-.1-.5.2-1 .7-1.1l11.4-4 .6-.2c.5-.2 1-.3 1.4-.2 1.4.4 2.8.6 4.2.6 1.5 0 2.9-.2 4.3-.6.5-.1 1 0 1.4.2l.6.2 11.4 4c.5.2.7.6.7 1.1l-1.3 6.8c-.1.4-.4.8-.9.8l-3.8.4c-.4 0-.8.4-.8.9l.5 18.8c0 .3-.1.5-.3.7s-.3.4-.5.4zm-21.4-2h20.3L28 14.5c0-1.5 1.1-2.8 2.5-2.9l3.1-.3 1-5.3L25 2.6C24.4 4 23.4 5.2 22 6c-1.7 1-3.6 1.2-5.5.7-2.1-.6-3.9-2.1-4.8-4.1L2.1 6l1 5.3 3.1.3c1.5.2 2.6 1.5 2.5 2.9l-.5 17.8zM13.7 2c.7 1.4 1.9 2.4 3.4 2.8 1.3.4 2.7.2 4-.5.8-.6 1.5-1.3 2-2.3-1.5.4-3.1.6-4.7.6s-3.2-.2-4.7-.6z' fill='%23606060'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.list:hover:before {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.8 34.3'%3E%3Cpath d='M29.6 34.3H7.2c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.3-.7l.5-18.8c0-.4-.3-.8-.8-.9l-3.8-.4c-.4 0-.8-.4-.9-.8L0 5.5c-.1-.5.2-1 .7-1.1l11.4-4 .6-.2c.5-.2 1-.3 1.4-.2 1.4.4 2.8.6 4.2.6 1.5 0 2.9-.2 4.3-.6.5-.1 1 0 1.4.2l.6.2 11.4 4c.5.2.7.6.7 1.1l-1.3 6.8c-.1.4-.4.8-.9.8l-3.8.4c-.4 0-.8.4-.8.9l.5 18.8c0 .3-.1.5-.3.7s-.3.4-.5.4zm-21.4-2h20.3L28 14.5c0-1.5 1.1-2.8 2.5-2.9l3.1-.3 1-5.3L25 2.6C24.4 4 23.4 5.2 22 6c-1.7 1-3.6 1.2-5.5.7-2.1-.6-3.9-2.1-4.8-4.1L2.1 6l1 5.3 3.1.3c1.5.2 2.6 1.5 2.5 2.9l-.5 17.8zM13.7 2c.7 1.4 1.9 2.4 3.4 2.8 1.3.4 2.7.2 4-.5.8-.6 1.5-1.3 2-2.3-1.5.4-3.1.6-4.7.6s-3.2-.2-4.7-.6z' fill='%23FFF'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.word:before {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M12 23.9c2.7 0 5.2-.9 7.3-2.5l6.6 6.6 2.1-2.1-6.6-6.6c4-5.2 3.1-12.7-2.1-16.8S6.5-.6 2.5 4.7-.6 17.4 4.6 21.4c2.1 1.7 4.7 2.5 7.4 2.5zM12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zm2.1 6.9c.6.6.9 1.3.9 2.1h3c0-1.6-.6-3.1-1.8-4.2-2.4-2.3-6.1-2.3-8.5 0l2.1 2.1c1.2-1.2 3.1-1.2 4.3 0z' fill='%23606060' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.word:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M12 23.9c2.7 0 5.2-.9 7.3-2.5l6.6 6.6 2.1-2.1-6.6-6.6c4-5.2 3.1-12.7-2.1-16.8S6.5-.6 2.5 4.7-.6 17.4 4.6 21.4c2.1 1.7 4.7 2.5 7.4 2.5zM12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zm2.1 6.9c.6.6.9 1.3.9 2.1h3c0-1.6-.6-3.1-1.8-4.2-2.4-2.3-6.1-2.3-8.5 0l2.1 2.1c1.2-1.2 3.1-1.2 4.3 0z' fill='%23FFF' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media only screen and (max-width: 786px) {
  .btn-corp-search {
    height: auto;
    padding: 10px 0;
  }
}
.btn-corp-search.scene:before {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.5' xml:space='preserve'%3E%3Cpath d='M13.5 18.6v6.9h3v-6.9c0-.8-.3-1.6-.9-2.1l-3-3 3.9-3.9 3 3c.6.6 1.3.9 2.1.9H27v-3h-5.4L16 4.9c-.6-.6-1.5-.6-2.1 0L9 9.8C7.8 11 7.8 12.9 9 14l4.5 4.6zM20.7 0c1.7 0 3.1 1.4 3.1 3.1s-1.4 3.1-3.1 3.1-3.1-1.4-3.1-3.1S19 0 20.7 0zM24 16.5c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 9c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-18 3c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zm0-9c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z' fill='%23606060'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.btn-corp-search.scene:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.5' xml:space='preserve'%3E%3Cpath d='M13.5 18.6v6.9h3v-6.9c0-.8-.3-1.6-.9-2.1l-3-3 3.9-3.9 3 3c.6.6 1.3.9 2.1.9H27v-3h-5.4L16 4.9c-.6-.6-1.5-.6-2.1 0L9 9.8C7.8 11 7.8 12.9 9 14l4.5 4.6zM20.7 0c1.7 0 3.1 1.4 3.1 3.1s-1.4 3.1-3.1 3.1-3.1-1.4-3.1-3.1S19 0 20.7 0zM24 16.5c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 9c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-18 3c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zm0-9c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.btn-corp-search.cart:before {
  width: 25px;
  height: 21px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 21.2' %3E%3Cpath d='M23.7 0H0v2.7h2.9l4.4 12.8c.3 1 1.3 1.7 2.3 1.7H20v-2.6H9.6l-.9-2.7H20c.5 0 1-.3 1.1-.8l3.8-9.3c.2-.4.1-.8-.1-1.2-.2-.4-.6-.6-1.1-.6zM10.6 18.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.6-1.5 1.5-1.5zm7.7 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5z' fill='%23606060' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.cart:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 21.2' %3E%3Cpath d='M23.7 0H0v2.7h2.9l4.4 12.8c.3 1 1.3 1.7 2.3 1.7H20v-2.6H9.6l-.9-2.7H20c.5 0 1-.3 1.1-.8l3.8-9.3c.2-.4.1-.8-.1-1.2-.2-.4-.6-.6-1.1-.6zM10.6 18.2c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.6-1.5 1.5-1.5zm7.7 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5z' fill='%23FFF' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.question:before {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M21 10.5C21 16.3 16.3 21 10.5 21S0 16.3 0 10.5 4.7 0 10.5 0 21 4.7 21 10.5zm-10.2-7c-2-.1-3.9 1-4.9 2.7-.2.2-.2.5.1.7L7.4 8c.3.1.6.1.7-.1.8-1 1.3-1.5 2.4-1.5.9 0 1.9.6 1.9 1.4 0 .6-.5 1-1.4 1.4-1 .6-2.3 1.3-2.3 3v.2c0 .3.2.5.5.5h2.4c.3 0 .5-.2.5-.5v-.1c0-1.2 3.5-1.3 3.5-4.5.1-2.5-2.4-4.3-4.8-4.3zM10.5 14c-1.1 0-1.9.9-1.9 1.9s.9 1.9 1.9 1.9 1.9-.9 1.9-1.9c0-1.1-.8-1.9-1.9-1.9z' fill='%23606060' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.question:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M21 10.5C21 16.3 16.3 21 10.5 21S0 16.3 0 10.5 4.7 0 10.5 0 21 4.7 21 10.5zm-10.2-7c-2-.1-3.9 1-4.9 2.7-.2.2-.2.5.1.7L7.4 8c.3.1.6.1.7-.1.8-1 1.3-1.5 2.4-1.5.9 0 1.9.6 1.9 1.4 0 .6-.5 1-1.4 1.4-1 .6-2.3 1.3-2.3 3v.2c0 .3.2.5.5.5h2.4c.3 0 .5-.2.5-.5v-.1c0-1.2 3.5-1.3 3.5-4.5.1-2.5-2.4-4.3-4.8-4.3zM10.5 14c-1.1 0-1.9.9-1.9 1.9s.9 1.9 1.9 1.9 1.9-.9 1.9-1.9c0-1.1-.8-1.9-1.9-1.9z' fill='%23FFF' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.mail:before {
  width: 26px;
  height: 21px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.2 21' xml:space='preserve'%3E%3Cpath d='M23.6 0H4.7C3.2 0 2 1.2 2 2.7v6.7h2.7v-4l8.6 6.4c.5.4 1.1.4 1.6 0l8.6-6.4v12H12.8V20h10.8c1.5 0 2.7-1.2 2.7-2.7V2.7C26.2 1.2 25 0 23.6 0zm-9.5 9L5.6 2.7h17.1L14.1 9zM0 13h7v2H0v-2zm2 3h6v2H2v-2zm3 3h4v2H5v-2z' fill='%23606060' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-corp-search.mail:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.2 21' xml:space='preserve'%3E%3Cpath d='M23.6 0H4.7C3.2 0 2 1.2 2 2.7v6.7h2.7v-4l8.6 6.4c.5.4 1.1.4 1.6 0l8.6-6.4v12H12.8V20h10.8c1.5 0 2.7-1.2 2.7-2.7V2.7C26.2 1.2 25 0 23.6 0zm-9.5 9L5.6 2.7h17.1L14.1 9zM0 13h7v2H0v-2zm2 3h6v2H2v-2zm3 3h4v2H5v-2z' fill='%23FFF' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.btn-area {
  margin: 5rem auto;
}
.btn-download {
  margin: auto 0;
  vertical-align: middle;
  display: inline-block;
}
.btn-download a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 20px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #1A62B4;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 786px) {
  .btn-download a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.35;
    padding: 6px 15px;
  }
}
.btn-download a:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15 11h-4.2l-1.4 1.4c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6L5.2 11H1c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7v3c0 .5.4 1 .9 1H15c.5 0 1-.4 1-.9V12c0-.3-.1-.5-.3-.7-.2-.2-.4-.3-.7-.3zm-1.5 3.2c-.4 0-.7-.3-.8-.7 0-.4.3-.7.7-.8.4 0 .7.3.8.7.1.5-.3.8-.7.8 0 .1 0 .1 0 0zm-6.2-2.5c.2.2.4.3.7.3.3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.4-.3-.7-.3-.3 0-.5.1-.7.3L9 8.6V1c0-.3-.1-.5-.3-.7C8.5.1 8.3 0 8 0c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7v7.6L4.7 6.3C4.5 6.1 4.3 6 4 6c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7 0 .3.1.5.3.7l4 4z' fill='%231A62B4'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-download a:hover {
  background: #1A62B4;
  color: #FFF;
  text-decoration: none;
}
.btn-download a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15 11h-4.2l-1.4 1.4c-.4.4-.9.6-1.4.6-.5 0-1-.2-1.4-.6L5.2 11H1c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7v3c0 .5.4 1 .9 1H15c.5 0 1-.4 1-.9V12c0-.3-.1-.5-.3-.7-.2-.2-.4-.3-.7-.3zm-1.5 3.2c-.4 0-.7-.3-.8-.7 0-.4.3-.7.7-.8.4 0 .7.3.8.7.1.5-.3.8-.7.8 0 .1 0 .1 0 0zm-6.2-2.5c.2.2.4.3.7.3.3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.4-.3-.7-.3-.3 0-.5.1-.7.3L9 8.6V1c0-.3-.1-.5-.3-.7C8.5.1 8.3 0 8 0c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7v7.6L4.7 6.3C4.5 6.1 4.3 6 4 6c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7 0 .3.1.5.3.7l4 4z' fill='%23fff'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media only screen and (max-width: 786px) {
  .btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn-list {
    margin: auto 0 0 0;
  }
}

.table-style01 {
  margin-bottom: 3rem;
}
.table-style01 td,
.table-style01 th {
  border-bottom: 1px solid #C0BDDC;
  vertical-align: top;
  padding: 1.5rem;
  text-align: left;
}
.table-style01 th {
  width: 20%;
}
@media only screen and (max-width: 786px) {
  .table-style01 {
    margin-bottom: 1rem;
  }
  .table-style01 th,
  .table-style01 td {
    display: block;
    width: 100%;
  }
  .table-style01 th {
    border-bottom: none;
    padding: 1rem 0 0 0;
  }
  .table-style01 td {
    padding: 1rem 0;
  }
}
.table-style02 {
  margin: 3rem 0;
  width: 100%;
}
.table-style02 th {
  width: 20%;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #C0BDDC;
  padding: 15px;
}
@media only screen and (max-width: 960px) {
  .table-style02 th {
    display: table-cell;
    font-weight: 700;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 786px) {
  .table-style02 th {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    padding: 30px 0 10px 0;
  }
}
.table-style02 td {
  border-bottom: 1px solid #C0BDDC;
  width: 40%;
  padding: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .table-style02 td {
    display: table-cell;
  }
}
@media only screen and (max-width: 786px) {
  .table-style02 td {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: none;
    padding: 15px 0 0 0;
  }
}
.table-style02 td p, .table-style02 td span {
  display: inline-block;
}
.table-style02 td div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .table-style02 td div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 786px) {
  .table-style02 td div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.table-style02 .lv-01 {
  background: #1A62B4;
  color: #FFF;
  font-weight: bold;
}
.table-style02.col-02 td:first-child {
  width: 20%;
}
@media only screen and (max-width: 786px) {
  .table-style02.col-02 td:first-child {
    width: 100%;
  }
}
.table-style02.col-02 td:nth-child(2) {
  width: 80%;
}
@media only screen and (max-width: 786px) {
  .table-style02.col-02 td:nth-child(2) {
    width: 100%;
  }
}
.table-style03 {
  margin-bottom: 80px;
}
.table-style03 td,
.table-style03 th {
  border: 1px solid #C0BDDC;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.table-style03 th {
  background: #DEEBF9;
}
@media only screen and (max-width: 786px) {
  .table-style03.type-sp {
    border-top: 1px solid #C0BDDC;
  }
  .table-style03.type-sp tr,
  .table-style03.type-sp th,
  .table-style03.type-sp td {
    display: block;
    border-top: none;
  }
}
.table-download-stt th {
  width: 20%;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #C0BDDC;
  padding: 15px;
}
@media only screen and (max-width: 960px) {
  .table-download-stt th {
    display: table-cell;
    font-weight: 700;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 786px) {
  .table-download-stt th {
    width: 100%;
    display: block;
  }
}
.table-download-stt td {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .table-download-stt td {
    display: table-cell;
    width: 40%;
  }
}
@media only screen and (max-width: 786px) {
  .table-download-stt td {
    width: 100%;
    display: block;
  }
}

.img-mt {
  margin-top: 1rem;
}
.img-within {
  height: 1em;
  width: auto;
  vertical-align: baseline;
}
.img-actual {
  width: auto;
  max-width: 100%;
}

.list-number {
  margin: 20px;
}
.list-number li {
  list-style-type: decimal;
  margin-bottom: 2rem;
}
.list-disc li {
  position: relative;
  padding-left: 1.2rem;
}
.list-disc li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A62B4;
  position: absolute;
  left: 0;
  top: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 786px) {
  .list-disc li:after {
    top: 1rem;
  }
}
.list-annotation {
  margin-top: 2rem;
}
.replacement .list-annotation {
  margin-left: 1.8rem;
}
.replacement .list-annotation li {
  text-indent: -1.8rem;
}
.list-sidelink {
  border-top: 1px solid #B4B4B4;
}
.list-sidelink li {
  border-bottom: 1px solid #B4B4B4;
}
.list-sidelink li a {
  display: block;
  position: relative;
  padding: 10px;
}
.list-sidelink li a:hover {
  text-decoration: none;
  background: rgba(26, 98, 180, 0.1);
}
.list-sidelink li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%231A62B4'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  right: 10px;
  top: calc((100% - 11px) / 2);
}
.list-mark-disc {
  position: relative;
  padding-left: 25px;
}
.list-mark-disc:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A62B4;
  position: absolute;
  left: 0;
  top: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 786px) {
  .list-mark-disc:after {
    top: 1rem;
  }
}

.txt-note {
  line-height: 1.7;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  font-size: clamp(12px, 1.4vw, 13px);
}

.block-imgcol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
.block-imgcol .img {
  width: 40%;
  max-width: 625px;
}
.block-imgcol .txt {
  width: 55%;
}
.block-imgcol:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 786px) {
  .block-imgcol {
    display: block;
    margin-bottom: 3rem;
  }
  .block-imgcol .img,
  .block-imgcol .txt {
    width: 100%;
    max-width: 100%;
  }
}

.ac-switch {
  position: relative;
}
.ac-switch:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%231A62B4'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ac-switch.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.breadcrumb li {
  font-size: clamp(12px, 1.2vw, 14px);
}
.breadcrumb li a {
  margin-right: 15px;
  color: #323339;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.breadcrumb li a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.121 21.414'%3E%3Cpath d='M253.556,356.211l-1.414-1.414,9.293-9.293-9.293-9.293,1.414-1.414L264.263,345.5Z' transform='translate(-252.141 -334.797)' fill='%230'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  margin-left: 15px;
}
@media only screen and (max-width: 786px) {
  .breadcrumb {
    display: none;
  }
}

.icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-blue {
  background: #1A62B4;
}
.icon-glay {
  background: #C0BDDC;
}
.icon-trouble {
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 0.3em;
  width: 100px;
  text-align: center;
  padding: 0;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 786px) {
  .icon-trouble {
    width: auto;
    font-size: 0.8rem;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 0.5rem;
  }
}
.icon-bed:before, .icon-sofa:before, .icon-bicycle:before, .icon-cabin:before, .icon-sun:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.icon-bed:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0V0z' fill='none'/%3E%3Cpath d='M8.2 17.2c2.4-.1 4.2-2.1 4.1-4.5.1-2.4-1.7-4.4-4.1-4.5-2.4.1-4.2 2.1-4.1 4.5-.1 2.4 1.7 4.4 4.1 4.5zm0-6c.8.1 1.4.8 1.3 1.6-.1.7-.6 1.3-1.4 1.4-.8-.1-1.4-.8-1.4-1.6.2-.8.8-1.3 1.5-1.4zm16.4-4.5h-11v12H2.7v-15H0v22.6h2.7v-4.5h24.6v4.5H30V12.7c.2-3.2-2.2-5.9-5.4-6zm2.7 12H16.4v-9h8.2c1.6.1 2.8 1.4 2.7 3v6z' fill='%23363636'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.icon-sofa:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve'%3E%3Cpath d='M25.2 9.7V7c0-2.2-1.7-3.9-3.8-4H8.6c-2.1.1-3.8 1.8-3.8 4v2.7c-2.1 0-3.8 1.8-3.8 4v6.7c0 2.2 1.7 3.9 3.8 4v1.3c0 .7.6 1.3 1.3 1.3.7 0 1.3-.6 1.3-1.3v-1.3h15.3v1.3c0 .7.5 1.3 1.2 1.3s1.3-.5 1.3-1.2v-1.4c2.2-.1 3.9-1.8 3.8-4v-6.7c0-2.2-1.7-4-3.8-4zM7.4 7c0-.7.6-1.3 1.3-1.3h12.7c.7 0 1.3.6 1.3 1.3v3.7c-.8.8-1.3 1.8-1.3 3v2.7H8.6v-2.7c0-1.1-.5-2.2-1.3-3L7.4 7zm19.1 13.3c0 .7-.6 1.3-1.3 1.3H4.8c-.7 0-1.3-.6-1.3-1.3v-6.7c0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3V19h17.8v-5.3c0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2v.1l.1 6.6z' fill='%23363636'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.icon-bicycle:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28.5' xml:space='preserve'%3E%3Cpath d='M13.5 18.6v6.9h3v-6.9c0-.8-.3-1.6-.9-2.1l-3-3 3.9-3.9 3 3c.6.6 1.3.9 2.1.9H27v-3h-5.4L16 4.9c-.6-.6-1.5-.6-2.1 0L9 9.8C7.8 11 7.8 12.9 9 14l4.5 4.6zM20.7 0c1.7 0 3.1 1.4 3.1 3.1s-1.4 3.1-3.1 3.1-3.1-1.4-3.1-3.1S19 0 20.7 0zM24 16.5c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 9c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm-18 3c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zm0-9c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z' fill='%23363636'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.icon-cabin:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M11.6 2c0 2-1.6 3.6-3.5 3.6-.7 0-1.2.5-1.2 1.2H4.5c0-2 1.6-3.6 3.5-3.6.7 0 1.2-.5 1.2-1.2h2.4zM14 4.4 6.9 9.9V8H4.5v3.7L1 14.5l1.4 1.9 2.1-1.6V26h18.9V14.7l2.1 1.6 1.4-1.9L14 4.4zm2.3 4.8h-4.6L14 7.4l2.3 1.8zm-7.7 2.4h10.8l1.7 1.3V14H6.9v-1.1l1.7-1.3zm12.5 4.8v2.4H6.9v-2.4h14.2zM6.9 23.6v-2.4h14.2v2.4H6.9z' fill='%23363636'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.icon-sun:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M15 11.2c2.1 0 3.8 1.7 3.8 3.8s-1.7 3.8-3.8 3.8-3.8-1.7-3.8-3.8c0-2.1 1.7-3.8 3.8-3.8m0-2.6c-3.5 0-6.4 2.8-6.4 6.4s2.8 6.4 6.4 6.4 6.4-2.8 6.4-6.4c0-3.5-2.9-6.4-6.4-6.4zM2.3 16.3h2.5c.7 0 1.3-.5 1.3-1.2s-.5-1.3-1.2-1.3H2.3c-.7-.1-1.3.5-1.3 1.2-.1.7.5 1.3 1.3 1.3-.1 0-.1 0 0 0zm22.9 0h2.5c.7 0 1.3-.6 1.2-1.3 0-.7-.6-1.2-1.2-1.2h-2.5c-.7 0-1.3.6-1.2 1.3 0 .6.5 1.2 1.2 1.2zm-11.5-14v2.5c0 .7.5 1.3 1.2 1.3s1.3-.5 1.3-1.2V2.3c.1-.7-.5-1.3-1.2-1.3-.7-.1-1.3.5-1.3 1.3 0-.1 0-.1 0 0zm0 22.9v2.5c0 .7.6 1.3 1.3 1.2.7 0 1.2-.6 1.2-1.2v-2.5c0-.7-.6-1.3-1.3-1.2-.6 0-1.2.5-1.2 1.2zM7.4 5.6c-.5-.5-1.3-.5-1.8 0s-.5 1.3 0 1.8l1.3 1.3c.5.5 1.3.5 1.8 0s.5-1.3 0-1.8L7.4 5.6zm15.7 15.7c-.5-.5-1.3-.5-1.8 0s-.5 1.3 0 1.8l1.3 1.3c.5.5 1.3.5 1.8 0s.5-1.3 0-1.8l-1.3-1.3zm1.3-13.9c.5-.5.5-1.3 0-1.8s-1.3-.5-1.8 0l-1.3 1.3c-.5.5-.5 1.3 0 1.8s1.3.5 1.8 0l1.3-1.3zM8.7 23.1c.5-.5.5-1.3 0-1.8s-1.3-.5-1.8 0l-1.3 1.3c-.5.5-.5 1.3 0 1.8s1.3.5 1.8 0l1.3-1.3z' fill='%23363636' /%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.icon-sns {
  width: 30px;
}
.icon-x {
  width: 25px;
  height: auto;
  margin-top: 3px;
}

.box-border {
  border: 1px solid #1A62B4;
  padding: 25px 30px;
}
.box-border p {
  margin: 0;
}

.hero-normal {
  background: #F5F7F9;
  padding: 50px 0;
}
@media only screen and (max-width: 786px) {
  .hero-normal {
    padding: 7.5vw;
  }
}
.hero-normal h1 {
  margin: 0 0 0 10%;
}
@media only screen and (max-width: 786px) {
  .hero-normal h1 {
    margin: 0;
  }
}
.hero-img {
  width: 100%;
  position: relative;
}
.hero-txtarea {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 45%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .hero-txtarea {
    position: relative;
    left: 0;
    width: 100%;
    padding: 2vw;
  }
  .hero-txtarea .color-w {
    color: initial;
  }
}
.hero-txtarea.about-story {
  top: initial;
  left: 30px;
  bottom: 30px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 50px 10px;
}
.hero-txtarea.about-story h1 {
  line-height: 1;
}
@media only screen and (max-width: 786px) {
  .hero-txtarea.about-story {
    position: relative;
    left: initial;
    padding: 20px 20px 10px;
    top: 0;
  }
  .hero-txtarea.about-story .color-w {
    color: #FFF;
  }
}
.hero-howtobuy {
  background: #FDFAF3 url(../images/kojin/howtobuy/img_hero.png) no-repeat top right;
  background-size: contain;
  padding: 50px 0;
  min-height: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 786px) {
  .hero-howtobuy {
    background-size: cover;
  }
}
.hero-howtobuy h1 {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-simulator {
  background: url(../images/hojin/simulator/bg_hero.png) no-repeat center center;
  background-size: cover;
  padding: 5vw 0;
}

footer {
  background: #656A80;
  color: #FFF;
  padding: 2rem 10vw;
}
footer a {
  color: #FFF;
  position: relative;
}
footer a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Cpath d='M10 8 0 16V0l10 8z'  fill='%23fff'/%3E%3C/svg%3E%0A") 50% 50%/100% 100% no-repeat;
  margin-right: 5px;
}
@media only screen and (max-width: 786px) {
  footer {
    padding: 10px 10px 30px 10px;
  }
}

@media only screen and (max-width: 786px) {
  .footer-area {
    display: none;
  }
}
.footer-area .no-brake {
  white-space: nowrap;
}
.footer-area dt {
  font-weight: bold;
}
.footer-area dd {
  font-size: 90%;
}
.footer-logo {
  margin: 0 0 1rem 0;
}
.footer-logo img {
  height: 20px;
  width: auto;
}
.footer-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: 2rem;
}
.footer-nav > * {
  margin-right: 3rem;
}
.footer-nav li {
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
}
.footer-annotation p {
  margin: 0 0 3px 0;
  line-height: 1.5;
}
.footer-list {
  margin-top: 2rem;
}
.footer-list p {
  margin: 0 2vw;
}
.footer-inquiry {
  position: relative;
}
.footer-inquiry-txtarea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 40%;
  top: 0;
}
.footer-inquiry-txtarea p {
  line-height: 1.4;
}
@media only screen and (max-width: 786px) {
  .footer-inquiry-txtarea {
    text-align: left;
    padding-right: 10vw;
  }
}
@media only screen and (max-width: 786px) {
  .footer-inquiry {
    background: #000 url(../images/bg_footer-inquiry_sp.png) no-repeat center center;
    background-size: cover;
    padding: 10px 0;
  }
  .footer-inquiry img {
    display: none;
  }
  .footer-inquiry-txtarea {
    position: relative;
  }
  .footer-inquiry p {
    margin: 0;
  }
  .footer-inquiry .d_ib {
    margin-top: 10px;
  }
}

.copyright {
  text-align: center;
  padding: 5px;
  border-top: 1px solid #C0BDDC;
}

.news-date, .news-cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-date {
  width: 9rem;
}
@media only screen and (max-width: 786px) {
  .news-date {
    width: 8.3rem;
  }
}
.news-cat {
  border: 1px solid #1A62B4;
  padding: 4px 10px;
  border-radius: 5px;
  line-height: 1;
  color: #1A62B4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media only screen and (max-width: 786px) {
  .news-cat {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slick-dots li button:before {
  font-size: 18px;
}

.lp-btn-rakuten {
  text-align: center;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(209, 12, 15) 0%, rgb(136, 0, 1) 100%);
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.lp-btn-rakuten:hover {
  opacity: 0.6;
}
.lp-btn-yahoo {
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(249, 21, 83) 0%, rgb(230, 35, 62) 100%);
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.lp-btn-yahoo:hover {
  text-decoration: none;
  opacity: 0.6;
}
.lp-btn-contact {
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(0, 111, 255) 0%, rgb(0, 136, 255) 100%);
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.lp-btn-contact:hover {
  text-decoration: none;
  opacity: 0.6;
}
.lp-head-parent {
  display: block;
  width: 100%;
  font-size: clamp(1.5rem, 2vw, 2.1875rem);
  background: #EAEDF2;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 30px 10vw;
  margin: 0 0 90px;
}
@media only screen and (max-width: 786px) {
  .lp-head-parent {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
    margin: 0 0 20px;
  }
}
.lp-head-parent:before {
  display: none;
}
.lp-head-child {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
  border-bottom: 1px solid #C0BDDC;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 786px) {
  .lp-head-child {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-head-s {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  padding: 30px 0 0 0;
}
.lp-head-s:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #C0BDDC;
}
.lp-head-bfline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 10px;
  padding: 30px 0 10px 0;
}
@media only screen and (max-width: 786px) {
  .lp-head-bfline {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.lp-head-bfline:before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #C0BDDC;
}
.lp-head-buy {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  gap: 10px;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 786px) {
  .lp-head-buy {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.lp-head-buy:before {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.625%22%20height%3D%2220%22%20viewBox%3D%220%200%2019.625%2020%22%3E%20%3Cpath%20id%3D%22shopping_cart_FILL0_wght400_GRAD0_opsz48%22%20d%3D%22M56.9%2C196a1.723%2C1.723%2C0%2C0%2C1-1.271-.531%2C1.749%2C1.749%2C0%2C0%2C1-.526-1.277%2C1.723%2C1.723%2C0%2C0%2C1%2C.531-1.271%2C1.749%2C1.749%2C0%2C0%2C1%2C1.277-.526%2C1.723%2C1.723%2C0%2C0%2C1%2C1.271.531%2C1.75%2C1.75%2C0%2C0%2C1%2C.526%2C1.277%2C1.723%2C1.723%2C0%2C0%2C1-.531%2C1.271A1.749%2C1.749%2C0%2C0%2C1%2C56.9%2C196Zm10.013%2C0a1.723%2C1.723%2C0%2C0%2C1-1.271-.531%2C1.749%2C1.749%2C0%2C0%2C1-.526-1.277%2C1.723%2C1.723%2C0%2C0%2C1%2C.531-1.271%2C1.749%2C1.749%2C0%2C0%2C1%2C1.277-.526%2C1.723%2C1.723%2C0%2C0%2C1%2C1.271.531%2C1.749%2C1.749%2C0%2C0%2C1%2C.526%2C1.277%2C1.723%2C1.723%2C0%2C0%2C1-.531%2C1.271A1.75%2C1.75%2C0%2C0%2C1%2C66.915%2C196ZM55.606%2C179.479l2.753%2C5.707h7.209l3.129-5.707Zm-.751-1.5H69.6a.953.953%2C0%2C0%2C1%2C.875.526%2C1%2C1%2C0%2C0%2C1%2C0%2C1.051L67.1%2C185.637a2.235%2C2.235%2C0%2C0%2C1-.715.763%2C1.721%2C1.721%2C0%2C0%2C1-.962.288H57.834l-1.4%2C2.6h12.29v1.5H56.657a1.68%2C1.68%2C0%2C0%2C1-1.514-.7%2C1.44%2C1.44%2C0%2C0%2C1%2C.013-1.577l1.6-2.954-3.8-8.06H51V176h2.929Zm3.5%2C7.209h0Z%22%20transform%3D%22translate(-51%20-176)%22%20fill%3D%22%23c0bddc%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.lp-head-point {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  gap: 10px;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 786px) {
  .lp-head-point {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.lp-head-point:before {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  display: block;
  content: "POINT";
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
  line-height: 0.1;
  color: #fff;
  background: #DB2222;
  padding: 13px;
}
.lp-head-color-black {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0 15px;
}
.lp-head-color-black:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  border: 1px solid #E0DEEE;
  border-radius: 20px;
}
.lp-head-color-gray {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0 15px;
}
.lp-head-color-gray:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #E0DEEE;
  border: 1px solid #E0DEEE;
  border-radius: 20px;
}
.lp-head-color-red {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0 15px;
}
.lp-head-color-red:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #DB2222;
  border: 1px solid #E0DEEE;
  border-radius: 20px;
}
.lp-table-underline {
  border-collapse: separate;
  border-spacing: 5px;
}
.lp-table-underline th {
  font-weight: 400;
}
.lp-table-underline th, .lp-table-underline td {
  text-align: left;
  border-bottom: 1px solid #C0BDDC;
  padding: 10px 0;
}
@media only screen and (max-width: 786px) {
  .lp-table-underline th, .lp-table-underline td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 786px) {
  .lp-table-underline td {
    border-bottom: none;
  }
}
.lp-table-noboder {
  border-collapse: separate;
}
.lp-table-noboder tr:nth-of-type(2n-1) {
  background: #F0F2F6;
}
.lp-table-noboder th, .lp-table-noboder td {
  border: none;
  padding: 5px;
}
@media only screen and (max-width: 960px) {
  .lp-table-noboder th, .lp-table-noboder td {
    display: table-cell;
    width: auto;
  }
}
.lp-table-size {
  border-collapse: separate;
  margin: 10px 0;
}
.lp-table-size th {
  font-weight: 700;
}
.lp-table-size th, .lp-table-size td {
  text-align: center;
  padding: 3px 10px;
}
.lp-table-size th:nth-of-type(1), .lp-table-size td:nth-of-type(1) {
  text-align: left;
}
.lp-table-size tr:nth-child(1n) {
  background: #FFF;
}
.lp-table-size tr:nth-child(2n) {
  background: #F0F2F6;
}
.lp-ul-common li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  letter-spacing: 0.05em;
}
.lp-ul-common li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #C0BDDC;
  margin: 13px 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 786px) {
  .lp-ul-common li:before {
    margin: 13px 10px 0 0px;
  }
}
.lp-ul-common li sub {
  margin: auto 0 1rem 0;
}
.lp-ul-common li sup {
  margin: 1rem 0 0 0;
}

@media only screen and (max-width: 786px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 786px) {
  .is-sp {
    display: block;
  }
}
.is-hide {
  display: none;
}
.is-active {
  border-radius: 10px;
  padding: 10px 15px;
}
.is-active .l-lp-2023-productbox-content-accordion__title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ac-switch {
  cursor: pointer;
}

.js-ani-fade {
  opacity: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-ani-fade.isFadeout {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-content {
  display: none;
}

.scroll-prevent {
  position: fixed;
}

@media only screen and (max-width: 786px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 787px) {
  .sp {
    display: none;
  }
}
.hero-products {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 100px 10vw;
  height: 350px;
  background: url(../images/products/img-hero.png) no-repeat center #F5F7F9;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .hero-products {
    background: url(../images/products/img-hero-tablet.png) no-repeat left center #F5F7F9;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 960px) {
  .hero-products {
    display: block;
    margin-bottom: -20px;
    padding: 0 5vw;
    height: auto;
    background: url(../images/products/img-hero.png) no-repeat center #F5F7F9;
    background-color: transparent;
    background-position: top center;
    background-size: 100% auto;
  }
  .hero-products h1 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 37.3333333333vw;
    text-align: left;
  }
}

.l-products {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.l-products > .l-split__left {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  max-width: 22%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.l-products > .l-split__right {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: 20px;
}
@media only screen and (max-width: 960px) {
  .l-products {
    display: block;
  }
  .l-products > .l-split__left {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .l-products > .l-split__right {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-left: auto;
  }
  .l-products .btn-filter-open {
    position: fixed;
    z-index: 99;
    top: 100px;
    left: 10px;
  }
  .l-products .l-split__left {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  .l-products.filter-open .l-split__left {
    right: 44px;
  }
}

.l-products .products-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
.l-products .products-title::before {
  content: none;
}
.l-products .products-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -60px;
}
.l-products .products-list > * {
  -ms-flex-preferred-size: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-left: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .l-products .products-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -40px;
  }
  .l-products .products-list > * {
    -ms-flex-preferred-size: calc(33.3333333333% - 20px);
    flex-basis: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
    margin-left: 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 786px) {
  .l-products .products-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -30px;
  }
  .l-products .products-list > * {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-left: 15px;
    margin-top: 30px;
  }
}
.l-products .products-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  color: inherit;
}
.l-products .products-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.l-products .products-item a img {
  -webkit-transition: none;
  transition: none;
}
.l-products .products-item .products-thumbnail {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
  aspect-ratio: 1;
}
.l-products .products-item .products-thumbnail img {
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.l-products .products-item .products-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: inherit;
  margin: 0;
  word-break: break-all;
}
.l-products .products-item .products-id {
  margin-top: 8px;
  font-size: clamp(18px, 1vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}
.l-products .products-item .products-colors {
  margin-top: 15px;
}
.l-products .products-item .products-colors .color-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
}
.l-products .products-item .products-colors .color-list > * {
  -ms-flex-preferred-size: calc(33.3333333333% - 0px);
  flex-basis: calc(33.3333333333% - 0px);
  max-width: calc(33.3333333333% - 0px);
  margin-left: 0px;
}
.l-products .products-item .products-colors .color-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-products .products-item .products-colors .color-label {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
}
@media only screen and (max-width: 960px) {
  .l-products .products-item .products-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-products .products-item .products-id {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .l-products .products-item .products-colors {
    margin-top: 5px;
  }
  .l-products .products-item .products-colors .color-item-image {
    width: 50px;
    height: 44px;
  }
  .l-products .products-item .products-colors .color-item-lable {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #bfbcbc;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi .current {
  background: #1A62B4;
  color: #fff;
}
.wp-pagenavi .extend {
  border: 0;
}
.wp-pagenavi a {
  color: #323339;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background: #1A62B4;
  color: #fff;
}
@media only screen and (max-width: 786px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 14px;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.btn-filter-open {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  padding: 18px 15px;
  width: 50px;
  height: 50px;
  background: rgba(26, 98, 180, 0.73);
}
.btn-filter-open:focus {
  outline: none;
}
.btn-filter-open:disabled {
  opacity: 0.5;
}
.btn-filter-open:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (min-width: 961px) {
  .btn-filter-open {
    display: none;
  }
}
.btn-filter-open span, .btn-filter-open span:before, .btn-filter-open span:after {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
}
.btn-filter-open span:before {
  top: -6px;
}
.btn-filter-open span:after {
  top: 4px;
}

.btn-filter-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon_close.svg) no-repeat center;
}
.btn-filter-close:focus {
  outline: none;
}
.btn-filter-close:disabled {
  opacity: 0.5;
}
.btn-filter-close:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sidebar-products > *:first-child {
  margin-top: 0 !important;
}
.sidebar-products > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 960px) {
  .sidebar-products {
    padding: 20px;
    width: calc(100vw - 44px);
    background: #1A62B4;
    color: #fff;
  }
}
.sidebar-products .sidebar-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 961px) {
  .sidebar-products .sidebar-title {
    display: none;
  }
}
.sidebar-products .sidebar-item {
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .sidebar-products .sidebar-item {
    margin-bottom: 30px;
  }
}
.sidebar-products .filter-title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sidebar-products .filter-title span {
  font-size: 0.75em;
}
.sidebar-products .filter-menu {
  border-top: 1px solid #b4b4b4;
}
.sidebar-products .filter-menu .menu-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #b4b4b4;
}
.sidebar-products .filter-menu .menu-item.active {
  background: rgba(26, 98, 180, 0.15);
}
.sidebar-products .filter-menu .menu-item label {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-column-gap: 0.1em;
     -moz-column-gap: 0.1em;
          column-gap: 0.1em;
  padding: 8px 30px 8px 12px;
  color: inherit;
}
.sidebar-products .filter-menu .menu-item label:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sidebar-products .filter-menu .menu-item label .menu-item-title {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: none;
}
.sidebar-products .filter-menu .menu-item label .menu-item-check {
  margin-top: -1px;
}
.sidebar-products .filter-menu .menu-item label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon_chevron_right.svg) no-repeat center;
  color: #1A62B4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar-products .filter-menu .menu-item label [type=checkbox] {
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.5em 0 0;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 3px;
  background: rgba(26, 98, 180, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sidebar-products .filter-menu .menu-item label [type=checkbox]:checked {
  background: #fff;
}
.sidebar-products .filter-menu .menu-item label [type=checkbox]:focus {
  outline: none;
}
.sidebar-products .filter-menu .menu-item label [type=checkbox]:disabled {
  opacity: 0.5;
}
.sidebar-products .filter-menu .menu-item label [type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1.2px;
  width: 50%;
  height: 26%;
  border: 3px solid #0055FF;
  border-top: 0;
  border-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
}
.sidebar-products .filter-menu .menu-item label [type=checkbox]:not(:checked)::after {
  opacity: 0;
  border-width: 0;
  -webkit-transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
}
@media only screen and (max-width: 960px) {
  .sidebar-products .filter-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sidebar-products .filter-title span {
    font-size: 0.8888888889em;
  }
  .sidebar-products .filter-menu {
    border-color: #fff;
  }
  .sidebar-products .filter-menu .menu-item {
    border-color: #fff;
  }
  .sidebar-products .filter-menu .menu-item.active {
    background: rgba(255, 255, 255, 0.15);
  }
  .sidebar-products .filter-menu .menu-item label:after {
    background-image: url(../images/icon/icon_chevron_right_white.svg);
  }
}
.sidebar-products .search-products {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border: 3px solid #1A62B4;
}
@media only screen and (max-width: 960px) {
  .sidebar-products .search-products {
    border-color: #fff;
  }
}
.sidebar-products .search-products-input {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
}
.sidebar-products .search-products-submit {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px;
}
.sidebar-products .search-products input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  display: block;
  padding: 0.5em;
  width: 100%;
}
.sidebar-products .search-products input:focus {
  outline: none;
}
.sidebar-products .search-products input:disabled {
  opacity: 0.5;
}
.sidebar-products .search-products .btn-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 70px;
  height: 100%;
  background: #1A62B4;
  color: #fff;
  vertical-align: top;
  word-break: keep-all;
}
.sidebar-products .search-products .btn-search:focus {
  outline: none;
}
.sidebar-products .search-products .btn-search:disabled {
  opacity: 0.5;
}
.sidebar-products .search-products .btn-search:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tax-category_products.term-scene .l-split__right {
  margin-top: 10px;
}
.tax-category_products.term-scene .terms-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -50px;
}
.tax-category_products.term-scene .terms-list > * {
  -ms-flex-preferred-size: calc(33.3333333333% - 30px);
  flex-basis: calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-top: 50px;
}
.tax-category_products.term-scene .terms-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.tax-category_products.term-scene .terms-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tax-category_products.term-scene .terms-img {
  margin-bottom: 13px;
}
.tax-category_products.term-scene .terms-img img {
  aspect-ratio: 330/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-category_products.term-scene .terms-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  margin: 0;
}
.tax-category_products.term-scene .terms-title::before {
  content: none;
}
@media screen and (max-width: 960px) {
  .tax-category_products.term-scene .terms-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -40px;
  }
  .tax-category_products.term-scene .terms-list > * {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 786px) {
  .tax-category_products.term-scene .terms-list {
    display: block;
    margin-left: 0;
  }
  .tax-category_products.term-scene .terms-list > * {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-left: 0;
  }
}

.hero-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 95px 10vw;
  background: #000;
  color: #fff;
}
.hero-product .l-split__left {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.hero-product .l-split__right {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-left: 20px;
}
@media only screen and (max-width: 786px) {
  .hero-product {
    display: block;
    padding: 15px 5vw 5px;
  }
  .hero-product .l-split__left,
  .hero-product .l-split__right {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-left: 0;
  }
}
.hero-product img {
  width: auto;
  max-width: 100%;
}
.hero-product .product-brand {
  margin: 10px 0 0;
  line-height: 0;
}
.hero-product .product-brand .brand-item {
  display: inline-block;
  margin: 2px 0.75em 2px 0;
  font-size: clamp(16px, 1vw, 26px);
  line-height: 26px;
}
.hero-product .product-brand .brand-logo img {
  height: 26px;
}
.hero-product .product-name {
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-size: clamp(24px, 4vw, 35px);
  font-weight: 700;
  line-height: 1.5142857143;
}
.hero-product .product-id {
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(50px, 6vw, 100px);
  font-weight: 100;
  line-height: 1.2;
}
.hero-product .product-id span {
  font-size: 50%;
  font-weight: normal;
}
.hero-product .product-image {
  max-width: 500px;
}
@media only screen and (max-width: 786px) {
  .hero-product .product-image {
    height: 116px;
  }
  .hero-product .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hero-product .product-brand .brand-item {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 0.75em;
    line-height: 14px;
  }
  .hero-product .product-brand .brand-logo img {
    height: 14px;
  }
  .hero-product .product-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5px;
  }
  .hero-product .product-id {
    margin-top: 8px;
    font-size: clamp(32px, 13vw, 48px);
  }
}

.l-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.l-product > .l-split__left {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  max-width: 36%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.l-product > .l-split__right {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 57.3333333333%;
  flex-basis: 57.3333333333%;
  max-width: 57.3333333333%;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: 20px;
}
@media only screen and (max-width: 800px) {
  .l-product {
    display: block;
  }
  .l-product > .l-split__left {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .l-product > .l-split__right {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-left: auto;
  }
}
.l-product .product-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 786px) {
  .l-product .product-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-product .product-table-caption {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 786px) {
  .l-product .product-table-caption {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-product .product-gallery .slider:not(.slick-initialized) .slider-item:nth-child(n+1), .l-product .product-gallery .slider:not(.slick-initialized) + .slider-thumbnail {
  display: none;
}
.l-product .product-gallery .slider-thumbnail {
  margin-top: 30px;
}
.l-product .product-gallery .slider-thumbnail .thumbnail-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -17px;
}
.l-product .product-gallery .slider-thumbnail .thumbnail-list > * {
  -ms-flex-preferred-size: calc(20% - 10px);
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
  margin-left: 10px;
  margin-top: 17px;
}
.l-product .product-gallery .slider-thumbnail .thumbnail-item {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  aspect-ratio: 1;
}
.l-product .product-gallery .slider-thumbnail .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 786px) {
  .l-product .product-gallery .slider-thumbnail {
    margin-top: 20px;
  }
}
.l-product .product-warning {
  margin-top: 35px;
}
.l-product .product-warning .warning-list > *:first-child {
  margin-top: 0 !important;
}
.l-product .product-warning .warning-list > *:last-child {
  margin-bottom: 0 !important;
}
.l-product .product-warning .warning-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.l-product .product-warning .warning-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin: 0.3em 0;
}
.l-product .product-warning .warning-item p {
  margin: 0;
}
@media only screen and (max-width: 786px) {
  .l-product .product-warning {
    margin-top: 40px;
  }
  .l-product .product-warning .warning-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-product .product-warning .warning-item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-product .product-subcategory {
  line-height: 0;
}
.l-product .product-subcategory .subcategory-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  padding: 0 1.25em;
  background: #1A62B4;
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 786px) {
  .l-product .product-subcategory {
    margin-top: 30px;
  }
  .l-product .product-subcategory .subcategory-item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-product .product-description {
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.l-product .product-description > *:first-child {
  margin-top: 0 !important;
}
.l-product .product-description > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 786px) {
  .l-product .product-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}
.l-product .product-scene {
  margin-top: 45px;
}
.l-product .product-scene .scene-list {
  margin-top: 5px;
}
.l-product .product-scene .scene-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  padding: 0 1.25em;
  border: 1px solid #1A62B4;
  border-radius: 3px;
  background: #fff;
}
.l-product .product-scene .scene-item:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 786px) {
  .l-product .product-scene .scene-list {
    margin-top: 0;
  }
  .l-product .product-scene .scene-item {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-right: 20px;
  }
}
.l-product .product-spec1 {
  margin-top: 30px;
}
@media only screen and (max-width: 786px) {
  .l-product .product-spec1 {
    margin-top: 40px;
  }
}
.l-product .product-spec1 .table-spec1 {
  margin: 1em auto;
}
.l-product .product-spec1 .table-spec1 .col-1 {
  width: 25.5813953488%;
}
.l-product .product-spec1 .table-spec1 tr {
  border-bottom: 1px solid #e9e9e9;
}
.l-product .product-spec1 .table-spec1 th,
.l-product .product-spec1 .table-spec1 td {
  letter-spacing: 0.1em;
  padding: 1em 1.5em;
  text-align: left;
}
.l-product .product-spec1 .table-spec1 th {
  vertical-align: top;
  word-break: keep-all;
}
@media only screen and (max-width: 786px) {
  .l-product .product-spec1 .table-spec1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .l-product .product-spec1 .table-spec1 *,
  .l-product .product-spec1 .table-spec1 tbody,
  .l-product .product-spec1 .table-spec1 thead,
  .l-product .product-spec1 .table-spec1 tr,
  .l-product .product-spec1 .table-spec1 th,
  .l-product .product-spec1 .table-spec1 td {
    display: block;
  }
  .l-product .product-spec1 .table-spec1 th {
    padding: 0.25em 0.75em;
    background: #e4e4e4;
  }
  .l-product .product-spec1 .table-spec1 td {
    padding: 0.75em 0.25em;
  }
}
.l-product .product-notice {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media only screen and (max-width: 786px) {
  .l-product .product-notice {
    margin-top: 15px;
  }
}
.l-product .product-notice .notice-item {
  padding-left: 20px;
  text-indent: -20px;
}
.l-product .product-notice .notice-item:before {
  content: "●";
  display: inline-block;
  width: 20px;
  font-size: 0.8em;
  color: #1A62B4;
  vertical-align: 2px;
  text-indent: 0;
}
.l-product .product-spec2 {
  margin-top: 30px;
}
.l-product .product-spec2 > *:first-child {
  margin-top: 0 !important;
}
.l-product .product-spec2 > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 786px) {
  .l-product .product-spec2 {
    margin-top: 20px;
  }
}
.l-product .product-spec2 .table-spec2 .col-1 {
  width: 220px;
}
.l-product .product-spec2 .table-spec2 th,
.l-product .product-spec2 .table-spec2 td {
  letter-spacing: 0.1em;
  padding: 3px 1em;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.l-product .product-spec2 .table-spec2 th {
  word-break: keep-all;
}
.l-product .product-spec2 .table-spec2 tbody tr > *:first-child {
  font-weight: bold;
  text-align: left;
  word-break: keep-all;
}
.l-product .product-spec2 .table-spec2 tr > *:nth-child(even) {
  background: #ecf7ff;
}
@media only screen and (max-width: 786px) {
  .l-product .product-spec2 .table-spec2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .l-product .product-spec2 .table-spec2 th,
  .l-product .product-spec2 .table-spec2 td {
    letter-spacing: 0.1em;
    padding: 8px 1em;
  }
}
.l-product .product-link {
  margin-top: 60px;
}
@media only screen and (max-width: 786px) {
  .l-product .product-link {
    margin-top: 45px;
  }
}
.l-product .product-link .btn-product-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  padding: 0.8em 1em;
  border: 1px solid #1A62B4;
  background: #fff;
  text-align: center;
}
.l-product .product-link .btn-product-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.l-product .product-link .btn-product-link:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon_cart.svg) no-repeat center;
  background-size: contain;
  vertical-align: -8px;
}
@media only screen and (max-width: 786px) {
  .l-product .product-link .btn-product-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .l-product .product-link .btn-product-link:before {
    width: 18px;
    height: 18px;
    vertical-align: -4px;
  }
}
.l-product .product-banner {
  margin-top: 2em;
}
.l-product .scroll-hint-text {
  line-height: 1;
}
@media screen and (min-width: 787px) {
  .l-product .scroll-hint-icon-wrap {
    display: none;
  }
}

.section-product-other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 10vw;
  height: 500px;
  background: url(../images/products/bg-other.png) center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #97bade), to(#a8c7e3));
  background: url(../images/products/bg-other.png) center no-repeat, linear-gradient(to right, #97bade 50%, #a8c7e3);
  background-size: auto 100%, auto;
  color: #fff;
}
.section-product-other .product-other-title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.section-product-other .btn {
  letter-spacing: 0.1em;
  margin: 60px auto 0;
  width: 266px;
}
@media only screen and (max-width: 1200px) {
  .section-product-other {
    background: url(../images/products/bg-other-tablet.png) right center no-repeat;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 786px) {
  .section-product-other {
    height: 65.0666666667vw;
    background-image: url(../images/products/bg-other-sp.png);
  }
  .section-product-other .product-other-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section-product-other .btn {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 160px;
  }
}

.page.search-products .search-products {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
}
.page.search-products .search-products-input {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: none;
  border: 2px solid #bfbcbc;
  border-radius: 5px;
  background: #fff;
}
.page.search-products .search-products-submit {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: none;
  margin-left: 20px;
}
.page.search-products .search-products input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 3.0555555556;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  background: none;
}
.page.search-products .search-products input:focus {
  outline: none;
}
.page.search-products .search-products input:disabled {
  opacity: 0.5;
}
.page.search-products .search-products input::-webkit-input-placeholder {
  color: #bfbcbc;
}
.page.search-products .search-products input::-moz-placeholder {
  color: #bfbcbc;
}
.page.search-products .search-products input:-ms-input-placeholder {
  color: #bfbcbc;
}
.page.search-products .search-products input::-ms-input-placeholder {
  color: #bfbcbc;
}
.page.search-products .search-products input::placeholder {
  color: #bfbcbc;
}
.page.search-products .search-products .btn-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #323339;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 3.0555555556;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0 1em;
  height: 100%;
  border-radius: 5px;
  background: #1A62B4;
  color: #fff;
}
.page.search-products .search-products .btn-search:focus {
  outline: none;
}
.page.search-products .search-products .btn-search:disabled {
  opacity: 0.5;
}
.page.search-products .search-products .btn-search:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page.search-products .search-products .btn-search::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: -0.5em;
  width: 28px;
  height: 28px;
  background: url(../images/icon/ic_search_w.svg) center no-repeat;
  vertical-align: middle;
}

.hero-case {
  background: url(../images/hojin/case/bg_hero.png) no-repeat;
  background-size: cover;
}
.archive .hero-case {
  padding: 50px 0;
}
.hero-oem {
  background: url(../images/hojin/oem/img_hero_detail.png) no-repeat center center;
  background-size: cover;
  color: #323339;
}
.archive .hero-oem {
  padding: 20px 0;
}
@media only screen and (max-width: 786px) {
  .archive .hero-oem {
    padding-bottom: 0;
  }
}

.case-detail-ttl-area {
  color: #FFF;
}
.case-detail-ttl-area h2 {
  margin: 30px 0 0 0;
}
.case-detail-ttl-area h2::before {
  display: none;
}
.case-detail-copy {
  font-size: clamp(24px, 8vw, 36px);
  line-height: 1.5;
  font-weight: bold;
}
.case-detail-logo {
  width: 300px;
}
.case-detail-gallery .slider:not(.slick-initialized) .slider-item:nth-child(n+1), .case-detail-gallery .slider:not(.slick-initialized) + .slider-thumbnail {
  display: none;
}
.case-detail-gallery .slider-thumbnail {
  margin-top: 30px;
}
.case-detail-gallery .slider-thumbnail .thumbnail-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -17px;
}
.case-detail-gallery .slider-thumbnail .thumbnail-list > * {
  -ms-flex-preferred-size: calc(20% - 10px);
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
  margin-left: 10px;
  margin-top: 17px;
}
.case-detail-gallery .slider-thumbnail .thumbnail-item {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  aspect-ratio: 1;
}
.case-detail-gallery .slider-thumbnail .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 786px) {
  .case-detail-gallery .slider-thumbnail {
    margin-top: 20px;
  }
}
.case-detail-movie {
  text-align: center;
  margin: 100px auto;
}
.case-detail-eyecatch {
  width: 40%;
}
@media only screen and (max-width: 786px) {
  .case-detail-copy br {
    display: none;
  }
  .case-detail-eyecatch {
    width: 100%;
  }
}
.case-bnr {
  max-width: 800px;
  margin: 100px auto;
}

.oem .l-hero .l-main {
  padding: 0;
}
.oem-archive-hero-img img {
  height: 300px;
  width: auto;
}
@media only screen and (max-width: 786px) {
  .oem-archive-hero-img {
    text-align: center;
  }
  .oem-archive-hero-img img {
    height: 20vh;
  }
}
.oem-detail-ttl {
  font-size: clamp(24px, 8vw, 36px);
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.oem-detail-h2 {
  font-size: clamp(20px, 5vw, 24px);
  margin: 0;
}
.oem-detail-h2::before {
  display: none;
}
.oem-detail-copy {
  font-size: clamp(24px, 8vw, 36px);
  font-weight: bold;
  line-height: 1.5;
}
.oem-detail-eyecatch {
  width: 40%;
}
@media only screen and (max-width: 786px) {
  .oem-detail-copy br {
    display: none;
  }
  .oem-detail-eyecatch {
    width: 100%;
  }
}
.oem-ttl {
  margin-bottom: 0;
}
.oem-date {
  margin: 0;
}
.oem .l-flex + p {
  margin-top: 100px;
}

.detail-gallery {
  width: 45%;
}
.detail-gallery .slider:not(.slick-initialized) .slider-item:nth-child(n+1), .detail-gallery .slider:not(.slick-initialized) + .slider-thumbnail {
  display: none;
}
.detail-gallery .slider-thumbnail {
  margin-top: 30px;
}
.detail-gallery .slider-thumbnail .thumbnail-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -17px;
}
.detail-gallery .slider-thumbnail .thumbnail-list > * {
  -ms-flex-preferred-size: calc(20% - 10px);
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
  margin-left: 10px;
  margin-top: 17px;
}
.detail-gallery .slider-thumbnail .thumbnail-item {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  aspect-ratio: 1;
}
.detail-gallery .slider-thumbnail .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 786px) {
  .detail-gallery .slider-thumbnail {
    margin-top: 20px;
  }
}
.detail-text {
  width: 52%;
}
.detail-text p:first-child {
  margin-top: 0;
}
.detail-movie {
  text-align: center;
  margin: 100px auto;
}
.detail-ttl-area {
  width: 50%;
}
.detail-ttl-area h2:before {
  display: none;
}
.detail-ttl-eyecatch {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .detail-ttl-eyecatch {
    display: none;
  }
}
.archive .detail-ttl-eyecatch {
  width: 700px;
}
@media only screen and (max-width: 960px) {
  .detail-ttl-area {
    width: 100%;
  }
}
@media only screen and (max-width: 786px) {
  .detail-ttl-eyecatch {
    width: 100%;
  }
}
@media only screen and (max-width: 786px) {
  .detail-gallery {
    width: 100%;
  }
  .detail-text {
    width: 100%;
    margin-top: 20px;
  }
  .detail-movie {
    margin: 50px auto;
  }
  .detail-movie iframe {
    width: 100%;
  }
}

.list-no-item {
  text-align: center;
  margin: 30px auto;
}
.list-index-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.list-index-wrap > li {
  width: 30%;
  margin-bottom: 5%;
}
.list-index-wrap > li:nth-child(4), .list-index-wrap > li:nth-child(7), .list-index-wrap > li:nth-child(10) {
  margin-right: 0;
}
.list-index-wrap.archive-under > li {
  margin-right: 5%;
}
.list-index-wrap.archive-under > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 786px) {
  .list-index-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .list-index-wrap li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 20px;
    width: 47%;
    margin-right: 0;
  }
  .list-index-wrap li p {
    margin: 0;
  }
}
.list-index-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.list-index-first {
  width: 100% !important;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.list-index-first-thumbnail {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-index-first-text {
  width: 55%;
  overflow: hidden;
}
.list-index-first p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 786px) {
  .list-index-first {
    display: block;
    margin-right: 0 !important;
  }
  .list-index-first-thumbnail, .list-index-first-text {
    width: 100%;
  }
  .list-index-first-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }
}
.list-index-item {
  padding: 0 15px;
}
@media only screen and (max-width: 786px) {
  .list-index-excerpt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.list-article-type-01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.list-article-type-01 li {
  width: 22%;
}
.list-article-type-01 li a:hover .btn {
  text-decoration: none;
  color: #FFF;
}
.list-article-type-01 li a:hover .btn:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (max-width: 786px) {
  .list-article-type-01 li {
    width: 49%;
  }
}
.list-article-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.menu {
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.menu .logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 1vw 0 1vw;
  line-height: 1;
  width: 200px;
}
.menu .sitename {
  margin-left: 15px;
  border-left: 1px solid #CCC;
  padding: 15px;
}
@media only screen and (max-width: 960px) {
  .menu .sitename {
    padding: 10px 15px;
    margin-left: 10px;
  }
}
.menu .sitename a {
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .gnavi {
  -ms-flex-preferred-size: 89.7510980966%;
      flex-basis: 89.7510980966%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 10px;
}
.menu .gnavi > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.menu .gnavi > ul > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  background-color: transparent;
  padding: 1rem;
  height: 60px;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  color: #323339;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px 0;
}
.menu .gnavi > ul > li > a.no-link {
  cursor: default;
  opacity: 0.3;
}
.menu .gnavi > ul > li > a.no-link:hover {
  background: #FFF;
}
.menu .gnavi > ul > li > a > span {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
}
.menu .gnavi > ul > li > a:hover, .menu .gnavi > ul > li > a.selected {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #1A62B4;
}
.menu .gnavi-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.menu .gnavi-btn > * {
  margin-left: 13px;
  line-height: 1;
}
.menu .gnavi-btn > * img {
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  .menu .gnavi-btn {
    margin-top: 1rem;
  }
}
.menu .gnavi-search-sp {
  display: none;
}
@media only screen and (max-width: 786px) {
  .menu .gnavi-search-sp {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 960px) {
  .menu .gnavi {
    padding-right: 0;
    padding-bottom: 90px;
  }
  .menu .gnavi > ul {
    display: block;
    background: #FFF;
  }
}
.menu .menu-hamburger {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: none;
}
@media only screen and (max-width: 960px) {
  .menu .l-main {
    min-height: initial;
  }
  .menu .logo {
    text-align: center;
    padding: 10px;
    height: 50px;
  }
  .menu .logo img {
    height: 25px;
    width: auto;
    margin: auto 0;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .menu .logo a {
    display: block;
  }
  .menu .gnavi {
    position: fixed;
    top: 50px;
    left: 100vw;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu .gnavi.open {
    left: 0;
    opacity: 1;
    z-index: 9999;
  }
  .menu .gnavi {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 92.5037481259%;
    background: #FFF;
  }
  .menu .gnavi > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .menu .gnavi > ul > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: #C0BDDC 1px solid;
    display: block;
  }
  .menu .gnavi > ul > li > a {
    position: relative;
    padding: 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    height: auto;
    text-align: left;
    font-weight: bold;
  }
  .menu .gnavi > ul > li > a > span {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
  }
  .menu .gnavi > ul > li > a.dropdown-triger:after {
    display: none;
  }
  .menu .gnavi > ul > li.entry > a > span > small > em {
    margin-left: 1rem;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    background-color: transparent;
  }
  .menu .gnavi > ul > li.entry.green > a > span > small > em, .menu .gnavi > ul > li.entry.blue > a > span > small > em {
    color: #fff;
  }
  .menu .menu-hamburger {
    display: block;
  }
}

/*sticky*/
.sticky {
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 9999;
}
.sticky.visible {
  width: 100%;
  top: 0;
}
.sticky.visible .menu .gnavi > ul > li > a {
  height: 65px;
}
@media only screen and (max-width: 960px) {
  .sticky.visible .menu .gnavi > ul > li > a {
    height: auto;
  }
}

/*dropdown+function*/
.dropdown {
  position: relative;
}
.dropdown-detail {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  background: #1A62B4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown .selected + .dropdown-detail {
  visibility: visible;
  z-index: 98;
  opacity: 1;
  background: #1A62B4;
}
@media only screen and (max-width: 960px) {
  .dropdown {
    position: static;
  }
  .dropdown-detail {
    position: static;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: auto;
  }
  .dropdown .selected + .dropdown-detail {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 960px) {
  .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header {
    position: fixed;
    top: 0;
  }
  .hamburger {
    position: relative;
  }
  .hamburger-btn {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .hamburger-border {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #656A80;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .hamburger-border:before, .hamburger-border:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #656A80;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .hamburger-border:before {
    margin-top: -7px;
  }
  .hamburger-border:after {
    margin-top: 5px;
  }
  .hamburger-border.close {
    background: transparent;
  }
  .hamburger-border.close:before, .hamburger-border.close:after {
    margin-top: 0;
  }
  .hamburger-border.close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hamburger-border.close:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
#gnav > ul {
  display: table;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #1A62B4;
}
#gnav > ul > li:hover > a {
  color: #fff !important;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  color: #323339 !important;
  width: 100% !important;
  padding: 15px 0.7vw;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: clamp(0.85rem, 1vw, 1rem);
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  #gnav > ul {
    display: block;
    padding-left: 0;
  }
  #gnav > ul > li {
    display: block;
    margin-right: 0;
    padding-bottom: 10px;
  }
  #gnav > ul > li > a {
    padding: 10px 20px 0;
    color: #1A62B4;
    width: 100%;
  }
  #gnav > ul > li:hover {
    background-color: #FFF;
    color: #1A62B4;
  }
}
#gnav > ul .menu {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: #FFF;
}
#gnav > ul .menu .l-main {
  padding: 1.5rem 0;
  text-align: left;
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 50px 0 0;
  padding-left: 1.35rem;
  position: relative;
}
#gnav > ul .menu .menu_inner li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 595.3 841.9' %3E%3Cpath d='M348.4 317.6c24.2 24.2 36.8 54.5 37.8 90.9-1 36.5-13.6 66.9-37.8 91.1s-54.5 36.7-90.9 37.6c-36.4-.8-66.6-13.4-90.9-37.6s-36.8-54.6-37.8-91.1c1-36.4 13.6-66.6 37.8-90.9s54.5-36.7 90.9-37.6c36.4.8 66.7 13.4 90.9 37.6zm-45.6 90.7c0-2.6-.9-4.8-2.8-6.7l-59-55.5c-2-1.7-4.2-2.5-6.5-2.4-2.3.1-4.4 1-6.2 2.9-1.8 1.8-2.6 4-2.5 6.4.1 2.4 1 4.6 2.9 6.4l52 49-52 48.8c-1.8 1.8-2.8 3.9-2.9 6.3s.8 4.5 2.5 6.4c1.8 1.9 3.8 2.9 6.2 3 2.3.1 4.5-.8 6.5-2.6l59-55.3c1.9-1.9 2.8-4.1 2.8-6.7z' style='fill:%231A62B4'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc((100% - 40px) / 2);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
#gnav > ul .menu a {
  color: #323339;
}
@media only screen and (max-width: 786px) {
  #gnav > ul .menu a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  #gnav > ul .menu {
    opacity: 1;
    max-height: 100%;
    position: relative;
  }
  #gnav > ul .menu .l-main {
    padding: 0px;
  }
  #gnav > ul .menu .menu_inner {
    padding: 0;
  }
  #gnav > ul .menu .menu_inner li {
    line-height: 1.5;
  }
  #gnav > ul .menu .menu_inner li a {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-header {
    padding-top: 10px;
    background: #FFF;
  }
  .gnavi {
    margin-top: 10px;
  }
  .menu {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  #gnav > ul .menu {
    background: #1A62B4;
  }
  #gnav > ul .menu a {
    color: #FFF;
  }
  #gnav > ul .menu .menu_inner li::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 595.3 841.9' %3E%3Cpath d='M348.4 317.6c24.2 24.2 36.8 54.5 37.8 90.9-1 36.5-13.6 66.9-37.8 91.1s-54.5 36.7-90.9 37.6c-36.4-.8-66.6-13.4-90.9-37.6s-36.8-54.6-37.8-91.1c1-36.4 13.6-66.6 37.8-90.9s54.5-36.7 90.9-37.6c36.4.8 66.7 13.4 90.9 37.6zm-45.6 90.7c0-2.6-.9-4.8-2.8-6.7l-59-55.5c-2-1.7-4.2-2.5-6.5-2.4-2.3.1-4.4 1-6.2 2.9-1.8 1.8-2.6 4-2.5 6.4.1 2.4 1 4.6 2.9 6.4l52 49-52 48.8c-1.8 1.8-2.8 3.9-2.9 6.3s.8 4.5 2.5 6.4c1.8 1.9 3.8 2.9 6.2 3 2.3.1 4.5-.8 6.5-2.6l59-55.3c1.9-1.9 2.8-4.1 2.8-6.7z' style='fill:%23fff'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.btn-search-wrap form {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 5px;
}
.btn-search-wrap input {
  width: 50vw;
  height: 30px;
  line-height: 30px;
  outline: 0;
  border: 0;
  display: block;
  font-size: 1em;
  padding: 20px;
  border: 1px solid #C0BDDC;
}
.btn-search-wrap .fa {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  color: #07051a;
  text-align: center;
  font-size: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.btn-search-wrap button {
  text-indent: -9999px;
  border: none;
  width: 40px;
  height: 40px;
  background: rgba(26, 98, 180, 0.15);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-search-wrap button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M12 23.9c2.7 0 5.2-.9 7.3-2.5l6.6 6.6 2.1-2.1-6.6-6.6c4-5.2 3.1-12.7-2.1-16.8S6.5-.6 2.5 4.7-.6 17.4 4.6 21.4c2.1 1.7 4.7 2.5 7.4 2.5zM12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zm2.1 6.9c.6.6.9 1.3.9 2.1h3c0-1.6-.6-3.1-1.8-4.2-2.4-2.3-6.1-2.3-8.5 0l2.1 2.1c1.2-1.2 3.1-1.2 4.3 0z' fill='%231A62B4' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}
.btn-search-wrap button:hover {
  background: #1a62b4;
}
.btn-search-wrap button:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M12 23.9c2.7 0 5.2-.9 7.3-2.5l6.6 6.6 2.1-2.1-6.6-6.6c4-5.2 3.1-12.7-2.1-16.8S6.5-.6 2.5 4.7-.6 17.4 4.6 21.4c2.1 1.7 4.7 2.5 7.4 2.5zM12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zm2.1 6.9c.6.6.9 1.3.9 2.1h3c0-1.6-.6-3.1-1.8-4.2-2.4-2.3-6.1-2.3-8.5 0l2.1 2.1c1.2-1.2 3.1-1.2 4.3 0z' fill='%23FFF' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
@media only screen and (max-width: 786px) {
  .btn-search-wrap.wrap {
    margin-top: 0.5rem;
  }
  .btn-search-wrap form {
    background: transparent;
    border: 1px solid #FFF;
    border: none;
  }
  .btn-search-wrap input {
    background: transparent;
    height: 40px;
    padding: 5px;
    width: calc(100% - 30px);
  }
  .btn-search-wrap button {
    background-image: url(../images/icon/ic_search_w.svg) no-repeat;
    background-color: rgba(26, 98, 180, 0.15);
  }
}
.btn-contact {
  text-indent: -9999px;
  display: block;
  width: 31px;
  height: 31px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.569%22%20height%3D%2226.5%22%20viewBox%3D%220%200%2033.569%2026.5%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3674%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203674%22%20width%3D%2233.569%22%20height%3D%2226.5%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_536%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20536%22%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_535%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20535%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_447%22%20data-name%3D%22%E3%83%91%E3%82%B9%20447%22%20d%3D%22M8.562%2C26.5V23.824h6.025V26.5Zm8.685-1.614V22.211H30.9V5.626L19.339%2C14.295a1.294%2C1.294%2C0%2C0%2C1-.815.293%2C1.28%2C1.28%2C0%2C0%2C1-.8-.284L6.151%2C5.626v5.487H3.474V2.951A2.949%2C2.949%2C0%2C0%2C1%2C6.41%2C0H30.372a3.336%2C3.336%2C0%2C0%2C1%2C3.2%2C2.992V21.811a3.138%2C3.138%2C0%2C0%2C1-3.079%2C3.075Zm1.089-13.244L30.319%2C2.553H6.354ZM3.474%2C18.735h9.377v2.678H3.474ZM0%2C13.649H11.112V16.2H0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23323339%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") 50% 50%/100% 100% no-repeat;
}

.search-modal {
  display: none;
}
.search-modal.modal-on {
  display: block;
}
.search-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  background: #FFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.search-modal-close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 27.3 27.3'%3E%3Cpath d='M2.1 27.3 0 25.2l11.6-11.6L0 2.1 2.1 0l11.6 11.6L25.2 0l2.1 2.1-11.5 11.6 11.6 11.6-2.1 2.1-11.6-11.6L2.1 27.3z' fill='%231A62B4' /%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 20px;
  cursor: pointer;
}

.js-modal-search {
  margin: auto;
  cursor: pointer;
}

.mrc_popup {
  z-index: 10 !important;
}