@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;1,500&display=swap");
.font_LLL {
  font-size: 30px;
  font-size: 1.875rem !important;
}

.font_LL {
  font-size: 26px;
  font-size: 1.625rem !important;
}

.font_L {
  font-size: 20px;
  font-size: 1.25rem !important;
}

.font_LM {
  font-size: 18px;
  font-size: 1.125rem !important;
}

.font_M {
  font-size: 16px;
  font-size: 1rem !important;
}

.font_S {
  font-size: 14px;
  font-size: 0.875rem !important;
}

.font_SS {
  font-size: 12px;
  font-size: 0.75rem !important;
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}
.tbl_scroll table {
  min-width: 600px;
}

/* COLOURs */
:root {
  --color_1: #0aaf96;
  --color_2: #ede6de;
  --color_3: rgba(237, 230, 222, 0.6);
  --color_hover: #dcf7f3;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja, body {
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font_1, .spLang, .prd_ftList li .text p span, .prd_tp_block_L .title h3, .prd_tp_block_R .title h3, .category_mn .category_mn_title p.en, .cmn_title h3, #PG_kv .pg_title p.en, #CONTACT a span, #BTN_topTop, #TP_corpName, #TP_kv .vid .vid_caption .en, .lineBlock_R .title h3, .lineBlock_L .title h3 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5;
}
@media only screen and (max-width:980px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width:640px) {
  html {
    font-size: 90%;
  }
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #808080;
  transition: box-shadow 0.5s ease;
}
#HD .hd_inner {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
#HD #HD_logo {
  width: 390px;
  margin: 0;
  padding: 0;
}
#HD #HD_logo a {
  display: block;
  line-height: 0;
}
#HD #HD_logo img {
  width: 390px;
  height: auto;
}
#HD #NV {
  flex: 1;
}
#HD #NV > ul {
  display: flex;
  width: 100%;
  max-width: 500px;
  justify-content: right;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
#HD #NV > ul > li {
  flex: auto;
  display: table;
  margin: 0;
  padding: 0;
}
#HD #NV > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  height: 105px;
  transition: height 0.1s ease, color 0.2s ease;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
#HD #NV > ul > li > a span {
  font-size: 8px;
  font-size: 0.5rem;
  display: block;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
#HD #NV > ul > li > a:hover {
  color: var(--color_1);
}
body.scrolled #HD #NV > ul > li > a {
  height: 60px;
  transition: height 0.4s ease;
}
#HD #NV > ul > li.pc:hover .nv_child {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}
#HD #NV .nv_child {
  display: flex;
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  padding: 0 73px 30px;
  border-bottom: 1px solid #808080;
}
#HD #NV .nv_child.show {
  opacity: 1;
}
#HD #NV .nv_child .inner {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
#HD #NV .nv_child .inner div {
  flex: 1;
}
#HD #NV .nv_child p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 1;
}
#HD #NV .nv_child p a {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: var(--color_1);
  border-bottom: 1px dotted var(--color_1);
}
#HD #NV .nv_child p a:hover {
  text-decoration: underline;
}
#HD #NV .nv_child figure {
  margin: 0;
  padding: 0;
  width: 400px;
}
#HD #NV .nv_child figure img {
  width: 100%;
  height: auto;
}
#HD #NV .nv_child ul {
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #NV .nv_child li {
  margin: 0;
  padding: 0;
}
#HD #NV .nv_child li a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  border: 1px solid #80cabf;
  color: var(--color_1);
  transition: background 0.2s ease;
}
#HD #NV .nv_child li a:hover {
  background-color: var(--color_hover);
}
body.ctg_products #HD #NV .nv_products > a, body.ctg_company #HD #NV .nv_company > a {
  position: relative;
}
body.ctg_products #HD #NV .nv_products > a::before, body.ctg_company #HD #NV .nv_company > a::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--color_1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#HD .hd_plusNV {
  width: 185px;
}
#HD .hd_lang {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#HD .hd_lang li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#HD .hd_lang li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
#HD .hd_lang a {
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}
#HD .hd_lang a:hover {
  color: var(--color_1);
}
#HD .hd_lang span {
  text-decoration: underline;
}
#HD .hd_search {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
}
#HD .hd_search p {
  margin: 0;
  padding: 4px 5px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1;
}
body.scrolled #HD {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.scrolled #HD #NV .nv_child {
  top: 60px;
}
@media only screen and (max-width:980px) {
  #HD .hd_inner {
    padding: 0 10px;
  }
  #HD #HD_logo, #HD #HD_logo img {
    width: 260px;
  }
  #HD #NV > ul > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 80px;
  }
  #HD #NV .nv_child {
    top: 80px;
    padding: 0 20px 20px;
  }
  #HD #NV .nv_child figure {
    width: 200px;
  }
  #HD #NV .nv_child p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #HD #NV .nv_child p a {
    padding: 5px 0;
  }
  #HD #NV .nv_child ul {
    font-size: 14px;
    font-size: 0.875rem;
    gap: 5px;
  }
  #HD #NV .nv_child li a {
    padding: 5px 10px;
  }
  #HD .hd_plusNV {
    width: 150px;
  }
}
@media only screen and (max-width:750px) {
  #HD #HD_logo, #HD #HD_logo img {
    width: 230px;
  }
  #HD .hd_plusNV {
    width: 110px;
  }
}
@media only screen and (max-width:640px) {
  #HD .hd_inner {
    height: 50px;
  }
  #HD #NV, #HD .hd_plusNV {
    display: none;
  }
}

.hd_search {
  border: 1px solid #000;
  padding: 1px 2px 1px 5px;
  line-height: 1;
}
.hd_search input.gsc-input, .hd_search .gsc-input-box, .hd_search .gsc-input-box-hover, .hd_search .gsc-input-box-focus {
  border: none;
}
.hd_search form.gsc-search-box {
  margin-bottom: 0;
}
.hd_search .gsib_a {
  padding: 0;
}
.hd_search table.gsc-search-box {
  margin-bottom: 0;
}
.hd_search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.hd_search .gsc-search-button-v2 {
  padding: 7px 10px;
  cursor: pointer;
  border: none;
  border-color: transparent;
  background-color: transparent;
  transition: background 0.2s ease;
}
.hd_search .gsc-search-button-v2:hover {
  background-color: var(--color_1);
}
.hd_search .gsc-search-button-v2 svg {
  fill: #000;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

.tp_CNT {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
  overflow: hidden;
}
@media only screen and (max-width:980px) {
  .tp_CNT {
    padding: 0 20px;
  }
}
@media only screen and (max-width:640px) {
  .tp_CNT {
    padding: 0 10px;
  }
}

.line_Round, .prd_ftList li .line_1::before, .prd_ftList li .line_1::after, .prd_ftList li .line_2::before, .prd_ftList li .line_2::after, .prd_tp_block_L .line::before, .prd_tp_block_L .line::after, .prd_tp_block_R .line::before, .prd_tp_block_R .line::after, .prd_tp_block_L .title .line_1::before, .prd_tp_block_L .title .line_1::after, .prd_tp_block_L .title .line_2::before, .prd_tp_block_L .title .line_2::after, .prd_tp_block_R .title .line_1::before, .prd_tp_block_R .title .line_1::after, .prd_tp_block_R .title .line_2::before, .prd_tp_block_R .title .line_2::after, .cmn_bdBox .line_R::before, .cmn_bdBox .line_R::after, .cmn_bdBox .line_L::before, .cmn_bdBox .line_L::after, .cmn_bdBox .line_T::before, .cmn_bdBox .line_T::after, .cmn_bdBox .line_B::before, .cmn_bdBox .line_B::after, .pankuzu .line::before, .pankuzu .line::after, #FT .logo .line_1::before, #FT .logo .line_1::after, #FT .logo .line_2::before, #FT .logo .line_2::after, #FT .logo p::before, #FT .logo p::after, #FT .ft_title .line_1::before, #FT .ft_title .line_1::after,
#FT .ft_title .line_2::before,
#FT .ft_title .line_2::after, #FT .ft_title p::before, #FT .ft_title p::after, #FT .ft_inner .line::before, #FT .ft_inner .line::after, .lineBlock_R .title_line_1::before, .lineBlock_R .title_line_1::after, .lineBlock_R .title_line_2::before, .lineBlock_R .title_line_2::after, .lineBlock_L .title_line_1::before, .lineBlock_L .title_line_1::after, .lineBlock_L .title_line_2::before, .lineBlock_L .title_line_2::after, .lineBlock_R .title .line_1::before, .lineBlock_R .title .line_1::after, .lineBlock_R .title .line_2::before, .lineBlock_R .title .line_2::after, .lineBlock_L .title .line_1::before, .lineBlock_L .title .line_1::after, .lineBlock_L .title .line_2::before, .lineBlock_L .title .line_2::after, .lineBlock_R .line::before, .lineBlock_R .line::after, .lineBlock_L .line::before, .lineBlock_L .line::after {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color_1);
  border-radius: 100%;
  position: absolute;
}

