html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: var(--font-jp);
  background-color: var(--color-white);
  color: var(--color-black);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004cbd;
  --color-black: #080808;
  --color-white: #fff;
  --font-jp: "dnp-shuei-mincho-pr6n", serif;
  --font-en: "Bodoni 72 Oldstyle", "Bodoni MT", "Bodoni 72", "Didot", "Didot LT STD", "Hoefler Text", Garamond,
    "Times New Roman", serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  width: 100%;
}
.l-header__logo {
  line-height: 1;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__toggle.is-open .l-header__toggleLine:nth-child(1) {
  transform: translateY(5px) rotate(30deg);
}
.l-header__toggle.is-open .l-header__toggleLine:nth-child(2) {
  transform: translateY(-5px) rotate(-30deg);
}
.l-header__toggleLine:nth-child(1) {
  top: 15px;
}
.l-header__toggleLine:nth-child(2) {
  top: 25px;
}
.l-header__navList {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.l-header__navItem a {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  transition: opacity 0.3s;
  color: var(--color-white);
}
.l-header__navBtn a {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  padding: 15px 24px;
  border: 1px solid #e3e0e0;
  border-radius: 40px;
  font-size: 2.4rem;
  line-height: 2.08rem;
  color: var(--color-white);
  transition: background-color 0.3s;
}
.l-header__navBtn a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-cart_wh.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.js-side-scrollSec {
  will-change: transform;
}

.m-scrollHidden {
  width: 100%;
  overflow: hidden;
}
.m-scrollSec__inner {
  display: flex;
}

.c-desc {
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 2;
}
.c-imgWide img,
.c-imgWide video {
  width: 100%;
  height: auto;
}

.c-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  overflow: auto;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.c-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  padding: 83px 30px 40px;
  gap: 0 8.3333333333vw;
  position: relative;
}
.c-modal__img {
  height: 480px;
  flex-shrink: 0;
  text-align: center;
}
.c-modal__img img {
  width: auto;
  height: 100%;
}
.c-modal__table {
  border-collapse: collapse;
  max-width: 506px;
  width: 100%;
  flex-shrink: 0;
}
.c-modal__table th,
.c-modal__table td {
  border: 1px solid #dddddd;
  padding: 8px 16px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.34rem;
}
.c-modal__table th.-vertical,
.c-modal__table td.-vertical {
  width: 9.1%;
  padding: 0;
  letter-spacing: 1em;
  writing-mode: vertical-rl;
}
.c-modal__table th.-small,
.c-modal__table td.-small {
  width: 29.1%;
}
.c-modal__table th {
  width: 29.3333333333vw;
}
.c-modal__table td {
  width: 54.6666666667vw;
}

.c-titleContainer {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.c-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.87rem;
}

.c-titleHasBg > span {
  min-width: 300px;
  display: block;
  padding: 5px 8px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}
.c-titleHasBg.-gradient > span {
  background: linear-gradient(90deg, #c5d8ef 0%, #feffff 100%);
}
.c-titleHasBg.-white > span {
  background-color: var(--color-white);
}

.p-topProgress {
  display: none;
}

.p-topMv {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.p-topMv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-topMv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
}
.p-topMv__title img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.p-topMv__title img.is-show {
  opacity: 1;
  visibility: visible;
}
.p-topMv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.p-topAbout {
  padding: 114px 0 80px;
}
.p-topAbout__inner {
  position: relative;
}
.p-topAbout__title {
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
}
.p-topAbout__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-topAbout__text {
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
}

.p-topImgWide1 {
  position: relative;
}
.p-topImgWide1__title {
  position: absolute;
  top: 17px;
  left: 50%;
  font-size: 1.4rem;
  transform: translateX(-50%);
  z-index: 2;
}

.p-topIdeal {
  padding: 56px 0 48px;
}
.p-topIdeal__inner {
  flex-direction: column;
  gap: 40px 0;
}

.p-topAspect {
  background-color: #f6f6f6;
  padding: 48px 0;
}
.p-topAspect__inner {
  height: 100%;
  flex-direction: column;
  gap: 32px 0;
}

.p-topDesign {
  padding: 48px 0 80px;
}
.p-topDesign__img2 {
  width: 100%;
  margin-left: -10%;
}
.p-topDesign__img2 figcaption {
  font-size: 1.3rem;
  text-align: center;
}

.p-topImgWide2 {
  position: relative;
  width: 100vw;
  height: 100%;
}
.p-topImgWide2__title {
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 1.4rem;
  z-index: 2;
  color: var(--color-white);
}
.p-topImgWide2 video {
  width: 120%;
  height: auto;
}

.p-topHand {
  padding: 56px 0 134px;
  position: relative;
}
.p-topHand__imgs {
  display: flex;
  align-items: flex-end;
}
.p-topHand__img4 {
  margin-bottom: -78px;
}

.p-topGlass {
  background-color: #f6f6f6;
  padding: 56px 0 80px;
  position: relative;
}
.p-topGlass__right .c-desc {
  margin-top: 0;
}
.p-topGlass__rightInner {
  display: flex;
  justify-content: space-between;
}
.p-topGlass__img4 {
  position: relative;
  top: 16px;
}

.p-topImgWide3 {
  position: relative;
}
.p-topImgWide3__title {
  position: absolute;
  bottom: 15px;
  left: 19px;
  color: var(--color-white);
  font-size: 1.4rem;
  z-index: 2;
}

.p-topLineup {
  padding: 56px 0 80px;
}
.p-topLineup__inner {
  flex-direction: column;
  justify-content: center;
  gap: 12px 0;
}

.p-topGlassList {
  background-color: #ebecf0;
  padding: 100px 0 80px;
}
.p-topGlassList__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 94px;
}
.p-topGlassList__title {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}
.p-topGlassList__title .-edge::before, .p-topGlassList__title .-edge::after {
  content: "";
  display: block;
  width: 5px;
  height: 22px;
  background-image: url("../img/top/icon-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-topGlassList__title .-edge::before {
  left: -1px;
}
.p-topGlassList__title .-edge::after {
  right: -1px;
  transform: translateY(-50%) rotate(180deg);
}
.p-topGlassList__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b9b8a5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-topGlassList__title span {
  line-height: 1;
}
.p-topGlassList__title span.-en img {
  height: 25px;
  width: auto;
}
.p-topGlassList__title span.-ja {
  font-size: 1.4rem;
}
.p-topGlassList__titleInner {
  background-color: #ebecf0;
  display: inline-flex;
  padding: 0 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  position: relative;
  z-index: 2;
}
.p-topGlassList__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 217px;
}
.p-topGlassList__img {
  position: relative;
  text-align: center;
  margin-top: 4px;
}
.p-topGlassList__img figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px 0;
}
.p-topGlassList__img figcaption .-ja {
  font-size: 1.3rem;
}
.p-topGlassList__btn {
  position: absolute;
  right: 0;
  bottom: 100px;
  transition: opacity 0.3s, transform 0.3s;
  line-height: 1;
}
.p-topGlassList__desc {
  font-size: 1.1rem;
  line-height: 1.98rem;
  text-align: center;
  margin-top: 10px;
}

