@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&family=Open+Sans:wght@700&family=Roboto:wght@400;500;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
    max-width: 86.6666666667vw;
  }
}

sup {
  font-size: 0.75em !important;
}

#main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.15rem;
  color: #595757;
}

@media only screen and (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .display-pc {
    display: none !important;
  }
}
#main * {
  box-sizing: border-box;
}

#main .img img {
  display: block;
  width: 100%;
}

/* product-box */
.product-box {
  max-width: 490px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  .product-box {
    padding: 0 35px;
    margin-top: 35px;
  }
}
.product-box .product-box-list {
  margin-top: 30px;
  background: url("../../common/img/powergunpocket/bg_dotted.jpg") repeat center;
  border-top: 1px solid #777575;
  border-bottom: 1px solid #777575;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-box .product-box-list {
    margin-top: 15px;
  }
}
.product-box .product-box-list li {
  width: 50%;
  padding: 0.5em 0;
  font-size: 1.29rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-box .product-box-list li {
    font-size: 3.22vw;
  }
}
.product-box .product-box-list li:not(:last-child) {
  border-right: 1px solid #777575;
}

.product-box .btn-cart a {
  width: 100%;
  height: 88px;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  background-color: #ff8705;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .product-box .btn-cart a {
    height: 60px;
    font-size: 4.54vw;
  }
}
.product-box .btn-cart a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 47%;
  right: 1.5em;
}

.product-box .btn-cart a:hover {
  opacity: 0.7;
}

.product-box .btn-cart svg {
  width: 28px;
  fill: #fff;
  margin-right: 1em;
  padding-bottom: 0.1em;
}

@media only screen and (max-width: 767px) {
  .product-box .btn-cart svg {
    width: 17px;
  }
}
/* product-gift */
.product-gift {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .product-gift {
    margin-top: 0;
  }
  .product-gift .product-inner {
    padding: 0;
  }
}
.product-gift .product-gift-box {
  padding: 20px 0;
  background: url("../../common/img/powergunpocket/bg_dotted_p.jpg") repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-gift .product-gift-box {
    padding: 35px;
    display: block;
  }
}
.product-gift .product-gift-box .ttl {
  font-size: 1.58rem;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
  padding: 0.7em 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-gift .product-gift-box .ttl {
    font-size: 5.34vw;
    text-align-last: center;
    width: fit-content;
    margin: 0 auto 1em;
    padding: 0 0.5em;
    position: relative;
  }
}
.product-gift .product-gift-box .ttl::before,
.product-gift .product-gift-box .ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595757;
  position: absolute;
  left: 0;
}

.product-gift .product-gift-box .ttl::before {
  top: 0;
  transform: rotate(10deg);
}

.product-gift .product-gift-box .ttl::after {
  bottom: 0;
  transform: rotate(-10deg);
}

@media only screen and (max-width: 767px) {
  .product-gift .product-gift-box .ttl::before,
  .product-gift .product-gift-box .ttl::after {
    content: "";
    width: 2px;
    height: 85%;
    background-color: #595757;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .product-gift .product-gift-box .ttl::before {
    left: 0;
    transform: rotate(-25deg);
  }
  .product-gift .product-gift-box .ttl::after {
    right: 0;
    left: auto;
    transform: rotate(25deg);
  }
}
.product-gift .product-gift-box .txt {
  font-size: 1.29rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .product-gift .product-gift-box .txt {
    font-size: 3.47vw;
    text-align: center;
    line-height: 1.8;
    margin-top: 1em;
  }
}
.product-gift .product-gift-box .txt span {
  font-weight: normal;
}

.product-gift .product-gift-box .img {
  width: 15%;
  margin: 0 3% 0 2%;
}

@media only screen and (max-width: 767px) {
  .product-gift .product-gift-box .img {
    width: 100%;
    margin: 0;
  }
}
/* product-intro */
.product-intro {
  margin-top: 30px;
  padding-bottom: 80px;
  background: url("../../common/img/powergunpocket/bg_intro.jpg") repeat-x bottom/contain;
}

@media only screen and (max-width: 767px) {
  .product-intro {
    margin-top: 40px;
    padding-bottom: 40px;
    background-image: url("../../common/img/powergunpocket/bg_intro_sp.jpg");
  }
  .product-intro .product-inner {
    padding: 0;
  }
}
.product-intro .product-intro-box {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .product-intro .product-intro-box {
    display: block;
  }
}
.product-intro .product-intro-box:not(:last-child) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .product-intro .product-intro-box:not(:last-child) {
    margin-bottom: -10vw;
  }
}
.product-intro .product-intro-box:nth-child(odd) {
  flex-direction: row-reverse;
}

.product-intro .product-intro-box .img {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .product-intro .product-intro-box .img {
    width: 80%;
    transform: translateY(10vw);
    position: relative;
    z-index: 5;
  }
  .product-intro .product-intro-box:nth-child(odd) .img {
    margin: 0 0 0 auto;
  }
}
.product-intro .product-intro-box .txt {
  width: 40%;
  font-size: 1.29rem;
  line-height: 2;
  padding: 5em 1em;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-intro .product-intro-box .txt {
    width: 80%;
    font-size: 3.74vw;
    padding: 5em 2em 3em;
  }
  .product-intro .product-intro-box:nth-child(even) .txt {
    margin: 0 0 0 auto;
  }
}
.product-intro .product-intro-box .txt .ff-zenkaku {
  font-weight: 500;
}

.product-intro .product-intro-box .txt::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.product-intro .product-intro-box:nth-child(odd) .txt::before {
  transform: translateX(-100%);
  left: 0;
}

.product-intro .product-intro-box:nth-child(even) .txt::before {
  transform: translateX(100%);
  right: 0;
}

/* product-message */
.product-message .product-inner {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .product-message .product-inner {
    padding: 15px 0 0;
  }
}
.product-message .ttl {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .product-message .ttl {
    font-size: 5.06vw;
  }
}
.product-message .ttl.btm {
  margin-top: 1.5em;
  font-size: 2.07rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-message .ttl.btm {
    font-size: 5.6vw;
    margin: 0 35px;
  }
}
.product-message .ttl.btm::before {
  content: "";
  width: 5px;
  height: calc(100% - 0.2em);
  background-color: #595757;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.product-message .txt.btm {
  font-size: 1.43rem;
  line-height: 1.8;
  margin: 1em 0 1.5em;
  padding-left: 1.8em;
}

