.accessories {
  background-color: #fffcf0;
  position: relative;
  padding: 8.3rem 2.5rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .accessories {
    padding: 3.3rem 1.5rem 6rem;
  }
}

.accessories-bg {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.accessories-contents {
  z-index: 1;
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
}
.accessories-contents--inner {
  z-index: 1;
  background: url(../img/top/accessories-cont-bg.png) center center/100% 100% no-repeat;
  width: 100%;
  padding: 3.6rem 4.2rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents--inner {
    background: url(../img/top/accessories-cont-bg_sp.png) center center/100% 100% no-repeat;
    padding: 1.6rem 1.8rem 3.4rem;
  }
}

.accessories-title {
  text-align: center;
  color: #7c624d;
  font-family: "Libre Bodoni", serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 4.2rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .accessories-title {
    line-height: 1.8666666667;
    font-size: 3rem;
  }
}

.accessories-title::after {
  content: "";
  display: block;
  width: 7.3rem;
  height: 0.05rem;
  background-color: #7c624d;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .accessories-title::after {
    margin-top: 0.5rem;
  }
}

.accessories-contents__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents__main {
    display: block;
    margin-top: 1.6rem;
  }
}

.accessories-contents__main--image {
  max-width: 44rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents__main--image {
    width: 75%;
    margin: 0 auto;
  }
}

.accessories-contents__main--texts {
  max-width: 41.6rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents__main--texts {
    padding: 0 1.2rem;
    margin-top: 2.6rem;
  }
}

.accessories-contents__main--texts .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.34375;
  letter-spacing: 0.04em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents__main--texts .title {
    font-size: 2.4rem;
    text-align: center;
  }
}

.accessories-contents__main--texts .text {
  margin-top: 2rem;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .accessories-contents__main--texts .text {
    margin-top: 2.6rem;
    line-height: 1.8571428571;
  }
}

.accessories-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 41.6rem;
  margin: 2.4rem auto 0;
  border-radius: 12px;
  background-color: #f2e9cc;
  text-align: center;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .accessories-btn {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

.accessories-btn img {
  width: 1rem;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.case {
  background-color: #fffcf0;
}
@media screen and (max-width: 767px) {
  .case .section-title__1 .btm-text {
    font-size: 1.6rem;
  }
}
.case .more-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .case .more-btn {
    margin-top: 3rem;
  }
}

.case-content {
  max-width: 100rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .case-content {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .case-content_top {
    overflow: hidden;
    transform: translate(-1.5rem);
    width: 67rem;
  }
}

@media screen and (max-width: 767px) {
  .case-content_top .case-slider,
  .case-content_btm .case-slider {
    padding-left: 1.5rem;
  }
}

.case-top__item {
  background-color: #fff;
  border: 0.05rem solid #7c624d;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 6.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case-top__item {
    margin: 0 0.6rem 0rem;
  }
}

.case-top__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .case-top__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.case-content .ribon {
  top: 0rem;
  left: 1rem;
  width: 10.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .case-content .ribon {
    left: 0.5rem;
  }
}

.case-top__item .ribon {
  top: -0.1rem;
}
.ribon-inner {
  width: 100%;
  position: relative;
}
.case-content .ribon .text {
  color: #fff;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.5rem;
  position: absolute;
  top: 35%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.case-top__item--image,
.case-btm__item--image {
  width: 100%;
  aspect-ratio: 490/280;
  height: auto;
  max-width: 49rem;
}
@media screen and (max-width: 767px) {
  .case-top__item--image,
  .case-btm__item--image {
    max-width: initial;
    aspect-ratio: 304/188;
  }
}

.case-top__item--image img,
.case-btm__item--image img {
  aspect-ratio: 490/280;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case-top__item--image img,
  .case-btm__item--image img {
    aspect-ratio: 304/188;
  }
}

.case-top__item--texts {
  width: 100%;
  max-width: 41rem;
}
@media screen and (max-width: 767px) {
  .case-top__item--texts {
    max-width: initial;
    padding: 1.2rem 0.5rem 2rem;
  }
}

.case-top__item--texts .title {
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #7c624d;
}
@media screen and (max-width: 767px) {
  .case-top__item--texts .title {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.case-top__item--texts .top-text {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .case-top__item--texts .top-text {
    letter-spacing: 0;
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.case-top__item--texts .btm-text {
  margin-top: 2rem;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .case-top__item--texts .btm-text {
    line-height: 1.8571428571;
  }
}

.case-content_btm {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .case-content_btm {
    margin-top: 0.5rem;
    transform: translate(-1.5rem);
    overflow: hidden;
    width: 67rem;
  }
}

.case-btm__item {
  background-color: #f2e9cc;
}
@media screen and (max-width: 767px) {
  .case-btm__item {
    height: auto;
    margin: 0 0.6rem 0rem;
  }
}

.case-content_btm__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2.8rem;
  line-height: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  letter-spacing: 0.1em;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .case-content_btm__title {
    margin-top: 4.5rem;
    font-size: 2rem;
    gap: 1.5rem;
  }
}

.case-content_btm__title::before,
.case-content_btm__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 29rem;
  height: 0.05rem;
  background-color: #7c624d;
}
@media screen and (max-width: 767px) {
  .case-content_btm__title::before,
  .case-content_btm__title::after {
    width: 10%;
  }
}

.case-content_btm ul {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .case-content_btm ul {
    display: block;
    margin-top: 3rem;
  }
}

.case-btm__item--name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .case-btm__item--name {
    padding: 0 1.6rem;
    height: 9rem;
    gap: 1rem;
  }
}

.case-btm__item--name .name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
@media screen and (max-width: 767px) {
  .case-btm__item--name .name {
    font-size: 1.6rem;
  }
}

.case-btm__item--name .name span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .case-btm__item--name .name span {
    font-weight: 600;
  }
}

.case-btm__item--name .arrow {
  width: 1.2rem;
}
#index .slick-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  #index .slick-dots {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .case-slider .slick-dots {
    width: 30rem;
    max-width: calc(100vw - 3rem);
    gap: 0.8rem;
  }
}