.p-topImgWide4 {
  position: relative;
}
.p-topImgWide4__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-topImgWide4 .c-imgWide__inner {
  left: 0;
}
.p-topImgWide4__btn {
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
  color: var(--color-white);
  z-index: 2;
  font-size: 1.8rem;
  display: flex;
  gap: 0 9px;
  align-items: center;
  transition: opacity 0.3s;
}
.p-topImgWide4__btn::before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background-image: url(../img/common/icon-arrow-left.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 769px) {
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-header {
    padding: 20px 56px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
  }
  .l-header__toggle {
    display: none;
  }
  .l-header__navItem a {
    font-size: 1.6rem;
  }
  .l-header__navBtn a {
    font-size: 1.6rem;
    padding: 8px 24px;
    border-radius: 24px;
  }
  .m-scrollArea {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .m-scrollSec {
    flex-shrink: 0;
    height: 100vh;
    height: 100lvh;
  }
  .m-scrollSec__inner {
    height: 100%;
    align-items: center;
  }
  .c-desc {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 3.34rem;
  }
  .c-imgWide {
    flex-shrink: 0;
    height: 100%;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
  .c-imgWide__inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-imgWide img,
  .c-imgWide video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
  }
  .c-modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-modal__close {
    top: 0;
    right: 0;
    transition: opacity 0.3s, transform 0.3s;
  }
  .c-modal__table th,
  .c-modal__table td {
    padding: 10px 16px;
    font-size: 1.4rem;
    line-height: 2.52rem;
  }
  .c-modal__table th {
    width: 38.1%;
  }
  .c-modal__table td {
    width: 61.9%;
  }
  .c-titleContainer {
    gap: 26px 0;
  }
  .c-title {
    font-size: 3.4rem;
    line-height: 4.86rem;
  }
  .c-titleHasBg > span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 6px 8px;
  }
  .p-topProgress {
    display: block;
    position: fixed;
    bottom: 32px;
    left: 56px;
    width: 81px;
    height: 1px;
    background-color: #d2d2d2;
    z-index: 99;
  }
  .p-topProgress__bar {
    width: 0;
    height: 3px;
    background-color: #797979;
    margin-top: -1.5px;
  }
  .p-topMv__title {
    gap: 18px 0;
  }
  .p-topAbout {
    width: 1423px;
    padding: 20px 207px 20px 170px;
  }
  .p-topAbout__inner {
    gap: 0 150px;
  }
  .p-topAbout__title {
    font-size: 3rem;
  }
  .p-topAbout__imgContent {
    width: 278px;
    height: 563px;
  }
  .p-topAbout__text {
    font-size: 1.4rem;
    line-height: 3.78rem;
  }
  .p-topImgWide1 {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
  }
  .p-topImgWide1__title {
    top: 72px;
    font-size: 2.6rem;
  }
  .p-topIdeal {
    padding: 20px 150px 20px 170px;
  }
  .p-topIdeal__inner {
    gap: 0 120px;
    flex-direction: row;
  }
  .p-topAspect {
    width: 1012px;
    padding: 20px 150px;
  }
  .p-topAspect__inner {
    gap: 0 80px;
    flex-direction: row;
  }
  .p-topAspect__imgContent {
    width: 240px;
    height: 442px;
  }
  .p-topDesign {
    min-width: 1191px;
    padding: 20px 150px;
  }
  .p-topDesign__inner {
    gap: 0 120px;
  }
  .p-topDesign__img1 {
    width: 379px;
    height: 358px;
  }
  .p-topDesign__spImgs {
    display: none;
  }
  .p-topImgWide2__title {
    bottom: 54px;
    right: 67px;
    font-size: 2.6rem;
  }
  .p-topHand {
    min-width: 2067px;
    padding: 20px 150px 20px 170px;
  }
  .p-topHand__img1 {
    margin-right: 100px;
  }
  .p-topHand .c-titleContainer {
    margin-top: 7.6388888889vw;
  }
  .p-topHand .c-titleContainer .c-titleHasBg,
  .p-topHand .c-titleContainer .c-title {
    margin-left: 20px;
  }
  .p-topHand__img2 {
    margin-top: 7.6388888889vw;
  }
  .p-topHand__right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 13.75vh 0;
  }
  .p-topHand__text {
    display: flex;
    gap: 0 56px;
    margin-left: 20px;
  }
  .p-topHand__imgs {
    gap: 0 54px;
    margin-left: -60px;
  }
  .p-topHand__img4 {
    margin-bottom: -46px;
  }
  .p-topGlass {
    padding: 20px 150px 20px;
    min-width: 2236px;
  }
  .p-topGlass__img1 {
    margin-right: 120px;
  }
  .p-topGlass__img2 {
    margin-top: 56px;
    margin-left: 101px;
  }
  .p-topGlass__right {
    margin-left: 78px;
    display: flex;
    flex-direction: column;
    gap: 64px 0;
  }
  .p-topImgWide3__title {
    bottom: 54px;
    left: 76px;
    font-size: 2.6rem;
  }
  .p-topLineup {
    padding: 20px 230px 20px 150px;
  }
  .p-topLineup__inner {
    align-items: flex-start;
    gap: 30px 0;
  }
  .p-topGlassList {
    min-width: 3325px;
    padding: 20px 260px 20px 200px;
  }
  .p-topGlassList__block:nth-child(2) .p-topGlassList__title {
    margin-bottom: 22px;
  }
  .p-topGlassList__block:nth-child(3) .p-topGlassList__title {
    margin-bottom: 47px;
  }
  .p-topGlassList__block:nth-child(3) .p-topGlassList__btn {
    right: 0px;
    bottom: 100px;
  }
  .p-topGlassList__title {
    margin-bottom: 60px;
  }
  .p-topGlassList__listContainer .swiper-button-prev,
  .p-topGlassList__listContainer .swiper-button-next,
  .p-topGlassList__listContainer .swiper-scrollbar {
    display: none;
  }
  .p-topGlassList__list .swiper-wrapper {
    display: flex !important;
    align-items: flex-end !important;
    gap: 0 55px !important;
  }
  .p-topGlassList__item {
    width: 264px !important;
  }
  .p-topGlassList__img figcaption .-ja {
    font-size: 1.4rem;
  }
  .p-topGlassList__desc {
    font-size: 1.2rem;
    line-height: 2.16rem;
    margin-top: 12px;
  }
  .p-topImgWide4 {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
  }
}
@media print, screen and (min-width: 1600px) {
  .m-wrapper {
    max-width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    z-index: 999;
    position: fixed;
    top: 24px;
    left: 24px;
    mix-blend-mode: difference;
  }
  .l-header__toggle {
    display: block;
    width: 64px;
    height: 40px;
    z-index: 999;
    position: fixed;
    top: 24px;
    right: 24px;
    mix-blend-mode: difference;
  }
  .l-header__toggleLine {
    width: 64px;
    height: 2px;
    background-color: var(--color-white);
    position: absolute;
    left: 0;
    transition: background-color 0.3s, transform 0.3s;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    z-index: 998;
    pointer-events: none;
  }
  .l-header__nav.is-open {
    pointer-events: auto;
  }
  .l-header__navBg {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background-color: #120b04;
    position: absolute;
    top: 0;
    right: 0;
    transition: height 0.8s cubic-bezier(0.8, 0.02, 0.9, 0.73);
  }
  .l-header__navList {
    flex-direction: column;
    gap: 32px 40px;
    padding: 50px 0;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .l-header__navItem {
    max-width: 115px;
    width: 100%;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  .l-header__navItem.is-open {
    transform: translateY(0);
    opacity: 1;
  }
  .l-header__navBtn {
    width: 100%;
    max-width: 280px;
    margin-top: 24px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  .l-header__navBtn.is-open {
    transform: translateY(0);
    opacity: 1;
  }
  .l-header__navBtn a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  .m-scrollSec__inner {
    padding: 0 40px;
    flex-direction: column;
  }
  .c-modal__inner {
    flex-direction: column;
    gap: 30px 0;
  }
  .p-topMv {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
  .p-topMv__title img:first-child {
    width: 44.2666666667vw;
    height: 3.2vw;
    max-width: 301px;
    max-height: 21px;
  }
  .p-topMv__title img:last-child {
    width: 68.2666666667vw;
    height: 13.9466666667vw;
    max-width: 463px;
    max-height: 94px;
  }
  .p-topAbout__img {
    display: none;
  }
  .p-topAbout__text {
    margin-top: 26px;
  }
  .p-topImgWide1__title {
    text-align: center;
    width: 100%;
  }
  .p-topAspect__img {
    margin: 0 auto;
    width: 44.8vw;
  }
  .p-topDesign__left {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px 0;
  }
  .p-topDesign__img1 {
    display: none;
  }
  .p-topDesign__img2 {
    display: none;
  }
  .p-topDesign__img2 img {
    width: 100%;
    max-width: none;
  }
  .p-topDesign .c-desc {
    margin-top: 12px;
  }
  .p-topDesign__spImgs {
    margin-top: 24px;
    text-align: center;
  }
  .p-topDesign__spImgs .js-lottie {
    width: 101.0666666667vw;
    max-width: 100%;
  }
  .p-topDesign__spImgs img:nth-child(2) {
    width: 120%;
    max-width: none;
    margin-left: -15%;
  }
  .p-topImgWide2__title {
    text-align: center;
    width: 100%;
  }
  .p-topHand__img1 {
    width: 64vw;
    margin-bottom: 32px;
  }
  .p-topHand__img2 {
    display: none;
  }
  .p-topHand__text .c-desc:nth-child(2) {
    margin-top: 0;
  }
  .p-topHand__imgs {
    justify-content: center;
    margin-top: 40px;
  }
  .p-topHand__imgs img {
    max-width: none;
    width: 100%;
  }
  .p-topHand__img3 {
    width: 45.0666666667vw;
  }
  .p-topHand__img4 {
    width: 40.8vw;
    margin-left: -27px;
  }
  .p-topGlass__img1 {
    width: 56.8vw;
    text-align: center;
    margin: 0 auto 40px;
  }
  .p-topGlass__img2 {
    width: 40vw;
    margin-top: 20px;
  }
  .p-topGlass__img2 img {
    max-width: none;
    width: 100%;
  }
  .p-topGlass__img3 {
    display: none;
  }
  .p-topGlass__img4 {
    margin-left: auto;
    width: 47.2vw;
  }
  .p-topGlass__img4 img {
    max-width: none;
    width: 100%;
  }
  .p-topGlassList__inner {
    flex-direction: column;
    gap: 90px 0;
    padding: 0 40px;
  }
  .p-topGlassList__block:first-child .p-topGlassList__item:first-child {
    width: 145px;
  }
  .p-topGlassList__block:first-child .p-topGlassList__item:nth-child(2) {
    width: 175px;
  }
  .p-topGlassList__block:nth-child(2) .p-topGlassList__item:first-child {
    width: 145px;
  }
  .p-topGlassList__block:nth-child(2) .p-topGlassList__item:nth-child(2) {
    width: 176px;
  }
  .p-topGlassList__block:nth-child(3) .p-topGlassList__item:first-child {
    width: 180px;
  }
  .p-topGlassList__block:nth-child(3) .p-topGlassList__item:nth-child(2) {
    width: 190px;
  }
  .p-topGlassList__title {
    margin: 0 40px;
  }
  .p-topGlassList__listContainer {
    overflow: scroll;
    width: 100vw;
    padding-bottom: 32px;
  }
  .p-topGlassList__listContainer .swiper-button-prev,
  .p-topGlassList__listContainer .swiper-button-next {
    width: 19px !important;
    height: 38px !important;
    background-image: url(../img/common/icon-slider-navigation.svg);
    background-size: cover;
    background-position: center;
  }
  .p-topGlassList__listContainer .swiper-button-prev::after,
  .p-topGlassList__listContainer .swiper-button-next::after {
    content: "";
  }
  .p-topGlassList__listContainer .swiper-button-prev {
    left: 40px;
  }
  .p-topGlassList__listContainer .swiper-button-next {
    transform: rotate(180deg);
    right: 40px;
  }
  .p-topGlassList__listContainer .swiper-scrollbar {
    background-color: #d0d0d0;
    height: 1px;
    width: calc(100% - 80px);
    margin: 32px auto 0;
  }
  .p-topGlassList__listContainer .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background-color: #878787;
  }
  .p-topGlassList__item {
    flex-shrink: 0;
  }
  .p-topGlassList__img {
    width: 217px;
    margin: 4px auto 0;
  }
  .p-topImgWide4__title {
    width: 71.2vw;
  }
  .p-topImgWide4__btn {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__navItem a:hover {
    opacity: 0.7;
  }
  .l-header__navBtn a:hover {
    background-color: #e3e0e0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .c-imgWide__inner {
    left: -10%;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .c-modal__close:hover {
    opacity: 0.7;
    transform: rotate(90deg);
  }
  .p-topGlassList__btn:hover {
    opacity: 0.7;
    transform: rotate(90deg);
  }
  .p-topImgWide4__btn:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 1221px) {
  .c-modal__close {
    top: 0;
    right: -60px;
  }
}