@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-plexsans {
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: 0.1em;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  /* display: block; */
  vertical-align: bottom;
  /* width: 100%; */
  /* height: auto; */
}

.image img {
  vertical-align: top;
}

.hidden-text {
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

/**
  Chromeのtransitionバグ対応
 */
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* -----
 * br setting
----------------------------------------------------------------------------- */
br.sp {
  display: none;
}

/* -----
 * Modules
----------------------------------------------------------------------------- */
.main-navigation {
  width: 800px;
  text-align: center;
}

.main-navigation > .btn {
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 45px;
  line-height: 60px;
  margin: 25px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main-navigation > .btn > .main {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  letter-spacing: 0.1em;
}

.main-navigation > .btn > .sub {
  position: absolute;
  font-size: 13px;
  line-height: 1em;
  display: block;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  white-space: nowrap;
}

.main-navigation > .btn:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #0031FF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-navigation > .btn.__now > .main {
  color: #fff;
}

.main-navigation > .btn.__now:before {
  width: 100%;
  background-color: #0031FF;
}

.main-navigation > .btn.__disable {
  pointer-events: none;
  border-bottom: 0;
}

.main-navigation > .btn.__disable > .main {
  color: #E2E7F0;
}

.main-navigation > .btn.__disable:before {
  width: 100%;
  background-color: transparent;
}

.main-navigation > .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.main-navigation > .btn:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.main-navigation > .btn:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main-navigation > .btn:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.main-navigation > .btn:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.main-navigation > .btn:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.main-navigation > .btn:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-navigation > .btn:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.flow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-chart > .item {
  position: relative;
  width: 180px;
  height: 180px;
  background-color: rgba(255, 167, 0, 0.25);
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.flow-chart > .item > * {
  display: block;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.flow-chart > .item > .date {
  font-size: 21px;
  line-height: 1em;
}

.flow-chart > .item > .main {
  line-height: 1em;
  font-size: 26px;
}

.flow-chart > .item > .sub {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

.flow-chart > .item > .help {
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  background-color: #fff;
  color: #0031FF;
  line-height: 26px;
  text-indent: 0.1em;
  right: -13px;
  bottom: -13px;
}

.flow-chart > .item:after {
  content: '';
  display: block;
  width: 29px;
  height: 5px;
  position: absolute;
  background-color: #fff;
  right: -32px;
  top: 50%;
}

.flow-chart > .item:last-child:after {
  width: 0;
}

.flow-chart > .item.__now {
  background-color: #0031FF;
  border-color: #FFA700;
}

.flow-chart > .item.__now > * {
  color: #FFA700;
}

.flow-chart > .item.__now > .help {
  color: #fff;
  background-color: #FFA700;
}

.flow-chart > .item.__now:before {
  content: 'Now';
  display: block;
  color: #FFA700;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 15px;
  border-bottom: 2px solid #FFA700;
  text-align: center;
  width: 125px;
  position: absolute;
  top: 14px;
  left: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#FlowChartModal {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1100;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#FlowChartModal > .items {
  margin-top: 15px;
  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;
  width: 735px;
}

#FlowChartModal > .items > .item {
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background-color: #1D202B;
  color: #fff;
  margin-bottom: 15px;
}

#FlowChartModal > .items > .item > .head {
  text-align: center;
  font-weight: bold;
  padding: 20px 20px 15px;
  background-color: #0031FF;
}

#FlowChartModal > .items > .item > .head > .sub {
  font-size: 15px;
  line-height: 1em;
  margin: 0;
}

#FlowChartModal > .items > .item > .head > .main {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1em;
  color: #FFA700;
}

#FlowChartModal > .items > .item > .text {
  padding: 15px 20px 20px;
}

#FlowChartModal > .items > .item > .text > .cap {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#FlowChartModal > .items > .item > .text > .text {
  margin-top: 0;
  font-size: 14px;
}

#FlowChartModal > .items > .item > .text > .small {
  font-size: 13px;
  line-height: 19px;
}

#FlowChartModal.__hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.common-btn {
  position: relative;
  z-index: 50;
  margin: 0;
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1em;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 15px 0 13px;
  text-decoration: none;
  background-color: #0031FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  text-align: center;
}

.common-btn.__pdf {
  background-image: url(../images/common/icon_pdf.png);
  -webkit-background-size: 23px 29px;
          background-size: 23px 29px;
  background-position: right 5px center;
}

.common-btn.__arw {
  background-image: url(../images/common/arw_white.png);
  -webkit-background-size: 16px 16px;
          background-size: 16px 16px;
  background-position: right 10px center;
}

