body {
  background-image: url(../img/common/bg-loop.jpg);
  background-position: 50% 0;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  body {
    background-image: url(../img/common/bg-loop-sp.jpg);
  }
}

.wrap {
  background-image: url(../img/common/bg-top.jpg);
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    background-image: url(../img/common/bg-top-sp.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.headline {
  position: relative;
}

.headline .mark {
  position: absolute;
  top: -160px;
  left: -30px;
}

@media only screen and (max-width: 768px) {
  .headline .mark {
    top: -80px;
    left: 10px;
    width: 120px;
  }
}

.headline__title {
  position: relative;
}

.headline__title-en {
  font-weight: 700;
  font-size: 7.5rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .headline__title-en {
    font-size: 3.6rem;
    line-height: 1;
  }
}

.headline__title-jp {
  margin-left: 1em;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .headline__title-jp {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.headline .btn {
  position: absolute;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .headline .btn {
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .headline .btn {
    bottom: 0;
  }
}

.headline .btn a.more {
  padding-top: .75em;
  padding-bottom: .75em;
}

.breadcrumbs {
  margin: 0 auto;
  max-width: 1280px;
}

.label {
  display: inline-block;
  padding: 0 1.5em;
  background-color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .label {
    font-size: 1.4rem;
  }
}

.label.cat-event {
  background: #ed609c;
  background: linear-gradient(140deg, #ed609c 0%, #b565d7 100%);
}

.label.cat-seminar {
  background: #1cd94e;
  background: linear-gradient(140deg, #1cd94e 0%, #e2c712 100%);
}

.label.cat-tournament {
  background: #027ddd;
  background: linear-gradient(140deg, #027ddd 0%, #06e7bd 100%);
}

.label.cat-news {
  background: #027ddd;
  background: linear-gradient(140deg, #027ddd 0%, #06e7bd 100%);
}

.label.is-close {
  padding: .15em 2em !important;
  font-size: 1.4rem !important;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}

.transition-mask {
  position: fixed;
  top: -100%;
  left: 200%;
  z-index: 99999;
  display: block;
  width: 200vw;
  height: 200vw;
  border-radius: 50%;
  background-color: #fcc;
  transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-50%, -50%);
}

.fade-in-circle.animsition {
  opacity: 1;
}

.fade-out-circle .transition-mask {
  top: 50%;
  left: 50%;
}

.animsition-overlay-slide {
  z-index: 9999;
  background-color: #0196D1;
}

@media only screen and (min-width: 768px) {
  a.hover img.scale {
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  a.hover img.scale:hover {
    transform: scale(1.2);
  }
}

.localnav {
  padding: 5em 0;
  background-color: #f5f5f5;
}

.localnav a {
  display: block;
  background-color: #fff;
  padding-bottom: 2em;
  box-shadow: 9px 9px 12px rgba(50, 50, 50, 0.1);
}

@media only screen and (min-width: 768px) {
  .localnav a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .localnav a:hover {
    opacity: 0.8;
  }
}

.lnav {
  text-align: center;
}

.lnav__title {
  padding: 1.5em 0;
}

.lnav__title-jp {
  font-size: 2.4rem;
}

.lnav__title-en {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  margin-top: 0.25em;
  color: #0196D1;
}

.lnav .btn {
  margin: 0 10% 0;
  text-align: center;
}

.lnav .more {
  display: inline-block;
  width: 100%;
  padding: 1.25em 0;
  background-color: #192D4A;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  max-width: 360px;
  border-radius: 3px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.section-hero {
  overflow: hidden;
}

.section-hero .section-content {
  border-radius: 20px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .section-hero .section-content {
    border-radius: 10px;
    height: 60px;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.section-hero a {
  color: #fff;
}

.section-hero .nav {
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.section-hero .nav-list {
  display: flex;
  font-size: 1.8rem;
}

.section-hero .nav li {
  margin: 0 1.5em;
}

.section-hero .nav a {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-hero .nav a:hover .gnav__jp {
    opacity: 1;
  }
  .section-hero .nav a:hover .gnav__en {
    opacity: 0;
  }
}

.section-hero .nav .gnav__jp {
  opacity: 0;
  position: absolute;
  font-size: 1.4rem;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.section-hero .nav .gnav__en {
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.section-hero .headline {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.section-hero .brand-logo {
  top: 40px;
  left: 60px;
  position: absolute;
}

.section-hero .img {
  background-image: url(../img/top/hero-img.jpg);
  display: block;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}

.section-hero .gn-nav {
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .section-hero .gn-nav {
    display: none !important;
  }
}

.section-tournament {
  overflow: hidden;
}

.section-tournament .section-content {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section-tournament .section-content {
    padding: 30px 0;
  }
}

.section-tournament .entry {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry {
    padding: 0 20px;
  }
}

.section-tournament .entry .badge {
  position: absolute;
  top: 30px;
  z-index: 1;
  transform: translate(0, -100%);
}

.section-tournament .entry .badge img {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .badge {
    right: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .badge {
    right: 50%;
    width: 80px;
    transform: translate(156px, -100%);
  }
}

.section-tournament .entry .grid-x {
  align-items: center;
  position: relative;
}

.section-tournament .entry .figure {
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.1);
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .figure {
    border-radius: 10px;
  }
}

.section-tournament .entry__img {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry__img {
    padding-right: 20px;
  }
}

.section-tournament .entry__title {
  font-weight: bold;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry__title {
    font-size: 1.5rem;
  }
}

.section-tournament .entry .txt {
  margin: 1.5em 0;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .txt {
    font-size: 1.4rem;
  }
}

.section-tournament .entry .btn {
  margin-top: 5em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .btn {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .btn {
    text-align: center;
  }
}

.section-tournament .entry .more {
  max-width: 200px;
  padding: 1em 0;
}

@media only screen and (max-width: 768px) {
  .section-tournament .content {
    padding-top: 1em;
  }
}

.section-event .section-content {
  padding: 90px 0;
}

.section-event .entry {
  padding-bottom: 2em;
}

.section-event .entry .figure {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.15);
  position: relative;
}

.section-event .entry .panel {
  padding: 20px;
}

.section-event .entry__title {
  font-weight: bold;
}

.section-event .entry__text {
  margin: 1.25em 0 2em;
}

.section-event .entry__img {
  position: relative;
}

.section-event .entry .txt {
  font-size: 1.4rem;
}

.section-event .entry .badge {
  position: absolute;
  top: -50px;
  right: -40px;
  max-width: 110px;
  z-index: 1;
}

.section-event .entry .badge img {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  .section-event .entry .badge {
    max-width: 100px;
  }
}

.section-event .entry .label {
  margin: 20px 0 0 20px;
}

.section-event .entry .btn {
  margin-top: 4em;
}

.section-event .content {
  margin-top: 2em;
}

.section-article .headline__title {
  text-align: right;
  line-height: 1;
}

.section-article .headline__title-en {
  font-size: 5.0rem;
  line-height: 1;
}

.section-article .headline__title-jp {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .section-article .headline__title {
    display: none;
  }
}

.section-article .headline__cat {
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .section-article .headline .label {
    margin-left: -100px;
    padding: .15em 3em .15em 120px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-article .headline .label {
    padding: .5em 2em .5em 2em;
    width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .section-article .content {
    padding: 0 20px;
  }
}

.section-article .section-event .section-content {
  overflow: hidden;
}

.section-article .article .btn {
  margin: 5em 0 2em;
  text-align: center;
  position: relative;
}

.section-article .article .btn .badge {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(200px, -70%);
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn .badge {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .section-article .article .btn a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .section-article .article .btn a:hover {
    opacity: .8;
  }
}

.section-article .article .btn__entry {
  display: block;
  margin: 0 auto;
  padding: 1.25em 0;
  max-width: 360px;
  border-radius: 50px;
  background-color: #e51974;
  color: #fff;
  line-height: 1.2;
}

.section-article .article .btn__entry.inactive {
  pointer-events: none;
  background-color: #969696;
}

.section-article .article .btn__entry span {
  display: inline-block;
  width: 100%;
}

.section-article .article .btn__entry .jp {
  font-weight: bold;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn__entry .jp {
    font-size: 1.6rem;
  }
}

.section-article .article .btn__entry .en {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Rajdhani", sans-serif;
  margin-top: 0.25em;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn__entry .en {
    font-size: 1.0rem;
  }
}

.section-article .article .btn__back {
  padding: 1em 3em;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

.section-article .article .btn.back-to-home {
  margin-top: 5em;
}

.section-article .article__headline {
  padding: 1.5em 0;
}

.section-article .article__headline .title {
  font-weight: bold;
  font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .title {
    font-size: 1.8rem;
  }
}

.section-article .article__headline .lead {
  margin: 1em 0;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .lead {
    font-size: 1.2rem;
  }
}

.section-article .article__headline .term {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .term {
    font-size: 1.4rem;
  }
}

.section-article .article__content {
  padding: 0 0 2em;
}

.section-article .article__content h1,
.section-article .article__content h2,
.section-article .article__content h3 {
  margin: 1em 0;
  font-weight: bold;
}

.section-article .article__content p {
  margin: 1.5em 0;
  line-height: 2.2;
}

.section-article .article__content img {
  margin: 1.5em 0;
  max-width: 100%;
}

.section-article .article__content figure {
  max-width: 100%;
}

.section-article .article__content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.section-article .article__content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.section-article .article__content .aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.section-article .article__content iframe {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-article .article__content iframe {
    height: 52vw;
  }
}

.section-archives .headline .mark {
  top: -200px;
}

@media only screen and (max-width: 768px) {
  .section-archives .headline .mark {
    top: -100px;
  }
}

.section-archives .content {
  margin-top: 40px;
  position: relative;
}

.section-archives .entry {
  position: relative;
}

.section-archives .entry .thumb {
  position: absolute;
  bottom: 70%;
  right: -20px;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, 10px);
  width: 40%;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}

.section-archives .entry .thumb img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry .thumb {
    display: none;
  }
}

.section-archives .entry .panel {
  padding: 1em 80px;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry .panel {
    padding: 1em 20px 1em 40px;
  }
}

.section-archives .entry > a {
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../img/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry > a {
    padding: 1em 0 1em 3em;
    background-size: 20px auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-archives .entry > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 30px 50%;
    padding-left: 100px;
  }
  .section-archives .entry > a:hover .thumb {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.section-archives .entry + .entry {
  margin-top: 5px;
}

.section-archives .entry__title {
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__title {
    font-size: 1.6rem;
  }
}

.section-archives .entry__date {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__date {
    font-size: 1.4rem;
  }
}

.section-archives .entry__date .md {
  font-size: 3.0rem;
  margin-left: 0.25em;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__date .md {
    font-size: 1.8rem;
  }
}

.section-archives .entry__loc {
  margin-top: 0.5em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-archives .entry__loc {
    font-size: 1.4rem;
  }
}

.page--top .section .block.shadow {
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.15);
}

.page--top .section .block__title-en {
  font-weight: 700;
  font-size: 5.0rem;
  font-family: "Rajdhani", sans-serif;
}

.page--top .section .block__title-jp {
  font-weight: bold;
  font-size: 1.8rem;
}

.page--top .section .block .btn {
  margin: 1.5em auto 0;
  max-width: 200px;
}

.page--top .info-wrap {
  background-image: url(../img/top/bg-gespo.png);
  background-position: 50% 0;
}

.page--top .noteWrapper h2 {
  margin-bottom: 20px;
}

.page--top #note {
  max-width: 610px;
  max-height: 800px;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .page--top #note {
    height: 400px;
  }
}

.page--top #note .note-items {
  margin-bottom: 40px;
}

.page--top #note .note-items * {
  color: #000000;
}

.page--top #note .note-items .note-item-header {
  display: flex;
  padding: 20px;
}

.page--top #note .note-items .note-item-header .icon {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 20px;
}

.page--top #note .note-items .note-item-header .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

.page--top #note .note-items .note-item-header .note-title {
  font-size: 12px;
}

.page--top #note .note-items .note-item-header small {
  display: block;
  font-size: 10px;
  color: #333333;
  text-align: left;
}

.page--top #note .note-items .note-item-content {
  padding: 20px;
}

.page--top #note .note-items .note-item-content .content-title a {
  font-size: 20px;
  font-weight: bold;
}

.page--top #note .note-items .note-item-content .description {
  text-align: left;
}

.page--top #note .note-items .note-item-content .description a {
  color: #70cdb6;
}

.page--top .section-hero {
  overflow: hidden;
  padding: 40px 120px 40px 40px;
  max-width: none;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero {
    padding: 10px;
  }
}

.page--top .section-hero .section-content {
  height: 100%;
  position: relative;
  overflow: visible;
}

.page--top .section-hero a {
  color: #fff;
}

.page--top .section-hero .nav {
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.page--top .section-hero .nav-list {
  display: flex;
  font-size: 1.8rem;
}

.page--top .section-hero .nav li {
  margin: 0 1.5em;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .nav {
    display: none;
  }
}

.page--top .section-hero .headline {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.page--top .section-hero .brand-logo {
  top: 40px;
  left: 60px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .brand-logo {
    display: none;
    top: 15px;
    left: 15px;
  }
  .page--top .section-hero .brand-logo img {
    width: 60px;
  }
}

.page--top .section-hero .entry {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry {
    border-radius: 10px;
  }
}

.page--top .section-hero .entry__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .entry__img {
    height: 720px;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry__img {
    border-radius: 10px;
    height: 62vw;
  }
}

.page--top .section-hero .entry__cat {
  position: relative;
}

.page--top .section-hero .entry__title {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .entry__title {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry__title {
    padding-bottom: 5%;
  }
}

.page--top .section-hero .entry__content {
  width: 1040px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry__content {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.page--top .section-hero .entry .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(70%, -50%);
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry .badge {
    width: 95px;
  }
}

.page--top .section-hero .entry .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry .title {
    margin-left: 0;
    font-size: 1.3rem;
    margin-top: 1em;
  }
}

.page--top .section-hero .entry .txt {
  margin-top: 1.5em;
  font-size: 1.4rem;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry .txt {
    margin-top: 0;
  }
}

.page--top .section-hero .entry .btn {
  max-width: 250px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .entry .btn {
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry .btn {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 1.4rem;
    margin: 1em auto 0;
  }
}

.page--top .section-hero .entry .btn a {
  background-color: #FFF800;
  color: #000;
  padding: 1.25em 0;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .entry .btn a {
    padding: 1em 0;
  }
}

.page--top .section-hero .swiper-container {
  border-radius: 20px;
  overflow: hidden;
}

.page--top .section-hero .hero__thumbs {
  position: absolute;
  top: 155px;
  right: -170px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero__thumbs {
    display: none;
  }
}

.page--top .section-hero .hero__thumbs li {
  width: 350px;
  left: 0;
  position: relative;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page--top .section-hero .hero__thumbs li + li {
  margin-top: 20px;
}

.page--top .section-hero .hero__thumbs li.active {
  left: -50px;
}

.page--top .section-hero .hero__thumbs li.active .thumb-img::after {
  opacity: 0;
}

.page--top .section-hero .hero__thumbs li.active .thumb-img img {
  opacity: 1;
}

.page--top .section-hero .hero__thumbs dl {
  line-height: 1;
  text-align: right;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  height: 100%;
}

.page--top .section-hero .hero__thumbs dt {
  font-size: 1.2rem;
}

.page--top .section-hero .hero__thumbs dd {
  font-size: 5.0rem;
  letter-spacing: 0.15ch;
}

.page--top .section-hero .hero__thumbs .thumb-img {
  position: relative;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  background-color: #000;
}

.page--top .section-hero .hero__thumbs .thumb-img img {
  height: 140px;
  opacity: 0.7;
  object-fit: cover;
}

.page--top .section-hero .hero__thumbs .btn {
  width: 120px;
  font-size: 1.4rem;
  margin-top: 2em;
  text-align: center;
}

.page--top .section-hero .hero__thumbs .btn a {
  padding: 0.5em 0;
}

.page--top .section-event .section-content {
  padding: 130px 0;
}

@media only screen and (max-width: 768px) {
  .page--top .section-event .section-content {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-event .entry {
    padding: 0 15px;
  }
}

.page--top .section-event .entry .figure {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.15);
  position: relative;
}

.page--top .section-event .entry .panel {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-event .entry .panel {
    padding: 20px 20px 40px;
  }
}

.page--top .section-event .entry__title {
  font-weight: bold;
}

.page--top .section-event .entry__text {
  margin: 1.25em 0 2em;
}

.page--top .section-event .entry__img {
  position: relative;
}

.page--top .section-event .entry .txt {
  font-size: 1.4rem;
}

.page--top .section-event .entry .btn {
  position: relative;
}

.page--top .section-event .content {
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  .page--top .section-tournament .content {
    margin-top: 2em;
  }
}

.page--top .section-tournament .entry {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-tournament .entry {
    padding-bottom: 0;
  }
}

.page--top .section-tournament .entry:before {
  content: ' ';
  position: absolute;
  background-color: #FFF800;
  width: 100vw;
  height: 100%;
  border-radius: 0 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-tournament .entry:before {
    top: 30px;
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-tournament .entry:before {
    top: 20px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: calc( 100% - 20px);
  }
}

.page--top .section-tournament .entry .badge {
  position: absolute;
}

.page--top .section-tournament .entry__body {
  padding-top: 2em;
}

@media only screen and (max-width: 768px) {
  .page--top .section-tournament .entry .btn {
    transform: translate(0, 50%);
  }
}

.page--top .section-archives {
  background: #027ddd;
  background: linear-gradient(180deg, #027ddd 0%, #06e7bd 100%);
  color: #fff;
  padding-top: 110px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-archives {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-archives .entry > a {
  color: #fff;
}

.page--top .section-pages.goods {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages.goods {
    padding-top: 40px;
  }
}

.page--top .section-pages.goods .bgimg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/goods.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .page--top .section-pages.goods .bgimg {
    display: none;
    width: 100%;
    background-size: cover;
  }
}

.page--top .section-pages.goods .section-content {
  position: relative;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages.goods .section-content {
    margin-bottom: 40px;
  }
}

.page--top .section-pages.goods .section-content .content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages.goods .section-content .content {
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.15);
  }
}

.page--top .section-pages.goods .headline {
  padding: 60px 0 0;
}

@media only screen and (max-width: 768px) {
  .page--top .section-pages.goods .headline {
    display: none;
  }
}

.page--top .section-pages.goods .btn {
  position: static;
  margin-top: 1em;
  margin-left: 1em;
  max-width: 160px;
}

.page--top .section-pages.goods .btn .more {
  background-color: #FFF800;
  color: #000;
  font-weight: 700;
}

.page--top .section-pages.goods .content > a {
  display: block;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages.goods .content > a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .page--top .section-pages.goods .content > a:hover {
    opacity: 0.8;
  }
}

.page--top .section-pages .block {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages .block {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .page--top .section-pages .block:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .page--top .section-pages.goods {
    padding-top: 1.5em;
  }
}

.page--top .section-pages .block {
  display: flex;
  flex-direction: column;
  height: 325px;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page--top .section-pages .block {
    display: none;
  }
}

.page--top .section-pages .block__title {
  position: relative;
}

.page--top .section-pages .block .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .page--top .section-pages .block .bgimg {
    width: 100%;
    background-size: cover;
    display: none;
  }
}

.page--top .section-pages .block-guideline .bgimg {
  background-image: url(../img/top/guideline.png);
  top: -30px;
  height: calc( 100% + 30px);
}

.page--top .section-pages .block-about .bgimg {
  background-image: url(../img/top/about.png);
}

@media only screen and (min-width: 768px) {
  .page--top .section-pages .bnr {
    padding-top: 1em;
  }
}

.page--top .section-sns {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .page--top .section-sns {
    padding-bottom: 60px;
  }
  .page--top .section-sns .section-content {
    padding: 0 10px;
  }
}

.page--top .section-sns .block__title-en {
  font-size: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .page--top .section-sns .block__content iframe {
    height: 400px !important;
  }
}

.page--top .section-sns .instagram {
  margin-top: 3em;
}

.page--top .section-sns .line {
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sns .line img {
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sns .yotube img {
    max-width: none;
    width: auto;
  }
}
