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/atatame/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: 12%;
  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/atatame/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 0 90px;
}

.bg-wh .bg-wh-inner > div:not(.c-secHeader) {
  padding-left: 30px;
  padding-right: 30px;
}

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

.yodo .yodo-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  width: 100vw;
  min-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;
  padding-right: 50vw;
}

.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/atatame/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%;
  min-height: calc( var(--vh) * 100);
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: 1s;
  opacity: 1;
}

.lineup {
  max-width: 860px;
  margin: auto;
}

.lineup .lineup-ttl {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #333;
}

.lineup .lineup-ttl img {
  width: 111px;
}

.lineup .lineup-anc {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.lineup .lineup-anc a {
  display: block;
}

.lineup .lineup-anc a img {
  height: 162px;
  width: auto;
}

.lineup .lineup-anc a:nth-of-type(2) {
  margin: 0 50px;
}

.set3 {
  display: flex;
  justify-content: center;
  padding-top: 113px;
  max-width: 1160px;
  margin: auto;
}

.set3 > div:nth-of-type(1) {
  width: calc(56% - 30px);
}

.set3 > div:nth-of-type(1) p:nth-of-type(1) {
  font-family: 'A1 Gothic B';
  font-size: 24px;
  line-height: 140.668%;
  letter-spacing: 2.4px;
  padding-bottom: 20px;
}

.set3 > div:nth-of-type(1) p:nth-of-type(2) a {
  color: #DFA186;
}

.set3 > div:nth-of-type(2) {
  width: 44%;
  margin-left: 30px;
}

.c-secHeader {
  display: flex;
  color: #fff;
  min-height: 350px;
}

.c-secHeader > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-secHeader > div:nth-of-type(1) {
  width: 55%;
  justify-content: initial;
  padding: 0 15px 0 8%;
}

.c-secHeader > div:nth-of-type(1) img {
  height: 46px;
  width: auto;
}

.c-secHeader > div:nth-of-type(1) p {
  position: relative;
  font-family: 'A1 Gothic B';
  font-size: 24px;
  line-height: 140.668%;
  letter-spacing: 2.4px;
}

.c-secHeader > div:nth-of-type(1) p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  background-size: contain;
}

.c-secHeader > div:nth-of-type(1) p span {
  display: inline-block;
}

.c-secHeader > div:nth-of-type(2) {
  width: 45%;
  padding: 0 15px;
  font-family: 'A1 Gothic M';
}

.c-secHeader--1 {
  margin-top: 82px;
}

.c-secHeader--1 > div:nth-of-type(1) {
  background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl1.jpg);
  background-size: cover;
}

.c-secHeader--1 > div:nth-of-type(1) p::before {
  background-image: url(/store/haramaki/2023_winter/img/atatame/no1.png);
  width: 28px;
  height: 45px;
}

.c-secHeader--1 > div:nth-of-type(2) {
  background: #DFA186;
}

.c-secHeader--2 {
  margin-top: 110px;
}

.c-secHeader--2 > div:nth-of-type(1) {
  background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl2.jpg);
  background-size: cover;
}

.c-secHeader--2 > div:nth-of-type(1) p::before {
  background-image: url(/store/haramaki/2023_winter/img/atatame/no2.png);
  width: 38px;
  height: 46px;
}

.c-secHeader--2 > div:nth-of-type(2) {
  background: #C86F6F;
}

.c-secHeader--3 {
  margin-top: 100px;
}

.c-secHeader--3 > div:nth-of-type(1) {
  background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl3.jpg);
  background-size: cover;
}

.c-secHeader--3 > div:nth-of-type(1) p::before {
  background-image: url(/store/haramaki/2023_winter/img/atatame/no3.png);
  width: 37px;
  height: 46px;
}

.c-secHeader--3 > div:nth-of-type(2) {
  background: #CABA9B;
}

.c-secCnt-v1 {
  display: flex;
  justify-content: space-between;
  max-width: 1145px;
  margin: auto;
  padding-top: 120px;
}

.c-secCnt-v1 > div:nth-of-type(1) {
  max-width: 540px;
  width: 50%;
  margin-right: 15px;
}