.slick-dots li button {
  color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #999593;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}

.slick-dots .slick-active button {
  background-color: #eabc02;
}

.column {
  padding: 0 0 3.6rem;
  background-color: #f2e9cc;
}
.column .more-btn {
  margin-top: 4rem;
}

.column-contents {
  max-width: 97rem;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .column-contents {
    margin-top: 3rem;
  }
}

.column-contents__list {
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.column-contents__list--item .image img {
  aspect-ratio: 450/300;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item .image img {
    aspect-ratio: 345/195;
  }
}

.column-contents__list--item .texts-wrap {
  display: flex;
  align-items: center;
  padding: 2.8rem 2.6rem 3rem;
  background-color: #7c624d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item .texts-wrap {
    padding: 1.6rem 2.2rem;
  }
}

.column-contents__list--item .day {
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  line-height: 0.875;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item .day {
    font-size: 2rem;
  }
}

.column-contents__list--item .day span {
  line-height: 1.3125;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item .day span {
    font-size: 1.2rem;
  }
}

.column-contents__list--item .name {
  line-height: 1.4444444444;
  font-size: 1.8rem;
  padding: 0 1.2rem 0 2.4rem;
  margin-left: 2.4rem;
  border-left: 0.05rem solid #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-contents__list--item .name {
    font-size: 1.6rem;
    padding: 0.6rem 1.2rem 0.6rem 2.2rem;
  }
}

.column-contents__list--item .arrow {
  width: 0.8rem;
  margin-left: auto;
}
.contact {
  background-color: #f2e9cc;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 3.5rem 0 3rem;
  }
}

.contact .inner {
  position: relative;
  z-index: 1;
}

.contact .movie-subtitle__eng {
  margin-top: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact .movie-subtitle__eng {
    margin-top: 2.4rem;
  }
}

.contact .movie-title__eng::before,
.contact .movie-title__eng::after {
  display: none;
}

.contact-contents {
  padding: 6rem 0 6.8rem;
  background-color: #fff;
  border: 0.5px solid #7c624d;
}
@media screen and (max-width: 767px) {
  .contact-contents {
    padding: 3.6rem 1.5rem;
  }
}

.contact-form {
  max-width: 75rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin: 4rem auto 0;
  }
}

.form-block {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-block {
    display: block;
  }
}

.form-block:nth-child(n+2) {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .form-block:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}

