@charset "utf-8";

/* common */
:root {
  --color-text: #F6F2EC;
  --color-bg-light: #F6F2EC;
  --color-bg-mid: #1B602A;
  --color-accent: #CFB77D;
  --color-accent02: #B01723;
  --color-goods01: #E59382;
  --color-goods02: #DBA866;
  --color-goods03: #C6BC81;
  --color-goods04: #de9397;
  --color-goods05: #A7B58F;
  --color-goods06: #BC95AA;
  --color-w: #F6F2EC;
}

html {
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7em;
  color: var(--color-text);
  background-color: var(--color-bg-mid);
  background-size: contain;
  background-position: top;
}

body a {
  text-decoration: none;
}

body li {
  list-style: none;
}

main img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.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 {
  padding: 60px 0 0;
  width: 100%;
  position: relative;
}

.mv-wrap {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

#mv::before {
  content: "";
  width: 500px;
  height: 300px;
  background-image: url(/img/single/christmas/2025/rebbon01.webp);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 98px;
  left: 0;
}

#mv::after {
  content: "";
  width: 500px;
  height: 300px;
  background-image: url(/img/single/christmas/2025/rebbon02.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mv-img {
  width: 45%;
  position: relative;
}

.mv-img img {
  width: 100%;
}

.mv-main {
  filter: drop-shadow(10px 10px 0px #063f13);
}

.mv-txt img {
  filter: drop-shadow(7px 7px 0px #063f13);
}

.mv-tag {
  width: 100px !important;
  position: absolute;
}

/* ラベル */
.tag01 {
  top: 5%;
  left: -15%;
  rotate: 17deg;
}

/* 白タグ */
.tag02 {
  right: -10%;
  bottom: 8%;
  rotate: -20deg;
}

/* 赤タグ */
.tag03 {
  bottom: 6%;
  left: -11%;
  rotate: 20deg;
}

/* テープ */
.tag04 {
  top: -10px;
  right: 35%;
  rotate: 30deg;
  border-radius: 0;
}

.mv-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8em;
  width: 24%;
  text-align: center;
}

.mv-txt img {
  width: 100%;
}

.mv-copy {
  width: 24%;
  height: 400px;
  position: relative;
}

.mv-copy-contents {
  position: absolute;
  top: -20px;
  left: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  color: var(--color-bg-mid);
  font-size: 30px;
  font-weight: 700;
  width: 400px;
  height: 300px;
  background-image: url(/img/single/christmas/2025/copy.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mv-copy-contents p {
  font-weight: 700;
}

/* intro */
#intro {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1000px;
  text-align: center;
}

.intro-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}

.intro-img {
  width: 50%;
}

.intro-img img {
  display: block;
  width: 80%;
  border-radius: 20px;
  margin: 0 0 20px auto;
}

.intro-txt {
  width: 50%;
  padding: 2em 4em 2em;
  background-color: var(--color-bg-mid);
}

.intro-line {
  background-image: url(/img/single/christmas/2025/line.webp);
  width: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 9px;
}

.intro-copy {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 30px 0 1em;
  position: relative;
}

.intro-copy::before {
  content: "";
  width: 80px;
  height: 50px;
  background-image: url(/img/single/christmas/2025/i-giftbox.webp);
  background-color: var(--color-bg-mid);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.intro02 .intro-copy::before {
  background-image: url(/img/single/christmas/2025/i-camera.webp);
}

.intro02 .intro-img div {
  width: 100%;
  position: relative;
}

.intro02 .intro-img img {
  display: block;
  width: 52%;
  margin: 0 0 20px auto;

}

.intro02 .intro-img :nth-child(2) img {
  margin: 0 auto 0 0;
}

.intro-img-01::before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(/img/single/christmas/2025/kira.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 100px;
  transform: translateX(-50%);
}

.intro-img-02::before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(/img/single/christmas/2025/kira02.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  right: -100px;
  transform: translateX(-50%);
}


.intro-caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.8em;
}

.intro02 .intro-caption {
  font-size: 1em;
}

.intro-txt-img {
  display: flex;
  width: 100%;
  height: 0px;
  position: relative;
  height: 100px;
}

.intro-txt-img div {
  width: 30%;
  height: auto;
  position: absolute;
}

.intro01 .intro-txt-img div:nth-child(1) {
  top: 0;
  transform: rotate(10deg);
}

.intro01 .intro-txt-img div:nth-child(2) {
  width: 37%;
  right: -20px;
  top: 20px;
}

.intro02 .intro-txt-img {
  height: 160px;
}

.intro02 .intro-txt-img div:nth-child(1) {
  top: 10px;
  transform: rotate(-12deg);
}

.intro02 .intro-txt-img div:nth-child(2) {
  width: 34%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.intro02 .intro-txt-img div:nth-child(3) {
  width: 38%;
  right: -20px;
  top: 20px;
}

.intro-fix-caption p {
  margin: 0 0 50px;
  font-weight: 500;
}

.btn-season {
  margin: 0 auto 20px;
  display: block;
  height: 60px;
  padding: 0 50px;
  background: var(--color-bg-light);
  color: var(--color-bg-mid);
  background-size: 190%;
  background-position: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

#intro .btn-season {
  margin: 0 auto 40px;
  height: 80px;
  border-radius: 40px;
}

.btn-season .mini {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: absolute;
  /* height: 23px; */
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70%;
  color: var(--color-accent02);
  border: 2px solid var(--color-bg-mid);
  border-radius: 100vh;
  background: #f5e5a1;
}

.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/christmas/2025/arrow-gr.webp);
  position: absolute;
  background-size: contain;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

#goods .btn-season p {
  color: var(--color-w);
}

#goods .btn-season p::before {
  background-image: url(/img/single/christmas/2025/arrow.webp);

}

