﻿
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : common.css
 style_info : Basic style
///////////////////////////////////////////////////////////////////*/
/*====================================================================
    index
====================================================================

Part name… pc

    01 news
    02 news detail
    03 item
    04 item detail
    05 contact
    06 lookbook
    07 look detail
    08 concept
    09 company

/*====================================================================
    01 news
/*==================================================================*/
.news {
  margin: 50px auto 0px; }
  .news__innar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*折り返し有り・複数行*/
    max-width: 1040px;
    margin: auto;
    width: 81.25vw;
    min-height: 700px; }
    .news__innar__list {
      max-width: 320px;
      width: 25vw;
      margin: 0 3.84% 55px 0; }
      .news__innar__list__wrap {
        position: relative; }
        .news__innar__list__wrap img {
          width: 100%; }
    .news__innar__list:nth-child(3n) {
      margin: 0 0 55px 0; }
  .news__nav {
    max-width: 1040px;
    margin: 0 40% 60px;
    width: 81.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news__nav a {
      font-family: brandon-grotesque, sans-serif;
      display: block;
      width: 50%;
      text-align: center;
      color: #cccccc;
      font-size: 24px;
      letter-spacing: 0.08em;
      height: 45px;
      border-bottom: 2px solid #cccccc; }
    .news__nav a:hover {
      color: #333;
      border-bottom: 2px solid #9db7e1; }
  .news .news__nav a.active {
    color: #333;
    border-bottom: 2px solid #9db7e1; }
  .news .column_contents__title {
    margin: 0 0 0 0; }

.news .line_deco__01 {
  width: calc(0% - 30px);
  height: 2px;
  display: block;
  background: #fff;
  top: 15px;
  position: absolute;
  /* left: 15px; */
  right: 15px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news .line_deco__02 {
  width: 2px;
  height: calc(0% - 30px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: auto;
  position: absolute;
  right: 15px;
  margin: auto;
  bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news .line_deco__03 {
  width: calc(0% - 30px);
  height: 2px;
  display: block;
  background: #fff;
  bottom: 15px;
  position: absolute;
  left: 15px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news .line_deco__04 {
  width: 2px;
  height: calc(0% - 30px);
  /* height: 2px; */
  display: block;
  background: #fff;
  top: 15px;
  position: absolute;
  left: 15px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.news .line_deco__link {
  height: auto; }

.news .active .line_deco__01 {
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  width: calc(100% - 30px); }

.news .active .line_deco__02 {
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
  height: calc(100% - 30px); }

.news .active .line_deco__03 {
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  width: calc(100% - 30px); }

.news .active .line_deco__04 {
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
  height: calc(100% - 30px); }

.bottom_action {
  max-width: 1040px;
  width: 81.25vw;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cube {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

.cube2 {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 133%;
  overflow: hidden; }

.column_contens_archive {
  display: none; }

@media screen and (max-width: 768px) {
  .news {
    margin: 8vw auto 0; }
    .news__innar {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*折り返し有り・複数行*/
      max-width: 1040px;
      margin: auto;
      width: 86.6vw;
      min-height: auto; }
      .news__innar__list {
        max-width: 100%;
        width: 100%;
        margin: 0 0 5.3333vw 0; }
        .news__innar__list__wrap {
          position: relative;
          width: 33.333vw;
          display: inline-block; }
          .news__innar__list__wrap img {
            width: 100%; }
        .news__innar__list__wrap--right {
          position: relative;
          width: 49.333vw;
          display: inline-block;
          border-bottom: 1px solid #efefef;
          border-top: 1px solid #efefef; }
      .news__innar__list:nth-child(3n) {
        margin: 0 0 5.3333vw 0; }
    .news .line_deco__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .news__nav {
      max-width: 1040px;
      margin: 0 auto 10.6vw;
      width: 86.6vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news__nav a {
        font-family: brandon-grotesque, sans-serif;
        display: block;
        width: 50%;
        text-align: center;
        color: #cccccc;
        font-size: 5.33vw;
        letter-spacing: 0.08em;
        height: 8vw;
        border-bottom: 2px solid #cccccc; }
      .news__nav a:hover {
        color: #333;
        border-bottom: 2px solid #9db7e1; }
    .news .news__nav a.active {
      color: #333;
      border-bottom: 2px solid #9db7e1; }
    .news .column_contents__title {
      font-size: 12px;
      line-height: 1.8;
      color: #333;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      margin: 0 0 1vw;
      min-height: 44px; }
  .column_contents__data {
    margin: 2.6vw 0 1.6vw; }
  .news .line_deco {
    display: none; } }

.news__innar.column_contens_archive {
  display: none; }

/*====================================================================
    02 news detail
/*==================================================================*/
.pick_up.news {
  margin: 0; }

.news-single__innar {
  width: 540px;
  margin: 50px auto 120px; }

.news-single__data {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: brandon-grotesque, sans-serif;
  color: #8d8d8d;
  margin: 0 0 20px; }

.news-single__title {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 30px; }

.news-single__contents img {
  width: 100%;
  margin: 0 0 40px; }

.news-single__contents--text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 40px; }

.pick_up__title {
  letter-spacing: 0.1em;
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  text-align: center;
  padding: 35px 0 40px;
  border-top: 1px solid #efefef;
  max-width: 800px;
  margin: auto; }

.pick_up .news__innar__list {
  max-width: 240px;
  width: 18.75vw;
  margin: 0 5% 0 0; }

.pick_up .news__innar__list:nth-child(3) {
  margin: 0 0 0 0; }

.pick_up .news__innar {
  max-width: 800px;
  margin: auto;
  width: 62.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex; }

.pick_up .column_contents__title {
  -webkit-line-clamp: 3; }

@media screen and (max-width: 768px) {
  .pick_up.news {
    margin: 0; }
  .news-single__innar {
    margin: 8vw auto 24vw;
    width: 100%; }
  .news-single__data {
    padding: 0 6.7vw;
    margin: 0 0 3.333vw; }
  .news-single__title {
    padding: 0 6.7vw;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 5.3vw; }
  .news-single__contents img {
    width: 100%;
    margin: 0 0 6vw; }
  .news-single__contents--text {
    padding: 0 6.7vw;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 6vw; }
  .pick_up__title {
    letter-spacing: 0.1em;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 0 6vw;
    border-top: none;
    max-width: 800px;
    margin: auto; }
  .pick_up .news__innar__list {
    max-width: 100%;
    width: 100%;
    margin: 0 0 5.3333vw 0; }
  .pick_up .news__innar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: auto;
    width: 86.6vw; }
  .pick_up .column_contents__title {
    -webkit-line-clamp: 3; }
  .news-single__contents {
    margin: 0 0 15vw; } }

/*====================================================================
    03 item 
/*==================================================================*/
.item__head {
  width: 81.25vw;
  margin: 0 auto 30px;
  position: relative; }
  .item__head img {
    width: 100%; }
  .item__head__title {
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1em;
    position: absolute;
    font-size: 32px;
    position: static;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 40px auto 50px;
    text-align: center;
    z-index: 3; }
    .item__head__title a {
      color: #666;
      text-decoration: underline;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px;
      line-height: 12px; }
    .item__head__title span a {
      position: relative;
      top: -7px;
      color: #9db7e1;
      text-decoration: underline;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px 0;
      line-height: 12px; }
  .item__head__img {
    position: relative;
    width: 100%;
    height: 100%; }
  .item__head__bg {
    background: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    display: none; }

.search {
  max-width: 830px;
  margin: 0 auto 80px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .search__open {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    letter-spacing: 0.01em;
    max-width: 830px;
    margin: auto;
    height: 50px;
    color: #333;
    letter-spacing: 0.1em;
    display: block;
    line-height: 50px;
    padding: 0 0 0 30px;
    position: relative; }
    .search__open span {
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-right: 2px solid #333;
      content: "";
      display: inline-block;
      position: absolute;
      right: 30px;
      top: -5px;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .search .on span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.search__box__wrap {
  display: none; }

.search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.category {
  font-size: 0; }
  .category__nav p {
    font-size: 16px;
    margin: 0 0 25px;
    color: #9db7e1;
    letter-spacing: 0.1em; }
  .category__nav__link {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1em; }
  .category__nav__link.active span {
    border: 1px solid #9db7e1;
    background: #9db7e1; }
  .category__nav__results {
    font-family: brandon-grotesque, sans-serif;
    background: #9db7e1;
    color: #fff;
    width: 240px;
    height: 35px;
    text-align: center;
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 35px;
    margin: 15px auto 25px;
    letter-spacing: 0.1em;
    border: 1px solid #9db7e1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .category__nav__results:hover {
    background: #fff;
    color: #9db7e1;
    border: 1px solid #9db7e1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .category__nav dl {
    font-size: 0; }
  .category__nav dt {
    width: 13%;
    display: inline-block; }
    .category__nav dt span {
      width: 12px;
      height: 12px;
      border-radius: 75%;
      border: 1px solid #9db7e1;
      display: inline-block; }
  .category__nav dd {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    width: 86%;
    display: inline-block; }
  .category__nav.c__nav1 {
    width: 54%;
    font-size: 0; }
    .category__nav.c__nav1 .category__nav__link {
      width: 50%;
      margin: 0 0 25px;
      padding: 0px 0 0px 30px;
      display: inline-block; }
    .category__nav.c__nav1 .category__nav__link:first-child {
      display: block; }
    .category__nav.c__nav1 .name {
      font-family: brandon-grotesque, sans-serif;
      padding: 0 0 0 30px; }
  .category__nav.c__nav2 {
    width: 24.4%; }
    .category__nav.c__nav2 .category__nav__link {
      margin: 0 0 25px;
      padding: 0px 0 0px 30px; }
      .category__nav.c__nav2 .category__nav__link dd {
        font-size: 12px; }
    .category__nav.c__nav2 .name {
      font-family: brandon-grotesque, sans-serif;
      padding: 0 0 0 30px; }
  .category__nav.c__nav3 {
    width: 24.4%; }
    .category__nav.c__nav3 .category__nav__link {
      margin: 0 0 20px;
      padding: 0px 0 0px 30px; }
    .category__nav.c__nav3 dd {
      font-size: 12px; }
    .category__nav.c__nav3 .name {
      font-family: brandon-grotesque, sans-serif;
      padding: 0 0 0 30px; }

.item_list__title {
  letter-spacing: 0.1em;
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  text-align: center;
  margin: 0 0 60px; }
  .item_list__title a {
    color: #9db7e1;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 5px; }

.item_list__contents {
  max-width: 1040px;
  width: 81.125%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_list__contents li {
    width: 22.1153%;
    margin: 0 3.7% 40px 0; }
    .item_list__contents li img {
      width: 100%; }
  .item_list__contents li.no_item {
    width: 100%;
    margin: 0 3.7% 40px 0;
    text-align: center; }
  .item_list__contents li:nth-child(4n) {
    margin: 0 0 40px; }
  .item_list__contents a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

@media screen and (max-width: 768px) {
  .item__head {
    width: 100%;
    margin: 0 auto 30px;
    position: relative; }
    .item__head img {
      width: 100%; }
    .item__head__title {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      position: absolute;
      font-size: 5.33vw;
      position: static;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 7.3vw auto 9.3vw;
      text-align: center; }
    .item__head__title a {
      color: #666;
      text-decoration: underline;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px;
      line-height: 12px; }
    .item__head__title span a {
      position: relative;
      top: 0px;
      color: #9db7e1;
      text-decoration: underline;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px 0;
      line-height: 12px; }
  .search {
    max-width: 830px;
    margin: 0 auto 75px;
    width: 86vw;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
    .search__open {
      font-family: brandon-grotesque, sans-serif;
      font-size: 4.266vw;
      letter-spacing: 0.1em;
      max-width: 830px;
      margin: auto;
      height: 10.666vw;
      color: #333;
      display: block;
      line-height: 10.666vw;
      padding: 0 0 0 4vw;
      position: relative; }
      .search__open span {
        width: 7px;
        height: 7px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        content: "";
        display: inline-block;
        position: absolute;
        right: 4vw;
        top: -2px;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
    .search .on span {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .search__box__wrap {
    display: none; }
  .search__box {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .category {
    font-size: 0; }
    .category__nav {
      margin: 0 0 4vw 0; }
      .category__nav p {
        font-size: 4.266vw;
        margin: 5px 0 25px;
        color: #9db7e1;
        letter-spacing: 0.1em; }
      .category__nav__link {
        display: block;
        font-size: 11px;
        text-decoration: none;
        height: 9.3333vw;
        color: #333;
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.1em; }
      .category__nav__link.active span {
        border: 1px solid #9db7e1;
        background: #9db7e1; }
      .category__nav__results {
        font-family: brandon-grotesque, sans-serif;
        background: #9db7e1;
        color: #fff;
        width: 100%;
        height: 10.666vw;
        text-align: center;
        display: block;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-decoration: none;
        line-height: 10.666vw;
        margin: 15px auto 25px; }
      .category__nav dl {
        font-size: 0; }
      .category__nav dt {
        width: 13%;
        display: inline-block; }
        .category__nav dt span {
          width: 12px;
          height: 12px;
          border-radius: 75%;
          border: 1px solid #9db7e1;
          display: inline-block;
          position: relative;
          top: 1px; }
      .category__nav dd {
        font-size: 3vw;
        width: 86%;
        display: inline-block; }
    .category__nav.c__nav1 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav1 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 4vw;
        display: inline-block; }
      .category__nav.c__nav1 .category__nav__link:first-child {
        display: block; }
      .category__nav.c__nav1 .name {
        padding: 0 0 0 4vw;
        margin: 10px 0 25px; }
    .category__nav.c__nav2 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav2 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 4vw;
        display: inline-block; }
        .category__nav.c__nav2 .category__nav__link dd {
          font-size: 3vw; }
      .category__nav.c__nav2 .name {
        padding: 0 0 0 4vw; }
    .category__nav.c__nav3 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav3 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 4vw;
        display: inline-block; }
      .category__nav.c__nav3 dd {
        font-size: 3vw; }
      .category__nav.c__nav3 .name {
        padding: 0 0 0 4vw; }
  .item_list__title {
    letter-spacing: 0.1em;
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 0 0 60px; }
    .item_list__title a {
      color: #9db7e1;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px; }
  .item_list__contents {
    max-width: 1040px;
    width: 86vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_list__contents li {
      width: 41.333vw;
      margin: 0 3.33333vw 5.33vw 0; }
    .item_list__contents li:nth-child(4n) {
      margin: 0 3.33333vw 5.33vw; }
    .item_list__contents li:nth-child(2n) {
      margin: 0 0 5.33vw; }
    .item_list__contents a:hover {
      opacity: 0.7;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .no_item {
    font-size: 12px;
    width: 100% !important;
    text-align: center; } }

.pagination {
  display: table;
  margin: 30px auto 0;
  width: auto; }
  .pagination a {
    font-family: brandon-grotesque, sans-serif;
    color: #333; }
  .pagination span.page-numbers.current {
    color: #a5bee4; }
  .pagination a.prev {
    position: static;
    margin: 0 5px;
    display: none; }
  .pagination a.next {
    position: static;
    margin: 0 5px;
    display: none; }

.item__head__img {
  overflow: hidden; }

.item__head img {
  width: 100%;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s; }

.item__head.on img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s 0.7s;
  -o-transition: all 5s 0.7s;
  transition: all 5s 0.7s; }

.pagination a {
  font-family: brandon-grotesque, sans-serif;
  color: #9db7e1;
  width: 32px;
  height: 32px;
  border: 2px solid #9db7e1;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  margin: 0 5px; }

.pagination span.page-numbers.current {
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  background: #9db7e1;
  width: 32px;
  height: 32px;
  border: 2px solid #9db7e1;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  margin: 0 5px; }

span.page-numbers.dots {
  text-indent: -999px;
  color: #fff;
  width: 32px;
  height: 1px;
  background: #9db7e1;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 8px; }

.pagination a:hover {
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #9db7e1;
  background: #9db7e1; }

@media screen and (max-width: 350px) {
  .search__open {
    font-family: brandon-grotesque, sans-serif;
    font-size: 4.266vw;
    letter-spacing: 0.01em;
    max-width: 830px;
    margin: auto;
    height: 10.666vw;
    color: #333;
    display: block;
    line-height: 10.666vw;
    padding: 0 0 0 2vw;
    position: relative; }
    .search__open span {
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-right: 2px solid #333;
      content: "";
      display: inline-block;
      position: absolute;
      right: 2vw;
      top: -5px;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .search .on span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .search__box__wrap {
    display: none; }
  .search__box {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .category {
    font-size: 0; }
    .category__nav {
      margin: 0 0 4vw 0; }
      .category__nav p {
        font-size: 4.266vw;
        margin: 5px 0 25px;
        color: #9db7e1;
        letter-spacing: 0.1em; }
      .category__nav__link {
        display: block;
        font-size: 11px;
        text-decoration: none;
        height: 9.3333vw;
        color: #333;
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.1em; }
      .category__nav__link.active span {
        border: 1px solid #9db7e1;
        background: #9db7e1; }
      .category__nav__results {
        font-family: brandon-grotesque, sans-serif;
        background: #9db7e1;
        color: #fff;
        width: 100%;
        height: 10.666vw;
        text-align: center;
        display: block;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-decoration: none;
        line-height: 10.666vw;
        margin: 15px auto 25px; }
      .category__nav dl {
        font-size: 0; }
      .category__nav dt {
        width: 13%;
        display: inline-block; }
        .category__nav dt span {
          width: 12px;
          height: 12px;
          border-radius: 75%;
          border: 1px solid #9db7e1;
          display: inline-block;
          position: relative;
          top: 1px; }
      .category__nav dd {
        font-size: 10px;
        width: 86%;
        display: inline-block; }
    .category__nav.c__nav1 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav1 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 1vw;
        display: inline-block; }
      .category__nav.c__nav1 .category__nav__link:first-child {
        display: block; }
      .category__nav.c__nav1 .name {
        padding: 0 0 0 1vw;
        margin: 10px 0 25px; }
    .category__nav.c__nav2 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav2 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 1vw;
        display: inline-block; }
        .category__nav.c__nav2 .category__nav__link dd {
          font-size: 10px; }
      .category__nav.c__nav2 .name {
        padding: 0 0 0 1vw; }
    .category__nav.c__nav3 {
      width: 100%;
      font-size: 0; }
      .category__nav.c__nav3 .category__nav__link {
        width: 50%;
        margin: 0 0 0px;
        padding: 0 0 0 2vw;
        display: inline-block; }
      .category__nav.c__nav3 dd {
        font-size: 10px; }
      .category__nav.c__nav3 .name {
        padding: 0 0 0 2vw; }
  .item_list__title {
    letter-spacing: 0.1em;
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 0 0 60px; }
    .item_list__title span {
      color: #9db7e1;
      font-size: 12px;
      letter-spacing: 0;
      display: inline-block;
      margin: 0 5px; }
  .item_list__contents {
    max-width: 1040px;
    width: 86vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_list__contents li {
      width: 41.333vw;
      margin: 0 3.33333vw 5.33vw 0; }
    .item_list__contents li:nth-child(4n) {
      margin: 0 3.33333vw 5.33vw; }
    .item_list__contents li:nth-child(2n) {
      margin: 0 0 5.33vw; }
    .item_list__contents a:hover {
      opacity: 0.7;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .no_item {
    font-size: 12px;
    width: 100% !important;
    text-align: center; } }

/*====================================================================
    04 item  detail
/*==================================================================*/
.item-single {
  max-width: 1040px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item-single__left {
    width: 50%;
    padding: 0 35px 0 15px; }
  .item-single__right {
    width: 50%;
    padding: 0 0 0 20px; }
  .item-single .detail__top {
    border-bottom: 1px solid #efefef;
    padding: 0 0 25px;
    margin: 0 0 40px; }
    .item-single .detail__top__type {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      font-size: 14px;
      color: #8d8d8d;
      margin: 0 0 px; }
    .item-single .detail__top__namebox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 0px; }
    .item-single .detail__top__name {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      font-size: 32px;
      line-height: 1.2;
      color: #333;
      width: 100%;
      margin: 0 0 0px; }
      .item-single .detail__top__name--ja {
        font-size: 12px;
        margin: 5px 0 20px; }
    .item-single .detail__top__price {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      font-size: 20px;
      color: #333;
      margin: 0 0 30px;
      display: block; }
    .item-single .detail__top__type_wrap {
      font-size: 0;
      margin: 0 0 20px; }
      .item-single .detail__top__type_wrap a {
        font-size: 14px;
        color: #9db7e1;
        display: inline-block;
        margin: 0 25px 0 0;
        text-decoration: underline; }
    .item-single .detail__top__text {
      font-size: 13px;
      line-height: 1.6;
      margin: 0 0 30px; }
    .item-single .detail__top__link {
      font-family: brandon-grotesque, sans-serif;
      width: 175px;
      height: 35px;
      background: #9db7e1;
      color: #fff;
      text-align: center;
      display: block;
      line-height: 35px;
      font-size: 12px;
      border: 1px solid #9db7e1;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .item-single .detail__top__link svg {
        width: 12px;
        position: relative;
        top: 1px;
        margin: 0 0 0 1px; }
    .item-single .detail__top__link:hover {
      font-family: brandon-grotesque, sans-serif;
      background: #fff;
      border: 1px solid #9db7e1;
      color: #9db7e1;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .item-single .detail__top__link:hover svg {
        width: 12px;
        position: relative;
        top: 1px;
        margin: 0 0 0 1px; }
  .item-single .detail__bottom__innar {
    margin: 0 0 35px; }
  .item-single .detail__bottom__title {
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .item-single .detail__bottom__title span.detail__bottom__title--code {
      font-family: brandon-grotesque, sans-serif;
      width: 30%;
      display: inline-block; }
    .item-single .detail__bottom__title span.detail__bottom__title--small {
      font-size: 12px; }
  .item-single .detail__bottom dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px; }
  .item-single .detail__bottom dt {
    width: 30%;
    display: inline-block;
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.6; }
  .item-single .detail__bottom dd {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6; }
  .item-single .detail__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80px;
    padding: 25px 0 0 0; }
    .item-single .detail__sns li {
      width: 35px; }
      .item-single .detail__sns li a {
        color: #333; }
        .item-single .detail__sns li a span {
          color: #8d8d8d;
          font-size: 10px; }
      .item-single .detail__sns li svg {
        width: 20px;
        margin: auto;
        display: block; }
      .item-single .detail__sns li a:hover {
        color: #97b7e4;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .item-single .detail__sns li a:hover span {
          color: #97b7e4;
          font-size: 10px;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
      .item-single .detail__sns li svg {
        width: 20px;
        margin: auto;
        display: block; }
  .item-single .slider-nav {
    margin: 20px 0 0 0; }
    .item-single .slider-nav .slider-container {
      display: none;
      position: relative;
      width: 84%;
      margin: 0 auto; }
    .item-single .slider-nav .slider-container.initialized {
      display: block; }
    .item-single .slider-nav .slider {
      margin: 0 24px;
      overflow: hidden; }
    .item-single .slider-nav .slick-list {
      margin-right: -12px;
      /* ガター分ネガティブマージン */ }
    .item-single .slider-nav .slider-arrow {
      position: absolute;
      top: 50%;
      height: 36px;
      margin-top: -18px;
      /* 高さの半分だけネガティブマージン */
      line-height: 36px;
      font-size: 28px;
      cursor: pointer;
      z-index: 10;
      /* 重要 */ }
    .item-single .slider-nav .slider-prev {
      left: 0; }
    .item-single .slider-nav .slider-next {
      right: 0; }
    .item-single .slider-nav .slick-slide {
      margin-right: 12px;
      /* ガター */ }
    .item-single .slider-nav .slick-slide {
      outline: 0; }
    .item-single .slider-nav .slick-slide:not(.slick-current) {
      opacity: 1; }
    .item-single .slider-nav .slick-slide:not(.slick-current):hover {
      opacity: 0.5; }
    .item-single .slider-nav .slick-current.slick-active img {
      opacity: .5; }
    .item-single .slider-nav .flow-slide {
      width: 240px;
      height: 800px; }
    .item-single .slider-nav .flow-list {
      width: 240px;
      height: 600px;
      border: 1px solid #000;
      background-color: #fff;
      padding: 24px; }

.ie11 .item-single .detail__sns li svg {
  height: 22px; }

.ie11 .item-single .detail__top__link svg {
  height: 12px; }

span.prev2.slick-arrow {
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  span.prev2.slick-arrow:after {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    background: none;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 0;
    margin: auto; }

span.next2.slick-arrow {
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: -34px;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  span.next2.slick-arrow:after {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    background: none;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto; }

.slick-counter {
  font-family: brandon-grotesque, sans-serif;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 56px;
  font-size: 12px;
  color: #8d8d8d; }
  .slick-counter span {
    font-family: brandon-grotesque, sans-serif; }

.slider-for .slick-counter {
  display: none; }

@media screen and (max-width: 768px) {
  .item-single {
    max-width: 1040px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .item-single__left {
      width: 100%;
      padding: 0; }
    .item-single__right {
      width: 86vw;
      margin: 0 auto;
      padding: 0; }
    .item-single .detail__top {
      border-bottom: 1px solid #efefef;
      padding: 0 0 8vw;
      margin: 0 0 10.6666vw; }
      .item-single .detail__top__type {
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.1em;
        font-size: 12px;
        color: #8d8d8d;
        margin: 4vw 0 2vw; }
      .item-single .detail__top__namebox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0px; }
      .item-single .detail__top__name {
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.1em;
        font-size: 24px;
        line-height: 1.2;
        color: #333;
        width: 100%;
        margin: 0 0 0px; }
        .item-single .detail__top__name--ja {
          font-size: 10px;
          margin: 5px 0 20px; }
      .item-single .detail__top__price {
        font-family: brandon-grotesque, sans-serif;
        letter-spacing: 0.1em;
        font-size: 16px;
        width: 30%;
        color: #333; }
      .item-single .detail__top__type_wrap {
        font-size: 0;
        margin: 0 0 20px; }
        .item-single .detail__top__type_wrap a {
          font-size: 12px;
          color: #9db7e1;
          display: inline-block;
          margin: 0 25px 0 0; }
      .item-single .detail__top__text {
        font-size: 12px;
        line-height: 1.66;
        margin: 0 0 30px; }
      .item-single .detail__top__link {
        font-family: brandon-grotesque, sans-serif;
        width: 100%;
        height: 40px;
        background: #9db7e1;
        color: #fff;
        text-align: center;
        display: block;
        line-height: 40px;
        font-size: 12px;
        border: 1px solid #9db7e1;
        letter-spacing: 0.1em;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .item-single .detail__top__link svg {
          width: 12px;
          position: relative;
          top: 1px;
          margin: 0 0 0 1px; }
      .item-single .detail__top__link:hover {
        font-family: brandon-grotesque, sans-serif;
        background: #fff;
        border: 1px solid #9db7e1;
        color: #9db7e1;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .item-single .detail__top__link:hover svg {
          width: 12px;
          position: relative;
          top: 1px;
          margin: 0 0 0 1px; }
    .item-single .detail__bottom__innar {
      margin: 0 0 35px; }
    .item-single .detail__bottom__title {
      font-family: brandon-grotesque, sans-serif;
      font-size: 16px;
      letter-spacing: 0.1em;
      margin: 0 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .item-single .detail__bottom__title span.detail__bottom__title--code {
        width: 40%;
        display: inline-block; }
      .item-single .detail__bottom__title span.detail__bottom__title--small {
        font-size: 12px; }
    .item-single .detail__bottom dl {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 4.6vw; }
    .item-single .detail__bottom dt {
      width: 40%;
      display: inline-block;
      color: #8d8d8d;
      font-size: 12px;
      line-height: 1.75; }
    .item-single .detail__bottom dd {
      width: 60%;
      display: inline-block;
      font-size: 12px;
      line-height: 1.75; }
    .item-single .detail__sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 18.6vw;
      padding: 0px 0 0 0; }
      .item-single .detail__sns li {
        width: 6.666vw; }
        .item-single .detail__sns li a {
          color: #333; }
          .item-single .detail__sns li a span {
            color: #8d8d8d;
            font-size: 10px;
            position: relative;
            left: -5px; }
        .item-single .detail__sns li svg {
          width: 100%;
          margin: auto;
          display: block; }
        .item-single .detail__sns li a:hover {
          color: #97b7e4;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .item-single .detail__sns li a:hover span {
            color: #97b7e4;
            font-size: 10px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
        .item-single .detail__sns li svg {
          width: 100%;
          margin: auto;
          display: block; }
    .item-single .slider-nav {
      margin: 20px 0 0 0;
      display: block; }
      .item-single .slider-nav .slider-container {
        display: none;
        position: relative;
        width: 84%;
        margin: 0 auto; }
      .item-single .slider-nav .slider-container.initialized {
        display: block; }
      .item-single .slider-nav .slider {
        margin: 0 24px;
        overflow: hidden; }
      .item-single .slider-nav .slick-list {
        margin-right: -12px;
        /* ガター分ネガティブマージン */ }
      .item-single .slider-nav .slider-arrow {
        position: absolute;
        top: 50%;
        height: 36px;
        margin-top: -18px;
        /* 高さの半分だけネガティブマージン */
        line-height: 36px;
        font-size: 28px;
        cursor: pointer;
        z-index: 10;
        /* 重要 */ }
      .item-single .slider-nav .slider-prev {
        left: 0; }
      .item-single .slider-nav .slider-next {
        right: 0; }
      .item-single .slider-nav .slick-slide {
        margin-right: 12px;
        /* ガター */ }
      .item-single .slider-nav .slick-slide {
        outline: 0; }
      .item-single .slider-nav .slick-slide:not(.slick-current) {
        opacity: .5; }
      .item-single .slider-nav .flow-slide {
        width: 240px;
        height: 800px; }
      .item-single .slider-nav .flow-list {
        width: 240px;
        height: 600px;
        border: 1px solid #000;
        background-color: #fff;
        padding: 24px; }
  span.prev2.slick-arrow {
    width: 6.666vw;
    height: 6.666vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: rgba(141, 141, 141, 0.5);
    color: #fff;
    z-index: 1; }
    span.prev2.slick-arrow:after {
      width: 8px;
      height: 8px;
      content: "";
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 0;
      display: block;
      left: 0;
      background: none;
      z-index: 10;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      bottom: 0;
      margin: auto;
      right: 0; }
  span.next2.slick-arrow {
    width: 6.666vw;
    height: 6.666vw;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    background: rgba(141, 141, 141, 0.5); }
    span.next2.slick-arrow:after {
      width: 8px;
      height: 8px;
      content: "";
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 0;
      display: block;
      left: 0px;
      right: 0;
      background: none;
      z-index: 10;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 0;
      margin: auto; }
  .slick-counter {
    font-family: brandon-grotesque, sans-serif;
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 0;
    margin: auto;
    width: 70px;
    font-size: 3.2vw;
    color: #8d8d8d; }
    .slick-counter span {
      font-family: brandon-grotesque, sans-serif; }
  .slider-for .slick-counter {
    display: block; }
  .slider-nav .slick-list {
    display: none !important; }
  .slider-nav .prev2 {
    display: none !important; }
  .slider-nav .next2 {
    display: none !important; } }

/*====================================================================
    05 contact
/*==================================================================*/
.contact {
  width: 600px;
  margin: auto;
  min-height: 600px; }
  .contact__title {
    font-family: brandon-grotesque,sans-serif;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 50px 0 80px; }
  .contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    padding: 0;
    min-height: 60px; }
  .contact dt {
    width: 160px;
    font-size: 14px;
    border-bottom: 1px solid #9db7e1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 30px 0 0; }
  .contact dd {
    width: 440px;
    position: relative;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0 20px;
    font-size: 14px;
    padding: 30px 0 0; }
    .contact dd p {
      font-size: 14px;
      line-height: 14px; }
  .contact dl:last-child dd {
    padding: 30px 0 1px; }
  .contact input#input1 {
    height: 30px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 14px;
    position: relative;
    top: -10px;
    font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  .contact input#input4 {
    height: 30px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 14px;
    position: relative;
    top: -10px;
    font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  .contact input#input2 {
    height: 30px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 14px;
    position: relative;
    top: -10px;
    font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  .contact #input3 {
    width: 100%;
    background: #fff;
    border: none;
    padding: 5px 0 0 10px;
    color: #333;
    font-size: 14px;
    position: relative;
    top: -10px;
    border: 1px  solid #efefef;
    font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  .contact .radio02-input + span label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 75%;
    border: 1px solid #9db7e1;
    display: inline-block;
    background: none; }
  .contact .radio02-input:checked + span label {
    color: #333; }
  .contact .radio02-input:checked + span label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    background: #9db7e1;
    border-radius: 50%; }
  .contact span.wpcf7-list-item {
    position: relative; }
  .contact .radio02-input {
    display: none; }
  .contact span.wpcf7-list-item {
    display: inline-block;
    margin: 0 40px 0 0;
    padding: 0 0 0 20px; }
  .contact span.wpcf7-list-item.last {
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 0 0 20px; }
  .contact span.checkclass {
    font-size: 10px;
    margin: 10px 0 15px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    color: #c34c3b; }
  .contact span.wpcf7-not-valid-tip {
    font-size: 10px; }
  .contact .your-message span.wpcf7-not-valid-tip {
    display: none; }
  .contact .mailform {
    margin: 0 0 50px; }
  .contact .privacytext {
    margin: 0 0 55px; }
    .contact .privacytext__01 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 20px; }
    .contact .privacytext__02 {
      font-size: 14px;
      line-height: 1.8; }
  .contact .submit_area.area1 a {
    font-family: brandon-grotesque,sans-serif;
    width: 240px;
    font-size: 12px;
    letter-spacing: 0.1em;
    height: 50px;
    color: #fff;
    border: 1px solid #97b7e4;
    background: #97b7e4;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 10; }
  .contact .submit_area.area1 a:hover {
    color: #97b7e4;
    border: 1px solid #97b7e4;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .contact input.wpcf7-form-control.wpcf7-submit {
    display: none; }
  .contact span.check {
    color: #c34c3b;
    position: relative;
    left: 8px;
    font-size: 12px; }
  .contact p.checkclass.mail_check_2 {
    font-size: 10px;
    margin: 10px 0 15px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    color: #c34c3b; }

.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important; }

.thanks h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center; }

.thanks p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center; }

.thanks a {
  font-size: 12px;
  color: #9db7e1;
  text-align: center;
  margin: 60px 0 0 0;
  display: block; }

.thanks a:hover {
  opacity: 0.8; }

.checkclass {
  display: none; }

span.first_form__text {
  font-size: 12px;
  color: #c34c3b; }

.dnone {
  display: none; }

.contact_check a {
  font-size: 14px;
  color: #333;
  height: 35px;
  display: block;
  width: 100%;
  position: relative; }
  .contact_check a:hover {
    color: #9db7e1; }
  .contact_check a.on {
    color: #8d8d8d; }

.contact_check .contact_check_text a:hover {
  color: #333; }

.contact_check .contact_check_text a.on:hover {
  color: #8d8d8d; }

.contact_check ul {
  display: none; }

a.arrow_contact {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0; }
  a.arrow_contact span {
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 2px solid #9db7e1;
    border-right: 2px solid #9db7e1;
    top: 20px;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0; }
  a.arrow_contact span.on {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

span.ajax-loader {
  display: none !important; }

.safari input#pass {
  font-size: 30px;
  padding: 0px 0 0px 20px; }

.under_page.contact.thanks {
  margin: 0 auto 200px; }

.mailform .pc__contents {
  display: inline; }

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc; }

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc; }

@media screen and (max-width: 768px) {
  .mailform .pc__contents {
    display: none; }
  .contact {
    width: 86vw;
    margin: auto;
    min-height: auto; }
    .contact__title {
      font-family: brandon-grotesque,sans-serif;
      font-size: 20px;
      letter-spacing: 0.01em;
      text-align: center;
      margin: 8vw 0 15.3333vw; }
    .contact dl {
      display: block;
      padding: 0;
      min-height: 60px; }
    .contact dt {
      width: 100%;
      font-size: 12px;
      border-bottom: none;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      padding: 9vw 0 1.733vw;
      position: relative; }
      .contact dt:after {
        content: "";
        position: absolute;
        width: 100%;
        background: #efefef;
        height: 1px;
        bottom: -5px;
        z-index: 1; }
      .contact dt:before {
        content: "";
        position: absolute;
        width: 40%;
        background: #9db7e1;
        height: 1px;
        left: 1;
        bottom: -5px;
        z-index: 2; }
    .contact dd {
      width: 100%;
      position: relative;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      border: none;
      padding: 0 0 0 20px;
      font-size: 12px;
      padding: 3.333vw 0 0; }
      .contact dd p {
        font-size: 12px;
        line-height: 14px; }
    .contact dl:last-child dd {
      padding: 30px 0 15px; }
    .contact input#input1 {
      height: 8vw;
      width: 100%;
      background: #fff;
      border: none;
      padding: 0 0 0 0px;
      color: #333;
      font-size: 12px;
      position: relative;
      margin: 6px 0 0 0;
      top: -10px; }
    .contact input#input4 {
      height: 8vw;
      margin: 6px 0 0 0;
      width: 100%;
      background: #fff;
      border: none;
      padding: 0 0 0 0px;
      color: #333;
      font-size: 12px;
      position: relative;
      top: -10px; }
    .contact input#input2 {
      height: 8vw;
      width: 100%;
      margin: 6px 0 0 0;
      background: #fff;
      border: none;
      padding: 0 0 0 0px;
      color: #333;
      font-size: 12px;
      position: relative;
      top: -10px; }
    .contact #input3 {
      width: 100%;
      background: #fff;
      border: none;
      padding: 0 0 0 0px;
      color: #333;
      font-size: 12px;
      position: relative;
      top: -10px;
      margin: 6px 0 0 0; }
    .contact .radio02-input + span label::before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      width: 12px;
      height: 12px;
      border-radius: 75%;
      border: 1px solid #9db7e1;
      display: inline-block;
      background: none; }
    .contact .radio02-input:checked + span label {
      color: #333; }
    .contact .radio02-input:checked + span label::after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      left: 1px;
      width: 12px;
      height: 12px;
      background: #9db7e1;
      border-radius: 50%; }
    .contact span.wpcf7-list-item {
      position: relative; }
    .contact .radio02-input {
      display: none; }
    .contact span.wpcf7-list-item {
      display: inline-block;
      margin: 0 4vw 0 0;
      padding: 0 0 0 20px; }
    .contact span.wpcf7-list-item.last {
      display: inline-block;
      margin: 0 0px 0 0;
      padding: 0 0 0 20px; }
    .contact span.checkclass {
      font-size: 10px;
      margin: 10px 0 15px;
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.4;
      color: #c34c3b;
      position: absolute;
      top: 6.5vw;
      left: 35vw; }
    .contact .mail_check .sp__contents {
      display: none; }
    .contact span.wpcf7-not-valid-tip {
      font-size: 10px; }
    .contact .your-message span.wpcf7-not-valid-tip {
      display: none; }
    .contact .mailform {
      margin: 0 0 10px; }
    .contact .privacytext {
      margin: 0 0 55px; }
      .contact .privacytext__01 {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 20px; }
      .contact .privacytext__02 {
        font-size: 12px;
        line-height: 1.8; }
    .contact .submit_area.area1 a {
      width: 240px;
      height: 50px;
      color: #fff;
      border: 1px solid #97b7e4;
      background: #97b7e4;
      text-align: center;
      line-height: 50px;
      display: block;
      margin: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .contact .submit_area.area1 a:hover {
      color: #97b7e4;
      border: 1px solid #97b7e4;
      background: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .contact input.wpcf7-form-control.wpcf7-submit {
      display: none; }
    .contact span.check {
      color: #c34c3b;
      position: relative;
      left: 8px;
      font-size: 12px; }
  .thanks h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center; }
  .thanks p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center; }
  .thanks a {
    font-size: 12px;
    color: #9db7e1;
    text-align: center;
    margin: 60px 0 0 0;
    display: block; }
  .thanks a:hover {
    opacity: 0.8; }
  .checkclass {
    display: none; }
  span.first_form__text {
    font-size: 12px;
    color: #c34c3b; }
  .contact_check a {
    font-size: 12px;
    color: #333;
    height: 35px;
    display: block;
    width: 100%;
    margin: 5px 0 0 0; }
    .contact_check a:hover {
      color: #333333; }
    .contact_check a.on {
      color: #8d8d8d; }
  .contact_check .contact_check_text a:hover {
    color: #333; }
  .contact_check .contact_check_text a.on:hover {
    color: #8d8d8d; }
  .contact_check ul {
    display: none; }
  a.arrow_contact {
    position: absolute;
    width: 50px !important;
    height: 100%;
    right: 0;
    top: 0; }
  .under_page.contact.thanks {
    margin: 0 auto 100px; } }

/*====================================================================
    06 lookbook
/*==================================================================*/
.lookbook {
  margin: 50px 0 0 0; }
  .lookbook h2 {
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 24px; }
  .lookbook h3 {
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 24px;
    margin: 0 0 20px; }
  .lookbook__top {
    max-width: 1040px;
    margin: 50px auto 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .lookbook__top__left {
      width: 57.69%;
      padding: 0 0 0 10%; }
      .lookbook__top__left img {
        width: 100%; }
    .lookbook__top__right {
      width: 42.3%;
      padding: 0 0 0 60px; }
  .lookbook__bottom {
    max-width: 1040px;
    margin: 0 auto 0px;
    padding: 0 0 20px;
    font-size: 0;
    text-align: center; }
    .lookbook__bottom__innnar {
      width: 30.76%;
      margin-right: 3.84%;
      display: inline-block;
      text-align: center; }
      .lookbook__bottom__innnar h3 {
        text-align: center;
        margin: 20px 0 20px 0; }
      .lookbook__bottom__innnar img {
        width: 100%;
        margin: 0 0 0px; }
    .lookbook__bottom__innnar:last-child {
      width: 30.76%;
      margin-right: 0; }
    .lookbook__bottom .more_btn__link {
      margin: auto; }

@media screen and (max-width: 768px) {
  .lookbook {
    margin: 8vw 0 0 0; }
    .lookbook h2 {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      text-align: center;
      font-size: 20px; }
    .lookbook h3 {
      font-family: brandon-grotesque, sans-serif;
      letter-spacing: 0.1em;
      text-align: center;
      font-size: 20px;
      margin: 3.333vw 0; }
    .lookbook__top {
      max-width: 1040px;
      width: 100%;
      margin: 16vw auto 21.333vw;
      display: block; }
      .lookbook__top__left {
        width: 86vw;
        margin: auto;
        padding: 0 0 0 0; }
        .lookbook__top__left img {
          width: 100%; }
      .lookbook__top__right {
        width: 86vw;
        padding: 0 0 0 0px;
        margin: auto; }
    .lookbook__bottom {
      width: 1040px;
      width: 86vw;
      margin: 0 auto 0px;
      padding: 0 0 20px;
      font-size: 0; }
      .lookbook__bottom .line_deco__link {
        width: 41.3vw; }
      .lookbook__bottom__innnar {
        width: 100%;
        margin-right: 3.84%;
        margin-bottom: 8vw;
        display: inline-block;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .lookbook__bottom__innnar h3 {
          text-align: center;
          font-size: 16px;
          line-height: 1.2;
          margin: 2.666vw 0; }
        .lookbook__bottom__innnar img {
          width: 100%;
          margin: 0 0 0px; }
      .lookbook__bottom__innnar:last-child {
        width: 100%;
        margin: 0; }
      .lookbook__bottom .more_btn__link {
        margin: auto; }
    .lookbook .lookbook__bottom__innnar__wrap {
      width: 41.3vw; } }

/*====================================================================
    07 look detail
/*==================================================================*/
.look {
  margin: 50px 0 0 0; }
  .look__inner {
    width: 81.25vw;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center; }
  .look__title {
    font-size: 24px;
    color: #333333;
    font-family: brandon-grotesque, sans-serif;
    padding-bottom: 70px;
    letter-spacing: 0.1em; }
  .look__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 40px; }
    .look__box img {
      width: 100%; }
    .look__box.box1 {
      margin-bottom: 20px; }
    .look__box.box2 {
      margin-bottom: 37px; }
    .look__box.box3 {
      margin-bottom: 54px; }
    .look__box.box4 {
      margin-bottom: 54px; }
    .look__box.box5 {
      margin-bottom: 54px; }
    .look__box.box6 {
      margin-bottom: 207px; }
    .look__box__photo {
      max-width: 500px;
      width: 48.077%;
      padding: 0 0px; }
      .look__box__photo--1 {
        width: 48.07692%; }
      .look__box__photo--2 {
        width: 100%; }
      .look__box__photo--3 {
        width: 48.07692%;
        padding: 0 1.92308%; }
      .look__box__photo--4 {
        width: 48.07692%;
        padding: 0 1.92308%; }
      .look__box__photo--5 {
        width: 48.07692%;
        padding: 0 1.92308%; }
      .look__box__photo--6 {
        width: 48.07692%;
        padding: 0 4.95192%; }
      .look__box__photo--7 {
        width: 48.07692%; }
      .look__box__photo--8 {
        width: 48.07692%;
        padding: 0 1.92308%; }
      .look__box__photo--9 {
        width: 48.07692%; }
      .look__box__photo--10 {
        width: 48.07692%;
        padding: 0 1.92308%; }
      .look__box__photo--11 {
        width: 48.07692%; }
      .look__box__photo--12 {
        width: 48.07692%;
        padding: 0 13.36538%; }
  .look__box.full .look__box__photo {
    width: 100%; }
  .look__box.full .p1 {
    width: 100%;
    max-width: 100%; }

.look__box__photo {
  padding-top: 90px;
  margin-top: -90px; }

.look__box__photo a {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.look__box__photo a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

@media screen and (max-width: 768px) {
  .look {
    margin: 8vw 0 0 0; }
    .look__inner {
      width: 86.66667vw; }
    .look__title {
      font-size: 20px;
      padding-bottom: 60px; }
    .look__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
      .look__box.box1 {
        margin: 0 0 2.666vw; }
      .look__box__photo {
        width: 100%;
        margin: -12.666666vw 0 2.6666vw 0;
        padding: 13.6666vw 0 0; }
        .look__box__photo--1 {
          width: 100%; }
        .look__box__photo--2 {
          width: 100%; }
        .look__box__photo--3 {
          width: 77.33333vw;
          padding: 0;
          margin: 0 auto 10px; }
        .look__box__photo--4 {
          width: 77.33333vw;
          padding: 0;
          margin: 0 auto; }
        .look__box__photo--5 {
          width: 77.33333vw;
          padding: 0;
          margin: 0 auto 10px; }
        .look__box__photo--6 {
          width: 66.66667vw;
          padding: 0;
          margin: 0 auto; }
        .look__box__photo--7 {
          width: 100%;
          margin-bottom: 10px; }
        .look__box__photo--8 {
          width: 77.33333vw;
          padding: 0;
          margin: 0 auto; }
        .look__box__photo--9 {
          width: 100%;
          margin-bottom: 10px; }
        .look__box__photo--10 {
          width: 77.33333vw;
          padding: 0;
          margin: 0 auto; }
        .look__box__photo--11 {
          width: 100%;
          margin-bottom: 10px; }
        .look__box__photo--12 {
          width: 37.33333vw;
          padding: 0; } }

/*====================================================================
    08 concept
/*==================================================================*/
.concept {
  margin: 50px 0 20px 0;
  padding: 0 0 20px; }
  .concept__inner {
    max-width: 1040px;
    width: 81.25%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    color: #333333; }
    .concept__inner img {
      width: 100%; }
  .concept__title {
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    padding-bottom: 60px;
    letter-spacing: 0.1em; }
  .concept__left {
    display: inline-block;
    width: 52%;
    vertical-align: middle; }
    .concept__left img {
      width: 100%; }
  .concept__right {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    padding-left: 6%;
    text-align: left; }
    .concept__right p {
      font-size: 14px;
      line-height: 1.8;
      padding-bottom: 40px;
      margin: -0.4em 0; }
    .concept__right .concept__right__subject p {
      font-size: 28px;
      line-height: 1.2;
      margin: -0.1em 0;
      font-family: brandon-grotesque, sans-serif;
      color: #9db7e1;
      letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .concept {
    margin: 8vw 0 20px 0; }
    .concept__inner {
      width: 100%; }
    .concept__title {
      font-size: 20px;
      padding-bottom: 60px; }
    .concept__left {
      display: block;
      width: 100%; }
    .concept__right {
      width: 86vw;
      padding-top: 34px;
      padding-left: 0;
      margin: auto;
      text-align: center; }
      .concept__right p {
        font-size: 12px;
        padding-bottom: 30px; }
        .concept__right p.concept__right__subject {
          font-size: 24px; }
      .concept__right .concept__right__subject p {
        font-size: 24px; } }

/*====================================================================
    09 company
/*==================================================================*/
.company {
  margin: 50px 0 0 0; }
  .company__inner {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W6','ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative; }
  .company__title {
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    padding-bottom: 80px;
    letter-spacing: 0.1em; }
  .company dl {
    clear: both;
    overflow: hidden; }
    .company dl.third_row dt {
      font-family: brandon-grotesque, sans-serif; }
    .company dl.fourth_row dt {
      font-family: brandon-grotesque, sans-serif; }
    .company dl dt {
      width: 160px;
      float: left;
      text-align: left;
      font-size: 14px;
      color: #8d8d8d;
      border-bottom: 1px solid #9db7e1;
      padding: 30px 0 15px; }
    .company dl dd {
      width: 440px;
      float: left;
      text-align: left;
      font-size: 14px;
      color: #333333;
      border-bottom: 1px solid #efefef;
      padding: 30px 0 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .company dl dd.location {
        position: relative; }
      .company dl dd a {
        color: #333333 !important; }
      .company dl dd .map_btn {
        position: absolute;
        top: auto;
        right: 0;
        width: 20px;
        bottom: 10px;
        margin: auto;
        display: table; }
        .company dl dd .map_btn img {
          width: 100%; }
        .company dl dd .map_btn__link {
          font-family: brandon-grotesque, sans-serif;
          width: 50px;
          height: 28px;
          line-height: 28px;
          font-size: 10px;
          background: #9db7e1;
          border: 1px solid #9db7e1;
          color: #fff;
          text-align: center;
          display: block;
          letter-spacing: 0.14em;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .company dl dd .map_btn__link:hover {
            background: #fff;
            border: 1px solid #9db7e1;
            color: #9db7e1;
            text-align: center;
            display: block;
            letter-spacing: 0.14em;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
  .company__information {
    text-align: left; }
    .company__information p span {
      font-size: 12px;
      color: #8d8d8d; }
      .company__information p span.download_btn {
        position: absolute;
        top: auto;
        right: 0; }
        .company__information p span.download_btn .download_btn__link {
          font-family: brandon-grotesque, sans-serif;
          width: 115px;
          height: 28px;
          line-height: 28px;
          font-size: 10px;
          background: #9db7e1;
          border: 1px solid #9db7e1;
          color: #fff;
          text-align: center;
          display: block;
          letter-spacing: 0.14em;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .company__information p span.download_btn .download_btn__link:hover {
            background: #fff;
            border: 1px solid #9db7e1;
            color: #9db7e1;
            text-align: center;
            display: block;
            letter-spacing: 0.14em;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
    .company__information__title {
      padding: 50px 0 15px;
      border-bottom: solid 1px #9db7e1;
      margin: 0 !important;
      line-height: 1 !important;
      font-size: 16px;
      color: #9db7e1; }
    .company__information__text {
      font-size: 14px;
      line-height: 1.8;
      padding: 30px 0 55px; }
    .company__information__data {
      font-size: 14px;
      line-height: 1.8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding-bottom: 0px;
      display: table;
      margin-bottom: 25px; }
      .company__information__data .line {
        border-bottom: 1px solid #9db7e1;
        padding: 0 0 6px; }
      .company__information__data .company__information__comment2 {
        font-size: 12px;
        color: #8d8d8d;
        display: inline-block;
        margin: 0 0 0 10px; }

.popup_content {
  position: absolute;
  display: block;
  width: 620px;
  height: 300px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 97px 42px;
  right: 0;
  left: 0;
  background-color: #9db7e1;
  z-index: 2; }
  .popup_content p {
    color: #fff; }
  .popup_content__title {
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    padding: 40px 0 25px;
    letter-spacing: 0.1em;
    text-align: center; }
  .popup_content__body {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    padding-bottom: 40px;
    text-align: center; }
  .popup_content__error {
    font-size: 12px;
    text-align: left;
    padding-bottom: 7px; }
  .popup_content__text_form {
    width: 380px;
    height: 40px;
    margin: auto;
    background-color: #fff;
    position: relative; }
    .popup_content__text_form__arrow {
      width: 13px;
      height: 13px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%) translateX(0) rotate(45deg);
      transform: translateY(-50%) translateX(0) rotate(45deg);
      -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
      right: -30px; }
    .popup_content__text_form__download {
      width: 115px;
      height: 30px;
      font-family: brandon-grotesque, sans-serif;
      font-size: 10px;
      letter-spacing: 0.1em;
      border: 1px solid #fff;
      color: #fff;
      background: #9db7e1;
      display: block;
      text-align: center;
      line-height: 30px;
      margin: 20px auto 0; }
    .popup_content__text_form__download:hover {
      color: #9db7e1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border: 1px solid #9db7e1;
      background: #fff; }

.pop_compani__close {
  position: absolute;
  top: 20px;
  right: 20px; }

.popup_content_wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000; }

.popup_content__error {
  display: none; }

#submit {
  display: none; }

input#pass {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  font-size: 40px;
  padding: 0px 0 10px 20px;
  line-height: 12px; }

.sp_tel {
  display: none !important; }

@media screen and (max-width: 768px) {
  input#pass {
    font-size: 20px;
    padding: 0px 0 0px 20px;
    border: none; }
  .sp_tel {
    display: table !important; }
  .company {
    margin: 8vw 0 0 0; }
    .company__inner {
      width: 86.66667vw; }
    .company__title {
      font-size: 20px;
      padding-bottom: 60px; }
    .company dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .company dl dt {
        width: 23.07692%;
        font-size: 12px;
        float: none;
        padding: 6.66666vw 0 2.6666vw; }
      .company dl dd {
        width: 76.92308%;
        font-size: 12px;
        float: none;
        padding: 6.66666vw 0  2.6666vw; }
        .company dl dd .map_btn {
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); }
          .company dl dd .map_btn__link {
            width: 50px;
            height: 25px;
            line-height: 25px;
            font-size: 12px; }
      .company dl.second_row dt {
        line-height: 1.8; }
      .company dl.second_row dd {
        line-height: 1.8; }
      .company dl.last_row dt {
        line-height: 1.8; }
      .company dl.last_row dd {
        line-height: 1.8; }
    .company__information p span {
      font-size: 10px; }
      .company__information p span.download_btn .download_btn__link {
        width: 100px;
        height: 27px;
        line-height: 27px;
        font-size: 12px; }
    .company__information__title {
      font-size: 14px;
      padding: 50px 0 8px;
      border-bottom: solid 1px #9db7e1;
      margin: 0 !important;
      line-height: 1 !important; }
    .company__information__text {
      font-size: 12px;
      padding: 15px 0 9.3333vw; }
    .company__information__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding-bottom: 5.3333vw;
      margin: 0; }
      .company__information__data .line {
        font-size: 12px;
        border-bottom: 1px solid #9db7e1;
        padding: 0 0 3px; }
      .company__information__data .company__information__comment2 {
        font-size: 10px;
        color: #8d8d8d;
        display: inline-block;
        margin: 0 0 0 10px; }
    .company__information__comment {
      display: contents; }
    .company .popup_content_wrap {
      height: auto; }
  .popup_content {
    width: 94%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    padding: 0 3% 25px; }
    .popup_content__title {
      font-size: 20px;
      padding: 30px 0; }
    .popup_content__body {
      font-size: 12px;
      padding-bottom: 25px; }
    .popup_content__error {
      font-size: 10px;
      padding-bottom: 5px;
      width: 100%;
      margin: 0 auto 5px;
      max-width: 85%; }
    .popup_content__text_form {
      width: 100%;
      margin: 0 auto;
      max-width: 85%; }
      .popup_content__text_form__arrow {
        right: -20px; } }

@media screen and (max-width: 768px) and (max-width: 350px) {
  .company dl dd {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal; } }

@media screen and (max-width: 768px) {
  div#slider {
    width: calc(81.25vw - 15px);
    margin: 30px auto;
    position: relative;
    left: -15px;
    border: none;
    height: 3px;
    background: #e6e6e6;
    top: 0px; }
  div#slider:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background: #e6e6e6;
    right: -25px; } }
