/*=================================*/
/*======== ヘッダー構成　==========*/
/*=================================*/

header topinfo {
color: #991f1f;
font-size: 17px;
font-weight: bold;
position: absolute;
top: 15px;
right: 260px;
}

header .suvNav{}
header .suvNav ul {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-radius: 6px;
  position: absolute;
  top: 60px;
  right: 240px;
  justify-content: space-evenly;
  width: 480px;
  font-size: min(3vw , 13px);
}
header .suvNav ul li{}
header nav ul.fs-pt-list--noMarker li + li {
  margin-top: 0;
}
header .head-search .fs-p-searchForm__input {
  width: 100%;
  max-width: 200px;
  height: 25px;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  background: url(https://www.nunogatari.co.jp/images/top/icon-search.png) no-repeat left 5px top 4px,#fff;
  background-size: 19px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

header .head-search .fs-p-searchForm__button {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 2.2em;
  height: 2em;
  background: #fff;
}

header .fs-clientInfo.is-ready.fs-pt-menu {
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  justify-content: flex-start;
  width: 240px;
}

header .fs-pt-menu li {
border: 2px solid #991f1f;
border-radius: 6px;
display: block;
color: #222;
padding: 3px 10px 2px;
font-weight: bold;
transition: .3s;
margin: 0 auto;
}
header .fs-pt-menu li:last-child:hover a{color:#fff;}

.fs-pt-menu a:link,
.fs-pt-menu a:visited {
color: #991f1f;
}

header .fs-p-accountInfo {
  background: none;
  color: initial;
  padding: 0;
  margin: 35px auto 10px;
}

header .welcomearea {
  width: 1030px;
  margin: 30px auto 7px;
  overflow: hidden;
  text-align: right;
}

header nav.nav {
  margin-top: 10px;
  position: relative;
  height: 61px;
  background: url(https://www.nunogatari.co.jp/images/top/navi-bg.png) repeat left center;
  background-size: 384px auto;
  z-index: 20;
}

header nav.nav > ul {
  width: 1030px;
  height: 30px;
  padding-top: 5px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 9999;
}

header nav.nav > ul li,
header nav.nav > ul li a {
  display: block;
  font-size: 15px;
  line-height: 2;
  transition: 1s;
  text-decoration: none;
}
header nav.nav > ul li {
  position: relative;
  list-style: none;
  z-index: 9;
}

.gline{
  margin: 5px 0;
  padding: 7px 0;
  border-right: 3px dotted #fff;
}
.gline-f {
  margin: 5px 0;
  padding: 7px 0;
  border-left: 3px dotted #fff;
}
header nav.nav ul li ul li {
  overflow: hidden;
  height: 0;
  transition: .3s;
  padding: 0 10px;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
header nav.nav ul li ul li a {
  font-size: 12px;
}
header nav.nav ul li:hover > ul > li:hover {
  background: #f6d5d6;
}



@media only screen and (min-width:840px){

header nav.nav ul li ul {
  top: 50px;
  left: 0;
  width: 300px;
  background: #fbf1ee;
  position: absolute;
  flex-wrap: wrap;
}

header nav.nav ul li:hover > ul > li {
  overflow: visible;
  height: 30px;
  padding-top: 5px;
  background: #fbf1ee;
}


}


header nav.nav ul li ul li ul {/*孫*/
top: 0;
left: 300px;
}
header nav.nav ul li ul li ul:before {/*子▷*/
position: absolute;
content: "";
top: 12px;
left: -20px;
border: 5px solid transparent;
border-left: 5px solid #991f1f;
}
header nav.nav ul li ul li ul li:hover > a,/*孫*/
header nav.nav ul li ul li ul li ul li:hover > a {/*ひ孫*/
}
#nav li ul li ul.left {/*孫左*/
top: 0;
left: -300px;
}
header nav.nav ul li ul li ul.left:before,/*子左▷*/
header nav.nav ul li ul li ul li ul.left:before {/*孫左▷*/
position: absolute;
content: "";
top: 15px;
left: 300px;
border: 5px solid transparent;
border-right: 5px solid #fff;
}
header nav.nav ul li ul li ul.left li:hover > a,/*孫*/
header nav.nav ul li ul li ul li ul.left li:hover > a {/*ひ孫*/
background: #f6d5d6;
}



/*===================================*/
/*======== サイドナビ構成　==========*/
/*===================================*/

.fs-l-main .sidebar {
width: 212px;
margin-right: 0;
margin: 0;
}

.fs-l-main .sidebar .side-search {
width: 100%;
height: 127px;
padding: 30px 20px 20px;
text-align: center;
background: url(https://www.nunogatari.co.jp/top/images/side/search-bg.png) no-repeat;
background-size: 213px 127px;
display: flex;
align-items: center;
position: relative;
}

.fs-l-main .sidebar .fs-p-inputGroup {
display: flex;
align-items: stretch;
border: 0;
background: initial;
}

.fs-l-main .sidebar .fs-p-searchForm__input {
width: calc(100% - 2.2em);
margin-bottom: 30px;
border: 1px solid #444444;
}

.fs-l-main .sidebar .fs-p-searchForm__button {
height: 2em;
width: 120px;
background: #991f1f;
color: #fff;
border: none;
border-radius: 25px;
margin-top: 10px;
padding: 5px 10px 7px;
position: absolute;
bottom: 20px;
left: calc(50% - 60px);
}

.fs-l-main .sidebar .fs-p-searchForm__button {
height: 2em;
width: 120px;
background: #991f1f;
color: #fff;
border: none;
border-radius: 25px;
margin-top: 10px;
padding: 5px 10px 7px;
position: absolute;
bottom: 20px;
left: calc(50% - 60px);
text-indent: 0;
}

.fs-l-main .sidebar .fs-p-searchForm__button::before {display:none;}

.fs-l-main .sidebar .side-list li {
overflow: hidden;
margin: 0 5px;
display: flex;
align-items: center;
}

.fs-l-main .sidebar .side-list li a {
padding: 12px 0;
margin: 5px 0;
display: block;
height: auto;
color: #991f1f;
transition: .3s;
}

.fs-l-main .sidebar .side-list.cate li:nth-of-type(1):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(2):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(3):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(4):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(5):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(6):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(7):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(8):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(9):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(10):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(11):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(12):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(13):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(14):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(15):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(16):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(17):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(18):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(19):before{
    margin: 0 min(1vw , 5px) 0 0;
    content:" ";
    display:inline-block;
    width:38px;
    height:38px;
    vertical-align: middle;
    float: left;
    border-radius: 50%;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(3):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(5):before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(18):before{
    margin: 0 min(1vw , 5px) 0 0;
}

.fs-l-main .sidebar .side-list.cate li:nth-of-type(1):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_1.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(2):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_2.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(3):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_3.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(4):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_4.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(5):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_5.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(6):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_19.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(7):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_6.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(8):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_7.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(9):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_8.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(10):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_9.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(11):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_10.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(12):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_13.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(13):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_11.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(14):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_12.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(15):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_15.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(16):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_16.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(17):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_14.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(18):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_17.jpg);    
    background-size:contain;
}
.fs-l-main .sidebar .side-list.cate li:nth-of-type(19):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_18.jpg);    
    background-size:contain;
}



/*===================================*/
/*=========== トップ構成　===========*/
/*===================================*/

.fs-c-slick.slick-slider {
  position: relative;
  z-index: 0;
  margin: 15px auto 0;
  width: 1030px;
}

.fs-l-page .fs-c-slick .slick-prev,
.fs-l-page .fs-c-slick .slick-next {
position: absolute;
z-index: 9999;
display: block;
height: 40px;
width: 40px;
line-height: 0px;
font-size: 0px;
background: initial;
color: transparent;
top: 0%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
}

.fs-l-page .fs-c-slick .slick-prev::before,
.fs-l-page .fs-c-slick .slick-next::before{content:"";}

.fs-l-main .fs-c-productListCarousel__ctrl {
<!-- 	display: none !important; -->
flex-basis: 32px;
min-width: 32px;
position: relative;
}
.fs-c-button--carousel--next::before,
.fs-c-button--carousel--prev::before {
  color: #991f1f;
}
.fs-l-main section#banner-area .fs-pt-list--noMarker > li,
.fs-l-main section:not(#reason) .fs-pt-list--noMarker > li + li,
.fs-l-main section:not(#reason) .fs-pt-list--unordered > li + li,
.fs-l-main section:not(#reason) .fs-pt-list--ordered > li + li,
.fs-l-main section:not(#reason) .fs-pt-list--note > li + li {margin-top: 20px;}
.fs-l-main section#reason .fs-pt-list--noMarker > li + li,
.fs-l-main section#reason .fs-pt-list--unordered > li + li,
.fs-l-main section#reason .fs-pt-list--ordered > li + li,
.fs-l-main section#reason .fs-pt-list--note > li + li {margin-top: 0px;}

.fs-l-page > ul:not(:nth-of-type(1)){
  width: 1030px;
  margin: 0 auto;
  position: relative;
}

.fs-l-page > ul:nth-of-type(1) {
display: flex;
justify-content: center;
width: 1030px;
margin: 0 auto;
position: relative;
flex-wrap: wrap;
}
.fs-l-page > ul:nth-of-type(1) li + li{min(3vw , 20px);}

.fs-l-page > ul.bnrs:not(:nth-of-type(1)) li,
.fs-l-page > ul.fs-pt-list--noMarker:nth-of-type(2).bnrs:not(:nth-of-type(1)) li + li {
margin-top: min(4vw , 40px);
text-align: center;
}

.fs-l-page > ul:not(:nth-of-type(1)) li{
  margin-top: 40px;
  text-align: center;
  }
  
.fs-l-page > ul.bnrs:not(:nth-of-type(1)) li {
margin-top: min(4vw , 40px);
text-align: center;
}
.fs-l-main {
  margin: 24px auto;
  padding: 8px;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  float: none;
}
.fs-l-pageMain {
  max-width: 1030px;
  width: 790px;
}

.fs-l-pageMain .readmore {
position: relative;
box-sizing: border-box;
padding: 10px;
border: 1px solid #ccc;
margin: min(7vw , 70px) auto;
}

.more a {
  display: block;
  width: 278px;
  height: 34px;
  margin: 40px auto 0;
  text-align: center;
  background: ulr(https://www.nunogatari.co.jp/images/top/btn-bg.png) no-repeat;
  background-size: 278px;
  color: #991f1f;
  padding: 10px 0 0;
  transition: .3s;
  box-sizing: initial;
}

.box3 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.point-box {
  background-size: 9px;
  padding: 14px 10px;
  margin-top: 20px;
  width: 240px;
  box-sizing: initial;
}

.fs-l-pageMain .bnrs{}
.fs-l-pageMain .bnrs + div.productWrap{margin-top:min(3vw, 30px);}

section.tCateWrap{width:1030px; margin:auto;}
section.tCateWrap h2:before {
margin: 0 .5em 0 0;
content: " ";
display: inline-block;
width: 43px;
height: 33px;
background: url(https://www.nunogatari.co.jp/images/top/icon-flower.png);
background-size: contain;
vertical-align: bottom;
}

.fs-l-page ul.newsWrap {
width: 90%;
max-width: 1000px;
margin: min(4vw , 30px) auto 0;
}

.fs-l-page ul.newsWrap li {
display: flex;
color: #991f1f;
font-weight: bold;
font-size: min(4vw , 18px);
width: 90%;
text-align: left;
border-bottom: 1px solid #ccc;
padding: 0 min(2vw , 10px) min(2vw , 10px);
align-items: center;
justify-content: center;
border-bottom: none;
}
.fs-l-page ul.newsWrap li h3{
font-weight: bold;
margin-right: 40px;
}
.fs-l-page ul.newsWrap li a{
color: #991f1f;
}
@media screen and (max-width:840px) {
.fs-l-page ul.newsWrap li{
  flex-wrap: wrap;
  justify-content: start;
}
.fs-l-page ul.newsWrap li p {
  width: 100%;
}


.fs-l-page ul.newsWrap li h3 {
    margin-right: 20px;
}

.fs-l-page ul.newsWrap li .day {
    font-size: 12px;
}
/*
div#header-info {
    position: absolute;
    bottom: 0;
}
*/
}

.fs-l-page ul.newsWrap.fs-pt-list--noMarker li + li{margin-top:min(3vw , 15px);}
.fs-l-page ul.newsWrap li span{}
.fs-l-page ul.newsWrap li p {
margin-left: min(4vw , 40px);
}

section.tCateWrap ul {
display: flex;
flex-wrap: wrap;
}

section.tCateWrap ul li {
overflow: hidden;
margin: min(2vw , 10px) 5px;
display: flex;
align-items: center;
width: min(96% / 4);
}

section.tCateWrap ul li a {
padding: 12px 0;
margin: 5px 0;
display: block;
height: auto;
color: #991f1f;
transition: .3s;
}

section.tCateWrap ul li:nth-of-type(1):before,
section.tCateWrap ul li:nth-of-type(2):before,
section.tCateWrap ul li:nth-of-type(3):before,
section.tCateWrap ul li:nth-of-type(4):before,
section.tCateWrap ul li:nth-of-type(5):before,
section.tCateWrap ul li:nth-of-type(6):before,
section.tCateWrap ul li:nth-of-type(7):before,
section.tCateWrap ul li:nth-of-type(8):before,
section.tCateWrap ul li:nth-of-type(9):before,
section.tCateWrap ul li:nth-of-type(10):before,
section.tCateWrap ul li:nth-of-type(11):before,
section.tCateWrap ul li:nth-of-type(12):before,
section.tCateWrap ul li:nth-of-type(13):before,
section.tCateWrap ul li:nth-of-type(14):before,
section.tCateWrap ul li:nth-of-type(15):before,
section.tCateWrap ul li:nth-of-type(16):before,
section.tCateWrap ul li:nth-of-type(17):before,
section.tCateWrap ul li:nth-of-type(18):before,
section.tCateWrap ul li:nth-of-type(19):before{
    margin: 0 min(1vw , 5px) 0 0;
    content:" ";
    display:inline-block;
    width:38px;
    height:38px;
    vertical-align: middle;
    float: left;
    border-radius: 50%;
}
section.tCateWrap ul li:nth-of-type(3):before,
section.tCateWrap ul li:nth-of-type(5):before,
section.tCateWrap ul li:nth-of-type(18):before{
    margin: 0 min(1vw , 5px) 0 0;
}

section.tCateWrap ul li:nth-of-type(1):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_1.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(2):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_2.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(3):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_3.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(4):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_4.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(5):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_5.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(6):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_19.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(7):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_6.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(8):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_7.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(9):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_8.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(10):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_9.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(11):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_10.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(12):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_13.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(13):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_11.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(14):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_12.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(15):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_15.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(16):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_16.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(17):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_14.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(18):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_17.jpg);    
    background-size:contain;
}
section.tCateWrap ul li:nth-of-type(19):before{
    background:url(https://www.nunogatari.co.jp/images/side/cat_18.jpg);    
    background-size:contain;
}

.fs-l-pageMain .fs-c-productPrice__addon,
.fs-l-pageMain .fs-c-productPrice__main__addon {
font-size: min(3vw , 13px);
}

/*
.productWrap .fs-c-button--image {
display: none;
}
*/

.fs-c-productListItem__numberOfStock{display:none;}

.fs-l-pageMain .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
flex-basis: calc(720px/4);
max-width: calc(720px/4);
min-width: calc(720px/4);
margin: 0 8px;
}

/*====================================*/
/*===========フッター構成　===========*/
/*====================================*/
footer {
background: initial !important;
}

footer div.contentWrap {
background: rgba(245, 221, 211, 0.4);
}

footer .foot-nav {
  margin: 0 auto;
  padding: 20px 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}


footer foot-nav.fs-pt-list--noMarker li + li {
  margin-top: 0;
}

footer .foot-nav img{max-width:33px;}

footer .inner {
width: 100%;
margin: 0 auto;
position: relative;
background: #fff;
}

footer .inner ul {
width: 1120px;
margin: 0 auto;
position: relative;
align-items: center;
}

footer .inner ul li + li{margin-top:0;}



/*=======================================*/
/*=========== 下層ページ調整　===========*/
/*=======================================*/


.fs-l-page .fs-c-breadcrumb {
font-size: min(3.5vw , 14px);
margin: min(3vw, 10px) auto 0;
background: #fff;
}

.fs-l-page .fs-c-breadcrumb__list {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
padding: 5px;
max-width: 1000px;
margin: auto;
font-size: min(3vw , 13px);
}

.fs-l-page .fs-c-heading--page {
padding: min(3vw , 10px);
color: #fff;
font-size: min(4vw , 20px);
border: none;
}

.fs-l-page .fs-c-subgroupList {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 8px 0;
padding: 1px 0 0 1px;
justify-content: flex-start;
}
.fs-l-page .fs-c-subgroupList__item {
flex-basis: initial;
flex-grow: initial;
flex-basis: initial;
margin-left: 0.6%;
margin-top: 0;
width: 32.5%;
margin-bottom: 8px;
background: #fff6eb;
}


.fs-l-page .fs-c-subgroupList__link {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0s;
background: #fff6eb;
border: 1px solid #fff6eb;
color: inherit;
display: flex;
grid-template-columns: auto 1fr 1.2em;
grid-template-rows: 1fr auto;
align-items: center;
height: 100%;
padding: 0;
text-decoration: none;
}

.fs-l-page .fs-c-subgroupList__link .fs-c-subgroupList__image {
width: 45%;
}

.fs-l-page .fs-c-subgroupList__link .fs-c-subgroupList__image > img {
display: block;
max-width: 100%;
width: 100%;
}
.fs-l-page .fs-c-subgroupList__link .fs-c-subgroupList__label {
grid-column: 2;
grid-row: 1;
align-self: center;
width: 55%;
padding: 10px;
vertical-align: middle;
color: #522d25;
font-size: 13px;
font-weight: bold;
}

.fs-l-page .fs-c-subgroupList__link:hover {background: #f7dede;}

.fs-l-page .fs-c-subgroupList__link::after {
font-family: "fs-icon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #7c8790;
content: "\e90c";
font-size: min(2vw , 15px);
grid-column: 3;
grid-row: 1/3;
}

.fs-l-page .fs-c-sortItems {
font-size: min(3vw , 15px);
}

.fs-l-page .fs-c-productListItem__productName {
display: flex;
flex-direction: column;
font-size: min(3vw , 15px);
margin: 8px 0;
}

.fs-l-page .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
display: flex;
flex-wrap: wrap;
line-height: 1.1;
font-size: min(3vw , 15px);
}

.fs-l-page .fs-c-productListItem__control > :last-child {
margin-left: auto;
display: none;
}

.fs-l-page .fs-c-productListCarousel {
display: flex;
justify-content: center;
align-items: center;
margin-top: min(2vw , 20px);
}



.fs-p-announcement__title {
color: #000;
font-size: min(3vw , 18px);
margin: 0;
}
.fs-c-history__term {
color: #000;
font-weight: 700;
font-size: min(3.5vw , 16px);
}

.fs-c-listTable {
border-collapse: collapse;
width: 100%;
margin: 8px 0;
border: 1px solid #b2b2b2;
}

.fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
font-size: min(3vw,18px);
text-align: right;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
font-size: min(3.5vw , 17px);
background: #FFF6EB;
word-break: keep-all;
border: 1px solid #DDDDDD;
border-top-color: rgb(204, 204, 204);
border-right-color: rgb(204, 204, 204);
border-bottom-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
padding: 8px;
}

.fs-c-inputTable__headerCell,
.fs-c-inputTable__currentValueCell,
.fs-c-inputTable__dataCell {
padding: 0;
border: 1px solid #ddd;
padding: 8px;
border-top: none;
font-size: min(3.5vw , 17px);
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
flex-grow: 1;
font-size: min(3.5vw , 16px);
}

/*=======================================*/
/*=========== 商品ページ調整　===========*/
/*=======================================*/

.fs-l-page .fs-c-productNameHeading {
color: #3c3c3c;
font-size: min(4vw , 18px);
background: #fff;
}
.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__copy {font-size: 80%; color: #666;}
.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__name {
font-size: 100%;
color: #000;
font-weight: bold;
}

.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__copy,
.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__name {
width: 100%;
}

.fs-l-page .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
font-size: min(5vw , 25px);
font-weight: bold;
}

.fs-l-page .fs-c-productPointDisplay {
background: #fff;
color: #F30;
display: inline-block;
font-size: min(3vw , 16px);
line-height: 1;
padding: 4px 8px;
}

.fs-l-productLayout {
display: flex;
grid-row-gap: 0;
flex-wrap: wrap;
justify-content: space-between;
}

.fs-l-productLayout > div:nth-of-type(1) {
width: 100%;
max-width: 450px;
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-slick.slick-slider {
position: relative;
z-index: 0;
margin: 0 auto;
width: 450px;
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-productCarouselMainImage__thumbnailList {
display: flex;
flex-wrap: wrap;
list-style: none;
overflow-x: auto;
padding: 0;
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-slick.slick-slider .fs-c-productCarouselMainImage__image {
display: block;
margin: 0;
position: relative;
max-width: 450px;
}
.fs-l-productLayout > div:nth-of-type(1) .fs-c-slick.slick-slider .fs-c-productCarouselMainImage__image > img {
max-width: 100vw;
max-height: 100vh;
width: 100%;
}


.fs-l-productLayout > div:nth-of-type(2){width:100%; max-width:320px;}

.fs-l-productLayout > div:nth-of-type(2) .fs-c-productQuantityAndWishlist {
display: flex;
grid-template-columns: auto auto;
grid-auto-rows: auto;
flex-wrap: wrap;
row-gap: min(2vw, 10px);
}

.fs-c-productQuantityAndWishlist__wishlist {
grid-column: 1;
grid-row: 1;
justify-self: end;
align-self: baseline;
width: 100%;
}


.fs-l-productLayout > div:nth-of-type(2) .fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
align-items: center;
font-size: min(3vw , 14px);
padding: 0.2em 1em;
}

.fs-l-productLayout > div:nth-of-type(2) .bunryou-en {
background: #eee;
padding: 10px;
border-radius: 4px;
}

.fs-l-productLayout > div:nth-of-type(2) .sozai-title {
font-size: 16px;
height: 36px;
padding: 7px 0 0 40px;
color: #fff;
background: ulr(https://www.nunogatari.co.jp/images/fs/scale-bg.png) no-repeat;
background-size: 321px auto;
}

.fs-l-productLayout > div:nth-of-type(2) .sozai-text {
margin-top: 5px;
}

.fs-l-productLayout > div:nth-of-type(2) .sentaku {
margin-top: 5px;
}

.fs-l-productLayout > div:nth-of-type(2) .yamato {
margin-top: 10px;
padding: 10px 0;
border-top: 1px dashed #991f1f;
border-bottom: 1px dashed #991f1f;
}

.fs-l-productLayout > div:nth-of-type(2) .fs-c-returnedSpecialContract {
padding: 8px 0;
display: none;
}

.fs-l-productLayout > div:nth-of-type(2) .fs-c-productReview img{max-width:125px;}
.fs-l-productLayout > div:nth-of-type(2) .fs-c-inquiryAboutProduct img{max-width:250px;}

.fs-l-productLayout #itemNote{}
.fs-l-productLayout #itemNote table{}
.fs-l-productLayout #itemNote table th{}
.fs-l-productLayout #itemNote table td{}

.fs-body-product .fs-p-scrollingCartButton__button {
position: fixed;
bottom: 60px;
right: 10px;
background: #aac551;
color: #fff;
display: block;
width: 100px;
padding: 15px 0;
font-size: 11px;
border-radius: 2px;
text-align: center;
z-index: 9999;
}
.fs-body-product .fs-p-scrollingCartButton__icon {
font-size: 3.6rem;
display: none;
}
.fs-body-product .fs-p-scrollingCartButton__label {
display: block;
font-size: 12px;
}

.fs-body-product select {
border: 1px solid #cccccc;
border-radius: 3px;
padding: 5px;
color: #000;
font-size: 16px;
width: 60px;
}

.fs-body-product .fs-c-dropdown select {
border: 1px solid #cccccc;
border-radius: 3px;
padding: 5px;
color: #000;
font-size: 16px;
width: 100%;
}

.fs-body-product .fs-c-productNumber {
border: none;
display: inline-block;
font-size: 15px;
padding: 10px 0;
}
.fs-body-product .fs-c-productNumber * {
color: #8c8c8c;
font-weight: normal;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
grid-column: 2;
grid-row: 2;
justify-self: start;
align-self: baseline;
display: flex;
width: 100%;
align-items: center;
max-width: initial;
flex-wrap: wrap;
position:relative;
}
span.fs-c-productQuantity__quantity.fs-c-quantity.fs-system-assistTarget{
position:relative;
}


.fs-body-product .fs-c-productQuantity__quantity.fs-c-quantity {
display: flex;
max-width: initial;
align-items: center;
flex-wrap: wrap;
}
span.fs-c-quantity__message{
  position: absolute;
  top: -4px;
  left: 35px;
  width: 140px;
  height: 25px;
}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before,
.fs-body-product .fs-c-productQuantity__quantity.fs-c-quantity.fs-system-assistTarget:before {
content: "数量";
white-space: nowrap;
margin-right: 5px;
}
.fs-body-product .fs-c-productSelection {
display: flex;
flex-direction: column;
margin-bottom: min(5vw , 50px);
}
.fs-body-product .fs-c-stockSignLegend {
font-size: 1.2rem;
margin-bottom: 20px;
}
.fs-body-product .fs-c-stockSignLegend .fs-c-stockSignLegend__legend {
display: flex;
align-items: center;
font-size: 12px;
}

.fs-body-product .fs-c-aggregateRating{
display: none;
}
.fs-c-reviewer__profile{
  display: none;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
content: "\e919";
font-size: 20px;
}

.fs-body-product .fs-c-productReview{
margin: min(5vw,50px) 0;
width:100%;
}
.fs-body-product .fs-c-buttonContainer--addReview--detail{
margin: auto 0 auto auto;
max-width: 130px;
}

.fs-body-product .fs-c-buttonContainer--viewAllReviews {
max-width: 210px;
margin: auto 0 auto auto;
font-size: min(3vw , 15px);
}

.fs-body-product .fs-c-buttonContainer--addReview--detail .fs-c-button--image > img {
display: block;
max-width: 100%;
width: 130px;
}

.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track {
position: relative;
left: 0;
top: 0;
display: flex;
margin-left: auto;
margin-right: auto;
transform: initial !important;
width: 100% !important;
justify-content: flex-start;
flex-wrap: wrap;
}

.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track .slick-slide {
float: none;
height: 100%;
min-height: 1px;
width: calc(90% / 4);
margin: 0 1%;
}

.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track .fs-c-productListCarousel__list__item {
flex-basis: 100%;
max-width: 100%;
min-width: 100%;
margin: 0 8px;
}

.fs-c-productMarks .fs-c-productMark > li {
box-sizing: border-box;
width: 48%;
}

.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
font-size: 100%;
}

.fs-body-product .fs-c-productOption__name,
.fs-body-product .fs-c-productOption__comment,
.fs-body-product .fs-c-price__addon {
font-size: min(3vw , 15px);
}
.fs-body-product iframe#twitter-widget-0 {
  padding: 0;
}

.fs-c-productList__list .fs-c-productImage a {
text-decoration: none;
width: 180px;
height: 180px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin: auto;
}

.fs-c-productList__list .fs-c-productImage a fs-c-productListItem__image__image {
object-fit: contain;
height: auto;
width: 100%;
}

.fs-c-variationAndActions .fs-c-variationRadioList__row .fs-c-variationRadioList__name__price {
flex-basis: initial;
font-weight: normal;
}

.fs-c-variationAndActions .fs-c-variationRadioList__row .fs-c-variationRadioList__name__price .fs-c-productVariationPrice__price {
color: #000099;
font-size: min(3vw , 14px);
}

.fs-c-variationAndActions .fs-c-variationRadioList__row .fs-c-variationRadioList__name__price .fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed) {
display: flex;
flex-wrap: wrap;
line-height: 1.1;
font-size: min(3vw , 10px);
}


.cateComment .p-img img {
width: 50%;
border-radius: 50%;
}

body.fs-body-category .tsumamiranknum {
border: 1px solid #9f1610;
border-radius: 2px;
color: #9f1610;
font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
width: 55px;
line-height: 25px;
padding: 3px 7px 0 12px;
position: absolute;
top: -15px;
left: -25px;
font-size: 15px;
background: #fff;
z-index: 9999;
}

body.fs-body-category h3 .tsumami-s {
background: #9f1610;
color: #fdfdfd;
padding: 4px 6px 5px;
border-radius: 3px;
font-size: 11px;
width: auto;
display: inline-block;
margin-right: 10px;
text-align: center;
line-height: 1.4;
}

.fs-c-quantity::after {
content: "※数量10以上は10+を選んで必要数を入力してください";
display: block;
width: 100%;
margin-top: 5px;
color: #000;
font-size: 14px;
}


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

body ul.tsumamirank.ranking-scroll li {
min-width: 35vw;
width: 35vw;
}

body ul.tsumamirank.ranking-scroll li .tsumamirankimg img {
height: 35vw;
}

body.fs-body-category .tsumamiranknum {
border: 1px solid #9f1610;
background: #fff;
border-radius: 2px;
color: #9f1610;
font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
line-height: 17px;
padding: 2px 5px 0 5px;
font-size: 11px;
width: 40px;
position: static;
}

}

/*=========================================*/
/*=========== カートページ調整　===========*/
/*=========================================*/

.fs-body-login .fs-l-pageMain ,
.fs-body-register .fs-l-pageMain ,
.fs-body-checkout-amazonr .fs-l-pageMain ,
.fs-body-cart-login .fs-l-pageMain,
.fs-body-checkout .fs-l-pageMain{
max-width: 1030px;
width: 96%;
}

.fs-l-page h1.fs-c-heading--page {
padding: min(3vw , 10px);
color: #000;
font-size: min(5vw , 25px);
border: none;
background: none;
border-bottom: 1px #ccc solid;
}

.fs-body-login .fs-l-page .fs-c-subSection__title,
.fs-body-login .fs-l-page .fs-c-linkedServiceLogin__title,
.fs-body-register .fs-l-page .fs-c-subSection__title,
.fs-body-register .fs-l-page .fs-c-linkedServiceLogin__title ,
.fs-body-cart-login .fs-l-page .fs-c-subSection__title,
.fs-body-cart-login .fs-l-page .fs-c-linkedServiceLogin__title ,
.fs-body-checkout .fs-c-subSection__title,
.fs-body-checkout .fs-c-linkedServiceLogin__title 
.fs-body-checkout-amazonr .fs-c-subSection__title,
.fs-body-checkout-amazonr .fs-c-linkedServiceLogin__title {
border-bottom: 1px solid currentColor;
color: #666666;
font-size: min(4vw , 20px);
padding: min(2vw , 10px);
margin-bottom: min(3vw , 20px);
}

.fs-body-login .fs-l-page .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-register .fs-l-page .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-cart-login .fs-l-page .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-checkout .fs-l-page .fs-c-newUsers__message.fs-c-subSection__message,
.fs-body-checkout-amazonr .fs-l-page .fs-c-newUsers__message.fs-c-subSection__message{padding: min(2vw , 10px);}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
font-size: min(3.5vw , 20px);
min-height: 3em;
min-width: 100%;
max-width: 100%;
}

.fs-body-login .fs-l-page .fs-c-linkedServiceLogin__body,
.fs-body-register .fs-l-page .fs-c-linkedServiceLogin__body {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: min(4vw , 20px);
}

.fs-body-cart .fs-c-cartTableContainer,
.fs-body-register .fs-c-cartTableContainer {
border: none;
border-radius: 3px;
padding: 0;
}

.fs-body-cart .fs-c-cartTable__dataCell--point,
.fs-body-cart .fs-c-cartTable__dataCell--quantity,
.fs-body-cart .fs-c-cartTable__dataCell--subtotal,
.fs-body-register .fs-c-cartTable__dataCell--point,
.fs-body-register .fs-c-cartTable__dataCell--quantity,
.fs-body-register .fs-c-cartTable__dataCell--subtotal {
text-align: right;
vertical-align: middle;
}


.fs-body-cart a.fs-c-button--primary {
background: #991f1f;
border: 1px solid #991f1f;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 17px;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em 0.6em;
box-shadow: 0 0 2px #b2b2b2;
min-width: 240px;
font-weight: bold;
}

.fs-body-cart th.fs-c-cartTable__headerCell {
background: #FFF6EB;
word-break: keep-all;
border-color: #DDDDDD;
vertical-align: middle;
}

.fs-body-cart td.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
border: 1px solid #ccc;
padding: 8px;
vertical-align: middle;
}

.fs-body-cart .fs-c-payWithAmazon__message{font-size:16px;}

.fs-c-cartTable__actionButton__container > button {
font-size: min(3vw , 12px);
}


.fs-c-productList__list {
display: grid;
grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
grid-gap: 0px;
}

/*====================================*/
/*===========　スマホ構成　===========*/
/*=======　↓　↓　↓　↓　↓　=======*/

@media only screen and (min-width:840px){

.sp{display:none !important;}
}

@media only screen and (max-width:840px){
.pc{display:none !important;}

html body {
  font-size: 3.5vw;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  min-width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.fs-l-page {
margin-bottom: 15vw;
}

.fs-l-main {
margin: 5vw auto 0;
padding: 0;
max-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 96%;
float: none;
}

.fs-l-page .fs-c-subgroupList__item {
flex-basis: initial;
margin-left: 2%;
margin-top: -1px;
width: 31%;
font-size: 3vw;
}


.fs-l-page .fs-c-subgroupList__link {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0s;
background: #fff;
border:none;
color: inherit;
display: flex;
grid-template-columns: auto 1fr 1.2em;
grid-template-rows: 1fr auto;
align-items: center;
height: 100%;
padding: 0;
text-decoration: none;
flex-wrap: wrap;
}

.fs-l-page .fs-c-subgroupList__link::after {display:none;}

.fs-l-page .fs-c-subgroupList__link .fs-c-subgroupList__image {
width: 100%;
margin: 0;
}

.fs-l-page .fs-c-subgroupList__link .fs-c-subgroupList__label {
grid-column: 2;
grid-row: 1;
align-self: center;
width: 100%;
padding: 0 0 10px;
vertical-align: middle;
color: #522d25;
font-size: 13px;
font-weight: normal;
text-align: center;
}
.fs-l-page .fs-c-subgroupList__item {
flex-basis: initial;
flex-grow: initial;
flex-basis: initial;
margin-left: 0.6%;
margin-top: 0;
width: 32.5%;
border: none;
margin-bottom: 8px;
background: #fff;
}

.fs-l-page .fs-c-productName__copy,
.fs-l-page .fs-c-productName__variation {
font-size: min(3vw , 13px);
color: #333;
margin-bottom: min(2vw , 15px);
}


/*=================================*/
/*======== ヘッダー構成　==========*/
/*=================================*/

header {
padding-bottom: 20vw;
}

header h1 {
  color: #fff;
  font-weight: normal;
  font-size: 3vw;
  padding: 2px 3%;
  background: #991f1f;
  text-align: center;
}

header h1 span {
color: #fff;
font-weight: normal;
font-size: 3vw;
display: block;
width: 100%;
margin: 0 auto;
padding: 0;
}

header .head-in-inner {
  width: 100%;
  position: relative;
  top: 0;
  background: rgba(245, 221, 211, 0.4) !important;
  border-bottom: 1px solid;
  transition: .5s;
}

header .head-search {
  position: absolute;
  top: initial;
  right: initial;
  padding: 0vw;
  transition: .3s;
  cursor: pointer;
  width: 100%;
  bottom: -12vw;
}

header .head-search .fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: initial;
  background: initial;
}

header .head-search .fs-p-searchForm__input {
  width: 100%;
  max-width: 95vw;
  height: 10vw;
  font-size: 3.5vw;
  padding-left: 10vw;
  position: relative;
  background: url(https://www.nunogatari.co.jp/images/top/icon-search.png) no-repeat left 5px center , #fff;
  background-size: 19px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: auto;
}

header .toplogo {
  padding: 6px 0;
  text-align: center;
}

header .topinfo {
  position: absolute;
  top: initial;
  right: initial;
  text-align: center;
  background: #fbf1ed;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 3px 0 1px;
  bottom: -20vw;
  width: 100%;
  color:#991f1f;
}
header .toplogo img {
margin-right: 8%;
height: 9vw;
width: auto;
}

header .mypage {
  position: absolute;
  right: 3%;
  top: 2vw;
  width: 12%;
}

header .mypage img {
  width: 100%;
}

header .catch-text {
  width: 96%;
  margin: 22vw auto 0;
  font-size: 3.5vw;
  color: #666;
  background: #fbf2ed;
  padding: 2vw 3vw;
  display:none;
}

header nav.nav {
  top: 0;
  left: 0;
  z-index: 996;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  transform: translate(-100%, 0%);
}

.open header nav.nav {
  transform: translate(0%, 0%);
  }

header nav.nav > ul {
width: 100%;
height: 100%;
max-width: 800px;
margin: 0 auto;
display: table;
table-layout: fixed;
padding: 20vw 4% 30vw !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #fbf1ed;
}

header nav.nav > ul > li:nth-of-type(6){display:none;}
header nav.nav > ul > li:not(:last-child){border-bottom: 1px dashed #c3c3c3;}

header nav.nav > ul li p.gline,
header nav.nav > ul li p.gline-f {
border: 0;
position: relative;
}

header nav.nav > ul li .navicon1,
header nav.nav > ul li .navicon2,
header nav.nav > ul li .navicon3,
header nav.nav > ul li .navicon4,
header nav.nav > ul li .navicon5,
header nav.nav > ul li .navicon6,
header nav.nav > ul li .cart {
  padding: 17px 15px;
}

header nav.nav > ul li p::before,
header nav.nav > ul li p::after {
content: "";
background: #9f1610;
height: 1px;
width: 3vw;
display: block;
position: absolute;
right: 0;
top: 50%;
bottom: 0;
transition: all 1s;
}

header nav.nav > ul li p:before{transform:rotate(0);}
header nav.nav > ul li p:after{transform:rotate(90deg);}

header nav.nav > ul li.active p:before{transform:rotate(135deg);}
header nav.nav > ul li.active p:after{transform:rotate(225deg);}

header nav.nav > ul li a::before {
transform: rotate(270deg);
position: absolute;
top: 0;
right: 3vw;
content: "\f107";
font-family: FontAwesome;
color: #991f1f;
font-size: 20px;
transition: .3s;
background: no-repeat;
width: 3vw;
height: 3vw;
bottom: 0;
margin: auto;
}

header nav.nav > ul li p a {
  display: flex;
  align-items: center;
  padding: 8px 0 6px 10px;
  font-size: 12px;
  border-top: 1px dotted #bababa;
}

header nav.nav ul li ul {
top: 50px;
left: 0;
width: 100%;
background: #fbf1ee;
position: static;
flex-wrap: wrap;
}

header nav.nav ul li.active > ul > li {
overflow: visible;
height: 10vw;
padding: 0;
background: #fbf1ee;
}
 
header nav.nav ul li.active > ul > li a {
display: flex;
align-items: center;
padding: 0;
font-size: 12px;
border-top: 1px dotted #bababa;
height: 100%;
width: 100%;
padding: 2vw 6vw;
}


header nav.nav ul li ul {
  top: 50px;
  left: 0;
  width: 300px;
  background: #fbf1ee;
  position: static;
  flex-wrap: wrap;
}

header nav.nav > ul li:nth-of-type(8) a,
header nav.nav > ul li:nth-of-type(9) a,
header nav.nav > ul li:nth-of-type(10) a,
header nav.nav > ul li:nth-of-type(11) a,
header nav.nav > ul li:nth-of-type(12) a,
header nav.nav > ul li:nth-of-type(13) a{padding:10px 15px; font-size:13px;}

header nav.nav > ul li a > img {
max-width: 26px;
height: auto;
margin: 0 1em 0 0;
}



header .head-in-inner div.menu {
width: 11vw;
height: 11vw;
left: 4vw;
padding: 0;
position: fixed;
top: 5vw;
background: #fbf1ed;
z-index: 997;
}
header .head-in-inner div.menu #menuButton {
overflow: hidden;
display: block;
position: relative;
z-index: 0;
width: 8vw;
height: 8vw;
cursor: pointer;
margin: 1.5vw;
}

header .head-in-inner div.menu #menuButton span,
header .head-in-inner div.menu #menuButton::before,
header .head-in-inner div.menu #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #98201f;
  -webkit-transition: .1s ease-in-out;
  transition: all 1s;
}

header .head-in-inner div.menu #menuButton span{
  overflow: hidden;
  z-index: 1;
  color: #fff;
}

header .head-in-inner div.menu #menuButton:before{
  z-index: 2;
  transform:rotate(0deg);
  top:5vw;
  content: "";
}

header .head-in-inner div.menu #menuButton:after{
  z-index: 2;
  transform:rotate(0deg);
  top:-5vw;
  content: "";
}

