@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  color: #40240b;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 60px auto 0 !important;
  background: #fff;
  border-top: 1px solid #40240b;
  border-bottom: 1px solid #40240b;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid #40240b;
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #4385e5;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
.contact-form-table a {
  color: #40240b;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #40240b;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #000;
}

/* =========================================
  タグテンプレート（未使用）
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #40240b;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #40240b;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #40240b;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  color: #40240b;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 17px 34px;
  text-align: center;
  border-radius: 32px;
  background: url(../img/ent/com-btn-arw.png) no-repeat calc(100% - 30px) #4385e5;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #fd5951;
    opacity: 1;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 17px 34px;
  text-align: center;
  border-radius: 32px;
  background: url(../img/ent/com-btn-arw.png) no-repeat calc(100% - 30px) #4385e5;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-color: #fd5951;
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table th, .com-table td {
  padding: 20px 0;
  background: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 230px;
  border-radius: 10px 0 0 10px;
  background: url(../img/ent/group-star.png) no-repeat 50px 23px #fff;
  padding-left: 93px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  color: #4385e5;
}
.com-table td {
  border-radius: 0 10px 10px 0;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
.com-table-link {
  color: #00b900;
}
.com-table02 {
  width: 100%;
}
.com-table02 tr {
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #d6cec4, #d6cec4 6px, transparent 6px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
}
.com-table02 th, .com-table02 td {
  padding: 15px 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-table02 th, .com-table02 td {
    font-size: 1.5rem;
  }
}
.com-table02 th {
  width: 104px;
  padding-left: 10px;
}
.com-table03 {
  width: 100%;
}
.com-table03 th, .com-table03 td {
  padding: 13px 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-table03 th, .com-table03 td {
    font-size: 1.5rem;
  }
}
.com-table03 td {
  min-width: 80px;
  text-align: right;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  display: flex;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  color: #3c170d;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-ttl01 {
    font-size: 1.8rem;
  }
}
.com-ttl01::before, .com-ttl01::after {
  content: "";
  display: block;
  width: 124px;
  height: 84px;
}
.com-ttl01::before {
  margin-right: 40px;
  background: url(../img/ent/news-flag-l.png) no-repeat center/contain;
}
.com-ttl01::after {
  margin-left: 40px;
  background: url(../img/ent/news-flag-r.png) no-repeat center/contain;
}
.com-ttl01.flag02::before {
  background-image: url(../img/ent/group-flag-l.png);
}
.com-ttl01.flag02::after {
  background-image: url(../img/ent/group-flag-r.png);
}
.com-ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-ttl02 .txt {
  display: inline-block;
  padding-top: 26px;
  background: url(../img/club/about-ttl-deco.png) no-repeat 55px top;
  font-size: 3.4rem;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  text-align: center;
  line-height: 1.53;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt {
    font-size: 1.7rem;
  }
}
.com-ttl02 .txt .ac {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  color: #4385e5;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt .ac {
    font-size: 1.9rem;
  }
}
.com-ttl02 .txt .ac02 {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  color: #fd5951;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt .ac02 {
    font-size: 1.9rem;
  }
}
.com-ttl02 .txt .bg {
  display: inline-block;
  margin-top: 7px;
  padding: 8px 15px;
  border-radius: 10px;
  background: url(../img/gymnastics/border.png);
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt .bg {
    font-size: 1.5rem;
  }
}
.com-ttl02 .txt .bg:nth-of-type(n+2) {
  margin-left: 10px;
}
.com-ttl02 .txt .lg {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt .lg {
    font-size: 1.9rem;
  }
}
.com-ttl02 .txt .sm {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .txt .sm {
    font-size: 1.7rem;
  }
}
.com-ttl02::before, .com-ttl02::after {
  content: "";
  display: block;
  width: 124px;
  height: 84px;
}
.com-ttl02::before {
  background: url(../img/ent/group-flag-l.png) no-repeat center/contain;
}
.com-ttl02::after {
  background: url(../img/ent/group-flag-r.png) no-repeat center/contain;
}
.com-ttl02.flag02::before {
  background-image: url(../img/ent/news-flag-l.png);
}
.com-ttl02.flag02::after {
  background-image: url(../img/ent/news-flag-r.png);
}
.com-ttl02.nami::before {
  margin-right: 30px;
}
.com-ttl02.nami::after {
  margin-left: 30px;
}
.com-ttl02.nami .txt {
  padding: 0 0 30px;
  background: url(../img/club/naminami.png) no-repeat center bottom;
}
.com-ttl03 {
  display: flex;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.7rem;
  }
}
.com-ttl03::after {
  content: "";
  display: block;
  width: 124px;
  height: 84px;
  margin-top: -25px;
  margin-left: 13px;
  background: url(../img/ent/group-flag-r.png) no-repeat center/contain;
}
.com-ttl04 {
  padding-top: 35px;
  text-align: center;
  background: url(../img/brite/time-ttl-ico.png) no-repeat center top;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.6rem;
  }
}
.com-ttl05 {
  padding-left: 42px;
  background: url(../img/club_coach/star.png) no-repeat left 5px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl05 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 100;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0 0 0;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #4385e5;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #40240b;
}
.breadcrumb a {
  color: #40240b;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f0f3f4;
  background-color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  border: 2px solid #4385e5;
  color: #4385e5;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li.bg-none {
  background: none;
  border: none;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #4385e5;
}
.pagenation .current {
  background: #4385e5;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before,
.arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #4385e5;
  transform-origin: 2px 50%;
}

.arrow-left::before {
  transform: rotate(45deg);
}

.arrow-left::after {
  transform: rotate(-45deg);
}

.arrow-right {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before,
.arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #4385e5;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow-right::before {
  transform: rotate(45deg);
}

.arrow-right::after {
  transform: rotate(-45deg);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  height: 50px;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 20px;
  background: #4385e5;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #40240b;
  font-size: 1.4rem;
  background: #4385e5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  right: auto;
}

.next-btn {
  left: auto;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 320px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/* ent  PC
------------------------------------ */
.ent-headline {
  height: 130px;
  padding: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .ent-headline {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .ent-logo {
    width: 200px;
  }
}
.ent-nav-list-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  background-size: 2px 12px;
  background-image: linear-gradient(to bottom, #d6cec4, #d6cec4 8px, transparent 8px, transparent 12px);
  background-position: right top;
  background-repeat: repeat-y;
}
.ent-nav-list-item:nth-of-type(n+2) {
  position: relative;
}
.ent-nav-list-item:nth-of-type(n+2) a {
  padding-right: 38px;
}
.ent-nav-list-item:nth-of-type(4) a {
  padding-top: 47px;
  padding-bottom: 0;
}
.ent-nav-list-item:last-of-type::before {
  right: 23px !important;
}
.ent-nav-list-item:last-of-type a {
  padding-right: 45px;
}
.ent-nav-list-item.dropdown {
  position: relative;
}
.ent-nav-list-item.dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffc933 transparent transparent transparent;
  border-width: 10px 6px 0px 6px;
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.ent-nav-list-item.dropdown:hover .ent-nav-drop {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; /* 遅延を解除 */
}
.ent-nav-list-link {
  display: block;
  padding: 54px 18px 5px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .ent-nav-list-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .ent-nav-list-link {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent-nav-list-link.ico01 {
  background: url(../img/ent/gnav01.png) no-repeat center top;
}
.ent-nav-list-link.ico02 {
  background: url(../img/ent/gnav02.png) no-repeat center top;
}
.ent-nav-list-link.ico03 {
  background: url(../img/ent/gnav03.png) no-repeat center top;
}
.ent-nav-list-link.ico04 {
  background: url(../img/ent/gnav04.png) no-repeat center top;
}
.ent-nav-list-link.ico05 {
  background: url(../img/ent/gnav05.png) no-repeat center top;
}
.ent-nav-drop {
  width: calc(100% - 6px);
  margin: auto;
  padding: 12px 0 15px;
  background: #f2eddf;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ent-nav-drop {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden; /* 初期状態で非表示 */
    opacity: 0; /* 初期状態で透明 */
    transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out; /* 遅延を設定 */
    z-index: 100;
  }
}
.ent-nav-drop li:nth-of-type(n+2) {
  margin: 17px auto 0;
}
.ent-nav-drop-link {
  display: block;
  padding: 0 !important;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .ent-nav-drop-link {
    font-size: 1.5rem;
  }
}
.ent-nav-drop-link.current {
  color: #4385e5;
}
@media screen and (min-width: 768px) {
  .ent-nav-drop-link:hover {
    color: #4385e5;
    opacity: 1;
  }
}
.ent-mv {
  padding-bottom: 37px;
}
.ent-mv-item {
  width: 46.3%;
}
.ent-mv-item:nth-of-type(2n) {
  margin-left: 2%;
}
.ent-mv-item:nth-of-type(n+3) {
  margin-top: 2%;
}
.ent-mv-link {
  display: flex;
  width: 100%;
  border-radius: 20px;
  background: url(../img/bg_border.png);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ent-mv-img {
  width: 50%;
  height: 0;
  padding-top: 42.7%;
  position: relative;
}
.ent-mv-contents {
  width: 50%;
  text-align: center;
}
.ent-mv-ttl {
  display: flex;
  max-width: 445px;
  margin: 20px auto 0;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: clamp(1.8rem, 1.45vw, 2.8rem);
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.3;
  justify-content: center;
  flex-wrap: wrap;
}
.ent-mv-ttl-mt {
  margin-top: 27px;
}
.ent-mv-ttl .ac {
  display: inline-block;
  padding: 7px 21px;
  background: #4385e5;
  border-radius: 10px;
}
.ent-mv-ttl .ac:nth-of-type(1) {
  margin-bottom: 10px;
}
.ent-mv-ttl .ac.mr {
  margin: 0 10px 0 0;
}
.ent-mv-ico01, .ent-mv-ico03 {
  width: 26.9%;
}
.ent-mv-ico02 {
  width: 77.3%;
}
.ent-mv-logo {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ent-mv-logo {
    font-size: 1.8rem;
  }
}
.ent .com-news {
  background: none;
}

/*	headline  PC
------------------------------------ */
.headline {
  height: 130px;
  padding: 0 50px;
  background: #fff;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .headline {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .headline {
    padding: 0 15px;
  }
  .headline .logo {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) and (max-width: 1230px) {
  .headline .logo {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .headline .brite-logo {
    width: 108px;
  }
}
.headline::before {
  content: "";
  width: 100%;
  height: 25px;
  margin: auto;
  background: url(../img/club/headline-wave.png) repeat-x left top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
@media screen and (min-width: 1921px) {
  .headline::before {
    background-size: 100% 100%;
  }
}
.headline-info a:nth-of-type(n+2) {
  margin-left: 15px;
}
.headline-sns {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.headline-sns li:nth-of-type(n+2) {
  margin-left: 20px;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
  z-index: 100;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 17px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 12px;
  padding-left: 12px;
  background-size: 2px 10px;
  background-image: linear-gradient(to bottom, #d6cec4, #d6cec4 6px, transparent 6px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-y;
}
.gnav-list-link {
  padding: 3px 0;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  color: #5f5f5f;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    color: #4385e5;
  }
}
.gnav-list-link.current {
  color: #4385e5;
}

/*	mv  PC
------------------------------------ */
.sv {
  width: 100%;
  height: 0;
  padding-top: 41.6%;
  position: relative;
}
.sv-catch {
  position: absolute;
}
.sv-catch-club {
  width: 40.5%;
  top: 30.625%;
  left: 11.3%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(../img/ent/f-bg.png) no-repeat center/cover;
}
#footer .foo-inner {
  padding: 60px 0 54px;
}
#footer .foo-right-tel {
  text-align: right;
}
#footer .foo-right-tel a:nth-of-type(n+2) {
  margin-top: 10px;
}
#footer .foo-contact-btn {
  display: flex;
  width: 210px;
  height: 60px;
  margin-left: 20px;
  background: #fd5951;
  border-radius: 10px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-btn {
    font-size: 1.5rem;
  }
}
#footer .foo-contact-btn::before {
  content: "";
  width: 20px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/ent/f-mail.png) no-repeat center/contain;
}
#footer .foo-address {
  display: flex;
  margin-top: 15px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-address::before {
  content: "";
  width: 13px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/ent/f-address.png) no-repeat center/contain;
}

