@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.fade-in.play {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.fade-up.play {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*--------------------
 * Base
 *--------------------*/
body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body * {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a {
  color: #07082b;
  text-decoration: none;
  border: none;
}
body a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
  body {
    width: 1100px;
  }
}
@media only screen and (max-width: 1100px) {
  else body {
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #07082b;
  text-decoration: none;
  border: none;
}
a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

/*--------------------
 * Template
 *--------------------*/
.social_buttons {
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 7px 0 1px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

#bpGlobalFooter {
  background: #FFF;
}

@media only screen and (max-width: 1100px) {
  .header img {
    width: 100%;
  }
}
/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

.lb-data .lb-details {
  width: 90% !important;
  padding: 1%;
}

.lb-data .lb-caption {
  color: #FFF !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.lb-data .lb-caption strong {
  font-weight: bold !important;
}

/*--------------------
 * Main Contents
 *--------------------*/
body.start #ContentsArea.page-index .h1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start #ContentsArea.page-index .content-head-main {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start #ContentsArea.page-under .shoulder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start #ContentsArea.page-under .content-head-main {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#ContentsArea {
  background: #000;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  position: relative;
  /* 図の設定 ------------------------------*/
  /* PageTopの設定 ------------------------------*/
  /*--------------------
  * 汎用
  *--------------------*/
  /*clearfix --------------------------- */
}
#ContentsArea * {
  font-style: normal;
  list-style: none;
}
#ContentsArea ol, #ContentsArea ul {
  list-style: none;
}
#ContentsArea table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ContentsArea caption, #ContentsArea th, #ContentsArea td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#ContentsArea q, #ContentsArea blockquote {
  quotes: none;
}
#ContentsArea q:before, #ContentsArea q:after, #ContentsArea blockquote:before, #ContentsArea blockquote:after {
  content: "";
  content: none;
}
#ContentsArea a img {
  border: none;
}
#ContentsArea article, #ContentsArea aside, #ContentsArea details, #ContentsArea figcaption, #ContentsArea figure, #ContentsArea footer, #ContentsArea header, #ContentsArea hgroup, #ContentsArea main, #ContentsArea menu, #ContentsArea nav, #ContentsArea section, #ContentsArea summary {
  display: block;
}
#ContentsArea a {
  color: #07082b;
  text-decoration: none;
  border: none;
  word-break: break-all;
}
#ContentsArea a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
#ContentsArea br {
  line-height: 1;
}
#ContentsArea .ti05 {
  display: inline-block;
  text-indent: -0.5em;
}
#ContentsArea .ti04 {
  display: inline-block;
  text-indent: -0.4em;
}
#ContentsArea .ti03 {
  display: inline-block;
  text-indent: -0.3em;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}