header .head-in-inner div.menu #menuButton span{
  transform:rotate(0deg) translateX(0px);
}

header .head-in-inner div.menu #menuButton:before,
header .head-in-inner div.menu #menuButton:after{
  transition: transform 500ms;
}

header .head-in-inner div.menu.active #menuButton span{
  transform:translateX(-100px);
  top:0;
}

header .head-in-inner div.menu.active #menuButton:before{
  transform:rotate(135deg);
  top:0;
}

header .head-in-inner div.menu.active #menuButton:after{
  transform:rotate(225deg);
  top:0;
}




/*=====================================*/
/*========= サイドバー構成　===========*/
/*=====================================*/

.fs-l-main .sidebar {
  width: 94%;
  margin: 7vw auto;
  order: 2;
}

.fs-l-main .sidebar .side-search {
width: 100%;
height: 20vw;
padding: 0 4vw;
text-align: center;
background: url(https://www.nunogatari.co.jp/images/top/btn-bg.png) no-repeat center;
background-size: 100%;
}

.fs-l-main .sidebar .side-list {
  border: 1px solid #991f1f;
  border-radius: 0 0 6px 6px;
  background: ulr(https://www.nunogatari.co.jp/images/side/bdb.png) repeat-x left top;
  background-size: 97px 4px;
  display: flex;
  flex-wrap: wrap;
}

.fs-l-main .sidebar .side-list li {
  overflow: hidden;
  margin: 0;
  width: calc(100% / 2);
  height: 15vw;
  position: relative;
}

.fs-l-main .sidebar .side-list li + li{margin-top:0;}
.fs-l-main .sidebar .side-list li a {
  padding: 2vw 2vw 2vw 12vw;
  margin: 0;
  display: block;
  height: 100%;
  color: #991f1f;
  transition: .3s;
  width: 100%;
  font-size: 3vw;
  display: flex;
  align-items: center;
}

.fs-l-main .sidebar .side-list.cate li:nth-of-type(1)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(2)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(3)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(4)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(5)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(6)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(7)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(8)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(9)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(10)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(11)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(12)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(13)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(14)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(15)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(16)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(17)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(18)::before,
.fs-l-main .sidebar .side-list.cate li:nth-of-type(19)::before {
  content: " ";
  display: inline-block;
  width: 10vw;
  height: 10vw;
  vertical-align: middle;
  float: none;
  border-radius: 50%;
  position: absolute;
  left: 1vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-l-main .sidebar .color-list {
  overflow: hidden;
  border: 1px solid #991f1f;
  border-radius: 0 0 6px 6px;
  padding: 10px 0 20px;
  background: ulr(https://www.nunogatari.co.jp/images/side/bdb.png) repeat-x left top;
  background-size: 97px 4px;
  display: flex;
  flex-wrap: wrap;
}
.fs-l-main .sidebar .color-list li {
  border-bottom: 1px dashed #991f1f;
  font-size: 14px;
  overflow: hidden;
  margin: 0;
  width: calc(100% / 2);
  height: 15vw;
  position: relative;
}
.side-list li:last-child {border-bottom: none;}

.fs-l-main .sidebar .color-list li + li{margin-top:0;}
.fs-l-main .sidebar .color-list li a {
  padding: 2vw 2vw 2vw 15vw;
  margin: 0;
  display: block;
  height: 100%;
  color: #991f1f;
  transition: .3s;
  width: 100%;
  font-size: 3vw;
  display: flex;
  align-items: center;
}

.fs-l-main .sidebar .color-list li img {
  width: 10vw;
  position: absolute;
  height: 10vw;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2vw;
}

.fs-l-main .sidebar .fs-p-searchForm__input {
width: 60vw;
margin-bottom: 0;
border: 1px solid #444444;
}

.fs-l-main .sidebar .fs-p-searchForm__button {
height: 2em;
width: 22vw;
background: #991f1f;
color: #fff;
border: none;
border-radius: 25px;
margin-top: 10px;
padding: 5px 10px 7px;
position: absolute;
bottom: 0;
left: auto;
text-indent: 0;
top: 0;
margin: auto;
right: 10px;
}


/*====================================*/
/*===========フッター構成　===========*/
/*====================================*/

footer .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

footer .inner ul {
width: 100%;
margin: 0 auto;
position: relative;
align-items: center;
}
footer .foot-nav {
  margin: 0 auto;
  padding: 0 0 20vw;
  background: #fff;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}

footer .foot-nav li:not(:nth-of-type(6) , :nth-of-type(7) , :nth-of-type(8) , :nth-of-type(9)) {
  width: calc(100% / 2);
  border-bottom: 1px dashed #991f1f;
  height: 14vw;
  position:relative;
}

footer .foot-nav a {
  color: #991f1f;
  padding: 2vw;
  transition: .3s;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 3vw;
}

footer .foot-nav li:nth-of-type(6) a,
footer .foot-nav li:nth-of-type(7) a,
footer .foot-nav li:nth-of-type(8) a,
footer .foot-nav li:nth-of-type(9) a {
  color: #991f1f;
  padding: 2vw;
  transition: .3s;
}


.footfixmenu ul li {
width: 20%;
text-align: center;
font-size: 10px;
position: relative;
color: #fff;
box-sizing: border-box;
border-right: 1px solid #e2b6b6;
margin: 0;
}

footer .iframe-callendar {
width: 50vw;
height: 80vw;
margin: 3vw auto 0;
display: block;
min-width: 220px;
min-height: 300px;
}

footer .subNav {
width: 90%;
padding-top: 10px;
margin: 20px auto 10px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

footer .subNav li {
float: none;
width: 46%;
margin: 10px 2%;
text-align: center;
font-size: 11px;
padding: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
border-radius: 4px;
}

footer .subNav li a {
display: block;
}

footer nav.nav > ul:not(.subNav) {
border-bottom: 1px solid #ddd;
}

footer nav.nav > ul:not(.subNav) > li {
display: block;
cursor: pointer;
padding: 0 20px;
border-bottom: 1px solid #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #faedeb;
position: relative;
line-height: 13vw;
}

footer nav.nav > ul:not(.subNav) > li + li {margin-top:0;}
footer nav.nav > ul:not(.subNav) > li:after {
position: absolute;
top: 10px;
right: 7%;
content: "\f107";
font-family: FontAwesome;
color: #991f1f;
font-size: 20px;
}
footer nav.nav > ul:not(.subNav) > li:nth-of-type(1) > p > span:before,
footer nav.nav > ul:not(.subNav) > li:nth-of-type(2) > p > span:before {
background: url(https://www.nunogatari.co.jp/sp/images/side/icon-content.png);
background-size: contain;
}

footer nav.nav > ul:not(.subNav) > li:nth-of-type(3) > p > span:before {
background: url(https://www.nunogatari.co.jp/sp/images/side/icon-iro.png);
background-size: contain;
}

footer nav.nav > ul:not(.subNav) > li:nth-of-type(4) > p > span:before {
background: url(https://www.nunogatari.co.jp/sp/images/side/icon-ito.png);
background-size: contain;
}

footer nav.nav > ul:not(.subNav) > li:nth-of-type(5) > p > span:before {
background: url(https://www.nunogatari.co.jp/sp/images/side/icon-gara.png);
background-size: contain;
}

footer nav.nav > ul:not(.subNav) > li:nth-of-type(6) > p > span:before {
background: url(https://www.nunogatari.co.jp/sp/images/side/icon-hasami.png);
background-size: contain;
}

footer nav.nav > ul:not(.subNav) > li > ul > li {
overflow: hidden;
height: 0;
transition: .3s;
padding: 0 10px;
font-size: 12px;
width: 100%;
}

footer nav.nav > ul:not(.subNav) > li > ul.active > li {
overflow: visible;
height: calc(10vw + 1px);
padding: 0;
background: #fbf1ee;
}

footer nav.nav > ul:not(.subNav) > li::after {
position: absolute;
top: 0;
right: 7%;
content: "\f107";
font-family: FontAwesome;
color: #991f1f;
font-size: 20px;
transition: .3s;
}

footer nav.nav > ul:not(.subNav) > li.active::after {transform: rotate(-180deg);}


footer nav.nav > ul:not(.subNav) > li > ul > li a {
display: block;
padding: 0 3vw;
border-bottom: 1px dashed #991f1f;
background: #fff;
line-height: 10vw;
}

footer .copy {
background: #991f1f;
color: #fff;
text-align: center;
padding: 7px 0;
}


/*=================================*/
/*========= トップ構成　===========*/
/*=================================*/

.fs-c-slick.slick-slider {
  position: relative;
  z-index: 0;
  margin: 3vw auto 0;
  width: 100%;
}

.fs-c-slick.slick-slider .slick-prev,
.fs-c-slick.slick-slider .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 15vw;
  width: 15vw;
  line-height: 0px;
  font-size: 0px;
  background: initial;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
}

.fs-c-slick.slick-slider .slick-prev::before,
.fs-c-slick.slick-slider .slick-next::before {
  content: "";
}

.fs-c-slick .slick-next::before {
  content: " ";
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background: url(https://www.nunogatari.co.jp/images/top/right.png) no-repeat center / 100%;
  background-size: contain;
  vertical-align: middle;
}

.fs-c-slick .slick-prev::before {
  content: " ";
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background: url(https://www.nunogatari.co.jp/images/top/left.png) no-repeat center / 100%;
  background-size: contain;
  vertical-align: middle;
}

.fs-l-page > ul:nth-of-type(2) {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
}

.fs-l-page > ul:nth-of-type(2) li{width:100%;}
.fs-l-page > ul.fs-pt-list--noMarker:nth-of-type(2) li + li{margin-top: 0;}
.fs-l-page > ul.fs-pt-list--noMarker:nth-of-type(2) li + li + li{margin-top: 2vw;}

.fs-l-page > ul:not(:nth-of-type(2)) {
  width: 96%;
  margin: 0 auto;
  position: relative;
}

.fs-l-page > ul:nth-of-type(2) li img{width:100%; height:auto;}

.fs-l-page > ul:not(:nth-of-type(2)) li {
  margin-top: 3vw;
  text-align: center;
}

span.bnr-text {
  display: block;
  text-align: center;
  margin-top: 0;
  color: #991f1f;
  font-size: 3vw;
}

span.ranking-text {
  display: block;
  text-align: left;
  margin-top: 5px;
  color: #555555;
  font-size: 3vw;
}

.fs-l-main {
  margin: 5vw auto 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  float: none;
}

/*======== 下記のwidth 94%から98%に変更 2013/10/17　==========*/
.fs-l-main .sec-title {
font-size: 4vw;
color: #991f1f;
margin-top: 50px;
background-size: 9px;
padding-bottom: 10px;
width: 98%;
margin: auto;
font-weight: bold;
display: flex;
align-items: center;
}

.fs-l-main .FS2_Recommend2_recommend ul {
  padding: 0px;
  overflow: hidden;
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.fs-l-main .FS2_Recommend2_recommend ul li {
  display: block;
  float: left;
  background: #ffffff;
  height: auto;
  width: calc(90% / 2);
  margin: 3vw auto 5vw;
  line-height: 1.5;
  font-size: 100%;
}

.fs-l-main .more input,
.fs-l-main .more a,
.fs-l-main .more-greeting a {
  display: block;
  width: 70vw;
  height: 12vw;
  font-size: 4vw;
  margin: 0 auto 7vw;
  text-align: center;
  background: url(https://www.nunogatari.co.jp/images/top/btn-bg.png) no-repeat;
  background-size: 100%;
  color: #991f1f;
  border: none;
  transition: .3s;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

.fs-l-pageMain .FS2_Recommend2_recommend ul li.ranking1::before,
.fs-l-pageMain .FS2_Recommend2_recommend ul li.ranking2::before,
.fs-l-pageMain .FS2_Recommend2_recommend ul li.ranking4::before,
.fs-l-pageMain .FS2_Recommend2_recommend ul li.ranking3::before {
  width: 10vw !important;
  height: 10vw !important;
  background-size: cover;
}

.fs-l-pageMain .banner-list {
  width: 100%;
  margin-top: 5vw;
  text-align: center;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-l-pageMain .banner-list li {
width: 100%;
float: none;
margin: 0;
}
.fs-l-pageMain .banner-list li + li{margin-top:3vw;}

.fs-l-pageMain .iframe-sakuhin {
  width: 93%;
  height: 600px;
  display: block;
  overflow: hidden;
  margin: 0 auto 6vw;
}

.fs-l-pageMain .greeting-wrap {
  width: 94%;
  margin: 5vw auto 0;
}

.fs-l-main .greeting-wrap-inner {
  float: none;
  width: 100%;
  padding-right: 0;
  margin-left: 0;
}

.fs-l-main .greeting-text {
  margin: 5vw;
  font-size: 3.5vw;
}

.fs-l-main .box3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fs-l-main #reason ul.box3{}
.fs-l-main #reason ul.box3 li {
  width: 94%;
  margin: auto;
}
.fs-l-main #reason ul.box3 li .point-box {
  display: flex;
  justify-content: space-between;
  background: url(https://www.nunogatari.co.jp/images/top/bg-ito.png) repeat-x left bottom;
  background-size: auto;
  background-size: 9px;
  padding: 5vw 0;
  width: 100%;
  margin: 0;
}
.fs-l-main #reason ul.box3 li .point-box .point-photobox {
  width: 30%;
  margin-right: 16px;
}

.fs-l-main #reason ul.box3 li .point-box .point-photobox .p-img {
  width: 100%;
  margin: 0 auto;
}

.fs-l-main #reason ul.box3 li .point-box .point-textbox {
  width: 70%;
}

.fs-l-main #reason ul.box3 li .point-box .point-title {
  color: #991f1f;
  font-weight: bold;
  font-size: 4vw;
  text-align: left;
  margin-top: 3vw;
}

.fs-l-main #reason ul.box3 li .point-box .point-text {
  padding-top: 2vw;
  font-weight: normal;
  font-size: 3.5vw;
  line-height: 1.5;
}

.fs-l-main .readmore {
  position: relative;
  box-sizing: border-box;
  padding: 5vw 0;
  border: none;
  margin: 7vw auto;
  width: 90%;
}

.fs-l-main .readmore .point-title {
  margin: 5vw auto 2vw;
  color: #991f1f;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
}

.readmore-check:checked ~ .readmore-content {
  height: auto;
  margin-bottom: 5vw;
}

section.tCateWrap {
width: 96%;
margin: auto;
}

section.tCateWrap .sec-title {
font-size: 4vw;
color: #991f1f;
background-size: 9px;
padding-bottom: 10px;
width: 94%;
margin: auto;
font-weight: bold;
display: flex;
align-items: center;
}

section.tCateWrap ul {
width: 94%;
margin: auto;
}
section.tCateWrap ul li {
overflow: hidden;
margin: min(1vw , 10px) 0;
display: flex;
align-items: center;
width: min(96% / 2);
}
section.tCateWrap ul li:nth-of-type(odd) {margin-right:4%;}

.fs-l-page > ul.newsWrap:not(:nth-of-type(2)):before {
content: "お知らせ";
color: #991f1f;
font-weight: bold;
font-size: min(4vw , 18px);
display: block;
width: 100%;
text-align: left;
position: static;
left: 0;
top: 0;
padding-left: min(3.5vw , 18px);
border-bottom: 1px solid #ccc;
}

.fs-l-page > ul.newsWrap:not(:nth-of-type(2)) {
width: 96%;
margin: 0 auto;
position: relative;
padding: 7vw 0 0;
}

.fs-l-page > ul:not(:nth-of-type(2)) li {
margin-top: 3vw;
text-align: left;
width: 100%;
flex-wrap: wrap;
font-size: min(3.5vw , 18px);
}

.fs-l-page ul.newsWrap:not(:nth-of-type(2)) li p {
margin-left: 0;
}

.fs-l-pageMain .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
flex-basis: calc(94vw / 3);
max-width: calc(94vw / 3);
min-width: calc(94vw / 3);
margin: 0 1vw;
}

/*=======================================*/
/*=========== 下層ページ調整　===========*/
/*=======================================*/

.fs-l-pageMain {
max-width: 1030px;
width: 96%;
margin: auto;
}

body:not(.fs-body-top) .fs-l-pageMain > * {
width: 94% !important;
margin: min(3vw , 24px) auto !important;
}

.fs-l-pageMain > img {display: block;}

.fs-l-pageMain section.cateComment .sec-title{width:100%;}

.fs-l-pageMain section.cateComment ul.ranking-list-scroll {
margin: 10px auto 0;
padding-bottom: 15px;
display: flex;
overflow-y: scroll;
}

.fs-l-pageMain section.cateComment .yukata-box2 li {
width: calc(50% - 2%);
min-width: calc(50% - 2%);
margin: 10px 1% 0;
}

.fs-l-pageMain .fs-title,
.fs-l-pageMain .FS2_PageTitle {
margin-top: 20px;
font-size: 18px !important;
color: #991f1f !important;
background-size: 9px !important;
padding: 0 0 5px 0 !important;
border: none !important;
text-align: left;
width:96%;
}

.fs-l-pageMain .product-info {
width: 100%;
max-width: 320px;
overflow: hidden;
margin: auto;
}

.fs-l-page h1.fs-c-heading--page{margin-top: 4vw;}

.fs-l-pageMain .fs-c-subgroup {
margin: 24px auto;
width: 96%;
}
.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track .fs-c-productListCarousel__list__item {
flex-basis: 100%;
max-width: 100%;
min-width: 100%;
margin: 0 auto;
}

.fs-l-productLayout > div:nth-of-type(2) {
width: 100%;
max-width: 100%;
}

.fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList > li {
flex-basis: calc(100% / 4);
flex-shrink: 0;
margin: 0;
}
.fs-l-page .fs-c-productPrice {
display: flex;
align-items: baseline;
flex-wrap: wrap;
justify-content: flex-end;
}
.fs-l-page .fs-c-productNumber {
border: none;
display: inline-block;
font-size: 3.5vw;
padding: 0;
margin: 3vw;
}

.fs-l-page .fs-c-productNameHeading {
color: #3c3c3c;
font-size: min(4vw , 18px);
background: #fff;
line-height: 1.7;
text-align: left;
}

.fs-l-page .fs-c-productActionButton.fs-c-buttonContainer.fs-c-buttonContainer {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 0;
margin: auto;
max-width: 70%;
}

.fs-l-page .fs-p-snsArea {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 8px 0;
justify-content: flex-end;
}

.fs-l-page .fs-c-breadcrumb__list {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
padding: 1vw 4vw;
max-width: 1000px;
margin: auto;
font-size: min(3vw , 13px);
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
border-bottom: 2px solid currentColor;
color: #7c8790;
font-size: min(4vw , 20px);
margin-top: 10vw;
}

.fs-l-productLayout > div:nth-of-type(1) {
width: 100%;
max-width: 100%;
max-height: initial;
position: relative;
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-productCarouselMainImage__expandButton {
justify-content: flex-end;
position: absolute;
top: 75vw;
right: 5vw;
background: rgba(255,255,255,.8);
width: 10vw;
height: 10vw;
padding: 0;
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-slick.slick-slider {
position: relative;
z-index: 0;
margin: 0 auto;
width: 90vw;
/* 	max-height: 90vw; */
}

.fs-l-productLayout > div:nth-of-type(1) .fs-c-slick.slick-slider .fs-c-productCarouselMainImage__image > img {
max-width: 100vw;
/* 	max-height: 90vh; */
width: 100%;
}

.fs-c-button--carousel {
font-size: 12vw;
}

.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__name {
font-size: 100%;
color: #000;
font-weight: bold;
width: 100%;
}

.fs-l-page h1.fs-c-productNameHeading span.fs-c-productNameHeading__copy {
font-size: 80%;
color: #666;
max-width: 100%;
display: block;
}

.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track .slick-slide {
float: none;
height: 100%;
min-height: 1px;
width: calc(90% / 2);
margin: 2.5%;
}

.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track:before,
.fs-body-product .fs-c-featuredProduct .fs-c-slick .slick-track:after {
content: "";
display: none;
}

.fs-l-pageMain .fs-c-accountService__page {
flex-basis: 43vw;
display: flex;
align-items: stretch;
height: 40vw;
margin: 8px 0;
}

.fs-l-pageMain .fs-c-accountService__page--couponList {flex-basis: 100%;}

.fs-l-pageMain .fs-p-announcement__title {
color: #7c8790;
font-size: min(5vw , 20px);
margin: 0;
}

#pageTop {
position: fixed;
bottom: 8vw;
right: 1vw;
}

.fs-cat-sp,
.sp-cat-list{display:none !important;}

.fs-c-productList__list__item {
border-bottom: none;
padding: 16px 8px 50px;
}


.fs-c-productList__list {
display: grid;
grid-template-columns: calc(50% - 0px) calc(50% - 0px);
grid-gap: 0px;
}


.fs-c-productList__list .fs-c-productImage a {
text-decoration: none;
width: 40vw;
height: 40vw;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}


body.fs-body-category .tsumamirank {
display: flex;
margin: 20px auto 0;
width: 100%;
flex-wrap: nowrap;
padding: 0 3vw;
}

.fs-l-cart .fs-c-price {
display: flex;
align-items: baseline;
justify-content: flex-end;
font-size: 3.5vw;
}

.fs-body-cart .fs-l-cart td.fs-c-cartTable__headerCell,
.fs-l-cart .fs-c-cartTable__dataCell {
border: none;
padding: 0;
vertical-align: middle;
}

.fs-l-cart .fs-c-cartTable__dataCell--subtotal,
.fs-l-cart .fs-c-cartTable__dataCell--unitPrice {
grid-column: 2/2;
grid-row: 3;
display: flex;
justify-content: flex-end;
align-items: baseline;
font-size: 1.8rem;
}
.fs-l-cart .fs-c-cartTable__dataCell--point {
grid-column: 1/2;
grid-row: 3;
}

.fs-l-cart .fs-c-cartDiscountInfo__info {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
font-weight: bold;
color: #991f1f;
}
.fs-l-cart .fs-c-cartDiscountInfo__note {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
font-size: 3vw;
}

.fs-l-cart .fs-c-buttonContainer {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 0;
width: 80%;
margin: auto;
}

.fs-body-cart .fs-l-cart a.fs-c-button--primary {
background: #991f1f;
border: 1px solid #991f1f;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 17px;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em 0.6em;
box-shadow: 0 0 2px #b2b2b2;
min-width: 240px;
font-weight: bold;
width: 100%;
}

.fs-body-cart .fs-l-cart .fs-c-button--continueShopping {
min-width: initial;
display: block;
width: 80%;
margin: auto;
}

ul.tsumamirank.ranking-scroll {
width: 100%;
padding: 0 7% 20px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

body ul.tsumamirank.ranking-scroll li > :not(.tsumamiranknum) {
min-width: 35vw;
}
body ul.tsumamirank.ranking-scroll li .tsumamirankimg img {
  height: 35vw;
  min-width: 35vw;
}

ul.tsumamirank.ranking-scroll li:last-child {
margin-right: 0 !important;
}

}

.fs-c-productListItem__image__image {
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 840px){
body#fs_ProductDetails form#fs_form .fs-c-slick .slick-slide {
width: 90vw;
}

}

/*トップページの任意商品表示パーツのキャッチコピーと販売価格を非表示にするCSS*/
.fs-body-top .fs-c-productListCarousel__list .fs-c-productName__copy{
display:none;
}

.fs-body-top .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
/*ここまで*/

/*トップバナー*/
.top-bnr-area {
margin: 30px auto 0;
width: 90%;
max-width: 770px;
}
.top-bnr-area.w100p{
width: 100%;
}
.top-bnr-area p{
margin-bottom: 30px;
}

/* ランキングアイコン */
.ranking-list .slick-list .slick-slide .fs-c-productListItem__image.fs-c-productImage {
  position: relative;
}
.ranking-list .slick-list .slick-slide:nth-of-type(1) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(2) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(3) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(4) .fs-c-productListItem__image.fs-c-productImage::before{
content: " ";
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
.ranking-list .slick-list .slick-slide:nth-of-type(1) .fs-c-productListItem__image.fs-c-productImage::before {
background: url(https://www.nunogatari.co.jp/images/top/icon-rank1.png);
background-size: contain;
}
.ranking-list .slick-list .slick-slide:nth-of-type(2) .fs-c-productListItem__image.fs-c-productImage::before {
background: url(https://www.nunogatari.co.jp/images/top/icon-rank2.png);
background-size: contain;
}
.ranking-list .slick-list .slick-slide:nth-of-type(3) .fs-c-productListItem__image.fs-c-productImage::before {
background: url(https://www.nunogatari.co.jp/images/top/icon-rank3.png);
background-size: contain;
}
.ranking-list .slick-list .slick-slide:nth-of-type(4) .fs-c-productListItem__image.fs-c-productImage::before {
background: url(https://www.nunogatari.co.jp/images/top/icon-rank4.png);
background-size: contain;
}
@media screen and (min-width: 841px){
.ranking-list .slick-list .slick-slide:nth-of-type(1) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(2) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(3) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(4) .fs-c-productListItem__image.fs-c-productImage::before{
  width: 63px !important;
  height: 63px !important;
}

}
@media screen and (max-width: 840px){
.ranking-list .slick-list .slick-slide:nth-of-type(1) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(2) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(3) .fs-c-productListItem__image.fs-c-productImage::before,
.ranking-list .slick-list .slick-slide:nth-of-type(4) .fs-c-productListItem__image.fs-c-productImage::before{
  width: 50px !important;
  height: 50px !important;
}

}


.fs-l-page .fs-c-productListCarousel{
position: relative;
}
span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow,
span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow{
position: absolute;
z-index: 10;
top: 40%;
}
span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow {
left: 0;
}
span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow {
right: 0;
}

body#fs_ProductDetails span.fs-c-productListCarousel__ctrl {
  display: none !important;
}

/*販売期間 2023/11/23追加*/
.fs-c-salesPeriod__date {
border: 1px dashed gray;
font-size: 0.8rem;
margin: 0;
padding: 4px 8px;
text-align: center;
}
/*ボタン*/
.contents-more a {
background: #666;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 18px;
line-height: 1;
text-decoration: none;
text-align: center;
padding: 0.8em 1.6em;
box-shadow: 0 0 2px #b2b2b2;
}
.contents-more button {
border: none;
background: none;
}
.contents-more {
text-align: center;
}
.fs-c-accountService__page--accountDelete {
flex-basis: 128px;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before{
background: url(https://www.nunogatari.co.jp/images/common/cancellation.svg) no-repeat center center;
background-size: 41px auto;
margin: 8px auto 0;
width: 64px;
height: 64px;
content: "";
display: block;
}
li.fs-c-accountService__page.fs-c-accountService__page--accountDelete a span {
font-size: 16px;
}
li.fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
box-shadow: 0 0 2px #b2b2b2;
background: #f7f7f7;
border: 1px solid #e5e5e5;
border-radius: 3px;
color: #3c3c3c;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
width: 100%;
height: 100%;
}

.top-bnr-common {
width: 95%;
max-width: 1000px;
margin: 20px auto;
}
@media screen and (max-width: 840px){
.top-bnr-common {
margin: 10px auto 0;
}
nav.nav.sp li.fs-pt-list__item {
  text-align: left;
}
}
.imgauto{
width: 100%;
height: auto;
}

.ranking-list li span.fs-c-productMark__mark--image.fs-c-productMark__mark img {
  aspect-ratio: auto;
}



@media screen and (min-width: 841px){
.kurikaeshi-img .fs-c-productPlainImage {
  padding: 20px 0;
  text-align: center;
}
.product-thumbarea.cart3 .fs-c-productThumbnail .fs-c-productThumbnail__image {
flex-basis: 78px;
}
.product-thumbarea.cart3 figcaption.fs-c-productThumbnail__image__caption {
font-size: 14px;
}

}
@media screen and (max-width: 840px){
.kurikaeshi-img .fs-c-productPlainImage {
  padding: 10px 0;
}
}



/* 20250401spのSNS追加 */
@media screen and (min-width: 768px){
  .ft-sns{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .ft-sns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-block: 20px;
  }
  .ft-sns li a{
    display: inline-block;
    width: 33px;
  }
}



/* 共通バナー */
body:not(.fs-body-top) .fs-l-pageMain > .common-bnr{
  margin-bottom: clamp( 30px, 4vw, 50px) !important;
}
