@charset "utf-8";
/* 基本情報 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap');
html,body {height: 100%;}
html {font-size: 62.5%;overflow-y: scroll;}
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,form {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #58534E;
  line-height: 100%;text-align: left;margin: 0;padding: 0;border: none;list-style-type: none;
}

input,button,textarea {
  margin: 0;padding: 0;border: none;border-radius: 0;background: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #58534E;
}

textarea {resize: vertical;}
select::-ms-expand {display: none;}

::placeholder {
  color: #BFBFBF;
}

/*.ie11対策*/
input:-ms-input-placeholder {
  color: #BFBFBF;
}

select:invalid {
  color: #BFBFBF;
}

/*.ie11対策*/
[type="checkbox"],
[type="radio"] {
  visibility: hidden;
  width:1px;
  position: absolute;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: .3s;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*,*::after,*::before {box-sizing: border-box;}

/* --------------------------------------------------------------------------------

responsive

-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
  a:hover {
    opacity: .7;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* --------------------------------------------------------------------------------

base

-------------------------------------------------------------------------------- */
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.8rem;
  line-height: 1;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.ff_pops {
  font-family: "Poppins", sans-serif;
}

/* clearfix
---------------------------------------- */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

@media screen and (max-width: 767px) {
  body {-webkit-text-size-adjust: 100%;}

  p,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 1.5rem;
    line-height: 1;
  }

  .wrap {
    width: 90.654205607%;
  }
  
}

/* -----------------
common
-------------------- */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 100%;
}

.load_slide {
  overflow: hidden;
}

.load_slide .load_slide_target {
  transform: translateX(-100%);
  transition: .8s;
  opacity: 0;
}

.load_slide.active .load_slide_target {
  transform: translateX(0%);
  opacity: 1;
}

.m_btn {
  text-align: center;
}

.m_btn_link,
.vsm-tile .ecbn-selection-image-loading-more a{
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 18px 0 16px;
  width: 240px;
  border-radius: 6px;
  background: #E3E3E3;
  overflow: hidden;
  transition: .3s;
}
.vsm-tile .ecbn-selection-image-loading-more a {
  border: none;
}

.m_btn_link::before,
.vsm-tile .ecbn-selection-image-loading-more a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #DBDBDB;
  transform: scaleX(0);
  transform-origin: right;
  transition: .3s;
  transition-property: transform;
}

