body {
  position: relative;
  font-family: 'A1 Gothic R';
  font-size: 15px;
  line-height: 2;
  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/igloo/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: #333;
}

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 {
  width: 95px;
}

.mv .mv-txt2 {
  position: absolute;
  top: 11%;
  left: calc(50% + 23.5%);
  width: 114px;
  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/igloo/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;
}

.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';
  padding-left: calc(50vw + 90px);
  letter-spacing: 1.5px;
  line-height: 220%;
}

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

.yodo.active {
  background: url(/store/haramaki/2023_winter/img/igloo/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 {
  padding-left: 92px;
  width: 50%;
}

.desc .txt p:nth-of-type(1) {
  font-family: 'A1 Gothic B';
  font-size: 24px;
  line-height: 140.668%;
  padding-bottom: 20px;
}

.desc .img {
  width: 500px;
}

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

.desc--1 .txt {
  padding-top: 120px;
}

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

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

.desc--3 {
  padding-top: 66px;
}

.desc--3 .txt {
  padding-top: 174px;
}

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

.desc--4 .txt {
  padding-top: 210px;
}

.desc--wide {
  color: #fff;
  background-image: url(/store/haramaki/2023_winter/img/igloo/pic-three-pc.jpg);
  background-size: cover;
  padding: 36px 0 350px;
  margin-top: 80px;
}

.desc--wide .txt {
  width: auto;
  margin: auto;
  padding: 0;
}

.swiper {
  display: none;
}

.set {
  color: #fff;
}

.set .set-mv {
  position: relative;
  background-image: url(/store/haramaki/2023_winter/img/igloo/bg-set.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 770px;
}

.set .set-mv p {
  font-family: 'A1 Gothic B';
  font-size: 32px;
  letter-spacing: 3.2px;
  position: absolute;
  right: 50%;
  top: 48%;
}

.set .set-cnt {
  background-color: #74818C;
  padding: 55px 30px;
}

.set .set-cnt p {
  letter-spacing: 0.75px;
}

.set .set-cnt img {
  width: 500px;
}

.set .set-cnt-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 992px;
  margin: auto;
}

.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;
}

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: 1220px) {
  .desc--wide {
    padding: 4vw 0 calc(36vw - 120px);
  }
}

@media (max-width: 1200px) {
  .set .set-mv p {
    right: initial;
    left: 10px;
  }
}

@media (max-width: 1120px) {
  .desc .img {
    width: 46%;
  }
  .desc .txt {
    padding-left: 5%;
  }
  .desc .txt p:nth-of-type(1) {
    font-size: 18px;
  }
  .desc .txt p:nth-of-type(2) {
    font-size: 14px;
  }
  .desc--1 .txt {
    padding-top: 5%;
    padding-left: 2%;
  }
  .desc--2 {
    margin-top: -23%;
  }
  .desc--2 .txt {
    padding-top: 20%;
  }
  .desc--3 {
    padding-top: 10%;
  }
  .desc--3 .txt {
    padding-top: 8%;
    padding-left: 2%;
  }
  .desc--4 .txt {
    padding-top: 16%;
  }
}

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

@media (max-width: 930px) {
  .set .set-cnt p {
    font-size: 14px;
    padding-right: 10px;
  }
  .set .set-cnt img {
    width: 50%;
  }
}

@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/igloo/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: -1px;
  }
  .mv .mv-txt1 > img {
    width: 52%;
  }
  .mv .mv-txt2 {
    width: 18.5%;
    top: 13%;
    left: calc(50% + 21%);
  }
  .mv2::before {
    background: url(/store/haramaki/2023_winter/img/igloo/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 img {
    max-width: 290px;
    margin-top: 50px;
  }
  .yodo.active {
    background: url(/store/haramaki/2023_winter/img/igloo/bg-2-sp.jpg) top no-repeat;
    background-size: cover;
  }
  .bg-wh {
    padding: 50px 0;
  }
  .bg-wh .bg-wh-inner {
    padding: 60px 15px 32px;
  }
  .desc {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  .desc .txt {
    width: 100%;
    padding: 15px 0 0;
  }
  .desc .txt p:nth-of-type(1) {
    padding-bottom: 10px;
  }
  .desc .txt p:nth-of-type(2) {
    font-size: 15px;
  }
  .desc .img {
    width: 100%;
  }
  .desc--1 {
    padding-top: 0;
  }
  .desc--2 {
    margin-top: 0;
  }
  .desc--wide {
    width: calc(100% + 30px);
    margin: 50px 0 0 -15px;
    background: none;
    position: relative;
    padding: 0;
  }
  .desc--wide .txt {
    position: absolute;
    top: 21px;
    z-index: 1;
    padding: 0 15px;
  }
  .swiper {
    display: block;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .set .set-mv {
    background-image: url(/store/haramaki/2023_winter/img/igloo/bg-set-sp.jpg);
    padding-top: 154vw;
  }
  .set .set-mv p {
    font-size: 24px;
    line-height: 170.833%;
    top: initial;
    right: initial;
    left: 15px;
    bottom: 61px;
  }
  .set .set-cnt {
    padding: 50px 15px;
  }
  .set .set-cnt p {
    padding: 0 0 30px;
  }
  .set .set-cnt img {
    width: 100%;
  }
  .set .set-cnt-inner {
    flex-direction: column;
  }
  .info {
    padding: 30px 15px;
  }
  .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;
  }
}
