/*---------------------------
商品ページ全般　PCサイズ
----------------------------*/
h1{
  font-family:"FOT-マティス Pro M";
}
.fs-c-heading--page {
  position: relative;
  border-top: 1px solid #524739;
  border-bottom: none;
  border-right: 0;
  border-left: 0;
  box-sizing: border-box;
  padding: 50px 0;
  margin-top: 50px;
  color: #544134;
  font-family: "FOT-マティス Pro M";
}
#fs_CustomerDetails .fs-c-heading--page, 
#fs_CheckoutWithMultiAddress .fs-c-heading--page,
#fs_ShoppingCartLogin .fs-c-heading--page,
#fs_CheckoutSuccess .fs-c-heading--page{
  position: relative;
  border-top: 1px solid #524739;
  border-bottom: none;
  border-right: 0;
  border-left: 0;
  box-sizing: border-box;
  padding: 40px 0 10px;
  margin-top: 50px;
  color: #544134;
  font-family: "FOT-マティス Pro M";
}
.fs-c-heading--page::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;
}
.fs-l-productLayout {
  margin-top: 40px;
}
.fs-l-product2 .fs-l-productLayout h1.fs-c-productNameHeading {
  font-size: 3.6rem;
  font-family: "FOT-マティス Pro M";
  margin-top:0;
}
.fs-l-pageMain img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.fs-c-inputInformation .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 9px;
  height: 9px;
}
.product_wrap {
  margin-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #544134;
}
.product_wrap p {
  font-family: "FOT-マティス Pro M";
}
.product_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 120px;
}
.product_header p {
  font-family: "FOT-マティス Pro M";
}
.product_header_ttl {
  display: block;
  max-width: 850px;
  font-size: 4rem;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #2A2623
}
.product_header_ttl span {
  display: block;
  font-size: 3rem;
}
.product_header_ttl span.small_txt {
  display: inline;
}
.product_header .product_header_lead {
  width: 70%;
  max-width: 850px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.product_header .product_header_img img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  height: 300px;
  text-align: center;
  background-image: linear-gradient(#FAFAFA, #FCFCFC);
  padding: 50px 20px;
  object-fit: contain;
  margin-bottom: 10px;
}
.product_header .product_header_img img.spec_temporary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  height: 300px;
  text-align: center;
  background-image: linear-gradient(#FAFAFA, #FCFCFC);
  padding: 10px;
  object-fit: contain;
  margin-bottom: 10px;
}
.fs-body-product .fs-c-breadcrumb__list {
  left: 0;
  right: auto;
}
.product_content {
  margin-bottom: 80px;
}
.product_content_head {
  position: relative;
  margin: 120px auto 20px;
}
.product_content_head p {
  position: absolute;
  width: auto;
  height: 100%;
  top: -100px;
  background: rgba(255, 255, 255, .8);
  font-size: 4.5rem;
  writing-mode: tb;
  -webkit-writing-mode: tb;
  padding: 80px 60px 60px;
}
.product_content_head img {
  width: 100%;
}
.product_content .txt_r p {
  right: 50px;
}
.product_content .txt_l p {
  left: 50px;
}
.product_content_head p span {
  display: block;
  padding-top: 1em;
  margin-right: .5em;
}
.product_content_head p:first-letter {
  color: #C60044;
}
.product_content .product_content_head p::before {
  content: "KODAWARI";
  width: 105px;
  height: 225px;
  border-top: 1px solid #C60044;
  position: absolute;
  top: 10px;
  font-size: 1.5rem;
  color: #C60044;
  padding-top: 20px;
}
.product_content .txt_r p::before {
  border-right: 1px solid #C60044;
  right: 10px;
}
.product_content .txt_l p::before {
  left: 10px;
  border-left: 1px solid #C60044;
  writing-mode: vertical-lr;
}
.txt_l ~ p {
  text-align: right;
}
.product_content_ttl {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.product_content_txt {
  font-size: 2rem;
  margin-bottom: 40px;
}
.product_content_txt2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.product_content_commit ul li {
  position: relative;
  display: flex;
  margin-top: 50px;
  min-height: 500px;
}
.product_content_commit ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.product_content_commit ul li:nth-of-type(odd) {
  margin-bottom: 50px;
}
.product_content_commit ul li img {
  max-width: 650px;
  height: 100%;
}
.product_content_commit ul li p {
  position: absolute;
  /*padding: 80px 0;*/
  width: 100%;
  max-width: 600px;
  min-height: 360px;
  border: solid 1px rgba(84, 65, 52, .5);
  background: rgba(255, 255, 255, .8);
  font-size: 4rem;
  right: 0;
  top: 100px;
  text-align: center;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_content_commit ul li p:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(84, 65, 52, .5);
  z-index: 10;
}
.product_content_commit ul li:nth-of-type(even) p {
  top: 0;
  left: 0;
  right: auto;
}
.product_content_commit ul li:nth-of-type(even) img {
  margin-top: 80px;
}
.product_content_commit ul li p span {
  display: block;
  font-size: 1.8rem;
  margin-top: 20px;
}
.product_content_commit ul li p::before {
  background-size: contain;
  background-position: center;
}
.product_content_commit ul li:nth-of-type(even) p::before {
  left: 10px;
}
.product_content_commit ul li:nth-of-type(odd) p::before {
  right: 10px;
}
.product_content_commit ul li.egg_01 p::before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url('../img/product/_common/detail_icon_egg_02.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  z-index: 30;
}
.product_content_commit ul li.egg_02 p::before {
  content: "";
  width: 280px;
  height: 175px;
  background-image: url('../img/product/_common/detail_icon_egg.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  z-index: 30;
}
.product_content_commit ul li.zarame p::before {
  content: "";
  width: 270px;
  height: 270px;
  background-image: url('../img/product/_common/detail_icon_zarame.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  z-index: 30;
}
.product_content_commit ul li.komeame p::before {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(../img/product/_common/detail_icon_rice.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  z-index: 30;
}
.product_content_commit ul li.castella p::before {
  content: "";
  width: 230px;
  height: 210px;
  background-image: url('../img/product/_common/detail_icon_castella.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  z-index: 30;
}
.product_content_commit ul li.craftsman p::before {
  content: "";
  width: 300px;
  height: 180px;
  background-image: url(../img/product/_common/detail_icon_castella_craftsman.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -95px;
  z-index: 30;
}
.product_content_commit ul li.chocolate p::before {
  content: "";
  width: 250px;
  height: 180px;
  background-image: url(../img/product/_common/detail_icon_chocolate.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -95px;
  z-index: 30;
}
.product_content_commit ul li.matcha p::before {
  content: "";
  width: 250px;
  height: 180px;
  background-image: url(../img/product/_common/detail_icon_leaf.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  z-index: 30;
}
.product_content_commit ul li.castella_donut p::before {
  content: "";
  width: 220px;
  height: 160px;
  background-image: url(../img/product/_common/detail_icon_donut.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  z-index: 30;
}
.product_content_commit ul li.sugar p::before {
  content: "";
  width: 330px;
  height: 160px;
  background-image: url("../img/product/_common/detail_icon_sugar_cane.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  z-index: 30;
}
.product_content_commit ul li.castella_maki p::before {
  content: "";
  width: 200px;
  height: 150px;
  background-image: url("../img/product/_common/detail_icon_castellamaki.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  z-index: 30;
}
.product_content_commit ul li.dorayaki p::before {
  content: "";
  width: 300px;
  height: 130px;
  background-image: url("../img/product/_common/detail_icon_mikasa.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  z-index: 30;
}
.product_content_commit ul li.marron p::before {
  content: "";
  width: 260px;
  height: 130px;
  background-image: url("../img/product/_common/detail_icon_marron_manju.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  z-index: 30;
}
.product_content_commit ul li.monaka p::before {
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(../img/product/_common/detail_icon_monaka.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  z-index: 30;
}

/* テーブル */
.table, .table td, .table th {
  border-collapse: collapse;
  border: 1px solid #524739;
  padding: 3px;
  font-size: 1.5rem;
}
.table span {
  font-size: 1.0rem;
  margin: 0;
  display: block;
}
.table {
  width: 100%;
  max-width:800px;
  border-collapse: collapse;
  border: 1px solid #524739;
}
.table th {
  background: #F7F6EE;
}
.td.line_gy {
  border-bottom: 1px solid #D4D4D4;
}


/*---------------------------
商品ページ　バランス調整
----------------------------*/
.fs-p-productDescription .fs-p-productDescription--full {
  font-size: 1.6rem;
  line-height: 1.6;
}
.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 15px;
}
.fs-c-productListItem__productName {
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
	margin:8px 0 4px;
}
.fs-c-productPrice__main {
  display: block;
  padding: 6px 0;
  font-size: 1.6rem;
  color: #f78000;
  letter-spacing: 0.05em;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #f78000;
}
.fs-c-productMark__mark {
  border-radius: 2px;
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}
/*詳細を見る*/
.fs-c-productListItem__control {
  padding: 0;
}
.fs-c-productListItem__control > *:first-child {
  width: 70%;
}
.fs-c-buttonContainer .btn_detail {
  border-radius: 3px;
  padding: 5px 25px;
  text-align: center;
  border: none;
  color: #fff;
  width: auto;
  background-color: #897fb6;
}
.fs-c-buttonContainer .btn_detail + .fs-c-button--particular, .fs-c-button--addToWishList--icon {
  width: 20%;
  justify-content: center;
  margin: auto;
  color: #E61E2C;
}
.fs-c-buttonContainer .btn_detail::before {
  content: none;
}
.fs-c-requiredMark::before{
	content: none;
}
.fs-c-requiredMark{
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: #FF0000;
    padding-left: 0.5em;
}
.fs-c-salesPeriod{
	margin:0 0 8px;
}
.fs-c-productListItem__viewMoreImageButton{
	display:none;
}
.fs-c-productSalesPeriod{
	border:1px solid #1A3161;
	border-width:1px 0;
	line-height: 2;
	padding:8px 0;
	font-size:16px;
	color:#1A3161;
}
.fs-c-productSalesPeriod__label{
	font-weight: bold;
}
.fs-c-productNotice--outOfStock{
	background-color:#403e3ed6;
	color:#fff;
	line-height: 1.6;
	padding:10px;
	font-size:16px;
	border-radius: 5px;
}
.fs-c-productThumbnail__image{
	min-width: 95px;
}
/*---------------------------
商品ページ　商品コメント3
----------------------------*/
.ProductBox{
	width: 100%;
	font-size: 16px;
}
.ProductBox img{
	height: auto;
}
.ProductBox div{
	margin-bottom:55px;
}
.ProductBox p{
	letter-spacing: 0.04em;
	margin-top:5px;
}
.ProductBox .Ititle{
	font-size: 20px;
	background-color: #524739;
	color: #fff;
	line-height: 2;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0.05em;
}
.ProductBox h2{
	font-size: 24px;
	color: #524739;
	line-height: 1.6;
	/*font-family: "FOT-マティス Pro M";*/
	text-align: center;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0;
}
.red{
	color: #dc143c;
}
.anchor{
	color: #ff0000;
}
/*これは予約商品です*/
.fs-c-productListItem__preorderMessage{
	display:none;
}
/*---------------------------
商品ページ　オプション価格パーツ　バランス調整
----------------------------*/
/* きらページのみ */
.fs-body-category-kira .fs-l-page{
  margin-top: 0px;
}
.fs-body-product-kira_castella .fs-l-page,
.fs-body-product-kira_shopper .fs-l-page,
.fs-body-product-gd212 .fs-l-page,
.fs-body-product-gd218 .fs-l-page {
  margin-top: 0px;
}
/* きらページのみ お気に入り非表示 */
.fs-body-product-kira_castella .fs-c-productQuantityAndWishlist {
  display: none;
}

.fs-c-productOption {
  /*flex-direction: row;*/
  flex-wrap: wrap;
}
.fs-c-productOption__name,
.fs-c-productSelection__name{
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/
  /*width: 20%;*/
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  background: #F8F6EF;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transform: rotate(0.03deg);
}
.fs-c-productOption__option {
  width: 100%;
  /*width: 78%;*/
  /*margin-left: 2%;*/
  padding-bottom: 20px;
}
.fs-c-productOption__comment {
  font-size: 1.4rem;
}
.fs-body-product .fs-c-productOption__field [type="text"] {
  height: 50px;
}
.fs-c-productOption .fs-c-productOption__option::before {
  content: "";
  display: none;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.fs-c-productOption .fs-c-productOption__option:last-of-type::before {
  content: none;
}
.fs-c-productOption .fs-c-productOption__option img {
  display: none;
}
.fs-c-productOption .fs-c-productOption__option:nth-of-type(1)::before {
  background-image: url("../img/common/icon_option_02.svg");
}
.fs-c-productOption .fs-c-productOption__option:nth-of-type(2)::before {
  background-image: url("../img/common/icon_option_01.svg");
}
.fs-c-productOption .fs-c-productOption__option:nth-of-type(4)::before, .fs-body-product-castella_donut_plane .product_item_option ul li:nth-of-type(1)::before, .fs-body-product-castella_donut_zarame .product_item_option ul li:nth-of-type(1)::before {
  background-image: url("../img/common/icon_option_03.svg");
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #E61E2C;
}
.product_item_option ul {
  display: flex;
  /*justify-content: space-between;*/
}
.product_item_option ul li {
  /*width: 30%;*/
  width: 120px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px 0 5px;
  border: 1px solid #544134;
  margin-right: 10px;
}
.product_item_option ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}
.product_item_option ul li:nth-of-type(1)::before {
  background-image: url(../img/common/icon_option_01.svg);
}
.product_item_option ul li:nth-of-type(2)::before {
  background-image: url(../img/common/icon_option_02.svg);
}
.product_item_option ul li:nth-of-type(3)::before {
  background-image: url(../img/common/icon_option_03.svg);
}
.fs-l-product2 .fs-l-productLayout .product_info {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #403D3B;
  border-right: 1px solid #403D3B;
  margin-bottom: 20px;
}
.product_info td {
  font-size: 1.6rem;
  border-left: 1px solid #403D3B;
  border-bottom: 1px solid #403D3B;
  padding: 10px;
	min-width: 110px;
}
.product_info td:first-of-type {
  background-color: #F8F6EF;
}
ul.product_bnr_item {
  display: flex;
  flex-wrap: wrap;
}
ul.product_bnr_item li {
  width: 48%;
  text-align: center;
  margin: 0 1% 10px;
}
ul.product_bnr_item li a {
  display: block;
  transform: none;
}
.fs-c-featuredProduct {
  margin-bottom: 80px;
}
.fs-l-productLayout .fs-c-button--primary {
  border: 2px solid #FDA900;
  border-radius: 5px;
  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%);
  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;
  padding: 20px;
  font-size: 2rem;
  max-width: 550px;
  display: flex;
  align-items: center;
}
.fs-l-productLayout .fs-c-button--primary span {
  width: 100%;
}
.fs-l-productLayout .fs-c-button--primary::before {
  content: "\e91e";
  font-family: 'fs-icon';
  font-size: 4rem;
  margin-right: auto;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice__main span.fs-c-productPrice__main__price {
  font-size: 3rem;
  color: #F35A1D;
}
.fs-body-product .fs-c-productPrices--productDetail span.fs-c-productPrice__addon {
  font-size: 1.6rem;
  color: #F35A1D;
}
.fs-c-featuredProduct__title {
  padding-bottom: 2px;
  border-bottom: solid 1px #544134;
}
.fs-c-featuredProduct__title::after {
  content: "";
  width: 100%;
  margin-top: 5px;
  border-top: solid 1px #544134;
  display: block;
  height: 2px;
}
.product_variation {
  display: flex;
  font-size: 3rem;
  font-family: "FOT-マティス Pro M";
  align-items: center;
  color: #584030;
}
.product_variation::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url('../img/product/variation_logo.svg') no-repeat;
  margin: 10px;
}
.fs-l-product2 .fs-l-productLayout > * > .btn_ing {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 10px 40px;
  /*background-image: url(../img/product/icon_btn_img.png);
  background-size: auto;
  background-position: right 20px center;
  background-repeat: no-repeat;*/
  background-color: #F0EADF;
  color: #423f3e;
  /*margin:5px auto 30px;*/
  margin: 0 0 30px;
  border-radius: 10px;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: center;
  transition: .3s;
  position: relative;
}
.fs-l-product2 .fs-l-productLayout > * > .btn_ing::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;
}
.fs-l-product2 .fs-l-productLayout > * > .btn_ing::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);
}
.btn_ing:hover {
  opacity: .8;
  color: #fff;
}
.fs-l-productLayout__item .fs-c-dropdown__menu {
  height: 50px;
  cursor: pointer;
}
.fs-l-productLayout__item .fs-c-dropdown::after {
  content: "";
  top: 0;
  right: 20px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  border: none;
  border-right: 1px solid #51473A;
  border-bottom: 1px solid #51473A;
  border-radius: 0;
  transform: rotate(45deg);
  background: none;
  margin: auto;
  padding: 0;
}
.fs-body-product .fs-c-productListItem__control {
  padding: 8px 10px;
}
.fs-body-product .fs-c-productListItem__control a {
  color: #fff;
}
.fs-body-product .fs-c-productListItem__control .fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: none;
}
.fs-c-productQuantityAndWishlist .btn_favorite {
  color: #3c3c3c;
}
.fs-c-productQuantityAndWishlist .btn_favorite::after {
  margin-left: 8px;
  margin-right: 0px;
}
.btn_favorite::after {
  margin: 0 8px 0 0;
}
.fs-l-product2 .fs-l-productLayout {
  grid-template-columns: calc(48% - 60px / 2) calc(52% - 60px / 2);
}
.fs-l-product2 .fs-l-productLayout{
	grid-gap:60px;
}
.fs-c-productMark__item {
  margin: 0.1em;
}
.fs-c-newUsers__message {
  transform: rotate(0.03deg);
}
.fs-p-productDescription{
	font-size:16px;
}
.musubikiri{
  background-color:#fff0f5;
  padding: 10px 15px;
  border-radius: 5px;
}
.shopper {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 5px;
}
/*---------------------------
商品グループページ
----------------------------*/
.page_Heading img {
  padding-top: 30px;
}
.page_Heading_later li{
  padding-bottom: 10px;
}
article.fs-c-productList__list__item form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
article.fs-c-productList__list__item form .fs-c-productMarks {
  margin-top: auto;
  display: flex;
}

/* 告知用文章 */
/*.lost{
	padding:10px 30px 10px;
	background-color: #F7F6EE;
	margin-bottom:30px;
}
.lost h2{
	text-align: center;
	font-size:20px;
}
.lost p{
	text-align: center;
	font-size:16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom:20px;
}
.lost b{
	color:#ff4500;
}*/
/*---------------------------
お彼岸特設ページ
----------------------------*/
#equinox_autumn{
	letter-spacing: 0.03em;
}
#equinox_autumn h3{
	font-size:20px;
	color:#600C79;
	/*border-bottom:1px solid #600C79;*/
	background: linear-gradient(transparent 0, #f2e5ff 0);
	font-weight: bold;
	margin: 0;
	padding: 5px 8px 3px 5px;
}
#equinox_autumn h4{
	font-size:16px;
	margin:20px 0 0px;
	text-align: center;
	font-weight: bold;
}
#equinox_autumn p{
	margin-bottom: 20px;
	font-size: 16px;
}
#equinox_autumn span{
	font-size: 12px;
}
#equinox_autumn .ranking{
	width:100%;
	display:flex;
	margin-bottom:20px;
	margin-top:20px;
}
#equinox_autumn .ranking div{
	display: block;
	width:30%;
	margin-right:5%;
}
#equinox_autumn .ranking div:last-child{
	margin-right:0%;
}
#equinox_autumn .ranking img{
	border-radius: 20px;
	display: block;
}
#equinox_autumn .ranking p{
	text-align: center;
	font-size:26px;
	margin:5px 0 0;
}
.ranking_gold{
	color:#c6a000;
}
.ranking_silver{
	color:#898989;
}
.ranking_copper{
	color:#773B00;
}
/*---------------------------
買い物かごページ
----------------------------*/
.fs-c-button--standard {
  background: #F0EBDF;
  border: none;
  color: #524739;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  box-shadow: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 5px;
  line-height: 1.6;
  line-height: 2em;
}
.fs-c-button--secondary {
  background: #f56a02;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  box-shadow: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border: none;
  line-height: 2em;
}
.fs-c-button--primary {
  background: #1A3161;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  box-shadow: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  line-height: 2em;
}
.fs-c-cartPayment__button a {
  padding: 10px;
}
.fs-c-checkout-multiDestination__title{
	display: none;
}

