@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:wght@200..900&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: #4E4E4E;
  --c-bg_main: #F0F0F0;
  --c-bg_odd: #DEDEDE;
  --c-bg_even: #E7E5E1;
  --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: 66.6666666667vw;
  position: absolute;
  top: 17.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 35vw;
    position: absolute;
    top: 38.4375vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
header .label-logo {
  width: 14.9333333333vw;
  position: absolute;
  bottom: 5.3333333333vw;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header .label-logo {
    width: 6.484375vw;
    top: 2.34375vw;
    right: 2.34375vw;
    transform: none;
  }
}

.header__p {
  width: 80vw;
  font-size: 3.4666666667vw;
  margin: 18.6666666667vw auto 13.3333333333vw;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 2.25;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 100%;
    font-size: 13px;
    margin: 70px auto 50px;
    text-align: center;
  }
}

.nav {
  display: flex;
  justify-content: center;
  margin-bottom: 13.3333333333vw;
}
.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: 8vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 30px;
  }
}
.nav__number {
  font-size: 3.4666666667vw;
  margin-bottom: 2.6666666667vw;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.nav__img {
  width: 28vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 105px;
  }
}
@media screen and (min-width: 1000px) {
  .nav {
    margin: 0 auto 50px;
    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);
  }
}

.material {
  background-color: #fff;
  width: 80vw;
  padding: 10.6666666667vw;
  margin: 0 auto 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .material {
    width: 54.6875vw;
    padding: 4.6875vw;
    margin: 0 auto 5.46875vw;
  }
}
.material em {
  display: inline-block;
  font-style: normal;
  font-size: 3.2vw;
  margin-bottom: 1.3333333333vw;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .material em {
    font-size: 0.9375vw;
    margin-bottom: 0.390625vw;
  }
}
.material p {
  font-size: 2.6666666667vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .material p {
    font-size: 0.78125vw;
  }
}
.material li:first-child {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .material li:first-child {
    margin-bottom: 1.5625vw;
  }
}

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

#sec-02, #sec-04, #sec-06 {
  background-color: var(--c-bg_even);
}
#sec-02 .credit__item-list li, #sec-04 .credit__item-list li, #sec-06 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}

.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: 350px;
    margin: 0 0 50px 100px;
  }
}
.txt__inner__number {
  font-size: 12vw;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
.txt__inner__number span {
  font-size: 3.4666666667vw;
  margin-left: 1.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number span {
    font-size: 13px;
    margin-left: 7px;
  }
}
.txt__inner__p {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .txt__inner__p {
    font-size: 13px;
  }
}

h2 {
  font-size: 5.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 2.25;
  line-height: 1.7;
  margin-bottom: 4vw;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.credit {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit {
    width: 350px;
  }
}
.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: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .credit__item__name {
    font-size: 13px;
  }
}
.credit__item__name span {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .credit__item__name span {
    font-size: 11px;
  }
}
.credit__item__name .comingsoon {
  font-size: 10px;
}
.credit__item__btn {
  width: 13.3333333333vw;
  padding: 1.8666666667vw;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  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;
  }
}

.credit__item__main .credit__item__btn {
  width: 13.3333333333vw;
  padding: 1.8666666667vw;
  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__main .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-left: 11px;
    margin-bottom: 0;
  }
}
.block-1 .txt__inner {
  position: relative;
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .txt__inner {
    margin-top: 70px;
  }
}
.block-1 .credit {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-1 .credit {
    margin: 0 0 0 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 150px;
  }
}

/*-------- 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;
}
@media screen and (min-width: 1000px) {
  .block-2 .txt__inner {
    margin: 0 0 50px 80px;
  }
}
.block-2 .credit {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-2 .credit {
    margin-left: 80px;
  }
}
.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: 70px;
  }
}
.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: 100px;
  }
}
.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;
  }
}

#sec-06 {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-06 {
    margin-bottom: 7.8125vw;
  }
}

.allitem {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .allitem {
    display: flex;
    justify-content: center;
  }
}
.allitem li {
  position: relative;
  width: 80vw;
}
@media screen and (min-width: 1000px) {
  .allitem li {
    width: 23.4375vw;
  }
}
.allitem li:last-child {
  margin-top: 8vw;
}
@media screen and (min-width: 1000px) {
  .allitem li:last-child {
    margin: 0 0 0 2.34375vw;
  }
}
.allitem__txt {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 6.1333333333vw;
  letter-spacing: 0.05em;
  line-height: 0.5;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .allitem__txt {
    font-size: 23px;
  }
}
.allitem__txt span {
  margin-top: 4vw;
  display: inline-block;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__txt span {
    margin-top: 1.171875vw;
    font-size: 13px;
  }
}

/*-------- labeltop --------*/
#labeltop {
  background-color: var(--c-bg_main);
  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;
  background-color: var(--c-txt);
  color: #fff;
  font-size: 3.2vw;
  width: 78.6666666667vw;
  padding: 5.3333333333vw;
  margin: 26.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #labeltop a {
    background-color: var(--c-txt);
    font-size: 12px;
    width: 500px;
    padding: 20px;
    margin: 100px auto;
  }
}

/* --------------------
	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);
}

.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.5;
}
.link__none .credit__item__btn {
  display: none;
}

/* --------------------
		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.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;
  }
}
/*# sourceMappingURL=260203_rosso-w_styling_style.css.map */