@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*[class*="p5r_"] {
  min-height: 0vh;
}
html {
  scroll-behavior: smooth;
  margin: auto;
}
.p5r_wrapper {
  overflow: clip;
  font-family: "Noto Serif JP", serif;
  color: #1a1a1a;
  font-weight: 400;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p5r_wrapper {
    margin-top: 70px;
  }
}
.p5r_wrapper .isPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p5r_wrapper .isPc {
    display: none;
  }
}
.p5r_wrapper .isSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p5r_wrapper .isSp {
    display: block;
  }
}
.p5r_wrapper .common_link a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  max-width: 320px;
  height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  margin: auto;
  text-decoration: none;
  -webkit-box-shadow: -10px 10px 0px 0 #f20000;
          box-shadow: -10px 10px 0px 0 #f20000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p5r_wrapper .common_link a {
    max-width: 260px;
  }
}
.p5r_wrapper .common_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .p5r_wrapper .common_link a:hover {
    color: #fff;
    background: #f20000;
    -webkit-box-shadow: -10px 10px 0px 0 #fff;
            box-shadow: -10px 10px 0px 0 #fff;
  }
  .p5r_wrapper .common_link a:hover:after {
    border-color: #fff;
  }
}
.p5r_content_wrapper .inner {
  background-image: url("../img/intro_bg.png"), url("../img/inner_bg.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: top 40px right, top left;
  background-size: contain, cover;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p5r_content_wrapper .inner {
    background: url("../img/sp/bg.webp") no-repeat top/cover;
    margin-top: -15px;
  }
}
.p5r_mv_wrapper .p5r_mv_content img {
  width: 100%;
}
.p5r_about_wrapper {
  position: relative;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .p5r_about_wrapper {
    padding-top: 0;
    max-width: 440px;
    margin: auto;
  }
}
.p5r_about_wrapper .p5r_about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p5r_about_wrapper .p5r_about_txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p5r_about_wrapper .p5r_about_txt .content:first-child p {
  -webkit-box-shadow: -15px 15px 0px 0 #f20000;
          box-shadow: -15px 15px 0px 0 #f20000;
}
@media screen and (max-width: 768px) {
  .p5r_about_wrapper .p5r_about_txt .content:first-child p {
    -webkit-box-shadow: 30px 13px 0px 0 #f20000;
            box-shadow: 30px 13px 0px 0 #f20000;
    padding-left: 30px;
  }
}
.p5r_about_wrapper .p5r_about_txt .content:last-child p {
  -webkit-box-shadow: 8px 15px 0px 0 #f20000;
          box-shadow: 8px 15px 0px 0 #f20000;
}
@media screen and (max-width: 768px) {
  .p5r_about_wrapper .p5r_about_txt .content:last-child p {
    -webkit-box-shadow: 10px 13px 0px 0 #f20000;
            box-shadow: 10px 13px 0px 0 #f20000;
    margin-top: 15px;
    padding: 8px 10px 8px 30px;
  }
}
.p5r_about_wrapper .p5r_about_txt p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 3.87vw, 22px);
  line-height: 1.4em;
  text-align: center;
  background: #000;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 15px 10px 25px 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p5r_about_wrapper .p5r_about_txt p {
    text-align: left;
    line-height: 1.6em;
    padding: 10px;
    margin-top: 0;
  }
}
.p5r_about_wrapper .p5r_about_txt p span {
  color: #f20000;
  font-size: clamp(22px, 6vw, 30px);
}
.p5r_about_wrapper .p5r_about_txt p + p {
  margin-top: 20px;
}
.p5r_order_wrapper .p5r_order_content {
  background: url("../img/order_bg.webp") no-repeat top/contain;
  background-size: 1100px 850px;
  max-width: 1100px;
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .p5r_order_content {
    overflow: hidden;
    max-width: 500px;
    background: url("../img/sp/order_bg.webp") no-repeat top left 10vw/contain;
    background-size: 438px 815px;
    margin: 95px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 430px) {
  .p5r_order_wrapper .p5r_order_content {
    background: url("../img/sp/order_bg.webp") no-repeat top 5px left/cover;
    background-size: 438px 815px;
  }
}
@media screen and (max-width: 375px) {
  .p5r_order_wrapper .p5r_order_content {
    background: url("../img/sp/order_bg.webp") no-repeat top 5px left -12px/cover;
    background-size: 438px 815px;
  }
}
.p5r_order_wrapper .intro_wrap {
  position: relative;
  padding: 85px 0 145px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .intro_wrap {
    max-width: 375px;
    margin: auto;
    padding: 75px 0 115px;
  }
}
.p5r_order_wrapper .intro_wrap .ttl {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .intro_wrap .ttl {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 374px) {
  .p5r_order_wrapper .intro_wrap .ttl img {
    width: 100%;
  }
}
.p5r_order_wrapper .intro_wrap .content {
  margin: auto;
}
.p5r_order_wrapper .intro_wrap .content + .content {
  margin-top: clamp(20px, 2.33vw, 35px);
}
.p5r_order_wrapper .intro_wrap .content01 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .intro_wrap .content01 .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-right: 20px;
  }
}
.p5r_order_wrapper .intro_wrap .content01 .txt span {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.p5r_order_wrapper .intro_wrap .content01 .txt span:first-child:before {
  content: "～";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
}
.p5r_order_wrapper .intro_wrap .icon_ttl {
  color: #fff;
  font-size: clamp(22px, 2.13vw, 32px);
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .intro_wrap .icon_ttl {
    letter-spacing: 0;
  }
}
.p5r_order_wrapper .intro_wrap .txt {
  color: #fff;
  font-size: clamp(16px, 1.33vw, 20px);
  margin-top: 10px;
}
.p5r_order_wrapper .intro_wrap .txt span.red {
  color: #f20000;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .intro_wrap .txt {
    margin-top: 0;
    line-height: 1.5;
  }
}
.p5r_order_wrapper .guide_wrap {
  position: relative;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .guide_wrap {
    margin-top: 22px;
  }
}
.p5r_order_wrapper .guide_wrap .guide_ttl {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.p5r_order_wrapper .guide_wrap ul {
  max-width: clamp(315px, 65vw, 687px);
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .guide_wrap ul {
    max-width: 315px;
    margin-top: 10px;
  }
}
.p5r_order_wrapper .guide_wrap li {
  font-size: clamp(12px, 1.07vw, 16px);
  line-height: 22px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .p5r_order_wrapper .guide_wrap li {
    line-height: 20px;
  }
}
.p5r_product_wrapper .p5r_product_wrap {
  position: relative;
  padding: 50px 0 65px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p5r_product_wrapper .p5r_product_wrap {
    padding: 10px 0 65px;
  }
}
.p5r_product_wrapper .p5r_product_wrap .ttl {
  position: relative;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p5r_product_wrapper .p5r_product_wrap .ttl img {
    width: 100%;
  }
}
.p5r_product_wrapper .anchor_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p5r_product_wrapper .anchor_wrap {
    gap: 15px;
    margin: 33px auto 0;
  }
}
.p5r_product_wrapper .anchor_wrap .content {
  position: relative;
  z-index: 10;
}
.p5r_product_wrapper .anchor_wrap .content a {
  position: relative;
  width: clamp(160px, 33.57vw, 480px);
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  gap: 10px;
  color: #fff;
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 500;
  -webkit-box-shadow: 20px 10px 0px 0 #cca57a;
          box-shadow: 20px 10px 0px 0 #cca57a;
  background: #f20000;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #eed997, #c19571, #eed997) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#eed997), color-stop(#c19571), to(#eed997)) 1;
     border-image: linear-gradient(to right, #eed997, #c19571, #eed997) 1;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p5r_product_wrapper .anchor_wrap .content a {
    text-align: center;
    padding: 25px 20px 15px;
    -webkit-box-shadow: 4px 8px 0px 0 #cca57a;
            box-shadow: 4px 8px 0px 0 #cca57a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 2px;
  }
}
.p5r_product_wrapper .anchor_wrap .content a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/link_arrow.webp") no-repeat center/contain;
}
@media (hover: hover) {
  .p5r_product_wrapper .anchor_wrap .content a:hover {
    background: #930001;
  }
}
.p5r_body_content {
  position: relative;
  background-size: 66px 88px;
  padding: 35px 15px 0;
  scroll-margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content {
    padding: 0;
    margin-top: 0;
  }
}
.p5r_body_content .ttl {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p5r_body_content .ttl img {
    width: 100%;
  }
}
.p5r_body_content .content_inner {
  max-width: 1100px;
  margin: 30px auto clamp(40px, 3.21vw, 65px);
}
.p5r_body_content .content_block {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540px 1fr;
  grid-template-columns: 540px 1fr;
  gap: clamp(30px, 2.5vw, 48px);
}
.p5r_body_content .content_block:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 0;
  left: -50px;
  margin: auto;
  display: block;
  width: 640px;
  height: 575px;
  background: url("../img/blur.webp") no-repeat center/contain;
}
@media screen and (max-width: 1115px) {
  .p5r_body_content .content_block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 540px;
    margin: auto;
  }
  .p5r_body_content .content_block:before {
    top: -100px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_block {
    max-width: 375px;
  }
  .p5r_body_content .content_block:before {
    top: -67px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 375px;
    height: 373px;
    background: url("../img/sp/blur.webp") no-repeat center/contain;
  }
}
.p5r_body_content .swiper.content_slide {
  height: 415px;
  width: 100%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .swiper.content_slide {
    height: 271px;
    max-width: 365px;
  }
}
.p5r_body_content .swiper .content_slide-item img {
  width: 440px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .swiper .content_slide-item img {
    width: 280px;
  }
}
.p5r_body_content .content_button-prev.swiper-button-prev {
  left: 5px;
  width: 35px;
  height: 85px;
  margin-top: -65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/slide_arrow.webp");
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_button-prev.swiper-button-prev {
    margin-top: -50px;
    left: 8px;
    width: 24px;
    height: 72px;
  }
}
.p5r_body_content .content_button-prev.swiper-button-prev:after {
  content: none;
}
@media (hover: hover) {
  .p5r_body_content .content_button-prev.swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.p5r_body_content .content_button-next.swiper-button-next {
  right: 5px;
  width: 35px;
  height: 85px;
  margin-top: -65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/slide_arrow.webp");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_button-next.swiper-button-next {
    margin-top: -50px;
    right: 8px;
    width: 24px;
    height: 72px;
  }
}
.p5r_body_content .content_button-next.swiper-button-next:after {
  content: none;
}
@media (hover: hover) {
  .p5r_body_content .content_button-next.swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p5r_body_content .content_pagination.swiper-pagination {
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_pagination.swiper-pagination {
    bottom: -15px;
  }
}
.p5r_body_content .content_pagination .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  margin: 0 !important;
  width: 70px;
  height: 20px;
  border-radius: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/pager_disable.webp");
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_pagination .swiper-pagination-bullet {
    width: 56px;
  }
}
.p5r_body_content .content_pagination .swiper-pagination-bullet-active {
  background-image: url("../img/pager_active.webp");
}
.p5r_body_content .content_right_wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper {
    padding: 0 20px;
    margin: auto;
  }
}
.p5r_body_content .content_right_wrapper .content_ttl {
  font-size: clamp(20px, 2.29vw, 32px);
  letter-spacing: 0.9px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #fff;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper .content_ttl {
    margin-bottom: 10px;
    line-height: 36px;
  }
}
.p5r_body_content .content_right_wrapper .content_ttl span {
  display: block;
  font-size: clamp(20px, 1.86vw, 26px);
  line-height: clamp(32px, 2.71vw, 38px);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper .content_ttl span {
    margin-top: 0;
  }
}
.p5r_body_content .content_right_wrapper .content_price {
  font-size: 24px;
  letter-spacing: 1.9px;
  color: #fff;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper .content_price {
    font-size: 20px;
    margin: 10px 0 0;
  }
}
.p5r_body_content .content_right_wrapper .content_price .price {
  font-size: 20px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper .content_price .price {
    font-size: 16px;
  }
}
.p5r_body_content .content_right_wrapper .content_price .tax {
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .content_right_wrapper .content_price .tax {
    font-size: 12px;
  }
}
.p5r_body_content .content_right_wrapper .content_txt {
  color: #fff;
  font-size: clamp(14px, 1.21vw, 17px);
  line-height: 26px;
  margin: clamp(18px, 2.14vw, 30px) 0 0;
}
.p5r_body_content .p5r_body_checkbox_wrapper {
  margin: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_checkbox_wrapper {
    margin: 25px 0 0;
  }
}
.p5r_body_content .p5r_body_checkbox_wrapper.is-disabled .checkbox_content {
  cursor: default;
}
.p5r_body_content .p5r_body_checkbox_wrapper .checkbox_content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 2px solid #f20000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_checkbox_wrapper .checkbox_content:before {
    left: 20px;
    width: 26px;
    height: 26px;
  }
}
.p5r_body_content .p5r_body_checkbox_wrapper .checkbox_content:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  margin: auto;
  width: 10px;
  height: 22px;
  border-bottom: 5px solid #f20000;
  border-right: 5px solid #f20000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_checkbox_wrapper .checkbox_content:after {
    left: 28px;
    bottom: 3px;
    width: 8px;
    height: 13px;
    border-width: 3px;
  }
}
.p5r_body_content .p5r_body_checkbox_wrapper label {
  display: block;
  position: relative;
  cursor: pointer;
}
.p5r_body_content .p5r_body_checkbox_wrapper input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
.p5r_body_content .p5r_body_checkbox_wrapper input:checked + label > .checkbox_content:after {
  opacity: 1;
}
.p5r_body_content .p5r_body_checkbox_wrapper .flex_checkbox {
  position: relative;
  background: #4a4a4a;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-block: 15px;
  padding-inline: 70px 10px;
}
.p5r_body_content .p5r_body_checkbox_wrapper .flex_checkbox span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_checkbox_wrapper .flex_checkbox {
    font-size: 14px;
    padding-block: 10px;
    line-height: 20px;
    padding-inline: 58px 10px;
  }
  .p5r_body_content .p5r_body_checkbox_wrapper .flex_checkbox span {
    font-size: 14px;
  }
}
.p5r_body_content .p5r_body_voice {
  position: relative;
  max-width: 950px;
  margin: auto;
  padding: 0 20px 65px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice {
    padding: 0 20px 40px;
  }
}
.p5r_body_content .p5r_body_voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 37px 0 0;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 34px 0 0;
    gap: 28px 16px;
  }
}
.p5r_body_content .p5r_body_voice .voice_list li {
  position: relative;
}
.p5r_body_content .p5r_body_voice .voice_list li:before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  background: url("../img/voice_icon.webp") no-repeat center/contain;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_list li:before {
    top: -8px;
    left: -5px;
    width: 34px;
    height: 34px;
    background: url("../img/sp/voice_icon.webp") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_list li.voice01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_list li.voice02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_list li.voice03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.p5r_body_content .p5r_body_voice .voice_item {
  position: relative;
  width: 290px;
  height: 136px;
  cursor: pointer;
  background: #f20000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #eed997, #c19571, #eed997) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#eed997), color-stop(#c19571), to(#eed997)) 1;
     border-image: linear-gradient(to right, #eed997, #c19571, #eed997) 1;
  overflow: hidden;
  z-index: 2;
}
.p5r_body_content .p5r_body_voice .voice_item:after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item {
    max-width: 150px;
    height: 140px;
  }
  .p5r_body_content .p5r_body_voice .voice_item:after {
    width: 100px;
    height: 100px;
    padding-top: 0;
    background: #f20000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 0;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_ttl {
  text-align: center;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_ttl {
    max-width: 81px;
    margin: auto;
  }
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_ttl img {
    width: 100%;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding-top: 5px;
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_img img {
    display: block;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img span {
  display: block;
  z-index: 4;
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.mona {
  width: 46px;
  height: 83px;
  background: url("../img/mona.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.mona {
    display: none;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.joker {
  width: 70px;
  height: 83px;
  background: url("../img/joker.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.joker {
    display: none;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.panther {
  width: 60px;
  height: 83px;
  background: url("../img/panther.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.panther {
    display: none;
  }
}
.p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.skull {
  width: 46px;
  height: 83px;
  background: url("../img/skull.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item .voice_item_img span.skull {
    display: none;
  }
}
.p5r_body_content .p5r_body_voice .voice_item.active:after {
  -webkit-animation: fadeuppc 0.5s linear 0s 1 normal forwards running;
          animation: fadeuppc 0.5s linear 0s 1 normal forwards running;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item.active {
    background: #fff;
    overflow: visible;
  }
  .p5r_body_content .p5r_body_voice .voice_item.active:after {
    opacity: 0.5;
    -webkit-animation: fadeupsp 0.5s linear 0s 1 normal forwards running;
            animation: fadeupsp 0.5s linear 0s 1 normal forwards running;
  }
}
.p5r_body_content .p5r_body_voice .voice_item.remove:after {
  opacity: 1;
  -webkit-animation: fadedownpc 0.5s linear 0s 1 normal forwards running;
          animation: fadedownpc 0.5s linear 0s 1 normal forwards running;
}
@media screen and (max-width: 768px) {
  .p5r_body_content .p5r_body_voice .voice_item.remove {
    background: #f20000;
    overflow: visible;
  }
  .p5r_body_content .p5r_body_voice .voice_item.remove:after {
    -webkit-animation: fadedownsp 0.5s linear 0s 1 normal forwards running;
            animation: fadedownsp 0.5s linear 0s 1 normal forwards running;
  }
}
.p5r_steps_wrap {
  position: relative;
  z-index: 2;
  background-image: url("../img/steps_bg_top1.png"), url("../img/steps_bg_top2.png"), url("../img/steps_bg_bottom.png");
  background-repeat: no-repeat;
  background-position: top 45px left, top 1090px left, top 1795px left;
  background-size: contain;
}
@media screen and (min-width: 1700px) {
  .p5r_steps_wrap {
    background-image: url("../img/steps_bg_top1.png"), url("../img/steps_bg_bottom.png");
    background-position: top 45px left, top 1795px left;
  }
}
@media screen and (min-width: 3700px) {
  .p5r_steps_wrap {
    background-image: url("../img/steps_bg_top1.png"), url("../img/steps_bg_bottom.png");
    background-position: top 45px left, top 2500px left;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrap {
    background-image: url("../img/sp/steps_bg_top.webp"), url("../img/sp/steps_bg_bottom.webp");
    background-repeat: no-repeat;
    background-position: top 80px left, top 444px left;
    background-size: contain;
  }
}
@media screen and (max-width: 476px) {
  .p5r_steps_wrap {
    background: url("../img/sp/steps_bg.webp") no-repeat top 100px center/contain;
  }
}
.p5r_steps_wrapper {
  position: relative;
  padding: 200px 0 0;
  max-width: 1500px;
  margin: auto;
  scroll-margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper {
    padding: 95px 0 0;
    scroll-margin-top: -60px;
  }
}
.p5r_steps_wrapper .ttl {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p5r_steps_wrapper .ttl img {
    width: 100%;
  }
}
.p5r_steps_wrapper .p5r_item_content {
  position: relative;
}
.p5r_steps_wrapper .p5r_item_block {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_block {
    padding-top: 25px;
  }
}
.p5r_steps_wrapper .p5r_item_block .itemImg {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_block .itemImg {
    overflow: clip;
  }
}
.p5r_steps_wrapper .p5r_item_block .itemImg img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_block .itemImg img {
    width: 429px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 428px) {
  .p5r_steps_wrapper .p5r_item_block .itemImg img {
    margin-left: -30px;
  }
}
@media screen and (max-width: 374px) {
  .p5r_steps_wrapper .p5r_item_block .itemImg img {
    width: 100%;
  }
}
.p5r_steps_wrapper .p5r_item_txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 14vw;
  text-align: center;
  color: #fff;
  z-index: 11;
}
@media screen and (max-width: 1100px) {
  .p5r_steps_wrapper .p5r_item_txt {
    bottom: -10px;
  }
}
@media screen and (max-width: 860px) {
  .p5r_steps_wrapper .p5r_item_txt {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_txt {
    position: static;
    padding: 25px 0 0;
  }
}
.p5r_steps_wrapper .p5r_item_txt p {
  font-size: clamp(22px, 2.29vw, 32px);
  line-height: clamp(30px, 3.29vw, 46px);
}
.p5r_steps_wrapper .p5r_item_txt .content_price {
  margin: 20px 0 0;
  font-size: 24px;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_txt .content_price {
    margin: 12px 0 0;
    font-size: 22px;
  }
}
.p5r_steps_wrapper .p5r_item_txt .content_price .price {
  font-size: 20px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_txt .content_price .price {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.p5r_steps_wrapper .p5r_item_txt .content_price .tax {
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .p5r_steps_wrapper .p5r_item_txt .content_price .tax {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.p5r_character_wrapper {
  position: relative;
  padding: 80px 0 110px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper {
    background-image: url("../img/sp/character_bg1.webp"), url("../img/sp/character_bg2.webp"), url("../img/sp/character_bg3.webp"), url("../img/sp/character_bg4.webp"), url("../img/sp/character_bg5.webp");
    background-repeat: no-repeat;
    background-position: top 100px left, top 450px left, top 600px left, top 1120px left, top 1550px left;
    background-size: contain;
    overflow: hidden;
  }
}
@media screen and (max-width: 680px) {
  .p5r_character_wrapper {
    background: url("../img/sp/character_bg.png") no-repeat top 90px center/100%;
    margin: auto;
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .p5r_character_content {
    max-width: 500px;
    margin: auto;
  }
}
.p5r_character_wrapper .character_unit {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 105px 50px;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_unit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 15px;
    padding: 0 20px;
  }
}
.p5r_character_wrapper .character_common {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.p5r_character_wrapper .character_common:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: -1;
}
.p5r_character_wrapper .character_common .character_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
.p5r_character_wrapper .character_common .character_img {
  z-index: 1;
}
.p5r_character_wrapper .character_common .character_img img {
  max-width: 466px;
  height: auto;
  aspect-ratio: 466/330;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common .character_img img {
    max-width: 245px;
    aspect-ratio: 245/180;
  }
}
.p5r_character_wrapper .character_common.joker:before {
  top: 15px;
  left: -10px;
  width: 350px;
  height: 412px;
  background: url("../img/steps/joker.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.joker:before {
    top: 46px;
    left: 5px;
    width: 175px;
    height: 206px;
    background: url("../img/steps/sp/joker.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.mona:before {
  top: -8px;
  width: 203px;
  height: 250px;
  background: url("../img/steps/mona.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.mona:before {
    top: 40px;
    width: 101px;
    height: 124px;
    background: url("../img/steps/sp/mona.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.skull:before {
  top: 10px;
  left: 25px;
  width: 236px;
  height: 412px;
  background: url("../img/steps/skull.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.skull:before {
    top: 35px;
    left: 0;
    width: 124px;
    height: 216px;
    background: url("../img/steps/sp/skull.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.panther:before {
  left: -20px;
  width: 246px;
  height: 412px;
  background: url("../img/steps/panther.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.panther:before {
    top: 30px;
    left: 0;
    width: 129px;
    height: 216px;
    background: url("../img/steps/sp/panther.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.fox:before {
  top: 10px;
  left: 25px;
  width: 195px;
  height: 416px;
  background: url("../img/steps/fox.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.fox:before {
    top: 35px;
    left: -7px;
    width: 102px;
    height: 218px;
    background: url("../img/steps/sp/fox.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.queen:before {
  top: 35px;
  left: 10px;
  width: 179px;
  height: 380px;
  background: url("../img/steps/queen.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.queen:before {
    top: 43px;
    left: 15px;
    width: 92px;
    height: 195px;
    background: url("../img/steps/sp/queen.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.navi:before {
  top: 25px;
  left: -40px;
  width: 416px;
  height: 241px;
  background: url("../img/steps/navi.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.navi:before {
    top: 42px;
    left: -25px;
    width: 218px;
    height: 126px;
    background: url("../img/steps/sp/navi.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.noir:before {
  top: 25px;
  left: 10px;
  width: 147px;
  height: 416px;
  background: url("../img/steps/noir.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.noir:before {
    top: 40px;
    left: 8px;
    width: 77px;
    height: 218px;
    background: url("../img/steps/sp/noir.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.crow:before {
  top: 35px;
  left: 10px;
  width: 116px;
  height: 451px;
  background: url("../img/steps/crow.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.crow:before {
    top: 45px;
    left: -12px;
    width: 61px;
    height: 236px;
    background: url("../img/steps/sp/crow.webp") no-repeat center/contain;
  }
}
.p5r_character_wrapper .character_common.violet:before {
  top: 47px;
  left: 12px;
  width: 211px;
  height: 347px;
  background: url("../img/steps/violet.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common.violet:before {
    top: 45px;
    left: 5px;
    width: 110px;
    height: 182px;
    background: url("../img/steps/sp/violet.webp") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common {
    max-width: 150px;
    margin: auto;
  }
}
.p5r_character_wrapper .character_common input {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p5r_character_wrapper .character_common input:checked + label > {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
.p5r_character_wrapper .character_common input:checked + label > span:after {
  opacity: 1;
}
.p5r_character_wrapper .character_common label {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common label {
    width: 165px;
    left: -8px;
  }
}
.p5r_character_wrapper .character_common label span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p5r_character_wrapper .character_common label span:before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid #f20000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common label span:before {
    bottom: -25px;
    width: 26px;
    height: 26px;
  }
}
.p5r_character_wrapper .character_common label span:after {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 22px;
  border-bottom: 5px solid #f20000;
  border-right: 5px solid #f20000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p5r_character_wrapper .character_common label span:after {
    bottom: -17px;
    width: 8px;
    height: 13px;
    border-width: 3px;
  }
}
.p5r_character_wrapper .character_common.is-disabled label {
  cursor: default;
}
.p5r-cart {
  padding: 10px 0;
  background: #131313;
}
@media (hover: hover) {
  .p5r-cart:has(.is-disabled):hover .p5r-cart__btn {
    opacity: 1;
  }
}
.p5r-cart-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.p5r-cart__btn {
  position: relative;
  width: clamp(330px, 32.14vw, 400px);
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f00;
}
.p5r-cart__btn:before {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 32px;
  height: 30px;
  background: url("../img/cart.webp") no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .p5r-cart__btn:before {
    right: 20px;
  }
}
@media (hover: hover) {
  .p5r-cart__btn:hover {
    opacity: 0.8;
  }
}
.p5r-cart input[type=submit] {
  display: block;
  position: relative;
  width: 100%;
  height: clamp(52px, 4.29vw, 60px);
  color: transparent;
  background: transparent;
  z-index: 9999999;
  cursor: pointer;
}
.p5r-cart input[type=submit].is-disabled {
  cursor: default;
}
.p5r-cart__text {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p5r-cart__text {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.p5r-cart__text .p5r-cart__number {
  position: absolute;
  top: 10px;
  right: 30px;
  font-family: "Oswald", sans-serif;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 99999px;
}
@media screen and (max-width: 768px) {
  .p5r-cart__text .p5r-cart__number {
    top: 8px;
    right: 10px;
    padding-left: 3px;
  }
}
.p5r_cover_wrapper {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .p5r_cover_wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 72px 0 0;
  }
}
.p5r_cover_wrapper .p5r_pedometer_checkbox_block {
  background: url("../img/cover_bg.webp") no-repeat center/contain;
  max-width: 860px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0 70px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p5r_cover_wrapper .p5r_pedometer_checkbox_block {
    overflow: hidden;
    background: url("../img/sp/cover_bg.webp") no-repeat top left/contain;
    background-size: 467px 592px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .p5r_cover_wrapper .p5r_pedometer_checkbox_block {
    background: url("../img/sp/cover_bg.webp") no-repeat top left -30px/contain;
    background-size: 467px 592px;
  }
}
@media screen and (max-width: 375px) {
  .p5r_cover_wrapper .p5r_pedometer_checkbox_block {
    background: url("../img/sp/cover_bg.webp") no-repeat top left -65px/contain;
    background-size: 467px 592px;
  }
}
.p5r_cover_wrapper .p5r_pedometer_checkbox_block.is-disabled .item_cover {
  cursor: default;
}
.p5r_cover_wrapper input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
.p5r_cover_wrapper input:checked + label > .item_cover .item_txt span.check:before {
  opacity: 1;
}
.p5r_cover_wrapper .p5r_link_wrapper {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 60px;
}
.p5r_cover_wrapper .p5r_link_wrapper .content_link {
  margin-inline: auto;
}
.item_cover {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  cursor: pointer;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .item_cover {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 375px;
    padding: 43px 50px 65px;
  }
}
.item_cover .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 50px;
  padding-inline: 0 60px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_img {
    padding-block: 20px;
    padding-inline: 0;
  }
}
.item_cover .item_img img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: clamp(138px, 12vw, 168px);
  max-height: clamp(250px, 21.57vw, 302px);
}
.item_cover .item_txt {
  position: relative;
  padding-block: 5px;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt {
    padding: 0;
  }
}
.item_cover .item_txt .ttl {
  font-size: clamp(20px, 2vw, 28px);
  line-height: clamp(24px, 2.86vw, 40px);
  letter-spacing: 1.4px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .ttl {
    margin-top: 0;
    letter-spacing: 0;
  }
}
.item_cover .item_txt .ttl .number {
  display: block;
  font-size: clamp(14px, 1.47vw, 22px);
  font-weight: bold;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .ttl .number {
    margin-top: 5px;
    letter-spacing: 0;
  }
}
.item_cover .item_txt .content_price {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.7px;
  margin: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .content_price {
    font-size: 17px;
    margin: 12px 0 20px;
  }
}
.item_cover .item_txt .content_price .price {
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .content_price .price {
    font-size: 17px;
  }
}
.item_cover .item_txt .content_price .tax {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .content_price .tax {
    font-size: 12px;
  }
}
.item_cover .item_txt .txt {
  font-size: clamp(14px, 1.14vw, 17px);
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt .txt {
    line-height: 26px;
    margin-bottom: 13px;
  }
}
.item_cover .item_txt span.check {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt span.check {
    margin: auto;
  }
}
.item_cover .item_txt span.check:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 2px solid #f20000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt span.check:after {
    width: 26px;
    height: 26px;
    top: -120px;
  }
}
.item_cover .item_txt span.check:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 22px;
  border-bottom: 5px solid #f20000;
  border-right: 5px solid #f20000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .item_cover .item_txt span.check:before {
    top: 0;
    width: 8px;
    height: 13px;
    border-width: 3px;
  }
}
.p5r_copyright {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 40px 0;
  margin-top: 45px;
  color: #fff;
  background: #010101;
}
@media screen and (max-width: 768px) {
  .p5r_copyright {
    font-size: 12px;
    padding: 22px 0 20px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.p5r_copyright .content_inner {
  position: relative;
}
@-webkit-keyframes fadedownsp {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.5) rotate(45deg);
            transform: scale(2.5) rotate(45deg);
    background: #fff;
  }
  97% {
    opacity: 1;
    background: #f00;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeupsp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  3% {
    opacity: 1;
    background: #f00;
  }
  97% {
    -webkit-transform: scale(2.5) rotate(45deg);
            transform: scale(2.5) rotate(45deg);
  }
  100% {
    opacity: 0;
    background: #fff;
    -webkit-transform: scale(2.5) rotate(45deg);
            transform: scale(2.5) rotate(45deg);
  }
}
@-webkit-keyframes fadedownpc {
  0% {
    -webkit-transform: scale(1.5) rotate(45deg);
            transform: scale(1.5) rotate(45deg);
    background: #fff;
  }
  100% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeuppc {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    background: #fff;
  }
  3% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
  }
}
.l-footer-pagetop {
  display: none !important;
}

/*# sourceMappingURL=p5r.css.map */
