#tpl-club-mascot .container {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
#tpl-club-mascot .tpl-banner {
  display: flex;
}
#tpl-club-mascot .tpl-banner img {
  width: 100%;
  height: auto;
}
#tpl-club-mascot .tpl-nav {
  background-color: #003686;
}
#tpl-club-mascot .tpl-nav ul {
  padding: 54px 125px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#tpl-club-mascot .tpl-nav ul li {
  flex: 0 0 calc((100% - 40px) / 3);
}
#tpl-club-mascot .tpl-nav ul li a {
  display: flex;
  justify-content: center;
  border-radius: 28px;
  background-color: #fff;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: #003686;
}
#tpl-club-mascot .tpl-nav ul li a:hover {
  background-color: #00A0E9;
  color: #fff;
}
#tpl-club-mascot .tpl-section {
  padding: 90px 0;
}
#tpl-club-mascot .tpl-section__header {
  text-align: center;
  margin-bottom: 40px;
}
#tpl-club-mascot .tpl-section__header h2 {
  font-family: "Paytone One", sans-serif;
  font-size: 90px;
  color: #003686;
  text-transform: uppercase;
  margin: -20px 0 -10px;
}
#tpl-club-mascot .tpl-section__header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}
#tpl-club-mascot #mascot-profile {
  background-color: #00A0E9;
  background-image: url(../img/club-mascot/mascot-pattern.png);
  padding-top: 0;
  padding-bottom: 0;
}
#tpl-club-mascot #mascot-profile .container {
  padding: 0 20px;
}
#tpl-club-mascot #mascot-profile .container .profile-box {
  background-color: #fff;
  padding: 90px 142px;
}
#tpl-club-mascot #mascot-profile .container .profile-box .mascot-face {
  position: relative;
  padding: 10px;
  background-color: rgba(0, 160, 233, 0.2);
}
#tpl-club-mascot #mascot-profile .container .profile-box .mascot-face img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#tpl-club-mascot #mascot-profile .container .profile-box .mascot-face .txt-balloon {
  position: absolute;
  display: block;
  width: 128px;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features {
  margin: 40px -102px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item {
  color: white;
  text-align: center;
  flex: 0 0 calc((100% - 90px) / 4);
  height: auto;
  border-radius: 50%;
  border: 5px solid #00A0E9;
  background-color: #fff;
  overflow: hidden;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-label {
  background-color: #00A0E9;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 35px;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-content {
  color: #000;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 35px;
  font-weight: 600;
  flex-direction: column;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-content small {
  font-size: 12px;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-content strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
#tpl-club-mascot .msg-box {
  background-color: #FFF;
  padding: 30px;
  border: 15px solid #00A0E9;
  position: relative;
}
#tpl-club-mascot .msg-box .mascot-icon {
  position: absolute;
  z-index: 10;
  width: 210px;
  top: 0;
  transform: translateY(-100%);
  right: -30px;
}
#tpl-club-mascot .msg-box:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: #FFF;
  z-index: 1;
  border-radius: 10px;
}
#tpl-club-mascot .msg-box__text {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  text-align: center;
  color: #003686;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#tpl-club-mascot .msg-box__text p:not(:last-child) {
  margin-bottom: 24px;
}
#tpl-club-mascot #mascot-message {
  background-image: url(../img/club-mascot/msg-bg.png);
}
#tpl-club-mascot #mascot-message .msg-box {
  font-family: "Noto Sans", sans-serif;
}
#tpl-club-mascot #mascot-history {
  background-image: url(../img/club-mascot/mascot-pattern-bg-white.png);
}
#tpl-club-mascot #mascot-history .history-wrapper {
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
}
#tpl-club-mascot #mascot-history .history-wrapper .slick-next,
#tpl-club-mascot #mascot-history .history-wrapper .slick-prev {
  width: 46px;
  height: 46px;
  background-image: url(../img/club-mascot/next-icon.png);
  right: -60px;
}
#tpl-club-mascot #mascot-history .history-wrapper .slick-next:before,
#tpl-club-mascot #mascot-history .history-wrapper .slick-prev:before {
  display: none;
}
#tpl-club-mascot #mascot-history .history-wrapper .slick-prev {
  background-image: url(../img/club-mascot/prev-icon.png);
  left: -60px;
  right: auto;
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons {
  display: none;
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons__item {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  width: 136px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/club-mascot/text-balloon.png") 100% 100% no-repeat;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons__item:nth-child(2) {
  top: calc(100% - 70px);
  left: 54%;
  transform: rotate(180deg);
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons__item:nth-child(2) span {
  margin-bottom: 10px;
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons__item:nth-child(3) {
  padding-bottom: 8px;
  left: 100%;
  transform: rotate(90deg);
  margin-left: -90px;
}
#tpl-club-mascot #mascot-history .history-wrapper .text-balloons__item:nth-child(3) span {
  transform: rotate(-90deg);
}
#tpl-club-mascot #mascot-history .history-box__item {
  padding: 0 7px;
}
#tpl-club-mascot #mascot-history .history-box__item .history-item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #003686;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Paytone One", sans-serif;
}
#tpl-club-mascot #mascot-history .history-box__item .history-item img {
  width: 100%;
}
#tpl-club-mascot #mascot-schedule {
  background-image: url(../img/club-mascot/msg-bg.png);
}
#tpl-club-mascot #mascot-schedule .msg-box {
  padding: 0;
}
#tpl-club-mascot #mascot-schedule .msg-box:after {
  background-color: #fff;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules {
  margin: -5px;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules__item {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  padding: 18px 20px;
  display: flex;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules__item strong {
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  color: #003686;
  flex: 0 0 132px;
  font-size: 16px;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules__item a {
  color: #000;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules__item a:hover {
  color: #00A0E9;
}
#tpl-club-mascot #mascot-schedule .msg-box .schedules__item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
#tpl-club-mascot #mascot-schedule .msg-box .mascot-icon {
  top: -13px;
  right: auto;
  left: 10px;
}
#tpl-club-mascot #mascot-goods {
  background-image: url(../img/club-mascot/mascot-pattern-bg-white.png);
}
#tpl-club-mascot #mascot-goods .good-box {
  background-color: #003686;
  border-radius: 10px;
  max-width: 640px;
  margin: 0 auto;
  padding: 62px 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#tpl-club-mascot #mascot-goods .good-box__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
