/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 5.3333333333vw auto 0 auto;
  width: 100%;
  font-family: "ZenKakuGothicNew", sans-serif;
}
@media screen and (min-width: 751px) {
  .editor {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor {
    margin-top: 35px;
  }
}
.editor h2 {
  position: relative;
  margin: 2em 0 1em 0;
  padding: 0.5em 1em 0.5em 2.25em;
  background-color: #f6f4ee;
  color: #897850;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4em;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .editor h2 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    font-size: 2.4rem;
  }
}
.editor h2:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/moon.svg);
  background-size: contain;
}
.editor h3 {
  position: relative;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  border-bottom-color: #e6dfb8;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .editor h3 {
    padding: 0 1.3888888889vw 1em 1.3888888889vw;
    border-bottom-width: 0.2083333333vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3 {
    padding: 0 20px 1em 20px;
    border-bottom-width: 3px;
    font-size: 2rem;
  }
}
.editor h4 {
  position: relative;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  border-bottom-color: #e6dfb8;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .editor h4 {
    padding: 0 1.3888888889vw 1em 1.3888888889vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h4 {
    padding: 0 20px 1em 20px;
    border-bottom-width: 1px;
    font-size: 1.8rem;
  }
}
.editor p {
  font-family: "ZenKakuGothicNew", sans-serif;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .editor p {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor p {
    padding: 0 20px;
  }
}
.editor strong {
  color: #897850;
  font-weight: 700;
}
.editor a {
  position: relative;
}
@media screen and (min-width: 751px) {
  .editor a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .editor a:hover {
    opacity: 0.8;
  }
}
.editor a:not(.editor-lightbox) {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 500;
  list-style-type: square;
  line-height: 1.75em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 500;
  list-style-type: decimal-leading-zero;
  line-height: 1.75em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #f6f4ee;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
}
.editor img.alignright {
  display: block;
}
@media screen and (max-width: 750px) {
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .editor iframe {
    max-width: 100%;
  }
}
.editor table {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #eee;
}
.editor table th,
.editor table td {
  padding: 0.35em 1em;
  border: 2px solid #eee;
  line-height: 1.25em;
}
.editor table thead {
  background-color: #f6f4ee;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}

/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  padding: 4vw 0 21.3333333333vw 0;
}

.fv-catch {
  position: absolute;
  top: 18vw;
  left: 18.6666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.75);
  line-height: 1.8em;
  letter-spacing: 0.12em;
  white-space: nowrap;
  z-index: 1;
}

.fv-image {
  position: relative;
  margin-left: auto;
  width: 85.3333333333vw;
  height: 120vw;
  background-image: url(../img/fv/main_sp.jpg);
  background-size: cover;
  background-position: center bottom;
}

.fv-marquee {
  position: absolute;
  right: 0;
  bottom: 9.3333333333vw;
  width: 100%;
  z-index: 1;
}
.fv-marquee span {
  padding-right: 0.5em;
  display: inline-block;
  color: #efebd2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20vw;
  font-weight: 300;
  font-optical-sizing: auto;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {

  [data-locale="en_US"] .fv-catch {
      white-space: normal;
    }
}
@media screen and (min-width: 751px) {
  .fv {
    padding: 2.0833333333vw 0 10.4166666667vw 0;
  }
  .fv-catch {
    top: 13.1944444444vw;
    left: 18.75vw;
    font-size: 3.4722222222vw;
    font-weight: 700;
  }
  .fv-image {
    width: calc(100% - 15.2777777778vw);
    height: 52.0833333333vw;
    background-image: url(../img/fv/main.jpg);
    background-image: image-set(url(../img/fv/main.jpg) 1x, url(../img/fv/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/fv/main.jpg) 1x, url(../img/fv/main-2x.jpg) 2x);
  }
  .fv-marquee {
    bottom: 4.1666666667vw;
  }
  .fv-marquee span {
    font-size: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    padding: 30px 0 150px 0;
  }
  .fv-catch {
    top: 190px;
    left: 270px;
    font-size: 5rem;
  }
  .fv-image {
    width: calc(100% - 220px);
    height: 750px;
  }
  .fv-marquee {
    bottom: 60px;
  }
  .fv-marquee span {
    font-size: 18rem;
  }
}
/*  #car
-------------------------------------------------------------------------------*/
.car {
  position: relative;
}

.car-marquee {
  position: absolute;
  top: 0;
  right: -3.3333333333vw;
  width: 33.3333333333vw;
}
.car-marquee span {
  padding-bottom: 0.5em;
  display: inline-block;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 33.3333333333vw;
  font-weight: 300;
  font-optical-sizing: auto;
  line-height: 1.2em;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.car .inner {
  position: relative;
  padding: 13.3333333333vw 0 17.3333333333vw 0;
  width: 100%;
  overflow: hidden;
}
.car .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f4ee;
}

.car-heading {
  margin-bottom: 12vw;
  text-align: center;
}

.car-slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}

