@charset "UTF-8";
/*----------------------------------------
* reset
* base
* layout
* section
* animation
----------------------------------------*/
/*----------------------------------------------------
++ reset
----------------------------------------------------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*----------------------------------------------------
++ base
----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1219px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2352941176;
  color: #fff;
  text-align: left;
}
a,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.siteWrapper {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #000;
}
.main {
  flex: 1;
}
.pc_non {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_non {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_non {
    display: none;
  }
}
.t_center {
  text-align: center;
}
/*----------------------------------------------------
++ layout l-●●
----------------------------------------------------*/
.l-inner {
  width: 1232px;
  padding: 0 16px;
  max-width: 100%;
  margin: 0 auto;
}
/*----------------------------------------------------
++ component c-●●
----------------------------------------------------*/
.c-ttl {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.7391304348;
}
.c-listItem {
  display: flex;
  flex-wrap: wrap;
}
.c-listItem__imgArea {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-listItem__imgArea {
    width: 100%;
    flex-direction: column;
  }
}
.c-listItem__desc {
  flex: 1;
  padding-left: 8%;
}
@media screen and (max-width: 1219px) {
  .c-listItem__desc {
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .c-listItem__desc {
    padding: 0;
    margin-top: 5%;
  }
}
.c-listItem__num {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  .c-listItem__num {
    font-size: 2.4rem;
  }
}
.c-listItem__img {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .c-listItem__img img {
    width: 100%;
  }
}
.c-listItem__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.7391304348;
}
@media screen and (max-width: 768px) {
  .c-listItem__ttl {
    font-size: 2rem;
  }
}
.c-listItem__txt {
  font-weight: 300;
  line-height: 1.8235294118;
  margin-top: 7%;
}
@media screen and (max-width: 768px) {
  .c-listItem__txt {
    margin-top: 3%;
  }
}
.c-listItem__txt--mtSmall {
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .c-listItem__txt--mtSmall {
    margin-top: 2%;
  }
}
/*----------------------------------------------------
++ section
----------------------------------------------------*/
/*--- header ----*/
.header {
  padding: 4% 0 2%;
}
.header_logo {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header_logo {
    font-size: 4rem;
  }
}
/*--- product ----*/
.product {
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 10% 0;
  }
}
.product_header {
  display: flex;
  flex-wrap: wrap;
}
.product_desc {
  flex: 1;
  padding-left: 4%;
  padding-bottom: 6%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_desc {
    padding: 0;
  }
  .product_desc .product_ttl {
    margin: 0 auto;
  }
}
.product_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product_img {
    width: 100%;
  }
}
.product_img img {
  margin: 0 8% 0 auto;
}
@media screen and (max-width: 768px) {
  .product_img img {
    width: 300px;
    max-width: 50%;
    margin: 5% auto 0;
  }
}
.product_list {
  margin-top: 9%;
}
.product_list li {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .product_list li {
    margin-top: 10%;
  }
}
/*--- detail ----*/
.detail {
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-top: 10%;
  }
}
.detail_list {
  margin-top: 9%;
}
.detail_list li {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .detail_list li {
    margin-top: 10%;
  }
}
/*--- size ----*/
.size {
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .size {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .size_inner {
    padding: 0;
  }
}
.size_imgPc {
  background-color: #252527;
}
@media screen and (max-width: 768px) {
  .size_imgPc {
    display: none;
  }
}
.size_list {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.7391304348;
  display: flex;
  flex-wrap: wrap;
}
.size_list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .size_list li {
    width: 100%;
  }
  .size_list li:nth-child(2) {
    margin-top: 5%;
  }
}
.size_list li .txt {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .size_list li .txt {
    padding: 0 16px;
  }
}
.size_list li .imgSp img {
  width: 100%;
}
/*--- contact ----*/
.contact {
  padding: 1% 0 2%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0;
  }
}
.contact_inner {
  width: 1200px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.contact_list {
  display: flex;
  flex-wrap: wrap;
}
.contact_item {
  width: 50%;
  text-align: center;
  padding: 7% 2%;
}
@media screen and (max-width: 768px) {
  .contact_item {
    width: 100%;
    padding-top: 16%;
    padding-bottom: 16%;
  }
}
.contact_item:nth-child(2) {
  position: relative;
}
.contact_item:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90%;
  position: absolute;
  background-color: #7f7f7f;
  left: -4px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact_item:nth-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact_item:nth-child(2) {
    border-left: none;
    border-top: 1px solid #7f7f7f;
  }
}
.contact_icon {
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  .contact_icon {
    min-height: auto;
  }
}
.contact_icon img {
  display: inline-block;
}
.contact_ttl {
  margin-top: 4%;
}
.contact_tel {
  margin-top: 6%;
}
.contact_tel a {
  font-size: 3.3rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.contact_tel a:hover {
  text-decoration: none;
}
.contact_opening {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 4%;
}
.contact_btnArea {
  text-align: center;
  margin-top: 5%;
}
.contact_btnArea a {
  width: 216px;
  max-width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #7e8080;
  border-radius: 10px;
  padding: 16px;
}
.contact_btnArea a:hover {
  opacity: 0.8;
}
/*--- footer ----*/
.footer {
  color: #4c4c4c;
  background-color: #9b9b9b;
  padding: 2% 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 16px 0;
  }
}
.footer_copy {
  font-size: 11px;
  font-weight: 700;
}
/*----------------------------------------------------
++ animation
----------------------------------------------------*/
.load_fade {
  opacity: 0;
  transition: all 0.5s;
}
.load_fade.is_show {
  opacity: 1;
}
.scroll_fadein.fadeIn {
  opacity: 0;
  transition: all 0.5s;
}
.scroll_fadein.fadeIn.is_show {
  opacity: 1;
}
.scroll_fadein.fadeUp {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(50px);
}
.scroll_fadein.fadeUp.is_show {
  opacity: 1;
  transform: translate(0);
}
.scroll_fadein.fadeUp--fast {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(50px);
}
.scroll_fadein.fadeUp--fast.is_show {
  opacity: 1;
  transform: translate(0);
}
.scroll_fadein.fadeInToLeft {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(50px);
}
.scroll_fadein.fadeInToLeft.is_show {
  opacity: 1;
  transform: translate(0);
}
.scroll_fadein.fadeInToRight {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}
.scroll_fadein.fadeInToRight.is_show {
  opacity: 1;
  transform: translate(0);
}
.scroll_fadein.delay {
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .scroll_fadein.delay {
    transition-delay: 0;
  }
}
.scroll_fadein.delay--02 {
  transition-delay: 0.4s;
}
#pan ul {
  margin: 10px 0 0;
}
#pan li {
  display: inline;
  vertical-align: middle;
}
#pan li a,
#pan li span,
#pan li img {
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
#pan ul li {
  padding: 0 0 0 10px;
  display: inline-block;
}
#pan ul li:first-of-type {
  padding: 0;
}
#pan ul li:before {
  content: "\003E";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#pan ul li:first-child:before {
  content: "";
  display: none;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #pan ul {
    margin: 15px 0 0;
    font-size: 12px;
  }
}
.example_box {
  padding-bottom: 5em;
}
.example_box .example_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 0.75em;
}
.example_box .slide-items {
  font-size:16px;
}
.example_box .slide-items .slick-list {
  overflow: visible;
}
.example_box .slide-items .slide-item {
  margin-inline:0.75em;
}
.example_box .slide-items .slide-item a{
  display:block;
  text-align:center;
  line-height:1.4;
  text-decoration:none;
}
.example_box .slide-items .slide-item_image {
  background:#fff;
}
.example_box .slide-items .slide-item_image img{
  object-fit:cover;
  aspect-ratio:4/3;
  width: 100%;
  transition:opacity .2s;
}
.example_box .slide-items .slide-item a:hover .slide-item_image img{
  opacity:0.9;
}
.example_box .slide-items .slide-item .title{
  font-size: 1.25em;
  font-weight:bold;
  margin-top:0.5em;
}
.example_box .slide-items .slide-item .excerpt{
  font-size:1em;
}
.example_box .slide-items .slide-arrow {
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4.8em;
  font-size:0.625em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  top: calc(50% - 2.75em);
  translate: 0 -50%;
  cursor: pointer;
}
.example_box .slide-items .slide-arrow::before {
  display: block;
  content: "";
  width: 0.75em;
  aspect-ratio: 1/1;
  border-top: 3px solid #171717;
  border-right: 3px solid #171717;
  rotate: 45deg;
  box-sizing: content-box;
  translate: -15% 0;
}
.example_box .slide-items .slide-arrow.next-arrow {
  right: 0;
}
.example_box .slide-items .slide-arrow.prev-arrow::before {
  rotate: -135deg;
  translate: 15% 0;
}
@media only screen and (max-width: 768px) {
  .example_box .slide-items {
    font-size:14px;
  }
}