@charset "UTF-8";
/*-- globalフォルダの中の_index.scss --*/
.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/*-- baseフォルダの中の_index.scss --*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

body {
  color: #0f1111;
  background-color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  transition: opacity 0.3s ease;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.9;
  }
}
img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-- componentフォルダの中の_index.scss --*/
@keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: -75%;
  }
  80% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine02 {
  100% {
    left: 125%;
  }
}
.tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tellink {
    pointer-events: auto;
  }
}

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-footer {
  background-color: #fff;
  margin-top: -230px;
}

@media (max-width: 1100px) {
	.l-footer {
    margin-top: -20.909vw;
  }
}

.l-footer .l-footer__container {
  text-align: center;
  padding-top: 87px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1100px) {
  .l-footer .l-footer__container {
    padding-top: 7.83vw;
    padding-bottom: 6.48vw;
  }
}
.l-footer .l-footer-link {
  display: flex;
  justify-content: center;
}
.l-footer .l-footer-link .l-footer-link__item {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-inline: 36px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-footer .l-footer-link .l-footer-link__item {
    font-size: 2.7vw;
    padding-inline: 3.24vw;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer-link .l-footer-link__item {
    font-size: 12px;
  }
}
.l-footer .l-footer-link .l-footer-link__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #0f1111;
}
.l-footer .l-footer-link .l-footer-link__item:last-child::before {
  content: none;
}
.l-footer small {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1100px) {
  .l-footer small {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 425px) {
  .l-footer small {
    font-size: 12px;
  }
}

.page-inner {
  max-width: 1100px;
  overflow: hidden;
  margin-inline: auto;
}

.l-main .lp {
  position: relative;
}
.l-main .lp .lp-pos {
  position: relative;
}
.l-main .lp .lp-pos .lp-pos__btn {
  width: min(100%, 924px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .l-main .lp .lp-pos .lp-pos__btn {
    width: 84%;
  }
}
.l-main .lp .lp-pos .lp-pos__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
  z-index: 5;
}
.l-main .lp .lp-pos .lp-pos__btn:hover {
  opacity: 1;
}
.l-main .lp .lp-pos .lp-pos__btn:hover img {
  opacity: 1;
}
.l-main .lp .lp-pos .lp-pos__btn:hover::before {
  animation: shine02 0.7s;
}
.l-main .lp .lp-pos .lp-pos-iframe {
  width: min(100%, 930px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .l-main .lp .lp-pos .lp-pos-iframe {
    width: 84%;
  }
}
.l-main .lp .lp-pos .lp-pos-iframe iframe {
  width: 100%;
  height: 638px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .l-main .lp .lp-pos .lp-pos-iframe iframe {
    height: 58vw;
  }
}
.l-main .lp-01 .lp-pos__btn {
  bottom: 295px;
}

/* スマホ専用 */
@media screen and (max-width: 768px) {
  .l-main .lp-01 .lp-pos__btn {
    bottom: 12%; /* PCより下に */
  }
}

.l-main .lp-02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-02 {
    margin-bottom: 13.5vw;
  }
}
.l-main .lp-02 .lp-pos__gif {
  width: min(100%, 763px);
  position: absolute;
  left: 50%;
  bottom: 174px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .l-main .lp-02 .lp-pos__gif {
    width: 70%;
    bottom: 5.3%;
  }
}
.l-main .lp-03.lp-pos .lp-pos__btn {
  width: min(100%, 908px);
  bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-03.lp-pos .lp-pos__btn {
    bottom: 1.2%;
    width: 84%;
  }
}
.l-main .lp-07 .video {
  width: min(100%, 920px);
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp-07 {
    min-height: 1350px; /* 好きな高さに調整 */
  }
}

@media screen and (max-width: 768px) {
  .l-main .lp-07 .video {
    top: calc(8.4% + 50px); /* 今の位置からさらに100px下へ */
  }
}

.l-main .lp-07 .video .video__link {
  display: block;
  width: 100%;
  margin-top: 62px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-07 .video .video__link {
    margin-top: 6.8%;
  }
}
.l-main .lp-07 .video .video__link:first-child {
  margin-top: 0;
}
.l-main .lp-08 {
  padding-top: 117px;
  background-color: #E9ECF3;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-08 {
    margin-top: -0.2%;
  }
}
.l-main .lp-09 .lp-pos-iframe01 {
  top: 1978px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-09 .lp-pos-iframe01 {
    top: 32.9%;
  }
}
.l-main .lp-09 .lp-pos-iframe02 {
  top: 4588px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-09 .lp-pos-iframe02 {
    top: 76.2%;
  }
}
.l-main .lp-09 .lp-pos__btn {
  bottom: 220px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-09 .lp-pos__btn {
    bottom: 3.7%;
  }
}
.l-main .lp-11 .text {
  width: 78%;
  position: absolute;
  bottom: 304px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .l-main .lp-11 .text {
    bottom: 4.4%;
  }
}
@media screen and (max-width: 425px) {
  .l-main .lp-11 .text {
    bottom: 3.8%;
  }
}
.l-main .lp-11 .text .text-item {
  margin-top: 48px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-11 .text .text-item {
    margin-top: 5.7%;
  }
}
@media screen and (max-width: 425px) {
  .l-main .lp-11 .text .text-item {
    margin-top: 1.7%;
  }
}
.l-main .lp-11 .text .text-item:first-child {
  margin-top: 0;
}
.l-main .lp-11 .text .text-item .text-item__head {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: 0.05em;
  color: #0f1111;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-11 .text .text-item .text-item__head {
    font-size: 3.27vw;
  }
}
.l-main .lp-11 .text .text-item .text-item__link {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  color: #0044ff;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-11 .text .text-item .text-item__link {
    font-size: 2.72vw;
  }
}
.l-main .lp-12 .lp-pos__btn {
  bottom: 220px;
}
@media screen and (max-width: 1100px) {
  .l-main .lp-12 .lp-pos__btn {
    bottom: 4.6%;
  }
}

