.mv {
  display: flex;
  width: 100%;
  height: 38.96vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv {
    display: block;
    height: auto;
  }
}

.mv .mv__maskarea {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
  clip-path: ellipse(110% 100% at 50% 100%);
}

@media screen and (max-width: 767px) {
  .mv .mv__maskarea {
    flex-direction: column-reverse;
    height: auto;
    position: static;
    transform: none;
    -webkit-clip-path: ellipse(222% 100% at 50% 100%);
    clip-path: ellipse(222% 100% at 50% 100%);
  }
}

.mv .mv_img {
  width: 50%;
  flex-shrink: 1;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: 122%;
  background-position: 79% 87%;
}

@media screen and (max-width: 767px) {
  .mv .mv_img {
    width: 100%;
    height: 66.9333333333vw;
    background-size: 123%;
    background-position: 87% 46%;
  }
}

.mv .mv__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  flex-shrink: 1;
  color: #fff;
  background-color: #B3A369;
  font-size: 4.347vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .mv .mv__ttl {
    width: 100%;
    height: 74.4vw;
    font-size: 9.6vw;
  }
}

.mv .mv__ttl--sub01 {
  font-size: 3.478vw;
}

@media screen and (max-width: 767px) {
  .mv .mv__ttl--sub01 {
    font-size: 8vw;
  }
}

.mv .mv__ttl--sub02 {
  font-size: 1.9vw;
}

@media screen and (max-width: 767px) {
  .mv .mv__ttl--sub02 {
    font-size: 5.3333333333vw;
  }
}

.banner__area {
  width: 100%;
  margin: 0 auto;
}

.banner__area h2 {
  margin: 6.6rem 0 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .banner__area h2 {
    margin: 13.3333333333vw 0 0 0;
  }
}

.banner__area h3 {
  color: #998542;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
  .banner__area h3 {
    font-size: 4.2666666667vw;
    margin: 11.4666666667vw auto 0;
  }
}

.banner__area--img {
  width: 100%;
  margin: 1.2rem auto 0;
}

.banner__area--img .slider__area {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area {
    width: 85.3333333333vw;
  }
}

.banner__area--img .slider__area .slick-dots {
  bottom: -45px;
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area .slick-dots {
    bottom: -8vw;
  }
}

.banner__area--img .slider__area .slick-dots li {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area .slick-dots li {
    width: 4vw;
    height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area .slick-dots li button {
    width: 4vw;
    height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area .slick-dots li button::before {
    width: 4vw;
    height: 4vw;
  }
}

.banner__area--img .slider__area .slick-prev,
.banner__area--img .slider__area .slick-next {
  display: none !important;
}

.banner__area--img .slider__area .slider_item {
  width: 600px;
  margin: 0 1.7rem;
}

@media screen and (max-width: 767px) {
  .banner__area--img .slider__area .slider_item {
    width: 85.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}

.banner__area--img a {
  transition: 0.3s;
}

@media (hover: hover) {
  .banner__area--img a:hover {
    opacity: 0.6;
  }
}

.banner__area--img img {
  width: 100%;
}

.banner__area p {
  margin: 4.5rem 0 0 0;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .banner__area p {
    font-size: 4.8vw;
    margin: 4.8vw 0 0 0;
    line-height: 1.9;
    text-align: justify;
  }
}

.banner__area--text {
  padding: 0 6.7vw 8rem 6.7vw;
}

@media screen and (max-width: 767px) {
  .banner__area--text {
    width: calc(100% - 16vw);
    margin: 0 auto;
    padding: 0 0 16vw 0;
  }
}

.bg_l-gold {
  background-color: #EEEADC;
  padding: 9.6rem 9.7rem 8.6rem 9.7rem;
}

@media screen and (max-width: 767px) {
  .bg_l-gold {
    padding: 16vw 0;
  }
}

.bonus__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bonus__inner {
    max-width: none;
    width: calc(100% - 16vw);
  }
}

.bonus__inner p {
  text-align: center;
  margin: 1.6rem 0 0 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .bonus__inner p {
    font-size: 4.8vw;
    margin: 4.2666666667vw 0 0 0;
  }
}

.bonus__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin: 3rem auto 0;
}

@media screen and (max-width: 767px) {
  .bonus__list {
    flex-direction: column;
    gap: 2.6666666667vw 0;
    margin: 6.6666666667vw auto 0;
  }
}

.bonus__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 460px;
  width: calc(50% - 2.1rem);
  max-height: 145px;
  height: 12.6086956522vw;
  background-color: #fff;
  border-radius: 100px;
  padding: 0 3.2vw;
}