@media only screen and (max-width: 767px) {
  .product-message .txt.btm {
    font-size: 4vw;
    margin-top: 1em;
    padding: 0 55px;
  }
}
.product-message .product-message-top {
  position: relative;
}

.product-message .product-message-top .ttl {
  padding-left: 1em;
  line-height: 2;
  transform: translate(0, -75%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-top .ttl {
    width: fit-content;
    margin: 0 auto;
    transform: translate(0, -50%);
    position: relative;
    top: 0;
    left: 0;
  }
}
.product-message .product-message-top .ttl::before {
  content: "";
  width: 8px;
  height: calc(100% - 1em);
  background-color: #595757;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.product-message .product-message-box {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box {
    display: block;
  }
}
.product-message .product-message-box_elm {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_elm {
    width: 100%;
  }
  .product-message .product-message-box_elm .ttl {
    font-size: 4.54vw;
  }
}
.product-message .product-message-box_elm .txt {
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
}

.product-message .product-message-box_elm:nth-child(1) .txt {
  padding: 3em 2em;
  top: 5%;
  left: 5%;
}

.product-message .product-message-box_elm:nth-child(2) .txt {
  padding: 1.5em 2em;
  bottom: 5%;
  left: 5%;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_elm:nth-child(1) .txt {
    padding: 0.8em 1.2em;
  }
  .product-message .product-message-box_elm:nth-child(2) .txt {
    padding: 0.8em 1.2em;
  }
}
.product-message .product-message-box_elm .txt p {
  margin-top: 0.5em;
  font-size: 1.29rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_elm .txt p {
    font-size: 3.47vw;
  }
}
.product-message .product-message-box_img {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_img {
    width: 100%;
  }
}
.product-message .product-message-box_img .img {
  margin-bottom: 10px;
}

.product-message .product-message-box_img .ttl {
  font-size: 1.72rem;
  position: absolute;
  top: 29%;
  left: 10%;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_img .ttl {
    font-size: 4.54vw;
  }
}
.product-message .product-message-box_img .txt {
  font-size: 1rem;
  position: absolute;
  top: 31%;
  right: 7%;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_img .txt {
    font-size: 2.6vw;
  }
}
.product-message .notece {
  font-size: 0.82rem;
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .product-message .notece {
    font-size: 2.93vw;
  }
}
.product-message .product-message-box_param {
  width: 50%;
  padding: 0 2.5em; /*border: 1px solid #6e6e6e; background-color: #f5f4f4;*/
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_param {
    width: calc(100% - 70px);
    margin: 0 35px;
    padding: 0; /*transform: translateY(-60px);*/
  }
  /* .product-message .product-message-box_param.js-fade.show { transform: translateY(-60px); } */
}
.product-message .product-message-box_param .ttl {
  font-size: 1.64rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_param .ttl {
    font-size: 16px;
  }
}
.product-message .product-message-box_param .ttl::before {
  content: "[";
  padding-right: 1em;
  font-weight: normal;
}

.product-message .product-message-box_param .ttl::after {
  content: "]";
  padding-left: 1em;
  font-weight: normal;
}

.product-message .product-message-box_param .labels {
  font-size: 1rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_param .labels {
    font-size: 2.93vw;
  }
}
.product-message .product-message-box_table {
  width: 100%;
  margin: 5px 0 10px;
  border-top: 1px solid #838080;
}

.product-message .product-message-box_table th,
.product-message .product-message-box_table td {
  padding: 0.3em;
  font-size: 1.29rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #838080;
  border-right: 1px solid #838080;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_table th,
  .product-message .product-message-box_table td {
    font-size: 3.47vw;
  }
}
.product-message .product-message-box_table th:last-child,
.product-message .product-message-box_table td:last-child {
  border-right: none;
}

.product-message .product-message-box_table th:first-child,
.product-message .product-message-box_table td:first-child {
  background-color: #f5f4f4;
}

@media only screen and (max-width: 767px) {
  .product-message .product-message-box_table th:first-child,
  .product-message .product-message-box_table td:first-child {
    font-weight: bold;
  }
}
/* .product-message .product-message-box_inner { padding: 20px 20px 40px; background-color: #fff; }
@media only screen and (max-width: 767px) {
  .product-message .product-message-box_inner { padding: 20px; }
} */
/* product-attachment */
.product-attachment {
  margin-top: 100px;
  padding: 80px 0;
  background-color: #f9fafa;
}

@media only screen and (max-width: 767px) {
  .product-attachment {
    margin-top: 50px;
    padding: 60px 0;
  }
  .product-attachment .product-inner {
    padding: 0;
  }
}
.product-attachment .ttl.top {
  font-size: 2.07rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-attachment .ttl.top {
    font-size: 5.6vw;
    margin: 0 35px;
  }
}
.product-attachment .ttl.top::before {
  content: "";
  width: 5px;
  height: calc(100% - 0.5em);
  background-color: #595757;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.product-attachment .txt.top {
  font-size: 1.43rem;
  line-height: 1.8;
  margin-top: 1.5em;
  padding-left: 1.8em;
}

@media only screen and (max-width: 767px) {
  .product-attachment .txt.top {
    font-size: 4vw;
    margin-top: 1em;
    padding: 0 55px;
  }
}
.product-attachment-list {
  margin-top: 40px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.product-attachment-list li {
  width: 25%;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list li {
    width: 50%;
  }
}
.product-attachment-list li:not(:last-child) {
  border-right: 1px dashed #b7b8ba;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list li:nth-child(even) {
    border-right: none;
  }
  .product-attachment-list li:nth-child(1),
  .product-attachment-list li:nth-child(2) {
    padding-bottom: 30px;
  }
}
.product-attachment-list li .icon {
  margin: 15px 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list li .icon {
    margin: 10px 0;
    height: 40px;
  }
  .product-attachment-list li .icon img {
    display: block;
    width: auto;
    height: 90%;
  }
  .product-attachment-list li:nth-child(1) .icon img {
    height: 100%;
  }
}
.product-attachment-list li .ttl {
  margin-top: 1em;
  font-size: 1.29rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list li .ttl {
    font-size: 3.47vw;
  }
}
.product-attachment-list li .txt {
  padding: 0 1em;
}

@media only screen and (max-width: 767px) {
  .product-attachment-list li .txt {
    font-size: 3.22vw;
    line-height: 1.6;
    padding: 0 0.8em;
  }
}
/* product-more */
.product-more {
  margin-top: 120px;
  padding: 20px 0;
  background: url("../../common/img/powergunpocket/bg_dotted_p.jpg") repeat center;
}

@media only screen and (max-width: 767px) {
  .product-more {
    margin-top: 60px;
    padding: 0;
  }
}
.product-more .product-inner {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-more .product-inner {
    padding: 0;
  }
}
.product-more .ttl {
  font-size: 2.28rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-more .ttl {
    font-size: 5.34vw;
  }
}
/* .product-more .product-more-box { display: flex; align-items: center; } */
@media only screen and (max-width: 767px) {
  .product-more .product-more-box {
    display: block;
  }
}
.product-more .product-more-color {
  /* width: 47%; */
  width: 90%;
  padding: 60px 5%;
  background-color: #fff;
  margin-left: 3%;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-color {
    width: 100%;
    margin: 0;
    padding: 0 35px 45px;
  }
}
.product-more .product-more-color .ttl span {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-color .ttl span {
    font-size: 4.8vw;
  }
}
.product-more .product-more-color_list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .product-more .product-more-color_list {
    justify-content: space-between;
  }
}
.product-more .product-more-color_list li { /*width: 30%;*/
  width: 15%;
  margin-top: 30px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-color_list li {
    width: 30%;
    margin-top: 30px;
    padding-right: 15px;
  }
  .product-more .product-more-color_list li:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
}
/* .product-more .product-more-color_list li:not(:nth-child(3n+1)) { margin-left: 5%; } */
.product-more .product-more-color_list li .img {
  width: 65%;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-color_list li .img {
    width: 85%;
  }
}
.product-more .product-more-color_list li .txt {
  padding-right: 1.8em;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-color_list li .txt {
    padding-right: 0;
  }
}
.product-more .product-more-gift {
  width: 50%;
  padding: 45px 5% 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-gift {
    width: 100%;
    padding: 45px 35px;
  }
}
.product-more .product-more-gift .ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.5em;
  position: relative;
}

.product-more .product-more-gift .ttl::before,
.product-more .product-more-gift .ttl::after {
  content: "";
  width: 2px;
  height: 85%;
  background-color: #595757;
  position: absolute;
  bottom: 0;
}

.product-more .product-more-gift .ttl::before {
  left: 0;
  transform: rotate(-25deg);
}

.product-more .product-more-gift .ttl::after {
  right: 0;
  transform: rotate(25deg);
}

.product-more .product-more-gift .txt {
  margin-top: 1em;
  font-size: 1.29rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-more .product-more-gift .txt {
    margin-top: 1.5em;
    font-size: 3.47vw;
  }
}
.product-more .product-more-gift .txt span {
  font-weight: normal;
}

.product-more .product-more-gift .img {
  margin-top: 15px;
}

/* product-summary */
.product-summary {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .product-summary {
    margin-top: 0;
  }
  .product-summary .product-inner {
    padding: 0;
  }
}
.product-summary .product-summary-box {
  padding: 10px 60px 60px;
  background: url("../../common/img/powergunpocket/bg_summary.jpg") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .product-summary .product-summary-box {
    padding: 10px 35px 60px;
    background-image: url("../../common/img/powergunpocket/bg_summary_sp.jpg");
  }
}
.product-summary .product-summary-list_img {
  display: flex;
  flex-wrap: wrap;
}

.product-summary .product-summary-list_img li {
  width: 33.3333333333%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-summary .product-summary-list_img li {
    width: 50%;
  }
}
.product-summary .product-summary-list_img li .txt {
  font-size: 1.29rem;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 1em;
  left: 1em;
}

@media only screen and (max-width: 767px) {
  .product-summary .product-summary-list_img li .txt {
    font-size: 3.47vw;
    font-weight: bold;
    left: 0;
  }
}
.product-summary .product-summary-list_txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.product-summary .product-summary-list_txt li {
  width: 48%;
  margin-top: 4%;
  padding: 2em 2.5em;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .product-summary .product-summary-list_txt li {
    width: 100%;
    margin-top: 8%;
    padding: 1em 2.2em;
  }
}
.product-summary .product-summary-list_txt .ttl {
  font-size: 1.36rem;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-summary .product-summary-list_txt .ttl {
    font-size: 4.54vw;
  }
}
.product-summary .product-summary-list_txt .ttl::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: -1em;
}

.product-summary .product-summary-list_txt .txt {
  margin-top: 0.5em;
  line-height: 1.8;
}

.product-summary .notece {
  font-size: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .product-summary .notece {
    font-size: 2.93vw;
    text-indent: -1.75em;
    margin-left: 1.75em;
  }
}
/* product-price */
@media screen and (min-width: 768px) {
  .product-price {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .product-price {
    padding-top: 17.3333333333vw;
  }
}

.product-price .product-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-price .product-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1040px) {
  .product-price .product-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-inner {
    max-width: 86.6666666667vw;
    padding: 0;
  }
}

