@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@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:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
:root {
  --c-txt: #4C4C4C;
  --c-aside: #e0e9e6;
  --c-white: #fff;
  --c-bg: #FAFAFA;
  --c-allitem: #B59062;
  --c-sec_01: #E4DDD3;
  --c-sec_02: #C9D9CC;
  --c-sec_03: #DCD5CD;
  --c-sec_04: #858585;
  --c-sec_05: #CFAA74;
  --c-sec_06: #F0F0EE;
  --c-sec_07: #F0F0EE;
  --c-sec_08: #808080;
}

.fadeIn {
  opacity: 0;
  transition: 1.3s;
  transition-delay: 0.4s;
}
.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}
.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1.3s ease 0.3s;
}
.fadeInLeft.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInRight {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1.3s ease 0.3s;
}
.fadeInRight.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
  overflow: hidden;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents p {
  line-height: 2;
  letter-spacing: 0.1em;
}
#contents img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  #contents {
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  #wrapper {
    width: 50vw;
    max-width: 50%;
  }
}
#wrapper h2, #wrapper h3 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  header {
    width: max(50%, 640px);
    width: 50vw;
  }
}

.mv {
  position: relative;
  height: 156vw;
  background: url(../img/mv.webp) 20% 50%/cover;
}
@media screen and (min-width: 960px) {
  .mv {
    position: fixed;
    width: 50vw;
    max-width: 50%;
    height: 100vh;
    background: url(../img/mv_big.webp) 20% 50%/cover;
  }
}
.mv h1 {
  position: absolute;
  top: 13.8666666667vw;
  left: 10.1333333333vw;
  color: var(--c-white);
  text-align: center;
  width: 25.0666666667vw;
}
@media screen and (min-width: 960px) {
  .mv h1 {
    position: absolute;
    top: 6.796875vw;
    left: 5.15625vw;
    font-size: 1.953125vw;
    width: 10.9375vw;
  }
}

#wrapper .sec__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead {
    background: url(../img/head-bk.webp) 20% 50%/cover;
    background-position: top;
    padding-top: 0;
    height: 100vh;
  }
}
#wrapper .sec__lead__inner {
  width: 74.6666666667vw;
  margin: 0 auto;
  padding-top: 24vw;
  padding-bottom: 24vw;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25.546875vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#wrapper .sec__lead__inner .sec__lead__ttl {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8.5333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner .sec__lead__ttl {
    font-family: "linotype-didot", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2.578125vw;
  }
}
#wrapper .sec__lead__inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner p {
    font-size: 13px;
    width: 280px;
    margin: 0 auto;
  }
}
#wrapper .sec__lead__inner p span {
  display: block;
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__lead__inner p span {
    margin-bottom: 2.34375vw;
  }
}

.main section:not(:last-child) {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .main section:not(:last-child) {
    padding-bottom: 7.8125vw;
  }
}

section:nth-child(odd) {
  background-color: var(--c-bg);
}

section:last-child {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  section:last-child {
    margin-bottom: 7.8125vw;
  }
}

#wrapper .sec__inner {
  position: relative;
  padding-top: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  #wrapper .sec__inner {
    padding: 7.8125vw 10.3515625vw 4.6875vw;
    overflow: hidden;
  }
}

h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
h2 .number {
  font-size: 21.8666666667vw;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: -4.8vw;
  margin: 0 0 -4.8vw -3.7333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  h2 .number {
    font-size: 6.40625vw;
    margin: 0 0 -1.40625vw -1.09375vw;
  }
}
h2 .sub-ttl {
  text-align: right;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6666666667vw;
  margin: 0 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 960px) {
  h2 .sub-ttl {
    font-size: 0.78125vw;
    margin: 0 0 1.5625vw 0;
  }
}

.img__sub {
  width: 100vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  .img__sub {
    width: 29.296875vw;
    margin: 0 auto 4.6875vw;
  }
}

.img_main {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .img_main {
    margin-bottom: 4.6875vw;
  }
}

#sec_01 .position__box {
  width: 74.6666666667vw;
  display: flex;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec_01 .position__box {
    width: 21.875vw;
    margin: 0 auto 4.6875vw;
  }
}
#sec_01 .position__box div:nth-child(1) {
  margin-top: 23.2vw;
}
@media screen and (min-width: 960px) {
  #sec_01 .position__box div:nth-child(1) {
    margin-top: 6.796875vw;
  }
}
#sec_01 .img__box {
  width: 83.4666666667vw;
  margin: 0 auto;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #sec_01 .img__box {
    width: 24.453125vw;
    margin-bottom: 4.6875vw;
  }
}