@media screen and (max-width: 767px) {
  .bonus__list li {
    max-width: none;
    width: 100%;
    max-height: none;
    height: 26.6666666667vw;
    border-radius: 26.6666666667vw;
    padding: 0 13.3333333333vw;
    gap: 0 5.3333333333vw;
  }
}

.bonus__list li .bonus__list--img {
  max-width: 7.3rem;
  width: 20%;
  max-height: calc(100% - 4.4rem);
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bonus__list li .bonus__list--img {
    max-width: none;
    width: 13.8666666667vw;
    height: auto;
    align-items: center;
  }
}

.bonus__list li .bonus__list--txt {
  max-width: 21rem;
  width: 76%;
  font-size: 2.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: -0.5rem 0 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 910px) {
  .bonus__list li .bonus__list--txt {
    font-size: 2.0869565217vw;
  }
}

@media screen and (max-width: 767px) {
  .bonus__list li .bonus__list--txt {
    max-width: none;
    width: 34.6666666667vw;
    font-size: 4.2666666667vw;
    align-items: center;
  }
}

.bonus__list li .bonus__list--txt span {
  font-size: 1.8rem;
}

@media screen and (max-width: 910px) {
  .bonus__list li .bonus__list--txt span {
    font-size: 1.5652173913vw;
  }
}

@media screen and (max-width: 767px) {
  .bonus__list li .bonus__list--txt span {
    font-size: 3.2vw;
  }
}

.acc--list {
  max-width: 960px;
  margin: 5.2rem auto 0;
}

@media screen and (max-width: 767px) {
  .acc--list {
    max-width: none;
    width: 100%;
  }
}

.acc--list .acc--title {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  background-color: #998542;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .acc--list .acc--title {
    height: 24vw;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (hover: hover) {
  .acc--list .acc--title:hover {
    cursor: pointer;
  }
}

.acc--list .acc--title.open::after {
  transform: translateX(-50%) rotate(0deg);
}

.acc--list .acc--title::after {
  display: block;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) rotate(90deg);
  right: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .acc--list .acc--title::after {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    right: 2.6666666667vw;
  }
}

.acc--list .acc--title::before {
  display: block;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 10px;
}

@media screen and (max-width: 767px) {
  .acc--list .acc--title::before {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    right: 2.6666666667vw;
  }
}

.acc--list .acc--title p {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .acc--list .acc--title p {
    font-size: 5.3333333333vw;
    font-weight: 400;
    margin: 0 16vw 0 auto;
  }
}

.acc--contents {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 0 1rem;
}

.acc--contents .acc--list__inner {
  max-width: 84.2rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 4.2rem 0;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner {
    max-width: none;
    flex-direction: column;
    padding: 0 4vw 6.6666666667vw;
    gap: 0 2.6666666667vw;
  }
}

.acc--contents .acc--list__inner li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.2rem solid #998542;
  gap: 1rem;
  padding: 1.9rem 0.9rem 1rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li {
    border-bottom: 0.5333333333vw solid #998542;
    gap: 2.6666666667vw;
    padding: 2.4vw 1.6vw;
  }
}

.acc--contents .acc--list__inner li .acc--list__inner--img {
  width: 6.1rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li .acc--list__inner--img {
    width: 9.6vw;
  }
}

.acc--contents .acc--list__inner li .acc--list__inner--txt {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  line-height: 1.5;
  font-feature-settings: "palt";
}