/*----------------------------
カート・注文ページ
----------------------------*/

/*ログインログアウトの表示切り替え*/
#fs_ShoppingCart .my-false.progress_login,
#fs_CustomerDetails .my-false.progress_login,
#fs_CheckoutWithMultiAddress .my-false.progress_login,
#fs_CheckoutSuccess .my-false.progress_login{
	display: none;
}
#fs_ShoppingCart .my-true.progress_logout,
#fs_CustomerDetails .my-true.progress_logout,
#fs_CheckoutWithMultiAddress .my-true.progress_logout,
#fs_CheckoutSuccess .my-true.progress_logout{
	display: none;
}

/* プログレスバー ログアウトver　全体幅*/
#fs_ShoppingCart ul.progress_logout,
#fs_CustomerDetails ul.progress_logout,
#fs_CheckoutWithMultiAddress ul.progress_logout,
#fs_CheckoutSuccess ul.progress_logout{
	width:100%;
	max-width:600px;
	margin:0 auto 40px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
}
/* プログレスバー ログインver　全体幅*/
#fs_ShoppingCart ul.progress_login,
#fs_CheckoutWithMultiAddress ul.progress_login,
#fs_CheckoutSuccess ul.progress_login{
	width:100%;
	max-width:450px;
	margin:0 auto 40px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
}