.animation-labels02 {
  position: relative;
  display: block;
  margin: -17px auto;
  /* top: -125px; */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  font-weight: bold;
  color: transparent;
  font-size: 11px;
  line-height: 1em;
  width: 0;
  padding: 9px 0 6px;
  text-align: center;
  z-index: -0;
  -webkit-transition: 1s;
  transition: 1s;
  white-space: nowrap;
}

.animation-labels02:after, .animation-labels02:before {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
}

.animation-labels02:after {
  width: 0;
  height: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.animation-labels02:before {
  width: 0;
  height: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animation-labels02.__animate {
  width: 135px;
  color: #fff;
  background-color: #0031FF;
}

.animation-labels02.__animate:after, .animation-labels02.__animate:before {
  background-color: #0031FF;
}




.animation-label {
  position: relative;
  display: block;
  margin: 0 auto;
  top: -110px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  font-weight: bold;
  color: transparent;
  font-size: 11px;
  line-height: 1em;
  width: 0;
  padding: 9px 0 6px;
  text-align: center;
  z-index: -0;
  -webkit-transition: 1s;
  transition: 1s;
  white-space: nowrap;
}

.animation-label:after, .animation-label:before {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
}

.animation-label:after {
  width: 0;
  height: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.animation-label:before {
  width: 0;
  height: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animation-label.__animate {
  width: 135px;
  color: #fff;
  background-color: #0031FF;
}

.animation-label.__animate:after, .animation-label.__animate:before {
  background-color: #0031FF;
}

.content-inner {
  position: relative;
  width: 830px;
  margin: auto;
  z-index: 1;
}

#Background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg_pc.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  z-index: -1;
}

#Header {
  background-color: rgba(4, 28, 65, 0.73);
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  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;
  z-index: 1000;
}

#Header > .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Header > .logo-area > .logo {
  width: 77px;
}

#Header > .logo-area > .sponsored {
  padding-top: 2px;
  padding-left: 25px;
}

#Header > .logo-area > .sponsored > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Header > .logo-area > .sponsored > .main > .item > .btn {
  display: block;
  margin-right: 10px;
}

#Header > .logo-area > .sponsored > .main > .item > .btn.__sol {
  width: 67px;
}

#Header > .logo-area > .sponsored > .main > .item > .btn.__eggs {
  width: 51px;
}

#Header > .logo-area > .sponsored > .supported {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px;
}

#Header > .logo-area > .sponsored > .supported > .item > .btn img {
  display: block;
  width: auto;
  height: 15px;
  margin-right: 20px;
}

#Header > .logo-area > .sponsored > .supported > .pan0822 > .btn img {
  display: block;
  width: auto;
  height: 23px;
  margin-right: 20px;
}


#Header > .logo-area > .sponsored > .supported:before {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
}

#Header > .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
  /* position: fixed; */
  /* display: block; */
  /* width: 45px; */
  height: 45px;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  z-index: 1050;
  /* margin-left: 20px; */
  /* top: 42px; */
  /* right: 142px; */
  margin-top: 15px;
}

#Header > .navigation > .btn {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

#PageHeader {
  margin-top: 110px;
  color: #fff;
  padding-top: 40px;
}

#PageHeader > .inner {
  padding: 0 25px;
  border-bottom: 1px solid #fff;
}

#PageHeader > .inner > .page-ttl {
  border-left: 1px solid #fff;
  padding: 0 20px 10px;
}

#PageHeader > .inner > .page-ttl > * {
  display: block;
  font-weight: bold;
}

#PageHeader > .inner > .page-ttl > .eng {
  font-size: 32px;
  line-height: 1em;
}

#PageHeader > .inner > .page-ttl > .text {
  margin-top: 8px;
  font-size: 13px;
}

#PageHeader #Breadcrumb {
  margin: 0;
  padding: 10px 45px;
}

#PageHeader #Breadcrumb > .item {
  display: inline-block;
  font-size: 11px;
}

#PageHeader #Breadcrumb > .item.__link {
  padding-right: 30px;
  background-image: url(../images/common/arw_breadcrumb.png);
  -webkit-background-size: 9px 9px;
          background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

#PageHeader #Breadcrumb > .item > .link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

#Contents {
  min-width: 900px;
  position: relative;
  z-index: 5;
}

#Contents #Keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  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;
}

#Footer {
  /*min-width: 900px;*/
  position: relative;
  z-index: 5;
  background-color: #000;
  color: #fff;
}

#Footer > .contact {
  padding: 90px 0 110px;
  position: relative;
}

#Footer > .contact > .animation-label.__animate:before {
  width: 2px;
  height: 20px;
  top: -25px;
  right: 5px;
}

