@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

/*----------------------
            base
----------------------*/
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
  margin: 0;
  padding: 0;
  border: none; }

body {
  font: 15px/1.231 "M PLUS 2",'Hiragino Kaku Gothic Pro','Lucida Grande', Verdana, Arial, Meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust: none;
  background-color: #fff; }

a {
  text-decoration: none;
  color: #00e2ff;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0; }
  a:focus {
    outline: none; }

h1, h2, h2, h3, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

li {
  list-style: none; }

img {
  vertical-align: text-bottom;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

input[type="submit"] {
  -webkit-appearance: none; }

svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

path {
  fill: #fff; }

/* font
-------------------------------------------------*/
@font-face {
  font-family: 'base-font';
  src: url(../fonts/Mplus2-ExtraBold.ttf); }

@font-face {
  font-family: 'Anton-font';
  src: url(../fonts/Anton-Regular.ttf); }

.scroll-prevent body {
  overflow: hidden; }

:root {
  --color-primary: #235ad1;
  --wrapper-width: min(100%, 620px); }

/******* common *******/
body {
  position: relative;
  background: #000; }

main {
  overflow: hidden;
  background-image: url(../images/common/bg_mesh.png);
  background-repeat: repeat;
  background-size: 7%; }
  main.theme_top {
    background-color: #01e3a0; }
  main.theme_normal {
    background-color: #f4f4f4;
    background-size: 13%; }
  main.theme_udeone {
    background-color: #ff0074;
    background-size: 10%; }
    main.theme_udeone .post-contents a:not([class]) {
      color: #ecff58;
      border-color: #ecff58; }
      main.theme_udeone .post-contents a:not([class]):hover {
        color: #ecff58;
        border-color: #ecff58;
        opacity: 0.6; }
    main.theme_udeone .post-contents a.linkBtn {
      color: #1a1a1a;
      opacity: 1; }
      main.theme_udeone .post-contents a.linkBtn:hover {
        opacity: 1; }
    main.theme_udeone .post-contents hr {
      background-color: #ffffff; }
  main.theme_udeoff {
    background-color: #3ca1e2;
    background-size: 10%; }
    main.theme_udeoff .post-contents a:not([class]) {
      color: #ecff58;
      border-color: #ecff58; }
      main.theme_udeoff .post-contents a:not([class]):hover {
        color: #ecff58;
        border-color: #ecff58;
        opacity: 0.6; }
    main.theme_udeoff .post-contents a.linkBtn {
      color: #1a1a1a;
      opacity: 1; }
      main.theme_udeoff .post-contents a.linkBtn:hover {
        opacity: 1; }
    main.theme_udeoff .post-contents hr {
      background-color: #ffffff; }
  main.theme_tokyo {
    background-color: #4fd5d0;
    background-size: 10%; }
    main.theme_tokyo .post-contents a:not([class]) {
      color: #ecff58;
      border-color: #ecff58; }
      main.theme_tokyo .post-contents a:not([class]):hover {
        color: #ecff58;
        border-color: #ecff58;
        opacity: 0.6; }
    main.theme_tokyo .post-contents a.linkBtn {
      color: #1a1a1a;
      opacity: 1; }
      main.theme_tokyo .post-contents a.linkBtn:hover {
        opacity: 1; }
    main.theme_tokyo .post-contents hr {
      background-color: #ffffff; }
  main.color_white h1, main.color_white h2, main.color_white h3, main.color_white h4, main.color_white h5, main.color_white h6, main.color_white aside, main.color_white p, main.color_white li {
    color: #ffffff; }
  main.color_white h1, main.color_white h2, main.color_white h3, main.color_white h4, main.color_white h5, main.color_white h6 {
    border-color: #ffffff; }
  main.color_white .post-contents ul li:before {
    background: #ffffff; }
  main.color_white .post-contents ol li:before {
    color: #ffffff; }

/* 投稿スタイル
------------------------------------*/
.title, .title-main, .title-star, .title-time, .title-notes, .title-battle, .title-crown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title:before, .title-main:before, .title-star:before, .title-time:before, .title-notes:before, .title-battle:before, .title-crown:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 5px; }
  .title-main {
    padding-bottom: 10px;
    border-bottom: 2px solid; }
    .title-main:before {
      background-image: url(../images/common/ico-main.png); }
  .title-star:before {
    background-image: url(../images/common/ico-star.png); }
  .title-time:before {
    background-image: url(../images/common/ico-time.png); }
  .title-notes:before {
    background-image: url(../images/common/ico-notes.png); }
  .title-battle {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .title-battle:before {
      background-image: url(../images/common/ico-battle.png); }
    @media screen and (max-width: 620px) {
      .title-battle {
        border-radius: 3vw 0 3vw 0; } }
  .title-crown {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .title-crown:before {
      background-image: url(../images/common/ico-crown.png); }
    @media screen and (max-width: 620px) {
      .title-crown {
        border-radius: 3vw 0 3vw 0; } }

.is-style-title, .is-style-title-main, .is-style-title-star, .is-style-title-time, .is-style-title-notes, .is-style-title-battle, .is-style-title-crown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .is-style-title:before, .is-style-title-main:before, .is-style-title-star:before, .is-style-title-time:before, .is-style-title-notes:before, .is-style-title-battle:before, .is-style-title-crown:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 5px; }
  .is-style-title-main {
    padding-bottom: 10px;
    border-bottom: 2px solid; }
    .is-style-title-main:before {
      background-image: url(../images/common/ico-main.png); }
  .is-style-title-star:before {
    background-image: url(../images/common/ico-star.png); }
  .is-style-title-time:before {
    background-image: url(../images/common/ico-time.png); }
  .is-style-title-notes:before {
    background-image: url(../images/common/ico-notes.png); }
  .is-style-title-battle {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .is-style-title-battle:before {
      background-image: url(../images/common/ico-battle.png); }
    @media screen and (max-width: 620px) {
      .is-style-title-battle {
        border-radius: 3vw 0 3vw 0; } }
  .is-style-title-crown {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .is-style-title-crown:before {
      background-image: url(../images/common/ico-crown.png); }
    @media screen and (max-width: 620px) {
      .is-style-title-crown {
        border-radius: 3vw 0 3vw 0; } }

.title, .title-main, .title-star, .title-time, .title-notes, .title-battle, .title-crown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title:before, .title-main:before, .title-star:before, .title-time:before, .title-notes:before, .title-battle:before, .title-crown:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico-main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 5px; }
  .title-main {
    padding-bottom: 10px;
    border-bottom: 2px solid; }
    .title-main:before {
      background-image: url(../images/common/ico-main.png); }
  .title-star:before {
    background-image: url(../images/common/ico-star.png); }
  .title-time:before {
    background-image: url(../images/common/ico-time.png); }
  .title-notes:before {
    background-image: url(../images/common/ico-notes.png); }
  .title-battle {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .title-battle:before {
      background-image: url(../images/common/ico-battle.png); }
    @media screen and (max-width: 620px) {
      .title-battle {
        border-radius: 3vw 0 3vw 0; } }
  .title-crown {
    color: #ffffff !important;
    background-color: #1a1a1a;
    background: -webkit-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: -o-repeating-linear-gradient(135deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    background: repeating-linear-gradient(-45deg, #1a1a1a, #1a1a1a 8px, #000 8px, #000 16px);
    border-radius: 16px 0 16px 0;
    padding: 12px 15px; }
    .title-crown:before {
      background-image: url(../images/common/ico-crown.png); }
    @media screen and (max-width: 620px) {
      .title-crown {
        border-radius: 3vw 0 3vw 0; } }

.linkBtn {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  width: 60%;
  min-width: 275px;
  display: block;
  padding: 15px 30px;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ecff58;
  background-image: url(../images/common/ico-linkarrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000; }
  .linkBtn:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 620px) {
    .linkBtn {
      padding: 4% 25px;
      font-size: min(3.6vw,16px); } }

.post-contents {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0 4% 80px; }
  @media screen and (max-width: 620px) {
    .post-contents {
      padding-bottom: 40px; } }
  .post-contents .googlemap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .post-contents .googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .post-contents p {
    margin: 3% 0 7%;
    line-height: 1.5;
    font-size: 16px; }
    @media screen and (max-width: 620px) {
      .post-contents p {
        margin: 3% 0 5%;
        font-size: min(3.6vw,16px); } }
    .post-contents p:first-child {
      margin-top: 0; }
    .post-contents p:last-child {
      margin-bottom: 0; }
    .post-contents p.message {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      line-height: 2; }
      @media screen and (max-width: 620px) {
        .post-contents p.message {
          font-size: 4vw; } }
    .post-contents p.is-style-message {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      line-height: 2; }
      @media screen and (max-width: 620px) {
        .post-contents p.is-style-message {
          font-size: 4vw; } }
    .post-contents p.is-style-text-notes {
      font-size: 14px;
      line-height: 1.5; }
      @media screen and (max-width: 620px) {
        .post-contents p.is-style-text-notes {
          font-size: min(3vw,14px); } }
    .post-contents p + ul {
      margin-top: 5px; }
  .post-contents div {
    margin: 10px 0 6%;
    text-align: justify;
    line-height: 1.5;
    font-size: 16px; }
    @media screen and (max-width: 620px) {
      .post-contents div {
        margin: 10px 0 5%;
        font-size: min(3.6vw,16px); } }
    .post-contents div:first-child {
      margin-top: 0; }
    .post-contents div:last-child {
      margin-bottom: 0; }
  .post-contents a:not([class]) {
    color: #1976bd;
    border-bottom: 1px solid #1976bd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .post-contents a:not([class]):hover {
      color: #01e3a0;
      border-bottom: 1px solid #01e3a0; }
  .post-contents strong {
    font-weight: bold; }
  .post-contents hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2c3cc;
    border: 0;
    margin: 40px 0; }
    @media screen and (max-width: 1080px) {
      .post-contents hr {
        margin: 30px 0; } }
  .post-contents figure {
    margin: 3% 0 6%; }
    .post-contents figure table {
      margin: 0; }
      @media screen and (max-width: 620px) {
        .post-contents figure table {
          margin: 0; } }
    .post-contents figure:first-child {
      margin-top: 0; }
    .post-contents figure:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 620px) {
      .post-contents figure {
        margin: 3% 0 5%; } }
  .post-contents img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .post-contents h2 {
    font-size: 150%;
    font-weight: 700;
    margin: 8% 0 5%;
    line-height: 1.4; }
    @media screen and (max-width: 620px) {
      .post-contents h2 {
        font-size: 4.6vw;
        margin-bottom: 4%; } }
    .post-contents h2 + h3 {
      margin-top: 20px; }
    .post-contents h2:first-child {
      margin-top: 0; }
    .post-contents h2.title-battle {
      margin-bottom: 5%;
      font-size: 180%; }
      @media screen and (max-width: 620px) {
        .post-contents h2.title-battle {
          font-size: 4.5vw; } }
    .post-contents h2.title-crown {
      margin-bottom: 5%;
      font-size: 180%; }
      @media screen and (max-width: 620px) {
        .post-contents h2.title-crown {
          font-size: 4.5vw; } }
  .post-contents h3 {
    font-size: 140%;
    font-weight: 500;
    margin: 8% 0 3%;
    line-height: 1.2; }
    @media screen and (max-width: 620px) {
      .post-contents h3 {
        font-size: 4.2vw; } }
    .post-contents h3 + p {
      margin-top: 0; }
    .post-contents h3:first-child {
      margin-top: 0; }
  .post-contents h4, .post-contents h5 {
    margin: 10px 0; }
  .post-contents aside {
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 620px) {
      .post-contents aside {
        font-size: min(3vw,14px); } }
  .post-contents table {
    width: 100%;
    margin-bottom: 30px; }
    .post-contents table th {
      background: #ffffff;
      min-width: 180px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      border: 1px solid #1a1a1a;
      text-align: left; }
      @media screen and (max-width: 620px) {
        .post-contents table th {
          min-width: 90px;
          padding: 6px;
          font-size: 12px; } }
    .post-contents table td {
      background: #ffffff;
      padding: 10px;
      border: 1px solid #1a1a1a;
      font-weight: 400; }
      @media screen and (max-width: 620px) {
        .post-contents table td {
          padding: 6px;
          font-size: 12px; } }
      .post-contents table td span {
        font-size: 90%; }
  .post-contents ul {
    margin: 20px 0; }
    @media screen and (max-width: 620px) {
      .post-contents ul {
        margin: 20px 0; } }
    .post-contents ul li {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 1.5%;
      padding-left: 15px;
      position: relative; }
      .post-contents ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 620px) {
        .post-contents ul li {
          font-size: min(3.6vw,16px);
          padding-left: 3%;
          line-height: 18px;
          margin-bottom: 10px; } }
      .post-contents ul li:before {
        content: "";
        position: absolute;
        left: 2px;
        top: 10px;
        background: #1a1a1a;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 50%; }
        @media screen and (max-width: 620px) {
          .post-contents ul li:before {
            top: 8px; } }
  .post-contents ol {
    counter-reset: my-counter;
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    .post-contents ol:last-child {
      margin-bottom: 0; }
    .post-contents ol li {
      font-size: 16px;
      margin-bottom: 15px;
      padding-left: 24px;
      line-height: 22px;
      position: relative; }
      @media screen and (max-width: 620px) {
        .post-contents ol li {
          font-size: min(3.6vw,16px);
          margin-bottom: 10px; } }
      .post-contents ol li:before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        color: #1a1a1a;
        display: block;
        float: left;
        line-height: 22px;
        font-size: 16px;
        font-weight: bold;
        margin-left: -24px;
        text-indent: 0.1em; }
        @media screen and (max-width: 620px) {
          .post-contents ol li:before {
            font-size: min(3.6vw,16px);
            height: 18px;
            width: 18px;
            margin-left: -24px; } }
  .post-contents .mb-0 {
    margin-bottom: 0; }

/* header
------------------------------------*/
.l-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 620px) {
    .l-header {
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); } }

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  background: #ffffff;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .header-inner {
      height: 70px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 620px) {
    .header-inner {
      height: 46px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.header-logo {
  position: relative;
  z-index: 1101; }
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-logo .logo {
    display: block;
    margin: 0;
    width: 320px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 621px) and (max-width: 1080px) {
      .header-logo .logo {
        width: 260px; } }
    @media screen and (max-width: 620px) {
      .header-logo .logo {
        width: 160px; } }

/* fixedItem
------------------------------------*/
@-webkit-keyframes view-fixedItem {
  0% {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes view-fixedItem {
  0% {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fixedItem {
  margin: auto;
  z-index: 90;
  position: fixed;
  top: 118px;
  -webkit-animation: view-fixedItem .6s ease-out forwards;
  animation: view-fixedItem .6s ease-out forwards;
  right: 0px; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .fixedItem {
      top: 96px; } }
  @media screen and (max-width: 620px) {
    .fixedItem {
      top: 55px; } }
  .fixedItem li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: min(1.5vw, 8px) 0 0 min(1.5vw, 8px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); }
    .fixedItem li:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (max-width: 620px) {
        .fixedItem li:not(:last-child) {
          margin-bottom: 6px; } }
    @media screen and (min-width: 621px) and (max-width: 1080px) {
      .fixedItem li {
        width: 60px; } }
    @media screen and (max-width: 620px) {
      .fixedItem li {
        width: 40px; } }
  .fixedItem a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media screen and (max-width: 620px) {
      .fixedItem a {
        height: 35px; } }
    .fixedItem a:hover {
      opacity: 0.7; }
  .fixedItem img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: block; }
  .fixedItem .btn-youtube img {
    width: 80%;
    max-width: 46px; }
    @media screen and (max-width: 620px) {
      .fixedItem .btn-youtube img {
        max-width: 27px; } }
  .fixedItem .btn-x img {
    width: 50%;
    max-width: 30px; }
    @media screen and (max-width: 620px) {
      .fixedItem .btn-x img {
        max-width: 17px; } }
  .fixedItem .btn-discord img {
    width: 69%;
    max-width: 40px; }
    @media screen and (max-width: 620px) {
      .fixedItem .btn-discord img {
        max-width: 23px; } }
  .fixedItem .btn-tiktok img {
    width: 70%;
    max-width: 38px; }
    @media screen and (max-width: 620px) {
      .fixedItem .btn-tiktok img {
        max-width: 24px; } }

/* drawerNav
------------------------------------*/
.drawerButton {
  width: 80px;
  padding-top: 80px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 5px;
  right: 15px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  background: #ecff58;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .drawerButton {
      width: 60px;
      padding-top: 60px; } }
  @media screen and (max-width: 620px) {
    .drawerButton {
      top: 3px;
      right: 5px;
      width: 40px;
      padding-top: 40px; } }
  .drawerButton-inner {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 621px) and (max-width: 1080px) {
      .drawerButton-inner {
        height: 60px; } }
    @media screen and (max-width: 620px) {
      .drawerButton-inner {
        height: 40px; } }
    .drawerButton-inner span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2rem;
      height: 2px;
      background-color: black;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (min-width: 621px) and (max-width: 1080px) {
        .drawerButton-inner span {
          width: 24px; } }
      @media screen and (max-width: 620px) {
        .drawerButton-inner span {
          width: 15px; } }
      .drawerButton-inner span:first-child {
        -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
        -ms-transform: translate(-50%, calc(-50% - 0.5rem));
        transform: translate(-50%, calc(-50% - 0.5rem));
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media screen and (max-width: 620px) {
          .drawerButton-inner span:first-child {
            -webkit-transform: translate(-50%, calc(-50% - 0.3rem));
            -ms-transform: translate(-50%, calc(-50% - 0.3rem));
            transform: translate(-50%, calc(-50% - 0.3rem)); } }
      .drawerButton-inner span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .drawerButton-inner span:last-child {
        -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
        -ms-transform: translate(-50%, calc(-50% + 0.5rem));
        transform: translate(-50%, calc(-50% + 0.5rem));
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media screen and (max-width: 620px) {
          .drawerButton-inner span:last-child {
            -webkit-transform: translate(-50%, calc(-50% + 0.3rem));
            -ms-transform: translate(-50%, calc(-50% + 0.3rem));
            transform: translate(-50%, calc(-50% + 0.3rem)); } }
  .drawerButton.active .drawerButton-inner span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawerButton.active .drawerButton-inner span:nth-child(2) {
    opacity: 0; }
  .drawerButton.active .drawerButton-inner span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawerWrapper {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100; }

/* menu-open-design */
.drawerNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(244, 244, 255, 0.8);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden; }
  .drawerNav.active {
    opacity: 1;
    visibility: visible; }
  .drawerNav-menu {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-top: 150px; }
    @media screen and (min-width: 621px) and (max-width: 1080px) {
      .drawerNav-menu {
        padding-top: 120px; } }
    @media screen and (max-width: 620px) {
      .drawerNav-menu {
        padding-top: 80px; } }
  .drawerNav-item {
    width: 80%;
    margin: auto;
    padding: 0;
    font-size: min(5vw, 32px);
    text-align: center; }
    .drawerNav-item a {
      padding: 2rem 1rem;
      color: #fff;
      font-weight: 700;
      display: block;
      border-bottom: solid 2px #2f2f2f;
      position: relative; }
      @media screen and (max-width: 620px) {
        .drawerNav-item a {
          padding: 1.5rem 1rem; } }
      .drawerNav-item a:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: #000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .drawerNav-item a:hover::after {
        width: 100%;
        border-bottom: solid 2px #ecff58; }
      .drawerNav-item a .logo_udeoff {
        width: 80%;
        max-width: 280px; }
      .drawerNav-item a .logo_udeone {
        width: 80%;
        max-width: 280px; }
    .drawerNav-item.nav-tokyo a {
      padding-left: 0;
      padding-right: 0;
      font-size: min(4.7vw, 31px); }
    .drawerNav-item.otherLink {
      width: 100%; }
  .drawerNav .relations {
    margin-top: 8%;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .drawerNav .relations a {
      border-bottom: none; }
    .drawerNav .relations img {
      width: 100%; }
  .drawerNav .officialLink {
    width: 48%;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 620px) {
      .drawerNav .officialLink a {
        padding-left: 0;
        padding-right: 0; } }
  .drawerNav .snsLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52%;
    padding: 0 15px; }
    @media screen and (max-width: 620px) {
      .drawerNav .snsLink {
        padding-right: 0; } }
    .drawerNav .snsLink a {
      padding: 2rem 5px 1.5rem;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .drawerNav .snsLink img {
      height: 40px;
      width: auto; }
      @media screen and (max-width: 620px) {
        .drawerNav .snsLink img {
          height: 30px; } }
      .drawerNav .snsLink img.ico-tiktok {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }

.drawerNavInner {
  width: 100%;
  max-width: 620px;
  height: 100%;
  margin: auto;
  background: #000;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0; }

.drawerNav.active .drawerNavInner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* followBnr
------------------------------------*/
@-webkit-keyframes view-followBnr {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes view-followBnr {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.followBnr {
  -webkit-animation: view-followBnr .6s ease-out forwards;
  animation: view-followBnr .6s ease-out forwards;
  position: fixed;
  margin-left: calc(-320px - 140px);
  bottom: 20px;
  right: 0;
  left: 50%;
  z-index: 5000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media screen and (max-width: 1000px) {
    .followBnr {
      left: 20px;
      margin-left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  @media screen and (max-width: 620px) {
    .followBnr {
      left: 15px;
      bottom: 15px; } }
  .followBnr-item {
    margin-bottom: 10px;
    max-width: 122px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 620px) {
      .followBnr-item {
        max-width: 18vw;
        min-width: 80px; } }
    .followBnr-item:last-child {
      margin-bottom: 0; }
    .followBnr-item.is-none {
      display: none; }
    .followBnr-item img {
      width: 100%;
      -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .followBnr-item a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/* footer
------------------------------------*/
.l-footer {
  width: 100%;
  background-color: #000;
  padding: 20px 6% 12%;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .l-footer img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .l-footer img:hover {
      opacity: .7; }

.footer-list {
  padding: 16px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }
  @media screen and (max-width: 620px) {
    .footer-list {
      font-size: 12px;
      padding-left: 0;
      padding-right: 0; } }
  .footer-list li {
    color: #a6a6a6;
    display: inline-block;
    margin-right: 2%; }
    .footer-list li:last-child {
      margin-right: 0; }
  .footer-list a {
    color: #a6a6a6; }
    .footer-list a:hover {
      color: #ecff58; }

.footer-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%; }
  .footer-dl li {
    height: clamp(48px, 11vw, 80px);
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5); }
    .footer-dl li:last-child {
      margin-right: 0; }
  .footer-dl .appstore img, .footer-dl .googleplay img {
    height: 100%; }

.footer-logo {
  padding-top: 12%;
  border-top: 2px solid #2f2f2f; }
  .footer-logo li {
    text-align: center;
    margin: 0 auto 20px; }
  .footer-logo img {
    width: 100%; }
  .footer-logo .logoFes {
    max-width: 348px; }
    @media screen and (max-width: 620px) {
      .footer-logo .logoFes {
        max-width: 64%; } }
  .footer-logo .logoApp {
    max-width: 230px; }
    @media screen and (max-width: 620px) {
      .footer-logo .logoApp {
        max-width: 43%; } }

.footer-copy {
  padding-top: 16px;
  font-size: 12px;
  text-align: center;
  color: #a6a6a6; }
  @media screen and (max-width: 620px) {
    .footer-copy {
      font-size: 10px; } }

/*------------------------------------------------------------------------------*/
/******* SVG *******/
.fes2024LogoSVG,
.fes2024Logo2SVG,
.fes2024Logo10anvSVG,
.fes2024Logo10anv2SVG,
.udeoffLogoSVG,
.udeoneLogoSVG,
.emblemUdeoneSVG,
.emblemUdeoffSVG {
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 6% 0;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain; }

.fes2024LogoSVG {
  mask-image: url(../img/common/logo_fes_2024.svg);
  -webkit-mask-image: url(../img/common/logo_fes_2024.svg);
  width: 100%;
  max-width: 490px;
  padding-top: 46%;
  background: -webkit-linear-gradient(315deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%);
  background: -o-linear-gradient(315deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%);
  background: linear-gradient(135deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%); }

.fes2024Logo2SVG {
  mask-image: url(../img/common/logo_fes_2024_2.svg);
  -webkit-mask-image: url(../img/common/logo_fes_2024_2.svg);
  width: 100%;
  max-width: 640px;
  padding-top: 1%;
  background: -webkit-linear-gradient(315deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%);
  background: -o-linear-gradient(315deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%);
  background: linear-gradient(135deg, #00c9f4 20%, #bd00f4 50%, #f40067 80%); }

.fes2024Logo10anvSVG {
  mask-image: url(../img/common/logo_fes_2024_10anv.svg);
  -webkit-mask-image: url(../img/common/logo_fes_2024_10anv.svg?2);
  width: 100%;
  max-width: 640px;
  padding-top: 64%;
  background: -webkit-linear-gradient(315deg, #00c9f4 20%, #bd00f4, #f40067 70%);
  background: -o-linear-gradient(315deg, #00c9f4 20%, #bd00f4, #f40067 70%);
  background: linear-gradient(135deg, #00c9f4 20%, #bd00f4, #f40067 70%); }

.fes2024Logo10anv2SVG {
  mask-image: url(../img/common/logo_fes_2024_10anv_2.svg);
  -webkit-mask-image: url(../img/common/logo_fes_2024_10anv_2.svg);
  width: 100%;
  max-width: 640px;
  background: -webkit-linear-gradient(315deg, #00c9f4 20%, #bd00f4, #f40067 70%);
  background: -o-linear-gradient(315deg, #00c9f4 20%, #bd00f4, #f40067 70%);
  background: linear-gradient(135deg, #00c9f4 20%, #bd00f4, #f40067 70%); }

.udeoneLogoSVG {
  mask-image: url(../img/common/logo_udeone.svg);
  -webkit-mask-image: url(../img/common/logo_udeone.svg);
  width: 80%;
  max-width: 280px; }

.udeoffLogoSVG {
  mask-image: url(../img/common/logo_udeoff.svg);
  -webkit-mask-image: url(../img/common/logo_udeoff.svg);
  width: 80%;
  max-width: 280px; }

.emblemUdeoneSVG {
  mask-image: url(../img/common/emblem_udeone.svg);
  -webkit-mask-image: url(../img/common/emblem_udeone.svg); }

.emblemUdeoffSVG {
  mask-image: url(../img/common/emblem_udeoff.svg);
  -webkit-mask-image: url(../img/common/emblem_udeoff.svg); }

.arrowSVG {
  background: #272727;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../2024/img/common/arrow.svg);
  -webkit-mask-image: url(../../2024/img/common/arrow.svg); }

/******* udeone *******/
.prizeSVG,
.emblemSVG,
.udeoneOpenSVG {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain; }

.prize {
  margin-bottom: 32%; }

.champCate {
  max-width: 360px;
  width: 80%;
  margin: 0 auto -2%;
  z-index: 2;
  position: relative; }

.shadowPrize {
  -webkit-filter: drop-shadow(4px 4px 0 #8b003b);
  filter: drop-shadow(4px 4px 0 #8b003b); }

.pText {
  /* 優勝賞金 */
  padding: 0 0 8%;
  background: #00f490;
  mask-image: url(../../2023/img/udeone/prize_text_1.svg);
  -webkit-mask-image: url(../../2023/img/udeone/prize_text_1.svg); }

.pText2 {
  /* 優勝賞品 */
  padding: 0 0 8%;
  background: #00f490;
  mask-image: url(../../2024/img/udeoff/prize_text_2.svg);
  -webkit-mask-image: url(../../2024/img/udeoff/prize_text_2.svg); }

.pMoney50 {
  /* 50万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeone/prize_money_50.svg);
  -webkit-mask-image: url(../../2024/img/udeone/prize_money_50.svg);
  position: relative; }

.pMoney25 {
  /* 25万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeone/prize_money_25.svg);
  -webkit-mask-image: url(../../2024/img/udeone/prize_money_25.svg);
  position: relative; }

.pMoney10 {
  /* 10万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeone/prize_money_10.svg);
  -webkit-mask-image: url(../../2024/img/udeone/prize_money_10.svg);
  position: relative; }

.pMoney05 {
  /* 5万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeone/prize_money_5.svg);
  -webkit-mask-image: url(../../2024/img/udeone/prize_money_5.svg);
  position: relative; }

.pRuby10 {
  /* 10万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeoff/prize_ruby_10.svg);
  -webkit-mask-image: url(../../2024/img/udeoff/prize_ruby_10.svg);
  position: relative; }

.pRuby15 {
  /* 15万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeoff/prize_ruby_15.svg);
  -webkit-mask-image: url(../../2024/img/udeoff/prize_ruby_15.svg);
  position: relative; }

.pRuby30 {
  /* 30万円 */
  padding: 0 0 36%;
  background: #f1f400;
  mask-image: url(../../2024/img/udeoff/prize_ruby_30.svg);
  -webkit-mask-image: url(../../2024/img/udeoff/prize_ruby_30.svg);
  position: relative; }

.prizeSVG .shine {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: -24%; }

.prizeSVG .shine div {
  width: 22%;
  height: auto;
  padding-top: 72px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: skewy(-40deg);
  -ms-transform: skewy(-40deg);
  transform: skewy(-40deg); }

.prizeSVG .shine div:nth-child(3) {
  width: 29%; }

.prizeSVG .shine div:nth-child(4) {
  width: 25%; }

@-webkit-keyframes anmPrizeKira {
  0 {
    top: -15%; }
  80% {
    top: 85%;
    opacity: 1; }
  80.1% {
    top: 85%;
    opacity: 0; }
  80.1% {
    top: -15%;
    opacity: 0; }
  100% {
    top: 10%; } }

@keyframes anmPrizeKira {
  0 {
    top: -15%; }
  80% {
    top: 85%;
    opacity: 1; }
  80.1% {
    top: 85%;
    opacity: 0; }
  80.1% {
    top: -15%;
    opacity: 0; }
  100% {
    top: 10%; } }

/******* button *******/
.btnBox {
  margin: auto;
  background: #000;
  display: inline-block; }

.btnBox a {
  margin: auto;
  cursor: pointer; }

.btnBox span {
  margin: auto; }

.btnBox.btnBase {
  width: 80%;
  max-width: 320px;
  background: initial;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: initial;
  position: relative; }

.btnBox.btnBase a,
.btnBox.btnBase span {
  display: block;
  color: #000;
  padding: 2%;
  position: relative;
  z-index: 5; }

.btnBox.btnBase a:before,
.btnBox.btnBase span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg); }

.btnBox.btnBase a:before {
  background: rgba(181, 181, 181, 0.3);
  background: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.btnBox.btnBase a:hover:before {
  background: #000; }

.btnBox.btnBase span:before {
  background: #6c6c6c; }

.btnBox.btnL {
  -webkit-clip-path: polygon(96% 0%, 94% 16%, 100% 0%, 100% 100%, 4% 100%, 6% 84%, 0% 100%, 0% 0%);
  clip-path: polygon(96% 0%, 94% 16%, 100% 0%, 100% 100%, 4% 100%, 6% 84%, 0% 100%, 0% 0%); }

.btnBox.btnL a,
.btnBox.btnL span {
  display: block;
  color: #000;
  padding: 2% 4%; }

.btnBox.btnRadius {
  width: 60%;
  max-width: 240px;
  margin: auto;
  background: #000;
  display: block;
  font-family: base-font;
  font-size: min(4vw, 24px);
  border-radius: min(2vw, 16px);
  text-align: center; }

.btnBox.btnRadius a,
.btnBox.btnRadius span {
  display: block;
  padding: 8% 4%;
  color: #fff; }

/******* フッタ下固定 *******/
html, body {
  min-width: 320px; }

.container {
  position: relative;
  height: 100%;
  min-height: 100%; }

body > .container {
  height: auto; }

.container .overWrap {
  height: auto;
  margin: 0 auto;
  padding-bottom: 168px;
  position: inherit; }

footer.bottomFix {
  /*  height:136px;*/
  position: absolute;
  bottom: 0; }

/* 表示・非表示 */
.disSP {
  display: none; }

.disPC {
  display: block; }

.disSP2 {
  display: none; }

.disPC2 {
  display: block; }

/******* animation *******/
/* updown */
.anmUpDown {
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.anmUpDown2 {
  -webkit-animation-name: UpDown2;
  animation-name: UpDown2;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes UpDown2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); } }

@keyframes UpDown2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); } }

.anmBounceIn {
  -webkit-animation-name: anmBounceIn;
  animation-name: anmBounceIn;
  -webkit-animation-duration: .01s;
  animation-duration: .01s; }

@-webkit-keyframes anmBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes anmBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.anmBounceLoop {
  -webkit-animation-name: bounceLoop;
  animation-name: bounceLoop;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes bounceLoop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceLoop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.anmBounceLoop2 {
  -webkit-animation-name: bounceLoop2;
  animation-name: bounceLoop2;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes bounceLoop2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceLoop2 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.anmBounceLoop3 {
  -webkit-animation-name: bounceLoop3;
  animation-name: bounceLoop3;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes bounceLoop3 {
  0% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }

@keyframes bounceLoop3 {
  0% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }

/* vibration */
.anmVibration {
  -webkit-animation: vibration 1.8s infinite;
  animation: vibration 1.8s infinite; }

@-webkit-keyframes vibration {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  2% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg); }
  4% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  6% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg); }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  14% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg); }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes vibration {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  2% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg); }
  4% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  6% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(2px, 2px) rotateZ(2deg);
    transform: translate(2px, 2px) rotateZ(2deg); }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  14% {
    -webkit-transform: translate(2px, 0px) rotateZ(-2deg);
    transform: translate(2px, 0px) rotateZ(-2deg); }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

/* custom */
.bounceIn {
  -webkit-animation-direction: .8s;
  animation-direction: .8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from, 10% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  70% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 10% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  70% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* kira_anm */
.kira .imgRight, .kira .imgLeft {
  position: absolute;
  width: 50%;
  height: 100%; }

.kira .imgRight {
  right: 0; }

.kira .imgLeft {
  left: 0; }

.kira, .kira img {
  position: absolute;
  width: 80%;
  height: 32%;
  margin: auto;
  top: 5%;
  right: 0;
  left: 0;
  z-index: 1;
  /*background: rgba(255 255 255 / 10%);*/ }

.kira img {
  width: 84px;
  height: auto; }

.kira .imgRight img:nth-child(1) {
  width: 16%;
  max-width: 84px;
  top: 0%;
  right: -56%;
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.kira .imgRight img:nth-child(2) {
  width: 9%;
  max-width: 48px;
  top: 0;
  left: -20%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.kira .imgRight img:nth-child(3) {
  width: 8%;
  max-width: 40px;
  top: 50%;
  right: -90%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.kira .imgRight img:nth-child(4) {
  width: 9%;
  max-width: 48px;
  top: 68%;
  left: -54%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.kira .imgLeft img:nth-child(1) {
  width: 15%;
  max-width: 80px;
  top: 16%;
  left: -78%;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.kira .imgLeft img:nth-child(2) {
  width: 6%;
  max-width: 40px;
  top: 0%;
  left: 42%;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.kira .imgLeft img:nth-child(3) {
  width: 5%;
  max-width: 32px;
  top: 91%;
  right: -20%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

header .kira {
  height: 77%;
  bottom: 72px;
  top: auto; }

.anmBlinking {
  -webkit-animation: anmBlinking 1.2s infinite linear;
  animation: anmBlinking 1.2s infinite linear; }

@-webkit-keyframes anmBlinking {
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  99% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anmBlinking {
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  99% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* popup */
.modal {
  display: none; }

.blackMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: block;
  background: rgba(0, 0, 0, 0.8); }

.popup {
  width: 90%;
  max-width: 840px;
  height: auto;
  margin: auto;
  padding: 0 0 4%;
  font-size: min(6vw, 40px);
  background: #f0f0fc;
  color: #575e5f;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*===============================================
●smart.css  1000 - 1200px
===============================================*/
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  /******* anmLinkBtn *******/
  .anmLinkBtn {
    width: 180px;
    height: 200px;
    left: -76%; }
  .anmLinkBtn .text {
    font-size: 12px; } }

/*media screen*/
/*===============================================
●smart.css  668 - 1100px
===============================================*/
@media screen and (min-width: 668px) and (max-width: 1000px) {
  /******* anmLinkBtn *******/
  .anmLinkBtn {
    width: 160px;
    height: 178px;
    top: auto;
    bottom: 5%;
    right: auto;
    left: 2%; }
  .anmLinkBtn .text {
    font-size: 12px; } }

/*media screen*/
/*===============================================
●smart.css  668 - 1200px
===============================================*/
@media screen and (min-width: 668px) and (max-width: 1200px) {
  img {
    height: auto; }
  /* 表示・非表示 */
  .disSP {
    display: block; }
  .disPC {
    display: none; }
  .disSP2 {
    display: none; }
  .disPC2 {
    display: block; } }

/*media screen*/
/*===============================================
●smart.css  0 - 667px
===============================================*/
@media screen and (max-width: 667px) {
  /******* loading *******/
  #loading .fes2024Logo2SVG {
    margin-top: 4%;
    padding: 12% 0 0; }
  /******* anmLinkBtn *******/
  .anmLinkBtn {
    width: 140px;
    height: 155px;
    top: auto;
    bottom: 5%;
    right: auto;
    left: 2%; }
  .anmLinkBtn .text {
    font-size: 11px; }
  /******* footer *******/
  /* 表示・非表示 */
  .disSP {
    display: block; }
  .disPC {
    display: none; }
  .disSP2 {
    display: block; }
  .disPC2 {
    display: none; } }

/*media screen*/
/*===============================================
●smart.css  横画面
===============================================*/
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  /* footer */
  footer .sitemap li {
    margin-bottom: 0; } }

/*media screen*/
/* WP用の画像サイズ
------------------------------------*/
.w-1 img {
  max-width: 1% !important; }

.w-2 img {
  max-width: 2% !important; }

.w-3 img {
  max-width: 3% !important; }

.w-4 img {
  max-width: 4% !important; }

.w-5 img {
  max-width: 5% !important; }

.w-6 img {
  max-width: 6% !important; }

.w-7 img {
  max-width: 7% !important; }

.w-8 img {
  max-width: 8% !important; }

.w-9 img {
  max-width: 9% !important; }

.w-10 img {
  max-width: 10% !important; }

.w-11 img {
  max-width: 11% !important; }

.w-12 img {
  max-width: 12% !important; }

.w-13 img {
  max-width: 13% !important; }

.w-14 img {
  max-width: 14% !important; }

.w-15 img {
  max-width: 15% !important; }

.w-16 img {
  max-width: 16% !important; }

.w-17 img {
  max-width: 17% !important; }

.w-18 img {
  max-width: 18% !important; }

.w-19 img {
  max-width: 19% !important; }

.w-20 img {
  max-width: 20% !important; }

.w-21 img {
  max-width: 21% !important; }

.w-22 img {
  max-width: 22% !important; }

.w-23 img {
  max-width: 23% !important; }

.w-24 img {
  max-width: 24% !important; }

.w-25 img {
  max-width: 25% !important; }

.w-26 img {
  max-width: 26% !important; }

.w-27 img {
  max-width: 27% !important; }

.w-28 img {
  max-width: 28% !important; }

.w-29 img {
  max-width: 29% !important; }

.w-30 img {
  max-width: 30% !important; }

.w-31 img {
  max-width: 31% !important; }

.w-32 img {
  max-width: 32% !important; }

.w-33 img {
  max-width: 33% !important; }

.w-34 img {
  max-width: 34% !important; }

.w-35 img {
  max-width: 35% !important; }

.w-36 img {
  max-width: 36% !important; }

.w-37 img {
  max-width: 37% !important; }

.w-38 img {
  max-width: 38% !important; }

.w-39 img {
  max-width: 39% !important; }

.w-40 img {
  max-width: 40% !important; }

.w-41 img {
  max-width: 41% !important; }

.w-42 img {
  max-width: 42% !important; }

.w-43 img {
  max-width: 43% !important; }

.w-44 img {
  max-width: 44% !important; }

.w-45 img {
  max-width: 45% !important; }

.w-46 img {
  max-width: 46% !important; }

.w-47 img {
  max-width: 47% !important; }

.w-48 img {
  max-width: 48% !important; }

.w-49 img {
  max-width: 49% !important; }

.w-50 img {
  max-width: 50% !important; }

.w-51 img {
  max-width: 51% !important; }

.w-52 img {
  max-width: 52% !important; }

.w-53 img {
  max-width: 53% !important; }

.w-54 img {
  max-width: 54% !important; }

.w-55 img {
  max-width: 55% !important; }

.w-56 img {
  max-width: 56% !important; }

.w-57 img {
  max-width: 57% !important; }

.w-58 img {
  max-width: 58% !important; }

.w-59 img {
  max-width: 59% !important; }

.w-60 img {
  max-width: 60% !important; }

.w-61 img {
  max-width: 61% !important; }

.w-62 img {
  max-width: 62% !important; }

.w-63 img {
  max-width: 63% !important; }

.w-64 img {
  max-width: 64% !important; }

.w-65 img {
  max-width: 65% !important; }

.w-66 img {
  max-width: 66% !important; }

.w-67 img {
  max-width: 67% !important; }

.w-68 img {
  max-width: 68% !important; }

.w-69 img {
  max-width: 69% !important; }

.w-70 img {
  max-width: 70% !important; }

.w-71 img {
  max-width: 71% !important; }

.w-72 img {
  max-width: 72% !important; }

.w-73 img {
  max-width: 73% !important; }

.w-74 img {
  max-width: 74% !important; }

.w-75 img {
  max-width: 75% !important; }

.w-76 img {
  max-width: 76% !important; }

.w-77 img {
  max-width: 77% !important; }

.w-78 img {
  max-width: 78% !important; }

.w-79 img {
  max-width: 79% !important; }

.w-80 img {
  max-width: 80% !important; }

.w-81 img {
  max-width: 81% !important; }

.w-82 img {
  max-width: 82% !important; }

.w-83 img {
  max-width: 83% !important; }

.w-84 img {
  max-width: 84% !important; }

.w-85 img {
  max-width: 85% !important; }

.w-86 img {
  max-width: 86% !important; }

.w-87 img {
  max-width: 87% !important; }

.w-88 img {
  max-width: 88% !important; }

.w-89 img {
  max-width: 89% !important; }

.w-90 img {
  max-width: 90% !important; }

.w-91 img {
  max-width: 91% !important; }

.w-92 img {
  max-width: 92% !important; }

.w-93 img {
  max-width: 93% !important; }

.w-94 img {
  max-width: 94% !important; }

.w-95 img {
  max-width: 95% !important; }

.w-96 img {
  max-width: 96% !important; }

.w-97 img {
  max-width: 97% !important; }

.w-98 img {
  max-width: 98% !important; }

.w-99 img {
  max-width: 99% !important; }

.fadeIn, .fadeUp, .fadeDown, .fadeLeft, .fadeRight {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.scaleUp {
  -webkit-transform: scale(0.8) translateY(0px);
  -ms-transform: scale(0.8) translateY(0px);
  transform: scale(0.8) translateY(0px);
  opacity: 0; }

.move.fadeIn {
  -webkit-animation: fadeIn .8s ease-out forwards;
  animation: fadeIn .8s ease-out forwards; }

.move.fadeUp {
  -webkit-animation: fadeUp .8s ease-out forwards;
  animation: fadeUp .8s ease-out forwards; }

.move.fadeDown {
  -webkit-animation: fadeDown .8s ease-out forwards;
  animation: fadeDown .8s ease-out forwards; }

.move.fadeLeft {
  -webkit-animation: fadeLeft .7s ease-out forwards;
  animation: fadeLeft .7s ease-out forwards; }

.move.fadeRight {
  -webkit-animation: fadeRight .7s ease-out forwards;
  animation: fadeRight .7s ease-out forwards; }

.move.scaleUp {
  -webkit-animation: scaleUp 1s forwards;
  animation: scaleUp 1s forwards; }

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes bggradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
    opacity: 0; }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.05) translateY(0);
    transform: scale(1.05) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1; } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
    opacity: 0; }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -o-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.05) translateY(0);
    transform: scale(1.05) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.stepUp .stepUp-item, .stepUp .stepUp-item_left {
  opacity: 0; }

.stepUp.move .stepUp-item, .stepUp.move .stepUp-item_left {
  -webkit-animation: fadeUp .3s ease-in forwards;
  animation: fadeUp .3s ease-in forwards; }
  .stepUp.move .stepUp-item:nth-child(1), .stepUp.move .stepUp-item_left:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .stepUp.move .stepUp-item:nth-child(2), .stepUp.move .stepUp-item_left:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .stepUp.move .stepUp-item:nth-child(3), .stepUp.move .stepUp-item_left:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .stepUp.move .stepUp-item:nth-child(4), .stepUp.move .stepUp-item_left:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  .stepUp.move .stepUp-item:nth-child(5), .stepUp.move .stepUp-item_left:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }
  .stepUp.move .stepUp-item:nth-child(6), .stepUp.move .stepUp-item_left:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .stepUp.move .stepUp-item:nth-child(7), .stepUp.move .stepUp-item_left:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .stepUp.move .stepUp-item:nth-child(8), .stepUp.move .stepUp-item_left:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .stepUp.move .stepUp-item:nth-child(9), .stepUp.move .stepUp-item_left:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .stepUp.move .stepUp-item:nth-child(10), .stepUp.move .stepUp-item_left:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .stepUp.move .stepUp-item:nth-child(11), .stepUp.move .stepUp-item_left:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .stepUp.move .stepUp-item:nth-child(12), .stepUp.move .stepUp-item_left:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .stepUp.move .stepUp-item:nth-child(13), .stepUp.move .stepUp-item_left:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .stepUp.move .stepUp-item:nth-child(14), .stepUp.move .stepUp-item_left:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .stepUp.move .stepUp-item:nth-child(15), .stepUp.move .stepUp-item_left:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .stepUp.move .stepUp-item:nth-child(16), .stepUp.move .stepUp-item_left:nth-child(16) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .stepUp.move .stepUp-item:nth-child(17), .stepUp.move .stepUp-item_left:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  .stepUp.move .stepUp-item:nth-child(18), .stepUp.move .stepUp-item_left:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s; }
  .stepUp.move .stepUp-item:nth-child(19), .stepUp.move .stepUp-item_left:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  .stepUp.move .stepUp-item:nth-child(20), .stepUp.move .stepUp-item_left:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s; }

.stepUp.move .stepUp-item_left {
  -webkit-animation: fadeRight .7s ease-out forwards;
  animation: fadeRight .7s ease-out forwards; }
  .stepUp.move .stepUp-item_left:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .stepUp.move .stepUp-item_left:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .stepUp.move .stepUp-item_left:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .stepUp.move .stepUp-item_left:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  .stepUp.move .stepUp-item_left:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }
  .stepUp.move .stepUp-item_left:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .stepUp.move .stepUp-item_left:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .stepUp.move .stepUp-item_left:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .stepUp.move .stepUp-item_left:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .stepUp.move .stepUp-item_left:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .stepUp.move .stepUp-item_left:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .stepUp.move .stepUp-item_left:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .stepUp.move .stepUp-item_left:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .stepUp.move .stepUp-item_left:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .stepUp.move .stepUp-item_left:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .stepUp.move .stepUp-item_left:nth-child(16) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .stepUp.move .stepUp-item_left:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  .stepUp.move .stepUp-item_left:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s; }
  .stepUp.move .stepUp-item_left:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  .stepUp.move .stepUp-item_left:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s; }

@-webkit-keyframes imageSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes imageSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.imageSlide {
  position: relative;
  overflow: hidden; }
  .imageSlide img {
    opacity: 0; }
  .imageSlide.move:before {
    position: absolute;
    content: '';
    -webkit-animation: imageSlide 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: imageSlide 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #ffffff;
    pointer-events: none;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  .imageSlide.move img {
    opacity: 1; }

/*----------------------
		module
----------------------*/
/* ページクラスによる分岐
------------------------------------*/
.is-notice .followBnr {
  display: none; }

/* page bg
------------------------------------*/
.bg-page, .bg-page_left, .bg-page_right, .bg-page_single {
  position: fixed;
  top: 50px;
  bottom: 0;
  width: calc(50% - 310px); }
  .bg-page img, .bg-page_left img, .bg-page_right img, .bg-page_single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom; }
  .bg-page_image {
    position: relative;
    width: 100%;
    height: 100%; }
  .bg-page_left {
    left: 0; }
  .bg-page_right {
    right: 0; }
  .bg-page_single {
    width: 100%; }

.bg_tokyo:before {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/tokyo/bg_pat.png) repeat;
  background-size: 3px;
  z-index: 1; }

/* mainContents
------------------------------------*/
.mainContents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.7);
  background: #f4f4ff;
  position: relative;
  z-index: 2;
  width: var(--wrapper-width);
  margin: auto; }
  .mainContents.notice {
    width: min(100%, 1000px); }

.wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #01e3a0), color-stop(50%, #ec82ff));
  background: -webkit-linear-gradient(left, #01e3a0 50%, #ec82ff 50%);
  background: -o-linear-gradient(left, #01e3a0 50%, #ec82ff 50%);
  background: linear-gradient(to right, #01e3a0 50%, #ec82ff 50%);
  padding: 0 10px; }

.bg_grid {
  background: #f7f7f7 url(../images/common/bg_grid.png) repeat;
  background-size: 30px;
  padding: 0 30px; }
  @media screen and (max-width: 620px) {
    .bg_grid {
      background-size: 25px;
      padding: 0 20px; } }

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

/* intro
------------------------------------*/
.intro {
  padding-top: 4%; }
  .intro img {
    width: 100%; }

/* message
------------------------------------*/
.message {
  padding: 10% 0;
  text-align: center; }
  .message-text {
    font-weight: 800;
    font-size: 27px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #1a1a1a;
    line-height: 1.4; }
    @media screen and (max-width: 620px) {
      .message-text {
        font-size: 4.7vw;
        line-height: 1.5; } }
    .message-text i {
      letter-spacing: -0.5em;
      font-style: normal;
      position: relative;
      left: -0.2em; }

.topBox {
  padding: 7% 0;
  text-align: center;
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 6%; }
  .topBox * {
    position: relative;
    z-index: 1; }
  .topBox:last-child {
    margin-bottom: 0; }
  .topBox:before {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/common/bg_dia.png);
    background-size: 8%;
    opacity: 1; }
  .topBox p {
    font-weight: 800;
    color: #f7f7f7;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.04em; }
    .topBox p span {
      letter-spacing: 0; }
    @media screen and (max-width: 620px) {
      .topBox p {
        line-height: 1.6; } }

/* topTokyo
------------------------------------*/
.topTokyo {
  background-color: #8540fa; }
  .topTokyo-gra {
    padding: 0 24% 5%; }
    .topTokyo-gra img {
      width: 100%; }
    @media screen and (max-width: 620px) {
      .topTokyo-gra {
        padding: 0 22% 5%; } }
  .topTokyo-text {
    padding: 0;
    font-size: 23px; }
    .topTokyo-text i {
      letter-spacing: -0.5em;
      font-style: normal;
      position: relative;
      left: -0.2em; }
    @media screen and (max-width: 620px) {
      .topTokyo-text {
        font-size: 3.6vw; } }

/* topUdeone
------------------------------------*/
.topUdeone {
  background-color: #fc4694; }
  .topUdeone-gra {
    padding: 0 12% 5%; }
    .topUdeone-gra img {
      width: 100%; }
    @media screen and (max-width: 620px) {
      .topUdeone-gra {
        padding: 0 8% 5%; } }
  .topUdeone-text {
    padding: 0 0 5%;
    font-weight: 800;
    font-size: 23px; }
    .topUdeone-text i {
      letter-spacing: -0.5em;
      font-style: normal;
      position: relative;
      left: -0.2em; }
    @media screen and (max-width: 620px) {
      .topUdeone-text {
        font-size: 3.6vw; } }

/* topUdeoff
------------------------------------*/
.topUdeoff {
  background-color: #00b2d8; }
  .topUdeoff-gra {
    padding: 0 10% 5%; }
    .topUdeoff-gra img {
      width: 100%; }
  .topUdeoff-text {
    padding: 0 0 4%;
    font-weight: 800;
    font-size: 23px; }
    .topUdeoff-text i {
      letter-spacing: -0.5em;
      font-style: normal;
      position: relative;
      left: -0.2em; }
    @media screen and (max-width: 620px) {
      .topUdeoff-text {
        font-size: 3.6vw; } }

/* movie
------------------------------------*/
.movie {
  padding: 0 6%;
  margin-bottom: 12%;
  text-align: center; }
  .movie-thumb {
    cursor: pointer; }
    .movie-thumb img {
      width: 100%; }
  .movie-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    aspect-ratio: 10 / 7;
    background: url(../images/common/ico-play.png) no-repeat;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5)); }
    @media screen and (max-width: 620px) {
      .movie-link:after {
        width: 14vw; } }
  .movie-link:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }

/* topSlider
------------------------------------*/
.topSlider {
  padding: 0 4%;
  margin-bottom: 14%;
  text-align: center; }
  .topSlider-list {
    cursor: pointer;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
    .topSlider-list img {
      width: 100%; }
  .topSlider-item img {
    width: 100%; }
  .topSlider .dots-wrap {
    position: absolute;
    bottom: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 620px) {
      .topSlider .dots-wrap {
        bottom: -20px; } }
  .topSlider .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer; }
    @media screen and (max-width: 620px) {
      .topSlider .dots-wrap li {
        width: 6px;
        height: 6px;
        margin: 0 3px; } }
  .topSlider .dots-wrap li:hover,
  .topSlider .dots-wrap li.slick-active {
    background: #1a1a1a; }
  .topSlider .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent; }
  .topSlider .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10; }
    @media screen and (max-width: 620px) {
      .topSlider .slide-arrow {
        width: 30px; } }
  .topSlider .prev-arrow {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .topSlider .next-arrow {
    right: 0;
    -webkit-transform: translateX(50%) rotate(180deg);
    -ms-transform: translateX(50%) rotate(180deg);
    transform: translateX(50%) rotate(180deg); }

/* news
------------------------------------*/
.news {
  padding: 10% 0 20%; }
  .news h2 {
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 620px) {
      .news h2 {
        margin-bottom: 20px; } }
    .news h2 img {
      height: 40px; }
      @media screen and (max-width: 620px) {
        .news h2 img {
          height: 6.2vw; } }
  .newsList {
    max-height: 360px;
    overflow: auto;
    padding: 0 4%;
    background-color: #fff;
    list-style: none; }
    .newsList-item {
      font-size: 14px;
      line-height: 20px;
      padding: 3% 0;
      border-bottom: dotted 1px #ccc;
      font-size: 14px; }
      @media screen and (max-width: 620px) {
        .newsList-item {
          font-size: 13px; } }
      .newsList-item:last-child {
        border-bottom: none; }
    .newsList-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
    .newsList .date {
      color: #9ca798;
      margin-right: 10px;
      display: inline-block; }
      @media screen and (max-width: 620px) {
        .newsList .date {
          min-width: 70px; } }
    .newsList .category {
      display: inline-block;
      line-height: 1;
      color: #ffffff;
      margin-right: 6px;
      padding: 2px 4px;
      font-size: 12px;
      vertical-align: middle; }
      .newsList .category.all {
        background-color: #1fad42; }
      .newsList .category.udeone {
        background-color: #f92c79; }
      .newsList .category.udeoff {
        background-color: #3ca1e2; }
      .newsList .category.tokyo {
        background-color: #ff4e00; }
      .newsList .category:last-child {
        margin-right: 0; }
    .newsList a {
      display: block;
      color: #1a1a1a;
      text-decoration: none; }
      .newsList a:hover {
        color: #009ee7; }

/* archive
------------------------------------*/
.archive {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #01e3a0), color-stop(50%, #ec82ff));
  background: -webkit-linear-gradient(top left, #01e3a0 50%, #ec82ff 50%);
  background: -o-linear-gradient(top left, #01e3a0 50%, #ec82ff 50%);
  background: linear-gradient(to bottom right, #01e3a0 50%, #ec82ff 50%);
  padding: 6%; }
  .archive-block {
    margin-bottom: 30px; }
    .archive-block:last-child {
      margin-bottom: 0; }
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .archive h2 {
    margin-bottom: 6%;
    text-align: center; }
    .archive h2 img {
      width: auto;
      height: 60px; }
      @media screen and (max-width: 620px) {
        .archive h2 img {
          height: 10.3vw; } }
  .archive li {
    width: 48%;
    margin-bottom: 4%;
    list-style: none;
    text-align: center; }
    .archive li a {
      border: 3px solid #fff;
      padding: 8%;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .archive li a:hover {
        border-color: #c6ff00; }
      @media screen and (max-width: 620px) {
        .archive li a {
          border-width: 2px; } }
    .archive li img {
      width: 80%;
      vertical-align: middle;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.archive a:hover .passive, .archive .active {
  display: none; }

.archive .passive, .archive a:hover .active {
  display: inline-block; }

/* news
------------------------------------*/
.newsHead {
  padding-top: 90px; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .newsHead {
      padding-top: 70px; } }
  @media screen and (max-width: 620px) {
    .newsHead {
      padding-top: 46px; } }
  .newsHead-kv img {
    width: 100%; }
  .newsHead-inner {
    padding: 30px 4% 0; }
    @media screen and (max-width: 620px) {
      .newsHead-inner {
        padding-top: 20px; } }
  .newsHead-date {
    display: block;
    margin-bottom: 6px;
    font-size: 15px; }
    @media screen and (max-width: 620px) {
      .newsHead-date {
        font-size: 3vw; } }
  .newsHead-tagSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsHead-tag {
    display: inline-block;
    text-align: center;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    border: 1.5px solid #1a1a1a;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 60px;
    padding: 1px 10px 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 7px;
    margin-bottom: 4px; }
    .newsHead-tag:last-child {
      margin-right: 0; }
    @media screen and (max-width: 620px) {
      .newsHead-tag {
        font-size: 3vw;
        min-width: 45px;
        margin-right: 4px; } }
    .newsHead-tag.all {
      color: #1fad42; }
    .newsHead-tag.udeone {
      color: #f92c79; }
    .newsHead-tag.udeoff {
      color: #3ca1e2; }
    .newsHead-tag.tokyo {
      color: #ff4e00; }
  .newsHead-title {
    border-bottom: 2px solid #1a1a1a;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    overflow: hidden;
    margin-top: 24px;
    margin-top: 6%;
    margin-bottom: 5%;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 620px) {
      .newsHead-title {
        font-size: 4.6vw; } }

/* single
------------------------------------*/
.singleHead {
  padding-top: 30px; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .singleHead {
      padding-top: 20px; } }
  @media screen and (max-width: 620px) {
    .singleHead {
      padding-top: 20px; } }
  .singleHead-kv {
    margin-bottom: 6%; }
    .singleHead-kv img {
      width: 100%; }
  .singleHead-message {
    padding: 0 6% 6%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 620px) {
      .singleHead-message {
        font-size: 4vw; } }

.single .post-contents p:not([class]) {
  margin-bottom: 7%; }
  .single .post-contents p:not([class]):last-child {
    margin-bottom: 0; }

.notice-contents {
  padding: 0 4% 80px; }
  @media screen and (max-width: 620px) {
    .notice-contents {
      padding-bottom: 40px; } }
  .notice-contents h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid;
    font-size: 190%;
    font-weight: bold;
    margin-bottom: 15px; }
    @media screen and (max-width: 620px) {
      .notice-contents h2 {
        font-size: 140%; } }
  .notice-contents h3 {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 1%;
    line-height: 1.2; }
    .notice-contents h3 + p {
      margin-top: 0; }
    .notice-contents h3:first-child {
      margin-top: 0; }
  .notice-contents ul li {
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 6px;
    padding-left: 1em; }
    .notice-contents ul li:before {
      display: inline-block;
      content: '◇';
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: absolute;
      left: 0; }
  .notice-contents p {
    font-size: 90%; }
  .notice-contents a {
    color: #2f76e1;
    text-decoration: underline; }
    .notice-contents a:hover {
      opacity: 0.7;
      text-decoration: none; }
  .notice-contents hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2c3cc;
    border: 0;
    margin: 4% 0; }

.notice-item {
  margin-bottom: 5%; }
  .notice-item:last-child {
    margin-bottom: 0; }

.noticeHead {
  padding-top: 90px; }
  @media screen and (min-width: 621px) and (max-width: 1080px) {
    .noticeHead {
      padding-top: 70px; } }
  @media screen and (max-width: 620px) {
    .noticeHead {
      padding-top: 46px; } }
  .noticeHead-title {
    padding: 60px 0 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 800; }
    @media screen and (max-width: 620px) {
      .noticeHead-title {
        font-size: 6vw; } }

/* =======================================
	remodal
======================================= */
.remodal {
  width: 90%;
  margin: 0 auto 50px;
  padding: 50px 0 0;
  text-align: left;
  color: white;
  background: transparent; }
  .remodal p {
    font-weight: normal;
    font-size: clamp(1vw, 3vw, 15px);
    line-height: 1.3; }
    .remodal p a {
      color: #f5a100; }
  .remodal-overlay {
    background: rgba(0, 0, 0, 0.6); }
  .remodal-inner {
    padding: 3%;
    color: #fff8e1;
    background: #592d01;
    border-radius: 20px; }
  .remodal-close {
    top: 10px;
    left: auto;
    right: 0; }
    .remodal-close:before {
      height: 0;
      background: url("../images/common/ico-close.png") center top no-repeat;
      background-size: 100% auto;
      padding-top: 100%;
      content: ''; }

.remodal.movies.moviePortrait {
  width: 72%;
  max-width: 1000px; }
  @media screen and (max-width: 620px) {
    .remodal.movies.moviePortrait {
      width: 90%; } }

.movies .remodal-inner {
  padding: 0;
  background: transparent; }
  .movies .remodal-inner iframe {
    width: 100%;
    aspect-ratio: 16 / 9; }
