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

body {
  font-family: 'Aoto Gothic Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #2C2B2B;
}

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

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.sec--2 {
  padding: 60px 30px 150px;
}

.sec--3 {
  background: #FEF8E9;
  padding: 100px 30px;
}

.sec--4 {
  padding: 100px 30px;
  text-align: center;
}

.sec--5 {
  padding: 100px 30px 120px;
  background-image: url(/store/haramaki/2023_summer/img/yokoku/bg-info.jpg);
  background-size: cover;
  background-position: top;
}

.mv {
  padding-top: 62vw;
  position: relative;
  background-image: url(/store/haramaki/2023_summer/img/yokoku/bg-mv.jpg);
  background-size: cover;
  background-position: top;
}

.mv h1 {
  display: flex;
  position: absolute;
  top: 26.5%;
  left: 5.5%;
  max-width: 31.5%;
}

.mv p {
  position: absolute;
  top: 34.1%;
  left: 4%;
  max-width: 33.5%;
  transition-duration: 1s;
  opacity: 0;
}

.mv p.active {
  opacity: 1;
}

.yodo {
  padding: 100px 30px;
  background-image: url(/store/haramaki/2023_summer/img/yokoku/bg-yodo.jpg);
  background-size: cover;
  background-position: top;
  text-align: center;
}

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

.yodo .yodo-ttl > div {
  font-weight: 750;
  color: #fff;
}

.yodo .yodo-ttl > div:nth-of-type(1) {
  font-size: 33.582px;
  line-height: 137%;
  letter-spacing: 3.358px;
  margin-bottom: 8px;
}

.yodo .yodo-ttl > div:nth-of-type(2) > span {
  font-size: 56.952px;
  line-height: 86.5%;
  letter-spacing: 5.695px;
}

.yodo .yodo-ttl > div:nth-of-type(2) ruby rb {
  font-size: 56.952px;
  line-height: 86.5%;
  letter-spacing: 5.695px;
}

.yodo .yodo-ttl > div:nth-of-type(2) ruby rt {
  font-size: 25.187px;
  line-height: 187.5%;
  letter-spacing: 2.519px;
  transform: translateY(5px);
}

.yodo .yodo-cnt {
  display: flex;
  justify-content: center;
  max-width: 450px;
  margin: 50px auto 0;
  padding: 60px 10px;
  background: rgba(254, 248, 233, 0.9);
}

.desc {
  max-width: 1180px;
  margin: auto;
}

.desc > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
}

.desc > div > div {
  width: 50%;
}

.desc > div > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 10px);
  margin-right: 10px;
}

.desc > div > div:nth-of-type(1) .desc-ttl {
  display: flex;
  align-items: center;
  margin-left: 52px;
}

.desc > div > div:nth-of-type(1) .desc-ttl img {
  height: 42px;
  width: auto;
  margin-right: 20px;
}

.desc > div > div:nth-of-type(1) .desc-ttl span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.desc > div > div:nth-of-type(1) .desc-txt {
  margin: 40px 0 0 100px;
}

.desc > div > div:nth-of-type(2) {
  margin-top: 10px;
}

.desc > div:nth-of-type(1) > div:nth-of-type(1) .desc-ttl {
  color: #E8A118;
}

.desc > div:nth-of-type(2) {
  flex-direction: row-reverse;
}

.desc > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 50%;
  margin-right: 0;
}

.desc > div:nth-of-type(2) > div:nth-of-type(1) .desc-ttl {
  color: #6964A5;
}

