/*//////////////////////////////
 main
/////////////////////////////*/
.kv {
  position: relative;
  text-align: center;
}
.kv-content {
  margin: 0 auto;
  padding: 8rem 0;
  width: 80%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .kv-content {
    width: 80%;
  }
}
.kv-title {
  margin-bottom: 4rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-title {
    margin-bottom: 0;
    width: 50%;
  }
}
.kv-title-pic {
  margin-bottom: 4rem;
  display: block;
}
.kv-title-txt {
  font-size: 6rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .kv-title-txt {
    font-size: min(6vw, 7.2rem);
  }
}
.kv-pic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv-pic {
    width: 50%;
  }
}
.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF9E2;
  z-index: 1;
}
.kv-bg-pic {
  width: 100%;
}
.kv-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch {
  padding: 6rem 0;
  background-color: #ffffff;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catch {
    padding: 8rem 0;
  }
}
.catch h2 {
  margin-bottom: 4rem;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catch h2 {
    font-size: 2.8rem;
  }
}
.catch-txt {
  line-height: 1.8;
}

.type {
  padding: 4rem 0;
}
.type.daruma {
  background-color: #ff0000;
  color: #ffffff;
}
.type.sumo {
  background-color: #fae3a5;
  color: #000000;
}
.type.maiko {
  background-color: #000000;
  color: #ffffff;
}
.type-content {
  padding: 4rem;
  position: relative;
}
.type-title {
  margin-bottom: 6rem;
  text-align: center;
  font-weight: 700;
}
.type-title h3 {
  margin-bottom: 2rem;
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .type-title h3 {
    font-size: 6.4rem;
  }
}
.type-title .en {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .type-title .en {
    font-size: 3.2rem;
  }
}
.type-txt {
  line-height: 1.6;
  text-align: center;
}
.type-txt h4 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.type-pic {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .type-pic {
    width: 50%;
  }
}
.type-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.npj {
  padding: 6rem 0;
  background-color: #ededed;
}
@media screen and (min-width: 768px) {
  .npj {
    padding: 8rem 0;
  }
}
.npj-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.npj-subtitle {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.npj-container {
  margin: 0 auto;
  padding: 0 2%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .npj-container {
    padding: 0 2%;
  }
}
.npj-sec {
  margin-bottom: 4rem;
  padding: 4rem;
  background-color: #f53d7a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .npj-sec {
    padding: 4%;
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .npj-sec {
    padding: 4rem;
  }
}
.npj-sec-content {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .npj-sec-content {
    margin-bottom: 0;
    text-align: left;
    flex: 1;
  }
}
.npj-sec-title {
  margin-bottom: 4rem;
  color: #f8f414;
}
@media screen and (min-width: 768px) {
  .npj-sec-title {
    margin-bottom: 4%;
  }
}
.npj-sec-title h4 {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .npj-sec-title h4 {
    width: 84%;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1024px) {
  .npj-sec-title h4 {
    font-size: 2.2rem;
  }
}
.npj-sec-num {
  margin: 0 auto 2rem;
  width: 8rem;
  height: 8rem;
  border: 0.3rem solid #f8f414;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .npj-sec-num {
    margin: 0 2% 0 0;
    padding-top: 14%;
    width: 14%;
    height: 0;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .npj-sec-num {
    font-size: 1.8rem;
  }
}
.npj-sec-num-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.npj-sec-num span {
  display: block;
}
.npj-sec-num .txt {
  margin-bottom: 0.2rem;
}
.npj-sec-pic {
  width: 100%;
}
.npj-sec-txt {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .npj-sec-txt {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1024px) {
  .npj-sec-txt {
    font-size: 1.4rem;
  }
}

.usage-body {
  padding: 4rem;
  background-color: #fff;
}
.usage h3 {
  padding: 2rem;
  color: #fff;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .usage h3 {
    margin-right: 2%;
    width: 24%;
    line-height: 1.2;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .usage-content {
    width: 74%;
  }
}
.usage-pic {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .usage-pic {
    margin-left: 2%;
    width: 32%;
    margin-bottom: 0;
  }
}
.usage-txt {
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .usage-txt {
    width: 66%;
    text-align: left;
  }
}
.usage-txt h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .usage-txt h4 {
    margin-bottom: 1rem;
  }
}

.detail {
  padding: 6rem 0;
  background-color: #ffffff;
  color: #000;
}
.detail-main {
  margin-bottom: 8rem;
}
.detail-pic {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail-pic {
    margin-bottom: 0;
    width: 49%;
  }
}
.detail-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.detail-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-content {
    margin-right: 2%;
    width: 49%;
    text-align: left;
  }
}
.detail-content h3 {
  line-height: 1.4;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .detail-content h3 {
    font-size: 4.6rem;
  }
}
.detail-content h3 .sub {
  display: block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .detail-content h3 .sub {
    font-size: 3rem;
  }
}
.detail-title-jp {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .detail-title-jp {
    font-size: 4.6rem;
  }
}
.detail-copy {
  margin-bottom: 1rem;
}
.detail-capacity {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.detail-component {
  margin-bottom: 4rem;
  line-height: 1.4;
}
.detail-component h4 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-component h4::before {
  content: "";
  margin-right: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail-component h4::before {
    content: none;
  }
}
.detail-component h4::after {
  content: "";
  margin-left: 1rem;
  display: block;
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail-component h4::after {
    margin-left: 20px;
  }
}
.detail-remarks {
  margin-bottom: 1rem;
}
.detail-pfu {
  margin-bottom: 4rem;
  text-align: center;
}
.detail-pfu.storage {
  margin-bottom: 0;
}
.detail-pfu h5 {
  margin-bottom: 2rem;
}
.detail-pfu-list {
  padding: 20px 20px 20px 40px;
  width: 100%;
  max-width: 670px;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  border: 1px solid #000;
  list-style-type: disc;
  font-size: 1.4rem;
}
.detail-pfu-list-li {
  margin-bottom: 10px;
}
.detail-pfu-list ol {
  margin-top: 1rem;
  padding-left: 20px;
  list-style-type: decimal;
}