@charset "UTF-8";
:root {
  --main-color: #0E2055;
  --red-color: #D90532;
  --font-en: "Inter", sans-serif;
}

/* common
------------------------------ */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

.thumb,
.image {
  pointer-events: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.btn {
  text-align: center;
  margin-top: 1em;
}
.btn a {
  display: inline-block;
  font-weight: 500;
  width: 80%;
  max-width: 250px;
  background: var(--main-color);
  color: #fff;
  border-radius: 50px;
  padding: 1em;
  line-height: 1.3;
}
.btn.white a {
  background: #fff;
  color: var(--main-color);
}

.mincho {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}

.section-title {
  position: relative;
  margin-bottom: 4em;
}
.section-title svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section-title::after {
  content: "";
  width: 45.25px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  left: calc(50% - 7px);
  bottom: -15px;
  transform: rotate(-45deg) translateX(-50%);
  border-radius: 10px;
}

.deco-tape {
  width: 100%;
  position: relative;
}
.deco-tape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.deco-tape.blue {
  height: 80px;
  background: #021d55;
}
.deco-tape.blue::after {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/tape_bl.jpg) repeat-x left center;
  background-size: contain;
}
.deco-tape.blue.jfa::after {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/tape_jfa_bl.jpg) repeat-x left center;
  background-size: contain;
}
.deco-tape.white {
  height: 30px;
  background: #fff;
}
.deco-tape.white::after {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/tape_wh.jpg) repeat-x left center;
  background-size: contain;
}
.deco-tape.white.jfa::after {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/tape_jfa_wh.jpg) repeat-x left center;
  background-size: contain;
}

.bg-navy::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_navy.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

.delighter {
  opacity: 0;
  transition: 0.7s;
}
.delighter.started {
  opacity: 1;
}

.btn-buy {
  width: 103px;
  height: 103px;
  background: var(--red-color);
  border-radius: 50%;
  position: fixed;
  right: -50px;
  top: 80svh;
  z-index: 100;
}
.btn-buy p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-en);
  writing-mode: vertical-rl;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 20px;
}

/* list
------------------------------ */
.list--news {
  color: var(--main-color);
  font-weight: 500;
}
.list--news li a {
  padding: 1em 0;
}
.list--news li a .date {
  margin-bottom: 3px;
}
.list--news li + li {
  border-top: 1px solid var(--main-color);
}
.list--news li.new .title::after,
.list--news li.new p:nth-child(2)::after {
  content: "NEW";
  color: var(--red-color);
  font-family: var(--font-en);
  font-size: 0.8em;
  margin-left: 5px;
}

@media screen and (min-width: 961px) {
  .list--news li a {
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  .list--news li a .date {
    width: 8em;
  }
  .list--news li a .title,
  .list--news li a p:nth-child(2) {
    width: calc(100% - 8em);
  }
  .list--news li a:hover {
    transform: translateX(5px);
  }
}
/* swiper
------------------------------ */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 60px;
  height: 60px;
  background: var(--main-color);
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px;
}

