@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&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");
html {
  font-size: 62.5%;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #828b8b;
  --c-bg-01: #F3F4EE;
  --c-bg-02: #E9EBEB;
  --c-accent: #9FB5C6;
  --c-white: #fff;
  --c-bg-profile: #F4F4F4;
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  color: var(--c-txt);
  background-color: var(--c-bg-01);
  overflow: hidden;
  z-index: 0;
  font-size: 3.4666666667vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    display: flex;
    font-size: 1.3rem;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #contents {
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  #wrapper {
    width: 50%;
    overflow: hidden;
  }
}

/* --------------------
		header
-------------------- */
header {
  position: relative;
}
@media screen and (min-width: 1000px) {
  header {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .top-img {
    width: 50%;
    height: 100vh;
    position: fixed;
  }
}
.top-img__pc, .top-img__sp {
  position: relative;
  overflow: hidden;
}
.top-img__pc-logo, .top-img__sp-logo {
  position: absolute;
  width: 12.8vw;
  top: 4.8vw;
  right: 4.8vw;
}
@media screen and (min-width: 1000px) {
  .top-img__pc-logo, .top-img__sp-logo {
    width: min(100px, 7.8125vw);
    top: 3%;
    right: 3%;
  }
}
.top-img__pc-deco01, .top-img__sp-deco01 {
  position: absolute;
  width: 32.8vw;
  top: 12.8vw;
  left: 8vw;
}
@media screen and (min-width: 1000px) {
  .top-img__pc-deco01, .top-img__sp-deco01 {
    width: 14.6875vw;
    top: 7%;
    left: 7%;
  }
}
.top-img__pc-deco02, .top-img__sp-deco02 {
  position: absolute;
  width: 49.8666666667vw;
  bottom: 12.8vw;
  right: 8vw;
}
@media screen and (min-width: 1000px) {
  .top-img__pc-deco02, .top-img__sp-deco02 {
    width: 23.125vw;
    bottom: 7%;
    right: 7%;
  }
}
.top-img__pc-deco03, .top-img__sp-deco03 {
  position: absolute;
  width: 89.3333333333vw;
  top: 53.0666666667vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .top-img__pc-deco03, .top-img__sp-deco03 {
    width: 45.3125vw;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .top-img__pc-img img, .top-img__sp-img img {
    width: 100%;
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* --------------------
		sec_lead
-------------------- */
.sec_lead {
  padding: 20.2666666667vw 10vw;
  background-color: var(--c-bg-01);
  line-height: 2.3;
}
@media screen and (min-width: 1000px) {
  .sec_lead {
    padding: 0;
    height: 100vh;
  }
}
.sec_lead p:first-of-type {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .sec_lead p:first-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .sec_lead {
    position: relative;
  }
  .lead__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 355px;
    margin: 0 auto;
  }
  .lead__inner div {
    width: 240px;
    margin-bottom: 36px;
  }
}
/* --------------------
		section
-------------------- */
.sec_01__wrap, .sec_03__wrap, .sec_05__wrap {
  background-color: var(--c-bg-01);
}

.sec_02__wrap, .sec_04__wrap {
  background-color: var(--c-bg-02);
}

.sec__inner {
  padding: 21.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  .sec__inner {
    width: 375px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
.sec__inner h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 4vw;
  padding: 0 7.2vw;
  font-size: 4vw;
  letter-spacing: 0.04em;
  color: var(--c-accent);
}
@media screen and (min-width: 1000px) {
  .sec__inner h2 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 15px;
  }
}
.sec__inner h2 span {
  font-family: "DotGothic16", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  margin-left: 1.6vw;
  font-size: 9.0666666667vw;
  letter-spacing: 0.06em;
  vertical-align: -0.8vw;
}
@media screen and (min-width: 1000px) {
  .sec__inner h2 span {
    margin-left: 6px;
    font-size: 34px;
    vertical-align: -3px;
  }
}

.sec_01__wrap .sec__inner h2 span {
  letter-spacing: 0;
}

.sec_02__wrap .sec__inner h2, .sec_04__wrap .sec__inner h2 {
  text-align: right;
}

.img__sub {
  width: 100vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  .img__sub {
    width: 375px;
    margin: 0 auto 60px;
  }
}

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

#sec_01 .img__box div:nth-child(1) {
  width: 75.7333333333vw;
  margin-left: 4.2666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  #sec_01 .img__box div:nth-child(1) {
    width: 284px;
    margin-left: 16px;
    margin-bottom: 15px;
  }
}
#sec_01 .img__box div:nth-child(2) {
  width: 75.7333333333vw;
  margin-left: 20vw;
}
@media screen and (min-width: 1000px) {
  #sec_01 .img__box div:nth-child(2) {
    width: 284px;
    margin-left: 75px;
  }
}

