@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  }
}

@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/*! purgecss end ignore */
/* IE */
.c-btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 15px 40px;
  margin: 0 auto;
  border: 2px solid #393332;
  border-radius: 100px;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-01 {
    font-size: 3.7333333333vw;
  }
}

.c-btn-01 img {
  width: 40px;
  height: 30px;
}

.c-btn-02 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  margin: 0 auto;
  border: 2px solid #393332;
  border-radius: 100px;
  padding-left: 90px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-02 {
    font-size: 3.7333333333vw;
  }
}

.c-btn-02::after {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-btn.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
  top: 10px;
}

.c-btn-02:hover {
  color: #E7E7E8;
  background-color: #000;
  border: 2px solid #fff;
}

.c-btn-02:hover::after {
  background-image: url(../common/images/icon-btn-white.png);
}

.c-btn-03 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  margin: 0 auto;
  border: 2px solid #393332;
  border-radius: 100px;
  padding-left: 90px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-03 {
    font-size: 3.7333333333vw;
  }
}

.c-btn-03:hover {
  color: #E7E7E8;
  background-color: #000;
  border: 2px solid #fff;
}

.c-btn-03:hover::after {
  background-image: url(../common/images/icon-btn02-white.png);
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-03 {
    padding: 20px;
    padding-left: 70px;
  }
}

.c-btn-03::after {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-btn02.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
  top: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-03::after {
    left: 20px;
  }
}

.c-btn-04 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  margin: 0 auto;
  border: 2px solid #393332;
  border-radius: 100px;
  padding-left: 75px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-04 {
    font-size: 3.7333333333vw;
  }
}

.c-btn-04:hover {
  color: #E7E7E8;
  background-color: #000;
  border: 2px solid #fff;
}

.c-btn-04:hover::after {
  background-image: url(../common/images/icon-btn03-white.png);
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-04 {
    padding: 20px;
    padding-left: 50px;
  }
}

.c-btn-04::after {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-btn03.png);
  background-repeat: no-repeat;
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-04::after {
    left: 20px;
  }
}

.c-btn-05 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 20px 40px;
  margin: 0 auto;
  border: 2px solid #393332;
  border-radius: 100px;
  padding-left: 75px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-05 {
    font-size: 3.7333333333vw;
  }
}

.c-btn-05:hover {
  color: #E7E7E8;
  background-color: #000;
  border: 2px solid #fff;
}

.c-btn-05:hover::after {
  background-image: url(../common/images/icon-btn04-white.png);
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-05 {
    padding: 20px;
    padding-left: 50px;
  }
}

.c-btn-05::after {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-btn04.png);
  background-repeat: no-repeat;
  background-size: 22px 26px;
  width: 22px;
  height: 26px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .c-btn-05::after {
    left: 20px;
  }
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}

@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.hd {
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .hd {
    font-size: 9.0666666667vw;
  }
}

.sub-hd {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .sub-hd {
    font-size: 5.3333333333vw;
  }
}

.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding-bottom: 40px;
  position: relative;
}

.ttl::after {
  display: block;
  content: "";
  background: #A8ABAF;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl h3 {
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: 0.05em;
  color: #A8ABAF;
}

@media only screen and (max-width: 47.9375em) {
  .ttl h3 {
    font-size: 7.4666666667vw;
  }
}

.ttl span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 47.9375em) {
  .ttl span {
    font-size: 4.2666666667vw;
  }
}

.label-hd {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .label-hd {
    font-size: 5.3333333333vw;
  }
}

.label-hd::after {
  display: block;
  content: "";
  background: #A8ABAF;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-text-s {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-s {
    font-size: 3.7333333333vw;
  }
}

.c-text-m {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-m {
    font-size: 4.2666666667vw;
  }
}

.c-text-ms {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-ms {
    font-size: 3.7333333333vw;
  }
}

.c-text-l {
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-l {
    font-size: 4.8vw;
  }
}

.c-text-16 {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-16 {
    font-size: 4.2666666667vw;
  }
}

.c-text-14 {
  font-size: 1.5rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-14 {
    font-size: 3.7333333333vw;
  }
}

.c-text-18-bold {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-18-bold {
    font-size: 4.8vw;
  }
}

.c-text-20-bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-20-bold {
    font-size: 4.8vw;
  }
}

.c-text-24-bold {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-24-bold {
    font-size: 5.3333333333vw;
  }
}

.c-text-black {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-black {
    font-size: 4.2666666667vw;
  }
}

.c-text-hub {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 47.9375em) {
  .c-text-hub {
    font-size: 4.2666666667vw;
  }
}

.c-red {
  color: #E60012;
}

.l-contents__detail {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__detail {
    flex-direction: column;
    gap: 40px;
  }
}

.l-contents__detail .detail-info span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}

.l-contents__detail .detail-info h2 {
  font-size: 6rem;
  font-weight: 900;
}

.l-contents__detail .detail-list {
  display: flex;
  gap: 4px;
}

.l-contents__detail .detail-item {
  width: 40px;
  height: 40px;
  border: 1px solid #A8ABAF;
  border-radius: 4px;
  padding: 1px;
}

.l-contents__detail .detail-link {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__detail .detail-link {
    flex-direction: column;
  }
}

.l-contents__detail .detail-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__detail .detail-wrap {
    flex-direction: row;
  }
}

.l-contents__detail .detail-btn {
  width: 16rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #A8ABAF;
  border-radius: 1px;
  margin-bottom: 0.5rem;
}

