@charset "UTF-8";
#global-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0; }
  #global-header .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 80%; }
    @media screen and (max-width: 1440px) {
      #global-header .inner {
        width: 90%; } }
    @media screen and (max-width: 1280px) {
      #global-header .inner {
        width: 95%; } }
    @media screen and (max-width: 1024px) {
      #global-header .inner {
        width: 100%;
        border-radius: 0; } }
    #global-header .inner .logo {
      width: 197px;
      height: auto;
      position: fixed;
      left: 20px;
      top: 20px; }
      #global-header .inner .logo a {
        display: block;
        height: 100%; }
        #global-header .inner .logo a img {
          width: 100%; }
      @media screen and (max-width: 1280px) {
        #global-header .inner .logo {
          width: 250px; }
          #global-header .inner .logo a {
            padding: 8px 0; }
            #global-header .inner .logo a img {
              width: 100%;
              height: auto; } }
      @media screen and (max-width: 768px) {
        #global-header .inner .logo {
          width: 20%; } }
      @media screen and (max-width: 480px) {
        #global-header .inner .logo {
          width: 50%; } }

#top-key-visual {
  position: relative;
  z-index: 1;
  width: 100%; }
  #top-key-visual #slider.tps {
    width: 100%;
    height: 70vh;
    overflow-y: hidden; }
    @media screen and (max-width: 520px) {
      #top-key-visual #slider.tps {
        height: 30vh; } }
    #top-key-visual #slider.tps img {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: cover;
      object-position: center; }
    @media screen and (max-width: 520px) {
      #top-key-visual #slider.tps .slide-right img {
        object-position: 90% 0; } }
  #top-key-visual .hero-header {
    display: none;
    width: 100vw;
    min-height: 100vh;
    /*for IE11*/
    min-height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    /*background: rgba(0,0,0,.35);*/ }
    @media screen and (max-width: 1024px) {
      #top-key-visual .hero-header {
        min-height: 70vh;
        /*for IE11*/ } }
    @media screen and (max-width: 480px) {
      #top-key-visual .hero-header {
        min-height: 65vh; } }
    #top-key-visual .hero-header .hero-header__title {
      position: absolute;
      width: 100%;
      height: 118px;
      text-align: center;
      top: 0;
      bottom: 13%;
      margin: auto;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #fff; }
      #top-key-visual .hero-header .hero-header__title .key-logo {
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7)); }
      #top-key-visual .hero-header .hero-header__title .key-senmon {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: .25em;
        margin-bottom: 12px; }
      #top-key-visual .hero-header .hero-header__title .key-desc {
        color: #fff;
        font-size: 32px;
        font-family: "futura-pt, sans-serif";
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.85); }
        #top-key-visual .hero-header .hero-header__title .key-desc span {
          color: #fff;
          font-size: 32px;
          font-family: "futura-pt, sans-serif";
          padding: 12px;
          line-height: 1.8; }
          #top-key-visual .hero-header .hero-header__title .key-desc span br {
            display: none; }
          #top-key-visual .hero-header .hero-header__title .key-desc span br.sp {
            display: none; }
        @media screen and (max-width: 1440px) {
          #top-key-visual .hero-header .hero-header__title .key-desc {
            width: 70%;
            margin: 0 auto; }
            #top-key-visual .hero-header .hero-header__title .key-desc span br {
              display: none; }
            #top-key-visual .hero-header .hero-header__title .key-desc span br.sp {
              display: block; } }
        @media screen and (max-width: 480px) {
          #top-key-visual .hero-header .hero-header__title .key-desc {
            width: 90%;
            margin: 0 auto;
            font-size: 15px; }
            #top-key-visual .hero-header .hero-header__title .key-desc span {
              font-size: 15px;
              padding: 0;
              line-height: 1.4; } }
      @media screen and (max-width: 768px) {
        #top-key-visual .hero-header .hero-header__title img {
          width: 50%; } }