#ContentsArea dl.notes {
  margin-top: 30px;
  overflow: hidden;
}
#ContentsArea dl.notes dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea dl.notes dd {
  overflow: hidden;
}
#ContentsArea .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
#ContentsArea .notes li {
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .content-head {
  background-image: url(bg.png);
  background-size: 1800px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
#ContentsArea .photo {
  width: 240px;
}
#ContentsArea .photo.no-photo {
  background: #015eb3;
  padding: 10px 15px 5px;
}
#ContentsArea .photo.no-photo .kata,
#ContentsArea .photo.no-photo .name {
  color: #fff;
}
#ContentsArea .photo .person {
  position: relative;
  overflow: hidden;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .person + .kata {
  margin-top: 10px;
}
#ContentsArea .photo .kata {
  color: #000;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
}
#ContentsArea .photo .kata.sml,
#ContentsArea .photo .kata .sml {
  font-size: 10px;
}
#ContentsArea .photo .kata .sml {
  letter-spacing: -0.03em;
}
#ContentsArea .photo .name {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 80%;
}
#ContentsArea .photo .profile {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
}
#ContentsArea .photo .notes {
  margin-top: 5px;
  font-size: 12px;
}
#ContentsArea .figure-max img {
  width: 100%;
}
#ContentsArea .figure-wide {
  margin-top: 40px;
  text-align: center;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
}
#ContentsArea .figure-wide .figure img {
  width: 100%;
}
#ContentsArea .figure-center {
  text-align: center;
}
#ContentsArea .figure-center .figure {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-center .figure img {
  max-width: 100%;
}
#ContentsArea .figure {
  width: 250px;
  background-color: #015eb3;
  display: block;
  padding: 2px 0;
  font-size: 11px;
  text-align: left;
}
#ContentsArea .figure.wide {
  width: 100%;
}
#ContentsArea .figure.wide img {
  width: 100%;
}
#ContentsArea .figure.wide .figure_in .title {
  width: auto;
  padding-right: 10px;
}
#ContentsArea .figure.no-frame {
  background: none;
  padding: 0;
}
#ContentsArea .figure.no-frame .figure_in {
  margin: 0;
}
#ContentsArea .figure:hover {
  background-color: #015eb3;
  text-decoration: none;
}
#ContentsArea .figure:hover .figure_in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
#ContentsArea .figure span {
  display: block;
}
#ContentsArea .figure span img {
  width: 100%;
}
#ContentsArea .figure .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
#ContentsArea .figure .figure_in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure .figure_in .img {
  text-align: center;
  padding: 10px;
}
#ContentsArea .figure .figure_in .title {
  padding: 0 10px 5px 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  color: #015eb3;
}
#ContentsArea .figure .figure_in .title span.zu {
  display: block;
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .figure .figure_in .title span.text {
  overflow: hidden;
}
#ContentsArea .figure .figure_in .txt {
  background: #000;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.64;
}
#ContentsArea .lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 9998;
  /* 閉じるボタン*/
}
#ContentsArea .lb img {
  width: auto !important;
  max-width: 1100px;
  max-height: 100% !important;
  cursor: pointer;
}
#ContentsArea .lb img,
#ContentsArea .lb iframe {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#ContentsArea .lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
#ContentsArea .lb:target img, #ContentsArea .lb:target iframe {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#ContentsArea .lb::before, #ContentsArea .lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}
#ContentsArea .lb::before {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
#ContentsArea .lb::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#ContentsArea .btn-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #c50018;
  width: 100%;
  font-weight: bold;
  border: 4px solid #c50018;
  -webkit-box-shadow: 0 6px 0 #015eb3;
          box-shadow: 0 6px 0 #015eb3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
  position: relative;
  top: 0;
}
#ContentsArea .btn-dl:hover {
  color: #FFF;
  top: 4px;
  -webkit-box-shadow: 0 2px 0 #015eb3;
          box-shadow: 0 2px 0 #015eb3;
  text-decoration: none;
}
#ContentsArea .btn-dl:hover .right {
  background: #015eb3;
  color: #FFF;
}
#ContentsArea .btn-dl:hover .right .l1 {
  color: #c50018;
}
#ContentsArea .btn-dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#ContentsArea .btn-dl div.left {
  background: #c50018;
  color: #FFF;
  padding: 4px 4px 4px 2px;
  width: 70px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
#ContentsArea .btn-dl div.left img {
  max-width: 32px;
}
#ContentsArea .btn-dl div.right {
  background: #FFF;
  color: #015eb3;
  width: calc(100% - 70px);
  padding: 10px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .btn-dl div.right:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(bgeffect.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  opacity: 0.02;
}
#ContentsArea .btn-dl2-wrap {
  width: 1000px;
  margin: 50px auto 60px;
}
#ContentsArea .btn-dl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #c50018;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  border: 5px solid #c50018;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 0 #015eb3;
          box-shadow: 0 8px 0 #015eb3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
#ContentsArea .btn-dl2:hover {
  color: #FFF;
  top: 5px;
  -webkit-box-shadow: 0 3px 0 #015eb3;
          box-shadow: 0 3px 0 #015eb3;
  text-decoration: none;
}
#ContentsArea .btn-dl2:hover .right {
  background: #015eb3;
  color: #FFF;
}
#ContentsArea .btn-dl2:hover .right .l1 {
  color: #c50018;
}
#ContentsArea .btn-dl2 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#ContentsArea .btn-dl2 div.left {
  background: #c50018;
  color: #FFF;
  padding: 10px;
  width: 120px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
#ContentsArea .btn-dl2 div.left img {
  max-width: 40px;
}
#ContentsArea .btn-dl2 div.right {
  background: #FFF;
  color: #015eb3;
  width: 480px;
  padding: 15px 30px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .btn-dl2 div.right:before {
  content: "";
  width: 100%;
  height: 486px;
  background: url(bgeffect.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  opacity: 0.02;
}
#ContentsArea .pagetop-text {
  width: calc(100% - 60px);
  margin-top: 75px;
  margin-left: 30px;
}
#ContentsArea .pagetop-text a {
  display: block;
  width: 100%;
  background: #015eb3;
  color: #fff;
  font-size: 11px;
  padding: 6px 15px 4px;
  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  line-height: 2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .pagetop-text a:hover {
  background: #FF2774;
  text-decoration: none;
}
#ContentsArea .pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.3em;
}
#ContentsArea .pagetop-text:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#ContentsArea #linkArea {
  margin-top: 30px;
  border-bottom: solid 1px #ccc;
}
#ContentsArea #linkArea .linktitle {
  background: #015eb3;
  color: #FFF;
  line-height: 1;
  padding: 20px 50px;
  font-weight: bold;
}
#ContentsArea #linkArea ul {
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 30px 50px;
}
#ContentsArea #linkArea ul li {
  margin: 0;
  padding: 10px 0 10px 22px;
  line-height: 1.5em;
  background: url("icon_arrow.gif") no-repeat left center;
  font-size: 15px;
}
#ContentsArea #linkArea ul li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea #linkArea ul .linkbot {
  overflow: hidden;
}
#ContentsArea .contact-area {
  width: 100%;
  max-width: 1100px;
  margin-top: 75px;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  margin-bottom: 20px;
  text-align: center;
}
#ContentsArea .contact-title__inner {
  display: inline-block;
  position: relative;
}
#ContentsArea .contact-title__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #015eb3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .contact-title span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 9px 20px 11px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#ContentsArea .contact-logo {
  max-width: 260px;
  margin: 30px auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 30px;
  line-height: 2;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#ContentsArea .contact-content a {
  text-decoration: underline;
}
#ContentsArea .contact-content .note {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 14px;
}
#ContentsArea .contact-content .note__inner {
  display: inline-block;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  padding: 15px 25px;
}
#ContentsArea h2 {
  background: #000;
  width: 1100px;
  min-height: 200px;
  padding-top: 55px;
  position: relative;
  z-index: 3;
}
#ContentsArea h2.play::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ContentsArea h2.play li span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ContentsArea h2::before {
  content: "";
  width: 116.5454545455%;
  height: 100%;
  background-image: url(h2bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
#ContentsArea h2 .h2-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 690px;
  height: 110px;
  position: relative;
  z-index: 2;
}
#ContentsArea h2 li {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2903225806;
  text-align: center;
  overflow: hidden;
}
#ContentsArea h2 li:nth-child(1) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#ContentsArea h2 li:nth-child(2) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#ContentsArea h2 li:nth-child(3) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#ContentsArea h2 li:nth-child(4) span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#ContentsArea h2 li:nth-child(5) span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#ContentsArea h2 li:nth-child(6) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ContentsArea h2 li:nth-child(7) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#ContentsArea h2 li:nth-child(8) span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ContentsArea h2 li:nth-child(9) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#ContentsArea h2 li:nth-child(10) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#ContentsArea h2 li:nth-child(11) span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#ContentsArea h2 li:nth-child(12) span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#ContentsArea h2 li:nth-child(13) span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#ContentsArea h2 li:nth-child(14) span {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#ContentsArea h2 li:nth-child(15) span {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#ContentsArea h2 li:nth-child(16) span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#ContentsArea h2 li:nth-child(17) span {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#ContentsArea h2 li:nth-child(18) span {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#ContentsArea h2 li:nth-child(19) span {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
#ContentsArea h2 li:nth-child(20) span {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
#ContentsArea h2 li:nth-child(21) span {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
#ContentsArea h2 li:nth-child(22) span {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
#ContentsArea h2 li:nth-child(23) span {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
#ContentsArea h2 li:nth-child(24) span {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
#ContentsArea h2 li:nth-child(25) span {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
#ContentsArea h2 li:nth-child(26) span {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
#ContentsArea h2 li:nth-child(27) span {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
#ContentsArea h2 li:nth-child(28) span {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
#ContentsArea h2 li:nth-child(29) span {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
#ContentsArea h2 li:nth-child(30) span {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
#ContentsArea h2 li:nth-child(31) span {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
#ContentsArea h2 li span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#ContentsArea h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
#ContentsArea .content-wrap {
  width: 1100px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8235294118;
  position: relative;
  z-index: 2;
}
#ContentsArea .block-main .text-main {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 50px;
}
#ContentsArea .block-main .pagetop-text {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#ContentsArea .points {
  font-weight: bold;
}
#ContentsArea.page-index {
  overflow: visible;
  padding-bottom: 0;
}
#ContentsArea.page-index .content-head {
  padding-top: 640px;
  padding-bottom: 25px;
  overflow: hidden;
  color: #fff;
  background-image: url(bg_index.png);
}
#ContentsArea.page-index .content-head__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#ContentsArea.page-index .content-head .review {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -46px;
  z-index: 1;
}
#ContentsArea.page-index .content-head .h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}
#ContentsArea.page-index .content-head .h1-title {
  width: 921px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea.page-index .content-head .h1-title img {
  width: 100%;
}
#ContentsArea.page-index .content-head .h1-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: -10px;
}
#ContentsArea.page-index .content-head .company {
  width: 100%;
  height: 62px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding-top: 8px;
}
#ContentsArea.page-index .content-head-main {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.75s 0.5s;
  transition: all 0.75s 0.5s;
}
#ContentsArea.page-index .content-head h1 {
  margin-top: 35px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
