@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");
body {
  color: #333;
}

.custom-page {
  margin: 2rem 0 -3rem;
}

.seitan-box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  background: url(https://mizujin.co.jp/shop/ap/img/seitan24/bg.jpg);
  background-size: 1500px;
  background-position: center;
  padding-bottom: 30px;
}

.seitan-inner {
  width: 750px;
  margin: 0 auto;
}

.seitan-key {
  margin: 0 auto 50px;
}

.seitan-logo {
}

.seitan-item-box {
  margin: 30px auto;
}
.seitan-logo img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.seitan-logo p {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}

.seitan-item-box h2 {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 30px;
}

.seitan-item-box h2 + p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
}

.seitan-item-box h2::before,
.seitan-item-box h2::after {
  content: "-";
}

.seitan-item-box h2::before {
  margin-right: 10px;
}

.seitan-item-box h2::after {
  margin-left: 10px;
}

.seitan-item-box ul {
  max-width: 550px;
  margin: 20px auto 0;
}

.seitan-item-box li {
  background: url(https://mizujin.co.jp/shop/ap/img/seitan/check.png) no-repeat;
  background-position: left 13px;
  background-size: 20px;
  padding: 10px 0 10px 30px;
  margin-bottom: 5px;
  font-weight: 400;
}

.seitan-item-box li:first-child {
  background-position: left 13px;
}

.seitan-item-box li strong,
span.nakunari {
  display: block;
  font-size: 13px;
  font-weight: 300 !important;
}

a.more-seitan {
  background: #d4a373;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  width: 320px;
  margin: 20px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

a.more-seitan::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-weight: 300;
  font-size: 20px;
}

a.more-seitan::after {
  font-family: "Material Symbols Outlined";
  content: "\e8cc";
  font-weight: 300;
  font-size: 25px;
}

.seistan-syosai-box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  padding: 0rem 4rem 2rem;
}

.seitan-title {
  width: 20%;
  font-weight: 500;
}

.seitan-text {
  width: 80%;
}

.seitan-text p {
  margin-top: 10px;
}

.seitan-text p a,
.seitan-yoyaku a {
  text-decoration: underline;
  color: #3f51b5;
}

strong.red {
  color: #f44336;
}

.seitan-text p:first-child,
.seitan-text h3:first-child {
  margin-top: 0 !important;
}

.seitan-text h3 {
  margin: 20px 0 10px;
  font-weight: 500;
}

.seitan-text ul,
.seitan-cyui ul,
.seitan-yoyaku ul {
  list-style: disc;
  margin-left: 37px;
  margin-top: 10px;
}

.seitan-text ul li,
.seitan-cyui ul li,
.seitan-yoyaku li {
  margin-top: 10px;
}

.seitan-text p span {
  display: block;
  font-size: 13px;
}

.seistan-syosai-box:last-child {
  margin-bottom: 0;
}

.clickable-element {
  border: 1px solid #ccc;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
}

.clickable-header {
  font-weight: bold;
  position: relative;
}

.clickable-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 5px solid transparent;
  border-top-color: black;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.content {
  margin-top: 20px;
}

.hidden {
  display: none;
}

.open .clickable-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.seitan-cyui li,
.seitan-yoyaku li {
  font-weight: 400;
}

.seitan-yoyaku {
}

.main-sd {
  width: 80%;
  margin: 0 auto;
}

.yoyaku-cyui .clickable-header {
  color: #f44336;
}

.seitan-yoyaku ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}

.prev-arrow,
.next-arrow {
  font-size: 21px;
  z-index: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #404040;
}