/* design */

#wrapping {
  margin: 60px auto 100px;
  max-width: 600px;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
  color: var(--color-accent);
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border: 2px dashed var(--color-accent);
}

#wrapping h2 {
  width: 13em;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 0 0 .5em;
  position: relative;
}

#wrapping h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/img/single/christmas/2025/i-shop.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1B602A;
  position: absolute;
  z-index: 12;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}


#wrapping p {
  padding: 2em;
  margin: 1.5em 0 2em;
  line-height: 1.5em;
}

.wrapping-img {
  width: 60%;
  margin: 0 auto;
  display: flex;
}

/* goods */

#goods h2 {
  margin: 80px auto 100px;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
  padding: .7em 0;
  font-size: 30px;
  position: relative;
}

#goods h2 p {
  font-weight: bold;
}

.goods-box {
  margin-bottom: 10px;
  padding: 40px 0;
}

.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 {
  order: 2;
}

.goods-wrap {
  margin: 0 auto;
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.goods-txt {
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  background-color: var(--color-w);
  color: var(--color-bg-mid);
  border-radius: 40px;
  width: 45%;
  box-shadow: 7px 7px 0px var(--color-shadow);
}

.goods-txt::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.goods01 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/01.webp);
}

.goods02 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/02.webp);
}

.goods03 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/03.webp);
}

.goods04 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/04.webp);
}

.goods05 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/05.webp);
}

.goods06 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/06.webp);
}

.goods07 .goods-txt::before {
  background-image: url(/img/single/christmas/2025/07.webp);
}

.btn-goods {
  margin: 0 auto 10px;
  width: 90%;
  background-color: var(--color-accent02);
}

.goods-copy {
  margin: 20px 5px 0;
  font-weight: bold;
  font-size: 1.3em;
  color: var(--color-accent02);
}

.goods-box h3 {
  margin: .1em 0;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  color: var(--color-bg-mid);
}

.goods-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


.goods-tag li {
  width: 76px;
  height: 70px !important;
  border-radius: 14px;
  margin: 10px 5px;
  padding: .5em;
  background-color: var(--color-bg-mid);
  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 auto 2em;
  font-weight: 500;
  width: 80%;
}

.goods-img {
  margin: 0 auto;
  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-bg-mid);
}

.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%;
  color: var(--color-bg-mid);
  background-color: var(--color-w);
  text-align: center;
  position: relative;
}

.step {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-bg-mid);
  background-color: var(--color-w);
  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 40px;
  max-width: 440px;
}

.order-fin div {
  margin: .5em 0 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.btn-store {
  background-color: #f5e5a1;
}

/* sugual */
#sugual {
  width: 100%;
  margin: 100px auto;
  background-image: url(/img/single/christmas/2025/bg.webp);
  padding: 20px 0;
  text-align: center;
}

.sugual-copy {
  padding: 1em;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

#sugual h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
}

.sugual-img {
  margin: 30px auto;
  max-width: 400px;
}

.sugual-img img {
  border-radius: 0;
}

#sugual .btn-book {
  margin: 40px auto;
  background-color: var(--color-w);
  color: var(--color-bg-mid);
}