#ContentsArea.page-index .lead {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 25px;
}
#ContentsArea.page-index .lead__inner {
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7777777778;
}
#ContentsArea.page-index .content-index {
  width: 100%;
  overflow: hidden;
}
#ContentsArea.page-index .content-index__inner {
  position: relative;
}
#ContentsArea.page-index .content-wrap {
  width: 100%;
  max-width: 1100px;
  position: relative;
  z-index: 2;
}
#ContentsArea.page-index .content-wrap .btnlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#ContentsArea.page-index .content-wrap .btn {
  display: block;
  color: #000;
  width: 49%;
  margin-left: 2%;
  margin-top: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn:nth-child(odd) .title {
  background-image: url(btnbg_index.png);
}
#ContentsArea.page-index .content-wrap .btn:nth-child(even) .title {
  background-image: url(btnbg2_index.png);
}
#ContentsArea.page-index .content-wrap .btn:nth-child(1), #ContentsArea.page-index .content-wrap .btn:nth-child(2) {
  margin-top: 0;
}
#ContentsArea.page-index .content-wrap .btn:nth-child(2n+1) {
  margin-left: 0;
}
#ContentsArea.page-index .content-wrap .btn:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}
#ContentsArea.page-index .content-wrap .btn:hover .btn-in {
  border-color: #c50018;
  text-decoration: none;
}
#ContentsArea.page-index .content-wrap .btn:hover .btn-in::before {
  opacity: 0.9;
}
#ContentsArea.page-index .content-wrap .btn:hover .btn-in .more {
  color: #015eb3;
}
#ContentsArea.page-index .content-wrap .btn:hover .btn-in .more::before {
  width: 100%;
  left: 0;
}
#ContentsArea.page-index .content-wrap .btn:hover .name {
  background: #FF2774;
}
#ContentsArea.page-index .content-wrap .btn:hover.is-special .tag {
  background: #fff;
  color: #c50018;
}
#ContentsArea.page-index .content-wrap .btn .name {
  background: #015eb3;
}
#ContentsArea.page-index .content-wrap .btn .more::before {
  background: #fff;
}
#ContentsArea.page-index .content-wrap .btn.is-keynote .btn-in {
  border-color: #fdfc51;
}
#ContentsArea.page-index .content-wrap .btn.is-keynote .tag {
  background: #fdfc51;
  text-shadow: 0 0 2px rgba(203, 132, 21, 0.9);
}
#ContentsArea.page-index .content-wrap .btn.is-keynote .name {
  background: #fdfc51;
}
#ContentsArea.page-index .content-wrap .btn.is-keynote .more::before {
  background: #fff;
}
#ContentsArea.page-index .content-wrap .btn.is-special .tag {
  background: #c50018;
}
#ContentsArea.page-index .content-wrap .btn.is-special .more::before {
  background: #fff;
}
#ContentsArea.page-index .content-wrap .btn .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 34px;
  color: #FFF;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn .tag .tag-inner {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: bold;
}
#ContentsArea.page-index .content-wrap .btn .btn-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f3f0ea;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn .photo {
  width: 20%;
  min-height: 130px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ContentsArea.page-index .content-wrap .btn .photo .photo-in {
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover;
}
#ContentsArea.page-index .content-wrap .btn .text {
  width: 80%;
  position: relative;
  z-index: 3;
}
#ContentsArea.page-index .content-wrap .btn .text-in {
  width: 100%;
  height: 100%;
}
#ContentsArea.page-index .content-wrap .btn .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  height: 34px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn .name.sml span {
  font-size: 13px;
}
#ContentsArea.page-index .content-wrap .btn .name span {
  display: inline-block;
  padding: 4px 10px 6px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: bold;
}
#ContentsArea.page-index .content-wrap .btn .name .sml {
  font-size: 11.5px;
  padding-top: 7px;
}
#ContentsArea.page-index .content-wrap .btn .title {
  background-size: cover;
  background-position: left top;
  padding: 20px 4px 10px;
  height: calc(100% - 34px);
  font-size: 15px;
  line-height: 1.64;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  color: #fff;
}
#ContentsArea.page-index .content-wrap .btn .title.sml {
  font-size: 14px;
}
#ContentsArea.page-index .content-wrap .btn .title::before, #ContentsArea.page-index .content-wrap .btn .title::after {
  content: "";
  position: absolute;
}
#ContentsArea.page-index .content-wrap .btn .title::before {
  z-index: 3;
}
#ContentsArea.page-index .content-wrap .btn .title::after {
  z-index: 4;
}
#ContentsArea.page-index .content-wrap .btn .more {
  background: #FF2774;
  color: #FFF;
  position: absolute;
  right: 1px;
  bottom: 1px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn .more::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-index .content-wrap .btn .more span {
  width: 90px;
  display: inline-block;
  padding: 3px 0;
  height: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#ContentsArea.page-index .content-kouen {
  background-image: url(bg2.png);
  background-position: center top;
  background-repeat: repeat-y;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}
