@charset "UTF-8";

/* bg_グラデーション
***************************************************************/

.gradation {
  background: linear-gradient(to top, #fdf9ed, #fbeef3);
  padding-top: 70px;
  border-radius: 0 0 60px 60px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.15);
}

/* fv
***************************************************************/
.fv {
  padding: 0 70px;
  position: relative;
}

.fv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  color: #fff;
  text-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .fv {
    padding: 0 15px;
  }

  .fv img {
    height: calc(100vh - 85px);
    height: calc(100svh - 85px);
  }

  .fv .title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
  }
}

/* section1
***************************************************************/

.sec1 .inner.type2 {
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 43px 22px;
}

.sec1 .text_box li {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0px 2px 21px;
}

.sec1 .text_box li:first-of-type {
  padding-top: 0;
}

.sec1 .text_box li a {
  display: flex;
  gap: 25px;
}

.sec1 .text_box li a .text1 {
  display: flex;
  align-items: center;
}

.sec1 .text_box li a .text1 time {
  font-weight: bold;
  width: 81px;
}

.sec1 .text_box li a .text1 span {
  margin-left: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  width: 62px;
  padding-bottom: 2px;
  border-radius: 30px;
  background-color: #e887a5;
  text-align: center;
}

.sec1 .text_box li a p.text2 {
  font-weight: bold;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .sec1 .inner.type2 {
    padding: 20px 15px;
  }

  .sec1 .text_box li {
    flex-flow: column;
    align-items: unset;
    gap: 4px;
    padding: 14px 48px 1px 1px;
  }

  .sec1 .text_box li:first-of-type {
    padding-top: 0;
  }

  .sec1 .text_box li a {
    flex-flow: column;
    gap: 12px;
  }

  .sec1 .text_box li a .text1 time {
    font-size: 15px;
    width: 78px;
  }

  .sec1 .text_box li a .text1 span {
    margin-left: 4px;
    line-height: 16px;
  }

  .sec1 .text_box li a p.text2 {
    font-size: 15px;
    line-height: 23px;
  }
}

/* section2
***************************************************************/

.sec2 {
  padding: 0 0 100px 0;
}

.sec2 .section_title_big {
  top: 145px;
}

.sec2 .inner h2.section_title_ja {
  margin-top: 6px;
}

.sec2 .text_wrap {
  display: flex;
  flex-flow: row-reverse;
  gap: 36px;
  margin-top: 83px;
}

.sec2 .text_wrap img {
  width: 533px;
}

.sec2 .text_wrap .text_box {
  flex: 1;
}

.sec2 .text_wrap .text_box h3.title {
  margin-top: 68px;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.sec2 .text_wrap .text_box p.text {
  margin-top: 50px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .sec2 .text_wrap {
    padding: 0 0 0 100px;
    margin-top: unset;
  }

  .sec2 .text_wrap img {
    width: 300px;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .sec2 {
    padding: 0 0 80px 0;
  }

  .sec2 .text_wrap {
    flex-flow: column;
    gap: 30px;
    margin-top: 40px;
    padding: unset;
  }

  .sec2 .text_wrap img {
    width: 100%;
  }

  .sec2 .text_wrap .text_box {
    flex: 1;
  }

  .sec2 .text_wrap .text_box h3.title {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .sec2 .text_wrap .text_box p.text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
  }

  .sec2 .text_wrap .text_box .btn {
    display: block;
    margin: 30px auto 0;
  }
}

/* section3
***************************************************************/

/* parallax */

.parallax {
  margin: -80px 0 0 0;
}

.parallax .bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.sec3 {
  margin-top: -100vh;
  padding: 180px 0 0;
}

.sec3 p.section_title_big {
  color: #e2dada;
  top: 328px;
}

.sec3 .inner p.desc {
  margin: 50px auto 0;
  line-height: 2;
  font-weight: bold;
  width: 477px;
}

.sec3 .inner ul.text_wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 50px;
  justify-content: center;
}

.sec3 .inner ul.text_wrap li {
  width: calc((100% - 60px) / 3);
}

.sec3 .inner ul.text_wrap li a h3.title {
  margin-top: 18px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}

.sec3 .inner ul.text_wrap li a p.text {
  margin-top: 10px;
  line-height: 2;
  font-weight: bold;
}

.sec3 .inner a.btn {
  display: block;
  margin: 50px auto 0;
}

@media screen and (max-width: 1300px) {
  .sec3 .inner ul.text_wrap {
    padding: 0 0 0 100px;
  }

  .sec3 .inner ul.text_wrap li {
    width: calc((100% - 60px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .parallax {
    margin: -80px 0 0 0;
  }

  .parallax .bg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }

  .sec3 {
    margin-top: -100vh;
    padding: 180px 0 0;
  }

  .sec3 p.section_title_big {
    color: #e2dada;
    top: 328px;
  }

  .sec3 .inner p.desc {
    margin-top: 40px;
    font-size: 15px;
    line-height: 32px;
    width: auto;
  }

  .sec3 .inner ul.text_wrap {
    margin-top: 28px;
    flex-flow: column;
    row-gap: 30px;
    padding: unset;
  }

  .sec3 .inner ul.text_wrap li {
    width: 100%;
  }

  .sec3 .inner ul.text_wrap li a h3.title {
    font-size: 20px;
    line-height: 22px;
  }

  .sec3 .inner ul.text_wrap li a p.text {
    margin-top: 16px;
  }

  .sec3 .inner a.btn {
    display: block;
    margin: 30px auto 0;
  }
}

/* section4
***************************************************************/

.sec4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.sec4 .text_box {
  height: 300px;
}

.sec4 .text_box a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 80px 45px 60px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
}

.sec4 .text_box a .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.sec4 .text_box a .text {
  line-height: 30px;
  font-weight: normal;
  padding-top: 17px;
  margin-top: 10px;
  position: relative;
}

.sec4 .text_box a .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, 0);
}