.lineBlock_R, .lineBlock_L {
  padding: 80px 0 120px;
  position: relative;
}
.lineBlock_R .roundBox_1, .lineBlock_R .roundBox_2, .lineBlock_L .roundBox_1, .lineBlock_L .roundBox_2 {
  position: absolute;
  top: 149px;
  padding: 2px;
  border: 1px solid var(--color_1);
}
.lineBlock_R .roundBox_1::after, .lineBlock_R .roundBox_2::after, .lineBlock_L .roundBox_1::after, .lineBlock_L .roundBox_2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color_1);
  border-radius: 100%;
}
.lineBlock_R .roundBox_1, .lineBlock_L .roundBox_1 {
  left: -7px;
}
.lineBlock_R .roundBox_2, .lineBlock_L .roundBox_2 {
  right: -7px;
}
.lineBlock_R .line, .lineBlock_L .line {
  position: relative;
  display: block;
  width: 1px;
  background-color: var(--color_1);
  position: absolute;
  top: 171px;
  bottom: -138px;
}
.lineBlock_R .line::before, .lineBlock_R .line::after, .lineBlock_L .line::before, .lineBlock_L .line::after {
  content: "";
  left: -2px;
}
.lineBlock_R .line::before, .lineBlock_L .line::before {
  top: -3px;
}
.lineBlock_R .line::after, .lineBlock_L .line::after {
  bottom: -3px;
}
.lineBlock_R .title, .lineBlock_L .title {
  display: flex;
  align-items: center;
  text-align: center;
}
.lineBlock_R .title h3, .lineBlock_L .title h3 {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 1px;
  overflow: hidden;
}
.lineBlock_R .title h3 span, .lineBlock_L .title h3 span {
  color: var(--color_1);
}
.lineBlock_R .title .line_1, .lineBlock_R .title .line_2, .lineBlock_L .title .line_1, .lineBlock_L .title .line_2 {
  flex: 1;
  position: relative;
  height: 1px;
  background-color: var(--color_1);
}
.lineBlock_R .title .line_1::before, .lineBlock_R .title .line_1::after, .lineBlock_R .title .line_2::before, .lineBlock_R .title .line_2::after, .lineBlock_L .title .line_1::before, .lineBlock_L .title .line_1::after, .lineBlock_L .title .line_2::before, .lineBlock_L .title .line_2::after {
  content: "";
  top: -2px;
}
.lineBlock_R .title .line_1::after, .lineBlock_R .title .line_2::after, .lineBlock_L .title .line_1::after, .lineBlock_L .title .line_2::after {
  right: 0;
}
.lineBlock_R .title .line_1, .lineBlock_L .title .line_1 {
  margin-left: 15px;
}
.lineBlock_R .title .line_2, .lineBlock_L .title .line_2 {
  margin-right: 15px;
}
.lineBlock_R .title_box, .lineBlock_L .title_box {
  display: inline-block;
  position: relative;
  padding: 45px 35px;
}
.lineBlock_R .title_cnr_1, .lineBlock_R .title_cnr_2, .lineBlock_R .title_cnr_3, .lineBlock_R .title_cnr_4, .lineBlock_L .title_cnr_1, .lineBlock_L .title_cnr_2, .lineBlock_L .title_cnr_3, .lineBlock_L .title_cnr_4 {
  display: block;
  width: 16px;
  height: 16px;
  border: 5px solid var(--color_1);
  position: absolute;
}
.lineBlock_R .title_cnr_1, .lineBlock_L .title_cnr_1 {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.lineBlock_R .title_cnr_2, .lineBlock_L .title_cnr_2 {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.lineBlock_R .title_cnr_3, .lineBlock_L .title_cnr_3 {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.lineBlock_R .title_cnr_4, .lineBlock_L .title_cnr_4 {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}
.lineBlock_R .title_line_1, .lineBlock_R .title_line_2, .lineBlock_L .title_line_1, .lineBlock_L .title_line_2 {
  position: relative;
  height: 1px;
  background-color: var(--color_1);
  position: absolute;
  right: 40px;
  left: 40px;
}
.lineBlock_R .title_line_1::before, .lineBlock_R .title_line_1::after, .lineBlock_R .title_line_2::before, .lineBlock_R .title_line_2::after, .lineBlock_L .title_line_1::before, .lineBlock_L .title_line_1::after, .lineBlock_L .title_line_2::before, .lineBlock_L .title_line_2::after {
  content: "";
  top: -2px;
}
.lineBlock_R .title_line_1::after, .lineBlock_R .title_line_2::after, .lineBlock_L .title_line_1::after, .lineBlock_L .title_line_2::after {
  right: 0;
}
.lineBlock_R .title_line_1, .lineBlock_L .title_line_1 {
  top: 3px;
}
.lineBlock_R .title_line_2, .lineBlock_L .title_line_2 {
  bottom: 3px;
}
.lineBlock_R .title_jp, .lineBlock_L .title_jp {
  margin: 30px 0;
  text-align: center;
}
.lineBlock_R .title_jp h4, .lineBlock_L .title_jp h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--color_1);
  margin: 0;
  letter-spacing: 2px;
}
@media only screen and (max-width:980px) {
  .lineBlock_R, .lineBlock_L {
    padding: 70px 0 100px;
  }
  .lineBlock_R .roundBox_1, .lineBlock_R .roundBox_2, .lineBlock_L .roundBox_1, .lineBlock_L .roundBox_2 {
    top: 125px;
  }
  .lineBlock_R .line, .lineBlock_L .line {
    top: 148px;
    bottom: -117px;
  }
  .lineBlock_R .title h3, .lineBlock_L .title h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .lineBlock_R .title_box, .lineBlock_L .title_box {
    padding: 40px 30px;
  }
}
@media only screen and (max-width:640px) {
  .lineBlock_R, .lineBlock_L {
    padding: 50px 0 80px;
  }
  .lineBlock_R .roundBox_1, .lineBlock_R .roundBox_2, .lineBlock_L .roundBox_1, .lineBlock_L .roundBox_2 {
    top: 81px;
  }
  .lineBlock_R .line, .lineBlock_L .line {
    top: 105px;
    bottom: -70px;
  }
  .lineBlock_R .title h3, .lineBlock_L .title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .lineBlock_R .title_box, .lineBlock_L .title_box {
    padding: 25px 20px;
  }
  .lineBlock_R .title_cnr_1, .lineBlock_R .title_cnr_2, .lineBlock_R .title_cnr_3, .lineBlock_R .title_cnr_4, .lineBlock_L .title_cnr_1, .lineBlock_L .title_cnr_2, .lineBlock_L .title_cnr_3, .lineBlock_L .title_cnr_4 {
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
  .lineBlock_R .title_line_1, .lineBlock_R .title_line_2, .lineBlock_L .title_line_1, .lineBlock_L .title_line_2 {
    right: 25px;
    left: 25px;
  }
}

.lineBlock_R .line {
  right: 0;
}

#TP_msg_bc, #TP_news_bc {
  display: block;
  background-color: var(--color_2);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
}

html, body {
  position: relative;
}

#BC_name {
  max-width: 1366px;
  width: 100%;
  height: 100%;
  background: url(../img/bc_name.png) 0 820px no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
#CNT_area {
  padding-top: 105px;
}
@media only screen and (max-width:980px) {
  #CNT_area {
    padding-top: 80px;
  }
}
@media only screen and (max-width:640px) {
  #CNT_area {
    padding-top: 50px;
  }
}

#TP_kv {
  font-size: 10px;
  font-size: 0.625rem;
  position: relative;
}
#TP_kv::before {
  content: "";
  display: block;
  background-color: var(--color_2);
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#TP_kv .tp_kv_inner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#TP_kv .vid {
  position: relative;
  width: 100%;
  padding-top: 624px;
  overflow: hidden;
  transition: padding 0.4s ease;
}
#TP_kv .vid .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
#TP_kv .vid .vid_caption {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 1.8s ease;
  transition-delay: 0.5s;
}
#TP_kv .vid .vid_caption .en {
  font-size: 70px;
  font-size: 4.375rem;
  white-space: nowrap;
  margin: 0;
}
#TP_kv .vid .vid_caption .jp {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0;
}
#TP_kv .vid::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/kv_mask.png);
}
body.loaded #TP_kv .vid .vid_caption {
  opacity: 1;
}
#TP_kv .scroll_1, #TP_kv .scroll_2 {
  width: 73px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  height: 125px;
}
#TP_kv .scroll_1 {
  background-image: url(../img/scroll_1.png);
}
#TP_kv .scroll_2 {
  background-image: url(../img/scroll_2.png);
}
@media only screen and (max-width: 1350px) {
  #TP_kv .vid .video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width:1200px) {
  #TP_kv .scroll_1, #TP_kv .scroll_2 {
    width: 40px;
  }
  #TP_kv .vid .vid_caption .en {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #TP_kv .vid .vid_caption .jp {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width:980px) {
  #TP_kv .vid {
    padding-top: 400px;
  }
  #TP_kv .vid .vid_caption .en {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #TP_kv .vid .vid_caption .jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width:640px) {
  #TP_kv .scroll_1, #TP_kv .scroll_2 {
    display: none;
  }
  #TP_kv .vid .vid_caption .en {
    font-size: 7vw;
  }
  #TP_kv .vid .vid_caption .jp {
    font-size: 4vw;
  }
}