.fnav {
  display: flex;
  margin: 55px auto 0;
  padding-top: 40px;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #fff, #fff 8px, transparent 8px, transparent 12px);
  background-repeat: repeat-x;
  align-items: flex-start;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 100px;
}
.fnav-list .fnav-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.fnav-list-link {
  padding-left: 22px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4385e5;
  position: absolute;
  left: 0;
  top: 3px;
}
.fnav-list-link.current {
  color: #4385e5;
}
.fnav-list-drop {
  margin-top: 16px;
  margin-left: 22px;
}
.fnav-list-drop li:nth-of-type(n+2) {
  margin-top: 15px;
}
.fnav-list-drop a {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fnav-list-drop a {
    font-size: 1.5rem;
  }
}
.fnav-list-drop a.current {
  color: #4385e5;
}

.copy {
  padding: 60px 0 15px;
  background: url(../img/ent/f-kusa.png) repeat-x center bottom, url(../img/bg_zarazara.png);
  text-align: center;
}
.copy-txt, .copy-link {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv-catch-kickers {
  width: 30.36%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sv-catch-brite {
  width: 30.98%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sv-catch-brite {
  width: 30.98%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sv-catch-gymnastics {
  width: 32.9%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sv-catch img {
  width: 100%;
}
.sv02 {
  height: 0;
  padding-top: 500px;
  position: relative;
}
.sv02-catch {
  margin: auto;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1.33;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
}
@media screen and (max-width: 768px) {
  .sv02-catch {
    font-size: 2.4rem;
  }
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #40240b;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #adadad;
  line-height: 1.4;
  flex-wrap: wrap;
}
#news .com-news-tag li:nth-of-type(n+2)::before {
  content: ",";
  padding: 0 2px;
}
#news .com-news-tag-txt {
  letter-spacing: 0;
}
#news .com-news-time {
  flex-shrink: 0;
  line-height: 1.4;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #4385e5;
  color: #fff;
  font-size: 2.2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-ttl {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  #news .com-news-flx {
    margin: 15px auto 0;
  }
  #news .com-news-time, #news .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(64, 36, 11, 0.1);
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#news .detail .com-news-ttl {
  padding: 5px 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 100px 0;
  }
}
#privacy .box01 .privacy-box:nth-of-type(1) {
  margin-top: 0;
}
#privacy .privacy-box {
  max-width: 1280px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .ttl05 {
  background-color: #f2eddf;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 100px 0;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(64, 36, 11, 0.2);
}
#site .site-li:nth-of-type(n+2).site-border-none {
  border-top: none;
}
#site .site-li:nth-of-type(n+2).site-border-none a::before {
  content: none;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #40240b;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #40240b;
  border-right: 1px solid #40240b;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #00140f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #00140f;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2.1;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /* ent  SP
  ------------------------------------ */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  .com-btn {
    max-width: 280px;
    padding: 12px 25px;
    background-position: calc(100% - 16px) center;
    background-size: 6px;
  }
  .com-table th, .com-table td {
    padding: 10px 0;
    font-size: 1.3rem;
  }
  .com-table th {
    width: 110px;
    padding-left: 32px;
    background-size: 15px;
    background-position: 10px 12px;
  }
  .com-table td {
    padding-right: 10px;
  }
  .com-table-note {
    display: block;
    margin: 0;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-table02 th {
    width: 73px;
  }
  .com-ttl01::before, .com-ttl01::after {
    width: 56px;
    height: 37px;
  }
  .com-ttl01::before {
    margin-right: 15px;
  }
  .com-ttl01::after {
    margin-left: 15px;
  }
  .com-ttl02::before, .com-ttl02::after {
    width: 56px;
    height: 37px;
  }
  .com-ttl02 .txt {
    padding-top: 15px;
    background-size: 20px;
  }
  .com-ttl02 .txt .bg {
    padding: 8px 8px;
  }
  .com-ttl02 .txt .bg:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .com-ttl02.nami::before {
    margin-right: 10px;
  }
  .com-ttl02.nami::after {
    margin-left: 10px;
  }
  .com-ttl02.nami .txt {
    padding: 15px 0 25px;
    background-size: 80px;
  }
  .com-ttl03::after {
    width: 56px;
    height: 37px;
  }
  .com-ttl04 {
    padding-top: 15px;
    background-size: 30px;
    font-size: 1.8rem;
  }
  .com-ttl05 {
    padding-left: 27px;
    background-size: 15px;
    font-size: 1.7rem;
  }
  .sidebar {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .ent #header {
    padding-top: 80px;
  }
  .ent-headline {
    width: 100%;
    height: 80px;
    margin: auto;
    background: #fff;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .ent-mv {
    padding: 10px 10px 30px;
  }
  .ent-mv-item {
    width: 100%;
  }
  .ent-mv-item:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .ent-mv-link {
    border-radius: 15px;
  }
  .ent-mv-ttl {
    margin-top: 12px;
    font-size: clamp(1.2rem, 1.45vw, 2.8rem);
  }
  .ent-mv-ttl .ac {
    padding: 7px 14px;
    border-radius: 4px;
  }
  .ent-mv-ttl .ac:nth-of-type(1) {
    margin-bottom: 4px;
  }
  .ent-mv-ttl .ac.mr {
    margin: 0 4px 0 0;
  }
  .ent-nav {
    padding: 0 10px;
  }
  .ent-nav-list .ent-nav-list-item:nth-of-type(n+2) {
    padding-bottom: 25px;
  }
  .ent-nav-list-item {
    display: block;
    width: 100%;
    background-size: 12px 2px;
    background-image: linear-gradient(to right, #d6cec4, #d6cec4 8px, transparent 8px, transparent 12px);
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .ent-nav-list-link {
    padding: 15px 0 15px 50px !important;
    text-align: left;
  }
  .ent-nav-list-link.ico01 {
    background-position: 10px 10px;
    background-size: 25px;
  }
  .ent-nav-list-link.ico02 {
    background-position: 10px 10px;
    background-size: 25px;
  }
  .ent-nav-list-link.ico03 {
    background-position: 8px 12px;
    background-size: 29px;
  }
  .ent-nav-list-link.ico04 {
    background-position: 10px 10px;
    background-size: 25px;
  }
  .ent-nav-list-link.ico05 {
    background-position: 10px 10px;
    background-size: 23px;
  }
  .ent-nav-drop {
    width: auto;
    padding: 0;
    margin: 15px 0 0 50px;
    background: none;
    text-align: left;
  }
  .ent-nav-drop li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .ent .com-news .news-inner {
    background-size: 100px, 150px;
  }
  .sub #header {
    padding-top: 80px;
  }
  .headline {
    height: 80px;
    padding: 0 10px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .headline::before {
    height: 0;
    padding-top: 1.3%;
    background-size: cover;
    bottom: -5px;
  }
  .headline-sns {
    margin: 20px auto 0;
    justify-content: center;
  }
  .headline-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .headline-info-tel a:nth-of-type(n+2) {
    margin: 15px auto 0;
  }
  .headline-info .com-headline-mail {
    margin: 25px auto 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 200px !important;
  }
  .logo {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 100;
  }
  .brite-logo, .drawer-logo-brite {
    width: 70px !important;
  }
  .kickers-logo {
    top: 30px;
  }
  .gymnastics-logo, .drawer-logo-gymnastics {
    width: 160px !important;
  }
  .sp-menu-btn-wrp {
    background: #4385e5;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #fff;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    margin: 25px auto 0;
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    border: none;
    background-size: 10px 2px;
    background-image: linear-gradient(to right, #d6cec4, #d6cec4 6px, transparent 6px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    border-color: #40240b;
    color: #40240b;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #4385e5;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-bg {
    background: url(../img/ent/f-illu-r-sp.png) no-repeat 95% 1000px/35px, url(../img/ent/f-kumo-l-sp.png) no-repeat 15px 15px/50px, url(../img/ent/f-illu-sp.png) no-repeat 20px 150px/40px, url(../img/ent/f-kumo-r-sp.png) no-repeat 90% 25px/60px, url(../img/ent/f-wood-r-sp.png) no-repeat 100% 500px/130px, url(../img/bg_zarazara.png);
  }
  #footer .foo-inner {
    padding: 50px 15px 30px;
  }
  #footer .foo-logo {
    text-align: center;
  }
  #footer .foo-logo-gymnastics {
    width: 150px !important;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-right {
    margin: 20px auto 0;
  }
  #footer .foo-right-info {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-right-tel {
    text-align: center;
  }
  #footer .foo-right-tel a:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
  #footer .foo-contact-btn {
    margin: 25px auto 0;
  }
  #footer .foo-address {
    align-items: flex-start;
    line-height: 1.5;
  }
  #footer .foo-address::before {
    margin-top: 3px;
    margin-right: 5px;
  }
  .fnav {
    width: 100%;
    margin: 20px auto 0;
    padding-top: 20px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .fnav-list-drop {
    margin-top: 21px;
  }
  .copy {
    padding: 51px 0 15px;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    padding-top: 66%;
  }
  .sv-catch-club {
    width: 70.5%;
    top: 33.625%;
    left: 2.3%;
  }
  .sv-catch-kickers {
    width: 70%;
  }
  .sv-catch-brite {
    width: 70%;
  }
  .sv-catch-gymnastics {
    width: 70%;
  }
  .sv02 {
    padding-top: 200px;
  }
  .sv02-catch {
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */