@media screen and (max-width: 1030px) {
  .l-header {
    display: none;
  }
}

.container_nallow {
  width: 100%;
  max-width: calc(960px + 40px);
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.txt-orange {
  color: #E64D0C;
}

.sp-scroll {
  overflow-x: auto;
}

/******************************/
/* SLIDER */
/******************************/
.top_slider {
  margin: 94px 0 0px;
}

.top_slider .slick-dots {
  bottom: -30px;
}

.top_slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.top_slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.top_slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border: 1px solid #212121;
  border-radius: 50%;
  opacity: 1;
}

.top_slider .slick-dots li.slick-active button:before {
  background-color: #212121;
}

@media screen and (max-width: 767px) {
  .top_slider {
    margin: 0px;
  }

  .top_slider .u-container {
    padding: 0;
  }
}

/* 中間タイトル */
.c-ttl-main {
  position: relative;
  margin: 0 0 min(40px, 4vw) 0;
  font-size: min(1.875em, 5.7vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl-main {
    text-align: center;
  }
}


/******************************/
/* top_function */
/******************************/
.top_function p.device {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.top_function p.device a.device-link {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .top_function p.device {
    flex-direction: column;
  }
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  background-color: #010302;
  color: #FFF;
  padding: min(50px, 10vw) 0 min(100px, 15vw);
  position: relative;
}

.p-line-informaiton:after {
  content: "";
  background: url(https://img21.shop-pro.jp/PA01489/926/etc/dots-2.png) 0 0 repeat-x;
  display: block;
  width: 50vw;
  height: 90%;
  position: absolute;
  right: 70%;
  top: -140px;
  z-index: 1;
}

.p-line-informaiton .c-ttl-main {
  letter-spacing: 0.1em;
}

.p-line-informaiton li:nth-child(n+6) {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}

.p-line-informaiton ul {
  margin-top: min(2.6em, 5vw);
  flex: 1;
  font-size: 1em;
}

.p-line-informaiton li {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-line-informaiton li+li {
  margin-top: 2.7em;
}

.p-line-informaiton li span {
  color: #FFF;
}

.p-line-informaiton li p {
  flex: 0 0 83%;
  line-height: 1.6em;
  margin: 0;
}

.p-line-informaiton li p a {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton li span {
    padding: 0;
    font-size: 12px;
  }

  .p-line-informaiton ul {
    font-size: 14px;
    padding: 0 3vw;
  }

  .p-line-informaiton li {
    padding-bottom: 18px;
    display: block;
    line-height: 2em;
  }

  .p-line-informaiton li:nth-last-of-type(n+2) {
    border-bottom: 1px solid #9B9B9B;
  }

  .p-line-informaiton__ttl {
    margin: 0;
  }
}

.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}


/******************************/
/* 製品一覧 */
/******************************/
.top_product {
  margin-top: 45px;
}

.top_product h2 {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.top_product ul {
  --bs-gutter-x: min(5em, 5vw);
}

.top_product li {
  padding-bottom: min(40px, 8vw);
}

.top_product li p {
  font-size: 1em;
  margin: 0;
}

.top_product li p+p {
  padding-top: min(1.2em, 1.5vw);
}

.top_product li p.image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.top_product li p.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.top_product li p.price {
  padding-top: 0.4em;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .top_product ul {
    padding: 0 3vw;
  }

  .top_product li p.price {
    font-size: 12px;
  }

  .top_product li p+p {
    line-height: 1.5;
  }
}

/******************************/
/* TOPICS */
/******************************/
.top_topics {
  margin-top: min(110px, 20vw);
  margin-bottom: min(60px, 8vw);
  overflow: hidden;
}

.top_topics h2 {
  letter-spacing: 0.07em;
  margin-bottom: min(30px, 1vw);
}

.top_topics .ttl-area {
  display: flex;
}

.top_topics .ttl-area ul {
  display: flex;
  padding: 0.3em 1.6em 0.7em 2.6em;
  justify-content: center;
}

.top_topics .ttl-area ul li {
  margin: 0 min(1em, 3vw);
}

.top_topics .ttl-area ul li span {
  cursor: pointer;
}

.top_topics .ttl-area ul li.is-active span {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.top_topics ul.panel-area {
  margin-top: 0.7em;
}

.top_topics ul.panel-area li ul {
  --bs-gutter-x: 5.5em;
}

.top_topics ul.panel-area>li:not(.is-active) {
  display: none;
}

.top_topics ul.panel-area li ul li p.image {
  margin-bottom: 1.2em;
}

.top_topics ul.panel-area li ul li p {
  font-size: 1em;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .top_topics ul.panel-area li ul {
    padding: 0 4vw;
    margin: 0;
  }

  .top_topics ul.panel-area ul li {
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
  }

  .top_topics ul.panel-area ul li+li {
    margin-top: 4vw;
  }

  .top_topics ul.panel-area li ul li p.image {
    flex: 0 0 55%;
    margin-bottom: 4vw;
  }

  .top_topics ul.panel-area+p {
    padding: 2vw 0 0;
    text-align: center;
  }
}

/******************************/
/* CHECKED */
/******************************/
.top_checked {
  margin-bottom: 3.5em;
}

.top_checked h2 {
  margin-bottom: 30px;
}

.top_checked ul {
  --bs-gutter-x: min(5rem, 5vw);
}

.top_checked ul li a:hover {
  text-decoration: none;
}

.top_checked ul p {
  font-size: 1em;
  margin: 0;
}

.top_checked ul p+p {
  margin-top: min(1.2em, 2vw);
}

.top_checked ul p.image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.top_checked ul p.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.top_checked ul p.price {
  margin-top: 0.4em;
  font-size: 16px;
  color: #555555;
}

@media screen and (max-width: 992px) {
  .top_checked ul li:nth-of-type(n+5) {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .top_checked ul {
    padding: 0 3vw;
  }

  .top_checked ul p+p {
    font-size: 1em;
  }

  .top_checked ul li:nth-of-type(n+4) {
    margin-top: 4vw;
  }

  .top_checked ul p.price {
    font-size: 12px;
  }

  .top_checked ul li:nth-of-type(n+5) {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .top_checked ul li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
}

/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}

.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}

.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {

  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}

.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}

.p-ranking-list .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}

.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}

.p-ranking-list .slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}

.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}

