/* -------------------------------
  copyright 2023 creative-web inc
 ------------------------------- */

@charset "UTF-8";

/* -- 01.共通
--------------------------------------------- */

main {
  overflow-x: hidden;
}

html {
  visibility: hidden;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.6;
  color: #282828;
}

html.wf-active {
  visibility: visible;
}

main p,
main li {
  font-size: 20px;
}


img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.yellow {
  color: #b2b214;
}


.contents {
  width: 100%;
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.contents_innner_top {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.contents_loop .contents_innner {
    width: 100%;
    display: flex;
    align-items: center;
}

.contents_loop .contents_innner .title {
      width: 30%;
      margin-bottom: 0;
      font-size: 48px;
      line-height: 50px;
      color: #333;
}

.contents_loop .contents_innner .title .title_img {
      width: 60%;
      margin: 0 auto;
      padding: 55px 55px 0 55px;
}

.contents_loop .contents_innner .title .title_text {
      margin-top: 10px;
      font-size: 25px;
      line-height: 1.4;
      color: #950042;
      letter-spacing: 3px;
}

.contents_loop .contents_innner .title .title_text.yellow {
      color: #b2b214;
}

/* ループ */

.loop-slide {
  position: relative;
  display: flex;
  width: 70%;
  overflow: hidden;
}

.loop-slide ul {
  padding: 0;
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}

.loop-slide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loop-slide ul:last-child {
  animation: slide2 60s linear infinite;
}

.loop-slide.ltr ul:first-child {
  animation: slide3 60s -30s linear infinite;
}

.loop-slide.ltr ul:last-child {
  animation: slide4 60s linear infinite;
}

.loop-slide ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.loop-slide ul li img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* .reverse {
   animation: slide1  linear infinite reverse;
   animation: slide2  linear infinite reverse;
} */


@keyframes slide3 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes slide4 {
  0% {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0);
  }
}


/* スライダー */
.slide_left img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.slide_left {
  white-space: nowrap;
  width: 32%;
  height: auto;
  overflow: hidden;
}

.slide_left > :first-child {
  animation-name: slide_left;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes slide_left {
  0% {
    margin-left: -300%;
  }
  33% {
    margin-left: -200%;
  }
  66% {
    margin-left: -100%;
  }
  100% {
    margin-left: 0%;
  }
}

.slide_right img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.slide_right {
  white-space: nowrap;
  width: 32%;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 104px;
  top: 514px;
}

.slider {
  margin-bottom: 310px;
}

.slide_right > :first-child {
  animation-name: slide_right;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes slide_right {
  0% {
    margin-left: 0%;
  }
  33% {
    margin-left: -100%;
  }
  66% {
    margin-left: -200%;
  }
  100% {
    margin-left: -300%;
  }
}

/* 親コンテナ: 表示範囲を定義 */


.tit_content {
  font-size: 40px;
  color: #950042;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
}

.point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.point_list_item img{
  width: 87%;
}

.point_list_item {
  width: 27%;
  padding: 12px;
  text-align: center;
}

.point_item_title {
  color: #950042;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.point_item_title.yellow {
  color: #b2b214
}

.point_item_text {
  font-size: 18px;
}

.section_title img{
  width: 10%;
  height: 10%;
  margin: 0;
}

.section_title {
  display: flex;
  justify-content: left;
  padding: 10px;
  align-items: center;
  margin-bottom: 72px;
}

.section_title_text {
  text-align: left;
}

.section_title_text p{
  font-size: 45px;
  color: #950042;
  font-weight: 500;
  margin-left: 50px;
}

.section_item {
  position: relative;
  margin-bottom: 80px;
}

.slick-slide img {
  margin: 0;
}

.description {
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 20px;
}

.description img{
  width: 20%;
}

.description p{
  text-align: left;
  font-size: 22px;
  line-height: 1.8;
}


@media screen and (max-width: 1440px) {
  .contents_innner_top {
    /* padding-top: 600px; */
  }
}


/* @media screen and (max-width: 1280px) {
  .contents_innner_top {
    padding-top: 500px;
  }
} */

/* @media screen and (max-width: 1040px) {
  .contents_innner_top {
    padding-top: 400px;
  }
} */

.contents_innner {
  width: 1040px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.contents_innner.bread {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.bg_color {
  background-color: #fff;
  width: 1040px;
  margin: 0 auto;
}

.footer {
  margin-bottom: -160px;
}

/* -- 02.メインビジュアル
--------------------------------------------- */
/* 
.main_visual {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
} */

/* -- 03.各ページ対応
--------------------------------------------- */

/* テキスト */
.tit_main img {
  margin: 0 auto;
  position: absolute;
}

.tit_main_bottom {
  font-size: 32px;
  line-height: 1.8;
  color: #950042;
}

.tit_main_bottom2 {
  font-size: 32px;
  line-height: 1.8;
  margin-top: 10px;
  color: #b2b214;
}

.tit_sub {
  margin-top: 80px;
}

/* ボタン */
.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
  background-color: #F07EBF;
  border-radius: 8px;
  display: block;
}

.btn_top_change {
  background-color: #B9B2A9;
  margin-bottom: 100px;
}

.box_btn {
  width: 200px;
  margin: 0;
}

.box_btn .btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  background-color: #950042;
  border-radius: 8px;
  display: block;
}

.box_btn.long {
  width: 640px;
  margin-top: 40px;
}

/* カラム */
.column_layout {
  display: flex;
  justify-content: space-between;
}

.column_layout.point {
  margin: 60px auto 0;
}

.column_layout.color {
  width: 1040px;
  margin: 8px auto 0;
  gap: 77px;
  padding: 0 106px;
}

.column_layout_item {
  width: 40%;
  text-align: center;
  margin-bottom: 24px;
}

.item_title {
  font-size: 30px;
  font-weight: 500;
  color: #97D1C1;
  line-height: 1.2;
  margin-top: 16px;
}

.item_txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}

.item_main_txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  /* width: 50%; */
  margin: auto;
  margin-top: 80px;
  text-align: left;
  padding: 0 39px;
}

.item_txt.color {
  margin-top: 0;
  letter-spacing: 0px;
  font-size: 20px;
}

.item_text.color {
  letter-spacing: 4px;
}

.color_content {
  margin-top: 56px;
}

.column_layout_item.bg_on,
.column_layout_item.bg_off {
  position: relative;
}

.contents_item {
  margin: 0 auto;
  padding: 0 24px 24px;
}

.item_inner {
  width: 512px;
  margin: auto;
}

.item_inner_top {
  width: 800px;
  margin: auto;
}

.box_price {
  display: flex;
  margin-top: 48px;
  justify-content: center;
  align-items: end;
  gap: 120px;
}

.box_left {
  text-align: left;
}

.txt_price_top {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}

.txt_price {
  font-size: 36px;
  font-weight: bold;
}

.txt_price span {
  font-size: 18px;
  line-height: 1.3;
}

.left {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 15%;
  background-color: #E2DFDC;
  order: 0;
}

.right {
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
  width: 15%;
  background-color: #E3F4EF;
  order: 2;
}

.margin {
  margin-top: 70px;
}

.image-container {
  margin-top: 10vh;
  width: 100%;
}

/* .first_img {
  width: 100%;
  height: 45%;
  object-fit: contain;
} */

.second_img {
  width: 100%;
  margin-top: 8vh;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button {
  background-color: #E2DFDD;
  border: none;
}

.slick-dots li.slick-active button {
  background-color: #C5BEB6;
  border: none;
}

.slick-dots li button:hover {
  background-color: #B9B2A9;
  border: none;
}

.item_image_list {
  /* width: 50%; */
  margin: 40px 0;
  width: 100%;
}

.item_image_list img {
  /* width: 50%; */
  width: 40%;
}

.img_list img {
  width: 80%;
  margin: 0 auto;
}

.slide-right img {
  margin: 0 119px 0 auto;
}


.slide-right {
  margin-top: -473px;
}

.bg_pink {
  position: absolute;
  width: 20%;
  left: 40%;
  top: 20%;
  z-index: 20;
}

.bg_yellow {
  position: absolute;
  width: 20%;
  left: 35%;
  top: 40%;
  z-index: 20;
}

.bg_on {
  position: absolute;
  width: 10%;
  left: 32%;
  top: 13%;
  z-index: 20;
}

.bg_off {
  position: absolute;
  width: 10%;
  right: 10%;
  top: 23%;
  z-index: 20;
}


/* -- 04.レスポンシブ
--------------------------------------------- */
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  main p,
  main li {
    font-size: 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .bg_color {
    width: 300px;
  }

  .contents_innner {
    width: 300px;
    margin-bottom: 40px;
  }

  .contents_innner_top {
    width: 300px;
    padding: 30px 0;
  }

  .contents_innner.last {
    padding: 20px 0;
  }

  .loop-slide{
    width: 100%;
  }

  .loop-slide ul {
    width: 235vw;
  }

  .contents_innner.bread {
    /* width: 100%; */
    padding: 40px 0;
    margin-left: 25px;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }

  .sp40 {
    margin-top: 40px !important;
  }

  .pt_80 {
    padding-top: 4% !important;
  }

  #content {
    width: 66dvw;
  }

  /* メインビジュアル */
  .main_visual {
    width: 100%;
  }

  /* コンテンツ */

  .item_inner {
    width: 90%;
    margin: auto;
  }

  .item_inner_top {
    width: 90%;
    margin: auto;
  }

  .item_main_txt {
    padding: 0;
  }

  .tit_main {
    margin: auto;
  }

  .tit_sub {
    max-width: 80%;
    margin: 40px auto 0;
  }

  .tit_main_bottom {
    font-size: 14px;
    margin-top: 24px;
  }

  .tit_main_bottom2 {
    font-size: 15px;
    margin-top: 8px;
  }

  .tit_content {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }

  .txt_price_top,
  .txt_price span {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
  }

  .txt_price {
    font-size: 24px;
    text-align: center;
  }

  .contents_loop .contents_innner .title {
    width: 84%;
    padding: 20px;
  }

  .contents_loop .contents_innner .title .title_img {
    padding: 17px;
    width: 95%;
  }

  .contents_loop .contents_innner .title .title_text {
    font-size: 9px;
    margin-top: 0;
  }

  .point_list {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .point_list_item {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .point_list_item img {
   width: 42%;
  }

  .point_item_title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .point_item_text {
    font-size: 12px;
    text-align: left;
    margin-left: 4px;
  }

  .section_title_text p {
    font-size: 15px;
    margin-left: 10px;
  }

  .description p {
    font-size: 12px;
  }

  .description img {
    height: 20%;
  }

  .slide-right img {
    margin: 319px 32px 0 auto;
  }



  .item_title {
    font-size: 15px;
    margin-top: 12px;
  }

  .item_txt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }

  .item_text.color {
    letter-spacing: 0;
    white-space: nowrap;
  }

  .item_txt.color {
    font-size: 12px;
  }

  .item_image_list {
    width: 100%;
    margin-top: 24px;
  }


  .column_layout.point {
    width: 100%;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .column_layout.color {
    width: 100%;
  }

  .column_layout.color .column_layout_item {
    width: 30%;
  }


  .column_layout_item {
    width: 40%;
    text-align: center;
  }

  .column_layout.sp_column .column_layout_item.half {
    width: 100%;
  }

  .column_layout.sp_column .column_layout_item.half img {
    width: 80%;
    margin-left: 11%;
  }

  .column_layout.sp_column .column_layout_item.half:nth-child(2) {
    margin-top: 40px;
  }

  .column_layout.color {
    width: 300px;
    gap: 25px;
    padding: 0;
  }

  .slide_left {
    width: 47%;
    position: absolute;
    top: 80px;
  }

  .slide_right {
    width: 47%;
    position: absolute;
    top: 220px;
    right: 5px;
  }

  .slider {
    margin-bottom: 378px;
  }

  .bg_on {
    top: 10%;
    left: 49%;
  }

  .bg_off {
    top: 28%;
    right: 2%;
}

  .bg_yellow {
    top: 34%;
    left: 26%;
  }


  /* ボタン */
  .box_btn .btn {
    font-size: 16px;
  }

  .box_btn.long {
    width: 80%;
  }

  .box_price {
    margin-top: 16px;
    flex-direction: column;
    gap: 13px;
    align-items: center;
  }

  .btn_top {
    font-size: 16px;
    width: 85%;
  }

  .btn_top_change {
    margin-bottom: 24px;
  }

  .item_img {
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
  }

  .image-container {
    margin: 12vh 0;
  }

  .image-container img {
    margin-top: 8px;
  }

  .image-container .first_img {
    width: 100%;
    height: 20vh;
    object-fit: contain;
  }

  .image-container .second_img {
    width: 100%;
    height: 13vh;
    object-fit: contain;
  }

  .margin_top {
    margin-top: 8vh;
  }

  .footer {
    margin-bottom: -50px;
  }

}


@media screen and (max-width: 375px) {
  .pants_point li {
    width: 52%;
  }

  .pants_point_txt {
    line-height: 1.4;
    width: 102px;
    margin-top: -41px;
    letter-spacing: -.08em;
  }
}

/* -- 05.アニメーション
--------------------------------------------- */

/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}