.m_btn_link span {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m_btn_link:hover,
  .vsm-tile .ecbn-selection-image-loading-more a:hover{
    opacity: 1;
  }

  .m_btn_link:hover::before,
  .vsm-tile .ecbn-selection-image-loading-more a:hover::before{
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* -----------------
header
-------------------- */
header,
header .h_wrap {
  height: 72px;
}

header .h_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 3.75% 0 3.125%;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #F2F2F2;
}

header .h_wrap_inner {
  display: flex;
  align-items: center;
}

header .logo_wrap .link {
  display: block;
}

header .gnav .h_menu_list {
  display: flex;
}

header .gnav .h_menu_btn {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
header .gnav .h_menu_btn .accordion_none,
header .gnav .h_menu_btn .btn_accordion {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: .08em;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
header .gnav .h_menu_btn .btn_accordion::after {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 8px;
  background: url(../img/common/ico_arrow01.svg) center / cover no-repeat;
  transform: translate(0,-50%) rotate(0);
  transition: .3s;
}
header .gnav .h_menu_btn .accordion_none:hover{
  color: #991017;
  opacity: 1;
}
header .gnav .h_menu_btn.open .btn_accordion {
  color: #991017;
}
header .gnav .h_menu_btn.open .btn_accordion::after {
  transform: translate(0,-50%) rotate(180deg);
}

header .gnav .accordion_content {
  display: none;
  position: fixed;
  top: 72px;
  left: 50%;
  z-index: 10;
  padding-bottom: 68px;
  width: 100%;
  background: #fff;
  transform: translateX(-50%);
}

header .gnav .accordion_content .h_menu_list_child {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 6.204379562% 0;
}

header .gnav .accordion_content .h_menu_item_child {
  margin: 0 1% 40px;
  width: 18%;
}


.top_scene {
  background: #E3E3E3;
  padding: 80px 15px 50px;
}
.top_scene ul.h_menu_list_child {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top_scene ul.h_menu_list_child li.h_menu_item_child {
  width: 17%;
  margin-right: calc(15% / 4);
}
.top_scene ul.h_menu_list_child li.h_menu_item_child:nth-child(5n) {
  margin-right: 0;
}
.top_scene ul.h_menu_list_child li.h_menu_item_child:nth-child(n + 6) {
  margin-top: 40px;
}
.top_scene .child_item_category,
header .gnav .accordion_content .child_item_category {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #58534E;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
}
.top_scene .child_item_category {
  border-bottom: none;
  margin-bottom: 10px;
}
.top_scene .child_item_category .link,
header .gnav .accordion_content .child_item_category .link {
  position: relative;
  padding-left: 32px;
}

.top_scene .child_item_category .link::before,
header .gnav .accordion_content .child_item_category .link::before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico_hd1.svg);
  transform: translateY(-50%);
}
.ico_hd2.link::before { background-image: url(../img/common/ico_hd2.svg) !important; }
.ico_hd3.link::before { background-image: url(../img/common/ico_hd3.svg) !important; }
.ico_hd4.link::before { background-image: url(../img/common/ico_hd4.svg) !important; }
.ico_hd5.link::before { background-image: url(../img/common/ico_hd5.svg) !important; }
.ico_hd6.link::before { background-image: url(../img/common/ico_hd6.svg) !important; }
.ico_hd7.link::before { background-image: url(../img/common/ico_hd7.svg) !important; }
.ico_hd8.link::before { background-image: url(../img/common/ico_hd8.svg) !important; }
.ico_hd9.link::before { background-image: url(../img/common/ico_hd9.svg) !important; }
.ico_hd10.link::before { background-image: url(../img/common/ico_hd10.svg) !important; }
.ico_hd11.link::before { background-image: url(../img/common/ico_hd11.svg) !important; }
.ico_hd12.link::before { background-image: url(../img/common/ico_hd12.svg) !important; }
.ico_hd13.link::before { background-image: url(../img/common/ico_hd13.svg) !important; }
.ico_hd14.link::before { background-image: url(../img/common/ico_hd14.svg) !important; }
.ico_hd15.link::before { background-image: url(../img/common/ico_hd15.svg) !important; }
.ico_hd16.link::before { background-image: url(../img/common/ico_hd16.svg) !important; }
.ico_hd17.link::before { background-image: url(../img/common/ico_hd17.svg) !important; }
.ico_hd18.link::before { background-image: url(../img/common/ico_hd18.svg) !important; }
.ico_hd19.link::before { background-image: url(../img/common/ico_hd19.svg) !important; }

header .gnav .accordion_content .child_list {
  display: flex;
}

header .gnav .accordion_content .child_list ul:nth-of-type(even) {
  margin-left: 15.865384615%;
}

.h_menu_label {
  background: #F2F2F2;
  padding: 20px 5.140186915vw;
}
.h_menu_label {
  align-items: center;
  display: flex;
  letter-spacing: .08em;
}
.h_menu_label .en {
  font-weight: 600;
  font-family: 'poppins';
  font-size: 1.3rem;
}
.h_menu_label .ja {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 15px;
}

.top_scene .child_item,
header .gnav .accordion_content .child_item {
  font-size: 1.3rem;
  line-height: 1.429;
  margin-top: 6px;
}
header .gnav .accordion_content.sp .child_item {
  margin-top: 0;
}
.sp .child_item a {
  font-size: 1.4rem;
  line-height: 1.429;
  display: block;
  padding: 15px 6vw;
  border-bottom: 1px solid #EAEAEA;
}

header .h_other_list {
  display: flex;
  align-items: center;
}

header .h_other_list .h_other_item {
  margin-right: 30px;
  position: relative;
}
.cart_count {
  position: absolute;
  transform: translate(52%,-52%);
  top: 0;
  right: 0;
}
.fs-client-cart-count {
  background: #991017;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
  visibility: hidden;
  width: 2em;
}
.fs-client-cart-count:not(.fs-client-cart-count--0) {
  visibility: visible;
}

header .h_other_list .h_other_link {
  display: flex;
  align-items: center;
}
header .h_other_list .h_other_link.logout.my-true {
  display: none;
}
header .h_other_list .h_other_link.login.my-false {
  display: none;
}

header .h_other_list .h_other_ico {
  margin-right: 9px;
}

header .h_other_list .h_other_txt {
  font-size: 1.4rem;
  letter-spacing: .08em;
}

header .h_other_list .h_other_search {
  position: relative;
  display: flex;
}

header .h_other_list .h_other_search .search_ico_sp{
  display: none;
}

header .h_other_list .h_other_search .search_input {
  font-size: 1.3rem;
  letter-spacing: .06em;
  padding: 0 30px 0 10px;
  width: 220px;
  height: 40px;
  border: 2px solid #E3E3E3;
  border-radius: 6px;
  background: #fff;
}

header .h_other_list .h_other_search .search_ico {
  position: absolute;
  top: 10px;
  right: 15px;
}


@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}


@media screen and (max-width: 1440px) {
  header .gnav .h_menu_btn {
    margin-left: 20px;
  }

  header .gnav .h_menu_btn .accordion_none,
  header .gnav .h_menu_btn .btn_accordion {
    padding-right: 20px;
  }

  header .gnav .h_menu_btn .btn_accordion::after {
    width: 12px;
    height: 7px;
  }
  
  header .h_other_list .h_other_item {
    margin-right: 20px;
  }

  header .h_other_list .h_other_search .search_input {
    width: 180px;
  }

  header .gnav .accordion_content .h_menu_list_child {
    padding: 20px 15px 0;
  }

  header .gnav .accordion_content .h_menu_item_child {
    margin: 0 1% 30px;
  }

  .top_scene .child_item_category,
  header .gnav .accordion_content .child_item_category {
    font-size: 1.3rem;
  }

  .top_scene .child_item_category .link::before,
  header .gnav .accordion_content .child_item_category .link::before {
    width: 25px;
    height: 22px;
  }

  .top_scene .child_item,
  header .gnav .accordion_content .child_item {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

@media screen and (min-width: 1281px) {
  header .h_other_list .h_other_search_sp {
    display: none!important;
  }
  footer .link_wrap_page .d_list.yomiono {
    width: 208px;
  }
}

@media screen and (max-height: 600px) {
  header .gnav .accordion_content .h_menu_item_child {
    margin: 0 1% 15px;
  }

  .top_scene .child_item,
  header .gnav .accordion_content .child_item {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}

@media screen and (max-width: 1280px) {
  header .logo_wrap {
    width: 160px;
  }
  
  header .gnav .h_menu_btn .accordion_none,
  header .gnav .h_menu_btn .btn_accordion {
    font-size: 1.2rem;
  }

  header .gnav .accordion_content .child_item_category {
    font-size: 1.2rem;
  }
  
  header .h_other_list .h_other_txt {
    font-size: 1.2rem;
  }
  
  header .h_other_list .h_other_search_pc .search_input,
  header .h_other_list .h_other_search_pc .search_ico_pc {
    display: none;
  }

  header .h_other_list .h_other_search_sp {
    position: absolute;
    top: 88px;
    right: 3.75%;
  }
  header .h_other_list .h_other_search_sp .search_box {
    position: relative;
  }
  header .h_other_list .h_other_search_sp {
    box-sizing: border-box;
    background: #F2F2F2;
    display: block;
    padding: 20px;
    right: 0;
    width: 100%;
    transition-duration: .3s;
    z-index: 10;
  }
  header .h_other_list .h_other_search_sp:not(.open) {
    top: -80px;
  }
  header .h_other_list #search_bg {
    content: "";
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
  }
  header .h_other_list .h_other_search_sp.open + #search_bg {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }
  header .h_other_list .h_other_search_sp.open {
    right: 0;
  }
  header .h_other_list .h_other_search_sp form {
    display: flex;
    justify-content: center;
  }
  
  header .h_other_list .h_other_search .search_ico_sp {
    display: block;
  }
  header .h_other_list .h_other_search_pc .search_ico {
    position: static;
  }
  .second_btn {
    background: #58534E;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px;
    margin-left: 5%;
    width: 25%;
    max-width: 90px;
  }

}

@media screen and (max-width: 899px) {
  .top_scene {
    display: none;
  }
  header .gnav .h_menu_btn {
    margin-left: 10px;
  }

  header .h_other_list .h_other_item {
    margin-right: 10px;
  }
  
  header .gnav .h_menu_btn .accordion_none,
  header .gnav .h_menu_btn .btn_accordion {
    font-size: 1.1rem;
  }

  header .gnav .h_menu_btn .btn_accordion::after {
    top: 2px;
  }

  header .h_other_list .h_other_txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  header .h_other_list .h_other_ico {
    display: none;
  }
  header .gnav .h_menu_list {
    margin-left: 20px;
  }
  header .gnav_bg {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
  }
  header .gnav .h_menu_btn .btn_accordion,
  header .gnav .h_menu_btn .accordion_none {
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .menu_icon {
    display: none;
  }
  header .h_menu_btn {
    background: 0 center no-repeat;
    background-size: 24px auto;
    background-image: url("../img/common/menu_icon1.svg");
  }
  header .h_menu_btn.open {
    background-image: url("../img/common/menu_icon1-red.svg");
  }
  header .h_menu_btn:nth-of-type(3) {
    background-image: url("../img/common/menu_icon2.svg");
  }
  header .h_menu_btn.open:nth-of-type(3) {
    background-image: url("../img/common/menu_icon2-red.svg");
  }
  header .h_menu_btn:nth-of-type(5) {
    background-image: url("../img/common/menu_icon3.svg");
  }
  header .h_menu_btn:nth-of-type(5):hover {
    background-image: url("../img/common/menu_icon3-red.svg");
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 65px;
    overflow: hidden;
  }

  header .h_wrap {
    padding: 0 3.971962616%;
    height: 65px;
  }
  
  header #menu_btn {
    position: relative;
    display: block;
    width: 28px;
  }

  header #menu_btn span {
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: 2px;
    background: #58534E;
    transition: .3s;
  }

  header #menu_btn span:last-of-type {
    margin-bottom: 0;
  }

  header #menu_btn.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-150deg);
  }

  header #menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  header #menu_btn.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(150deg);
  }
  
  header .gnav {
    display: block;
    position: fixed;
    top: 65px;
    left: -88.317757009%;
    z-index: 10;
    padding-bottom: 100px;
    width: 88.317757009%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    transition: .3s;
  }
  
  header .gnav_bg {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
  }
  
  header .gnav_open {
    left: 0;
  }
  
  header .gnav .other_list {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    padding: 0 5%;
  }
  header .gnav .other_item {
    width: calc(100% / 3);
    text-align: center;
  }
  header .gnav .other_item .link {
    font-weight: 500;
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding: 15px 0;
  }
  header .gnav .other_item .link.logout.my-true {
    display: none;
  }
  header .gnav .other_item .link.login.my-false {
    display: none;
  }
  header .gnav .other_item .link::before {
    content:"";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
    background: url(../img/common/ico_mypage.svg) center / contain no-repeat;
  }
  header .gnav .other_item:nth-of-type(2) .link::before {
    width: 26px;
  }
  header .gnav .other_item:nth-of-type(2) .link.logout::before {
    background: url(../img/common/ico_login2.svg) center / contain no-repeat;
  }
  header .gnav .other_item:nth-of-type(2) .link.login::before {
    background: url(../img/common/ico_logout.svg) center / contain no-repeat;
  }
  header .gnav .other_item:nth-of-type(3) .link::before {
    background: url(../img/common/ico_heart.svg) center / contain no-repeat;
  }
  
  
  header .gnav .h_item .link::after {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: 6px;
    height: 10px;
    background: url(../img/common/ico_arrow02.svg) center / cover no-repeat;
  }

  header .gnav .h_menu_list {
    display: block;
  }

  header .gnav .h_menu_btn {
    display: block;
    margin: 0;
  }

  header .gnav .h_menu_btn .accordion_none,
  header .gnav .h_menu_btn .btn_accordion {
    background: #F2F2F2;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .1em;
    text-align: left;
    padding: 12px 5.140186915vw;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
  }
  
  header .gnav .h_menu_btn .btn_accordion::after {
    background: url("../img/common/ico_arrow02.svg") center center no-repeat;
    background-size: contain;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: .3s;
    height: 16px;
    width: 6px;
  }
  
  header .gnav .accordion_content {
    position: static;
    padding: 0;
    width: 100%;
    transform: translateX(0);
  }

  header .gnav .accordion_content .h_menu_list_child {
    display: block;
    padding: 0;
  }

  header .gnav .accordion_content .h_menu_item_child {
    margin: 0;
    width: 100%;
  }

  header .gnav .accordion_content .child_item_category {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #58534E;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
  }

  header .gnav .accordion_content .child_item_category .link {
    display: block;
    font-size: 15px;
    padding: 17px 5.140186915vw;
    padding-left: 50px;
  }

  header .gnav .accordion_content .child_item_category .link::before {
    display: none;
  }
  
  header .gnav .h_item .link {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .1em;
    position: relative;
    display: block;
    padding: 17px 5.140186915vw;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
  }
  
  header .gnav .sns_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0 45px;
    max-width: 226px;
  }
  
  header .gnav .sns_list .link {
    display: block;
  }

  header .h_other_list .h_other_item {
    margin-right: 14px;
  }

  header .h_other_list .h_other_ico {
    margin-right: 0;
    width: 22px;
  }

  header .h_other_list .search_ico_sp {
    width: 16px;
  }

  header .h_other_list .h_other_ico img,
  header .h_other_list .search_ico_sp img {
    width: 100%;
  }
  
  header .h_other_list .h_other_search_sp {
    top: 65px;
  }
  
  header .h_other_list .h_other_search .search_input {
    font-size: 1.6rem;
    width: 100%;
    max-width: 280px;
  }
  
  header .h_other_list .h_other_search .search_ico {
    top: 12px;
  }
}

