/*************************************************

mv

*************************************************/
.mv {
  position: relative;
  z-index: 5;
}

.mv-wrap {
  position: relative;
}

/* mv-title
---------------------------------------*/
.mv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  z-index: 10;
}
.mv-title img {
  width: 76.7rem;
}
@media screen and (max-width: 767px) {
  .mv-title img {
    width: 54rem;
  }
}

/* mv-slider
---------------------------------------*/
.mv-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.mv-slider__item {
  overflow: hidden;
  height: 100vh;
}
.mv-slider__item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide-active .mv-slider__item picture, .swiper-slide-duplicate-active .mv-slider__item picture, .swiper-slide-prev .mv-slider__item picture {
  -webkit-animation: sidescale 7s linear 0s 1 normal both;
          animation: sidescale 7s linear 0s 1 normal both;
}
.mv-slider__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes sidescale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes sidescale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* mv-topics
---------------------------------------*/
.mv-topics {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv-topics {
    position: static;
    bottom: 0;
  }
}
.mv-topics .in-title {
  position: absolute;
  left: 5.3rem;
  top: 0;
  width: 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mv-topics .in-title {
    left: 4rem;
    width: 9rem;
  }
}
.mv-topics .in-body {
  padding: 1.7rem 7rem 1.7rem 13rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv-topics .in-body {
    padding: 3rem 15rem 3rem 17rem;
    font-size: 3rem;
  }
}
.mv-topics .in-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mv-topics .in-toggle {
    width: 13rem;
    background-color: #ff887a;
  }
}
.mv-topics .in-toggle.is-open img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mv-topics .in-toggle img {
  width: 2.2rem;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .mv-topics .in-toggle img {
    width: 5rem;
  }
}

.mv-topics__inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .mv-topics__inner {
    border-radius: 0;
  }
}

.mv-topics__top {
  position: relative;
  z-index: 2;
}

.mv-topics__body {
  position: absolute;
  top: calc(100% - 2rem);
  left: 0;
  display: none;
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-topics__body {
    border-radius: 0;
  }
}

/*************************************************

about

*************************************************/
.about {
  padding: 6rem 0 25rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 8rem 0 11rem;
  }
}

.about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about-title {
    margin-bottom: 3rem;
  }
}

.about-title__text {
  width: 28.95rem;
  margin-left: 9rem;
}
@media screen and (max-width: 767px) {
  .about-title__text {
    width: 43rem;
    margin-left: 13rem;
  }
}

.about-img01 {
  position: relative;
  line-height: 0;
  z-index: 1;
}

.about-img01__el {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  line-height: 0;
  z-index: 2;
}

.about-img01__bg {
  position: absolute;
  bottom: -15rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-img01__bg {
    bottom: -32rem;
  }
}
.about-img01__bg img {
  width: 100%;
}

.about-flex01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 124rem;
  margin: -5rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-flex01 {
    display: block;
    margin: -7rem 3.5rem 0;
  }
}

.about-flex01-img01 {
  position: relative;
  width: 41rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-flex01-img01 {
    width: 42rem;
  }
}

.about-flex01-right {
  position: relative;
  width: 67rem;
  margin: 1rem 0 0 9rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-flex01-right {
    width: auto;
    margin: -1rem 0 0;
  }
}

.about-flex01-letters {
  overflow: hidden;
  position: relative;
  padding: 5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1rem 1rem rgba(85, 85, 85, 0.1);
          box-shadow: 0 1rem 1rem rgba(85, 85, 85, 0.1);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters {
    padding: 6rem 4rem 5rem;
    border-radius: 2rem;
  }
}
.about-flex01-letters > * {
  position: relative;
  z-index: 5;
}