#TP_corpName {
  font-size: 19px;
  font-size: 1.1875rem;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  color: var(--color_1);
  letter-spacing: 1px;
  line-height: 1.7;
}
#TP_corpName .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 275px;
  border: 1px solid var(--color_1);
  background-color: #fff;
  transform: translateY(-50%);
}
#TP_corpName .box p {
  margin: 0;
  position: absolute;
  right: 50px;
  top: 40px;
}
@media only screen and (max-width:1200px) {
  #TP_corpName .box {
    width: 270px;
    height: 210px;
  }
}
@media only screen and (max-width:980px) {
  #TP_corpName {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #TP_corpName .box {
    width: 200px;
    height: 140px;
  }
  #TP_corpName .box p {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width:640px) {
  #TP_corpName {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  #TP_corpName .box {
    width: 150px;
    height: 100px;
  }
  #TP_corpName .box p {
    right: 10px;
    bottom: 10px;
  }
}

#TP_msg {
  text-align: center;
}
#TP_msg .tp_msg_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 2px;
}
#TP_msg .tp_msg_text p {
  margin: 0;
}
#TP_msg .tp_msg_text p span {
  display: block;
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(50%);
}
#TP_msg .tp_msg_btn {
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.8s ease;
  transition-delay: 1.4s;
}
#TP_msg.anm_on .tp_msg_text p span {
  opacity: 1;
  transform: translateY(0);
}
#TP_msg.anm_on .tp_msg_text p span:nth-child(2) {
  transition-delay: 0.2s;
}
#TP_msg.anm_on .tp_msg_text p span:nth-child(3) {
  transition-delay: 0.4s;
}
#TP_msg.anm_on .tp_msg_text p span:nth-child(4) {
  transition-delay: 0.6s;
}
#TP_msg.anm_on .tp_msg_text p span:nth-child(5) {
  transition-delay: 0.8s;
}
#TP_msg.anm_on .tp_msg_text p span:nth-child(6) {
  transition-delay: 1s;
}
#TP_msg.anm_on .tp_msg_btn {
  opacity: 1;
}
@media only screen and (max-width:640px) {
  #TP_msg .tp_msg_text {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 30px;
  }
}

.btn_1 {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  padding: 10px;
  background-color: #fff;
  color: var(--color_1);
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}
.btn_1::before, .btn_1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: var(--color_1) transparent transparent transparent;
  position: absolute;
  z-index: 1;
  left: 50%;
  transition: all 0.15s ease;
}
.btn_1::before {
  top: -4px;
  transform: translateX(-50%);
}
.btn_1::after {
  bottom: -4px;
  transform: translateX(-50%) rotate(180deg);
}
.btn_1 span {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 30px;
  border: 1px solid;
  transition: border 0.2s ease;
}
.btn_1 span::before, .btn_1 span::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.btn_1 span::before {
  top: -2px;
}
.btn_1 span::after {
  bottom: -2px;
}
.btn_1:hover {
  color: #2ccfb7;
}
.btn_1:hover::before, .btn_1:hover::after {
  border-color: #2ccfb7 transparent transparent transparent;
}
.btn_1:hover::before {
  top: 4px;
}
.btn_1:hover::after {
  bottom: 4px;
}
@media only screen and (max-width:980px) {
  .btn_1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px;
  }
}
@media only screen and (max-width:640px) {
  .btn_1 {
    font-size: 16px;
    font-size: 1rem;
    padding: 6px;
  }
  .btn_1::before, .btn_1::after {
    border-width: 7px 5px 0 5px;
  }
}

/* ----- TOP PRODUTS ----- */
.tp_prd_list {
  max-width: 1100px;
  margin: 7% auto 0;
}
.tp_prd_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp_prd_list li {
  display: flex;
  width: 50%;
  margin: 0;
  padding: 1.8% 2.2%;
}
.tp_prd_list a {
  display: block;
  position: relative;
  padding: 0 35px 30px;
  background-color: var(--color_2);
  text-decoration: none;
  color: #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease;
}
.tp_prd_list a:hover {
  box-shadow: none;
}
.tp_prd_list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--color_1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tp_prd_list figure {
  margin: 0;
  padding: 0;
}
.tp_prd_list figure img {
  width: 100%;
  height: auto;
}
.tp_prd_list h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0 10px;
}
.tp_prd_list p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width:980px) {
  .tp_prd_list a {
    padding: 0 20px 20px;
  }
  .tp_prd_list a::after {
    border-width: 0 0 30px 30px;
  }
}
@media only screen and (max-width:640px) {
  .tp_prd_list ul {
    display: block;
  }
  .tp_prd_list li {
    display: block;
    width: auto;
    padding: 0;
  }
  .tp_prd_list li + li {
    margin-top: 35px;
  }
  .tp_prd_list a {
    box-shadow: none;
  }
  .tp_prd_list a p br {
    display: none;
  }
}

.tp_prd_btn {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .tp_prd_btn {
    margin-top: 60px;
  }
}

#TP_news .news_area {
  max-width: 550px;
  margin: 30px auto 0;
}
@media only screen and (max-width:640px) {
  #TP_news .news_area {
    padding-left: 20px;
  }
}

/* ----- TOP SUSTAINABILITY ----- */
.tp_stb_inner {
  position: relative;
}
.tp_stb_inner::before {
  content: "";
  display: block;
  width: 100vw;
  background-color: var(--color_2);
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 20%;
  bottom: -20%;
}
@media only screen and (max-width:640px) {
  .tp_stb_inner::before {
    right: 0px;
  }
}

.tp_stb_block {
  position: relative;
  max-width: 1040px;
  margin: 70px auto 0;
  padding-left: 10%;
}
.tp_stb_block figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 80.7692307692%;
  margin: 0;
  padding: 0;
}
.tp_stb_block figure img {
  width: 100%;
  height: auto;
}
.tp_stb_block .tp_stb_text {
  position: relative;
  padding-top: 18%;
}
.tp_stb_block .tp_stb_text span {
  display: inline-block;
  padding: 2px 5px;
  background-color: #fff;
}
.tp_stb_block .tp_stb_text h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 8px;
  font-weight: bold;
}
.tp_stb_block .tp_stb_text p {
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  .tp_stb_block {
    padding: 0;
  }
  .tp_stb_block figure {
    width: 100%;
  }
  .tp_stb_block .tp_stb_text {
    padding-top: 35%;
    text-align: center;
  }
}

.tp_stb_btn {
  max-width: 1040px;
  margin: 90px auto 0;
  padding-left: 10%;
}
@media only screen and (max-width:640px) {
  .tp_stb_btn {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
  }
}

/* ----- TOP RECRUIT ----- */
#TP_rcrt {
  padding-bottom: 20px;
}

.tp_rcrt_inner {
  position: relative;
}
.tp_rcrt_inner::before {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--color_2);
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 20%;
  bottom: -20%;
}
@media only screen and (max-width:640px) {
  .tp_rcrt_inner::before {
    left: 0;
    right: 0;
    width: auto;
  }
}

.tp_rcrt_block {
  position: relative;
  max-width: 1040px;
  margin: 70px auto 0;
  padding-left: 65%;
}
.tp_rcrt_block figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 80.7692307692%;
  margin: 0;
  padding: 0;
}
.tp_rcrt_block figure img {
  width: 100%;
  height: auto;
}
.tp_rcrt_block .tp_rcrt_text {
  position: relative;
  padding-top: 10%;
}
.tp_rcrt_block .tp_rcrt_text span {
  display: inline-block;
  padding: 2px 5px;
  background-color: #fff;
}
.tp_rcrt_block .tp_rcrt_text h5 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 1.1;
}
.tp_rcrt_block .tp_rcrt_text h6 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 12px;
  line-height: 1.5;
}
.tp_rcrt_block .tp_rcrt_text p {
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width:640px) {
  .tp_rcrt_block {
    padding: 0;
  }
  .tp_rcrt_block figure {
    width: 100%;
  }
  .tp_rcrt_block .tp_rcrt_text {
    padding-top: 35%;
    text-align: center;
  }
}