.car-slide .swiper-slide {
  width: 100%;
}

.car-slide-image {
  position: relative;
  margin-bottom: 6.6666666667vw;
  width: 89.3333333333vw;
}
.car-slide-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 93.3333333333vw;
}

.car-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin: 0 auto;
  width: 78.6666666667vw;
}

.car-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 3.7333333333vw;
  width: 100%;
  background-color: #ffffff;
}

.car-data dl dt {
  width: 18.6666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  color: #897850;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.75em;
}

.car-data dl dd {
  width: calc(100% - 22vw);
  color: #505f6a;
  font-size: 3.7333333333vw;
  line-height: 1.75em;
}

.car-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
}

#car-pagination {
  margin-top: 13.3333333333vw;
}

.car-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2666666667vw;
  margin-top: 13.3333333333vw;
}

.car-bg > div {
  width: 47.7333333333vw;
  height: 62.6666666667vw;
  background-size: cover;
  background-position: center bottom;
}

.car-bg > div:nth-child(1) {
  background-image: url(../img/car/bg01_sp.jpg);
}

.car-bg > div:nth-child(2) {
  background-image: url(../img/car/bg02_sp.jpg);
}

.car-bg > div:nth-child(3) {
  background-image: url(../img/car/bg03_sp.jpg);
}

