@keyframes fadeIn1s {
  100% {
    opacity: 1;
    transform: translateY(0); } }
.page-wrapper {
  width: 100%;
  position: relative; }
  .page-wrapper img {
    width: 100%; }
  .page-wrapper p {
    letter-spacing: 0;
    text-align: justify;
    margin: 0; }
  .page-wrapper a {
    text-decoration: none;
    /*transition: all .3s ease;
    &:hover{
        opacity: .7;
    }*/ }
  .page-wrapper .keyvisual {
    width: 100%;
    position: relative;
    animation-name: fadeIn1s;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
    .page-wrapper .keyvisual h1.title {
      width: 45%;
      position: absolute;
      top: 5%;
      left: 10.6%;
      animation-name: fadeIn1s;
      animation-delay: 0.5s;
      animation-duration: 2.5s;
      animation-fill-mode: forwards;
      opacity: 0;
      transform: translateY(30px); }
    .page-wrapper .keyvisual .title-text {
      width: 27%;
      position: absolute;
      bottom: 47.5%;
      left: 10.6%;
      animation-name: fadeIn1s;
      animation-delay: 1s;
      animation-duration: 2.5s;
      animation-fill-mode: forwards;
      opacity: 0;
      transform: translateY(20px); }
    .page-wrapper .keyvisual .title-label {
      width: 24.8%;
      position: absolute;
      top: 19%;
      right: 1.5%;
      animation-name: fadeIn1s;
      animation-delay: 1s;
      animation-duration: 2.5s;
      animation-fill-mode: forwards;
      opacity: 0;
      transform: translateY(20px); }
  .page-wrapper .pages_container {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #231815; }
    .page-wrapper .pages_container h2.title {
      width: 85%;
      margin: 80px auto 30px; }
    .page-wrapper .pages_container .nav-list {
      width: 85%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-wrapper .pages_container .nav-list li {
        width: 48.5%;
        list-style: none;
        padding: 0; }
        .page-wrapper .pages_container .nav-list li:nth-of-type(n+3) {
          margin-top: 20px; }
    .page-wrapper .pages_container .nav-btn {
      font-size: 15px;
      line-height: 1;
      text-align: center;
      margin-top: 50px; }
      .page-wrapper .pages_container .nav-btn h3 {
        font-weight: 500; }
        .page-wrapper .pages_container .nav-btn h3 span {
          display: inline-block;
          position: relative;
          padding: .3em .5em; }
          .page-wrapper .pages_container .nav-btn h3 span:before, .page-wrapper .pages_container .nav-btn h3 span:after {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            height: 2em;
            background-color: #231815;
            top: 50%; }
          .page-wrapper .pages_container .nav-btn h3 span:before {
            left: 0;
            transform: rotate(-35deg) translateY(-50%); }
          .page-wrapper .pages_container .nav-btn h3 span:after {
            right: 0;
            transform: rotate(35deg) translateY(-50%); }
      .page-wrapper .pages_container .nav-btn .btn-more {
        width: 70%;
        margin: 15px auto 0; }
        .page-wrapper .pages_container .nav-btn .btn-more a {
          display: block;
          width: 100%;
          height: 100%;
          color: #fff;
          background-color: #004487;
          border-radius: 2.5rem;
          padding: 1em; }
    .page-wrapper .pages_container .section-box {
      overflow: hidden;
      width: 100%;
      font-size: 14px;
      line-height: 1.7;
      padding: 80px 10%; }
      .page-wrapper .pages_container .section-box:first-of-type {
        margin-top: 80px; }
      .page-wrapper .pages_container .section-box .item-wrap .item-box {
        margin-top: 70px; }
        .page-wrapper .pages_container .section-box .item-wrap .item-box p {
          margin-top: 15px; }
          .page-wrapper .pages_container .section-box .item-wrap .item-box p.link-text {
            font-weight: bold;
            margin-top: 5px; }
            .page-wrapper .pages_container .section-box .item-wrap .item-box p.link-text a {
              color: #231815; }
    .page-wrapper .pages_container #fashion {
      background-color: #FCE1EB; }
    .page-wrapper .pages_container #freshers {
      background-color: #A1D8E6; }
    .page-wrapper .pages_container #school {
      background-color: #FBD7A1; }
    .page-wrapper .pages_container #beauty {
      background-color: #FFDFDB; }
    .page-wrapper .pages_container #interior {
      background-color: #FFF1A2; }
    .page-wrapper .pages_container #smart {
      background-color: #CCE2A3; }
    .page-wrapper .pages_container #life {
      background-color: #fff; }
      .page-wrapper .pages_container #life h2.section-title {
        font-size: 15px;
        line-height: 1;
        text-align: center;
        border-bottom: 1px solid #231815;
        padding-bottom: 15px;
        margin-bottom: 15px; }
      .page-wrapper .pages_container #life .item-wrap .item-box {
        margin-top: 0; }
  .page-wrapper .bottom-link {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; }
    .page-wrapper .bottom-link ul {
      display: flex;
      justify-content: center;
      padding: 0;
      margin: 0;
      border-top: 1px solid #231815; }
      .page-wrapper .bottom-link ul li {
        width: calc(100%/6);
        list-style: none; }
        .page-wrapper .bottom-link ul li a {
          display: block;
          width: 100%;
          height: 100%;
          padding: .8em .1em; }
          .page-wrapper .bottom-link ul li a:hover {
            opacity: 1; }
        .page-wrapper .bottom-link ul li:nth-of-type(n+2) {
          border-left: 1px solid #231815; }

.c-sns-container {
  border-top: 1px solid #eee; }

.c-main-menu.js-main-menu {
  display: none; }

@media (min-width: 767px) {
  .bottom-link {
    max-width: 375px;
    width: 40%;
    margin: 0 auto; } }