.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}

.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}

.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}




/******************************/
/* sp-bunner*/
/******************************/

.sp-bunner-area {
  background-color: black;
}

.sp-bunner-pc {
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.sp-bunner-sp {
  display: none;
}

@media screen and (max-width: 820px) {

  .sp-bunner-pc {
    display: none;
  }

  .sp-bunner-sp {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

}

.block-youtube {
  width: 60%;
  min-height: 500px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .block-youtube {
    width: 80%;
    min-height: auto;
    height: 300px;
  }
}

section.sec-about-list {
  padding: 5em 0;
}

section.sec-about-list .left {
  padding-right: 0;
}

section.sec-about-list .right {
  padding-left: 6%;
}

ul.about-list li+li {
  margin-top: 3.5em;
}

ul.about-list .txt-small {
  font-size: .8125em;
}

ul.about-list .txt+.txt-small {
  margin-top: 2em;
}

@media(max-width:767px) {
  section.sec-about-list .left {
    padding-right: 20px;
  }

  section.sec-about-list .right {
    padding-left: 20px;
  }
}

@media(max-width:575px) {
  section.sec-about-list .container {
    padding-left: 0;
    padding-right: 0;
  }

  section.sec-about-list .row {
    --bs-gutter-x: 0;
  }

  section.sec-about-list .left {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  section.sec-about-list .right {
    padding-left: 0;
    margin-top: 2.2em;
  }

  ul.about-list li+li {
    margin-top: 3.5em;
  }

  ul.about-list .txt-small {
    font-size: .8125em;
  }

  ul.about-list .txt+.txt-small {
    margin-top: 2em;
  }
}

section.sec-about-table {
  background-color: #F5F5F5;
  padding: 5em 0;
}

section.sec-about-table ul.indent-list {
  font-size: .8125em;
  color: #555;
}

table.about-table {
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
  margin-bottom: 3.5em;
}

table.about-table th {
  font-weight: 400;
}

table.about-table thead {
  font-size: 13px;
}

table.about-table thead span {
  font-size: 11px;
}

table.about-table thead th {
  padding: .5em 1.75em;
  background-color: #D0D0D0;
}

table.about-table tbody th {
  padding: 0 1.875em;
  background-color: #1A1311;
  color: #fff;
  line-height: 2;
  letter-spacing: .064em;
}

table.about-table thead th:nth-child(1) {
  background-color: transparent;
  width: 181px;
}

table.about-table thead th:nth-child(2) {
  background-color: #E64D0C;
  color: #fff;
}

table.about-table thead th:not(:nth-child(1)) {
  width: 258px;
}

table.about-table td {
  padding: 1.45em;
  background-color: #fff;
}

.table-icon span:nth-child(1) {
  display: block;
  position: relative;
  min-width: 2.5em;
  height: 2.5em;
}

.table-icon span+span {
  margin-left: 10px;
  text-align: left;
}

.table-icon {
  margin-bottom: 1em;
}

.table-icon span.txt-small {
  font-size: 11px;
}

.about-table .txt-big {
  font-size: 1.375em;
  letter-spacing: .088em;
}

.about-table p {
  margin-bottom: 0;
}

.table-icon span.circle2::before {
  content: "";
  display: block;
  min-width: 2.5em;
  height: 2.5em;
  border: 2px solid #E64D0C;
  border-radius: 50%;
  box-sizing: border-box;
}

.table-icon span.circle2::after {
  content: "";
  display: block;
  min-width: 1.5em;
  height: 1.5em;
  border: 2px solid #E64D0C;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: .5em;
  box-sizing: border-box;
}

.table-icon .sankaku::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 31.2px 18px;
  border-color: transparent transparent #0B0403 transparent;
}

.table-icon .sankaku::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 29.4px 17px;
  border-width: 0 15px 26.0px 15px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 3.5px;
  left: 3px;
  margin: auto;
}

.table-icon .cross::before,
.table-icon .cross::after {
  content: "";
  display: block;
  width: 3px;
  height: 2em;
  background-color: #0B0403;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.table-icon .cross::after {
  transform: rotate(-45deg);
}

.about-table+.txt-box {
  font-size: 13px;
}

.indent-list>* {
  text-indent: -1em;
  padding-left: 1em;
}

@media(max-width:767px) {
  .about-table {
    font-size: 14px;
    min-width: 887px;
  }
}

@media(max-width:575px) {
  section.sec-about-table .container {
    padding: 0;
  }

  section.sec-about-table h2.title,
  section.sec-about-table .txtbox {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}

/******************************/
/* ルミエラの特長 */
/******************************/
.top_feature {
  background-color: #010302;
  color: #FFF;
  padding: min(110px, 20vw) 0 min(50px, 10vw);
  position: relative;
}

.top_feature:after {
  content: "";
  background: url(https://img21.shop-pro.jp/PA01489/926/etc/dots-2.png) 0 0 repeat-x;
  display: block;
  width: 50vw;
  height: 90%;
  position: absolute;
  right: 70%;
  top: -140px;
  z-index: 1;
}

.top_feature h2 {
  margin: 0;
  text-align: center;
  font-size: min(1.625em, 5.5vw);
  position: relative;
  z-index: 2;
  letter-spacing: 0.07em;
}

.top_feature h2 span {
  position: absolute;
  left: calc(50% - 2.2em);
  top: -0.7em;
  font-size: 2.3em;
  z-index: 1;
  opacity: 0.1;
}

.top_feature ul.feature {
  --bs-gutter-x: 3rem;
  position: relative;
  z-index: 2;
}

.top_feature ul.feature li {
  overflow: hidden;
}

.top_feature ul.feature li div {
  padding: min(40px, 4vw) min(2.5em, 3vw) min(1.5em, 3vw);
  background: #0B0B0B;
  margin: min(4.5em, 2vw) 0 0;
  height: 100%;
}

.top_feature p.device {
  margin: min(92px, 9vw) 0 0;
  padding: min(50px, 10vw) 0 0;
  text-align: center;
  border-top: 1px solid #FFF;
  font-size: 1em;
  letter-spacing: 0.04em;
}

.top_feature p.device b {
  margin-right: 5em;
  font-weight: 600;
  letter-spacing: 0;
}

.top_feature p.device span {
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .top_feature ul.feature li {
    width: calc(50% - 2.8em);
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_feature ul.feature {
    width: auto;
    margin: 0 auto;
    padding: 0 2vw;
  }

  .top_feature ul.feature li {
    width: 100%;
    margin: 5vw 0 0;
    padding: 0;
  }

  .top_feature:after {
    content: unset;
  }

  .top_feature p.device {
    padding: 5vw 10vw;
    font-size: 1em;
    text-align: center;
  }

  .top_feature p.device b {
    display: block;
    margin: 0 0 0.5em;
  }

  .top_feature p.device span {
    display: block;
  }
}

.top_feature ul.feature li h3 {
  text-align: center;
  font-size: min(1.375em, 3.5vw);
  margin: 1.2em 0 0.8em;
}

.top_feature ul.feature li p {
  line-height: 2.2em;
  font-size: min(1em, 3.5vw);
}

.top_feature ul.feature li p span {
  font-size: min(0.75em, 2vw);
}

.top_feature ul.feature li p.image {
  text-align: center;
}

.top_feature ul.feature li p a {
  color: #FFF;
  pointer-events: none
}

.top_feature ul.attention {
  padding: 0.5em 0 0;
  line-height: 2em;
}

.top_feature ul.attention {
  text-indent: -1em;
  margin-left: 1em
}

.top_feature p.btn-box {
  text-align:
    center;
  margin: min(4.5em, 8vw) 0 0;
}

/******************************/
/* top_feature */
/******************************/
.top_feature p.device {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.top_feature p.device a.device-link {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .top_feature p.device {
    flex-direction: column;
  }
}

.size-mini{
  font-size:13px;
}

ul.about-list h3 {
  font-size: 1em;
}

.top_feature ul.attention {
  font-size: 0.875em;
}

#lumiera-contents-body,
#lumiera-prime-contents-body{
  display: none;
}


#lumiera-contents-body.active,
#lumiera-prime-contents-body.active{
  display: block;
}


.top_mv>div p.text span.f-size-m {
  font-size: 35px;
  border-bottom: unset;
}

.top_mv>div p.text span.weight-bold{
  border-bottom: unset;
}

.weight-bold{
  font-weight: bold;
}

.top_mv>div p.text {
  top: 57%;
}

.top_mv {
  opacity: 0;
  transition: 1s;
}

.top_mv.active {
  opacity: 1;
}

#lumiera-prime-contents-body .top_function ul{
  padding: 88px 2.5em 82px
}

#lumiera-prime-contents-body .top_function ul li span {
    margin-right: 1.5em;
    max-width: 50px;
    width: 100%;
}

#lumiera-prime-contents-body .top_function ul li span img {
  width: 100%;
}

#lumiera-prime-contents-body .top_function ul li {
    max-width: 375px;
    width: 100%;
}

#lumiera-prime-contents-body .top_function {
  padding-bottom: 3em;
  border-bottom: 1px solid #CCCCCC;
}

#lumiera-prime-contents-body .p-line-informaiton {
  padding: min(75px, 10vw) 0 min(100px, 15vw);
}

#lumiera-prime-contents-body ul.about-list h2 {
  font-size: 26px;
}

#lumiera-prime-contents-body ul.about-list li+li {
  margin-top: 5em;
}

#lumiera-prime-contents-body ul.about-list li.maxWidth p + p {
  margin-top: 2em;
}

#lumiera-prime-contents-body li.maxWidth + li h2 {
  margin-top: unset;
}

#lumiera-prime-contents-body .edge-test-box {
  margin-top: 6.75em;
  text-align: center;
}

#lumiera-prime-contents-body .edge-test-box .image + .image {
  margin-top: 5.4375em;
}

#lumiera-prime-contents-body .edge-test-box .txt-box {
  text-align: left;
  margin-top: 2.6875em;
}

#lumiera-prime-contents-body .edge-test-box .txt-box h3 {
  font-size: 22px;
  margin-top: 2em;
}

#lumiera-prime-contents-body .size-mini + .size-mini {
  margin-top: 1.75em;
}

