* {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  font-family: 'Hiragino UD Sans W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  font-feature-settings: 'halt';
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #707070;
}

a:hover {
  opacity: .8;
}

img {
  vertical-align: bottom;
}

ul, li {
  list-style-type: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.c-sec {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
}

.c-sec-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 120px;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.c-sec-catch img {
  height: 51px;
  width: auto;
}

.c-sec-catch--1 {
  background: rgba(122, 153, 148, 0.5);
}

.c-sec-catch--2 {
  background: rgba(128, 119, 102, 0.5);
}

.c-sec-catch--3 {
  background: rgba(230, 149, 69, 0.5);
}

.c-sec-catch--4 {
  background: rgba(71, 86, 99, 0.5);
}

.c-sec-catch--5 {
  background: rgba(230, 207, 92, 0.5);
}

.c-sec-catch--6 {
  background: rgba(144, 143, 130, 0.5);
}

.c-sec-catch--7 {
  background: rgba(202, 196, 184, 0.5);
}

.c-sec-catch--8 {
  background: rgba(57, 65, 97, 0.5);
}

.c-bg {
  height: 100vh;
}

.c-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-buy {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 16px 18px;
}

.c-buy .c-buy-txt {
  display: flex;
  justify-content: space-between;
}

.c-buy .c-buy-txt + .c-buy-txt {
  margin-top: 5px;
}

.c-buy .c-buy-txt-name {
  line-height: 1.75;
}

.c-buy .c-buy-txt-price span:nth-of-type(1) {
  line-height: 1.75;
}

.c-buy .c-buy-txt-price span:nth-of-type(2) {
  line-height: 1.5;
  font-size: 14px;
}

.c-buy .c-buy-btn {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.c-buy .c-buy-btn div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96px;
  height: 22px;
  font-size: 12px;
  background-color: #5C7199;
  color: #fff;
  border-radius: 2.57143px;
  padding: 0 6px;
}

.c-buy .c-buy-btn div::after {
  content: '';
  background-image: url(/life/images/2022/lookbook/ico-arrow-wh.svg);
  background-size: cover;
  width: 4.94px;
  height: 8px;
}

.c-buy--left {
  left: 40px;
  bottom: 80px;
}

.c-buy--right {
  right: 40px;
  bottom: 80px;
}

header {
  position: fixed;
  top: 0;
  z-index: 2;
}

header a {
  color: #333;
}

header.ft .header-bar-inner h1 img {
  display: none;
}

header.ft .header-bar-inner h1 img.ft {
  display: block;
}

header.ft .header-bar-open {
  display: none;
}

header.ft .header-bar-open span {
  background-color: #333;
}

.header-bar {
  width: 100vw;
}

.header-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1392px;
  padding: 40px 40px 0;
  margin: auto;
  width: 100%;
}

.header-bar-inner h1 img.ft {
  display: none;
}

.header-bar-open {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 12px;
}

.header-bar-open:hover {
  opacity: .8;
}

.header-bar-open img {
  width: 24px;
}

.header-bar-open span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.header-bar-open span:nth-of-type(1) {
  top: 0;
}

.header-bar-open span:nth-of-type(2) {
  top: 5px;
}

.header-bar-open span:nth-of-type(3) {
  bottom: 0;
}