.form-block__label {
  width: 20rem;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-block__label {
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.form-block__label p {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-block__label p {
    font-weight: 600;
  }
}

.form-block__label .ninni,
.form-block__label .hissu {
  border-radius: 4px;
  border: 0.5px solid;
  padding: 0.3rem;
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  width: 4rem;
  margin-top: 0.08rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-block__label .ninni,
  .form-block__label .hissu {
    padding: 0.2rem;
    margin-top: 0;
  }
}

.form-block__label .ninni {
  border-color: #563621;
  color: #563621;
}

.form-block__label .hissu {
  border-color: #dc0c15;
  color: #dc0c15;
}

.form-block__input {
  width: calc(100% - 20rem);
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form-block__input {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

.form-block__input input {
  display: block;
  width: 100%;
  height: 4.6rem;
  border: 0.5px solid #7c624d;
  background-color: #f2f2f2;
  padding: 0.4rem;
}
.form-block__input textarea {
  display: block;
  width: 100%;
  height: 13rem;
  border: 0.5px solid #7c624d;
  background-color: #f2f2f2;
  padding: 0.4rem;
}
.check-input {
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .check-input {
    margin-top: 3rem;
    padding-left: 2.4rem;
  }
}

.check-input label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.check-input label:nth-child(n+2) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .check-input2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 6rem;
  }
}

@media screen and (max-width: 767px) {
  .check-input2 label:nth-child(n+2) {
    margin-top: 0rem;
  }
}

.privacy-block {
  border: 0.5px solid #7c624d;
  padding: 0.8rem;
  max-width: 75rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .privacy-block {
    padding: 3.5rem 0.5rem;
    margin: 3rem auto 0;
  }
}

.privacy-block img {
  max-width: 50.6rem;
  margin: 0 auto;
}

.form-block__input input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #563621;
}
.form-block__input input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5px solid #563621;
  border-radius: 50%;
  background-color: #fff;
}
.form-block__input input[type=checkbox]:checked {
  accent-color: #563621;
}

