@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://use.typekit.net/djy5tqt.css");
@import url("https://use.typekit.net/awj0ypq.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

@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: #333;
  --c-number:#877668;
  --c-bg_main: #EEEEF2;
  --c-bg_odd: #fff;
  --c-bg_even: #F3EDE4;
}

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

@media screen and (min-width: 1000px) {
  .--pc-flex {
    display: flex;
    margin-bottom: 80px;
  }
}
.--pc-flex__reverse {
  display: block;
  flex-direction: column-reverse;
  margin-bottom: 17.0666666667vw;
}
@media screen and (min-width: 1000px) {
  .--pc-flex__reverse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 744px;
    margin: 0 auto 80px;
  }
}

header {
  position: relative;
}
header h1 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  width: 64vw;
}
@media screen and (min-width: 1000px) {
  header h1 {
    top: 50%;
    left: 25%;
    width: min(480px, 31.25vw);
  }
}
header figure {
  position: absolute;
  right: 4vw;
  top: 4vw;
  z-index: 10;
  width: 12vw;
}
@media screen and (min-width: 1000px) {
  header figure {
    right: 30px;
    top: 30px;
    width: 88px;
  }
}

.header__p {
  width: 80vw;
  font-size: 3.4666666667vw;
  margin: 18.6666666667vw auto;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 605px;
    font-size: 13px;
    margin: 96px auto;
  }
}

.marker {
  background-size: 0 80%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(195, 187, 176, 0.4784313725), rgba(195, 187, 176, 0.4784313725));
}

.marker.active {
  background-size: 100% 80%;
}

.marker.--short {
  transition: background-size 2.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.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;
  color: var(--c-number);
  font-family: "ivypresto-display", serif;
  font-weight: 200;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.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, #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 {
  background-color: var(--c-bg_even);
}
#sec-02 .credit__item-list li, #sec-04 .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;
}
@media screen and (min-width: 1000px) {
  .txt__inner {
    width: 390px;
  }
}
.txt__inner__flex {
  display: flex;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__flex {
    margin-bottom: 16px;
    width: 390px;
  }
}
.txt__inner__number {
  font-size: 5.3333333333vw;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: -height;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c-number);
  margin-right: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    margin-right: 24px;
    font-size: 20px;
  }
}
.txt__inner__day {
  position: relative;
  font-size: 9.3333333333vw;
  font-family: "ivypresto-display", serif;
  font-weight: 200;
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  .txt__inner__day {
    font-size: 40px;
  }
}
.txt__inner__day::after {
  content: "";
  position: absolute;
  left: -4.8vw;
  top: 4.8vw;
  width: 3.2vw;
  height: 1px;
  background-color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  .txt__inner__day::after {
    left: -18px;
    top: 20px;
    width: 12px;
    height: 1px;
  }
}
.txt__inner__p {
  margin-bottom: 21.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .txt__inner__p {
    margin-bottom: 0;
    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: 1.5;
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 24px;
    margin-bottom: 64px;
  }
}

.product {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .product {
    margin: 0 auto 0 120px;
    width: 820px;
  }
}
.product ul {
  display: flex;
  margin-left: 8vw;
}
@media screen and (min-width: 1000px) {
  .product ul {
    margin-left: 0;
  }
}
.product ul li {
  width: 38.6vw;
  min-width: 38.6vw;
  padding-right: 10px;
  margin-bottom: 20px;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .product ul li {
    width: 145px;
    min-width: 145px;
  }
}
.product ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
.product ul li:hover a {
  opacity: 0.7;
  transform: translateY(5px);
}
.product .product-data {
  margin-top: 10px;
}
.product .product-data p {
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .product .product-data p {
    font-size: 15px;
  }
}
.product .product-data__name {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: -height;
  font-size: 15px;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .product .product-data__name {
    font-size: 12px;
    font-weight: 200;
  }
}
@media screen and (min-width: 1000px) {
  .product .product-data__price {
    font-size: 14px !important;
  }
}
.product .product-data__price span {
  margin-left: 0.3em;
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .product .product-data__price span {
    font-size: 10px !important;
  }
}
.product .link__none {
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.5;
}
.product .link__none span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .product .link__none span {
    font-size: 10px;
  }
}