#sec_02 .img__box {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__box {
    width: 375px;
  }
}

#sec_02 .img__box div {
  width: 49.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__box div {
    width: 185px;
  }
}
#sec_02 .img__box div:first-child {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__box div:first-child {
    margin-right: 5px;
  }
}
#sec_02 .img__box div:nth-of-type(2) {
  margin-top: 16vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__box div:nth-of-type(2) {
    margin-top: 60px;
  }
}

#sec_02 .img__sub {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__sub {
    margin-bottom: 60px;
  }
}

#sec_02 .img__sub-collage {
  width: 80vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .img__sub-collage {
    width: 300px;
    margin: 0 auto 50px;
  }
}

#sec_03 .img__box {
  display: flex;
  justify-content: space-between;
  width: 84.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec_03 .img__box {
    width: 317px;
  }
}

#sec_03 .img__box div {
  width: 41.6vw;
}
@media screen and (min-width: 1000px) {
  #sec_03 .img__box div {
    width: 156px;
  }
}
#sec_03 .img__box div:first-child {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_03 .img__box div:first-child {
    margin-right: 5px;
  }
}
#sec_03 .img__box div:nth-of-type(2) {
  margin-top: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec_03 .img__box div:nth-of-type(2) {
    margin-top: 70px;
  }
}

#sec_03 .img__sub {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_03 .img__sub {
    margin-bottom: 50px;
  }
}

#sec_04 .img__sub-collage {
  width: 61.3333333333vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_04 .img__sub-collage {
    width: 230px;
    margin: 0 auto 50px;
  }
}

#sec_05 .img__box {
  width: 68vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box {
    width: 255px;
  }
}

#sec_05 .img__box div {
  width: 45.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box div {
    width: 170px;
  }
}
#sec_05 .img__box div:first-child {
  margin: 0 auto 1.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box div:first-child {
    margin: 0 auto 5px 0;
  }
}
#sec_05 .img__box div:nth-of-type(2) {
  margin: 0 0 1.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box div:nth-of-type(2) {
    margin: 0 0 5px auto;
  }
}
#sec_05 .img__box div:nth-of-type(3) {
  margin-top: -4.8vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box div:nth-of-type(3) {
    margin-top: -18px;
  }
}

#sec_05 .img__sub-collage {
  width: 80vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__sub-collage {
    width: 300px;
    margin: 0 auto 50px;
  }
}

#sec_05 .img__box02 {
  width: 55.4666666667vw;
  margin: 16vw auto 0;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box02 {
    width: 208px;
    margin: 60px auto 0;
  }
}

#sec_05 .img__box02 div {
  width: 55.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box02 div {
    width: 208px;
  }
}
#sec_05 .img__box02 div:first-child {
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .img__box02 div:first-child {
    margin-bottom: 4px;
  }
}

