html {
  scroll-behavior: smooth;
}

section[id],
div[id] {
  scroll-margin-top: 80px;
  /* 固定ヘッダー分に合わせて調整 */
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family:
    'Noto Sans JP',
    'Noto Sans CJK JP',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Meiryo',
    sans-serif;
}

.ipad-on2{
  display: none !important;
}
header {
  background: #1D5FBF;
  /* padding: 30px 0; */
  color: #fff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 8%);
  font-family: 'M PLUS 1', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0;

}

header ul {
  display: flex;
  justify-content: center;
}

header li {
  margin-right: 50px;
  padding: 30px 0;

}

.mv {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -70px;
}

.pc-on {
  display: block;
}



body {
  background-image: url("../img/bg.png");
  /* background-repeat: repeat; */
  width: 100%;
  background-repeat: repeat-y;
  background-size: contain;
}

.title1 {
  max-width: 685px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
}

.about {
  position: relative;
  z-index: 1;
}

.about-ball {
  position: absolute;
  top: -0px;
  left: 40px;
  width: 275px;
  height: auto;
  display: block;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  margin-top: 30px;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.about-line {
  position: absolute;
  top: -280px;
  right: 0;
  width: 275px;
  height: auto;
  display: block;
}



.info-section {
  width: 100%;
}

.info-box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: 0;
}

.info-card-img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(150px);
}

.info-text {
  position: absolute;
  top: 43%;
  left: 340px;
  transform: translateY(-50%);
  width: 48%;
  color: #1f56b5;
  text-align: center;
}

.info-text h3 {
  /* margin: 0 0 24px; */
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.info-text p {
  /* margin: 11px 0 18px; */
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-size: 17px;
  text-align: center;
}

.info-competition {
  margin-bottom: 10px;
}

.info-competition span {
  color: #2a63db;
  font-weight: 700;
}

.info-link a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .info-box {
    width: calc(100% - 32px);
  }

  .info-text {
    left: 48px;
    width: 50%;
  }

  .info-text h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .info-text p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .info-section {
    padding: 24px 0;
  }

  .info-box {
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  .info-text {
    top: 50%;
    left: 20px;
    width: 52%;
    transform: translateY(-50%);
  }

  .info-text h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .info-text p {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.6;
  }

  .mv {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }

}

h3 {
  font-family: 'M PLUS 1', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}


.bta {
  width: 100%;
  margin-left: 21px;
  display: inline-block;
}

.wrapper {
  padding: 0 40px;
}

.about-title {
  margin-bottom: 20px;
}

.button {
  max-width: 675px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -80px;
}

.button img {
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}


.orihime-sec {
  background: url("../img/o-orihime-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 0 20px;
  margin-top: 100px;
}

.orihime-inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.orihime-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.orihime-top {
  margin-bottom: 40px;
}

.orihime-bottom {
  padding-left: 40px;
}

.orihime-visual {
  width: 38%;
  text-align: center;
}

.orihime-visual img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.orihime-text {
  width: 62%;
  color: #fff;
}

.orihime-title {
  margin: 0 0 18px;
  line-height: 1;
}

.orihime-title img {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
}

.orihime-text p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 2;
}

.cart-sub {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-shadow:
    -2px -2px 0 #1d56b3,
    2px -2px 0 #1d56b3,
    -2px 2px 0 #1d56b3,
    2px 2px 0 #1d56b3;
}

.cart-title {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  text-shadow:
    -3px -3px 0 #1d56b3,
    3px -3px 0 #1d56b3,
    -3px 3px 0 #1d56b3,
    3px 3px 0 #1d56b3;
}

@media screen and (max-width: 767px) {
  .orihime-sec {
    padding: 36px 0 44px;
    background-size: cover;
  }

  .orihime-inner {
    width: calc(100% - 24px);
  }

  .orihime-box,
  .orihime-bottom {
    display: block;
    padding-left: 0;
  }

  .orihime-top {
    margin-bottom: 32px;
    margin-top: 30px;
  }

  .orihime-visual,
  .orihime-text {
    width: 100%;
  }

  .orihime-visual {
    margin-bottom: 20px;
    margin-top: -50px;
  }

  .orihime-title img {
    max-width: 220px;
  }

  .orihime-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .cart-sub {
    font-size: 16px;
  }

  .cart-title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}


.o-about {
  max-width: 330px !important;
}

.orihime-bottom {
  margin-top: -130px;
}

.o-about2 {
  max-width: 450px !important;
  margin-top: 30px;
}



.soccer-sec {
  padding: 40px 0 60px;
}

.soccer-inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.soccer-box {

  border-radius: 20px;
  text-align: center;
}

.soccer-title {
  margin: 0 0 28px;
  line-height: 1;
}

.soccer-title img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.soccer-lead {
  margin: 0 0 22px;
  color: #1d56b3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.soccer-text {
  max-width: 730px;
  margin: 0 auto;
}

.soccer-text p {
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  line-height: 2;
  text-align: left;
}

.soccer-image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.soccer-image {
  width: calc((100% - 18px) / 2);
}

.soccer-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 767px) {
  .soccer-sec {
    padding: 28px 0 40px;
  }

  .soccer-inner {
    width: calc(100% - 24px);
  }

  .soccer-box {
    /* padding: 28px 16px 24px; */
    border-width: 3px;
    border-radius: 16px;
  }

  .soccer-title {
    margin-bottom: 18px;
  }

  .soccer-title img {
    max-width: 90%;
  }

  .soccer-lead {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }

  .soccer-text {
    margin-bottom: 22px;
  }

  .soccer-text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }

  .soccer-image-wrap {
    flex-direction: column;
    gap: 16px;
  }

  .soccer-image {
    width: 100%;
  }

  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }
}

