body {
  position: relative;
  font-family: 'A1 Gothic R';
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.75px;
  color: #333;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc( var(--vh) * 100);
  background: url(/store/haramaki/2023_winter/img/mokomoko/bg-1.jpg) top no-repeat;
  background-size: cover;
}

body::after {
  background-size: cover;
  background-position: center center;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( var(--vh) * 100);
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
  transition: 1s;
  opacity: 0;
}

body.active::after {
  opacity: 1;
}

body.up::after {
  transition: 0s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

a:hover {
  opacity: .8;
}

.mv .mv-inner {
  height: calc( var(--vh) * 100);
  min-height: 770px;
  width: 100%;
  margin: auto;
  position: relative;
}

.mv .mv-txt1 {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 189px;
  z-index: 1;
  text-align: center;
}

.mv .mv-txt1 > a {
  display: block;
  margin-bottom: 14px;
}

.mv .mv-txt1 > img {
  display: block;
  margin: auto;
  width: 95px;
}

.mv .mv-txt2 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 7.3%;
  z-index: 1;
  transition: 2s;
  opacity: 0;
}

.mv .mv-txt2.active {
  opacity: 1;
}

.mv2 {
  position: relative;
  width: 100vw;
  height: calc( var(--vh) * 100);
}

.mv2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc( var(--vh) * 100);
  background: url(/store/haramaki/2023_winter/img/mokomoko/bg-2.jpg) top no-repeat;
  background-size: cover;
}

.mv2.active::before {
  position: fixed;
}

.bg-wh {
  background-color: rgba(211, 211, 211, 0.5);
  padding: 100px 30px;
}

.bg-wh .bg-wh-inner {
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 80px 30px 90px;
}

.yodo {
  position: relative;
  height: calc( var(--vh) * 100);
}

.yodo .yodo-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  width: 100vw;
  height: calc( var(--vh) * 100);
  min-height: 770px;
}

.yodo p {
  position: relative;
  z-index: 1;
  font-family: 'A1 Gothic M';
  line-height: 220%;
  margin: auto;
}

.yodo p span {
  display: block;
  font-size: 18px;
  line-height: 183.333%;
  letter-spacing: 0.9px;
  padding-bottom: 20px;
}

.yodo img {
  display: block;
  margin: 125px auto 0;
  max-width: 460px;
}

.yodo.active {
  background: url(/store/haramaki/2023_winter/img/mokomoko/bg-2.jpg) top no-repeat;
  background-size: cover;
}

.yodo.active::after {
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( var(--vh) * 100);
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: 1s;
  opacity: 1;
}

.desc {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  padding-top: 80px;
}

.desc .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.desc .img {
  width: 500px;
}

.desc--1 {
  padding-top: 0;
}

.desc--1 .txt {
  padding-bottom: 130px;
}

.desc--2 {
  flex-direction: row-reverse;
  margin-top: -194px;
}

.desc--2 .txt {
  padding-top: 150px;
}

.desc--4 {
  flex-direction: row-reverse;
}

.c-sec {
  border-top: 1px dashed #333;
  max-width: 1100px;
  padding: 55px 0 60px;
  margin: auto;
}

.c-sec .c-sec-header {
  display: flex;
  padding-bottom: 50px;
}

.c-sec .c-sec-header div:nth-of-type(1) {
  width: 182px;
  margin: 3px 45px 0 0;
}

.c-sec .c-sec-header div:nth-of-type(1) img {
  height: 27.31px;
  width: auto;
}

.c-sec--color {
  margin-top: 80px;
}

.c-sec--recommend {
  padding-bottom: 0;
}

.color {
  display: flex;
}

.color .color-item {
  width: 50%;
}

.color .color-item div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 50px;
  font-family: 'A1 Gothic B';
  line-height: 220%;
  letter-spacing: 1.5px;
}

.color .color-item div.brown {
  background: #6B4D35;
  color: #fff;
}

.color .color-item div.beige {
  background: #F6F3ED;
  color: #5D422E;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.info {
  background-color: #fff;
  padding: 55px 30px;
  text-align: center;
}

.info .info-inner {
  display: inline-block;
  text-align: left;
}

.info .info-inner p {
  font-family: 'A1 Gothic B';
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 125%;
}