.form-block__input input[type=radio]:checked {
  background-image: url("../img/common/radio.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-btn {
  position: relative;
  width: 41rem;
  margin: 4.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .form-btn {
    width: 100%;
  }
}

.form-btn input,
.form-btn a {
  width: 100%;
  height: 5rem;
  display: block;
  border-radius: 1rem;
  background-color: #7c624d;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .form-btn input,
  .form-btn a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .form-btn input:hover,
  .form-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .form-btn input,
  .form-btn a {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.form-btn .arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 0.8rem;
}
.faq {
  padding-bottom: 12rem;
  background-image: url("../img/top/faq-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 9rem;
  }
}

.faq .movie-title {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .faq .movie-title {
    margin-top: 5rem;
  }
}

.movie-subtitle__eng {
  color: #eabc02;
  font-family: "Libre Bodoni", serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .movie-subtitle__eng {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

.faq-content {
  border: 1px solid #7c624d;
  background-color: #fff;
  max-width: 100rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .faq-content {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.faq-list__item:first-child .faq-list__item--q {
  border: none;
}

.faq-list__item--q {
  border-top: 1px solid #7c624d;
  padding: 1.7rem 2.6rem;
  display: flex;
  align-items: center;
  margin: 0 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-list__item--q {
    border-top: 1px solid #7c624d;
    padding: 1.6rem 2rem;
  }
}

.faq-list__item--q,
.faq-list__item--a {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
}
.faq-list__item--q .q {
  color: #7c624d;
  font-family: "Libre Bodoni", serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq-list__item--q .q {
    font-size: 2.4rem;
  }
}

.faq-list__item--q .title {
  margin-left: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item--q .title {
    font-weight: 400;
    margin-left: 1.6rem;
    font-size: 1.4rem;
  }
}

.faq-list__item--q .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item--q .plus {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
  }
}

.faq-list__item--q .plus span {
  width: 100%;
  height: 0.2rem;
  background-color: #563621;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq-list__item--q .plus span:nth-child(n+2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.close .plus span:nth-child(n+2) {
  opacity: 0;
}

.faq-list__item--a {
  display: flex;
  align-items: flex-start;
  padding: 3rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item--a {
    padding: 1.6rem 2rem;
  }
}

.faq-list .js-aco_openbox {
  margin-bottom: 2rem;
  width: 100%;
  background-color: #f2efe4;
}
@media screen and (max-width: 767px) {
  .faq-list .js-aco_openbox {
    margin-bottom: 0;
  }
}

.faq-list__item--a .a {
  color: #eabc02;
  font-family: "Libre Bodoni", serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq-list__item--a .a {
    font-size: 2.4rem;
  }
}

.faq-list__item--a .text {
  margin-left: 2.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item--a .text {
    margin-top: 0.4rem;
    margin-left: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.faq-list__item--a .text a {
  text-decoration: underline;
}

.faq-list__item--a .text span {
  font-size: 1.4rem;
}

.faq-btn {
  background-color: #7c624d;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 6.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq-btn {
    font-weight: 600;
    font-size: 1.4rem;
  }
}

.faq-btn .arrow {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  right: 3.6rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-btn .arrow {
    right: 1.5rem;
  }
}

.faq-btn.expanded .arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.media {
  background-color: #fffcf0;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .media {
    padding: 4rem 0;
  }
}

.media .accessories-contents--inner {
  z-index: 1;
  width: 100%;
  padding: 3.6rem 4.2rem 5.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .media .accessories-contents--inner {
    padding: 1.6rem 1.8rem 3.4rem;
  }
}

.media .accessories-contents__main {
  display: block;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .media .accessories-contents__main {
    margin-top: 2.6rem;
  }
}

.media .accessories-contents__main--texts {
  max-width: initial;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .media .accessories-contents__main--texts {
    padding: 0 1.2rem;
    margin-top: 2.6rem;
  }
}

.media .accessories-contents__main--texts .text {
  font-family: "Noto Serif JP", serif;
  margin-top: 3rem;
  line-height: 1.7777777778;
  font-size: 1.8rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .media .accessories-contents__main--texts .text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.media-list {
  margin: 4.4rem auto 0;
  max-width: 86rem;
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .media-list {
    margin-top: 2.6rem;
    gap: 2.4rem;
    flex-wrap: wrap;
    padding: 0 1.6rem;
  }
}

.media-list__item {
  max-width: 17.7rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .media-list__item {
    width: calc(50% - 1.2rem);
  }
}

.serach-icon {
  top: -0.5rem;
  right: -0.5rem;
  width: 2.4rem;
}
.movie {
  padding: 12rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 3rem 0 4rem;
  }
}

.movie-title {
  text-align: center;
}

.movie-title__eng {
  font-family: "Libre Bodoni", serif;
  font-weight: 200;
  font-style: italic;
  font-size: 7rem;
  line-height: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.4rem;
  color: #7c624d;
}
@media screen and (max-width: 767px) {
  .movie-title__eng {
    font-size: 4.2rem;
    gap: 3.6rem;
  }
}
.movie-title__eng.-white {
  color: #fff;
}
.movie-title__eng.-white::before, .movie-title__eng.-white::after {
  background-color: #fff;
}

.movie-title__eng::before,
.movie-title__eng::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 30.5rem;
  height: 0.05rem;
  background-color: #7c624d;
}
.movie-title__jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.04em;
  font-size: 3.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .movie-title__jp {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.movie-title__jp.-white {
  color: #fff;
}

.movie-content {
  width: 100%;
  max-width: 90rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .movie-content {
    margin-top: 3rem;
  }
}

.movie-slider {
  max-width: 71.2rem;
  margin: 0 auto;
}
.movie-slider .slick-dots {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .movie-slider .slick-dots {
    gap: 0.8rem;
  }
}

.movie-slider iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.movie-content__btm {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .movie-content__btm {
    display: block;
    margin-top: 3.2rem;
  }
}

.movie-content__btm--block {
  max-width: 44rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie-content__btm--block:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.movie-content__btm--block .text {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.11em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .movie-content__btm--block .text {
    font-size: 1.6rem;
  }
}

.movie-btn {
  margin-top: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .movie-btn {
    margin-top: 1.2rem;
  }
}

.mv {
  background-image: url("../img/top/mv-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url("../img/top/mv-bg__sp.png");
    padding-top: 7rem;
  }
}

.mv__inner {
  width: 100%;
  max-width: 125rem;
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    display: block;
  }
}

.mv-l {
  width: 100%;
  max-width: 55rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-l {
    max-width: 29.5rem;
    margin: 0 auto;
  }
}

.mv-l-top {
  margin-left: 6.6rem;
  width: 100%;
  height: auto;
  max-width: 33rem;
  aspect-ratio: 330/370;
  background-image: url("../img/top/mv-l-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 1.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mv-l-top {
    margin: 0 auto;
    max-width: 17.5rem;
    padding-top: 2.5rem;
  }
}

.mv-l-top__text {
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-l-top__text {
    font-size: 1.4rem;
  }
}

.mv-l-top__text .top {
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mv-l-top__text .top {
    font-size: 0.8em;
  }
}

.mv-l-top__text .mini {
  font-size: 0.7em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .mv-l-top__text .mini {
    font-size: 0.7em;
  }
}

.mv-l-btm {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .mv-l-btm {
    margin-top: -1.6rem;
    padding: 0 0.5rem;
  }
}

.mv-r {
  width: 100%;
  max-width: 71rem;
  margin-left: -3.2rem;
}
@media screen and (max-width: 767px) {
  .mv-r {
    width: 90%;
    margin: 1rem auto 0;
  }
}

.mv-slider__item img {
  border-radius: 6px;
  /*aspect-ratio: 710/460;*/
}
.mv-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.news {
  padding: 0 0 6rem;
  background-color: #fffcf0;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 3.6rem;
  }
}

.news-list {
  max-width: 100rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 4rem;
    padding: 0 1.5rem;
  }
}

.news-list__item {
  border-bottom: 0.1rem solid #563621;
  padding-bottom: 2.4rem;
}
.news-list__item .js-aco_title {
  display: flex;
  padding: 0 2.6rem 0 1.2rem;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .news-list__item .js-aco_title {
    display: block;
    padding: 0 0rem 0 1.2rem;
  }
}

.news-list__item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .news-list__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.news-list__item--l {
  display: flex;
  align-items: flex-start;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .news-list__item--l {
    gap: 1rem;
    align-items: center;
  }
}

.news-list__item--l .day {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  width: 12.3rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .news-list__item--l .day {
    font-size: 1.4rem;
    width: 7.3rem;
  }
}

.news-list__item--l .category {
  width: 10rem;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 200;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-list__item--l .category {
    width: 11rem;
  }
}

.category.media-category {
  background-color: #563621;
  color: #fff;
}

.category.exhibition {
  background-color: #7c624d;
  color: #fff;
}

.category.campain {
  background-color: #fff5cc;
  color: #563621;
  border: 0.05rem solid #563621;
}

.category.new-item {
  background-color: #eabc02;
  color: #fff;
}

.category.sample {
  background-color: #f7f0df;
  color: #563621;
  border: 0.05rem solid #563621;
}

.news-list__item--r {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list__item--r {
    margin-top: 1.6rem;
  }
}

.news-list__item--r .title {
  display: flex;
  align-items: center;
  gap: 3.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list__item--r .title {
    align-items: flex-start;
    gap: 5rem;
  }
}

.news-list__item--r .title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .news-list__item--r .title h3 {
    font-size: 1.4rem;
  }
}

.news-list__item--r .arrow {
  width: 1.2rem;
  transform: rotate(90deg);
  margin-left: auto;
  transition: 0.3s;
}
.close .arrow {
  transform: rotate(270deg);
}
.news-list__item .content {
  margin-top: 2rem;
  font-size: 1.4rem;
  margin-left: 27.2rem;
}
@media screen and (max-width: 767px) {
  .news-list__item .content {
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 1.2rem;
  }
}

.news .more-btn {
  margin-top: 4.4rem;
}
.others {
  padding: 7.2rem 0 6.2rem;
  background-color: #f2e9cc;
}
@media screen and (max-width: 767px) {
  .others {
    padding: 3rem 0;
  }
}

.others-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .others-title {
    font-size: 2.4rem;
  }
}

.others-subtitle {
  margin-top: 4rem;
  text-align: center;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .others-subtitle {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0 1.5rem;
  }
}

.others-slider {
  max-width: 109rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .others-slider {
    margin-top: 2.4rem;
  }
}

.others-slider__item {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .others-slider__item {
    margin: 0 5rem;
  }
}

.others-slider__item--img {
  aspect-ratio: 350/230;
}
.others-slider__item--texts {
  background-color: #fff;
  padding: 1.6rem 0 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .others-slider__item--texts {
    padding: 1rem 0;
  }
}

.others-slider__item--texts .eng {
  color: #eabc02;
  font-family: "Libre Bodoni", serif;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 200;
}
.others-slider__item--texts .jp {
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1;
  font-size: 1.8rem;
  margin-top: 0.6rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .others-slider__item--texts .jp {
    font-size: 1.4rem;
  }
}

.others-slider .slick-arrow {
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 3.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .others-slider .slick-arrow {
    width: 1.4rem;
    height: 2.4rem;
  }
}

.others-slider .slick-prev {
  left: -6.2rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .others-slider .slick-prev {
    left: 2rem;
  }
}

.others-slider .slick-next {
  right: -6.2rem;
}
@media screen and (max-width: 767px) {
  .others-slider .slick-next {
    right: 2rem;
  }
}

.products {
  background-color: #fffcf0;
}
@media screen and (max-width: 767px) {
  .products .eng-title {
    margin-left: -1rem;
  }
}

.products-inner {
  max-width: 125rem;
}
@media screen and (max-width: 767px) {
  .products-inner {
    padding: 0 1.5rem;
  }
}

.products-contents {
  width: 100%;
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .products-contents {
    display: block;
    margin-top: 3rem;
  }
}

.products-contents__card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-contents__card:nth-child(n+2) {
    margin-top: 2.2rem;
  }
}

