@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Zen+Kaku+Gothic+New:wght@300;400;700&display=swap");

body {
  color: #333;
}

.hb {
  background: url(http://mizujin.co.jp/shop/ap/img/hb/bg.png);
  background-size: contain;
}

#toparea {
  color: #111111;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#toparea .page-inner a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#toparea .page-inner {
  max-width: 950px;
  margin: 0 auto;
}

.catch,
.item-area {
  margin-top: 50px;
}

.catch h1 {
  text-align: center;
  line-height: 35px;
}

.catch h1 img {
  width: 400px;
}

.catch-txt img {
  width: 320px;
  display: block;
  margin: 2rem auto 0;
}

.catch-txt p.day img {
  width: 550px;
  margin: 1rem auto 0;
}
.catch-txt p {
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
}
.catch-txt p.day {
  color: #d3000c;
  font-size: 2.3rem;
}

.catch-txt p.cyui {
}

.schedule {
  margin-bottom: 25px;
}

.top-cyui p {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  background: #f44336;
  padding: 10px;
  color: #fff;
}

.top-cyui {
  background: #fff1f1;
  padding: 20px;
}

.top-cyui ul {
  line-height: 35px;
  list-style: disc;
  padding-left: 30px;
}

.top-cyui li {
}

.top-cyui p {
}

.normal,
.hb-menu,
.item-main,
.hb-faq,
.hb-bottom {
  margin-top: 50px;
}

.item-area-box {
  display: flex;
  gap: 2rem;
}

.item-area-inner {
  width: calc(100% / 2 - 1rem);
}

.item-area-inner h2,
.item-main h2,
.hb-faq h2,
.hb-bottom h2,
.voice h2,
.schedule h2 {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #c00000;
  color: #fff;
  margin-bottom: 1rem;
  padding: 10px 20px;
}

.item-area-inner h2::before,
.item-main h2::before,
.hb-faq h2::before,
.hb-bottom h2::before,
.voice h2::before,
.schedule h2::before {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0554/0023/5195/files/hb-bg.png?v=1731498420)
    no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.main-area p {
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
}

.main-area p span {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
}

.sub-area img {
  margin-top: 1rem;
}

.sub-area h3 {
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
  color: #d3000c;
  font-weight: 600;
}

.mens-main .sub-area h3 {
  color: #1c296e;
}

.hb-menu ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.hb-menu li {
  width: calc(100% / 3 - 1rem);
  text-align: center;
}

.hb-menu a {
  display: block;
  background: #d3000c;
  padding: 15px;
  color: #fff;
  border-radius: 30px;
  position: relative;
}

.hb-menu a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.accordion-area {
  list-style: none;
}

.accordion-area li {
  margin: 20px 0 0;
  padding: 20px;
  background: #f9f9f9;
}

.title,
.title-faq {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  padding: 0% 3% 0% 50px;
  transition: all 0.5s ease;
  margin: 0;
}

.title::before,
.title::after,
.title-faq::before,
.title-faq::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.title::before,
.title-faq::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after,
.title-faq::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

.title.close::before,
.title-faq.close::before {
  transform: rotate(45deg);
}

.title.close::after,
.title-faq.close::after {
  transform: rotate(-45deg);
}

.box,
.box-faq {
  display: none;
}

.item-main-box {
  display: flex;
  gap: 2rem;
}

.item-main-inner {
  width: calc(100% / 2 - 1rem);
}

.item-main-inner a,
.hb-bottom-link a {
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 1rem auto;
  background: #d3000c;
  color: #fff;
  border-radius: 30px;
}