.tp_rcrt_btn {
  max-width: 1040px;
  margin: 90px auto 0;
  padding-left: 65%;
  padding-bottom: 100px;
}
@media only screen and (max-width:640px) {
  .tp_rcrt_btn {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* NEWS
/* -------------------------------------------------------------------------*/
.news_box {
  display: flex;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #000;
}
.news_box .date {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  letter-spacing: 1px;
  color: var(--color_1);
}
.news_box .text {
  margin: 0;
}
.news_box .text a {
  text-decoration: none;
  color: #000;
}
.news_box .text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:640px) {
  .news_box {
    display: block;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#FT {
  margin-top: 85px;
}
#FT .ft {
  margin: 0 auto;
  max-width: 1280px;
  padding: 50px 30px;
}
#FT .ft_inner {
  position: relative;
}
#FT .ft_inner .line {
  position: relative;
  display: block;
  width: 1px;
  background-color: var(--color_1);
  position: absolute;
  top: 40px;
  bottom: 85px;
  right: 0;
}
#FT .ft_inner .line::before, #FT .ft_inner .line::after {
  content: "";
  left: -2px;
}
#FT .ft_inner .line::before {
  top: -3px;
}
#FT .ft_inner .line::after {
  bottom: -3px;
}
#FT .ft_inner .roundBox_1, #FT .ft_inner .roundBox_2, #FT .ft_inner .roundBox_3, #FT .ft_inner .roundBox_4 {
  position: absolute;
  padding: 2px;
  border: 1px solid var(--color_1);
}
#FT .ft_inner .roundBox_1::after, #FT .ft_inner .roundBox_2::after, #FT .ft_inner .roundBox_3::after, #FT .ft_inner .roundBox_4::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color_1);
  border-radius: 100%;
}
#FT .ft_inner .roundBox_1 {
  left: -7px;
  top: 14px;
}
#FT .ft_inner .roundBox_2 {
  right: -7px;
  top: 14px;
}
#FT .ft_inner .roundBox_3 {
  left: -7px;
  bottom: 60px;
}
#FT .ft_inner .roundBox_4 {
  right: -7px;
  bottom: 60px;
}
#FT .ft_title {
  display: flex;
  align-items: center;
  text-align: center;
}
#FT .ft_title p {
  font-size: 7px;
  font-size: 0.4375rem;
  position: relative;
  margin: 0;
  padding: 17px 30px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid var(--color_1);
  line-height: 1;
  color: var(--color_1);
}
#FT .ft_title p span {
  color: var(--color_1);
}
#FT .ft_title p::before, #FT .ft_title p::after {
  content: "";
  border: 5px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
#FT .ft_title p::before {
  top: -9px;
}
#FT .ft_title p::after {
  bottom: -9px;
}
#FT .ft_title .line_1,
#FT .ft_title .line_2 {
  flex: 1;
  position: relative;
  height: 1px;
  background-color: var(--color_1);
}
#FT .ft_title .line_1::before, #FT .ft_title .line_1::after,
#FT .ft_title .line_2::before,
#FT .ft_title .line_2::after {
  content: "";
  top: -2px;
}
#FT .ft_title .line_1::after,
#FT .ft_title .line_2::after {
  right: 0;
}
#FT .ft_title .line_1 {
  margin-left: 15px;
  margin-right: -3px;
}
#FT .ft_title .line_2 {
  margin-right: 15px;
  margin-left: -3px;
}
#FT .ft_title .roundBox_1, #FT .ft_title .roundBox_2 {
  position: absolute;
  top: 149px;
  padding: 2px;
  border: 1px solid var(--color_1);
}
#FT .ft_title .roundBox_1::after, #FT .ft_title .roundBox_2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color_1);
  border-radius: 100%;
}
#FT .ft_title .roundBox_1 {
  left: -7px;
}
#FT .ft_title .roundBox_2 {
  right: -7px;
}
#FT .ft_nv {
  max-width: 846px;
  margin: 150px auto 0;
}
#FT .ft_nv a {
  text-decoration: none;
  color: #000;
}
#FT .ft_nv > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-right: 1px solid #808080;
}
#FT .ft_nv > ul > li {
  flex: 1;
  border-left: 1px solid #808080;
  padding: 20px 30px;
  margin: 0;
}
#FT .ft_nv > ul > li > a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  transition: color 0.2s ease;
}
#FT .ft_nv > ul > li > a:hover {
  color: var(--color_1);
}
#FT .ft_nv > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT .ft_nv > ul ul li {
  margin: 0 0 5px;
}
#FT .ft_nv > ul ul li a:hover {
  text-decoration: underline;
}
#FT .ft_nv .ft_ul_1 {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT .ft_nv .ft_ul_2 {
  font-size: 13px;
  font-size: 0.8125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#FT .ft_nv .ft_ul_2 li {
  margin-bottom: 10px;
}
#FT .ft_nv .ft_ul_2 span {
  color: var(--color_1);
  text-decoration: underline;
}
#FT .logo {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
#FT .logo p {
  position: relative;
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  border: 1px solid var(--color_1);
}
#FT .logo p a {
  display: inline-block;
  transition: opacity 0.2s ease;
}
#FT .logo p a:hover {
  opacity: 0.5;
}
#FT .logo p img {
  height: auto;
  width: 450px;
}
#FT .logo p::before, #FT .logo p::after {
  content: "";
  border: 5px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
#FT .logo p::before {
  top: -9px;
}
#FT .logo p::after {
  bottom: -9px;
}
#FT .logo .line_1, #FT .logo .line_2 {
  flex: 1;
  position: relative;
  height: 1px;
  background-color: var(--color_1);
}
#FT .logo .line_1::before, #FT .logo .line_1::after, #FT .logo .line_2::before, #FT .logo .line_2::after {
  content: "";
  top: -2px;
}
#FT .logo .line_1::after, #FT .logo .line_2::after {
  right: 0;
}
#FT .logo .line_1 {
  margin-left: 15px;
  margin-right: -3px;
}
#FT .logo .line_2 {
  margin-right: 15px;
  margin-left: -3px;
}
#FT address {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  text-align: center;
  margin: 0;
}
#FT .copyright {
  background-color: var(--color_1);
  color: #fff;
  padding: 20px;
  margin: 0;
  height: 100px;
  text-align: right;
}
#FT .copyright small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width:980px) {
  #FT {
    margin-top: 70px;
  }
  #FT .ft {
    padding: 40px 20px;
  }
  #FT .ft_inner .line {
    bottom: 55px;
  }
  #FT .ft_inner .roundBox_3 {
    bottom: 33px;
  }
  #FT .ft_inner .roundBox_4 {
    bottom: 33px;
  }
  #FT .ft_nv {
    margin-top: 100px;
  }
  #FT .ft_nv > ul > li {
    padding: 10px;
  }
  #FT .logo p {
    max-width: 500px;
    padding: 30px;
  }
  #FT .logo p img {
    width: 300px;
  }
}
@media only screen and (max-width:640px) {
  #FT {
    margin-top: 35px;
  }
  #FT .ft {
    padding: 30px 10px;
  }
  #FT .ft_inner .line {
    bottom: 45px;
  }
  #FT .ft_inner .roundBox_3 {
    bottom: 23px;
  }
  #FT .ft_inner .roundBox_4 {
    bottom: 23px;
  }
  #FT .ft_nv {
    margin-top: 40px;
  }
  #FT .ft_nv > ul {
    flex-wrap: wrap;
  }
  #FT .ft_nv > ul > li {
    flex: none;
    width: 50%;
    margin: 10px 0;
  }
  #FT .ft_nv > ul > li:nth-child(odd) {
    border: none;
  }
  #FT .logo p {
    max-width: 270px;
    padding: 20px;
    line-height: 0;
  }
  #FT .logo p img {
    width: 200px;
  }
  #FT .copyright small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#BTN_topTop {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 10px;
}
#BTN_topTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--color_1);
  text-decoration: none;
  opacity: 0;
  border-radius: 100%;
  text-align: center;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
#BTN_topTop a:hover {
  opacity: 1 !important;
}
#BTN_topTop a span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #FFFFFF transparent;
  margin: 0 auto;
}
body.scrolled #BTN_topTop a {
  opacity: 0.5;
  pointer-events: auto;
}
@media only screen and (max-width:640px) {
  #BTN_topTop {
    bottom: 30px;
    right: 5px;
  }
  #BTN_topTop a {
    width: 40px;
    height: 40px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
#CONTACT {
  position: fixed;
  z-index: 1;
  top: 355px;
  right: 0;
  padding: 10px 0 10px 10px;
  overflow: hidden;
}
body.ctg_home #CONTACT {
  top: 500px;
}
#CONTACT a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  background: var(--color_1);
  width: 190px;
  height: 190px;
  text-align: center;
  transition: transform 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#CONTACT a p {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  margin: 0;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