.product__title {
  font-family: "ivypresto-display", serif;
  font-weight: 200;
  letter-spacing: 0.07em;
  line-height: -height;
  margin: 0 0 5.3333333333vw 8vw;
  width: 80vw;
  font-size: 4.8vw;
  font-weight: 200;
  display: flex;
  color: var(--c-number);
}
@media screen and (min-width: 1000px) {
  .product__title {
    width: 820px;
    margin: 0 auto 24px 120px;
    font-size: 18px;
  }
}
.product__title span {
  display: block;
  margin-right: 5px;
}

/*-------- 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: 14.9333333333vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    width: 487px;
    margin-left: 11px;
    margin-bottom: 0;
  }
}
.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;
  }
}
.block-1 .txt__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-1 .txt__inner {
    margin: 0;
  }
}
.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;
}
@media screen and (min-width: 1000px) {
  .block-1__img {
    width: 295px;
  }
}

/*-------- block-2 --------*/
.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;
  }
}
@media screen and (min-width: 1000px) {
  .block-2 .--pc-flex__reverse {
    width: 820px;
    margin-left: 120px;
  }
}
.block-2 .txt__inner {
  position: relative;
  margin: 14.9333333333vw auto;
}
@media screen and (min-width: 1000px) {
  .block-2 .txt__inner {
    margin: 0;
  }
}
.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;
  }
}

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

/* --------------------
	aside
-------------------- */
aside .aside__inner {
  padding: 45.3333333333vw 0 45.3333333333vw;
  margin-bottom: 21.3333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  color: var(--c-white);
  background-image: url(/special/260814_rosso-w_work/common/img/footer-img-sp.webp);
  background-size: cover;
  color: var(--c-bg_odd);
}
@media screen and (min-width: 1000px) {
  aside .aside__inner {
    padding: 170px 0 170px;
    margin-bottom: 64px;
    background-position: right 45%;
    background-image: url(/special/260814_rosso-w_work/common/img/footer-img-pc.webp);
    background-size: cover;
  }
}
aside .aside__btn {
  font-family: "ivypresto-display", serif;
  font-weight: 200;
  letter-spacing: -spacing;
  line-height: -height;
  font-weight: 200;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-size: 16px;
    text-align: center;
  }
}
aside .aside__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8vw 13.3333333333vw;
  margin: 0 auto;
  font-size: 4vw;
  width: 84vw;
  height: 18.6666666667vw;
  border: solid 1px var(--c-bg_odd);
  color: var(--c-white);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn a {
    padding: 25px 57px;
    width: 375px;
    height: 80px;
    font-size: 1.7rem;
    text-align: center;
  }
}
aside .aside__btn a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn a div {
    width: 375px;
    font-size: 1.7rem;
  }
}
aside .aside__btn a span {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: -height;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn a span {
    font-size: 11px;
    text-align: center;
  }
}
aside .aside__btn a:hover {
  opacity: 0.6;
}
aside .aside__btn .arrow {
  position: absolute;
  top: 6.9333333333vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2666666667vw;
  margin-right: 6.9333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn .arrow {
    top: 32px;
    right: 0;
    width: 17px;
    margin-right: 30px;
  }
}

.btn__wrapper {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .btn__wrapper {
    margin-bottom: 64px;
  }
}
.btn__wrapper .btn {
  font-family: "ivypresto-display", serif;
  font-weight: 200;
  letter-spacing: -spacing;
  line-height: -height;
  font-weight: 200;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .btn__wrapper .btn {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-size: 1.5rem;
    text-align: center;
    color: var(--c-number);
  }
}
.btn__wrapper .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8vw 15.2vw;
  margin: 0 auto 6.4vw;
  border: solid 1px var(--c-number);
  color: var(--c-number);
  font-size: 4vw;
  width: 84vw;
  height: 18.6666666667vw;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .btn__wrapper .btn a {
    margin: 0 auto 30px;
    padding: 25px 57px;
    width: 375px;
    height: 70px;
    text-align: center;
  }
}
.btn__wrapper .btn a div {
  width: 89.3333333333vw;
  margin: 0;
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .btn__wrapper .btn a div {
    width: 375px;
    font-size: 1.5rem;
  }
}
.btn__wrapper .btn a:hover {
  opacity: 0.6;
}
.btn__wrapper .btn .arrow {
  position: absolute;
  top: 6.9333333333vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2666666667vw;
  margin-right: 6.9333333333vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .btn__wrapper .btn .arrow {
    top: 26px;
    right: 0;
    width: 17px;
    margin-right: 27px;
  }
}

/* --------------------
		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=260814_rosso-w_work_style.css.map */