.item-main-inner a::after,
.hb-bottom-link a::after {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.sub-area {
  display: flex;
  gap: 2rem;
}

.sub-area-inner {
  width: calc(100% / 2 - 1rem);
}

.item-main-sd i {
  font-size: 30px;
}

.item-main-sd i.prev-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

.item-main-sd i.next-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

p.color {
  margin: 20px 0;
  font-size: 18px;
  padding: 10px 15px;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #d3a800;
}

.item-main-syosai-box h3 {
  margin: 20px 0 10px;
  font-size: 13px;
  border-top: 1px solid #d3a800;
  border-bottom: 1px solid #d3a800;
  padding: 10px 0;
}

.item-main-syosai-box p {
  font-size: 12px;
  margin-bottom: 20px;
}

.item-main-syosai-box-last p {
  margin-bottom: 0;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 15px 50px 15px 15px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.qa-list dl:first-child {
  border-top: 1px solid #000;
}

.qa-list dl::before {
  position: absolute;
  top: 22px;
  right: 35px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  font-weight: 600;
  font-size: 17px;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  color: #3285bf;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  font-weight: bold;
  color: #3285bf;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 10px 0 0;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.item-main-inner h3.colortitle {
  margin: 10px 0 20px;
  font-size: 18px;
  padding: 10px 15px;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #d3a800;
}

.schedule p {
  font-size: 1.3rem;
  margin-top: 1rem;
  text-align: center;
}

p.big-txt {
  font-weight: 600;
  font-size: 3rem;
  margin-top: 2rem;
}

p.md-txt {
  font-weight: 600;
  font-size: 1.7rem;
}

p.sm-txt {
  font-size: 1.5rem;
  font-weight: 400;
}

.sub-area-inner a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-radius: 20px;
  margin-top: 20px;
  background: #2196f3;
  font-weight: 600;
}

.sub-area-inner a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  margin-left: 5px;
}

.mens-main h2 {
  background: #1c296e;
}

.hb-c-link a {
  background: #ff1100;
}

.qa-list {
  background: #fff;
  margin-top: 30px;
}

.qa-list dl dd ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 30px;
}

.qa-list dl dd li img {
  width: 450px;
  margin: 1rem auto 2rem;
  display: block;
}

.qa-list dl dd span {
  color: #d3000c;
  font-weight: 600;
}

.qa-list dl dd strong {
  color: #00447b;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hb-bottom-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hb-bottom-inner {
  width: calc(100% / 2 - 1rem);
}

.hb-bottom-inner h3 {
  margin: 10px 0 20px;
  font-size: 18px;
  padding: 10px 15px;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #d3a800;
}

.hb-bottom-inner-box-last {
  margin-top: 30px;
}