#CONTACT a span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
#CONTACT a::after {
  content: "";
  display: block;
  width: 20px;
  height: 165px;
  background: url(../img/contact_txt.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 9px;
  top: 10px;
}
body.scrolled #CONTACT a {
  transform: translateX(155px);
}
body.scrolled #CONTACT a::after {
  opacity: 1;
}
body.scrolled #CONTACT a p, body.scrolled #CONTACT a span {
  opacity: 0;
}
@media only screen and (max-width:980px) {
  #CONTACT {
    top: 240px;
  }
  body.ctg_home #CONTACT {
    top: 300px;
  }
  #CONTACT a {
    width: 150px;
    height: 150px;
  }
  #CONTACT a p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #CONTACT a span {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 0;
  }
  #CONTACT a::after {
    width: 16px;
    height: 130px;
  }
  body.scrolled #CONTACT a {
    transform: translateX(115px);
  }
}
@media only screen and (max-width:640px) {
  #CONTACT {
    top: 160px;
  }
  body.ctg_home #CONTACT {
    top: 300px;
  }
  #CONTACT a {
    width: 90px;
    height: 90px;
  }
  #CONTACT a p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #CONTACT a::after {
    width: 14px;
    height: 70px;
    left: 12px;
  }
  body.scrolled #CONTACT a {
    transform: translateX(55px);
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE COMMON
/* -------------------------------------------------------------------------*/
#PG_kv, #PG_kv_2 {
  position: relative;
}
#PG_kv .pg_title, #PG_kv_2 .pg_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 493px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
}
#PG_kv .pg_title .title, #PG_kv_2 .pg_title .title {
  margin-left: 80px;
}
#PG_kv figure, #PG_kv_2 figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#PG_kv figure img, #PG_kv_2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#PG_kv, #PG_kv .pg_title {
  height: 493px;
}
#PG_kv .pg_title p.en {
  font-size: 65px;
  font-size: 4.0625rem;
  margin: 0 0 20px;
}
#PG_kv .pg_title h2 {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0;
  letter-spacing: 2px;
}
#PG_kv .pg_title .title {
  margin-left: 50px;
}
@media only screen and (max-width:980px) {
  #PG_kv, #PG_kv .pg_title {
    height: 350px;
  }
  #PG_kv .pg_title p.en {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  #PG_kv .pg_title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width:640px) {
  #PG_kv, #PG_kv .pg_title {
    height: 220px;
  }
  #PG_kv .pg_title p.en {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 10px;
  }
  #PG_kv .pg_title h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #PG_kv .pg_title .title {
    margin-left: 20px;
  }
}

#PG_kv_2, #PG_kv_2 .pg_title {
  height: 370px;
}
#PG_kv_2 .pg_title {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#PG_kv_2 .pg_title p.ctegory {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 20px;
  font-weight: bold;
}
#PG_kv_2 .pg_title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width:980px) {
  #PG_kv_2, #PG_kv_2 .pg_title {
    height: 280px;
  }
  #PG_kv_2 .pg_title p.ctegory {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  #PG_kv_2 .pg_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  #PG_kv_2 .pg_title .title {
    margin-left: 50px;
  }
}
@media only screen and (max-width:640px) {
  #PG_kv_2 {
    margin-bottom: 30px;
  }
  #PG_kv_2, #PG_kv_2 .pg_title {
    height: 180px;
  }
  #PG_kv_2 .pg_title p.ctegory {
    font-size: 16px;
    font-size: 1rem;
  }
  #PG_kv_2 .pg_title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #PG_kv_2 .pg_title .title {
    margin-left: 30px;
  }
}

.pankuzu {
  position: relative;
  max-width: 1280px;
  height: 165px;
  padding: 0 30px;
  margin: 0 auto;
}
.pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 40px;
  font-size: 0;
}
.pankuzu li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pankuzu li::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.pankuzu li:first-child::before {
  display: none;
}
.pankuzu a {
  color: #000;
}
.pankuzu .line {
  position: relative;
  display: block;
  width: 1px;
  background-color: var(--color_1);
  position: absolute;
  top: -200px;
  bottom: -10px;
}
.pankuzu .line::before, .pankuzu .line::after {
  content: "";
  left: -2px;
}
.pankuzu .line::before {
  top: -3px;
}
.pankuzu .line::after {
  bottom: -3px;
}
.pankuzu::before, .pankuzu::after {
  content: "";
  display: block;
  width: 11px;
  height: 125px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pankuzu::before {
  background-image: url(../img/scroll_1.png);
  left: 0;
}
.pankuzu::after {
  background-image: url(../img/scroll_2.png);
  right: 0;
}
@media only screen and (max-width:1200px) {
  .pankuzu::before {
    left: 8px;
  }
  .pankuzu::after {
    right: 8px;
  }
}
@media only screen and (max-width:980px) {
  .pankuzu {
    height: 120px;
    padding: 0 20px;
  }
  .pankuzu ul {
    padding-left: 30px;
  }
  .pankuzu::before {
    left: 5px;
  }
  .pankuzu::after {
    right: 5px;
  }
  .pankuzu .line {
    top: -140px;
    bottom: 0;
  }
}
@media only screen and (max-width:640px) {
  .pankuzu {
    height: 80px;
    padding: 0 10px;
  }
  .pankuzu ul {
    padding-left: 10px;
  }
  .pankuzu li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .pankuzu::before, .pankuzu::after {
    display: none;
  }
  .pankuzu .line {
    top: -90px;
    bottom: 3px;
  }
}

/* ----- COMMON AREA ----- */
.cmn_area {
  max-width: 1366px;
  padding: 0 73px 100px;
  margin: 0 auto;
}
@media only screen and (max-width:980px) {
  .cmn_area {
    padding: 0 20px 80px;
  }
}
@media only screen and (max-width:640px) {
  .cmn_area {
    padding: 0 15px 60px;
  }
}

.cmn_title {
  text-align: center;
}
.cmn_title h3 {
  font-size: 60px;
  font-size: 3.75rem;
  display: inline-block;
  margin: 0 0 60px;
  text-align: center;
  color: var(--color_2);
  font-weight: normal;
  line-height: 1.3;
  opacity: 0;
}
.cmn_title h3 span {
  color: var(--color_1);
}
.cmn_title h3 .wrp {
  width: 0;
  overflow: hidden;
}
.cmn_title.anm_on h3 {
  opacity: 1;
}
.cmn_title.anm_on h3 .wrp {
  opacity: 1;
  width: 100%;
  transition: width 1s ease;
}
@media only screen and (max-width:980px) {
  .cmn_title h3 {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:640px) {
  .cmn_title h3 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.cmn_block_S {
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width:980px) {
  .cmn_block_S {
    padding: 60px 0;
  }
}
@media only screen and (max-width:640px) {
  .cmn_block_S {
    padding: 40px 0;
  }
}

.cmn_block_M {
  max-width: 1050px;
  margin: 0 auto;
  padding: 80px 0;
}

/* TITLE */
.cmn_title_0 {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--color_1);
  margin: 40px 0;
}
.cmn_title_0::before, .cmn_title_0::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color_1);
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
}
.cmn_title_0::before {
  left: 0;
}
.cmn_title_0::after {
  right: 0;
}
@media only screen and (max-width:640px) {
  .cmn_title_0 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.cmn_title_1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 30px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--color_1);
}

.cmn_title_2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px 0 10px;
  color: var(--color_1);
  font-weight: bold;
}

.cmn_box_2clm {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
}
.cmn_box_2clm > * {
  width: 48%;
  margin-bottom: 4%;
}
.cmn_box_2clm .box_ft, .cmn_box_2clm .box_tf {
  display: flex;
  gap: 5%;
  flex-direction: row-reverse;
  padding: 10px;
  border: 1px solid var(--color_1);
  background-color: #fff;
}
.bc_w100 .cmn_box_2clm .box_ft, .bc_w100 .cmn_box_2clm .box_tf {
  background-color: var(--color_2);
}
.cmn_box_2clm .box_ft figure, .cmn_box_2clm .box_tf figure {
  width: 48%;
  margin: 0;
  padding: 0;
}
.cmn_box_2clm .box_ft figure img, .cmn_box_2clm .box_tf figure img {
  width: 100%;
  height: auto;
}
.cmn_box_2clm .box_ft .text, .cmn_box_2clm .box_tf .text {
  flex: 1;
}
.cmn_box_2clm .box_ft .text > *:first-child, .cmn_box_2clm .box_tf .text > *:first-child {
  margin-top: 5px !important;
}
.cmn_box_2clm .box_ft .text .cmn_title_1, .cmn_box_2clm .box_tf .text .cmn_title_1 {
  margin: 15px 0 10px;
}
.cmn_box_2clm .box_ft .text p, .cmn_box_2clm .box_tf .text p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
.cmn_box_2clm .box_tf {
  flex-direction: row;
}
@media only screen and (max-width:640px) {
  .cmn_box_2clm {
    display: block;
  }
  .cmn_box_2clm > * {
    width: auto;
    margin-bottom: 20px;
  }
  .cmn_box_2clm .box_ft {
    gap: 15px;
  }
}