/* 12/23　修正---------------------- */
.lp-youtube {
  position: relative;
}

.lp-youtube__movie {
  position: absolute;
  z-index: 2;
  top: 456px;
  width: 91%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1001/568;
}

@media (max-width: 1100px) {
	.lp-youtube__movie {
    top: 41.455vw;
  }
}

.lp-youtube__movie iframe{
  border-radius: 17px;
  width: 100%;
  height: 100%;
}

.lp-09,.lp-10 {
  background: #fff;
}

.lp-14 .lp-pos__btn{
  top: 37%;
}

.lp-21 .lp-pos__btn{
  top: 31%;
}

.lp-12 {
  position: relative;
}

.lp-12 iframe {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  width:92%;
  height:640px;
}

@media (max-width: 1100px) {
	.lp-12 iframe {
    bottom: 5.091vw;
    width:92%;
    height:58.182vw;
  }
}

.lp-13 {
  position: relative;
}

.lp-13 iframe {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  width:92%;
  height:640px;
}

@media (max-width: 1100px) {
	.lp-13 iframe {
    bottom: 9.545vw;
    width:92%;
    height:58.182vw;
  }
}

@media (max-width: 1100px) {

  .l-main .lp-08 {
    padding-top: 10.636vw;
  }

}

/* ===== Swiper コンテナ ===== */
.mySwiper {
  width: min(100%, 1100px);
  /* height固定より aspect-ratio を推奨（元画像 1100x1284 想定） */
  aspect-ratio: 1100 / 1284;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  background-image: url("../img/sec2_02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* 画像と中身のバランス調整用の上下余白。必要に応じて微調整 */
  padding: 100px 0;
  box-sizing: border-box;
}

.mySwiper .swiper-wrapper {
  margin-top: -50px;
}

/* ===== スライド内の画像 ===== */
.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySwiper .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===== ページネーション（ドット） ===== */
.swiper-pagination-bullet {
  background: #333;
}

/* PC用（中央下に配置） */
.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 12px;       /* 余白はお好みで */
  left: 50%;
  transform: translate(0%, -270px);  /* XもYも一発指定で中央寄せ */
  z-index: 10;
}

/* ===== ナビゲーション矢印 ===== */
.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}

.swiper-button-prev {
  left: 20px;
  background-image: url("../img/parts/arrow_l.png");
}

.swiper-button-next {
  right: 20px;
  background-image: url("../img/parts/arrow_r.png");
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: none;
}

/* disabledは半透明に（0〜1で指定） */
.swiper-button-disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
}

/* ====== 1100px以下（タブレット〜小さめPC） ====== */
@media screen and (max-width: 1100px) {
  .mySwiper {
    width: 90vw;
    /* aspect-ratio があるので height を書かなくてOK */
    padding: 10vw 0;
  }

  .mySwiper .swiper-slide img {
    max-width: 80%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 5.45vw;
    height: 5.45vw;
  }

  .swiper-button-prev { left: 1.8vw; }
  .swiper-button-next { right: 1.8vw; }
}

/* ====== 768px以下（スマホ） ====== */
@media screen and (max-width: 768px) {
  .mySwiper {
    width: 95%;      /* 以前の 95vw を小さめに調整 */
    padding: 8vw 0;   /* 上下の余白も少し軽く */
  }

.mySwiper .swiper-wrapper {
  margin-top: -30px;
}
	
  .mySwiper .swiper-slide img {
    max-width: 80%;   /* 画像をさらに小さめに */
  }

  /* ドットは少しだけ上げたいなら bottom を調整 */
  .mySwiper .swiper-pagination {
    bottom: 16px;     /* 位置はここを微調整すればOK */
    transform: translate(0%, -90px);
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 7vw;
    height: 7vw;
  }

  .swiper-button-prev { left: 0vw; }
  .swiper-button-next { right: 0vw; }
}
.banner-wrap {
  text-align: center;         /* <center> の代わり */
  margin-top: 0px;
  margin-bottom: 300px;       /* PCのデフォルト */
}

/* スマホ専用 */
@media screen and (max-width: 768px) {
  .banner-wrap {
    margin-top: 0px;         /* スマホ用に上の余白を追加 */
    margin-bottom: 100px;     /* 下の余白を減らす or 増やす */
  }
}