@media (min-width: 376px) and (max-width: 450px) {
  .l-contents__detail .detail-btn {
    width: 18rem;
  }
}

.l-contents__detail .detail-btn.active {
  background: #000;
  color: #fff;
}

.l-contents__detail .detail-btn a {
  display: block;
  padding: 4px 0;
}

.l-contents__detail .detail-btn a:hover {
  background: #898989;
  color: #fff;
}

.l-contents__detail .detail-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__detail .detail-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-contents__detail .detail-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 16rem;
  height: 10rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #666666;
  background: #E1E1E1;
  text-align: center;
}

@media (min-width: 376px) and (max-width: 450px) {
  .l-contents__detail .detail-box a {
    width: 18rem;
  }
}

.l-contents__detail .detail-box a img {
  margin: 0 auto;
}

.l-contents__detail .detail-box a:hover {
  background: #898989;
  color: #fff;
}

.l-contents__detail .detail-box .icon-bag:hover img {
  content: url(../common/images/icon-bag_white.png);
}

.l-contents__detail .detail-box .icon-mail:hover img {
  content: url(../common/images/icon-mail_white.png);
}

.l-contents__detail .detail-blank a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16rem;
  height: 2.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #666666;
  background: #E1E1E1;
  text-align: center;
  padding: 4px 10px;
}

.l-contents__detail .detail-blank a:hover {
  background: #898989;
  color: #fff;
}

.l-contents__detail .detail-blank a:hover img {
  content: url(../common/images/icon-blank-white.png);
}

@media (min-width: 376px) and (max-width: 450px) {
  .l-contents__detail .detail-blank a {
    width: 18rem;
  }
}

/* =============================================
製品仕様共通
============================================= */
.specifications-list {
  width: 100%;
}

.specifications-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #393332;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .specifications-item {
    gap: 20px;
  }
}

.specifications-item:last-child {
  margin-bottom: 0;
}

.specifications-ttl {
  width: 13.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .specifications-ttl {
    width: 9rem;
  }
}

.specifications-ttl b {
  color: #A8ABAF;
}

.border-list {
  width: 100%;
}

.border-item {
  display: flex;
  align-items: baseline;
  gap: 40px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #393332;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .border-item {
    gap: 20px;
  }
}

.border-item:last-child {
  margin-bottom: 0;
}

.border-item:first-child {
  padding-top: 2rem;
  border-top: 1px solid #393332;
}

.border-ttl {
  width: 14rem;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .border-ttl {
    width: 9rem;
  }
}

.image-list {
  width: 100%;
}

.image-item {
  display: flex;
}

