@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&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: #383838;
  --c-bg_main: #EBEBE8;
  --c-item_border_odd:#CBCBCB;
  --c-item_border_even: #E8E8E8;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: var(--c-bg_main);
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.2s;
}
#contents a:hover {
  opacity: 0.5;
}

.--pc-flex__reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .--pc-flex {
    display: flex;
  }
}
header {
  position: relative;
}
header h1 {
  width: 44.5333333333vw;
  position: absolute;
  bottom: 13.3333333333vw;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 19.765625vw;
    bottom: 50%;
    right: 14.84375vw;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
  }
}

.sec_lead {
  width: 80vw;
  margin: 0 auto;
  padding-top: 10.6666666667vw;
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec_lead {
    width: 610px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.sec_lead.animation {
  transition-delay: 0.4s;
}
.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.4666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .sec_lead p {
    font-size: 13px;
  }
}
.sec_lead p:nth-child(n+2) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .sec_lead p:nth-child(n+2) {
    margin-bottom: 30px;
  }
}
.sec_lead p:last-child {
  margin-bottom: 0;
}
.sec_lead em {
  display: block;
  font-size: 5.3333333333vw;
  font-weight: 500;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec_lead em {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.sec_lead span {
  display: flex;
  align-items: center;
  font-size: 4vw;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .sec_lead span {
    font-size: 15px;
  }
}
.sec_lead span:before {
  content: "";
  display: block;
  background-color: var(--c-txt);
  width: 5.3333333333vw;
  height: 1px;
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .sec_lead span:before {
    width: 20px;
    margin-right: 5px;
  }
}

.nav {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 26.6666666667vw;
  padding-left: 10.1333333333vw;
}
.nav li {
  width: 28vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .nav li {
    width: 105px;
  }
}
.nav li:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.nav__number {
  font-size: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.nav__img {
  width: 28vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 105px;
  }
}
@media screen and (min-width: 1000px) {
  .nav {
    margin: 0 auto 100px;
    overflow-x: visible;
    padding: 0;
    justify-content: center;
  }
}
.nav li a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .nav li a:hover {
    transform: translateY(5px);
  }
}

/*-------- section共通 --------*/
#sec-01 .credit__item-list li, #sec-03 .credit__item-list li {
  border-bottom: var(--c-item_border_odd) 1px solid;
}

@media screen and (min-width: 1000px) {
  #sec-03 .--pc-flex div, #sec-04 .--pc-flex div {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  #sec-03 .block-1-1__wrap, #sec-04 .block-1-1__wrap {
    margin-left: 11px;
  }
}

#sec-02 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}

#sec-04 .--pc-flex {
  justify-content: space-between;
}
#sec-04 .block-1__img {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-04 .block-1__img {
    width: 395px;
  }
}

#sec-05 .block-2__img {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-05 .block-2__img {
    width: 395px;
  }
}

.sec__inner {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec__inner {
    width: 985px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.txt__inner {
  width: 78.6666666667vw;
  margin: 0 0 18.6666666667vw 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner {
    width: 295px;
    margin: 0 0 50px 100px;
  }
}
.txt__inner__number {
  font-size: 10.6666666667vw;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  letter-spacing: 0.05em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.txt__inner__p {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .txt__inner__p {
    font-size: 13px;
  }
}

h2 {
  font-size: 6.4vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 2.25;
  line-height: 2;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.credit {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit {
    width: 295px;
  }
}
.credit__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit__item a {
    margin-bottom: 25px;
  }
}
.credit__item a:hover {
  transform: translateY(5px);
}
.credit__item__name {
  display: inline-block;
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .credit__item__name {
    font-size: 13px;
  }
}
.credit__item__btn {
  width: 17.3333333333vw;
  padding: 2.6666666667vw;
  background-color: var(--c-txt);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .credit__item__btn {
    width: 65px;
    padding: 10px;
    font-size: 12px;
  }
}

/*-------- block-1 --------*/
.block-1 .slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block-1 .slider {
    width: 487px;
  }
}
.block-1-1__wrap {
  margin-bottom: 18.6666666667vw;
  position: relative;
}
.block-1-1__wrap figure:nth-child(2) {
  width: 78.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:nth-child(2) {
    width: 383px;
  }
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    width: 487px;
    margin-bottom: 0;
  }
}
.block-1 .txt__inner {
  position: relative;
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .txt__inner {
    margin-top: 50px;
  }
}
.block-1 .credit {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .credit {
    margin-left: 100px;
  }
}
.block-1__img {
  width: 78.6666666667vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .block-1__img {
    width: 295px;
    margin: 0 0 0 200px;
    margin-left: 200px;
  }
}

/*-------- block-2 --------*/
.block-2-1__wrap {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap {
    margin-bottom: -130px;
  }
}
.block-2-1__wrap figure:first-child {
  width: 67.2vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:first-child {
    width: 434px;
  }
}
.block-2-1__wrap figure:nth-child(2) {
  width: 32.8vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:nth-child(2) {
    width: 211px;
    margin: 0;
    margin-top: 609px;
  }
}
.block-2-1__wrap figure:nth-child(3) {
  width: 56.5333333333vw;
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:nth-child(3) {
    width: 340px;
    margin: 0;
    margin-top: 132px;
  }
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap {
    display: flex;
  }
}
.block-2 .txt__inner {
  position: relative;
}
.block-2 .credit {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2 .credit {
    margin-left: 100px;
  }
}
.block-2 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}
.block-2__img {
  width: 78.6666666667vw;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2__img {
    width: 295px;
    margin: 0 auto;
  }
}