/* faq */

#faq {
  border-radius: 20px;
  padding: 40px 0;
  margin: 0 auto 100px;
  max-width: 1100px;
  background-color: var(--color-w);
  color: var(--color-bg-mid);
  text-align: left;
}

#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: 1em;
  font-weight: 500;
}

.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: var(--color-bg-light);
  color: var(--color-bg-mid);
}

#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;
  color: var(--color-w);
  background-color: var(--color-bg-mid);
}

#othergoods .btn-season p::before {
  background-image: url(/img/single/christmas/2025/arrow.webp);

}


.-sp {
  display: none;
}

.-pc {
  display: block;

}


/* sp */

@media screen and (max-width:767px) {

  .-sp {
    display: block;
  }

  .-pc {
    display: none;

  }


  #mv {
    padding: 68px 0 0;
  }

  #mv::before {
    top: 60px;
    width: 200px;
  }

  #mv::after {
    width: 140px;
  }


  .mv-txt {
    width: 50%;
    margin: 0 auto;
  }

  .mv-txt img {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .mv-img {
    width: 80%;
    margin: 0 auto;
  }

  .mv-wrap {
    width: 100%;
  }

  .mv-tag {
    width: 70px !important;
  }

  .tag01 {
    left: -26px;
  }

  .tag04 {
    top: 12%;
    right: -12%;
    rotate: 230deg;
    border-radius: 0;
  }

  .mv-copy {
    width: 70%;
    margin: 0 auto;
    height: 200px;
  }

  .mv-copy-contents {
    width: 300px;
    height: 200px;
    font-size: 24px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* intro */
  #intro {
    padding: 0;
  }

  .intro-wrap {
    margin: 0;
  }

  .intro-img {
    margin: 20px auto 0;
    width: 80%;
    order: 1;
  }

  .intro-img img {
    width: 100%;
  }

  .intro-img-02 {
    margin: 0 0 30px;
  }

  .intro-img-01::before {
    width: 120px;
    height: 120px;
    top: -30px;
    left: 100px;
  }

  .intro-img-02::before {
    width: 120px;
    height: 120px;
    top: -20px;
    right: -40px;
  }

  .intro-txt {
    order: 1;
    width: 100%;
    padding: 1em 2em;
    ;
  }

  .intro-txt .intro-copy {
    font-size: 20px;
  }

  .intro-txt .intro-copy::before {
    width: 60px;
    height: 40px;
    top: -57px;
  }

  .intro-txt .intro-caption {
    font-size: 14px;
    line-height: 2em;
  }

  .intro-fix-caption p {
    margin: 40px auto 50px;
    width: 70%;
    font-size: 0.8em;
    color: #f5e5a1;
  }

  #intro .btn-season {
    font-size: 15px;
    width: 90%;
  }

  #wrapping h2 {
    font-size: 22px;
  }

  #wrapping h2::after {
    right: -1.2em;
  }

  /* goods */

  #goods h2 {
    margin: 20px auto 0;
    width: 90%;
    font-size: 20px;
  }

  .goods-box {
    padding: 0 0 40px;
  }

  .goods-box h3 {
    font-size: 30px;
  }

  .goods-copy {
    font-size: 15px;
  }

  .goods-txt {
    order: 2;
    width: 80%;
  }

  .goods-img {
    margin: 0 auto 18px;
    order: 1;
    width: 70%;
  }

  .goods-caption {
    width: 85%;
    text-align: left;
  }

  #goods .btn-season p {
    font-size: 14px;
    letter-spacing: 0em;
  }

  .btn-goods {
    width: 98%;
    margin: 10px auto;
  }

  .btn-season p {
    letter-spacing: -.1em;
  }

  /* wrapping */

  #wrapping {
    width: 80%;
    padding: 30px 0;
  }

  #wrapping h2 {
    font-size: 18px;
  }

  #wrapping h2::before {
    top: -52px;
  }

  .order-ol li {
    width: 60%;
    margin: 20px 0;
  }

  .order-fin {
    width: 84%;
  }

  /* book */
  #sugual {
    margin: 100px auto 0;
  }

  #sugual h2 {
    font-size: 23px;
  }

  .sugual-img {
    width: 70%;
  }

  #faq {
    border-radius: 0;
    margin: 0 auto -1px;
  }

  .faq-label {
    width: 90%;
  }

  .faq-content {
    width: 80%;
  }

  #othergoods ul li {
    width: 90px;
    margin: 10px;
  }


}