@charset "utf-8";
.fs-preview-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
}
/*----------------------------------------------------------
	common
----------------------------------------------------------*/
.fs-preview-header {
  display: none;
}
* {
  word-break: break-all;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html[lang="en-x-mtfrom-ja"] #content iframe {
  display: none;
}
body, input, textarea, select {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #202020;
}

.sp {
  display: none!important;
}
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #101010;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
a:visited {
  color: #101010;
}
a:active {
  color: #101010;
}
a:hover {
 color: #101010;
 text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
}
section.header03 a:hover {
  text-decoration: none;
}
section.header03 a:hover img {
  opacity: 1;
}
a img {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

section.new-item li a:hover,
section.top_ranking li a:hover{
	text-decoration: none;
}


p {
  margin: 0;
}
ul {
  list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
/*電話リンク動作させない*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
  }
}

/*ログイン*/
.login-true , .logout-false {
  display: none;
}

/********************
共通パーツ
********************/
h1,h2,h3,.fs-c-subgroupList,.mincho,header,ul.faq_navi li a,#faq .question::before,#faq .answer::before {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}

/*メンテナンス画面*/
body#fs_StoreClosed {
  overflow: hidden;
}
body#fs_StoreClosed h1.fs-c-heading--page {
  text-align: center;
  padding: 1em 0 0;
}
section.fs-p-closed {
  padding: 3.2vw;
}

/*インプット枠線色*/
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  border-color: #d9d9d9;
}

/*必須マーク*/
.fs-c-requiredMark::before {
  font-size: 1em;
  margin-left: 0.25em;
}

/*スライダー矢印*/
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: rgba(30, 30, 30, 0.2);
}
.fs-c-slick .slick-prev:before ,.fs-c-slick .slick-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
}
.fs-c-slick .slick-prev:before {
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translate(10px, 10px);
}
.fs-c-slick .slick-next:before {
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(5px, -5px);
}

/*チェック・ラジオボタン*/
.fs-c-checkbox__checkMark, .fs-c-radio__radioMark {
  border-color: #adadad;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #880909;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #880909;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #880909;
  border-color: #880909;
}

/********************
ヘッダー
********************/

header.fs-l-header {
  padding: 0 15px;
  border-bottom: 1px solid #f4f4f4;
}
/*
.head-sec1,section.header_fixed > *  {
  max-width: 1200px;
  margin: 0 auto;
}
*/

#menu01 .hd_inner ul li a:hover{
	text-decoration: none;
	opacity: 0.7;
}


.head-sec1,section.header_fixed{
  /*max-width: 1200px;*/
  margin: 0 auto;
}

section.header_fixed {
    width: 1200px;
}

.fs-p-logo {
  padding: 3px 8px 20px;
}
.fs-l-header__welcomeMsg.fs-clientInfo.pc.is-ready {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: 25px;
}
.head-sec1 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 12px;
  height: 43px;
max-width: 1200px;
}
.head-sec1 .fs-p-memberInfo.is-loggedIn--true {
  justify-content: flex-end;
}
.fs-p-memberInfo.is-loggedIn--true {
  margin-left: 1em;
}
.fs-p-welcomeMsg span {
  display: inline-block;
}
.head-sec1 p.top_title {
  min-width: 530px;
}
.head-menu-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  padding: 0;
}

.head-menu-left li:hover img.Item_off,
.head-menu-left li img{
	display: none;
	opacity: 0;
	transition: 0.3s;
}

.head-menu-left li:hover img,
.head-menu-left li img.Item_off{
	display: inline-block;
	opacity: 1;
	transition: 0.3s;
}



.head-menu-left p.image {
	margin-bottom: 14px;
	max-width: 24px;
	margin: 0 auto 9px;
}
.head-menu-left li {
  display: block;
  font-size: 14px;
  text-align: center;
}
.head-menu-left li span {
  margin-top: 15px;
}

li.hd_menu_btn-mypage.pc.open img:hover,
.head-menu-left li#menu01-btn img:hover,
.head-menu-left li#menu02-btn img:hover,
.head-menu-left li#menu01-btn:hover,
.head-menu-left li#menu02-btn:hover,
.head-menu-left li span:hover{
	cursor: pointer;
}

.fs-l-header__contents {
  align-items: center;
}
.fs-l-header__contents .right {
  max-width: 385px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  grid-column: 3;
}
.fs-l-header__contents .right ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
} 
.hd_menu_btn-search.fs-p-headerNavigation__search.fs-p-searchForm {
  min-width: 230px;
  max-width: 230px;
  margin-right: 20px;
  margin-left: auto;
}
.fs-l-header__contents .right ul li img {
  max-width: 19px;
  vertical-align: baseline;
}
.fs-l-header__contents .right ul li * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-l-header__contents .right ul li {
  box-sizing: content-box;
  padding: 10px 10px 10px 16px;
}
.fs-p-inputGroup {
  background: #fff;
}

/*スクロール時*/
section.header_fixed.m_fixed {
  background-color: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
	width: 100%;
}
section.header_fixed.m_fixed .fs-l-header__contents {
  max-width: 1200px;
  margin: 0 auto;
}
section.header_fixed.m_fixed .fs-p-logo {
  padding: 10px;
}
section.header_fixed.m_fixed .fs-p-logo img {
  max-height: 52px;
}
section.header_fixed.m_fixed .head-menu-left p.image {
  margin-bottom: 4px;
}
section.header_fixed.m_fixed .menu_dtl {
  top: 72px;
}
section.header_fixed.m_fixed div#hd_menubox-mypage {
  top: 62px;
}

