@charset "utf-8";

/* common */
:root {
  --color-text: #56332E;
  --color-bg-light: #F8F2EC;
  --color-bg-mid: #EEE3D9;
  --color-accent: #D58B6F;
  --color-goods01: #E59382;
  --color-goods02: #DBA866;
  --color-goods03: #C6BC81;
  --color-goods04: #de9397;
  --color-goods05: #A7B58F;
  --color-goods06: #BC95AA;
  --color-w: #fff;
}

html {
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: var(--color-text);
  background-color: var(--color-bg-light);
  background-image: url(/img/single/keirou2025/bg.png);
  background-repeat: repeat;
}

body a {
  text-decoration: none;
  color: inherit;
}

body li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.-mb20 {
  margin-bottom: 20px;
}

.-mb40 {
  margin-bottom: 40px;
}

.-sp {
  display: none;
}

.-pc {
  display: block;
}

.-br {
  display: inline-block;
}

/* mv */

.mv-img {
  margin: 40px 0 0;
  width: 100%;
}

/* intro */
#intro {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 700px;
}

.intro-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.intro-img {
  width: 35%;
}

.intro-img img {
  width: 90%;
  border-radius: 20px;
  margin: 0 0 20px;
}

.intro-txt {
  width: 61%;
}

.intro-copy {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}

.intro-fukidashi-box {
  position: relative;
  height: 300px;
}

.intro-fukidashi {
  position: absolute;
  background-image: url(/img/single/keirou2025/fukidashi.webp);
  width: 218px;
  height: 129px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-fukidashi:nth-child(1) {
  color: #1197A1;
  top: 0;
  left: 10px;
}

.intro-fukidashi:nth-child(2) {
  color: #D6420B;
  top: 40px;
  right: 0;
  transform: scale(-1, 1);
}

.intro-fukidashi:nth-child(3) {
  color: #D6420B;
  bottom: 40px;
  left: 0;
}

.intro-fukidashi:nth-child(4) {
  color: #1197A1;
  bottom: 0;
  right: 0;
  transform: scale(-1, 1);
}

.intro-fukidashi:nth-child(2) p,
.intro-fukidashi:nth-child(4) p {
  transform: scale(-1, 1);
}

.intro-caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.8em;
}

/* whats */

#whats {
  background-color: #e9d9c873;
  margin: 0 auto;
  padding: 60px 0;
}

#whats h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 1em;
}

#whats h2 .accent {
  display: inline-block;
  transform: translate(2px, 2px);
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-accent);
}

.whats-caption {
  text-align: center;
}

.whats-wrap {
  margin: 30px auto;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.whats-box {
  border-radius: 20px;
  padding: 15px;
  width: 42%;
  background-color: var(--color-w);
  text-align: center;
}

.whats-box h6 {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-accent);
  margin: 1em 0;
}

.whats-box p {
  padding: 0 1.5em 1em;
}

.whats-box img {
  width: 80%;
  margin: 0 auto;
}


.btn-season {
  margin: 0 auto 20px;
  display: block;
  height: 60px;
  padding: 0 50px;
  background: var(--color-accent);
  background-size: 190%;
  background-position: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}


.btn-season p {
  text-align: center;
  padding: 0 1em 0 0;
  font-weight: bold;
}

.btn-season p:hover::before {
  transition: .2s;
  right: 1.2em;
}

.btn-season p::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/img/single/keirou2025/arrow.svg);
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

/* goods */

#goods h2 {
  margin: 80px auto 100px;
  border-radius: 20px;
  text-align: center;
  max-width: 700px;
  color: var(--color-w);
  padding: 1em 0;
  font-size: 30px;
  background-color: var(--color-accent);
  position: relative;
}

#goods h2 p {
  font-weight: bold;
}

#goods h2 ::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color-accent);
}

.goods-box {
  margin-bottom: 80px;
  padding: 40px 0;
  background-color: var(--color-w);
}

.goods01,
.goods03,
.goods05 {
  border-radius: 0 20px 20px 0;
  margin-right: max(15px, (100% - 1366px) / 2 + 100px);
}

.goods02,
.goods04,
.goods06 {
  border-radius: 20px 0 0 20px;
  margin-left: max(15px, (100% - 1366px) / 2 + 100px);
}

.goods02 .goods-wrap .goods-img,
.goods04 .goods-wrap .goods-img,
.goods06 .goods-wrap .goods-img {
  order: 1;
}