#sub-key-visual {
  position: relative;
  z-index: 1; }
  #sub-key-visual .key-slide {
    position: relative; }
    @media screen and (max-width: 768px) {
      #sub-key-visual .key-slide {
        height: 240px; } }
    @media screen and (max-width: 415px) {
      #sub-key-visual .key-slide {
        height: 200px; } }
    #sub-key-visual .key-slide img {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: cover; }
  #sub-key-visual .key-text {
    position: absolute;
    width: 100%;
    height: 0;
    text-align: center;
    top: -30%;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    line-height: 1;
    color: #fff; }
    #sub-key-visual .key-text img {
      margin-bottom: 12px; }
      @media screen and (max-width: 1024px) {
        #sub-key-visual .key-text img {
          width: 30%; } }
      @media screen and (max-width: 480px) {
        #sub-key-visual .key-text img {
          width: 40%;
          margin-bottom: 6px; } }
    @media screen and (max-width: 1024px) {
      #sub-key-visual .key-text {
        top: -25%; } }
    @media screen and (max-width: 768px) {
      #sub-key-visual .key-text {
        top: -10%; } }
    @media screen and (max-width: 415px) {
      #sub-key-visual .key-text {
        top: -15%; } }
    #sub-key-visual .key-text span {
      font-size: 2em; }
      @media screen and (max-width: 1024px) {
        #sub-key-visual .key-text span {
          font-size: 1.6em; } }
      @media screen and (max-width: 415px) {
        #sub-key-visual .key-text span {
          font-size: 1.4em; } }

#custom-key-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 1440px) {
    #custom-key-visual {
      height: 50vh; } }
  @media screen and (max-width: 520px) {
    #custom-key-visual {
      height: 50vh; } }
  #custom-key-visual.harf {
    height: 50vh; }
  #custom-key-visual .custom_key_inner {
    position: relative;
    width: 100%;
    height: 100%; }
    #custom-key-visual .custom_key_inner .keypic {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      position: absolute;
      object-fit: cover; }
      @media screen and (max-width: 1440px) {
        #custom-key-visual .custom_key_inner .keypic {
          object-fit: cover; } }
  #custom-key-visual .key_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center; }
    @media screen and (max-width: 1440px) {
      #custom-key-visual .key_txt img {
        width: 50%; } }
    @media screen and (max-width: 1100px) {
      #custom-key-visual .key_txt img {
        width: 60%; } }

#global-footer {
  background: #0D0D0D;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    #global-footer {
      padding: 40px 0 0; } }
  #global-footer .inner {
    padding: 12px 0 40px; }
    @media screen and (max-width: 768px) {
      #global-footer .inner {
        padding-top: 40px; } }
    @media screen and (max-width: 520px) {
      #global-footer .inner {
        padding-top: 0; } }
    #global-footer .inner .key-text {
      margin-bottom: 24px; }
    #global-footer .inner ul {
      width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 128px 128px 128px 128px 128px 128px 128px 128px 128px;
      column-gap: 6px;
      row-gap: 2px; }
      @media screen and (max-width: 1100px) {
        #global-footer .inner ul {
          width: 80%;
          grid-template-columns: 33% 33% 33%;
          column-gap: .5%; } }
      #global-footer .inner ul li {
        width: 100%;
        margin-bottom: 3%;
        opacity: 0; }
        #global-footer .inner ul li a {
          display: inline-block;
          transition: all ease .5s; }
          @media screen and (max-width: 1100px) {
            #global-footer .inner ul li a {
              width: 100%; } }
          #global-footer .inner ul li a:hover {
            opacity: .5; }
          #global-footer .inner ul li a img {
            width: 100%;
            height: auto;
            vertical-align: bottom; }
  #global-footer .copy-wrap {
    background: url(../images/global_footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative; }
    @media screen and (max-width: 520px) {
      #global-footer .copy-wrap {
        padding: 0 0 130px 0; } }
    #global-footer .copy-wrap .copy_wrap_inner {
      width: 1200px;
      margin: 0 auto; }
      @media screen and (max-width: 1100px) {
        #global-footer .copy-wrap .copy_wrap_inner {
          width: 90%; } }
      #global-footer .copy-wrap .copy_wrap_inner .footer-logo {
        text-align: left; }
        @media screen and (max-width: 520px) {
          #global-footer .copy-wrap .copy_wrap_inner .footer-logo {
            display: none; } }
        #global-footer .copy-wrap .copy_wrap_inner .footer-logo img {
          display: inline-block; }
      #global-footer .copy-wrap .copy_wrap_inner .footer-navi {
        padding: 40px 0;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 520px) {
          #global-footer .copy-wrap .copy_wrap_inner .footer-navi {
            padding-bottom: 24px; } }
        #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap {
          width: 100%; }
          @media screen and (max-width: 520px) {
            #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap {
              flex-direction: column;
              justify-content: flex-start; } }
          #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a {
            display: inline-block;
            border-left: 6px solid #D4000F;
            padding: 8px 12px;
            line-height: 1;
            background: #040405;
            color: #fff;
            font-size: 2.1em;
            margin-bottom: 8px;
            margin-right: 4px;
            position: relative;
            z-index: 10;
            width: 240px;
            transition: all .5s ease; }
            @media screen and (max-width: 520px) {
              #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a {
                width: 100%;
                box-sizing: border-box;
                border-left: none;
                border-top: 1px solid #D4000F;
                text-align: center; } }
            #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a:hover {
              background: #D4000F;
              border-left-color: #ccc; }
          #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner {
            display: grid;
            grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
            column-gap: 0.2%;
            row-gap: 4px;
            margin-bottom: 14px; }
            @media screen and (max-width: 520px) {
              #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner {
                grid-template-columns: 49% 49%;
                column-gap: 2%; } }
            #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a {
              display: inline-block;
              color: #FFFFFF;
              text-align: center;
              padding: 8px 16px;
              font-size: 1.3em;
              background: #0F0F0F;
              margin-right: 2px;
              width: 100%;
              box-sizing: border-box;
              transition: all .5s ease; }
              @media screen and (max-width: 520px) {
                #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a {
                  margin-right: 0;
                  margin-bottom: 4px;
                  background: rgba(0, 0, 0, 0.45);
                  font-size: 14px;
                  padding: 6px 0; } }
              #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a:hover {
                background: #A53139;
                color: #ccc; }
      #global-footer .copy-wrap .copy_wrap_inner .copy {
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #global-footer .copy-wrap .copy_wrap_inner .copy {
            bottom: 78px; } }
        @media screen and (max-width: 520px) {
          #global-footer .copy-wrap .copy_wrap_inner .copy {
            bottom: auto;
            position: static; } }
        #global-footer .copy-wrap .copy_wrap_inner .copy small {
          font-family: "futura-pt, sans-serif";
          color: #fff;
          font-size: 1.1em; }
          @media screen and (max-width: 768px) {
            #global-footer .copy-wrap .copy_wrap_inner .copy small {
              font-size: 1em; } }