/*検索*/
.hd_menu_btn-search span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.hd_menu_btn-search input.fs-p-searchForm__input.fs-p-inputGroup__input {
  padding: 0 13px;
  background: #fff;
  line-height: 34px;
}
.hd_menu_btn-search .fs-p-searchForm__button {
  background: #fff;
  width: 19px;
}
.fs-p-searchForm__button::before {
  content: "";
  background: url(../images/top/@2x/sp/btm_icon_search.png) no-repeat center;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin: auto;
}

/*メニュー中身*/
.menu_dtl {
	display: none;
	padding: 0 15px;
	height: auto;
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #f4f4f4;
	z-index: 99;
}


.hd_inner {
  max-width: 1200px;
  margin: 50px auto 60px;
  position: relative;
}
.hd_inner ul.row.row-cols-2.row-cols-md-3.mincho {
  margin-top: 56px;
}
.hd_inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #f4f4f4 transparent;
  position: absolute;
  top: -66px;
}
div#menu01 .hd_inner::before {
  left: 45px;
}
div#menu02 .hd_inner::before {
  left: 173px;
}
.hd_inner .choice-bean {
	background: none;
	padding: 0;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
}
.hd_inner .choice-bean li p img {
    max-width: 178px;
}

div#hd_menubox-mypage .hd_inner::before {
  top: -16px;
  right: 100px;
}

div#hd_menubox-mypage {
  top: 128px;
  background: none;
}
div#hd_menubox-mypage .hd_inner {
  height: auto;
  margin: 0 auto;
}
div#hd_menubox-mypage .hd_inner ul.list_member {
  max-width: 180px;
  margin-right: 45px;
  margin-left: auto;
  background-color: #f4f4f4;
  padding: 25px 34px;
  line-height: 1.8125;
}

.fs-p-cartItemNumber {
    top: -5px;
    right: -5px;
}

.fs-p-scrollingCartButton .fs-p-cartItemNumber {
    top: 8px;
    right: 8px;
}

.fs-p-headerNavigation__viewCartButton {
    padding: 0;
}




@media screen and (max-width:1009px) {
  div#hd_menubox-mypage {
    top: 145px;
  }
  section.header_fixed.m_fixed div#hd_menubox-mypage {
    top: 74px;
  }
  section.header_fixed.m_fixed div#hd_menubox-mypage .hd_inner ul.list_member {
    margin-right: 54px;
  }
}

/********************
フッター
********************/
/*ページトップ*/
.PageTop {
  display: none;
  width: 47px;
  height: 47px;
  position: fixed;
  right: 1.2vw;
  bottom: 47px;
  z-index: 99;
}
.PageTop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #2d2d2d;
  border-radius: 50%;
}
.PageTop a:hover ,.fs-p-scrollingCartButton__button:hover {
  opacity: 0.5;
}
.PageTop a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fs-p-scrollingCartButton {
  display: none!important;
  width: 47px;
  height: 47px;
  position: fixed;
  right: 1.2vw;
  bottom: 104px;
  z-index: 99;
}
.fs-body-category .fs-p-scrollingCartButton,.fs-body-search .fs-p-scrollingCartButton,.fs-body-bundle .fs-p-scrollingCartButton {
  display: block!important;
  visibility: hidden;
}
.fs-p-scrollingCartButton__button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #2d2d2d;
  border-radius: 50%;
  opacity: 1;
}
.fs-p-scrollingCartButton__icon {
  font-size: 20px;
}
.fs-icon--cart:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  margin: auto;
}
.fs-p-scrollingCartButton__label {
  display: none;
}

footer ul.foot-utility li.gaibu{
	position: relative
}

footer ul.foot-utility li.gaibu a::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/top/@1x/gaibu_wh.png) no-repeat center;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -15px;
}



/********************
下層共通
********************/
.fs-c-documentArticle ,.fs-c-documentColumn__content,.fs-c-documentArticle__content {
    padding: 0;
}
.fs-c-documentArticle + .fs-c-documentArticle {
    margin-top: 54px;
}
* + .fs-c-documentColumn {
    margin-top: 0;
}
.fs-c-documentColumn__content {
    margin-bottom: 50px;
}

.fs-c-documentArticle__content p + p{
	margin-top: 30px;
}


section.fs-l-pageMain .fs-c-documentColumn__content p + h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.fs-c-note{
	font-size: 1.4rem;
}


.fs-c-heading.fs-c-heading--page{
	position: relative;
}

h1.fs-c-heading.fs-c-heading--page::after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 241px;
  right: -90px;
  top: -68px;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: contain;
}

/**ご利用ガイド**/
h1.fs-c-heading.fs-c-heading--page.heading-guide::after {
	background-image: url(../images/hdr/@2x/guide_bg.png);
}

/**特定商取引法について**/
h1.fs-c-heading.fs-c-heading--page.heading-terms::after {
	background-image: url(../images/hdr/@2x/law_bg.png);
}

/**ご利用ガイド**/
h1.fs-c-heading.fs-c-heading--page.heading-privacy-policy::after {
	background-image: url(../images/hdr/@2x/pp_bg.png);
}

/**よくあるご質問**/
h1.fs-c-heading.fs-c-heading--page.heading-faq::after {
	background-image: url(../images/hdr/@2x/qa_bg.png);
}



/********************
各ホバー調整
********************/
.choice-bean li a img:hover,
.scene li img:hover,
.hd_inner a img:hover{
	opacity: 1;
}

.blog_category_navi li a:hover,
.choice-bean li:hover,
.scene li:hover{
	text-decoration: none;
	opacity: 0.5;
}

.blog_category_navi li a:hover,
.choice-bean ul li a:hover,
.scene ul li a:hover,
#menu01 ul li a:hover,
#menu02 ul li a:hover{
	text-decoration: none;
}

#menu01 ul li:hover,
#menu02 ul li:hover{
	text-decoration: none;
	opacity: 0.5;
}