@charset "UTF-8";

/*----------------------------
  Reset
----------------------------*/
html, body, main, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, a, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol { list-style: none; }
a { color: #000; text-decoration: none; transition-duration: .4s; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
sup { font-size: 80%; }
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: 'palt';
}
.ff_ibm {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ff_fgz {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

/*----------------------------
  Layout
----------------------------*/
#mainvisual { position: relative; }
#mainvisual .logo { max-width: 226px; position: absolute; top: 3.5rem; left: 3.5rem; z-index: 10; }

.menu_area { padding: 10rem 0; }
.menu_area .menu_ttl { text-align: center; padding-bottom: 3.5rem; position: relative; }
.menu_area .menu_ttl .lang_j { color: #092878; font-size: 3rem; font-weight: 600; line-height: 1; position: relative; z-index: 1; }
.menu_area .menu_ttl .lang_e { color: #e5e6e9; font-size: 9rem; font-weight: 400; line-height: 1; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; }
.menu_area .menu_list { display: flex; flex-wrap: wrap; }
.menu_area .menu_list li { width: 32%; margin-bottom: 2%; }
.menu_area .menu_list li:not(:nth-child(3n)) { margin-right: 2%; }
.menu_area .menu_list a { display: block; position: relative; }
.menu_area .menu_list .ttl { color: #fff; font-size: 2.9rem; text-align: center; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; }
.menu_area .menu_list .txt { color: #fff; font-size: 1.8rem; line-height: 1; padding: .4em .8em .2em; background-color: #000; position: absolute; bottom: 0; right: 0; }
.menu_area .menu_list .img { position: relative; }
.menu_area .menu_list .img::before { content: ''; width: 100%; height: 100%; background-color: #02349b; mix-blend-mode: multiply; position: absolute; top: 0; left: 0; opacity: 0; transition-duration: .4s; }

.product .product_top { padding: 5rem 0 0; background-color: #595959; }
.product.col_red .product_top { background-color: #e60012; }
.product .product_top .img { border-radius: 10px; overflow: hidden; }
.product .product_ttl { margin-top: .4em; color: #fff; font-size: 4.5rem; font-weight: 700; text-align: center; }
.product .product_cat { width: fit-content; margin: .5em auto 0; font-size: 2.6rem; font-weight: 700; text-align: center; line-height: 1; padding: .7em 1.5em 0; background-color: #f1f1f1; }
.product .product_btm { padding: 8rem 0 12rem; background-color: #f1f1f1; }
.product .product_wrap { display: flex; justify-content: space-between; align-items: flex-start; flex-direction: row-reverse; }
.product .product_wrap .explain { width: 65%; }
.product .product_list li { font-size: 1.8rem; line-height: 1.4; margin-bottom: .5em; padding-left: 1em; position: relative; }
.product .product_list li .ttl { font-size: 1.8rem; font-weight: 600; }
.product .product_list li::before { content: '・'; position: absolute; left: 0; }
.product .product_list:not(:last-child) { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #000; }
.product .product_wrap .catalog { width: 30%; padding: 3rem 3rem 6rem; background-color: #fff; border: 1px solid #bec0bf; border-radius: 5px; }
.product .catalog_ttl { font-size: 2.4rem; font-weight: 600; text-align: center; line-height: 1.4; }
.product .catalog_ttl span { font-size: 60%; display: block; }
.product .catalog_list li { margin-top: 2rem; }
.product .catalog_list .list_ttl { font-size: 1.6rem; font-weight: 600; }
.product .catalog_list .list_btn { display: block; margin-top: .5rem; font-size: 1.7rem; line-height: 1.2; color: #fff; padding: .8em 2em .8em 1em; background: #258cdc url(../img/icon_download.svg) no-repeat center right .5em / 1em; border-radius: 5px; position: relative; }
.product .catalog_list .list_btn.one { padding: 1.2em 2em 1.2em 1em; }
.product .catalog_list .list_btn::before { content: none; width: 1.7em; height: auto; aspect-ratio: 1 / 1; background: url(../img/icon_jp.png) no-repeat center / contain; position: absolute; top: 50%; left: .5em; transform: translateY(-50%); }
.product .catalog_list .list_btn.jp::before { background-image: url(../img/icon_country_jp.png); }
.product .catalog_list .list_btn.en::before { background-image: url(../img/icon_country_en.png); }
.product .catalog_list .list_btn.ch::before { background-image: url(../img/icon_country_ch.png); }
.product .catalog_list .list_btn.ko::before { background-image: url(../img/icon_country_ko.png); }

.information { padding: 0; }
.information .info_wrap { display: flex; }
.information .box_info { width: 50%; position: relative; }
.information .txt_area { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.information .info_ttl { color: #fff; text-align: center; line-height: 1.2; }
.information .info_ttl .lang_j { font-size: 4rem; font-weight: 600; }
.information .info_ttl .lang_e { font-size: 2rem; }
.information .info_txt { color: #fff; font-size: 2.4rem; text-align: center; line-height: 1.2; margin-top: .5em; }
.information .info_btn { display: inline-block; width: 45%; color: #fff; font-size: 1.8rem; line-height: 1; margin-top: .5em; padding: 1.5em 1em; background: #258cdc url(../img/icon_arrow_r.svg) no-repeat center right .5em / .8em; }
.information .info_btn:first-of-type { margin-top: 1.5em; }
.information .company .info_btn { background-color: #02349b; }
.information .contact .info_btn { background-color: #e60012; }

.btn_pagetop { position: fixed; right: 3.5rem; bottom: 3.5rem; display: none; }
.btn_pagetop a { display: block; width: 8rem; height: auto; aspect-ratio: 1 / 1; background: #fff url(../img/icon_arrow_t.svg) no-repeat center / 2rem; border: 1px solid #fcd1d1; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2); }

.footer { padding: 2rem 0; }
.footer .logo { max-width: 179px; margin: 0 auto; }

@media (hover: hover) {
  .menu_area .menu_list a:hover .img::before { opacity: .9; }
  .product .catalog_list .list_btn:hover { background-color: #e60012; }
  .information .info_btn:hover { background-color: #000; }
}

/*----------------------------
  PC
----------------------------*/
@media screen and (min-width: 768px) {
  .sp_display { display: none !important; }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
}

/*----------------------------
  SP
----------------------------*/
@media screen and (max-width: 767px) {
  .pc_display { display: none !important; }
  
  #mainvisual .logo { max-width: 113px; top: 1.5rem; left: 1.5rem; }

  .menu_area { padding: 4rem 0; }
  .menu_area .inner { padding: 0; }
  .menu_area .menu_ttl { padding-bottom: 2.5rem; margin-bottom: -1rem; }
  .menu_area .menu_ttl .lang_j { font-size: 5.3vw; }
  .menu_area .menu_ttl .lang_e { font-size: 12vw; white-space: nowrap; top: auto; bottom: 0; }
  .menu_area .menu_list { padding: 0 20px; justify-content: space-between; }
  .menu_area .menu_list li { width: 48%; margin-bottom: 3%; }
  .menu_area .menu_list li:not(:nth-child(3n)) { margin-right: 0; }
  .menu_area .menu_list .ttl { font-size: 3.8vw; }
  .menu_area .menu_list .txt { font-size: 2.4vw; }
  
  .product .product_top { padding: 2rem 0 0; }
  .product .product_top .img { border-radius: 5px; }
  .product .product_ttl { margin-top: .6em; font-size: 6vw; }
  .product .product_cat { margin-top: .7em; font-size: 3.4vw; }
  .product .product_btm { padding: 3rem 0 4rem; }
  .product .product_wrap { display: block; }
  .product .product_wrap .explain { width: 100%; padding: 0 1rem; }
  .product .product_list li { font-size: 3.7vw; }
  .product .product_list:not(:last-child) { margin-bottom: 2.5rem; padding-bottom: 1.5rem; }
  .product .product_wrap .catalog { width: 100%; margin-top: 3rem; padding: 1.5rem 1.5rem 2rem; border-radius: 3px; }
  .product .catalog_ttl { font-size: 4.8vw; }
  .product .catalog_list li { margin-top: 1.5rem; }
  .product .catalog_list .list_ttl { font-size: 3.7vw; }
  .product .catalog_list .list_btn { font-size: 4vw; padding: 1.2em 2em 1.2em 1.2em; border-radius: 3px; }
  .product .catalog_list .list_btn.one { padding: 1.2em 2em 1.2em 1.2em; }
  
  .information .info_wrap { display: block; }
  .information .box_info { width: 100%; }
  .information .contact { margin-top: 1rem; }
  .information .info_ttl { line-height: .7; }
  .information .info_ttl .lang_j { font-size: 5.6vw; }
  .information .info_ttl .lang_e { font-size: 2.9vw; }
  .information .info_txt { font-size: 4vw; margin-top: .8em; }
  .information .info_btn { width: 60%; font-size: 3.4vw; }
  
  .btn_pagetop { right: 1.5rem; bottom: 2.5rem; }
  .btn_pagetop a { width: 4rem; background-size: 1.2rem auto; }
  
  .footer .logo { max-width: 90px; }

}

/*----------------------------
  Animation
----------------------------*/
.js-fade { opacity: 0; transform: translateY(70px); transition-duration: .8s; transition-property: opacity, transform; }
.js-fade.show { opacity: 1; transform: translateY(0); }