@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* -----------------------------------------------
common
----------------------------------------------- */
/* プレビューヘッダー非表示 */
.fs-preview-header { display: none; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333;
  overflow-x: hidden;
  position: relative;
}
.font_lato {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
}
a:focus, *:focus { outline:none; }
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.parts_hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .inner_wrap {
    width: 92%;
    margin: 0 auto;
  }
  .sec_heading {
    text-align: center;
  }
  .sec_heading strong {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .sec_heading h2 {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .inner_wrap {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .sec_heading strong {
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .sec_heading h2 {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
  }
}

/* -----------------------------------------------
header
----------------------------------------------- */
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header_inner {
    width: 92%;
    padding: 15px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_logo {
    width: 56.23%;
    max-width: 194px;
  }
  .header_logo strong,
  .header_logo a {
    display: block;
  }
  .header_logo img {
    width: 100%;
  }
  body.menu-open {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  body.menu-open::after {
    content: '';
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #nav_toggle {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
  }
  #nav_toggle span {
    width: 24px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  } 
  #nav_toggle span:nth-child(1) {
    top: 25px;
  }
  #nav_toggle span:nth-child(2) {
    top: 32px;
  }
  #nav_toggle span:nth-child(3) {
    top: 39px;
  }
  body.menu-open #nav_toggle span:nth-child(1) {
    top: 32px;
    transform: translateX(-50%) rotate(45deg);
  }
  body.menu-open #nav_toggle span:nth-child(2) {
    width: 0;
  }
  body.menu-open #nav_toggle span:nth-child(3) {
    top: 32px;
    transform: translateX(-50%) rotate(-45deg);
  }
  header .sp_nav {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    width: 84%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    padding: 16px 4.765% 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
  }
  body.menu-open header .sp_nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .hm_logo {
    width: 59.64%;
    max-width: 170px;
  }
  .hm_logo a {
    display: block;
  }
  .hm_logo img {
    width: 100%;
  }

  /* fs-l-header__welcomeMsg */
  .fs-l-header__welcomeMsg {
    margin-top: 24px;
  }
  .fs-l-header__welcomeMsg .is-loggedIn--false .fs-p-welcomeMsg_member {
    display: none;
  }
  .fs-l-header__welcomeMsg .is-loggedIn--true .fs-p-welcomeMsg_guest {
    display: none;
  }
  .fs-p-welcomeMsg {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
  }

  /* header_member_nav */
  .header_member_nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #DEDEDE;
  }
  .header_member_nav ul li.is-loggedIn--false:nth-child(2),
  .header_member_nav ul li.is-loggedIn--false:nth-child(4) {
    display: none;
  }
  .header_member_nav ul li.is-loggedIn--true:nth-child(1),
  .header_member_nav ul li.is-loggedIn--true:nth-child(3) {
    display: none;
  }
  .header_member_nav nav {
    background-color: #F7F7F7;
    padding: 15px;
  }
  .header_member_nav li span {
    display: block;
  }
  .header_member_nav li a {
    width: 100%;
    height: 39px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_member_nav ul li:nth-child(1) a,
  .header_member_nav ul li:nth-child(2) a {
    background-color: #555555;
    color: #fff;
  }
  .header_member_nav ul li:nth-child(3) a,
  .header_member_nav ul li:nth-child(4) a {
    margin-top: 15px;
    border: 1px solid #555555;
    background-color: #fff;
    color: #555555;
  }

  /* header_sub_nav */
  .header_sub_nav {
    margin-top: 30px;
  }
  .header_sub_nav li + li {
    margin-top: 18px;
  }
  .header_sub_nav li a {
    padding: 6px 0 6px 37px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #555555;
    display: block;
    position: relative;
  }
  .header_sub_nav li a:before {
    content: '';
    width: 28px;
    height: 27px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header_sub_nav li.sub_nav_cart a:before {
    background-image: url(../img/common/icon_cart_black.svg);
  }
  .header_sub_nav li.sub_nav_about a:before {
    background-image: url(../img/common/icon_about.svg);
  }
  .header_sub_nav li.sub_nav_guide a:before {
    background-image: url(../img/common/icon_guide.svg);
  }
  .header_sub_nav li.sub_nav_contact a:before {
    background-image: url(../img/common/icon_contact.svg);
  }

  /* products_heading */
  .products_heading {
    margin-top: 35px;
  }
  .products_heading strong {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #555555;
    display: block;
  }

  /* header_nav */
  .header_nav {
    margin-top: 16px;
  }
  .header_nav ul {
    position: relative;
  }
  .header_nav ul::before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_nav li span {
    display: block;
  }
  .header_nav li a {
    padding: 16px 0;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
    color: #333333;
    display: block;
    position: relative;
  }
  .header_nav li a::before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_nav li a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* header_sp_under_nav */
  .header_sp_under_nav {
    width: 112.79%;
    margin-left: -6.395%;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DEDEDE;
  }
  .header_sp_under_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_sp_under_nav li {
    width: 50%;
  }
  .header_sp_under_nav li:nth-child(2) {
    border-left: 1px solid #DEDEDE;
  }
  .header_sp_under_nav li span {
    display: block;
  }
  .header_sp_under_nav li a {
    padding: 16px 0;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: normal;
    color: #888888;
    display: block;
    text-align: center;
  }

  /* header_sns */
  .header_sns {
    padding: 28px 0 150px;
    width: 112.79%;
    margin-left: -6.395%;
    background-color: #F7F7F7;
  }
  .header_sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_sns li:first-child {
    width: 26px;
  }
  .header_sns li:nth-child(2) {
    width: 24px;
    margin-left: 32px;
  }
  .header_sns li a {
    display: block;
  }
  .header_sns li img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header_inner {
    max-width: 1280px;
    width: 91.57%;
    padding: 1.71% 0 0.85%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_logo {
    width: 19.18%;
  }
  .header_logo strong,
  .header_logo a {
    display: block;
  }
  .header_logo a {
    transition: all .3s;
  }
  .header_logo a:hover {
    opacity: .8;
  }
  .header_logo img {
    width: 100%;
  }
  header .pc_nav {
    margin-left: 2.34%;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  header .pc_nav a {
    color: #fff;
  }

  /* header_sns */
  .header_sns {
    width: 7.3%;
  }
  .header_sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_sns li:nth-child(1) {
    width: 20px;
  }
  .header_sns li:nth-child(2) {
    width: 22px;
    margin-left: 38.3%;
  }
  .header_sns a {
    transition: all .3s;
  }
  .header_sns a:hover {
    opacity: .8;
  }
  .header_sns a img {
    width: 100%;
  }

  /* header_nav */
  .header_nav {
    margin-left: 2%;
    flex: 1;
  }
  .header_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_nav li {
    margin: 0 2.1%;
  }
  .header_nav li a {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.71em 0.74vw;
    display: block;
    word-break: break-all;
    transition: all .3s;
  }
  .header_nav li a:hover {
    text-decoration: underline;
  }

  /* header_member_nav */
  .header_member_nav {
    margin-left: 1.99%;
  }
  .header_member_nav ul {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_member_nav ul li.is-loggedIn--false:nth-child(2),
  .header_member_nav ul li.is-loggedIn--false:nth-child(4) {
    display: none;
  }
  .header_member_nav ul li.is-loggedIn--true:nth-child(1),
  .header_member_nav ul li.is-loggedIn--true:nth-child(3) {
    display: none;
  }
  .header_member_nav ul a {
    font-size: 1.2rem;
    padding: 0.33em 1.5em;
    border: 1px solid #fff;
    display: block;
    transition: all .3s;
  }
  .header_member_nav ul a:hover {
    background-color: #fff;
    color: #000;
  }
  .header_member_nav ul li:nth-child(3) a, 
  .header_member_nav ul li:nth-child(4) a {
    border-left: none;
  }

  /* header_sub_nav */
  .header_sub_nav {
    margin-left: 3.68%;
    /* margin-left: 37px; */
  }
  .sub_nav_cart a {
    width: 25px;
    /* height: 22px; */
    aspect-ratio: 1/0.88;
    display: block;
    position: relative;
    transition: all .3s;
  }
  .sub_nav_cart a:hover {
    opacity: .8;
  }
  .sub_nav_cart a:before { 
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/common/icon_cart_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .header_nav ul a {
    font-size: 1vw;
  }
  .header_member_nav ul a {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 1400px) {
  .header_inner {
    padding: 24px 0 12px;
  }
  .header_nav ul a {
    padding: 0.71em;
  }
}

/* -----------------------------------------------
footer
----------------------------------------------- */
@media screen and (max-width: 767px) {
  footer {
    padding: 56px 0 29px;
    background-color: #F7F7F7;
  }
  .footer_inner {
    width: 92%;
    margin: 0 auto;
  }
  .footer_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .footer_logo {
    margin-top: 37px;
    width: 65.5%;
    max-width: 226px;
  }
  .footer_logo a {
    display: block;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_nav li + li {
    margin-top: 17px;
  }
  .footer_nav li:last-child {
    margin-right: 0;
  }
  .footer_nav li a {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #555555;
    padding: 0.71em 0.74vw;
    display: block;
    word-break: break-all;
    transition: all .3s;
  }
  .footer_nav li a:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-top: 31px;
    text-align: center;
  }
  .copyright small {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #888888;
  }
  .copyright p {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #888888;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding: 72px 0 56px;
    background-color: #F7F7F7;
  }
  .footer_inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .footer_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_logo {
    width: 23.66%;
  }
  .footer_logo a {
    display: block;
    transition: all .3s;
  }
  .footer_logo a:hover {
    opacity: .8;
  }
  .footer_nav {
    flex: 1;
  }
  .footer_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_nav li {
    margin: 0 1%;
  }
  .footer_nav li:last-child {
    margin-right: 0;
  }
  .footer_nav li a {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #555555;
    padding: 0.71em 0.74vw;
    display: block;
    word-break: break-all;
    transition: all .3s;
  }
  .footer_nav li a:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-top: 85px;
    text-align: center;
  }
  .copyright small {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #888888;
  }
  .copyright p {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #888888;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .footer_nav li a {
    font-size: 1.5vw;
  }
}

/* -----------------------------------------------
to_top
----------------------------------------------- */
.to_top {
  opacity: 0;
  transition: all .3s;
}
.scroll .to_top {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .to_top {
    position: fixed;
    bottom: 75px;
    right: 15px;
  }
  .to_top a {
    display: block;
  }
  .to_top .img {
    width: 56px;
  }
  .to_top .img img {
    width: 100%;
  }
  .to_top span {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #555555;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .to_top {
    position: fixed;
    bottom: 54px;
    right: 20px;
  }
  .to_top a {
    display: block;
  }
  .to_top .img {
    width: 71px;
  }
  .to_top .img img {
    width: 100%;
  }
  .to_top span {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold;
    color: #555555;
    text-align: center;
    display: block;
  }
}

/* -----------------------------------------------
news_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .news_wrap {
    padding: 49px 0 48px;
  }
  .news_wrap .sec_heading {
    text-align: center;
  }
  .news_wrap .sec_heading strong {
    color: #555555;
  }
  .news_wrap .sec_heading h2 {
    margin-top: 11px;
    color: #888888;
  }
  .news_wrap .news_content {
    margin: 21px auto 0;
  }
  .news_wrap .fs-pt-list__link {
    display: block;
  }
  .news_wrap .news_fx {
    padding: 6px 0 19px;
    border-bottom: 1px solid #DEDEDE;
  }
  .news_wrap .news_fx time {
    font-size: 1.2rem;
    font-weight: bold;
    color: #888888;
    display: block;
  }
  .news_wrap .news_fx span {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #1A1A1A;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .news_wrap {
    padding: 80px 0 120px;
  }
  .news_wrap .sec_heading {
    text-align: center;
  }
  .news_wrap .sec_heading strong {
    color: #555555;
  }
  .news_wrap .sec_heading h2 {
    margin-top: 11px;
    color: #888888;
  }
  .news_wrap .news_content {
    max-width: 860px;
    margin: 33px auto 0;
  }
  .news_wrap .fs-pt-list__link {
    display: block;
    transition: all .3s;
  }
  .news_wrap .fs-pt-list__link:hover {
    opacity: .8;
  }
  .news_wrap .news_fx {
    padding: 11px 0 24px;
    border-bottom: 1px solid #DEDEDE;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .news_wrap .news_fx time {
    margin-right: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #888888;
  }
  .news_wrap .news_fx span {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #1A1A1A;
  }
  .news_wrap .fs-pt-list__link:hover span {
    text-decoration: underline;
  }
}

/* -----------------------------------------------
パンくず
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 24px 0 22px;
  }
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem,
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem > *,
  .fs-c-breadcrumb .fs-pt-list__item,
  .fs-c-breadcrumb .fs-pt-list__item > * {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #707070;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    padding: 20px 0 42px;
  }
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem,
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem > *,
  .fs-c-breadcrumb .fs-pt-list__item,
  .fs-c-breadcrumb .fs-pt-list__item > * {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #707070;
  }
}