@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
}
html { scroll-behavior: smooth;}
body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=search] {
  outline-offset: -2px;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 600;
}

img, picture {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

picture {
  display: block;
}

a {
  display: inline-block;
}

.lp-nav {
  width: 11.4583333333vw;
  padding: 1.0416666667vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: -1;
}
.lp-nav.show {
  opacity: 1;
  z-index: 2000;
}
.lp-nav__lists {
  padding-block: 0.5208333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5208333333vw;
}
.lp-nav__lists li {
  width: 9.375vw;
}
.lp-nav .lp-nav__link {
  position: relative;
}
.lp-nav .lp-nav__btn {
  z-index: 1;
}
.lp-nav .lp-nav__btn--active {
  position: absolute;
  top: 0;
  left: 0;
}
.lp-nav .item1-areaBtn,
.lp-nav .item2-areaBtn,
.lp-nav .item3-areaBtn,
.lp-nav .item4-areaBtn,
.lp-nav .item5-areaBtn,
.lp-nav .item6-areaBtn,
.lp-nav .item7-areaBtn {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.lp-nav .item1-areaBtn.show,
.lp-nav .item2-areaBtn.show,
.lp-nav .item3-areaBtn.show,
.lp-nav .item4-areaBtn.show,
.lp-nav .item5-areaBtn.show,
.lp-nav .item6-areaBtn.show,
.lp-nav .item7-areaBtn.show {
  opacity: 1;
  z-index: 50;
}
.lp-nav .item1-areaBtn.onClick,
.lp-nav .item2-areaBtn.onClick,
.lp-nav .item3-areaBtn.onClick,
.lp-nav .item4-areaBtn.onClick,
.lp-nav .item5-areaBtn.onClick,
.lp-nav .item6-areaBtn.onClick,
.lp-nav .item7-areaBtn.onClick {
  opacity: 1;
  z-index: 100;
}

@media screen and (max-width: 950px) {
  .lp-nav__title {
    display: none;
  }
  .lp-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    width: 100%;
    padding-block: 1.0666666667vw;
    left: 0;
    right: auto;
  }
  .lp-nav__lists {
    width: 82.6666666667vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 1.0666666667vw;
    gap: 1.0666666667vw;
  }
  .lp-nav__lists li {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
  }
  .lp-nav__top {
    width: 6.6666666667vw;
  }
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp-wrapper {
  width: 100%;
  position: relative;
}
.lp-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../lp_img/bg_main_pc.jpg) center top no-repeat;
  background-size: cover;
  z-index: -1;
}

.soldout {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  position: absolute;
}
.soldout img {
  margin: 0 auto;
  margin-top: 46.875vw;
  max-width: 53.6458333333vw;
}
.soldout p {
  margin-top: 1.0416666667vw;
  line-height: 5.2083333333vw;
  text-align: center;
  color: #fff;
  font-size: 3.6458333333vw;
  font-weight: 700;
}

.l-center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-fv {
  width: 100%;
}

.lp-item__heading {
  width: 100%;
  text-align:center;
  background:rgba(0,0,0,0.4);
  border-top:10px solid #fff;
  border-bottom:10px solid #fff;
}

.lp-item {
  width: 100%;
  position: relative;
}

.lp-product__heading {
  margin-top: 4.1666666667vw;
  width: 72.9166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.0416666667vw;
}
.lp-product__heading .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.2604166667vw;
  padding-inline: 0.5208333333vw;
  font-weight: 800;
  font-size: 3.5416666667vw;
}
.lp-product__heading .text.-red {
  color: #FF0000;
  background-color: #FFF100;
}
.lp-product__heading .text.-bg-black {
  color: #FFF100;
  background-color: #000;
}
.lp-product__heading .text.-item1-1 {
  font-size: 2.8645833333vw;
}
.lp-product__heading .text.-item1-2 {
  font-size: 3.90625vw;
}
.lp-product__heading .text.-item4-1 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item4-2 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item5-1 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item5-2 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item5-3 {
  font-size: 5.7291666667vw;
}
.lp-product__heading .text.-item6-1 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item6-2 {
  font-size: 2.7604166667vw;
}
.lp-product__heading .text.-item7-1 {
  font-size: 3.90625vw;
}
.lp-product__heading .text.-item8-1 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item8-2 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item9-1 {
  font-size: 3.6458333333vw;
}
.lp-product__heading .text.-item9-2 {
  font-size: 3.6458333333vw;
}

.lp-delicia .limited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0416666667vw;
     -moz-column-gap: 1.0416666667vw;
          column-gap: 1.0416666667vw;
}
.lp-delicia .limited .text {
  color: #FFF100;
  background-color: #FF0000;
}
.lp-delicia .text.-bg-black {
  font-size: 4.7395833333vw;
}
.lp-delicia .text2.-bg-black {
  font-size: 2.6041666667vw;
  color: #FFF100;
  background-color: #000;
}

.lp-product {
  width: 1200px;
  max-width:100%;
  margin:60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.lp-product__slide {
  width: 513px;
}
.lp-product__detail {
  padding: 2.0833333333vw;
  width: calc(100% - 513px);
  background-color: rgba(255, 255, 255, 0.5);
  display:flex;
  align-items:center;
}
.lp-product__detail .spec{
	display:flex;
	padding-top:15px;
}
.lp-product__detail .spec .blue{
	font-size:18px;
	letter-spacing:0.08em;
	color:#24acba;
	border:3px solid #24acba;
	border-radius:8px;
	padding:4px 20px 2px;
	line-height:1;
	text-align:center;
	margin-right:10px;
	width:auto;
	background:#fff;
}

.lp-product__limited {
  width: 18.2291666667vw;
}
.lp-product__limited1 {
  width: auto;
  margin-bottom:20px;
}
.lp-product__limited1_delicia {
  width: auto;
}
.lp-product__limited1_note {
  margin-top: 0.5208333333vw;
  font-size: 1.1979166667vw;
  color: #FF0000;
}
.lp-product__name {
  font-size: 20px;
  letter-spacing:0.08em;
  line-height:1.9;
}
.lp-product__name_Konro {
  margin-top: 1.5625vw;
  font-size: 2.34375vw;
  line-height: 1.5;
}
.lp-product__spec_wrap {
  border-bottom:1px solid #000;
  margin-bottom:20px;
  padding-bottom:20px;
  margin-top: 1.5625vw;
  display:flex;
  align-items:center;
}
.lp-product__spec_wrap .gentei{
	padding:10px 20px 7px;
	background:#e61206;
	display:flex;
	margin-right:20px;
	align-items:center;
	justify-content:center;
}
.lp-product__spec_wrap .gentei .small{
	font-size:23px;
	font-weight:bold;
	white-space:nowrap;
	color:#fff;
	letter-spacing:0.12em;
}
.lp-product__spec_wrap .gentei .num{
	font-size:48px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.12em;
}
.lp-product__spec {
  font-size: 38px;
  line-height: 1.3;
}
.lp-product__lists {
  margin-top: 1.0416666667vw;
  font-size: 1.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.5208333333vw;
  -webkit-column-gap: 0.5208333333vw;
     -moz-column-gap: 0.5208333333vw;
          column-gap: 0.5208333333vw;
}
.lp-product__lists.-spec {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.2604166667vw;
}
.lp-product__lists li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border-radius: 0.2604166667vw;
  padding-block: 0.2604166667vw;
  padding-inline: 0.5208333333vw;
}
.lp-product__lists li.blue {
  border: 1px solid #00A9E8;
  color: #00A9E8;
  background-color: #fff;
}
.lp-product__lists li.pink {
  background-color: #FF0066;
  color: #fff;
}
.lp-product__note {
  margin-top: 1.0416666667vw;
  line-height: 1.3020833333vw;
  font-size: 0.8333333333vw;
}
.lp-product__note span {
  content: url(../lp_img/product/plasmacluster_logo.png);
  margin-bottom: -0.2604166667vw;
  margin-left: 0.2604166667vw;
  margin-right: 0.2604166667vw;
}
.lp-product .swiper__item {
  position: relative;
}
.lp-product .swiper__item .swiper-button-next,
.lp-product .swiper__item .swiper-button-prev {
  content: "";
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
.lp-product .swiper__item .swiper-button-next::after,
.lp-product .swiper__item .swiper-button-prev::after {
  content: "";
  content: none;
}
.lp-product .swiper__item .swiper-button-next,
.lp-product .swiper__item .swiper-button-prev {
  content: "";
  top: 50%;
  background-image: url(../lp_img/product/button_arrow_.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 200;
}
.lp-product .swiper__item .swiper-button-next {
  right: 0;
}
.lp-product .swiper__item .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}

.lp-set {
  width: 100%;
  margin-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
.lp-set__image {
	text-align:center;
  margin-inline: auto;
  width: 72.9166666667vw;
}

.lp-link {
  /*padding-block: 12.5vw;
  row-gap: 4.1666666667vw;
  background-color: #fff;*/
}
.lp-link__button:hover {
  cursor: pointer;
}
.lp-link__button.-contact {
  width: 72.9166666667vw;
  text-align:center;
  margin-bottom:40px;
  border-radius: 100vh;
}
.lp-link__button_gray.-contact {
  width: 72.9166666667vw;
  border-radius: 100vh;
}

.lp-delicia {
  width: 100%;
  padding-top: 2.0833333333vw;
  background-image: url(../lp_img/detail/bg_delicia.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-delicia__inner {
  margin-inline: auto;
  width: 72.9166666667vw;
}
.lp-delicia__image {
  margin-top: 4.1666666667vw;
}
.lp-delicia .lp-detail__inner {
  background-image: none;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lp-delicia .lp-detail__images {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-delicia .lp-detail__images li {
  width: 19.0104166667vw;
}
.lp-delicia .lp-detail__points {
  max-width: 100%;
}

.lp-detail {
  margin-top: 8.3333333333vw;
  padding-block: 4.1666666667vw;
}
.lp-detail__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-inline: auto;
  row-gap: 4.1666666667vw;
  -webkit-column-gap: 3.125vw;
     -moz-column-gap: 3.125vw;
          column-gap: 3.125vw;
  width: 72.9166666667vw;
  padding-block: 4.1666666667vw;
  padding-inline: 4.1666666667vw;
  border-radius: 0.2604166667vw;
  background-image: url(../lp_img/detail/bg_detail.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-detail__heading {
  position: absolute;
  width: 31.25vw;
  top: -3.90625vw;
  margin-inline: auto;
  left: 0;
  right: 0;
}
.lp-detail__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-inline: auto;
  font-size: 2.9166666667vw;
  line-height: 1.5;
}
.lp-detail__images {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 31.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.0416666667vw;
}
.lp-detail__points {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 29.0104166667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1666666667vw;
}
.lp-detail__points li .heading {
  width: 23.4375vw;
}
.lp-detail__points li .text {
  margin-top: 1.0416666667vw;
  font-size: 1.6666666667vw;
  line-height: 1.5;
}

.lp-button {
  display: block;
  background-color: #fff;
  margin-inline: auto;
  border-radius: 100vh;
  position: relative;
  width: 36.4583333333vw;
  padding: 2.2916666667vw;
  font-size: 2.0833333333vw;
  line-height: 1;
  border: 4px solid #00A9E8;
  color: #00A9E8;
  text-align: center;
}
.lp-button .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 3.4375vw;
  height: 2.0833333333vw;
  right: 1.8229166667vw;
  background-image: url(../lp_img/parts/icon_arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-button.-back {
  margin-inline: auto;
  margin-top: 8.3333333333vw;
  width: 62.5vw;
}
.lp-button.-back .arrow {
  left: 1.8229166667vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lp-caution {
  margin-inline: auto;
  background-color: #fff;
  border-radius: 1.0416666667vw;
  width: 72.9166666667vw;
  padding: 4.1666666667vw;
  color: #004EA2;
}
.lp-caution_wrap{
  padding-top: 100px;
  background-image:url(../lp_img/left_deco.png),url(../lp_img/right_deco.png);
  background-position:left top,right top;
  background-repeat:no-repeat,no-repeat;
  background-size:30%, 30%;
  width:100%;
  margin-bottom:80px;
}
.lp-caution__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.78125vw;
     -moz-column-gap: 0.78125vw;
          column-gap: 0.78125vw;
  padding-bottom: 1.0416666667vw;
  font-size: 2.6041666667vw;
  font-weight: 600;
}
.lp-caution__heading .icon {
  display: inline-block;
  width: 3.125vw;
}
.lp-caution__lists {
  padding-block: 1.8229166667vw;
  border-top: #004EA2 2px solid;
  border-bottom: #004EA2 2px solid;
  line-height: 2;
  font-size: 1.5625vw;
}
.lp-caution__lists a {
  font-weight: 900;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
.lp-caution + .lp-button {
  margin-top: 4.1666666667vw;
}

.lp-support10 {
  margin-inline: auto;
  display: block;
  margin-top: 4.1666666667vw;
  width: 72.9166666667vw;
}

.lp-footer {
  height: 36.4583333333vw;
  margin-top: 8.3333333333vw;
  padding-top: 12.5vw;
  background-color: #010929;
  color: #fff;
}
.lp-footer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.1666666667vw;
     -moz-column-gap: 4.1666666667vw;
          column-gap: 4.1666666667vw;
  font-size: 0.8333333333vw;
}
.lp-footer__copy {
  margin-top: 7.8125vw;
  display: block;
  font-size: 10px;
}
.lp-item_deco{
	padding-top:60px;
	width:1420px;
	max-width:100%;
	padding:60px 30px 100px;
}
.lp-text{
	text-align:center;
	margin-bottom:45px;
}
.item_list{
	background:#ffe160;
	width:100%;
}
.item_list .inner{
	width:1420px;
	max-width:100%;
	padding:120px 30px 120px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.item_list .inner .box{
	width:calc(50% - 30px);
	border-radius:30px;
	border:10px solid #fc891a;
	overflow:hidden;
	margin-bottom:50px;
	background:#fff;
}
.item_list .inner .box .header_flex{
	display:flex;
	width:100%;
	align-items:center;
	background:#fc891a;
	border-bottom:20px solid #fc891a;
}
.item_list .inner .box .header_flex .limit{
	padding:20px 10px;
	width:180px;
	background:#e61206;
}
.item_list .inner .box .header_flex .limit .limit_text{
	text-align:center;
	color:#fff;
	font-size:40px;
	letter-spacing:0.12em;
	margin-bottom:13px;
}
.item_list .inner .box .header_flex .limit .daisu{
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
.item_list .inner .box .header_flex .limit .daisu .num{
	font-size:77px;
	letter-spacing:0.12em;
	color:#fff;
	letter-spacing:0;
	line-height:0.7;
	margin-right:10px;
}
.item_list .inner .box .header_flex .limit .daisu .dai{
	font-size:40px;
	letter-spacing:0.12em;
	color:#fff;
	line-height:1;
}
.item_list .inner .box .header_flex .text{
	text-align:left;
	color:#fff;
	font-size:18px;
	letter-spacing:0.08em;
	line-height:1.8;
	padding-left:30px;
	font-weight:bold;
}
.item_list .inner .box .item_cont{
	padding:15px;
	width:100%;
	background:#fff;
}
.item_list .inner .box .item_cont .kata{
	font-size:16px;
	letter-spacing:0.08em;
	color:#2a2620;
	margin-bottom:10px;
}
.item_list .inner .box .item_cont .item_name{
	font-size:22px;
	letter-spacing:0.08em;
	color:#2a2620;
	margin-bottom:15px;
}
.item_list .inner .box .item_cont .item_spec{
	display:flex;
	flex-wrap:wrap;
}
.item_list .inner .box .item_cont .item_spec .spec{
	width:50%;
}
.item_list .inner .box .item_cont .item_spec .spec .blue{
	font-size:14px;
	color:#24acba;
	border:3px solid #24acba;
	border-radius:8px;
	padding:3px 10px;
	line-height:1;
	text-align:center;
	margin-bottom:5px;
	width:100%;
}
.item_list .inner .box .item_cont .item_spec .spec .blue.gas{
	display:inline-block;
	width:auto;
	padding:3px 10px;
}
.item_list .inner .box .item_cont .item_spec .spec .blue.color{
	display:inline-block;
	width:auto;
	padding:3px 10px;
}
.item_list .inner .box .item_cont .item_spec .spec .orange{
	border:3px solid #fe5e39;
	border-radius:10px;
	width:100%;
	overflow:hidden;
}
.item_list .inner .box .item_cont .item_spec .spec .orange .orange_title{
	font-size:12px;
	background-color:#fe5e39;
	color:#fff;
	padding:0px 10px 3px;
	line-height:1;
	text-align:center;
	width:100%;
}
.item_list .inner .box .item_cont .item_spec .orange .orange_text{
	font-size:14px;
	color:#fe5e39;
	padding:3px 10px;
	line-height:1;
	letter-spacing:0.04em;
	text-align:center;
	width:100%;
}
.item_list .inner .box .item_cont .item_spec figure{
	width:50%;
	text-align:right;
	padding:0 10px;
}
.item_list .inner .box .item_cont .price{
	margin-top:-90px;
	margin-bottom:20px;
}
#lp-item6 .lp-set__image{
	width:100%;
}

@media screen and (max-width: 1250px) {
  .item_list .inner{
  	flex-wrap:wrap;
  	justify-content:center;
  }
  .item_list .inner .box{
  	width:700px;
  	max-width:100%;
  }
  .lp-product__spec{
  	font-size:30px;
  }
}
@media screen and (max-width: 950px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .lp-wrapper::before {
    /*background-image: url(../lp_img/bg_main_sp.jpg);*/
  }
  .soldout img {
    margin-top: 56vw;
    width: 78.9333333333vw;
  }
  .soldout p {
    margin-top: 2.6666666667vw;
    line-height: 8vw;
    font-size: 5.3333333333vw;
  }
  .lp-nav__lists li{
  	height:auto;
  }
  .lp-product__heading {
    margin-top: 5.3333333333vw;
    width: 93.3333333333vw;
    row-gap: 1.3333333333vw;
  }
  .lp-product__heading .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 1.3333333333vw;
    padding-inline: 2.6666666667vw;
    font-weight: 800;
    font-size: 18.1333333333vw;
  }
  .lp-product__heading .text.-item1-1 {
    font-size: 3.7333333333vw;
  }
  .lp-product__heading .text.-item1-2 {
    font-size: 5.3333333333vw;
  }
  .lp-product__heading .text.-item4-1 {
    font-size: 4.5333333333vw;
  }
  .lp-product__heading .text.-item4-2 {
    font-size: 5.3333333333vw;
  }
  .lp-product__heading .text.-item5-1 {
    font-size: 5.3333333333vw;
  }
  .lp-product__heading .text.-item5-2 {
    font-size: 5.3333333333vw;
  }
  .lp-product__heading .text.-item5-3 {
    font-size: 7.2vw;
  }
  .lp-product__heading .text.-item6-1 {
    font-size: 4.2666666667vw;
  }
  .lp-product__heading .text.-item6-2 {
    font-size: 3.4666666667vw;
  }
  .lp-product__heading .text.-item7-1 {
    font-size: 4.8vw;
  }
  .lp-product__heading .text.-item8-1 {
    font-size: 4.5333333333vw;
  }
  .lp-product__heading .text.-item8-2 {
    font-size: 4.5333333333vw;
  }
  .lp-product__heading .text.-item9-1 {
    font-size: 5.3333333333vw;
  }
  .lp-product__heading .text.-item9-2 {
    font-size: 4.5333333333vw;
  }
  .lp-delicia {
    padding-top: 5.3333333333vw;
  }
  .lp-delicia .limited {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
  .lp-delicia .limited .text {
    font-size: 5.8666666667vw;
  }
  .lp-delicia .text {
    font-size: 4.2666666667vw;
  }
  .lp-delicia .text.-bg-black {
    font-size: 5.8666666667vw;
  }
  .lp-product {
    margin-top: 5.3333333333vw;
    width: 93.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .lp-product__slide {
    margin-top:0;
    width: 100%;
    background:#fff;
    text-align:center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-inline: auto;
  }
  .lp-product__detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px;
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-product__limited {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: 20vw;
    margin-bottom: -8vw;
  }
  .lp-product__limited1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: auto;
    max-width:100%;
  }
  .lp-product__limited1_delicia {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: 22.6666666667vw;
    margin-bottom: 0vw;
  }
  .lp-product__limited1_note {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 4vw;
    font-size: 3.2vw;
  }
  .lp-product__name {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.2;
  }
  .lp-product__name_Konro {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
  .lp-product__spec {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    font-size: 20px;
  }
  .lp-product__lists {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
  }
  .lp-product__lists.-spec {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    row-gap: 1.3333333333vw;
  }
  .lp-product__lists li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    border-radius: 1.3333333333vw;
    padding-block: 0.5333333333vw;
    padding-inline: 1.6vw;
  }
  .lp-product__note {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 2.6666666667vw;
    line-height: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .lp-product__note span {
    content: url(../lp_img/product/plasmacluster_logo_sp.png);
    margin-bottom: -1.3333333333vw;
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .lp-product .swiper__item .swiper-button-next,
  .lp-product .swiper__item .swiper-button-prev {
    width: 8vw;
    height: 8vw;
  }
  .lp-set {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .lp-set__image {
    margin-inline: auto;
    width: 93.3333333333vw;
  }
  .lp-item__heading{
  	padding:20px;
  }
  .lp-item__heading img{
    height:90px;
  }
  .lp-item_deco{
  	padding:60px 30px;
  }
  .lp-link {
    padding-block: 40px;
    row-gap: 0;
  }
  .lp-link__button.-contact {
    width: 93.3333333333vw;
  }
  .lp-link__button_gray.-contact {
    width: 93.3333333333vw;
  }
  .lp-delicia__inner {
    width: 93.3333333333vw;
  }
  .lp-delicia__image {
    margin-top: 5.3333333333vw;
  }
  .lp-delicia .lp-detail__images {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-delicia .lp-detail__images li {
    width: 25.6vw;
  }
  .lp-delicia .lp-detail__points {
    max-width: 100%;
  }
  .lp-delicia .lp-detail__points .text {
    font-size: 2.9333333333vw;
  }
  .lp-detail {
    margin-top: 2.6666666667vw;
    padding-block: 9.3333333333vw;
  }
  .lp-detail__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-inline: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    width: 93.3333333333vw;
    padding-block: 9.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    background-image: url(../lp_img/detail/bg_detail.jpg);
  }
  .lp-detail__heading {
    position: absolute;
    width: 61.3333333333vw;
    top: -6.6666666667vw;
  }
  .lp-detail__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp-detail__images {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 40vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .lp-detail__points {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: 40vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .lp-detail__points li .heading {
    width: 40vw;
  }
  .lp-detail__points li .text {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .lp-button {
    width: 48vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    border: 1px solid #00A9E8;
  }
  .lp-button .arrow {
    width: 4vw;
    height: 1.8666666667vw;
    right: 1.3333333333vw;
  }
  .lp-button.-back {
    margin-top: 10.6666666667vw;
    width: 80vw;
  }
  .lp-button.-back .arrow {
    left: 1.3333333333vw;
  }
  .lp-caution {
    border-radius: 1.3333333333vw;
    width: 93.3333333333vw;
    padding: 5.3333333333vw;
  }
  .lp-caution__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .lp-caution__heading .icon {
    display: inline-block;
    width: 5.3333333333vw;
  }
  .lp-caution__lists {
    padding-block: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .lp-caution + .lp-button {
    margin-top: 10.6666666667vw;
  }
  .lp-support10 {
    margin-top: 10.6666666667vw;
    width: 93.3333333333vw;
  }
  .lp-footer {
    height: 110.6666666667vw;
    margin-top: 10.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .lp-footer__lists {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.3333333333vw;
    font-size: 10px;
  }
  .lp-footer__copy {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 650px) {
.item_list .inner .box:last-child{
	margin-bottom:0;
}
.item_list .inner .box .header_flex .limit{
	width:130px;
}
.item_list .inner .box .header_flex .limit .limit_text{
	font-size:13px;
}
.item_list .inner .box .header_flex .limit .daisu .num{
	font-size:35px;
}
.item_list .inner .box .header_flex .limit .daisu .dai{
	font-size:13px;
}
.item_list .inner .box .header_flex .text{
	font-size:13px;
	line-height:1.5;
	padding-right:10px;
}
.item_list .inner .box .item_cont .item_name{
	font-size:16px;
}
.item_list .inner .box .item_cont .price{
	margin-top:0;
}
.item_list .inner .box .item_cont .item_spec{
	flex-wrap:wrap;
	justify-content:center;
}
.item_list .inner .box .item_cont .item_spec figure{
	order:1;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
.item_list .inner .box .item_cont .item_spec .spec{
	width:100%;
	margin-bottom:20px;
	order:2;
}
.item_list .inner .box .header_flex .limit .daisu .num{
	font-size:30px;
	margin-right:4px;
}
.item_list .inner .box .header_flex .text{
	font-size:12px;
	padding-left:12px;
	line-height:1.7;
}
.item_list .inner .box .header_flex .text br{
	display:none;
}
.item_list .inner .box{
	border: 5px solid #fc891a;
}
.item_list .inner .box .header_flex{
    border-bottom: 5px solid #fc891a;
}
.item_list .inner{
	padding:70px 30px;
}
.lp-product{
	margin-top:0;
	width:100%;
}
.lp-text{
	margin-bottom:20px;
}
.lp-link{
	padding-block:0;
	padding-top:20px;
}
.lp-link__button.-contact{
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.lp-product{
	padding:0;
	margin-bottom:20px;
}
.item_list .inner .box .item_cont .kata{
	font-size:12px;
}
.lp-caution_wrap{
	padding-top:70px;
	margin-bottom:50px;
}
.lp-item__heading img{
	height:60px;
}
.lp-product__name {
	font-size:14px;
}
.lp-product__spec_wrap .gentei .small,
.lp-product__spec_wrap .gentei .dai{
	font-size:15px;
}
.lp-product__spec_wrap .gentei .num{
	font-size:20px;
}
.item_list .inner .box .item_cont .item_spec .spec .blue.gas,
.item_list .inner .box .item_cont .item_spec .spec .blue.color{
	width:100%;
}
.lp-product__detail .spec .blue{
	font-size:12px;
	letter-spacing:0.08em;
	color:#24acba;
	border:3px solid #24acba;
	border-radius:8px;
	padding:4px 10px 2px;
	line-height:1;
	text-align:center;
	margin-right:10px;
	width:auto;
	background:#fff;
}
}