@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
body {
  min-width: 100%;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f7fbf0;
  overflow: hidden;
}

.spDIS {
  display: block;
}

.pcDIS {
  display: none;
}

.kome {
  font-size: 10px !important;
  padding: 0;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.kvArea__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  max-width: none;
}

.linkArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 15px;
  left: 15px;
}
.linkArea img {
  width: 100%;
}

.contents__text {
  font-size: 0.8rem;
  line-height: 23px;
  text-align: center;
  padding: 30px 0;
  background-image: url(/img/special/Jsmilefootballtour/contents_bk.jpg);
  background-position: bottom;
  background-size: cover;
  width: 100%;
}

.nav-area {
  margin: 0 auto 50px;
  background: #1d8d46;
}
.nav-area ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav-area ul li {
  width: 25%;
  border-right: 2px solid #fff;
}
.nav-area ul li:last-child {
  border-right: none;
}
.nav-area ul li a, .nav-area ul li.on {
  color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
}

.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

.sub_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1;
  padding: 30px 0;
  color: #1d8d46;
  width: 90%;
}

.campaignArea {
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.campaignArea .campaign_list {
  margin: 40px auto;
  width: 90%;
}
.campaignArea .campaign_list li {
  display: flex;
  margin-bottom: 20px;
}
.campaignArea .campaign_list li .item {
  width: 7rem;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
.campaignArea .campaign_list li .detail {
  width: calc(100% - 10em);
}

.table-default {
  width: 100%;
  margin: 0 auto 20px;
}
.table-default th {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #37a048;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0.8em 1em;
  text-align: center;
  border-top: 1px solid #ccc;
}
.table-default td {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0.8em 1em;
  border: 1px solid #cccccc;
}

.photo {
  width: 120px;
  margin: auto;
}

.position01 {
  position: absolute;
  top: 0px;
  left: -230px;
  transform: rotate(-10deg);
}

.position02 {
  position: absolute;
  top: 130px;
  right: -230px;
  transform: rotate(-10deg);
}

.position03 {
  position: absolute;
  top: 460px;
  left: -310px;
  transform: rotate(-10deg);
}

.position04 {
  position: absolute;
  top: 600px;
  right: -190px;
  transform: rotate(-10deg);
}

.position05 {
  position: absolute;
  top: 950px;
  left: -220px;
  transform: rotate(-10deg);
}

.position06 {
  position: absolute;
  top: 1130px;
  right: -190px;
  transform: rotate(-10deg);
}

.scheduleArea {
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}
.scheduleArea .schedule {
  display: contents;
}
.scheduleArea .schedule_list li {
  display: flex;
  margin-bottom: 20px;
}
.scheduleArea .schedule_list li .item {
  width: 7rem;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
.scheduleArea .schedule_list li .detail {
  width: calc(100% - 7em);
}
.scheduleArea dl {
  box-sizing: border-box;
  padding: 0 10px;
}
.scheduleArea .schedule_off {
  display: none;
}
.scheduleArea .notes {
  width: 90%;
  margin: auto;
}

.accordion {
  margin: auto;
}

.toggle {
  display: none;
}

.schedule {
  max-height: 0;
  overflow: hidden;
  margin: 0px auto 0px auto;
}
.schedule > ul li {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em !important;
}
.schedule .box {
  background: #f1f1f1;
  padding: 30px;
  width: 100%;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.schedule .box .list__style__disc {
  margin-bottom: 60px;
  overflow-wrap: break-word;
}
.schedule .box .list__style__disc:last-child {
  margin-bottom: 0;
}
.schedule .box .list__style__disc li {
  list-style-type: disc;
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 0.8rem;
}
.schedule .box .list__style__disc li .textlink {
  font-weight: bold;
  text-decoration: underline;
}
.schedule .box .login_btn_login {
  background: #1d8d46;
  border: 2px solid #1d8d46;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.schedule .box .login_btn_login a {
  color: #fff;
  line-height: 24px;
}
.schedule .box .login_btn_login a span {
  font-weight: bold;
  font-size: 1.1rem;
}
.schedule .box .login_btn_registration {
  background: #ffffff;
  border: 2px solid #1d8d46;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
}
.schedule .box .login_btn_registration a {
  color: #1d8d46;
  line-height: 24px;
}
.schedule .box .login_btn_registration a span {
  font-weight: bold;
  font-size: 1.1rem;
}
.schedule .boxtext .text {
  margin-bottom: 10px;
  line-height: 22px;
  margin-bottom: 60px;
  overflow-wrap: break-word;
}
.schedule .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 30px;
}
.schedule .apply_check {
  text-align: center;
}
.schedule .apply_check input {
  width: 10px;
  height: 10px;
  text-align: left;
  margin: 0;
}
.schedule .apply_check input + label {
  text-align: left;
}
.schedule .apply_check input:checked ~ a {
  pointer-events: auto !important;
}
.schedule .apply_check label {
  font-size: 0.8rem;
}
.schedule .apply_check a {
  pointer-events: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: block;
  width: 200px;
  margin: 1rem auto 0;
  padding: 0.8rem 0;
  letter-spacing: 0.1em;
  color: #1d8d46;
  border: 3px solid #1d8d46;
  border-radius: 7px;
  background: #f7fbf0;
}
.schedule .apply_check a:hover {
  text-decoration: none;
  color: #fff;
  background: #1d8d46;
}
.schedule dl {
  box-sizing: border-box;
  padding: 0 10px;
}
.schedule dt::after {
  transform: rotate(90deg);
}

.accordionIndex {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px 40px 10px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #fa8d24;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 20px;
}
.accordionIndex::after, .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 1em;
  background-color: #fff;
  transition: all 0.3s;
}
.accordionIndex::after {
  transform: rotate(90deg);
}
.accordionIndex span {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  color: #fa8d24;
  font-weight: bold;
  font-size: 0.5rem;
  margin-right: 15px;
}
.accordionIndex .date_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.accordionIndex .date_wrap .icon {
  width: 40px;
  text-align: center;
  font-size: 0.5rem;
  padding: 3px 10px;
  line-height: 0.8rem;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 3px;
  color: #fa8d24;
  font-weight: bold;
}
.accordionIndex .date_wrap .date {
  font-weight: 700;
  width: calc(100% - 44px);
}
.accordionIndex.active::before {
  transform: rotate(90deg);
}

.toggle:checked + .accordionIndex + .schedule {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .accordionIndex::before {
  transform: rotate(90deg) !important;
}

.accordionIndex_off {
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 20px;
  color: #797979;
  background-color: #dadada;
}
.accordionIndex_off span {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  color: #797979;
  font-weight: bold;
  font-size: 0.5rem;
  margin-right: 15px;
}
.accordionIndex_off .date_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.accordionIndex_off .date_wrap .icon {
  width: 40px;
  text-align: center;
  font-size: 0.5rem;
  padding: 3px 10px;
  line-height: 0.8rem;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 3px;
  color: #797979;
  font-weight: bold;
}
.accordionIndex_off .date_wrap .date {
  font-weight: 700;
  width: calc(100% - 44px);
}

.messageArea {
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}

.messageArea_wrap {
  padding: 0 20px 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.messageArea_wrap_text {
  width: 100%;
  line-height: 26px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.messageArea_wrap_text p {
  background-color: #FFFDCE;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  line-height: 1.8rem;
}
.messageArea_wrap_text p::before {
  content: "";
  position: absolute;
  margin-top: -15px;
  z-index: 0;
  transform: rotate(-90deg);
  bottom: -40px;
  top: unset;
  left: 43%;
  right: unset;
  border: 20px solid transparent;
  border-right: 30px solid #fffdce;
}

.messageArea_wrap_icon {
  width: 100%;
  text-align: center;
}
.messageArea_wrap_icon img {
  width: 100%;
  border-radius: 10px;
}

.sponsorshipArea {
  width: 90%;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}

.sponsorshipArea__link1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}
.sponsorshipArea__link1 a {
  width: 50%;
}
.sponsorshipArea__link1 img {
  width: 100%;
}
.sponsorshipArea__link1 .link2 {
  background: #1f1f1f;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}

.sponsorshipArea__link2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
  text-align: center;
}
.sponsorshipArea__link2 a {
  width: 50%;
  margin-bottom: 5px;
}
.sponsorshipArea__link2 img {
  width: 90%;
}
.sponsorshipArea__link2 .link2 {
  background: #1f1f1f;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}

.sponsorshipArea .link1 {
  background: #005bac;
  display: table;
}
.sponsorshipArea .link1 p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.5rem;
}

.accordion-content {
  display: none;
  width: 94%;
  margin: auto;
}

.toggle_off {
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px 40px 10px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #797979;
  background-color: #dadada;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
}
.toggle_off:last-child {
  margin: 0 auto;
}
.toggle_off span {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  color: #797979;
  font-weight: bold;
  font-size: 0.5rem;
  margin-right: 15px;
}
.toggle_off::after, .toggle_off::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 1em;
  background-color: #797979;
  transition: all 0.3s;
}
.toggle_off::after {
  transform: rotate(90deg);
}
.toggle_off .date_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.toggle_off .date_wrap .icon {
  width: 40px;
  text-align: center;
  font-size: 0.5rem;
  padding: 3px 10px;
  line-height: 0.8rem;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 3px;
  color: #797979;
  font-weight: bold;
}
.toggle_off .date_wrap .date {
  font-weight: 700;
  width: calc(100% - 64px);
}
.toggle_off.open::before {
  transform: rotate(90deg);
}

.youtube {
  width: 90%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  フォトギャラリーページ
========================================================================== */
.photogalleryArea {
  width: 100%;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}
.photogalleryArea .sub_title_photo {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 40px;
  line-height: 1.5;
  padding: 40px 0 20px;
  color: #1d8d46;
  width: 90%;
  border-bottom: solid 2px #1d8d46;
}
.photogalleryArea .gallery {
  background: #fff;
  width: 90%;
  margin: 0 auto 30px;
}
.photogalleryArea .gallery__list--item {
  width: 200px;
  background: #FFF;
  border: none;
  margin-right: 10px;
}
.photogalleryArea .gallery__list--item img {
  width: 100%;
}
.photogalleryArea .gallery__list--popup img, .photogalleryArea .gallery__list img {
  width: 100%;
}

.accordion-header.open::before {
  transform: rotate(90deg);
}

.youtube {
  width: 90%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.photoArea__wrap {
  padding-bottom: 40px;
}

.slick-dots {
  bottom: -60px;
}
.slick-dots li {
  width: 10px;
  height: 20px;
  margin: 0 5px;
}

/* ==========================================================================
  プルダウン切り替え
========================================================================== */
.scheduleArea > label {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 0 10px;
}
.scheduleArea > label:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10px;
  height: 7px;
  background-color: #36a048;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 10;
}
.scheduleArea select {
  display: block;
  margin: 0 0 20px;
  appearance: none;
  width: 150px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #36a048;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
}
.scheduleArea .os_box {
  display: none;
}
.scheduleArea .os_box.active {
  display: block;
}