/* プログレスバー 共通設定*/
#fs_ShoppingCart .progress_box,
#fs_CustomerDetails .progress_box,
#fs_CheckoutWithMultiAddress .progress_box,
#fs_CheckoutSuccess .progress_box{
	padding: 10px 0;
}
#fs_ShoppingCart .progress_logout::before,
#fs_CustomerDetails .progress_logout::before,
#fs_CheckoutWithMultiAddress .progress_logout::before,
#fs_CheckoutSuccess .progress_logout::before,
#fs_ShoppingCart .progress_login::before,
#fs_CheckoutWithMultiAddress .progress_login::before,
#fs_CheckoutSuccess .progress_login::before{
	content: "";
	position: absolute;
	top:25px;
	left: auto;
	border-top:1px solid #ccc;
	width:100%;
	height:1px;
	z-index: -1;
}
#fs_ShoppingCart .progress_logout li,
#fs_CustomerDetails .progress_logout li,
#fs_CheckoutWithMultiAddress .progress_logout li,
#fs_CheckoutSuccess .progress_logout li,
#fs_ShoppingCart .progress_login li,
#fs_CheckoutWithMultiAddress .progress_login li,
#fs_CheckoutSuccess .progress_login li{
	display: inline-block;
	width:50px;
	height:50px;
    background: #fff;
	border-radius: 50%;
	text-align:center;
 	line-height: 50px;
	font-size:20px;
	border:1px solid #ccc;
	align-items: center;
    position: relative;
}