.prev-arrow span,
.next-arrow span {
  font-size: 25px;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.thumbnail {
  max-width: 600px;
  margin: 2rem auto 0;
}

.thumbnail-img {
  padding: 0 10px;
}

.yoyaku-cyui + a.more-seitan {
  margin-top: 50px;
}

.seitan-text h3 + p {
  display: inline-block;
  border-bottom: 2px solid #f44336;
  margin: 0;
}

.yoyaku-cyui li span {
  display: block;
  color: #f44336;
}
.seitan-kikan span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.seitan-text p.taisyogai {
  margin-top: 32px;
}

.seitan-item-box p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.seitan-item-box p strong {
  display: block;
  font-size: 22px;
  margin-top: 1rem;
  color: #f44336;
  font-weight: 600;
}

.seitan-item-box span {
  font-weight: 600;
}
.seitan-item-box span.app-tokuten {
  display: block;
  font-size: 14px;
  margin-top: 1rem;
}

p.big-key {
  font-size: 30px;
  margin-top: 4rem;
  line-height: 1.3;
}

.seitan-item-box h1 {
  text-align: center;
  margin-top: 2rem;
}
.seitan-item-box h1 span {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 22px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.seitan-item-box h1 span::before,
.seitan-item-box h1 span::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
}

.seitan-item-box h1 span::after {
  content: "";
}

.seitan-item-box h1 strong {
  font-size: 17px;
}

.faq-area {
}
.faq-area h2,
.cam-btm h2,
.osusume h2 {
  background: #d4a373;
  padding: 5px 20px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 2rem;
}

.accordion-003 {
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

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

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 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.3s;
}

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

.accordion-003 div.faqmain {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-003[open] div.faqmain {
  transform: none;
  opacity: 1;
}

.faq div.faq-text {
  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 {
  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 div.faq-text {
  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] div.faq-text {
  transform: none;
  opacity: 1;
  margin-bottom: 3rem;
}

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

.faq-inner::before {
  color: #2196f3;
  content: "A";
  font-weight: 600;
  font-size: 1.3em;
}

.faq-inner p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
}

.faq-inner p:first-child {
  margin-top: 0;
}

.faq-img {
  width: 50px;
}

.faq-inner img {
  width: 100%;
}

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

.countdown .time strong {
}

.faq-text p {
  margin-top: 1rem;
}

.faq-text p:first-child {
  margin-top: 0;
}
.seitan-cyui,
.seitan-yoyaku {
  padding: 0 4rem 2rem;
}
.cam-btm {
  margin-top: 2rem;
}
.osusume {
  margin-bottom: 4rem;
}

.osusume-box {
  display: flex;
  gap: 3rem 2rem;
  flex-wrap: wrap;
}

.osusume-inner {
  display: flex;
  width: calc(100% / 4 - 1.5rem);
}

.osusume-inner h3 {
  font-size: 13px;
  margin-top: 10px;
  flex-grow: 1;
}

.osusume-inner img {
}

.osusume-inner a span {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  background: #2196f3;
  color: #fff;
  padding: 5px;
  font-weight: 400;
  line-height: 1.5;
}

.osusume-inner a {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}

.osusume-inner a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1023px) and (max-width: 1180px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

@media screen and (min-width: 768px) {
  .faq div.faq-text::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;
  }
}

@media screen and (min-width: 370px) and (max-width: 767px) {
  .seitan-inner {
    width: 100%;
    padding: 0 10px;
  }
  .seitan-logo p {
    font-size: 12px;
  }
  .seitan-item-box h2 {
    font-size: 28px;
  }
  .seitan-item-box ul {
    font-size: 13px;
    width: 100%;
  }
  .seitan-item-box li strong,
  span.nakunari {
    font-size: 11px;
  }
  .seitan-item-box li:first-child {
    background-position: left 10px;
  }
  .main-sd {
    width: 100%;
    margin-top: 2rem;
  }
  .seistan-syosai-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 0 2rem 2rem;
  }

  .seitan-item-box h2 + p {
    font-size: 18px;
  }
  .seitan-title,
  .seitan-text {
    width: 100%;
  }
  .seitan-text p {
    font-size: 13px;
  }
  .seitan-text ul,
  .seitan-cyui ul,
  .seitan-yoyaku ul,
  .seitan-yoyaku ol {
    margin-left: 15px;
  }
  .seitan-text li,
  .seitan-cyui ul li,
  .seitan-yoyaku li {
    margin-left: 10px;
  }
  .seitan-text p span {
    font-size: 12px;
    margin-top: 5px;
  }
  strong.red {
    display: block;
    margin: 5px 0;
  }
  .clickable-element {
    padding: 20px 10px;
  }
  .clickable-header {
    padding-right: 10px;
  }
  .seitan-text h3 {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 500;
  }
  p.big-key {
    font-size: 2.5rem;
  }
  .seitan-text {
    padding-left: 2rem;
  }
  .seitan-item-box {
    margin: 40px auto;
  }
  .seitan-item-box h1 span {
    gap: 10px;
    letter-spacing: 0px;
  }
  .faq div.faq-text::after {
    content: "";
    position: absolute;
    bottom: 100%; /* 要素の上端に配置 */
    left: 10%;
    margin-left: -10px; /* 三角形の横幅の半分分ずらす */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4; /* 下側に色を付けることで、頂点が上向きの三角形に */
  }

  .faq-img {
    width: 100%;
    margin-top: 10px;
  }
  .faq div.faq-text {
    padding: 2rem;
  }
  .faq-text p {
    font-size: 13px;
    line-height: 1.5;
  }
  .osusume-box {
    gap: 3rem 1rem;
  }
  .osusume-inner {
    width: calc(100% / 3 - 0.7rem);
  }
  .seitan-cyui ul {
    margin-left: 10px;
  }
  .seitan-cyui,
  .seitan-yoyaku {
    padding: 0 2rem 2rem;
  }
}

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

.seitan-key {
  margin: 0 auto 1rem;
  max-width: 500px;
  padding: 2rem 1rem;
}

.seitan-logo img.nbf-text {
  width: 250px;
  margin-top: 4rem;
}

.seitan-text p b {
  display: block;
  margin-top: 2rem;
  color: #f44336;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seitan-kikan dl {
  display: flex;
  gap: 5px;
}

.seitan-kikan dt {
  width: 40%;
  text-align: right;
}
.seitan-kikan dd span {
  margin: auto;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: red;
}
.seitan-kikan dd {
  width: 60%;
}

.fd-link {
  margin-bottom: 2rem;
}

.fd-link a {
  display: block;
  margin: 1rem auto 5rem;
  width: 320px;
}

.fd-link span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}

.countdown-container {
  margin: 5rem;
}

.time-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.time {
  margin: 0.2rem;
  background-color: lightpink;
  border-radius: 1rem;
  padding: 2rem;
}

#hour,
#min,
#sec {
  font-size: 3rem;
}

.seitan-logo h1 {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.seitan-logo h1 strong {
  display: block;
  margin-bottom: 2rem;
}

.cd-con {
}

.cd-con h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.time-inner {
  padding: 10px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 70px;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .seitan-item-box p {
    font-size: 19px;
  }
  .seitan-item-box p strong {
    font-size: 17px;
  }
  .seitan-kikan dt,
  .seitan-kikan dd {
    width: 50%;
  }
  .seitan-kikan dl {
    font-size: 12px;
  }
  .seitan-kikan dd span {
    font-size: 12px;
  }
}
