@charset "utf-8";

/* ページ内共通 */

.product_content .grad_ttl {
  margin-bottom: 110px;
}

.product_content > .text {
  width: min(80%, 880px);
  margin: 0 auto 64px;
  color: #fff;
  font-size: 153.8%;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.05em;
}

.content_wrap {
  width: min(80%, 1200px);
  margin: 0 auto;
  box-sizing: border-box;
}

.content_wrap .list {
  display: flex;
}

.content_wrap .list .item {
  border: 1.5px solid #000000;
  box-sizing: border-box;
  /* width: min(calc(512 / 1536 * 100vw), 512px); */
  width: calc(100% / 3);
}

.content_wrap .list .item a,
.content_wrap .list .item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: min(calc(86 / 1536 * 100vw), 86px) 0 min(calc(51 / 1536 * 100vw), 51px);
  text-decoration: none;
  background-color: rgba(40, 40, 40, 0.9);
  border-radius: 10px;
  color: #e3e3e3;
  transition: background-color 0.4s;
  box-sizing: border-box;
}

.content_wrap .list .item a:hover {
  opacity: 1;
  background-color: rgba(52, 52, 52, 0.9);
}

.content_wrap .list .item a > .ttl {
  margin-bottom: min(calc(53 / 1536 * 100vw), 53px);
  font-size: min(calc(32 / 1536 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.44;
  height: min(calc(92 / 1536 * 100vw), 92px);
}

#system .content_wrap .list .item:nth-child(2) a > .ttl {
  letter-spacing: -2.5px;
}

.content_wrap .list .item div > .ttl {
  margin-bottom: min(calc(94 / 1536 * 100vw), 94px);
  font-size: min(calc(32 / 1536 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.44;
  min-height: min(calc(92 / 1536 * 100vw), 92px);
}

#system .content_wrap .list .item .img {
  width: min(95%, 521px);
  margin: 0 auto 48px;
  position: relative;
  z-index: 1;
}

#system .content_wrap .list .item .img::after {
  content: '';
  display: block;
  width: min(calc(420 / 1920 * 100vw), 420px);
  height: min(calc(132 / 1920 * 100vw), 132px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(45px);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#system .content_wrap .list .item:last-child .img::after {
  bottom: 0;
}

#system .content_wrap .list .item:nth-child(2) .img::after {
  display: none;
}

.content_wrap .list .item .products_text {
  margin-bottom: min(calc(83 / 1536 * 100vw), 83px);
  font-size: min(calc(16 / 1536 * 100vw), 16px);
  font-weight: 200;
  line-height: 2;
}

.content_wrap .list .item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(50 / 1536 * 100vw), 50px);
  height: min(calc(50 / 1536 * 100vw), 50px);
  margin: auto auto 0;
  border: 1.5px solid #e3e3e3;
  border-radius: 50%;
  background-color: transparent;
  font-size: min(calc(24 / 1536 * 100vw), 24px);
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.4s;
  position: relative;
}

.content_wrap .list .item .btn span {
  position: absolute;
  top: 49%;
  left: 54%;
  transform: translate(-50%, -50%);
}

#type .content_wrap .list .item a[data-src^='#'] .btn span {
  top: 46%;
  left: 51%;
  font-size: min(calc(32 / 1536 * 100vw), 32px);
  font-weight: 300;
}

.content_wrap .list .item .btn::before {
  content: '詳細';
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  font-size: min(calc(16 / 1536 * 100vw), 16px);
  text-align: center;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.4s;
}

.content_wrap .list .item a:hover .btn::before {
  opacity: 1;
}

.content_wrap .list .item div .btn {
  opacity: 0.3;
}

.content_wrap .list .item a:hover .btn {
  background: #1967cc;
}

/* コンテンツ */

.fv {
  padding: min(calc(80 / 1566 * 100vw), 80px) 0 min(calc(220 / 1566 * 100vw), 220px);
  max-width: 1920px;
  margin: 0 auto;
}

