@charset "UTF-8";
/* Scss Document */
/****************************
SP用コード
****************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .header {
    width: 100%;
    height: 55px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    z-index: 1000; }
    .header .header-inner {
      width: 100%;
      position: relative; }
      .header .header-inner .logo {
        width: 130px;
        height: 20px;
        margin: 15.5px 10px;
        display: inline-block;
        position: absolute;
        background: url("../images/logo.png") top center no-repeat;
        background-size: contain;
        z-index: 1000; }
        .header .header-inner .logo img {
          width: 100%;
          height: auto;
          vertical-align: baseline; }
        .header .header-inner .logo.active {
          background: url("../images/logo_w.png") top center no-repeat;
          width: 130px;
          height: 20px;
          margin: 15.5px 10px;
          display: inline-block;
          position: absolute;
          background-size: contain;
          z-index: 1000; }
      .header .header-inner .menu {
        height: 20px;
        position: absolute;
        right: 11.25px;
        top: 16px;
        width: 25px;
        z-index: 1000; }
        .header .header-inner .menu .menu__line {
          background: #df3828;
          display: block;
          height: 2px;
          position: absolute;
          transition: transform .3s;
          width: 100%; }
        .header .header-inner .menu .menu__line--top {
          width: 40%; }
        .header .header-inner .menu .menu__line--center {
          top: 6px; }
        .header .header-inner .menu .menu__line--center2 {
          top: 12px; }
        .header .header-inner .menu .menu__line--bottom {
          bottom: 0;
          width: 40%;
          margin-left: 60%; }
        .header .header-inner .menu .menu__line--top.active {
          top: 8px;
          transform: rotate(135deg);
          background: #fff;
          width: 100%; }
        .header .header-inner .menu .menu__line--center.active,
        .header .header-inner .menu .menu__line--center2.active {
          transform: scaleX(0); }
        .header .header-inner .menu .menu__line--bottom.active {
          bottom: 10px;
          transform: rotate(-135deg);
          background: #fff;
          width: 100%;
          margin-left: 0; }
      .header .header-inner .gnav {
        background: #df3828;
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999; }
        .header .header-inner .gnav .gnav__wrap {
          align-items: center;
          display: flex;
          height: 100%;
          justify-content: center;
          position: absolute;
          width: 100%;
          z-index: 999; }
          .header .header-inner .gnav .gnav__wrap .logo {
            width: 130px;
            padding: 15.5px 10px;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0; }
            .header .header-inner .gnav .gnav__wrap .logo img {
              width: 100%;
              height: auto;
              vertical-align: baseline; }
          .header .header-inner .gnav .gnav__wrap ul {
            width: 100%; }
            .header .header-inner .gnav .gnav__wrap ul li.gnav__menu__item {
              margin: 35px 0; }
              .header .header-inner .gnav .gnav__wrap ul li.gnav__menu__item a {
                color: #fff;
                font-size: 1em;
                font-weight: bold;
                padding: 10px 20px;
                text-decoration: none;
                transition: .5s;
                font-family: 'Avenir Next Medium','Corbel',sans-serif;
                font-style: italic; }
                .header .header-inner .gnav .gnav__wrap ul li.gnav__menu__item a:hover {
                  color: #666; }

  /* TOPスライダー
  *******************************************************/
  .caption {
    width: 100%;
    height: 140vw;
    padding: 0 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2; }
    .caption .title {
      margin-bottom: 10px;
      color: #dadada;
      font-size: 16px;
      letter-spacing: 0.1em;
      text-align: center; }
    .caption .btn {
      display: inline-block;
      padding: 4px 10px;
      color: #dadada;
      text-decoration: none;
      position: relative;
      background: transparent;
      border: 1px solid #dadada;
      font: 10px "Oswald", sans-serif;
      letter-spacing: 0.2em;
      line-height: 1.5;
      text-align: center;
      text-indent: 2px;
      text-transform: uppercase;
      transition: color 0.1s linear 0.05s;
      border-radius: 4px; }
      .caption .btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #df3828;
        z-index: 1;
        opacity: 0;
        transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s; }
      .caption .btn::after {
        transition: border 0.1s linear 0.05s; }
      .caption .btn .btn-inner {
        position: relative;
        z-index: 2; }
      .caption .btn:hover {
        color: #fff;
        transition: color 0.1s linear 0s;
        border: none;
        border-radius: 5px;
        overflow: hidden; }
        .caption .btn:hover::before {
          top: 0;
          height: 100%;
          opacity: 1;
          transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s; }
        .caption .btn:hover::after {
          border-color: #df3828;
          transition: border 0.1s linear 0s; }

  .main-content .slideshow {
    position: relative;
    width: 100%;
    height: 140vw;
    z-index: 1; }
    .main-content .slideshow .slides {
      width: 100%;
      height: 100%; }
      .main-content .slideshow .slides img {
        width: auto;
        height: 140vw;
        object-fit: cover; }
    .main-content .slideshow .slick-prev::before {
      position: relative;
      content: "";
      background: url("../images/arrow-prev.png") center center no-repeat;
      background-size: contain;
      padding: 6px;
      opacity: 1; }
    .main-content .slideshow .slick-next::before {
      position: relative;
      content: "";
      background: url("../images/arrow-next.png") center center no-repeat;
      background-size: contain;
      padding: 6px;
      opacity: 1; }
    .main-content .slideshow .slick-prev {
      left: 12px;
      z-index: 10; }
    .main-content .slideshow .slick-next {
      right: 12px;
      z-index: 10; }

  .slick-counter {
    text-align: center;
    padding: 10px 0 0;
    color: #df3828; }

  /* #sub-navi
  *******************************************************/
  #sub-navi {
    padding: 80px 0; }
    #sub-navi ul li {
      padding: 10px 0;
      text-align: center; }
      #sub-navi ul li a {
        font-size: 16px;
        font-weight: bold;
        color: #df3828;
        text-decoration: none;
        transition: 0.5s;
        letter-spacing: 0.05em;
        font-family: 'Barlow Condensed', sans-serif; }

  /*CONTENTS
  *******************************************************/
  #contents .project {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
    position: relative;
    text-align: center; }
    #contents .project .coming-soon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2; }
      #contents .project .coming-soon img {
        width: 55% !important;
        height: auto; }
    #contents .project .ttl {
      writing-mode: vertical-rl;
      color: #df3828;
      font-size: 15px;
      letter-spacing: 0.05em;
      position: absolute;
      left: 10px;
      top: 0;
      z-index: 20;
      font-style: oblique; }
    #contents .project .image {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #contents .project .image img {
        width: 100%;
        margin: 0; }
      #contents .project .image .img {
        position: absolute;
        top: 0;
        left: 0;
        background: #df3828; }
      #contents .project .image .img2 {
        position: inherit;
        float: right;
        background: #D9D9D9;
        z-index: 10; }
    #contents .project .arrow {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      position: relative;
      padding: 10px 20px 10px 0;
      color: #df3828;
      text-decoration: none;
      transition: 0.5s;
      /*&:hover{
      	color: #3C3C3C;
      	&::after{
      		border-bottom: 1px solid #3C3C3C;
      	}
      	&::before{
      		border-top: 1px solid #3C3C3C;
      	}
      }*/ }
      #contents .project .arrow::after {
        content: "";
        background: url("../images/arrow.png") center center no-repeat;
        background-size: cover;
        display: block;
        margin: auto 0;
        margin-left: 20px;
        width: 102px;
        height: 10px;
        transition: 0.5s; }

  /*FOOTER
  *******************************************************/
  footer {
    width: 100%;
    max-width: 1200px;
    padding: 100px 20px 20px;
    margin: 0 auto;
    color: #424242;
    position: relative;
    text-align: center; }
    footer .sns {
      position: absolute;
      left: 15px; }
      footer .sns ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        background: #000;
        border-radius: 4px; }
        footer .sns ul li {
          padding: 5px 7px;
          text-align: center; }
          footer .sns ul li a {
            font-size: 16px;
            color: #fff; }
    footer a.bear {
      display: block;
      width: 30%;
      max-width: 400px;
      margin: 0 auto 25px; }
      footer a.bear img {
        width: 100%;
        height: auto; }
    footer .footer-nav {
      position: absolute;
      left: 0;
      bottom: 50px; }
      footer .footer-nav ul li {
        margin-top: 20px;
        text-align: left; }
        footer .footer-nav ul li a {
          font-size: 22px;
          color: #000;
          text-decoration: none;
          transition: all 0.3s ease-out; }
          footer .footer-nav ul li a:hover {
            color: #df3828; }
    footer .copyright {
      color: #df3828;
      font-size: 14px; } }