.cmn_bdBox {
  position: relative;
  padding: 30px 0;
}
.cmn_bdBox .line_T, .cmn_bdBox .line_B {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color_1);
}
.cmn_bdBox .line_T::before, .cmn_bdBox .line_T::after, .cmn_bdBox .line_B::before, .cmn_bdBox .line_B::after {
  content: "";
  top: -2px;
}
.cmn_bdBox .line_T::after, .cmn_bdBox .line_B::after {
  right: 0;
}
.cmn_bdBox .line_T {
  top: 0;
}
.cmn_bdBox .line_B {
  bottom: 0;
}
.cmn_bdBox .line_R, .cmn_bdBox .line_L {
  position: absolute;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background-color: var(--color_1);
}
.cmn_bdBox .line_R::before, .cmn_bdBox .line_R::after, .cmn_bdBox .line_L::before, .cmn_bdBox .line_L::after {
  content: "";
  right: -2px;
}
.cmn_bdBox .line_R::after, .cmn_bdBox .line_L::after {
  bottom: -2px;
}
.cmn_bdBox .line_R {
  right: 0;
}
.cmn_bdBox .line_L {
  left: 0;
}
.cmn_bdBox.bd_R {
  padding-right: 30px;
}
.cmn_bdBox.bd_L {
  padding-left: 30px;
}
@media only screen and (max-width:980px) {
  .cmn_bdBox {
    padding: 20px 0;
  }
  .cmn_bdBox.bd_R {
    padding-right: 20px;
  }
  .cmn_bdBox.bd_L {
    padding-left: 20px;
  }
}

/* figure text box */
.box_ft, .box_tf, .box_ftc, .box_tfc {
  display: flex;
  gap: 3%;
}
.box_ft .text, .box_tf .text, .box_ftc .text, .box_tfc .text {
  flex: 1;
}
.box_ft .fig, .box_tf .fig, .box_ftc .fig, .box_tfc .fig {
  width: 48.5%;
  margin: 0;
  padding: 0;
}
.box_ft .fig img, .box_tf .fig img, .box_ftc .fig img, .box_tfc .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:640px) {
  .box_ft, .box_tf, .box_ftc, .box_tfc {
    display: block;
  }
  .box_ft .fig, .box_tf .fig, .box_ftc .fig, .box_tfc .fig {
    width: auto;
  }
}

.box_ft, .box_ftc {
  flex-direction: row-reverse;
}

.box_ftc, .box_tfc {
  align-items: center;
}

/* background */
.bc_w100 {
  position: relative;
}
.bc_w100::before {
  content: "";
  background-color: var(--color_2);
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bc_white {
  background-color: #fff;
}

/* margin */
.mt_0 {
  margin-top: 0;
}

.mt_L {
  margin-top: 100px;
}

.mt_M {
  margin-top: 70px;
}

.mt_S {
  margin-top: 40px;
}

.mb_0 {
  margin-top: 0;
}

.mb_L {
  margin-top: 100px;
}

.mb_M {
  margin-top: 70px;
}

.mb_S {
  margin-top: 40px;
}

.pt_0 {
  padding-top: 0;
}

.pt_L {
  padding-top: 80px;
}

.pt_M {
  padding-top: 50px;
}

.pt_S {
  padding-top: 20px;
}

.pb_0 {
  padding-top: 0;
}

.pb_L {
  padding-top: 80px;
}

.pb_M {
  padding-top: 50px;
}

.pb_S {
  padding-top: 20px;
}

/* padding */
.p_0 {
  padding: 0;
}

.p_L {
  padding: 40px;
}

.p_M {
  padding: 25px;
}

.p_S {
  padding: 10px;
}

@media only screen and (max-width:640px) {
  .mt_L {
    margin-top: 70px;
  }
  .mt_M {
    margin-top: 40px;
  }
  .mt_S {
    margin-top: 20px;
  }
  .mb_L {
    margin-top: 70px;
  }
  .mb_M {
    margin-top: 40px;
  }
  .mb_S {
    margin-top: 20px;
  }
  .pt_0 {
    padding-top: 0;
  }
  .pt_L {
    padding-top: 60px;
  }
  .pt_M {
    padding-top: 30px;
  }
  .pt_S {
    padding-top: 10px;
  }
  .pb_0 {
    padding-top: 0;
  }
  .pb_L {
    padding-top: 60px;
  }
  .pb_M {
    padding-top: 30px;
  }
  .pb_S {
    padding-top: 10px;
  }
}
/* TEXT ALIGN */
.ta_L {
  text-align: left;
}

.ta_C {
  text-align: center;
}

.ta_R {
  text-align: right;
}

/* list */
ul.ul_1 {
  list-style: none;
  padding-left: 10px;
}
ul.ul_1 > li {
  position: relative;
  padding-left: 10px;
}
ul.ul_1 > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 10px;
}

