/* ===== リセット ===== */
body {
  margin: 0;
  background-color: #000;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}


@import url('https://googleapis.com');

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ===== 共通コンテナ ===== */
.inner,
.main {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 10px;
}



/* ===== テキスト左・画像右レイアウト ===== */
.content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.content-title,
.content-text {
  grid-column: 1;
  text-align: left;
}

.content-image {
  grid-column: 2;
  grid-row: 1 / span 2;
}


/* ===== スマホ時は縦並び ===== */
@media screen and (max-width: 768px) {

  .content-row {
    display: flex;
	gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .content-title {
    order: 1;
    width: 90%;
  }

  .content-image {
    order: 2;
    width: 90%;
  }

  .content-text {
    order: 3;
    width: 90%;
	text-align: left;
  }

  .content-image img {
    width: 100%;
  }
}





/* ===== アイコン左・テキスト左　レイアウト ===== */
.bene-row {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 20px;
  align-items: center;
}

.bene-title,
.bene-text {
  grid-column: 2;
  text-align: left;
}

.bene-image {
  grid-column: 1;
  grid-row: 1 / span 2;
}


/* ===== スマホ時は縦並び ===== */
@media screen and (max-width: 768px) {

  .bene-row {
    display: flex;
	gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .bene-title {
    order: 1;
    width: 90%;
  }

  .bene-image {
    order: 2;
    width: 50%;
  }

  .bene-text {
    order: 3;
    width: 90%;
	text-align: left;
  }

  .bene-image img {
    width: 100%;
  }
}

















/* ===== ヘッダー ===== */

.header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  z-index: 1000;
}


/* 黒帯 */

.header-band {
  height: 80px;
  width: 100%;

  background-color: #000;
}


/* 中身1110px */

.header-band .inner {

  max-width: 1110px;

  margin: 0 auto;

  padding: 0 20px;

  height: 100%;
　justify-content: space-between;
  display: flex;
  align-items: center;
}




.header-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;

  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}






/* ロゴ */

.logo img {

  width: 150px;

  display: block;

}




/* ボタン */

.header-buttons {

  display: flex;
  gap: 15px;
}


.header-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}



.header-btn-white {
  color: #000;
  background: #fff;
}
.header-btn-white:hover {
  background: #eee;
}



.header-btn-red {

  color: #fff;
  background: #cc0000;
}

.header-btn-red:hover {

  background: #ff2222;
}


@media screen and (max-width:768px){

  .header-btn {
    padding: 8px 14px;
    font-size: 12px;
  }

}



/* ===== 本文 ===== */
.main {
  margin-top: 120px; /* ロゴ分の余白 */
}

/* ===== 見出し ===== */
h1 {
  font-size: 1.8em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 0.2em;
}

h4 {
  font-size: 2.5em;
  margin-top: 2em;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}


h5 {
  font-size: 24px;
  margin-top: 0em;
  margin-bottom: 0.2em;
}



/* ===== 段落 ===== */
p {
  margin: 0;
  padding: 0;
}

p1 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

p2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}



/* ===== インデント ===== */
.indent-1 {
  padding-left: 1em;
}

.indent-2 {
  padding-left: 2em;
}

.indent-3 {
  padding-left: 3em;
}


.hanging-1 {
  padding-left: 2em;  /* 2行目以降の位置 */
  text-indent: -1em;  /* 1行目を左に出す */
}

.hanging-2 {
  padding-left: 3em;     /* 2行目以降の位置 */
  text-indent: -1em;     /* 1行目を左に出す */
}

.hanging-3 {
  padding-left: 4em;     /* 2行目以降の位置 */
  text-indent: -1em;     /* 1行目を左に出す */
}

/* ===== リスト（注意書き向け） ===== */
ul {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

li {
  margin-bottom: 0.5em;
}

/* ===== 画像 ===== */
img {
  max-width: 100%;
  height: auto;
}


/* ===== ボタン ===== */

.btn-cyber-text {
  display: inline-block;
  padding: 14px 40px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  text-shadow: 0 0 8px #ffffff;
  transition: letter-spacing 0.3s ease, text-shadow 0.3s ease,
    border-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.btn-cyber-text:hover {
  letter-spacing: 8px;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff;
  border-color: #ffffff;
  color: #ffffff;

}


/* ===== ボタン ===== */

.button018 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 320px;
    padding: 20px 45px 20px 70px;

    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;

    transition: all .3s ease;
}

/* 下線対策 */
.button018 a,
.button018 a:hover,
.button018 a:visited {
    text-decoration: none;
}

/* 矢印 */
.button018 a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 28px;

    width: 10px;
    height: 10px;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

    transform: translateY(-50%) rotate(45deg);

    z-index: 3;
    transition: all .3s ease;
}

/* 背景 */
.button018 a:after {
    content: "";
    position: absolute;

    left: 0;
    top: 50%;

    width: 100px;
    height: 100px;

    background: #cc0000;
    border-radius: 999px;

    transform: translateY(-50%);

    z-index: 1;
    transition: all .5s ease;
}

/* 文字を前面へ */
.button018 a span {
    position: relative;
    z-index: 2;
}

