@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #3B3B3B;
  --c-bg: #fff;
  --c-bg_01: #EBEBE8;
  --c-bg_02: #F4F4F0;
}

/* --------------------
	contents
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  #contents {
    font-size: 13px;
  }
}

#contents img {
  width: 100%;
  height: auto;
}

#contents p {
  line-height: 2;
}

#contents a {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

#contents a:hover {
  opacity: 0.5;
}

#contents header .mv {
  position: relative;
}

#contents header .mv__ttl {
  z-index: 100;
  width: 44.53333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 1000px) {
  #contents header .mv__ttl {
    width: 19.6875vw;
  }
}

#contents header .sec_lead {
  width: 80vw;
  margin: 0 auto;
  padding-top: 10.66667vw;
  padding-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead {
    width: 610px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

#contents header .sec_lead.animation {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

#contents header .sec_lead p {
  position: relative;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  z-index: 1;
  font-size: 3.46667vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead p {
    font-size: 13px;
  }
}

#contents header .sec_lead p:nth-child(n + 2) {
  margin-bottom: 8vw;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead p:nth-child(n + 2) {
    margin-bottom: 30px;
  }
}

#contents header .sec_lead p:last-child {
  margin-bottom: 0;
}

#contents header .sec_lead em {
  display: block;
  font-size: 5.33333vw;
  font-weight: 500;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead em {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#contents header .sec_lead span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4vw;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead span {
    font-size: 15px;
  }
}

#contents header .sec_lead span:before {
  content: "";
  display: block;
  background-color: var(--c-txt);
  width: 5.33333vw;
  height: 1px;
  margin-right: 1.33333vw;
}

@media screen and (min-width: 1000px) {
  #contents header .sec_lead span:before {
    width: 20px;
    margin-right: 5px;
  }
}

#contents section .sec-number {
  position: relative;
  margin-bottom: 5.33333vw;
  text-align: center;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  letter-spacing: 0.05em;
  font-size: 13.33333vw;
}

@media screen and (min-width: 1000px) {
  #contents section .sec-number {
    margin-bottom: 2.73438vw;
    font-size: 5.9375vw;
  }
}

#contents section .sec-number::before {
  content: "";
  position: absolute;
  bottom: -2.66667vw;
  left: 50%;
  width: 5.33333vw;
  height: 1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 1000px) {
  #contents section .sec-number::before {
    bottom: -1.17188vw;
    width: 2.34375vw;
  }
}

#contents section .sec-ttl {
  margin-bottom: 8vw;
  font-family: 'Noto Serif JP', serif;
  font-weight: -weight;
  letter-spacing: -spacing;
  line-height: 1.8;
  font-size: 4.26667vw;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #contents section .sec-ttl {
    margin-bottom: 3.90625vw;
    font-size: 1.71875vw;
  }
}

#contents .block-1 {
  padding: 16vw 0;
}

@media screen and (min-width: 1000px) {
  #contents .block-1 {
    padding-top: 7.8125vw;
    padding-bottom: 6.25vw;
  }
}

#contents .block-1__main {
  margin: 0 auto 8vw;
}

#contents .block-1__sub {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #contents .block-1__sub {
    width: 71.875vw;
  }
}

#contents .block-1__sub__img {
  margin-bottom: 8vw;
}

@media screen and (min-width: 1000px) {
  #contents .block-1__sub__img {
    margin-bottom: 0;
  }
}

#contents .block-1__sub p {
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1000px) {
  #contents .block-1__sub p {
    margin-bottom: 3.125vw;
  }
}

#contents .block-1 .slideshow-js {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

#contents .block-1 .slideshow-js img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

#contents .block-1 .block-1__main {
  position: relative;
}

#contents .block-1 .model {
  color: #fff;
  position: absolute;
  line-height: 1.8;
  left: 30px;
  bottom: 30px;
}

#contents .block-1 .model a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#contents .item-list {
  line-height: 2;
  font-size: 3.2vw;
}

@media screen and (min-width: 1000px) {
  #contents .item-list {
    width: 23.4375vw;
    margin: 0 0 0 auto;
    font-size: 12px;
  }
}

#contents .item-list li:not(:last-of-type) {
  margin-bottom: 4vw;
}

@media screen and (min-width: 1000px) {
  #contents .item-list li:not(:last-of-type) {
    margin-bottom: 1.25vw;
  }
}

#contents .item-list li a {
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contents .item-list li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#contents .item-list__btn {
  display: block;
  margin: 0 0 0 auto;
  padding: 6px 22px;
  outline: 1px solid var(--c-txt);
  outline-offset: -1px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contents .item-list li:first-of-type .item-list__btn {
  outline: 0;
  color: #fff;
}

#contents .item-list span {
  color: #888;
}

#contents .item-list .bold-text {
  font-weight: 500;
}

@media screen and (min-width: 1000px) {
  #contents .--pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents #sec-01 .block-1__main,
  #contents #sec-03 .block-1__main {
    width: 46.875vw;
    margin: 0 auto 3.90625vw;
  }
  #contents #sec-01 .block-1__sub.--pc-flex,
  #contents #sec-03 .block-1__sub.--pc-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #contents #sec-01 .block-1__sub__img,
  #contents #sec-03 .block-1__sub__img {
    width: 31.25vw;
  }
  #contents #sec-01 .block-1__sub p,
  #contents #sec-03 .block-1__sub p {
    width: 36.71875vw;
  }
  #contents #sec-02 .block-1 .--pc-flex,
  #contents #sec-04 .block-1 .--pc-flex {
    width: 71.875vw;
    margin: 0 auto;
  }
  #contents #sec-02 .block-1 .--pc-flex .sec-ttl__wrapper,
  #contents #sec-04 .block-1 .--pc-flex .sec-ttl__wrapper {
    width: 25vw;
    margin-top: 13.28125vw;
  }
  #contents #sec-02 .block-1__main,
  #contents #sec-04 .block-1__main {
    width: 42.96875vw;
    margin: 0 auto 14.0625vw;
  }
  #contents #sec-02 .block-1__sub.--pc-flex,
  #contents #sec-04 .block-1__sub.--pc-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #contents #sec-02 .block-1__sub__img,
  #contents #sec-04 .block-1__sub__img {
    width: 25vw;
    margin-top: -24.21875vw;
  }
  #contents #sec-02 .block-1__sub p,
  #contents #sec-04 .block-1__sub p {
    width: 35.15625vw;
  }
}

#contents #sec-01,
#contents #sec-03 {
  background-color: var(--c-bg_01);
}

#contents #sec-02,
#contents #sec-04 {
  background-color: var(--c-bg_02);
}

#contents .sec-number,
#contents .sec-ttl {
  color: var(--c-txt);
}

#contents .sec-number::before,
#contents .item-list li:first-of-type .item-list__btn {
  background: var(--c-txt);
}

/*-------- other --------*/
.other {
  background-color: var(--c-bg_01);
  padding-top: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .other {
    padding-top: 7.8125vw;
  }
}

