@media screen and (min-width:981px) {
.fs-pt-carousel__slide img {
    width: 99%;
    margin-top: 5px;
}
}


/* パンくず 商品名非表示 */ 
.fs-body-product .fs-c-breadcrumb ol li:last-child { 
    display: none; 
}

/* 動画表示分岐 */ 
#movie_wrap {
	display: none;
}

#movie_wrap.view {
	display: block;
}


/*-----------------------------------------------------------

	Smileまーけっとが選ばれる５つの理由
		
---------------------------------------------------------- */
/*西村追記*/
.reasons_wrap2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center; /* centerタグがdeprecatedなのでCSSで中央寄せ */
  font-size: 14px; /* 必要に応じて */
    background-color: #f7f2ed;
}
.reasons_wrap3 {
    font-family: "游ゴシック体", sans-serif;
    color:  #595959;
    height: 5rem;
    width:  100%;
    font-size: 1.2em;
    padding:  1rem;
    font-weight: normal;
}



.reasons_wrap {
    overflow: hidden;
    background-color: #f7f2ed;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 1.3em;
    line-height: 2.3;
}

/*西村追記終了*/

/*西村が隠した
.reasons_wrap {
    overflow: hidden;
    background-color: #fbfbe1;
    margin: 20px 0;
    padding: 10px;
}
西村が隠した終了*/

.reasons_wrap h2 {
	font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 1.3;
font-weight: normal;
    margin-bottom: 25px;
}
.reasons_wrap h2 u {
	text-decoration: none;
}
.reasons_wrap h2 span {
	font-size: 2em;
	font-weight: bold;
	color: #f29902;
}
.reasons_wrap ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
        list-style: none;
        padding: 0;
}
.reasons_wrap ul > li {
	width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
	font-size: 16px;
}
.reasons_wrap ul > li span {
	font-weight: bold;
	color: #e5017f;
    text-decoration: underline;
    text-underline-position: under;
}
.reasons_wrap ul > li::before {
	content: "";
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	border-radius: 50%;
	background-color: #f29902;
	margin-right: 5px;
}
.reasons_wrap ul > li:nth-child(1)::before {
	content: "1";
}
.reasons_wrap ul > li:nth-child(2)::before {
	content: "2";
}
.reasons_wrap ul > li:nth-child(3)::before {
	content: "3";
}
.reasons_wrap ul > li:nth-child(4)::before {
	content: "4";
}
.reasons_wrap ul > li:nth-child(5)::before {
	content: "5";
}


/*-----------------------------------------------------------

	オリジナル
		
---------------------------------------------------------- */
.fs-p-heading--lv2 {
    color: #ffffff;
    background-color: #d2b48c;
    font-size: 1.8rem;
    padding: 1rem;
    border-bottom: 2px solid #bc8f8f;
}
.fs-c-productListCarousel {
    margin-top: 1rem;
}

/* スペース
----------------------------------------- */
.mb0{
	margin-bottom: 0 !important;
}
.mb1em{
	margin-bottom: 1em !important;
}
.mb2em{
	margin-bottom: 2em !important;
}
.mb3em{
	margin-bottom: 3em !important;
}
.mb4em{
	margin-bottom: 4em !important;
}
.mt1em{
	margin-top: 1em !important;
}
.mt2em{
	margin-top: 2em !important;
}
.mt3em{
	margin-top: 3em !important;
}
.mt4em{
	margin-top: 4em !important;
}

.namaebata .fs-pt-column__heading {
    text-align: center;
}

.fs-c-button--secondary {
    background: #bc8f8f;
    border: 1px solid #bc8f8f;
}

.fs-l-header__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
}


.fs-p-logo {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fs-l-header {
    padding-bottom: 2rem;
max-width:100％;
    margin: 0 auto;
}




.fs-l-header__contents {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px;
  z-index: 1000;
}

.fs-l-header__logo {
  flex: 2 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
margin-left: 400px
}

.icon_navi_wrap {
  position: static; /* absoluteを外す */
  display: flex;
  align-items: center;
  gap: 100px;
}

.icon_navi_list {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.fs-l-header .fs-p-searchForm {
    margin-left: auto;
}
.icon_navi_wrap {
    padding-right: 1rem;

}
.icon_navi_wrap .icon_navi_list > li {
    position: relative;
}
.icon_navi_wrap .icon_navi_list > li:not(:last-child) {
    /*margin-right: 1.5rem;*/
}
.icon_navi_wrap .icon_navi_list > li a {
    display: flex;
    font-size: 2.8rem;
    color: #666666;
    padding: 1rem;
}

.fs-p-drawerButton {
    display: flex;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
.fs-l-header__contents {
    align-items: center;
}
}

@media screen and (min-width: 1200px) {
.fs-p-drawer {
    /*box-shadow: none;
    position: relative;
    transform: translateX(0);*/
    /*position: fixed;
    box-shadow: 1px 1px 5px #b2b2b2;
    transform: translateX(-101%);*/
  }
.fs-p-drawerButton.fs-p-drawerButton--open {
    /*display: flex;*/
}
.fs-l-sideArea {
    /*max-width: none;*/
  }
.fs-p-drawerButton {
    /*display: inline-block;*/
  }
.fs-p-drawerButton.fs-p-drawerButton--open {
    display: none;
}
.fs-p-drawerButton {
    display: none;
}
}

@media screen and (min-width: 1200px) {
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    /*max-width: none;*/
}
}

@media screen and (max-width: 768px) {
.fs-l-header {
    padding-bottom: 1rem;
}
.icon_navi_wrap .icon_navi_list > li a {
    padding: 0.6rem;
}
.fs-p-drawerButton {
    padding: 0.6rem;
}
.fs-l-header__logo {
    width: 100%;
}
.fs-p-logo {
    justify-content: center;
}
}

.fs-c-reviewer__status {
display: none;
}
.fs-c-reviewer__profile {
display: none;
}


@media screen and (min-width: 769px) {
body {
    /*padding-left: 200px;*/
}
.fs-p-drawerButton.fs-p-drawerButton--open {
    display: none;
}
.fs-p-drawerButton {
    display: none;
}
.fs-p-drawer {
    /*transform: translateX(0);*/
}
.fs-l-sideArea {
    /*max-width: 200px;*/
}
}

/*西村追記*/

/*トップページ_節句_2カラム*/

.ts_box {
  width: 100%;
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 60px;
}

.ts_text {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 2.2em;
  text-align: left;
  font-size: 16px;
}


.ts_pict {
  width: 60%;
  margin-left: 0%;
}

.ts_pict img {
  width: 100%;
  height:auto;
}

.ts_box:nth-child(odd) {
  flex-direction: row-reverse;
}

.ts_box:nth-child(odd) .ts_text {
  text-align: left;
}

.ts_box:nth-child(odd) .pict {
  margin-left: 0;
  margin-right: 0;
}



@media screen and (max-width: 768px) {

.ts_box {
  display: flex;
  flex-direction: column;
}

.ts_box:nth-child(odd) {
  display: flex;
  flex-direction: column;
}

.ts_box:nth-child(odd) .ts_text {
  text-align: center;
}

.ts_text {
  width: 100%;
  text-align: center;
}


.ts_pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}
}


/*Wazakkaカテゴリの商品一覧を非表示*/
.fs-body-category-wazakka .fs-l-pageMain {
    display: none;
}

/*ふわっとスライダー*/

.slideBox {
  height: 600px;
  overflow: hidden;
  position: relative;
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 20s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

/*
.item1:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
*/

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}