#tpl-club-mascot #mascot-goods .good-box__text h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
#tpl-club-mascot #mascot-goods .good-box__text p {
  font-size: 15px;
  line-height: 28px;
}
#tpl-club-mascot #mascot-goods .good-box__text span.btn {
  height: 34px;
  width: 180px;
  background-color: #fff;
  border-radius: 34px;
  line-height: 34px;
  margin-top: 12px;
  display: inline-block;
  color: #003686;
  font-weight: 900;
  font-size: 15px;
}
#tpl-club-mascot .line-box {
  max-width: 640px;
  margin: 40px auto 0;
  border: 2px solid #003686;
  border-radius: 10px;
  position: relative;
}
#tpl-club-mascot .line-box__header {
  padding: 20px 0 10px;
  text-align: center;
  background-color: #003686;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px 5px 0 0;
}
#tpl-club-mascot .line-box__header h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 28px;
  margin-bottom: 10px;
}
#tpl-club-mascot .line-box__header p {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
}
#tpl-club-mascot .line-box__items {
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
#tpl-club-mascot .line-box__items .line-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#tpl-club-mascot .line-box__items .line-items .line-item {
  flex: 0 0 calc((100% - 36px) / 4);
  display: flex;
  flex-direction: column;
}
#tpl-club-mascot .line-box__items .line-items .line-item__img {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #003686;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#tpl-club-mascot .line-box__items .line-items .line-item__link {
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 28px;
  background-color: #003686;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 15px;
}
#tpl-club-mascot .line-box .mascot-icon {
  position: absolute;
  top: 82px;
  right: 0;
  width: 150px;
  transform: translateX(calc(100% - 25px));
  z-index: -1;
}
#tpl-club-mascot .line-box .mascot-icon--hand {
  z-index: 10;
}
#tpl-club-mascot #mascot-sns {
  background-image: url(../img/club-mascot/msg-bg.png);
}
#tpl-club-mascot #mascot-sns .line-box {
  border-color: #00A0E9;
}
#tpl-club-mascot #mascot-sns .line-box .mascot-icon {
  top: 0;
  z-index: 1;
  width: 280px;
  left: -100px;
  transform: translateY(-100%);
}
#tpl-club-mascot #mascot-sns .line-box__header {
  background-color: #00A0E9;
}
#tpl-club-mascot #mascot-sns .line-box__content {
  height: 360px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
