<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Roboto:wght@100..900&amp;display=swap");
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
:root {
  --font-size: 62.5%;
  --bar-width: 17px;
  --header-height: 80px;
  --color-text: #FFFFFF;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-blue-1: #0540B0;
  --color-blue-2: #1A1D4B;
  --color-blue-3: #042E92;
}
html {
  overflow-y: scroll;
  background: #1A1D4B;
  font-size: var(--font-size);
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  margin-right: var(--bar-width);
  overflow: hidden;
}
body {
  position: relative;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  background: url("../img/bg_01.webp") center top/cover no-repeat, #042E92;
}
svg {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a.is-none {
  pointer-events: none;
}
.l-header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: #FFFFFF;
}
html.is-fixed .l-header {
  padding-right: var(--bar-width);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: 30px;
}
.l-header__logo {
  margin-left: -15px;
}
.l-header-nav__button {
  display: block;
  z-index: 10;
  position: relative;
  aspect-ratio: 1/1;
  width: 40px;
}
.l-header-nav__button::before {
  position: absolute;
  top: calc(50% + 8px);
  left: 5px;
  width: calc(100% - 10px);
  height: 2px;
  background: #000000;
  content: "";
  transition: color 0.25s ease 0.25s, top 0.25s ease 0.25s, transform 0.25s ease, width 0.25s ease, left 0.25s ease;
}
.l-header-nav__button::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  width: calc(100% - 10px);
  height: 2px;
  background: #000000;
  content: "";
  transition: color 0.25s ease 0.25s, top 0.25s ease 0.25s, transform 0.25s ease, width 0.25s ease, left 0.25s ease;
}
.l-header-nav__button span {
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: calc(100% - 10px);
  height: 2px;
  background: #000000;
  transition: opacity 0.25s ease 0.25s;
}
.l-header-nav__button.is-open::before {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  transform: rotate(45deg);
  background: #FFFFFF;
  transition: color 0.25s ease, top 0.25s ease, transform 0.25s ease 0.25s, width 0.25s ease 0.25s, left 0.25s ease 0.25s;
}
.l-header-nav__button.is-open::after {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  transform: rotate(-45deg);
  background: #FFFFFF;
  transition: color 0.25s ease, top 0.25s ease, transform 0.25s ease 0.25s, width 0.25s ease 0.25s, left 0.25s ease 0.25s;
}
.l-header-nav__button.is-open span {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.l-footer {
  z-index: 10;
  position: relative;
  padding-bottom: 80px;
}
.l-footer__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1200 * 60);
}
.l-footer-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-footer-company__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 0 0;
  font-size: 1.2rem;
}
.l-footer-company__list .item {
  position: relative;
}
.l-footer-company__list .item:not(:first-of-type)::before {
  position: relative;
  top: -0.1em;
  padding-inline: 20px;
  content: "|";
}
.l-footer__copyright {
  font-size: 1.2rem;
}
.l-footer-sns {
  display: flex;
  align-items: center;
}
.l-footer-sns__title {
  font-size: 1.2rem;
}
.l-footer-sns__list {
  display: flex;
  margin-left: 20px;
  gap: 0 20px;
}
.l-nav {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 46, 146, 0.9);
}
.l-nav__inner {
  display: flex;
  align-self: center;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
}
.l-nav__list {
  margin: auto auto;
  padding: 100px 60px;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-nav__list .item + .item {
  margin-top: 0.6em;
}
.l-nav__list .item a {
  display: inline-block;
}
.l-main {
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.l-section {
  position: relative;
}
.l-section__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1200 * 60);
}
.l-section__inner.size--xl {
  max-width: none;
  padding-inline: 0 0;
}
.l-section__inner.size--l {
  max-width: 1380px;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1380 * 60);
}
.l-background {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.is-fixed .l-background {
  width: calc(100% - var(--bar-width));
}
.l-background__sea {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sea_01.webp") center center/cover no-repeat;
  transition: opacity 1s ease;
}
.l-background__sea::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 29, 75, 0.7);
  content: "";
  opacity: 0;
  transition: opacity 1s ease;
}
.l-background__sea.is-dark::after {
  opacity: 1;
}
.l-background__sea.is-dark2::after {
  opacity: 0.6;
}
.l-background__sea.is-hide {
  opacity: 0;
}
.c-icon--play {
  display: block;
  z-index: 1;
  position: relative;
  aspect-ratio: 1/1;
  width: 80px;
  border-radius: 50% 50%;
  background: rgba(5, 64, 176, 0.8);
}
.c-icon--play::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  content: "";
  -webkit-mask: url("../img/icon_play.svg") center center/100% auto no-repeat;
  mask: url("../img/icon_play.svg") center center/100% auto no-repeat;
}
.c-icon--plus {
  display: block;
  z-index: 1;
  position: relative;
  aspect-ratio: 1/1;
  width: 30px;
  border-radius: 50% 50%;
  background: url("../img/icon_plus.svg") center center/100% auto no-repeat;
  opacity: 0.3;
}
.c-icon--close {
  display: block;
  z-index: 1;
  position: relative;
  aspect-ratio: 1/1;
  width: 80px;
  border-radius: 50% 50%;
  background: url("../img/icon_close.svg") center center/100% auto no-repeat;
}
.c-button--a {
  display: block;
  position: relative;
}
.c-button--a .c-icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-button--b {
  display: block;
  position: relative;
  margin-inline: auto;
  padding: 17px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px;
  background: rgba(26, 29, 75, 0.5);
  line-height: 1.5;
  text-align: center;
}
.c-button--b span {
  display: inline-block;
  position: relative;
}
.c-button--b.out span {
  padding-left: 20px;
}
.c-button--b.out span::before {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1/1;
  width: 10px;
  transform: translateY(-50%);
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon_window.svg") center center/100% auto no-repeat;
  mask: url("../img/icon_window.svg") center center/100% auto no-repeat;
}
.c-button--b.ancher span {
  padding-right: 20px;
}
.c-button--b.ancher span::before {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1/1;
  width: 12px;
  transform: translateY(-50%);
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon_arrow01.svg") center center/100% auto no-repeat;
  mask: url("../img/icon_arrow01.svg") center center/100% auto no-repeat;
}
.c-text--a &gt; p + p {
  margin-top: 2em;
}
.c-title--h2 {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-movie {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__bg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #000000;
}
.p-movie__wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 60px min(60px, (100vw - var(--bar-width)) / 1380 * 60);
}
.p-movie__frame {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.vertical .p-movie__frame {
  aspect-ratio: 9/16;
}
.p-movie__frame video,
.p-movie__frame iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-movie-close__button {
  display: block;
  width: 80px;
  margin-top: 60px;
}
.mfp-movie.mfp-bg {
  opacity: 0;
}
.mfp-movie .mfp-container {
  padding: 0 0;
}
.p-bubble {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  pointer-events: none;
}
[class*=js-fadein] {
  position: relative;
  opacity: 0;
}
.u-disp--block {
  display: block;
}
.u-disp--inline {
  display: inline;
}
.u-disp--inline-block {
  display: inline-block;
}
.u-text--nowrap {
  white-space: nowrap;
}
.u-text--breakall {
  word-break: break-all;
}
.u-text--anywhere {
  line-break: anywhere;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-font--noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font--roboto {
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wdth" 100;
}
.u-font--w100 {
  font-weight: 100;
}
.u-font--w200 {
  font-weight: 200;
}
.u-font--w300 {
  font-weight: 300;
}
.u-font--w400 {
  font-weight: 400;
}
.u-font--w500 {
  font-weight: 500;
}
.u-font--w600 {
  font-weight: 600;
}
.u-font--w700 {
  font-weight: 700;
}
.u-font--w800 {
  font-weight: 800;
}
.u-font--w900 {
  font-weight: 900;
}
.u-color--text, .u-color--default {
  color: #FFFFFF;
}
.u-color--white {
  color: #FFFFFF;
}
.u-color--black {
  color: #000000;
}
.visual-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(880px, 100vh);
}
.visual-box__inner {
  position: relative;
  aspect-ratio: 1080/660;
  width: 100%;
}
.visual-box__list {
  position: relative;
  height: 100%;
}
.visual-box__list .item {
  position: absolute;
}
.visual-box__list .item--01 {
  top: 13.9393939394%;
  left: 2.8703703704%;
  width: 17.2222222222%;
}
.visual-box__list .item--02 {
  top: 30.303030303%;
  left: 18.9814814815%;
  width: 13.3333333333%;
}
.visual-box__list .item--03 {
  top: 0%;
  left: 27.2222222222%;
  width: 17.4074074074%;
}
.visual-box__list .item--04 {
  top: 24.3939393939%;
  left: 41.4814814815%;
  width: 18.2407407407%;
}
.visual-box__list .item--05 {
  top: 2.4242424242%;
  left: 58.1481481481%;
  width: 17.2222222222%;
}
.visual-box__list .item--06 {
  top: 35.7575757576%;
  left: 70.9259259259%;
  width: 17.4074074074%;
}
.visual-box__list .item--07 {
  top: 19.2424242424%;
  left: 87.2222222222%;
  width: 12.7777777778%;
}
.visual__title {
  position: absolute;
  top: 83.4848484848%;
  left: 18.9814814815%;
  width: 62.037037037%;
}
.visual__indicator {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  height: max(70px, min(7.9545454545vh, 110px));
}
.visual__indicator::after {
  position: absolute;
  top: 0;
  left: -6px;
  aspect-ratio: 1/1;
  width: 12px;
  transform: translateY(-50%);
  border-radius: 50% 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  content: "";
  animation: keyvisualIndicator 1.6s cubic-bezier(0.65, 0, 0.35, 1) 0s infinite;
  opacity: 0;
}
@keyframes keyvisualIndicator {
  0% {
    top: 0%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    opacity: 0;
  }
  10% {
    top: 0%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    opacity: 0;
  }
  20% {
    top: 0%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
  80% {
    top: 100%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
  90% {
    top: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    opacity: 0;
  }
  100% {
    top: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    opacity: 0;
  }
}
.visual__indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  content: "";
}
.concept {
  padding: 180px 0 60px;
}
.concept__title {
  margin-bottom: 60px;
  font-size: 2.2rem;
}
.concept__subtitle {
  margin-bottom: 60px;
  font-size: 3.8rem;
  line-height: 1.3684210526;
  letter-spacing: 0.2em;
  text-align: center;
}
.concept__text {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
}
.tvcm {
  padding: 120px 0;
}
.tvcm__title {
  margin-bottom: 60px;
}
.tvcm-movie {
  margin-bottom: 60px;
}
.tvcm-movie__button {
  overflow: hidden;
  border-radius: 30px 30px;
}
.tvcm__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 0 30px;
}
.tvcm__text {
  font-size: 2rem;
  text-align: center;
}
.tvcm__button {
  margin-top: 20px;
}
.tvcm__button a {
  width: 250px;
  margin-inline: auto;
  padding: 8px 10px;
}
.features {
  padding: 120px 0;
}
.features__title {
  margin-bottom: 60px;
}
.features-box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px;
  background: rgba(26, 29, 75, 0.5);
}
.features-box__image {
  width: 50%;
}
.features-box__image .image {
  height: 100%;
}
.features-box__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-box__body {
  align-self: center;
  width: 50%;
  padding: 40px 5.5555555556%;
}
.features-box__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: max(23.3333333333px, min(2.3007395234vw, 2.8rem));
  line-height: 1.5;
}
.collection {
  padding: 120px 0;
}
.collection__title {
  margin-bottom: 45px;
}
.collection-product {
  margin-bottom: 125px;
}
.collection-product .item {
  position: relative;
  max-width: 3120px;
  margin-inline: auto;
  padding: 75px 0;
  overflow: hidden;
}
.collection-product .item-wrap {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 min(60px, (100vw - var(--bar-width)) / 1200 * 60) 30px;
}
.collection-product .item-inner {
  display: flex;
  position: relative;
  align-items: center;
  min-height: min(740px, ((100vw - var(--bar-width)) * 0.5 - min(60px, (100vw - var(--bar-width)) / 1200 * 60)) / 500 * 740);
}
.collection-product .item:nth-of-type(2n) .item-inner {
  padding-right: 50%;
}
.collection-product .item:nth-of-type(2n+1) .item-inner {
  padding-left: 50%;
}
.collection-product .item-body {
  max-width: 460px;
  margin-inline: auto;
}
.collection-product .item:nth-of-type(2n) .item-body {
  padding-right: 30px;
}
.collection-product .item:nth-of-type(2n+1) .item-body {
  padding-left: 30px;
}
.collection-product .item-brand {
  margin-bottom: 20px;
}
.collection-product .item-num {
  margin-bottom: 5px;
}
.collection-product .item-num span {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.collection-product .item-title {
  margin-bottom: 15px;
}
.collection-product .item-price {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
.collection-product .item-price span {
  font-size: 2.8rem;
}
.collection-product .item-image {
  position: absolute;
  top: 0;
  width: 50%;
}
.collection-product .item-image .swiper {
  max-width: 500px;
  overflow: visible;
}
.collection-product .item-image .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px;
}
.collection-product .item-image .swiper-slide img {
  width: 100%;
}
.collection-product .item-image .swiper-pagination {
  font-size: 0;
}
.collection-product .item-image .swiper-pagination-bullets {
  bottom: -30px;
}
.collection-product .item-image .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
}
.collection-product .item-image .swiper-pagination-bullet-active {
  background: white;
}
.collection-product .item:nth-of-type(2n) .item-image {
  right: 0;
}
.collection-product .item:nth-of-type(2n) .item-image .swiper {
  margin-left: 0;
}
.collection-product .item:nth-of-type(2n+1) .item-image {
  left: 0;
}
.collection-product .item:nth-of-type(2n+1) .item-image .swiper {
  margin-right: 0;
}
.collection-product .item-text {
  margin-bottom: 30px;
  font-weight: 400;
}
.collection-product .item-movie {
  margin-bottom: 30px;
}
.collection-product .item-movie__button {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px;
  background: #000000;
  line-height: 1;
}
.collection-product .item-movie__button video {
  max-width: 100%;
}
.collection-product .item-movie__button .c-icon--plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.collection-product .item#CB5874-81L .item-brand {
  font-size: 3.8rem;
  line-height: 1.0526315789;
}
.collection-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.1111111111%;
}
.collection-nav .item {
  width: calc((100% - 72px) / 7);
}
.collection-nav .item a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px 15px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)), rgba(255, 255, 255, 0.05);
}
.special {
  padding: 120px 0 60px;
}
.special__title {
  margin-bottom: 60px;
}
.special_comingsoon {
  margin-bottom: 60px;
  text-align: center;
}
.special-movie {
  margin-bottom: 60px;
}
.special-movie .item {
  max-width: 960px;
  margin-inline: auto;
}
.special-movie .item.vertical {
  width: min(360px, 37.5%);
}
.special-movie .item + .item {
  margin-top: 60px;
}
.special-movie__button {
  overflow: hidden;
  border-radius: 30px 30px;
}
.special-collabo .item + .item {
  margin-top: 60px;
}
.special-collabo__title {
  margin-bottom: 30px;
  text-align: center;
}
.special-collabo__text {
  max-width: 700px;
  margin-inline: auto;
}
.special-collabo__text p + p {
  margin-top: 1em;
}
.special-collabo__text .l {
  font-size: 2rem;
}
.special-collabo__text .s {
  font-size: 1.3rem;
}
.special-collabo__image {
  margin-top: 30px;
  text-align: center;
}
.shoplist {
  padding: 120px 0 180px;
}
.shoplist__button {
  max-width: 600px;
  padding: 26px 20px;
  border-radius: 45px 45px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-footer-flex {
    flex-direction: column;
  }
  .l-footer-company {
    justify-content: center;
    width: 100%;
  }
  .l-footer-company__list {
    justify-content: center;
  }
  .l-footer__copyright {
    margin-bottom: 30px;
    text-align: center;
  }
  .l-footer-sns {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 45px;
  }
  body {
    min-width: 0;
    font-size: 1.3rem;
  }
  svg {
    width: 100%;
    max-width: none;
  }
  img {
    width: 100%;
    max-width: none;
  }
  .l-header__inner {
    padding-inline: 4%;
  }
  .l-header__logo {
    width: 100px;
    margin-left: -2.8985507246%;
  }
  .l-header-nav__button {
    width: 30px;
  }
  .l-header-nav__button::before {
    top: calc(50% + 5px);
    height: 1px;
  }
  .l-header-nav__button::after {
    top: calc(50% - 7px);
    height: 1px;
  }
  .l-header-nav__button span {
    height: 1px;
  }
  .l-footer {
    padding-bottom: 40px;
  }
  .l-footer__inner {
    padding: 0 8%;
  }
  .l-footer-company__list {
    gap: 8px 0;
    font-size: 1rem;
  }
  .l-footer-company__list .item:not(:first-of-type)::before {
    padding-inline: 15px;
  }
  .l-footer__copyright {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .l-footer-sns__list {
    margin-left: 15px;
    gap: 0 15px;
  }
  .l-footer-sns__list .item {
    width: 25px;
  }
  .l-nav {
    height: 100dvh;
  }
  .l-nav__list {
    padding: 50px 8%;
    font-size: 2.7rem;
  }
  .l-section__inner {
    padding: 0 8%;
  }
  .l-section__inner.size-sp--xl {
    padding: 0 0%;
  }
  .l-section__inner.size-sp--l {
    padding: 0 4%;
  }
  .l-background {
    height: 100lvh;
  }
  .l-background__sea {
    background-image: url("../img/sea_01_sp.webp");
  }
  .c-icon--play {
    width: 60px;
  }
  .c-icon--plus {
    width: 20px;
  }
  .c-icon--close {
    width: 40px;
  }
  .c-button--b {
    padding: 14px 10px;
    font-size: 1.4rem;
  }
  .c-title--h2 {
    font-size: 2.5rem;
  }
  .p-movie__bg {
    top: 30px;
    height: calc(100% - 30px);
  }
  .p-movie__wrap {
    height: calc(100% - 30px);
    margin-top: 30px;
    padding: 40px 0;
  }
  .p-movie__frame {
    /*height: calc(100% - 100px);*/
  }
  .p-movie-close__button {
    width: 40px;
    margin-top: 30px;
  }
  .u-disp-sp--block {
    display: block;
  }
  .u-disp-sp--inline {
    display: inline;
  }
  .u-disp-sp--inline-block {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
  .u-text-sp--center {
    text-align: center;
  }
  .u-text-sp--left {
    text-align: left;
  }
  .u-text-sp--right {
    text-align: right;
  }
  .visual-box {
    height: 100svh;
  }
  .visual-box__inner {
    aspect-ratio: 630/828;
  }
  .visual-box__list .item--01 {
    top: 34.4202898551%;
    left: 1.5873015873%;
    width: 26.0317460317%;
  }
  .visual-box__list .item--02 {
    top: 24.8792270531%;
    left: 78.0952380952%;
    width: 19.3650793651%;
  }
  .visual-box__list .item--03 {
    top: 3.3816425121%;
    left: 15.5555555556%;
    width: 26.1904761905%;
  }
  .visual-box__list .item--04 {
    top: 21.8599033816%;
    left: 36.8253968254%;
    width: 27.4603174603%;
  }
  .visual-box__list .item--05 {
    top: 0%;
    left: 59.2063492063%;
    width: 25.873015873%;
  }
  .visual-box__list .item--06 {
    top: 45.652173913%;
    left: 55.3968253968%;
    width: 26.3492063492%;
  }
  .visual-box__list .item--07 {
    top: 50.845410628%;
    left: 26.6666666667%;
    width: 20.7936507937%;
  }
  .visual__title {
    top: 89.4927536232%;
    left: 7.9365079365%;
    width: 84.126984127%;
  }
  .visual__indicator {
    height: 60px;
  }
  .visual__indicator::after {
    left: -3px;
    width: 6px;
  }
  @keyframes keyvisualIndicator{
    0% {
      top: 0%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      opacity: 0;
    }
    10% {
      top: 0%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      opacity: 0;
    }
    20% {
      top: 0%;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25);
      opacity: 1;
    }
    80% {
      top: 100%;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25);
      opacity: 1;
    }
    90% {
      top: 100%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      opacity: 0;
    }
    100% {
      top: 100%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      opacity: 0;
    }
  }
  .concept {
    padding: 90px 0 45px;
  }
  .concept__title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .concept__subtitle {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .concept__text {
    font-size: 1.3rem;
  }
  .tvcm {
    padding: 45px 0;
  }
  .tvcm__title {
    margin-bottom: 30px;
  }
  .tvcm-movie {
    margin-bottom: 30px;
  }
  .tvcm-movie__button {
    border-radius: 15px 15px;
  }
  .tvcm__subtitle {
    gap: 0 15px;
  }
  .tvcm__subtitle .bz {
    width: 35.5px;
  }
  .tvcm__subtitle .x {
    width: 10px;
  }
  .tvcm__subtitle .mappa {
    width: 140px;
  }
  .tvcm__text {
    font-size: 1.3rem;
  }
  .tvcm__button a {
    width: max(220px, min(63.4920634921%, 250px));
  }
  .features {
    padding: 45px 0;
  }
  .features__title {
    margin-bottom: 30px;
  }
  .features-box {
    flex-direction: column;
    border-radius: 15px 15px;
  }
  .features-box__image {
    width: 100%;
  }
  .features-box__body {
    width: 100%;
    padding: 30px 9.5238095238% 40px;
  }
  .features-box__title {
    font-size: 2rem;
  }
  .collection {
    padding: 45px 0;
  }
  .collection__title {
    margin-bottom: 0;
  }
  .collection-product {
    margin-bottom: 40px;
  }
  .collection-product .item {
    padding: 40px 0;
  }
  .collection-product .item-wrap {
    padding: 0 12%;
  }
  .collection-product .item-inner {
    display: block;
    min-height: 0;
  }
  .collection-product .item:nth-of-type(2n) .item-inner {
    padding-right: 0;
  }
  .collection-product .item:nth-of-type(2n+1) .item-inner {
    padding-left: 0;
  }
  .collection-product .item-body {
    max-width: none;
  }
  .collection-product .item:nth-of-type(2n) .item-body {
    padding-right: 0;
  }
  .collection-product .item:nth-of-type(2n+1) .item-body {
    padding-left: 0;
  }
  .collection-product .item-brand {
    margin-bottom: 15px;
  }
  .collection-product .item-num span {
    padding: 3px 15px;
    font-size: 1.2rem;
  }
  .collection-product .item-title {
    margin-bottom: 5px;
  }
  .collection-product .item-image {
    position: relative;
    width: auto;
    margin: 0 10.5263157895% 20px;
    padding-bottom: 20px;
  }
  .collection-product .item-image .swiper {
    max-width: none;
  }
  .collection-product .item-image .swiper-slide {
    border-radius: 15px 15px;
  }
  .collection-product .item-image .swiper-pagination-bullets {
    bottom: -20px;
  }
  .collection-product .item-image .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    border-width: 1px;
  }
  .collection-product .item-text {
    margin-bottom: 20px;
  }
  .collection-product .item-movie {
    margin-bottom: 20px;
  }
  .collection-product .item#CB1150-75L .item-brand img {
    width: 152.5px;
  }
  .collection-product .item#CC4075-50L .item-brand img, .collection-product .item#CB0288-65L .item-brand img {
    width: 199px;
  }
  .collection-product .item#BN1025-08L .item-brand img {
    width: 270.5px;
  }
  .collection-product .item#ES9490-95L .item-brand img {
    width: 37.5px;
  }
  .collection-product .item#EM1060-87L .item-brand img {
    width: 170.5px;
  }
  .collection-nav {
    gap: 5px 5px;
  }
  .collection-nav .item {
    width: calc((100% - 15px) / 4);
  }
  .special {
    padding: 45px 0;
  }
  .special__title {
    margin-bottom: 30px;
  }
  .special_comingsoon {
    margin-bottom: 30px;
  }
  .special_comingsoon img {
    max-width: 280px;
  }
  .special-movie .item.vertical {
    width: 55.0724637681%;
  }
  .special-movie .item + .item {
    margin-top: 30px;
  }
  .special-movie__button {
    border-radius: 15px 15px;
  }
  .special-collabo__title .bz {
    width: 47.5px;
  }
  .special-collabo__title .mappa {
    width: 172.5px;
  }
  .special-collabo__text .l {
    font-size: 1.6rem;
  }
  .special-collabo__text .s {
    font-size: 1.1rem;
  }
  .shoplist {
    padding: 45px 0 100px;
  }
  .shoplist__button {
    max-width: none;
    padding: 17px 20px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .visual-box {
    height: 152vw;
  }
}
@media screen and (min-width: 767.1px) {
  .u-sp {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header-nav__button {
    transition: opacity 0.3s ease;
  }
  .l-header-nav__button:hover {
    opacity: 0.8;
  }
  .l-footer-company__list a:hover {
    text-decoration: underline;
  }
  .l-footer-sns__list a {
    transition: opacity 0.3s ease;
  }
  .l-footer-sns__list a:hover {
    opacity: 0.8;
  }
  .l-nav__list .item a {
    transition: opacity 0.3s ease, filter 0.3s ease;
  }
  .l-nav__list .item a:hover {
    filter: blur(1px);
    opacity: 0.8;
  }
  .c-button--a .c-icon--play {
    transition: transform 0.3s ease;
  }
  .c-button--a:hover .c-icon--play {
    transform: translate(-50%, -50%) scale(1.06);
  }
  .c-button--b {
    transition: background-color 0.3s ease;
  }
  .c-button--b:hover {
    background: #1a1d4b;
  }
  .p-movie-close__button {
    transition: opacity 0.3s ease;
  }
  .p-movie-close__button:hover {
    opacity: 0.8;
  }
  .collection-product .item-movie__button .c-icon--plus {
    transition: opacity 0.3s ease;
  }
  .collection-product .item-movie__button:hover .c-icon--plus {
    opacity: 0.8;
  }
  .collection-nav .item a {
    transition: background-color 0.3s ease;
  }
  .collection-nav .item a:hover {
    background: #1a1d4b;
  }
}</pre></body></html>