#fs_ShoppingCart .progress_logout .order_1::after,
#fs_CustomerDetails .progress_logout .order_1::after,
#fs_CheckoutWithMultiAddress .progress_logout .order_1::after,
#fs_CheckoutSuccess .progress_logout .order_1::after,
#fs_ShoppingCart .progress_login .order_1::after,
#fs_CheckoutWithMultiAddress .progress_login .order_1::after,
#fs_CheckoutSuccess .progress_login .order_1::after{
	content: "お買い物カゴ";
	white-space: pre;
	display: block;
	color:gray;
	line-height: 1.2;
	font-size:15px;
	padding-bottom:10px;
	margin: 5px auto 0;
	text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
#fs_ShoppingCart .progress_logout .order_2::after,
#fs_CustomerDetails .progress_logout .order_2::after,
#fs_CheckoutWithMultiAddress .progress_logout .order_2::after,
#fs_CheckoutSuccess .progress_logout .order_2::after{
	content: "お客様情報";
	white-space: pre;
	display: block;
	color:gray;
	line-height: 1.2;
	font-size:15px;
	padding-bottom:10px;
	margin: 5px auto 0;
	text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
#fs_ShoppingCart .progress_logout .order_3::after,
#fs_CustomerDetails .progress_logout .order_3::after,
#fs_CheckoutWithMultiAddress .progress_logout .order_3::after,
#fs_CheckoutSuccess .progress_logout .order_3::after,
#fs_ShoppingCart .progress_login .order_3::after,
#fs_CheckoutWithMultiAddress .progress_login .order_3::after,
#fs_CheckoutSuccess .progress_login .order_3::after{
	content: "ご注文手続き";
	white-space: pre;
	display: block;
	color:gray;
	line-height: 1.2;
	font-size:15px;
	padding-bottom:10px;
	margin: 5px auto 0;
	text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