.swiper-pagination {
  position: static;
  width: calc(100% - 120px);
  margin-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid var(--main-color);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* WOVN
------------------------------ */
.block--language {
  top: 15px !important;
}

.wovn-languages::before {
  width: 6px !important;
  height: 6px !important;
  border-color: var(--main-color) !important;
  margin-top: -0.15rem !important;
}
.wovn-languages::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.wovn-languages.visible::before {
  right: -18px !important;
}

/* modal
------------------------------ */
.modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.modal img {
  width: 90%;
  max-height: 90vh;
  object-fit: contain;
  position: absolute;
  top: 50svh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.modal .close-modal {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5%;
  right: 5%;
  background: none;
  border: none;
  z-index: 10;
  cursor: pointer;
}
.modal .close-modal::before, .modal .close-modal::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.modal .close-modal::before {
  transform: rotate(45deg);
  left: 0;
}
.modal .close-modal::after {
  transform: rotate(-45deg);
  right: 0;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}

/* header
------------------------------ */
header .drawer-btn {
  width: 31px;
  height: 16.65px;
  position: fixed;
  top: 21px;
  left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99999;
  filter: drop-shadow(0 0 3px var(--main-color));
  cursor: pointer;
}
header .drawer-btn span {
  background: #fff;
  height: 3px;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
header .drawer-btn span.top {
  width: 31px;
}
header .drawer-btn span.middle {
  width: 28px;
}
header .drawer-btn span.bottom {
  width: 25px;
}
header .drawer {
  position: fixed;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 10000;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
header .drawer .list--sns li {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1.2;
}
header .drawer .list--sns li a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
header .drawer .list--sns li a::before, header .drawer .list--sns li a::after {
  content: "";
  position: absolute;
}
header .drawer .list--sns li a::before {
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border-radius: 50%;
  display: inline-block;
  left: 0;
  top: 0;
}
header .drawer .list--sns li a::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 6px;
  top: 7px;
  transform: rotate(45deg);
}
header .drawer .drawer-inner {
  color: var(--main-color);
  padding: 2em;
}
header .drawer .drawer-inner .top {
  display: inline-block;
  margin-bottom: 29px;
}
header .drawer .drawer-inner .top svg {
  width: auto;
  height: 19px;
  max-width: 100%;
  display: block;
}
header .drawer .drawer-inner .list--menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 2em;
}
header .drawer .drawer-inner .list--menu li {
  margin-bottom: 29px;
}
header .drawer .drawer-inner .list--menu li a {
  display: inline-block;
}
header .drawer .drawer-inner .list--menu li a svg {
  width: auto;
  height: 30px;
  max-width: 100%;
  display: block;
}
header .drawer .drawer-inner .sns {
  display: flex;
  gap: 24px;
}
header .drawer .drawer-inner .sns div {
  width: calc((100% - 24px) / 2);
  border-top: 1px solid var(--main-color);
  padding-top: 30px;
}
header .drawer .drawer-inner .sns div .icon {
  height: 30px;
  margin-bottom: 1.3em;
}
header .drawer .drawer-inner .sns div .list--sns li {
  margin-top: 12px;
}
header .drawer.open {
  max-height: 100vh;
  pointer-events: all;
}
header.open_menu .drawer-btn span {
  width: 33px;
  clip-path: none;
  transform-origin: top;
}
header.open_menu .drawer-btn span.top {
  transform: rotate(26.5deg) translate(3px, 7px);
}
header.open_menu .drawer-btn span.middle {
  opacity: 0;
}
header.open_menu .drawer-btn span.bottom {
  transform: rotate(-26.5deg) translate(1px, -6px);
}

/* home
------------------------------ */
.container {
  overflow-x: hidden;
}
.container section {
  position: relative;
  z-index: 0;
}
.container section .inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 50px 8vw 100px;
}

#product .section-title::after,
#special .section-title::after,
#about .section-title::after,
#statement .section-title::after {
  background: #fff;
}

#fv::before {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_fv.webp) no-repeat;
  background-size: cover;
}
#fv #kv {
  position: relative;
  padding-top: 60px;
}
#fv #kv .main-title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#fv #kv .main-title .logo {
  width: 290px;
  height: auto;
}
#fv #kv .fv-title {
  width: 90%;
  max-width: 760px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}
#fv #news {
  background: #fff;
  padding: 2em;
}
#fv .fv-phrase {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 4vw, 40px);
  margin-top: 1em;
}
#fv .fv-phrase a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#fv .fv-phrase a::before, #fv .fv-phrase a::after {
  content: "";
  border-radius: 5px;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fv .fv-phrase a::before {
  width: 4px;
  height: 16px;
}
#fv .fv-phrase a::after {
  width: 16px;
  height: 4px;
}