#lumiera-prime-contents-body .sec-about-table h2 {
  font-size: 26px;
}

#lumiera-prime-contents-body .sec-about-table .sp-scroll {
  margin-top: 3.5em;
}

#lumiera-prime-contents-body .d-flex {
  align-items: end;
  justify-content: center;
}

#lumiera-prime-contents-body .about-table .d-flex .image + p {margin-bottom: -5px;margin-left: 10px;}

#lumiera-prime-contents-body table.about-table thead th {
  height: 60px;
}

#lumiera-prime-contents-body table.about-table {
  margin-bottom: 2em;
}

#lumiera-prime-contents-body section.sec-about-table {
  padding-bottom: 4em;
}

#lumiera-prime-contents-body .top_feature p.device {
  padding-top: 114px;
}

#lumiera-prime-contents-body .top_feature {
  padding-bottom: 127px;
}

#lumiera-prime-contents-body section.sec-about-list {
  padding-top: 7.25em;
}

#lumiera-prime-contents-body table.about-table tbody th .size-s {
  font-size: 12px;
}

#lumiera-prime-contents-body table.about-table tbody tr.price-tr .txt {
  font-size: 20px;
}

#lumiera-prime-contents-body table.about-table tbody tr th {
  padding: 0px 24px;
}

#lumiera-prime-contents-body table.about-table .price-tr td {
  padding: 2.125em 1.45em;
}