.item-main-sd ul {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.item-main-sd ul.slick-initialized {
  opacity: 1;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 18%;
  right: 3%;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #d3a800;
  border: none;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.5s;
  text-align: center;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scroll-to-top-btn span {
  font-size: 35px;
}

.footer .page-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.buy-cyui {
  background: #fff1f1;
  margin-top: 20px;
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
}

.item-syosai {
  margin-bottom: 2rem;
}

.item-syosai p {
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
}
.item-syosai p:first-child {
  color: #d3000c;
  font-weight: 600;
  font-size: 1.7rem;
}

.haf-box {
  max-width: 700px;
  margin: 0 auto;
}

span.red {
  color: #d3000c;
}

.sub-area-inner ul {
  position: relative;
}

.sub-area-inner ul img {
  margin-top: 0;
}
.sub-area-inner i.fa-square-caret-left {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sub-area-inner i.fa-square-caret-right {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hd-b {
  display: none !important;
}

.time-box {
  max-width: 500px;
  margin: 3rem auto;
}

.time-box h3 {
  font-size: 2rem;
  font-weight: 600;
}
.time-box dl {
  margin-top: 1rem;
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
}

.time-box dt {
  flex: 1;
}

.time-box dd {
  width: 38%;
  text-align: end;
  font-weight: 700;
}

.voice-inner {
  max-width: 800px;
  margin: 2rem auto 0;
  position: relative;
}

.back-b {
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  background: #cdcdcd;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
}

.next-b {
  position: absolute;
  top: 50%;
  right: -7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  background: #cdcdcd;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
}

a.hpb-link {
  display: block;
  background: #00a2ff;
  color: #fff;
  max-width: 300px;
  padding: 10px;
  border-radius: 2rem;
  text-align: center;
  margin: 2rem auto 0;
  font-weight: 700;
  position: relative;
}

a.hpb-link span {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  color: #01a2ff;
  font-size: 35px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-link {
  margin: 4rem 0 0;
}

.app-link a {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}

.app-link a:hover {
  opacity: 0.5;
}

.faq p {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f4f4f4;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

.faq p::after {
  content: "";
  position: absolute;
  top: 39%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f4f4f4 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 23deg);
  transform-origin: right;
}

.faq {
  max-width: 100%;
  border-bottom: 1px solid #333;
  background: #fff;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.faq summary::before,
.faq p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.faq summary::before {
  color: #d3000c;
  content: "Q";
}

.faq a {
  color: #01a2ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  word-break: break-all;
}

.chui .faq summary::before {
  color: #d3000c;
  content: "!";
  font-size: 26px;
}

.chui .faq li {
  list-style: disc;
  margin-left: 6rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.chui .faq li span {
  color: #d3000c;
}

.chui .faq li img {
  max-width: 450px;
  margin: 0 auto;
  display: block;
}

.faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  transition: transform 0.5s;
}

.faq[open] summary::after {
  transform: rotate(225deg);
}

.faq p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 2rem 4rem;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  line-height: 25px;
  flex: 1;
}

.faq[open] p {
  transform: none;
  opacity: 1;
  margin-bottom: 3rem;
}

.faq-inner {
  display: flex;
  gap: 3rem;
  padding: 0 2rem;
}

.faq-img {
  width: 50px;
}

.faq-inner img {
  width: 45px;
  height: auto;
}

.fa-caret-square-left:before,
.fa-square-caret-left:before,
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  color: #fff;
}

.countdown {
  text-align: center;
  margin-top: 3rem;
}

.countdown h2 {
  font-size: 2rem;
  margin: 0 0 10px;
  font-weight: 600;
  color: #d3000c;
}

.countdown .time {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
}

.countdown .time span {
  font-size: 20px;
  font-weight: 600;
}

.hb-key {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 10px 15px 10px;
  }

  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
  }

  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
  }

  .qa-list dl dd ul {
    padding-left: 20px;
    line-height: 25px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1179px) {
}

@media screen and (min-width: 100px) and (max-width: 768px) {
  #toparea .page-inner,
  .haf-box {
    width: 100%;
  }
  .catch h1 img {
    width: 80%;
  }

  .item-area-box,
  .item-main-box,
  .hb-menu ul {
    flex-wrap: wrap;
  }

  .item-area-inner,
  .item-main-inner,
  .hb-menu ul li,
  .hb-bottom-inner,
  .footer .page-inner {
    width: 100%;
  }

  .top-cyui ul {
    line-height: 25px;
    list-style: disc;
    padding-left: 15px;
    font-size: 15px;
  }

  .top-cyui ul li,
  .qa-list dl dd ul li {
    margin-bottom: 10px;
  }

  .top-cyui ul li:last-child,
  .qa-list dl dd ul li:last-child {
    margin-bottom: 0;
  }

  .item-area-inner h2,
  .item-main h2,
  .hb-faq h2,
  .hb-bottom h2,
  .voice h2,
  .schedule h2 {
    font-size: 17px;
    padding: 5px 5px;
  }

  .qa-list dl dd li img {
    width: 100%;
  }

  .qa-list dl dd li a {
    font-size: 14px;
  }
  .catch-txt p {
    margin-top: 0.5rem;
  }
  .catch-txt p.day {
    font-size: 1.5rem;
  }
  .catch-txt p.cyui {
    margin-top: 2rem;
  }
  .item-syosai {
    margin-bottom: 1rem;
  }
  p.big-txt {
    font-size: 2rem;
  }
  p.md-txt {
    font-weight: 600;
    font-size: 1.1rem;
  }
  p.sm-txt {
    font-size: 1rem;
    font-weight: 400;
  }
  .catch-txt p.day img {
    width: 100%;
  }
  .time-box dd {
    width: 50%;
  }
  .back-b {
    left: -2%;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .next-b {
    right: -2%;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .time-box dl {
    font-size: 18px;
  }
  .faq p {
    padding: 2rem;
  }
  .chui .faq li img {
    max-width: 100%;
  }
  .chui .faq li {
    margin-left: 4rem;
  }
  .faq p {
    flex: 1;
  }
  .faq-img {
    width: 10%;
  }
  .faq-img img {
    width: 100%;
  }
  .next-b {
    left: 10%;
    top: 110%;
    width: 30px;
    height: 30px;
  }
  .back-b {
    left: 1%;
    top: 110%;
    width: 30px;
    height: 30px;
  }
  .item-area-box {
    gap: 2rem;
    flex-direction: column;
  }
  .item-area-inner {
    width: 100%;
  }
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }
}