#product .product-item {
  position: relative;
  z-index: 0;
}
#product .product-item .product-detail .product-head {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 10px;
  line-height: 1;
}
#product .product-item .product-detail .product-head .product-title {
  font-size: 36px;
  font-weight: 600;
}
#product .product-item .product-detail .product-head .product-title span {
  font-size: clamp(35px, 3vw, 44px);
}
#product .product-item .product-detail .product-head p {
  font-size: 16px;
  border: 1px solid;
  padding: 3px 0.5em;
  border-radius: 4px;
  margin-left: 10px;
}
#product .product-item .product-detail .price {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1em;
}
#product .product-item .product-detail .price .tax {
  font-size: 20px;
  margin-left: 5px;
}
#product .product-item .product-detail .list-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#product .product-item .product-detail .list--detail {
  list-style: decimal-leading-zero;
  padding-left: 3em;
  margin-bottom: 2em;
  position: relative;
}
#product .product-item .product-detail .list--detail li {
  font-size: 14px;
}
#product .product-item .product-detail .list--detail li + li {
  margin-top: 0.5em;
}
#product .product-item .product-detail .list--detail::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#product .product-item .deco {
  position: absolute;
}
#product .product-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
#product .product-item.ver1 {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_blue.webp) no-repeat center;
  background-size: cover;
}
#product .product-item.ver1::before {
  background: #173FBC;
}
#product .product-item.ver1 .deco {
  width: 80%;
  max-width: 730px;
  right: 0;
  bottom: -20px;
}
#product .product-item.ver2 {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_light-blue.webp) no-repeat center;
  background-size: cover;
}
#product .product-item.ver2::before {
  background: #597DDF;
}
#product .product-item.ver2 .deco {
  width: 80%;
  max-width: 400px;
  left: -6%;
  bottom: -1%;
}
#product .product-item.ver3 {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_orange.webp) no-repeat center;
  background-size: cover;
}
#product .product-item.ver3::before {
  background: #FE5724;
}
#product .product-item.ver3 .deco {
  width: 60%;
  max-width: 390px;
  right: -2%;
  bottom: -7%;
}
#product .product-item.ver4 {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_soft-blue.webp) no-repeat center;
  background-size: cover;
}
#product .product-item.ver4::before {
  background: #50A1C7;
}
#product .product-item.ver4 .deco {
  width: 70%;
  max-width: 500px;
  left: -7%;
  bottom: 2%;
  transform: rotate(5deg);
}
#product .product-item.fc {
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_green.webp) no-repeat center left;
  background-size: cover;
  margin-bottom: -1px;
}
#product .product-item.fc::before {
  background: #fff;
  opacity: 0.1;
}
#product .product-item.fc .product-detail {
  flex-wrap: wrap;
}
#product .product-item.fc .product-detail .fc-slider {
  text-align: center;
  width: 100%;
}
#product .product-item.fc .product-detail .fc-slider .main-slider {
  max-width: 400px;
  margin-bottom: 22px;
}
#product .product-item.fc .product-detail .fc-slider .main-slider .list--member li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}
#product .product-item.fc .product-detail .fc-slider .main-slider .list--member li .name svg {
  width: auto;
  height: 70px;
}
#product .product-item.fc .product-detail .fc-slider .main-slider .list--member li .name span {
  font-size: 18px;
  margin-left: 10px;
}
#product .product-item.fc .product-detail .fc-slider .main-slider .list--member li img {
  border-radius: 50%;
}
#product .product-item.fc .product-detail .fc-slider .thumb-slider {
  overflow: visible;
}
#product .product-item.fc .product-detail .fc-slider .thumb-slider li:not(.swiper-slide-thumb-active) {
  cursor: pointer;
}
#product .product-item.fc .product-detail .fc-slider .thumb-slider li.swiper-slide-thumb-active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  opacity: 0.8;
  mix-blend-mode: hard-light;
}
#product .product-item.fc .product-detail .fc-slider .btn {
  margin-top: 3em;
}
#product .product-item.fc .product-detail .product-text .product-contents .list-title span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  margin-bottom: -0.5em;
}
#product .product-item.fc .product-detail .product-text.cd_magnet .product-info .product-head > span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  text-indent: -1em;
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 2em;
}

#photo {
  background: #fff;
  color: var(--main-color);
}
#photo .section-title {
  margin-bottom: 6em;
}
#photo .photo-slider {
  overflow: visible;
  margin-top: 100px;
}
#photo .photo-slider .swiper-slide {
  text-align: center;
  transition: 0.4s;
}
#photo .photo-slider .swiper-slide .image {
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
#photo .photo-slider .swiper-slide .name {
  opacity: 0;
  padding-top: 0.6em;
}
#photo .photo-slider .swiper-slide .name svg {
  margin-inline: auto;
}
#photo .photo-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.7);
  z-index: 10;
}
#photo .photo-slider .swiper-slide.swiper-slide-active .name {
  opacity: 1;
}
#photo .photo-slider .swiper-slide.swiper-slide-active .name svg {
  width: auto;
  height: 30px;
}
#photo .photo-slider .swiper-button-wrap {
  display: flex;
  align-items: end;
  margin-top: 30px;
}
#photo .photo-slider .swiper-button-wrap .swiper-button-next,
#photo .photo-slider .swiper-button-wrap .swiper-button-prev {
  position: static;
}
#photo .photo-slider .swiper-button-wrap .swiper-pagination {
  position: static;
  width: calc(100% - 120px);
  margin-top: 20px;
}