@media screen and (max-width: 750px) {
  .car-bg {
    margin-left: -21.8666666667vw;
    width: 143.7333333333vw;
  }
  .car-bg > div:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .car-marquee {
    right: -1.3888888889vw;
    width: 20.8333333333vw;
  }
  .car-marquee span {
    font-size: 17.3611111111vw;
  }
  .car .inner {
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }
  .car .inner:before {
    height: 64.5833333333vw;
  }
  .car-heading {
    margin-bottom: 3.125vw;
  }
  .car-slide {
    width: 69.4444444444vw;
  }
  .car-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .car-slide-image {
    margin: 0;
    width: 27.0833333333vw;
    height: 51.7361111111vw;
  }
  .car-slide-image > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.3611111111vw;
  }
  .car-slide-image > div img {
    height: 51.7361111111vw;
  }
  .car-slide-content {
    padding: 8.6805555556vw 1.3888888889vw 0 1.3888888889vw;
    width: 40.2777777778vw;
  }
  .car-data {
    gap: 0.8333333333vw;
    width: 100%;
  }
  .car-data dl {
    padding: 1.1805555556vw 1.9444444444vw;
  }
  .car-data dl dt {
    width: 6.5972222222vw;
    font-size: 1.1805555556vw;
  }
  .car-data dl dd {
    width: calc(100% - 7.9861111111vw);
    font-size: 1.1805555556vw;
  }
  .car-btn {
    margin: 5.5555555556vw auto 0 auto;
    width: 33.3333333333vw;
  }
  #car-pagination {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0 !important;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40.2777777778vw;
    z-index: 1;
  }
  .car-bg {
    gap: 0.1388888889vw;
    margin-top: 0;
  }
  .car-bg > div {
    width: calc(25% - 0.1388888889vw);
    height: 32.6388888889vw;
  }
  .car-bg > div:nth-child(1) {
    background-image: url(../img/car/bg01.jpg);
    background-image: image-set(url(../img/car/bg01.jpg) 1x, url(../img/car/bg01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/car/bg01.jpg) 1x, url(../img/car/bg01-2x.jpg) 2x);
  }
  .car-bg > div:nth-child(2) {
    background-image: url(../img/car/bg02.jpg);
    background-image: image-set(url(../img/car/bg02.jpg) 1x, url(../img/car/bg02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/car/bg02.jpg) 1x, url(../img/car/bg02-2x.jpg) 2x);
  }
  .car-bg > div:nth-child(3) {
    background-image: url(../img/car/bg03.jpg);
    background-image: image-set(url(../img/car/bg03.jpg) 1x, url(../img/car/bg03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/car/bg03.jpg) 1x, url(../img/car/bg03-2x.jpg) 2x);
  }
  .car-bg > div:nth-child(4) {
    background-image: url(../img/car/bg04.jpg);
    background-image: image-set(url(../img/car/bg04.jpg) 1x, url(../img/car/bg04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/car/bg04.jpg) 1x, url(../img/car/bg04-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .car-marquee {
    right: -20px;
    width: 300px;
  }
  .car-marquee span {
    font-size: 25rem;
  }
  .car .inner {
    padding: 100px 0 150px 0;
  }
  .car .inner:before {
    height: 930px;
  }
  .car-heading {
    margin-bottom: 45px;
  }
  .car-slide {
    width: 1000px;
  }
  .car-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .car-slide-image {
    width: 390px;
    height: 745px;
  }
  .car-slide-image > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 610px;
  }
  .car-slide-image > div img {
    height: 745px;
  }
  .car-slide-content {
    padding: 125px 20px 0 20px;
    width: 580px;
  }
  .car-data {
    gap: 12px;
  }
  .car-data dl {
    padding: 17px 28px;
  }
  .car-data dl dt {
    width: 95px;
    font-size: 1.7rem;
  }
  .car-data dl dd {
    width: calc(100% - 115px);
    font-size: 1.7rem;
  }
  .car-btn {
    margin: 80px auto 0 auto;
    width: 480px;
  }
  #car-pagination {
    width: 580px;
  }
  .car-bg {
    gap: 2px;
  }
  .car-bg > div {
    width: calc(25% - 2px);
    height: 470px;
  }
}
/*  #information
-------------------------------------------------------------------------------*/
.info {
  position: relative;
}
.info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6666666667vw;
  display: inline-block;
  width: 40.8vw;
  height: 41.8666666667vw;
  background-image: url(../img/information/palm.svg);
  background-size: contain;
}

.info .inner {
  position: relative;
  padding: 17.3333333333vw 0 13.3333333333vw 0;
}

.info-heading {
  margin-bottom: 14.6666666667vw;
}

.info-text p {
  color: #505f6a;
}

.info-text--2 {
  margin: 350px 0 0 auto;
}

