@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none !important;
  color: #171717;
  transition: .4s; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow-x: visible; }

p {
  margin: 0;
  padding: 0; }

.mainBox {
  margin: 0 auto !important; }

/*--------------------------------------------*/
/*--------------------------------------------*/
.wrapper {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  color: #171717;
  font-size: 14px;
  margin: 0 auto;
  font-style: normal;
  text-align: left;
  padding: 0;
  line-height: 1.5;
  width: 100%;
  position: relative; }
  .wrapper.active {
    position: relative;
    height: 100vh;
    transition: background .8s;
    overflow: hidden; }
    .wrapper.active::after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: calc(100% - 400px);
      height: 100%;
      backdrop-filter: blur(5px);
      z-index: 9999; }

/*------------------------
header
-------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  padding: 0 20px;
  background: #ffffff;
  z-index: 9990;
  /*------- ハンバーガーメニュー ----------*/ }
  header img {
    vertical-align: middle; }
  header .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 43px);
    padding-right: 20px; }
    @media screen and (max-width: 600px) {
      header .header__nav {
        padding-right: 0; } }
    header .header__nav .header__nav_icon {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .header__nav .header__nav_icon div {
        margin-left: 20px; }
        header .header__nav .header__nav_icon div a {
          position: relative;
          display: block; }
          header .header__nav .header__nav_icon div a img {
            max-width: 25px; }
          header .header__nav .header__nav_icon div a .fs-p-cartItemNumber {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 1em;
            font-size: 0.6em;
            line-height: 1;
            padding: 0.2em 0.4em;
            top: 0;
            right: 18px; }
  header .header {
    position: relative;
    padding-right: 20px;
    letter-spacing: 1px; }
    header .header .hamburger {
      position: relative;
      display: block;
      z-index: 1000;
      width: 23px;
      height: 14px;
      border: none;
      background: transparent;
      cursor: pointer; }
      header .header .hamburger .hamburger__line {
        position: absolute;
        width: 23px;
        top: 0;
        left: 0;
        height: 1.5px;
        background: #171717;
        transition: all .4s;
        box-sizing: border-box;
        display: inline-block; }
        header .header .hamburger .hamburger__line img {
          width: 23px; }
        header .header .hamburger .hamburger__line:nth-of-type(1) {
          top: 0; }
        header .header .hamburger .hamburger__line:nth-of-type(2) {
          top: 14px; }
      header .header .hamburger.active .hamburger__line:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg); }
      header .header .hamburger.active .hamburger__line:nth-of-type(2) {
        transform: translateY(-7px) rotate(45deg); }
  header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-width: 400px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity .2s;
    z-index: 999;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    header .nav::-webkit-scrollbar {
      display: none; }
    header .nav.active {
      opacity: 1;
      visibility: visible; }
    header .nav .nav__header {
      position: fixed;
      width: 100%;
      height: 60px;
      max-width: 400px;
      left: 0;
      padding-left: 63px;
      background: #ffffff;
      z-index: 1001; }
      header .nav .nav__header a {
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1001; }
        header .nav .nav__header a img {
          vertical-align: middle; }
    header .nav .nav__list {
      margin: 80px 0 0;
      list-style: none;
      width: 100%;
      padding: 0 7% 5%; }
      header .nav .nav__list .nav__item {
        border-bottom: 1px solid #404040;
        padding: 2.0em 0; }
        header .nav .nav__list .nav__item:marker {
          display: none; }
        header .nav .nav__list .nav__item h4 {
          font-size: 1.2em;
          font-weight: 400; }
        header .nav .nav__list .nav__item p {
          font-size: .8em;
          line-height: 1.8;
          margin: 1.0em auto; }
          header .nav .nav__list .nav__item p span {
            font-size: 120%;
            padding: 0 0.2em; }
          header .nav .nav__list .nav__item p a {
            font-weight: 600; }
        header .nav .nav__list .nav__item .logout__member a {
          display: block;
          padding: 1.5em 1.0em;
          margin-bottom: 1.0em;
          color: #ffffff;
          font-size: 0.8em;
          line-height: 1;
          position: relative; }
          header .nav .nav__list .nav__item .logout__member a::after {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            top: 50%;
            right: 1.5em;
            transform: translateY(-50%) rotate(-45deg); }
          header .nav .nav__list .nav__item .logout__member a.loginBtn {
            background: #737373; }
          header .nav .nav__list .nav__item .logout__member a.memberBtn {
            background: #ec6800; }
        header .nav .nav__list .nav__item .nav__link {
          display: block;
          font-size: .9em;
          margin: 0;
          padding: 1.0em 0; }
      header .nav .nav__list .details {
        margin: 0;
        padding: 1.0em 0; }
        header .nav .nav__list .details .space {
          margin: 2.0em auto 1.0em; }
        header .nav .nav__list .details .details-summary {
          position: relative;
          display: block;
          font-size: 1.0em;
          margin-bottom: 0;
          transition: margin-bottom 0.3s; }
          header .nav .nav__list .details .details-summary.is-active {
            display: block;
            margin-bottom: 1.5em; }
          header .nav .nav__list .details .details-summary:hover {
            cursor: pointer; }
          header .nav .nav__list .details .details-summary.js-details-summary {
            position: relative;
            cursor: pointer;
            font-size: .9em;
            text-align: left; }
            header .nav .nav__list .details .details-summary.js-details-summary::before, header .nav .nav__list .details .details-summary.js-details-summary::after {
              content: "";
              position: absolute;
              top: 50%;
              width: 1px;
              height: 7px;
              background-color: #737373;
              transition: .5s; }
            header .nav .nav__list .details .details-summary.js-details-summary::before {
              transform: translateY(-50%) rotate(-45deg);
              right: 35px; }
            header .nav .nav__list .details .details-summary.js-details-summary::after {
              transform: translateY(-50%) rotate(45deg);
              right: 30px; }
            header .nav .nav__list .details .details-summary.js-details-summary.is-active {
              overflow-y: auto; }
              header .nav .nav__list .details .details-summary.js-details-summary.is-active::before {
                transform: translateY(-50%) rotate(-135deg);
                transition: .5s; }
              header .nav .nav__list .details .details-summary.js-details-summary.is-active::after {
                transform: translateY(-50%) rotate(135deg);
                transition: .5s; }
          header .nav .nav__list .details .details-summary::-webkit-details-marker {
            display: none; }
        header .nav .nav__list .details .layer2 a {
          display: block;
          font-size: 0.8em;
          margin: 0;
          padding: 1.0em 0;
          letter-spacing: 1px; }
          header .nav .nav__list .details .layer2 a:first-child {
            margin-top: 1.0em; }
          header .nav .nav__list .details .layer2 a:last-child {
            margin-bottom: 2.2em; }
        header .nav .nav__list .details .layer2 .details-content a {
          margin-left: 3.0em; }
        header .nav .nav__list .details .layer2 .snsList {
          margin-left: 1.0em;
          margin-bottom: 1.0em;
          display: flex;
          align-items: flex-end;
          justify-content: flex-start;
          flex-wrap: wrap; }
          header .nav .nav__list .details .layer2 .snsList a {
            display: block;
            margin-bottom: 0;
            margin-right: 3.0em;
            margin-top: 0; }
            header .nav .nav__list .details .layer2 .snsList a img {
              width: 20px; }
              header .nav .nav__list .details .layer2 .snsList a img.hight {
                width: auto;
                height: 20px; }
      header .nav .nav__list .nav__link_img {
        display: block;
        margin: 0;
        padding: 1.0em 0; }
      header .nav .nav__list .brandlogo {
        text-align: left;
        margin: 0 0 0 auto; }

/*------------------------
main
-------------------------*/
main {
  position: relative;
  top: 0;
  left: 0; }

/*------------------------
footer
-------------------------*/
footer {
  background: #737373;
  color: #ffffff;
  width: 100%;
  padding: 5% 5% 1%;
  margin: 0; }
  @media screen and (max-width: 1080px) {
    footer {
      padding: 10%; } }
  footer .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 80%; }
    @media screen and (max-width: 600px) {
      footer .footer__inner {
        width: 100%; } }
    footer .footer__inner h3 {
      font-size: 1.5em;
      font-weight: 400;
      margin-bottom: 3%; }
      @media screen and (max-width: 600px) {
        footer .footer__inner h3 {
          font-size: 4.5vw;
          margin-bottom: 2.0em; } }
    footer .footer__inner .footerBox {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      padding-bottom: 3%;
      margin-bottom: 3%;
      border-bottom: 1px solid #ffffff; }
      @media screen and (max-width: 1080px) {
        footer .footer__inner .footerBox {
          flex-wrap: wrap; } }
      footer .footer__inner .footerBox div {
        width: calc(100%/4); }
        @media screen and (max-width: 1080px) {
          footer .footer__inner .footerBox div {
            width: calc(100%/2); }
            footer .footer__inner .footerBox div:first-child {
              border-bottom: 1px solid #ffffff; }
            footer .footer__inner .footerBox div:nth-child(2) {
              border-bottom: 1px solid #ffffff; }
            footer .footer__inner .footerBox div:last-child {
              border-bottom: none; } }
        footer .footer__inner .footerBox div p {
          font-size: 1.2em;
          margin-bottom: .5em;
          letter-spacing: 1px; }
        footer .footer__inner .footerBox div ul {
          position: relative;
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-direction: column; }
          @media screen and (max-width: 1080px) {
            footer .footer__inner .footerBox div ul {
              padding: 2.0em 0; } }
          footer .footer__inner .footerBox div ul.category::before {
            content: "CATEGORY";
            top: -.5em;
            left: 0;
            font-size: 1.2em;
            letter-spacing: 1px;
            position: absolute;
            display: none; }
            @media screen and (max-width: 600px) {
              footer .footer__inner .footerBox div ul.category::before {
                display: block;
                font-size: 3.7vw; } }
          footer .footer__inner .footerBox div ul.content::before {
            content: "CONTENT";
            top: -.5em;
            left: 0;
            font-size: 1.2em;
            letter-spacing: 1px;
            position: absolute;
            display: none; }
            @media screen and (max-width: 600px) {
              footer .footer__inner .footerBox div ul.content::before {
                display: block;
                font-size: 3.7vw; } }
          footer .footer__inner .footerBox div ul li a {
            color: #ffffff;
            font-size: 0.8em;
            line-height: 2.2;
            display: block;
            width: fit-content;
            letter-spacing: 1px;
            white-space: nowrap; }
            @media screen and (max-width: 600px) {
              footer .footer__inner .footerBox div ul li a {
                font-size: 3.0vw; } }
      footer .footer__inner .footerBox.brand div {
        width: 100%;
        max-width: 600px;
        margin: 24px auto 16px; }
        @media screen and (max-width: 1080px) {
          footer .footer__inner .footerBox.brand div {
            margin: 8px auto; } }
        @media screen and (max-width: 600px) {
          footer .footer__inner .footerBox.brand div {
            border-bottom: none; } }
        footer .footer__inner .footerBox.brand div ul {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-direction: row; }
          @media screen and (max-width: 1080px) {
            footer .footer__inner .footerBox.brand div ul {
              flex-wrap: wrap; } }
          footer .footer__inner .footerBox.brand div ul li {
            width: calc(100%/4); }
            @media screen and (max-width: 1080px) {
              footer .footer__inner .footerBox.brand div ul li {
                width: calc(100%/2 - 2%); } }
            footer .footer__inner .footerBox.brand div ul li a {
              line-height: 1.5;
              text-align: center;
              margin: 0 auto; }
              @media screen and (max-width: 1080px) {
                footer .footer__inner .footerBox.brand div ul li a {
                  margin: 0; } }
            footer .footer__inner .footerBox.brand div ul li .snsList {
              display: flex;
              align-items: center;
              justify-content: center;
              border-bottom: none; }
              @media screen and (max-width: 1080px) {
                footer .footer__inner .footerBox.brand div ul li .snsList {
                  justify-content: flex-start;
                  margin-bottom: 28px; } }
              footer .footer__inner .footerBox.brand div ul li .snsList a {
                width: 30px;
                margin: 0; }
                @media screen and (max-width: 1080px) {
                  footer .footer__inner .footerBox.brand div ul li .snsList a {
                    width: fit-content; } }
                footer .footer__inner .footerBox.brand div ul li .snsList a img {
                  filter: brightness(0) invert(1);
                  height: 14px;
                  width: auto; }
                  @media screen and (max-width: 1080px) {
                    footer .footer__inner .footerBox.brand div ul li .snsList a img {
                      margin-right: 18px;
                      height: 15px; } }
    footer .footer__inner .footer__atention {
      margin: 5% auto;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        footer .footer__inner .footer__atention {
          text-align: left;
          margin: 10% auto; } }
      footer .footer__inner .footer__atention p {
        font-size: 0.7em;
        margin-bottom: 1.0em; }
        @media screen and (max-width: 600px) {
          footer .footer__inner .footer__atention p {
            font-size: 2.5vw;
            margin-bottom: 1.5em; } }
    footer .footer__inner .copy {
      font-size: 0.7em;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        footer .footer__inner .copy {
          text-align: left; } }

/*------------------------
modal
--------------------------*/
.js-modal_search {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease; }
  .js-modal_search.is-open {
    visibility: visible;
    opacity: 1; }
  .js-modal_search .modal__bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .js-modal_search .modal__content {
    right: 0;
    position: absolute;
    top: 0 !important;
    left: auto !important;
    transform: none !important;
    max-width: 100%;
    width: fit-content;
    min-width: 300px;
    max-width: 600px;
    min-height: 200px;
    background: #ffffff;
    padding: 50px 2em 0em !important; }
    @media screen and (max-width: 1080px) {
      .js-modal_search .modal__content {
        width: 100%;
        height: 100vh;
        min-height: 100vh; } }
    .js-modal_search .modal__content p {
      font-size: 0.8em;
      margin-bottom: 1.0em; }
    .js-modal_search .modal__content .search-box {
      margin-bottom: 1.0em; }
      .js-modal_search .modal__content .search-box .search_form {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #737373; }
        .js-modal_search .modal__content .search-box .search_form input {
          width: 80%;
          border-radius: 0;
          border: none;
          outline: none;
          box-sizing: border-box;
          font-size: 1em;
          padding-left: 5px; }
        .js-modal_search .modal__content .search-box .search_form button {
          padding: 10px 5px; }
    .js-modal_search .modal__content .search_btn__modal {
      margin: 2.0em auto; }
      .js-modal_search .modal__content .search_btn__modal a {
        display: block;
        width: 100%;
        font-size: 0.8em;
        text-align: center;
        border: 1px solid #737373;
        padding: 0.9em 0;
        position: relative;
        color: #737373; }
        .js-modal_search .modal__content .search_btn__modal a::after {
          content: "";
          width: 7px;
          height: 7px;
          border-bottom: 1px solid #171717;
          border-left: 1px solid #171717;
          position: absolute;
          top: 50%;
          right: 2.0em;
          transform: translateY(-50%) rotate(-135deg); }
    .js-modal_search .modal__content .js-modal-close_search {
      font-size: 1.0em;
      position: absolute;
      top: 5px;
      right: 0; }
      .js-modal_search .modal__content .js-modal-close_search.closebtn {
        font-weight: 300;
        color: #B8B8B8;
        text-align: center;
        line-height: 1.0;
        width: 22px;
        height: 25px; }
        .js-modal_search .modal__content .js-modal-close_search.closebtn::after, .js-modal_search .modal__content .js-modal-close_search.closebtn::before {
          content: "";
          position: absolute;
          height: 20px;
          width: 1px;
          background: #171717;
          bottom: 0; }
        .js-modal_search .modal__content .js-modal-close_search.closebtn::before {
          left: 0;
          transform: rotate(-45deg); }
        .js-modal_search .modal__content .js-modal-close_search.closebtn::after {
          left: 0;
          transform: rotate(45deg); }

/* modal */