.soccer {
  width: 100%;
  max-width: 920px;
  margin: -30px auto;
}


.sports-sec {
  padding: 80px 0 20px;
}

.sports-inner {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  text-align: center;
}

.sports-title {
  margin: 0 0 24px;
  line-height: 1;
}

.sports-title img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}

.sports-lead {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
  color: #111;
  font-family: 'M PLUS 1', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.sports-cards {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.sports-card {
  width: calc((100% - 28px) / 2);
}

.sports-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sports-sec {
    padding: 32px 0 44px;
  }

  .sports-inner {
    width: unset;
  }

  .sports-title {
    margin-bottom: 16px;
  }

  .sports-title img {
    max-width: 220px;
  }

  .sports-lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .sports-cards {
    flex-direction: column;
    gap: 16px;
  }

  .sports-card {
    width: 100%;
  }
}

.title2 {
  max-width: 680px !important;
  width: 100% !important;
}


.blue-flow-bg {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: url("../img/bg-flow.png") center top / cover no-repeat;
  max-width: 1200px;
  margin: - auto;
  text-align: center;
  margin: 0 auto;
}

.blue-flow-bg__inner {
  padding: 56px 32px 64px;
}


.soccer-rule {
  padding: 40px 0 56px;
}

.soccer-rule-inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.soccer-rule-title {
  margin: 0 0 44px;
  text-align: center;
  line-height: 1;
}

.soccer-rule-title img {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  height: auto;
}

.soccer-rule-cards {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.soccer-rule-card {
  width: calc((100% - 36px) / 3);
}

.soccer-rule-card img {
  display: block;
  width: 100%;
  height: auto;
}

.soccer-rule-card-last {
  position: relative;
}

.soccer-rule-orihime {
  position: absolute;
  right: -58px;
  bottom: 8px;
  width: 44%;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .soccer-rule {
    padding: 0px 0 40px;
  }

  .soccer-rule-inner {
    width: calc(100% - 24px);
    margin-top: 40px;
  }

  .soccer-rule-title {
    margin-bottom: 18px;
  }

  .soccer-rule-title img {
    max-width: 100%;
  }

  .soccer-rule-cards {
    flex-direction: column;
    gap: 16px;
  }

  .soccer-rule-card {
    width: 100%;
  }

  .soccer-rule-orihime {
    right: 10px;
    bottom: 6px;
    width: 36%;
    max-width: 140px;
  }
}

/* ------------------------
header
------------------------ */
header {
  background: #1D5FBF;
  color: #fff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 8%);
  font-family: 'M PLUS 1', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.header-logo {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  z-index: 1001;
}

.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav li {
  margin-right: 50px;
  padding: 30px 0;
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0;
  display: block;
}

/* ハンバーガーはPCでは非表示 */
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  left: 8px;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 11px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 29px;
}

/* 開いた時の × */
.hamburger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

/* スマホ */
@media screen and (max-width: 767px) {
  .header-inner {
    min-height: 54px;
    justify-content: end;
    height: 60px;
  }

  .header-logo {
    font-size: 16px;
  }

  .hamburger {
    display: block;
  }

  .header-nav {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #1D5FBF;
    padding: 24px 20px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
    overflow-y: auto;
  }

  .header-nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header-nav ul {
    display: block;
  }

  .header-nav li {
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-nav li a {
    font-size: 16px;
    padding: 18px 0;
  }
}

main {
  padding-top: 88px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 64px;
  }

  .wrapper {
    padding: 0 20px;
  }

  body {
    background-image: url("../img/sp-bg.png");
    /* background-repeat: repeat; */
    width: 100%;
    background-repeat: repeat-y;
    background-size: contain;
  }



  /* カード */
  .info-card {
    background: url(../img/about-sp.png) no-repeat center top / contain;
    width: 100%;
    aspect-ratio: 379 / 665;
    /* ←画像サイズに合わせる */
    position: relative;
    margin-left: 10px;
  }

  .bta {
    margin-left: 0;
  }

  /* タイトル */
  .info-title {
    font-size: 18px;
    font-weight: bold;
    color: #1f56b5;
    margin-bottom: 12px;
  }

  /* 本文 */
  .info-text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #333;
  }

  /* 補足 */
  .info-sub {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .info-sub span {
    color: #2a63db;
    font-weight: bold;
  }

  /* リンク */
  .info-link {
    font-size: 13px;
    text-decoration: underline;
    color: #000;
  }

  .text {
    position: absolute;
    top: 15%;
    left: 11%;
    width: 74%;
    text-align: left;
    margin-top: 40px;
  }

  .text1 {
    color: #0F3AA2;
    font-size: 23px;
    font-weight: bold;
  }

  .text2 {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .text3 {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }

  .text3 span {
    color: #0F3AA2;
    font-weight: bold;
  }

  .t-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    margin-top: 30px;
    display: inline-block;
  }

  .bta.sp-on.m-top {
    margin-top: -120px;
  }

  .button.sp-on {
    display: inline;
  }

  .orihime-sec {
    margin-top: 50px;
  }

  .o-about {
    width: 177px !important;
    width: 100%;
  }

  .orihime-bottom {
    margin-top: 0px;
  }

  .o-about2 {
    width: 244px !important;
    margin-top: 0;
  }

  .orihime-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }


  .orihime-visual img {
    width: 80%;
  }


  .blue-flow-bg {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background: url(../img/bg-flow-sp.png) center top / cover no-repeat;
    max-width: 1200px;
    margin: - auto;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }

  .blue-flow-bg__inner {
    padding: 20px;
  }

  .soccer {
    margin-top: 0;
  }
}





.cart-howto {
  margin-top: 50px;
}

.cart-howto__inner {
  max-width: 1030px;
  margin: 0 auto;
}

.cart-howto__title {
  text-align: center;
  margin-bottom: 48px;
}

.cart-howto__title img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.cart-howto__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.cart-howto__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.cart-howto__image {
  width: 430px;
  flex-shrink: 0;
}

.cart-howto__image img {
  width: 100%;
  height: auto;
  display: block;
}

.cart-howto__text {
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
}

.cart-howto__text a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .cart-howto {
    padding: 0 0 30px 0;
  }

  .cart-howto__title {
    margin-bottom: 32px;
  }

  .cart-howto__title img {
    max-width: 320px;
  }

  .cart-howto__list {
    gap: 28px;
  }

  .cart-howto__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cart-howto__image {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .cart-howto__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }
}