/* ホバー */
.button018 a:hover:after {
    width: calc(100% + 10px);
}

.button018 a:hover:before {
    left: 40px;
}



/* ボタン並び */
.button-wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {

    .button-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .button018 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .button018 a {
        width: 280px;
        min-width: 280px;
        justify-content: center;
        box-sizing: border-box;

        font-size: 14px;
    }

    .button018 a:after {
        width: 100%;
    }

    .button018 a:before {
        left: 40px;
    }
}





/* 青ボタン */
.button019 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 320px;
    padding: 20px 45px 20px 70px;

    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;

    transition: all .3s ease;
}

/* 下線 */
.button019 a,
.button019 a:hover,
.button019 a:visited {
    text-decoration: none;
}

/* 矢印 */
.button019 a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 28px;

    width: 10px;
    height: 10px;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

    transform: translateY(-50%) rotate(45deg);

    z-index: 3;
    transition: all .3s ease;
}

/* 背景 */
.button019 a:after {
    content: "";
    position: absolute;

    left: 0;
    top: 50%;

    width: 100px;
    height: 100px;

    background: #4169e1;
    border-radius: 999px;

    transform: translateY(-50%);

    z-index: 1;
    transition: all .5s ease;
}

/* 文字を前面へ */
.button019 a span {
    position: relative;
    z-index: 2;
}

/* ホバー */
.button019 a:hover:after {
    width: calc(100% + 10px);
}

.button019 a:hover:before {
    left: 40px;
}



/* ボタン並び */
.button-wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}



/* タイトル */
.title-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
.title-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

}
}




/* ===== スマホ ===== */
@media screen and (max-width: 768px) {

    .button-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .button019 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .button019 a {
        width: 280px;
        min-width: 280px;
        justify-content: center;
        box-sizing: border-box;

        font-size: 14px;
    }

    .button019 a:after {
        width: 100%;
    }

    .button019 a:before {
        left: 40px;
    }
}



/* ===== ラインナップボタン ===== */

.btn-wrap {
  text-align: center;
  margin: 2em 0;
}


/* 下線矢印リンク */
.arrow-link-underline {
  position: relative;
  display: inline-block;
  padding: 0 2em .6em .5em;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

/* 下線＋矢印 */
.arrow-link-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewX(50deg) translateX(0);
  transition: transform .3s ease;
}

/* ホバー・フォーカス */
.arrow-link-underline:hover::before,
.arrow-link-underline:focus-visible::before {
  transform: skewX(50deg) translateX(10%);
}




/* ===== スライドショー ===== */

.img-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 auto;
}

.img-01,
.img-02,
.img-03,
.img-04{
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;

  animation: slideshow 24s infinite;
}

.img-01{
  background-image: url("./sc/full1.jpg");
  animation-delay: 0s;
}

.img-02{
  background-image: url("./sc/mt.jpg");
  animation-delay: 6s;
}

.img-03{
  background-image: url("./sc/cy.jpg");
  animation-delay: 12s;
}

.img-04{
  background-image: url("./sc/al.jpg");
  animation-delay: 18s;
}


.img-01 { transform-origin: center center; }
.img-02 { transform-origin: left center; }
.img-03 { transform-origin: right center; }
.img-04 { transform-origin: center top; }


@keyframes slideshow {

  0% {
    opacity: 0;
    transform: scale(1.10);
    filter: brightness(0.7);
  }

  10% {
    opacity: 1;
    filter: brightness(1);
  }

  25% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }

  35% {
    opacity: 0;
    transform: scale(0.95);
    filter: brightness(0.8);
  }

  100% {
    opacity: 0;
  }
}






/* ===== Price 背景 ===== */

.price-wrapper {
  position: relative;

  width: 100vw;
  margin-left: calc(50% - 50vw);

  background-image: url("./img/PriceBack.png");
  background-size: cover;
  background-position: center;

  padding: 80px 0;
}

.price-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
pointer-events: none;
  z-index: 1;
}



/* ===== 見出し ===== */

.price-title {
  text-align: center;
    position: relative;
  z-index: 2;
  color: #fff;
}


/* ===== 白い箱2つ ===== */

.price-content {

  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
  width: 60%;
  margin: 0 auto;
}


.price-content,
.price-box,
.btn-cyber-text {
  position: relative;
  z-index: 2;
}


.price-box {

  width: 40%;
  position: relative;
  background: #fff;
  color: #111;
  border-radius: 25px;

  padding: 40px;

  box-sizing: border-box;

  min-height: 300px;

}



@media screen and (max-width:768px){

  .price-content {
    flex-direction: column;
    width:80%;
    gap:25px;
  }


  .price-box {
    width:100%;
    padding:20px;
  }
}


/* ===== 特典テキスト ===== */


.bene-info {
    width:80%;
  text-align: left;
}





/* ===== テキストリンク ===== */

.pdf-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  font-size: 18px;
}


.foot-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  font-size: 14px;
}




.link-white {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.4);
  transition: all .3s ease;
}

.link-white:hover {
  color: #ff4d4d;
  border-bottom-color: #ff4d4d;

}}