.about-flex01-letters__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
  color: #ff887a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.about-flex01-letters__label span {
  position: relative;
  display: block;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__label span {
    padding: 0 7rem;
  }
}
.about-flex01-letters__label span::before, .about-flex01-letters__label span::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1.7rem;
  height: 90%;
  background: url(../images/top/about_deco.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__label span::before, .about-flex01-letters__label span::after {
    width: 3.7rem;
  }
}
.about-flex01-letters__label span::before {
  left: 0;
}
.about-flex01-letters__label span::after {
  right: 0;
}

.about-flex01-letters__title {
  margin-bottom: 3rem;
  color: #4c5566;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__title {
    margin-bottom: 5rem;
    font-size: 5rem;
    text-align: center;
  }
}

.about-flex01-letters__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__disc {
    margin-bottom: 3rem;
  }
}
.about-flex01-letters__disc .in-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  padding: 0.2rem 0 0;
  font-weight: 700;
  color: #ff887a;
  font-size: 1.6rem;
  border: #ff887a solid 0.3rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__disc .in-title {
    width: 13.5rem;
    padding-top: 0.4rem;
    font-size: 3rem;
    border-radius: 1.5rem;
  }
}
.about-flex01-letters__disc .in-body {
  width: calc(100% - 11.5rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-flex01-letters__disc .in-body {
    width: calc(100% - 16rem);
    font-size: 3rem;
  }
}

.about-flex01-letters__text {
  margin-top: 4rem;
}
.about-flex01-letters__text p {
  margin-bottom: 1.5em;
  font-weight: 700;
}
.about-flex01-letters__text p:last-child {
  margin-bottom: 0;
}

.about-flex01-img02 {
  position: absolute;
  top: calc(100% - 7rem);
  right: -3rem;
  width: 35rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .about-flex01-img02 {
    top: auto;
    right: 0;
    bottom: calc(100% + 4rem);
  }
}

.about-flex01-letters__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 26rem;
  -webkit-transform: translate(18%, -12%);
          transform: translate(18%, -12%);
  z-index: 1;
}

/*************************************************

menu

*************************************************/
.menu {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu > * {
  position: relative;
  z-index: 5;
}

.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-title {
    margin-bottom: 4rem;
  }
}

.menu-title__text {
  width: 26.1rem;
  margin-left: 13rem;
}
@media screen and (max-width: 767px) {
  .menu-title__text {
    width: 43rem;
    margin-left: 22rem;
  }
}

.menu-texts {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu-texts {
    margin-top: 5rem;
  }
}
.menu-texts p {
  margin-bottom: 1.6em;
  font-weight: 700;
}
.menu-texts p:last-child {
  margin-bottom: 0;
}

.menu-imgs01 {
  position: absolute;
  top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .menu-imgs01 {
    position: relative;
    top: 0;
  }
}

.menu-imgs01__el01 {
  width: 34.4rem;
}
@media screen and (max-width: 767px) {
  .menu-imgs01__el01 {
    width: 35rem;
  }
}

.menu-imgs01__el02 {
  width: 35rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .menu-imgs01__el02 {
    width: 34rem;
    margin-top: 0;
  }
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.menu-btn__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  height: 4.4rem;
  color: #ff887a;
  font-weight: 700;
  font-size: 1.6rem;
  border: #ff887a solid 0.3rem;
  text-decoration: none;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .menu-btn__anchor {
    width: 42rem;
    height: 9rem;
    padding-top: 0.3rem;
    font-size: 3rem;
    border-radius: 1.5rem;
  }
}

.menu-bg {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 65rem;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu-bg {
    bottom: 20%;
  }
}

.menu-imgs02 {
  max-width: 115rem;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .menu-imgs02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8rem;
  }
}

.menu-imgs02__el01 {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .menu-imgs02__el01 {
    width: 60%;
  }
}

.menu-imgs02__el02 {
  width: 46rem;
  margin: 7rem 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .menu-imgs02__el02 {
    width: 42.6666666667%;
    margin: 0;
  }
}

/*************************************************

delivery

*************************************************/
.delivery {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.delivery > * {
  position: relative;
  z-index: 5;
}

.delivery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .delivery-title {
    margin-bottom: 4rem;
  }
}