/* -----------------
footer
-------------------- */
footer {
  position: relative;
  padding: 100px 0 80px;
  background: #58534E;
}
footer p {
  line-height: 1.5;
}
footer .inner {
  display: flex;
  flex-direction: column-reverse;
}

footer .link_wrap .wrap {
  display: flex;
  justify-content: space-between;
}

footer .link_wrap_page {
  display: flex;
  justify-content: space-between;
}
footer .link_wrap_page .d_term {
  margin-bottom: 29px;
  padding-bottom: 14px;
  border-bottom: 1px solid #767676;
  pointer-events: none;
}

footer .link_wrap_page .d_term button {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #fff;
}

footer .link_wrap_page .item {
  font-size: 1.3rem;
  line-height: 1.462;
  color: #F0F0F0;
  margin-top: 8px;
}
footer .link_wrap_page .item:first-child {
  margin-top: 0;
}

footer .link_wrap_other .other_txt {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #fff;
}

footer .link_wrap_other .sns_list {
  display: flex;
  justify-content: space-between;
  margin: 19px 0 21px;
}

footer .link_wrap_other .sns_link {
  display: block;
}

footer .link_wrap_other .other_item {
  font-size: 1.3rem;
  line-height: 1.462;
  color: #F0F0F0;
  margin-top: 13px;
}