.header-question {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.header-question img {
  max-width: 24px;
}

.header-cart {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header-cart img {
  max-width: 24px;
}

.header-anc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  max-width: 1392px;
  margin: auto;
}

.header-anc li a {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.header-menu-wrap {
  display: flex;
  position: fixed;
  right: -384px;
  top: 0;
  transition: .4s;
  z-index: 2;
}

.header-menu-wrap.active {
  right: -14px;
}

.header-menu {
  height: 100vh;
  padding: 0 34px;
  background-color: #fff;
  width: 344px;
  overflow: scroll;
  color: #333;
  border-left: 1px solid #D9D9D9;
}

.header-menu a {
  color: #333;
}

.header-menu-inner {
  min-height: 100vh;
}

.header-menu-bar {
  width: 14px;
  height: 14px;
  transform: translate(-60px, 50px);
  cursor: pointer;
}

.header-menu-bar:hover {
  opacity: .8;
}

.header-menu-bar img {
  width: initial;
}

.header-menu-block1 {
  padding: 150px 0 20px;
}

.header-menu-block1 a {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.header-menu-block1 a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header-menu-block1 a div img {
  width: initial;
}

.header-menu-block1 a:nth-of-type(1) {
  margin-top: 0;
}

.header-menu-block1.v2 {
  font-size: 14px;
}

.img-kunoji--left {
  transform: rotate(-90deg);
}

.header-menu-block2 {
  padding: 20px 8px;
}

.header-menu-block2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.header-menu-block2 a div span {
  display: block;
}

.header-menu-block2 a div span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}

.header-menu-block2 a img {
  height: 12px;
  width: auto;
}

.header-menu-block2 a:first-of-type {
  margin-top: 0;
}

.header-menu-block3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 30px 0;
}

.header-menu-block3 div {
  margin-right: 24px;
}

.header-menu-block3 ul {
  display: flex;
}

.header-menu-block3 ul li {
  margin-right: 16px;
}

.header-menu-block3 ul li:nth-of-type(4) {
  margin-right: 0;
}

.header-menu-block4 {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 10px 0 20px;
}

.header-menu-block4 a {
  margin-top: 30px;
  color: #5C7199;
}

.header-menu-block5 {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 40px 0;
}

.header-menu-overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: .8;
  z-index: 1;
}

.main {
  display: block;
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow: scroll;
}

.mv {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
}

.mv-logo {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 643.09px;
}

.mv-txt {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 2;
}

.mv-txt span {
  font-size: 95%;
}

.floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.floating-footer.ft .floating-footer-logo img {
  display: none;
}

.floating-footer.ft .floating-footer-logo img.ft {
  display: block;
}

.floating-footer.ft .floating-footer-share {
  color: #333;
}

.floating-footer-logo img.ft {
  display: none;
}

.floating-footer-share {
  display: flex;
  align-items: center;
}

.floating-footer-share div {
  font-size: 12px;
}

.floating-footer-share a {
  margin-left: 14px;
}

.floating-footer-share a.tw {
  width: 18.82px;
  margin-left: 10px;
}

.floating-footer-share a.fb {
  width: 18px;
}

.floating-footer-share a.li {
  width: 19.49px;
}

footer {
  color: #333;
  scroll-snap-align: start;
}

@media (min-height: 846px) {
  footer {
    height: 100vh;
  }
}

footer a {
  color: #fff;
}

footer .header-menu-wrap {
  transform: initial;
  position: static;
}

footer .header-menu-wrap.active {
  transform: initial;
}

footer .header-menu {
  height: initial;
  padding: 5px 0 0 40px;
}

footer .header-menu-inner {
  min-height: initial;
}

footer .header-menu-block1.v2 {
  padding-top: 0;
}

footer img {
  width: initial;
}

.footer-inner {
  max-width: 1392px;
  margin: auto;
  padding: 150px 30px 100px;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}

.footer-block {
  display: flex;
  align-items: flex-start;
}

.footer-block + .footer-block {
  margin-top: 40px;
}

.footer-block-header {
  display: flex;
  align-items: center;
  width: 240px;
  padding: 20px 20px 0 0;
}

.footer-block-header span {
  display: block;
  padding-left: 10px;
}

.footer-block-cnt {
  padding: 20px 0 0 40px;
  border-left: 1px solid #D9D9D9;
}

.footer-block-cnt > div {
  display: flex;
  margin-top: 20px;
}

.footer-block-cnt > div > div:nth-of-type(1) {
  width: 180px;
}

.footer-block-cnt > div > div:nth-of-type(2) {
  width: calc(100% - 180px);
  font-family: 'Hiragino UD Sans W4 JIS2004';
  font-weight: 400;
}

.footer-block-cnt > div:first-of-type {
  margin-top: 0;
}

.footer-block-cnt.under > div > div:nth-of-type(1) {
  width: 100px;
}

.footer-block-cnt.under > div > div:nth-of-type(2) {
  width: calc(100% - 100px);
}