.cmn_contact {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--color_1);
  padding: 30px;
}
.cmn_contact .contact_title {
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color_1);
}
.cmn_contact .contact_title p {
  margin: 0;
  line-height: 1.5;
}
.cmn_contact .contact_address .name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.cmn_contact .contact_address .title {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 5px;
}
.cmn_contact .contact_address .adrs {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
@media only screen and (max-width:980px) {
  .cmn_contact {
    padding: 25px;
  }
  .cmn_contact .contact_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cmn_contact .contact_address .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:640px) {
  .cmn_contact {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .cmn_contact .contact_title {
    width: auto;
    margin-bottom: 20px;
  }
}

/* CATEGORY MENU */
.category_mn .category_mn_title {
  text-align: center;
}
.category_mn .category_mn_title p.en {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 15px;
  text-align: center;
  color: var(--color_2);
  font-weight: bold;
  line-height: 1.3;
}
.category_mn .category_mn_title p.en span {
  color: var(--color_1);
}
.category_mn .category_mn_title p.jp {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  color: var(--color_1);
  font-weight: bold;
}
.category_mn ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.category_mn li {
  width: 200px;
  display: flex;
}
.category_mn li a {
  display: block;
  position: relative;
  border: 1px solid var(--color_1);
  text-decoration: none;
  color: var(--color_1);
  transition: background 0.2s ease;
}
.category_mn li a:hover {
  background-color: var(--color_hover);
}
.category_mn li a figure {
  margin: 0;
  padding: 0 5px;
}
.category_mn li a figure img {
  width: 100%;
  height: auto;
}
.category_mn li a p {
  padding: 10px;
  margin: 0;
}
.category_mn li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color_1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.category_mn li.in a {
  background-color: var(--color_2);
  cursor: default;
}
@media only screen and (max-width:980px) {
  .category_mn ul {
    gap: 10px;
  }
  .category_mn li {
    width: 150px;
  }
}

/* BORDER */
.cmn_border_1 {
  border: 1px solid var(--color_1);
}

.cmn_border_2 {
  border: 1px dotted var(--color_1);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PRODUCTS
/* -------------------------------------------------------------------------*/
.prd_topCnt {
  margin-bottom: -130px;
}
@media only screen and (max-width:980px) {
  .prd_topCnt {
    margin-bottom: -115px;
  }
}
@media only screen and (max-width:640px) {
  .prd_topCnt {
    margin-bottom: -75px;
  }
}

.prd_tp_block_L, .prd_tp_block_R {
  position: relative;
  max-width: 1280px;
  padding: 0 30px 200px;
  margin: 0 auto;
}
.prd_tp_block_L .title, .prd_tp_block_R .title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 70px;
}
.prd_tp_block_L .title h3, .prd_tp_block_R .title h3 {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  color: var(--color_2);
  line-height: 1;
  font-weight: normal;
}
.prd_tp_block_L .title h3 span.green, .prd_tp_block_R .title h3 span.green {
  color: var(--color_1);
}
.prd_tp_block_L .title h3 span.smallFont, .prd_tp_block_R .title h3 span.smallFont {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-block;
  transform: translateY(-8px);
  margin-left: 10px;
}
.prd_tp_block_L .title .line_1, .prd_tp_block_L .title .line_2, .prd_tp_block_R .title .line_1, .prd_tp_block_R .title .line_2 {
  position: relative;
  height: 1px;
  background-color: var(--color_1);
}
.prd_tp_block_L .title .line_1::before, .prd_tp_block_L .title .line_1::after, .prd_tp_block_L .title .line_2::before, .prd_tp_block_L .title .line_2::after, .prd_tp_block_R .title .line_1::before, .prd_tp_block_R .title .line_1::after, .prd_tp_block_R .title .line_2::before, .prd_tp_block_R .title .line_2::after {
  content: "";
  top: -2px;
}
.prd_tp_block_L .title .line_1::after, .prd_tp_block_L .title .line_2::after, .prd_tp_block_R .title .line_1::after, .prd_tp_block_R .title .line_2::after {
  right: 0;
}
.prd_tp_block_L .prd_tp_block_cnt, .prd_tp_block_R .prd_tp_block_cnt {
  position: relative;
  padding-bottom: 80px;
}
.prd_tp_block_L .prd_tp_block_cnt::before, .prd_tp_block_R .prd_tp_block_cnt::before {
  content: "";
  display: block;
  background-color: var(--color_2);
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.prd_tp_block_L .roundBox_1, .prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_1, .prd_tp_block_R .roundBox_2 {
  position: absolute;
  top: 18px;
  padding: 2px;
  border: 1px solid var(--color_1);
}
.prd_tp_block_L .roundBox_1::after, .prd_tp_block_L .roundBox_2::after, .prd_tp_block_R .roundBox_1::after, .prd_tp_block_R .roundBox_2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color_1);
  border-radius: 100%;
}
.prd_tp_block_L .roundBox_1, .prd_tp_block_R .roundBox_1 {
  left: 23px;
}
.prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_2 {
  right: 23px;
}
.prd_tp_block_L .line, .prd_tp_block_R .line {
  position: relative;
  display: block;
  width: 1px;
  background-color: var(--color_1);
  position: absolute;
  top: 55px;
  bottom: -10px;
}
.prd_tp_block_L .line::before, .prd_tp_block_L .line::after, .prd_tp_block_R .line::before, .prd_tp_block_R .line::after {
  content: "";
  left: -2px;
}
.prd_tp_block_L .line::before, .prd_tp_block_R .line::before {
  top: -3px;
}
.prd_tp_block_L .line::after, .prd_tp_block_R .line::after {
  bottom: -3px;
}
.prd_tp_block_L .prd_tp_block_title, .prd_tp_block_R .prd_tp_block_title {
  display: flex;
}
.prd_tp_block_L .prd_tp_block_title .cell, .prd_tp_block_R .prd_tp_block_title .cell {
  flex: 1;
  padding-top: 50px;
}
.prd_tp_block_L .prd_tp_block_title h4, .prd_tp_block_R .prd_tp_block_title h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  color: var(--color_1);
  line-height: 1.2;
}
.prd_tp_block_L .prd_tp_block_title p, .prd_tp_block_R .prd_tp_block_title p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 30px 0;
  line-height: 1.8;
  font-weight: bold;
}
.prd_tp_block_L .prd_tp_block_title figure, .prd_tp_block_R .prd_tp_block_title figure {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
}
.prd_tp_block_L .prd_tp_block_title figure img, .prd_tp_block_R .prd_tp_block_title figure img {
  width: 100%;
  height: auto;
  top: 0;
}
@media only screen and (max-width:980px) {
  .prd_tp_block_L, .prd_tp_block_R {
    padding: 0 20px 100px;
  }
  .prd_tp_block_L .title, .prd_tp_block_R .title {
    gap: 15px;
    margin-bottom: 60px;
  }
  .prd_tp_block_L .title h3, .prd_tp_block_R .title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .prd_tp_block_L .title h3 span.smallFont, .prd_tp_block_R .title h3 span.smallFont {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .prd_tp_block_L .roundBox_1, .prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_1, .prd_tp_block_R .roundBox_2 {
    top: 10px;
  }
  .prd_tp_block_L .roundBox_1, .prd_tp_block_R .roundBox_1 {
    left: 13px;
  }
  .prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_2 {
    right: 13px;
  }
  .prd_tp_block_L .line, .prd_tp_block_R .line {
    top: 35px;
    bottom: 0;
  }
}
@media only screen and (max-width:640px) {
  .prd_tp_block_L, .prd_tp_block_R {
    padding: 0 0 80px;
    overflow: hidden;
  }
  .prd_tp_block_L .title, .prd_tp_block_R .title {
    gap: 10px;
  }
  .prd_tp_block_L .title h3, .prd_tp_block_R .title h3 {
    font-size: 4vw;
  }
  .prd_tp_block_L .title h3 span.smallFont, .prd_tp_block_R .title h3 span.smallFont {
    font-size: 2.5vw;
  }
  .prd_tp_block_L .roundBox_1, .prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_1, .prd_tp_block_R .roundBox_2 {
    top: 5px;
  }
  .prd_tp_block_L .roundBox_1, .prd_tp_block_R .roundBox_1 {
    left: 3px;
  }
  .prd_tp_block_L .roundBox_2, .prd_tp_block_R .roundBox_2 {
    right: 3px;
  }
  .prd_tp_block_L .prd_tp_block_title, .prd_tp_block_R .prd_tp_block_title {
    display: block;
  }
  .prd_tp_block_L .prd_tp_block_title figure, .prd_tp_block_R .prd_tp_block_title figure {
    width: 100%;
  }
  .prd_tp_block_L .prd_tp_block_title .cell, .prd_tp_block_R .prd_tp_block_title .cell {
    margin-left: 20px;
    padding-top: 20px;
  }
  .prd_tp_block_L .prd_tp_block_title .cell h4, .prd_tp_block_R .prd_tp_block_title .cell h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .prd_tp_block_L .prd_tp_block_title .cell p, .prd_tp_block_R .prd_tp_block_title .cell p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 20px 0;
  }
  .prd_tp_block_L .line, .prd_tp_block_R .line {
    top: 30px;
    bottom: 5px;
  }
}

.prd_tp_block_L .prd_tp_block_cnt::before {
  left: 20px;
}
.prd_tp_block_L .prd_tp_block_cnt .cell {
  padding-left: 10%;
}
.prd_tp_block_L .title .line_1 {
  width: 100px;
}
.prd_tp_block_L .title .line_2 {
  flex: 1;
}
.prd_tp_block_L .title .line_1 {
  margin-left: 15px;
}
.prd_tp_block_L .title .line_2 {
  margin-right: 15px;
}
.prd_tp_block_L .prd_tp_block_title {
  flex-direction: row-reverse;
}
.prd_tp_block_L .prd_tp_block_title figure {
  transform: translate(15%, -15%);
}
@media only screen and (max-width:980px) {
  .prd_tp_block_L .title .line_1 {
    width: 50px;
  }
}
@media only screen and (max-width:640px) {
  .prd_tp_block_L .title .line_1 {
    width: 5vw;
  }
  .prd_tp_block_L .title .line_1 {
    margin-left: 25px;
  }
  .prd_tp_block_L .title .line_2 {
    margin-right: 25px;
  }
  .prd_tp_block_L .line {
    left: 10px;
  }
  .prd_tp_block_L .prd_tp_block_title figure {
    transform: translate(10%, -10%);
  }
}

.prd_tp_block_R .prd_tp_block_cnt::before {
  right: 20px;
}
.prd_tp_block_R .title {
  flex-direction: row-reverse;
}
.prd_tp_block_R .title .line_1 {
  width: 100px;
}
.prd_tp_block_R .title .line_2 {
  flex: 1;
}
.prd_tp_block_R .title .line_1 {
  margin-right: 15px;
}
.prd_tp_block_R .title .line_2 {
  margin-left: 15px;
}
.prd_tp_block_R .line {
  right: 30px;
}
.prd_tp_block_R .prd_tp_block_title figure {
  transform: translate(-15%, -15%);
}
@media only screen and (max-width:980px) {
  .prd_tp_block_R .title .line_2 {
    width: 50px;
  }
  .prd_tp_block_R .line {
    right: 20px;
  }
}
@media only screen and (max-width:640px) {
  .prd_tp_block_R .title .line_1 {
    width: 5vw;
  }
  .prd_tp_block_R .title .line_1 {
    margin-right: 25px;
  }
  .prd_tp_block_R .title .line_2 {
    margin-left: 25px;
  }
  .prd_tp_block_R .line {
    right: 10px;
  }
  .prd_tp_block_R .prd_tp_block_title figure {
    transform: translate(-10%, -10%);
  }
}