.desc > div:nth-of-type(2) > div:nth-of-type(2) {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.desc > div:nth-of-type(3) > div:nth-of-type(1) .desc-ttl {
  color: #F66490;
  margin-left: 0;
}

.desc > div:nth-of-type(3) > div:nth-of-type(1) .desc-txt {
  margin-left: 50px;
}

.variation {
  text-align: center;
  /*===========
    table
    ===========*/
}

.variation .variation-ttlWrap {
  display: inline-block;
  text-align: left;
}

.variation .variation-ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.variation .variation-txt {
  margin: 70px 0 100px;
}

.variation table .l-only--sp {
  display: none !important;
}

.variation .scroll-box {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.variation .scroll-box::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.variation table, .variation tbody, .variation tr, .variation th, .variation th::before, .variation td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.variation table {
  width: 100%;
}

.variation tbody {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.variation th, .variation td {
  vertical-align: middle;
  padding: 20px 10px;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 15px;
  line-height: 1.44;
  font-feature-settings: "palt";
  text-align: center;
}

.variation th {
  font-weight: normal;
}

.variation th div {
  display: flex;
  justify-content: center;
  text-align: left;
}

.variation th div span {
  display: inline-block;
  padding-top: 0.5em;
}

.variation td {
  background: #fff;
  padding: 15px 29px;
  line-height: 1.8;
  vertical-align: top;
}

.variation td.vam {
  vertical-align: middle;
}

.variation td img.set {
  width: 118px;
}

.variation td img.single {
  width: 54px;
}

.variation td img.color {
  width: 182px;
}

.variation td.title {
  padding: 0;
  background-color: #EDCB88;
  width: 29%;
}

.variation td.title a {
  display: block;
  height: 100%;
}

.variation td.title p {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2B2B;
}

.variation td.title p img {
  width: auto;
  margin: 0 auto;
}

.variation td.flex div {
  display: flex;
  justify-content: center;
  text-align: left;
}

.variation td ul {
  padding: 0;
}

.variation td .ff-b:nth-of-type(n + 2) {
  padding-top: 0.5em;
  display: inline-block;
}

.variation ._sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  /* border-right: none; */
  background: #fff;
  width: 13%;
}

.variation ._sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
  background-color: #EDCB88;
}

.variation ._sticky._sticky1:before {
  background-color: #fff;
}

.variation ._sticky + td {
  border-left: none;
}

.variation .scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
  max-width: 900px;
  margin: auto;
}

.staff {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.staff span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.065em;
}

.info {
  color: #fff;
  text-align: center;
}

.info > div:nth-of-type(1) {
  display: inline-block;
  text-align: left;
}

.info > div:nth-of-type(1) span:not(.txt1):not(.txt2) {
  font-weight: 700;
}

.info .bnrs {
  margin-top: 70px;
}

.info .bnrs > div {
  padding-bottom: 10px;
}

.info .bnrs > div a {
  display: block;
  max-width: 400px;
  margin: auto;
}

footer .bottom {
  background: #F3ECDF;
  padding: 47px 30px;
}

footer .bottom a {
  color: #2C2B2B;
}

footer .share {
  display: flex;
  justify-content: center;
}

footer .share .share_fb {
  margin: 0 35px;
}

footer .hobo {
  display: flex;
  justify-content: center;
  margin: 20px auto 44px;
}

footer .hobo .ico_home {
  margin: 0 17.5px;
}

footer .menu {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
}

footer .menu a {
  position: relative;
}

footer .menu a::after {
  content: '/';
  display: inline;
}

footer .menu a:last-of-type::after {
  content: none;
}