#fs_ShoppingCart .progress_logout .order_4::after,
#fs_CustomerDetails .progress_logout .order_4::after,
#fs_CheckoutWithMultiAddress .progress_logout .order_4::after,
#fs_CheckoutSuccess .progress_logout .order_4::after,
#fs_ShoppingCart .progress_login .order_4::after,
#fs_CheckoutWithMultiAddress .progress_login .order_4::after,
#fs_CheckoutSuccess .progress_login .order_4::after{
	content: "ご注文完了";
	white-space: pre;
	display: block;
	color:gray;
	line-height: 1.2;
	font-size:15px;
	padding-bottom:10px;
	margin: 5px auto 0;
	text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.fs-c-productSelection__selection{
	padding-bottom:20px;
}

/* プログレスバー ログアウト・ログインver　赤丸*/
#fs_ShoppingCart .progress_logout li:nth-child(1),
#fs_CustomerDetails .progress_logout li:nth-child(2),
#fs_CheckoutWithMultiAddress .progress_logout li:nth-child(3),
#fs_CheckoutSuccess .progress_logout li:nth-child(4),
#fs_ShoppingCart .progress_login li:nth-child(1),
#fs_CheckoutWithMultiAddress .progress_login li:nth-child(2),
#fs_CheckoutSuccess .progress_login li:nth-child(3){
	background-color:red;
	color:#fff;
	border-color: red;
	text-align: center;
}


