html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
}

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

:focus {
  outline: none;
}

a:not([class]),
a:not([class]):link,
a:not([class]):visited,
a:not([class]):hover,
a:not([class]):active {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
}

fieldset {
  border: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 100%;
  font-family: inherit;
}

input,
select {
  vertical-align: middle;
}

input[type="radio"],
input.radio,
input[type="checkbox"],
input.checkbox {
  position: relative;
  top: -0.1em;
  margin-top: 0;
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

label,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  background-color: #ffffbb;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffffbb;
  color: #000000;
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  clear: both;
  border: none;
  border-top: 1px solid #cccccc;
}

main {
  display: block;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-kerning: normal;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  font-weight: 500;
}
body.is-modalOpen {
  height: 100%;
  overflow: hidden;
}

.jsFade > *{
  transition: .4s ease-in-out;
  opacity: 0;
  top: 40px;
  position: relative;
}

.jsFade.isActive > *{
  opacity: 1;
  top: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb210 {
  margin-bottom: 210px;
}

.mb250 {
  margin-bottom: 250px;
}

.mb300 {
  margin-bottom: 300px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb10em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb20em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb30em {
  margin-bottom: 3em;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pt150 {
  padding-top: 150px;
}

.pt05em {
  padding-top: 0.5em;
}

.pt10em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

.pt20em {
  padding-top: 2em;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}
body span {
  font-weight: inherit;
}

.fw500 {
  font-weight: 500;
}

strong,
.strong,
.fwBold {
  font-weight: 700;
}

.fwNormal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.serif {
  font-family: "Noto Sans JP", sans-serif;
}

.ffEn,
.serifEn {
  font-family: Arial, sans-serif;
}
.ffEn.fwLight,
.serifEn.fwLight {
  font-family: Arial, sans-serif;
}

.fcMain {
  color: #00a0d2;
}

.fcMainDark {
  color: #fff;
}

.fcSub {
  color: #e95599;
}

.fcText {
  color: #000;
}

.fcBase {
  color: #fff;
}

.fcWhite {
  color: #fff;
}

.fcBlack {
  color: #000;
}

.fs0 {
  font-size: 0;
}

.fs9 {
  transform: scale(0.9);
  transform-origin: center left;
  font-size: 1rem;
  line-height: 1.6666;
}

.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs30 {
  font-size: 3rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: 5rem;
}

.fs50per {
  font-size: 50%;
}

.fs60per {
  font-size: 60%;
}

.fs70per {
  font-size: 70%;
}

.fs75per {
  font-size: 75%;
}

.fs80per {
  font-size: 80%;
}

.fs85per {
  font-size: 85%;
}

.fs90per {
  font-size: 90%;
}

.lh10 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh175 {
  line-height: 1.75;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh24 {
  line-height: 2.4;
}

.ls01 {
  letter-spacing: 0.01em;
}

.ls02 {
  letter-spacing: 0.02em;
}

.ls03 {
  letter-spacing: 0.03em;
}

.ls04 {
  letter-spacing: 0.04em;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls08 {
  letter-spacing: 0.08em;
}

.ls10 {
  letter-spacing: 0.1em;
}

.ls12 {
  letter-spacing: 0.12em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls20 {
  letter-spacing: 0.2em;
}

.ls30 {
  letter-spacing: 0.3em;
}

.ls-05 {
  letter-spacing: -0.05em;
}

.ls-10 {
  letter-spacing: -0.1em;
}

.ls-20 {
  letter-spacing: -0.2em;
}

.wordWrapBreak {
  word-wrap: break-word;
}

.wordBreakAll {
  word-break: break-all;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.w100per,
video.w100per {
  width: 100%;
}

a:not([class]) {
  color: inherit;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

a.textLink {
  color: #fff;
  text-decoration: underline;
}
a.disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

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

ul.disc,
ol.disc {
  list-style-type: none;
}
ul.disc li,
ol.disc li {
  position: relative;
  padding-left: 2em;
}
ul.disc li::before,
ol.disc li::before {
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

ol.numberList {
  counter-reset: numberList;
}
ol.numberList li {
  position: relative;
  padding-left: 1.5em;
}
ol.numberList li:not(:last-child) {
  margin-bottom: 5px;
}
ol.numberList li::before {
  position: absolute;
  top: -1px;
  left: 0;
  margin-right: 2px;
  content: counter(numberList) ".";
  color: #000;
  font-size: 1.6rem;
  counter-increment: numberList;
}
ol.numberList li ol.childList {
  counter-reset: numberList;
}
ol.numberList li ol.childList li {
  padding-left: 2em;
  text-indent: -2em;
}
ol.numberList li ol.childList li::before {
  display: none;
}

ol.circleNumberList {
  counter-reset: circleNumberList;
}
ol.circleNumberList li {
  position: relative;
  padding-left: 1.5em;
}
ol.circleNumberList li:not(:last-child) {
  margin-bottom: 12px;
}
ol.circleNumberList li::before {
  display: flex;
  position: absolute;
  top: 1px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0061b7;
  content: counter(circleNumberList);
  color: #fff;
  font-size: 1.2rem;
  text-indent: -1px;
  counter-increment: circleNumberList;
}

th {
  font-weight: bold;
}
hr.dot {
  border-top: 1px #000 dotted;
}

.displayInlineBlock {
  display: inline-block;
}

.displayInline {
  display: inline;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.displaySp {
  display: none;
}

.displayXwide {
  display: none;
}
.posRelative {
  position: relative;
}

.posAbsolute {
  position: absolute;
}

.posFixed {
  position: fixed;
}

.posStatic {
  position: static;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

.txtLeft {
  text-align: left;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.txtJustify,
.txtJustify * {
  text-align: justify;
}
.verticalTop {
  vertical-align: top;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}
input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

button {
  padding: 0;
  border: 0px;
  outline: none;
  background-color: transparent;
  font-family: inherit;
}

.clearfix:after,
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.l-container {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.l-header {
  display: flex;
  z-index: 100;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(16px, 4.1025641026vw, 40px);
  border-bottom: 4px solid #00a0d2;
  background-color: #000;
}

.headerEmblem {
  width: clamp(60px, 10.4166666667%, 80px);
  margin-inline-start: -1.5384615385%;
  overflow: clip;
}
.headerEmblem img {
  width: 113.3333333333%;
  max-width: initial;
  margin-inline: -6.6666666667%;
  margin-block: -5% -8.3333333333%;
}
.headerMatchSummary {
  font-weight: bold;
  font-size: clamp(1.2rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
  text-align: right;
  color: #fff;
}
.headerMatchSummary .fsLarge {
  font-size: 1.5em;
  line-height: 1;
}

.l-nav {
  z-index: 101;
  position: fixed;
  inset: 0;
  pointer-events: none;
}
body.is-nav-open .l-nav {
  pointer-events: initial;
}
.l-nav::after {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 116, 166, 0.8);
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.is-nav-open .l-nav::after {
  opacity: 1;
}

body.is-nav-open {
  overflow: clip;
}

.navListWrap {
  z-index: 1;
  position: relative;
  padding-inline: 30px;
  padding-block: 24px 80px;
  background-color: #00a0d2;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}
.navListWrap::after {
  z-index: 101;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: min(64px, 10vh);
  background-image: linear-gradient(to right, #75d3eb 10px, #4bcbeb 10px);
  background-position: center center;
  background-size: 20px 100%;
  background-repeat: repeat-x;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22390%22%20height%3D%22600%22%20viewBox%3D%220%200%20390%20600%22%3E%3Cpath%20d%3D%22M10.2632%2010.2632L0%200V600H390V0L379.737%2010.2632L369.474%200L359.211%2010.2632L348.947%200L338.684%2010.2632L328.421%200L318.158%2010.2632L307.895%200L297.632%2010.2632L287.368%200L277.105%2010.2632L266.842%200L256.579%2010.2632L246.316%200L236.053%2010.2632L225.789%200L215.526%2010.2632L205.263%200L195%2010.2632L184.737%200L174.474%2010.2632L164.211%200L153.947%2010.2632L143.684%200L133.421%2010.2632L123.158%200L112.895%2010.2632L102.632%200L92.3684%2010.2632L82.1053%200L71.8421%2010.2632L61.5789%200L51.3158%2010.2632L41.0526%200L30.7895%2010.2632L20.5263%200L10.2632%2010.2632Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22390%22%20height%3D%22600%22%20viewBox%3D%220%200%20390%20600%22%3E%3Cpath%20d%3D%22M10.2632%2010.2632L0%200V600H390V0L379.737%2010.2632L369.474%200L359.211%2010.2632L348.947%200L338.684%2010.2632L328.421%200L318.158%2010.2632L307.895%200L297.632%2010.2632L287.368%200L277.105%2010.2632L266.842%200L256.579%2010.2632L246.316%200L236.053%2010.2632L225.789%200L215.526%2010.2632L205.263%200L195%2010.2632L184.737%200L174.474%2010.2632L164.211%200L153.947%2010.2632L143.684%200L133.421%2010.2632L123.158%200L112.895%2010.2632L102.632%200L92.3684%2010.2632L82.1053%200L71.8421%2010.2632L61.5789%200L51.3158%2010.2632L41.0526%200L30.7895%2010.2632L20.5263%200L10.2632%2010.2632Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 390px auto;
  mask-size: 390px auto;
}
.navListItem {
  padding-block: 0.5em;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
}
.navListItem:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navListLink {
  display: grid;
  grid-template-columns: 2.4em auto;
  column-gap: 0.8em;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.navListLink .iconWrap {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 2.4em;
  border-radius: 50%;
  background-color: #fff;
}
.navListLink .iconWrap [class*="icon-"] {
  width: 1.2em;
  height: 1.2em;
}

.btnToggleNav {
  display: flex;
  z-index: 100;
  position: fixed;
  right: min(20px, 3.0769230769vw);
  bottom: min(20px, 3.0769230769vw);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #e95599;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.btnToggleNav [class*="icon-"] {
  pointer-events: none;
}
.btnToggleNav .text {
  margin-block-start: -0.4em;
}
.l-nav .btnToggleNav {
  z-index: 102;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.is-nav-open .l-nav .btnToggleNav {
  opacity: 1;
}

.l-inner {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: min(60px, 3%);
}

.l-footer {
  padding-block: clamp(40px, 7.8125%, 60px) clamp(20px, 3.90625%, 30px);
  /* background-color: #fff; */
  background: linear-gradient(0deg, #1b123d, #3941a8);
}

.footerSns {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 40px;
  gap: 24px;
}
.footerEmblem {
  width: 120px;
  margin-inline: auto;
}
.footerEmblem img {
  width: 100%;
}
.footerCopyright {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}

[class*="icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
[class*="icon-"] svg {
  stroke-width: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  vertical-align: top;
}
[class*="icon-"] svg .line {
  stroke: #000;
}
[class*="icon-"] svg .surface {
  fill: #000;
}
[class*="icon-"].colorBright svg .line {
  stroke: #fff;
}
[class*="icon-"].colorBright svg .surface {
  fill: #fff;
}
[class*="icon-"].colorMain svg .line {
  stroke: #00a0d2;
}
[class*="icon-"].colorMain svg .surface {
  fill: #00a0d2;
}
[class*="icon-"].colorSub svg .line {
  stroke: #e95599;
}
[class*="icon-"].colorSub svg .surface {
  fill: #e95599;
}
[class*="icon-"].large {
  width: 32px;
  height: 32px;
}
[class*="icon-"].small {
  width: 20px;
  height: 20px;
}

.linkBtn,
button.linkBtn,
a.linkBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1em;
  padding-block: 0.8125em;
  gap: 1em;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.colorSub.linkBtn {
  background-color: #e95599;
}
.hasArrow.linkBtn {
  position: relative;
  padding-inline: 2.5em;
}
.hasArrow.linkBtn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.columnWrap {
  display: flex;
  flex-wrap: wrap;
}
.columnWrap > [class*="col"] {
  box-sizing: border-box;
  flex-shrink: 0;
}
.columnWrap > .col-grow {
  flex-grow: 1;
}
.columnWrap.pos-center {
  justify-content: center;
}
.columnWrap.pos-right {
  justify-content: flex-end;
}
.columnWrap.pos-space-between {
  justify-content: space-between;
}
.columnWrap.align-center {
  align-items: center;
}
.columnWrap.align-bottom {
  align-items: flex-end;
}
.columnWrap.order-reverse {
  flex-direction: row-reverse;
}
.columnWrap:not(.hasMargin) > .col-1 {
  width: calc(1 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-2 {
  width: calc(2 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-3 {
  width: calc(3 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-4 {
  width: calc(4 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-5 {
  width: calc(5 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-6 {
  width: calc(6 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-7 {
  width: calc(7 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-8 {
  width: calc(8 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-9 {
  width: calc(9 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-10 {
  width: calc(10 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-11 {
  width: calc(11 / 12 * 100%);
}
.columnWrap:not(.hasMargin) > .col-12 {
  width: calc(12 / 12 * 100%);
}
.columnWrap.hasMargin {
  gap: 20px;
}
.columnWrap.hasMargin > .col-1 {
  width: calc(1 / 12 * (100% - 20px * (12 - 1)) + 20px * (1 - 1));
}
.columnWrap.hasMargin > .col-2 {
  width: calc(2 / 12 * (100% - 20px * (12 - 1)) + 20px * (2 - 1));
}
.columnWrap.hasMargin > .col-3 {
  width: calc(3 / 12 * (100% - 20px * (12 - 1)) + 20px * (3 - 1));
}
.columnWrap.hasMargin > .col-4 {
  width: calc(4 / 12 * (100% - 20px * (12 - 1)) + 20px * (4 - 1));
}
.columnWrap.hasMargin > .col-5 {
  width: calc(5 / 12 * (100% - 20px * (12 - 1)) + 20px * (5 - 1));
}
.columnWrap.hasMargin > .col-6 {
  width: calc(6 / 12 * (100% - 20px * (12 - 1)) + 20px * (6 - 1));
}
.columnWrap.hasMargin > .col-7 {
  width: calc(7 / 12 * (100% - 20px * (12 - 1)) + 20px * (7 - 1));
}
.columnWrap.hasMargin > .col-8 {
  width: calc(8 / 12 * (100% - 20px * (12 - 1)) + 20px * (8 - 1));
}
.columnWrap.hasMargin > .col-9 {
  width: calc(9 / 12 * (100% - 20px * (12 - 1)) + 20px * (9 - 1));
}
.columnWrap.hasMargin > .col-10 {
  width: calc(10 / 12 * (100% - 20px * (12 - 1)) + 20px * (10 - 1));
}
.columnWrap.hasMargin > .col-11 {
  width: calc(11 / 12 * (100% - 20px * (12 - 1)) + 20px * (11 - 1));
}
.columnWrap.hasMargin > .col-12 {
  width: calc(12 / 12 * (100% - 20px * (12 - 1)) + 20px * (12 - 1));
}
.columnWrap.hasMarginNarrow {
  gap: 10px;
}
.columnWrap.hasMarginNarrow > .col-1 {
  width: calc(1 / 12 * (100% - 10px * (12 - 1)) + 10px * (1 - 1));
}
.columnWrap.hasMarginNarrow > .col-2 {
  width: calc(2 / 12 * (100% - 10px * (12 - 1)) + 10px * (2 - 1));
}
.columnWrap.hasMarginNarrow > .col-3 {
  width: calc(3 / 12 * (100% - 10px * (12 - 1)) + 10px * (3 - 1));
}
.columnWrap.hasMarginNarrow > .col-4 {
  width: calc(4 / 12 * (100% - 10px * (12 - 1)) + 10px * (4 - 1));
}
.columnWrap.hasMarginNarrow > .col-5 {
  width: calc(5 / 12 * (100% - 10px * (12 - 1)) + 10px * (5 - 1));
}
.columnWrap.hasMarginNarrow > .col-6 {
  width: calc(6 / 12 * (100% - 10px * (12 - 1)) + 10px * (6 - 1));
}
.columnWrap.hasMarginNarrow > .col-7 {
  width: calc(7 / 12 * (100% - 10px * (12 - 1)) + 10px * (7 - 1));
}
.columnWrap.hasMarginNarrow > .col-8 {
  width: calc(8 / 12 * (100% - 10px * (12 - 1)) + 10px * (8 - 1));
}
.columnWrap.hasMarginNarrow > .col-9 {
  width: calc(9 / 12 * (100% - 10px * (12 - 1)) + 10px * (9 - 1));
}
.columnWrap.hasMarginNarrow > .col-10 {
  width: calc(10 / 12 * (100% - 10px * (12 - 1)) + 10px * (10 - 1));
}
.columnWrap.hasMarginNarrow > .col-11 {
  width: calc(11 / 12 * (100% - 10px * (12 - 1)) + 10px * (11 - 1));
}
.columnWrap.hasMarginNarrow > .col-12 {
  width: calc(12 / 12 * (100% - 10px * (12 - 1)) + 10px * (12 - 1));
}
.columnWrap.hasMarginWide {
  gap: 30px;
}
.columnWrap.hasMarginWide > .col-1 {
  width: calc(1 / 12 * (100% - 30px * (12 - 1)) + 30px * (1 - 1));
}
.columnWrap.hasMarginWide > .col-2 {
  width: calc(2 / 12 * (100% - 30px * (12 - 1)) + 30px * (2 - 1));
}
.columnWrap.hasMarginWide > .col-3 {
  width: calc(3 / 12 * (100% - 30px * (12 - 1)) + 30px * (3 - 1));
}
.columnWrap.hasMarginWide > .col-4 {
  width: calc(4 / 12 * (100% - 30px * (12 - 1)) + 30px * (4 - 1));
}
.columnWrap.hasMarginWide > .col-5 {
  width: calc(5 / 12 * (100% - 30px * (12 - 1)) + 30px * (5 - 1));
}
.columnWrap.hasMarginWide > .col-6 {
  width: calc(6 / 12 * (100% - 30px * (12 - 1)) + 30px * (6 - 1));
}
.columnWrap.hasMarginWide > .col-7 {
  width: calc(7 / 12 * (100% - 30px * (12 - 1)) + 30px * (7 - 1));
}
.columnWrap.hasMarginWide > .col-8 {
  width: calc(8 / 12 * (100% - 30px * (12 - 1)) + 30px * (8 - 1));
}
.columnWrap.hasMarginWide > .col-9 {
  width: calc(9 / 12 * (100% - 30px * (12 - 1)) + 30px * (9 - 1));
}
.columnWrap.hasMarginWide > .col-10 {
  width: calc(10 / 12 * (100% - 30px * (12 - 1)) + 30px * (10 - 1));
}
.columnWrap.hasMarginWide > .col-11 {
  width: calc(11 / 12 * (100% - 30px * (12 - 1)) + 30px * (11 - 1));
}
.columnWrap.hasMarginWide > .col-12 {
  width: calc(12 / 12 * (100% - 30px * (12 - 1)) + 30px * (12 - 1));
}

.sectionMatch {
  /* margin-top: -20px; */
  overflow-x: clip;
}

.sectionMatch#event{
  /* margin-top: -10px; */
}

@media screen and (max-width: 767px){
  .sectionMatch#event{
    /* margin-top: -9px; */
  }
}

.sectionMatchTitle {
  padding-block: min(40px, 5vw) min(30px, 3vw);
  background: #0d0e2a;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 390px auto;
  mask-size: 390px auto;
}

@media screen and (max-width: 767px){
  .sectionMatchTitle{
    mask-size: 330px auto;
  }
}

.sectionMatch.colorSub .sectionMatchTitle {
  /* background-image: linear-gradient(to right, #d0534d 10px, #f4636b 10px); */
}
.sectionMatchTitleInner {
  display: flex;
  position: relative;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.sectionMatchTitleInner::before,
.sectionMatchTitleInner::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-image: url(../img/mark_emphasis.svg);
  background-size: contain;
  /* content: ""; */
}
.sectionMatchTitleInner::before {
  left: -56px;
}
.sectionMatchTitleInner::after {
  right: -56px;
  transform: rotate(180deg);
}
.sectionMatchTitle .titleEn {
  color: #fff;
  font-weight: normal;
  font-size: min(10rem, 19vw);
  font-family: "BLG Hudson";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sectionMatch.colorSub .sectionMatchTitle .titleEn {
  color: #fff;
}
.sectionMatchTitle .titleJa {
  color: #fff;
  font-weight: 700;
  font-size: min(2.8rem, 5.1282051282vw);
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sectionMatch.colorSub .sectionMatchTitle .titleJa {
  color: #fff;
}
.sectionMatchTitleSub {
  position: relative;
  margin-block-end: 0.4166666667em;
  padding-top: 1em;
  color: #fff;
  font-size: clamp(2.4rem, 4.1666666667vw, 3.2rem);
  line-height: 1.4;
  font-family: "BLG Hudson";
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.sectionMatch.colorSub .sectionMatchTitleSub {
  /* color: #00a0d2; */
}
.sectionMatchTitleSub::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  aspect-ratio: 1/2;
  width: 0.8333333333em;
  margin-left: 0.8333333333em;
  transform: rotate(90deg);
  transform-origin: 0 0;
  background-image: url(../img/mark_emphasis.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sectionMatchContent {
  padding-block: min(50px, 6.4102564103vw) min(100px, 15.3846153846vw);
  /* background-color: #f6f6f6; */
  background-image: url('../img/sec_bg.jpg');
  background-size: cover;
  background-position: top center;
}
.sectionMatch.colorSub .sectionMatchContent {
  background-color: #ee737a;
}
.sectionMatchSub {
  margin-block-start: min(80px, 10.2564102564vw);
}
.sectionMatchSubText {
  margin-block-end: 1.4285714286em;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.sectionMatch.colorSub .sectionMatchSubText{
  color: #fff;
}

.sectionMatchBanner {
  width: min(510px, 100%);
  margin-inline: auto;
  padding-block-start: min(80px, 11.7647058824%);
}
.sectionMatchBanner img {
  width: 100%;
}

.boxArticleSummary {
  display: flex;
  flex-direction: column;
}
.boxArticleSummaryInner,
.boxArticleSummary a.boxArticleSummaryInner {
  display: contents;
  color: inherit;
}
.boxArticleSummaryThumbnail {
  position: relative;
  margin-block-end: 10px;
  overflow: hidden;
  border: 1px solid #fff;
  /* border-radius: 20px; */
}
.boxArticleSummaryThumbnail img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.boxArticleSummaryTitle {
  padding-inline: 10px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.2833333333vw, 1.8rem);
  line-height: 1.6;
  font-weight: 700;
}

.sectionMatch.colorSub .boxArticleSummaryTitle,
.sectionMatch.colorSub .boxArticleSummaryDescription{
  color: #fff;
}

.sectionMatch.colorSub .linkBtn{
  background: #000;
}

.sectionMatch.colorSub .linkBtn:hover{
  background: #3a3a3a;
}

.sectionMatch.colorSub .js-carousel-article.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #fff;
}

.boxArticleSummaryDescription {
  margin-block-start: 0.5em;
  padding-inline: 10px;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
  color: #fff;
}
.boxArticleSummaryButton {
  margin-top: auto;
  padding-block-start: 12px;
  font-size: clamp(1.2rem, 1.8229166667vw, 1.4rem);
}
.boxArticleSummaryButton .linkBtn {
  width: 100%;
}

.columnWrap:has(> .boxArticleSummary) {
  row-gap: calc(20 * 2px);
}

.js-carousel-article.swiper {
  display: flex;
  margin-bottom: 30px;
  overflow: visible;
}
.js-carousel-article.swiper .swiper-wrapper {
  align-items: stretch;
  justify-content: center;
  height: initial;
}
.js-carousel-article.swiper .swiper-slide {
  display: flex;
  width: min(265px, 46.1538461538vw);
}
.js-carousel-article.swiper .swiper-slide .boxArticleSummary {
  margin-inline: 10px;
  width: 100%;
}
.js-carousel-article.swiper .swiper-pagination {
  display: none;
  bottom: -30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.js-carousel-article.swiper
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: clamp(24px, 6.1538461538vw, 32px);
  height: 6px;
  margin: 0;
  border-radius: 999px;
  background-color: #01579b;
  opacity: 0.3;
}
.js-carousel-article.swiper
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.js-carousel-article.swiper .swiper-button-prev,
.js-carousel-article.swiper .swiper-button-next {
  display: none;
  position: absolute;
  top: min(122px, 20.5128205128vw);
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-top: 0;
  border-radius: 50%;
  background-color: #01579b;
  font-size: clamp(4rem, 7.2916666667vw, 5.6rem);
}
.js-carousel-article.swiper .swiper-button-prev::after,
.js-carousel-article.swiper .swiper-button-next::after {
  width: 0.5em;
  height: 0.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  font-size: inherit;
}
.js-carousel-article.swiper .swiper-button-prev {
  left: 50vw;
  margin-left: max(-122px, -20.5128205128vw - 10px);
  transform: translate(-50%, -50%);
}
.js-carousel-article.swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
.js-carousel-article.swiper .swiper-button-next {
  right: 50vw;
  margin-right: max(-122px, -20.5128205128vw - 10px);
  transform: translate(50%, -50%);
}
.js-carousel-article.swiper.swiper-initialized {
  width: initial;
}
.js-carousel-article.swiper.swiper-initialized .swiper-wrapper {
  justify-content: flex-start;
}
.js-carousel-article.swiper.swiper-initialized .swiper-pagination {
  display: flex;
}
.js-carousel-article.swiper.swiper-initialized .swiper-button-prev,
.js-carousel-article.swiper.swiper-initialized .swiper-button-next {
  display: grid;
}

.modalWrap {
  display: none;
  position: static;
}
.modalWrap.is-open {
  display: block;
}
.modalWrap[aria-hidden="false"] .modalOverlay {
  animation: modalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modalWrap[aria-hidden="false"] .modalContents {
  animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modalWrap[aria-hidden="true"] .modalOverlay {
  animation: modalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modalWrap[aria-hidden="true"] .modalContents {
  animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modalOverlay {
  display: flex;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: rgb(51 51 71 / 80%);
}
.modalContent {
  position: relative;
  width: min(510px, 90%);
  padding-inline: 7px;
  padding-block: 25px;
  border-radius: 45px;
  background-color: #fff;
}
.modalContentInner {
  max-height: calc(90vh - 65px);
  max-height: calc(90dvh - 65px);
  padding-block-end: 15px;
}
.modalImage {
  margin-inline: 18px;
  margin-block-end: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.modalImage img {
  width: 100%;
}
.modalImage img + img{
  margin-top: 10px;
}
.modalTitle {
  margin-block-end: 0.6em;
  padding-inline: 38px;
  /* color: #fff; */
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

.modalTitle span{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 10px;
}

@media (max-width: 767px){
  .modalTitle span{
    display: block;
    margin: 0 5px 0;
  }
}

.modalDescription {
  padding-inline: 38px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.modalDescription + .modalTitle{
  margin-top: 15px;
}

.modalBtnMore {
  margin-block-start: 30px;
  padding-inline: 38px;
  text-align: center;
}
.modalBtnClose {
  display: flex;
  position: absolute;
  top: -32px;
  right: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #00a0d2;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.modalBtnClose [class*="icon-"] {
  pointer-events: none;
}
.modalBtnClose .text {
  margin-block-start: -0.4em;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalSlideIn {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalSlideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}

[data-simplebar] {
  width: 100%;
}
[data-simplebar] .simplebar-scrollbar::before {
  border-radius: 9999px;
  background-color: #000;
}
[data-simplebar] .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.2;
}
[data-simplebar] .simplebar-track.simplebar-horizontal {
  height: 10px;
}
[data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
}
.listMemberApprovalWrap [data-simplebar] .simplebar-track.simplebar-horizontal {
  right: 10px;
  left: 10px;
}
[data-simplebar] .simplebar-track.simplebar-vertical {
  width: 10px;
}

.iframeWrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.iframeWrapper iframe,
.iframeWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mvImage {
  display: block;
}
.mvImage img {
  width: 100%;
}

.sectionConcept {
  overflow: clip;
  background: linear-gradient(180deg, #1b123d, #3941a8);;
}
.sectionConcept .l-inner {
  position: relative;
  max-width: 800px;
  padding-bottom: min(100px, 15.3846153846%);
}
.sectionConcept .l-inner::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  aspect-ratio: 1;
  width: 153.8461538462%;
  margin-top: 15.1282051282%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  /* content: ""; */
}
.sectionConceptTitle {
  z-index: 1;
  position: relative;
  width: 76.4705882353%;
  margin-inline: auto;
  margin-block-end: 4.7058823529%;
  padding-top: 11.7647058824%;
}
.sectionConceptTitle img {
  width: 100%;
}
.sectionConceptContent {
  z-index: 1;
  position: relative;
}
.sectionConceptCopyMain {
  margin-block-end: 0.8333333333em;
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.4rem, 4.1666666667vw, 3.2rem);
  line-height: 1.6;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
  text-align: center;
}
.sectionConceptCopyBody {
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.sectionBtn,
.ticketBtn{
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-block: 1em;
  background: #000;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  position: relative;
  max-width: 100%;
  transition: all 0.4s ease;
}

.ticketBtn{
  background: #e95599;
  font-size: clamp(2rem, 2.4vw, 2rem);
  padding-block: 1.3em;
  margin-top: 50px;
  line-height: 1.4;
}
@media screen and (min-width: 768px){
  .swiper + .sectionBtn{
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px){
  .swiper + .sectionBtn{
    margin-top: 50px;
    width: 80%;
  }
}

@media screen and (max-width: 767px){
  .ticketBtn{
    padding-block: .7em;
    margin-top: 30px;
    text-align: center;
  }
}

.ticketBtn span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  display: block;
  left: 20px;
}

.ticketBtn:hover{
  background:#f78bbd;
}

.sectionBtn:hover{
  background: #00b3ec;
}

.sectionBtn:before,
.ticketBtn:before{
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.boxPlayerPickUp {
  position: relative;
  max-width: 510px;
  margin-inline: auto;
  margin-block-start: min(15px, 4.4117647059%);
  margin-block-end: min(60px, 8.8235294118%);
}
.boxPlayerPickUpTitle {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(306px, 45%);
  margin-top: -17.0588235294%;
  z-index: 1;
}
.boxPlayerPickUpTitle img {
  width: 100%;
}

.boxPlayerPickUpImage,
.boxPlayerImage{
  position: relative;
}

.boxPlayerPickUpImage:after,
.boxPlayerImage:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: .3s;
  /* mix-blend-mode: overlay; */
  opacity: 0;
  transition: .4s ease-in-out;
  border-radius: 50%;
}

.boxPlayerPickUpImage:hover:after,
.boxPlayerImage:hover:after{
  opacity: .3;
}


.boxPlayerPickUpImage {
  width: min(280px, 51.2820512821vw);
  height: min(280px, 51.2820512821vw);
  margin-inline: auto;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
}
.boxPlayerPickUpImage img {
  aspect-ratio: 1;
  width: calc(100% + 8px);
  max-width: initial;
  height: calc(100% + 8px);
  margin: -4px;
  object-fit: cover;
}
.boxPlayerPickUpName {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 0.8333333333em;
  align-items: center;
  justify-content: center;
  margin-block: 0.5em 0.6666666667em;
  font-size: clamp(2.4rem, 4.1666666667vw, 3.2rem);
}
.boxPlayerPickUpName .textPosition {
  padding-inline: 1.25em;
  padding-block: 0.3125em 0.1875em;
  /* border-top-left-radius: 999px; */
  /* border-bottom-left-radius: 999px; */
  background-color: #01579b;
  color: #fff;
  font-size: 0.6666666667em;
  line-height: 1.6;
  font-family: "BLG Hudson";
  text-transform: uppercase;
}
.boxPlayerPickUpName .textName {
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
.boxPlayerPickUpContent {
  padding-inline: 7.3529411765%;
  padding-block: 5.8823529412% 7.3529411765%;
  /* border-radius: 20px; */
  background-color: #fff;
}
.boxPlayerPickUpContent .listPlayerProfile {
  /* margin-block-start: 1.4285714286em; */
  /* padding-block-start: 1.4285714286em; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.15); */
}
.boxPlayerPickUpCommentTitle {
  margin-block-end: 0.625em;
  color: #00a0d2;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  line-height: 1.6;
  font-family: "BLG Hudson";
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.boxPlayerPickUpCommentBody {
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
}

.boxPlayer {
  position: relative;
  padding-inline: 10px;
}
.boxPlayer::after {
  z-index: 0;
  position: absolute;
  top: min(80px, 15.3846153846vw);
  right: 10px;
  bottom: 0;
  left: 10px;
  /* border-radius: 20px; */
  background-color: #fff;
  content: "";
}
.boxPlayerImage {
  z-index: 1;
  position: relative;
  width: min(160px, 30.7692307692vw);
  height: min(160px, 30.7692307692vw);
  margin-inline: auto;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
}
.boxPlayerImage img {
  aspect-ratio: 1;
  width: calc(100% + 8px);
  max-width: initial;
  height: calc(100% + 8px);
  margin: -4px;
  object-fit: cover;
}
.boxPlayerContent {
  z-index: 1;
  position: relative;
  padding-inline: 8%;
  padding-block: 0 8%;
}
.boxPlayerName {
  display: grid;
  column-gap: 0.2em;
  justify-content: center;
  margin-block: 0.5em 0.8em;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  text-align: center;
}
.boxPlayerName .textPosition {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
  font-family: "BLG Hudson";
  text-transform: uppercase;
}
.boxPlayerName .textName {
  font-weight: bold;
  line-height: 1.4;
}

.listPlayerProfile {
  display: grid;
  grid-template-columns: 5.8571428571em auto;
  gap: 0.4285714286em 1.1428571429em;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  margin-block-start: 1.4285714286em;
  padding-block-start: 1.4285714286em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.listPlayerProfileTitle {
  padding-inline: 1.1666666667em 0.6666666667em;
  padding-block: 0.25em;
  /* border-top-left-radius: 999px; */
  /* border-bottom-left-radius: 999px; */
  background-color: #e95599;
  color: #fff;
  font-weight: bold;
  font-size: 0.8571428571em;
  line-height: 1.4;
}
.listPlayerProfileDescription {
  line-height: 1.6;
}

[id="js-carousel-player"].swiper {
  margin-bottom: 30px;
  overflow: visible;
}
[id="js-carousel-player"].swiper .swiper-wrapper {
  justify-content: center;
  height: initial;
}
[id="js-carousel-player"].swiper .swiper-slide {
  width: min(370px, 69.2307692308vw);
}
[id="js-carousel-player"].swiper .swiper-pagination {
  display: none;
  bottom: -30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
[id="js-carousel-player"].swiper
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: clamp(24px, 6.1538461538vw, 32px);
  height: 6px;
  margin: 0;
  border-radius: 999px;
  background-color: #01579b;
  opacity: 0.3;
}
[id="js-carousel-player"].swiper
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 1;
}
[id="js-carousel-player"].swiper .swiper-button-prev,
[id="js-carousel-player"].swiper .swiper-button-next {
  display: none;
  position: absolute;
  top: min(50% + 40px, 50% + 7.6923076923vw);
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-top: 0;
  border-radius: 50%;
  background-color: #01579b;
  font-size: clamp(4.8rem, 8.3333333333vw, 6.4rem);
}
[id="js-carousel-player"].swiper .swiper-button-prev::after,
[id="js-carousel-player"].swiper .swiper-button-next::after {
  width: 0.4166666667em;
  height: 0.4166666667em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  font-size: inherit;
}
[id="js-carousel-player"].swiper .swiper-button-prev {
  left: 50vw;
  margin-left: max(-185px, -32.0512820513vw - 10px);
  transform: translate(-50%, -50%);
}
[id="js-carousel-player"].swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
[id="js-carousel-player"].swiper .swiper-button-next {
  right: 50vw;
  margin-right: max(-185px, -32.0512820513vw - 10px);
  transform: translate(50%, -50%);
}
[id="js-carousel-player"].swiper.swiper-initialized {
  width: initial;
}
[id="js-carousel-player"].swiper.swiper-initialized .swiper-wrapper {
  justify-content: flex-start;
}
[id="js-carousel-player"].swiper.swiper-initialized .swiper-pagination {
  display: flex;
}
[id="js-carousel-player"].swiper.swiper-initialized .swiper-button-prev,
[id="js-carousel-player"].swiper.swiper-initialized .swiper-button-next {
  display: grid;
}

[id="goods"] .sectionMatchBanner {
  padding-block-start: min(50px, 8.8235294118%);
}

.boxSaganGourmet {
  width: min(510px, 100%);
  margin-inline: auto;
  text-align: center;
}
.boxSaganGourmetImage img {
  width: 100%;
}
.boxSaganGourmetDescription {
  margin-block-start: 1.1428571429em;
  font-weight: bold;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
  color: #fff;
}
.boxSaganGourmetButton {
  margin-block-start: 1.25em;
  font-size: clamp(1.6rem, 2.6041666667vw, 2rem);
}

.boxImageVenue {
  width: min(717px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.boxImageVenue img {
  width: 100%;
}

.boxComment{
  max-width: 800px;
  margin: 0 auto;
}

.boxCommentTxt{
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  text-align: center;
  line-height: 1.8;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .boxComment{
    padding: 0 15px;
  }
  .boxCommentTxt{
    text-align: left;
  }
}

.boxComment{}

[id="access"] .sectionMatchContent {
  padding-block-start: 0;
}

.boxMapGoogle {
  margin-bottom: min(60px, 6.1538461538%);
}

.boxHowToAccess {
  width: min(510px, 100%);
  margin-inline: auto;
  color: #fff;
}
.boxHowToAccess + .boxHowToAccess {
  margin-block-start: min(40px, 6.1538461538%);
}
.boxHowToAccessTitle {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 0.625em;
  align-items: center;
  margin-block-end: 0.5em;
  font-weight: bold;
  font-size: clamp(1.6rem, 2.6041666667vw, 2rem);
}
.boxHowToAccessTitle .iconWrap {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.boxHowToAccessImage {
  width: min(510px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.boxHowToAccessImage img {
  width: 100%;
}

.listHowToAccessTitle {
  display: grid;
  grid-template-columns: 4px auto;
  column-gap: 0.7142857143em;
  margin-block-end: 0.4285714286em;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.4;
}
.listHowToAccessTitle::before {
  margin-block: 0.1428571429em;
  border-left: 4px solid #01579b;
  content: "";
}
.listHowToAccessDescription {
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  line-height: 1.6;
}
.listHowToAccessDescription:not(:last-child) {
  margin-block-end: 1.2857142857em;
}

.sectionGuide {
  padding-block: min(40px, 5.1282051282vw) min(60px, 10.2564102564vw);
  background: linear-gradient(180deg, #1b123d, #3941a8);
}
.sectionGuideTitle {
  display: flex;
  column-gap: 1.2em;
  align-items: center;
  justify-content: center;
  margin-block-end: 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  line-height: 1.4;
}
.sectionGuideTitle::before {
  aspect-ratio: 72/78;
  width: 3.6em;
  background-image: url(../img/illust_title_movie-guide.png);
  background-image: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sectionGuideMovie .iframeWrapper {
  overflow: hidden;
  border-radius: 3px;
}

.sectionPartners {
  padding-block: min(64px, 8.2051282051vw) min(100px, 12.8205128205vw);
  background-color: #93e1f5;
}
.sectionPartnersTitle {
  margin-block-end: 0.8333333333em;
  color: #00a0d2;
  font-size: clamp(2.4rem, 4.1666666667vw, 3.2rem);
  line-height: 1.4;
  font-family: "BLG Hudson";
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.listPartnersItem {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.listPartnersItem img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .displayNotNarrow {
    display: inherit;
  }
  .displayNotNarrow.displayInlineBlock {
    display: inline-block;
  }
  .displayNarrow {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .mediumOnlyMb50 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .displayNotMedium {
    display: block;
  }
  .displayNotMedium.displayInlineBlock {
    display: inline-block;
  }
  .displayMedium {
    display: none;
  }
  .navListWrap {
    width: 400px;
    height: 100%;
    margin-inline-start: auto;
    transform: translateX(20%);
  }
  body.is-nav-open .navListWrap {
    transform: translateX(0);
    opacity: 1;
  }
  .navListWrap [data-simplebar] {
    height: 100%;
  }
  .navListWrap [data-simplebar] .simplebar-content {
    display: grid;
    align-items: center;
    height: 100%;
  }
  .boxMapGoogle .iframeWrapper {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .columnWrap.hasMargin > .col-tb-1 {
    width: calc(1 / 12 * (100% - 20px * (12 - 1)) + 20px * (1 - 1));
  }
  .columnWrap.hasMargin > .col-tb-2 {
    width: calc(2 / 12 * (100% - 20px * (12 - 1)) + 20px * (2 - 1));
  }
  .columnWrap.hasMargin > .col-tb-3 {
    width: calc(3 / 12 * (100% - 20px * (12 - 1)) + 20px * (3 - 1));
  }
  .columnWrap.hasMargin > .col-tb-4 {
    width: calc(4 / 12 * (100% - 20px * (12 - 1)) + 20px * (4 - 1));
  }
  .columnWrap.hasMargin > .col-tb-5 {
    width: calc(5 / 12 * (100% - 20px * (12 - 1)) + 20px * (5 - 1));
  }
  .columnWrap.hasMargin > .col-tb-6 {
    width: calc(6 / 12 * (100% - 20px * (12 - 1)) + 20px * (6 - 1));
  }
  .columnWrap.hasMargin > .col-tb-7 {
    width: calc(7 / 12 * (100% - 20px * (12 - 1)) + 20px * (7 - 1));
  }
  .columnWrap.hasMargin > .col-tb-8 {
    width: calc(8 / 12 * (100% - 20px * (12 - 1)) + 20px * (8 - 1));
  }
  .columnWrap.hasMargin > .col-tb-9 {
    width: calc(9 / 12 * (100% - 20px * (12 - 1)) + 20px * (9 - 1));
  }
  .columnWrap.hasMargin > .col-tb-10 {
    width: calc(10 / 12 * (100% - 20px * (12 - 1)) + 20px * (10 - 1));
  }
  .columnWrap.hasMargin > .col-tb-11 {
    width: calc(11 / 12 * (100% - 20px * (12 - 1)) + 20px * (11 - 1));
  }
  .columnWrap.hasMargin > .col-tb-12 {
    width: calc(12 / 12 * (100% - 20px * (12 - 1)) + 20px * (12 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-1 {
    width: calc(1 / 12 * (100% - 10px * (12 - 1)) + 10px * (1 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-2 {
    width: calc(2 / 12 * (100% - 10px * (12 - 1)) + 10px * (2 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-3 {
    width: calc(3 / 12 * (100% - 10px * (12 - 1)) + 10px * (3 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-4 {
    width: calc(4 / 12 * (100% - 10px * (12 - 1)) + 10px * (4 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-5 {
    width: calc(5 / 12 * (100% - 10px * (12 - 1)) + 10px * (5 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-6 {
    width: calc(6 / 12 * (100% - 10px * (12 - 1)) + 10px * (6 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-7 {
    width: calc(7 / 12 * (100% - 10px * (12 - 1)) + 10px * (7 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-8 {
    width: calc(8 / 12 * (100% - 10px * (12 - 1)) + 10px * (8 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-9 {
    width: calc(9 / 12 * (100% - 10px * (12 - 1)) + 10px * (9 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-10 {
    width: calc(10 / 12 * (100% - 10px * (12 - 1)) + 10px * (10 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-11 {
    width: calc(11 / 12 * (100% - 10px * (12 - 1)) + 10px * (11 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-tb-12 {
    width: calc(12 / 12 * (100% - 10px * (12 - 1)) + 10px * (12 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-1 {
    width: calc(1 / 12 * (100% - 30px * (12 - 1)) + 30px * (1 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-2 {
    width: calc(2 / 12 * (100% - 30px * (12 - 1)) + 30px * (2 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-3 {
    width: calc(3 / 12 * (100% - 30px * (12 - 1)) + 30px * (3 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-4 {
    width: calc(4 / 12 * (100% - 30px * (12 - 1)) + 30px * (4 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-5 {
    width: calc(5 / 12 * (100% - 30px * (12 - 1)) + 30px * (5 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-6 {
    width: calc(6 / 12 * (100% - 30px * (12 - 1)) + 30px * (6 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-7 {
    width: calc(7 / 12 * (100% - 30px * (12 - 1)) + 30px * (7 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-8 {
    width: calc(8 / 12 * (100% - 30px * (12 - 1)) + 30px * (8 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-9 {
    width: calc(9 / 12 * (100% - 30px * (12 - 1)) + 30px * (9 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-10 {
    width: calc(10 / 12 * (100% - 30px * (12 - 1)) + 30px * (10 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-11 {
    width: calc(11 / 12 * (100% - 30px * (12 - 1)) + 30px * (11 - 1));
  }
  .columnWrap.hasMarginWide > .col-tb-12 {
    width: calc(12 / 12 * (100% - 30px * (12 - 1)) + 30px * (12 - 1));
  }
}
@media screen and (min-width: 1440px) {
  .displayXwide {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .displayNotMedium {
    display: none;
  }
  .displayMedium {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-nav {
    display: grid;
    align-items: flex-end;
  }
  .navListWrap {
    width: 100%;
    max-height: 90vh;
    max-height: 90svh;
    padding-block-end: 10px;
    transform: translateY(20%);
  }
  body.is-nav-open .navListWrap {
    transform: translateY(0);
    opacity: 1;
  }
  .navList {
    padding-block-end: 120px;
  }
  .columnWrap:not(.hasMargin) > .col-sp-1 {
    width: calc(1 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-2 {
    width: calc(2 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-3 {
    width: calc(3 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-4 {
    width: calc(4 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-5 {
    width: calc(5 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-6 {
    width: calc(6 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-7 {
    width: calc(7 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-8 {
    width: calc(8 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-9 {
    width: calc(9 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-10 {
    width: calc(10 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-11 {
    width: calc(11 / 12 * 100%);
  }
  .columnWrap:not(.hasMargin) > .col-sp-12 {
    width: calc(12 / 12 * 100%);
  }
  .columnWrap.hasMargin > .col-sp-1 {
    width: calc(1 / 12 * (100% - 20px * (12 - 1)) + 20px * (1 - 1));
  }
  .columnWrap.hasMargin > .col-sp-2 {
    width: calc(2 / 12 * (100% - 20px * (12 - 1)) + 20px * (2 - 1));
  }
  .columnWrap.hasMargin > .col-sp-3 {
    width: calc(3 / 12 * (100% - 20px * (12 - 1)) + 20px * (3 - 1));
  }
  .columnWrap.hasMargin > .col-sp-4 {
    width: calc(4 / 12 * (100% - 20px * (12 - 1)) + 20px * (4 - 1));
  }
  .columnWrap.hasMargin > .col-sp-5 {
    width: calc(5 / 12 * (100% - 20px * (12 - 1)) + 20px * (5 - 1));
  }
  .columnWrap.hasMargin > .col-sp-6 {
    width: calc(6 / 12 * (100% - 20px * (12 - 1)) + 20px * (6 - 1));
  }
  .columnWrap.hasMargin > .col-sp-7 {
    width: calc(7 / 12 * (100% - 20px * (12 - 1)) + 20px * (7 - 1));
  }
  .columnWrap.hasMargin > .col-sp-8 {
    width: calc(8 / 12 * (100% - 20px * (12 - 1)) + 20px * (8 - 1));
  }
  .columnWrap.hasMargin > .col-sp-9 {
    width: calc(9 / 12 * (100% - 20px * (12 - 1)) + 20px * (9 - 1));
  }
  .columnWrap.hasMargin > .col-sp-10 {
    width: calc(10 / 12 * (100% - 20px * (12 - 1)) + 20px * (10 - 1));
  }
  .columnWrap.hasMargin > .col-sp-11 {
    width: calc(11 / 12 * (100% - 20px * (12 - 1)) + 20px * (11 - 1));
  }
  .columnWrap.hasMargin > .col-sp-12 {
    width: calc(12 / 12 * (100% - 20px * (12 - 1)) + 20px * (12 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-1 {
    width: calc(1 / 12 * (100% - 10px * (12 - 1)) + 10px * (1 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-2 {
    width: calc(2 / 12 * (100% - 10px * (12 - 1)) + 10px * (2 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-3 {
    width: calc(3 / 12 * (100% - 10px * (12 - 1)) + 10px * (3 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-4 {
    width: calc(4 / 12 * (100% - 10px * (12 - 1)) + 10px * (4 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-5 {
    width: calc(5 / 12 * (100% - 10px * (12 - 1)) + 10px * (5 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-6 {
    width: calc(6 / 12 * (100% - 10px * (12 - 1)) + 10px * (6 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-7 {
    width: calc(7 / 12 * (100% - 10px * (12 - 1)) + 10px * (7 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-8 {
    width: calc(8 / 12 * (100% - 10px * (12 - 1)) + 10px * (8 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-9 {
    width: calc(9 / 12 * (100% - 10px * (12 - 1)) + 10px * (9 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-10 {
    width: calc(10 / 12 * (100% - 10px * (12 - 1)) + 10px * (10 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-11 {
    width: calc(11 / 12 * (100% - 10px * (12 - 1)) + 10px * (11 - 1));
  }
  .columnWrap.hasMarginNarrow > .col-sp-12 {
    width: calc(12 / 12 * (100% - 10px * (12 - 1)) + 10px * (12 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-1 {
    width: calc(1 / 12 * (100% - 30px * (12 - 1)) + 30px * (1 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-2 {
    width: calc(2 / 12 * (100% - 30px * (12 - 1)) + 30px * (2 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-3 {
    width: calc(3 / 12 * (100% - 30px * (12 - 1)) + 30px * (3 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-4 {
    width: calc(4 / 12 * (100% - 30px * (12 - 1)) + 30px * (4 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-5 {
    width: calc(5 / 12 * (100% - 30px * (12 - 1)) + 30px * (5 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-6 {
    width: calc(6 / 12 * (100% - 30px * (12 - 1)) + 30px * (6 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-7 {
    width: calc(7 / 12 * (100% - 30px * (12 - 1)) + 30px * (7 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-8 {
    width: calc(8 / 12 * (100% - 30px * (12 - 1)) + 30px * (8 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-9 {
    width: calc(9 / 12 * (100% - 30px * (12 - 1)) + 30px * (9 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-10 {
    width: calc(10 / 12 * (100% - 30px * (12 - 1)) + 30px * (10 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-11 {
    width: calc(11 / 12 * (100% - 30px * (12 - 1)) + 30px * (11 - 1));
  }
  .columnWrap.hasMarginWide > .col-sp-12 {
    width: calc(12 / 12 * (100% - 30px * (12 - 1)) + 30px * (12 - 1));
  }
  .sectionMatchTitle .titleEn {
    display: contents;
  }
  .sectionMatchTitle .titleEn .word:nth-child(1) {
    order: 1;
  }
  .sectionMatchTitle .titleEn .word:nth-child(2) {
    order: 3;
    margin-block-start: 0.0833333333em;
  }
  .sectionMatchTitle .titleJa {
    order: 2;
  }
  .boxMapGoogle .iframeWrapper {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 600px) {
  .displayNotNarrow {
    display: none;
  }
  .displayNarrow {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .spMb0 {
    margin-bottom: 0;
  }
  .spMb5 {
    margin-bottom: 5px;
  }
  .spMb10 {
    margin-bottom: 10px;
  }
  .spMb12 {
    margin-bottom: 12px;
  }
  .spMb15 {
    margin-bottom: 15px;
  }
  .spMb20 {
    margin-bottom: 20px;
  }
  .spMb25 {
    margin-bottom: 25px;
  }
  .spMb30 {
    margin-bottom: 30px;
  }
  .spMb35 {
    margin-bottom: 35px;
  }
  .spMb40 {
    margin-bottom: 40px;
  }
  .spMb45 {
    margin-bottom: 45px;
  }
  .spMb50 {
    margin-bottom: 50px;
  }
  .spMb55 {
    margin-bottom: 55px;
  }
  .spMb60 {
    margin-bottom: 60px;
  }
  .spMb65 {
    margin-bottom: 65px;
  }
  .spMb70 {
    margin-bottom: 70px;
  }
  .spMb80 {
    margin-bottom: 80px;
  }
  .spMb90 {
    margin-bottom: 90px;
  }
  .spMb100 {
    margin-bottom: 100px;
  }
  .spMb120 {
    margin-bottom: 120px;
  }
  .spMb150 {
    margin-bottom: 150px;
  }
  .spMb170 {
    margin-bottom: 170px;
  }
  .spMb200 {
    margin-bottom: 200px;
  }
  .spPt100 {
    padding-top: 100px;
  }
  .spPt200 {
    padding-top: 200px;
  }
  .spPb100 {
    padding-bottom: 100px;
  }
  .spPb120 {
    padding-bottom: 120px;
  }
  .spFs10 {
    font-size: 1rem;
  }
  .spFs11 {
    font-size: 1.1rem;
  }
  .spFs12 {
    font-size: 1.2rem;
  }
  .spFs13 {
    font-size: 1.3rem;
  }
  .spFs14 {
    font-size: 1.4rem;
  }
  .spFs15 {
    font-size: 1.5rem;
  }
  .spFs16 {
    font-size: 1.6rem;
  }
  .spFs17 {
    font-size: 1.7rem;
  }
  .spFs18 {
    font-size: 1.8rem;
  }
  .spFs20 {
    font-size: 2rem;
  }
  .spFs22 {
    font-size: 2.2rem;
  }
  .spFs24 {
    font-size: 2.4rem;
  }
  .spFs30 {
    font-size: 3rem;
  }
  .spFs42 {
    font-size: 4.2rem;
  }
  .spLs01 {
    letter-spacing: 0.01em;
  }
  .spLs12 {
    letter-spacing: 0.12em;
  }
  .spLs20 {
    letter-spacing: 0.2em;
  }
  .spLh20 {
    line-height: 2;
  }
  ol.numberList li::before {
    font-size: 1.4rem;
  }
  .spTxtLeft {
    text-align: left;
  }
  .spTxtCenter {
    text-align: center;
  }
}
@media (any-hover: hover) {
  a.textLink {
    transition: opacity 0.4s ease;
  }
  a.textLink:hover {
    opacity: 0.6;
  }
  a.hoverAlpha {
    display: block;
    transition: opacity 0.4s ease;
  }
  a.hoverAlpha:hover {
    opacity: 0.6;
  }
  .navListLink {
    transition: color 0.4s ease;
  }
  .navListLink .iconWrap [class*="icon-"] {
    transition: transform 0.4s ease;
  }
  .navListLink:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .navListLink:hover .iconWrap [class*="icon-"] {
    transform: scale(1.2);
  }
  .linkBtn:hover {
    background-color: #00b3ec;
  }
  .colorSub.linkBtn:hover {
    background-color: #ec6ca7;
  }
  .boxArticleSummaryThumbnail img {
    transition: transform 0.4s ease;
  }
  a.boxArticleSummaryInner:hover .boxArticleSummaryThumbnail img {
    transform: scale(1.05);
  }
  a.boxArticleSummaryInner:hover .boxArticleSummaryButton .linkBtn {
    background-color: #00b3ec;
  }
  a.boxArticleSummaryInner:hover .boxArticleSummaryButton .linkBtn.colorSub {
    background-color: #ec6ca7;
  }
}

.fixedBtn{
  transition: .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.fixedBtn:hover{
  background:#f78bbd;
}

.fixedBtn.isActive{
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px){
  .fixedBtn{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e95599;
    color: #fff;
    border: 2px solid #fff;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight:700;
    width: 70px;
    padding: 70px  5px 90px 0;
    z-index: 100;
    font-size: 15px;
  }

  .fixedBtn br{
    display: none;
  }

  .fixedBtn:before{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: -5px;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  
  .fixedBtn span{
    display: block;
    width: 50px;
    margin-bottom: 30px;
  }
}



@media screen and (max-width: 767px){
  .fixedBtn{
    bottom: 18px;
    left: 15px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e95599;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 7px;
    font-weight:700;
    padding: 15px 40px 15px 50px;
    z-index: 100;
    width: calc(100% - 110px);
    line-height: 1.4;

  }

  .fixedBtn:before{
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.167%2010%206.292%204.125A.964.964%200%200%201%206%203.417c0-.278.097-.514.292-.709A.964.964%200%200%201%207%202.417c.278%200%20.514.097.708.291l6.23%206.23c.152.152.263.319.333.5a1.553%201.553%200%200%201%200%201.124c-.07.181-.18.348-.334.5l-6.229%206.23a.965.965%200%200%201-.708.291.965.965%200%200%201-.708-.291.964.964%200%200%201-.292-.709c0-.277.097-.514.292-.708L12.167%2010Z%22%20fill%3D%22%23ffff%22%2F%3E%3C%2Fsvg%3E);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  
  .fixedBtn span{
    display: block;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 20px;
  }
}