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

body {
  font-family: 'A1 Gothic R';
  font-style: normal;
  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;
}

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

.c-sec-catch p {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 150%;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

.c-sec-catch--1 {
  bottom: 105px;
  left: 63px;
}

.c-sec-catch--2 {
  bottom: 133px;
  right: 61px;
}

.c-sec-catch--3 {
  bottom: 151px;
  left: 67.7px;
}

.c-sec-catch--4 {
  bottom: 121px;
  right: 61px;
}

.c-sec-catch--5 {
  bottom: 121px;
  left: 74.2px;
}

.c-txt {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.c-txt--bk {
  color: #333;
}

.c-txt--1 {
  left: 116px;
  bottom: 124px;
}

.c-txt--2 {
  left: 110px;
  bottom: 142px;
}

.c-txt--3 {
  left: 116px;
  bottom: 112px;
}

.c-bg {
  height: 100vh;
}

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

.c-buy {
  position: absolute;
  color: #fff;
}

.c-buy .c-buy-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

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

.c-buy .c-buy-txt-name {
  font-size: 20px;
  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: 3px;
  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: #7BB3FF;
  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 .c-buy-btn--left {
  justify-content: initial;
}

.c-buy--left {
  left: 116px;
  bottom: 113px;
}

.c-buy--right {
  right: 116px;
  bottom: 113px;
}

.c-buy--leftCenter {
  left: 116px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.c-buy--leftCenter .c-buy-txt {
  text-shadow: initial;
}

.c-buy--rightCenter {
  right: 116px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.c-buy--rightCenter .c-buy-txt {
  text-shadow: initial;
}

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

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.show {
  display: block;
}

.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: #7BB3FF;
}

.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-logotxt {
  position: absolute;
  top: 27vh;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1366px;
  width: 100%;
  padding: 0 30px;
}

.mv-logo {
  max-width: 800px;
  width: 62%;
}

.mv-logo img {
  width: 100%;
}

.mv-txt {
  max-width: 339px;
  width: 26%;
  padding-bottom: 24px;
}

.mv-txt img {
  width: 100%;
}

.mv-yodo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  display: flex;
  justify-content: center;
  line-height: 175%;
}

.mv-yodo > div {
  display: flex;
  width: 50%;
  padding: 0 40px;
}

.mv-yodo > div:nth-of-type(1) {
  justify-content: flex-end;
}

.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 {
  font-family: 'Hiragino UD Sans W6 JIS2004';
  font-weight: 600;
  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: 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) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-sec {
    height: 50vh;
  }
  .c-sec-catch {
    left: 0;
    right: initial !important;
    bottom: 20px;
    padding: 0 20px;
  }
  .c-sec-catch img {
    height: 63px;
  }
  .c-sec-catch p {
    margin-top: 10px;
    padding-left: 4px;
    font-size: 15.82px;
  }
  .c-sec-catch--2 {
    bottom: 60px;
  }
  .c-sec-catch--5 img {
    height: 69px;
  }
  .c-txt {
    font-size: 15px;
    left: 0 !important;
    right: initial !important;
    bottom: 60px !important;
    padding: 0 20px;
  }
  .c-txt--1 {
    max-width: 221px;
  }
  .c-txt--3 {
    bottom: initial !important;
    top: 84px;
    color: #333;
  }
  .c-bg {
    height: 50vh;
  }
  .c-buy {
    right: 20px !important;
    bottom: 55px !important;
    top: initial !important;
    left: initial !important;
    transform: initial !important;
    max-width: calc(100% - 40px);
  }
  .c-buy .c-buy-txt {
    font-size: 10px;
  }
  .c-buy .c-buy-txt-name {
    font-size: 13px;
  }
  .c-buy .c-buy-txt-price span:nth-of-type(1) {
    font-size: 13px;
  }
  .c-buy .c-buy-txt-price span:nth-of-type(2) {
    font-size: 11px;
  }
  .c-buy .c-buy-btn {
    margin-top: 2px;
    justify-content: flex-end !important;
  }
  .c-buy .c-buy-btn div {
    font-size: 11px;
    width: 92px;
    height: 20px;
    padding: 0 6px;
  }
  .c-buy .c-buy-btn--left {
    justify-content: initial !important;
  }
  .c-buy--leftCenter {
    left: 20px !important;
    right: initial !important;
    color: #fff;
  }
  .c-buy--leftCenter .c-buy-txt {
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .c-buy--rightCenter {
    bottom: initial !important;
    top: 134px !important;
  }
  .c-buy--adj1 {
    bottom: 30px !important;
  }
  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 .c-bg {
    height: 100vh;
  }
  .mv-logotxt {
    top: 55vh;
    transform: translateX(-50%);
    padding: 0;
  }
  .mv-logo {
    width: 90%;
    margin: auto;
  }
  .mv-txt {
    min-height: 50vh;
    padding: 7.6923vw 15.3846vw 7.6923vw;
    margin-top: 0;
    color: #333;
    font-size: 14px;
  }
  .mv-yodo {
    display: block;
    line-height: 150%;
  }
  .mv-yodo > div {
    display: block;
    width: 100%;
    padding: 0 5%;
  }
  .mv-yodo > div:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .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;
  }
}