.fv .ttl,
.fv .text {
  background: linear-gradient(90deg, #ffffff 0%, #e3e3e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv .ttl {
  font-size: min(calc(45 / 1566 * 100vw), 45px);
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

.fv .text {
  width: 80%;
  margin: 0 auto min(calc(32 / 1566 * 100vw), 32px);
  font-size: min(calc(32 / 1566 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

.fv .img {
  width: min(80%, 1200px);
  margin: 0 auto;
}

#system {
  margin-bottom: 220px;
}

#system .content_wrap .list .item {
  width: 50%;
}

#system .content_wrap .list .item a {
  padding: 86px 0 38px;
}

#type {
  margin-bottom: 220px;
}

#type .content_wrap .list {
  flex-wrap: wrap;
}

#type .content_wrap .list .item .ttl span {
  font-weight: 400;
}

#type .content_wrap .list .item > .img {
  margin-bottom: 24px;
}

#type .content_wrap .list .item a > .ttl,
#type .content_wrap .list .item div > .ttl {
  margin-bottom: 0;
}

#type .content_wrap .list .item .products_text,
#method .content_wrap .list .item .products_text {
  width: min(calc(337 / 1536 * 100vw), 337px);
  margin: 0 auto min(calc(53 / 1536 * 100vw), 53px);
  font-weight: 400;
}

#type .content_wrap .list .item a[data-src='#modal4'] .products_text {
  max-width: 337px;
}

#type .content_wrap .list .item#stacker .btn::before {
  content: '詳細';
}

#type .img {
  margin: -21px 0;
  position: relative;
  z-index: 1;
}

#type .img::after {
  content: '';
  display: block;
  width: min(calc(420 / 1920 * 100vw), 420px);
  height: min(calc(132 / 1920 * 100vw), 132px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(45px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fancybox-slide--html {
  padding: 48px;
}

.fancybox-slide--html .fancybox-close-small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: min(calc(27 / 1920 * 100vw), 27px);
  right: min(calc(28 / 1536 * 100vw), 28px);
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-close-small::after {
  content: '✕';
  color: #000;
  font-size: 36px;
  font-weight: 400;
  position: fixed;
}

.fancybox-content {
  width: 100%;
  max-width: 1536px;
  padding: 110px 48px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

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

.modal_ttl {
  margin-bottom: 110px;
  text-align: center;
  font-size: 246.15%;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}

.modal_ttl br.sp_on {
  display: none;
}

.modal_content .text_wrap {
  margin-bottom: 40px;
}

.modal_content .text_wrap .ttl {
  font-size: 153.84%;
  line-height: 1.448;
}

.modal_content .text_wrap .ttl span {
  font-size: 92.37%;
  font-weight: 400;
}

.modal_content .text_wrap .text {
  margin-top: 1em;
  font-size: 123.07%;
  line-height: 1.5;
}

.modal_content .img_list {
  display: flex;
  justify-content: center;
  gap: min(calc(48 / 1920 * 100vw), 48px);
  width: 100%;
  padding: 33px 15px 33px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 6px;
}

.modal_content .img_list .img {
  margin-bottom: 10px;
  max-height: 227px;
}

.modal_content .img_list .item_name {
  color: #282828;
  text-align: center;
  font-size: 123.07%;
  font-weight: 400;
  line-height: 1.25;
}

.modal_content .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 170px;
}

.modal_content .flex > * {
  width: 50%;
}

.modal_content .flex .img {
  width: min(50%, 600px);
  margin: 0 auto 10px;
}

#modal2 .modal_content .flex .img {
  width: auto;
  min-width: auto;
}

#modal2 .modal_content .flex > * {
  min-width: min(calc(528 / 1400 * 100vw), 528px);
}

#modal3 .modal_content .flex .img {
  width: auto;
  min-width: auto;
}

#modal3 .modal_content .flex > * {
  min-width: min(calc(526 / 1400 * 100vw), 526px);
}

#modal4 .modal_content .flex .img,
#modal5 .modal_content .flex .img {
  width: 100%;
}

.modal_content .flex .img p {
  text-align: center;
}

.modal_content .flex .table {
  border: 1px solid #8c8c8c;
}

.modal_content .flex .table .table_item {
  display: flex;
}

.modal_content .flex .table .table_item:not(:last-child) {
  border-bottom: 1px solid #8c8c8c;
}

.modal_content .flex .table .table_item dt,
.modal_content .flex .table .table_item dd {
  padding: 4px 14px;
  font-size: 123.07%;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}

.modal_content .flex .table .table_item dt {
  width: 30%;
  border-right: 1px solid #8c8c8c;
  background: rgba(40, 40, 40, 0.1);
}

.modal_content .flex .table .table_item dd {
  width: 70%;
}

.modal_content .flex .table_wrap .kome {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 10px;
}

.modal_content .btn_content_wrap {
  display: flex;
  justify-content: center;
  gap: min(calc(131 / 1920 * 100vw), 131px);
}

#modal2 .modal_content .btn_content_wrap {
  gap: min(calc(75 / 1920 * 100vw), 75px);
}

.modal_content .btn_content_wrap .btn_content {
  width: 50%;
  max-width: 389px;
}

.modal_content .btn_content_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.modal_content .btn_content_ttl .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100 / 1000 * 100vw), 100px);
  height: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  font-size: 123.07%;
  font-weight: 400;
  line-height: 1;
}

.modal_content .btn_content_ttl .ttl {
  margin-left: 1em;
  font-size: 246.15%;
  font-weight: 700;
  line-height: 1.44;
}

.modal_content .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.modal_content a.primary_btn {
  margin: 0 auto;
}

.modal_content a.primary_btn.border_btn {
  border: 1px solid #000;
}

.modal_content a.primary_btn.border_btn::after {
  color: #000;
}

.modal_content a.primary_btn.border_btn span {
  color: #000;
}

.modal_content a.primary_btn.border_btn span.small {
  font-size: 115.38%;
}

.customCloseButton {
  display: none;
}

#method {
  margin-bottom: 131px;
}

#method .content_wrap {
  margin-bottom: 110px;
}

#method .content_wrap .list .item {
  width: 50%;
}

#method .content_wrap .list .item a {
  padding: min(calc(96 / 1536 * 100vw), 96px) 0 min(calc(37 / 1536 * 100vw), 37px);
}

#method .content_wrap .list .item a > .ttl {
  margin-bottom: 32px;
}

#method .content_wrap .list .item a > .img {
  width: min(90%, 250px);
  margin: 0 auto 32px;
}

#method .content_wrap .list .item .products_text {
  margin-bottom: min(calc(32 / 1536 * 100vw), 32px);
}

/* レスポンシブ */

body.responsive-sp .fv {
  padding: 56px 0 80px;
}

body.responsive-sp .fv .ttl {
  font-size: 20px;
}

body.responsive-sp .fv .text {
  width: 100%;
  font-size: 12px;
  margin: 10px 0 24px;
}

body.responsive-sp .fv .img {
  width: 100%;
}

body.responsive-sp .product_content .grad_ttl {
  margin-bottom: 10px;
}

body.responsive-sp .product_content > .text,
body.responsive-sp #system > .text {
  font-size: 14px;
  margin-bottom: 20px;
}

body.responsive-sp .content_wrap {
  width: 100%;
  padding: 0 15px;
}

body.responsive-sp .content_wrap .list {
  flex-direction: column;
}

body.responsive-sp #system .content_wrap .list .item,
body.responsive-sp #type .content_wrap .list .item,
body.responsive-sp #method .content_wrap .list .item {
  width: 100%;
}

body.responsive-sp .content_wrap .list .item a,
body.responsive-sp .content_wrap .list .item > div {
  background-color: #282828;
  padding: 32px 15px 20px;
}

body.responsive-sp .content_wrap .list .item a > .ttl,
body.responsive-sp .content_wrap .list .item div > .ttl {
  font-size: 16px;
  margin-bottom: 32px;
}

body.responsive-sp .content_wrap .list .item a > .ttl {
  height: auto;
}

body.responsive-sp #system .content_wrap .list .item a {
  padding-top: 56px;
  padding-bottom: 20px;
}

body.responsive-sp .content_wrap .list .item .products_text,
body.responsive-sp #type .content_wrap .list .item .products_text,
body.responsive-sp #method .content_wrap .list .item .products_text {
  font-size: 12px;
  margin: 0 auto 42px;
  width: auto;
}

body.responsive-sp .content_wrap .list .item .btn::before {
  opacity: 1;
  font-size: 12px;
  top: -20px;
}

body.responsive-sp .content_wrap .list .item .btn {
  width: 50px;
  height: 50px;
  font-size: 24px;
}

body.responsive-sp #type .content_wrap .list .item a[data-src^='#'] .btn span {
  font-size: 32px;
}

body.responsive-sp #type .img::after {
  width: 100%;
  height: calc(80 / 393 * 100vw);
}

body.responsive-sp #system,
body.responsive-sp #type,
body.responsive-sp #method {
  margin-bottom: 112px;
}

body.responsive-sp .fancybox-slide--html {
  padding: 15px;
}

body.responsive-sp .fancybox-slide--html .fancybox-close-small {
  position: fixed;
  top: 22px;
  right: 28px;
}

body.responsive-sp .fancybox-content {
  padding: 56px 15px 148px;
}

body.responsive-sp .modal_ttl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  margin-bottom: 56px;
}

body.responsive-sp .modal_ttl br:not(.sp_on) {
  display: none;
}

body.responsive-sp .modal_ttl br.sp_on {
  display: inline;
}

body.responsive-sp .modal_content .text_wrap {
  margin-bottom: 20px;
}

body.responsive-sp .modal_content .text_wrap .ttl {
  font-size: 16px;
}

body.responsive-sp .modal_content .text_wrap .text {
  font-size: 12px;
}

body.responsive-sp .modal_content .img_list {
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 31px 15px;
  margin-bottom: 114px;
}

body.responsive-sp .modal_content .img_list .item_name {
  font-size: 16px;
}

body.responsive-sp .modal_content .flex {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 112px;
}

body.responsive-sp .modal_content .flex > * {
  width: 100%;
}

body.responsive-sp .modal_content .flex .img {
  text-align: center;
}

body.responsive-sp .modal_content .flex .table .table_item dt,
body.responsive-sp .modal_content .flex .table .table_item dd {
  font-size: 12px;
  padding: 11px 2px 11px 14px;
}

body.responsive-sp .modal_content .flex .table .table_item dt {
  width: 45%;
}

body.responsive-sp .modal_content .flex .table .table_item dd {
  width: 55%;
}

body.responsive-sp .modal_content .btn_content_wrap,
body.responsive-sp #modal2 .modal_content .btn_content_wrap {
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

body.responsive-sp .modal_content .btn_content_wrap .btn_content {
  width: 100%;
  max-width: 330px;
}

body.responsive-sp .modal_content .btn_content_ttl .ttl {
  font-size: 32px;
}

body.responsive-sp .modal_content .btn_content_ttl .ttl.long_ttl {
  margin-left: 8px;
}

body.responsive-sp .customCloseButton {
  display: block;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 400;
  margin: 84px auto 0;
  color: #000;
}

body.responsive-sp #system .content_wrap .list .item a > .ttl {
  margin-bottom: 32px;
}

body.responsive-sp #system .content_wrap .list .item:nth-child(2) a > .ttl {
  letter-spacing: 0;
}

body.responsive-sp #system .content_wrap .list .item .img {
  margin-bottom: 24px;
}

body.responsive-sp #system .content_wrap .list .item .img::after {
  width: 100%;
  height: calc(80 / 393 * 100vw);
}

body.responsive-sp #method .content_wrap .list .item a > .img {
  margin-bottom: 45px;
}

body.responsive-sp #method .content_wrap .list .item a {
  padding: 32px 15px 20px;
}

/*========== モーダル内のボタンのレイアウト調整 ==========*/
body.responsive-sp .modal_content .btn_content_ttl .icon {
  width: 100px;
}
/* 標準タイプ */
.br1167 {
  display: none;
}

@media (max-width: 1167px) {
  .br1167 {
    display: block;
  }
}

body.responsive-sp .br1167 {
  display: none;
}

.br820 {
  display: none;
}

@media (max-width: 820px) {
  .br820 {
    display: block;
  }
}

body.responsive-sp .br820 {
  display: none;
}

/* スリムタイプ */
.br837 {
  display: none;
}

@media (max-width: 837px) {
  .br837 {
    display: block;
  }
}

body.responsive-sp .br837 {
  display: none;
}

/* CUBE小型タイプ */
.br984 {
  display: none;
}

@media (max-width: 984px) {
  .br984 {
    display: block;
  }
}

body.responsive-sp .br984 {
  display: none;
}
