@charset "UTF-8";
/****************************************************************************
****    変数
****************************************************************************/
/****************************************************************************
****    共通
****************************************************************************/
.contents-wrap {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

h2.sec-title_jp {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
h2.sec-title_jp::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #fff;
  width: 12px;
  height: 1px;
  top: 50%;
  z-index: 5;
}
h2.sec-title_jp span {
  color: #fff;
}

p.sec-title_en {
  font-size: clamp(40px, 12.5vw, 120px);
  line-height: 1;
  margin-top: 32px;
  font-weight: 400;
  filter: drop-shadow(0 0 20px rgba(249, 67, 255, 0.4235294118));
  font-weight: 300;
}

p.sec-common_text {
  font-size: 16px;
}

.sec-title_flex {
  max-width: 1600px;
  margin: 0 auto 90px;
  align-items: center;
  gap: 16px;
  padding-left: 5%;
}
.sec-title_flex p.sec-title_en {
  margin-top: 0;
}

.readmore-btn {
  font-size: 26px;
  position: relative;
  margin-top: 36px;
}

.sec-title_jp .char,
.sec-title_en .char {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: 0.4s ease;
}

.sec-title_jp.fadein .char,
.sec-title_en.fadein .char {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}

/****************************************************************************
****    ヘッダー
****************************************************************************/
#header {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 9999;
  overflow: hidden;
}