.other h3 {
  text-align: center;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  letter-spacing: 0.05em;
  font-size: 6.66667vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 1000px) {
  .other h3 {
    font-size: 1.95312vw;
    margin-bottom: 1.17188vw;
  }
}

.other p {
  text-align: center;
  margin-bottom: 10.66667vw;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .other p {
    margin-bottom: 3.125vw;
    font-size: 1.01562vw;
  }
}

.other .image {
  position: relative;
  overflow: hidden;
}

.other .image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.other .image .image__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.other .image .image__overlay a {
  color: #fff;
  text-decoration: underline;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .other .image .image__overlay a {
    font-size: 13px;
  }
}

.other .image .image__overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.other .image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.other .image:hover .image__overlay {
  opacity: 1;
  pointer-events: auto;
}

/* PC用横並び */
.pc-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.pc-other .image {
  width: 18.98438vw;
}

/* SP用Swiper */
.sp-other {
  padding-left: 4vw;
}

.sp-other .swiper-slide img {
  width: 100%;
}

#otherall {
  padding-top: 16vw;
}

@media screen and (min-width: 1000px) {
  #otherall {
    padding-top: 4.6875vw;
  }
}

/*-------- backnumber --------*/
.backnumber {
  margin-top: 26.66667vw;
  margin-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .backnumber {
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}

.backnumber h3 {
  text-align: center;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 400;
  letter-spacing: 0.05em;
  font-size: 6.66667vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 1000px) {
  .backnumber h3 {
    font-size: 1.95312vw;
    margin-bottom: 1.17188vw;
  }
}

.backnumber p {
  text-align: center;
  margin-bottom: 10.66667vw;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .backnumber p {
    margin-bottom: 3.125vw;
    font-size: 1.01562vw;
  }
}

.backnumber .backnumber-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media screen and (min-width: 1000px) {
  .backnumber .backnumber-list {
    width: 37.5vw;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.backnumber .backnumber-list li {
  width: 60vw;
}

.backnumber .backnumber-list li:last-child a {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .backnumber .backnumber-list li {
    width: 17.57812vw;
  }
}

.backnumber .backnumber-list img {
  width: 100%;
  display: block;
}

.backnumber figure {
  display: block;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .backnumber figure {
    margin-bottom: 0.78125vw;
  }
}

.backnumber span {
  font-size: 3.2vw;
}

@media screen and (min-width: 1000px) {
  .backnumber span {
    font-size: 0.9375vw;
  }
}

/*-------- labeltop --------*/
#labeltop,
#otherall {
  background-color: var(--c-bg_odd);
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

#labeltop a,
#otherall a {
  display: block;
  position: relative;
  text-align: center;
  color: var(--c-txt);
  border: 0.26667vw solid var(--c-txt);
  font-size: 4vw;
  width: 80vw;
  padding: 5.33333vw;
  margin: 0 auto 26.66667vw;
  background-color: var(--c-txt);
  color: #fff;
}

@media screen and (min-width: 1000px) {
  #labeltop a,
  #otherall a {
    border: 1px solid var(--c-txt);
    font-size: 15px;
    width: 600px;
    padding: 20px;
    margin: 0 auto 100px;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: var(--c-txt);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}

.footer img {
  width: 100%;
  height: auto;
}

.footer__logo {
  width: 34.66667vw;
  margin: 0 auto 4.26667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}

.footer__logo a {
  display: block;
  width: 34.66667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.01562vw;
  }
}

/* ------------------------------
	animation
------------------------------ */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease 0.3s;
  transition: all 2s ease 0.3s;
}

.fadein.active {
  opacity: 1;
  visibility: visible;
}

.scale {
  overflow: hidden;
}

.scale img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.scale.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.trun-right {
  position: relative;
}

.trun-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
}

.trun-right.active::after {
  width: 0;
  -webkit-transition: all 1s cubic-bezier(0.6, 0.09, 0.08, 0.9);
  transition: all 1s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}
/*# sourceMappingURL=251107_rosso-w_20th_style.css.map */