#tpl-club-mascot #mascot-sns .line-box__content div.twitter-timeline {
  height: 100%;
  overflow-y: auto;
}
#tpl-club-mascot #mascot-sns .line-box__content .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-right-color: #25b09b;
  animation: l15 1s infinite linear;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 35px);
  z-index: 1;
}
#tpl-club-mascot #mascot-sns .line-box__content .loader::before,
#tpl-club-mascot #mascot-sns .line-box__content .loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
#tpl-club-mascot #mascot-sns .line-box__content .loader::after {
  margin: 8px;
  animation-duration: 3s;
}
@keyframes l15 {
  100% {
    transform: rotate(1turn);
  }
}
#tpl-club-mascot #mascot-sns .line-box--tiktok .line-box__content {
  height: auto;
}
#tpl-club-mascot #mascot-sns .line-box--tiktok .line-box__content .tt-banner {
  padding: 10px;
  background-color: #00A0E9;
  display: flex;
}
#tpl-club-mascot #mascot-sns .line-box--tiktok .line-box__content .tt-banner img {
  width: 100%;
}
#tpl-club-mascot #mascot-partners {
  background-image: url(../img/club-mascot/mascot-pattern-bg-white.png);
}
#tpl-club-mascot #mascot-partners .tpl-section__content {
  position: relative;
}
#tpl-club-mascot #mascot-partners .tpl-section__content .mascot-icon {
  position: absolute;
  top: -147px;
  right: 0;
}
#tpl-club-mascot #mascot-partners .partner-list {
  gap: 20px;
}
#tpl-club-mascot #mascot-partners .partner-list .partner {
  display: flex;
  flex: 0 0 calc(50% - 10px);
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 10px;
  border: 2px solid #003686;
  background-color: #fff;
}
#tpl-club-mascot .xs-only {
  display: none !important;
}
@media (max-width: 480px) {
  #tpl-club-mascot .hidden-xs {
    display: none !important;
  }
  #tpl-club-mascot .xs-only {
    display: block !important;
  }
  #tpl-club-mascot .tpl-nav ul {
    padding: 40px 0;
    gap: 20px 12px;
  }
  #tpl-club-mascot .tpl-nav ul > li {
    flex: 0 0 calc(50% - 6px);
  }
  #tpl-club-mascot .tpl-nav ul > li a {
    font-size: 12px;
    height: 42px;
    line-height: 42px;
  }
  #tpl-club-mascot .tpl-section {
    padding: 75px 0;
  }
  #tpl-club-mascot .tpl-section__header h2 {
    font-weight: 400;
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 5px;
  }
  #tpl-club-mascot #mascot-profile .container {
    padding: 0;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box {
    padding: 60px 0;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .mascot-face {
    margin-left: -120px;
    margin-right: -120px;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .mascot-face .txt-balloon {
    right: 130px;
    top: 25px;
    width: 115px;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .profile-features {
    margin: 40px 0 0;
    padding: 0 26px;
    gap: 16px;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item {
    flex: 0 0 calc(50% - 8px);
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-label {
    padding-top: 15px;
  }
  #tpl-club-mascot #mascot-profile .container .profile-box .profile-features__item > div.item-content {
    padding-bottom: 15px;
  }
  #tpl-club-mascot .msg-box {
    padding: 0 15px;
  }
  #tpl-club-mascot #mascot-message .msg-box {
    padding-bottom: 130px;
  }
  #tpl-club-mascot #mascot-message .msg-box .mascot-icon {
    top: auto;
    width: 180px;
    bottom: -20px;
    left: 50%;
    right: auto;
    transform: translateX(-40%);
  }
  #tpl-club-mascot #mascot-history .container {
    padding: 0;
  }
  #tpl-club-mascot #mascot-history .container .history-wrapper .slick-prev {
    left: 15px;
    z-index: 10;
  }
  #tpl-club-mascot #mascot-history .container .history-wrapper .slick-next {
    right: 15px;
    z-index: 10;
  }
  #tpl-club-mascot #mascot-history .container .history-wrapper .history-box__item .history-item {
    padding: 10% 0;
  }
  #tpl-club-mascot #mascot-history .container .history-wrapper .history-box__item .history-item img {
    transform: scale(1.2);
  }
  #tpl-club-mascot #mascot-schedule .msg-box {
    margin-bottom: 100px;
  }
  #tpl-club-mascot #mascot-schedule .msg-box .mascot-icon {
    top: 100%;
    width: 182px;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #tpl-club-mascot #mascot-schedule .msg-box__text {
    padding: 5px 0;
  }
  #tpl-club-mascot #mascot-schedule .msg-box__text .schedules__item {
    padding: 12px 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    gap: 15px;
  }
  #tpl-club-mascot #mascot-schedule .msg-box__text .schedules__item strong {
    flex: 0 0 70px;
    font-weight: 700;
    font-size: 14px;
  }
  #tpl-club-mascot #mascot-goods .good-box {
    padding: 30px 40px;
    flex-direction: column-reverse;
    gap: 15px;
  }
  #tpl-club-mascot #mascot-goods .good-box__img img {
    width: 194px;
  }
  #tpl-club-mascot #mascot-goods .good-box__text.xs-only span {
    margin-top: 0;
  }
  #tpl-club-mascot #mascot-goods .line-box__items {
    padding: 25px 18px;
  }
  #tpl-club-mascot #mascot-goods .line-box__items .line-items {
    gap: 25px 12px;
  }
  #tpl-club-mascot #mascot-goods .line-box__items .line-items .line-item {
    flex: 0 0 calc(50% - 6px);
  }
  #tpl-club-mascot #mascot-goods .line-box .mascot-icon {
    display: none;
  }
  #tpl-club-mascot #mascot-sns .line-box .mascot-icon {
    display: none;
  }
  #tpl-club-mascot #mascot-sns .line-box__content {
    height: 390px;
  }
  #tpl-club-mascot #mascot-sns .mascot-icon.xs-only {
    width: 270px;
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -20px;
  }
  #tpl-club-mascot #mascot-partners .partner-list {
    flex-direction: column;
  }
  #tpl-club-mascot #mascot-partners .partner-list .partner {
    height: 182px;
    flex: none;
    padding: 0 30px;
  }
  #tpl-club-mascot #mascot-partners .mascot-icon {
    display: none;
  }
  #tpl-club-mascot #mascot-partners .mascot-icon.xs-only {
    margin: 0 0 -30px;
    position: relative;
    left: 50%;
    transform: translateX(-45%);
  }
}/*# sourceMappingURL=club-mascot.css.map */