@charset "UTF-8";
/* base
========================================================= */
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* 基本設定
----------------------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

p {
  margin: 0;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

select option {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

ul, ol, li {
  list-style: none;
  margin: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

a {
  text-decoration: none;
  color: #000000;
  transition: ease 0.24s;
}

a:before, a:after {
  transition: ease 0.24s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* アニメーション
========================================================= */
@keyframes anim-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-looptext {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.anim-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

body.is-loaded .anim-fade-up.is-active > .anim-fade-up,
body.is-loaded .anim-fade-up.anim-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.menu__inner, .match-tab__wrap, .event.event-bg--blue .event__container {
  position: relative;
}

.menu__inner::before, .match-tab__wrap::before, .event.event-bg--blue .event__container::before, .menu__inner::after, .match-tab__wrap::after, .event.event-bg--blue .event__container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((115 / 1280) * 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(9, 42, 87, 0) 100%);
  opacity: .5;
  pointer-events: none;
}

.menu__inner::before, .match-tab__wrap::before, .event.event-bg--blue .event__container::before {
  left: 0;
}

.menu__inner::after, .match-tab__wrap::after, .event.event-bg--blue .event__container::after {
  right: 0;
  transform: scale(-1, 1);
}

/* wrapper
========================================================= */
#special-25th {
  padding-top: 80px;
}

@media (max-width: 767px) {
  #special-25th {
    padding-top: 50px;
  }
}

/* 共通テキスト
========================================================= */
.text-base {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .text-base {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.78;
  }
}

.text-link {
  text-decoration: underline;
  color: #000000;
  transition: color .4s;
}

@media (hover: hover) and (pointer: fine) {
  .text-link:hover {
    text-decoration: none;
    color: #BA0D0D;
  }
}

/* 共通ボタン
========================================================= */
.c-button {
  border-radius: 2px;
  background-color: #BA0D0D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: 700;
  line-height: 1.53;
  padding: 15px 30px;
  position: relative;
  width: 100%;
  max-width: 375px;
}

.c-button[href] {
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-button[href]:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .c-button {
    line-height: 1.177;
  }
}

.c-button.c-button--blue {
  background-color: #021A49;
}

.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: transform 0.24s ease;
}

/* SNS
========================================================= */
.c-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-sns__item {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .c-sns__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-sns__btn {
  display: block;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-sns__btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .c-sns__btn {
    width: 28px;
  }
  .c-sns__btn.--small {
    width: 25px;
  }
  .c-sns__btn.--large {
    width: 35px;
  }
}

.c-sns__btn img {
  width: 100%;
}

/* 見出し - h2
========================================================= */
.c-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.c-title + * {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .c-title + * {
    margin-top: 40px;
  }
}

.c-title__en {
  display: block;
  line-height: 1;
}

.c-title__en img {
  height: 41px;
}

@media (max-width: 767px) {
  .c-title__en img {
    height: 26px;
  }
}

.c-title__en + * {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .c-title__en + * {
    margin-top: 12px;
  }
}

.c-title__sub {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-title__sub {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

/* コンテナー
========================================================= */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 3.90625%;
    padding-right: 3.90625%;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ヘッダー
========================================================= */
.header {
  overflow: hidden;
  background: url(../img/header_bg.png) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 10;
}

@media (max-width: 767px) {
  .header {
    background-image: url(../img/header_bg_sp.png);
    height: 50px;
  }
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/header_bg.png) repeat-x 0 0;
  background-size: contain;
}

.header__inner {
  display: flex;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__logo > span {
  display: block;
}

.header__logo-emblem img {
  height: 45px;
}

@media (max-width: 767px) {
  .header__logo-emblem img {
    height: 28px;
  }
}

.header__logo-catch {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .header__logo-catch {
    margin-left: 8px;
  }
}

.header__logo-catch img {
  height: 30px;
}

@media (max-width: 767px) {
  .header__logo-catch img {
    height: 17px;
  }
}

.header__logo-main {
  display: block;
  height: 48px;
}

@media (max-width: 767px) {
  .header__logo-main {
    height: 31px;
  }
}

.header__logo-main img {
  height: 100%;
}

.header__cta {
  margin-left: auto;
  width: calc((320 / 1224) * 100%);
}

@media (max-width: 767px) {
  .header__cta {
    display: none;
  }
}

.header__cta-btn {
  padding: 12px calc(10 / 320 * 100%);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: opacity ease .3s;
  pointer-events: none;
}

.menu::before, .menu::after {
  content: "";
  background-position: center 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.menu::before {
  background-image: url(../img/bg.png);
}

.menu::after {
  background-image: url(../img/texture.png);
}

.menu__inner, .menu__sns-wrap {
  position: relative;
  z-index: 1;
}

.menu__inner {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .menu__inner::before, .menu__inner::after {
    display: none;
  }
}

.menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .menu__nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.menu__nav-item {
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .menu__nav-item {
    width: 100%;
  }
}

.menu__nav-item + * {
  margin-top: 31px;
}

@media (max-width: 767px) {
  .menu__nav-item + * {
    margin-top: 30px;
  }
}

.menu__nav-link {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  letter-spacing: .05em;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .menu__nav-link:hover {
    opacity: 0.7;
  }
}

.menu__nav-link::before {
  content: attr(data-menuen);
  display: block;
  color: #BA0D0D;
  font-family: "La Belle Aurore", cursive;
  margin-bottom: 3px;
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: 400;
  -webkit-text-stroke: 0.5px #BA0D0D;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .menu__nav-link::before {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

@media (max-width: 767px) {
  .menu__nav-link img {
    height: 26px;
  }
}

.menu__nav-link--en {
  display: block;
  margin-bottom: 3px;
}

.menu__sns-wrap {
  background-color: rgba(28, 27, 27, 0.45);
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .menu__sns-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.menu__sns .c-sns__item {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .menu__sns .c-sns__item {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.menu__sns .c-sns__btn {
  width: 41px;
}

.menu__sns .c-sns__btn.--large {
  width: 51px;
}

.menu__sns .c-sns__btn.--small {
  width: 35px;
}

@media (max-width: 767px) {
  .menu__sns .c-sns__btn {
    width: 28px;
  }
  .menu__sns .c-sns__btn.--large {
    width: 35px;
  }
  .menu__sns .c-sns__btn.--small {
    width: 25px;
  }
}

.menu__btn {
  background-color: #D9D9D9;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: 30px;
  width: 50px;
  height: 50px;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .menu__btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .menu__btn {
    position: absolute;
    top: 5px;
    right: 6px;
    margin-left: 0;
    width: 40px;
    height: 40px;
  }
}

.menu__btn span {
  display: block;
  background-color: #051E51;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 24px;
}

@media (max-width: 767px) {
  .menu__btn span {
    width: 19px;
  }
}

.menu__btn span:nth-child(1) {
  top: 14px;
}

@media (max-width: 767px) {
  .menu__btn span:nth-child(1) {
    top: 11px;
  }
}

.menu__btn span:nth-child(2) {
  top: 24px;
}

@media (max-width: 767px) {
  .menu__btn span:nth-child(2) {
    top: 19px;
  }
}

.menu__btn span:nth-child(3) {
  top: 33px;
  transform: translateX(-5px);
  width: 14px;
}

@media (max-width: 767px) {
  .menu__btn span:nth-child(3) {
    top: 26px;
    transform: translateX(-3px);
    width: 12px;
  }
}

.menu__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

.menu__close-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .menu__close-btn:hover {
    opacity: 0.7;
  }
}

.menu__close-btn::before, .menu__close-btn::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 3px;
}

@media (max-width: 767px) {
  .menu__close-btn::before, .menu__close-btn::after {
    width: 30px;
  }
}

.menu__close-btn::before {
  transform: rotate(-45deg);
}

.menu__close-btn::after {
  transform: rotate(45deg);
}

body.is-loaded.is-menu-open .menu {
  opacity: 1;
  pointer-events: all;
}

body.is-loaded.is-menu-open .menu .menu__nav-item {
  transition-delay: .32s;
  transform: translateX(0);
  opacity: 1;
}

/* フッター
========================================================= */
.footer {
  background: url(../img/bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  background-color: #051E51;
  position: relative;
  z-index: 0;
  padding: 100px 15px 30px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 53px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer::before, .footer::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footer::before {
  background-position: center bottom;
  background-image: url(../img/footer_fire.png);
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .footer::before {
    background-image: url(../img/footer_fire_sp.png);
  }
}

.footer::after {
  background-position: calc(50% - 30px) bottom;
  background-image: url(../img/footer_tex.png);
  width: calc((1437 / 1280) * 100%);
  height: 100%;
}

@media (max-width: 767px) {
  .footer::after {
    background-position: calc(50% - -30px) bottom;
    background-image: url(../img/footer_tex_sp.png);
    width: calc((938 / 375) * 100%);
  }
}

.footer__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .footer__inner {
    padding-left: 3.90625%;
    padding-right: 3.90625%;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .footer__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.footer__logo {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.24s ease;
  margin-top: 100px;
}

@media (hover: hover) and (pointer: fine) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    margin-top: 40px;
    width: 205px;
  }
}

.footer__logo:first-child {
  margin-top: 0;
}

.footer__logo a {
  display: block;
}

.footer__bottom {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 50px;
  }
}

.footer__bottom:first-child {
  margin-top: 0;
}

.footer__copyright {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    font-size: 0.66667rem;
  }
}

.sitetop {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 50px;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sitetop:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .sitetop {
    right: 17px;
  }
}

.sitetop > span {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .sitetop > span {
    flex-direction: column;
    font-size: 10px;
    font-size: 0.66667rem;
  }
}

.sitetop > span::before {
  content: "";
  display: block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-right: 20px;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .sitetop > span::before {
    margin-right: 0;
    margin-bottom: 5px;
    top: 0;
  }
}

/* キービジュアル
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .kv {
    height: 56.79688vw;
  }
}

@media (max-width: 767px) {
  .kv {
    height: 100vw;
  }
}

.kv::before, .kv::after {
  content: "";
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 1;
}

.kv::before {
  background-image: url(../img/header_bg.png);
}

.kv::after {
  background-image: url(../img/texture.png);
}

.kv__main {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.kv__main img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1s ease, transform 1s ease;
}

body.is-loaded .kv::before, body.is-loaded .kv::after {
  opacity: 0;
}

body.is-loaded .kv__main {
  overflow: hidden;
  display: block;
}

body.is-loaded .kv__main img {
  opacity: 1;
  transform: scale(1);
}

/* 試合情報
========================================================= */
.match {
  position: relative;
  overflow: hidden;
}

.match::before, .match::after {
  content: "";
  background-size: contain;
  background-repeat: repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.match::before {
  background-image: url(../img/bg.png);
}

.match::after {
  background-image: url(../img/texture.png);
}

.match-tab__wrap {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .match-tab__wrap {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .match-tab__wrap::before, .match-tab__wrap::after {
    display: none;
  }
}

.match-tab {
  background-color: #111216;
  padding-top: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .match-tab {
    padding-top: 2px;
  }
}

.match-tab::before {
  content: "";
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

@media (max-width: 767px) {
  .match-tab::before {
    height: 2px;
  }
}

.match-tab__list {
  background-color: #D9D9D9;
  display: flex;
  column-gap: 5px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1280px + 1px);
}

@media (max-width: 767px) {
  .match-tab__list {
    column-gap: 2px;
  }
}

.match-tab__item {
  width: calc(100% / 3);
}

.match-tab__contents {
  padding-top: 74px;
}

@media (max-width: 767px) {
  .match-tab__contents {
    padding-top: 40px;
  }
}

.match-menu {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-align: right;
  display: flex;
  flex-direction: column;
  background-color: #111216;
  color: #ffffff;
  padding: 18px 25px;
  position: relative;
  z-index: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .match-menu {
    text-align: center;
    padding: 6px 6px 8px;
  }
}

.match-menu::before {
  content: "";
  background: url(../img/match_tab_active.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .24s ease;
}

.match-menu__emb {
  position: absolute;
  top: 0;
  left: 15px;
}

@media (max-width: 767px) {
  .match-menu__emb {
    top: 3px;
    left: 3px;
  }
}

.match-menu__emb img {
  height: 153px;
}

@media (max-width: 767px) {
  .match-menu__emb img {
    height: 58px;
  }
}

.match-menu__date {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .match-menu__date {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.match-menu__date > span {
  font-size: 64px;
  font-size: 4.26667rem;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .match-menu__date > span {
    font-size: 30px;
    font-size: 2rem;
    margin-right: 5px;
  }
}

.match-menu__date .week-end {
  color: #BA0D0D;
}

.match-menu__vs {
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-size: 2.13333rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .match-menu__vs {
    margin-top: 0;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.match-menu__vs::before {
  content: "VS";
  display: inline-block;
  margin-right: .25em;
}

.match-menu.is-active::before {
  opacity: 1;
}

.match-data__league {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .match-data__league {
    width: auto;
  }
}

.match-data__league-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-data__league-ttl > img {
  flex-shrink: 0;
  width: 110px;
}

@media (max-width: 767px) {
  .match-data__league-ttl > img {
    width: 62px;
  }
}

.match-data__league-ttl > span {
  color: #ffffff;
  display: block;
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.444;
}

@media (max-width: 767px) {
  .match-data__league-ttl > span {
    margin-left: 10px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.match-data__league-note {
  margin-top: 13px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 767px) {
  .match-data__league-note {
    margin-top: 11px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.match-data__main {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .match-data__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
  }
}

.match-data__club {
  width: 206px;
  margin-top: -85px;
}

@media (max-width: 767px) {
  .match-data__club {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .match-data__club:nth-of-type(1) {
    position: relative;
    grid-column: 1 / 2;
  }
  .match-data__club:nth-of-type(1)::before {
    content: "VS";
    position: absolute;
    top: 38px;
    left: calc(100% - 20px);
    color: #ffffff;
    font-size: 38px;
    font-size: 2.53333rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .1em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .match-data__club:nth-of-type(2) {
    grid-column: 2 / 3;
  }
}

.match-data__club:first-child .match-data__club-emb {
  transform: translateX(-7px);
}

.match-data__club:last-child .match-data__club-emb {
  transform: translateX(7px);
}

.match-data__club-emb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .match-data__club-emb {
    justify-content: flex-end;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .match-data__club-emb img {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .match-data__club-emb.--sagan-tosu img {
    height: 74px;
  }
}

@media (max-width: 767px) {
  .match-data__club-emb.--gamba-osaka img {
    height: 84px;
  }
}

@media (max-width: 767px) {
  .match-data__club-emb.--sanfrecce-hiroshima img {
    height: 90px;
  }
}

.match-data__club-team {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .match-data__club-team {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.match-data.is-active .match-data__club-emb {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .3s;
}

.match-data__index {
  color: #ffffff;
  width: 400px;
}

@media (max-width: 767px) {
  .match-data__index {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-row: 2 / 3;
    grid-column: span 3;
    margin-top: 18px;
    width: auto;
  }
}

.match-data__index-date {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 80px;
  font-size: 5.33333rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .1em;
}

.match-data__index-date .week {
  display: inline-block;
  font-size: 40px;
  font-size: 2.66667rem;
  line-height: 1.5;
  margin-left: 5px;
  position: relative;
  top: -4px;
}

.match-data__index-date .week.week-end > span {
  color: #BA0D0D;
}

@media (max-width: 767px) {
  .match-data__index-date {
    order: 2;
    font-size: 60px;
    font-size: 4rem;
    margin-top: 20px;
  }
  .match-data__index-date > span {
    font-size: 30px;
    font-size: 2rem;
  }
}

.match-data__index-kickoff {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .match-data__index-kickoff {
    order: 3;
  }
}

.match-data__index-kickoff span {
  border-radius: 4px;
  background-color: rgba(0, 22, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: .04em;
  margin-right: 12px;
  padding: 3px 7px;
}

@media (max-width: 767px) {
  .match-data__index-kickoff span {
    border-radius: 2px;
    margin-right: 9px;
    padding: 1px 6px;
  }
}

.match-data__index-kickoff em {
  display: block;
  font-size: 31px;
  font-size: 2.06667rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.19;
  letter-spacing: .07em;
  font-style: normal;
}

@media (max-width: 767px) {
  .match-data__index-kickoff em {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.match-data__index-stadium {
  border-radius: 4px;
  background-color: rgba(0, 22, 51, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 10px 27px;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .match-data__index-stadium {
    order: 1;
    border-radius: 2px;
    margin-top: 0;
    padding: 4px 12px;
  }
}

.match-data__index-stadium span {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .07em;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .match-data__index-stadium span {
    font-size: 12px;
    font-size: 0.8rem;
    margin-right: 9px;
  }
}

.match-data__index-stadium em {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-style: normal;
}

@media (max-width: 767px) {
  .match-data__index-stadium em {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.match-data__cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .match-data__cta {
    margin-top: 30px;
  }
}

.match-data__banner {
  text-align: center;
  display: block;
  margin-top: 95px;
}

@media (max-width: 767px) {
  .match-data__banner {
    margin-top: 60px;
  }
}

.match-data__banner img {
  width: 100%;
}

.match-data__video {
  position: relative;
  z-index: 0;
  padding: 60px calc((60 / 1050) * 100%);
  margin-top: 27px;
}

@media (max-width: 767px) {
  .match-data__video {
    padding: 19px calc((19 / 335) * 100%);
    margin-top: 25px;
  }
}

.match-data__video::before {
  content: "";
  background-color: rgba(28, 27, 27, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.match-data__video-frame {
  position: relative;
  overflow: hidden;
}

.match-data__video-frame::before, .match-data__video-frame::after {
  content: "";
}

.match-data__video-frame::before {
  display: block;
  padding-top: calc(524 / 930 * 100%);
}

.match-data__video-frame::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 27, 27, 0.4);
}

.match-data__video-frame > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.match-data__tv_index {
  color: #ffffff;
  text-align: center;
}

.match-data__tv {
  display: inline-block;
  text-align: left;
  margin-top: 13px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.0rem;
  font-weight: 800;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 767px) {
  .match-data__tv {
    display: inline-block;
    text-align: left;
    margin-top: 11px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/* イベント
========================================================= */
.event {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.event::before, .event::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.event.event-bg--black::before {
  background: url(../img/texture_dark.png) repeat center 0;
  background-size: 100% auto;
  opacity: .95;
}

.event.event-bg--blue::before, .event.event-bg--blue::after {
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 0;
}

.event.event-bg--blue::before {
  background-image: url(../img/bg.png);
}

.event.event-bg--blue::after {
  background-image: url(../img/texture.png);
}

@media (max-width: 767px) {
  .event.event-bg--blue .event__container::before, .event.event-bg--blue .event__container::after {
    display: none;
  }
}

.event__container {
  padding-top: 90px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .event__container {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

.event-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (max-width: 767px) {
  .event-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.event-card-list.event-card--single {
  grid-template-columns: repeat(1, minmax(200px, 340px));
  justify-content: center;
}

@media (max-width: 767px) {
  .event-card-list.event-card--single {
    grid-template-columns: repeat(1, minmax(200px, 335px));
  }
}

@media (min-width: 768px) {
  .event-card-list.event-card--2col {
    grid-template-columns: repeat(2, minmax(200px, 340px));
    justify-content: center;
  }
}

.event-card-list > .--expand {
  grid-column: span 3;
}

@media (max-width: 767px) {
  .event-card-list > .--expand {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .event-card-list > .--expand .event-card {
    flex-direction: row;
  }
}

.event-card-list > .--expand .event-card__main {
  padding: 60px 30px 30px;
}

@media (min-width: 768px) {
  .event-card-list > .--expand .event-card__main {
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
  }
}

@media (max-width: 767px) {
  .event-card-list > .--expand .event-card__main {
    padding: 16px 12px 27px;
  }
}

@media (min-width: 768px) {
  .event-card-list > .--expand .event-card__img {
    flex-shrink: 0;
    width: calc((643 / 1050) * 100%);
  }
}

.event-card-list > .--expand .event-card__title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .event-card-list > .--expand .event-card__tags > * {
    font-size: 12px;
    font-size: 0.8rem;
    min-width: 56px;
    margin-right: 8px;
  }
}

.event-card {
  display: flex;
  flex-direction: column;
  transition: opacity 0.24s ease;
  height: 100%;
  cursor: pointer;
}

.event-card__img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  overflow: hidden;
}

.event-card__img::before {
  content: "";
  display: block;
  padding-top: 56.17647%;
}

@media (max-width: 767px) {
  .event-card__img::before {
    padding-top: 56.79012%;
  }
}

.event-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-card__main {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 13px 20px 16px;
  position: relative;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .event-card__main {
    padding: 8px 10px 35px;
  }
}

.event-card__text {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .event-card__text {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.event-card__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .event-card__title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
}

.event-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: -8px;
  max-width: calc(100% - 102px);
}

@media (max-width: 767px) {
  .event-card__tags {
    max-width: none;
  }
}

.event-card__text + .event-card__tags {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .event-card__text + .event-card__tags {
    margin-top: 30px;
  }
}

.event-card__tags > * {
  text-align: center;
  border-radius: 3px;
  background-color: rgba(9, 42, 87, 0.13);
  display: inline-block;
  color: #0B318F;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px;
  min-width: 56px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .event-card__tags > * {
    font-size: 10px;
    font-size: 0.66667rem;
    margin-right: 6px;
    min-width: 36px;
  }
}

.event-card__more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #021A49;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 20px;
  min-width: 102px;
}

.event-card__more[href] {
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .event-card__more[href]:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .event-card__more {
    font-size: 10px;
    font-size: 0.66667rem;
    padding: 2px 15px;
    min-width: 84px;
  }
}

.event-card__more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  transition: transform 0.24s ease;
}

@media (max-width: 767px) {
  .event-card__more::before {
    right: 5px;
    width: 5px;
    height: 5px;
  }
}

.event-card__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.event-card__sub {
  display: none;
}

@media (min-width: 768px) {
  .event-card[href]:hover, .event-card.js-modal:hover {
    opacity: .7;
  }
}

@media (min-width: 768px) {
  .event-card[href]:hover .event-card__more::before,
  .event-card[href]:hover .event-card__btn .c-button::before, .event-card.js-modal:hover .event-card__more::before,
  .event-card.js-modal:hover .event-card__btn .c-button::before {
    transform: rotate(45deg) translate(2px, -2px);
  }
}

.event-more__btn {
  margin-top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.13333rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .5em;
  width: 100%;
  height: 56px;
  z-index: 0;
  position: relative;
  transition: .24s ease;
}

.event-more__btn::before {
  content: "";
  background-color: rgba(28, 27, 27, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: color-burn;
  transition: .24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .event-more__btn:hover::before {
    background-color: #1c1b1b;
  }
}

.event-more__content {
  display: none;
  opacity: 0;
  padding-top: 15px;
}

.event-more__content.--more-show {
  display: block;
  animation: anim-fadein 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* グッズ
========================================================= */
.anniv-goods {
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .anniv-goods {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.anniv-goods::before, .anniv-goods::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.anniv-goods::before {
  background: url(../img/anniv_goods_bg.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  opacity: .08;
}

.anniv-goods::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 70%;
}

.anniv-goods-date, .anniv-goods-note {
  color: #0D1F63;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.c-title + .anniv-goods-date, .c-title + .anniv-goods-note {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c-title + .anniv-goods-date, .c-title + .anniv-goods-note {
    margin-top: 25px;
  }
}

.anniv-goods-date {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .anniv-goods-date {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.anniv-goods-note {
  margin-top: 4px;
  font-size: 10px;
  font-size: 0.66667rem;
  font-weight: 400;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .anniv-goods-note {
    margin-top: 0;
  }
}

.anniv-goods-image {
  margin-top: 20px;
  mix-blend-mode: darken;
}

.anniv-goods-image img {
  width: 100%;
}

.anniv-goods-slide {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .anniv-goods-slide {
    margin-top: 30px;
  }
}

.anniv-goods-slide.js-anniv-goods-slide {
  display: none;
}

.anniv-goods-slide.js-anniv-goods-slide.slick-initialized {
  display: block;
}

.anniv-goods-slide__item {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .anniv-goods-slide__item {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.anniv-goods-slide__ctl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .anniv-goods-slide__ctl {
    margin-top: 20px;
  }
}

.anniv-goods-slide__ctl .slick-arrow {
  display: block;
  font-size: 0;
  cursor: pointer;
  width: 23px;
  height: 20px;
  position: relative;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .anniv-goods-slide__ctl .slick-arrow:hover {
    opacity: 0.7;
  }
}

.anniv-goods-slide__ctl .slick-arrow::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.anniv-goods-slide__ctl .slick-arrow.slick-prev::before {
  background-image: url(../img/icon_chevron-left.svg);
}

.anniv-goods-slide__ctl .slick-arrow.slick-next::before {
  background-image: url(../img/icon_chevron-right.svg);
}

.anniv-goods-slide__ctl--dots {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .anniv-goods-slide__ctl--dots {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.anniv-goods-slide__ctl--dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.anniv-goods-slide__ctl--dots .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

.anniv-goods-slide__ctl--dots .slick-dots li.slick-active button {
  background-color: #BA0D0D;
}

.anniv-goods-slide__ctl--dots .slick-dots button {
  border-radius: 50%;
  background-color: rgba(5, 30, 81, 0.5);
  display: block;
  font-size: 0;
  transition: .24s ease;
  width: 10px;
  height: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .anniv-goods-slide__ctl--dots .slick-dots button:hover {
    transform: scale(1.2);
  }
}

.anniv-goods-card {
  display: flex;
  flex-direction: column;
}

.anniv-goods-card__img {
  overflow: hidden;
  position: relative;
}

.anniv-goods-card__img::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.anniv-goods-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv-goods-card__main {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.anniv-goods-card__price {
  color: #BA0D0D;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.anniv-goods-card__title {
  color: #092A57;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .anniv-goods-card:hover {
    text-decoration: underline;
  }
}

.anniv-goods-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .anniv-goods-cta {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
}

/* 25年の軌跡
========================================================= */
.history {
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .history {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.history::before {
  content: "";
  background: url(../img/texture_dark.png) repeat center 0;
  background-size: contain;
  opacity: .95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.history-attach {
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 90px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .history-attach {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.history-attach__row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  mix-blend-mode: color-burn;
  animation: anim-looptext 25s infinite linear 1s both;
}

@media (max-width: 767px) {
  .history-attach__row {
    animation-duration: 10s;
  }
}

.history-attach__text {
  color: rgba(210, 210, 210, 0.6);
  font-size: 130px;
  font-size: 8.66667rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .04em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .history-attach__text {
    font-size: 62px;
    font-size: 4.13333rem;
  }
}

.history-card-list {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .history-card-list {
    margin-top: 50px;
  }
}

.history-card-list > * + * {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .history-card-list > * + * {
    margin-top: 20px;
  }
}

.history-card {
  background-color: #ffffff;
  display: flex;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .history-card:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .history-card {
    flex-direction: column;
  }
}

.history-card__img {
  overflow: hidden;
  position: relative;
  width: calc(434 / 1050 *100%);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .history-card__img {
    width: 100%;
  }
}

.history-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.history-card__main {
  padding: 45px 4.2858% 60px;
  position: relative;
}

@media (max-width: 767px) {
  .history-card__main {
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.history-card__text {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .history-card__text {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.75;
  }
}

.history-card__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .history-card__title {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

.history-card__more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
  background-color: #021A49;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  padding: 9px 20px;
  min-width: 162px;
}

@media (max-width: 767px) {
  .history-card__more {
    font-size: 15px;
    font-size: 1rem;
  }
}

.history-card__more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  transition: transform 0.24s ease;
}

@media (min-width: 768px) {
  .history-card:hover .history-card__more::before {
    transform: rotate(45deg) translate(2px, -2px);
  }
}

.video-message .--lines {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 32px;
  margin-right: 18px;
  width: 24px;
}

.video-message .--lines > span {
  background-color: rgba(210, 210, 210, 0.45);
  display: block;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 4px;
  transition: 0.4s ease;
  mix-blend-mode: color-burn;
}

.video-message .--lines > span:nth-child(1) {
  left: 0;
}

.video-message .--lines > span:nth-child(2) {
  left: 0;
  right: 0;
}

.video-message .--lines > span:nth-child(3) {
  right: 0;
}

.video-message__title {
  text-align: center;
  color: #828282;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 26px;
  font-size: 1.73333rem;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .video-message__title {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.video-message__title::before {
  content: "";
  border-radius: 4px;
  background-color: #D2D2D2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: .45;
}

.video-message__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

@media (max-width: 767px) {
  .video-message__list {
    row-gap: 20px;
  }
}

.video-message__list > * {
  width: 20%;
}

@media (max-width: 767px) {
  .video-message__list > * {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .video-message__list > * {
    mix-blend-mode: normal;
  }
}

@media (min-width: 768px) {
  .video-message__list > *:nth-child(5n+2) .video-message__main {
    transform: translateX(-20%);
  }
}

@media (min-width: 768px) {
  .video-message__list > *:nth-child(5n+3) .video-message__main {
    transform: translateX(-40%);
  }
}

@media (min-width: 768px) {
  .video-message__list > *:nth-child(5n+4) .video-message__main {
    transform: translateX(-60%);
  }
}

@media (min-width: 768px) {
  .video-message__list > *:nth-child(5n+5) .video-message__main {
    transform: translateX(-80%);
  }
}

@media (max-width: 767px) {
  .video-message__list > *:nth-child(even) .video-message__main {
    mix-blend-mode: normal;
    transform: translateX(calc(-50% - -20px));
  }
}

.video-message__label {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.06667rem;
  position: relative;
  margin-right: 10px;
}

.video-message__label .--lines {
  flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
  .video-message__label:hover .--lines > span {
    background-color: #BA0D0D;
  }
}

.video-message__label.--hidden {
  pointer-events: none;
}

.video-message__main {
  overflow: hidden;
  border-radius: 4px;
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 27px;
  width: calc(100% * 5);
  padding: 208px calc((58 / 210) * 100%) 58px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .video-message__main {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 76.42% 20px 23.887%;
    width: calc((100% - -20px) * 2);
  }
}

.video-message__main::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}

.video-message__main::after {
  content: "";
  background: url(../img/video_attach.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 30px;
  height: 100%;
  width: calc((768 / 1050) * 100%);
  mix-blend-mode: hard-light;
  opacity: .1;
  z-index: -1;
}

@media (max-width: 767px) {
  .video-message__main::after {
    top: -20px;
    left: -80px;
    width: calc((454 / 375) * 100%);
    height: calc((384 / 375) * 100vw);
  }
}

.video-message__thumb {
  position: absolute;
  top: 58px;
  left: calc((75 / 1050) * 100%);
  z-index: -1;
  width: calc((638 / 1050) * 100%);
  mix-blend-mode: hard-light;
  opacity: .57;
  opacity: 0;
  transform: translateX(-10px);
}

@media (max-width: 767px) {
  .video-message__thumb {
    left: -60px;
    top: 34px;
    width: calc((406 / 375) * 100%);
  }
}

.video-message__thumb img {
  width: 100%;
  opacity: .85;
}

.video-message__frame {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  width: calc((580 / 934) * 100%);
  max-width: 580px;
}

@media (max-width: 767px) {
  .video-message__frame {
    width: 100%;
    max-width: none;
  }
}

.video-message__frame::before {
  content: "";
  display: block;
  padding-top: calc((325 / 580) *100%);
}

@media (max-width: 767px) {
  .video-message__frame::before {
    padding-top: calc((188 / 335) *100%);
  }
}

.video-message__frame-poster::before, .video-message__frame-poster::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: .6s ease;
}

.video-message__frame-poster::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 27, 27, 0.4);
}

.video-message__frame-poster::after {
  background: url(../img/icon_play.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  width: calc((66 / 580) *100%);
  height: calc((50 / 325) *100%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video-message__frame-poster::after {
    width: calc((39 / 335) *100%);
    height: calc((29 / 188) *100%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .video-message__frame-poster:hover::before {
    background-color: rgba(28, 27, 27, 0.1);
  }
}

.video-message__frame > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-message__name {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 60px;
  width: calc((350 / 934) * 100%);
}

@media (max-width: 767px) {
  .video-message__name {
    margin-top: 20px;
    width: auto;
    padding-left: 50px;
  }
}

.video-message__name-en {
  color: #ffffff;
  font-size: 44px;
  font-size: 2.93333rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .video-message__name-en {
    margin-bottom: 3px;
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.video-message__name-sub {
  color: #828282;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 767px) {
  .video-message__name-sub {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.video-message__name .--lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 36px;
}

.video-message__name .--lines > span {
  width: 5px;
}

.video-message__label.active .--lines > span {
  background-color: #BA0D0D;
  mix-blend-mode: normal;
}

.video-message__main.active {
  display: flex;
}

.video-message__main.active .--lines > span {
  background-color: #BA0D0D;
  mix-blend-mode: normal;
}

.video-message__main.active .video-message__thumb {
  animation: anim-fadethumb 1.2s ease forwards;
}

@keyframes anim-fadethumb {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: .57;
    transform: translateX(0);
  }
}

/* ご協賛企業
========================================================= */
.sponser {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .sponser {
    padding-bottom: 50px;
  }
}

.sponser .heading {
  padding-top: 107px;
}

@media (max-width: 767px) {
  .sponser .heading {
    padding-top: 50px;
  }
}

.sponser-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-left: -30px;
}

@media (max-width: 767px) {
  .sponser-list {
    margin-left: -2.66667vw;
  }
}

.sponser-list.--large li {
  width: calc(100% * 1 / 3.001);
}

@media (max-width: 767px) {
  .sponser-list.--large li {
    width: 50%;
  }
}

.sponser-list.--large li a {
  height: min(7.10938vw, 91px);
}

@media (max-width: 767px) {
  .sponser-list.--large li a {
    height: max(11.73333vw, 44px);
  }
}

.sponser-list.--medium li {
  width: 20%;
}

@media (max-width: 767px) {
  .sponser-list.--medium li {
    width: calc(100% * 1 / 3.001);
  }
}

.sponser-list.--medium li a {
  height: min(4.0625vw, 52px);
}

@media (max-width: 767px) {
  .sponser-list.--medium li a {
    height: max(7.46667vw, 28px);
  }
}

.sponser-list.--small li {
  width: 16.6667%;
}

@media (max-width: 767px) {
  .sponser-list.--small li {
    width: 25%;
  }
}

.sponser-list.--small li a {
  height: min(3.59375vw, 46px);
}

@media (max-width: 767px) {
  .sponser-list.--small li a {
    height: max(5.6vw, 21px);
  }
}

.sponser-list li {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .sponser-list li {
    padding-left: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
}

@media (min-width: 768px) {
  .sponser-list li.expand {
    width: 100%;
  }
}

.sponser-list li a {
  display: inline-block;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sponser-list li a:hover {
    opacity: 0.7;
  }
}

.sponser-list li img {
  height: 100%;
  width: auto;
}

.sponser-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sponser-list2 {
    justify-content: flex-start;
  }
}

.sponser-list2 li {
  width: 25%;
}

@media (max-width: 767px) {
  .sponser-list2 li {
    width: 50%;
  }
}

.sponser-list2 li > * {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  padding: 19px 12px;
  width: 100%;
  height: 100%;
  min-height: 90px;
}

@media (max-width: 767px) {
  .sponser-list2 li > * {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 4px 8px;
    min-height: 46px;
  }
}

/* 共通モーダル
========================================================= */
.modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}

.modal::before {
  background: url(../img/texture_dark.png) repeat center 0;
  background-size: 100% auto;
  opacity: .95;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 740px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .modal__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal__content {
  width: 100%;
  overflow: auto;
  max-height: 80vh;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity .4s, transform .4s;
}

@media (max-width: 767px) {
  .modal__content {
    transform: translateY(-10px);
  }
}

.modal__card {
  display: block;
  background-color: #ffffff;
}

.modal__card-main {
  padding: 20px 30px 30px;
}

@media (max-width: 767px) {
  .modal__card-main {
    padding: 15px;
  }
}

.modal__card-img {
  background-color: #D9D9D9;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.modal__card-img::before {
  content: "";
  display: block;
  padding-top: calc((360 / 640) * 100%);
}

@media (max-width: 767px) {
  .modal__card-img::before {
    padding-top: calc((196 / 350) * 100%);
  }
}

.modal__card-img::after {
  content: "NO IMAGE";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.2rem;
  z-index: -1;
}

.modal__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__card-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .modal__card-ttl {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.modal__card-text {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .modal__card-text {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.78;
  }
}

.modal__card-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -8px;
}

@media (max-width: 767px) {
  .modal__card-tags {
    margin-top: 20px;
  }
}

.modal__card-tags > * {
  text-align: center;
  border-radius: 3px;
  background-color: rgba(9, 42, 87, 0.13);
  display: inline-block;
  color: #0B318F;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px;
  min-width: 56px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .modal__card-tags > * {
    font-size: 10px;
    font-size: 0.66667rem;
    margin-right: 6px;
    min-width: 36px;
  }
}

.modal__close {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .modal__close {
    width: 32px;
    height: 32px;
  }
}

.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 3px;
  height: 40px;
}

@media (max-width: 767px) {
  .modal__close::before, .modal__close::after {
    height: 32px;
  }
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal.is-active {
  opacity: 1;
  pointer-events: all;
}

.modal.is-active .modal__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}

/* 調整用
========================================================= */
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-color--black {
  color: #2B2B2B;
}