.info-image {
  position: relative;
}
.info-image img {
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.info-image--1 {
  width: 68vw;
}
.info-image--1:after {
  content: "";
  position: absolute;
  right: -1.3333333333vw;
  bottom: -10.6666666667vw;
  display: inline-block;
  width: 24vw;
  height: 23.6vw;
  background-image: url(../img/information/hibiscus.svg);
  background-size: contain;
  z-index: 1;
}

.info-image--2 {
  width: 76vw;
}

.info-image--3 {
  width: 33.3333333333vw;
}
.info-image--3:after {
  content: "";
  position: absolute;
  left: -9.3333333333vw;
  bottom: -18.6666666667vw;
  display: inline-block;
  width: 20.6666666667vw;
  height: 22.6666666667vw;
  background-image: url(../img/information/monstera.svg);
  background-size: contain;
  z-index: 1;
}

.info-image--4 {
  width: 33.3333333333vw;
}

.info-btn {
  margin: 11.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

.info .ggmap {
  padding-bottom: 86.6%;
}

@media screen and (max-width: 750px) {
  .info .inner {
    width: 100%;
  }
  .info-heading {
    text-align: center;
  }
  .info .heading-in {
    display: block;
  }
  .info-text--1 {
    margin: 8vw auto 0 auto;
    width: 78vw;
  }
  .info-text--2 {
    margin: 8vw 10.6666666667vw 0 auto;
    width: 67.3333333333vw;
  }
  .info-image--1 {
    margin-left: auto;
  }
  .info-image--2 {
    margin-top: 8vw;
  }
  .info-image--3 {
    margin: 6.6666666667vw 0 0 6.6666666667vw;
  }
  .info-image--4 {
    margin: 6.6666666667vw 6.6666666667vw 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .info:before {
    left: 0.3472222222vw;
    width: 21.25vw;
    height: 21.8055555556vw;
  }
  .info .inner {
    padding: 10.4166666667vw 0 12.5vw 0;
  }
  .info-heading {
    margin-bottom: 6.9444444444vw;
  }
  .info-text {
    width: 34.7222222222vw;
  }
  .info-text--2 {
    margin: 24.3055555556vw 0 0 auto;
  }
  .info-image {
    position: absolute;
  }
  .info-image img {
    border-radius: 0.3472222222vw;
  }
  .info-image--1 {
    top: 4.8611111111vw;
    right: -15.2777777778vw;
    width: 31.0416666667vw;
  }
  .info-image--1:after {
    right: -0.6944444444vw;
    bottom: -5.5555555556vw;
    width: 12.5vw;
    height: 12.2916666667vw;
  }
  .info-image--2 {
    top: 40.9722222222vw;
    left: -15.2777777778vw;
    width: 39.5833333333vw;
  }
  .info-image--3 {
    left: -11.8055555556vw;
    bottom: 14.5833333333vw;
    width: 17.3611111111vw;
  }
  .info-image--3:after {
    left: -4.8611111111vw;
    bottom: -9.7222222222vw;
    width: 12.5vw;
    height: 12.2916666667vw;
  }
  .info-image--4 {
    right: -11.8055555556vw;
    bottom: 3.4722222222vw;
    width: 17.3611111111vw;
  }
  .info-btn {
    margin: 9.375vw auto 0 auto;
    width: 41.6666666667vw;
  }
  .info .ggmap {
    padding-bottom: 38.1%;
  }
}
@media screen and (min-width: 1441px) {
  .info:before {
    left: 5px;
    width: 306px;
    height: 314px;
  }
  .info .inner {
    padding: 150px 0 180px 0;
  }
  .info-heading {
    margin-bottom: 100px;
  }
  .info-text {
    width: 500px;
  }
  .info-text--2 {
    margin: 350px 0 0 auto;
  }
  .info-image img {
    border-radius: 5px;
  }
  .info-image--1 {
    top: 70px;
    right: -220px;
    width: 447px;
  }
  .info-image--1:after {
    right: -10px;
    bottom: -80px;
    width: 180px;
    height: 177px;
  }
  .info-image--2 {
    top: 590px;
    left: -220px;
    width: 570px;
  }
  .info-image--3 {
    left: -170px;
    bottom: 210px;
    width: 250px;
  }
  .info-image--3:after {
    left: -70px;
    bottom: -140px;
    width: 180px;
    height: 177px;
  }
  .info-image--4 {
    right: -170px;
    bottom: 50px;
    width: 250px;
  }
  .info-btn {
    margin: 135px auto 0 auto;
    width: 600px;
  }
}
/*  #campaign
-------------------------------------------------------------------------------*/
.campaign {
  position: relative;
  padding: 16vw 0 13.3333333333vw 0;
}
.campaign:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 122.6666666667vw;
  background-color: #f6f4ee;
  z-index: -1;
}

.campaign-heading {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}

.campaign-slide {
  position: relative;
}

.campaign-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 68vw;
  height: auto;
}

.campaign-slide .swiper-slide:last-child {
  margin-right: 0;
}

.campaign-slide .swiper-slide a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
}

.c-campaign-image {
  margin-bottom: 4vw;
}
.c-campaign-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 470/324;
}

.c-campaign-ttl {
  padding: 0 1.0666666667vw;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.2em;
  -webkit-line-clamp: 2;
}

.c-campaign-excerpt {
  position: relative;
  margin-top: 4vw;
  padding: 4vw 1.0666666667vw 0 1.0666666667vw;
}
.c-campaign-excerpt p {
  color: #505f6a;
  font-size: 3.7333333333vw;
  line-height: 1.75em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.5em;
  -webkit-line-clamp: 2;
}
.c-campaign-excerpt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed_sp.png);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

#campaign-pagination {
  margin-top: 13.3333333333vw;
}

.campaign-btn {
  margin: 13.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

@media screen and (min-width: 751px) {
  .campaign {
    padding: 9.0277777778vw 0 6.9444444444vw 0;
  }
  .campaign:before {
    height: 41.6666666667vw;
  }
  .campaign-heading {
    margin-bottom: 6.9444444444vw;
  }
  .campaign-slide .swiper-wrapper {
    gap: 3.8194444444vw;
    width: auto;
    height: auto;
  }
  .campaign-slide .swiper-slide {
    left: 0;
    margin-right: 0;
    width: 25.6944444444vw;
  }
  .campaign-slide .swiper-slide a {
    padding: 1.3888888889vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
  }
  .c-campaign-image {
    margin-bottom: 1.3888888889vw;
  }
  .c-campaign-image img {
    aspect-ratio: 330/274;
  }
  .c-campaign-ttl {
    padding: 0 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .c-campaign-excerpt {
    margin-top: 1.0416666667vw;
    padding: 1.0416666667vw 0.5555555556vw 0 0.5555555556vw;
  }
  .c-campaign-excerpt p {
    font-size: 1.1111111111vw;
    line-height: 1.65em;
    max-height: 3.3em;
  }
  .c-campaign-excerpt:after {
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.png);
    background-size: auto 0.0694444444vw;
  }
  #campaign-pagination {
    display: none;
  }
  .campaign-btn {
    margin: 5.5555555556vw auto 0 auto;
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .campaign {
    padding: 130px 0 100px 0;
  }
  .campaign:before {
    height: 600px;
  }
  .campaign-heading {
    margin-bottom: 100px;
  }
  .campaign-slide .swiper-wrapper {
    gap: 55px;
  }
  .campaign-slide .swiper-slide {
    width: 370px;
  }
  .campaign-slide .swiper-slide a {
    padding: 20px 20px 30px 20px;
  }
  .c-campaign-image {
    margin-bottom: 20px;
  }
  .c-campaign-ttl {
    padding: 0 10px;
    font-size: 2rem;
  }
  .c-campaign-excerpt {
    margin-top: 15px;
    padding: 15px 8px 0 8px;
  }
  .c-campaign-excerpt p {
    font-size: 1.6rem;
  }
  .c-campaign-excerpt:after {
    height: 1px;
    background-size: auto 1px;
  }
  .campaign-btn {
    margin: 80px auto 0 auto;
    width: 600px;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 17.3333333333vw 0 27.3333333333vw 0;
}
.faq:after {
  content: "";
  position: absolute;
  right: -3.3333333333vw;
  bottom: -1.3333333333vw;
  display: inline-block;
  width: 36.1333333333vw;
  height: 20.6666666667vw;
  background-image: url(../img/faq/shisa.png);
  background-image: image-set(url(../img/faq/shisa.png) 1x, url(../img/faq/shisa-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/faq/shisa.png) 1x, url(../img/faq/shisa-2x.png) 2x);
  background-size: contain;
}

.faq-heading {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}

.faq-btn {
  margin: 13.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

@media screen and (min-width: 751px) {
  .faq {
    padding: 9.0277777778vw 0 10.4166666667vw 0;
  }
  .faq:after {
    right: -1.7361111111vw;
    bottom: -0.6944444444vw;
    width: 18.8194444444vw;
    height: 10.7638888889vw;
    background-image: url(../img/faq/shisa.png);
    background-image: image-set(url(../img/faq/shisa.png) 1x, url(../img/faq/shisa-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/faq/shisa.png) 1x, url(../img/faq/shisa-2x.png) 2x);
  }
  .faq-heading {
    margin-bottom: 8.6805555556vw;
    text-align: left;
  }
  .faq .faq-post {
    margin: 0 auto;
    width: 59.7222222222vw;
  }
  .faq-btn {
    margin: 6.9444444444vw auto 0 auto;
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    padding: 130px 0 150px 0;
  }
  .faq:after {
    right: -25px;
    bottom: -10px;
    width: 271px;
    height: 155px;
  }
  .faq-heading {
    margin-bottom: 125px;
  }
  .faq .faq-post {
    width: 860px;
  }
  .faq-btn {
    margin: 100px auto 0 auto;
    width: 600px;
  }
}
/*  #news
-------------------------------------------------------------------------------*/
.news {
  position: relative;
  padding: 13.3333333333vw 0;
  background-color: #f6f4ee;
}

.news-box {
  padding: 17.3333333333vw 6.6666666667vw 13.3333333333vw 6.6666666667vw;
  background-color: #ffffff;
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8vw;
}

.news-head .arrow {
  top: 50%;
  right: 0;
  background-color: #897850;
  border-color: #897850;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-head .arrow:before, .news-head .arrow:after {
  background-image: url(../img/common/arrow-wh.svg);
}

.news-post .c-news:nth-child(n+2) {
  margin-top: 2vw;
}

.c-news a {
  position: relative;
  padding: 4.6666666667vw 0;
  display: block;
}
.c-news a:before, .c-news a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.c-news a:before {
  width: 100%;
  background-color: #e3e5e7;
}
.c-news a:after {
  width: 0%;
  background-color: #231815;
  z-index: 1;
}

.c-news-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
}

.c-news-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.7333333333vw;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}

.c-news-cat {
  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;
  margin-left: 4vw;
  padding: 0 4.2666666667vw;
  height: 5.6vw;
  background-color: #505f6a;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.2em;
}

.c-news-content {
  position: relative;
  padding-right: 10vw;
}

.c-news .arrow {
  top: 50%;
  right: 0;
  background-color: #ffffff;
  border-color: #c82536;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-news .arrow:before, .c-news .arrow:after {
  background-image: url(../img/common/arrow-rd.svg);
}

.c-news-ttl {
  color: #505f6a;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.75em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.5em;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 751px) {
  .news {
    padding: 4.8611111111vw 0 5.5555555556vw 0;
  }
  .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 5.5555555556vw 9.7222222222vw 4.8611111111vw 9.375vw;
    width: 88.8888888889vw;
  }
  .news-head {
    display: block;
    width: 11.1111111111vw;
  }
  .news-en {
    font-size: 2.5vw;
  }
  .news-ja {
    padding-left: 2.7777777778vw;
  }
  .news-ja:before {
    width: 1.875vw;
    height: 1.875vw;
  }
  .news-btn {
    margin-top: 4.5138888889vw;
  }
  .news-post {
    width: 48.6111111111vw;
  }
  .news-post .c-news:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .c-news a {
    padding: 1.3888888889vw 0;
  }
  .c-news a:after {
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
  }
  .c-news a:hover .c-news-ttl:after {
    background-image: url(../img/common/arrow-rd-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .c-news a:hover:after {
    width: 100%;
  }
  .c-news-head {
    margin-bottom: 1.0416666667vw;
  }
  .c-news-date {
    font-size: 1.1805555556vw;
  }
  .c-news-cat {
    margin-left: 1.3888888889vw;
    padding: 0 1.25vw;
    height: 1.8055555556vw;
    border-radius: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
  .c-news-content {
    padding-right: 7.9861111111vw;
  }
  .c-news-content .arrow {
    right: 0.6944444444vw;
  }
  .c-news-ttl {
    font-size: 1.1805555556vw;
    max-height: 1.75em;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1441px) {
  .news {
    padding: 70px 0 80px 0;
  }
  .news-box {
    padding: 80px 140px 70px 135px;
    width: 1280px;
  }
  .news-head {
    width: 160px;
  }
  .news-en {
    font-size: 3.6rem;
  }
  .news-ja {
    padding-left: 40px;
  }
  .news-ja:before {
    width: 27px;
    height: 27px;
  }
  .news-btn {
    margin-top: 65px;
  }
  .news-post {
    width: 700px;
  }
  .news-post .c-news:nth-child(n+2) {
    margin-top: 15px;
  }
  .c-news a {
    padding: 20px 0;
  }
  .c-news-head {
    margin-bottom: 15px;
  }
  .c-news-date {
    font-size: 1.7rem;
  }
  .c-news-cat {
    margin-left: 20px;
    padding: 0 18px;
    height: 26px;
    border-radius: 3px;
    font-size: 1.5rem;
  }
  .c-news-content {
    padding-right: 115px;
  }
  .c-news-content .arrow {
    right: 10px;
  }
  .c-news-ttl {
    font-size: 1.7rem;
  }
}