#shop {
  background: #fff;
  color: var(--main-color);
}
#shop .list--shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px 20px;
}
#shop .list--shop li .image {
  position: relative;
  aspect-ratio: 4/6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shop .list--shop li .image .main {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 5px;
}
#shop .list--shop li .image .blur {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(3);
  filter: blur(15px);
}
#shop .list--shop li .btn {
  margin-top: 10px;
}
#shop .attention {
  margin-top: 3em;
}
#shop .attention p {
  font-weight: 500;
  margin-bottom: 0.5em;
}
#shop .attention .list--attention li {
  color: var(--main-color);
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.4em;
}

#campaign {
  color: var(--main-color);
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_marble.webp) repeat-y;
  background-size: 100%;
}
#campaign .campaign-title {
  text-align: center;
  font-size: clamp(30px, 4vw, 60px);
  margin-bottom: 0.5em;
}
#campaign .campaign-inner {
  background: #fff;
  padding: 2em;
}
#campaign .campaign-inner .campaign-head {
  text-align: center;
}
#campaign .campaign-inner .campaign-head .number {
  height: 38px;
  width: auto;
  margin: 0 auto 0.7em;
}
#campaign .campaign-inner .campaign-head .campaign-title {
  font-size: clamp(17px, 3vw, 20px);
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
#campaign .campaign-inner .campaign-head .campaign-title::after {
  content: "";
  background: var(--main-color);
  height: 1px;
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#campaign .campaign-inner .campaign-info {
  background: #F0F0F0;
  padding: 2em;
  margin-top: 1.5em;
}
#campaign .campaign .campaign-slider {
  overflow: visible;
}
#campaign .campaign .campaign-slider .list--campaign {
  overflow: visible;
}
#campaign .campaign .campaign-slider .list--campaign li.number_3 .campaign-info p:not(.title) {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
#campaign .campaign .campaign-slider .swiper-button-prev,
#campaign .campaign .campaign-slider .swiper-button-next {
  top: calc(50% - 30px);
}
#campaign .campaign .campaign-slider .swiper-button-prev {
  left: 14%;
}
#campaign .campaign .campaign-slider .swiper-button-next {
  right: 14%;
}
#campaign .campaign .campaign-info {
  font-size: 12px;
}
#campaign .campaign .campaign-info .title {
  font-weight: 500;
  margin-bottom: 0.5em;
}
#campaign .bonus {
  margin-top: 70px;
}
#campaign .bonus .campaign-info {
  text-align: center;
  color: #000;
}
#campaign .bonus .campaign-info .list--bonus li .award {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.3em;
}
#campaign .bonus .campaign-info .list--bonus li .award span {
  font-size: 24px;
  font-weight: 600;
  margin-right: 2px;
}
#campaign .bonus .campaign-info .list--bonus li .award::before, #campaign .bonus .campaign-info .list--bonus li .award::after {
  content: "";
  background: #000;
  width: calc(50% - 1.5em);
  height: 1px;
  position: absolute;
  top: 50%;
}
#campaign .bonus .campaign-info .list--bonus li .award::before {
  left: 0;
}
#campaign .bonus .campaign-info .list--bonus li .award::after {
  right: 0;
}
#campaign .bonus .campaign-info .list--bonus li .title {
  font-size: 16px;
  font-weight: 500;
}
#campaign .bonus .campaign-info .list--bonus li small {
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  margin-top: 0.5em;
}
#campaign .bonus .campaign-info .list--bonus li.award-s .title {
  font-size: 20px;
  font-weight: 600;
}

#special .inner {
  max-width: 900px;
  text-align: center;
}
#special .inner .heading {
  font-weight: 500;
  margin: 2.5em 0;
}
#special .inner .list--step {
  background: #fff;
  color: var(--main-color);
  text-align: center;
  padding: 2em;
}
#special .inner .list--step li p {
  font-size: 16px;
  margin-bottom: 0;
}
#special .inner .special-info {
  background: #fff;
  color: var(--main-color);
  padding: 2em;
}
#special .inner .special-info .title {
  font-weight: 500;
}
#special .inner .special-info p {
  font-weight: 500;
  margin-bottom: 1em;
}
#special .inner .special-info .detail {
  border-top: 1px solid var(--main-color);
  padding-top: 1.5em;
  margin: 1.5em 0;
}
#special .inner .special-info .detail dl {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 0;
}
#special .inner .special-info .detail dl dt {
  text-align: right;
}
#special .inner .special-info .attention {
  background: #fdffd7;
  padding: 1em;
}
#special .inner .special-info .attention p {
  font-size: 0.9em;
}
#special .inner .special-info .attention ul {
  text-align: left;
}
#special .inner .special-info .attention ul li {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}
#special .inner .special-info .attention ul li + li {
  margin-top: 0.5em;
}
#special .inner .btn {
  margin-top: 2em;
}