footer .copyright {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

footer .hb-twitter:before,
footer .hb-facebook-box:before,
footer .hb-line:before {
  font-size: 40px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1210px) {
  .desc > div > div:nth-of-type(1) .desc-ttl span {
    font-size: 2vw;
    word-break: keep-all;
  }
}

@media (max-width: 940px) {
  .desc > div > div:nth-of-type(1) .desc-txt {
    margin-left: 28px;
  }
  .desc > div:nth-of-type(3) > div:nth-of-type(1) .desc-txt {
    margin-left: 0;
  }
}

@media (max-width: 840px) {
  .desc > div > div:nth-of-type(1) .desc-txt {
    font-size: 14px;
  }
}

@media (max-width: 830px) {
  footer .hobo .ico_home {
    margin: 0 9.5px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .sec--2 {
    padding: 50px 5% 100px;
  }
  .sec--3 {
    padding: 44px 5% 75px;
  }
  .sec--4 {
    padding: 50px 5%;
  }
  .sec--5 {
    padding: 26px 5% 47px;
  }
  .mv {
    background-image: url(/store/haramaki/2023_summer/img/yokoku/bg-mv-sp.jpg);
    padding-top: 148vw;
    background-size: contain;
  }
  .mv h1 {
    top: 93.5%;
    left: 10%;
    max-width: 80%;
  }
  .mv p {
    top: 2.6%;
    left: 17%;
    max-width: 62%;
  }
  .yodo {
    padding: 45px 5% 30px;
  }
  .yodo .yodo-ttl {
    text-align: center;
  }
  .yodo .yodo-ttl > div:nth-of-type(1) {
    font-size: 17.077px;
    letter-spacing: 1.708px;
  }
  .yodo .yodo-ttl > div:nth-of-type(2) > span {
    font-size: 28.961px;
    letter-spacing: 2.896px;
  }
  .yodo .yodo-ttl > div:nth-of-type(2) ruby rb {
    font-size: 28.961px;
    letter-spacing: 2.896px;
  }
  .yodo .yodo-ttl > div:nth-of-type(2) ruby rt {
    font-size: 12.808px;
    letter-spacing: 1.281px;
  }
  .yodo .yodo-cnt {
    padding: 17px 5%;
    margin-top: 45px;
  }
  .desc > div {
    display: block;
    margin-top: 60px;
  }
  .desc > div > div:nth-of-type(1) {
    width: 100%;
  }
  .desc > div > div:nth-of-type(1) .desc-ttl {
    flex-direction: column;
    margin-left: 0;
  }
  .desc > div > div:nth-of-type(1) .desc-ttl img {
    height: 30px;
  }
  .desc > div > div:nth-of-type(1) .desc-ttl span {
    font-size: 18px;
    margin-top: 10px;
  }
  .desc > div > div:nth-of-type(1) .desc-txt {
    margin: 20px 0 0;
  }
  .desc > div > div:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  .desc > div:nth-of-type(1) {
    margin-top: 0;
  }
  .desc > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 100%;
  }
  .desc > div:nth-of-type(2) > div:nth-of-type(2) {
    width: 100%;
  }
  .desc > div:nth-of-type(3) > div:nth-of-type(1) .desc-txt {
    margin-left: 0;
  }
  .variation {
    /*===========
        table
        ===========*/
  }
  .variation .variation-ttl {
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  .variation .variation-txt {
    margin: 50px 0;
  }
  .variation table .l-only--sp {
    display: table-cell !important;
  }
  .variation th, .variation td {
    font-size: 11.5px;
  }
  .variation td {
    padding: 20px 15px;
  }
  .variation td img.set {
    width: 88.5px;
  }
  .variation td img.single {
    width: 40.5px;
  }
  .variation td.title p {
    height: 42px;
  }
  .variation td:not(.l-only--sp) {
    display: none;
  }
  .variation td.title a > img {
    width: calc(100% - 1px);
    margin: 0 auto;
    object-fit: cover;
  }
  .variation ._sticky:before {
    top: -.98px;
    width: calc(100% - 1px);
    height: 100%;
    border-top: 1px solid #000;
  }
  .variation th, .variation td {
    border-top: .95px solid #000;
    border-left: .95px solid #000;
  }
  .variation .scroll-box {
    width: 100vw;
    margin-left: -6.666vw;
  }
  .variation .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  .variation .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  .variation .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .variation .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .variation ._sticky {
    padding: 0 32px;
    word-break: keep-all;
  }
  .staff {
    font-size: 13px;
  }
  .info .bnrs > div a {
    max-width: 277px;
  }
  .info .txt1 {
    padding-left: 75px;
  }
  .info .txt2 {
    padding-left: 75px;
  }
  footer .share .share_fb {
    margin: 0 22px;
  }
  footer .hobo {
    display: block;
    max-width: 312px;
    margin: 25px auto;
  }
  footer .hobo .ico_home {
    margin: 0;
  }
  footer .menu {
    display: block;
    margin: auto;
    max-width: 312px;
  }
  footer .menu a {
    display: block;
  }
  footer .menu a::after {
    content: none;
  }
  footer .copyright {
    margin-top: 20px;
  }
  footer .hb-twitter:before, footer .hb-facebook-box:before, footer .hb-line:before {
    color: #5B5B5B;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