footer .contact_wrap {
  margin-top: 28px;
}

footer .contact_wrap .wrap {
  display: flex;
  justify-content: space-between;
}

footer .contact_wrap .d_list {
  width: 452px;
}

footer .contact_wrap .d_term {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 29px;
  padding-bottom: 14px;
  border-bottom: 1px solid #767676;
}

footer .contact_wrap .d_des {
  display: block;
}

footer .contact_wrap .tel_wrap {
  width: 220px;
}

footer .contact_wrap .tel_txt {
  color: #F0F0F0;
}

footer .contact_wrap .tel_txt01 {
  font-size: 1.3rem;
}

footer .contact_wrap .tel_btn {
  margin-top: 6px;
}

footer .contact_wrap .tel_btn_link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: .04em;
  color: #F0F0F0;
  display: inline-block;
}

footer .contact_wrap .tel_txt02 {
  font-size: 1.2rem;
  margin-top: 2px;
}

footer .contact_wrap .m_btn {
  margin-top: auto;
}

.ie11 footer .contact_wrap .m_btn {
  display: flex;
  align-items: flex-end;
}

footer .contact_wrap .m_btn_link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.53846153846;
  letter-spacing: 0;
  text-indent: 0;
  color: #F0F0F0;
  text-align: center;
  display: block;
  padding: 10px 0;
  width: 200px;
  border: 1px solid #F0F0F0;
  background-color: transparent;
}

