@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

:root {
  --c-txt: #3B3B3B;
  --c-bg: #EAEAEA;
  --c-bg_pc: #CBCCC4;
  --c-accent: #838365;
  --c-sub: #DEDEDE;
  --c-white: #fff;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
/* ------------------------------
	style
------------------------------ */
* {
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
}
* img {
  width: 100%;
  height: auto;
}

body {
  background-color: var(--c-bg_pc);
}

@media screen and (min-width: 960px) {
  #contents {
    display: flex;
  }
}
#contents header {
  position: relative;
}
@media screen and (min-width: 960px) {
  #contents header {
    width: 50%;
  }
}
#contents header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 133.3333333333vw;
  background: url(../img/img_kv.jpg) 50% 50%/cover;
  font-size: 2.4rem;
  color: var(--c-sub);
}
@media screen and (min-width: 960px) {
  #contents header h1 {
    position: fixed;
    width: 50%;
    height: 100vh;
  }
}
#contents header h1.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
#contents header h1.animation.active {
  opacity: 1;
}
#contents header h1 .ttl {
  width: 47.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #contents header h1 .ttl {
    width: 19.53125vw;
  }
}
#contents #wrapper {
  overflow: hidden;
  background-color: var(--c-bg);
}
@media screen and (min-width: 960px) {
  #contents #wrapper {
    width: calc(50% - 80px);
    max-width: 560px;
    margin: 40px auto;
  }
}
#contents #wrapper > section {
  padding: 120px 8%;
}
#contents #wrapper section.animation {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}
#contents #wrapper section.animation.active {
  opacity: 1;
  transform: translateY(0);
}
#contents #wrapper h2 {
  margin: 0;
  font-family: "sherborne-variable", serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  letter-spacing: 0.05em;
}
#contents #wrapper .txt p {
  line-height: 1.75;
}
#contents #wrapper .txt p:not(:last-child) {
  margin-bottom: 1em;
}
#contents #wrapper .txt em {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
#contents #wrapper .inner {
  margin-top: 40px;
}
#contents #wrapper a {
  transition: 0.3s;
}
#contents #wrapper .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  border: 1px solid var(--c-txt);
  border-radius: 55px;
}
#contents #wrapper .btn_ig::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../img/icon_instagram.svg) 50% 50%/15px auto no-repeat;
}
#contents #wrapper .sec_lead {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead {
    padding-top: 60px;
  }
}
#contents #wrapper .sec_lead.animation {
  transition-delay: 0.4s;
}
#contents #wrapper .sec_lead p {
  position: relative;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  z-index: 1;
}
#contents #wrapper .sec_lead p:nth-child(2) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead p:nth-child(2) {
    margin-bottom: 30px;
  }
}
#contents #wrapper .sec_lead em {
  font-size: 5.3333333333vw;
  font-weight: 500;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead em {
    font-size: 20px;
  }
}
#contents #wrapper .sec_lead span {
  display: flex;
  align-items: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead span {
    font-size: 15px;
  }
}
#contents #wrapper .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: 960px) {
  #contents #wrapper .sec_lead span:before {
    width: 20px;
    margin-right: 5px;
  }
}
#contents #wrapper .sec_lead .logo_20th {
  position: absolute;
  width: 50.6666666667vw;
  top: 74.6666666667vw;
  right: -11.4666666667vw;
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .sec_lead .logo_20th {
    width: 15.625vw;
    top: 14.0625vw;
    right: -3.59375vw;
    opacity: 0.4;
  }
}
#contents #wrapper .main {
  padding: 120px 8% 80px;
}
#contents #wrapper .main section:not(:last-child) {
  padding-bottom: 100px;
}
#contents #wrapper .main h2 {
  font-size: 14.9333333333vw;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main h2 {
    font-size: 56px;
  }
}
#contents #wrapper .main h3 {
  margin-bottom: 4vw;
  font-weight: 500;
  font-size: 5.8666666667vw;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.68;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#contents #wrapper .main .main_img {
  margin: 10px 0 30px;
}
#contents #wrapper .main .product {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.4666666667vw;
  margin: 6.6666666667vw 0 6.6666666667vw;
  line-height: 1.9;
  color: var(--c-accent);
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .product {
    font-size: 13px;
    margin: 25px 0;
  }
}
#contents #wrapper .main .product__btn a {
  display: block;
  background-color: var(--c-accent);
  width: 100%;
  margin-top: 20px;
  font-size: 5.3333333333vw;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 4.8vw;
  border: 1px solid var(--c-accent);
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .main .product__btn a {
    padding: 18px;
    font-size: 20px;
  }
}
#contents #wrapper .main .product__btn a:hover {
  color: var(--c-accent);
  background-color: var(--c-bg);
  border: 1px solid var(--c-accent);
}
#contents #wrapper .others section {
  padding: 80px 8%;
}
#contents #wrapper .others section:nth-child(2n+1) {
  background-color: var(--c-sub);
}
#contents #wrapper .others .sec_other-items h2 {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items h2 {
    font-size: 46px;
  }
}
#contents #wrapper .others .sec_other-items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 68vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items ul {
    width: 100%;
  }
}
#contents #wrapper .others .sec_other-items li {
  width: 68vw;
  height: 45.3333333333vw;
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items li {
    height: 200px;
  }
}
#contents #wrapper .others .sec_other-items li:nth-child(-n+1) {
  margin-top: 0;
}
#contents #wrapper .others .sec_other-items li:nth-child(1) {
  background-image: url(../img/img_other-sp.jpg);
}
@media screen and (min-width: 960px) {
  #contents #wrapper .others .sec_other-items li:nth-child(1) {
    background-image: url(../img/img_other-pc.jpg);
  }
}
#contents #wrapper .others .sec_other-items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
#contents #wrapper .others .sec_other-items li a:hover {
  transform: none;
  opacity: 0.5;
}
#contents #wrapper .others .sec_follow {
  display: none;
}
#contents #wrapper .others .sec_follow .btn {
  margin-top: 40px;
}
#contents #wrapper footer {
  padding: 120px 8%;
  background-color: var(--c-txt);
  color: var(--c-white);
}
#contents #wrapper footer img {
  width: 100%;
  height: auto;
}
#contents #wrapper footer li {
  margin-top: 60px;
}
#contents #wrapper footer a {
  margin: 0 auto;
}
#contents #wrapper footer a.btn {
  border-color: var(--c-white);
  margin-bottom: 60px;
}
#contents #wrapper footer a:hover {
  opacity: 0.5;
}
#contents #wrapper footer .footer__logo {
  width: min(120px, 32vw);
  margin: 0 auto min(16px, 4.2666666667vw);
}
@media screen and (min-width: 960px) {
  #contents #wrapper footer .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
#contents #wrapper footer .footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 960px) {
  #contents #wrapper footer .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.2;
}

.sec-6 h3 {
  white-space: nowrap !important;
}/*# sourceMappingURL=250905_rosso-w_20th_style.css.map */