@charset "utf-8";
/* CSS Document */

/* リセット */
ul, ol {
  list-style: none;
}


/* Noto Sans JP */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* 明朝 */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* Montserrat フォント */
/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name >*/
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 改行 */
.css-br {display: inline-block;}

/* 背景色 */
.body_color {background-color: #fbf9fa;}

/* セクション　タイトル */
.sec_title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec_title span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  color: #808080;
  letter-spacing: 0.08em;
}


/* パンくずリスト */
.breadcrumb_navigation {
  width: 1000px;
  margin: 0 auto;
  /* padding-inline: 8rem; */
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 5.5rem;
  height: 50px;
}

.breadcrumb_navigation a {
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 14px);;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #222;
  white-space: nowrap;
  line-height: 1.5rem;
}
.breadcrumb_navigation a:not(:first-child) {
  padding-left: 2em;
}

.breadcrumb_navigation a:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.breadcrumb_navigation a:last-child {
  opacity: 0.6;
}

/* タイトル */
/* .title_center {
  position: relative;
  text-align: center;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 8.5rem;
  letter-spacing: 0.2em;
  color: #222;
}
.title_center::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #222;
}
 */
.title_center {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.title_center span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}


#sec01 {
  padding: 120px 0;
}
.sec01_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  position: relative;
  gap: 0 5%;
}

.sec01_left {
  width: 48%;
  /* width: 100%; */
  margin: 0 auto;
}
.sec01_right {
  /* max-width: 460px; */
  width: calc(100% - 48%);
  margin: 0 auto;
}


/* 画像　スライダー */
.container {
  width: 94%;
  margin: 0 auto;
}

img {
  height: auto;
  width: 100%;
}
.thumbnail-img {
  padding: 0.3rem;
}
.thumbnail-img:hover {
  opacity: 0.75;
}
.thumbnail {
  margin-top: 1.5rem;
}

/* やじるし　＜ */
.slick-prev {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 24px;
}
.slick-prev::before,
.slick-prev::after {
  content: ""!important;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222222;
  transform-origin: 0.5px 50%;
  opacity: 1!important;
}
.slick-prev::before {
  transform: rotate(45deg);
}
.slick-prev::after {
  transform: rotate(-45deg);
}
.slick-prev:before, .slick-next:before {
  color: #222!important;
}

/* やじるし　＞ */
.slick-next {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 24px;
}
.slick-next::before,
.slick-next::after {
  content: ""!important;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222222;
  transform-origin: calc(100% - 0.5px) 50%;
  opacity: 1!important;
}
.slick-next::before {
  transform: rotate(51.35deg);
}
.slick-next::after {
  transform: rotate(-51.35deg);
}



.sec01_inner h3 {
  color: #799fa7;
  font-size: clamp(26px, 2.5vw, 40px);
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: 1.5;
}


.column {
  /* padding: 20px; 
  display: grid; */
  box-sizing: border-box; /* パディングとボーダーを含めてサイズを計算 */
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.column a:hover {
  opacity: 0.75;
  transition: opacity 0.3s;
}
 
.lineup_img {
  margin-bottom: 1.4rem;
  text-align: center;
}
.lineup_img img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.lineup_category {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 0.5rem;
  color: #222;
}
.lineup_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  letter-spacing: .08em;
  margin-bottom: 1.5rem;
  color: #222;
}

.point h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: #89abb2;
  line-height: 1.5;
  letter-spacing: .08em;
}
.check {
  margin: 1rem 0; 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .08em;
  color: #222;
}
.check li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 700;
  color: #89abb2;
  margin-right: 8px;
}

.etc {
  border-top: 1px solid #bcbfc3;
  border-bottom: 1px solid #bcbfc3;
  padding: 1rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
.etc tr {
  display: block;
  letter-spacing: .08em;
  text-align: left;
}
.etc tr:not(:last-child) {
  margin-bottom: 0.75rem;
}
.etc th {
  width: 65px;
  font-size: 12.5px;
  font-weight: 400;
  color: #808080;
  vertical-align: top;
  line-height: 1.8;
}
.etc td {
  font-size: 14.5px;
  width: calc(100% - 65px);
  color: #222;
  line-height: 1.5;
}


.lineup_price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  letter-spacing: .08em;
  line-height: 1.5;
  color: #222;
}


/* オンラインストア ボタン*/
.store {
  inset: 0;
  margin: 2rem 0;
}
.store_list {
  /* max-width: 700px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store_box {
  width: 48%;
  background-color: #fff;
  padding: 0.75rem;
  text-align: center;
  border: 1px solid #bcbfc3;
  border-radius: 3px;
}
.store_box img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.store_box a:hover {
  opacity: 0.75;
  transition: opacity 0.3s;
}


/* アコーディオン　ここから */
.accordion {
  border-bottom: 1px solid #bcbfc3;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
/* 必須 */
.accordion-content {
  display: none;
}
.accordion-header {
  /* background-color: #FFF; */
  padding: 20px 45px 20px 20px;
  /* margin: 10px 0 0; */
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #bcbfc3;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08em;
}
.accordion-header:first-child {
  border-top: none;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#222;
}
.accordion-header::after{
  transform:rotate(0deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(-90deg);}
.accordion-content {
  /* background-color: #FFF; */
  padding: 10px 20px 25px;
  color: #222;
  font-size: 14px;
  text-align: justify;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: .08em;
  line-height: 1.65;
  /* border-top: 1px solid #bcbfc3; */
}
.accordion-content a {
  text-decoration: underline;
  color: #222;
}
.accordion-header span,
.accordion-content span{
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.accordion-header span::before {
  position: absolute;
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  top: -3px;
  left: 0;
  color: #222;
  font-size: clamp(16px, 2vw, 18px);
}
.accordion-content span::before {
  position: absolute;
  content: "A.";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  top: -5px;
  left: 0;
  color: #222;
  font-size: clamp(16px, 2vw, 18px);
}
/* アコーディオン　ここまで */


.sec02 {
  background-color: #fbf9fa;
}
.sec02_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}


.sec03_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

.attention {
  max-width: 580px;
  width: 100%;
  margin: 50px auto;
  background-color: #fff4e6;
  border-radius: 8px;
  padding: 1rem;
}
.attention_column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
}
.attention_icon {
  width: 45px;
  flex-shrink: 0;
}
.attention_icon img {
  max-width: 43px;
  margin: 0 auto;
}
.attention_text {
  /* width: 450px; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  letter-spacing: .08em;
  display: inline-block;
}
.attention_text span {
  display: block;
  color: #ee8d0f;
  font-weight: 600;
}

/* how to use */
.howtouse {
  width: 500px;
  margin: 50px auto 0;

}
.howtouse_step_list {
  /* width: 94%;
  margin: 0 auto; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}
.howtouse_step {
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
.step_number {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.85;
  text-align: center;
  background-color: #89abb2;
  border-radius: 100vmax;
  transition: background-color .23s ease-out, color .23s ease-out;
}
.step_body {
  margin-top: 20px;
}
.step_img img {
  max-width: 225px;
  width: 100%;
  margin-bottom: 0.8rem;
}
.step_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.75;
  /* letter-spacing: .08em; */
  text-align: justify;
}

.sec04 { background-color: #fbf9fa;}
.sec04_inner {
  width: 850px;
  margin: 0 auto;
  padding: 100px 0;
}
.sec04_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1.5rem;
  transform: translateY(0);
  margin-top: 40px;
}
.sec04_content_column {
  box-sizing: border-box;
  /* max-width: 250px; */
  width: 100%;
  margin: 0 auto;
}
.sec04_content_column a:hover {
  opacity: 0.75;
  transition: opacity 0.3s;
}
.sec04_content_img {
  margin-bottom: 1.4rem;
  text-align: center;
}
.sec04_lineup_category {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 0.75rem;
  color: #222;
}
.sec04_lineup_name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.5;
  letter-spacing: .08em;
  margin-bottom: 0.75rem;
  color: #222;
}





@media screen and (max-width: 1000px) {

  /* パンくずリスト */
  .breadcrumb_navigation {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-top: 4.5rem;
  }

  /* タイトル */
  .title_center {
    margin-bottom: 6rem;
  }

  #sec01 {
    padding: 6rem 0;
  }
  .sec01_inner {
    width: 92%;
    margin: 0 auto;
  }

  .sec02_inner {
    width: 94%;
    padding: 5rem 0;
  }

  .sec03_inner {
    width: 94%;
    padding: 5rem 0;
  }
  .howtouse {
    width: 100%;
    overflow-x: scroll;
  }
  .howtouse::-webkit-scrollbar {
    height: 8px;
  }
  .howtouse::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .howtouse::-webkit-scrollbar-thumb {
    background-color: #89abb2;
    border-radius: 8px;
}
  .howtouse_step_list {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  .sec04_inner {
    width: 94%;
    padding: 5rem 0;
  }

}

@media screen and (max-width: 768px) {

  .sec01_inner {
    display: block;
  }
  .sec01_left {
    width: 90%;
  }
  .sec01_right {
    width: 94%;
    margin-top: 8%;
  }

  .accordion-header span::before {
    top: 0;
  }
  .accordion-content span::before {
    top: 0;
  }

  .sec04_content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    transform: translateY(0);
    margin-top: 3rem;
  }

}

@media screen and (max-width: 428px) {

}