#lumiera-prime-contents-body .top_function .texts {
  max-width: 22.6em;
  padding: 25px 0 0 35px;
}

#lumiera-prime-contents-body .d-flex {
  margin-left: 3%;
}


/*div#first-select-button-body*/
#first-select-button-body .u-container {
  max-width: 1085px;
}

#first-select-button-body .u-container .d-flex {
  margin-left: -35px;
  margin-right: -35px;
}

#first-select-button-body .u-container .d-flex > div {
  padding: 0 35px;
  width: 50%;
}

#first-select-button-body .u-container .d-flex .select-button-contents {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 3.4375em 0 4.8125em;
  position: relative;
  max-height: 537px;
  height: 100%;
  align-items: center;
  cursor: pointer;
  z-index: 0;
}

#first-select-button-body p.select-box {
  max-width: 170px;
  transition: 0.5s;
}

#first-select-button-body {
  padding-bottom: 270px;
  padding-top: 127px;
  opacity: 0;
  transition: 0.3s;
}

#first-select-button-body.active{
  opacity: 1;
}

#first-select-button-body p.absolute-txt {
  color: white;
  position: absolute;
  margin-bottom: unset;
  border-bottom: 1px solid #FFFFFF;
  bottom: 77px;
  font-size: 1.25em;
  font-weight: bold;
  transition: 0.5s;
}

#first-select-button-body .u-container .d-flex > div > div::before {
  content: "";
  display: inline-block;
  width: 356px;
  height: 123px;
  position: absolute;
  background-image: url(https://img.shop-pro.jp/PA01489/926/etc_base64/bG9nby1sYXJnZQ.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}

#first-select-button-body .u-container .d-flex > div > div#select-lumi-prime::before {
  background-image: url(https://img21.shop-pro.jp/PA01489/926/etc_base64/bG9nb19wcmltZQ.png);
  background-position: center;
}

#first-select-button-body .u-container .d-flex .select-button-contents::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  z-index: -1;
  transition: 0.5s;
  border-radius: 15px;
}


#lumiera-prime-contents-body .f-container {
  max-width: 930px;
  margin: auto;
  width: 90%;
}

#lumiera-prime-contents-body .top_feature p.device {
  justify-content: start;
  border: unset;
  margin: unset;
}

#lumiera-prime-contents-body .f-contents {border-top: 1px solid;margin: min(92px, 9vw) 0 0;}

ul.sub-txt-list{
  font-size: .8125em;
  color: #555;
  padding-left: 2em;
  position: relative;
}

ul.sub-txt-list li p {
  margin-bottom: unset;
}