#about .inner .block-text {
  max-width: 580px;
  margin-inline: auto;
}
#about .inner .block-text p {
  line-height: 1.7;
}
#about::before {
  z-index: -2;
}
#about::after {
  content: "";
  background: #050B1E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}

#statement .inner .block-text {
  max-width: 350px;
  margin-inline: auto;
}
#statement .inner .block-text p {
  font-size: 15px;
  line-height: 1.7;
}
#statement .inner .block-text .statement-phrase {
  font-size: 25px;
  margin-top: 1em;
}

footer {
  text-align: center;
}
footer .footer-inner {
  max-width: 970px;
  margin-inline: auto;
  padding: 50px 8vw;
}
footer .footer-inner .jfa {
  margin-bottom: 3em;
}
footer .footer-inner .list--link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
footer .footer-inner .list--link li {
  text-align: center;
}
footer .footer-inner .list--link li .logo {
  min-width: 50px;
  max-width: 80px;
  height: auto;
}
footer .footer-inner .list--link li.sns_X .icon {
  display: flex;
  background: #000;
  font-size: 28px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  margin-bottom: 5px;
}
footer .footer-inner .list--link li.sns_X .icon svg {
  width: 25px;
  height: auto;
}
footer .footer-inner .list--link li.sns_X p {
  font-size: 12px;
}
footer .footer-inner .copyright {
  font-size: 12px;
  margin-top: 5em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn a {
    transition: 0.3s;
  }
  .btn a:hover {
    transform: scale(1.1);
  }
  .section-title svg {
    width: auto;
    height: 70px;
  }
  header .header-inner .list--sns {
    position: fixed;
    display: flex;
    align-items: center;
    top: 19px;
    left: 95px;
    z-index: 100;
    gap: 1em;
  }
  header .header-inner .list--sns li {
    width: 31px;
    height: 16.65px;
    cursor: pointer;
    filter: drop-shadow(0 0 3px var(--main-color));
    position: relative;
  }
  header .header-inner .list--sns li .icon {
    height: 22px;
    width: auto;
  }
  header .header-inner .list--sns li::before, header .header-inner .list--sns li::after {
    content: "";
    width: 31px;
    height: 3px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    opacity: 0;
    transform-origin: top;
  }
  header .header-inner .list--sns li.link-X::before {
    transform: rotate(26.5deg) translate(3px, 7px);
    top: 0;
  }
  header .header-inner .list--sns li.link-X::after {
    transform: rotate(-26.5deg) translate(1px, -6px);
    bottom: 0;
  }
  header .header-inner .list--sns li.link-youtube::before {
    transform: rotate(26.5deg) translate(3px, 7px);
    top: 0;
  }
  header .header-inner .list--sns li.link-youtube::after {
    transform: rotate(-26.5deg) translate(1px, -6px);
    bottom: 0;
  }
  header.open_X .list--sns li.link-X::before, header.open_X .list--sns li.link-X::after {
    opacity: 1;
  }
  header.open_X .list--sns li.link-X .icon {
    opacity: 0;
  }
  header.open_youtube .list--sns li.link-youtube::before, header.open_youtube .list--sns li.link-youtube::after {
    opacity: 1;
  }
  header.open_youtube .list--sns li.link-youtube .icon {
    opacity: 0;
  }
  .drawer {
    width: 411px;
  }
  .drawer#drawer_X .drawer-inner, .drawer#drawer_youtube .drawer-inner {
    display: flex;
    align-items: center;
  }
  .drawer#drawer_X .drawer-inner .icon, .drawer#drawer_youtube .drawer-inner .icon {
    height: 30px;
  }
  .drawer#drawer_X .drawer-inner .list--sns, .drawer#drawer_youtube .drawer-inner .list--sns {
    display: flex;
    align-items: center;
    gap: 1em;
    position: relative;
    padding-left: 40px;
    margin-left: 40px;
  }
  .drawer#drawer_X .drawer-inner .list--sns::before, .drawer#drawer_youtube .drawer-inner .list--sns::before {
    content: "";
    width: 1px;
    height: 39.5px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: calc(50% - 19.75px);
  }
  #product .product-item .product-detail {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
  }
  #product .product-item .product-detail .thumb {
    width: calc(50% - 4vw);
  }
  #product .product-item .product-detail .product-text {
    width: calc(50% - 4vw);
  }
  #product .product-item .product-detail .list--detail:last-of-type {
    margin-bottom: 0;
  }
  #product .product-item:not(.fc) {
    padding-bottom: 200px;
  }
  #product .product-item.ver2 .thumb, #product .product-item.ver4 .thumb {
    order: 2;
  }
  #product .product-item.fc .product-detail .fc-slider .main-slider {
    max-width: 600px;
  }
  #product .product-item.fc .product-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  #product .product-item.fc .product-text.cd_only {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    padding-bottom: 8vw;
  }
  #product .product-item.fc .product-text.cd_magnet {
    order: 3;
  }
  #product .product-item.fc .product-text .product-info {
    width: 50%;
  }
  #product .product-item.fc .product-text .product-contents {
    width: 50%;
  }
  #shop .list--shop li {
    width: calc((100% - 40px) / 3);
  }
  #campaign .campaign .campaign-slider .list--campaign li {
    height: auto;
  }
  #campaign .campaign .campaign-slider .list--campaign li .campaign-inner {
    height: 100%;
  }
  #campaign .campaign .campaign-slider .list--campaign li .campaign-head .campaign-title {
    width: 95%;
    margin-inline: auto;
  }
  #campaign .campaign .campaign-slider .swiper-pagination {
    margin-top: 20px;
  }
  #campaign .bonus .campaign-info {
    padding: 5% 10%;
  }
  #campaign .bonus .campaign-info .list--bonus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
  }
  #campaign .bonus .campaign-info .list--bonus li {
    width: 45%;
  }
  #campaign .bonus .campaign-info .list--bonus li.break {
    flex-basis: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
  }
  #campaign .bonus .campaign-info .list--bonus li + li:not(.break) {
    margin-top: 30px;
  }
  #special .heading.voice {
    display: inline-block;
    position: relative;
  }
  #special .heading.voice::before, #special .heading.voice::after {
    content: "";
    width: 64px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
  }
  #special .heading.voice::before {
    left: -3em;
    transform: rotate(62deg);
    transform-origin: left;
  }
  #special .heading.voice::after {
    right: -3em;
    transform: rotate(-62deg);
    transform-origin: right;
  }
  #special figure.image {
    display: flex;
  }
  #special figure.image img {
    width: 50%;
  }
  #special .list--step {
    display: flex;
  }
  #special .list--step li .image {
    width: 90%;
    margin-inline: auto;
  }
  #special .list--step li:nth-child(1) {
    padding-right: 5%;
  }
  #special .list--step li:nth-child(2) {
    padding-left: 5%;
    border-left: 1px solid var(--main-color);
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  btn a {
    font-size: 15px;
  }
  header .drawer {
    width: 100vw;
    height: 100vh;
    top: 0;
  }
  header .drawer .head {
    text-align: center;
    width: 100%;
    height: 60px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
  }
  header .drawer .head .logo {
    width: 137px;
    height: auto;
  }
  header .drawer .head::before {
    background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_fv.webp) no-repeat;
    background-size: cover;
  }
  header .drawer .deco-tape {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header .drawer .list--sns li a {
    font-size: min(3.8vw, 16px);
  }
  .section-title svg {
    width: auto;
    height: 49px;
  }
  .swiper-button-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 32vw);
    transform: translateX(-16vw);
    margin-top: 40px;
  }
  .swiper-button-wrap .swiper-button-prev,
  .swiper-button-wrap .swiper-button-next {
    position: static;
  }
  .swiper-button-wrap .swiper-button-prev::after {
    transform: translateX(0.8em);
  }
  .swiper-button-wrap .swiper-button-next::after {
    transform: translateX(-0.8em);
  }
  #drawer {
    width: 100vw;
    height: calc(100vh - 60px);
  }
  #fv #kv .main-title {
    top: 15px;
  }
  #fv #kv .main-title .logo {
    width: 137px;
  }
  #fv #kv .fv-title {
    bottom: -40px;
  }
  #fv #news .section-title {
    color: var(--main-color);
    padding-top: 10px;
    margin-bottom: 2em;
  }
  #fv #news .date {
    margin-bottom: 5px;
  }
  #product .product-item .product-detail .thumb {
    margin-bottom: 2em;
  }
  #product .product-item .product-detail .fc-slider {
    margin-top: 80px;
  }
  #product .product-item .product-detail .fc-slider .main-slider .list--member li .name svg {
    height: 50px;
  }
  #product .product-item:not(.fc) {
    padding-bottom: 70px;
  }
  #product .product-item.ver2 .deco {
    transform: scale(-1, 1) rotate(-19deg);
    left: auto;
    right: -4%;
    bottom: -3%;
  }
  #product .product-item.ver4 .deco {
    transform: scale(-1, 1) rotate(11deg);
    left: auto;
    right: -9%;
    bottom: 0;
  }
  #product .product-item.fc .product-detail .fc-slider {
    position: relative;
    margin-bottom: 3em;
  }
  #product .product-item.fc .product-detail .fc-slider .btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
  }
  #product .product-item.fc .product-detail .product-text.cd_only {
    padding-bottom: calc(70px - 2em);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  #product .product-item.fc .product-detail .product-text.cd_magnet {
    margin-top: 70px;
  }
  #photo .photo-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.5);
  }
  #photo .photo-slider .swiper-button-wrap {
    margin-top: 0;
  }
  #shop .list--shop li {
    width: calc((100% - 20px) / 2);
  }
  #shop .list--shop li .btn a {
    width: 100%;
  }
  #campaign .campaign-head p {
    text-align: left;
  }
  #campaign .list--campaign {
    display: block;
  }
  #campaign .list--campaign li + li {
    margin-top: 30px;
  }
  #campaign .campaign-inner .campaign-title span {
    display: block;
    font-size: 0.7em;
  }
  #campaign .campaign-inner .campaign-info {
    padding: 1.5em;
  }
  #campaign .campaign-inner .campaign-info .list--bonus li {
    margin-top: 1em;
  }
  #special .inner .list--step {
    padding: 2em 1.5em;
  }
  #special .inner .list--step li:nth-child(1) {
    padding-bottom: 1.5em;
  }
  #special .inner .list--step li:nth-child(2) {
    padding-top: 1.5em;
    border-top: 1px solid var(--main-color);
  }
  #special .inner .special-info {
    padding: 2em 1.5em;
  }
  #special .inner .special-info .detail dl {
    font-size: 15px;
  }
}
/* news下層ページ
------------------------------ */
#news-list,
#news-detail {
  max-width: 1000px;
  margin-inline: auto;
  padding: 6rem 5vw;
}
#news-list::before,
#news-detail::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(/static/lapone/feature/ji_blue_dwAhcn8wyJ8cnUi9/img/bg_navy.webp) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
#news-list .btn,
#news-detail .btn {
  margin-top: 3em;
}
#news-list .btn a,
#news-detail .btn a {
  font-family: var(--font-en);
}

#news-list .section-title {
  margin-bottom: 3em;
}
#news-list .section-title::after {
  background: #fff;
}
#news-list .list--news {
  background: #fff;
  padding: 1.5em;
}
#news-list .list--news span.new {
  display: none;
}

#news-detail .inner {
  background: #fff;
  padding: 2.5rem 2rem;
  color: var(--main-color);
}
#news-detail .inner .date,
#news-detail .inner .title {
  font-weight: 500;
}
#news-detail .inner .date {
  margin-bottom: 5px;
}
#news-detail .inner .title {
  font-size: 1.1em;
  border-bottom: 1px solid;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#news-detail .inner .text a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}
#news-detail .inner .text .image {
  margin: 1em 0;
}
#news-detail .inner .text .image img {
  max-width: 100%;
}
#news-detail .inner .text .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1em 0;
}
#news-detail .inner .text .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 961px) {
  #news-detail .inner .title {
    font-size: 1.15em;
  }
  #news-detail .inner .text a {
    transition: 0.3s;
  }
  #news-detail .inner .text a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  #news-detail .inner {
    padding: 2rem 1.5rem;
  }
  #news-detail .inner .text {
    font-size: 14px;
  }
}