.pankuzu {
  background: #F0F0F0; }
  .pankuzu ul {
    width: 1240px;
    margin: 0 auto;
    padding: 8px 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1366px) {
      .pankuzu ul {
        width: 80%; } }
    @media screen and (max-width: 1024px) {
      .pankuzu ul {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      .pankuzu ul {
        padding: 4px 0; } }
    .pankuzu ul li {
      color: #fff; }
      .pankuzu ul li::after {
        content: ">";
        margin: 0 12px; }
        @media screen and (max-width: 480px) {
          .pankuzu ul li::after {
            margin: 0 5px; } }
      .pankuzu ul li:last-child::after {
        display: none; }
      .pankuzu ul li a {
        font-family: "futura-pt, sans-serif";
        font-weight: 400;
        font-size: 1.3em;
        transition: all ease .5s;
        color: #fff; }
        @media screen and (max-width: 415px) {
          .pankuzu ul li a {
            font-size: 1.1em; } }
        .pankuzu ul li a:hover {
          color: #838383; }

/*#pankuzu {
  .inner {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    @media screen and (max-width: 768px){
      width: 100%;
    }
    li {
      &.cursor {
        padding: 8px 16px;
      }
      a {
        display: inline-block;
        padding: 8px 16px;
        font-size: 12px;
        color: #333333;
        transition: all .5s ease;
        &:hover {
          background: #333;
          color: #fff;
        }
      }
      span {
        font-size: 12px;
        color: #333333;
        display: inline-block;
        padding: 8px 16px;
      }
    }
  }
}*/
#container {
  padding: 150px 0 0 0; }
  @media screen and (max-width: 768px) {
    #container {
      padding: 120px 0 0 0; } }
  @media screen and (max-width: 480px) {
    #container {
      padding: 60px 0 0 0; } }
  @media screen and (max-width: 415px) {
    #container {
      padding: 40px 0 0 0; } }

.content-area {
  width: 1240px;
  margin: 0 auto;
  padding: 0 0 150px 0; }
  @media screen and (max-width: 1366px) {
    .content-area {
      width: 80%;
      padding: 0 0 120px 0; } }
  @media screen and (max-width: 1024px) {
    .content-area {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .content-area {
      width: 80%;
      padding: 0 0 80px 0; } }
  @media screen and (max-width: 480px) {
    .content-area {
      width: 95%;
      padding: 0 0 50px 0; } }

.content-header {
  margin-bottom: 24px; }
  @media screen and (max-width: 415px) {
    .content-header {
      margin-bottom: 0; } }
  .content-header h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 6em;
    color: #EC6E01;
    line-height: .8em; }
    @media screen and (max-width: 415px) {
      .content-header h2 {
        font-size: 4em; } }
    .content-header h2 span {
      font-family: "futura-pt, sans-serif";
      font-size: .4em;
      color: #333; }
      .content-header h2 span::before {
        content: "";
        background: url("../svg/cta-line.svg") no-repeat center;
        width: 104px;
        height: 1px;
        display: block;
        margin-top: 24px; }
        @media screen and (max-width: 415px) {
          .content-header h2 span::before {
            margin-top: 18px; } }

.content-header2 {
  margin-bottom: 80px; }
  @media screen and (max-width: 415px) {
    .content-header2 {
      margin-bottom: 60px; } }
  .content-header2 h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 6em;
    color: #EC6E01;
    line-height: .8em;
    text-align: center; }
    @media screen and (max-width: 415px) {
      .content-header2 h2 {
        font-size: 4em; } }
    .content-header2 h2 span {
      font-family: "futura-pt, sans-serif";
      font-size: .4em;
      color: #333; }
      .content-header2 h2 span::before {
        content: "";
        background: url("../svg/cta-line.svg") no-repeat center;
        width: 104px;
        height: 1px;
        display: block;
        margin: 24px auto 0 auto; }
        @media screen and (max-width: 415px) {
          .content-header2 h2 span::before {
            margin-top: 18px; } }

a.btn {
  text-align: center;
  margin-top: 54px;
  position: relative;
  background: #010302;
  padding: 5% 0;
  width: 100%;
  margin: 40px auto 0 auto;
  display: block;
  transition: all ease .5s; }
  a.btn::before {
    content: "";
    position: absolute;
    left: 24px;
    width: 12px;
    height: 20px;
    transition: all ease .5s; }
  a.btn:hover {
    background: #1C1C1C; }
    a.btn:hover::before {
      left: 36px; }
  a.btn img {
    width: 13%; }

.btn2 {
  text-align: center;
  margin-top: 64px; }
  @media screen and (max-width: 415px) {
    .btn2 {
      margin-top: 40px; } }
  .btn2 a {
    display: inline-block;
    padding: 16px 84px;
    border-radius: 3em;
    border: 1px solid #EC6E01;
    font-size: 16px;
    color: #EC6E01;
    position: relative;
    transition: all .8s ease; }
    @media screen and (max-width: 415px) {
      .btn2 a {
        font-size: 14px;
        padding: 10px 48px; } }
    .btn2 a:hover {
      background: rgba(236, 110, 1, 0.25); }
    .btn2 a img {
      position: relative;
      left: 24px; }

.key-text {
  text-align: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .key-text {
      margin-bottom: 40px; } }
  .key-text img {
    margin-bottom: 12px; }
    @media screen and (max-width: 1024px) {
      .key-text img {
        width: 50%; } }
    @media screen and (max-width: 415px) {
      .key-text img {
        margin-bottom: 0px; } }
  .key-text span {
    font-size: 2em; }
    @media screen and (max-width: 1024px) {
      .key-text span {
        font-size: 1.6em; } }
    @media screen and (max-width: 415px) {
      .key-text span {
        font-size: 1.4em; } }
  .key-text span.txt-white {
    color: #fff; }
  .key-text span.txt-black {
    color: #111111; }

.follow {
  width: 400px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(30, 62, 100, 0.75);
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .follow {
      display: flex;
      align-items: center;
      width: 100%; } }
  .follow .info {
    padding: 16px 20px;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .follow .info {
        border-right: 1px solid #fff;
        padding: 16px 24px;
        border-bottom: none;
        width: 80%; } }
    @media screen and (max-width: 480px) {
      .follow .info {
        width: 100%;
        padding: 20px 0px 20px 12px; } }
    @media screen and (max-width: 410px) {
      .follow .info {
        padding: 20px 0px 20px 12px; } }
    @media screen and (max-width: 400px) {
      .follow .info {
        width: 60%;
        padding: 14px 0px 14px 12px; } }
    .follow .info p {
      color: #fff;
      font-size: 1.4em;
      line-height: 1.6em;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .follow .info p {
          font-size: 1.4em;
          line-height: 1.4em; } }
      @media screen and (max-width: 480px) {
        .follow .info p {
          font-size: 1.2em;
          line-height: 1.4em; } }
      @media screen and (max-width: 350px) {
        .follow .info p {
          line-height: 1.2em; } }
      .follow .info p br.sp {
        display: none; }
        @media screen and (max-width: 400px) {
          .follow .info p br.sp {
            display: block; } }
      .follow .info p br.sp-s {
        display: none; }
        @media screen and (max-width: 375px) {
          .follow .info p br.sp-s {
            display: block; } }
  @media screen and (max-width: 768px) {
    .follow .contact-wrap {
      width: 35%; } }
  @media screen and (max-width: 400px) {
    .follow .contact-wrap {
      width: 40%; } }
  .follow .contact-wrap ul {
    display: flex;
    align-items: center; }
    .follow .contact-wrap ul li {
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 12px; }
      @media screen and (max-width: 768px) {
        .follow .contact-wrap ul li {
          width: 50%;
          padding: 24px 12px; } }
      @media screen and (max-width: 480px) {
        .follow .contact-wrap ul li {
          width: 70px;
          padding: 18px 12px; } }
      @media screen and (max-width: 440px) {
        .follow .contact-wrap ul li {
          width: 60px;
          padding: 18px 12px; } }
      @media screen and (max-width: 400px) {
        .follow .contact-wrap ul li {
          width: 80px; } }
      @media screen and (max-width: 350px) {
        .follow .contact-wrap ul li {
          padding: 24px 12px; } }
      .follow .contact-wrap ul li a {
        text-align: center;
        height: 100%;
        transition: all ease .5s;
        width: 100%; }
        .follow .contact-wrap ul li a img {
          margin-right: 6px; }
          @media screen and (max-width: 768px) {
            .follow .contact-wrap ul li a img {
              width: 20%;
              margin-right: 0; } }
          @media screen and (max-width: 480px) {
            .follow .contact-wrap ul li a img {
              width: 40%; } }
          @media screen and (max-width: 410px) {
            .follow .contact-wrap ul li a img {
              width: 50%; } }
          @media screen and (max-width: 400px) {
            .follow .contact-wrap ul li a img {
              width: 40%; } }
        .follow .contact-wrap ul li a span {
          color: #fff;
          font-size: 1.4em; }
          @media screen and (max-width: 768px) {
            .follow .contact-wrap ul li a span {
              font-size: 1.3em;
              display: none; } }
      .follow .contact-wrap ul li:not(:last-child) {
        border-right: 1px solid #fff; }

.pankuzu {
  background: #0c0c0c; }
  .pankuzu .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0; }
    @media screen and (max-width: 1100px) {
      .pankuzu .inner {
        width: 95%; } }
    .pankuzu .inner a {
      color: #fff;
      font-size: 12px; }
    .pankuzu .inner span {
      color: #fff;
      font-size: 12px; }

.ctabox {
  width: 220px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding: 10px 14px; }
  @media screen and (max-width: 520px) {
    .ctabox {
      width: 90%;
      left: 5%;
      right: auto; } }
  .ctabox .holiday_time {
    padding-bottom: 12px;
    border-bottom: 2px solid #FEF251; }
    @media screen and (max-width: 520px) {
      .ctabox .holiday_time {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; } }
    .ctabox .holiday_time p {
      color: #fff;
      font-weight: bold;
      font-size: 14px; }
      @media screen and (max-width: 520px) {
        .ctabox .holiday_time p {
          font-size: 12px;
          width: 50%; } }
      .ctabox .holiday_time p:nth-child(1) {
        margin-bottom: 8px; }
        @media screen and (max-width: 520px) {
          .ctabox .holiday_time p:nth-child(1) {
            margin-bottom: 0; } }
  .ctabox .linkbox {
    padding-top: 12px; }
    @media screen and (max-width: 520px) {
      .ctabox .linkbox {
        padding-top: 0; } }
    .ctabox .linkbox a {
      display: inline-block;
      padding: 4px 8px 4px 26px;
      color: #fff;
      font-size: 14px;
      transition: all .5s ease; }
      @media screen and (max-width: 520px) {
        .ctabox .linkbox a {
          font-size: 12px;
          padding-left: 20px; } }
      .ctabox .linkbox a:nth-child(1) {
        background: url(../svg/ctabox_icon1.svg) no-repeat left center; }
      .ctabox .linkbox a:nth-child(2) {
        background: url(../svg/ctabox_icon2.svg) no-repeat left center; }
      .ctabox .linkbox a:hover {
        color: #FEF251; }

.anchor {
  padding-top: 120px;
  margin-top: -120px; }

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s; }

/*---TOP遅れて表示---*/
.post {
  opacity: 0; }

#container {
  padding: 80px 0;
  background: #0D0D0D; }
  @media screen and (max-width: 520px) {
    #container {
      padding: 64px 0 40px; } }
  #container .main_content {
    width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      #container .main_content {
        width: 90%; } }

.main_content .subdesc {
  display: grid;
  grid-template-columns: 40% 57%;
  column-gap: 3%;
  margin-bottom: 80px; }
  @media screen and (max-width: 520px) {
    .main_content .subdesc {
      display: block;
      margin-bottom: 40px; } }
  .main_content .subdesc .pic {
    width: 100%;
    height: auto;
    margin-right: 3%; }
    @media screen and (max-width: 520px) {
      .main_content .subdesc .pic {
        margin-right: 0;
        margin-bottom: 16px; } }
    .main_content .subdesc .pic img {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: cover; }
  .main_content .subdesc .info h3 {
    font-size: 2.1rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1; }
    @media screen and (max-width: 520px) {
      .main_content .subdesc .info h3 {
        font-size: 16px; } }
  .main_content .subdesc .info .read {
    color: #FEF251;
    font-size: 15px;
    margin-bottom: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    @media screen and (max-width: 520px) {
      .main_content .subdesc .info .read {
        margin-bottom: 10px; } }
  .main_content .subdesc .info .txt:nth-child(n+2) {
    margin-bottom: 16px; }
    @media screen and (max-width: 520px) {
      .main_content .subdesc .info .txt:nth-child(n+2) {
        margin-bottom: 24px; } }
  .main_content .subdesc .info .txt p {
    font-size: 14px;
    color: #fff; }
    @media screen and (max-width: 520px) {
      .main_content .subdesc .info .txt p {
        font-size: 12px; } }
.main_content .content_wrap .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  top: 56px;
  opacity: 0; }
  @media screen and (max-width: 520px) {
    .main_content .content_wrap .content {
      display: block;
      border: none; }
      .main_content .content_wrap .content:last-child {
        margin-bottom: 0; } }
  .main_content .content_wrap .content:nth-child(even) {
    flex-direction: row-reverse; }
    .main_content .content_wrap .content:nth-child(even) .pic {
      border-left: 1px solid #FEF251;
      border-right: none; }
      @media screen and (max-width: 520px) {
        .main_content .content_wrap .content:nth-child(even) .pic {
          border: none; } }
  .main_content .content_wrap .content .pic {
    width: 50%;
    padding: 24px;
    border-right: 1px solid #FEF251; }
    @media screen and (max-width: 520px) {
      .main_content .content_wrap .content .pic {
        width: 100%;
        border: none; } }
    .main_content .content_wrap .content .pic img {
      width: 100%;
      height: 100%;
      vertical-align: bottom; }
  .main_content .content_wrap .content .info {
    width: 50%;
    display: grid;
    place-items: center; }
    @media screen and (max-width: 520px) {
      .main_content .content_wrap .content .info {
        width: 100%;
        border-top: 1px solid #FEF251;
        padding-top: 24px; } }
    .main_content .content_wrap .content .info .info_in {
      text-align: center; }
      .main_content .content_wrap .content .info .info_in h3 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 16px; }
      .main_content .content_wrap .content .info .info_in .linkbtn {
        display: inline-block;
        padding: 6px 24px;
        background: #151515;
        color: #FEF251;
        font-size: 16px;
        font-weight: bold; }

/*# sourceMappingURL=cus_wheels.css.map */