.sec4 .text_box.text_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec4 .text_box.text_box1 {
  background-image: url(../../images/items01_img.jpg);
}

.sec4 .text_box.text_box2 {
  background-image: url(../../images/items02_img.jpg);
}

.sec4 .text_box.text_box3 {
  background-image: url(../../images/items03_img.jpg);
}

.sec4 .text_box.text_box4 {
  background-image: url(../../images/items04_img.jpg);
}

.sec4 .text_box.text_box5 {
  background-image: url(../../images/items05_img.jpg);
}

.sec4 .text_box.text_box6 {
  background-image: url(../../images/items06_img.jpg);
}

.sec4 .btn {
  display: block;
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .sec4 .text_box a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 940px) {
  .sec4 .text_box a {
    padding: 50px 15px 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec4 ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }

  .sec4 .text_box {
    height: 118px;
  }

  .sec4 .text_box a {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 80px 45px 60px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
  }

  .sec4 .text_box a .title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
  }

  .sec4 .text_box a .text {
    line-height: 30px;
    font-weight: normal;
    padding-top: 17px;
    margin-top: 10px;
    position: relative;
  }

  .sec4 .text_box a .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, 0);
  }

  .sec4 .text_box.text_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sec4 .btn {
    display: block;
    margin: 30px auto 0;
  }
}

/* section5
***************************************************************/

.sec5 {
  padding: 0;
  position: sticky;
  top: 0;
}

.sec5 .text_wrap {
  display: flex;
  align-items: flex-start;
  border-radius: 80px 80px 0 0;
}

.sec5 .text_wrap picture {
  width: 39%;
}

.sec5 .text_wrap img {
  width: 100%;
  height: 685px;
  border-top-left-radius: 80px;
  object-position: top left;
}

.sec5 .text_wrap .text_box {
  flex: 1;
  background-color: #e2dada;
  padding: 100px 0 0 56px;
  border-radius: 0 80px 0 0;
  height: 685px;
}

.sec5 .text_wrap .text_box h2.section_title_en_type2 {
  font-size: 80px;
  line-height: 84px;
  color: #fff;
}

.sec5 .text_wrap .text_box p.text {
  max-width: 489px;
  margin-top: 50px;
  line-height: 2;
  font-weight: bold;
}

.sec5 .text_wrap .text_box a.btn {
  padding: 9px 0 11px 6px;
}

.sec5 .text_wrap .text_box a.btn::after {
  display: none;
}