.goods02 .goods-wrap .goods-txt,
.goods04 .goods-wrap .goods-txt,
.goods06 .goods-wrap .goods-txt {
  margin: 0 0 0 30px;
  order: 2;
}

.goods-wrap {
  /* padding: 0 60px 0 0; */
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.goods-txt {
  position: relative;
  width: 40%;
}

.goods-txt::before {
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -124px;
}

.goods01 .goods-txt::before {
  left: 0;
  background-image: url(/img/single/keirou2025/01.webp);
}

.goods02 .goods-txt::before {
  top: -80px;
  right: 0;
  background-image: url(/img/single/keirou2025/02.webp);
}

.goods03 .goods-txt::before {
  left: 0;
  background-image: url(/img/single/keirou2025/03.webp);
}

.goods04 .goods-txt::before {
  top: -80px;
  right: 0;
  background-image: url(/img/single/keirou2025/04.webp);
}

.goods05 .goods-txt::before {
  left: 0;
  background-image: url(/img/single/keirou2025/05.webp);
}

.goods06 .goods-txt::before {
  right: 0;
  background-image: url(/img/single/keirou2025/06.webp);
}

.btn-goods {
  margin: 0 0 10px 7px;
  width: 80%;
}

.goods01 .btn-goods {
  margin: 0 0 0 7px;
  background-color: var(--color-goods01);
}

.goods02 .goods-tag li,
.goods02 .btn-goods {
  background-color: var(--color-goods02);
}

.goods03 .goods-tag li,
.goods03 .btn-goods {
  background-color: var(--color-goods03);
}

.goods04 .goods-tag li,
.goods04 .btn-goods {
  background-color: var(--color-goods04);
}

.goods05 .goods-tag li,
.goods05 .btn-goods {
  background-color: var(--color-goods05);
}

.goods06 .goods-tag li,
.goods06 .btn-goods {
  background-color: var(--color-goods06);
}

.goods-copy {
  margin: 0 5px;
  font-weight: bold;
  font-size: 1.3em;
}

.goods-box h3 {
  margin: .1em 0;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
}

.goods-tag {
  display: flex;
  align-items: center;
  margin: 20px 5px;
}

.goods-tag li {
  width: 80px;
  height: 66px !important;
  border-radius: 14px;
  margin: 0 10px 0 0;
  padding: .5em;
  background-color: var(--color-goods01);
  text-align: center;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-tag li p {
  font-size: 15px;
  font-weight: bold;
  color: var(--color-w);
}

.goods-tag li .mini {
  font-size: .8em;
  font-weight: bold;
}

.goods-caption {
  margin: 1em .5em;
  width: 90%;
}

.goods-img {
  width: 40%;
}

/* order */
#order h2,
#faq h2 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

#order h2 .eng,
#faq h2 .eng {
  font-size: .5em;
  margin: .5em 0;
  display: block;
  font-weight: bold;
  color: var(--color-accent);
}

.order-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.order-ol {
  margin: 80px auto 0;
  width: 95%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.order-ol li {
  padding: 30px 0 0;
  border-radius: 20px;
  width: 30%;
  background-color: var(--color-w);
  text-align: center;
  position: relative;
}

.step {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-w);
  background-color: var(--color-accent);
  font-weight: bold;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6em;
  font-size: .8em;
}

.step .no {
  font-size: 2em;
  font-weight: bold;
}

.order-ol li figure img {
  width: 90%;
}

.order-ol li figure figcaption {
  line-height: 1.5em;
  font-weight: bold;
  padding: .7em 0 2em;
}

.order-fin {
  margin: 0 auto;
  max-width: 440px;
}

.order-fin div {
  margin: .5em 0 2em;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.btn-store {
  background-color: #2FC4CB;
}

/* sugual */
#sugual {
  max-width: 800px;
  margin: 100px auto;
  background-color: var(--color-bg-mid);
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
}

.sugual-copy {
  padding: 1em;
  font-size: 25px;
  text-align: center;
  font-weight: 800;
  color: var(--color-accent);
}

#sugual h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
}

.sugual-img {
  margin: 10px auto 0;
  width: 76%;
}

.sugual-tag {
  display: flex;
  justify-content: center;
}

.sugual-tag li {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-w);
  width: 110px;
  height: 110px;
  border-radius: 100px;
}

