@charset "UTF-8";
.addstyle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.addstyle .container {
  width: 100%;
  max-width: 1400px;
}
.addstyle img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.addstyle p {
  font-size: 16px;
  font-weight: 500;
}
.addstyle li {
  list-style: none;
}
.addstyle a {
  color: black;
  text-decoration: none;
}
.addstyle .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .addstyle .wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.addstyle .flex-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .addstyle .flex-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .addstyle .flex-reverse {
    flex-direction: column-reverse;
  }
}
.addstyle .con {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .addstyle .con {
    margin: 20px 0;
  }
}
.addstyle .serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
}
.addstyle .swiper {
  width: 100%;
  height: 100%;
}
.addstyle .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addstyle .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addstyle .front-page-title {
  font-size: 36px;
  color: #B3142A;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: bold;
}
.addstyle .front-page-title span {
  font-size: 16px;
  padding: 8px 5px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.addstyle .top-slide-container {
  background-color: #1A1A1A;
  padding: 20px 0 0;
}
.addstyle .top-slide-container .top-slide .swiper-wrapper .swiper-slide {
  background-color: #1A1A1A;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .addstyle .top-slide-container .top-slide .swiper-wrapper .swiper-slide {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .addstyle .top-slide-container .top-slide .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
  }
}
.addstyle .top-slide-container .top-slide .swiper-wrapper .swiper-slide p {
  text-align: left;
  margin: 5px 0;
  color: #fff;
}
.addstyle .top-slide-container .top-slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.addstyle .top-slide-container .top-slide .swiper-pagination-bullet-active {
  background-color: #B3142A;
}
.addstyle .top-slide-container .bottom-p {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #BCBCBC;
  margin: 0;
}
.addstyle .top-page-blog {
  background-color: #F1F1F1;
  padding: 20px;
}
.addstyle .top-page-blog .front-page-title {
  margin-bottom: 15px;
}
.addstyle .top-page-blog .top-page-blog-tab {
  letter-spacing: -0.4em;
  margin-bottom: 1.5em;
}
.addstyle .top-page-blog .top-page-blog-tab > ul {
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .addstyle .top-page-blog .top-page-blog-tab > ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
}
@media (max-width: 576px) {
  .addstyle .top-page-blog .top-page-blog-tab > ul {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}
.addstyle .top-page-blog .top-page-blog-tab > ul > li {
  cursor: pointer;
}
.addstyle .top-page-blog .top-page-blog-tab > ul > li:hover p {
  background-color: #B3142A;
  color: #fff;
}
.addstyle .top-page-blog .top-page-blog-tab > ul > li > p {
  margin: 0;
  border: 1px solid #B3142A;
  text-align: center;
}
.addstyle .top-page-blog .top-page-blog-tab-active {
  background-color: #B3142A;
  color: #fff;
}
.addstyle .top-page-blog .top-page-blog-content > div {
  display: none;
}
.addstyle .top-page-blog .top-page-blog-content > .top-page-blog-content-active {
  display: block;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -0.4em;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li:not(:last-child) {
  margin-right: 2%;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li:hover img,
.addstyle .top-page-blog .top-page-blog-content > div > ul > li:hover p,
.addstyle .top-page-blog .top-page-blog-content > div > ul > li:hover h4 {
  opacity: 0.5;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a {
  text-decoration: none;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a > p {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a > p > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a > div {
  text-align: left;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a > div > p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80%;
  line-height: 100%;
  margin-top: 0.5em;
  color: #000;
  text-decoration: none;
}
.addstyle .top-page-blog .top-page-blog-content > div > ul > li > a > div > h4 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90%;
  line-height: 140%;
  margin-top: 0.5em;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.addstyle .top-page-blog-content .wp-block-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .addstyle .top-page-blog-content .wp-block-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .addstyle .top-page-blog-content .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
.addstyle .top-page-blog-content .wp-block-columns .post-item {
  background: #FEF2F2;
  box-shadow: 0px 3px 6px #d0d0d0;
  padding-bottom: 5px;
}
.addstyle .top-page-blog-content .wp-block-columns .post-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.addstyle .top-page-blog-content .wp-block-columns .post-item p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.addstyle .column .column-main {
  flex-basis: 70%;
}
.addstyle .column .column-main .conpe-container {
  width: 100%;
  text-align: center;
  align-items: stretch;
}
.addstyle .column .column-main .conpe-container .result,
.addstyle .column .column-main .conpe-container .schedule {
  flex-basis: 49%;
  padding-bottom: 20px;
}
.addstyle .column .column-main .conpe-container .result .front-page-title,
.addstyle .column .column-main .conpe-container .schedule .front-page-title {
  padding: 10px;
  background-color: #F1F1F1;
}
.addstyle .column .column-main .conpe-container .result {
  background: #B3142A;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #B3142A 61%);
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result ul {
  margin: 0;
  padding: 0;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score {
  display: flex;
  align-items: center;
  padding: 0;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score li {
  font-weight: 700;
  flex: 1;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score li.bn, .addstyle .column .column-main .conpe-container .result .result-main .hero__result--score li.vs {
  font-size: 80px;
  line-height: 1;
  flex: 1.5;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score li.bn {
  color: #FE0001;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score li.vs {
  color: #fff;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score-sub {
  font-size: 20px;
  margin: 5px 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 0;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--score-sub li {
  color: #fff;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .boaruz {
  flex: 1.5;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .boaruz p {
  font-size: 14px;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .center {
  flex: 1;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .center a {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 5px;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .enemy {
  flex: 1.5;
}
.addstyle .column .column-main .conpe-container .result .result-main .result-team-name .enemy p {
  font-size: 14px;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--info2 {
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--info2 span {
  font-size: 16px;
}
.addstyle .column .column-main .conpe-container .result .result-main .hero__result--info2 .place {
  font-size: 20px;
  margin: 0;
}
.addstyle .column .column-main .conpe-container .schedule {
  background: #B3142A;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #B3142A 61%);
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main {
  /*タブ実装*/
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .btn_area {
  display: flex;
  justify-content: space-between;
  background-color: #F1F1F1;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .btn_area .tab_btn {
  flex-basis: 30%;
  margin: 0;
  padding: 8px 0;
  color: #797979;
  background: #640b17;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  position: relative;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .btn_area .tab_btn.active {
  background-color: #B3142A;
  color: #fff;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .btn_area .tab_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #F1F1F1;
  border-left: 0.6rem solid #F1F1F1;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel {
  display: none;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel.active {
  display: block;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .hero__result ul {
  margin: 0;
  padding: 0;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .boaruz {
  flex: 1.5;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .boaruz p {
  font-size: 14px;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .center p {
  font-size: 36px;
  margin: 0;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .enemy {
  flex: 1.5;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .schedule-team-name .enemy p {
  font-size: 14px;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .ticket-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 5px;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .hero__result--info2 {
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .hero__result--info2 span {
  font-size: 16px;
}
.addstyle .column .column-main .conpe-container .schedule .schedule-main .tab_box .panel_area .tab_panel .hero__result--info2 p {
  font-size: 20px;
  margin: 0;
}
.addstyle .column .column-main .top-page-button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .addstyle .column .column-main .top-page-button {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.addstyle .column .column-main .top-page-button .button-item {
  width: 100%;
  aspect-ratio: 800/333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 2px 5px #1a1a1a;
  line-height: 1.2;
  background-blend-mode: multiply;
}
.addstyle .column .column-main .top-page-button .button-item span {
  font-size: 32px;
  font-weight: bold;
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(1) {
  background-image: url(../images/life-seed-add/top-page-button-1.png), radial-gradient(circle, rgba(255, 74, 99, 0.48) 0%, rgb(86, 86, 86) 100%);
  box-shadow: 0px 2px 7px 0px rgb(168, 168, 168);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(1):hover {
  background-image: url(../images/life-seed-add/top-page-button-1.png);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(2) {
  background-image: url(../images/life-seed-add/top-page-button-2.png), radial-gradient(circle, rgba(255, 74, 99, 0.48) 0%, rgb(86, 86, 86) 100%);
  box-shadow: 0px 2px 7px 0px rgb(168, 168, 168);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(2):hover {
  background-image: url(../images/life-seed-add/top-page-button-2.png);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(3) {
  background-image: url(../images/life-seed-add/top-page-button-3.png), radial-gradient(circle, rgba(255, 74, 99, 0.48) 0%, rgb(86, 86, 86) 100%);
  box-shadow: 0px 2px 7px 0px rgb(168, 168, 168);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(3):hover {
  background-image: url(../images/life-seed-add/top-page-button-3.png);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(4) {
  background-image: url(../images/life-seed-add/top-page-button-4.png), radial-gradient(circle, rgba(255, 74, 99, 0.48) 0%, rgb(86, 86, 86) 100%);
  box-shadow: 0px 2px 7px 0px rgb(168, 168, 168);
}
.addstyle .column .column-main .top-page-button .button-item:nth-of-type(4):hover {
  background-image: url(../images/life-seed-add/top-page-button-4.png);
}
.addstyle .column .column-main .sns {
  background-color: #F1F1F1;
  padding: 20px;
}
.addstyle .column .column-main .sns .sns-container {
  flex-basis: 48%;
}
.addstyle .column .column-main .sns .sns-container iframe {
  width: 100% !important;
  max-width: 330px !important;
  height: 400px !important;
  display: block;
}
@media (max-width: 768px) {
  .addstyle .column .column-main .sns .sns-container iframe {
    margin: 20px auto !important;
  }
}
.addstyle .column aside {
  flex-basis: 28%;
}
.addstyle .column aside .ranking {
  background-color: #F1F1F1;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.addstyle .column aside .ranking .front-page-title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.addstyle .column aside .ranking .ranking__content {
  margin: 10px;
  background-color: #fff;
}
.addstyle .column aside .ranking .ranking__content h4 {
  margin: 0;
  padding: 5px 7px;
  text-align: center;
  color: #fff;
  background-color: #1A1A1A;
}
.addstyle .column aside .ranking table {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dcdddd;
}
.addstyle .column aside .ranking table tr:nth-child(even) {
  background-color: #D6D6D6;
}
.addstyle .column aside .ranking table td,
.addstyle .column aside .ranking table th {
  padding: 5px;
  border-bottom: 1px solid #dcdddd;
}
.addstyle .column aside .ranking table .boa td,
.addstyle .column aside .ranking table .boa th {
  color: #fff;
  background-color: #B3142A;
}
.addstyle .column aside .ranking .note {
  font-size: 12px;
  zoom: 1;
  padding: 5px 10px;
  border-radius: 0 0 3px 3px;
  background-color: #f4f4f4;
}
.addstyle .column aside .ranking .note:after, .addstyle .column aside .ranking .note:before {
  display: table;
  content: "";
}
.addstyle .column aside .ranking .note a,
.addstyle .column aside .ranking .note span {
  float: left;
  width: 50%;
}
.addstyle .column aside .ranking .note a {
  text-align: right;
}
.addstyle .column aside .ranking .note span {
  color: #777;
}
.addstyle .column aside .anouncement {
  margin-bottom: 10px;
}
.addstyle .column aside .anouncement a {
  margin: 10px 0;
  display: block;
}
.addstyle .column aside .anouncement a img {
  width: 100%;
}
.addstyle .column aside .kanren {
  background-color: #F1F1F1;
  margin: 30px 0;
  padding: 20px 10px;
}
.addstyle .column aside .kanren .front-page-title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.addstyle .column aside .kanren h4 {
  font-size: 16px;
  margin: 16px 0 0 16px;
  position: relative;
}
.addstyle .column aside .kanren h4:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B3142A;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -16px;
  z-index: 1;
}
.addstyle .column aside .kanren ul {
  margin: 0;
  padding: 0;
}
.addstyle .column aside .kanren ul li {
  margin-left: 32px;
  list-style-type: disc;
}
.addstyle .column aside .kanren ul li a {
  color: #B3142A;
  text-decoration: underline;
}
.addstyle .photo {
  background-color: #F1F1F1;
  padding: 20px;
}
.addstyle .photo .ngg-navigation {
  display: none !important;
}
.addstyle .photo .photo-btn {
  border: 1px solid #B3142A;
  color: #000000;
  padding: 3px 5px;
  display: block;
  margin: 0 auto;
  width: 130px;
  text-align: center;
}
.addstyle .photo .photo-btn:hover {
  background-color: #B3142A;
  color: #fff;
}
.addstyle .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .addstyle .pc-header {
    display: none;
  }
}
.addstyle .pc-header .logo {
  flex-basis: 20%;
  background-color: #000000;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
}
.addstyle .pc-header .logo a {
  display: block;
  margin: 0 0 0 auto;
}
.addstyle .pc-header .logo a img {
  height: auto;
  max-height: 60px;
}
.addstyle .pc-header .menu {
  flex-basis: 60%;
}
.addstyle .pc-header .menu nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2%;
}
.addstyle .pc-header .menu nav a {
  text-align: center;
}
.addstyle .pc-header .menu nav .menu-btn {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-right: 15px;
}
.addstyle .pc-header .menu nav .menu-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  right: -13px;
  top: 8px;
}
.addstyle .pc-header .menu nav .toggle-active {
  display: block;
}
.addstyle .pc-header .menu nav .menu-active:after {
  transform: rotate(180deg);
}
.addstyle .pc-header .menu .menu-top {
  background-color: black;
  height: 40px;
  border-bottom: 1px solid #FD0121;
}
.addstyle .pc-header .menu .menu-top.menu-top-border {
  border-bottom: none !important;
}
.addstyle .pc-header .menu .menu-top nav a {
  color: #fff;
}
.addstyle .pc-header .menu .menu-toggle {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #FD0121 50%, rgb(0, 0, 0) 100%);
  height: 40px;
  display: none;
}
.addstyle .pc-header .menu .menu-toggle nav {
  justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.addstyle .pc-header .menu .menu-toggle nav a {
  color: #fff;
}
.addstyle .pc-header .menu .menu-bottom {
  background-color: #000000;
  height: 40px;
}
.addstyle .pc-header .menu .menu-bottom a {
  color: #fff;
}
.addstyle .pc-header .right {
  flex-basis: 20%;
  background-color: #000000;
  padding: 10px;
}
@media (max-width: 992px) {
  .addstyle .pc-header .menu {
    flex-basis: 80%;
  }
  .addstyle .pc-header .right {
    display: none;
  }
}
.addstyle .sp-header {
  height: 60px;
  background-color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .addstyle .sp-header {
    display: block;
  }
}
.addstyle .sp-header .drawer-nav {
  background-color: #1A1A1A;
}
.addstyle .sp-header .drawer-nav li .drawer-menu-item {
  color: #fff;
}
.addstyle .new-official {
  margin: 60px auto;
}
.addstyle .new-official .title {
  text-align: center;
}
.addstyle .new-official .official-container {
  border: 1px solid #222;
}
@media (max-width: 768px) {
  .addstyle .new-official .official-container:nth-of-type(2) {
    display: none;
  }
}
.addstyle .new-official .official-container p {
  display: block;
  background-color: #222;
  color: #fff;
  text-align: center;
  margin: 0;
}
.addstyle .new-official .official-container .sub-title-flex {
  display: flex;
  justify-content: space-between;
}
.addstyle .new-official .official-container .sub-title-flex p:nth-child(1), .addstyle .new-official .official-container .sub-title-flex p:nth-child(3) {
  flex-basis: 25%;
}
.addstyle .new-official .official-container .sub-title-flex p:nth-child(2) {
  flex-basis: 50%;
}
.addstyle .new-official .official-container .sponsors {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .addstyle .new-official .official-container .sponsors {
    flex-direction: column;
  }
}
.addstyle .new-official .official-container .sponsors .sponsors-item {
  flex: 1;
  border-right: 1px solid #222;
}
.addstyle .new-official .official-container .sponsors .sponsors-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .addstyle .new-official .official-container .sponsors .sponsors-item {
    border-right: none;
    border-bottom: #222 solid 1px;
  }
  .addstyle .new-official .official-container .sponsors .sponsors-item:last-child {
    border-bottom: none;
  }
}
.addstyle .new-official .official-sp-container {
  display: none;
  border: 1px solid #222;
}
@media (max-width: 768px) {
  .addstyle .new-official .official-sp-container {
    display: block;
  }
}
.addstyle .new-official .official-sp-container p {
  display: block;
  background-color: #222;
  color: #fff;
  text-align: center;
  margin: 0;
}
.addstyle .new-official .official-sp-container hr {
  margin: 0;
  color: #222;
}
.addstyle.footerContainer .footerContents .container nav {
  flex: 2 !important;
}
.addstyle.footerContainer .footerContents .container .footer__info {
  flex: 1 !important;
  padding: 0 20px !important;
}
.addstyle .navSide__post--cat .label-community {
  border-left: 4px solid #02641f;
}
.addstyle .navSide__post--cat .label-community.current {
  background-color: #02641f;
}
.addstyle .navSide__post--cat .label-community a:hover {
  color: #019b2f;
}
.addstyle .newsbox__item .news-label-community {
  background-color: #02641f;
}
.addstyle #school {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.addstyle #school p {
  margin: initial;
}
.addstyle #school .sm-p {
  display: none;
}
@media (max-width: 576px) {
  .addstyle #school .sm-p {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}
.addstyle #school .pc-br {
  display: block;
}
@media (max-width: 768px) {
  .addstyle #school .pc-br {
    display: none;
  }
}
.addstyle #school .midashi {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.addstyle #school .kari {
  background: #000;
  width: 100%;
  aspect-ratio: 3/2;
}
.addstyle #school .pass {
  width: 100%;
  height: 150px;
  background-image: url(../images/life-seed-add/school/pass.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: -145px;
  z-index: 2;
}
@media (max-width: 768px) {
  .addstyle #school .pass {
    height: 100px;
    top: -95px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .pass {
    height: 50px;
    top: -45px;
  }
}
.addstyle #school .section-title {
  text-align: center;
  font-size: 48px;
}
@media (max-width: 768px) {
  .addstyle #school .section-title {
    font-size: 32px;
  }
}
.addstyle #school .center {
  text-align: center;
}
.addstyle #school .school-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addstyle #school .school-btn-container .school-btn {
  display: inline-block;
  background-color: #FFE100;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
}
.addstyle #school .top {
  background-image: url(../images/life-seed-add/school/back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .addstyle #school .top {
    padding: 10% 0 100px;
  }
}
.addstyle #school .top .schoolSwiper {
  width: 75%;
  margin: 0 0 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .addstyle #school .top .schoolSwiper {
    width: 85%;
  }
}
.addstyle #school .top .schoolSwiper .swiper-slide img {
  aspect-ratio: 2/1;
}
@media (max-width: 576px) {
  .addstyle #school .top .schoolSwiper .swiper-slide img {
    aspect-ratio: 1/1;
  }
}
.addstyle #school .top .top-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.addstyle #school .top .top-title h3 {
  font-size: 36px;
  font-size: clamp(16px, 3vw, 36px);
  min-height: 0vw;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
}
.addstyle #school .top .top-title h2 {
  font-size: 48px;
  background-color: #B3142A;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: clamp(24px, 3vw, 64px);
  min-height: 0vw;
}
.addstyle #school .top .top-title-sp1 {
  position: absolute;
  top: 1%;
  left: 0;
  z-index: 1;
}
.addstyle #school .top .top-title-sp1 h3 {
  font-size: 36px;
  font-size: clamp(16px, 3vw, 36px);
  min-height: 0vw;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
}
.addstyle #school .top .top-title-sp2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
}
.addstyle #school .top .top-title-sp2 h2 {
  font-size: 48px;
  background-color: #B3142A;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: clamp(24px, 3vw, 64px);
  min-height: 0vw;
}
.addstyle #school .about {
  position: relative;
}
.addstyle #school .about .pass {
  background-image: url(../images/life-seed-add/school/pass.png);
}
.addstyle #school .about .campaign {
  background: #B3142A;
  padding-bottom: 20px;
}
.addstyle #school .about .campaign .campaign-title {
  font-size: clamp(32px, 5vw, 100px);
  min-height: 0vw;
  color: #fff;
}
.addstyle #school .about .campaign .campaign-title span {
  color: #FFE100;
}
@media (max-width: 576px) {
  .addstyle #school .about .campaign .campaign-title {
    display: none;
  }
}
.addstyle #school .about .campaign .campaign-title-sp {
  display: none;
}
@media (max-width: 576px) {
  .addstyle #school .about .campaign .campaign-title-sp {
    display: block;
    max-width: 380px;
  }
  .addstyle #school .about .campaign .campaign-title-sp p {
    font-size: 48px;
    color: #fff;
  }
  .addstyle #school .about .campaign .campaign-title-sp p:first-child {
    text-align: left;
  }
  .addstyle #school .about .campaign .campaign-title-sp p:last-child {
    text-align: right;
    margin-top: -25px;
  }
  .addstyle #school .about .campaign .campaign-title-sp p:last-child span {
    color: #FFE100;
  }
}
.addstyle #school .about .campaign .campaign-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.addstyle #school .about .campaign .campaign-banner a {
  max-width: 600px;
}
@media (max-width: 576px) {
  .addstyle #school .about .campaign .campaign-banner {
    margin: 20px 0;
  }
}
.addstyle #school .about .nasi {
  background-color: #B3142A;
  width: 100%;
  height: 150px;
}
.addstyle #school .about .about-main {
  background-color: #B3142A;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main {
    padding-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .about .about-main {
    padding-bottom: 100px;
  }
}
.addstyle #school .about .about-main .about-top {
  background-image: url(../images/life-seed-add/school/about.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-top {
    background-image: url(../images/life-seed-add/school/about-bg-sp.png);
  }
}
.addstyle #school .about .about-main .about-top h3 {
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.addstyle #school .about .about-main .about-top p {
  color: #fff;
  text-align: center;
}
.addstyle #school .about .about-main .about-middle {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-middle {
    margin: 20px 0 40px;
  }
}
.addstyle #school .about .about-main .about-middle .flex-container {
  align-items: center;
  gap: 20px;
}
.addstyle #school .about .about-main .about-middle .flex-container .yuugou {
  flex-basis: 50%;
}
.addstyle #school .about .about-main .about-middle .flex-container .yuugou .inner {
  background: #fff;
  padding: 20px 10px 20px 20px;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-middle .flex-container .yuugou .inner {
    margin-right: 5%;
  }
}
@media (max-width: 576px) {
  .addstyle #school .about .about-main .about-middle .flex-container .yuugou .inner {
    margin-right: 2%;
  }
}
.addstyle #school .about .about-main .about-middle .flex-container .yuugou .inner h3 {
  font-size: 32px;
}
@media (max-width: 576px) {
  .addstyle #school .about .about-main .about-middle .flex-container .yuugou .inner h3 {
    font-size: 24px;
  }
}
.addstyle #school .about .about-main .about-middle .flex-container .gazou {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-middle .flex-container .gazou {
    max-width: 500px;
    padding: 0 20px;
  }
}
.addstyle #school .about .about-main .about-bottom .flex-container {
  align-items: center;
}
.addstyle #school .about .about-main .about-bottom .flex-container .gazou {
  flex-basis: 30%;
  border: 5px solid #fff;
  position: relative;
  right: -40px;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-bottom .flex-container .gazou {
    width: 90%;
    margin: 0 0 20px auto;
    position: initial;
    border-right: none;
  }
}
.addstyle #school .about .about-main .about-bottom .flex-container .proteam {
  flex-basis: 70%;
}
.addstyle #school .about .about-main .about-bottom .flex-container .proteam .inner {
  background: #fff;
  padding: 60px 20px 60px 60px;
}
@media (max-width: 768px) {
  .addstyle #school .about .about-main .about-bottom .flex-container .proteam .inner {
    margin-left: 5%;
    padding: 20px 10px 20px 20px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .about .about-main .about-bottom .flex-container .proteam .inner {
    margin-left: 2%;
  }
}
.addstyle #school .about .about-main .about-bottom .flex-container .proteam .inner h3 {
  font-size: 32px;
}
@media (max-width: 576px) {
  .addstyle #school .about .about-main .about-bottom .flex-container .proteam .inner h3 {
    font-size: 24px;
  }
}
.addstyle #school .rinen {
  background: #131313;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .addstyle #school .rinen {
    padding: 1px 0;
  }
}
.addstyle #school .rinen .pass {
  background-image: url(../images/life-seed-add/school/pass2.png);
}
.addstyle #school .rinen .section-title {
  color: #FFE100;
}
.addstyle #school .rinen p {
  text-align: center;
  color: #fff;
}
.addstyle #school .rinen img {
  width: 50%;
}
@media (max-width: 768px) {
  .addstyle #school .rinen img {
    width: 100%;
  }
}
.addstyle #school .rinen .pass2 {
  width: 100%;
  height: 150px;
  background-image: url(../images/life-seed-add/school/pass2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  bottom: -145px;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .addstyle #school .rinen .pass2 {
    height: 100px;
    bottom: -95px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .rinen .pass2 {
    height: 50px;
    bottom: -45px;
  }
}
.addstyle #school .syoukai .inn {
  position: relative;
  z-index: 1;
  padding: 300px 0;
}
@media (max-width: 768px) {
  .addstyle #school .syoukai .inn {
    padding: 150px 0;
  }
}
@media (max-width: 576px) {
  .addstyle #school .syoukai .inn {
    padding: 100px 0;
  }
}
.addstyle #school .syoukai .inn .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.addstyle #school .syoukai .inn .parallax-bg .bg {
  background-image: url("../images/life-seed-add/school/back1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.addstyle #school .syoukai .school-item {
  margin: 80px 0;
}
.addstyle #school .syoukai .school-item.first .school-main {
  position: relative;
}
.addstyle #school .syoukai .school-item.first .school-main::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background-image: url(../images/life-seed-add/school/pickup1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -150px;
  z-index: 1;
}
.addstyle #school .syoukai .school-item.secound h4 {
  position: relative;
}
.addstyle #school .syoukai .school-item.secound h4::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background-image: url(../images/life-seed-add/school/pickup2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -128px;
  left: -265px;
  z-index: 1;
}
.addstyle #school .syoukai .school-item.majima .calendar-container {
  max-width: 800px;
  margin: 0 auto !important;
  justify-content: center;
  gap: 10px;
}
.addstyle #school .syoukai .school-item.majima .calendar-container .left,
.addstyle #school .syoukai .school-item.majima .calendar-container .right {
  flex-basis: 50% !important;
  border: 2px solid #1D83C1;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
}
.addstyle #school .syoukai .school-item.majima .calendar-container p {
  color: #1D83C1;
  margin: 0 0 10px;
}
.addstyle #school .syoukai .school-item .school-main {
  background-color: #fff;
  border: 5px solid #B3142A;
  border-left: none;
  padding: 80px 120px 80px 40px;
  position: relative;
  width: 80%;
}
.addstyle #school .syoukai .school-item .school-main h4 {
  font-size: 24px;
  margin: 0;
}
.addstyle #school .syoukai .school-item .school-main .flex-container {
  margin: 30px 0;
  gap: 10px;
  align-items: center;
}
.addstyle #school .syoukai .school-item .school-main .flex-container .coach-image {
  flex-basis: 20%;
}
.addstyle #school .syoukai .school-item .school-main .flex-container .right {
  flex-basis: 80%;
}
.addstyle #school .syoukai .school-item .school-main .flex-container .right h5 {
  font-size: 20px;
  margin: 0;
}
.addstyle #school .syoukai .school-item .school-main .schedule {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
  border-radius: 20px;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr {
  border-bottom: 1px solid #d8d8d8;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr:first-child th {
  color: #fff;
  background-color: #B3142A;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr:last-child {
  border-bottom: none;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr th,
.addstyle #school .syoukai .school-item .school-main .schedule tr td {
  padding: 10px;
  border-right: 1px solid #d8d8d8;
  text-align: center;
}
.addstyle #school .syoukai .school-item .school-main .schedule tr th:last-child,
.addstyle #school .syoukai .school-item .school-main .schedule tr td:last-child {
  border-right: none;
}
.addstyle #school .syoukai .school-item .school-main .schedule.majima-table tr:nth-of-type(3) td:last-child, .addstyle #school .syoukai .school-item .school-main .schedule.majima-table tr:nth-of-type(5) td:last-child {
  border-right: 1px solid #d8d8d8;
}
.addstyle #school .syoukai .school-item .gazou {
  position: absolute;
  top: 10%;
  left: calc(100% - 100px);
  z-index: 1;
  width: calc(20% + 100px);
}
.addstyle #school .syoukai .reverce .school-main {
  margin: 0 0 0 auto;
  background-color: #fff;
  border: 5px solid #B3142A;
  border-right: none;
  padding: 80px 40px 80px 120px;
  position: relative;
  width: 80%;
}
.addstyle #school .syoukai .reverce .school-main .gazou {
  position: absolute;
  top: 10%;
  left: initial;
  right: calc(100% - 100px);
  z-index: 1;
  width: calc(20% + 100px);
}
.addstyle #school .syoukai .school-item-sp-container {
  margin: 40px 0;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp {
  background-color: #fff;
  border: #B3142A 5px solid;
  padding: 30px 20px 40px;
  margin: 60px 0;
}
@media (max-width: 576px) {
  .addstyle #school .syoukai .school-item-sp-container .school-item-sp {
    margin: 40px 0;
    padding: 20px 10px 40px;
  }
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp.first .image-container, .addstyle #school .syoukai .school-item-sp-container .school-item-sp.secound .image-container {
  position: relative;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp.first .image-container::after, .addstyle #school .syoukai .school-item-sp-container .school-item-sp.secound .image-container::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background-image: url(../images/life-seed-add/school/pickup1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -16px;
  z-index: 1;
}
@media (max-width: 576px) {
  .addstyle #school .syoukai .school-item-sp-container .school-item-sp.first .image-container::after, .addstyle #school .syoukai .school-item-sp-container .school-item-sp.secound .image-container::after {
    width: 100px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp.majima p {
  margin: 20px 0 10px;
  color: #1D83C1;
  font-size: 20px;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp h4 {
  font-size: 24px;
  margin: 20px 0 10px;
  text-align: center;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp .coach-container {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp .coach-container .left {
  flex: 1;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp .coach-container .right {
  flex: 1;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp .coach-container .right h5 {
  font-size: 16px;
  margin: 10px 0 0;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp article p:first-child {
  color: #FF474F;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
  border-collapse: collapse;
  width: 100%;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table tr:first-child th {
  border-radius: 20px 20px 0 0;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table tr:last-child td {
  border-radius: 0 0 20px 20px;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table th {
  background: #B3142A;
  color: #fff;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table td {
  background-color: #fff;
}
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table th,
.addstyle #school .syoukai .school-item-sp-container .school-item-sp table td {
  display: block;
  padding: 10px;
  text-align: center;
}
.addstyle #school .coach {
  position: relative;
  background-color: #E6E6E6;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .addstyle #school .coach {
    padding: 1px 0;
  }
}
.addstyle #school .coach .pass {
  background-image: url(../images/life-seed-add/school/pass3.png);
}
.addstyle #school .coach .item {
  background-color: #B3142A;
  padding: 20px;
  margin: 200px 0;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item {
    margin: 100px 0;
    background-color: initial;
  }
}
@media (max-width: 576px) {
  .addstyle #school .coach .item {
    margin: 70px 0;
    background-color: #B3142A;
  }
}
.addstyle #school .coach .item:nth-of-type(2), .addstyle #school .coach .item:nth-of-type(4) {
  background: #FFE100;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item:nth-of-type(2), .addstyle #school .coach .item:nth-of-type(4) {
    background-color: initial;
  }
}
@media (max-width: 576px) {
  .addstyle #school .coach .item:nth-of-type(2), .addstyle #school .coach .item:nth-of-type(4) {
    background-color: #FFE100;
  }
}
.addstyle #school .coach .item:nth-of-type(2) .flex-container .left img, .addstyle #school .coach .item:nth-of-type(4) .flex-container .left img {
  border: 3px solid #FFE100;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item:nth-of-type(2) .flex-container .right, .addstyle #school .coach .item:nth-of-type(4) .flex-container .right {
    border: 15px solid #FFE100;
  }
}
@media (max-width: 576px) {
  .addstyle #school .coach .item:nth-of-type(2) .flex-container .right, .addstyle #school .coach .item:nth-of-type(4) .flex-container .right {
    border: none;
  }
}
.addstyle #school .coach .item .flex-container {
  gap: 5px;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item .flex-container {
    gap: 0;
  }
}
.addstyle #school .coach .item .flex-container .left {
  flex-basis: 30%;
  position: relative;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item .flex-container .left {
    margin-bottom: -15px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .coach .item .flex-container .left {
    margin-bottom: 0;
  }
}
.addstyle #school .coach .item .flex-container .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #B3142A;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item .flex-container .left img {
    position: initial;
    transform: initial;
    height: initial;
  }
}
.addstyle #school .coach .item .flex-container .right {
  flex-basis: 70%;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .addstyle #school .coach .item .flex-container .right {
    border: 15px solid #B3142A;
  }
}
@media (max-width: 576px) {
  .addstyle #school .coach .item .flex-container .right {
    border: none;
  }
}
.addstyle #school .coach .item .flex-container .right h5 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 576px) {
  .addstyle #school .coach .item .flex-container .right h5 {
    font-size: 20px;
  }
}
.addstyle #school .price {
  margin: 150px 0;
}
@media (max-width: 768px) {
  .addstyle #school .price {
    margin: 100px 0;
  }
}
@media (max-width: 576px) {
  .addstyle #school .price {
    margin: 50px 0;
  }
}
.addstyle #school .price .section-title {
  margin: 0;
}
.addstyle #school .price table {
  border-collapse: collapse;
  width: 80%;
  margin: 40px auto;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
}
@media (max-width: 768px) {
  .addstyle #school .price table {
    width: 100%;
  }
}
.addstyle #school .price table tr:first-child {
  background-color: #B3142A;
  color: #fff;
}
.addstyle #school .price table tr th,
.addstyle #school .price table tr td {
  padding: 20px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  font-size: 20px;
}
.addstyle #school .price table tr th:last-child,
.addstyle #school .price table tr td:last-child {
  border-right: none;
}
.addstyle #school .price table tr:last-child td {
  text-align: center;
}
@media (max-width: 768px) {
  .addstyle #school .price table tr:last-child td {
    padding: 20px 5px;
    font-size: 16px;
  }
}
.addstyle #school .wear {
  margin: 150px 0;
}
@media (max-width: 768px) {
  .addstyle #school .wear {
    margin: 100px 0;
  }
}
@media (max-width: 576px) {
  .addstyle #school .wear {
    margin: 50px 0;
  }
}
.addstyle #school .wear p {
  text-align: center;
}
.addstyle #school .wear .wear-table-container {
  position: relative;
}
@media (max-width: 576px) {
  .addstyle #school .wear .wear-table-container {
    overflow-y: scroll;
  }
}
.addstyle #school .wear .wear-table-container .wear-overlay-image {
  display: none;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: opacity 0.5s ease-out;
  /* 0.5秒かけてゆっくり消える */
  opacity: 1;
  /* 初期状態では完全に表示 */
}
.addstyle #school .wear .wear-table-container .wear-overlay-image img {
  max-width: 200px;
}
.addstyle #school .wear .wear-table-container .wear-overlay-image.fade-out {
  opacity: 0;
  /* 非表示になったら透明 */
}
.addstyle #school .wear .wear-table-container table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
}
@media (max-width: 576px) {
  .addstyle #school .wear .wear-table-container table {
    white-space: nowrap;
  }
}
.addstyle #school .wear .wear-table-container table tr:first-child {
  background-color: #B3142A;
  color: #fff;
}
.addstyle #school .wear .wear-table-container table tr th,
.addstyle #school .wear .wear-table-container table tr td {
  padding: 20px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.addstyle #school .wear .wear-table-container table tr td img {
  max-width: 100px;
}
.addstyle #school .cta .cta-wrapper {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-wrapper {
    width: 90%;
  }
}
.addstyle #school .cta .cta-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .addstyle #school .cta .cta-title {
    font-size: 64px;
  }
}
@media (max-width: 992px) {
  .addstyle #school .cta .cta-title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-title {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-title {
    font-size: clamp(24px, 8vw, 50px);
  }
}
.addstyle #school .cta .cta-sub {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .addstyle #school .cta .cta-sub {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .addstyle #school .cta .cta-sub {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-sub {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-sub {
    font-size: 24px;
  }
}
.addstyle #school .cta .cta-top {
  width: 100%;
  aspect-ratio: 6/1;
  border-radius: 50%/100% 100% 0 0;
  background: #FFE100;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-top {
    aspect-ratio: 5/1;
  }
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-top {
    aspect-ratio: 4/1;
  }
}
.addstyle #school .cta .cta-top .cta-title {
  margin: 0 40px;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-top .cta-title {
    margin: 0 20px;
  }
}
.addstyle #school .cta .cta-bottom {
  background: #FFE100;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom {
    padding-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-bottom {
    padding-bottom: 100px;
  }
}
.addstyle #school .cta .cta-bottom .cta-title {
  color: #fff;
}
.addstyle #school .cta .cta-bottom .cta-flex {
  margin: 0 40px;
  gap: 10px;
  align-items: end;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .cta-flex {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .cta-flex {
    margin: 0 20px;
    gap: 20px;
  }
}
.addstyle #school .cta .cta-bottom .cta-flex .left {
  flex-basis: 60%;
}
.addstyle #school .cta .cta-bottom .cta-flex .right {
  flex-basis: 40%;
}
.addstyle #school .cta .cta-bottom .application {
  background-image: url(../images/life-seed-add/school/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 40px;
  padding: 40px;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .application {
    margin: 20px;
    padding: 20px 10px;
  }
}
.addstyle #school .cta .cta-bottom .application .mousikomi {
  background: #fff;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .application .mousikomi {
    padding: 20px 10px;
  }
}
.addstyle #school .cta .cta-bottom .application .mousikomi h4 {
  text-align: center;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .application .mousikomi h4 {
    font-size: 24px;
  }
}
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container {
  margin: 40px auto 0;
  max-width: 600px;
  gap: 20px;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .application .mousikomi .flex-container {
    margin: 20px auto 0;
  }
}
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container .left,
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container .btn {
  display: inline-block;
  border: #FF474F 2px solid;
  text-align: center;
  padding: 10px 30px;
  border-radius: 40px;
  min-width: 200px;
  font-size: 20px;
}
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container .left .btn {
  background: #fff;
  color: #FF474F;
}
.addstyle #school .cta .cta-bottom .application .mousikomi .flex-container .right .btn {
  background: #FF474F;
  color: #fff;
}
.addstyle #school .cta .cta-bottom .application .contact {
  background: #fff;
  padding: 40px 20px;
  margin: 40px 0 0;
}
.addstyle #school .cta .cta-bottom .application .contact h4 {
  text-align: center;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .addstyle #school .cta .cta-bottom .application .contact h4 {
    font-size: 24px;
  }
}
.addstyle #school .cta .cta-bottom .application .contact .contact-container {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.addstyle #school .cta .cta-bottom .application .contact .contact-container .btn {
  display: inline-block;
  border: #FF474F 2px solid;
  text-align: center;
  padding: 10px 30px;
  border-radius: 40px;
  min-width: 300px;
  font-size: 20px;
  color: #FF474F;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .addstyle #school .cta .cta-bottom .application .contact .contact-container .btn {
    min-width: 230px;
  }
}
.addstyle #school .cta .cta-bottom .application .contact .contact-container .btn span {
  color: black;
  font-size: 16px;
}
.addstyle #school .shinco {
  position: relative;
  background: #1D83C1;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .addstyle #school .shinco {
    padding-top: 1px;
  }
}
.addstyle #school .shinco .pass {
  background-image: url(../images/life-seed-add/school/pass4.png);
}
.addstyle #school .shinco h4 {
  color: #fff;
  font-size: 36px;
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .addstyle #school .shinco h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .addstyle #school .shinco h4 {
    margin-top: 40px;
  }
}
.addstyle #school .shinco p {
  color: #fff;
}
.addstyle #school .shinco .table-sp {
  margin: 40px 0;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
  width: 100%;
}
.addstyle #school .shinco .table-sp tr:first-child th {
  border-radius: 20px 20px 0 0;
}
.addstyle #school .shinco .table-sp tr:last-child td {
  border-radius: 0 0 20px 20px;
}
.addstyle #school .shinco .table-sp th {
  background: #FBFFD1;
  color: #1D83C1;
}
.addstyle #school .shinco .table-sp td {
  background-color: #fff;
}
.addstyle #school .shinco .table-sp th,
.addstyle #school .shinco .table-sp td {
  display: block;
  padding: 10px;
  text-align: center;
}
.addstyle #school .shinco .table-pc {
  border-collapse: collapse;
  width: 80%;
  margin: 30px auto;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2784313725);
  border-radius: 10px;
  background-color: #fff;
}
.addstyle #school .shinco .table-pc tr:first-child {
  border-bottom: 1px solid #d8d8d8;
}
.addstyle #school .shinco .table-pc tr:first-child th {
  color: #1D83C1;
  background-color: #FBFFD1;
}
.addstyle #school .shinco .table-pc tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.addstyle #school .shinco .table-pc tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.addstyle #school .shinco .table-pc tr th,
.addstyle #school .shinco .table-pc tr td {
  padding: 10px;
  border-right: 1px solid #d8d8d8;
  text-align: center;
}
.addstyle #school .shinco .table-pc tr th:last-child,
.addstyle #school .shinco .table-pc tr td:last-child {
  border-right: none;
}
.addstyle #school .shinco .btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addstyle #school .shinco .btn-container .btn {
  display: inline-block;
  border: #FFE100 2px solid;
  text-align: center;
  padding: 10px 30px;
  border-radius: 40px;
  min-width: 300px;
  font-size: 20px;
  color: #1D83C1;
  margin: 10px 0;
  background: #fff;
}
.addstyle #school .shinco .btn-container .btn span {
  color: black;
  font-size: 16px;
}/*# sourceMappingURL=addstyle.css.map */