@charset "UTF-8";
/* CSS Document */

@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit;
  }

  html,
  body {
    font-size: 13px;
  }

  .openmenu__btn {
    top: 20px;
    width: 25px;
    height: 15px;
  }

  .openmenu__bg,
  .openmenu__nav_wrap {
    width: 100vw;
  }

  header {
    top: 20px;
    position: fixed;
    z-index: 10;
    width: 100%;
  }

  header .top-nav .lang-nav {
    margin-right: 7px;
    font-size: 12px;
  }

  header .gnav {
    position: absolute;
    right: 5vw;
    top: 40px;
    display: flex;
  }

  .top header .gnav {
    bottom: -20px;
  }

  header .gnav li {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
  }

  header .gnav li a.store {
    padding: 3px 10px;
  }

  header .top-nav li {
    margin-left: 7px;
  }

  .open .openmenu__nav_wrap {
    overflow-x: hidden;
  }

  .openmenu__nav_wrap .openmenu-nav {
    padding: 65px 10vw 0 50px;
    margin-bottom: 20vw;
  }

  .index-wrap h1 {
    width: 45%;
  }

  .openmenu__nav_wrap .openmenu-nav ul {
    margin-bottom: 25px;
  }

  footer {
    font-size: 10px;
    padding-bottom: 50px;
  }

  /* foot-nav */

  .foot-nav {
    margin-top: 10em;
    margin-bottom: 3em;
  }

  .foot-nav li {
    display: inline-block;
    font-size: 1.4em;
    margin: 0 1em;
  }

  .foot-nav li.store a {
    line-height: 1;
    background: #171818;
    color: #fff;
    padding: 8px 10px;
    transition: 0.3s ease;
  }

  .foot-sub-nav {
    margin-bottom: 3em;
  }

  .foot-sub-nav li {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 1em;
  }

  footer .sns-nav {
    margin-bottom: 6em;
  }

  footer .sns-nav li {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0.7em;
  }

  h1 {
    width: 16vw;
  }

  .page-contents-wrap {
    padding-top: 50px;
  }

  .top-post-wrap .link-next {
    margin-top: 50px;
  }

  /*
================
Concept
================
*/

  .concept-contents-wrap {
    padding: 25px 0 75px;
  }

  .concept-contents-wrap h3 {
    font-size: 16px;
    margin-left: 10vw;
    border-bottom: 3px solid #171818;
    padding-bottom: 5px;
    margin: 0 auto 50px;
  }

  .concept-contents-wrap h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }

  .concept-contents {
    margin-bottom: 75px;
  }

  .concept-contents .thumb-wrap {
    width: 100vw;
  }

  .concept-contents .text-wrap {
    width: 90vw;
    padding: 0;
    margin: 20px auto 0;
  }

  .concept-contents .text-wrap p {
    margin-bottom: 15px;
  }

  .concept-contents .text-wrap p:last-child {
    margin-bottom: 0;
  }

  section:nth-of-type(1) .text-wrap {
    padding-top: 0;
  }

  section:nth-of-type(1) .text-wrap .read {
    font-size: 16px;
    margin-bottom: 20px;
  }

  section:nth-of-type(1) .text-wrap .read br {
    display: none;
  }

  section:nth-of-type(2) .thumb-wrap {
    text-align: center;
    width: 25vw;
    margin: 0 auto;
  }

  section:nth-of-type(2) .text-wrap {
    padding-top: 0;
  }

  section:nth-of-type(2) .text-wrap h3 {
    margin-left: auto;
    margin-bottom: 25px;
  }

  section:nth-of-type(3) {
    flex-flow: wrap;
  }

  section:nth-of-type(3) .text-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  section:nth-of-type(4) {
    margin-bottom: 0;
  }

  /*
================
Store
================
*/

  .store-contents-wrap {
    padding-top: 50px;
  }

  .store-contents-wrap h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .store-contents-wrap .item-wrap .item-color li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
  }

  .store-contents-wrap .item-wrap .item-cat {
    margin-bottom: 5px;
  }

  .store-contents-wrap .item-wrap,
  .store-contents-wrap.clm4 .item-wrap {
    width: 47%;
    margin-bottom: 75px;
  }

  .store-contents-wrap .item-wrap .thumb-wrap {
    margin-bottom: 15px;
  }

  .store-contents-wrap .item-wrap .text-wrap {
    width: 100%;
  }

  .store-contents-wrap .item-wrap .read {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .store-contents-wrap .item-wrap .view {
    margin: 15px auto 0;
  }

  .store-single-wrap {
    width: 80%;
    margin: 0 auto 100px;
  }

  .store-single-wrap .thumb-wrap {
    margin-bottom: 25px;
  }

  .store-single-wrap .changephoto {
    width: calc((100% - 50px) / 6);
  }

  .store-single-wrap .next-btn {
    width: 18px;
    transform: translate(180%, -55%);
  }

  .store-single-wrap .prev-btn {
    width: 18px;
    transform: translate(-180%, -55%);
  }

  .store-single-wrap h3 {
    margin: 10px 0 20px;
  }

  .store-single-wrap .single-contents p {
    width: 100%;
    margin: 15px auto 0;
    font-size: 13px;
  }

  .store-single-wrap .single-contents img {
    margin: 30px 0 15px;
  }

  .cart-wrap {
    margin-bottom: 55px;
    display: block;
  }

  .cart-wrap .thumb-wrap {
    margin-bottom: 15px;
  }

  .cart-wrap .text-wrap h4 {
    margin-bottom: 10px;
  }

  .reccomend-wrap {
    width: 90%;
    margin: 0 auto 100px;
  }

  .reccomend-wrap.post {
    margin-bottom: 2em;
  }

  .reccomend-wrap h4 {
    font-size: 16px;
  }

  .reccomend-wrap:before {
    content: "";
    display: block;
    width: 46%;
    order: 1;
  }

  .reccomend-wrap:after {
    content: "";
    display: block;
    width: 46%;
  }

  .reccomend-wrap .item-wrap {
    width: 46%;
    margin-bottom: 20px;
  }

  .reccomend-wrap .item-wrap .item-id {
    font-size: 11px;
  }
  .reccomend-wrap .item-wrap h3 {
    font-size: 14px;
  }

  .reccomend-wrap .item-wrap .thumb-wrap {
    margin-bottom: 10px;
  }

  .colorchip-nav {
    position: static;
    width: 100px;
    margin-top: 2em;
  }

  .colorchip-nav li {
    margin-bottom: 10px;
  }

  /*
================
Other
================
*/

  .single-contents-wrap {
    padding-top: 50px;
  }

  .post-single-wrap .title {
    margin: 2.4em 0 2em;
  }

  .policy-wrap h3 {
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .policy-wrap section {
    margin-bottom: 50px;
  }

  .policy-wrap section:last-child {
    margin-bottom: 100px;
  }

  .info-wrap h3 {
    font-size: 16px;
  }

  .search-wrap {
    margin: 0 auto 40px;
    padding-top: 50px;
  }

  .search-wrap .clm-wrap:before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }

  .search-wrap .clm-wrap {
    padding-top: 50px;
  }

  .search-wrap article {
    width: 48%;
    margin-bottom: 50px;
  }

  .top-icatch-wrap .news-wrap .logo {
    width: 23vw;
  }

  .top-post-wrap {
    margin: 0 auto;
  }

  .top-post-wrap h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .top-post-wrap .thumb-wrap {
    margin-bottom: 50px;
  }

  .news-nav {
    padding: 20px;
    margin-top: 50px;
    display: block;
  }

  .news-nav ul {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .news-nav ul:first-child li {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .news-nav ul:first-child li a {
    margin-right: 5px;
  }

  .arc-nav {
    margin: 0 0 100px;
  }

  .cat-wrap {
    margin-bottom: 100px;
  }

  .cat-wrap ul {
    margin-bottom: 50px;
  }

  .post-contents-wrap {
    margin: 0 auto 100px;
  }

  .post-contents-wrap .post-wrap {
    width: 46%;
    margin-bottom: 40px;
    text-align: left;
  }

  .post-contents-wrap .post-wrap .date {
    margin: 10px 0 5px;
  }

  .post-contents-wrap .post-wrap h2 {
    text-align: left;
  }

  a.store-btn {
    margin-top: 30px;
  }

  /*
================
Contact
================
*/

  .form-wrap .r-box {
    width: 100%;
  }

  .form-wrap .l-box {
    width: 100%;
  }

  .form-wrap .l-box div {
    margin-bottom: 20px;
  }

  .form-wrap h3 {
    font-size: 13px;
  }

  .submit-wrap {
    margin-bottom: 100px;
  }

  .guide-wrap {
    padding-bottom: 25px;
  }

  .guide-wrap h3 {
    font-size: 1.16em;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .guide-wrap dl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .guide-wrap th,
  .guide-wrap td {
    display: block;
    width: 100%;
  }

  .guide-wrap td {
    padding-bottom: 10px;
  }

  .flex-box {
    flex-flow: column;
  }

  .flex-box .img-area {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .js-cf7-wrap .submit-wrap {
    display: block;
  }
  .js-cf7-wrap .submit-wrap > * + * {
    margin-top: 20px;
  }
}