.info .info-inner div {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.info .info-inner div span.mid {
  font-family: 'A1 Gothic M';
}

.info .info-inner div span.red {
  color: #DB1D1D;
}

.credit {
  display: flex;
  justify-content: center;
  padding: 68px 30px 112px;
  font-family: 'A1 Gothic M';
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #fff;
}

footer {
  padding: 35px 0 32px;
  font-family: 'Shuei MaruGo L';
  background-color: #fff;
  letter-spacing: 0;
}

footer a {
  color: #333;
}

footer .share {
  display: flex;
  justify-content: space-between;
  width: 182px;
  margin: auto;
}

footer .share a {
  width: 40px;
}

footer .share-under {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 35px 0;
}

footer .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 277px);
}

footer .footer-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 38px;
  border-radius: 100px;
  border: 1px solid #333;
  text-align: center;
}

footer .footer-buttons a:nth-of-type(1), footer .footer-buttons a:nth-of-type(2) {
  margin-top: 0;
}

footer .footer-buttons a:nth-of-type(2n) {
  margin-right: 0;
}

footer .footer-links {
  width: 277px;
}

footer .footer-links a {
  display: inline-block;
  font-size: 12px;
}

footer .hobonichi {
  width: 90px;
  margin: auto;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1120px) {
  .desc .img {
    width: 48%;
  }
  .desc--2 {
    margin-top: -150px;
  }
}

@media (max-width: 952px) {
  .yodo p {
    padding-left: 50vw;
  }
}

@media (max-width: 859px) {
  footer .footer-buttons a {
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  body::before {
    background: url(/store/haramaki/2023_winter/img/mokomoko/bg-1-sp.jpg) center no-repeat;
    background-size: cover;
  }
  .mv .mv-inner {
    min-height: initial;
  }
  .mv .mv-txt1 {
    top: 3%;
    left: 4.5%;
    width: 26%;
  }
  .mv .mv-txt1 > a {
    margin-bottom: 1.5vw;
  }
  .mv .mv-txt1 > img {
    width: 52%;
  }
  .mv .mv-txt2 {
    width: 17.5%;
    top: 15%;
    left: 39%;
  }
  .mv2::before {
    background: url(/store/haramaki/2023_winter/img/mokomoko/bg-2-sp.jpg) top no-repeat;
    background-size: cover;
  }
  .yodo {
    position: relative;
  }
  .yodo .yodo-inner {
    height: initial;
    min-height: initial;
    padding: 50px 15px;
  }
  .yodo p {
    padding: 0;
  }
  .yodo p span {
    font-size: 17px;
    line-height: 176.471%;
    letter-spacing: 0.85px;
  }
  .yodo img {
    max-width: 290px;
    margin-top: 50px;
  }
  .yodo.active {
    background: url(/store/haramaki/2023_winter/img/mokomoko/bg-2-sp.jpg) top no-repeat;
    background-size: cover;
  }
  .bg-wh {
    padding: 50px 0 0;
  }
  .bg-wh .bg-wh-inner {
    padding: 60px 15px 50px;
  }
  .desc {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  .desc .txt {
    width: 100%;
    padding: 15px 0 0;
  }
  .desc .img {
    width: 100%;
  }
  .desc--1 {
    padding-top: 0;
  }
  .desc--2 {
    margin-top: 0;
  }
  .c-sec {
    padding: 25px 0 50px;
  }
  .c-sec .c-sec-header {
    display: block;
  }
  .c-sec .c-sec-header div:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .c-sec--color {
    margin-top: 50px;
  }
  .c-sec--recommend {
    border-bottom: 1px dashed #333;
  }
  .color {
    display: block;
  }
  .color .color-item {
    width: 100%;
  }
  .color .color-item div:nth-of-type(1) {
    width: 123.927px;
    height: 29.091px;
  }
  .color .color-item + .color-item {
    padding-top: 55px;
  }
  .info {
    padding: 0 15px 40px;
  }
  .credit {
    padding: 100px 15px;
    font-size: 15px;
    line-height: 186.667%;
    letter-spacing: 1.5px;
  }
  footer {
    padding: 40px 0 24px;
  }
  footer .share {
    width: 146px;
  }
  footer .share a {
    width: 32px;
  }
  footer .share-under {
    flex-direction: column;
    align-items: center;
    padding: 40px 0 12px;
  }
  footer .footer-buttons {
    display: block;
    width: initial;
  }
  footer .footer-buttons a {
    font-size: 14px;
    width: 150px;
    min-width: 150px;
    margin-right: auto !important;
    margin-left: auto;
    padding: 5px 20px;
  }
  footer .footer-buttons a:nth-of-type(2) {
    margin-top: 20px;
    width: 250px;
  }
  footer .footer-links {
    padding-top: 35px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