.center-btn {
  margin-top: 50px;
}

.bocha-lead {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: #5AA01F;
}

.bocha-lead span {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.bocha-text p {
  margin-top: 20px;
}

.bocha-img {
  margin: 0 auto;
  margin-top: 20px;
}

.green-flog-bg {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: url(../img/bg-flow-green.png) center top / cover no-repeat;
  max-width: 1200px;
  margin: - auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}



.feature {
  padding: 60px 20px;
}

.feature__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.feature__title {
  text-align: center;
  margin-bottom: 80px;
}

.feature01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

/* 左写真 */
.feature01__photo {
  position: relative;
  z-index: 2;
  width: 43%;
  min-width: 260px;
}

.feature01__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右の白枠 */
.feature01__box {
  position: relative;
  z-index: 11;
  width: 67%;
  margin-left: -25px;
  background: rgb(255 255 255 / 40%);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0 34px 0px 0;
  padding: 34px 34px 28px 54px;
  box-sizing: border-box;
}

/* FEATURE01の画像 */
.feature01__badge {
  position: absolute;
  top: -28px;
  right: 18px;
  width: 92px;
  height: auto;
  display: block;
}

/* 見出し */
.feature01__title {
  margin: 0 0 14px;
  color: #194aa1;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

/* 本文 */
.feature01__text {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  text-align: left;
}

/* タブレットくらい */
@media screen and (max-width: 1024px) {
  .feature01__title {
    font-size: 28px;
  }

  .feature01__text {
    font-size: 17px;
  }

  .feature01__badge {
    width: 82px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .feature01 {
    display: block;
  }

  .feature01__photo {
    width: 100%;
    min-width: auto;
  }

  .feature01__box {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
    border-radius: 20px;
    padding: 24px 18px 20px;
  }

  .feature01__badge {
    top: -22px;
    right: 10px;
    width: 72px;
  }

  .feature01__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .feature01__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.feature02-badge {
  top: -68px;
  left: 18px;
}

.feature02-box {
  margin-left: 0;
  margin-right: -25px;
}

.feature02 {
  margin-top: 110px;
  margin-bottom: 80px;
}

.feature03__box {
  width: 51%;
}

.feature03__badge {
  top: -68px;
  right: -2px;
}


.entry-note {
  padding: 20px;
}

.entry-note__box {
  max-width: 610px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #cfe0ee;
  border-radius: 22px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 34px 48px;
}

.entry-note__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 auto;
}

.entry-note__item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.entry-note__item+.entry-note__item {
  margin-top: 18px;
}

.entry-note__num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2d21f;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.entry-note__item p {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.entry-note__item .blue {
  color: #2e67d1;
}

@media screen and (max-width: 767px) {
  .entry-note {
    padding: 12px;
    padding-bottom: 50px;
  }

  .entry-note__box {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .entry-note__item {
    align-items: flex-start;
    gap: 12px;
  }

  .entry-note__num {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    margin-top: 3px;
  }

  .entry-note__item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .title6 {
    margin-top: 30px;
  }
}


.title6 {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 680px;
  width: 90%;
  margin-top: 70px;
}

.schedule-section {
  background: url("../img/bg-sche.jpg") center / cover no-repeat;
  padding: 0;
}

.schedule-section__bg {
  max-width: 1360px;
  margin: 0 auto;
  background: url(../img/bg-schedule.png) center top / cover no-repeat;
  padding: 98px 28px 86px;
  box-sizing: border-box;
  margin-top: 60px;
}

.schedule-section__inner {
  width: 100%;
}

.schedule-section__title {
  margin: 0 0 22px;
  text-align: center;
}

.schedule-section__title img {
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* ブロック共通 */
.schedule-block+.schedule-block {
  margin-top: 94px;
}

.schedule-block__subtitle {
  margin: 0 0 -18px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.schedule-block__subtitle img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.schedule-block__panel {
  background: rgba(228, 244, 255, 0.58);
  border-radius: 8px;
  padding: 46px 18px 18px;
  box-sizing: border-box;
}

/* フロー */
.schedule-flow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 13px;
}



.schedule-card {
  display: flex;
  flex-direction: column;
}

.schedule-flow--2col {
  justify-content: center;
}

/* カード */
.schedule-card {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.schedule-card__head {
  min-height: 27px;
  padding: 6px 8px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  box-sizing: border-box;
}

.schedule-card__head--blue {
  background: #2B66C6;
  margin-left: -40px;
}

.schedule-card__head--green {
  background: #46964A;
}

.schedule-card__head-icon {
  width: 30px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.schedule-card__body {
  padding: 19px 8px 20px;
  box-sizing: border-box;
}

.schedule-card__row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
}

.schedule-card__row+.schedule-card__row {
  margin-top: 20px;
}



.schedule-card__row dt {
  flex: 0 0 79px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
}

.schedule-card__row dt img {
  width: 19px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.schedule-card__row dd {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
}

.schedule-card__row dd span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #444;
}

/* 矢印 */
.schedule-flow__arrow {
  margin-left: -20px;
  margin-right: -20px;
  z-index: 10;
  position: relative;
  align-self: center;
}

.schedule-flow__arrow img {
  width: 45px;
  height: auto;
  display: block;
}

/* ボタン */
.schedule-block__buttons {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.schedule-btn--image {
  display: block;
  width: 400px;
}

.schedule-btn--image img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP向けに少しだけ安全策 */
@media screen and (max-width: 520px) {
  .schedule-section__bg {
    max-width: none;
    margin: 0 12px;
    padding: 22px 14px 20px;
  }

  .schedule-flow {
    flex-wrap: wrap;
    gap: 10px;
  }

  .schedule-card {
    max-width: none;
    width: calc(50% - 16px);
    min-width: 135px;
  }

  .schedule-flow--2col .schedule-card {
    width: 100%;
  }

  .schedule-flow__arrow {
    flex: 0 0 100%;
    transform: rotate(90deg);
    margin: -2px 0;
  }

  .schedule-block__buttons {
    gap: 12px;
  }
}

.title7 {
  margin: 50px auto;
}



@media screen and (max-width: 1024px) {
  .schedule-section__bg {
    max-width: none;
    padding: 40px 12px 44px;
    background-size: cover;
  }

  .schedule-block__panel {
    padding: 38px 12px 36px;
  }

  .schedule-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .schedule-card {
    width: 100%;
    max-width: none;
  }

  .schedule-flow__arrow {
    margin: -2px 0;
    align-self: center;
    transform: rotate(90deg);
  }

  .schedule-flow__arrow img {
    width: 34px;
  }

  .schedule-card__head {
    font-size: 17px;
    padding: 10px 8px 9px;
  }

  .schedule-card__head-icon {
    width: 24px;
  }

  .schedule-card__row dt {
    flex: 0 0 68px;
    font-size: 14px;
  }

  .schedule-block+.schedule-block {
    margin-top: 34px;
  }

  .schedule-card__row dt img {
    width: 16px;
  }

  .schedule-card__row dd {
    font-size: 16px;
  }

  .schedule-card__row dd span {
    font-size: 12px;
  }

  .schedule-block__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .schedule-btn--image {
    width: 100%;
    max-width: 320px;
  }

  .schedule-section__title img,
  .schedule-block__subtitle img {
    width: 100%;
    max-width: 100%;
  }
}


.contact-section {
  padding: 68px 20px 56px;
  position: relative;
  overflow: hidden;
}

.contact-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* タイトル */
.contact-section__title {
  margin: 0;
  text-align: center;
}

.contact-section__title img {
  display: inline-block;

  height: auto;
}

/* 線 */
.contact-section__line {
  width: 100%;
  max-width: 380px;
  height: 4px;
  margin: 10px auto 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(169, 191, 118, 0) 0%, #a9bf76 18%, #a9bf76 82%, rgba(169, 191, 118, 0) 100%);
  opacity: 0.9;
}

/* 左右装飾 */
.contact-section__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.contact-section__deco img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-section__deco--left {
  left: 40px;
  bottom: 14px;
  width: 180px;
}

.contact-section__deco--right {
  right: 18px;
  bottom: 30px;
  width: 270px;
}

/* カード */
.contact-card {
  max-width: 520px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(88, 122, 153, 0.14);
  padding: 16px 20px 14px;
  text-align: center;
  margin-top: 30px;
}

.contact-card__label {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-card__mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.contact-card__mail img {
  width: 34px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.contact-card__mail span {
  color: #0f2a46;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  word-break: break-all;
}

/* SP */
@media screen and (max-width: 767px) {
  .contact-section {
    padding: 28px 14px 34px;
  }

  .contact-section__title img {
    width: 100%;
  }

  .contact-section__line {
    max-width: 240px;
    margin: 8px auto 20px;
    height: 3px;
  }

  .contact-section__deco--left {
    left: 6px;
    /* top: 56px; */
    width: 62px;
  }

  .contact-section__deco--right {
    right: 4px;
    /* top: 72px; */
    bottom: 10px;
    width: 88px;
  }

  .contact-card {
    max-width: none;
    padding: 14px 14px 13px;
  }

  .contact-card__label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact-card__mail {
    gap: 8px;
  }

  .contact-card__mail img {
    width: 28px;
  }


}

.support-company {
  background: url("../img/bg-support-company.jpg") center / cover no-repeat;
  min-height: 74px;
  padding: 30px;
}

.support-company__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.support-company__bg {

  padding: 18px 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.support-company__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.support-company__group {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.support-company__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  /* height: 16px; */
  padding: 5px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  box-sizing: border-box;
}

.support-company__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

.support-company__divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
}

/* .pc-on2{
  display: block !important;
} */

.sp-on2 {
  display: none !important;
}

/* SP */
@media screen and (max-width: 767px) {
  .support-company {
    padding: 0 12px 20px;
  }

  .support-company__bg {
    padding: 24px 16px;
    min-height: auto;
  }

  .support-company__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .support-company__group {
    align-items: flex-start;
    display: block;
    gap: 8px;
    margin-top: 14px;
  }

  .support-company__divider {
    display: none;
  }

  .support-company__label {
    min-width: 28px;
    height: 16px;
    font-size: 14px;
    padding: 12px 18px;
  }

  .support-company__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .soccer-rule .sp-on {
    margin-top: 50px;
  }

  .cart-howto {
    margin-top: 30px;
  }

  .green-flog-bg {

    position: relative;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background: url(../img/bg-flow-green-sp.png) center top / cover no-repeat;
    max-width: 1200px;
    margin: - auto;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 50px;
  }

  .feature__title {
    margin-bottom: 30px;

  }

  .feature__title img {
    width: 100%;
  }

  .feature {
    padding: 20px 0px 40px 0;
  }

  .pc-on2 {
    display: none !important;
  }

  .sp-on2 {
    display: block !important;
  }

  .feature02 {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .feature02-box {
    margin-top: 60px;
  }

  .feature03__box {
    width: 100%;
    margin-top: 60px;
  }

  .feature03__badge {
    top: -55px;
  }

  .feature02-badge {
    top: -54px;
  }
}


.bocha-sec {
  padding: 40px 0 20px;
}


.youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  /* 好きに調整OK */
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-top: 30px;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  /* 任意 */
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
      padding: 0 20px;
    }
        .header-nav li a {
          color: #fff;
          font-size: 16px;
        }
    .header-nav li {
      margin-right: 20px;
    }
    .header-inner {
      height: 60px;
    }
        .about-line{
          display: none;
        }
    .title1 {
      max-width: 465px;
    }
        .about-ball {
          position: absolute;
                  top: -90px;
          left: -10px;
              width: 185px;
        }
            .info-text {
              left: 48px;
              width: 80%;
            }

                    .info-card {
                      background: url(../img/ipad-bg.png) no-repeat center top / contain;
                      width: 100%;
                    }

      .ipad-on{
        display: none !important;
      }
      .ipad-on2{
        display: block !important;
      }

    .info-card-img {
      display: block;
      width: 100%;
      height: auto;
      transform: translateX(-10px);
      margin-top: 40px;
    }
        .button{
          margin-top: 0;
        }
    .orihime-sec {
      margin-top: 40px;
    }
        .orihime-bottom {
margin-top: 0;        }
.title2 {
  max-width: 510px !important;
}
.blue-flow-bg {
  width: 90%;
}
.soccer-rule-card {
  width: 100%;
  margin-top: 30px;
}
.soccer-rule-cards {
  display: block;
}
.cart-howto__item {
  display: block;
            width: 80%;
            margin: 0 auto;
  
}
.cart-howto__text {
  margin-top: 20px;
}
        .info-text p {
          font-size: 16px;
        }
    .info-text {
      top: 39%;
    }


.schedule-card__body {
  margin: 0 auto;
}
.schedule-section__title img,
.schedule-block__subtitle img {
  width: 70%;
}
.contact-section__deco--left {
  width: 100px;
}
.contact-section__deco--right {
  width: 150px;
}
.title6 {
  max-width: 490px;
}
.title7{
          max-width: 420px !important;
}
.contact-section__title img{
  max-width: 470px;
}
.support-company__content {
  display: block;
}
.support-company__divider {
  width: 0;
height: 0;
  }
    .soccer-rule-card img {
      width: 60%;
      margin: 0 auto;
     
    }
}

@media screen and (max-width: 767px) {
.sp-on{
  display: block !important;
}
}