@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/**/
/**/
/**/
/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #808080;
  text-decoration: none; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  /*
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  */
  word-break: break-all; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px;
      letter-spacing: 0.1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  body.en-US {
    word-break: normal;
    word-wrap: break-word; }

img {
  max-width: 100%;
  height: auto; }

table {
  word-break: break-all; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.br1470 {
  display: none; }
  @media screen and (max-width: 1470px) {
    br.br1470 {
      display: block; } }

.inner {
  width: 100%;
  padding: 30px;
  max-width: 1160px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 1500px) {
    .inner {
      max-width: 1100px; } }
  @media screen and (max-width: 1080px) {
    .inner {
      max-width: 760px; } }
  @media screen and (max-width: 320px) {
    .inner {
      padding: 20px; } }

@media screen and (max-width: 1080px) {
  body.sub .inner {
    max-width: 850px; } }

section {
  position: relative;
  padding: 60px 0; }
  @media screen and (max-width: 1080px) {
    section {
      padding: 45px 0; } }

a.btn_link {
  display: inline-block;
  padding: .8em 1em .8em 1.5em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #104096;
  transition: .2s; }
  a.btn_link:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0da";
    margin-left: 2em; }
  a.btn_link:hover {
    color: #fff;
    background: #009FE8;
    transition: .2s; }
  @media screen and (max-width: 640px) {
    a.btn_link {
      padding: 1em 1em 1em 2em;
      font-size: 14px; } }