.sec5 .text_wrap .text_box a.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 21px;
  height: 20px;
  transform: translate(0%, -50%);
  background-image: url(../../images/cart_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 920px) {
  .sec5 .text_wrap .text_box p.text {
    max-width: 489px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec5 .text_wrap {
    display: block;
    border-radius: 60px 60px 0 0;
  }

  .sec5 .text_wrap picture {
    width: 100%;
  }

  .sec5 .text_wrap img {
    height: auto;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .sec5 .text_wrap .text_box {
    background-color: #e2dada;
    padding: 30px 15px 80px;
    border-radius: 0;
    height: auto;
  }

  .sec5 .text_wrap .text_box h2.section_title_en_type2 {
    font-size: 48px;
    line-height: 46px;
  }

  .sec5 .text_wrap .text_box p.text {
    max-width: auto;
    margin-top: 32px;
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
    padding-right: unset;
  }

  .sec5 .text_wrap .text_box a.btn {
    display: block;
    margin: 32px auto 0;
  }
}

/* section6
***************************************************************/

.sec6 {
  background: linear-gradient(to top, #fdf9ed, #fbeef3);
  position: sticky;
  top: 0;
  border-radius: 80px 80px 0 0;
  padding: 100px 0 180px;
}

/*アコーディオン全体*/
.accordion-area {
  width: calc(100% - 30px);
  max-width: 850px;
  margin-top: 50px;
}

.accordion-area li {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.accordion-area li:nth-child(n + 2) {
  margin-top: 30px;
}

.accordion-area li::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #665c5c;
}

/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: bold;
  padding: 0 65px 0 60px;
  transition: all 0.3s ease;
}

/*アイコンの＋と×*/
.accordion-title::before,
.accordion-title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #d9d9d9;
}

.accordion-title::before {
  top: 10px;
  right: 22px;
  transform: rotate(0deg);
}

.accordion-title::after {
  top: 10px;
  right: 22px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.accordion-title.close::after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

/*アコーディオンで現れるエリア*/
.accordion-box {
  display: none;
  /*はじめは非表示*/
  padding-top: 15px;
}

.accordion-box p {
  font-weight: bold;
  position: relative;
  padding: 0 65px 0 60px;
}

.accordion-box p::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #e887a5;
}

@media screen and (max-width: 1120px) {
  .accordion-area {
    padding: 0 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec6 {
    border-radius: 60px 60px 0 0;
    padding: 80px 0 160px 0;
  }

  /*アコーディオン全体*/
  .accordion-area {
    margin-top: 40px;
    width: 100%;
    padding: unset;
  }

  .accordion-area li {
    padding-bottom: 5px;
  }

  .accordion-area li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .accordion-area li::before {
    top: -2px;
    left: 0;
    font-size: 18px;
  }

  /*アコーディオンタイトル*/
  .accordion-title {
    padding: 0 30px 0 23px;
  }

  .accordion-title::before {
    right: 10px;
  }

  .accordion-title::after {
    right: 10px;
  }

  /*アコーディオンで現れるエリア*/
  .accordion-box {
    padding-top: 11px;
  }

  .accordion-box p {
    font-size: 15px;
    padding: 0 30px 0 23px;
  }

  .accordion-box p::before {
    left: 0px;
    font-size: 18px;
  }
}

/* section7
***************************************************************/

.sec7 {
  background: linear-gradient(to top, #fbeef3, #edacbd);
  border-radius: 80px 80px 0 0;
  padding: 100px 0 180px;
  margin-top: -80px;
}

.sec7 .section_title_en {
  color: #fff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.sec7 .inner.type2 h2.section_title_ja {
  color: #fff;
}

.sec7 .contact_form {
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.sec7 .contact_form li {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.sec7 .contact_form li .title_box {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 250px;
  padding-top: 6px;
}

.sec7 .contact_form li .title_box p.title {
  font-weight: 900;
  line-height: 23px;
}

.sec7 .contact_form li .title_box span.required {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #e887a5;
  padding: 3px 0;
  background-color: #fff;
  border-radius: 16px;
  width: 60px;
  text-align: center;
}

.sec7 .contact_form li input,
.sec7 .contact_form li textarea {
  flex: 1;
  height: 36px;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
}

.sec7 .contact_form li textarea {
  height: 360px;
  resize: none;
}

.sec7 .check_inner {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 40px;
  margin-left: 250px;
  position: relative;
}

.sec7 .check {
}

.mw_wp_form .sec7 .check .error {
  left: unset;
  bottom: 2px;
  right: -111px;
}

.sec7 .check input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.sec7 .check .title_box {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sec7 .check .title_box p.title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sec7 .check .title_box p.title a {
  text-decoration: underline;
}

.sec7 .check .title_box span.required {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #e887a5;
  padding: 3px 0;
  background-color: #fff;
  border-radius: 16px;
  width: 60px;
  text-align: center;
}

.mw_wp_form .error {
  position: absolute;
  left: 250px;
  bottom: -20px;
}

@media screen and (max-width: 1120px) {
  .sec7 .contact_form {
    padding: 0 0 0 100px;
  }

  .sec7 .contact_form li input,
  .sec7 .contact_form li textarea {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec7 {
    border-radius: 60px 60px 0 0;
    padding: 80px 0 160px;
  }

  .sec7 .section_title_en {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .sec7 .inner.type2 h2.section_title_ja {
    color: #fff;
  }

  .sec7 .contact_form {
    margin-top: 46px;
    gap: 20px;
    padding: unset;
  }

  .sec7 .contact_form li {
    flex-flow: column;
    gap: 10px;
  }

  .sec7 .contact_form li .title_box p.title {
    font-size: 15px;
    line-height: 22px;
  }

  .sec7 .contact_form li input,
  .sec7 .contact_form li textarea {
    flex: unset;
    width: 100%;
  }

  .sec7 .check {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }

  .sec7 .check_inner {
    margin-top: unset;
    margin-left: unset;
  }
}