.delivery-title__text {
  width: 30.15rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .delivery-title__text {
    width: 44rem;
    margin-left: 14rem;
  }
}

.delivery-disc {
  margin-bottom: 3rem;
  text-align: center;
}

.delivery-disc__title {
  margin-bottom: 0.5rem;
  color: #250c0c;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .delivery-disc__title {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
}

.delivery-disc__body {
  font-weight: 700;
}

.delivery-flex01 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 133rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .delivery-flex01 {
    display: block;
    max-width: none;
  }
}

.delivery-flex01-left {
  position: relative;
  width: 53.3834586466%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-left {
    width: auto;
    margin-bottom: 4rem;
  }
}

.delivery-flex01-right {
  position: relative;
  width: 46.6165413534%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-right {
    width: auto;
  }
}

.delivery-flex01-img {
  width: 116.338028169%;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-img {
    width: auto;
    margin: 0 1rem 0 -8rem;
  }
}

.delivery-flex01-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 57rem;
  padding: 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .delivery-flex01-letters {
    max-width: none;
    margin: 0 4rem;
    padding: 6rem 5rem;
  }
}

.delivery-flex01-title {
  margin-bottom: 2.5rem;
  color: #ff887a;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-title {
    font-size: 3.2rem;
  }
}

.delivery-flex01-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-disc {
    display: block;
  }
}
.delivery-flex01-disc + .delivery-flex01-disc {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-disc + .delivery-flex01-disc {
    margin-top: 4rem;
  }
}
.delivery-flex01-disc .in-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.2rem;
  height: auto;
  padding-top: 0.3em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1.3;
  background-color: #ff887a;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-disc .in-title {
    width: auto;
    margin-bottom: 2.5rem;
    padding: 1rem 0;
    aspect-ratio: auto;
    border-radius: 0;
  }
}
.delivery-flex01-disc .in-body {
  width: calc(100% - 12.5rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .delivery-flex01-disc .in-body {
    width: auto;
    font-weight: 500;
  }
}

/*************************************************

company

*************************************************/
.company {
  position: relative;
  padding: 8rem 0 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company > * {
  position: relative;
  z-index: 5;
}

.company-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .company-title {
    margin-bottom: 4rem;
  }
}

.company-title__text {
  width: 31.05rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .company-title__text {
    width: 44rem;
    margin-left: 14rem;
  }
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-info {
    display: block;
    width: auto;
    margin: 0 4rem;
  }
}
.company-info + .company-info {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-info + .company-info {
    margin-top: 4rem;
  }
}
.company-info > * {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .company-info > * {
    padding-bottom: 0;
  }
}

.company-info__title {
  width: 13.5rem;
  border-bottom: #6b7685 solid 1px;
}
@media screen and (max-width: 767px) {
  .company-info__title {
    width: auto;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    border-bottom: none;
  }
}

.company-info__body {
  width: calc(100% - 19.5rem);
  border-bottom: #d6d6d6 solid 1px;
}
@media screen and (max-width: 767px) {
  .company-info__body {
    width: auto;
    padding-bottom: 2rem;
  }
}

/*************************************************

access

*************************************************/
.access {
  padding: 9rem 0 0;
}

.access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .access-title {
    margin-bottom: 4rem;
  }
}

.access-title__text {
  width: 27.35rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .access-title__text {
    width: 40rem;
    margin-left: 16rem;
  }
}

.access-map {
  width: min(100rem, 100% - 8rem);
  margin: 0 auto 3rem;
}
.access-map iframe {
  width: 100%;
  height: 33.5rem;
}
@media screen and (max-width: 767px) {
  .access-map iframe {
    height: 46rem;
  }
}

.access-text {
  width: min(100rem, 100% - 8rem);
  margin: 0 auto;
}
.access-text + .access-text {
  margin-top: 0.5rem;
}