#ContentsArea.page-index .content-kouen__inner {
  position: relative;
  z-index: 2;
}
#ContentsArea.page-index .kouen-wrap {
  margin-top: 80px;
  padding-top: 84px;
  position: relative;
  z-index: 3;
}
#ContentsArea.page-index .kouen-wrap::before, #ContentsArea.page-index .kouen-wrap::after {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  top: 0;
}
#ContentsArea.page-index .kouen-wrap::before {
  background: #015eb3;
  right: 50%;
}
#ContentsArea.page-index .kouen-wrap::after {
  background: #FF2774;
  left: 50%;
}
#ContentsArea.page-index .kouen-wrap__inner {
  background: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#ContentsArea.page-index .kouen-wrap h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#ContentsArea.page-index .kouen-wrap h2::before {
  background-image: url(h2bg_index.png);
  background-color: #000;
  background-size: 1040px;
  background-position: center top;
  width: 100%;
}
#ContentsArea.page-index .kouen-wrap .tag {
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 24px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
#ContentsArea.page-index .kouen-wrap.sponsor {
  border: 3px solid #fdfc51;
}
#ContentsArea.page-index .kouen-wrap.sponsor .tag {
  background: #fdfc51;
  text-shadow: 0 0 2px rgba(203, 132, 21, 0.9);
}
#ContentsArea.page-index .kouen-wrap.sponsor h2 > span:first-of-type::after {
  background: #fdfc51;
}
#ContentsArea.page-index .kouen-wrap.sponsor .kouen-head::after {
  background: #fdfc51;
}
#ContentsArea.page-index .kouen-wrap.sponsor .kouen-head .shoulder p {
  background: #fdfc51;
}
#ContentsArea.page-index .kouen-wrap.sponsor .kouen-head .shoulder .group span {
  text-shadow: none;
}
#ContentsArea.page-index .kouen-wrap.sponsor .kouen-head .profile {
  border-top: 1px solid #fdfc51;
}
#ContentsArea.page-index .kouen-wrap.special .tag {
  background: #c50018;
}
#ContentsArea.page-index .kouen-wrap.special .kouen-head .shoulder {
  background: #015eb3;
}
#ContentsArea.page-index .kouen-wrap.special .kouen-head .shoulder p {
  background: #c50018;
}
#ContentsArea.page-index .kouen-wrap.special .kouen-head .profile {
  border-top: 1px solid #ccc;
}
#ContentsArea.page-index .kouen-wrap.special .kouen-head .profiles {
  border-top: 1px solid #ccc;
}
#ContentsArea.page-index .kouen-wrap .kouen-head {
  background: #000;
  padding: 10px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
}
#ContentsArea.page-index .kouen-wrap .kouen-head.play .kouen-head__photo,
#ContentsArea.page-index .kouen-wrap .kouen-head.play .kouen-head__detail {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ContentsArea.page-index .kouen-wrap .kouen-head .shoulder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #015eb3;
  width: 100%;
  line-height: 1;
  position: relative;
  z-index: 3;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .shoulder .group {
  vertical-align: middle;
  font-size: 18px;
  padding: 10px 20px;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .shoulder .group span {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  margin-right: 15px;
  letter-spacing: 0.1em;
}
#ContentsArea.page-index .kouen-wrap .kouen-head__photo {
  background: #000;
  width: 230px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#ContentsArea.page-index .kouen-wrap .kouen-head__photo.is-shadow p {
  position: relative;
}
#ContentsArea.page-index .kouen-wrap .kouen-head__photo.is-shadow p::after {
  content: "";
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#ContentsArea.page-index .kouen-wrap .kouen-head__photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#ContentsArea.page-index .kouen-wrap .kouen-head__detail {
  background-color: #f3f0ea;
  width: calc(100% - 230px);
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .title {
  background: #fff;
  color: #015eb3;
  padding: 15px 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.35;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .profile {
  padding: 15px 30px 10px;
  letter-spacing: 0.05em;
  text-align: right;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .profile .profile-kata {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .profile .profile-name {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#ContentsArea.page-index .kouen-wrap .kouen-head .profile .profile-name span {
  font-size: 80%;
}
#ContentsArea.page-index .kouen-wrap .block-main {
  padding-left: 30px;
  padding-right: 30px;
}
#ContentsArea.page-index .kouen-wrap .block-main h2 p {
  padding-left: 10px;
  font-size: 33px;
}
#ContentsArea.page-index .kouen-wrap .block-main .text-main {
  padding: 50px;
}
#ContentsArea.page-index .kouen-wrap .block-main .pagetop-text {
  margin-top: 25px;
  width: 100%;
  margin-left: 0;
}
#ContentsArea.page-under .content-head {
  padding-top: 700px;
  overflow: hidden;
  color: #fff;
}
#ContentsArea.page-under .content-head__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#ContentsArea.page-under .content-head .review {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -46px;
  z-index: 1;
}
#ContentsArea.page-under .content-head .shoulder {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}
#ContentsArea.page-under .content-head .shoulder-title {
  width: 921px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea.page-under .content-head .shoulder-title img {
  width: 100%;
}
#ContentsArea.page-under .content-head .shoulder-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: -10px;
}
#ContentsArea.page-under .content-head .company {
  width: 100%;
  height: 62px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding-top: 8px;
}
#ContentsArea.page-under .content-head .company.sml {
  font-size: 22px;
  padding-top: 13px;
}
#ContentsArea.page-under .content-head-main {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.75s 0.5s;
  transition: all 0.75s 0.5s;
}
#ContentsArea.page-under .content-head h1 {
  margin-top: 35px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
#ContentsArea.page-under .lead {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 25px;
}
#ContentsArea.page-under .lead__inner {
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7777777778;
}
#ContentsArea.page-under .content-wrap {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
#ContentsArea.page-under .content-wrap::before {
  content: "";
  background-image: url(bg2.png);
  background-position: center top;
  background-repeat: repeat-y;
  width: 100vw;
  max-width: 1800px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
#ContentsArea.page-under .content-wrap::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#ContentsArea.page-under .content-wrap__inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 60px;
  padding-left: 80px;
  position: relative;
  z-index: 5;
}
#ContentsArea.page-under .content-wrap__inner.and-menu {
  z-index: 10;
}
#ContentsArea.page-under .content-wrap__inner.is-2nd::before {
  width: 770px;
}
#ContentsArea.page-under .content-wrap__inner.is-open {
  z-index: 100;
}
#ContentsArea.page-under .content-wrap__inner::before {
  content: "";
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(black, rgba(0, 0, 0, 0));
  background: linear-gradient(black, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
}
#ContentsArea.page-under .content-wrap__inner .bg {
  width: 100vw;
  max-width: 1800px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-image: url(bg2.png);
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
  display: none;
}
#ContentsArea.page-under .content-wrap__inner .bg::before {
  content: "";
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
#ContentsArea.page-under .content-wrap .content-left {
  width: 640px;
  position: relative;
  z-index: 11;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