.product-price .ttl_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-price .ttl_main {
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .ttl_main {
    row-gap: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
.product-price .ttl_main img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-price .ttl_main img {
    width: 231.25px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .ttl_main img {
    width: 28.4vw;
  }
}
@media screen and (min-width: 768px) {
  .product-price .ttl_main span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price .ttl_main span {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.product-price .product-box-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .product-price .product-box-list {
    align-items: center;
    width: 708px;
    height: 100px;
    column-gap: 69px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-box-list {
    width: 78.6666666667vw;
    height: 24vw;
    flex-direction: column;
    margin-bottom: 2.6666666667vw;
    padding-left: 21.7333333333vw;
  }
}
.product-price .product-box-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-price .product-box-list li {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-box-list li {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.5346153846;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.product-price .product-box-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  .product-price .product-box-list li::before {
    width: 19px;
    height: 19px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-box-list li::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -2.9333333333vw;
  }
}

.product-price-top {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-price-top {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .product-price-top {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .product-price-top .txt {
    font-size: 0.875rem;
    line-height: 2.14;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price-top .txt {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price-top .txt {
    margin-bottom: 1.3333333333vw;
  }
}
.product-price-top a {
  color: #ed6c00;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .product-price-top a {
    font-size: 0.875rem;
    line-height: 2.14;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-price-top a {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.product-price .product-price-box {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-price .product-price-box {
    display: block;
  }
}
.product-price .product-price-box .img_area {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .product-price .product-price-box .img_area {
    width: 100%;
  }
}
#main .product-price .product-price-box .img_area .img {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #main .product-price .product-price-box .img_area img {
    padding-right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .img_area_logo {
    width: 50%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .img_area_logo {
    width: 47.2vw;
    margin: 6.6666666667vw auto 0;
  }
}
.img_area_logo img {
  width: 100% !important;
  padding: 0 !important;
}

.product-price .product-price-box .txt_area {
  width: 50%;
  position: relative;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .product-price .product-price-box .txt_area {
    width: 100%;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .product-price .product-price-box .val {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .val {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .val {
    margin-bottom: 2.6666666667vw;
  }
}

.product-price .product-price-box .price {
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .product-price .product-price-box .price {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .price {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .price {
    text-align: center;
    margin-bottom: 6vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .product-price .product-price-box .price strong {
    font-size: 2rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .price strong {
    /* font-size: calc((40 / 750) * 100vw); */
    font-size: calc((64 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .price strong {
    padding-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .product-price .product-price-box .detail {
    text-align: center;
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .detail {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price .product-price-box .detail {
    text-align: center;
    margin-top: 1.6vw;
  }
}

.product-price .product-price-list_img {
  position: relative;
}

.product-price .product-price-list_img li {
  display: none;
}

.product-price .product-price-list_img li.active {
  display: block;
}

.product-price .product-price-list_color {
  display: flex;
  flex-wrap: wrap;
}

.product-price .product-price-list_color li {
  width: 28% !important;
  padding: 20px 6% 20px 18px;
  margin-bottom: 4%;
  border: 1px solid #d4d1d1;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.product-price .product-price-list_color li:not(:nth-child(3n+1)) {
  margin-left: 7.5%;
}

.product-price .product-price-list_color li.active::after,
.product-price .product-price-list_color .slick-current::after {
  box-sizing: content-box;
  border-radius: 5px;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ababab;
  position: absolute;
  top: 0;
  left: 0;
}

.product-price .product-price-list_color .slick-track {
  transform: unset !important;
}

.product-price .product-price-list_img li.outofstock {
  display: block;
}

.product-price .product-price-list_color li.outofstock::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: auto;
}

.product-price .btn-cart a {
  width: 100%;
  color: #fff;
  line-height: 1;
  background-color: #ed6c00;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .product-price .btn-cart a {
    max-width: 470px;
    height: 70px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-price .btn-cart a {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price .btn-cart a {
    width: 100%;
    height: 16vw;
  }
}

.product-price .btn-cart a:hover {
  opacity: 0.7;
}

.product-price .btn-cart svg {
  fill: #fff;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .product-price .btn-cart svg {
    margin-right: 10px;
    width: 23px;
  }
}
@media screen and (max-width: 767px) {
  .product-price .btn-cart svg {
    width: 5.7333333333vw;
    margin-right: 1.6vw;
  }
}

/* product-spec */
.product-spec {
  padding: 0;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-spec {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .product-spec {
    margin-top: 20vw;
  }
}

.product-spec .product-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-spec .product-inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .product-inner {
    max-width: 86.6666666667vw;
  }
}

.product-spec .ttl_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-spec .ttl_main {
    row-gap: 10px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .ttl_main {
    row-gap: 1.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.product-spec .ttl_main img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-spec .ttl_main img {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .ttl_main img {
    width: 26.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product-spec .ttl_main span {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .ttl_main span {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.product-spec .product-box-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product-spec .product-box-list {
    margin-bottom: 20px;
  }
}
.product-spec .product-box-list dt {
  border-bottom: 1px solid #595757;
}
@media screen and (min-width: 768px) {
  .product-spec .product-box-list dt {
    font-size: 0.875rem;
    line-height: 1.71;
    font-weight: 500;
    padding: 20px 0;
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .product-box-list dt {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .product-box-list dt {
    width: 45%;
    padding: 1.3333333333vw 0;
  }
}
.product-spec .product-box-list dt.last {
  border-bottom: none;
}

.product-spec .product-box-list dd {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .product-spec .product-box-list dd {
    font-size: 0.875rem;
    line-height: 1.71;
    font-weight: 500;
    padding: 20px;
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .product-box-list dd {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .product-box-list dd {
    width: 55%;
    padding: 2.6666666667vw;
  }
}
.product-spec .product-box-list dd.last {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .product-spec .caution {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .caution {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.product-spec .caution a {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-spec .caution a {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .product-spec .caution a {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

/* animation */
.js-fade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s;
}

.js-fade.show {
  transform: translateY(0);
  opacity: 1;
}

/*--2023/02/22 LINE--*/
.line_id_txt {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 4px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .line_id_txt {
    font-size: 4vw;
    margin: 0 auto 8px;
  }
}
#wrapper .point10Label.it-header {
  margin-top: 15px;
  background: #ff8705;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #wrapper .point10Label.it-header {
    margin-top: 0;
  }
}
#wrapper .point10Label.it-header a:link, #wrapper .point10Label.it-header a:visited, #wrapper .point10Label.it-header a:hover {
  color: #fff !important;
  text-decoration: none;
  display: block;
  padding: 9px 0 !important;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 300 !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #wrapper .point10Label.it-header a:link, #wrapper .point10Label.it-header a:visited, #wrapper .point10Label.it-header a:hover {
    padding: 2vw 0 !important;
    font-size: 15px;
  }
}
.product-price .product-price-box .txt_area .line_cart_link {
  text-align: center;
  margin: 30px auto 4px;
  text-decoration: none;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .product-price .product-price-box .txt_area .line_cart_link {
    font-size: 4vw;
    margin: 30px auto 8px;
  }
}
.product-price .product-price-box .txt_area .line_cart_link a {
  text-decoration: none !important;
}

.product-price .product-price-box .txt_area .txt_area__attention {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .product-price .product-price-box .txt_area .txt_area__attention {
      margin-top: 2vw;
      font-size: calc((24 / 750) * 100vw);
  }
}

/*在庫表記*/
.product-detail__attention {
  padding: 20px 30px;
  margin-top: 20px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .product-detail__attention {
    width: inherit;
    margin: 15px 35px 20px;
  }
}
.product-price-attention .product-detail__attention {
  padding: 20px 30px;
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .product-price-attention .product-detail__attention {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 12.8vw;
  }
}

.kv__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kv__img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kv__img {
    margin-bottom: 8vw;
  }
}
.kv__img img {
  max-width: none;
  width: 100%;
}

.kv h1 {
	position: relative;
}
@media screen and (min-width: 768px) {
  .kv .kv__badge {
    position: absolute;
    right: 1vw;
    top: 1vw;
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 767px) {
    .kv .kv__badge {
        margin-top: -8vw;
        margin-bottom: 8vw;
    }
}
.kv .kv__badge img {
    max-width: none;
    width: 100%;
}


.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 470px;
    height: 70px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: calc((36 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 86.6666666667vw;
    height: 16vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn::before, .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn::before {
  background-image: url(../img/ic-cart.png);
}
@media screen and (min-width: 768px) {
  .c-btn::before {
    width: 23px;
    height: 23px;
    left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 5.7333333333vw;
    height: 6vw;
    left: 21.3333333333vw;
  }
}
.c-btn::after {
  background-image: url(../img/ic-arrow.png);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 17px;
    height: 9px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 3.6vw;
    height: 1.8666666667vw;
    right: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 16vw;
  }
}

.lead__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead__inner {
    width: max-content;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .lead__inner {
    max-width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lead__inner h2 {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lead__inner h2 {
    font-size: calc((48 / 750) * 100vw);
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .lead__inner h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lead__inner p {
    font-size: 1.125rem;
    line-height: 2.33333;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .lead__inner p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}

.c-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 60px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 8vw;
    row-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl img {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl img {
    height: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl span {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl span {
    font-size: calc((42 / 750) * 100vw);
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .scene {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .scene {
    margin-bottom: 16vw;
  }
}

.scene__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .scene__wrap {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .scene__wrap {
    row-gap: 8vw;
  }
}

.scene__item {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .scene__item {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .scene__item {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .scene__item:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .scene__item:nth-of-type(2n+1) .scene__item__ttl {
    transform: translateX(100%);
    right: -8px;
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item:nth-of-type(2n+1) .scene__item__ttl {
    right: 0;
    width: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .scene__item:nth-of-type(2n+1)::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item:nth-of-type(2n+1)::after {
    right: -6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .scene__item:nth-of-type(2n) .scene__item__ttl {
    transform: translateX(-100%);
    left: -8px;
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item:nth-of-type(2n) .scene__item__ttl {
    left: 0;
    width: 6.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__item:nth-of-type(2n) .scene__item__img {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .scene__item:nth-of-type(2n)::after {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item:nth-of-type(2n)::after {
    left: -6.6666666667vw;
  }
}
.scene__item::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .scene__item::after {
    bottom: -30px;
    width: 500px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item::after {
    width: 76vw;
    height: 20vw;
    top: 56vw;
  }
}
.scene__item:first-of-type::after {
  background-color: #6899ae;
}
.scene__item:nth-of-type(2)::after {
  background-color: #e7e9e9;
}
.scene__item:nth-of-type(3)::after {
  background-color: #a75154;
}
.scene__item:nth-of-type(4)::after {
  background-color: #b0946f;
}
.scene__item:last-of-type::after {
  background-color: #a75154;
}

.scene__item__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .scene__item__img {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .scene__item__img {
    width: 77.3333333333vw;
  }
}

.scene__item__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .scene__item__text {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .scene__item__text p {
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .scene__item__text p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.scene__item__ttl {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .easy {
    margin-bottom: 118px;
  }
}
@media screen and (max-width: 767px) {
  .easy {
    margin-bottom: 13.3333333333vw;
  }
}

.easy__bg {
  background-color: #f9fafa;
}
@media screen and (min-width: 768px) {
  .easy__bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .easy__bg {
    padding: 16vw 0;
  }
}

.easy__content {
  display: flex;
  align-items:flex-start;
justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .easy__content {
    /*column-gap: 30px;*/
	column-gap: 130px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .easy__content {
    flex-direction: column;
    row-gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.easy__textcontent{
	width:55%;
}
@media screen and (max-width: 767px) {
	.easy__textcontent{
	width:100%;
}
}
.easy__text {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .easy__text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .easy__text h3 {
    font-size: calc((34 / 750) * 100vw);
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .easy__text h3 {
    margin-bottom: 4vw;
  }
}
.easy__text h3 span {
  border-bottom: 1px solid #ed6c00;
}
@media screen and (min-width: 768px) {
  .easy__text p {
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .easy__text p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .easy__img {
    width: 55%;
    max-width: 675px;
	
  }
}
@media screen and (max-width: 767px) {
  .easy__img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
	.easy__img__ttl{
		font-size: 1.375rem;
		margin-bottom: 16px;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.easy__img__ttl{
		font-size: 4.53333vw;
		margin-bottom: 5.33333vw;
		line-height: 1;
	}
}

@media screen and (min-width: 768px) {
	.img_movie{
	display: flex;
	justify-content: flex-start;
	max-width: 572px;
}
}
@media screen and (max-width: 767px) {
	.img_movie{
	display: flex;
	justify-content: flex-start;
	max-width:87.06666vw;
}}
@media screen and (min-width: 768px) {
  .easy__img__inner{
	 max-width: 572px;
	}
}
@media screen and (max-width: 767px) {
  .easy__img__inner{
	  max-width: 72vw;
	  /*width:87.06666vw;*/
  }
}
.img_movie .easy__img__inner img{
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	.img__bar{
	max-width: 82px;
	width: 100%;
	background: url("/wellness/sixpad/products/powergunslim/img/movie_bar_pc.gif") no-repeat 100% 100%;
	background-size: contain;
}
}
@media screen and (max-width: 768px) {
	.img__bar{
	max-width: 14.93333vw;
	width: 100%;
	background: url("/wellness/sixpad/products/powergunslim/img/movie_bar_sp.gif") no-repeat 100% 100%;
	background-size: contain;
}
}
	.img__text{
	background: #595757;
	color: #fff;
	text-align: center;
	padding:0.7em 0;
	max-width: 572px;
	font-size:1.25rem;
	line-height: 1;
	}

/*@media screen and (min-width: 768px) {.img__bar > img{
	object-fit: cover;
	}}*/
@media screen and (max-width: 767px) {
	.img__text{
	max-width: 72.13333vw;
	font-size: 3.2vw;
	padding:0.9em 0;
	}
}
@media screen and (min-width: 768px) {
  .eaxy__btn {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .eaxy__btn {
    margin-bottom: 16vw;
  }
}

.easy__bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .easy__bottom {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom {
    flex-direction: column;
    row-gap: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .easy__bottom__item {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    width: 31%;
  }
}

@media screen and (min-width: 768px) {
  .easy__bottom__text h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text h4 {
    font-size: calc((34 / 750) * 100vw);
    line-height: 2.2941176471;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text h4 {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .easy__bottom__text .text {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text .text {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .easy__bottom__text .text.w-small {
    width: 93%;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text .text.w-small {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .easy__bottom__text .caution {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-top: 5px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text .caution {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__text .caution {
    margin-top: 2.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .easy__bottom__item__img {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .easy__bottom__item__img {
    margin-top: 4vw;
  }
}
.easy__bottom__item__img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .easy__bottom__item__img img {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mode {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mode {
    margin-bottom: 13.3333333333vw;
  }
}

.mode__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .mode__wrap {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .mode__wrap {
    flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .mode__text h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .mode__text h2 {
    font-size: calc((34 / 750) * 100vw);
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .mode__text h2 {
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .mode__text p {
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .mode__text p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .mode__img {
    width: 580px;
  }
}

.mode__chart {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .mode__chart {
    max-width: 1000px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mode__chart {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .attachment {
    margin-bottom: 124px;
  }
}
@media screen and (max-width: 767px) {
  .attachment {
    margin-bottom: 13.3333333333vw;
  }
}

.attachment__bg {
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .attachment__bg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .attachment__bg {
    padding: 10.6666666667vw 0;
  }
}

.attachment__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .attachment__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .attachment__wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .attachment__item {
    max-width: 270px;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .attachment__item > p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item > p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item > p {
    margin-top: 3.3333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .attachment__item:first-of-type .attachment__item__ttl img {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item:first-of-type .attachment__item__ttl img {
    width: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .attachment__item:nth-of-type(2) .attachment__item__ttl img {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item:nth-of-type(2) .attachment__item__ttl img {
    width: 19.2vw;
  }
}
@media screen and (min-width: 768px) {
  .attachment__item:nth-of-type(3) .attachment__item__ttl img {
    width: 68px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item:nth-of-type(3) .attachment__item__ttl img {
    width: 18.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .attachment__item:last-of-type .attachment__item__ttl img {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item:last-of-type .attachment__item__ttl img {
    width: 9.6vw;
  }
}

.attachment__item__ttl {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .attachment__item__ttl {
    align-items: flex-end;
    column-gap: 10px;
    margin-bottom: 12px;
    min-height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item__ttl {
    flex: 1;
    flex-direction: column;
    align-items: center;
    row-gap: 1.0666666667vw;
  }
}
.attachment__item__ttl p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .attachment__item__ttl p {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item__ttl p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.0666666667;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.attachment__item__ttl p span {
  display: block;
}
@media screen and (min-width: 768px) {
  .attachment__item__ttl p span {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .attachment__item__ttl p span {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.8181818182;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.attachment__img {
  display: flex;
}
@media screen and (max-width: 767px) {
  .attachment__img {
    width: 58.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .color {
    margin-bottom: 17.3333333333vw;
  }
}

.color__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .color__wrap {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .color__wrap {
    position: relative;
    flex-direction: column;
    row-gap: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .color__text {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .color__text h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.9375;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .color__text h2 {
    font-size: calc((42 / 750) * 100vw);
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .color__text h2 {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .color__text p {
    font-size: 1rem;
    line-height: 2.25;
    margin-bottom: 60px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .color__text p {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .color__thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.9333333333vw;
    transform: translateY(100%);
  }
}
.color__thumbnail .slick-track {
  transform: none !important;
}
@media screen and (min-width: 768px) {
  .color__thumbnail .slick-slide {
    max-width: 83px;
    width: 15% !important;
    margin-right: 5%;
  }
}

.color__thumbnail__img {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .color__thumbnail__img {
    row-gap: 10px;
    max-width: 83px;
  }
}
@media screen and (max-width: 767px) {
  .color__thumbnail__img {
    width: 9.4666666667vw !important;
  }
}
.color__thumbnail__img img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .color__thumbnail__img img {
    max-width: 83px;
  }
}
.color__thumbnail__img img.ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .color__thumbnail__img img.ttl {
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .color__thumbnail__img img.ttl {
    height: 2.8vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .color__thumbnail__img.beige img.ttl {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .color__thumbnail__img.beige img.ttl {
    height: 3.4vw;
  }
}

.color__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .color__slider {
    width: 50%;
  }
}
.color__slider img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .color__slider img {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .color__slider img {
    width: 86.6666666667vw;
  }
}

.slick-arrow.slick-prev {
  display: none !important;
}
.slick-arrow.slick-next {
  position: absolute;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 28px;
    top: 46%;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    top: 42%;
    right: 1.8666666667vw;
  }
}
.slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-next.png);
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next::before {
    width: 29px;
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next::before {
    width: 9.0666666667vw;
    height: 14.6666666667vw;
  }
}

.product-attention {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .product-attention {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .product-attention {
    max-width: 86.6666666667vw;
  }
}

.product-attention__content {
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .product-attention__content {
    padding: 60px 100px 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content {
    padding: 8.5333333333vw 4.8vw 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.product-attention__content .ttl {
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-attention__content .ttl {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .ttl {
    font-size: calc((40 / 750) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.product-attention__content .ttl::before {
  position: absolute;
  content: "―";
  font-size: inherit;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  transition: all 0.3s;
}
.product-attention__content .ttl.is-active::before {
  content: "＋";
}
@media screen and (min-width: 768px) {
  .product-attention__content .leadtext {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .leadtext {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.2857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .leadtext {
    text-align: left;
    margin-top: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.product-attention__content .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-attention__content .txt {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .txt {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.2857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .txt {
    margin-bottom: 1.3333333333vw;
  }
}
.product-attention__content .txt span {
  font-weight: 700;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .product-attention__content .txt.mb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .txt.mb {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content .txt.mb {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .product-attention__content ul.mb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content ul.mb {
    margin-bottom: 2.6666666667vw;
  }
}
.product-attention__content li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .product-attention__content li {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .product-attention__content li {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}


.p-series__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-series__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.p-series__ttl > span {
  display: block;
}
.p-series__ttl .en {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 767px) {
  .p-series__ttl .en {
    font-size: 58px;
    line-height: 1.2931034483;
    letter-spacing: 0.04em;
    font-weight: 300;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl .en {
    font-size: calc(70 / 750 * 100vw);
    line-height: 1.6285714286;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
}
.p-series__ttl .ja {
  color: #c96715;
}
@media screen and (min-width: 767px) {
  .p-series__ttl .ja {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .p-series__ttl .ja {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation-iteration-count: infinite;
}
.p-series .scroll-hint-icon:after {
  margin-left: 0;
  transform: translateX(-50%);
  transition-delay: 0s;
}
@media screen and (max-width: 766px) {
  .p-series .scroll-hint-icon {
    top: 20vw;
  }
}
.product-price .product-price-btm {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-series {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-series {
    margin-top: 16vw;
  }
  .product-price .product-price-btm {
    width: 100vw;
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw);
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.product-price-list_type {
  border-top: 2px solid #e2e2dd;
  border-bottom: 2px solid #e2e2dd;
}
@media screen and (min-width: 768px) {
  .product-price-list_type {
    width: 100%;
  }
}
.product-price-list_type thead th {
  vertical-align: top;
  border-top: 2px solid #e2e2dd;
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead th {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead th {
    padding: 0 0 8vw;
  }
}
.product-price-list_type thead th:first-of-type {
  background-color: rgba(201, 103, 21, 0.1);
}
.product-price-list_type td,
.product-price-list_type th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody tr.sp-left td {
    text-align: left;
  }
}
.product-price-list_type tbody th {
  background-color: #e9e9e9;
  color: #747373;
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody th {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody th {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody th {
    min-width: 40vw;
    padding: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody td {
    font-size: 15px;
    line-height: 1.375;
    padding: 30px 0;
    width: 25%;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td {
    font-size: calc((24 / 750) * 100vw);
    line-height: 1.3846153846;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td {
    min-width: 45.333333vw;
    padding: 6.4vw;
    white-space: nowrap;
  }
}
.product-price-list_type tbody td span {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-price-list_type tbody td span {
    font-size: 12px;
    line-height: 1.33333333;
    letter-spacing: -0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type tbody td span {
    font-size: calc((18 / 750) * 100vw);
    line-height: 1.33333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.product-price-list_type tbody td:first-of-type {
  background-color: rgba(201, 103, 21, 0.1);
}
.product-price-list_type tbody td:nth-of-type(2),
.product-price-list_type tbody td:nth-of-type(3) {
  border-right: 1px dashed #e9e9e9;
}

/* 20231227追加 */
.product-price-osusume {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 0 10px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .product-price-osusume {
    font-size: 15px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .product-price-osusume {
    font-size: calc((22 / 750) * 100vw);
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead tr.osusume td {
    padding: 24px 10px 28px;
  }
  .product-price-list_type thead .osusume-item {
    position: relative;
    background-color: #e9e9e9;
    border-radius: 8px;
    padding: 16px 0;
  }
  .product-price-list_type thead .osusume-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.product-price-list_type thead .osusume-item::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e9e9e9 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead tr.osusume td {
    padding: 4.6666667vw 2.733333vw 6vw;
  }
  .product-price-list_type thead .osusume-item {
    position: relative;
    background-color: #e9e9e9;
    border-radius: 1.06666667vw;
    padding: 2.4vw 0;
  }
  .product-price-list_type thead .osusume-item p {
    font-size: calc((19.75   / 750) * 100vw);
    font-weight: 500;
    line-height: 1.5;
  }
}
.product-price-list_type {
  position: relative;
}
.product-price-list_type::before,
.product-price-list_type::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 93.27%;
  background-color: #e5b48c;
  z-index: 0;
  bottom: 0;
}
.product-price-list_type::before {
  left: 0;
}
.product-price-list_type::after {
  left: 24%;
}
@media screen and (max-width: 767px) {
  .product-price-list_type::before,
  .product-price-list_type::after {
    height: 93.6%;
  }
  .product-price-list_type::after {
    left: 23.6%;
  }
}
.product-price-list_type tbody tr:last-of-type td:first-of-type {
  border-bottom: 10px solid #e5b48c;
}
.product-price-list_type thead th .link {
  color: #c96715;
  display: inline-block;
}
.product-price-list_type thead th:first-of-type .logo__wrap {
  background-color: #e5b48c;
}
.product-price-list_type thead th .product img {
  height: auto;
}
.product-price-list_type thead th .ttl {
  position: relative;
  z-index: 3;
}
.product-price-list_type thead th .ttl sup {
  font-size: 75% !important;
}
@media screen and (min-width: 768px) {
  .product-price-list_type thead th .logo__wrap {
    padding: 25px 0 9px;
  }
  .product-price-list_type thead th .logo {
    height: 50px;
    width: auto;
  }
  .product-price-list_type thead th .ttl__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
  }
  .product-price-list_type thead th .product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
  }
  .product-price-list_type thead th.slim .product img {
    width: 161px;
  }
  .product-price-list_type thead th.active .product img {
    width: 158px;
  }
  .product-price-list_type thead th.pocket .product img {
    width: 139px;
  }
  .product-price-list_type thead th.plus .product img {
    width: 125px;
  }
  .product-price-list_type thead th .ttl {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
  }
  .product-price-list_type thead th .ttl span {
    display: block;
    font-size: 12px;
  }
  .product-price-list_type thead th .price {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
  }
.product-price-list_type thead th .price span {
    display: block;
    font-size: 12px;
  }

  .product-price-list_type thead th .link {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #c96715;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .product-price-list_type thead th .logo__wrap {
    padding: 4.9vw 0 1.2vw;
  }
  .product-price-list_type thead th .logo {
    height: 9.3333333vw;
    width: auto;
  }
  .product-price-list_type thead th .ttl__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14.4vw;
  }
  .product-price-list_type thead th .product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38vw;
  }
  .product-price-list_type thead th.slim .product img {
    width: 30.266667vw;
  }
  .product-price-list_type thead th.active .product img {
    width: 31.2vw;
  }
  .product-price-list_type thead th.pocket .product img {
    width: 26vw;
  }
  .product-price-list_type thead th.plus .product img {
    width: 21.2666667vw;
  }
  .product-price-list_type thead th .ttl {
    font-size: calc((24   / 750) * 100vw);
    line-height: 1.5;
    font-weight: 700;
  }
  .product-price-list_type thead th .ttl span {
    display: block;
    font-size: calc((20   / 750) * 100vw);
  }
  .product-price-list_type thead th .price {
    margin-top: 7.2vw;
    font-size: calc((30 / 750) * 100vw);
    font-weight: 700;
  }
	.product-price-list_type thead th .price span {
		font-size:calc((18 / 750) * 100vw);
	}

  .product-price-list_type thead th .link {
    font-size: calc((20 / 750) * 100vw);
    font-weight: 700;
    margin-top: 2.4vw;
    color: #c96715;
    display: inline-block;
  }
}
/* ここまで */

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}


.powergun_link ,
.powergunpocket_link,
.live_shopping_link{
	padding: 0 10px;
	width: 100%;
	margin: 20px auto 0;
}
@media all and (min-width: 767px) {
	.powergun_link ,
	.powergunpocket_link,
	.live_shopping_link{
		padding: 0;
		max-width: 960px;
	}

}

.product-link {
	margin-top: 120px;
}


/*.product-price .product-price-box .price .price-standard,
.product-price .product-price-box .price .price-standard strong {
    font-size: 1.1rem;
    font-weight: normal;
	color: #333333;
}*/
.product-price .product-price-box .price .price-standard{
	font-size: 1.1rem;
}
@media screen and (max-width: 766px) {
	.product-price .product-price-box .price .price-standard{
		display:  inline-block;
		margin-bottom: 0.5em;
	}
}

.product-price .product-price-box .price .price-standard strong {
	font-size: 1.5rem;
}
.product-price .product-price-box .price .price-standard strong .yen{
	font-size: 1.2rem;
}
@media all and (min-width: 767px) {
	
}
.product-price .product-price-box .box-price-down{
	line-height: 1.4;
}
.product-price .product-price-box .box-price-down .price .price-standard .sale_before{
	position: relative;
}
.product-price .product-price-box .box-price-down .price .price-standard .sale_before::before{
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
display:block;
height:1px;
margin:auto 0;
/*background-color:#333;*/
background-color:#ed6c00;
transform:rotate(-15deg);
}
.product-price .product-price-box .box-price-down .price .cp_ttl{
	background:#fef5ed;
	/*background:#f0e5db;*/
	padding:3px 5px;
	
}
.product-price .product-price-box .box-price-down .price strong{
	
}
.product-price .product-price-box .box-price-down .price .yen{
	font-size: 1.4rem;
}
.product-price .product-price-box .box-price-down .period{
	font-size: 14px;
	margin-top:10px;
}
@media screen and (max-width: 766px) {
	.product-price .product-price-box .box-price-down .period{
		font-size: calc((28 / 750) * 100vw);
	}
}

/* 20240125追加 */
.product-price .product-price-box .txt_area .ttl {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 766px) {
  .img_area_logo {
    margin: 0 auto;
  }
  .product-price .product-price-box .img_area .ttl {
    font-weight: 700;
    font-size: 5.06vw;
    line-height: 1;
    text-align: center;
    margin: 8vw 0 4vw;
  }
}
.kv__btn__text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .kv__btn__text {
    font-size: 1rem;
    line-height: 1.1818181818;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.1923076923;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .kv__btn__text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text {
    margin-bottom: 2vw;
  }
}
.kv__btn__text span {
  position: relative;
}
.kv__btn__text span::before, .kv__btn__text span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-slash.png);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 15px;
    height: 12px;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::before, .kv__btn__text span::after {
    width: 3.8666666667vw;
    height: 3.0666666667vw;
  }
}
.kv__btn__text span::before {
  transform: translateX(-100%);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::before {
    left: -15px;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::before {
    left: -2.6666666667vw;
  }
}
.kv__btn__text span::after {
  transform: translateX(100%) scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .kv__btn__text span::after {
    right: -15px;
  }
}
@media screen and (max-width: 766px) {
  .kv__btn__text span::after {
    right: -2.6666666667vw;
  }
}

.campaign_link{
	padding: 0 10px;
	width: 100%;
	max-width: 940px;
	margin:20px auto 80px;
	
}
@media all and (max-width: 767px) {
	.campaign_link{
		padding: 0;
		max-width: 90vw;
		margin-bottom:12.8vw;
	}
}

.shopper-box{
	max-width: 700px;
	display: flex;
	justify-content:space-around; 
	align-items: center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	padding:18px 50px;
	margin:0 auto 90px;
	gap:0 20px;
}
@media all and (max-width: 767px) {
	.shopper-box{
	padding:4.8vw 3vw;
	margin:0 auto 90px;
	gap:0 4vw;
	}
}
.shopper-box .shopper-img{
	max-width: 140px;
	width:100%;
	border-radius: 50%;
}
@media all and (max-width: 767px) {
.shopper-box .shopper-img{
	max-width:18.66666vw;
	}
}
.shopper-box .shopper-txt{
	text-align: left;
}
.shopper-box .shopper-txt .shopper-comment{
	font-size: 24px;
}


@media all and (max-width: 767px) {
	.shopper-box .shopper-txt .shopper-comment{
		font-size:calc((28 / 750) * 100vw);
	}
}
.shopper-box .shopper-txt .shopper-att,.shopper-box .shopper-txt .shopper-comment sub{
	font-size: 14px;
}
@media all and (max-width: 767px) {
	.shopper-box .shopper-txt .shopper-att,.shopper-box .shopper-txt .shopper-comment sub{
		font-size:calc((18 / 750) * 100vw);
	}
}

.campaign_attention{
	color: #f00;
	margin-top:1em;
	text-align: center;
}
.cart_attention{
	color: #f00;
	max-width:calc(47*var(--remV));
	background-color: #ffe0e0;
	margin:calc(2 * var(--rem)) auto 0;
	border-radius: 10px;
  border: 1px solid #333;
  padding: calc(2 * var(--rem)) calc(2.5 * var(--rem));
	line-height: 1.5;
}
@media all and (max-width: 767px) {
	.cart_attention{
	font-size: calc((24 / 750) * 100vw);
	}
}
