@charset "utf-8";

/* common */
:root {
  --color-text: #604D3F;
  --color-bg-light: #fffcf0;
  --color-bg-mid: #FBEDB8;
  --color-accent: #E7959F;
  --color-goods01: #E99EA3;
  --color-goods02: #DDA521;
  --color-goods03: #81B748;
  --color-goods04: #D65E7E;
  --color-goods05: #74B6B5;
  --color-goods06: #E8C92B;
  --color-shadow: #FADE71;
  --color-w: #fff;
}

html {
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: var(--color-text);
  background-color: var(--color-bg-mid);
  background-image: url(/img/single/graduation/2025/bg-pc.webp);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top;
}

main p {
  font-weight: bold !important;
}

main span {
  font-weight: bold !important;
}

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: 100px 0 0;
  width: 100%;
}

.mv-wrap {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 20px;
}

.mv-img {
  width: 45%;
}

.mv-img img {
  width: 100%;
}

.mv-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 1.8em;
  width: 45%;
  text-align: center;
}

.mv-txt p {
  font-weight: bold !important;
}

.mv-txt img {
  width: 60%;
  margin: 0 0 40px;
}

/* 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-copy {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  position: relative;
}

.intro-copy::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(/img/single/graduation/2025/i-corsage.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.intro02 .intro-copy::before {
  background-image: url(/img/single/graduation/2025/i-camera.webp);
}

.intro02 .intro-img {
  display: flex;
  flex-wrap: wrap;
}

.intro02 .intro-img img {
  display: block;
  width: 52%;
  margin: 0 0 20px auto;
}

.intro02 .intro-img :nth-child(2) {
  margin: 0 auto 0 0;
}



.intro-caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.8em;
}

.intro-txt-img {
  display: flex;
  width: 100%;
  height: 0px;
  position: relative;
}

.intro-txt-img div {
  width: 28%;
  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: 150px;
}

.intro02 .intro-txt-img div:nth-child(1) {
  top: 0;
  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;
}

.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;
}


#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-accent);
  border: 2px solid var(--color-accent);
  border-radius: 100vh;
  background: #ffffff;
}



.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/graduation/2025/arrow.webp);
  position: absolute;
  background-size: contain;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

/* design */

#design {
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  background-color: var(--color-w);
  color: var(--color-accent);
  font-weight: bold;
  font-size: 18px;
  position: relative;
}


/* 
#design ::before {
  content: "";
  width: 100%;
  height: 22px;
  background-image: url(/img/single/graduation/2025/line.webp);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
}

#design ::after {
  content: "";
  width: 100%;
  height: 21px;
  background-image: url(/img/single/graduation/2025/line-b.webp);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -10px;
} */


#design h2 {
  width: 13em;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 20px;
  padding: 0 0 .5em;
  border-bottom: 4px dashed var(--color-accent);
  position: relative;
}

#design h2::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/img/single/graduation/2025/i-pencil.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -1em;
  bottom: -0;
}

#design p {
  padding: 2em;
  margin: 1.5em 0 2em;
  line-height: 1.5em;
}

.design-img {
  width: 70%;
  margin: 0 auto;
  display: flex;
}

.design-img img {
  width: 48%;
  margin-right: 4%;
}

/* goods */

#goods h2 {
  margin: 80px auto 100px;
  border-radius: 20px;
  text-align: center;
  max-width: 700px;
  color: var(--color-w);
  padding: .7em 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: 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 {
  margin: 0 auto;
  padding: 70px 30px 40px 50px;
  position: relative;
  background-color: var(--color-w);
  border-radius: 40px;
  width: 45%;
  box-shadow: 7px 7px 0px var(--color-shadow);
}

.goods-txt::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 47px;
}

.goods01 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/01.webp);
}

.goods02 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/02.webp);
}

.goods03 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/03.webp);
}

.goods04 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/04.webp);
}

.goods05 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/05.webp);
}

.goods06 .goods-txt::before {
  background-image: url(/img/single/graduation/2025/06.webp);
}

.btn-goods {
  margin: 0 auto 10px;
  width: 90%;
}

.goods01 .btn-goods {
  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: 20px 5px 0;
  font-weight: bold;
  font-size: 1.3em;
}

.goods-box h3 {
  margin: .1em 0;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
}

.goods-tag {
  display: flex;
  align-items: center;
}

.goods-tag li {
  width: 76px;
  height: 70px !important;
  border-radius: 14px;
  margin: 10px 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: 500 !important;
}

.goods-caption {
  margin: 1em .5em;
  width: 90%;
}

.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-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-accent);
  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: #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);
  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: .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 {
  display: none;
}

.-pc {
  display: block;

}

/* sp */

@media screen and (max-width:767px) {

  .-sp {
    display: block;
  }

  .-pc {
    display: none;

  }

  main {
    background-size: 250%;
  }

  #mv {
    padding: 70px 0 0;
  }

  .mv-wrap {
    width: 100%;
    padding: 20px 0;
  }

  .mv-img {
    width: 90%;
    margin: 0;
  }

  .mv-txt {
    margin: 30px 0;
    font-size: 18px;
    width: 100%;
  }

  .mv-txt img {
    margin: 0 0 20px;
  }

  .mv-txt p {
    background-color: var(--color-bg-mid);
  }

  /* intro */
  #intro {
    padding: 0 0 30px;
  }

  .intro-wrap {
    margin: 0;
  }

  .intro-img {
    margin: 20px auto 0;
    width: 70%;
    order: 1;
  }

  .intro01 .intro-txt-img {
    height: 80px;
  }

  .intro02 .intro-img {
    margin: 0 auto 30px;
    width: 80%;
  }

  .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: 4em 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;
  }

  #design h2 {
    font-size: 22px;
  }

  #design h2::after {
    right: -1.2em;
  }

  #design p {
    font-size: 14px;
    line-height: 1.8em;
  }

  /* goods */

  #goods h2 {
    width: 90%;
    font-size: 20px;
  }

  .goods-box h3 {
    padding: 0 0 0 .1em;
    font-size: 30px;
  }

  .goods-txt {
    order: 2;
    width: 80%;
    padding: 60px 28px 30px;
    ;
  }

  .goods-txt::before {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 30px;
  }

  .goods-img {
    margin: 0 0 20px;
    order: 1;
    width: 80%;
  }

  .goods-tag {
    justify-content: center;
  }

  .goods-tag li {
    width: 68px;
    height: 56px !important;
    margin: 10px 3px 0;
    line-height: 0.95em;
  }

  .goods-tag li p {
    font-size: 12px;
  }

  .goods-caption {
    font-size: 13px;
    font-weight: bold;
  }

  .btn-goods {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    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;
  }


}