#sec_02 .position__box, #sec_04 .position__box, #sec_07 .position__box {
  width: 83.2vw;
  display: flex;
  margin: 0 auto 16vw;
}
#sec_02 .position__box div:nth-child(2), #sec_04 .position__box div:nth-child(2), #sec_07 .position__box div:nth-child(2) {
  margin-top: 28.8vw;
}
@media screen and (min-width: 960px) {
  #sec_02 .position__box div:nth-child(2), #sec_04 .position__box div:nth-child(2), #sec_07 .position__box div:nth-child(2) {
    margin-top: 8.4375vw;
  }
}
@media screen and (min-width: 960px) {
  #sec_02 .position__box, #sec_04 .position__box, #sec_07 .position__box {
    width: 24.375vw;
    display: flex;
    margin: 0 auto 4.6875vw;
  }
}

#sec_03 .img__sub, #sec_08 .img__sub {
  width: 74.9333333333vw;
}
@media screen and (min-width: 960px) {
  #sec_03 .img__sub, #sec_08 .img__sub {
    width: 21.953125vw;
  }
}
#sec_03 .position__box, #sec_08 .position__box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1.3333333333vw;
}
#sec_03 .position__box div:nth-child(1), #sec_08 .position__box div:nth-child(1) {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  #sec_03 .position__box div:nth-child(1), #sec_08 .position__box div:nth-child(1) {
    margin-right: 0.390625vw;
  }
}
@media screen and (min-width: 960px) {
  #sec_03 .position__box, #sec_08 .position__box {
    margin: 0 auto 0.390625vw;
  }
}
#sec_03 .img__box, #sec_08 .img__box {
  width: 36.8vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 960px) {
  #sec_03 .img__box, #sec_08 .img__box {
    width: 10.78125vw;
  }
}

#sec_05 .position__box {
  width: 74.6666666667vw;
  display: flex;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 960px) {
  #sec_05 .position__box {
    width: 21.875vw;
    margin: 0 auto 4.6875vw;
  }
}
#sec_05 .position__box div:nth-child(1) {
  margin-top: 23.2vw;
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 960px) {
  #sec_05 .position__box div:nth-child(1) {
    margin-top: 6.796875vw;
    margin-right: 0.625vw;
  }
}
#sec_05 .img__box {
  width: 83.4666666667vw;
  margin: 0 auto;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #sec_05 .img__box {
    width: 24.453125vw;
    margin-bottom: 4.6875vw;
  }
}

#sec_06 .position__box {
  width: 74.6666666667vw;
  display: flex;
  margin: 0 0 16vw auto;
}
@media screen and (min-width: 960px) {
  #sec_06 .position__box {
    width: 21.875vw;
    margin: 0 0 4.6875vw auto;
  }
}
#sec_06 .position__box div:nth-child(1) {
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 960px) {
  #sec_06 .position__box div:nth-child(1) {
    margin-right: 0.625vw;
  }
}
#sec_06 .img__box {
  width: 83.4666666667vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #sec_06 .img__box {
    width: 24.453125vw;
    margin-bottom: 4.6875vw;
  }
}

.item-list {
  position: relative;
  padding-left: 8.2666666667vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .item-list {
    padding-left: 2.421875vw;
    width: 29.296875vw;
    overflow: hidden;
  }
}
.item-list-head {
  font-size: 3.2vw;
  margin-bottom: 4vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .item-list-head {
    font-size: 12px;
    margin-bottom: 1.171875vw;
  }
}
.item-list-head:before {
  content: "";
  background-color: var(--c-sec_01);
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 960px) {
  .item-list-head:before {
    width: 0.46875vw;
    height: 0.46875vw;
    margin-right: 0.625vw;
  }
}
@media screen and (min-width: 960px) {
  .item-list-head {
    font-size: 0.9375vw;
  }
}

#sec_02 .item-list-head:before {
  background-color: var(--c-sec_02);
}

#sec_03 .item-list-head:before {
  background-color: var(--c-sec_03);
}

#sec_04 .item-list-head:before {
  background-color: var(--c-sec_04);
}