#ContentsArea.page-under .content-wrap .content-right {
  width: 330px;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 10;
}
#ContentsArea.page-under .content-wrap .content-right .btn-top {
  width: 272px;
}
#ContentsArea.page-under .content-wrap .content-right .btn-top img {
  width: 100%;
}
#ContentsArea.page-under .content-wrap .other-link {
  background: #000;
  margin-top: 22px;
  padding: 30px 29px 110px;
  text-align: left;
}
#ContentsArea.page-under .content-wrap .other-link.play ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ContentsArea.page-under .content-wrap .other-link.off-bottom::before {
  display: none;
}
#ContentsArea.page-under .content-wrap .other-link::before {
  content: "";
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
#ContentsArea.page-under .content-wrap .other-link ul li {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#ContentsArea.page-under .content-wrap .other-link ul li + li {
  margin-top: 22px;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(8) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(9) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(10) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(12) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(13) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(14) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(15) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(16) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(17) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(18) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(19) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(20) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(21) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(odd) a::before {
  background-image: url(btnbg.png);
}
#ContentsArea.page-under .content-wrap .other-link ul li:nth-child(even) a::before {
  background-image: url(btnbg2.png);
}
#ContentsArea.page-under .content-wrap .other-link ul li a {
  display: block;
  background: #015eb3;
  color: #fff;
  font-weight: bold;
}
#ContentsArea.page-under .content-wrap .other-link ul li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 272px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -9px;
}
#ContentsArea.page-under .content-wrap .other-link ul li a.btn-special .com {
  padding-right: 70px;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .in {
  padding: 12px 10px 10px 20px;
  position: relative;
  z-index: 2;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .sponsor,
#ContentsArea.page-under .content-wrap .other-link ul li a .special {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 6px;
  padding: 4px 6px 4px;
  color: #FFF;
  line-height: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .sponsor + .com,
#ContentsArea.page-under .content-wrap .other-link ul li a .special + .com {
  margin-top: 0;
  border-top: none;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .sponsor {
  background: #fdfc51;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .special {
  background: #c50018;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .com {
  font-size: 14px;
  line-height: 1.35;
}
#ContentsArea.page-under .content-wrap .other-link ul li a .ttl {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.35;
}
#ContentsArea.page-under .content-bottom {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#ContentsArea.page-under .content-bottom .content-wrap::before, #ContentsArea.page-under .content-bottom .content-wrap::after {
  display: none;
}
body.open-lb #ContentsArea .content-wrap__inner.and-menu {
  z-index: 15;
}
#ContentsArea .disno {
  display: none;
}
#ContentsArea .disinline {
  display: inline;
}
#ContentsArea .ofh {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .cl {
  clear: both;
}
#ContentsArea .fl {
  float: left;
}
#ContentsArea .fr {
  float: right;
}
#ContentsArea .tac {
  text-align: center;
}
#ContentsArea .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#ContentsArea .clearfix {
  zoom: 1;
}
#ContentsArea .pc {
  display: block;
}
#ContentsArea .pc-in {
  display: inline-block;
}
#ContentsArea .sp {
  display: none;
}
#ContentsArea .sp-in {
  display: none;
}
#ContentsArea .mt5 {
  margin-top: 5px;
}
#ContentsArea .pt5 {
  padding-top: 5px;
}
#ContentsArea .mt0 {
  margin-top: 0px;
}
#ContentsArea .mr0 {
  margin-right: 0px;
}
#ContentsArea .mb0 {
  margin-bottom: 0px;
}
#ContentsArea .ml0 {
  margin-left: 0px;
}
#ContentsArea .pt0 {
  padding-top: 0px;
}
#ContentsArea .pr0 {
  padding-right: 0px;
}
#ContentsArea .pb0 {
  padding-bottom: 0px;
}
#ContentsArea .pl0 {
  padding-left: 0px;
}
#ContentsArea .mt10 {
  margin-top: 10px;
}
#ContentsArea .mr10 {
  margin-right: 10px;
}
#ContentsArea .mb10 {
  margin-bottom: 10px;
}
#ContentsArea .ml10 {
  margin-left: 10px;
}
#ContentsArea .pt10 {
  padding-top: 10px;
}
#ContentsArea .pr10 {
  padding-right: 10px;
}
#ContentsArea .pb10 {
  padding-bottom: 10px;
}
#ContentsArea .pl10 {
  padding-left: 10px;
}
#ContentsArea .mt20 {
  margin-top: 20px;
}
#ContentsArea .mr20 {
  margin-right: 20px;
}
#ContentsArea .mb20 {
  margin-bottom: 20px;
}
#ContentsArea .ml20 {
  margin-left: 20px;
}
#ContentsArea .pt20 {
  padding-top: 20px;
}
#ContentsArea .pr20 {
  padding-right: 20px;
}
#ContentsArea .pb20 {
  padding-bottom: 20px;
}
#ContentsArea .pl20 {
  padding-left: 20px;
}
#ContentsArea .mt30 {
  margin-top: 30px;
}
#ContentsArea .mr30 {
  margin-right: 30px;
}
#ContentsArea .mb30 {
  margin-bottom: 30px;
}
#ContentsArea .ml30 {
  margin-left: 30px;
}
#ContentsArea .pt30 {
  padding-top: 30px;
}
#ContentsArea .pr30 {
  padding-right: 30px;
}
#ContentsArea .pb30 {
  padding-bottom: 30px;
}
#ContentsArea .pl30 {
  padding-left: 30px;
}
#ContentsArea .mt40 {
  margin-top: 40px;
}
#ContentsArea .mr40 {
  margin-right: 40px;
}
#ContentsArea .mb40 {
  margin-bottom: 40px;
}
#ContentsArea .ml40 {
  margin-left: 40px;
}
#ContentsArea .pt40 {
  padding-top: 40px;
}
#ContentsArea .pr40 {
  padding-right: 40px;
}
#ContentsArea .pb40 {
  padding-bottom: 40px;
}
#ContentsArea .pl40 {
  padding-left: 40px;
}
#ContentsArea .mt50 {
  margin-top: 50px;
}
#ContentsArea .mr50 {
  margin-right: 50px;
}
#ContentsArea .mb50 {
  margin-bottom: 50px;
}
#ContentsArea .ml50 {
  margin-left: 50px;
}
#ContentsArea .pt50 {
  padding-top: 50px;
}
#ContentsArea .pr50 {
  padding-right: 50px;
}
#ContentsArea .pb50 {
  padding-bottom: 50px;
}
#ContentsArea .pl50 {
  padding-left: 50px;
}
#ContentsArea .mt60 {
  margin-top: 60px;
}
#ContentsArea .mr60 {
  margin-right: 60px;
}
#ContentsArea .mb60 {
  margin-bottom: 60px;
}
#ContentsArea .ml60 {
  margin-left: 60px;
}
#ContentsArea .pt60 {
  padding-top: 60px;
}
#ContentsArea .pr60 {
  padding-right: 60px;
}
#ContentsArea .pb60 {
  padding-bottom: 60px;
}
#ContentsArea .pl60 {
  padding-left: 60px;
}
#ContentsArea .mt70 {
  margin-top: 70px;
}
#ContentsArea .mr70 {
  margin-right: 70px;
}
#ContentsArea .mb70 {
  margin-bottom: 70px;
}
#ContentsArea .ml70 {
  margin-left: 70px;
}
#ContentsArea .pt70 {
  padding-top: 70px;
}
#ContentsArea .pr70 {
  padding-right: 70px;
}
#ContentsArea .pb70 {
  padding-bottom: 70px;
}
#ContentsArea .pl70 {
  padding-left: 70px;
}
#ContentsArea .mt80 {
  margin-top: 80px;
}
#ContentsArea .mr80 {
  margin-right: 80px;
}
#ContentsArea .mb80 {
  margin-bottom: 80px;
}
#ContentsArea .ml80 {
  margin-left: 80px;
}
#ContentsArea .pt80 {
  padding-top: 80px;
}
#ContentsArea .pr80 {
  padding-right: 80px;
}
#ContentsArea .pb80 {
  padding-bottom: 80px;
}
#ContentsArea .pl80 {
  padding-left: 80px;
}
#ContentsArea .mt90 {
  margin-top: 90px;
}
#ContentsArea .mr90 {
  margin-right: 90px;
}
#ContentsArea .mb90 {
  margin-bottom: 90px;
}
#ContentsArea .ml90 {
  margin-left: 90px;
}
#ContentsArea .pt90 {
  padding-top: 90px;
}
#ContentsArea .pr90 {
  padding-right: 90px;
}
#ContentsArea .pb90 {
  padding-bottom: 90px;
}
#ContentsArea .pl90 {
  padding-left: 90px;
}
#ContentsArea .mt100 {
  margin-top: 100px;
}
#ContentsArea .mr100 {
  margin-right: 100px;
}
#ContentsArea .mb100 {
  margin-bottom: 100px;
}
#ContentsArea .ml100 {
  margin-left: 100px;
}
#ContentsArea .pt100 {
  padding-top: 100px;
}
#ContentsArea .pr100 {
  padding-right: 100px;
}
#ContentsArea .pb100 {
  padding-bottom: 100px;
}
#ContentsArea .pl100 {
  padding-left: 100px;
}