#Footer > .contact > .animation-label.__animate:after {
  width: 3px;
  height: 91px;
  bottom: -50px;
  left: 10px;
}

.animation-labels02.__animate:before {
  width: 2px;
  height: 20px;
  top: -25px;
  right: 5px;
}

.animation-labels02.__animate:after {
  width: 3px;
  height: 91px;
  bottom: -50px;
  left: 10px;
}

#Footer > .contact > .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#Footer > .contact > .links > .item {
  width: 320px;
  margin: 0 10px;
}

#Footer > .contact > .links > .item > .common-btn {
  background-color: #353946;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  line-height: 23px;
  background-image: url(../images/common/icon_blank.png);
  -webkit-background-size: 16px 16px;
          background-size: 16px 16px;
  background-position: right 15px center;
}

#Footer > .archives {
  padding: 80px 0 100px;
  position: relative;
  background-color: #1D202B;
}

#Footer > .archives > .animation-label.__animate:before {
  width: 2px;
  height: 20px;
  top: -25px;
  right: 5px;
}

#Footer > .archives > .animation-label.__animate:after {
  width: 3px;
  height: 91px;
  bottom: -50px;
  left: 10px;
}

#Footer > .archives > .block {
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

#Footer > .archives > .block:last-child {
  margin-bottom: 0;
}

#Footer > .archives > .block > .cap {
  font-size: 11px;
}

#Footer > .archives > .block > .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Footer > .archives > .block > .links > .link {
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  font-size: 17px;
  line-height: 22px;
  margin: 0 10px;
}

#Footer > .archives > .block > .links > .link.image {
  width: 125px;
  border-bottom: 0;
}

#Footer > .logo-area > .sponsored {
  padding: 60px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Footer > .logo-area > .sponsored > .item > .btn {
  margin-right: 20px;
  display: block;
}

#Footer > .logo-area > .sponsored > .item > .btn.__sol {
  width: 94px;
}

#Footer > .logo-area > .sponsored > .item > .btn.__eggs {
  width: 68px;
}

#Footer > .logo-area > .supported {
  display: none;
}

#Footer > .copyright {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #242424;
  text-align: center;
  font-size: 11px;
  line-height: 1em;
  padding: 40px 10px;
  font-style: italic;
}

#Footer > .pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0031FF;
  background-image: url(../img//footer-arw_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 16px 11px;
          background-size: 16px 11px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: -25px;
  z-index: 100;
}

#Footer > .pagetop.__show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  margin-bottom: 0;
}

.menu-btn {
  position: fixed;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 5px 0 0 0;
          border-radius: 5px 0 0 0;
  z-index: 1050;
  margin-left: 20px;
  top: 32px;
  right: 30px;
}

.menu-btn > span {
  width: 24px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-btn > span:before, .menu-btn > span:after {
  content: '';
  width: 34px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
}

.menu-btn > span:before {
  top: -11px;
  right: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.menu-btn > span:after {
  bottom: -11px;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.menu-btn.__open > span {
  width: 0;
  background-color: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-btn.__open > span:before {
  top: 0;
  left: -17px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  background-color: #000;
}

.menu-btn.__open > span:after {
  bottom: 0;
  right: -17px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-color: #000;
}

#MainMenu {
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
  left: 0;
}

#MainMenu.__hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

#MainMenu.__hidden .main-navigation > .btn {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#MovieModal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}

#MovieModal > .content-inner {
  padding: 5px 100px;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #000;
}

#MovieModal > .content-inner > .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#MovieModal > .content-inner > .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#MovieModal > .content-inner > .close-btn {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 5px 0 0 0;
          border-radius: 5px 0 0 0;
  z-index: 1050;
  margin-left: 20px;
  top: 15px;
  right: 15px;
}

#MovieModal > .content-inner > .close-btn > span {
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
}

#MovieModal > .content-inner > .close-btn > span:before, #MovieModal > .content-inner > .close-btn > span:after {
  content: '';
  width: 34px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#MovieModal > .content-inner > .close-btn > span:before {
  top: 0;
  left: -17px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

#MovieModal > .content-inner > .close-btn > span:after {
  bottom: 0;
  right: -17px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#MovieModal.__hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

#MovieModal.__hidden > .content-inner {
  background-color: #fff;
}

#MovieModal.__hidden > .content-inner > .movie {
  padding-top: 0;
}

#MovieModal.__hidden + #MovieTouchArea {
  visibility: hidden;
}