.prd_tp_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.prd_tp_list li {
  display: flex;
  width: 23%;
  margin: 1% 0;
  padding: 1%;
}
.prd_tp_list a {
  display: block;
  position: relative;
  padding: 0 6% 5%;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  color: #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease;
}
.prd_tp_list a:hover {
  box-shadow: none;
}
.prd_tp_list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--color_1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prd_tp_list a figure {
  margin: 0 0 15px;
  padding: 0;
}
.prd_tp_list a figure img {
  width: 100%;
  height: auto;
}
.prd_tp_list a h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  font-weight: bold;
  color: var(--color_1);
  line-height: 1.2;
}
.prd_tp_list a h5 span {
  display: block;
}
.prd_tp_list a p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media only screen and (max-width:980px) {
  .prd_tp_list a h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:640px) {
  .prd_tp_list ul {
    padding: 0 5px;
  }
  .prd_tp_list li {
    width: calc(50% - 5px);
  }
  .prd_tp_list a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

.prd_tp_btn {
  margin-top: 60px;
}
@media only screen and (max-width:640px) {
  .prd_tp_btn {
    text-align: center;
  }
}

/* PRODUCTS PAGEs */
.cmn_prd_kv {
  display: flex;
  gap: 5%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 15%;
}
.cmn_prd_kv .fig {
  position: relative;
  width: 45%;
  margin: 0;
  padding: 0;
  padding-top: 33%;
}
.cmn_prd_kv .fig img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.cmn_prd_kv .cell {
  flex: 1;
  max-width: 500px;
}
.cmn_prd_kv .cell .btn {
  text-align: center;
}
.cmn_prd_kv .cmn_prd_fig a {
  display: block;
}
.cmn_prd_kv .cmn_prd_fig img {
  width: 100%;
  height: auto;
}
.cmn_prd_kv .cmn_prd_title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 20px;
  color: var(--color_1);
  line-height: 1.2;
}
@media only screen and (max-width:640px) {
  .cmn_prd_kv {
    display: block;
  }
  .cmn_prd_kv .fig {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .cmn_prd_kv .fig img {
    position: relative;
    width: 100%;
  }
  .cmn_prd_kv .cmn_prd_fig {
    margin-top: 20px;
  }
  .cmn_prd_kv .cell {
    max-width: auto;
    max-width: initial;
  }
  .cmn_prd_kv .cmn_prd_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.cmn_prd_ft, .cmn_prd_tf {
  display: flex;
  gap: 2%;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.cmn_prd_ft .fig, .cmn_prd_tf .fig {
  width: 55%;
  margin: 0;
  padding: 0;
}
.cmn_prd_ft .fig img, .cmn_prd_tf .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmn_prd_ft .text, .cmn_prd_tf .text {
  flex: 1;
}
@media only screen and (max-width:640px) {
  .cmn_prd_ft, .cmn_prd_tf {
    display: block;
  }
  .cmn_prd_ft .fig, .cmn_prd_tf .fig {
    width: 100%;
    margin: 30px 0;
  }
}

.cmn_prd_ft {
  flex-direction: row-reverse;
}

.prd_ftList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.prd_ftList li {
  display: flex;
  margin: 0 0 2.5%;
  padding: 0;
  width: 31.6666666667%;
}
.prd_ftList li a {
  display: block;
  border: 1px solid var(--color_1);
  text-decoration: none;
  color: var(--color_1);
  text-align: center;
  transition: background 0.2s ease;
}
.prd_ftList li a:hover {
  background-color: var(--color_hover);
}
.prd_ftList li.in a {
  background-color: var(--color_2);
  cursor: default;
}
.prd_ftList li figure {
  margin: 0;
  padding: 0;
}
.prd_ftList li figure img {
  width: 100%;
  height: auto;
}
.prd_ftList li .text_wrap {
  padding: 10px;
}
.prd_ftList li .text {
  position: relative;
  padding: 20px 10px;
}
.prd_ftList li .text p {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
}
.prd_ftList li .text p span {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  font-weight: bold;
}
.prd_ftList li .cnr_1, .prd_ftList li .cnr_2, .prd_ftList li .cnr_3, .prd_ftList li .cnr_4 {
  display: block;
  width: 16px;
  height: 16px;
  border: 5px solid var(--color_1);
  position: absolute;
}
.prd_ftList li .cnr_1 {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.prd_ftList li .cnr_2 {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.prd_ftList li .cnr_3 {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.prd_ftList li .cnr_4 {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}
.prd_ftList li .line_1, .prd_ftList li .line_2 {
  position: relative;
  height: 1px;
  background-color: var(--color_1);
  position: absolute;
  right: 25px;
  left: 25px;
}
.prd_ftList li .line_1::before, .prd_ftList li .line_1::after, .prd_ftList li .line_2::before, .prd_ftList li .line_2::after {
  content: "";
  top: -2px;
}
.prd_ftList li .line_1::after, .prd_ftList li .line_2::after {
  right: 0;
}
.prd_ftList li .line_1 {
  top: 3px;
}
.prd_ftList li .line_2 {
  bottom: 3px;
}
@media only screen and (max-width:980px) {
  .prd_ftList li .text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .prd_ftList li .text p span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .prd_ftList li .cnr_1, .prd_ftList li .cnr_2, .prd_ftList li .cnr_3, .prd_ftList li .cnr_4 {
    width: 14px;
    height: 14px;
    border-width: 4px;
  }
}
@media only screen and (max-width:640px) {
  .prd_ftList ul {
    gap: 10px;
  }
  .prd_ftList li {
    margin: 0;
    width: calc(50% - 5px);
  }
  .prd_ftList li .text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .prd_ftList li .text p span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* POPUP
/* -------------------------------------------------------------------------*/
.mfp-bg {
  background-color: var(--color_1);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SP
/* -------------------------------------------------------------------------*/
.btn_burgur {
  display: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.btn_burgur span {
  display: inline-block;
  transition: all 0.2s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--color_1);
  width: 45%;
}
.btn_burgur span:nth-of-type(1) {
  top: 15px;
}
.btn_burgur span:nth-of-type(2) {
  top: 23px;
}
.btn_burgur span:nth-of-type(3) {
  top: 31px;
}
body.spMenu_active .btn_burgur span:nth-of-type(1) {
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
body.spMenu_active .btn_burgur span:nth-of-type(2) {
  opacity: 0;
}
body.spMenu_active .btn_burgur span:nth-of-type(3) {
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
@media only screen and (max-width:640px) {
  .btn_burgur {
    display: block;
  }
}

.spLang {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  top: 9px;
  right: 50px;
  z-index: 1000;
  line-height: 1;
}
.spLang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.spLang li {
  margin: 0;
  padding: 0;
}
.spLang a, .spLang span {
  display: block;
  padding: 8px 10px;
}
.spLang a {
  background-color: #f0f0f0;
  text-decoration: none;
  color: #000;
}
.spLang span {
  background-color: var(--color_1);
  color: #fff;
}
@media only screen and (max-width:640px) {
  .spLang {
    display: block;
  }
}

.spMenu {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 110vh;
  padding: 45px 0;
  background-color: var(--color_1);
}
.spMenu__inner {
  position: relative;
  padding: 0 0 100px;
  height: calc(100vh - 45px);
  overflow-y: auto;
}
.spMenu .ft_nv a {
  display: block;
  text-decoration: none;
}
.spMenu .ft_nv > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spMenu .ft_nv > ul > li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
.spMenu .ft_nv > ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.spMenu .ft_nv .ft_ul_1 {
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.spMenu .ft_nv .ft_ul_1 figure {
  display: none;
}
.spMenu .ft_nv .ft_ul_1 p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
}
.spMenu .ft_nv .ft_ul_1 p a {
  display: block;
  color: #fff;
  padding: 15px;
  text-decoration: none;
}
.spMenu .ft_nv .ft_ul_1 li {
  border-top: 1px dotted #fff;
  margin: 0;
  padding: 0;
}
.spMenu .ft_nv .ft_ul_1 li a {
  position: relative;
  padding: 10px 15px 10px 30px;
  color: #fff;
}
.spMenu .ft_nv .ft_ul_1 li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.spMenu .ft_nv .ft_ul_2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spMenu .ft_nv .ft_ul_2 li {
  border-bottom: 1px solid #fff;
}
.spMenu .ft_nv .ft_ul_2 a {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.spMenu .hd_search {
  margin: 15px 10px;
  padding: 10px;
  background-color: #fff;
  border: none;
}
.spMenu .hd_search p {
  margin: 0;
  padding: 14px 5px;
  text-align: center;
  line-height: 1;
  background-color: #fff;
}
.spMenu .ft_lang {
  display: none;
}
@media only screen and (max-width:640px) {
  .spMenu {
    display: block;
    transform: translateX(-150vw);
    transition: transform 0.5s ease;
  }
  body.spMenu_active .spMenu {
    transform: translateX(0);
  }
}

@media only screen and (max-width:640px) {
  body.spMenu_active {
    overflow: hidden;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* animation
/* -------------------------------------------------------------------------*/
.anm_1 {
  opacity: 0;
}
.anm_1.anm_on {
  opacity: 1 !important;
  transition: opacity 1s ease;
}

.anm_2 {
  opacity: 0;
  transform: translateX(-20%);
}
.anm_2.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

.anm_3 {
  opacity: 0;
  transform: translateX(20%);
}
.anm_3.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

.anm_4 {
  opacity: 0;
  transform: translateY(20%);
}
.anm_4.anm_on {
  opacity: 1 !important;
  transform: translateY(0);
  transition: opacity 1s ease, transform 0.5s ease;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FORM BLOCK
/* -------------------------------------------------------------------------*/
.form_block {
  width: 100%;
  height: 1950px;
  text-align: center;
}
.form_block iframe {
  width: 100%;
  max-width: 850px !important;
  border: 1px solid #000;
  max-height: auto !important;
  max-height: initial !important;
}

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