.top_feature ul.sub-txt-list.attention {
  text-indent: unset;
  margin-left: unset;
  padding-left: 2em;
}

.top_feature ul.sub-txt-list.attention::before {
  color: white;
}

.top_feature ul.sub-txt-list.attention li p {
  color: white;
}


ul.sub-txt-list::before {
  content: "※1";
  position: absolute;
  left: 0;
}

.prime-icon-list {
  position: relative;
}

.prime-icon-list::before {
  content: "※1 JIS K5600ひっかき硬度基準による10Hの硬度試験(鉛筆法)をクリア済みです。";
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 80px;
  font-size: 13px;
}

#lumiera-contents-body .about-table sup {
  font-size: 58%;
  font-weight: normal;
}


.float-contents {
  position: absolute;
  background-color: rgba(230,77,12,0.6);
  color: white;
  text-align: center;
  top: 65px;
  z-index: 29;
  width: 100%;
  max-width: 75%;
}

.float-contents p {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: unset;
  line-height: 1.5416;
  padding: 12px 0;
}

#lumiera-prime-contents-body .float-contents {
  max-width: 28%;
  right: 70px;
  padding: 0 7px;
}

@media screen and (min-width: 801px) {
  #first-select-button-body .u-container .d-flex .select-button-contents:hover::after {
    scale: 1.15;
  }

  #first-select-button-body .u-container .d-flex .select-button-contents:hover p.select-box {
   scale: 1.7;
  }
  #first-select-button-body .u-container .d-flex .select-button-contents:hover p.absolute-txt {
    bottom: 10px;
  }
}
#first-select-button-body .u-container .d-flex > div > div::before {
  z-index: 2;
}

@media screen and (max-width: 801px){
  #lumiera-prime-contents-body .top_function ul{
    padding: 10vw 7vw 18vw;
  }
  #lumiera-prime-contents-body section.sec-about-list {
    padding-top: 5em;
  }
  #first-select-button-body p.absolute-txt {
    bottom: 8%;
  }
  #lumiera-prime-contents-body .edge-test-box {
    margin-top: 5em;
  }
  #lumiera-prime-contents-body p.image.center {
    text-align: center;
  }
}

@media screen and (max-width: 767px){
  #lumiera-prime-contents-body .top_mv>div p.text {
      font-size: 15px;
      width: 21em;
      margin-top: 2em;
  }

  #lumiera-prime-contents-body .top_mv>div p.text span.f-size-m {
      font-size: 30px;
  }
  #lumiera-prime-contents-body .top_function ul li span {
    max-width: 13%;
  }
  #lumiera-prime-contents-body .top_function .texts {
    max-width: unset;
    padding: 25px 0;
  }
  #lumiera-prime-contents-body .f-container {
    max-width: unset;
    width: 100%;
  }
  ul.sub-txt-list li + li {
    margin-left: 0;
  }
}


@media (max-width: 575px){
  #lumiera-prime-contents-body .sec-about-table h2 {
      padding-right: 6.4vw;
      padding-left: 6.4vw;
      font-size: 21px;
  }
  #lumiera-prime-contents-body .top_feature p.device {
      padding: 5vw 10vw;
  }

  #lumiera-prime-contents-body .top_feature {
      padding: min(110px, 20vw) 0 min(50px, 10vw);
  }
  #lumiera-prime-contents-body ul.about-list li.maxWidth {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
  #lumiera-contents-body .sec-about-table h2,
  #lumiera-prime-contents-body .sec-about-table h2 {
    text-align: center;
    font-size: 19px;
  }
  .prime-icon-list::before {
    left: 35px;
    font-size: .8125em;
  }
  .float-contents p{
    font-size:1em;
  }
}

@media (max-width: 1200px){
  #lumiera-prime-contents-body .float-contents p{
      font-size: 1em;
  }
}

@media screen and (max-width: 1030px){
  #lumiera-prime-contents-body .float-contents{
      right: 2vw;
  }
}

@media screen and (max-width: 767px){
  #lumiera-prime-contents-body .float-contents{
      right: 0;
      left: 0;
      top: 48%;
      margin: auto;
      max-width: 75%;
      padding: 10px 7px;
  }
}