.c-secCnt-v1 > div:nth-of-type(1) img:nth-of-type(2) {
  height: 26px;
  width: auto;
  margin-top: 30px;
}

.c-secCnt-v1 > div:nth-of-type(2) span {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.7px;
}

.c-secCnt-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
}

.c-secCnt-v2 > div {
  max-width: 500px;
  width: 48%;
  margin-top: 80px;
}

.c-secCnt-v2 > div div {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.saleinfo {
  background-color: #fff;
}

.saleinfo .saleinfo-inner {
  max-width: 860px;
  margin: auto;
  padding: 66px 30px 86px;
}

.saleinfo .saleinfo-ttl {
  font-family: 'A1 Gothic B';
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 1.6px;
  text-align: center;
  padding-bottom: 30px;
}

.saleinfo .saleinfo-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #333;
  padding-bottom: 50px;
}

.saleinfo .saleinfo-block > div {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}

.saleinfo .saleinfo-block > div div:nth-of-type(1) {
  height: 120px;
}

.saleinfo .saleinfo-block > div div:nth-of-type(1) img {
  height: 100%;
  width: auto;
}

.saleinfo .saleinfo-block > div div:nth-of-type(2) span {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.saleinfo .saleinfo-block > div div:nth-of-type(2) span:nth-of-type(1) {
  font-family: 'A1 Gothic M';
  line-height: 1.4;
  padding-bottom: 5px;
}

.saleinfo .saleinfo-block--1 {
  padding-bottom: 0;
}

.saleinfo .saleinfo-block--1 > div div:nth-of-type(1) {
  margin-right: 36px;
}

.saleinfo .saleinfo-block--1 > div:nth-of-type(2) {
  margin: 50px 54px 0 36px;
}

.saleinfo .saleinfo-block--1 > div:last-of-type {
  width: 408px;
}

.saleinfo .saleinfo-block--2, .saleinfo .saleinfo-block--3 {
  padding-left: 7%;
}

.saleinfo .saleinfo-block--2 > div, .saleinfo .saleinfo-block--3 > div {
  width: calc(100% / 2);
}

.saleinfo .saleinfo-block--3 {
  padding-bottom: 0;
}

.saleinfo .saleinfo-attention {
  font-size: 13px;
  line-height: 215.385%;
  letter-spacing: 1.3px;
  text-align: center;
  padding: 10px 0 50px;
}

.credit {
  display: flex;
  justify-content: center;
  padding: 90px 30px;
  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: 970px) {
  .c-secHeader > div:nth-of-type(1),
  .c-secHeader > div:nth-of-type(2) {
    width: 50%;
  }
  .c-secHeader--2 > div:nth-of-type(1),
  .c-secHeader--3 > div:nth-of-type(1) {
    padding: 0 15px 0 3%;
  }
}

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

@media (max-width: 857px) {
  .saleinfo .saleinfo-block--1 > div {
    width: calc(100% / 3);
  }
  .saleinfo .saleinfo-block--1 > div:nth-of-type(2) {
    margin: 50px 0 0;
  }
}

@media (max-width: 800px) {
  .saleinfo .saleinfo-block--2,
  .saleinfo .saleinfo-block--3 {
    padding-left: 2%;
  }
}

@media (max-width: 768px) {
  body::before {
    background: url(/store/haramaki/2023_winter/img/atatame/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: 28%;
    top: 7%;
    left: initial;
    right: 0%;
  }
  .mv2::before {
    background: url(/store/haramaki/2023_winter/img/atatame/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/atatame/bg-2-sp.jpg) top no-repeat;
    background-size: cover;
  }
  .bg-wh {
    padding: 50px 0 0;
  }
  .bg-wh .bg-wh-inner {
    padding: 40px 0 42px;
  }
  .bg-wh .bg-wh-inner > div:not(.c-secHeader) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lineup .lineup-anc {
    display: block;
    margin: auto;
    width: 188.83px;
    transform: translateX(-10px);
  }
  .lineup .lineup-anc a:nth-of-type(2) {
    margin: 20px 0;
  }
  .set3 {
    display: block;
    padding-top: 50px;
  }
  .set3 > div {
    width: 100% !important;
    margin: 0 !important;
  }
  .set3 > div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 2px;
  }
  .set3 > div:nth-of-type(2) {
    padding: 30px 0 0;
  }
  .c-secHeader {
    display: block;
  }
  .c-secHeader > div:nth-of-type(1) {
    align-items: flex-end;
    width: 100%;
    height: 80vw;
    padding: 0 0 40px 30px;
    background-size: cover;
  }
  .c-secHeader > div:nth-of-type(1) p {
    font-size: 20px;
    line-height: 168.801%;
    letter-spacing: 2px;
  }
  .c-secHeader > div:nth-of-type(1) p::before {
    bottom: calc(100% + 16px);
  }
  .c-secHeader > div:nth-of-type(1) p span {
    display: inline;
  }
  .c-secHeader > div:nth-of-type(2) {
    width: 100%;
    min-height: 300px;
    padding: 30px 15px;
  }
  .c-secHeader--1 {
    margin-top: 50px;
  }
  .c-secHeader--1 > div:nth-of-type(1) {
    background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl1-sp.jpg);
  }
  .c-secHeader--1 > div:nth-of-type(1) p::before {
    width: 26px;
    height: 40px;
  }
  .c-secHeader--2 {
    margin-top: 100px;
  }
  .c-secHeader--2 > div:nth-of-type(1) {
    background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl2-sp.jpg);
    padding-bottom: 25px;
  }
  .c-secHeader--2 > div:nth-of-type(1) p::before {
    width: 31px;
    height: 40px;
  }
  .c-secHeader--3 > div:nth-of-type(1) {
    background-image: url(/store/haramaki/2023_winter/img/atatame/bg-secttl3-sp.jpg);
    align-items: center;
    padding: 19% 0 0 30px;
  }
  .c-secHeader--3 > div:nth-of-type(1) p::before {
    width: 37px;
    height: 46px;
  }
  .c-secCnt-v1 {
    display: block;
    padding-top: 50px;
  }
  .c-secCnt-v1 > div:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
  .c-secCnt-v1 > div:nth-of-type(1) img:nth-of-type(2) {
    height: 19px;
    width: auto;
    margin: 25px 0 30px;
  }
  .c-secCnt-v2 {
    display: block;
  }
  .c-secCnt-v2 > div {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .c-secCnt-v2 > div div {
    padding-top: 20px;
  }
  .saleinfo {
    background-color: #fff;
  }
  .saleinfo .saleinfo-inner {
    margin-top: 50px;
    padding: 40px 15px 50px;
  }
  .saleinfo .saleinfo-block {
    display: block;
  }
  .saleinfo .saleinfo-block--1 > div {
    width: 258px;
    margin: 20px auto 0;
  }
  .saleinfo .saleinfo-block--1 > div:nth-of-type(2) {
    margin: 20px auto 0;
  }
  .saleinfo .saleinfo-block--1 > div:last-of-type {
    flex-direction: column;
    align-items: center;
    width: 248px;
    margin-top: 25px;
  }
  .saleinfo .saleinfo-block--1 > div:last-of-type div:nth-of-type(1) {
    margin: 0 0 10px;
  }
  .saleinfo .saleinfo-block--2 {
    padding: 0 0 30px;
  }
  .saleinfo .saleinfo-block--2 > div {
    max-width: 290px;
    width: 100%;
    margin: 20px auto 0;
  }
  .saleinfo .saleinfo-block--2 > div:first-of-type {
    margin-top: 30px;
  }
  .saleinfo .saleinfo-block--3 {
    padding: 0;
  }
  .saleinfo .saleinfo-block--3 > div {
    max-width: 370px;
    width: 100%;
    margin: 20px auto 0;
  }
  .saleinfo .saleinfo-block--3 > div:first-of-type {
    margin-top: 30px;
  }
  .saleinfo .saleinfo-attention {
    padding: 20px 0 30px;
  }
  .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;
  }
}