/* --------------------
		credit
-------------------- */
.cregit {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 10vw;
}
@media screen and (min-width: 1000px) {
  .cregit {
    padding: 0 37.5px;
  }
}
.cregit__list li:not(:last-child) {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .cregit__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.cregit__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  opacity: 1;
}
.cregit__list li a:hover {
  opacity: 0.6;
}
.cregit__list li a:hover .buy_btn {
  background-color: var(--c-txt);
  color: var(--c-white);
}
.cregit__list--name {
  font-size: 4vw;
  margin-bottom: 2.1333333333vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .cregit__list--name {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.cregit__list--price {
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .cregit__list--price {
    font-size: 11px;
  }
}
.cregit .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 8vw;
  transition: all 0.5s ease;
  border: 1px solid var(--c-txt);
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .cregit .buy_btn {
    width: 75px;
    height: 30px;
    font-size: 11px;
  }
}

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

.aside__inner {
  padding: 21.3333333333vw 10vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner {
    width: 375px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.profile__inner h3 {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .profile__inner h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.profile__inner p {
  line-height: 2;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner p {
    margin-bottom: 20px;
  }
}
.profile__inner .profile__img {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner .profile__img {
    margin-bottom: 80px;
  }
}
.profile__inner .sns__list {
  display: flex;
  align-items: center;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner .sns__list {
    margin-bottom: 50px;
  }
}
.profile__inner .sns__list li {
  opacity: 1;
  transition: all 0.5s ease;
}
.profile__inner .sns__list li:first-child {
  width: 6.9333333333vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner .sns__list li:first-child {
    width: 26px;
    margin-right: 20px;
  }
}
.profile__inner .sns__list li:nth-of-type(2) {
  width: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .profile__inner .sns__list li:nth-of-type(2) {
    width: 26px;
  }
}
.profile__inner .sns__list li:hover {
  opacity: 0.6;
}

.aside-btn {
  text-align: center;
}
.aside-btn li {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: all 0.4s ease;
}
.aside-btn li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 17.0666666667vw;
  border: 1px solid var(--c-txt);
  background-color: transparent;
  color: var(--c-txt);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-btn li a {
    height: 64px;
    font-size: 14px;
  }
}
.aside-btn li:first-child {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .aside-btn li:first-child {
    margin-bottom: 24px;
  }
}
.aside-btn li:first-child a {
  font-size: 4vw;
  background-color: var(--c-txt);
  color: var(--c-white);
}
@media screen and (min-width: 1000px) {
  .aside-btn li:first-child a {
    font-size: 15px;
  }
}
.aside-btn li:first-child a span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: 2.6666666667vw;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-btn li:first-child a span {
    font-size: 10px;
    margin-top: 5px;
  }
}
.aside-btn li:hover {
  transform: translateY(-8px);
}

/* --------------------
		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: 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.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

.swiper {
  position: relative;
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  .swiper {
    margin-bottom: 60px;
  }
}

.swiper.--2 {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .swiper.--2 {
    margin-bottom: 50px;
  }
}

.swiper-pagination {
  text-align: right;
  left: auto !important;
  width: auto !important;
  right: 2.6666666667vw !important;
  bottom: 2.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination {
    right: 10px !important;
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet {
  width: 5.3333333333vw !important;
  height: 0.8vw;
  border-radius: 0;
  background-color: #D9D9D9;
  margin: 0 1.3333333333vw !important;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 3px;
    margin: 0 5px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #888888;
  opacity: 1 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ------------------------------
			animation
------------------------------ */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadein-slow {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
}

.fadein-slow-active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blur-fade {
  overflow: hidden;
}
.blur-fade img {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(20px) scale(1.08);
  transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.blur-fade-active {
  overflow: hidden;
}
.blur-fade-active img {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.turn-right {
  position: relative;
}
.turn-right:after {
  content: "";
  display: block;
  background-color: var(--c-bg-02);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.turn-right-active {
  position: relative;
}
.turn-right-active:after {
  content: "";
  display: block;
  background-color: var(--c-bg-02);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}/*# sourceMappingURL=261002_smelly_sowa_style.css.map */