footer .contact_wrap .m_btn_link::before {
  background-color: #F0F0F0;
}

footer .copy {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 1.454;
  letter-spacing: .1em;
  color: #9A948E;
  margin-top: auto;
}

.ie11 footer .copy {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 899px) {
  footer .link_wrap_page {
    width: calc(100% - 11% - 21.011259563%%);
  }

  footer .link_wrap_other {
    width: 21.011259563%;
  }
  
  footer .contact_wrap .tel_wrap {
    width: 190px;
  }

  footer .contact_wrap .tel_txt01 {
    font-size: 1.1rem;
  }

  footer .contact_wrap .tel_btn_link {
    font-size: 2rem;
  }

  footer .contact_wrap .tel_txt02 {
    font-size: 1rem;
  }
  
  footer .contact_wrap .d_list {
    width: 350px;
  }
  
  footer .contact_wrap .m_btn_link {
    font-size: 1.1rem;
    width: 150px;
  }
}

.sns_tl {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.jamplink span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url(https://fsswf.itembox.design/item/img/common/jamplink.svg) center center no-repeat;
  background-size: contain;
}
.age_notes {
  color: #fff;
  font-size: 13px;
  line-height: 1.85;
}
@media screen and (min-width: 1191px) {
  footer .contact_wrap {
    margin-top: 0;
  }
  footer .contact_wrap .m_btn {
    transform: translate(0,-100%);
  }
  footer .link_wrap_page .d_list.guide .d_des {
    display: flex;
    flex-wrap: wrap;
  }
  footer .link_wrap_page .d_list.guide .d_des .list {
    padding-left: 10%;
  }
  footer .link_wrap_page .d_list.guide .d_des .list:first-child {
    padding-left: 0;
  }
  footer .copy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1190px) and (min-width: 768px) {
  footer .link_wrap_page .d_list.guide .d_des {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .age_notes.pc {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer .link_wrap_page {
    width: 58%;
  }
  footer .link_wrap_page .accordion_content {
    display: block;
  }
  footer .contact_wrap .m_btn_link:hover {
    color: #58534E;
  }
  footer .contact_wrap .d_term {
    display: none;
  }
  footer .link_wrap_page .d_list {
    width: 22%;
  }
  footer .link_wrap_page .d_list.guide {
    width: 64%;
  }
  footer .link_wrap_other {
    width: 38%;
    padding: 20px 20px 30px;
    border: 1px solid #707070;
    margin-top: 31px;
  }
  footer .link_wrap_other .other_item:first-child {
    margin-top: 0;
  }
  footer .link_wrap_other .other_txt {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  footer .link_wrap_other .list_wrap {
    display: flex;
    justify-content: space-between;
  }
  footer .link_wrap_other .list_wrap .sns_area {
    width: 45%;
  }
  footer .link_wrap_other .list_wrap .other_list {
    width: 48%;
  }
  footer .link_wrap_other .sns_list {
    padding-right: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  footer .link_wrap .wrap {
    display: block;
  }
  footer .link_wrap_page {
    width: 100%;
  }
  footer .link_wrap_other {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
  footer .inner {
    display: block;
  }
  footer .link_wrap .wrap,
  footer .link_wrap_page {
    display: block;
    width: 100%;
  }
  footer .link_wrap_page {
    padding-top: 27.5px;
  }
  footer .link_wrap_page .d_list {
    width: 100%;
  }
  footer .link_wrap_page .d_term {
    margin-bottom: 0;
    padding: 10px 15px;
    border-bottom-color: #7E7E7E;
    pointer-events: all;
  }
  footer .link_wrap_page .border-top{
    border-top: 3px solid #7E7E7E;
  }
  footer .link_wrap_page .d_term button {
    font-size: 1.5rem;
    line-height: 1.4375;
    text-align: left;
    position: relative;
    display: block;
    width: 100%;
  }

  footer .link_wrap_page .d_term button::before,
  footer .link_wrap_page .d_term button::after {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #EAEAEA;
    transform: translateY(-50%);
    transition: .3s;
  }

  footer .link_wrap_page .d_term button::before {
    right: 5px;
    width: 1px;
    height: 11px;
  }

  footer .link_wrap_page .d_term button::after {
    width: 11px;
    height: 1px;
  }

  footer .link_wrap_page .d_term.open button::before {
    transform: translateY(-50%) rotate(90deg);
  }

  footer .link_wrap_page .d_term.open button::after {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
  }

  footer .link_wrap_page .accordion_content {
    display: none;
  }

  footer .link_wrap_page .item {
    border-bottom: 1px solid #7E7E7E;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 10px 25px;
  }

  footer .link_wrap_other {
    margin: 0 auto;
    width: 90.654205607%;
  }

  footer .link_wrap_other .list_wrap {
    display: block;
  }

  footer .link_wrap_other .sns_list {
    margin: 30px auto;
    max-width: 226px;
  }

  footer .link_wrap_other .sns_link {
    display: block;
  }
  .sns_tl,
  footer .link_wrap_other .other_list {
    display: none;
  }

  footer .link_wrap_other .other_item {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 24px;
    width: 100%;
    max-width: 94px;
  }

  footer .link_wrap_other .other_item:nth-of-type(1),
  footer .link_wrap_other .other_item:nth-of-type(4) {
    margin-right: 22px;
  }

  footer .contact_wrap {
    margin: 0;
    padding: 37px 0 30px;
    background: #4D4844;
  }

  footer .contact_wrap .wrap {
    display: block;
  }

  footer .contact_wrap .d_list {
    width: 100%;
  }

  footer .contact_wrap .d_term {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none;
  }

  footer .contact_wrap .d_des {
    display: block;
  }

  footer .contact_wrap .tel_wrap {
    width: 100%;
  }

  footer .contact_wrap .tel_btn {
    text-align: center;
    margin: 0;
  }

  footer .contact_wrap .tel_btn_link {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: .08em;
    text-indent: .08em;
    color: #F8F7F5;
    position: relative;
    display: block;
    padding: 11px 0 9px;
    width: 100%;
    max-width: 280px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
  }
  
  footer .contact_wrap .tel_btn_link::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 12px;
    height: 12px;
    background: url(../img/common/ico_tel.svg) center / cover no-repeat;
    transform: translateY(-50%);
  }

  footer .contact_wrap .tel_txt02 {
    line-height: 1.5;
    letter-spacing: .06em;
    color: #F8F7F5;
    margin-top: 8px;
  }
  
  footer .contact_wrap .m_btn {
    margin-top: 20px;
  }

  footer .contact_wrap .m_btn_link {
    font-size: 1.5rem;
    line-height: 1.46666666666;
    letter-spacing: .08em;
    text-indent: .08em;
    color: #F8F7F5;
    padding: 10px 0;
    width: 100%;
    max-width: 280px;
  }

  footer .contact_wrap .mail_btn_link::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    width: 15px;
    height: 12px;
    background: url(../img/common/ico_mail.svg) center / cover no-repeat;
    transform: translateY(-50%);
  }

  footer .copy {
    color: #111;
    text-align: center;
    margin: 0;
    padding: 10.5px 0;
    background: #fff;
  }
  
  .age_notes.sp {
    padding: 0 15px 40px;
    font-size: 12px;
  }
}

/* -----------------
breadcrumb
-------------------- */
#breadcrumb,
.fs-c-breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1360px;
  width: 90%;
  margin: 1.5% auto;
  padding: 0;
}
#breadcrumb li,
.fs-c-breadcrumb__list li{
  font-size: 1.3rem;
  line-height: 1.6;
}
#breadcrumb li + li:before,
.fs-c-breadcrumb__list li + li:before{
  content: "|";
  margin: 0 1.5em;
}

@media screen and (max-width: 767px){
  #breadcrumb,
  .fs-c-breadcrumb__list{
    margin: 1.5% auto 5%;
  }
  #breadcrumb li,
  .fs-c-breadcrumb__list li{
    font-size: 1.2rem;
  }
  #breadcrumb li + li:before,
  .fs-c-breadcrumb__list li + li:before{
    margin: 0 0.5em;
  }
}

/* -----------------
searchbox
-------------------- */
.searchbox{
  position: relative;
  margin-bottom: 15%;
}
.searchbox .search_input {
  font-size: 1.3rem;
  letter-spacing: .06em;
  padding: 0 2.5em 0 1em;
  width: 100%;
  height: 48px;
  border: 2px solid #58534E;
  border-radius: 8px;
  background: #fff;
}

.searchbox .search_ico {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
}

@media screen and (max-width: 767px){
  .searchbox{
    width: 90%;
    margin: 0 auto 15%;
  }
  .searchbox .search_input{
    font-size: 1.5rem;
  }
}



/* 追加ヘッダー */
.menu_icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 36px;
  vertical-align: middle;
}
.menu_icon1 { background-image: url("../img/common/menu_icon1.svg"); }
.open .menu_icon1 { background-image: url("../img/common/menu_icon1-red.svg"); }
.menu_icon2 { background-image: url("../img/common/menu_icon2.svg"); }
.open .menu_icon2 { background-image: url("../img/common/menu_icon2-red.svg"); }
.menu_icon3 { background-image: url("../img/common/menu_icon3.svg"); }
.open .menu_icon3 { background-image: url("../img/common/menu_icon3-red.svg"); }


.sp_menu_base {
  position: relative;
}

.h_menu_backmenu,
.h_menu_child {
  cursor: pointer;
  padding: 17px 5.140186915vw;
}
.h_menu_toplink a {
  display: block;
  padding: 17px 5.140186915vw;
}
@media screen and (max-width: 767px) {
  .h_menu_backmenu {
    border-bottom: 1px solid #EAEAEA;
  }
  .h_menu_backmenu li {
    align-items: center;
    display: flex;
    position: relative;
    padding-left: 20px;
  }
  .h_menu_backmenu li::after {
    background: url("../img/common/ico_arrow02.svg") center center no-repeat;
    background-size: contain;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    transition: .3s;
    height: 16px;
    width: 6px;
  }
  .h_menu_toplink a,
  .h_menu_child {
    border-bottom: 1px solid #EAEAEA;
    padding-left: 50px;
    position: relative;
  }
  header .gnav .accordion_content .child_item_category::after,
  header .gnav .accordion_content .child_item::after,
  .h_menu_child::after,
  .h_menu_toplink a::after {
    background: url("../img/common/ico_arrow02.svg") center center no-repeat;
    background-size: contain;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: .3s;
    height: 16px;
    width: 6px;
  }
  header .gnav .accordion_content .child_item_category,
  header .gnav .accordion_content .child_item {
    position: relative;
  }
  header .gnav.gnav_open .accordion_content,
  header .gnav .accordion_content.active .h_menu_item_child {
    display: block;
    position: fixed;
    top: 65px;
    left: -88.317757009%;
    z-index: 15;
    padding-bottom: 100px;
    width: 88.317757009%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    transition-duration: .3s;
  }
  header .gnav .accordion_content.active .h_menu_item_child {
    top: 0;
    width: 100%;
    left: -100%;
  }
  header .gnav.gnav_open .accordion_content.active,
  header .gnav .accordion_content.active .h_menu_item_child.active {
    left: 0;
  }
  header .gnav .accordion_content.active .h_menu_item_child.active {
    height: 102%;
  }
  
  header .gnav .accordion_content .child_item {
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
    font-size: 15px;
  }
  header .gnav .accordion_content .child_item a {
    display: block;
    padding: 17px 5.140186915vw;
    padding-left: 50px;
  }
}


/* フッター */
.top_scene_menu {
  display: flex;
  justify-content: space-between;
  max-width: 1450px;
  margin: 0 auto;
}
.top_scene_menu_item {
  width: 32%;
}
.top_scene_menu_list {
  display: flex;
}
.top_scene_menu_tl {
  align-items: center;
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.top_scene_menu_list {
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .top_scene_menu_list ul:first-child {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .d_list_tl {
    border-bottom: 1px solid #7E7E7E;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 20px 15px;
  }
}





/* タブ切り替え */
.seane_wrap {
  max-width: 1200px;
  margin: 0 auto 130px;
  padding: 0 15px;
}
.seane_tab {
  border-bottom: 1px solid #58534E;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.seane_tab button {
  background-color: #F8F7F5;
  border: 1px solid #F8F7F5;
  border-bottom-color: #58534E;
  border-radius: 5px 5px 0 0;
  color: #B2A89F;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  margin: 0;
  outline: none;
  padding: 22px 20px;
  transform: translate(0,1px);
  transition-duration: .3s;
  width: 32%;
  z-index: 0;
}
.seane_tab button:hover {
  background-color: #F3F2EF;
}
.seane_tab button.active {
  background-color: #fff;
  border-color: #58534E;
  border-bottom-color: #fff;
  color: #58534E;
}
.seane_tab button.active:hover {
  color: #948C84;
}
.tabcontent {
  display: none;
  opacity: 0;
}
.tabcontent.active {
  display: block;
  opacity: 1;
  animation: fadeIn .3s ease-in 0s forwards;
}
.seane_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 38px;
}
.seane_item a {
  display: block;
}
.seane_item .tx {
  background: #F8F7F5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seane_wrap {
    margin-bottom: 60px;
  }
  .seane_tab {
    margin-bottom: 20px;
  }
  .seane_tab button {
    font-size: 13px;
    margin: 0;
    padding: 15px 5px;
  }
  .seane_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

#usersphoto_wrap .ecbn-selection-wrapper .ecbn-selection-title {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #usersphoto_wrap .ecbn-selection-wrapper .ecbn-selection-title {
    margin-top: 30px;
  }
}

