@charset "UTF-8";
/*--------------------
 * 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: #2877A6;
  text-decoration: none;
  border: none;
}
body a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
body .content-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-in {
  display: inline-block;
}

.tab-off {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .tab-off {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline-block;
  }
}
/*--------------------
 * Template
 *--------------------*/
.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

#note_text {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 1.6;
}

.social_buttons {
  background: #fff;
  padding: 7px 0 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/*--------------------
 * 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
 *--------------------*/
#ContentsArea {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #000000;
  /* 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: #2877A6;
  text-decoration: none;
  border: none;
}
#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 .notes {
  margin-top: 30px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes.text-right dl {
  display: inline-block;
}
#ContentsArea .notes dt {
  float: left;
  margin-right: 0.25em;
}
#ContentsArea .notes dd {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .notes.sp-off {
    overflow: visible;
  }
  #ContentsArea .notes.sp-off dt {
    float: none;
  }
  #ContentsArea .notes.sp-off dd {
    overflow: hidden;
  }
}
#ContentsArea .simple-list {
  overflow: hidden;
}
#ContentsArea .simple-list dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .simple-list dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea {
    font-size: 14px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .content-head {
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head {
    padding-bottom: 30px;
  }
  #ContentsArea .content-head__inner {
    padding-top: 40px;
  }
}
body.start #ContentsArea .content-head .shoulder-img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body.start #ContentsArea .content-head .shoulder .text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.start #ContentsArea .content-head h1 img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.start #ContentsArea .content-head .lead__inner {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.start #ContentsArea .content-head .head_imgs img {
  opacity: 1;
}
body.start #ContentsArea .content-head .head_imgs .head_img4 {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
}
body.start #ContentsArea .content-head .head_imgs .head_img1 {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
}
body.start #ContentsArea .content-head .head_imgs .head_img2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.start #ContentsArea .content-head .head_imgs .head_img3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ContentsArea .content-head .head_imgs {
  width: 50%;
  height: 100%;
  position: absolute;
  left: calc(50% + 40px);
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#ContentsArea .content-head .head_imgs img {
  position: absolute;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
#ContentsArea .content-head .head_imgs .head_img4 {
  left: 0;
  top: -120px;
  z-index: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: rotate(10deg) translate3d(50px, 0, 0);
          transform: rotate(10deg) translate3d(50px, 0, 0);
  width: 963px;
}
#ContentsArea .content-head .head_imgs .head_img1 {
  width: 1127px;
  left: -45px;
  top: -145px;
  z-index: 2;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(15deg) translate3d(50px, 0, 0);
          transform: rotate(15deg) translate3d(50px, 0, 0);
}
#ContentsArea .content-head .head_imgs .head_img2 {
  width: 544px;
  left: 530px;
  top: -130px;
  z-index: 3;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translate3d(30px, -30px, 0);
          transform: translate3d(30px, -30px, 0);
}
#ContentsArea .content-head .head_imgs .head_img3 {
  width: 636px;
  left: 230px;
  top: 0;
  z-index: 4;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate3d(30px, -30px, 0);
          transform: translate3d(30px, -30px, 0);
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .head_imgs {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
#ContentsArea .content-head .logo img {
  display: block;
  max-width: 290px;
  position: relative;
  left: -24px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .logo img {
    max-width: 175px;
    left: -14px;
  }
}
#ContentsArea .content-head .shoulder {
  position: absolute;
  left: 500px;
  top: 120px;
  z-index: 1;
}
#ContentsArea .content-head .shoulder-img {
  position: absolute;
  left: calc(50% - 140px);
  top: calc(50% - 190px);
  z-index: 1;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#ContentsArea .content-head .shoulder .text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    left: calc(50% + 40px);
    top: 36px;
  }
  #ContentsArea .content-head .shoulder-img {
    left: calc(50% - 80px);
    top: calc(50% - 78px);
  }
  #ContentsArea .content-head .shoulder .text {
    width: 65%;
  }
}
#ContentsArea .content-head h1 {
  width: 100%;
  max-width: 520px;
  margin-top: 85px;
  padding-left: 35px;
  position: relative;
  z-index: 3;
  border-left: solid 8px #F9b734;
}
#ContentsArea .content-head h1 img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px #fff);
          filter: drop-shadow(0px 0px 6px #fff);
}
#ContentsArea .content-head h1 span {
  display: block;
  padding-right: 25%;
  padding-bottom: 2px;
  border-bottom: solid 1px #005bac;
}
#ContentsArea .content-head h1 span + span {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    margin-top: 25px;
    padding-left: 15px;
    border-left: solid 6px #F9b734;
  }
}
#ContentsArea .content-head .lead {
  width: 100%;
  max-width: 520px;
  padding: 50px 0 50px 35px;
  font-size: 16px;
  font-weight: bold;
  border-left: solid 8px #000000;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .lead {
    font-size: 13px;
    padding: 35px 15px 35px 20px;
    border-left: solid 6px #000000;
  }
}
#ContentsArea .content-wrap {
  background-image: url(bg_chip.gif);
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    font-size: 14px;
  }
}
#ContentsArea .content-wrap__inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#ContentsArea .content-wrap h2 {
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}
#ContentsArea .content-wrap h2::before, #ContentsArea .content-wrap h2::after {
  content: "";
  height: 8px;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
#ContentsArea .content-wrap h2::before {
  background: #005bac;
  width: 200px;
  left: calc(50% - 100px);
  z-index: 1;
}
#ContentsArea .content-wrap h2::after {
  width: 40px;
  background: #009e9f;
  left: calc(50% - 20px);
  z-index: 2;
}
#ContentsArea .content-wrap h2 .h2_sub {
  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;
  font-size: 18px;
}
#ContentsArea .content-wrap h2 .h2_sub p {
  color: #005bac;
  font-weight: bold;
}
#ContentsArea .content-wrap h2 .h2__inner {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2::before, #ContentsArea .content-wrap h2::after {
    height: 6px;
  }
  #ContentsArea .content-wrap h2::before {
    width: 120px;
    left: calc(50% - 60px);
  }
  #ContentsArea .content-wrap h2::after {
    width: 30px;
    left: calc(50% - 15px);
  }
  #ContentsArea .content-wrap h2 .h2_sub {
    font-size: 15px;
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ContentsArea .content-wrap .btn-list li {
  width: 100%;
}
#ContentsArea .content-wrap .btn-list li.play {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea .content-wrap .btn-list li + li {
  margin-top: 40px;
}
#ContentsArea .content-wrap .btn-list li:nth-child(odd) .btn-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#ContentsArea .content-wrap .btn-list li:nth-child(even) .btn-link::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#ContentsArea .content-wrap .btn-list li:nth-child(even) .btn-link .content-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-list li:nth-child(even) .btn-link .content-header .title {
    margin-right: 10px;
    margin-left: 0;
  }
}
#ContentsArea .content-wrap .btn-list li:nth-child(even) .btn-link .content-bottom {
  text-align: left;
}
#ContentsArea .content-wrap .btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  width: 100%;
  padding: 0 15px 24px;
  color: #000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-link {
    display: block;
    padding: 0 15px 20px 20px;
  }
}
#ContentsArea .content-wrap .btn-link.is-coming {
  height: 198px;
  pointer-events: none;
}
#ContentsArea .content-wrap .btn-link.is-coming .content {
  width: 100%;
}
#ContentsArea .content-wrap .btn-link.is-coming .content-header::after {
  display: none;
}
#ContentsArea .content-wrap .btn-link.is-coming .text {
  width: 100%;
  font-size: 20px;
  color: #646464;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-link.is-coming {
    display: block;
    height: 150px;
  }
  #ContentsArea .content-wrap .btn-link.is-coming .text {
    font-size: 16px;
  }
}
#ContentsArea .content-wrap .btn-link::before {
  content: "";
  background: #000000;
  width: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#ContentsArea .content-wrap .btn-link::after {
  content: "";
  background-image: url(btn_line.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(100% + 2px);
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 2;
}
#ContentsArea .content-wrap .btn-link:hover {
  text-decoration: none;
  color: #fff;
}
#ContentsArea .content-wrap .btn-link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
#ContentsArea .content-wrap .btn-link:hover .num {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}
#ContentsArea .content-wrap .btn-link .photo {
  width: 240px;
  position: relative;
  z-index: 4;
}
#ContentsArea .content-wrap .btn-link .photo img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-link .photo {
    width: 100%;
  }
}
#ContentsArea .content-wrap .btn-link .content {
  width: calc(100% - 240px);
  position: relative;
  z-index: 3;
}
#ContentsArea .content-wrap .btn-link .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .btn-link .content-header::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #F9b734;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea .content-wrap .btn-link .content-header .num {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .content-wrap .btn-link .content-header .num.num1 {
  margin-right: 5px;
}
#ContentsArea .content-wrap .btn-link .content-header .title {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
#ContentsArea .content-wrap .btn-link .content-header .title.sml {
  font-size: 23px;
}
#ContentsArea .content-wrap .btn-link .content-bottom {
  padding: 8px 10px 0;
  text-align: right;
}
#ContentsArea .content-wrap .btn-link .content-bottom .kata {
  font-size: 13px;
}
#ContentsArea .content-wrap .btn-link .content-bottom .name {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
}
#ContentsArea .content-wrap .btn-link .content-bottom .name + .kata {
  margin-top: 8px;
}
#ContentsArea .content-wrap .btn-link .content-bottom .name span {
  font-size: 70%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-link .content {
    width: 100%;
    margin-top: 10px;
  }
  #ContentsArea .content-wrap .btn-link .content-header::after {
    width: 100%;
  }
  #ContentsArea .content-wrap .btn-link .content-header .num {
    width: 25%;
  }
  #ContentsArea .content-wrap .btn-link .content-header .num.num1 img {
    width: 80%;
  }
  #ContentsArea .content-wrap .btn-link .content-header .title {
    width: 75%;
    font-size: 15px;
    margin: 0 0 0 10px;
  }
  #ContentsArea .content-wrap .btn-link .content-header .title.sml {
    font-size: 14px;
  }
  #ContentsArea .content-wrap .btn-link .content-bottom {
    padding: 10px 0px 0;
  }
  #ContentsArea .content-wrap .btn-link .content-bottom .kata {
    font-size: 11px;
  }
  #ContentsArea .content-wrap .btn-link .content-bottom .name {
    font-size: 15px;
  }
  #ContentsArea .content-wrap .btn-link .content-bottom .name + .kata {
    margin-top: 5px;
  }
}
#ContentsArea .pagetop-area {
  margin-top: 60px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #000000;
  width: calc(100% - 100px);
  margin-left: 50px;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #005bac;
  line-height: 2;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
#ContentsArea .pagetop-area .btn-pagetop__inner {
  display: inline-block;
  position: relative;
}
#ContentsArea .pagetop-area .btn-pagetop__inner::before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-area .btn-pagetop:hover {
  background: #005bac;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-area {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #ContentsArea .pagetop-area .btn-pagetop {
    width: 100%;
    margin-left: 0;
    font-size: 0.7em;
  }
}
#ContentsArea.is-top .btn-area {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px;
  border-top: none;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-top .btn-area {
    padding: 30px 20px 30px;
  }
}
#ContentsArea .btn-area {
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  padding: 50px 50px 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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #ccc;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .btn-area {
    display: block;
    padding: 30px 20px 0;
  }
}
#ContentsArea .btn-area .btn {
  display: block;
  background: #005bac;
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: solid 2px #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .btn-area .btn {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .btn-area .btn + .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area .btn + .btn {
    margin-top: 20px;
  }
}
#ContentsArea .btn-area .btn:hover {
  text-decoration: none;
  border: solid 2px #005bac;
}
#ContentsArea .btn-area .btn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #009e9f;
  right: 0px;
  bottom: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 5;
}
#ContentsArea .btn-area .btn-gototop::after {
  content: "TOPへ";
  font-size: 14px;
  font-weight: bold;
  color: #005bac;
  position: absolute;
  right: 3.5%;
  bottom: 20px;
  z-index: 1;
}
#ContentsArea .btn-area .btn-gototop .img {
  border-bottom: solid 10px #005bac;
}
#ContentsArea .btn-area .btn-gototop img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .btn-area .btn-gototop::after {
    font-size: 14px;
    font-size: 1.2727272727vw;
  }
}
#ContentsArea .btn-area .btn-gotounder {
  background-image: url(bg_chip.gif);
  background-size: 5px;
}
#ContentsArea .btn-area .btn-gotounder__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-bottom: solid 10px #005bac;
}
#ContentsArea .btn-area .btn-left {
  width: calc(100% - 120px);
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
#ContentsArea .btn-area .btn-left::after {
  content: "";
  background: #005bac;
  width: 25%;
  height: 500px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}
#ContentsArea .btn-area .btn-left .com {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-left .com::before {
  content: "";
  background: #005bac;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-left .com span {
  display: inline-block;
  padding: 4px 25px 5px 20px;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-left .title {
  color: #005bac;
  font-size: 20px;
  font-weight: bold;
  padding: 6% 0 6% 20px;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-left .title span {
  display: inline-block;
  border-bottom: solid 1px #005bac;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .btn-area .btn-left .com {
    font-size: 14px;
    font-size: 1.2727272727vw;
  }
  #ContentsArea .btn-area .btn-left .title {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .btn-area .btn-left .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area .btn-left {
    width: calc(100% - 80px);
  }
  #ContentsArea .btn-area .btn-left .com {
    font-size: 11px;
  }
  #ContentsArea .btn-area .btn-left .com span {
    padding: 3px 15px 3px 15px;
  }
  #ContentsArea .btn-area .btn-left .title {
    padding: 5% 0 5% 15px;
  }
}
@media only screen and (max-width: 480px) {
  #ContentsArea .btn-area .btn-left .title {
    padding: 5% 0 5% 10px;
    font-size: 18px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .btn-area .btn-left {
    width: calc(100% - 60px);
  }
  #ContentsArea .btn-area .btn-left .com {
    font-size: 10px;
  }
  #ContentsArea .btn-area .btn-left .title {
    font-size: 13px;
    font-size: 3.4759358289vw;
  }
}
#ContentsArea .btn-area .btn-right {
  background-size: cover;
  background-position: center top;
  width: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area .btn-right {
    width: 80px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .btn-area .btn-right {
    width: 60px;
  }
}
#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 .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;
}