@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 749px) {
  .pc {
    display: none !important; } }

.a_block {
  display: block;
  width: 100%;
  height: 100%; }

.font, body {
  color: #707070;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87; }
  @media screen and (max-width: 749px) {
    .font, body {
      font-size: 1.4rem; } }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5% !important;
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Helvetica Neue”, “Helvetica”, “Hiragino Kaku Gothic ProN”, “Meiryo”, sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

div,
main,
section {
  display: block;
  position: relative; }

*:focus {
  outline: none; }

p {
  line-height: 2; }

sup {
  vertical-align: super;
  font-size: 50%; }

b,
em {
  font-weight: 700; }

a {
  cursor: pointer;
  color: #707070; }

.opa {
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5; }

small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6; }

hr {
  border-top: 1px solid #FFF; }

rt {
  font-size: 0.5em; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

.fw400 {
  font-weight: 400; }

main {
  border-top: 1px solid transparent; }

.container {
  padding: 100px 0; }

.center {
  text-align: center; }

@media screen and (max-width: 749px) {
  .sp-center {
    margin: auto; } }

.m-center {
  margin: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 15px; } }

.wrap1400 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 15px; } }

.bg_white {
  background: #FFF;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_white {
      padding: 0; } }

.bg_black {
  background: #707070;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_black {
      padding: 0; } }

.bg_silver {
  background: #FFF;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_silver {
      padding: 0; } }

.bg_red {
  background: #DC0000;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_red {
      padding: 0; } }

.bg_indigo {
  background: #003D76;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_indigo {
      padding: 0; } }

.bg_orange {
  background: #fead07;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_orange {
      padding: 0; } }

.bg_pink {
  background: salmon;
  padding: 0 85px; }
  @media screen and (max-width: 749px) {
    .bg_pink {
      padding: 0; } }

.text_white {
  color: #FFF; }

.text_black {
  color: #707070; }

.text_silver {
  color: #FFF; }

.text_red {
  color: #DC0000; }

.text_indigo {
  color: #003D76; }

.text_orange {
  color: #fead07; }

.text_pink {
  color: salmon; }

hr {
  border-top: 1px solid #CCCCCC; }

.bg_sile {
  background-color: #eeecec; }

.prof {
  display: flex;
  flex-wrap: wrap;
  padding: 0px; }
  .prof .prof_image {
    width: 35%; }
    @media screen and (max-width: 749px) {
      .prof .prof_image {
        margin: 10px auto 30px; } }
  .prof_image02 {
    width: 90px; }
    @media screen and (max-width: 749px) {
      .prof_image02 {
        width: 120px;
        margin: 10px auto 30px; } }
  .prof .prof_text {
    line-height: 2; }
    @media screen and (min-width: 750px) {
      .prof .prof_text {
        width: 55%;
        margin-left: 30px; } }

.prof-f {
  display: flex;
  flex-wrap: wrap;
  padding: 30px; }
  .prof-f .prof_image {
    width: 35%; }
    @media screen and (max-width: 749px) {
      .prof-f .prof_image {
        margin: 10px auto 30px; } }
  .prof-f_image02 {
    width: 90px; }
    @media screen and (max-width: 749px) {
      .prof-f_image02 {
        width: 120px;
        margin: 10px auto 30px; } }
  .prof-f .prof_text-f {
    line-height: 2; }

.scrolling_follow {
  position: sticky;
  top: 0;
  width: 100%; }

.simplebar-scrollbar::before {
  background: linear-gradient(darkblue, skyblue); }

.z-over {
  position: relative;
  z-index: 10; }

.mountain {
  position: absolute;
  z-index: 1;
  top: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .mountain {
      transform: translateX(0%);
      width: 100%;
      top: -300px; } }

.mountain2 {
  position: absolute;
  z-index: 1;
  top: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .mountain2 {
      transform: translateX(0%);
      width: 100%;
      top: -300px; } }

.delete {
  display: none; }

.fadeTypeOpacity {
  opacity: 0; }

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important; }

@keyframes fadeInOpacity {
  to {
    opacity: 1; } }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .flex {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10 > * {
      margin-right: 10px; }
      .flex.f-mg10 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg10 > * {
      width: 100%;
      margin-bottom: 10px; }
      .flex.f-mg10 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col2 > * {
      width: calc((100% - 10px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col3 > * {
      width: calc((100% - (2*10px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg20 > * {
      margin-right: 20px; }
      .flex.f-mg20 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg20 > * {
      width: 100%;
      margin-bottom: 20px; }
      .flex.f-mg20 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg20.col2 > * {
      width: calc((100% - 20px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg20.col3 > * {
      width: calc((100% - (2*20px)) / 3); } }

.mt3 {
  display: block;
  margin-top: 3px !important; }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt15 {
  display: block;
  margin-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .mt15 {
      margin-top: 10px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt25 {
  display: block;
  margin-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .mt25 {
      margin-top: 15px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.ml {
  margin-left: auto; }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt35 {
    margin-top: 35px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt75 {
    margin-top: 75px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt125 {
    margin-top: 125px !important; } }

@media screen and (max-width: 749px) {
  .sp-p20 {
    padding: 20px; } }

.header {
  height: 300px;
  max-width: 1000px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .header {
      height: auto; } }
  .header_asahi {
    width: 100px;
    display: block;
    position: absolute;
    top: 18px;
    left: 25px; }
    @media screen and (max-width: 749px) {
      .header_asahi {
        width: 65px;
        left: 10px;
        top: 10px; } }
  .header_share-sp {
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0);
    margin: 30px auto 10px;
    color: #FFF;
    flex-wrap: wrap; }
    .header_share-sp .share_text {
      width: 100%;
      text-align: center;
      margin-bottom: 25px; }
    .header_share-sp .share_link {
      margin: auto; }
    .header_share-sp .share-fb {
      width: 19px;
      height: 37px; }
    .header_share-sp .share-tw {
      width: 35px;
      height: 28px; }
  .header .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px; }
    @media screen and (max-width: 749px) {
      .header .inner {
        margin-top: 10px; } }
    .header .inner .logo {
      width: 180px;
      margin: 10px 0 0 10px;
      height: 55px; }
      @media screen and (max-width: 749px) {
        .header .inner .logo {
          width: 35%;
          height: 28px;
          margin-top: 18px; } }
    .header .inner .text {
      margin: 10px 50px 0 0;
      font-size: 2rem; }
      @media screen and (max-width: 749px) {
        .header .inner .text {
          margin: 10px 0px 0 0;
          width: 100%; } }
      @media screen and (max-width: 749px) {
        .header .inner .text p {
          font-size: 1rem;
          padding-right: 5px;
          float: right; } }
  .header .fv {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #6B6B64;
    border-bottom: 1px solid #6B6B64;
    margin: 50px 0 0 0;
    padding: 20px 0 25px 0; }
    .header .fv_right {
      margin-right: 50px;
      font-size: 2.2rem; }
    .header .fv_left {
      margin-left: 10px;
      font-size: 2.2rem; }
    .header .fv .sm-text {
      font-size: 1.1rem;
      margin: auto;
      text-align: center; }

.footer {
  height: auto;
  max-width: 1000px;
  margin: auto; }
  .footer_logo {
    width: 100%;
    max-width: 1100px;
    margin: auto; }
    @media screen and (min-width: 750px) {
      .footer_logo {
        display: flex;
        align-items: center;
        height: 120px; } }
    @media screen and (min-width: 750px) {
      .footer_logo_site {
        margin-right: 65px; } }
    @media screen and (max-width: 749px) {
      .footer_logo_site {
        width: 200px;
        margin: auto; } }
    .footer_logo_sponsor {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 749px) {
        .footer_logo_sponsor {
          justify-content: center;
          margin-top: 80px; } }
      .footer_logo_sponsor::before {
        content: "【特別協賛】";
        position: absolute;
        font-size: 1.2rem;
        top: -30px;
        left: 0; }
        @media screen and (max-width: 749px) {
          .footer_logo_sponsor::before {
            top: -40px;
            left: 24px; } }
      .footer_logo_sponsor-sumi {
        width: 170px;
        margin-right: 35px; }
        @media screen and (max-width: 749px) {
          .footer_logo_sponsor-sumi {
            width: 33%;
            margin-bottom: 30px; } }
      .footer_logo_sponsor-daiwa {
        width: 243px; }
        @media screen and (min-width: 750px) {
          .footer_logo_sponsor-daiwa {
            margin-right: 35px; } }
        @media screen and (max-width: 749px) {
          .footer_logo_sponsor-daiwa {
            width: 42%;
            margin-bottom: 30px; } }
      .footer_logo_sponsor-mag {
        width: 171px; }
        @media screen and (min-width: 750px) {
          .footer_logo_sponsor-mag {
            margin-right: 35px; } }
        @media screen and (max-width: 749px) {
          .footer_logo_sponsor-mag {
            width: 34%;
            margin-right: 70px; } }
      .footer_logo_sponsor-lion {
        width: 114px; }
        @media screen and (max-width: 749px) {
          .footer_logo_sponsor-lion {
            width: 23%; } }
  .footer_text {
    width: 100%;
    max-width: 1125px;
    font-size: 1.2rem;
    margin: 55px auto 0; }
    @media screen and (max-width: 749px) {
      .footer_text {
        width: calc(100% - 30px); } }
  .footer_credit {
    border-top: 1px solid #DEDEDE;
    margin-top: 50px; }
    @media screen and (min-width: 750px) {
      .footer_credit {
        display: flex;
        align-items: center;
        height: 55px; } }
    .footer_credit_asahi {
      display: block; }
      @media screen and (min-width: 750px) {
        .footer_credit_asahi {
          width: 110px;
          margin: 0 auto 0 20px; } }
      @media screen and (max-width: 749px) {
        .footer_credit_asahi {
          width: 70px;
          margin: 15px auto; } }
    .footer_credit_copy {
      font-size: 1.0rem; }
      @media screen and (min-width: 750px) {
        .footer_credit_copy {
          margin: 0 20px 0 auto;
          text-align: right; } }
      @media screen and (max-width: 749px) {
        .footer_credit_copy {
          text-align: center;
          padding-bottom: 15px; } }
  .footer_access {
    border: 1px solid #707070;
    font-size: 1.2rem;
    width: 200px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .footer_scroll {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 92px; }
    @media screen and (max-width: 749px) {
      .footer_scroll {
        top: 15px;
        right: 15px; } }
    .footer_scroll_link {
      color: #707070;
      display: block;
      margin: auto; }
      .footer_scroll_link span {
        font-size: 1.2rem;
        font-weight: 700; }
      .footer_scroll_link img {
        width: 8px;
        margin-left: 8px;
        transform: rotate(-90deg); }
  .footer_line {
    height: 10px;
    width: 100%;
    background: url("img/header_line.png");
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s; }
    @media screen and (max-width: 749px) {
      .footer_line {
        height: 5px;
        background-size: 100%; } }
  .footer .inner {
    position: relative; }
    .footer .inner .wave {
      width: 100%;
      position: absolute; }
      @media screen and (max-width: 749px) {
        .footer .inner .wave {
          top: -60px; } }
    .footer .inner .content {
      transform: translateY(22%);
      padding: 0 100px; }
      @media screen and (max-width: 749px) {
        .footer .inner .content {
          padding: 0 11px; } }
      .footer .inner .content .title-inter {
        background-image: url(../img/inter-img.png);
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 749px) {
          .footer .inner .content .title-inter {
            background-image: url(../img/inter-sp.png);
            background-size: 70%; } }
        .footer .inner .content .title-inter p {
          color: white; }
    .footer .inner .flex {
      height: auto; }
      @media screen and (max-width: 749px) {
        .footer .inner .flex {
          display: block; } }
      .footer .inner .flex .inter-one {
        width: 45%; }
        @media screen and (max-width: 749px) {
          .footer .inner .flex .inter-one {
            width: 95%;
            margin: auto; } }
        .footer .inner .flex .inter-one img {
          width: 85%; }
          @media screen and (max-width: 749px) {
            .footer .inner .flex .inter-one img {
              width: 100%; } }
      .footer .inner .flex p {
        width: 55%;
        font-size: 1.5rem; }
        @media screen and (max-width: 749px) {
          .footer .inner .flex p {
            width: 95%;
            margin: auto; } }
    .footer .inner p {
      font-size: 3rem; }
      @media screen and (max-width: 749px) {
        .footer .inner p {
          font-size: 2.5rem; } }
    .footer .inner .copy {
      padding: 40px;
      background-color: #E3E3E3;
      color: #1F3D4C;
      margin-top: 150px; }
      @media screen and (max-width: 749px) {
        .footer .inner .copy {
          margin-top: 250px; } }

.footer2 {
  text-align: center;
  z-index: 10;
  height: 145px;
  max-width: 1000px;
  margin: auto; }
  .footer2_copy {
    line-height: 1.66;
    color: #000;
    padding: 50px 0 20px;
    font-size: 1.0rem;
    text-align: left; }
    @media screen and (max-width: 749px) {
      .footer2_copy {
        padding: 20px 0;
        font-size: 0.9rem;
        text-align: center; } }

.ImgBox {
  width: 280px;
  height: 200px;
  overflow: hidden; }

.ImgBox-Img {
  transition-duration: 0.3s; }

.ImgBox-Img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s; }

.btn {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0; }
  .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .btn:hover::before {
    transform: scaleX(1); }
  .btn.siz-02 {
    width: 350px;
    height: 40px; }
  .btn.red {
    background: #DC0000;
    color: #FFF;
    border: 2px solid #DC0000; }
    .btn.red::before {
      content: "";
      background: #FFF; }
    .btn.red .folder::after {
      background: url("data:image/svg+xml;utf-8,<svg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 73.8'><title>folder</title><g><g><path d='M90,12H40L28,0H10A10,10,0,0,0,0,10V63.8a10,10,0,0,0,10,10H90a10,10,0,0,0,10-10V22A10,10,0,0,0,90,12Z'/></g></g></svg>");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .btn.red .blank::after {
      background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23FFF'/><rect width='10' height='6' transform='translate(0 3)' fill='%23FFF'/></svg>");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .btn.red:hover {
      color: #DC0000; }
      .btn.red:hover .folder::after {
        background: url("data:image/svg+xml;utf-8,<svg fill='%23DC0000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 73.8'><title>folder</title><g><g><path d='M90,12H40L28,0H10A10,10,0,0,0,0,10V63.8a10,10,0,0,0,10,10H90a10,10,0,0,0,10-10V22A10,10,0,0,0,90,12Z'/></g></g></svg>");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
      .btn.red:hover .blank::after {
        background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23DC0000'/><rect width='10' height='6' transform='translate(0 3)' fill='%23DC0000'/></svg>");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
  .btn.rad {
    border-radius: 5px; }
    .btn.rad::before {
      border-radius: 5px; }
  .btn .folder::after {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    transition: 0.5s;
    position: absolute;
    right: 10px;
    top: calc(50% - (9px)/2); }
  .btn .blank::after {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    transition: 0.5s;
    position: absolute;
    right: 10px;
    top: 10px; }

.label {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .label {
      font-size: 2.5rem; } }
  .label_solid.white {
    color: #FFF; }
  .label_solid.black {
    color: #707070; }
  .label_solid.silver {
    color: #FFF; }
  .label_solid.red {
    color: #DC0000; }
  .label_solid.indigo {
    color: #003D76; }
  .label_solid.orange {
    color: #fead07; }
  .label_solid.pink {
    color: salmon; }
  .label_double::before {
    height: 36px;
    width: 4px;
    border-left: 6px double; }
  .label_double.white {
    color: #FFF; }
    .label_double.white::before {
      border-color: #FFF; }
  .label_double.black {
    color: #707070; }
    .label_double.black::before {
      border-color: #707070; }
  .label_double.silver {
    color: #FFF; }
    .label_double.silver::before {
      border-color: #FFF; }
  .label_double.red {
    color: #DC0000; }
    .label_double.red::before {
      border-color: #DC0000; }
  .label_double.indigo {
    color: #003D76; }
    .label_double.indigo::before {
      border-color: #003D76; }
  .label_double.orange {
    color: #fead07; }
    .label_double.orange::before {
      border-color: #fead07; }
  .label_double.pink {
    color: salmon; }
    .label_double.pink::before {
      border-color: salmon; }

.label2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 7px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .label2 {
      font-size: 1.3rem;
      padding-top: 10px; } }
  .label2_solid.white {
    color: #FFF; }
  .label2_solid.black {
    color: #707070; }
  .label2_solid.silver {
    color: #FFF; }
  .label2_solid.red {
    color: #DC0000; }
  .label2_solid.indigo {
    color: #003D76; }
  .label2_solid.orange {
    color: #fead07; }
  .label2_solid.pink {
    color: salmon; }
  .label2_double::before {
    height: 36px;
    width: 4px;
    border-left: 6px double; }
  .label2_double.white {
    color: #FFF; }
    .label2_double.white::before {
      border-color: #FFF; }
  .label2_double.black {
    color: #707070; }
    .label2_double.black::before {
      border-color: #707070; }
  .label2_double.silver {
    color: #FFF; }
    .label2_double.silver::before {
      border-color: #FFF; }
  .label2_double.red {
    color: #DC0000; }
    .label2_double.red::before {
      border-color: #DC0000; }
  .label2_double.indigo {
    color: #003D76; }
    .label2_double.indigo::before {
      border-color: #003D76; }
  .label2_double.orange {
    color: #fead07; }
    .label2_double.orange::before {
      border-color: #fead07; }
  .label2_double.pink {
    color: salmon; }
    .label2_double.pink::before {
      border-color: salmon; }

.menu {
  line-height: 1;
  font-weight: 700; }
  .menuWrap {
    max-width: 800px;
    width: 100%; }
    @media screen and (min-width: 750px) {
      .menuWrap {
        margin: 25px auto 0;
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 749px) {
      .menuWrap {
        height: 0;
        overflow: hidden;
        transition: 0.5s;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0; }
        .menuWrap.open {
          height: 100vh;
          background: #696969;
          margin: 0 auto;
          padding: 70px 0; } }
  @media screen and (min-width: 750px) {
    .menu {
      margin-right: 73px;
      color: #707070; }
      .menu:first-of-type {
        margin-left: 32px; }
      .menu:last-of-type {
        margin-right: 32px; }
      .menu.edit {
        padding-top: 1px; } }
  @media screen and (max-width: 749px) {
    .menu {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFF;
      width: 100%;
      text-align: center;
      height: 60px;
      font-size: 1.9rem; } }
  .menuSwitch {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 13px;
    transition: all 0.4s;
    z-index: 100;
    background: #696969; }
    .menuSwitch_line {
      height: 1px;
      width: 45%;
      background: #FFF;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: 0.5s; }
      .menuSwitch_line-1 {
        top: 33%; }
      .menuSwitch_line-2 {
        top: 50%; }
      .menuSwitch_line-3 {
        bottom: 33%; }
    .menuSwitch.active {
      background: #FFF; }
      .menuSwitch.active .header_menuSwitch_line {
        background: #696969;
        transform-origin: 0 0 0;
        left: 13px; }
        .menuSwitch.active .header_menuSwitch_line-1 {
          transform: rotate(45deg); }
        .menuSwitch.active .header_menuSwitch_line-2 {
          transform: translateX(500px); }
        .menuSwitch.active .header_menuSwitch_line-3 {
          transform: rotate(-45deg); }

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 0; }

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  .modal_dialog {
    display: none;
    background: #FFF;
    width: 600px;
    height: 480px;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 749px) {
      .modal_dialog {
        width: calc(100% - 30px);
        height: calc(100% - 120px); } }
    .modal_dialog_close {
      width: 40px;
      position: absolute;
      top: 0;
      right: -60px;
      cursor: pointer; }
      @media screen and (max-width: 749px) {
        .modal_dialog_close {
          width: 30px;
          top: -40px;
          right: 0; } }
    .modal_dialog_title {
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 749px) {
        .modal_dialog_title {
          font-size: 2.0rem; } }
    .modal_dialog_text {
      font-size: 1.2rem; }
      .modal_dialog_textWrap {
        height: 80%;
        overflow-y: scroll; }

.follow {
  width: 100px;
  position: fixed;
  bottom: 30px;
  right: -10px;
  z-index: 50;
  opacity: 0;
  transition: 0.5s; }
  .follow_link {
    display: block; }
  @media screen and (max-width: 749px) {
    .follow {
      width: 100%;
      bottom: 0;
      right: 0; } }
  .follow.view {
    opacity: 1; }

.share {
  width: 100%; }
  .shareWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (min-width: 750px) {
      .shareWrap {
        height: 200px;
        padding: 58px 0; } }
    @media screen and (max-width: 749px) {
      .shareWrap {
        height: 140px;
        padding: 30px 0; } }
  .share_text {
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    text-align: center; }
  .share_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer; }
    @media screen and (min-width: 750px) {
      .share_link {
        width: 280px;
        height: 50px;
        border-radius: 5px; } }
    @media screen and (max-width: 749px) {
      .share_link {
        margin: 0 5px;
        width: calc((100% - 50px) / 2);
        height: 40px;
        border-radius: 5px; } }
    .share_link.share-fb {
      background: #4267B2; }
      .share_link.share-fb img {
        width: 14px; }
    .share_link.share-tw {
      background: #1DA1F2; }
      .share_link.share-tw img {
        width: 25px; }

@media screen and (min-width: 750px) {
  .frame {
    display: flex; }
    .frame > *:last-child {
      margin-left: 10px; } }

.main {
  display: block; }
  .main .sp-name {
    width: 55%;
    float: right; }
  .main_one {
    width: 40%;
    background-image: url(../img/nav-back.png);
    padding: 10px;
    height: 150px;
    z-index: 30;
    transform: translateX(132%);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    top: 280px; }
    .main_one button {
      background-color: #9acd3200;
      position: absolute;
      z-index: 30;
      right: 0;
      top: 0%; }
  @media screen and (min-width: 750px) {
    .main {
      width: 71.6%;
      padding: 0px 30px 0 0; } }
  @media screen and (max-width: 749px) {
    .main {
      width: 100%;
      padding: 35px 0; } }
  .main .title-img {
    background-image: url(../img/title-img.png);
    height: 66px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 749px) {
      .main .title-img {
        background-size: 105% 65px; } }
  .main .mt0 .flex .story-one {
    margin-right: 20px; }
    @media screen and (max-width: 749px) {
      .main .mt0 .flex .story-one {
        margin: 0; } }
    .main .mt0 .flex .story-one img {
      width: 340px; }
  .main .mt0 .flex p {
    font-size: 1.4rem; }
  .main .mt0 .story-tree {
    position: relative; }
    .main .mt0 .story-tree .over {
      position: absolute;
      z-index: 2; }
  .main .over-p {
    position: relative;
    z-index: 3; }
  .main .other {
    color: white; }
    @media screen and (max-width: 749px) {
      .main .other {
        font-size: 1.7rem;
        padding-top: 10px; } }
  .main .other3 {
    margin-top: 65%;
    color: white; }
    @media screen and (max-width: 749px) {
      .main .other3 {
        padding-top: 10px; } }
  .main .other4 {
    color: white;
    font-size: 2.5rem; }
    @media screen and (max-width: 749px) {
      .main .other4 {
        font-size: 1.4rem;
        padding-top: 10px; } }

.fadeIn {
  transition: 1.5s;
  opacity: 0; }

.fadeIn.animated {
  opacity: 1; }

.nav {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 750px) {
    .nav {
      width: 25%; } }
  @media screen and (max-width: 749px) {
    .nav {
      width: 100%; } }
  .nav_one {
    width: 100%;
    background-image: url(../img/nav-back.png);
    padding: 10px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover; }
    .nav_one .frame2 {
      width: 100%;
      height: auto; }
    .nav_one .name {
      float: right;
      width: 140px; }
    .nav_one .right {
      float: right;
      width: 108px;
      transform: translateY(-20%); }
  .nav .hoku-name {
    font-size: 2.7rem; }
  .nav_tagWrap {
    background: #003D76;
    padding: 5px 20px 30px; }
  .nav_tag_title {
    color: #FFF;
    text-align: center; }
  .nav_tagList {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 3px 5px;
    margin-right: 10px; }
    .nav_tagLists {
      display: flex;
      flex-wrap: wrap; }
    .nav_tagList::before {
      content: "#"; }
  .nav_news {
    width: 100%;
    height: auto;
    padding: 5px 20px 30px; }
    .nav_newsList {
      padding: 10px 0;
      border-bottom: 1px solid #707070; }
      .nav_newsLists {
        border-top: 1px solid #707070;
        height: 450px; }