.sugual-tag li p {
  font-weight: 800;
  color: var(--color-accent);
  font-size: 20px;
}

.sugual-dl {
  padding: 20px 0;
  margin: 40px auto;
  border-radius: 20px;
  max-width: 500px;
  background-color: var(--color-w);
}

.sugual-dl p {
  font-weight: bold;
}

.sugual-dl-wrap {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sugual-logo {
  width: 180px;
}

.sugual-dlbtn img {
  width: 180px;
  margin: 5px;
}

/* faq */

#faq {
  border-radius: 20px;
  padding: 40px 0;
  margin: 0 auto 100px;
  max-width: 1100px;
  background-color: var(--color-w);
}

#faq h2 {
  margin: 0 0 1em;
}

.faq-caption {
  margin: 20px;
  text-align: center;
  line-height: 1.5em;
}

.faq-check {
  display: none;
}

.faq-label {
  width: 80%;
  margin: -1px auto 0;
  padding: 10px 27px 10px 0px;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  border-top: 1px solid var(--color-bg-mid);
  position: relative;
}

.faq-label:first-of-type {
  border-top: none;
}

.faq-label::before {
  content: 'Q';
  color: #2FC4CB;
  font-size: 17px;
}

.faq-content {
  margin: 0 auto;
  padding: 0 1em 0 0;
  width: 75%;
  height: 0;
  opacity: 0;
  transition: .1s;
  visibility: hidden;
  position: relative;
  font-size: .9em;
}

.faq-content::before {
  position: absolute;
  left: 1em;
  top: .8em;
  content: 'A';
  color: #ce4a4a;
  font-size: 17px;
  font-weight: bold;
}

.faq-check:checked+.faq-label+.faq-content {
  margin: .5em auto;
  padding: 1em 1em 1em 3em;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background-color: var(--color-bg-light);
  border-radius: 10px;
}

.faq-label:after {
  font-size: 20px;
  box-sizing: border-box;
  content: '＋';
  display: block;
  height: 100%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--color-accent);
}


.faq-check:checked+.faq-label:after {
  content: '－';
}

/* othergoods */
#othergoods {
  overflow: hidden;
  padding: 40px 0;
  background-color: #fff;
}

#othergoods h2 {
  margin: 0 0 2em;
  text-align: center;
  font-size: 23px;
  font-weight: bold !important;
  line-height: 1.5em;
}

#othergoods h2 .-br {
  font-weight: bold;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#othergoods ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#othergoods ul li {
  width: 150px;
  margin: 15px;
  flex-shrink: 0;
}

#othergoods .btn-season {
  margin: 40px auto;
}

/* sp */

@media screen and (max-width:767px) {

  .-sp {
    display: block;
  }

  .-pc {
    display: none;

  }

  .mv-img {
    margin: 0;
  }

  .intro-img {
    margin: 20px 0 0;
    width: 90%;
    display: flex;
    justify-content: space-around;
    order: 2;
  }

  .intro-fukidashi-box {
    height: 360px;
  }

  .intro-fukidashi:nth-child(2) {
    top: 70px;
  }

  .intro-fukidashi:nth-child(3) {
    bottom: 80px;
  }

  .intro-img img {
    width: 45%;
  }

  .intro-txt {
    order: 1;
    width: 90%;
  }

  .whats-caption {
    margin: 0 auto;
    font-weight: bold;
    width: 80%;
  }

  .whats-box {
    margin: 0 0 20px;
    width: 70%;
  }

  #goods h2 {
    width: 90%;
    font-size: 20px;
  }

  .goods-box h3 {
    font-size: 50px;
  }

  .goods-txt {
    order: 2;
    width: 80%;
  }

  .goods-txt::before {
    top: -440px !important;
  }

  .goods-img {
    margin: 0 0 20px;
    order: 1;
    width: 80%;
  }

  .btn-goods {
    width: 98%;
    margin: 10px auto;
  }

  .order-ol li {
    width: 60%;
    margin: 20px 0;
  }

  #sugual {
    width: 90%;
  }

  .sugual-dl {
    width: 90%;
  }

  .sugual-logo {
    max-width: 140px;
  }

  .sugual-dlbtn img {
    max-width: 140px;
  }

  #faq {
    border-radius: 0;
  }

  .faq-label {
    width: 90%;
  }

  .faq-content {
    width: 80%;
  }

  #othergoods ul li {
    width: 90px;
    margin: 10px;
  }


}