@charset "UTF-8";
/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&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: #474747;
  --c-bg: #F7F7F7;
  --c-accent: #A6BD4D;
  --c-line: #C0C0C0;
  --c-line-2: #DADADA;
  --c-white: #fff;
  --c-1-1: #C9BDA5;
  --c-1-2: #B1B1B1;
  --c-1-3: #242424;
  --c-2-1: #6D5E41;
  --c-2-2: #D2CDBA;
  --c-2-3: #A7A7A7;
  --c-2-4: #3B3B3B;
}

/* --------------------
		#content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--c-bg);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
#content img {
  width: 100%;
  height: auto;
}

/* --------------------
		header
-------------------- */
header {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  header {
    background-color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.8125vw 0;
    margin-bottom: 7.8125vw;
  }
}
header p {
  font-size: 3.4666666667vw;
  line-height: 2;
}
header .header__img {
  background-color: var(--c-accent);
  padding: 18.6666666667vw 12.5333333333vw;
}
@media screen and (min-width: 1000px) {
  header .header__img {
    padding: 0;
    width: 41.171875vw;
    margin-left: 10.15625vw;
    padding: 0;
  }
}
header .h1__inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  header .h1__inner {
    background-color: var(--c-accent);
  }
}
header h1 {
  position: absolute;
  width: 56vw;
  top: 103.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 24.21875vw;
    position: static;
    transform: none;
    margin-bottom: 3.90625vw;
  }
}
header h2 {
  position: absolute;
  width: 14.9333333333vw;
  top: 30.1333333333vw;
  right: 8vw;
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  header h2 {
    width: 6.171875vw;
    top: -6.875vw;
    right: -52.734375vw;
  }
}
header .head-deco {
  font-size: 12.2666666667vw;
  letter-spacing: 0.05em;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  white-space: nowrap;
  position: absolute;
  top: 14.9333333333vw;
  left: -5px;
  color: var(--c-white);
  opacity: 0.2;
  line-height: 0.5;
  z-index: 50;
}
@media screen and (min-width: 1000px) {
  header .head-deco {
    font-size: 6.40625vw;
    position: absolute;
    top: -10.9375vw;
    left: -13.28125vw;
    opacity: 0.1;
    z-index: 50;
    text-align: center;
  }
}
header .logo__os {
  width: 17.0666666667vw;
  position: absolute;
  bottom: 6.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  header .logo__os {
    width: 7.8125vw;
    bottom: 2.734375vw;
    left: auto;
    right: 2.734375vw;
    transform: none;
  }
}