.products-contents__card--top {
  background-color: #f2e9cc;
  padding: 3.4rem 2.4rem 3rem;
  width: 100%;
  height: 59.4rem;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top {
    padding: 1.6rem;
    height: auto;
  }
}

.products-contents__card--top .label {
  display: flex;
  align-items: center;
  gap: 9.5rem;
  padding-left: 3.6rem;
  padding-bottom: 3.4rem;
  border-bottom: 0.5px solid #7c624d;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .label {
    gap: 3rem;
    padding-left: 1rem;
    padding-bottom: 1.2rem;
  }
}

.products-contents__card--top .label .logo {
  width: 9.7rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .label .logo {
    width: 7.2rem;
  }
}

.products-contents__card--top .label .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .label .title {
    font-weight: 600;
    font-size: 1.9rem;
  }
}

.products-contents__card--top .main-cont {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .main-cont {
    display: block;
    margin-top: 2.4rem;
  }
}

.products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont {
    margin-top: 2.5rem;
  }
}

.products-contents__card--top .main-cont .main-cont__l {
  max-width: 19.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .main-cont .main-cont__l {
    max-width: initial;
    margin-top: 1.8rem;
  }
}

.products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont .main-cont__l {
  max-width: 19.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont .main-cont__l {
    max-width: initial;
    margin-top: 1.8rem;
  }
}

.products-contents__card--top .main-cont .main-cont__r {
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .main-cont .main-cont__r img {
    max-width: 16.4rem;
    margin: 0 auto;
  }
}

.products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont .main-cont__r img {
  max-width: 28.4rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont .main-cont__r img {
    max-width: 16.4rem;
  }
}

.products-contents__card--top .main-cont__r .text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .main-cont__r .text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 400;
  }
}

.products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont__r .text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .products-contents__card:nth-of-type(2) .products-contents__card--top .main-cont__r .text {
    margin-top: 1.2rem;
  }
}

.products-contents__card--top .main-cont__r .text span {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .products-contents__card--top .main-cont__r .text span {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}

.products-contents__card--btm {
  background-color: #fff;
  border: 0.5px solid #7c624d;
  padding: 4.6rem 2.4rem 3rem;
  margin-top: 3rem;
  height: 51.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .products-contents__card--btm {
    padding: 2.8rem 1.6rem 2rem;
    height: auto;
  }
}

.products-btm-arrow {
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .products-btm-arrow {
    width: 5.4rem;
    top: -1rem;
  }
}

.products-btm__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .products-btm__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.products-btm__main {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.products-btm__main--l {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  width: 12rem;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #f2f2f2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .products-btm__main--l {
    width: 7.4rem;
    font-size: 1.2rem;
  }
}

.products-btm__main--text {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .products-btm__main--text {
    width: calc(100% - 7.4rem);
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.products-btm__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52.5rem;
  margin-top: auto;
  border-radius: 12px;
  background-color: #7c624d;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .products-btm__btn {
    margin-top: 2rem;
    width: 31rem;
    font-size: 1.4rem;
  }
}

.products-btm__btn img {
  width: 1rem;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.products-btm__main--img {
  max-width: 48rem;
  margin: 0 auto 0;
}
.proposal {
  background-image: url("../img/top/proposal-bg.png");
  padding: 23.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .proposal {
    background-image: url("../img/top/proposal-bg_sp.png");
    padding: 9.5rem 0 5rem;
  }
}

.proposal-top {
  padding: 4.6rem 0 6.3rem;
  background-image: url("../img/top/proposal-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .proposal-top {
    padding: 3.2rem 0 5rem;
    background-image: url("../img/top/proposal-top_sp.png");
  }
}

.proposal-top__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.40625;
  letter-spacing: 0.15em;
  font-size: 3.2rem;
  color: #fff5cc;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .proposal-top__title {
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}

.proposal-top__title span {
  font-weight: 200;
  line-height: 1.125;
  letter-spacing: 0.04em;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .proposal-top__title span {
    line-height: 1.0666666667;
    font-size: 3rem;
  }
}

.proposal-inner {
  max-width: 144rem;
  margin: 0 auto;
}
.proposal-contents__top {
  display: flex;
  gap: 8.4rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__top {
    display: block;
  }
}

.proposal-contents__top--img1 {
  max-width: 72rem;
}
.proposal-contents__top--img2 {
  margin-top: 3.4rem;
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__top--img2 {
    margin-top: -2rem;
    padding: 0 1.5rem;
  }
}

.proposal-contents__top--img2 .image {
  max-width: 48rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .proposal-contents__top--img2 .image {
    display: block;
    margin: 0 1rem;
  }
}

.proposal-contents__top--texts {
  margin-top: 1.4rem;
}
.proposal-contents__top--texts .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__top--texts .title {
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 1.8rem;
  }
}