/*----------------------------
ログインページ
----------------------------*/
.fs-body-cart-login .fs-c-button--login {
  background: #f56a02;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  box-shadow: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border: none;
  line-height: 2em;
}
.fs-c-loginForm .fs-c-guestPurchase .fs-c-buttonContainer .fs-c-button__label {
  color: #fff;
}
.fs-c-loginForm .fs-c-guestPurchase .fs-c-buttonContainer {
  background: #1A3161;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  box-shadow: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border-radius: 5px;
  line-height: 2em;
  padding:15px 0;
}
/*---------------------
ついで買い商品
----------------------*/
.parts_withBuy {
  margin: 80px 0;
}
.cart_withBuy form table {
  display: none;
}
.cart_withBuy form button {
  display: block;
  background: #f77f01;
  border: none;
  padding: 10px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  transition: .3s;
}
.cart_withBuy form button:hover {
  opacity: .5;
}
.cart_withBuy form button::before {
  content: "\e91e";
  font-family: 'fs-icon' !important;
  margin-right: 10px;
}
.cart_withBuy .fs-pt-carousel__slide__caption {
  background-color: transparent;
  position: relative;
  color: #524739;
  font-size: 1.6rem;
}
.cart_withBuy p {
  min-height: 5rem;
  margin: 0;
}
.cart_withBuy .slick-list {
  margin: 0 40px;
}
/*------------------
爛華カステラ
-------------------*/
.product_content_ranka {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 1050px;
  margin: auto;
}
.zarame_image{
	display: block;
	width:100%;
	margin: 0 auto;
	border-radius: 15px;
}
.zarame_image_box{
	width:100%;
	max-width:700px;
	margin-left:500px;
}
.product_content_ranka p {
  font-size: 2.4rem;
}
.product_content_head_ranka {
  width: auto;
  height: 100%;
  writing-mode: tb;
  -webkit-writing-mode: tb;
  background: url('../img/common/logo_gray.png')no-repeat;
  background-position: right top;
  grid-column: 2;
}
.product_content_head_ranka p {
  font-size: 6rem;
}
.product_content_head_ranka span {
  font-size: 1.5rem;
  padding-left: 10px;
  border-left: 1px solid #2F2725;
}
.ranka_txt_01 {
  position: relative;
  grid-column: 1/2;
  grid-row: 1;
  align-self: flex-end;
  padding-bottom: 30px;
}
.ranka_txt_01::before {
  content: "";
  display: block;
  width: 250px;
  height: 4px;
  border-bottom: 4px dotted #727171;
  position: absolute;
  bottom: -100px;
  transform: rotate(65deg);
  left: 15px;
  z-index: 10;
}
.ranka_txt_02 {
  position: relative;
  padding-top: 150px;
  grid-row: 2/3;
  grid-column: 2;
  margin-right: 15%;
}
.ranka_txt_02::before {
  content: "";
  display: block;
  width: 225px;
  height: 4px;
  border-bottom: 4px dotted #727171;
  position: absolute;
  bottom: 143px;
  transform: rotate(33deg);
  left: -23px;
  z-index: 10;
}
.ranka_txt_02 p {
  position: absolute;
  bottom: 15px;
  left: 150px;
}
.img_ranka_castella {
  position: relative;
  justify-self: flex-end;
}
.img_ranka_castella::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../img/product/castella_ranka/img_point_circle.png') no-repeat;
  background-size: contain;
  top: 42%;
  left: 50px;
  margin: auto;
}
.img_ranka_castella::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url('../img/product/castella_ranka/img_point_circle.png') no-repeat;
  background-size: contain;
  bottom: 41%;
  right: 5%;
  margin: auto;
}
.img_ranka_01, .img_ranka_02 {
  text-align: right;
}
.ranka_wrap .product_content:nth-of-type(odd) .product_content_head p {
  right: 50px;
  left: auto;
}
.ranka_wrap .product_content:nth-of-type(even) .product_content_head p {
  left: 50px;
  right: auto;
}
.ranka_wrap .product_content:nth-of-type(even) > p {
  text-align: right;
}
.ranka_wrap .product_content_commit li img {
  width: 100%;
  max-width: 650px;
}
.ranka_wrap .txt_l ~ p {
  text-align: left;
}
/*-------------------
数量限定商品
--------------------*/
.limited_item_wrap {
  text-align: center;
  color: #EA5504;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.limited_item {
  padding: 30px 0;
  font-size: 3.2rem;
  border: 1px solid #EA5504;
}
.limited_txt {
  display: block;
  font-size: 6rem;
}
/*---------------
404ページ
----------------*/
.fs-body-notfound .fs-c-heading {
  padding-bottom: 0;
}
.fs-body-notfound .borderBrown2 {
  border-top: 1px solid #524739;
}
.fs-p-pageNotFound {
  margin-top: 80px;
}
.fs-p-pageNotFound__body ul {
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
}
/*-------------
名入れカステラ注文
--------------*/
p.content_item_ttl {
  font-size: 2.4rem;
  background: #f8f6ee;
  padding: 10px;
  text-align: center;
  font-family: "新ゴ R";
  margin-bottom: 20px;
}
.naire_content .content_item {
  width: 90%;
  margin: 0 auto 30px;

  font-size: 1.6rem;
}
.naire_content p {
  font-family: "新ゴ R";
}
.naire_content figure {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-bottom: 50px;
}
.naire_content figcaption {
  font-family: "FOT-ロダン Pro M";
  font-size: 1.8rem;
  margin: 30px;
}
.naire_content figcaption .fs_ttl {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
ul.permit_txt {
  display: flex;
  font-size: 1.8rem;
  margin-top: 0px;
}
ul.permit_txt li {
  font-size: 2rem;
  min-width: 12%;
}
p.naire_note {
  font-family: "新ゴ R";
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.naire_size {
  display: block;
  margin: 60px auto;
  text-align: center;
}
.naire_variation img {
  display: block;
  margin: 30px auto;
}
/*.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  min-height: 45px;
}*/
.naire_messagebox {
  margin-bottom: 10px;
}
.product_content.naire_content > a {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 40px auto;
}
/*カート内レイアウト調整*/
.fs-body-cart h1.fs-c-heading--page {
  padding-bottom: 0;
}
.fs-body-cart .fs-l-cart .fs-l-cart__contentsArea {
  margin-bottom: 10px;
}
.fs-body-cart .fs-l-cart .fs-c-continueShopping {
  margin: 40px 0 80px;
}
.fs-body-cart .fs-c-cartDiscountInfo {
  margin: 40px 0 0;
  padding: 0 10px;
}
.fs-body-cart .fs-p-announcement {
  margin: 20px 0 40px;
}
.fs-body-cart .fs-c-cartDiscountInfo__info {
  align-items: baseline;
  color: #ff1a1a;
  font-size: 2.4rem;
  transform: rotate(0.03deg);
}
.fs-body-cart .fs-c-price--inline {
  padding: 0 .5rem;
}
.fs-c-cartDiscountInfo .fs-c-price__value {
  font-size: 3.2rem;
}
.fs-c-button--continueShopping {
  border: none;
  padding: 15px 0;
}
.fs-c-cartDiscountInfo__note li:first-child {
  font-size: 0;
}
.fs-c-cartDiscountInfo__note li:first-child::after {
  content: "北海道 沖縄 は対象外になります。";
  display: inline-block;
  font-size: 1.2rem;
}
.fs-c-cartDiscountInfo__note li:first-child::before {
  font-size: 1.2rem;
}
.fs-body-cart .fs-c-featuredProduct {
  display: none;
}
.fs-body-cart .fs-c-noResultMessage {
  display: block;
}
.fs-p-productSearch__searchButton {
  padding-bottom: 0.8em;
}
.fs-body-search .fs-c-heading--page {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  min-width: 4rem;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::after {
  content: "個";
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  min-width: 2.4rem;
  text-align: right;
}
.fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  max-width: 100%;
  align-items: center;
  position: relative;
}
select.fs-c-quantity__select, input.fs-system-quantity-text {
  font-size: 1.8rem;
  padding: 5px 10px;
  max-width: 8rem;
}
.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message {
  right: 0;
  bottom: -20px;
}
dl.fs-c-explainList {
  transform: rotate(0.03deg);
}
.fs-body-register .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 8px;
  height: 8px;
}
.fs-c-checkout-multiDestination__info__control{
justify-content:space-around;
}
.fs-c-productCarouselMainImage__expandButton{
	display:none;
}
.fs-c-productMainImage__expandButton{
	display:none;
}
.fs-c-productListItem__notice {
    font-size: 14px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    color: #fff;
    border: none;
    display: block;
    line-height: 1.6;
	padding: 6px;
	border-radius: 3px;
	margin:0 0 8px;
}
.slick-track .fs-c-productListItem__notice{
	font-size: 14px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    display: block;
    line-height: 1.6;
	padding: 3px 0;
	border-radius: 3px;
	margin:0;
	position: static;
}
.slick-track .fs-c-productListItem__control{
	padding:0;
}
/*----------------------------
お客様情報入力ページ　バランス調整
----------------------------*/
th.fs-c-inputTable__headerCell{
	font-size:1.6rem;
}
[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{
	line-height: 2;
}
.fs-c-memberInfoField .fs-c-requiredMark {
  overflow: visible;
  text-indent: 0;
  width: auto;
  color: #e25b33;
  font-weight: bold;
  font-size:1.4rem;
}
.fs-c-memberInfoField .fs-c-requiredMark::before {
  display: none;
}

/*-------------
商品グループ
---------------*/
ul.fs-c-subgroupList {
  display: block;
  margin: 0 auto;
}
.fs-c-subgroupList__label {
  display: none;
}
a.fs-c-subgroupList__link {
  display: block;
  background-color: transparent;
  border: none;
  transform: none;
}
.fs-c-subgroupList__link::after {
  content: none;
}
.fs-c-subgroupList__image {
  width: 100%;
  margin: auto;
  transition: all .3s ease;
}
.fs-body-category-type .fs-c-listControl, .fs-body-category-use .fs-c-listControl, .fs-body-category-box .fs-c-listControl, .fs-body-category-price .fs-c-listControl {
  display: none;
}
.fs-body-category-type ul.fs-c-subgroupList li:nth-of-type(n+4) {
  display: none;
}
.fs-body-category-price ul.fs-c-subgroupList {
  display: flex;
}
.fs-body-category-price ul.fs-c-subgroupList li {
  width: 48%;
  flex-basis: 48%;
  flex-grow: 0;
  margin-bottom: 20px;
}
.fs-body-category-price ul.fs-c-subgroupList li a {
  display: grid;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #524739;
}
.fs-body-category-price ul.fs-c-subgroupList {
  justify-content: space-between;
}
.fs-body-category-price ul.fs-c-subgroupList .fs-c-subgroupList__label {
  display: block;
}
.fs-body-category-use .fs-c-subgroup {
  margin-bottom: 0;
}
.fs-body-category-price .fs-c-subgroupList__link::after {
  content: "\e90c";
}
.fs-body-category-price ul.fs-c-subgroupList li a:hover {
  background: #F8F6EE;
}
.fs-c-subgroupList__link .fs-c-subgroupList__image:hover {
  opacity: .6;
}
.fs-c-subgroupList__link:hover {
  background-color: transparent;
}
.fs-c-checkout-paymentMethodList .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 8px;
  height: 8px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #E61E2C;
}
.fs-c-checkout-preview, .fs-c-modal__inner {
  transform: rotate(0.03deg);
}
.fs-c-checkout-addressee__data__name {
  font-weight: normal;
}
.mark_season,
.mark_single,
.mark_cut,
.mark_limited,
.mark_recommended,
.mark_limited,
.mark_nairegift,
.mark_quantity,
.mark_slightly{
	background-color:transparent;
	color:#3C3C3C;
	border:1px solid #3C3C3C;
}
.mark_undeliverable{
	display:none;
}
.fs-c-mark--preorder{
	background:transparent;
	border:1px solid #dc143c;
	color:#dc143c;
	font-size:1.2rem;
	border-radius:2px;
	letter-spacing: 0.07em;
}
@media(max-width:1200px) {
  .fs-body-product .fs-l-pageMain, .fs-body-product .fs-c-breadcrumb {
    width: 100%;
  }
  .fs-body-product .fs-c-breadcrumb__list {
    right: -10px;
  }
  .img_ranka_castella::before {
    top: 37%;
    left: 88px;
  }
  .ranka_txt_01::before {
    width: 220px;
    bottom: -90px;
    left: -50px;
  }
  .product_content .product_content_head p {
    height: auto;
    padding: 20px;
  }
  .product_content_commit ul li p {
    max-width: 480px;
    min-height: 400px;
  }
}