.header-container {
  padding-top: 32px;
  width: calc(100% - 60px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.main-logo {
  max-width: 240px;
}
.main-logo img {
  width: 100%;
}

.nav-menu_area {
  align-items: center;
  gap: 24px;
}

.nav-menu_contact {
  width: 120px;
  height: 40px;
  border: solid 1px #fff;
  text-align: center;
}
.nav-menu_contact a {
  line-height: 40px;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-icon {
  width: 42px;
  height: 20px;
  z-index: 9999;
  position: relative;
}
.menu-icon span {
  width: 42px;
  height: 1px;
  background-color: #dedede;
  transition: 0.4s;
}
.menu-icon span:first-child {
  top: 0;
  left: 0;
  position: absolute;
}
.menu-icon span:last-child {
  top: 10px;
  left: 0;
  position: absolute;
}

.menu-icon_open span:first-child {
  top: 10px;
  transform: rotate(225deg);
}
.menu-icon_open span:nth-child(2) {
  top: 10px;
  left: 10px;
  opacity: 0;
}
.menu-icon_open span:last-child {
  top: 10px;
  transform: rotate(-225deg);
}

.nav-menu_list {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #242424;
  z-index: 9995;
  transition: 0.4s;
}

.menu-list_open {
  right: 0;
}

nav {
  width: 100%;
  height: 100%;
  position: relative;
}

ul.menu-list_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li.menu-list {
  margin-right: 0px;
  text-align: center;
  margin-bottom: 30px;
}

/****************************************************************************
****    フッター
****************************************************************************/
section.contact-sec {
  position: relative;
  padding: 170px 0 20%;
}
section.contact-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/contact-sec_bg.png);
  background-size: cover;
  background-position: center center;
  top: -24%;
}

.contact-list_container {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-list_phone, .contact-list_form {
  position: relative;
  padding: 60px 32px;
  border: solid 1px rgba(255, 255, 255, 0.4823529412);
  background: rgba(0, 0, 0, 0.2549019608);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
}

p.contact-top_en {
  width: 100%;
  font-size: clamp(24px, 4.5vw, 54px);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

h2.contact-title_head {
  font-size: 24px;
  font-weight: bold;
}

.contact-title_line {
  width: 28px;
  height: 1px;
  background-color: #fff;
  margin: 30px auto;
}

.contact-tel_number {
  gap: 12px;
  align-items: center;
  justify-content: center;
}

p.tel-number {
  font-size: clamp(24px, 4.5vw, 46px);
  font-weight: 300;
}

p.contact-sales_text {
  font-size: 14px;
  margin-top: 20px;
}

.contact-form_btn {
  width: 100%;
  max-width: 340px;
  height: 80px;
  background-color: #fff;
  align-items: center;
  margin: 0 auto 24px;
  border-radius: 14px;
  justify-content: space-between;
  padding: 0 24px;
}
.contact-form_btn a {
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}
.contact-form_btn:last-child {
  margin: 0 auto;
}
.contact-form_btn:hover .contact-arrow {
  transform: translateX(10px);
}

.contact-arrow {
  transition: 0.4s;
}

#footer {
  padding-bottom: 30px;
}

.footer-list_container {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  row-gap: 40px;
}

.footer-logo {
  max-width: 210px;
}
.footer-logo img {
  width: 100%;
}

.footer-nav_area {
  gap: 80px;
  row-gap: 30px;
  flex-wrap: wrap;
}

li.footer-nav_link {
  margin-bottom: 24px;
  font-size: 16px;
}

li.footer-products_link {
  padding-left: 20px;
  position: relative;
}
li.footer-products_link::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  width: 10px;
  height: 1px;
  background-color: #939393;
  top: 50%;
  left: 0;
}
li.footer-products_link:hover {
  color: #fff;
}
li.footer-products_link:hover::before {
  background-color: #fff;
}

li.footer-btn {
  width: 130px;
  height: 39px;
  font-size: 16px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-bottom: 16px;
}
li.footer-btn a {
  line-height: 36px;
  display: block;
  width: 100%;
  height: 100%;
}

p.copyright {
  font-size: 12px;
  margin-top: 50px;
}

/****************************************************************************
****    レスポンシブ
****************************************************************************/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .pc_part {
    display: none;
  }
  .contents-wrap {
    width: calc(100% - 80px);
  }
  h2.sec-title_jp {
    font-size: 20px;
    padding-left: 20px;
  }
  p.sec-title_en {
    font-size: clamp(40px, 9.5vw, 120px);
    margin-top: 24px;
  }
  p.sec-common_text {
    font-size: 16px;
  }
  .sec-title_flex {
    max-width: 1600px;
    margin: 0 auto 50px;
    align-items: center;
    gap: 16px;
    padding-left: 20px;
  }
  .readmore-btn {
    font-size: 22px;
    margin-top: 30px;
  }
  section.contact-sec {
    padding: 100px 0 20%;
  }
  .contact-list_container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .contact-list_phone, .contact-list_form {
    position: relative;
    padding: 40px 26px;
  }
  p.contact-top_en {
    top: -60px;
  }
  .contact-tel_number {
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  h2.contact-title_head {
    font-size: 20px;
  }
  p.tel-number {
    font-size: clamp(24px, 3.5vw, 46px);
  }
  p.contact-sales_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact-form_btn {
    height: 60px;
    padding: 0 16px;
  }
  .contact-form_btn a {
    line-height: 60px;
    font-size: 16px;
  }
  .footer-list_container {
    gap: 40px;
    row-gap: 40px;
  }
  .footer-nav_area {
    gap: 80px;
    row-gap: 30px;
    flex-wrap: wrap;
  }
  li.footer-nav_link {
    margin-bottom: 24px;
    font-size: 16px;
  }
  p.copyright {
    font-size: 12px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .header-container {
    padding-top: 26px;
    width: calc(100% - 40px);
  }
  .main-logo {
    max-width: 180px;
  }
  .nav-menu_area {
    align-items: center;
    gap: 14px;
  }
  .nav-menu_contact {
    width: 90px;
    height: 40px;
    border: solid 1px #fff;
    text-align: center;
  }
  .nav-menu_contact a {
    line-height: 40px;
    font-size: 12px;
  }
  section.contact-sec {
    padding: 160px 0 20%;
  }
  .contact-list_container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contact-list_phone, .contact-list_form {
    padding: 50px 32px;
  }
  p.contact-top_en {
    font-size: clamp(32px, 4.5vw, 54px);
    top: -40px;
  }
  h2.contact-title_head {
    font-size: 20px;
  }
  p.tel-number {
    font-size: clamp(24px, 4.5vw, 46px);
    font-weight: 300;
  }
  p.contact-sales_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact-form_btn {
    height: 60px;
    padding: 0 16px;
  }
  .contact-form_btn a {
    line-height: 60px;
    font-size: 16px;
  }
  #footer {
    padding-bottom: 30px;
  }
  .footer-list_container {
    gap: 30px;
    row-gap: 30px;
  }
  .footer-nav_area {
    gap: 20px;
    row-gap: 20px;
    display: block;
  }
  li.footer-nav_link {
    margin-bottom: 24px;
    font-size: 14px;
  }
  li.footer-products_link {
    padding-left: 20px;
    position: relative;
  }
  li.footer-products_link::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    width: 10px;
    height: 1px;
    background-color: #939393;
    top: 50%;
    left: 0;
  }
  li.footer-products_link:hover {
    color: #fff;
  }
  li.footer-products_link:hover::before {
    background-color: #fff;
  }
  li.footer-btn {
    width: 130px;
    height: 39px;
    font-size: 16px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 5px;
    margin-bottom: 16px;
  }
  li.footer-btn a {
    line-height: 36px;
    display: block;
    width: 100%;
    height: 100%;
  }
  p.copyright {
    font-size: 12px;
    margin-top: 50px;
  }
}