@media screen and (max-width: 910px) {
  .acc--contents .acc--list__inner li .acc--list__inner--txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li .acc--list__inner--txt {
    font-size: 5.6vw;
    line-height: 1.4;
  }
}

.acc--contents .acc--list__inner li .acc--list__inner--txt span {
  font-size: 1.8rem;
}

@media screen and (max-width: 910px) {
  .acc--contents .acc--list__inner li .acc--list__inner--txt span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li .acc--list__inner--txt span {
    font-size: 4.2666666667vw;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(odd) {
  max-width: 360px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(odd) {
    max-width: none;
    width: 100%;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(even) {
  max-width: 435px;
  width: 53%;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(even) {
    max-width: none;
    width: 100%;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(1) .acc--list__inner--img {
  margin: 0 auto -2rem;
}

.acc--contents .acc--list__inner li:nth-of-type(1) .acc--list__inner--img img {
  width: 4.73rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(1) .acc--list__inner--img img {
    width: 11.2vw;
  }
}

@media screen and (max-width: 910px) {
  .acc--contents .acc--list__inner li:nth-of-type(1) .acc--list__inner--img {
    margin: 0 auto -1rem;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(1) .acc--list__inner--img {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(1) {
    order: 1;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(2) .acc--list__inner--img {
  margin: 0 auto -1.1rem;
}

.acc--contents .acc--list__inner li:nth-of-type(2) .acc--list__inner--img img {
  width: 2.8rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(2) .acc--list__inner--img img {
    width: 6.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(2) .acc--list__inner--img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(2) {
    order: 4;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(3) .acc--list__inner--img {
  margin: 0 auto -1rem;
}

.acc--contents .acc--list__inner li:nth-of-type(3) .acc--list__inner--img img {
  width: 4.7rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(3) .acc--list__inner--img img {
    width: 11.2vw;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(3) .acc--list__inner--img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(3) {
    order: 2;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(4) .acc--list__inner--img {
  margin: 0 auto -1.5rem;
}

.acc--contents .acc--list__inner li:nth-of-type(4) .acc--list__inner--img img {
  width: 3.1rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(4) .acc--list__inner--img img {
    width: 6.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(4) .acc--list__inner--img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(4) {
    order: 5;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(5) .acc--list__inner--img {
  margin: 0 auto;
}

.acc--contents .acc--list__inner li:nth-of-type(5) .acc--list__inner--img img {
  width: 4.5rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(5) .acc--list__inner--img img {
    width: 10.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(5) {
    order: 3;
  }
}

.acc--contents .acc--list__inner li:nth-of-type(6) .acc--list__inner--img {
  margin: 0 auto -1.1rem;
}

.acc--contents .acc--list__inner li:nth-of-type(6) .acc--list__inner--img img {
  width: 5.3rem;
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(6) .acc--list__inner--img img {
    width: 12.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(6) .acc--list__inner--img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .acc--contents .acc--list__inner li:nth-of-type(6) {
    order: 6;
  }
}

.more__area {
  margin: 5.2rem auto 0;
}

@media screen and (max-width: 767px) {
  .more__area {
    margin: 9.0666666667vw auto 0;
  }
}

.more__area h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .more__area h2 {
    font-size: 6.6666666667vw;
  }
}

.more__area .more__list {
  max-width: 800px;
  width: 100%;
  margin: 3.1rem auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .more__area .more__list {
    max-width: none;
    margin: 7.4666666667vw auto 0;
    flex-direction: column;
    gap: 2.6666666667vw 0;
  }
}

.more__area .more__list li {
  width: calc(33.3333333333% - 0.7rem);
}

@media screen and (max-width: 767px) {
  .more__area .more__list li {
    width: 100%;
  }
}

.more__area .more__list li a {
  display: flex;
  max-width: 250px;
  width: 100%;
  height: 6.1rem;
  justify-content: center;
  align-items: center;
  color: #998542;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  border: 0.1rem solid #998542;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 910px) {
  .more__area .more__list li a {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .more__area .more__list li a {
    max-width: none;
    width: 66.9333333333vw;
    height: 16.2666666667vw;
    font-size: 5.0666666667vw;
    font-weight: 400;
    border-radius: 26.6666666667vw;
    border: 0.2666666667vw solid #998542;
    margin: 0 auto;
  }
}

.more__area .more__list li a::after {
  content: "";
  width: 13px;
  height: 14px;
  background-image: url(../img/arrow-gld.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .more__area .more__list li a::after {
    width: 3.4666666667vw;
    height: 3.7333333333vw;
    right: 4vw;
  }
}

@media (hover: hover) {
  .more__area .more__list li a:hover {
    opacity: 0.6;
  }
}

.more__area .more__list li:nth-of-type(3) a {
  justify-content: flex-start;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 910px) {
  .more__area .more__list li:nth-of-type(3) a {
    padding: 0 0 0 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .more__area .more__list li:nth-of-type(3) a {
    justify-content: center;
    padding: 0;
  }
}

.bg_gold {
  background-color: #B3A369;
  padding: 6.2rem 9.7rem 6.2rem 9.7rem;
}

@media screen and (max-width: 767px) {
  .bg_gold {
    padding: 13.3333333333vw 0;
  }
}

.flex__app-area__inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner {
    max-width: none;
    width: 100%;
  }
}

.flex__app-area__inner .flex__app-area {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area {
    display: grid;
    grid-template-columns: 44% 50%;
    grid-template-rows: 44% 50%;
    -moz-column-gap: 6.9333333333vw;
    column-gap: 6.9333333333vw;
    row-gap: 8.8vw;
  }
}

.flex__app-area__inner .flex__app-area--img {
  width: 146px;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area__img {
    width: 25.6vw;
    margin-left: auto;
    margin-right: 0;
  }
}

.flex__app-area__inner .flex__app-area__logo {
  width: 224px;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area__logo {
    width: 50.1333333333vw;
    margin: 0 auto;
  }
}

.flex__app-area__inner .flex__app-area__logo a {
  transition: 0.3s;
}

@media (hover: hover) {
  .flex__app-area__inner .flex__app-area__logo a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area .flex___right-pc {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area .flex___right-pc .flex___right-box {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
  }
}

.flex__app-area__inner .flex__app-area .flex___right-pc h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  margin: 3.2rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area .flex___right-pc h3 {
    font-size: 6.1333333333vw;
    font-weight: 400;
    text-align: center;
    margin: 10.6666666667vw 0 0 0;
  }
}

.flex__app-area__inner .flex__app-area .flex___right-pc p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 3.6rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area .flex___right-pc p {
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 6.6666666667vw 0 0 0;
  }
}

.flex__app-area__inner .flex__app-area .flex___right-pc .app_list {
  width: 384px;
  display: flex;
  justify-content: space-between;
  margin: 3.4rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .flex__app-area__inner .flex__app-area .flex___right-pc .app_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 41.6vw;
    gap: 3.2vw 0;
    margin: 0;
  }
}

.flex__app-area__inner .flex__app-area .flex___right-pc .app_list a {
  transition: 0.3s;
}

@media (hover: hover) {
  .flex__app-area__inner .flex__app-area .flex___right-pc .app_list a:hover {
    opacity: 0.6;
  }
}

.join__area {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 7.5rem 0;
}

@media screen and (max-width: 910px) {
  .join__area {
    padding: 7.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .join__area {
    max-width: calc(100% - 6rem);
    display: block;
    padding: 13.3333333333vw 0 14.6666666667vw;
  }
}

.join__area--logo_area p {
  color: #3A3726;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .join__area--logo_area p {
    font-size: 4.2666666667vw;
  }
}

.join__area--logo_area div {
  width: 281px;
  margin: 3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .join__area--logo_area div {
    width: 64.5333333333vw;
    margin: 6.9333333333vw auto 0;
  }
}

.join__area--logo_area div a {
  transition: 0.3s;
}

@media (hover: hover) {
  .join__area--logo_area div a:hover {
    opacity: 0.6;
  }
}

.join__area--txt_area p {
  color: #3A3726;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .join__area--txt_area p {
    font-size: 4.8vw;
    margin: 6.6666666667vw 0 0 0;
  }
}

.join__area--txt_area div a {
  display: block;
  background-color: #C66E4E;
  width: 450px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  margin: 2.3rem 0 0 0;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .join__area--txt_area div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85.3333333333vw;
    height: 16vw;
    font-size: 5.8666666667vw;
    margin: 4.8vw auto 0;
    padding: 0 0 0.5333333333vw 0;
    border-radius: 26.6666666667vw;
  }
}

@media (hover: hover) {
  .join__area--txt_area div a:hover {
    opacity: 0.6;
  }
}

.join__area--txt_area div a::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/arrow-wht.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .join__area--txt_area div a::after {
    width: 3.4666666667vw;
    height: 3.7333333333vw;
    right: 6.9333333333vw;
  }
}

/* 2504追加 */
.area_charm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 124px;
}

.area_charm div:nth-of-type(2) {
  order: 3;
}

.area_charm div:last-child {
  width: 80%;
  text-align: center;
}

.area_charm div:last-child h3 {
  font-size: 16px;
  color: #998542;
  padding-bottom: 31px;
}

.area_charm div:last-child h2 {
  padding-bottom: 41px;
}

.area_charm div:last-child p {
  line-height: 2;
}

.area_excited01 {
  background-color: #EEEADC;
  position: relative;
  padding-bottom: 97px;
}

.area_excited01 .item {
  width: 74px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.area_excited01 h2 {
  padding: 50px 0 30px;
}

.area_excited01 .img {
  max-width: 950px;
  margin: 0 auto;
}

.area_excited01 h3 {
  font-size: 23px;
  text-align: center;
  color: #998542;
  margin-top: 41px;
}

.area_excited01 p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-top: 25px;
}

.area_excited01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  margin-top: 50px;
}

.area_excited01 ul li {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.area_excited01 ul li .img {
  width: 50%;
  max-width: 100%;
}

.area_excited01 ul li .img img {
  border-radius: 10px 0 0 10px;
}

.area_excited01 ul li .text {
  width: 50%;
  padding: 0 20px;
}

.area_excited01 ul li .text h4 {
  color: #998542;
  font-size: 16px;
  line-height: 1.6;
}

.area_excited01 ul li .text p {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}

.area_excited02 {
  background-color: #EEEADC;
  position: relative;
  margin-top: 138px;
  padding-bottom: 116px;
}

.area_excited02 .item {
  width: 74px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.area_excited02 h2 {
  padding: 50px 0 30px;
}

.area_excited02 .slider__area li {
  margin: 0 15px;
}

.area_excited02 .slider__area .slider_item h3 {
 background: #d9d1b4;
 color: #998542;
 font-size: 16px;
 text-align: center;
 border-radius: 100px;
 padding: 12px 0;
 margin-bottom: 10px;
}

.area_excited02 .slider__area .slider_item a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.area_excited02 .slider__area .slider_item a .img {
  position: relative;
  overflow: hidden;
}

.area_excited02 .slider__area .slider_item a .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  pointer-events: none;
}

.area_excited02 .slider__area .slider_item a .img img {
  position: relative;
  transition: transform 1s ease; 
}

.area_excited02 .slider__area .slider_item a:hover .img img {
  transform: scale(1.1) translateY(-2px);
}

.area_excited02 .slider__area .slider_item a .img p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  z-index: 10;
}

.area_excited02 .slider__area .slider_item a .text {
  padding: 20px 30px;
  height: 270px;
}

@media screen and (max-width: 937px) {
  .area_excited02 .slider__area .slider_item a .text {
    height: 370px;
  }  
}

.area_excited02 .slider__area .slider_item a .text h4 {
  color: #998542;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
}

.area_excited02 .slider__area .slider_item a .text p {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 20px;
}

.area_excited02 .slider__area .slider_item a .text p:nth-of-type(2) {
  color: #998542;
  text-decoration: underline;
  font-weight: 500;
}

.slick-prev,
.slick-next {
  width: 50px;
  top: auto;
  bottom: 60px;
}

.slick-prev {
  left: 40px;
}

.slick-next {
  right: 40px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.area_excited02 .btn_plan {
  display: block;
  text-align: center;
  font-size: 19px;
  vertical-align: middle;
  text-decoration: none;
  width: fit-content;
  margin: 50px auto 0;
  border-radius: 100vh;
  transition: 0.5s;
  background: #c66e4e;
  color: #fff;
  position: relative;
}

.area_excited02 .btn_plan:hover {
 opacity: 0.8;
}

.area_excited02 .btn_plan a {
  display: block;
  padding: 2rem 11rem;
}

.area_excited02 .btn_plan a::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/arrow-wht.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.area_excited02.excited03 {
  padding-bottom: 80px;
}

.area_excited02.excited03 .slick-prev,
.area_excited02.excited03 .slick-next {
  bottom: 140px;
}

.area_banner {
  max-width: 633px;
  margin: 53px auto 85px;
  transition: 0.5s;
}

.area_banner:hover {
  opacity: 0.8;
}

.area_topic {
  background: #e2bead;
  padding: 118px 0 109px;
}

.area_topic h2 {
  color: #c66e4e;
  margin-bottom: 50px;
}

.area_topic .box {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.area_topic .box .img,
.area_topic .box .text {
  width: 48%;
}

.area_topic .box .text h3 {
  color: #c66e4e;
  font-size: 20px;
  padding-bottom: 20px;
}

.area_topic .box .text p {
  font-size: 14px;
  line-height: 2;
}

.area_topic .box .text a {
  display: block;
  text-align: center;
  font-size: 17px;
  vertical-align: middle;
  text-decoration: none;
  width: fit-content;
  margin: 30px 0 0;
  padding: 1.2rem 6.5rem;
  border-radius: 100vh;
  transition: 0.5s;
  background: #fff;
  color: #c66e4e;
  position: relative;
}

.area_topic .box .text a::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../img/arrow-ora.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.area_topic .box .text a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 927px) {
  .area_charm {
    display: block;
    margin-bottom: 124px;
  }
  .area_charm div:last-child {
    width: 100%;
    margin: 52px 0;
  }
  .area_charm .pc {
    display: none;
  }
  .area_charm .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .area_charm div:last-child h3 {
    padding-bottom: 20px;
  }  
  .area_charm div:last-child h2 {
    font-size: 25px;
    padding-bottom: 25px;
  }
  .area_charm div:last-child p {
    font-size: 16px;
  }
  .area_excited01 {
    padding-bottom: 40px;
  }  
  .area_excited01 h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .area_excited01 ul li {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
  .area_excited01 ul li .img {
    width: 100%;
  }
  .area_excited01 ul li .img img {
    border-radius: 10px 10px 0 0;
  }
  .area_excited01 ul li .text {
    width: 100%;
    padding: 20px;
  }
  .area_excited01 ul li .text p {
    margin-top: 15px;
  }
  .area_excited01 ul {
    display: block;
  }
  .area_excited02 h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .area_excited02 .btn_plan {
    margin: 60px auto 0;
  }  
  .area_excited02 .btn_plan a {
    padding: 1.5rem 5rem;
  }
  .area_excited02.excited03 {
    padding-bottom: 50px;
  }
  .area_excited02.excited03 .slick-prev,
  .area_excited02.excited03 .slick-next {
    bottom: 110px;
  }
  .area_banner {
    width: 80%;
  }
  .area_topic {
    padding: 51px 0 48px;
  }
  .area_topic h2 {
    font-size: 25px;
  }
  .area_topic .box {
    display: block;
    width: 80%;
  }
  .area_topic .box .img,
  .area_topic .box .text {
    width: 100%;
  }
  .area_topic .box .text h3 {
    padding-top: 20px;
  }
  .area_topic .box .text a {
    margin: 30px auto 0;
  }
  .area_excited02 .slider__area .slider_item a .text {
    height: 300px;
  }  
}



