@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- font --------------------*/
.f_main {
  font-family: sofia-pro-soft, Arial, Helvetica, sans-serif;
}

/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0d0d0d;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #0d0d0d;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 1.3rem;
  margin-left: 2px;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- アニメーション --------------------*/
.fade {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.8s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------- mv --------------------*/
@media (min-width: 600px) {
  .PcWrap {
    display: flex;
    flex-direction: row;
  }
}

.PcLeft {
  position: relative;
  z-index: 90;
}
@media (min-width: 600px) {
  .PcLeft {
    width: 37vw;
  }
}
.PcLeft__mv {
  position: relative;
  width: 100vw;
}
@media (min-width: 600px) {
  .PcLeft__mv {
    position: sticky;
    width: 37vw;
    top: 0;
    height: 100vh;
  }
}
.PcLeft__mv-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .PcLeft__mv-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../image/fv-pc.jpg);
  }
}
.PcLeft__mv-logo {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 35vw;
}
@media (min-width: 600px) {
  .PcLeft__mv-logo {
    bottom: 50px;
    left: 50px;
    width: 12vw;
  }
}

.PcRight {
  position: relative;
  z-index: 50;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .PcRight {
    width: 63vw;
    overflow: hidden;
  }
}

/*-------------------- navigation --------------------*/
.toggle {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 15px;
  top: 15px;
  border-radius: 5px;
  background-color: #d7c6b2;
  border-radius: 50%; /*角丸*/
}
@media (min-width: 600px) {
  .toggle {
    left: initial;
    top: 30px;
    right: 30px;
  }
}

.toggle i {
  background-color: #887e7b;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 18.3px;
  height: 3px;
  border-radius: 2px;
  width: 40%;
}

.toggle i:nth-child(1) {
  top: 20px;
}

.toggle i:nth-child(2) {
  top: 28px;
}

.toggle i:nth-child(3) {
  top: 36px;
}

.toggle.show i:nth-child(1) {
  top: 23px;
  left: 18.3px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.toggle.show i:nth-child(2) {
  opacity: 0;
}

.toggle.show i:nth-child(3) {
  top: 35px;
  left: 18.3px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.nav {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  width: 100%;
  max-height: 550px;
  height: 100%;
  border-radius: 0 0 20% 0;
  padding-top: 22%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
@media (min-width: 600px) {
  .nav {
    width: 63vw;
    overflow: hidden;
    right: 0;
    z-index: inherit;
    border-radius: 0 0 0 30%;
    height: 80%;
    max-height: 750px;
    padding-top: 100px;
  }
}
.nav__wrap {
  padding: 30px 0 0 35px;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .nav__wrap {
    text-align: right;
    justify-content: flex-end;
    padding: 0 190px 0 0;
  }
}
.nav__item {
  font-size: 1.5rem;
  padding-bottom: 50px;
  margin-right: 20px;
}
@media (min-width: 600px) {
  .nav__item {
    font-size: 1.7rem;
  }
}
.nav__space {
  padding: 5% 0;
}
.nav__link-wrap {
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .nav__link-wrap {
    padding: 0 180px 0 210px;
  }
}
.nav__look {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.nav__link {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  width: 32%;
}
@media (min-width: 600px) {
  .nav__link {
    font-size: 1.5rem;
    width: 25%;
    text-align: center;
  }
}

.nav__item:last-child {
  margin-right: 0px;
}

.nav a {
  color: #887e7b;
}

.nav__link:nth-child(n+10) {
  padding-bottom: 0px;
}

.nav.show {
  opacity: 1;
  visibility: visible;
}

/*-------------------- look --------------------*/
.look {
  background-color: #f0eee7;
  padding: 80px 0;
}
.look__inner {
  padding: 0 25px;
}
@media (min-width: 600px) {
  .look__inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
.look__img {
  padding: 50px 35px 25px;
}
.look__credit {
  padding: 0 35px;
}
.look__credit-item {
  display: flex;
  padding-bottom: 15px;
  color: #887e7b;
}
.look__credit-name {
  padding-right: 10px;
}

.look__credit-item:last-child {
  padding-bottom: 0;
}

.look:nth-child(2n) {
  background-color: #e0dbcb;
}

/*-------------------- swiper-pagination --------------------*/
.swiper-container {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}

.swiper-pagination-bullet {
  background-color: #887e7b;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #2b2c32;
}

/*-------------------- HOME・PAGETOP --------------------*/
.logo {
  padding: 60px 0 30px;
  margin: 0 auto;
  width: 30%;
}
@media (min-width: 600px) {
  .logo {
    padding: 100px 0 30px;
    width: 13%;
  }
}

.back {
  padding: 50px 0 30px;
  max-width: 350px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 60px auto 30px;
}
.back__item {
  width: 65%;
}
@media (min-width: 600px) {
  .back__item {
    width: 55%;
  }
}

@media (min-width: 600px) {
  .back {
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0 50px;
  }
}
.insta {
  width: 25%;
}
@media (min-width: 600px) {
  .insta {
    width: 20%;
  }
}

.last {
  text-align: center;
  padding-bottom: 80px;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .last {
    padding-bottom: 100px;
  }
}

/*-------------------- フッター --------------------*/
.footer small {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .footer small {
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
}
/*-------------------- pagetop-btn --------------------*/
.pagetop-btn {
  display: none;
  border-radius: 50%;
  background: #823128;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99;
}
@media (min-width: 600px) {
  .pagetop-btn {
    border: solid 1px #fff;
    width: 60px;
    height: 60px;
    right: 50px;
    bottom: 50px;
  }
}
.pagetop-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop-btn--arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 600px) {
  .pagetop-btn--arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
  }
}