@media only screen and (max-width: 47.9375em) {
  .image-item {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

.image-item:last-child {
  margin-bottom: 0;
}

.image-ttl {
  width: 14rem;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .image-ttl {
    width: 9rem;
  }
}

.icon-loupe {
  padding-left: 26px;
  position: relative;
}

.icon-loupe::before {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-loupe.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon-alert {
  padding-left: 40px;
  position: relative;
}

.icon-alert::before {
  display: inline-block;
  content: "";
  background-image: url(../common/images/icon-alert.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* =============================================
よくある質問
============================================= */
.faq-search {
  margin-top: 40px;
}

.faq-search-box {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  color: #A8ABAF;
  border-radius: 2px;
}

.faq-search-box input {
  border: 2px solid #393332;
  background: transparent;
  color: #A8ABAF;
  font-size: 16px;
  outline: none;
  padding: 15px 20px;
  width: 100%;
}

.faq-search-box input::placeholder {
  color: #A8ABAF;
}

.faq-search-box button {
  width: 168px;
  padding: 17px 20px;
  background: #393332;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .faq-search-box button {
    padding: 18.5px 20px;
  }
}

.faq-list li {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 47.9375em) {
  .faq-list li {
    margin-bottom: 4rem;
  }
}

.faq-list li:last-child {
  margin-bottom: 0;
}

.faq-list .q-icon,
.faq-list .a-icon {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

@media only screen and (max-width: 47.9375em) {

  .faq-list .q-icon,
  .faq-list .a-icon {
    font-size: 1.6rem;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.faq-list .q-icon {
  color: #666666;
  border-radius: 50%;
  border: 2px solid #666666;
}

.faq-list .q-ttl {
  font-size: 3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media only screen and (max-width: 47.9375em) {
  .faq-list .q-ttl {
    font-size: 5.3333333333vw;
  }
}

.faq-list .a-icon {
  color: #fff;
  background: #A8ABAF;
  border-radius: 50%;
}

.faq-list .a-text {
  color: #191C1F;
  line-height: 2.25;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}

@media only screen and (max-width: 47.9375em) {
  .category-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .category-list li a {
    padding-bottom: 20px;
  }
}

.category-list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 22px;
  height: 1px;
  background: #393332;
}

.category-list li a .c-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.l-contents__sec {
  background-color: #000000;
  position: relative;
  z-index: 10;
}

.l-contents__sec .p-left {
  left: 35%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-left {
    top: 60px;
    left: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-right {
  top: 80px;
  left: 0;
  transform: translate(50%, 0%);
  right: 43%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-right {
    top: 60px;
    left: auto;
    right: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-right-c {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  right: 43%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-right-c {
    top: 40px;
    left: auto;
    right: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-bottom {
  top: 75%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-bottom {
    left: 20px;
    top: 50%;
  }
}

.l-contents__sec .p-rc {
  position: absolute;
  right: -240px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-rc {
    top: 60px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.l-contents__sec .about-wrap {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .about-wrap {
    top: 100px;
    width: 100%;
    padding: 0 20px;
  }
}

.l-contents__hmd {
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.info-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .info-wrap img {
    width: 160px;
  }
}

.info__inter {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .info__inter {
    font-size: 8vw;
  }
}

.info__inter--mini {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .info__inter--mini {
    font-size: 6.4vw;
  }
}

.info__title {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .info__title {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .info__title {
    text-align: left;
  }
}

.info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  width: 140px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .info__btn {
    font-size: 3.4666666667vw;
  }
}

.info__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.info__btn:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.info__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.info__btn--auto {
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 26px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .info__btn--auto {
    font-size: 3.4666666667vw;
  }
}

.info__btn--auto::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.info__btn--auto:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.info__btn--auto:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.media--auto::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEF;
  /* 元の背景色を指定 */
  z-index: -2;
}

.gap20 {
  gap: 20px;
}

.gap40 {
  gap: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .gap40 {
    gap: 20px;
  }
}

.gap60 {
  gap: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .gap60 {
    gap: 20px;
  }
}

.ttl-hmd {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .ttl-hmd {
    max-width: 100%;
  }
}

.image-hmd img {
  margin: 0 auto;
}

.wrap-hmd {
  background: #232323;
  border-radius: 20px;
  padding: 40px 80px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .wrap-hmd {
    padding: 20px;
  }
}

.list-hmd li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  gap: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.list-hmd li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.list-hmd li .hd-hmd {
  min-width: 140px;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .hd-hmd {
    font-size: 6.4vw;
  }
}

.list-hmd li .date-hmd {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .date-hmd {
    font-size: 2.6666666667vw;
  }
}

.list-hmd li .text-hmd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .text-hmd {
    font-size: 3.7333333333vw;
  }
}

.bg-auto {
  background-color: transparent;
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.bg-auto02 {
  background-color: transparent;
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.border-red {
  border: 6px solid #E60012;
}

.online-wrap {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 38px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .online-wrap {
    padding: 30px;
  }
}

.online-ttl {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .online-ttl {
    font-size: 3.7333333333vw;
  }
}

.online-link a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .online-link a {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .online-link a {
    gap: 20px;
  }
}

.online-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 47.9375em) {
  .online-text {
    font-size: 3.7333333333vw;
  }
}

.c-white {
  color: #ffffff;
}

.com-wrap02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap02 {
    max-width: 100%;
    padding: 30px 20px;
  }
}

.com-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap {
    max-width: 100%;
    padding: 30px 20px 80px !important;
  }
}

.com-wrap .c-white {
  color: #ffffff;
}

.com-wrap p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap p {
    font-size: 3.2vw;
  }
}

.com-wrap__box {
  max-width: 680px;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box {
    max-width: 100%;
  }
}

.com-wrap__bg {
  background: #F7F7F7;
  border-radius: 20px;
  color: #393332;
  padding: 3rem;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__bg {
    padding: 3rem;
  }
}

.com-wrap__mini {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__mini {
    font-size: 3.7333333333vw;
  }
}

.com-wrap__hd {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__hd {
    font-size: 8vw;
  }
}

.com-wrap__name {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__name {
    font-size: 5.3333333333vw;
  }
}

.com-wrap__page {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__page {
    flex-direction: column;
    gap: 30px;
  }
}

.com-wrap__page .right {
  width: 100%;
}

.com-wrap__page .left {
  max-width: 234px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__page .left {
    max-width: 100%;
  }
}

.com-wrap__page .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.com-wrap__page .input-wrap input {
  border: none;
  background: #D9D9D9;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .icon-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.com-wrap .icon-link a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 14px;
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .icon-link a {
    font-size: 2.9333333333vw;
  }
}

.com-wrap .icon-link a::before {
  display: inline-block;
  content: url("../images/index/icon-link.svg");
  position: absolute;
  left: 0;
  top: -1px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link {
    width: 100%;
  }
}

.com-wrap .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #393332;
  color: #393332;
  background-color: transparent;
  /* ←ここを透過にするのがポイント */
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link a {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link a {
    width: 100%;
  }
}

.com-wrap .btn-link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap .btn-link a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap .btn-link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px auto;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.com-wrap__grid .line {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid .line {
    padding-bottom: 20px;
  }
}

.com-wrap__grid .line::after {
  display: inline-block;
  content: "";
  background: #CCCCCC;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid .line::after {
    width: 100%;
    height: 1px;
    right: auto;
    transform: translateY(0%);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0px;
  }
}

.com-wrap__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__item {
    align-items: flex-start;
    gap: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__item .icon {
    width: 50px;
  }
}

.com-wrap__cource {
  padding: 10px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__cource {
    padding: 25px 25px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__cource .icon {
    width: 50px;
  }
}

.com-wrap__box02 {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02 .icon {
    width: 50px;
  }
}

.com-wrap__box02--hd {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 14px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02--hd {
    font-size: 3.7333333333vw;
  }
}

.com-wrap__box02--hd::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  background: #A8ABAF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.com-wrap__box02--btn a {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #393332;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  height: 40px;
  border: 2px solid #393332;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02--btn a {
    font-size: 3.4666666667vw;
  }
}

.com-wrap__box02--btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__box02--btn a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap__box02--btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__label {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

.com-wrap__label li a {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #393332;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100px;
  height: 40px;
  border: 2px solid #393332 !important;
  background-color: transparent;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label li a {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label li a {
    width: 128px;
  }
}

.com-wrap__label li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__label li a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap__label li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__label li a.active {
  background: #EEEEEF !important;
  border: none !important;
}

.com-wrap__label li a.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__label li a.active:hover {
  background-color: inherit !important;
  color: #EEEEEF !important;
  border: 2px solid #393332 !important;
}

.com-wrap__label li a.active:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: static;
  transform: translate(0%, 0%);
  padding: 80px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap02 {
    max-width: 100%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-mb {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-mb02 {
    padding-bottom: 40px !important;
  }
}

.bg-gr {
  background-image: url(../images/index/img09.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 47.9375em) {
  .bg-gr {
    background-image: url(../images/index/img09_sp.png);
  }
}

.hd-gr {
  background-image: url(../common/images/hd-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}

@media only screen and (max-width: 47.9375em) {
  .hd-gr {
    background-image: url(../common/images/hd-bg_sp.png);
  }
}

.ori-laser {
  max-width: 136.6rem;
  margin: 0 auto;
}

.laser__slider {
  width: 100%;
  height: 89vh;
  /* 必要に応じて調整 */
  overflow: hidden;
  background-color: #000000;
  width: 1366px;
  height: 880px;
}

@media only screen and (max-width: 47.9375em) {
  .laser__slider {
    height: auto;
  }
}

.laser__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.laser__slider .ori-swiper .o-flex {
  min-width: 1000px;
  width: 100%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .laser__slider .ori-swiper .o-flex {
    min-width: auto;
  }
}

.laser__slider img {
  height: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .laser__slider img {
    height: auto;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.js-letter {
  font-size: 2em;
  opacity: 0;
  /* 初期状態で非表示 */
}

.u-mb-20-sp {
  margin-bottom: 20px !important;
}

.icon-chat {
  position: fixed;
  right: 47px;
  bottom: 10%;
  z-index: 100;
}

@media only screen and (max-width: 47.9375em) {
  .icon-chat {
    right: 20px;
    top: auto;
    bottom: 15%;
  }
}

.icon-chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #393332;
  border: 2px solid #393332;
  width: 280px;
  height: 60px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .icon-chat a {
    font-size: 3.4666666667vw;
  }
}

.icon-chat a:hover img {
  filter: invert(100%);
}

.icon-chat a img {
  transition: all 0.5s ease;
}

.icon-chat a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEF;
  /* 元の背景色を指定 */
  z-index: -2;
}

.icon-chat a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.icon-chat a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.icon-chat a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.front .mainview__container {
  position: relative;
}

.front .mainview__container .mainview__slider {
  height: 100svh;
  width: 100%;
}

.front .mainview__container .mainview__slider .slider-wrap {
  position: relative;
}

.front .mainview__container .mainview__slider .slider-wrap__text {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .front .mainview__container .mainview__slider .slider-wrap__text {
    bottom: 20px;
    left: 20px;
    right: auto;
    text-align: left;
    top: auto;
    transform: none;
  }
}

.front .mainview__container .mainview__slider .slider-item {
  display: block;
  height: 100%;
  width: 100%;
}

.front .mainview__container .mainview__slider .slider-item img,
.front .mainview__container .mainview__slider .slider-item video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (hover) {
  .front .mainview__container .mainview__slider .slider-item:hover {
    opacity: 1;
  }
}

.swiper-slide-active .front .mainview__container .mainview__slider .slider-item,
.swiper-slide-duplicate-active .front .mainview__container .mainview__slider .slider-item,
.swiper-slide-prev .front .mainview__container .mainview__slider .slider-item {
  animation: zoomOut 10s linear 0s normal both;
}

@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.ori-sd {
  background-color: #000000;
}

.ori-sd img {
  height: 100% !important;
}

.p-stiky {
  position: relative;
  background: #000;
}

.p-stiky__logo {
  position: sticky;
  top: 320px;
  z-index: 0;
}

.p-stiky {
  position: relative;
  background: #000;
}

.p-stiky__logo-media {
  position: sticky;
  top: 600px;
  z-index: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-stiky__logo-media {
    top: 240px;
  }
}

.p-stiky-w {
  position: relative;
  background: #fff;
}

.p-stiky-w__logo {
  position: sticky;
  top: 320px;
  z-index: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-stiky-w__logo {
    top: 240px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 47.9375em) {
  .pt0 {
    padding-top: 60px !important;
  }
}

.sale__container {
  background: #000;
}

.front .sale-list {
  position: relative;
}

.front .sale-list__item {
  height: 100vh;
  height: auto;
  left: 0;
  margin-bottom: 20vh;
  position: sticky;
  top: 0;
  width: 100%;
}

.front .sale-list__item:last-child {
  margin-bottom: 0;
}

.front .sale-list__item .item__inner {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.front .sale-list__item .item__image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.front .sale-list__item .item__image img {
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease-out;
  width: 100%;
}

.front .sale-list__item .item__container {
  color: #fff;
  height: 100%;
  left: 0;
  padding: 30px 5.13%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__container {
    padding: 56px 4.2%;
  }
}

.front .sale-list__item .item__message {
  display: block;
  left: 0;
  padding: 0 5.13%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__message {
    padding: 0 4.2%;
  }
}

.front .sale-list__item .item__message p {
  font-family: Zen Old Mincho, georgia, 游明朝, Yu Mincho, yumincho, Hiragino Mincho ProN, hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  letter-spacing: 0.2em;
  text-align: center;
}

.front .sale-list__item .item__info {
  left: 5.13%;
  min-width: clamp(160px, 13.8888888889vw, 200px);
  position: absolute;
  top: 42px;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__info {
    left: 4.2%;
    top: 60px;
  }
}

.front .sale-list__item .item__info .freetext {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(10px, 0.7638888889vw, 11px);
  letter-spacing: 0.05em;
  margin-bottom: clamp(5px, 0.6944444444vw, 10px);
}

.front .sale-list__item .item__info .title {
  border-bottom: 1px solid #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(12px, 0.9027777778vw, 13px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: clamp(10px, 0.8333333333vw, 12px);
  padding-bottom: clamp(10px, 0.9027777778vw, 13px);
}

.front .sale-list__item .item__info .desc {
  align-items: center;
  display: grid;
  grid-template-columns: clamp(62px, 4.8611111111vw, 70px) 1fr;
}

.front .sale-list__item .item__info .desc+.desc {
  margin-top: 6px;
}

.front .sale-list__item .item__info .head {
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 500;
}

.front .sale-list__item .item__info .text {
  font-size: 10px;
  font-weight: 500;
}

.front .sale-list__item .item__number {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: absolute;
  right: 5.13%;
  top: 42px;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__number {
    right: 4.2%;
    top: 60px;
  }
}

.front .sale-list__item .item__button {
  margin: 45px auto 0;
  max-width: 140px;
}

.front .sale-list__item:has(.item__button:hover) .item__image img {
  transform: scale(1.05);
}

/* 追加の基本スタイル */
body {
  margin: 0;
}

.sale__head {
  text-align: center;
  padding: 20px 0;
}

.sale__head .title {
  font-size: clamp(20px, 1.6666666667vw, 24px);
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.c-button .text {
  margin-right: 10px;
}

.c-button .arrow svg {
  transition: transform 0.3s ease;
}

.c-button:hover .arrow svg {
  transform: translateX(5px);
}

.ml-auto {
  margin-left: auto;
}

/* クリックエリア拡大とリンク機能（ブランド紹介） */
.info-wrap .u-flex--col:has(.info__btn) {
  position: relative;
  cursor: pointer;
  /* クリック可能なエリアを明示 */
}

/* ホバー時に.info__btnのホバー効果を連動 */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* クリックエリア拡大とリンク機能（ブランド紹介） */
.info-wrap .u-flex--col:has(.info__btn) {
  position: relative;
  cursor: pointer;
  /* クリック可能なエリアを明示 */
}

/* ホバー時に.info__btnのホバー効果を連動（ブランド紹介のみ） */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .bg-imageのホバー時に.info__btn--autoのホバー効果を連動 */
.l-contents__sec:hover .info__btn--auto {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .image-hmdのホバー時に.info__btn--autoのホバー効果を連動 */
.hmd-container:hover .info__btn--auto {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .bg-imageのホバー時に.about--btn aのホバー効果を連動 */
.l-contents__about--bg:hover .about--btn a {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

.ori-z {
  position: relative;
  z-index: 100;
}

/* ホバー時に.info__btnのホバー効果を連動 */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.info-wrap .u-flex--col:has(.info__btn):hover .info__btn::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* ホバー時に.info__btnのホバー効果を連動（ブランド紹介のみ） */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .bg-imageのホバー時に.info__btn--autoのホバー効果を連動 */
.l-contents__sec:hover .info__btn--auto {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.l-contents__sec:hover .info__btn--auto::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .image-hmdのホバー時に.info__btn--autoのホバー効果を連動 */
.hmd-container:hover .info__btn--auto {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.hmd-container:hover .info__btn--auto::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .bg-imageのホバー時に.about--btn aのホバー効果を連動 */
.l-contents__about--bg:hover .about--btn a {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.l-contents__about--bg:hover .about--btn a::before {
  transform: scaleX(1);
  transform-origin: left;
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #333333;
  border-radius: 0.5rem;
}

.border-top {
  border-top: 1px solid #393332;
  margin-bottom: 100px;
}

@media only screen and (max-width: 47.9375em) {
  .border-top {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .slider-list {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }
}

.image-lineup {
  padding-left: 6rem;
  padding-right: 6rem;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .image-lineup {
    padding: 0;
  }
}

.image-lineup02 {
  max-width: 600px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 47.9375em) {
  .image-lineup02 {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}

.image-ori {
  padding-left: 12rem;
  padding-right: 12rem;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .image-ori {
    padding: 0;
  }
}

.dot-text {
  padding-left: 24px;
  position: relative;
}

.dot-text::before {
  display: inline-block;
  content: "";
  background-image: url(../common/images/dot-black.svg);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .dot-text::before {
    top: 16px;
    transform: translateY(0%);
  }
}

@media only screen and (max-width: 47.9375em) {
  .dot-text::before {
    top: 16px;
    transform: translateY(0%);
  }
}

.num-list {
  list-style: decimal;
  padding-left: 2rem;
}

.num-list li {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.num-list li:last-child {
  margin-bottom: 0;
}

.num-list li a {
  text-decoration: underline;
}

.image-color {
  max-width: 65.5rem;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 47.9375em) {
  .image-color {
    max-width: 100%;
  }
}

.image-adjust {
  max-width: 38.3rem;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 47.9375em) {
  .image-adjust {
    max-width: 100%;
  }
}

.image-touch {
  max-width: 61.7rem;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 47.9375em) {
  .image-touch {
    max-width: 100%;
  }
}

.image-red {
  min-width: 40px;
}

.touch-list li {
  gap: 60px;
  margin-bottom: 40px;
}

.touch-list li:last-child {
  margin-bottom: 0;
}

.touch-list .image {
  width: 172px;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .touch-list .image {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .touch-list .image {
    margin: 0 auto 30px;
  }
}

.wrap-800 {
  max-width: 82rem;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 47.9375em) {
  .wrap-800 {
    max-width: 100%;
  }
}

.bg-gray {
  background: #E1E1E1;
  padding: 25px 30px;
  text-align: center;
  border-radius: 2px;
}

@media only screen and (max-width: 47.9375em) {
  .bg-gray {
    padding: 20px;
  }
}

.image-440 {
  min-width: 440px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-440 {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.image-300 {
  max-width: 30rem;
  margin: 0 auto 40px;
}

.image-270 {
  max-width: 270px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-270 {
    max-width: auto;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.image-270-min {
  min-width: 270px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-270-min {
    min-width: auto;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.image-270-min img {
  margin: 0 auto;
}

.image-380 {
  max-width: 380px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-380 {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.image-560 {
  min-width: 560px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-560 {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.image-635 {
  min-width: 635px;
  margin-right: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .image-635 {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.breadcrumblist {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1.2rem;
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumblist {
    flex-wrap: wrap;
  }
}

.breadcrumblist a {
  color: #A8ABAF;
}

.asterisk-list li {
  margin-bottom: 20px;
}

.asterisk-list li:last-child {
  margin-bottom: 0;
}

.blueetooth {
  padding-right: 24px;
  position: relative;
}

.blueetooth::after {
  display: inline-block;
  content: "";
  background-image: url(../images/laser/grleo/bluetooth/icon-bt.png);
  background-repeat: no-repeat;
  background-size: 16px 30px;
  width: 16px;
  height: 30px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-list {
  margin: 0 auto;
  position: relative;
}

.slider-list .slick-slide {
  overflow: hidden;
}

.slider-list .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-list .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-list .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-list .slick-next {
  right: 0;
}

.slider-list .slick-prev {
  left: 0;
}

.slider-list .slick-next::before {
  left: 20px;
}

.slider-list .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.icon-loupe {
  cursor: pointer;
}

.icon-loupe:hover {
  text-decoration: underline;
}

.l-contents__mv--about .mv-image {
  position: relative;
}

.l-contents__mv--about .mv-text {
  position: absolute;
  top: 17%;
  left: 35%;
  transform: translateX(-50%);
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__mv--about .mv-text {
    top: 100px;
    left: 20px;
    transform: translateX(0%);
  }
}

.l-contents__mv--about .mv-text h1 {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__mv--about .mv-text h1 {
    font-size: 10.6666666667vw;
  }
}

.l-contents__mv--about .mv-text small {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__mv--about .mv-text small {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about {
    margin-bottom: 20px;
  }
}

.l-contents__about h2 {
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about h2 {
    font-size: 5.3333333333vw;
  }
}

.l-contents__about .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about .hd-inter {
    font-size: 10.6666666667vw;
  }
}

.l-contents__about .hd-inter .ex-l {
  font-weight: 200;
}

.l-contents__about-list li {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li {
    flex-direction: column;
    gap: 20px;
  }
}

.l-contents__about-list li:last-child {
  margin-bottom: 0;
}

.l-contents__about-list li img {
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li .u-flex {
    width: 100%;
  }
}

.l-contents__about-list li .grid04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li .grid04 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

.l-contents__about-list li .thumb-icon {
  min-width: 180px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li .thumb-icon {
    min-width: auto;
  }
}

.l-contents__about-list li .year {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li .year {
    font-size: 8vw;
  }
}

.l-contents__about-list li .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about-list li .text {
    font-size: 5.3333333333vw;
  }
}

.l-contents__about--bg {
  position: relative;
  background: #2D3033;
  background: #232323;
}

.l-contents__about--bg .bg-text {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-40%, -50%);
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text {
    left: auto;
    top: 50%;
    transform: translate(0%, -50%);
    right: 20px;
  }
}

.l-contents__about--bg .bg-text .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text .hd-inter {
    font-size: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text .hd-inter {
    text-align: right;
  }
}

.l-contents__about--bg .about--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .about--btn a {
    font-size: 3.4666666667vw;
  }
}

.l-contents__about--bg .about--btn a:hover {
  background-color: #EEEEEF;
  color: #393332;
  border: 1px solid #393332;
}

.l-contents__about--gallery {
  display: flex;
  gap: 176px;
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--gallery {
    gap: 10px;
  }
}

.l-contents__about--gallery .sub-hder {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--gallery .sub-hder {
    font-size: 5.3333333333vw;
  }
}

.l-contents__about--gallery h1 {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--gallery h1 {
    font-size: 10.6666666667vw;
  }
}

.l-contents__about--gallery small {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--gallery small {
    font-size: 4.2666666667vw;
  }
}

.gallery-bg {
  background-image: url("../../assets/images/about-shotnavi/gallery/logo.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .gallery-bg {
    padding-bottom: 40px;
  }
}

.youtube-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.youtube-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  /* 720×405 と同じ比率 */
  height: auto;
  /* 比率に合わせて自動計算 */
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .hmd-image {
    width: 52%;
  }
}

.three-thumb {
  min-width: 450px;
}

@media only screen and (max-width: 47.9375em) {
  .three-thumb {
    min-width: auto;
  }
}

.golf-ball img {
  margin: 100px auto 0;
}

@media only screen and (max-width: 47.9375em) {
  .golf-ball img {
    margin: 60px auto 0;
  }
}

.l-contents__golfgps {
  background-color: #000000;
}

.l-contents__golfgps--mv {
  padding-top: 18rem;
  background-color: #000000;
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv {
    padding-top: 12rem;
  }
}

.l-contents__golfgps--mv span {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #A8ABAF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv span {
    font-size: 7.4666666667vw;
  }
}

.l-contents__golfgps--mv h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv h1 {
    font-size: 7.4666666667vw;
  }
}

.l-contents__golfgps--mv .t-light {
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv .t-light {
    font-size: 8vw;
  }
}

.l-contents__golfgps--mv .t-black {
  font-size: 14rem;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv .t-black {
    font-size: 18.6666666667vw;
  }
}

.l-contents__golfgps--mv .border-glay {
  border: 2px solid #D9D9D9;
  margin: 40px 0;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--mv .border-glay {
    margin: 30px 0;
  }
}

.l-contents__golfgps--model {
  min-width: 410px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--model {
    min-width: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__golfgps--model img {
    width: 250px;
    margin: 0 auto;
  }
}

.l-contents__laser--model {
  min-width: 280px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__laser--model {
    min-width: 75px;
  }
}

.l-contents__laser--model02 {
  min-width: 500px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__laser--model02 {
    min-width: auto;
  }
}

.l-contents__laser--model03 {
  min-width: 280px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__laser--model03 {
    min-width: auto;
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__laser--model03 img {
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: -40px;
  }
}

.l-contents__training--modelx__text {
  min-width: 656px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__training--modelx__text {
    min-width: auto;
  }
}

.l-contents__training--bg {
  background: #232323;
}

.l-contents__training--bg .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__training--bg .hd-inter {
    font-size: 8vw;
  }
}

.l-contents__training--bg .bg-image {
  margin: 0 auto;
}

.l-contents__about h2 {
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about h2 {
    font-size: 5.3333333333vw;
  }
}

.l-contents__about .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about .hd-inter {
    font-size: 8vw;
  }
}

.l-contents__about .hd-inter .ex-l {
  font-weight: 200;
}

.l-contents__about--bg {
  position: relative;
  background: #2D3033;
  background: #232323;
}

.l-contents__about--bg .bg-text {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-40%, -50%);
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text {
    left: auto;
    top: 50%;
    transform: translate(0%, -50%);
    right: 20px;
  }
}

.l-contents__about--bg .bg-text .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text .hd-inter {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .bg-text .hd-inter {
    text-align: right;
  }
}

.l-contents__about--bg .bg-text .hd-inter .ex-l {
  font-weight: 200;
}

.l-contents__about--bg .line-text {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18%;
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .line-text {
    top: 40px;
  }
}

.l-contents__about--bg .line-text .hd-inter {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .line-text .hd-inter {
    font-size: 8vw;
  }
}

.l-contents__about--bg .line-text .hd-inter .ex-l {
  font-weight: 200;
}

.l-contents__about--bg .about--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .about--btn a {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__about--bg .about--btn a {
    margin: 30px auto 0;
  }
}

.l-contents__about--bg .about--btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.l-contents__about--bg .about--btn a:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.l-contents__about--bg .about--btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.bg-black {
  background-color: #000000;
}

.gap10 {
  gap: 10px;
}

.gap80 {
  gap: 80px;
}

@media only screen and (max-width: 47.9375em) {
  .gap80 {
    gap: 30px;
  }
}

.golfgps--bg {
  background-image: url("../images/golfgps/img06.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

@media only screen and (max-width: 47.9375em) {
  .golfgps--bg {
    background-image: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .gps-hd {
    font-size: 3rem !important;
  }
}

.bg-logo {
  background-image: url("../images/laser/logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

@media only screen and (max-width: 47.9375em) {
  .bg-logo {
    background-image: none;
  }
}

.training--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .training--btn {
    font-size: 3.4666666667vw;
  }
}

.training--btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEF;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.training--btn:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.training--btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.training--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 160px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .training--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}

.training--grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
}

.training--grid li::after {
  display: block;
  content: "";
  background: #D9D9D9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -80px;
}

@media only screen and (max-width: 47.9375em) {
  .training--grid li::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -30px;
    right: 0%;
    transform: translateY(-50%);
  }
}

.training--grid li:last-child::after {
  display: none;
}

.training--grid li .thumb-wrap {
  width: 100%;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 47.9375em) {
  .training--grid li .thumb-wrap {
    height: auto;
  }
}

.training--grid li .thumb-wrap img {
  margin: 0 auto;
}

.tr-bg {
  background-image: url("../images/training/img02.png");
  background-repeat: no-repeat;
  background-size: 510px 535px;
  background-position: right center;
}

@media only screen and (max-width: 47.9375em) {
  .tr-bg {
    background-image: none;
  }
}

.tr-bg02 {
  background-image: url("../images/training/img03.png");
  background-repeat: no-repeat;
  background-size: 715px 555px;
  background-position: left top;
}

@media only screen and (max-width: 47.9375em) {
  .tr-bg02 {
    background-image: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .tr03 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .tr03 img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-p0 {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-inner {
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .w200-sp {
    width: 200px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .gap-30-sp {
    gap: 38px;
  }
}

.l-contents__lineup--mv {
  padding-top: 18rem;
  color: #000000;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv {
    padding-top: 12rem;
  }
}

.l-contents__lineup--mv span {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv span {
    font-size: 7.4666666667vw;
  }
}

.l-contents__lineup--mv h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv h1 {
    font-size: 8vw;
  }
}

.l-contents__lineup--mv .t-light {
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv .t-light {
    font-size: 11.7333333333vw;
  }
}

.l-contents__lineup--mv .t-black {
  font-size: 14rem;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv .t-black {
    font-size: 22.4vw;
  }
}

.l-contents__lineup--mv .border-glay {
  border: 1px solid #D9D9D9;
  margin: 100px 0;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--mv .border-glay {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--logo {
    margin-bottom: 20px;
  }
}

.l-contents__lineup--logo img {
  width: auto;
  height: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--logo img {
    width: auto;
    height: 30px;
  }
}

.l-contents__lineup--hd {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 24px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--hd {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--hd {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.l-contents__lineup--hd::before {
  display: block;
  content: "";
  background: #A8ABAF;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-contents__lineup--sub {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--sub {
    font-size: 6.4vw;
  }
}

.l-contents__lineup--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.l-contents__lineup--grid li a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  /* a:hover のとき lineup-btn に適用 */
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a {
    flex-direction: column;
  }
}

.l-contents__lineup--grid li a .thumb {
  min-width: 220px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .thumb {
    width: 220px;
  }
}

.l-contents__lineup--grid li a .info {
  width: 100%;
}

.l-contents__lineup--grid li a .name {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .name {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .spec {
    width: 100%;
  }
}

.l-contents__lineup--grid li a .spec li {
  border-bottom: 1px solid #393332;
  margin-bottom: 4px;
}

.l-contents__lineup--grid li a .spec li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .spec li {
    flex-direction: row;
  }
}

.l-contents__lineup--grid li a .spec strong {
  min-width: 76px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .spec strong {
    font-size: 3.2vw;
  }
}

.l-contents__lineup--grid li a .spec .detail {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .spec .detail {
    font-size: 3.2vw;
  }
}

.l-contents__lineup--grid li a .lineup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393332;
  color: #393332;
  background-color: transparent;
  width: 106px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .lineup-btn {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid li a .lineup-btn {
    width: 78px;
    height: 29px;
  }
}

.l-contents__lineup--grid li a .lineup-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
}

.l-contents__lineup--grid li a:hover .lineup-btn {
  background-color: inherit;
  color: #EEEEEF;
  border: 1px solid #fff;
}

.l-contents__lineup--grid li a:hover .lineup-btn::before {
  transform: scaleX(1);
  transform-origin: left;
}

.l-contents__lineup--grid06 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid06 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.l-contents__lineup--grid06 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.l-contents__lineup--grid06 li a .name {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__lineup--grid06 li a .name {
    font-size: 3.7333333333vw;
  }
}

.inquiry-form__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
}

@media only screen and (max-width: 47.9375em) {
  .inquiry-form__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.inquiry-form__item:last-child {
  margin-bottom: 0;
}

.inquiry-form__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 310px;
}

@media only screen and (max-width: 47.9375em) {
  .inquiry-form__left {
    min-width: auto;
    gap: 10px;
    align-items: baseline;
  }
}

.inquiry-form__left .label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E60012;
  color: #fff;
  width: 44px;
  height: 25px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .inquiry-form__left .label {
    font-size: 3.7333333333vw;
  }
}

.inquiry-form__right {
  width: 100%;
}

.inquiry-form__input input {
  display: block;
  width: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
}

.inquiry-form__input textarea {
  display: block;
  width: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
}

.inquiry-form__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  width: 240px;
  height: 52px;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 80px auto 0;
}

@media only screen and (max-width: 47.9375em) {
  .inquiry-form__btn a {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .inquiry-form__btn a {
    margin: 60px auto 0;
  }
}

.inquiry-form__btn a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.u-flex--vt-startx {
  align-items: flex-start !important;
}

.address-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
  .address-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.address-item__ttl {
  min-width: 90px;
}

.address-item__search {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 47.9375em) {
  .address-item__search {
    gap: 10px;
  }
}

.address-item__search input {
  display: block;
  width: 114px;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .address-item__search input {
    width: 80px;
  }
}

.address-item__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  width: 104px;
  height: 44px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 47.9375em) {
  .address-item__btn button {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .address-item__btn button {
    width: 96px;
    height: 40px;
  }
}

.address-item__btn button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.address-item__input {
  width: 100%;
}

.address-item__input input {
  display: block;
  width: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
}

.address-item__select {
  position: relative;
}

.address-item__select select {
  display: block;
  width: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.address-item__select::after {
  content: url(../common/images/icon-arrow-under.svg);
  font-size: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
}

.address-item .w280 {
  width: 280px;
}

@media only screen and (max-width: 47.9375em) {
  .address-item .w280 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .ori-add {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .ori-add .address-item__ttl {
    min-width: auto;
  }
}

.dot-icon {
  min-width: 8px;
}

@media only screen and (max-width: 47.9375em) {
  .line-icon img {
    width: 30px;
  }
}

.gapx {
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .gapx {
    gap: 10px;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */