@charset "utf-8";
/* CSS Document */
.fs-preview-header {
  display: none;
}
body {
  font-family: "新ゴ R", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp, .sp_only {
  display: none !important;
}
.fs-l-header {
  padding-top: 0;
}
.fs-l-header__contents {
  display: block;
}
ul, li {
  list-style: none;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
.fs-c-noResultMessage {
  display: none;
}
.ff_ryuMin {
  font-family: "FOT-マティス Pro M";
}
.ff_shinGoR {
	font-family: "I-OTF新ゴシックPro R";
}
.ff_midiumGoBBB {
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ff_GoMB101 {
  font-family: "FOT-ロダン Pro M";
}

/*共通パーツ*/
.margin_r1rem {
	margin-right: 1rem;
}
.padding_t1rem {
	padding-top: 1rem;
}
.floatClear {
	float: none;
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.fs-l-main{
	padding:0;
	max-width: 1200px;
	/*max-width: 1300px;*/
}
.titleTypeA {
  display: flex;
  color: #524739;
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "FOT-マティス Pro M";
  text-align: center;
  justify-content: center;
  align-items: center;
}
.buttonTypeC {
  display: block;
  background-color: #1A3161;
  width: 100%;
  margin: 0 auto;
  transition: .3s;
}
.buttonTypeC a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ロダン Pro M";
}
.buttonTypeC a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.buttonTypeC a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1A3161;
  border-right: 1px solid #1A3161;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buttonTypeC:hover {
  opacity: .5;
}
/*ボタンE 背景白灰グラデ・文字茶・矢印茶*/
.buttonTypeE {
  display: inline-block;
  width: 100%;
  height: 60px;
  border: 1px solid #cccccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.buttonTypeE a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  color: #524739;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.buttonTypeE a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #524739;
  border-right: 1px solid #524739;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buttonTypeE:hover {
  opacity: 0.5;
}
.borderBrown, .borderBrown2 {
  border: 1px solid #524739;
  box-sizing: border-box;
  position: relative;
}
/*中央二重ボーダー上*/
.borderBrown2::before {
  position: absolute;
  content: " ";
  display: block;
  border-top: 5px solid #524739;
  top: -3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20%;
  box-sizing: border-box;
}
/*中央二重ボーダー下*/
.borderBrown2::after {
  position: absolute;
  content: " ";
  display: block;
  border-top: 5px solid #524739;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20%;
  box-sizing: border-box;
}
/* ------------------------------------------------------- */
/*ボタンB 背景緑・文字白・矢印白*/
.buttonTypeB {
  display: inline-block;
  background-color: #3F8D39;
}
.buttonTypeB a {
  position: relative;
  display: block;
  padding: 10px 70px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ロダン Pro M";
}
.buttonTypeB a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.buttonTypeB a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3F8D39;
  border-right: 1px solid #3F8D39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buttonTypeB a:hover {
  opacity: 0.5;
}
/* タイトル_茶色 */
.ttl_brown {
  position: relative;
  margin: 60px auto 20px;
}
.ttl_brown h3 {
  text-align: center;
  font-size: 2.8rem;
  padding-left: 20px;
  line-height: 1;
}
.ttl_brown img {
  display:none;
  width: 30px;
  position: absolute;
  top: 0px;
  left: -210px;
  right: 0;
  margin: 0 auto;
}
/*ボーダー*/
.borderRed {
  border: 1px solid #cc0000;
  box-sizing: border-box;
  position: relative;
}
.borderGray {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
}
.borderNavy {
  border: 1px solid #1A3161;
  box-sizing: border-box;
  position: relative;
}
/*------------------------------------
	ヘッダー
-------------------------------------*/
/*ヘッダーエリア*/
.fs-l-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 999;
}
/*ヘッダーユーティリティー*/
.header_utility {
  background: #544134;
  color: #fff;
}
.header_utility_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  z-index: 30;
}
.header_utility_inner .fs-p-headerUtilityMenu__list .fs-pt-menu__heading a {
  color: #fff;
}
.uti_txt {
  font-size: 1.4rem;
  margin: 5px 0;
  line-height: 1.5;
  transform: none;
}
.uti_txt a {
  color: #fff;
  transition: .3s all;
}
.uti_txt a:hover {
  opacity: .5;
}
.fs-p-headerUtilityMenu {
  margin-right: 13%;
}
.fs-pt-menu__item a {
  display: flex;
  align-items: center;
  transition: background .3s;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.fs-pt-menu__item a:hover {
  opacity: .8;
}
.fs-p-headerUtilityMenu__login, .fs-p-headerUtilityMenu__myPage {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 1px solid #524739;
  border-right: 1px solid #524739;
  border-bottom: 1px solid #524739;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
}
.header_utility_inner .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login a, .header_utility_inner .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__myPage.is-loggedIn--true a {
  display: block;
  width: 100%;
  padding: 6px 20px;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  color: #524739;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ロダン Pro M";
  margin: 0;
}
.fs-pt-menu__item a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: none;
  background-size: contain;
  margin-right: 5px;
}
.okaimno_guide a::before {
  background: url(../img/common/icon_beginner_wh.svg) no-repeat;
}
.faq a::before {
  background: url(../img/common/icon_question_wh.svg) no-repeat;
}
.contact_topPage a::before {
  background: url(../img/common/icon_question_wh.svg) no-repeat;
}
.fs-p-headerUtilityMenu__register a::before {
  background: url(../img/common/icon_plus_wh.svg) no-repeat;
}
.fs-p-headerUtilityMenu__login a::before {
  background: url(../img/common/icon_lock_br.svg) no-repeat;
}
.top_page a::before {
  background: url(../img/common/icon_home.svg) no-repeat;
  background-size: cover;
}
.fs-p-logo__image {
  max-width: 250px;
  height: auto;
}
.fs-p-headerUtilityMenu__myPage.is-loggedIn--false {
  display: none;
}
/*ヘッダーコンテンツ*/
.fs-l-header__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.header_contents_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px 0;
  width: 70%;
  max-width: 850px;
}
.header_contents_item {
  margin-left: 20px;
  transition: .3s;
}
.header_contents_item:first-of-type {
  margin: 0;
  pointer-events: none;
}
.header_contents_item:nth-of-type(2) {
  width: 20%;
  border: 1px solid #544134;
}
.header_contents_item:nth-of-type(2):hover {
  opacity: .5;
}
.fs-l-header__contents .logo {
  width: 30%;
  max-width: 300px;
}
.fs-p-logo__lead {
  font-size: 1.6rem;
  margin: 10px 0 4px;
  padding: 0 20px;
}
.fs-l-header__contents .logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
.fs-p-scrollingCartButton {
  position: relative;
  bottom: auto;
}
.header_contents_item p {
  margin: 0;
}
.hdArea_tel_uketsuke_num {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  color: #524739;
  font-family: Arial, Helvetica, "sans-serif";
}
.hdArea_tel_uketsuke_num:hover {
  color: #524739;
  text-decoration: none;
  opacity: .8;
}
.hdArea_tel_uketsuke_num::before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background: url(../img/icon/icon_tel.svg) no-repeat;
  margin-right: 10px;
}
p.hdArea_tel_uketsuke {
  width: 100%;
  padding: 3px 3px 3px 0px;
  box-sizing: border-box;
  background-color: #F7F6EE;
  color: #524739;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
p.hdArea_tel_uketsuke span {
  color: #ffffff;
  background-color: #524739;
  margin-right: 10px;
  padding: 3px 5px;
  box-sizing: border-box;
  font-family: "FOT-ニューセザンヌ ProN M";
}
/*ヘッダーエリア_当日発送表示*/
#view_time{
	width:100%;
	text-align: center;
	font-size:16px;
	letter-spacing: 0.05em;
	background-color:#F7F6EE;
	margin:0 0 5px;
	font-weight: bold;
	padding:8px 0;
}
#view_time span{
	color:red;
	font-size:16px;
}
#view_time span::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 21px;
	background-image: url(../img/common/icon_viewTime.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right:7px;
}
#view_time br{
	display: none;
}
/*ヘッダーエリア_ 数量により不可のケースあり*/
.view_attention{
	width:100%;
	text-align: center;
	font-size:14px;
	letter-spacing: 0.05em;
	background-color:#ffeff1;
	color:#524739;
/*margin: 0 0 10px;*/
  margin: 0;
	padding:8px 0;
	font-weight:bold;
}
.view_attention span{
	width:100%;
	text-align: center;
	letter-spacing: 0.05em;
	background-color:#ffeff1;
	color:#d70035;
	border-bottom:1px dotted #d70035;
}
/*ヘッダーエリア_ 臨時休業のお知らせなど*/
.view_news {
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
  color: #524739;
  margin: -15px 0 0 0;
  padding: 8px 0;
  font-weight: bold;
}
.view_news span {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
  color: #524739;
  text-decoration: underline;
}
/*カートボタン*/
.fs-p-headerNavigation__viewCartButton {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 15px 20px;
}
.headerCartButton {
  background: rgb(244, 102, 3);
  background: linear-gradient(0deg, rgba(244, 102, 3, 1) 0%, rgba(247, 127, 0, 1) 10%, rgba(246, 120, 1, 1) 90%, rgba(244, 102, 3, 1) 100%);
  border-radius: 5px;
  box-shadow: 2px 2px 0 0 #737373;
  text-shadow:
    2px 2px 1px #f56a02, -2px 2px 1px #f56a02, 2px -2px 1px #f56a02, -2px -2px 1px #f56a02, 2px 0px 1px #f56a02, 0px 2px 1px #f56a02, -2px 0px 1px #f56a02, 0px -2px 1px #f56a02;
  transition: .3s;
}
.headerCartButton:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}
.fs-p-headerNavigation__viewCartButton > i.fs-icon--cart {
  font-size: 3.8rem;
  color: #fff;
}
/* カート-商品購入数アイコン */
.fs-p-headerNavigation__viewCartButton__label {
  font-size: 2rem;
  color: #FFFFFF;
  width: 100%;
  margin-left: 20px;
}
a.fs-p-headerNavigation__viewCartButton:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.cartItemNumber {
  background: #E25B33;
  border-radius: 1em;
  color: #ffffff;
  display: none;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.3em 0.4em 0.25em;
  position: absolute;
  top: -5px;
  right: 0;
}
/*グローバルメニュー*/
.fs-p-headerNavBar {
  background: #fff;
  border-bottom: none;
  margin-bottom: 0;
}
.fs-p-headerNavBar .fs-p-headerNavigation__link {
  display: block;
  width: 100%;
  text-align: center;
  color: #423F3E;
  transition: .3s;
  padding: 5px 10px;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.fs-p-headerNavBar a[href="#"] {
  pointer-events: none;
}
.fs-p-headerNavigation {
  max-width: 1200px;
}
.fs-p-headerNavigation__listItem {
  border-bottom: 3px solid #fff;
}
.fs-p-headerNavigation__listItem:hover {
  background: #F8F6EE;
  border-bottom-color: #544134;
}
.fs-p-headerNavigation__listItem:hover > ul.menuDropDown {
  display: block;
  opacity: 1;
}
.fs-p-headerNavigation__listItem {
  flex-direction: column;
  align-items: center;
  transition: .3s;
}
.fs-p-headerNavigation__list {
  align-items: flex-start;
  width: 100%;
  border-left: 1px solid #D5D5D5;
}
ul.menuDropDown {
  display: none;
  padding: 0;
  position: absolute;
  background: #fff;
  top: 83px;
  z-index: 10;
  width: 100%;
  text-align: center;
  list-style: none;
  line-height: 0;
  overflow: hidden;
  transition: .3s;
}
ul.menuDropDown li {
  display: block;
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px dotted #ccc;
  transition: .2s;
}
ul.menuDropDown li:hover {
  background: #F8F6EE;
}
ul.menuDropDown li span{
  display: block;
  /*color:#ff840a;*/
  color:#e9546b;
}
ul.menuDropDown li a {
  padding: 10px 0;
  color: #544134;
  width: 100%;
  display: block;
  text-decoration: none;
}
.fs-p-headerNavigation__list > li {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 16%;
  max-width: 200px;
  border-right: 1px solid #D5D5D5;
  z-index: 20;
}
a.fs-p-headerNavigation__link::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  transform: rotate(-0.03deg);
}
.fs-p-headerNavigation__listItem:nth-of-type(1) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_all.svg);
}
.fs-p-headerNavigation__listItem:nth-of-type(2) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_youto.svg);
}
.fs-p-headerNavigation__listItem:nth-of-type(3) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_okashi.svg);
}
.fs-p-headerNavigation__listItem:nth-of-type(4) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_price.svg);
}
.fs-p-headerNavigation__listItem:nth-of-type(5) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_box.svg);
}
.fs-p-headerNavigation__listItem:nth-of-type(6) a.fs-p-headerNavigation__link::before {
  background-image: url(../img/icon/icon_shop.svg);
}
ul.fs-p-headerNavigation__list li.nav-cart a.fs-p-headerNavigation__link::before {
  content: "\e91e";
  font-family: 'fs-icon';
  font-size: 4rem;
  margin-bottom: 5px;
}
/*----------- ヘッダースクロール -----------*/
.nav-fix .fs-l-header__contents {
  display: none;
}
ul.fs-p-headerNavigation__list li.nav-cart, ul.fs-p-headerNavigation__list li.nav-cart a {
  display: none;
}
.nav-fix ul.fs-p-headerNavigation__list > li {
  width: 10%;
  min-width: 10%;
}
.nav-fix ul.fs-p-headerNavigation__list li.nav-cart, .nav-fix ul.fs-p-headerNavigation__list li.nav-cart a {
  display: block;
  color: #fff;
  background: linear-gradient(0deg, rgba(244, 102, 3, 1) 0%, rgba(247, 127, 0, 1) 10%, rgba(246, 120, 1, 1) 90%, rgba(244, 102, 3, 1) 100%);
}
.nav-fix ul.fs-p-headerNavigation__list li.nav-cart a .fs-icon--cart:before {
  font-size: 3.2rem;
  color: #524739;
}
.nav-fix ul.fs-p-headerNavigation__list li.nav-cart a .fs-icon--cart {
  margin: 4px 0;
}
.nav-fix nav.fs-p-headerNavigation ul.fs-p-headerNavigation__list > li > a {
  padding: 5px 5px;
}
.nav-fix nav.fs-p-headerNavigation ul.fs-p-headerNavigation__list > li.nav-cart > a {
  padding-top: 1px
}
.nav-fix .cartItemNumber {
  right: 20px;
  top: 10px;
  padding: 0.15em 0.4em 0.25em;
}
/*----------- フッター -----------*/
.fs-p-footerPageTop {
  position: fixed;
  left: auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 12px;
  bottom: 60px;
  width: auto;
  max-width: 100%;
  z-index: 999;
  transition: .3s;
}
.fs-p-footerPageTop__link::before {
  background: #544134;
  padding: 0;
  font-size: 4.5rem;
  border-radius: 100%;
}
.fs-p-footerPageTop__link {
  width: 60px;
  height: 60px;
  background: none;
  font-size: 0;
}
.fs-p-footerPageTop:hover {
  opacity: .8;
}
/* フッター-一番上の波 */
.fs-l-footer {
  position: relative;
  border-top: none;
  padding-top: 1px;
  background-color: #f8f6ee;
}
.fs-l-footer::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/bg_wave.gif) repeat-x;
  height: 16px;
  z-index: 1;
}
/* フッター-ヨット */
.fs-l-footer img.bg_yacht {
  position: absolute;
  width: 100px;
  top: -68px;
  left: 58vw;
  right: 0;
  margin: 0 auto;
}
/* フッター-お買い物ガイド */
.footerNavigationItem {
  background-color: #FFFFFF;
  padding: 20px 40px;
  margin: 30px auto;
}
.footerNavigationItem__body {
  display: flex;
  justify-content: space-between;
}
.footerNavigationItem .footer_left, .footerNavigationItem .footer_right {
  width: 49%;
  padding: 0 20px;
}
.footerNavigationItem:nth-of-type(2) .footer_left {
  border-right: 3px dotted #B3B3B4;
}
/* フッターコンテンツ-タイトル */
.fs-p-footerNavigationItem__title {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  text-align: left;
  color: #514438;
  border-bottom: 2px solid #514438;
}
.fs-p-footerNavigationItem__title a {
  width: 50%;
  max-width: 254px;
  margin-right: 0;
}
/* フッターコンテンツ-点線 */
.footerNavigationItem__body section {
  /*border-bottom: 3px dotted #B3B3B4;*/
  margin-bottom: 50px;
}
.footerNavigationItem__body {
  width: 100%;
  margin: 50px auto;
}
/* フッター-コンテンツ小見出し */
.footerNavigationItem h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5px auto;
}
/* フッター-コンテンツテーブル */
.footerNavigationItem table, .footerNavigationItem table td, .footerNavigationItem table th {
  border-collapse: collapse;
  border: 1px solid #524739;
  padding: 3px;
  font-size: 1.2rem;
}
.footerNavigationItem table span {
  font-size: 1.0rem;
  margin: 0;
}
.footerNavigationItem table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #524739;
}
.footerNavigationItem table th {
  background: #F7F6EE;
}
.footerNavigationItem table td.line_gy {
  border-bottom: 1px solid #D4D4D4;
}
/* フッター-注釈 */
.footerNavigationItem span {
  font-size: 1.2rem;
  margin: 1rem 0;
  display: block;
}
/* フッター-詳しくはこちらボタン */
.buttonTypeA {
  width: 95%;
  margin: 10px auto;
  position: relative;
  background: #F0EADF;
  display: block;
  padding: 10px 70px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  border-radius: 10px;
  text-align: center;
}
.buttonTypeA::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #524739;
}
.buttonTypeA::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* お買い物ガイド詳細はこちらボタン */
.button_green {
  width: 95%;
  max-width: 400px;
  margin: 20px 0 40px auto;
  position: relative;
  background: #4D9340;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  color: #FFFFFF !important;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  text-align: center;
}
.button_green::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #E4F2E6;
}
.button_green::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4D9340;
  border-right: 1px solid #4D9340;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 振り込みの枠 */
.footerNavigationItem .border_line {
  border: 1px solid #42403F;
  padding: 15px 10px;
  margin: 0 auto;
  width: 100%;
}
/* フッター白背景部分 */
.footerUtility {
  background-color: #FFFFFF;
  padding: 10px 0;
  position: relative;
  align-items: center;
}
/* フッター白背景-波 */
.footerUtility::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("{% items[/bg_wave.gif] %}") repeat-x;
  height: 16px;
  z-index: 1;
}
/* フッターロゴ画像 */
.footer_logo {
  max-width: 1260px;
  margin-left: auto;
}
.footer_logo .fs-pt-column__image > img {
  width: 100%;
  max-width: 200px;
}
/* フッター-メニューライン */
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li a::before {
  content: none;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:not(:first-child) a {
  border-top: none;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:not(:first-child) {
  border-left: 1px solid #CFD0D2;
}
.fs-l-footer__utility {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #fff;
  align-items: center;
}
.fs-l-footer__utility::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/bg_wave.gif) repeat-x;
  height: 16px;
  z-index: 1;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
  max-width: 1200px;
  margin: 0 auto;
}
.fs-p-footerUtilityMenu__list > li {
  padding: 0 10px;
}
.fs-p-footerUtilityMenu__list > li + li {
  margin: 0;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li a:hover {
  color: #524739;
  opacity: .6;
}
/* フッター-コピーライトカラー */
.fs-p-footerCopyright {
  background-color: #524739;
}
.fs-l-footer img.bg_yacht {
  position: absolute;
  width: 100px;
  top: -68px;
  /*left: 900px;*/
  right: 0;
  margin: 0 auto;
}
/*-------------------------------
メインコンテンツ
--------------------------------*/
/* ご注文数量によりお日にちがかかる表記がある場合は335px、当日発送表記がある場合は283px、がない場合は250pxを表示させる */
.top_carousel, .fs-l-page {
/*margin-top: 360px;*/
margin-top:335px;
/*margin-top:283px;*/
/*margin-top:250px;*/
}

#fs_CustomerDetails .fs-l-page,
#fs_CheckoutWithMultiAddress .fs-l-page,
#fs_ShoppingCartLogin .fs-l-page{
  margin-top: 150px;
}
.fs-c-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative
}
.fs-c-breadcrumb__list {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  position: absolute;
  right: 8px;
  top: 10px;
  padding: 10px 0;
}
.fs-l-header--min + .fs-c-breadcrumb .fs-c-breadcrumb__list {
  max-width: 1180px;
}
/*カルーセル*/
.top_carousel {
  position: relative;
  background-color: #F8F6EE;
  padding-bottom: 15px;
}
.top_carousel .slick-slide {
  margin: 0 10px;
}
.top_carousel .slick-slider .slick-prev:before, .top_carousel .slick-slider .slick-next:before {
  opacity: 1;
  background: #544134;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 38px;
}
.top_carousel .slick-slider .slick-prev {
  left: 0;
  background: none;
}
.top_carousel .slick-slider .slick-next {
  right: 0;
  background: none;
}
.top_carousel .slick-slider .slick-prev, .top_carousel .slick-slider .slick-next {
  top: 40%;
}
.btn_posi {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_carousel .slick-slider .slick-dots {
  width: 100%;
  max-width: 1260px;
  background-image: url(../img/common/bg_kobe01.png), url(../img/common/bg_kobe02.png	);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: auto 85px;
  margin: auto;
}
.top_carousel .slick-slider .slick-dots li {
  width: auto;
  height: auto;
}
.top_carousel .slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: auto;
  opacity: .5;
}
.top_carousel .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.top_carousel .slick-slider .slick-dots li button:before {
  content: none;
}
.top_carousel .slick-slider .slick-dots li button img {
  max-width: 150px;
}
.top_carousel::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/bg_wave.gif) repeat-x;
  height: 16px;
  z-index: 1;
}
/*トップページ＿メインコンテンツ_01*/
.ctNaire {
  margin-bottom: 80px;
}
.ctNaire h2 {
  position: relative;
  background-color: #F0EBDF;
  padding: 20px;
  margin-bottom: 80px;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #524739;
  font-family: "FOT-マティス Pro M";
  font-size: 3rem;
  flex-direction: column;
}
.ctNaire h2 span {
  font-size: 2rem;
}
.ctNaire h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 35px solid #F0EBDF;
}
.ctNaire_lead {
  font-size: 2rem;
  text-align: center;
}
.ctNaire_inner {
  background: #F8F6EE;
  padding: 30px 40px;
}
.ctNaire_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ctNaire_head h3 {
  font-size: 2.4rem;
  margin-right: 10px;
  font-family: "FOT-マティス Pro M";
}
.ctNaire_ttl {
  font-size: 3rem;
  border-top: 1px solid #D14185;
  border-bottom: 1px solid #D14185;
  padding: 5px 15px;
  margin-right: 10px;
  font-weight: bold;
  color: #D14185;
  font-family: "FOT-ロダン Pro M";
}
.ctNaire_head span {
  font-size: 2rem;
  color: #D14185
}
.ctNaire_lead {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctNaire_easy .ctNaire_lead {
  color: #D14185;
}
.ctNaire_item {
  display: flex;
  align-items: flex-start;
}
.ctNaire_item_img {
  margin-right: 50px;
}
.ctNaire_item_txt {
  font-size: 2rem;
  width: 50%;
  max-width: 360px;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctNaire_item_txt ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.ctNaire_item_txt ul li {
  margin-bottom: 20px;
}
.ctNaire_item_txt > ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  vertical-align: text-top;
}
.ctNaire_item_txt > ul li:nth-of-type(1)::before {
  background-image: url(../img/icon/icon_deliver.svg);
}
.ctNaire_item_txt > ul li:nth-of-type(2)::before {
  background-image: url(../img/icon/icon_order.svg);
}
.ctNaire_item_txt > ul li:nth-of-type(3)::before {
  background-image: url(../img/icon/icon_price_clear.svg);
}
.ctNaire_item_txt p {
  font-size: 1.4rem;
}
.ctNaire_item_txt .ctNaire_item_option ul {
  display: flex;
  justify-content: space-between;
}
.ctNaire_item_txt .ctNaire_item_option ul li {
  width: 30%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 5px 0;
}
.ctNaire_item_txt .ctNaire_item_option ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}
.ctNaire_item_txt .ctNaire_item_option ul li:nth-of-type(1)::before {
  background-image: url(../img/common/icon_option_01.svg);
}
.ctNaire_item_txt .ctNaire_item_option ul li:nth-of-type(2)::before {
  background-image: url(../img/common/icon_option_02.svg);
}
.ctNaire_item_txt .ctNaire_item_option ul li:nth-of-type(3)::before {
  background-image: url(../img/common/icon_option_03.svg);
}
.ctNaire_kodawari {
  margin-top: 80px;
}
.ctNaire_kodawari .ctNaire_lead, .ctNaire_kodawari .ctNaire_ttl {
  color: #2AA290;
  border-color: #2AA290;
}
/*ボタンD 背景白灰グラデ・文字橙・矢印橙*/
.buttonTypeD {
  display: block;
  width: 100%;
  max-width:500px;
	line-height: 60px;
  margin:20px auto;
  padding:10px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.buttonTypeD a {
  position: relative;
  display: block;
  width: 100%;
  /*line-height: 45px;*/
  /*padding: 10px 40px 10px 10px;*/
  box-sizing: border-box;
  color: #DC5800;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  text-align: center;
  font-weight: bold;
}
.buttonTypeD a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #DC5800;
}
.buttonTypeD a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buttonTypeD:hover {
  opacity: 0.8;
}
/* ------------------------------------------------------- */
/* index：　告知 */
/* ------------------------------------------------------- */
.notice{
	width:100%;
}
.lost{
	padding:10px 30px 10px;
	background-color: #f5f5f5;
	width:100%;
	max-width: 1200px;
	margin:10px auto 10px;
}
.lost h2{
	text-align: center;
	font-size:20px;
}
.lost p{
	text-align: center;
	font-size:15px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	/*margin-bottom:20px;*/
}
.lost b{
	/*color:#1A3161;*/
	/*color:#dc143c;*/
	color:#ff4500;
}
/* ------------------------------------------------------- */
/* index：　新商品・特集バナー */
/* ------------------------------------------------------- */
.newItem{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 0 20px;
}
.newItem div{
	width:48%;
}
.limited_info{
	font-size:16px;
	text-align: center;
	padding:0 0 15px;
	margin-top:2px;
	color:#524739;
	/*font-family: "FOT-マティス Pro M";*/
}
.limited_info span{
	font-weight: bold;
}
.limited_info_img{
	width:100%;
	background-color:#ff4500;
	padding:8px 0;
	border-radius: 7px 7px 0 0;
}
.limited_info_img img{
	width:60%!important;
	display: block;
	margin:0 auto;
	border-radius: 10px 10px 0 0;
}
/* ------------------------------------------------------- */
/* index：　おすすめ商品 */
/* ------------------------------------------------------- */
.ctReccomend {
  padding: 0px 0 80px;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
/* ------------------------------------------------------- */
/* index：　ココが違う */
/* ------------------------------------------------------- */
.ctDifference {
  position: relative;
  border-top: 1px solid #524739;
  border-bottom: 1px solid #524739;
  border-right: 0;
  border-left: 0;
  box-sizing: border-box;
  background-color: #F7F6EE;
  padding: 30px 0;
}
.ctDifference::before {
  position: absolute;
  content: " ";
  display: block;
  border-top: 5px solid #524739;
  top: -3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20%;
  box-sizing: border-box;
}
.ctDifference::after {
  position: absolute;
  content: " ";
  display: block;
  border-top: 5px solid #524739;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20%;
  box-sizing: border-box;
}
/*大見出し*/
.ctDifference h2 {
  padding-bottom: 30px;
  box-sizing: border-box;
  font-size: 3.6rem;
  text-align: center;
}
/*3つの違い*/
.ctDifference ul {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: none;
}
.ctDifference ul li {
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.ctDifference ul li img {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}
/*中見出し*/
.ctDifference ul li h3 {
  width: 100%;
  color: #524739;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "FOT-マティス Pro M";
  text-align: center;
  font-style: normal;
}
.ctDifference ul li h3 em {
  color: #524739;
  font-size: 40px;
  font-size: 4.0rem;
  font-family: "FOT-マティス Pro M";
  font-style: normal;
}
.ctDifference ul li h3 span {
  color: #524739;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "FOT-マティス Pro M";
}
/*テキスト*/
.ctDifference ul li p {
  width: 100%;
  text-align: left;
  color: #524739;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctDifference ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 30px;
  box-sizing: border-box;
}
.ctDifference ul li {
  width: 33%;
  margin-right: 2%;
  background-color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
}
.ctDifference ul li:last-child {
  margin-right: 0;
}
.ctDifference ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
/*大見出し*/
.ctReccomend h2 {
  margin-bottom: 30px;
}
/*中見出し*/
.ctReccomend .ctReccomend_head {
  background: url(../img/img_category_photo_castella-pc.jpg) no-repeat right bottom;
  background-size: 100%;
  margin-bottom: 30px;
  padding: 50px 50px;
  box-sizing: border-box;
}
.ctReccomend .ctReccomend_head .fuchi {
  text-shadow: 0px 0px 3px #f2e4b0, 0px 0px 3px #f2e4b0;
}
.ctReccomend .ctReccomend_head h3 {
  text-align: left;
  justify-content: flex-start
}
.ctReccomend .ctReccomend_head p {
  text-align: left;
  color: #524739;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
/*ボタン*/
.ctReccomend .buttonTypeC {
  width: 200px;
  margin: 15px 50px 0 0;
}
/*カテゴリ一覧*/
.ctReccomend ul.ctReccomend_category {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.ctReccomend ul.ctReccomend_category li {
  width: 32%;
  margin-right: 2%;
}
.ctReccomend ul.ctReccomend_category li:last-child {
  margin-right: 0;
}
.ctReccomend ul.ctReccomend_category li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.ctReccomend ul.ctReccomend_category li p {
  margin: 5px 0;
  color: #524739;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctReccomend ul.ctReccomend_category li div.buttonTypeC {
  margin: 0 auto;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide {
  padding-bottom: 90px;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide a {
  transition: .3s;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide a:hover {
  opacity: .8;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide img {
  max-width: 215px;
  margin: auto;
}
.recommend_carousel .fs-pt-carousel__slide__caption {
  background: none;
  color: #423F3E;
  text-align: center;
  font-size: 2rem;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide::before {
  position: absolute;
  /* top: 0; */
  bottom: 28px;
  right: 40px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1A3161;
  border-right: 1px solid #1A3161;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 20;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide__caption::before {
  position: absolute;
  bottom: 22px;
  right: 34px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.ctReccomend .recommend_carousel .fs-pt-carousel__slide__caption::after {
  content: "商品を見る";
  display: block;
  background-color: #1A3161;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
  margin: auto;
}
.recommend_carousel .slick-slider .slick-prev, .recommend_carousel .slick-slider .slick-next {
  top: 30%;
  background: none;
}
.recommend_carousel .slick-slider .slick-prev {
  left: 0;
}
.recommend_carousel .slick-slider .slick-next {
  right: 0;
}
.recommend_carousel .slick-slider .slick-prev::before, .recommend_carousel .slick-slider .slick-next::before {
  opacity: 1;
  background: #544134;
  border-radius: 50px;
  border: 1px solid #fff;
}

/* ------------------------------------------------------- */
/* index：　用途で選ぶ */
/* ------------------------------------------------------- */
.ctUse {
  padding: 40px 0 80px;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
/*大見出し*/
.ctUse h2 {
  margin-bottom: 30px;
}
.ctUse h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon_youto.svg") no-repeat;
  margin-bottom: -3px;
}
/*カテゴリ一覧*/
.ctUse ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.ctUse ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.ctUse ul li:nth-child(2n) {
  margin-right: 0;
}
.ctUse ul li div.ctUse_block {
  width: 48%;
  height: 100%;
  background-color: #F0EBDF;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ctUse ul li img {
  width: 52%;
  height: auto;
  float: right;
}
.ctUse ul li p {
  margin: 5px 0;
  color: #524739;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctUse ul li .buttonTypeC a {
  padding: 10px;
}
/* ------------------------------------------------------- */
/* index：　商品の種類で選ぶ */
/* ------------------------------------------------------- */
.ctCategory {
  padding: 50px 0;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
/*大見出し*/
.ctCategory h2 {
  margin-bottom: 30px;
}
.ctCategory h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon_okashi.svg") no-repeat;
  margin-right: 10px;
  margin-bottom: -4px;
}
/*カテゴリ一覧*/
.ctCategory ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.ctCategory ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}
.ctCategory ul li:nth-child(3n) {
  margin-right: 0;
}
.ctCategory ul li div.ctCategory_block {
  width: 100%;
  background-color: #F0EBDF;
  padding: 20px;
  box-sizing: border-box;
}
.ctCategory ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.ctCategory ul li p {
  margin: 5px 0;
  color: #524739;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
/* ------------------------------------------------------- */
/* index：　価格から選ぶ */
/* ------------------------------------------------------- */
.ctPrice {
  padding: 40px 50px;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background-color: #F7F6EE;
}
/*大見出し*/
.ctPrice h2 {
  margin-bottom: 30px;
}
.ctPrice h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon_price.svg") no-repeat;
  margin-right: 10px;
  margin-bottom: -5px;
}
/*カテゴリ一覧*/
.ctPrice ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.ctPrice ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}
.ctPrice ul li:nth-child(3n) {
  margin-right: 0;
}
.ctPrice ul li .buttonTypeE a {
  line-height: 36px;
}
/* ------------------------------------------------------- */
/* index：　化粧箱のサイズで選ぶ */
/* ------------------------------------------------------- */
/*大見出し*/
.ctBox {
  padding-bottom: 80px;
}
.ctBox h2 {
  margin-bottom: 30px;
}
.ctBox h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon_box.svg") no-repeat;
  margin-right: 10px;
  margin-bottom: -5px;
}
/* ------------------------------------------------------- */
/* index：　文明堂神戸店からのお知らせ */
/* ------------------------------------------------------- */
.topics {
  padding: 50px 50px;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background-color: #F7F6EE;
}
/*大見出し*/
.topics h2 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transform: rotate(0.03deg);
}
.topics h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon/icon_fukidashi.svg) no-repeat;
  margin-right: 10px;
}
.topics ul {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.topics li, .topics li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  transition: .3s;
  margin:0;
}
.topics li:last-child, .topics li:last-child a {
  border-bottom:none;
}
.topics li a:hover {
  text-decoration: none;
  opacity: .5;
}
.topics li span {
  display: block;
  /*width: 120px;*/
  margin: 0 15px;
  text-align: center;
  padding: 0px 8px 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  border-radius: 4px;
}
.topics li span.campaign {
  background-color: #aa0000;
}
.topics li span.newitem {
  background-color: #3F8D39;
}
.topics li span.news {
  background-color: #524739;
  max-width: 100px;
}
.topics_a{
	text-align: right;
	text-decoration: underline;
	padding:10px 0;
	display: block;
}
/* ------------------------------------------------------- */
/* index：　文明堂神戸店 販売店舗 */
/* ------------------------------------------------------- */
.ctShop {
  text-align: center;
  padding: 40px 0px;
  box-sizing: border-box;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
/*大見出し*/
.ctShop h2 {
  display: flex;
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(0.03deg);
}
.ctShop h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon/icon_shop.svg") no-repeat;
  margin-right: 10px;
  margin-bottom: -5px;
}
/*店舗情報*/
.ctShop article {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #F7F6EE;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}
.ctShop article div:nth-child(1) {
  width: 45%;
  margin-right: 30px;
}
.ctShop article div img {
  width: 100%;
  height: auto;
}
.ctShop article div:nth-child(2) {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
}
.ctShop article div:nth-child(2) h3 {
  margin-bottom: 10px;
}
/*---------------------------------
ドロワー（サイドメニュー）
-----------------------------------*/
.fs-p-drawer {
  width: 20%;
  max-width: 200px;
	padding:0;
}
ul.fs-p-sideMenu, .fs-pt-calender {
  margin-bottom: 50px;
}
.fs-pt-calender p {
  font-size: 2rem;
}
.fs-pt-calender p.small_txt {
  font-size: 1.6rem;
  text-align: center;
}
.drawer-banner-postage, .drawer-banner-wrapping {
  margin-bottom: 15px;
}
.fs-p-drawer .fs-pt-menu__heading--lv1, .fs-p-searchForm h3 {
  text-align: left;
  margin-bottom: 5px;
  color: #524739;
  font-size: 20px;
  font-family: "FOT-ロダン Pro M";
  border: none;
  padding: 0;
  transform: rotate(0.03deg);
}
.fs-p-searchForm .fs-p-inputGroup__input {
  font-size: 1.2rem;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1 {
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  font-weight: bold;
}
.fs-p-drawer .fs-pt-menu__heading--lv1 {
  margin-bottom: 0;
  transform: rotate(0.03deg);
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::before {
  content: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
  content: none;
}
.fs-p-drawer .fs-p-sideMenu .fs-pt-menu__item--lv1 {
  margin-top: 50px;
}
.fs-p-drawer .fs-p-sideMenu .fs-pt-menu__item--lv1.fs-pt_menu__item--all_items {
  display: none;
}
.fs-p-drawer .fs-p-sideMenu .fs-pt-menu--lv2 .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 0;
}
.fs-p-drawer .fs-p-sideMenu .fs-pt-menu--lv2 .fs-pt-menu__item {
  position: relative;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  padding: 15px 20px 15px 0;
  transform: rotate(-0.1deg);
}
.fs-p-sideMenu .fs-pt-menu__submenu{
	font-size:16px;
}
.fs-p-drawer .fs-p-sideMenu .fs-pt-menu--lv2 .fs-pt-menu__item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #524739;
  border-right: 1px solid #524739;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-pt-menu--lv2 {
  border-top: 1px solid #999999;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  content: none;
}
.fs-p-sideMenu a:hover {
  background: #F8F6EE;
  color: #423F3E;
}
.fs-pt_menu__item--type .fs-pt-menu--lv2 li span a {
  align-items: center;
}
/*サイド商品を選ぶ*/
/*.fs-pt_menu__item--type .fs-pt-menu--lv2 li span a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.fs-pt_menu__item--castella span a::before {
  background: url(../img/icon/menu_icon02.png) no-repeat left center;
}
.fs-pt_menu__item--castella_naire span a::before {
  background: url("../img/icon/menu_icon01.png") no-repeat left center;
}
.fs-pt_menu__item--castella_donut span a::before {
  background: url("../img/icon/menu_icon03.png") no-repeat left center;
}
.fs-pt_menu__item--variety span a::before {
  background: url("../img/icon/menu_icon04.png") no-repeat left center;
}*/
/*サイド下部　バナー*/
.sideBana li {
  margin-bottom: 15px;
}
.side_shoplist a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 2rem;
  color: #544134;
  border-top: 1px solid #B9BABC;
  border-bottom: 1px solid #B9BABC;
  transition: .5s;
}
.side_shoplist a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon_shop.svg");
}
.side_shoplist a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #524739;
  border-right: 1px solid #524739;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_shoplist a:hover {
  text-decoration: none;
  background: #F8F6EE;
}
.side_snslist {
  margin-top: 30px;
}
.side_snslist a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
/*カレンダー*/
.calendar_wrap table {
  margin: auto;
}
.calendar_ttl {
  text-align: center;
  font-weight: bold;
}
.calender_day td {
  text-align: center;
  border: 1px solid #E3E3E3;
}
table tr.calendar_week td {
  border: none;
  background: #E3E3E3;
}
table tr.calendar_week td:first-of-type {
  color: #fff;
  background: #F35D57;
}
table tr.calendar_week td:last-of-type {
  color: #fff;
  background: #009DE4;
}
span.next_month {
  float: right;
}
.fs-pt-calender span {
  cursor: pointer;
  text-decoration: underline;
}
.calendar_wrap table td.d-1 {
  background: #ffb9b6;
  color: #F35D57;
}
/*-------------------
210510追加
--------------------*/
.ctReccomend > a {
  display: block;
  margin-bottom: 30px;
  transition: .3s;
  outline: 2px solid #dcbe87;
  outline-offset: -1px;
}
.ctReccomend > a img {
  display: block;
  width:100%;
}
.ctReccomend ul {
  display: flex;
  /*justify-content: space-between;*/
}
.ctReccomend ul li {
  width: 30%;
  transition: .3s;
  margin: 0 1%;
}
.ctReccomend ul li:hover, .ctReccomend > a:hover {
  opacity: .6;
}
.ctReccomend ul li p {
  display: block;
  background-color: #1A3161;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
/*---------------
fs-l-header--min
--------------*/
/*.fs-body-customerDetails .fs-c-heading--page::before,
.fs-body-cart-login .fs-c-heading--page::before{
	content: none;
}


.fs-body-customerDetails .fs-c-heading--page,
.fs-body-cart-login .fs-c-heading--page{
	border: none;
}


.fs-body-customerDetails .fs-l-page,
.fs-body-cart-login .fs-l-page{
	margin-top: 100px;
}*/
.fs-c-buttonContainer--back a.fs-c-button--plain, .fs-c-buttonContainer--myPageTop a.fs-c-button--plain {
  background: #1A3161;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  box-shadow: none;
  text-align: center;
  color: #fff;
  padding: 5px 20px;
}
.fs-c-button--standard {
  padding: 0.8em 1.4em 0.6em;
}
.is-loggedIn--true a::before {
  background-image: url("../img/common/icon_mypage_br.svg");
}
.fs-p-headerUtilityMenu__logout::before {
  content: none;
}
.fs-c-checkout-addresseeList .fs-c-button--standard {
  padding: 8px;
}
.fs-c-accountService__pageLink {
  background: #ccc;
  padding: 5px 10px;
  border-radius: 6px;
  color: #666;
  border: 2px #999 solid;
}
.fs-c-productListItem__control > *:last-child {
  margin-left: auto;
  margin-right: 10px;
}
.fs-p-headerUtilityMenu__logout a::before {
  background-image: url('../img/common/icon_lock_wh.svg');
}
.fs-body-search .fs-c-noResultMessage {
  display: block;
}
#fs_Top .ctNaire h2 {
  display: inline-block;
  width: 100%;
  background: transparent;
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  font-size: 2.5rem;
}
/*#fs_Top .ctNaire img.naire_icon {
  width: 20%;
  max-width: 150px;
  margin: 1%;
  float: right;
}*/
#fs_Top .ctNaire h2::before {
  content: none;
}
#fs_Top .ctNaire p {
  font-size: 1.8rem;
  line-height: 1.6;
	margin:2rem 0 1rem;
}
#fs_Top .ctNaire p.buttonTypeD {
  width: 600px;
	line-height: 50px;
  display: block;
  margin: 40px auto;
}
#fs_Top .Tagbox li{
  display: inline-block;
  padding: 10px 30px;
	margin-right:5px;
  border-radius: 5px;
  margin-bottom:5px;
	font-size:1.8rem;
	letter-spacing: 0.05em;
}
#fs_Top .ctNaire .naireTag {
  background: #cd1d31;
  color: #fff;
}
#fs_Top .ctNaire .naireTag_sub {
  background: #ededed;
  color: darkblue;
}
#fs_Top .ctNaire .naireTag_sub span{
  font-size: 12px;
  color: darkblue;
  background: #ededed;
}
/*#fs_Top .ctNaire .naireTag {
  background: #cd1d31;
  padding: 7px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 2.4rem;
}*/
.naire_txt{
	color: #E61E2C;
	font-size: 2rem;
	font-weight: bold;
	border: 1px solid #E61E2C;
	padding: 5px;
	text-align: center;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea{
	max-width:968px;
	/*max-width:920px;*/
}
@media screen and (max-width:1199px) {
  /*----------------------
	タブレット
	------------------------*/
  .fs-p-drawer {
    width: 20%;
    padding-left: 20px;
    box-shadow: none;
    transform: none;
    position: static;
  }
  .fs-l-pageMain {
    width: 75%;
    margin: 0 auto;
  }
	.fs-p-sideMenu .fs-pt-menu__submenu{
	font-size:14px;
	}
	.limited_info{
		font-size:16px;
	}
  .ctNaire_item_img {
    margin-right: 20px;
    width: 50%;
  }
  .ctDifference ul li {
    width: 33%;
    margin: 2%;
  }
  .ctReccomend .recommend_carousel .fs-pt-carousel__slide__caption::after {
    width: 100%;
  }
  .ctUse ul li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
  }
  .ctCategory .buttonTypeC a {
    padding: 10px;
  }
  .ctCategory ul li div.ctCategory_block {
    padding: 10px;
  }
  .ctPrice .buttonTypeE {
    height: 100%;
  }
  .ctPrice .buttonTypeE a {
    line-height: 1.5;
  }
  .ctUse ul li div.ctUse_block {
    width: 60%;
    padding: 20% 6px;
    position: relative;
    z-index: 20;
  }
  .ctUse ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30%;
  }
  .side_shoplist a {
    flex-direction: column;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv2 {
    padding: 10px 20px 10px 0;
  }
  .side_shoplist a::before {
    margin: 0;
  }
  .calendar_wrap {
    overflow: auto;
  }
  .fs-c-breadcrumb {
    width: 55%;
  }
  ul.menuDropDown {
    top: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
/* ------------------------------------------------------- */
/* index：　新商品・特集バナー */
/* ------------------------------------------------------- */
.newItem{
	display:flex;
}
.newItem div{
	width:100%;
}
.limited_info{
	font-size:22px;
	text-align: center;
	padding:0 0 15px;
	margin-top:2px;
	color:#524739;
	/*font-family: "FOT-マティス Pro M";*/
}
  .fs-p-logo__lead {
    font-size: 1.6rem;
  }
  .uti_txt {
    font-size: 1.2rem;
    margin-right: 10%;
  }
  .fs-p-headerUtilityMenu {
    margin-left: 10px;
  }
  .top_carousel .slick-slider .slick-dots {
    background-size: 15%;
  }
  .hdArea_tel_uketsuke_num {
    align-items: flex-start;
    font-size: 2rem;
  }
  .hdArea_tel_uketsuke_num::before {
    width: 20px;
  }
  .fs-p-headerNavigation__viewCartButton {
    padding: 5px 10px;
  }
  .fs-p-footerUtilityMenu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .fs-p-footerUtilityMenu__list a::after {
    content: none;
  }
  .fs-p-footerPageTop {
    right: 10px;
  }
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border: none;
  }
  .recommend_carousel .slick-slider .slick-prev {
    left: 0;
  }
  .recommend_carousel .slick-slider .slick-next {
    right: 0;
  }
  .fs-p-headerNavigation__viewCartButton > i.fs-icon--cart {
    font-size: 3rem;
  }
  .fs-p-headerNavigation__viewCartButton__label {
    font-size: 1.4rem;
  }
  .header_contents_item:nth-of-type(2) {
    width: 25%;
  }
  .header_contents_item {
    margin-left: 10px;
  }
}