#MovieTouchArea {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9900;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
    
  .main-navigation > .btn:hover > .main {
    color: #fff;
  }
  .main-navigation > .btn:hover:before {
    width: 100%;
  }
  .main-navigation > .btn.__now:hover > .main {
    color: #FFA700;
  }
  .main-navigation > .btn.__now:hover:before {
    margin-left: 100%;
    width: 0%;
    background-color: #FFA700;
  }
  .flow-chart > .item:hover {
    background-color: #FFA700;
  }
  .flow-chart > .item:hover > * {
    color: #1D202B;
  }
  .flow-chart > .item.__now:hover {
    background-color: #FFA700;
  }
  .flow-chart > .item.__now:hover:before {
    color: #1D202B;
    border-color: #1D202B;
  }
  .common-btn:hover {
    color: #FFF;
    background-color: #FFA700;
  }
  #Footer > .contact > .links > .item .common-btn:hover {
    color: #fff;
    background-color: #0031FF;
  }
  #MovieModal > .content-inner > .close-btn:hover span:before, #MovieModal > .content-inner > .close-btn:hover span:after {
    background-color: #0031FF;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a img {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */    

    
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .flow-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-chart > .item {
    width: auto;
    height: auto;
    padding: 15px 0;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    margin: 0 15px 35px;
  }
  .flow-chart > .item > * {
    display: block;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-align: center;
  }
  .flow-chart > .item > .date {
    display: inline-block;
  }
  .flow-chart > .item > .main {
    display: inline-block;
    font-size: 22px;
  }
  .flow-chart > .item > .sub {
    margin-top: 0;
  }
  .flow-chart > .item:after {
    content: '';
    display: block;
    width: 5px;
    height: 35px;
    position: absolute;
    background-color: #fff;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    top: auto;
    bottom: -37px;
  }
  .flow-chart > .item:last-child {
    margin-bottom: 0;
  }
  .flow-chart > .item:last-child:after {
    height: 0;
  }
  #FlowChartModal {
    overflow: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  #FlowChartModal > .items {
    width: auto;
    display: block;
    padding: 50px 15px;
  }
  #FlowChartModal > .items > .item {
    width: auto;
  }
  .main-navigation {
    width: auto;
  }
  .main-navigation > .btn {
    font-size: 27px;
    line-height: 40px;
    margin: 10px;
  }
  .main-navigation > .btn > .sub {
    width: auto;
    font-size: 10px;
  }
  .content-inner {
    width: auto;
  }
  #Background {
    background-image: url(../images/index/bg_sp.jpg);
  }
  #Header {
    padding: 10px;
  }
  #Header > .logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Header > .logo-area > .logo {
    width: 55px;
  }
  #Header > .logo-area > .sponsored {
    display: none;
  }
  #Header > .navigation {
    padding-right: 50px;
    top: 19px;
    right: 106px;
  }


  #Header > .navigation > .btn {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  #PageHeader {
    margin-top: 60px;
    padding-top: 20px;
  }
  #PageHeader > .inner {
    padding: 0 10px;
    border-bottom: 1px solid #fff;
  }
  #PageHeader > .inner > .page-ttl {
    padding: 0 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #PageHeader > .inner > .page-ttl > .eng {
    font-size: 22px;
  }
  #PageHeader > .inner > .page-ttl > .text {
    margin-top: 2px;
    font-size: 11px;
    padding-left: 1em;
  }
  #PageHeader #Breadcrumb {
    padding: 5px 12px;
  }
  #Contents {
    min-width: 0px;
    overflow: hidden;
  }
  #Contents #Keyvisual {
    min-width: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #Footer {
    min-width: 0px;
  }
  #Footer > .contact > .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Footer > .contact > .links > .item {
    width: auto;
    margin: 0 15px 15px;
  }
  #Footer > .contact > .links > .item:last-child {
    margin-bottom: 0;
  }
  #Footer > .logo-area > .sponsored {
    padding-bottom: 20px;
  }
  #Footer > .logo-area > .supported {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #Footer > .logo-area > .supported > .item {
    display: inline-block;
  }
  #Footer > .logo-area > .supported > .item > .btn img {
    display: block;
    width: auto;
    height: 15px;
    margin: 6px;
  }
  #Footer > .logo-area > .supported:before {
    display: block;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
  }
  #Footer > .archives > .block > .links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #Footer > .archives > .block > .links > .link.image {
    margin: 0 7px 14px;
  }
  #Footer > .copyright {
    font-size: 10px;
  }
  .menu-btn {
    width: 34px;
    height: 34px;
    top: 22px;
    right: 12px;
  }

.animation-labels02 {top: -88px;}  
  #MovieModal {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #MovieModal > .content-inner {
    padding: 60px 0 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  #MovieModal > .content-inner > .close-btn {
    top: 9px;
    right: 7px;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