.header-p {
  font-size: 3.4666666667vw;
  text-align: center;
  padding: 18.6666666667vw 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .header-p {
    font-size: 1.015625vw;
    color: var(--c-white);
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

.profile {
  width: 84vw;
  margin: 0 auto;
  border-bottom: 1px solid var(--c-line);
}
@media screen and (min-width: 1000px) {
  .profile {
    width: 78.125vw;
    margin: 0 auto;
  }
}
.profile__head {
  display: flex;
  justify-content: space-between;
  font-size: 2.1333333333vw;
  border-bottom: 1px solid var(--c-line);
  margin-bottom: 13.3333333333vw;
  padding-bottom: 2.6666666667vw;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .profile__head {
    margin-bottom: 0;
    padding-bottom: 0.78125vw;
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1000px) {
  .profile {
    width: 78.125vw;
  }
}
.profile__inner {
  padding: 0 7.4666666667vw 13.3333333333vw 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner {
    display: flex;
    padding: 0;
    justify-content: space-between;
    padding: 5.46875vw 9.0625vw 5.46875vw 10.9375vw;
  }
}
.profile__inner__img {
  width: 40vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .profile__inner__img {
    width: 14.453125vw;
  }
}
@media screen and (min-width: 1000px) {
  .profile__inner__wrap {
    width: 28.125vw;
    margin-left: 15.625vw;
  }
}
.profile__comment {
  font-size: 3.2vw;
  margin-bottom: 8vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .profile__comment {
    font-size: 0.9375vw;
    margin-bottom: 2.34375vw;
  }
}
.profile__sns {
  display: flex;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.profile__sns li a {
  background-color: var(--c-accent);
  color: var(--c-bg);
  text-align: center;
  font-size: 2.1333333333vw;
  border-radius: 30px;
  padding: 2.1333333333vw 4vw;
  display: block;
  border: 1px solid var(--c-accent);
  transition: all 0.5s ease;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .profile__sns li a {
    font-size: 0.625vw;
    padding: 0.625vw 1.171875vw;
  }
}
.profile__sns li a:hover {
  color: var(--c-accent);
  border: 1px solid var(--c-accent);
  background-color: rgba(0, 0, 0, 0);
}
.profile__sns li:nth-child(-n+2) {
  margin-right: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__sns li:nth-child(-n+2) {
    margin-right: 1.09375vw;
  }
}

.profile__name {
  position: relative;
  font-size: 10.4vw;
  margin-bottom: 5.3333333333vw;
  line-height: 1.05;
  color: var(--c-accent);
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .profile__name {
    font-size: 3.046875vw;
    margin-bottom: 1.5625vw;
  }
}
.profile__name span {
  display: inline-block;
  font-size: 3.2vw;
  margin-left: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--c-txt);
  margin-top: -2.6666666667vw;
  position: absolute;
  bottom: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__name span {
    font-size: 0.9375vw;
    margin-left: 1.09375vw;
    margin-top: -0.78125vw;
    bottom: 0.859375vw;
  }
}

.profile-list {
  display: grid;
  grid-template-columns: 17.8666666667vw 1fr;
  row-gap: 4.5333333333vw;
  line-height: 1.6;
  font-size: 2.4vw;
  margin-bottom: 8vw;
  align-items: baseline;
}
@media screen and (min-width: 1000px) {
  .profile-list {
    font-size: 0.703125vw;
    grid-template-columns: 5.234375vw 1fr;
    row-gap: 1.328125vw;
    margin-bottom: 2.34375vw;
  }
}
.profile-list dt {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.profile-list dd {
  font-size: 2.9333333333vw;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .profile-list dd {
    font-size: 0.859375vw;
  }
}

section {
  border-bottom: 1px solid var(--c-line-2);
}
section .section__wrap {
  padding: 26.6666666667vw 8vw;
}
@media screen and (min-width: 1000px) {
  section .section__wrap {
    width: 54.6875vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.8125vw 0;
  }
}

section:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1000px) {
  .sec-block {
    width: 24.609375vw;
  }
}

.video {
  width: 84vw;
  height: 149.3333333333vw;
  margin: 0 auto 8vw;
  overflow: hidden;
  position: relative;
}
.video iframe {
  width: 101%;
  height: 100.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .video {
    width: 24.609375vw;
    height: 43.75vw;
    margin: 0;
  }
}

.check-list {
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .check-list {
    margin: 0 auto 3.90625vw;
  }
}
.check-list li {
  font-size: 2.9333333333vw;
  border-bottom: 1px solid var(--c-line-2);
  padding-bottom: 4.8vw;
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .check-list li {
    font-size: 0.859375vw;
    padding-bottom: 1.40625vw;
  }
}
.check-list li:before {
  content: "";
  display: inline-block;
  background: url(../img/check.svg) no-repeat center/contain;
  width: 3.2vw;
  height: 2.6666666667vw;
  margin-right: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .check-list li:before {
    width: 0.9375vw;
    height: 0.78125vw;
    margin-right: 0.234375vw;
  }
}
.check-list li:not(:last-child) {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 1000px) {
  .check-list li:not(:last-child) {
    margin-bottom: 1.40625vw;
  }
}

.product {
  display: flex;
  margin-bottom: 8vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .product {
    margin-bottom: 2.34375vw;
    font-size: 0.9375vw;
  }
}
.product__img a {
  display: block;
  width: 33.3333333333vw;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .product__img a {
    width: 9.765625vw;
  }
}
.product__img a:hover {
  opacity: 0.6;
}
.product__inner {
  margin-left: 8vw;
}
@media screen and (min-width: 1000px) {
  .product__inner {
    margin-left: 2.34375vw;
  }
}

.product-info {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  margin-left: 8vw;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .product-info {
    margin-left: 2.34375vw;
  }
}

.product-name {
  font-size: 3.2vw;
  margin-bottom: 2.6666666667vw;
  line-height: 1.8;
  margin-top: -1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .product-name {
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
    margin-top: -0.390625vw;
  }
}

.product-price {
  font-size: 3.2vw;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .product-price {
    font-size: 0.9375vw;
  }
}
.product-price span {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .product-price span {
    font-size: 0.625vw;
  }
}

/* SIZEとCOLORのペア設定 */
.detail-inner {
  display: flex;
  line-height: 1;
  align-items: center;
  font-size: 2.6666666667vw;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.detail-inner dt {
  width: 14.4vw;
  color: #666;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .detail-inner dt {
    width: 4.21875vw;
  }
}
@media screen and (min-width: 1000px) {
  .detail-inner {
    font-size: 0.78125vw;
  }
}

.detail-inner-size {
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .detail-inner-size {
    margin-bottom: 1.171875vw;
  }
}

/* カラー丸ポチのスタイル */
.color-dot {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  margin-right: 5px;
  background-color: var(--c-1-1);
}
@media screen and (min-width: 1000px) {
  .color-dot {
    width: 1.171875vw;
    height: 1.171875vw;
  }
}

.product__btn a {
  display: block;
  background-color: var(--c-accent);
  padding: 4vw;
  text-align: center;
  color: var(--c-bg);
  border-radius: 3px;
  letter-spacing: 0.1em;
  font-size: 3.2vw;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  border: 1px solid var(--c-accent);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .product__btn a {
    font-size: 0.9375vw;
    padding: 1.171875vw;
  }
}
.product__btn a:hover {
  color: var(--c-accent);
  border: 1px solid var(--c-accent);
  background-color: rgba(0, 0, 0, 0);
}

/* --------------------
	section-1-2
-------------------- */
.dot-sec-1-1 {
  background-color: var(--c-1-1);
}

.dot-sec-1-2 {
  background-color: var(--c-1-2);
}

.dot-sec-1-3 {
  background-color: var(--c-1-3);
}

.dot-sec-2-1 {
  background-color: var(--c-2-1);
}

.dot-sec-2-2 {
  background-color: var(--c-2-2);
}

.dot-sec-2-3 {
  background-color: var(--c-2-3);
}

.dot-sec-2-4 {
  background-color: var(--c-2-4);
}

/* --------------------
		aside
-------------------- */
aside {
  background-color: var(--c-white);
}

.aside__inner {
  padding-top: 26.6666666667vw;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner {
    padding-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}

.shop a {
  display: block;
  width: 84vw;
  padding: 10.6666666667vw;
  margin: 0 auto 26.6666666667vw;
  background-color: #F4F4F4;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .shop a {
    width: 24.609375vw;
    padding: 3.125vw;
    margin: 0 auto 7.8125vw;
  }
}
.shop a:hover {
  opacity: 0.6;
}
.shop a h3 {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .shop a h3 {
    margin-bottom: 1.171875vw;
    font-size: 1.09375vw;
  }
}
.shop a .shop-icon {
  display: block;
  margin: 0 auto 4vw;
  width: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .shop a .shop-icon {
    width: 0.9375vw;
    margin: 0 auto 1.171875vw;
  }
}
.shop a .shop-link {
  font-size: 2.9333333333vw;
  text-decoration: underline;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .shop a .shop-link {
    font-size: 0.859375vw;
  }
}

h4 {
  font-size: 6.6666666667vw;
  margin-bottom: 8vw;
  text-align: center;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.953125vw;
    margin-bottom: 2.34375vw;
  }
}

.info {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .info {
    width: 51.5625vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .info li {
    width: 24.609375vw;
  }
}
.info li:first-child {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .info li:first-child {
    margin-bottom: 3.90625vw;
  }
}
.info-img {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .info-img {
    margin-bottom: 1.5625vw;
  }
}
.info-date {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .info-date {
    margin-bottom: 0.390625vw;
    font-size: 0.9375vw;
  }
}
.info-txt {
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .info-txt {
    font-size: 0.9375vw;
  }
}
.info a {
  display: block;
  transition: all 0.5s ease;
}
.info a:hover {
  opacity: 0.6;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.4666666667vw;
  padding: 26.6666666667vw 0;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  .sns {
    gap: 2.1875vw;
    padding: 7.8125vw 0;
  }
}
.sns__insta {
  width: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__insta {
    width: 2.03125vw;
  }
}
.sns__x {
  width: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.875vw;
  }
}
.sns__youtube {
  width: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns__youtube {
    width: 2.1875vw;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
	move
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s 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);
}
/*# sourceMappingURL=260317_onlinestore-w_staff-movie_style.css.map */