.js-next {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.js-next img {
  animation: fuwafuwa_1 4s ease 0s infinite;
}

@keyframes fuwafuwa_1 {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 20%);
  }
  30% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1220px) {
  .mv-logo,
  .mv-txt {
    position: static;
    transform: initial;
  }
  .mv-txt {
    margin-top: 40px;
  }
  .mv-logotxt {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1150px) {
  footer .header-menu {
    border-left: none;
  }
  .footer-block {
    display: block;
  }
  .footer-block + .footer-block {
    margin-top: 64px;
  }
  .footer-block-header {
    padding: 0;
  }
  .footer-block-cnt {
    padding: 24px 0 0;
    margin-top: 24px;
    border-left: none;
    border-top: 1px solid #D9D9D9;
  }
  .footer-block-cnt > div {
    margin-top: 15px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-sec {
    height: 50vh;
  }
  .c-sec-catch {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: initial;
    width: 70.1923vw;
    height: 29.8076vw;
    padding: 0;
  }
  .c-sec-catch img {
    height: 6.2vw;
    width: 100%;
  }
  .c-bg {
    height: 50vh;
  }
  .c-buy {
    padding: 4.5px 20px 4.5px 8px;
  }
  .c-buy::after {
    content: '';
    background-image: url(/life/images/2022/lookbook/ico-arrow-blue.svg);
    background-size: contain;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-buy .c-buy-txt {
    font-size: 10px;
  }
  .c-buy .c-buy-txt-price span:nth-of-type(2) {
    font-size: 10px;
  }
  .c-buy .c-buy-btn {
    display: none;
    margin-top: 4px;
  }
  .c-buy .c-buy-btn div {
    font-size: 11px;
    width: 92px;
    height: 20px;
    padding: 0 6px;
  }
  .c-buy--left {
    left: 10px;
    bottom: 50px;
  }
  .c-buy--right {
    right: 10px;
    bottom: 50px;
  }
  header h1 a img {
    width: 240px;
  }
  .header-question {
    display: none;
  }
  .header-menu {
    padding: 0 30px;
  }
  .header-menu-block1.v2 {
    padding-top: 50px;
  }
  .header-menu-block4 {
    padding-bottom: 100px;
  }
  .header-menu-block4 a {
    line-height: 1.5;
  }
  .header-menu-block5 {
    padding-bottom: 100px;
  }
  .header-bar-inner {
    padding: 15px 20px 0;
  }
  .header-menu-bar {
    transform: translate(-35px, 18px);
  }
  .mv {
    height: 50vh;
  }
  .mv-logotxt {
    bottom: 7.6923vw;
  }
  .mv-logo img {
    width: 69.2307vw;
  }
  .mv-txt {
    min-height: 50vh;
    padding: 7.6923vw 15.3846vw 7.6923vw;
    margin-top: 0;
    color: #333;
    font-size: 14px;
  }
  .floating-footer {
    padding: 0 10px 10px;
  }
  .floating-footer-share div {
    display: none;
  }
  .floating-footer-share a {
    margin-left: 0;
  }
  .floating-footer-share a.tw {
    margin-left: 0;
  }
  .floating-footer-share a.fb {
    margin: 0 20px 0 25px;
  }
  footer .header-menu-block4 {
    padding-bottom: 0;
  }
  .footer-inner {
    padding: 80px 30px;
  }
  .footer-inner .right {
    display: none;
  }
  .js-next {
    bottom: 17px;
  }
  .js-next img {
    width: 13vw;
    max-width: 45px;
  }
}

@media screen and (max-width: 400px) {
  .footer-block-cnt {
    font-size: 14px;
  }
  .footer-block-cnt > div > div:nth-of-type(1) {
    width: 150px;
  }
  .footer-block-cnt > div > div:nth-of-type(2) {
    width: calc(100% - 150px);
  }
  .footer-block-cnt.under > div > div:nth-of-type(1) {
    width: 80px;
  }
  .footer-block-cnt.under > div > div:nth-of-type(2) {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 385px) {
  .header-menu {
    width: 280px;
  }
  .header-menu-block3 div {
    margin-right: 12px;
  }
  .header-menu-block3 ul li {
    margin-right: 12px;
  }
}

@media screen and (max-width: 374px) {
  header h1 a img {
    width: 200px;
  }
}

@media screen and (max-width: 320px) {
  .header-menu-block4 a:nth-of-type(1) {
    font-size: 11px;
  }
}
