/* -------------------------------
  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 0;
  text-align: center;
}

.contents_loop .contents_innner {
    width: 100%;
}

/* ループ */

.loop-slide {
  position: relative;
  display: flex;
  overflow: hidden;
}

.loop-slide ul {
  padding: 0;
  width: 200vw;
  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%;
  }
}

/* 親コンテナ: 表示範囲を定義 */





@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_bottom {
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
}

.tit_sub {
  font-size: 30px;
  margin: 50px 0 20px;
  position: relative;
}

.tit_sub::before {
 content: "";
 position: absolute;
 display: block;
 width: 140px;
 height: 2px;
 background-color: #333333;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}

/* ボタン */
.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
  background-color: #e15a64;
  display: block;
}



.item_inner_top {
  width: 800px;
  margin: auto;
}



/* --モーダル-- */
.code-modaly {
 margin-top: 70px;
}

/* モーダルラッパー */
.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 40px;
}

.modal-wrapper.wrapper04,
.modal-wrapper.wrapper05,
.modal-wrapper.wrapper06 {
  gap: 90px !important;
}

/* モーダル基本設定 */
.modal-2__wrap input {
  display: none;
}

.modal-2__open-label,
.modal-2__close-label {
  cursor: pointer;
}

.modal-2__open-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  /* padding: .8em 2em; */
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
}

.modal-2__wrap.style5 {
 padding-top: 100px;
}
  .modal-2__wrap.style11 {
 padding-top: 170px;
}

  .modal-2__wrap.style15 {
 padding-top: 60px;
}
/* オーバーレイ画像 */
.overlay-image-wrapper {
  position: relative;
  text-align: center;
}

.overlay-image {
  display: block;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.overlay-image_06 {
 width: 600px;
}

  .overlay-image_15 {
padding: 0 120px 40px;
}

@media only screen and (max-width: 767px) {
.code-modaly {
 margin-top: 20px;
}
  .modal-2__wrap.style5 {
 padding-top: 30px;
}

  .modal-2__wrap.style11 {
 padding-top: 60px;
}

  .modal-2__wrap.style15 {
 padding-top: 20px;
}
  .overlay-image_06 {
    width: 300px;
  }
  .overlay-image_15 {
 padding: 0 40px 30px;
}
.modal-wrapper.wrapper04,
.modal-wrapper.wrapper05,
.modal-wrapper.wrapper06 {
  gap: 30px !important;
}
}



.overlay-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.overlay-image-wrapper:hover::before {
  opacity: 0.4;
}

/* モーダル本体 */
.modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
  display: block;
  -webkit-animation: modal-2-animation .6s;
  animation: modal-2-animation .6s;
  background-color: rgba(0, 0, 0, 0.7);
}

/* モーダルコンテンツ */
.modal-2__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 950px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-2__close-label {
  background-color: #fff;
  color: #8c8c8c;
  border: 2px solid #8c8c8c;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: 15px;
  right: 2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-2__content {
    height: auto;
    overflow-y: hidden;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.modal-2__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* モーダルアニメーション */
@-webkit-keyframes modal-2-animation {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes modal-2-animation {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* レスポンシブ対応 */
@media only screen and (max-width: 767px) {
  /* .modal-2__open-label {
    max-width: 90%;
    padding: .94em 2.1em .94em 2.6em;
  } */
    .modal-2__close-label {
        top: 10px;
        right: 4%;
        font-size: 16px;
        width: 28px;
        height: 28px;
        line-height: 1.4;
    }

  .modal-2__content-wrap {
    width: 90vw;
  }
  .modal-2__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }

  .modal-wrapper {
    margin-bottom: 20px;
    gap: 10px;
  }
}

/* モーダル内 */
.prod_box {
 display: flex;
 align-items: center;
 gap: 20px;
 justify-content: space-between;
 font-family: "DIN 2014", sans-serif;
 font-weight: 600;
 margin-top: 12px;
}
.prod_name {
 font-size: 20px;
 text-align: left;
 width: 100px;
}
.prod_price {
 font-size: 27px;
 text-align: right;
 width: 100px;
}

.prod_price span {
 font-size: 18px;
}

.prod_more_button {
  font-size: 20px;
  border: 2px #333 solid;
   width: 140px;
}

.prod_soon_button {
  font-size: 18px;
  border: 2px #8c8c8c solid;
  width: 140px;
  color: #8c8c8c !important;
  pointer-events: none;
}

.prod_soon_button:hover {
 pointer-events: none;
}
.flex-box_01,
.flex-box_02,
.flex-box_03
 {
  display: flex;
}
.flex-box_01 {
  gap: 24px;
  padding-bottom: 16px;
}
.flex-box_03 {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .flex-box_01 {
  gap: 8px;
}
.modal-2__content {
  padding: 33px 21px 35px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}
.modal-2__content .modal-image {
  width: 70%;
}

.prod_wrapper {
  width: 100%;
}
.prod_box {
  gap: 10px;
}
.prod_name {
width: 90px;
font-size: 16px;
}
.prod_price {
    font-size: 20px;
    width: 80px;
}
.prod_more_button,
.prod_soon_button {
    font-size: 14px;
    width: 120px;
}

}

/* .flex-box .modal-2__open-label {
 padding: 0;
} */
/* -- 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: 100%;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .contents_innner_top {
    width: 300px;
    padding: 30px 0;
  }

  .contents_innner.last {
    padding: 20px 0;
  }

  .loop-slide{
    width: 100%;
  }

  .loop-slide ul {
    width: 408vw;
  }

  .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: 16px auto ;
    font-size: 27px;
  }

  .tit_main_bottom {
    font-size: 16px;
    margin-top: 30px;
  }


  /* ボタン */


  .btn_top {
    font-size: 16px;
    width: 85%;
  }



  .footer {
    margin-bottom: -50px;
  }

}