#sec_05 .item-list-head:before {
  background-color: var(--c-sec_05);
}

#sec_06 .item-list-head:before {
  background-color: var(--c-sec_06);
}

#sec_07 .item-list-head:before {
  background-color: var(--c-sec_07);
}

#sec_08 .item-list-head:before {
  background-color: var(--c-sec_08);
}

.item-list-wrap li {
  width: 26.4vw;
}
@media screen and (min-width: 960px) {
  .item-list-wrap li {
    width: 7.734375vw;
  }
}
.item-list-wrap li a {
  display: block;
  transition: all 0.3s ease;
}
.item-list-wrap li a:hover {
  opacity: 0.6;
}

.pick__inner__img {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .pick__inner__img {
    margin-bottom: 0.390625vw;
  }
}
.pick__inner__name {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .pick__inner__name {
    font-size: 12px;
  }
}

aside {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  aside {
    margin-bottom: 7.8125vw;
  }
}

.all {
  background: url(../img/all-bk.webp) 20% 50%/cover;
  padding: 34.6666666667vw 0;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .all {
    padding: 10.15625vw 0;
    margin-bottom: 7.8125vw;
  }
}
.all-top {
  font-size: 6.6666666667vw;
  text-align: center;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .all-top {
    font-size: 1.953125vw;
    margin-bottom: 4.6875vw;
  }
}
.all-top span {
  display: block;
  font-size: 3.2vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .all-top span {
    font-size: 0.9375vw;
  }
}

#nav ul {
  display: flex;
  padding-left: 8.2666666667vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #nav ul {
    margin: 0 auto;
    padding-left: 2.421875vw;
    margin-bottom: 4.6875vw;
  }
}
#nav ul li {
  display: block;
  width: 34.6666666667vw;
  position: relative;
  margin-right: 1.3333333333vw !important;
}
@media screen and (min-width: 960px) {
  #nav ul li {
    width: 10.15625vw;
    margin-right: 0.390625vw !important;
  }
}

@media screen and (min-width: 960px) {
  .nav__wrap {
    width: 37.03125vw;
    overflow: hidden;
    margin: 0 auto;
  }
}

#nav ul li a {
  width: 100%;
  transition-duration: 0.4s;
}

.mask {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  line-height: 0;
  overflow: hidden;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#nav ul li a:hover span.mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: rgba(218, 225, 224, 0.5);
}
#nav img {
  filter: blur(0);
  transition: 0.3s ease-in-out;
}
#nav span .cap {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: var(--c-white);
  text-align: center;
  line-height: 1.5;
  filter: drop-shadow(0.2666666667vw 0 6.1333333333vw #565b59);
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  #nav span .cap {
    font-size: 13px;
    filter: drop-shadow(0.078125vw 0 1.796875vw #565b59);
  }
}
#nav li a:hover span .cap {
  opacity: 1;
}

#nav ul li a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.check_box a {
  display: block;
  width: 83.4666666667vw;
  padding: 5.0666666667vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: var(--c-allitem);
  border: solid 1px var(--c-allitem);
  transition: all 0.3s ease;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .check_box a {
    width: 24.453125vw;
    padding: 1.484375vw;
  }
}
.check_box a:hover {
  border: solid 1px var(--c-allitem);
  background-color: transparent;
  color: var(--c-allitem);
}

.other-btn {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.other-btn a {
  display: block;
  width: 83.4666666667vw;
  padding: 5.0666666667vw;
  border: solid var(--c-txt) 1px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .other-btn a {
    width: 24.453125vw;
    padding: 1.484375vw;
  }
}
.other-btn a:hover {
  background-color: var(--c-txt);
  color: #fff;
}

.label-top {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .label-top {
    margin-bottom: 1.5625vw;
  }
}

footer {
  position: relative;
  background-color: #414141;
  padding: 16% 0;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  footer {
    margin-right: -100%;
    margin-left: -100%;
    padding: 11% 0;
  }
}
footer ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer li {
    width: calc(31vw - 40px);
    padding: 0.390625vw 0;
  }
  footer li:first-of-type {
    border-right: 1px solid #fff;
  }
}
footer a {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
footer a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  footer a {
    display: block;
    margin: 0 auto;
  }
}
footer .footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  footer .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
footer .footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  footer .footer__copyright {
    font-size: 1.015625vw;
  }
}/*# sourceMappingURL=260508_rosso-w_work_style.css.map */