.proposal-contents__top--texts .text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  margin-top: 2.4rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .proposal-contents__top--texts .text {
    margin-top: 1.4rem;
    line-height: 1.8571428571;
  }
}

.proposal-contents__btm {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm {
    width: 100%;
    overflow-x: auto;
    margin-top: 3rem;
  }
}

.proposal-contents__btm ul {
  margin: 0 auto;
  max-width: 120rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm ul {
    justify-content: center;
    max-width: initial;
    width: 103rem;
    margin: 0 5.5rem;
  }
}

.proposal-contents__btm--item {
  width: 29rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../img/top/proposal-item.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm--item {
    width: 24rem;
  }
}

.proposal-contents__btm--item .texts-wrap {
  text-align: center;
}

.proposal-contents__btm--item .texts-wrap .eng {
  font-family: "Libre Bodoni", serif;
  font-weight: 200;
  color: #fff5cc;
  font-style: italic;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm--item .texts-wrap .eng {
    line-height: 1.5714285714;
    font-size: 1.4rem;
  }
}

.proposal-contents__btm--item .texts-wrap .title {
  color: #fff5cc;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.2083333333;
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm--item .texts-wrap .title {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}

.proposal-contents__btm--item .texts-wrap .text {
  color: #fff;
  line-height: 1.7142857143;
  font-size: 1.2rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .proposal-contents__btm--item .texts-wrap .text {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}

.proposal-contents .scroll-hint-shadow-wrap::before,
.proposal-contents .scroll-hint-shadow-wrap::after {
  content: none;
}

.solution {
  background-color: #fffcf0;
  padding-bottom: 7.6rem;
}
@media screen and (max-width: 767px) {
  .solution {
    padding-bottom: 3.6rem;
  }
}

.solution .section-title__1 .jp-title {
  margin-top: -5.6rem;
}
@media screen and (max-width: 767px) {
  .solution .section-title__1 .jp-title {
    margin-top: 0;
  }
}

.solution-contents {
  width: 100%;
  max-width: 112.5rem;
  margin: 3.6rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .solution-contents {
    margin-top: 3rem;
    gap: 1rem;
  }
}

.solution-contents__item {
  width: calc(50% - 0.8rem);
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem 4rem 2.8rem;
  border: 0.5px solid #7c624d;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .solution-contents__item {
    width: 100%;
    height: 10rem;
    padding: 1.8rem 1.2rem 1.8rem 1.8rem;
    max-width: 35rem;
  }
}

.solution-contents__item--check {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .solution-contents__item--check {
    width: 2.8rem;
  }
}

.solution-contents__item--text {
  margin-left: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .solution-contents__item--text {
    margin-left: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

.solution-contents__item .solution-contents__item--icon {
  width: 6.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .solution-contents__item .solution-contents__item--icon {
    width: 5.5rem;
  }
}

.solution-contents__item:nth-of-type(2) .solution-contents__item--icon {
  width: 8.2rem;
}
@media screen and (max-width: 767px) {
  .solution-contents__item:nth-of-type(2) .solution-contents__item--icon {
    width: 6.6rem;
  }
}

.solution-contents__item:nth-of-type(3) .solution-contents__item--icon {
  width: 9.2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .solution-contents__item:nth-of-type(3) .solution-contents__item--icon {
    width: 7.1rem;
    margin-right: 0;
  }
}

.solution-contents__item:nth-of-type(4) .solution-contents__item--icon {
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .solution-contents__item:nth-of-type(4) .solution-contents__item--icon {
    width: 6.1rem;
  }
}

.supply {
  padding: 31rem 0 9.3rem;
  margin-top: -10.6rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .supply {
    margin-top: 0;
    padding: 5rem 0;
  }
}

.supply-contents {
  max-width: 105rem;
  margin: 6rem auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .supply-contents {
    display: block;
    margin: 0.6rem 1.5rem 0;
  }
}

.supply-contents__item {
  padding: 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .supply-contents__item {
    padding: 2.2rem;
  }
}

.supply-contents__item:nth-child(n+2) {
  border-left: 0.5px solid #7c624d;
}
@media screen and (max-width: 767px) {
  .supply-contents__item:nth-child(n+2) {
    border-left: initial;
    border-top: 0.5px solid #7c624d;
    margin-top: 0;
    padding-top: 3rem;
  }
  .supply-contents__item:nth-child(n+2) .supply-contents__item--rinc {
    margin-top: 2rem;
  }
}

.supply-contents__item--image {
  height: 16.7rem;
}
@media screen and (max-width: 767px) {
  .supply-contents__item--image {
    object-fit: contain;
    height: 11.7rem;
  }
}

.supply-contents__item--rinc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .supply-contents__item--rinc {
    font-weight: 600;
    margin-top: 0;
  }
}

.supply-contents__item--rinc p {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .supply-contents__item--rinc p {
    font-weight: 600;
  }
}

.supply-contents__item--rinc .arrow {
  width: 0.8rem;
}
.support {
  padding: 9.6rem 0;
  background-image: url("../img/top/faq-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 5.6rem 0;
  }
}

.support-list {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .support-list {
    display: block;
    padding: 0 1.5rem;
    margin-top: 4rem;
  }
}

.support-list__item {
  width: 100%;
  max-width: 44rem;
}
@media screen and (max-width: 767px) {
  .support-list__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.support-list__item a {
  width: 100%;
  max-width: 44rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0.5px solid #7c624d;
  background-color: #fff;
  padding: 1.2rem 3rem 1.2rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .support-list__item a {
    height: 6rem;
    padding: 1.2rem 2rem;
  }
}

.support-list__item a .icon {
  width: 5.2rem;
}
@media screen and (max-width: 767px) {
  .support-list__item a .icon {
    width: 3.6rem;
  }
}

.support-list__item:nth-of-type(2) a .icon {
  width: 3rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .support-list__item:nth-of-type(2) a .icon {
    width: 2rem;
    margin-left: 0.8rem;
    margin-right: 0.6rem;
  }
}

.support-list__item a .text {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 3.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .support-list__item a .text {
    font-size: 1.4rem;
    margin-right: 1.6rem;
    margin: 0 1.6rem;
  }
}

.support-list__item a .arrow {
  width: 0.8rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .support-list__item a .arrow {
    margin-left: auto;
  }
}

.supply .movie-subtitle__eng,
.support .movie-subtitle__eng {
  margin-top: 2.4rem;
}/*# sourceMappingURL=index.css.map */