a:hover {
  color: #104096; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*sns*/
ul.ul_sns {
  display: flex;
  margin: 0; }
  ul.ul_sns li {
    margin-right: 10px;
    list-style: none; }
    ul.ul_sns li:last-child {
      margin-right: 0; }
    ul.ul_sns li a {
      display: block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0;
      background: #000;
      border-radius: 8px;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/ }
      ul.ul_sns li a.fb {
        background: #3c5998; }
      ul.ul_sns li a.tw {
        background: #1DA1F2; }
      ul.ul_sns li a.in {
        position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden; }
        ul.ul_sns li a.in::before {
          content: '';
          position: absolute;
          top: 11px;
          left: -9px;
          width: 28px;
          height: 28px;
          background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
          background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
        ul.ul_sns li a.in i {
          position: relative;
          z-index: 2; }

/*main & bunner flex*/
div.flex_wrapper {
  background: #f7f7f7;
  z-index: 1; }
  div.flex_wrapper .right-banner-wrap {
    display: none; }

/*
div.flex_wrapper {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    z-index: 1;
    
    .left_contents {
        flex-basis: calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .right-banner-wrap {
        flex-basis: 180px;
        width: 180px;
    }
    
    @include mq(md) {
        display: block;
        .left_contents {
            flex-basis: 100%;
            width: 100%;
        }
        .right-banner-wrap {
            flex-basis: 100%;
            width: 100%;
        }
    }
}
*/
.colorful {
  font-size: 18px;
  letter-spacing: .25em; }
  .colorful span:nth-child(n + 1) {
    color: #009FE8; }
  .colorful span:nth-child(2n + 1) {
    color: #94ce17; }
  .colorful span:nth-child(3n + 1) {
    color: #FFAA00; }
  .colorful span:nth-child(4n + 1) {
    color: #E52E8A; }

/* -------------------------------- 
header components 
--------------------------------- */
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 180px;
  z-index: 5; }
  @media screen and (max-width: 640px) {
    .header {
      display: block;
      height: auto;
      padding-top: 56px; } }
  .header div.head_top_left {
    flex-basis: calc(100% - 370px);
    width: calc(100% - 370px);
    height: 120px;
    padding: 20px 0 20px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .header div.head_top_left {
        flex-basis: calc(100% - 70px);
        width: calc(100% - 70px);
        height: auto;
        padding: 20px; } }
    .header div.head_top_left h1 {
      margin: 0;
      padding: 0;
      flex-basis: 108px;
      width: 108px; }
      @media screen and (max-width: 640px) {
        .header div.head_top_left h1 {
          flex-basis: 75px;
          width: 75px; } }
      .header div.head_top_left h1 img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .header div.head_top_left .head_read {
      flex-basis: calc(100% - 108px);
      width: calc(100% - 108px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 30px; }
      @media screen and (max-width: 640px) {
        .header div.head_top_left .head_read {
          flex-basis: calc(100% - 75px);
          width: calc(100% - 75px);
          padding-left: 15px; } }
      .header div.head_top_left .head_read p {
        padding: 0;
        margin: .4em 0;
        line-height: 1em;
        color: #104096;
        font-weight: bold;
        font-size: 21px;
        letter-spacing: .3em; }
        @media screen and (max-width: 1200px) {
          .header div.head_top_left .head_read p {
            font-size: 17px;
            letter-spacing: .2em; } }
        @media screen and (max-width: 640px) {
          .header div.head_top_left .head_read p {
            margin-top: 0;
            line-height: 1.5;
            font-size: 13px;
            letter-spacing: .15em; } }
        @media screen and (max-width: 480px) {
          .header div.head_top_left .head_read p {
            font-size: 11px;
            letter-spacing: .1em; } }
  .header div.head_top_right {
    /*
    flex-basis: 400px;
    width: 400px;
    */
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-width: 640px) {
      .header div.head_top_right {
        /*
        flex-basis: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
        height: 56px;
        align-items: center;
        background: #f7f7f7;
        z-index: 1000;
        */
        display: none; } }
    .header div.head_top_right div.top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header div.head_top_right div.top div.sns {
        position: relative;
        display: inline-block; }
      .header div.head_top_right div.top div.lang {
        position: relative;
        display: inline-block;
        margin-left: 24px;
        z-index: 1; }
        .header div.head_top_right div.top div.lang ul > li {
          position: relative;
          padding-left: 20px;
          width: 165px;
          height: 32px;
          line-height: 32px;
          font-weight: bold;
          font-size: 15px;
          color: #fff;
          background: #104096;
          border-radius: 8px;
          z-index: 1; }
          .header div.head_top_right div.top div.lang ul > li:after {
            position: absolute;
            top: -1px;
            right: 8px;
            font-family: 'Font Awesome\ 5 Free';
            content: "\f0dd"; }
          .header div.head_top_right div.top div.lang ul > li ul {
            visibility: hidden;
            position: absolute;
            top: 32px;
            left: 0;
            padding-top: 4px;
            transition: .2s;
            border-radius: 8px;
            opacity: 0; }
            .header div.head_top_right div.top div.lang ul > li ul li {
              padding-left: 0;
              text-align: center;
              background: #fbed21;
              border-radius: 0;
              border-bottom: 1px dotted #104096; }
              .header div.head_top_right div.top div.lang ul > li ul li:hover {
                background: #009FE8; }
                .header div.head_top_right div.top div.lang ul > li ul li:hover a {
                  color: #fff; }
              .header div.head_top_right div.top div.lang ul > li ul li:last-child {
                border-bottom: 0; }
              .header div.head_top_right div.top div.lang ul > li ul li::after {
                content: none; }
              .header div.head_top_right div.top div.lang ul > li ul li a {
                color: #104096; }
          .header div.head_top_right div.top div.lang ul > li:hover ul {
            visibility: visible;
            opacity: 1; }
    .header div.head_top_right div.bottom {
      margin-top: 14px; }
      @media screen and (max-width: 640px) {
        .header div.head_top_right div.bottom {
          display: none; } }
      .header div.head_top_right div.bottom ul {
        text-align: right; }
        .header div.head_top_right div.bottom ul li {
          display: inline-block;
          margin-left: .6em; }
          .header div.head_top_right div.bottom ul li:first-child {
            margin-left: 0; }
          .header div.head_top_right div.bottom ul li a {
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0;
            color: #104096; }
            .header div.head_top_right div.bottom ul li a:hover {
              background: linear-gradient(rgba(255, 242, 160, 0) 60%, #fff2a0 60%, #fff2a0); }
  .header div.headernav {
    padding: 0;
    width: 100%;
    background: #104096; }
    @media screen and (max-width: 767px) {
      .header div.headernav {
        display: none; } }
    .header div.headernav nav {
      width: 100%; }
      .header div.headernav nav ul.nav {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        height: 60px;
        position: relative; }
        .header div.headernav nav ul.nav > li {
          margin: 0;
          /*drop*/ }
          .header div.headernav nav ul.nav > li > a, .header div.headernav nav ul.nav > li .parent_nav {
            display: block;
            position: relative;
            margin: 0;
            padding: 11px 35px 10px;
            height: 60px;
            color: #a0d1f3;
            letter-spacing: .25em;
            font-weight: bold;
            cursor: pointer; }
            .header div.headernav nav ul.nav > li > a span, .header div.headernav nav ul.nav > li .parent_nav span {
              display: block;
              padding-top: 1px;
              letter-spacing: .1em;
              color: #fff;
              font-size: 10px;
              font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
            .header div.headernav nav ul.nav > li > a:first-letter, .header div.headernav nav ul.nav > li .parent_nav:first-letter {
              color: #fbed21; }
            .header div.headernav nav ul.nav > li > a::after, .header div.headernav nav ul.nav > li .parent_nav::after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              height: 4px;
              width: 0;
              background: #fbed21;
              transition: .3s; }
            .header div.headernav nav ul.nav > li > a:hover::after, .header div.headernav nav ul.nav > li .parent_nav:hover::after {
              width: 100%; }
          .header div.headernav nav ul.nav > li.drop .dropdownContain {
            visibility: hidden;
            white-space: nowrap;
            opacity: 0;
            z-index: 1;
            position: absolute;
            top: 60px;
            left: 0;
            box-sizing: border-box;
            width: 100%;
            padding: 18px 27px 0;
            background: #fbed21;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            list-style: none; }
            .header div.headernav nav ul.nav > li.drop .dropdownContain > li a {
              color: #fff;
              font-weight: bold;
              font-size: 14px;
              padding: 20px 18px;
              display: block;
              position: relative;
              line-height: 15px;
              letter-spacing: 0.2em;
              transition: .3s;
              margin-top: -18px;
              color: #104096; }
              .header div.headernav nav ul.nav > li.drop .dropdownContain > li a::after {
                content: '';
                height: 15px;
                width: 2px;
                background: #104096;
                display: block;
                position: absolute;
                top: 20px;
                right: -1px; }
              .header div.headernav nav ul.nav > li.drop .dropdownContain > li a:hover {
                opacity: .5; }
            .header div.headernav nav ul.nav > li.drop .dropdownContain > li:last-child a::after {
              display: none; }
          .header div.headernav nav ul.nav > li.nav_open .dropdownContain {
            visibility: visible;
            opacity: 1;
            z-index: 0; }
          .header div.headernav nav ul.nav > li.nav_open > a::after, .header div.headernav nav ul.nav > li.nav_open .parent_nav::after {
            width: 100%; }
          .header div.headernav nav ul.nav > li:hover {
            -webkit-transition: all .5s;
            transition: all .5s; }
            .header div.headernav nav ul.nav > li:hover .dropdownContain {
              top: 60px;
              visibility: visible;
              opacity: 1; }
    .header div.headernav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      background: #104096;
      width: 100%;
      /*width: calc(100% - 180px);*/ }
      .header div.headernav.fixed nav ul.nav > li {
        /*drop*/ }
        .header div.headernav.fixed nav ul.nav > li.drop .dropdownContain {
          top: 60px; }

body.en .header, body.zh-tw .header, body.privacypolicy-en .header, body.privacypolicy-tw .header {
  height: 130px; }
  @media screen and (max-width: 640px) {
    body.en .header, body.zh-tw .header, body.privacypolicy-en .header, body.privacypolicy-tw .header {
      height: auto; } }

/*smartphone*/
.sp_lang {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp_lang {
      display: block;
      position: absolute;
      top: 21px;
      right: 68px;
      display: flex;
      border-right: 1px solid #fff;
      letter-spacing: 0; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    .sp_lang {
      top: 16px;
      right: 55px; } }
  @media screen and (max-width: 767px) {
      .sp_lang ul {
        display: flex; }
      .sp_lang li {
        height: 28px;
        width: 28px;
        line-height: 28px;
        border: 1px solid #fff;
        text-align: center;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        border-right: none; }
        .sp_lang li a {
          display: block;
          color: #fff; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        .sp_lang li a {
          height: 26px;
          width: 24px;
          line-height: 26px;
          font-size: 10px; } }
  @media screen and (max-width: 767px) {
        .sp_lang li.ja {
          display: none; }
        .sp_lang li.none {
          display: none; } }

/*sp menu*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  top: 90px;
  right: 24px;
  width: 36px;
  height: 28px;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    .hamburger {
      display: none; } }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #104096; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 12px; }
      @media screen and (max-width: 320px) {
        .hamburger span:nth-of-type(2) {
          top: 11px; } }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }

.hamburger.active span {
  background-color: #fff; }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg); }
    @media screen and (max-width: 320px) {
      .hamburger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg); } }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); }
    @media screen and (max-width: 320px) {
      .hamburger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #104096;
  z-index: 998; }
  #navigation .navigation_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%; }
    #navigation .navigation_inner .navigation_menu {
      margin: 0;
      padding: 50px 20px 20px;
      overflow-y: scroll;
      width: 100%; }
      #navigation .navigation_inner .navigation_menu .navigation_item {
        width: 100%;
        margin: 0 auto 0 auto;
        background: #104096; }
        #navigation .navigation_inner .navigation_menu .navigation_item p.parent_nav, #navigation .navigation_inner .navigation_menu .navigation_item a {
          color: #83D7FF;
          font-size: 20px;
          font-weight: bold;
          vertical-align: middle;
          padding: 15px 0 8px 0;
          border-top: 2px solid #137CE6;
          display: block; }
          #navigation .navigation_inner .navigation_menu .navigation_item p.parent_nav span, #navigation .navigation_inner .navigation_menu .navigation_item a span {
            font-size: 11px;
            font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            padding-left: 5px; }
          #navigation .navigation_inner .navigation_menu .navigation_item p.parent_nav.link, #navigation .navigation_inner .navigation_menu .navigation_item a.link {
            border-bottom: 2px solid #137CE6;
            margin-bottom: 15px;
            position: relative;
            padding: 15px 0 15px 0; }
            #navigation .navigation_inner .navigation_menu .navigation_item p.parent_nav.link::after, #navigation .navigation_inner .navigation_menu .navigation_item a.link::after {
              content: '';
              background-image: url("../img/icon01_w.svg");
              background-size: 20px 20px;
              width: 20px;
              height: 20px;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
        #navigation .navigation_inner .navigation_menu .navigation_item .navigation_sub_menu {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-bottom: 15px; }
          #navigation .navigation_inner .navigation_menu .navigation_item .navigation_sub_menu li {
            min-width: calc(50% - 2px);
            margin-bottom: 4px;
            background: rgba(0, 0, 0, 0.75); }
            @media screen and (max-width: 320px) {
              #navigation .navigation_inner .navigation_menu .navigation_item .navigation_sub_menu li {
                min-width: 100%; } }
            #navigation .navigation_inner .navigation_menu .navigation_item .navigation_sub_menu li a {
              border: none;
              font-size: 12px;
              letter-spacing: 0;
              color: #fff;
              display: block;
              padding: 10px; }
        #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-bottom: 15px; }
          #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav li {
            min-width: calc(50% - 2px);
            margin-bottom: 4px; }
            #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav li a {
              border: 1px solid #fff;
              font-size: 12px;
              letter-spacing: 0;
              color: #fff;
              display: block;
              padding: 10px; }
            #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav li.sns_nav {
              width: 35px;
              min-width: 0; }
          #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav.sns {
            justify-content: flex-start;
            padding: 0; }
            #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav.sns li {
              margin-right: 4px; }
              #navigation .navigation_inner .navigation_menu .navigation_item .sp_sub_nav.sns li a {
                font-size: 14px; }

div.sptop {
  display: none; }
  @media screen and (max-width: 640px) {
    div.sptop {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 56px;
      padding: 0 20px;
      background: #f7f7f7;
      z-index: 1000; } }
  div.sptop div.sns {
    position: relative;
    display: inline-block; }
  div.sptop div.lang {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    z-index: 1; }
    div.sptop div.lang ul > li {
      position: relative;
      padding-left: 20px;
      width: 150px;
      height: 32px;
      line-height: 32px;
      font-weight: bold;
      font-size: 15px;
      color: #fff;
      background: #104096;
      border-radius: 8px;
      z-index: 1; }
      div.sptop div.lang ul > li:after {
        position: absolute;
        top: -1px;
        right: 8px;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f0dd"; }
      div.sptop div.lang ul > li ul {
        visibility: hidden;
        position: absolute;
        top: 32px;
        left: 0;
        padding-top: 4px;
        transition: .2s;
        border-radius: 8px;
        opacity: 0; }
        div.sptop div.lang ul > li ul li {
          padding-left: 0;
          text-align: center;
          background: #fbed21;
          border-radius: 0;
          border-bottom: 1px dotted #104096; }
          div.sptop div.lang ul > li ul li:hover {
            background: #009FE8; }
            div.sptop div.lang ul > li ul li:hover a {
              color: #fff; }
          div.sptop div.lang ul > li ul li:last-child {
            border-bottom: 0; }
          div.sptop div.lang ul > li ul li::after {
            content: none; }
          div.sptop div.lang ul > li ul li a {
            color: #104096; }
      div.sptop div.lang ul > li:hover ul {
        visibility: visible;
        opacity: 1; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  padding: 60px 0 50px;
  font-size: .9em;
  background: #fff;
  width: 100%;
  position: relative;
  color: #000000; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 40px 0; } }
  footer .top_btn {
    position: absolute;
    top: -42px;
    right: 0;
    width: 180px;
    height: 42px;
    text-align: center;
    z-index: 9999999; }
    @media screen and (max-width: 767px) {
      footer .top_btn {
        width: 100%; } }
    footer .top_btn a {
      margin: auto;
      display: inline-block; }
      footer .top_btn a img {
        width: 34px; }
  footer .footer_inner {
    width: 100%;
    padding: 0 30px;
    max-width: 1240px;
    margin: auto; }
    @media screen and (max-width: 320px) {
      footer .footer_inner {
        padding: 0 20px; } }
    footer .footer_inner .footerlogo {
      display: block;
      max-width: 320px;
      width: 100%;
      margin-bottom: 30px; }
    footer .footer_inner .footer_bottom {
      display: flex; }
      @media screen and (max-width: 767px) {
        footer .footer_inner .footer_bottom {
          display: block; } }
      footer .footer_inner .footer_bottom .f_title {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          footer .footer_inner .footer_bottom .f_title {
            font-size: 16px; } }
      footer .footer_inner .footer_bottom .left {
        margin-right: 50px;
        flex-basis: 50%;
        width: 50%; }
        @media screen and (max-width: 767px) {
          footer .footer_inner .footer_bottom .left {
            margin-right: 0;
            flex-basis: 100%;
            width: 100%; } }
        footer .footer_inner .footer_bottom .left .address {
          line-height: 1.6;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            footer .footer_inner .footer_bottom .left .address {
              font-size: 13px;
              margin-bottom: 20px; } }
        footer .footer_inner .footer_bottom .left ul.site_list {
          margin: 0;
          padding: 20px 0; }
          footer .footer_inner .footer_bottom .left ul.site_list li {
            display: inline-block;
            margin: 0 10px 10px 0; }
            footer .footer_inner .footer_bottom .left ul.site_list li a {
              display: block;
              background: #E5E5E5;
              color: #000;
              padding: 1em 1.5em;
              font-size: 12px;
              font-weight: bold;
              white-space: nowrap; }
        footer .footer_inner .footer_bottom .left ul.f_nav li {
          display: inline-flex;
          font-size: 13px;
          margin-right: 2em;
          line-height: 1.5em; }
          footer .footer_inner .footer_bottom .left ul.f_nav li a {
            color: #000;
            letter-spacing: 0; }
            footer .footer_inner .footer_bottom .left ul.f_nav li a i {
              margin-right: .5em; }
      footer .footer_inner .footer_bottom .right {
        flex-basis: 50%;
        width: 50%; }
        @media screen and (max-width: 767px) {
          footer .footer_inner .footer_bottom .right {
            margin-top: 30px;
            flex-basis: 100%;
            width: 100%; } }
        footer .footer_inner .footer_bottom .right p.f_title {
          margin: 0 0 1.5em;
          color: #104096; }
        footer .footer_inner .footer_bottom .right .contact_wrap {
          letter-spacing: 0;
          padding: 0 0 0 1.5em;
          margin: 0;
          border-left: 10px solid #104096; }
          footer .footer_inner .footer_bottom .right .contact_wrap .main_text {
            font-size: 21px;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: 0.02em; }
            @media screen and (max-width: 767px) {
              footer .footer_inner .footer_bottom .right .contact_wrap .main_text {
                font-size: 16px; } }
          footer .footer_inner .footer_bottom .right .contact_wrap .sub_text {
            font-size: 16px;
            line-height: 1.6; }
            @media screen and (max-width: 767px) {
              footer .footer_inner .footer_bottom .right .contact_wrap .sub_text {
                font-size: 13px; } }
          footer .footer_inner .footer_bottom .right .contact_wrap.tel {
            margin-bottom: 30px; }
            @media screen and (max-width: 767px) {
              footer .footer_inner .footer_bottom .right .contact_wrap.tel {
                margin-bottom: 20px; } }
    footer .footer_inner .copy {
      margin-top: 3em;
      font-size: 10px;
      letter-spacing: 0; }

/* -------------------------------- 
sponsor
--------------------------------- */
@media screen and (min-width: 768px) {
  .right-banner-wrap {
    min-height: 100%;
    z-index: 100;
    padding: 0 0 72px 0;
    background: #a0d1f3; }
    .right-banner-wrap .sp_title {
      display: none; }
    .right-banner-wrap .right-inner {
      position: relative;
      box-sizing: border-box;
      padding-top: 180px; }
      .right-banner-wrap .right-inner .title {
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        font-weight: bold; }
      .right-banner-wrap .right-inner a img {
        width: 100%;
        height: auto; }
      .right-banner-wrap .right-inner .slide-banner-wrap {
        background: #104096;
        padding: 20px;
        position: fixed;
        top: 0;
        right: 0;
        width: 180px;
        height: 180px;
        z-index: 101;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .right-banner-wrap .right-inner .slide-banner-wrap .right_title {
          color: #fff;
          text-align: center;
          font-weight: bold;
          padding: .3em 0;
          margin: 0; }
        .right-banner-wrap .right-inner .slide-banner-wrap .partnerslide {
          width: 100%; }
          .right-banner-wrap .right-inner .slide-banner-wrap .partnerslide img {
            vertical-align: bottom; }
      .right-banner-wrap .right-inner .sponcer-wrap {
        padding: 20px;
        position: relative;
        z-index: 100; }
        .right-banner-wrap .right-inner .sponcer-wrap li + li {
          margin-top: 5px; }
        .right-banner-wrap .right-inner .sponcer-wrap .sponcer-section-sub ul {
          margin-bottom: 20px; }
          .right-banner-wrap .right-inner .sponcer-wrap .sponcer-section-sub ul:last-child {
            margin-bottom: 0; }
      .right-banner-wrap .right-inner .supporter-wrap {
        background: #a0d1f3;
        padding: 20px;
        position: relative;
        z-index: 100; }
        .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 {
          margin-bottom: 10px;
          width: 100%; }
          .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: end;
            align-items: flex-end; }
            .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul li, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul li {
              width: calc(50% - 3px);
              margin-right: 5px;
              margin-top: 5px;
              background: #fff; }
              .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul li:nth-child(even), .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul li:nth-child(even) {
                margin-right: 0px; } }
@media screen and (max-width: 767px) {
  .right-banner-wrap {
    width: 100%;
    height: auto;
    padding: 0;
    background: #a0d1f3; }
    .right-banner-wrap .right-inner {
      position: relative; }
      .right-banner-wrap .right-inner .sp_title, .right-banner-wrap .right-inner .title {
        display: block;
        font-size: 17px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px; }
      .right-banner-wrap .right-inner li {
        margin-bottom: 4px; }
      .right-banner-wrap .right-inner a img {
        width: 100%;
        height: auto; }
      .right-banner-wrap .right-inner .slide-banner-wrap {
        display: none; }
      .right-banner-wrap .right-inner .sponcer-wrap {
        padding: 45px 30px 0; }
        .right-banner-wrap .right-inner .sponcer-wrap ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-bottom: 10px; }
          .right-banner-wrap .right-inner .sponcer-wrap ul li {
            flex-basis: 49%;
            width: 49%;
            margin-right: 2%; }
            .right-banner-wrap .right-inner .sponcer-wrap ul li:nth-child(2n) {
              margin-right: 0; }
          .right-banner-wrap .right-inner .sponcer-wrap ul.groupa {
            display: block; }
            .right-banner-wrap .right-inner .sponcer-wrap ul.groupa li {
              flex-basis: 100%;
              width: 100%;
              margin-right: 0; }
      .right-banner-wrap .right-inner .supporter-wrap {
        padding: 45px 30px 60px 30px; }
        .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 {
          margin-bottom: 10px;
          width: 100%; }
          .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            justify-content: space-between;
            position: relative; }
            .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul li, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul li {
              width: calc(25% - 3px); }
            .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul::before, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul::before {
              content: "";
              display: block;
              width: calc(25% - 3px);
              order: 1; }
            .right-banner-wrap .right-inner .supporter-wrap .supporter-section-01 ul::after, .right-banner-wrap .right-inner .supporter-wrap .supporter-section-02 ul::after {
              content: "";
              display: block;
              width: calc(25% - 3px); } }
/* -------------------------------- 
index components 
--------------------------------- */
/*swiper*/
.indextopslide {
  z-index: 1; }
  .indextopslide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100px;
    background-image: url("../img/bg_leftdown.png");
    background-size: 100% 100%;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .indextopslide::after {
        content: none; } }
  .indextopslide > .swiper-pagination-bullets,
  .indextopslide .swiper-pagination-custom,
  .indextopslide .swiper-pagination-fraction {
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    display: inline-block;
    z-index: 2; }
  .indextopslide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background: #3fa8f4; }
  .indextopslide .swiper-pagination-bullet-active {
    background: #dc0c78; }
  .indextopslide .swiper-slide img {
    width: 100%; }

section {
  position: relative; }
  section.indexnews {
    padding: 0 0 60px;
    margin-top: -120px;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      section.indexnews {
        margin-top: 0;
        padding-bottom: 30px; } }
    section.indexnews .inner {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-end; }
      @media screen and (max-width: 640px) {
        section.indexnews .inner {
          display: block; } }
    section.indexnews div.left {
      /*flex-basis: 60%;*/
      width: 60%; }
      @media screen and (max-width: 640px) {
        section.indexnews div.left {
          flex-basis: 100%;
          width: 100%;
          margin-top: 30px; } }
      section.indexnews div.left h2 {
        margin-top: 0; }
    section.indexnews div.right {
      position: relative;
      /*flex-basis: 35%;*/
      width: 35%;
      margin-left: 5%;
      padding: 30px;
      background: #104096;
      /*swiper*/ }
      @media screen and (max-width: 640px) {
        section.indexnews div.right {
          flex-basis: 100%;
          width: 100%;
          margin-left: 0; } }
      section.indexnews div.right div.title_wrap h2 {
        margin: 0;
        padding: 0 0 24px 2px;
        color: #fff;
        font-size: 18px; }
      section.indexnews div.right a {
        display: block;
        color: #fff; }
        section.indexnews div.right a div.txt {
          margin-top: 1em;
          padding-left: 2px; }
      section.indexnews div.right .swiper-button-next, section.indexnews div.right .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.89%2037.89%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f7e921%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18.94%2C0a18.95%2C18.95%2C0%2C1%2C0%2C19%2C18.94A18.94%2C18.94%2C0%2C0%2C0%2C18.94%2C0ZM17%2C26.86l-2-2%2C5.93-5.94L15%2C13l2-2%2C7.88%2C7.91Z%22%2F%3E%3C%2Fsvg%3E");
        right: 10px;
        left: auto; }
      section.indexnews div.right .swiper-button-prev, section.indexnews div.right .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.89%2037.89%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f7e921%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18.94%2C37.89A18.95%2C18.95%2C0%2C1%2C0%2C0%2C18.94%2C19%2C19%2C0%2C0%2C0%2C18.94%2C37.89ZM20.88%2C11l2%2C2L17%2C18.94l5.93%2C5.94-2%2C2L13%2C18.94Z%22%2F%3E%3C%2Fsvg%3E");
        left: 10px;
        right: auto; }
      section.indexnews div.right .swiper-button-next, section.indexnews div.right .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -18px;
        z-index: 10;
        cursor: pointer;
        background-size: 36px 36px;
        background-position: center;
        background-repeat: no-repeat; }
  section.time {
    padding: 140px 0;
    background-image: url("../img/bg_timetop.png"), url("../img/bg_timebottom.png"), url("../img/bg_time.png");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 100%,100%,cover;
    background-position: top left,bottom -1px left,center center; }
    @media screen and (max-width: 640px) {
      section.time {
        padding: 70px 0;
        background-size: auto 60px,auto 60px,cover;
        background-position: top left,bottom -1px right,center center; } }
    section.time div.inner {
      position: relative; }
      @media screen and (max-width: 640px) {
        section.time div.inner {
          padding: 40px; } }
    section.time div.logo_wrap {
      max-width: 308px; }
    section.time div.timewrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 10px 0 40px; }
      @media screen and (max-width: 640px) {
        section.time div.timewrap {
          display: block;
          text-align: right; } }
      section.time div.timewrap div.left {
        flex-basis: 28%;
        width: 28%; }
        @media screen and (max-width: 640px) {
          section.time div.timewrap div.left {
            flex-basis: 100%;
            width: 100%;
            padding: 20px 0; } }
      section.time div.timewrap div.right {
        flex-basis: 64.5%;
        width: 64.5%;
        padding-top: 4.2%;
        background: url("../img/bg_timeer.png") no-repeat;
        background-position: top left;
        background-size: 100% auto; }
        @media screen and (max-width: 640px) {
          section.time div.timewrap div.right {
            flex-basis: 100%;
            width: 100%; } }
        section.time div.timewrap div.right .timer-bg {
          width: 100%; }
          section.time div.timewrap div.right .timer-bg span {
            display: inline-block;
            width: calc(76% / 9); }
            section.time div.timewrap div.right .timer-bg span#dayL2, section.time div.timewrap div.right .timer-bg span#hourL1, section.time div.timewrap div.right .timer-bg span#minL1 {
              margin-right: 8%; }
            section.time div.timewrap div.right .timer-bg span img {
              width: 100%; }
      section.time div.timewrap img.casiologo {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 100px; }
        @media screen and (max-width: 640px) {
          section.time div.timewrap img.casiologo {
            position: relative;
            top: auto;
            right: auto;
            width: 60px;
            margin-bottom: 8px; } }
    section.time ul.ul_btn {
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 640px) {
        section.time ul.ul_btn {
          display: block; } }
      section.time ul.ul_btn li {
        flex-basis: 31%;
        width: 31%;
        margin-right: 3.5%; }
        @media screen and (max-width: 640px) {
          section.time ul.ul_btn li {
            flex-basis: 100%;
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; }
            section.time ul.ul_btn li:last-child {
              margin-bottom: 0; } }
        section.time ul.ul_btn li a {
          position: relative;
          display: block;
          padding-left: .3em;
          height: 62px;
          line-height: 60px;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 1.2em;
          letter-spacing: .3em;
          background: #000; }
          section.time ul.ul_btn li a::after {
            position: absolute;
            top: 0;
            right: 8px;
            font-family: 'Font Awesome\ 5 Free';
            content: "\f0da"; }
        section.time ul.ul_btn li:first-child a {
          background: #94ce17; }
        section.time ul.ul_btn li:nth-child(2) a {
          background: #FFAA00; }
        section.time ul.ul_btn li:last-child {
          margin-right: 0; }
          section.time ul.ul_btn li:last-child a {
            background: #E52E8A; }
  section.videos {
    padding-top: 0;
    /*background: $theme_color;*/ }
    section.videos h2 {
      margin-bottom: 2em;
      text-align: right; }
      @media screen and (max-width: 640px) {
        section.videos h2 {
          text-align: left; } }
    section.videos div.content figure {
      margin: 0; }
  section.sns {
    background: #104096; }
    section.sns .inner {
      padding: 0 30px;
      max-width: 1060px; }
      @media screen and (max-width: 1080px) {
        section.sns .inner {
          max-width: 760px; } }
    section.sns ul.sns_list {
      display: flex;
      justify-content: space-between;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        section.sns ul.sns_list {
          display: block; } }
      section.sns ul.sns_list li {
        flex-basis: 30%;
        width: 30%;
        margin-right: 5%; }
        section.sns ul.sns_list li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          section.sns ul.sns_list li {
            flex-basis: 100%;
            width: 100%;
            max-width: 500px;
            margin: 0 auto 20px; }
            section.sns ul.sns_list li:nth-child(2) {
              margin-bottom: 40px; } }
        section.sns ul.sns_list li .fb_title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #3C5997;
          width: 100%;
          padding: 0 22px;
          height: 70px; }
          @media screen and (max-width: 1080px) {
            section.sns ul.sns_list li .fb_title {
              height: 55px; } }
          @media screen and (max-width: 767px) {
            section.sns ul.sns_list li .fb_title {
              padding: 0 15px; } }
          section.sns ul.sns_list li .fb_title i {
            font-size: 38px;
            color: #fff; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .fb_title i {
                font-size: 32px; } }
          section.sns ul.sns_list li .fb_title a {
            height: 26px;
            line-height: 24px;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            padding: 0 1em;
            font-weight: 600;
            transition: all .3s; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .fb_title a {
                font-size: 11px; } }
            section.sns ul.sns_list li .fb_title a:hover {
              background: #fff;
              color: #3C5997; }
        section.sns ul.sns_list li .insta_title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: -moz-linear-gradient(to right, #6C4395, #E8487D 44.17%, #DD2F67 62.3%, #F3B562);
          background: -webkit-linear-gradient(to right, #6C4395, #E8487D 44.17%, #DD2F67 62.3%, #F3B562);
          background: linear-gradient(to right, #6C4395, #E8487D 44.17%, #DD2F67 62.3%, #F3B562);
          width: 100%;
          padding: 0 22px;
          height: 70px; }
          @media screen and (max-width: 1080px) {
            section.sns ul.sns_list li .insta_title {
              height: 55px; } }
          @media screen and (max-width: 767px) {
            section.sns ul.sns_list li .insta_title {
              padding: 0 15px; } }
          section.sns ul.sns_list li .insta_title i {
            font-size: 34px;
            color: #fff; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .insta_title i {
                font-size: 30px; } }
          section.sns ul.sns_list li .insta_title a {
            height: 26px;
            line-height: 24px;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            padding: 0 1em;
            font-weight: 600;
            transition: all .3s; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .insta_title a {
                font-size: 11px; } }
            section.sns ul.sns_list li .insta_title a:hover {
              background: #fff;
              color: #F3B562; }
        section.sns ul.sns_list li .insta_wrap {
          height: 300px;
          background: #fff; }
          @media screen and (max-width: 768px) {
            section.sns ul.sns_list li .insta_wrap {
              height: auto; } }
        section.sns ul.sns_list li .twitter_title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #55acee;
          width: 100%;
          padding: 0 22px;
          height: 70px; }
          @media screen and (max-width: 1080px) {
            section.sns ul.sns_list li .twitter_title {
              height: 55px; } }
          @media screen and (max-width: 767px) {
            section.sns ul.sns_list li .twitter_title {
              padding: 0 15px; } }
          section.sns ul.sns_list li .twitter_title i {
            font-size: 38px;
            color: #fff; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .twitter_title i {
                font-size: 32px; } }
          section.sns ul.sns_list li .twitter_title a {
            height: 26px;
            line-height: 24px;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            padding: 0 1em;
            font-weight: 600;
            transition: all .3s; }
            @media screen and (max-width: 1080px) {
              section.sns ul.sns_list li .twitter_title a {
                font-size: 11px; } }
            section.sns ul.sns_list li .twitter_title a:hover {
              background: #fff;
              color: #55acee; }
        section.sns ul.sns_list li .fb_wrap {
          width: 100%; }
          section.sns ul.sns_list li .fb_wrap ._2p3a {
            width: 100% !important; }
          section.sns ul.sns_list li .fb_wrap ._1drm._1b90, section.sns ul.sns_list li .fb_wrap ._1drm._1ds4 {
            border: 0 !important; }
        section.sns ul.sns_list li .twi_wrap {
          height: 300px;
          overflow-y: scroll;
          border: 1px solid #dedede; }
          @media screen and (max-width: 1230px) {
            section.sns ul.sns_list li .twi_wrap {
              height: 290px; } }
          @media screen and (max-width: 1160px) {
            section.sns ul.sns_list li .twi_wrap {
              height: 280px; } }
          @media screen and (max-width: 1120px) {
            section.sns ul.sns_list li .twi_wrap {
              height: 260px; } }
          @media screen and (max-width: 1080px) {
            section.sns ul.sns_list li .twi_wrap {
              height: 220px; } }
          @media screen and (max-width: 767px) {
            section.sns ul.sns_list li .twi_wrap {
              height: 280px; } }

/* -------------------------------- 
news list 
--------------------------------- */
.news_tab {
  display: flex; }
  .news_tab li {
    width: 20%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    letter-spacing: .15em;
    font-size: .9em; }
    @media screen and (max-width: 767px) {
      .news_tab li {
        font-size: 10px;
        letter-spacing: 0.05em;
        width: 19%;
        height: 35px;
        line-height: 37px; } }
    .news_tab li#all {
      background: #000; }
    .news_tab li#cat-news {
      background: #009FE8; }
    .news_tab li#cat-runner {
      background: #A8E12E; }
    .news_tab li#cat-volunteer {
      background: #FFAA00; }
      @media screen and (max-width: 767px) {
        .news_tab li#cat-volunteer {
          width: 24%; } }
    .news_tab li#cat-event {
      background: #E52E8A; }

.news_list {
  min-height: 208px; }
  .news_list li {
    display: flex;
    align-items: center;
    font-size: .9em;
    padding: 16px; }
    .news_list li:nth-child(odd) {
      background: #f7f7f7; }
    .news_list li:nth-child(even) {
      background: #fff; }
    @media screen and (max-width: 1080px) {
      .news_list li {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      .news_list li {
        font-size: 13px;
        flex-wrap: wrap; } }
    .news_list li time {
      letter-spacing: 0.01em;
      margin-right: 20px;
      width: 6em; }
      @media screen and (max-width: 1080px) {
        .news_list li time {
          margin-right: 15px; } }
      @media screen and (max-width: 767px) {
        .news_list li time {
          margin-right: 10px; } }
    .news_list li .cat_time_wrap {
      width: 78px;
      margin-right: 20px; }
      @media screen and (max-width: 1080px) {
        .news_list li .cat_time_wrap {
          width: 62px;
          margin-right: 15px; } }
      .news_list li .cat_time_wrap span {
        width: 10px;
        height: 13px;
        display: inline-block;
        margin-right: 8px;
        font-size: 0; }
        @media screen and (max-width: 1080px) {
          .news_list li .cat_time_wrap span {
            width: 11px;
            height: 11px;
            margin-right: 6px; } }
        .news_list li .cat_time_wrap span.cat-pickup {
          display: none; }
        .news_list li .cat_time_wrap span.cat-news {
          background: #009FE8; }
        .news_list li .cat_time_wrap span.cat-runner {
          background: #A8E12E; }
        .news_list li .cat_time_wrap span.cat-volunteer {
          background: #FFAA00; }
        .news_list li .cat_time_wrap span.cat-event {
          background: #E52E8A; }
        .news_list li .cat_time_wrap span:last-child {
          margin-right: 0; }
    .news_list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc(100% - 98px - 6em - 20px); }
      .news_list li a span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 34px); }
        @media screen and (max-width: 640px) {
          .news_list li a span {
            line-height: 1.6;
            text-overflow: clip;
            white-space: pre-wrap;
            overflow: visible; } }
      @media screen and (max-width: 1080px) {
        .news_list li a {
          width: calc(100% - 77px - 6em - 15px); } }
      @media screen and (max-width: 767px) {
        .news_list li a {
          width: 100%;
          margin-top: 8px; } }
      .news_list li a img {
        width: 20px;
        height: 20px; }
  .news_list.list_news {
    display: none; }
  .news_list.list_runner {
    display: none; }
  .news_list.list_volunteer {
    display: none; }
  .news_list.list_event {
    display: none; }

/*page archive*/
body.post-type-archive-news div.main div.inner div.content {
  padding: 60px; }
body.post-type-archive-news .news_list li a span {
  line-height: 1.6;
  text-overflow: clip;
  white-space: pre-wrap;
  overflow: visible; }

/* -------------------------------- 
sub components 
--------------------------------- */
body.sub div.title_wrap {
  position: relative;
  padding: 140px 30px 180px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg_sub.jpg"); }
  @media screen and (max-width: 640px) {
    body.sub div.title_wrap {
      padding: 60px 30px 100px; } }
  body.sub div.title_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2; }
  body.sub div.title_wrap p.colorful {
    position: relative;
    margin: 0;
    padding-left: .25em;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    z-index: 2; }
    body.sub div.title_wrap p.colorful span {
      color: #fff !important; }
    @media screen and (max-width: 640px) {
      body.sub div.title_wrap p.colorful {
        font-size: 1.5em; } }
  body.sub div.title_wrap h1 {
    position: relative;
    display: inline-block;
    margin: .5em 0 0;
    padding-left: .3em;
    letter-spacing: .3em;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    z-index: 2; }
    body.sub div.title_wrap h1::before {
      content: '-';
      margin-right: .5em; }
    body.sub div.title_wrap h1::after {
      content: '-';
      margin-left: .5em; }
    @media screen and (max-width: 640px) {
      body.sub div.title_wrap h1 {
        font-size: 1.25em; } }
body.sub div.main_inner {
  position: relative;
  padding-top: 0; }
  @media screen and (max-width: 640px) {
    body.sub div.main_inner {
      padding: 0 20px 20px; } }
  body.sub div.main_inner div.content {
    position: relative;
    margin-top: -60px;
    padding: 40px 60px 60px 100px;
    line-height: 1.6;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 3;
    /*group_number*/ }
    body.sub div.main_inner div.content.noneh2 {
      padding: 60px; }
    @media screen and (max-width: 640px) {
      body.sub div.main_inner div.content {
        padding: 30px; }
        body.sub div.main_inner div.content.noneh2 {
          padding: 30px; } }
    body.sub div.main_inner div.content h2 {
      background-image: url("../img/line_h2.png");
      background-repeat: repeat-y;
      background-size: auto 20px;
      padding: 4px 1em 4px 40px;
      font-size: 1.7em;
      line-height: 1.5;
      margin-left: -40px; }
      body.sub div.main_inner div.content h2 span {
        color: #E52E8A; }
      @media screen and (max-width: 640px) {
        body.sub div.main_inner div.content h2 {
          margin-left: 0; } }
    body.sub div.main_inner div.content a:hover img {
      opacity: .85; }
    @media screen and (max-width: 640px) {
      body.sub div.main_inner div.content table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; } }
    body.sub div.main_inner div.content table tr th, body.sub div.main_inner div.content table tr td {
      padding: 1.2em 1em;
      font-size: .9em;
      letter-spacing: 0; }
    body.sub div.main_inner div.content table.col2 {
      display: table;
      overflow-x: inherit;
      white-space: pre-wrap; }
      body.sub div.main_inner div.content table.col2 tr td:first-child {
        width: 22%; }
      @media screen and (max-width: 640px) {
        body.sub div.main_inner div.content table.col2 tr td {
          display: block;
          border: 0 !important; }
          body.sub div.main_inner div.content table.col2 tr td:first-child {
            padding: 1em;
            width: 100%;
            background: #009FE8 !important;
            color: #fff !important; }
          body.sub div.main_inner div.content table.col2 tr td:last-child {
            background: #fff !important;
            color: #333 !important; } }
    body.sub div.main_inner div.content figure {
      margin: 0;
      /*tablelike*/ }
    body.sub div.main_inner div.content div.advgb-tab-body {
      padding: 30px; }
    body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile {
      margin-bottom: 20px; }
      body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile .advgb-column:first-child {
        width: 60px; }
        @media screen and (max-width: 640px) {
          body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile .advgb-column:first-child {
            width: 50px !important; } }
        body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile .advgb-column:first-child strong {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          text-align: center;
          letter-spacing: 0;
          background: #009FE8;
          border-radius: 15px; }
      body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile .advgb-column:last-child {
        width: calc(100% - 60px); }
        @media screen and (max-width: 640px) {
          body.sub div.main_inner div.content div.group_number .advgb-columns.advgb-is-mobile .advgb-column:last-child {
            width: calc(100% - 50px) !important; } }

/* -------------------------------- 
sponcer components 
--------------------------------- */
body.sponsor div.title_wrap {
  padding: 140px 30px 140px; }
  @media screen and (max-width: 640px) {
    body.sponsor div.title_wrap {
      padding: 60px 30px; } }
body.sponsor div.main_inner {
  padding-top: 0; }
  @media screen and (max-width: 640px) {
    body.sponsor div.main_inner {
      padding: 0 20px 20px; } }
  body.sponsor div.main_inner div.content {
    position: relative;
    margin: 0 auto 40px;
    padding: 60px; }
    @media screen and (max-width: 640px) {
      body.sponsor div.main_inner div.content {
        padding: 30px; } }
    body.sponsor div.main_inner div.content.h2wrap {
      padding: 40px 0 0 40px;
      background: transparent;
      box-shadow: none; }
      @media screen and (max-width: 640px) {
        body.sponsor div.main_inner div.content.h2wrap {
          padding-left: 0; } }
  body.sponsor div.main_inner div.partner {
    padding: 80px;
    text-align: center;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 640px) {
      body.sponsor div.main_inner div.partner {
        padding: 30px; } }
    body.sponsor div.main_inner div.partner a {
      display: inline-block;
      height: 60px; }
      @media screen and (max-width: 640px) {
        body.sponsor div.main_inner div.partner a {
          height: 40px; } }
      body.sponsor div.main_inner div.partner a.groupa {
        height: 100px; }
        @media screen and (max-width: 640px) {
          body.sponsor div.main_inner div.partner a.groupa {
            height: 40px; } }
      body.sponsor div.main_inner div.partner a img {
        display: inline-block;
        width: auto;
        max-width: none;
        height: 100%;
        vertical-align: bottom; }
    body.sponsor div.main_inner div.partner p.name_ja {
      font-weight: bold;
      letter-spacing: 0; }
    body.sponsor div.main_inner div.partner p.name_en {
      margin-bottom: 0;
      font-size: .8em; }
    body.sponsor div.main_inner div.partner p.txt {
      margin: 40px auto 0;
      text-align: left;
      font-size: .9em;
      padding-top: 40px;
      border-top: 1px solid #ddd; }
      @media screen and (max-width: 640px) {
        body.sponsor div.main_inner div.partner p.txt {
          margin: 20px 0; } }
  body.sponsor div.main_inner div.partner_wrap > div.partner:first-child {
    margin-top: 80px;
    position: relative; }
    body.sponsor div.main_inner div.partner_wrap > div.partner:first-child::before {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      width: 100%;
      height: 2px;
      border-bottom: 2px dotted #333; }
  body.sponsor div.main_inner div.supporter ul {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      body.sponsor div.main_inner div.supporter ul {
        display: block; } }
    body.sponsor div.main_inner div.supporter ul li {
      flex-basis: 32%;
      width: 32%;
      margin-right: 2%;
      padding: 30px 0;
      text-align: center; }
      @media screen and (max-width: 640px) {
        body.sponsor div.main_inner div.supporter ul li {
          flex-basis: 100%;
          width: 100%;
          margin-right: 0;
          border-bottom: 1px dotted #333; }
          body.sponsor div.main_inner div.supporter ul li:last-child {
            border: 0; } }
      body.sponsor div.main_inner div.supporter ul li:nth-child(3n) {
        margin-right: 0; }
      body.sponsor div.main_inner div.supporter ul li p.name_ja {
        margin-bottom: .5em;
        font-weight: bold;
        letter-spacing: 0;
        font-size: .9em; }
      body.sponsor div.main_inner div.supporter ul li p.name_en {
        margin: 0;
        font-size: .8em; }

/* -------------------------------- 
faq components 
--------------------------------- */
body.faq div.main_inner div.content div.advgb-accordion-body table tr {
  /**/ }
  body.faq div.main_inner div.content div.advgb-accordion-body table tr td:first-child {
    width: 3em; }
    body.faq div.main_inner div.content div.advgb-accordion-body table tr td:first-child strong {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      letter-spacing: 0;
      background: #E52E8A;
      border-radius: 15px; }
  body.faq div.main_inner div.content div.advgb-accordion-body table tr:first-child td {
    font-weight: bold;
    border-bottom: 1px dotted #009FE8; }
    body.faq div.main_inner div.content div.advgb-accordion-body table tr:first-child td:first-child strong {
      background: #009FE8; }

/* -------------------------------- 
runner entry components 
--------------------------------- */
/* -------------------------------- 
privacy policy components 
--------------------------------- */
/* -------------------------------- 
archive components 
--------------------------------- */
/* -------------------------------- 
single components 
--------------------------------- */
body.single div.content {
  padding: 60px; }
  body.single div.content div.cat_wrap {
    margin: .5em 0 3em; }
    body.single div.content div.cat_wrap span {
      display: inline-block;
      margin-right: .5em;
      padding: .5em;
      line-height: 1;
      background: #f7f7f7; }
      body.single div.content div.cat_wrap span:last-child {
        margin-right: 0; }

body.error404 p.error_title {
  margin: 30px 0 15px 0;
  font-size: 150%;
  font-weight: bold;
  text-align: center; }
body.error404 p.error_text {
  margin-bottom: 50px;
  text-align: center; }
body.error404 .btn_wrap {
  text-align: center; }

/* -------------------------------- 
form components
--------------------------------- */