/*-------- block-3 --------*/
.block-3__img {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3__img {
    width: 750px;
    margin-bottom: 0;
  }
}
.block-3 .txt__inner {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .block-3 .txt__inner {
    margin-top: 50px;
  }
}
.block-3-1__wrap {
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .block-3-1__wrap {
    margin: 0 0 50px 100px;
  }
}
.block-3 .credit {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-3 .credit {
    margin: 0;
  }
}
.block-3-2__wrap {
  margin-bottom: 18.6666666667vw;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap {
    margin-bottom: 70px;
  }
}
.block-3-2__wrap figure {
  width: 38.4vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap figure {
    width: 220px;
  }
}
.block-3-2__wrap figure:last-child {
  margin-left: 1.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap figure:last-child {
    margin-left: 10px;
  }
}
.block-3-2__wrap__img {
  width: 100%;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap__img {
    width: 383px;
    margin: 0 0 0 -435px;
  }
}

/*-------- novelty --------*/
.novelty {
  background-color: #D8D6CD;
  padding: 18.6666666667vw 0;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .novelty {
    padding: 100px;
    margin-bottom: 7.8125vw;
  }
}
.novelty h3 {
  text-align: center;
  margin-bottom: 10.6666666667vw;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  letter-spacing: 0.05em;
  font-size: 8vw;
}
@media screen and (min-width: 1000px) {
  .novelty h3 {
    font-size: 3.125vw;
    margin-bottom: 50px;
  }
}
.novelty-list {
  display: flex;
  width: 78.6666666667vw;
  margin: 0 auto 10.6666666667vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .novelty-list {
    width: 972px;
    margin: 0 auto 50px;
  }
}
.novelty-list li {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  .novelty-list li {
    width: 243px;
  }
}
.novelty p {
  width: 78.6666666667vw;
  margin: 0 auto;
  line-height: 2;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .novelty p {
    width: 650px;
    margin: 0 auto;
    font-size: 13px;
  }
}
.novelty p .shop {
  display: block;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .novelty p .shop {
    margin-top: 40px;
  }
}
.novelty p .shop a {
  text-decoration: underline;
}

/*-------- backnumber --------*/
.backnumber {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .backnumber {
    margin-bottom: 7.8125vw;
  }
}
.backnumber h3 {
  text-align: center;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .backnumber h3 {
    font-size: 1.953125vw;
    margin-bottom: 1.171875vw;
  }
}
.backnumber p {
  text-align: center;
  margin-bottom: 10.6666666667vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .backnumber p {
    margin-bottom: 3.125vw;
    font-size: 1.015625vw;
  }
}
.backnumber .backnumber-list {
  display: flex;
  justify-content: center;
}
.backnumber .backnumber-list li {
  width: 60vw;
}
@media screen and (min-width: 1000px) {
  .backnumber .backnumber-list li {
    width: 17.578125vw;
  }
}
.backnumber figure {
  display: block;
  margin-bottom: 2.6666666667vw;
}
@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 {
  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 {
  display: block;
  position: relative;
  text-align: center;
  color: var(--c-txt);
  border: 0.2666666667vw solid var(--c-txt);
  font-size: 4vw;
  width: 80vw;
  padding: 5.3333333333vw;
  margin: 0 auto 26.6666666667vw;
  background-color: var(--c-txt);
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #labeltop a {
    border: 1px solid var(--c-txt);
    font-size: 15px;
    width: 600px;
    padding: 20px;
    margin: 0 auto 100px;
  }
}

/*-------- link --------*/
.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.5;
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  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.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    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.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

/* --------------------
	move
-------------------- */
.mv__img {
  -webkit-animation: fadeIn 1.5s ease 0s forwards;
          animation: fadeIn 1.5s ease 0s forwards;
  opacity: 0;
  z-index: 10;
}

h1 {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

.top_logo {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

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

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadeinright {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateX(-20px);
}

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.scale-active {
  overflow: hidden;
}
.scale-active img {
  transform: scale(1);
}
/*# sourceMappingURL=251017_rosso-w_20th_style.css.map */