/*base*/
.spv {
  display: none;
}
@media (max-width: 640px) and (min-width: 1px) {
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
}
/*コマクリ*/
.fs-l-header {
  padding-top: 0;
}
.fs-l-footer {
  border-top: none;
  margin-top: 0;
  background-color: transparent;
}
.fs-l-main {
  margin: 30px auto;
  max-width: 1000px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-l-main {
    margin: 150px auto 30px;
    padding: 0;
  }
}

/*カート件数*/
.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
.fs-client-cart-count {
  position: absolute;
  line-height: 1.5em;
  min-width: 16px;
  height: 16px;
  background-color: #fc7fc2;
  position: absolute;
  top: 7px;
  right: 35%;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 12px;
  color: #FFF;
  border-radius: 8px;
}
@media (max-width: 850px) and (min-width: 1px){
  .fs-client-cart-count {
    right: 32%;
  }
}
@media (max-width: 800px) and (min-width: 1px){
  .fs-client-cart-count {
    right: 30%;
  }
}
/*header*/
@media (min-width:640px){
  header nav {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-family: "Century Gothic", Quicksand, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ ゴシック", "MS Gothic", Osaka－等幅, Osaka-mono, monospace;
  }
  header h1{
    background-color: transparent;
    font-size: 10px;
    font-weight: normal;
    font-weight: 200;
    color: #414141;
    position: absolute;
    width: 90%;
    height: 21px;
    top: 0;
    z-index: 100;
    padding-left: 1%;
  }
  header .sitemap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
  }
  header .sitemap a {
    color: #727272;
    font-size: 12px;
    font-weight: 200;
    padding-right: 10px;
    text-decoration: none;
  }
  header nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Century Gothic,Quicksand,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  }
  header nav ul li{
    text-align:center;
    font-size:14px;
    font-weight:bold;
    position:relative;
  }
  header nav ul li.cart {
    position: relative;
  }
  header nav ul li:first-child{
    width:17.5%;
    font-size:0.7rem;
  }
  header nav ul li:first-child i{
    font-size:28px !important;
  }

  header nav::after{
    clear:both;
    content:'';
    display:block;
    width:100%;
  }
  header nav ul li a i{
    display:block !important;
    font-size:20px !important;
  }
  header nav ul li a{
    text-decoration:none;
    width:16.5vw;
    height:50px;
    display:table-cell;
    vertical-align:middle;
  }
  header nav ul li a:hover {
    opacity: .5;
    text-decoration: none;
  }
  header nav ul li:first-child a{
    width:17.5vw;
  }

  header nav ul li a.u-toggle2{
    /* color:#fc7fc2; */
  }
  .fa-heart{
    color:#F00;
  }
  header .logo{
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 18px;
  }
  header .logo .pc_search_sns {
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    top: 18px;
    right: 0;
  }
  header .logo .pc_search_sns ul {
    display: flex;
    align-items: center;
  }
  header .logo .pc_search_sns ul li {
    padding: 0 8px;
  }
  header .logo .pc_search_sns ul li .search_box {
    margin-right: 10px;
  }
  header .logo .pc_search_sns ul li .search_form {
    display: flex;
  }
  header .logo .pc_search_sns ul li input[type="text"] {
    padding: 0 2px;
    border: 1px solid #414141;
    height: 16px;
    min-height: auto;
    border-radius: 0;
    max-width: 170px;
  }
  header .logo img.pcv {
    width: 100px;
    height: 70px;
  }
}

@media (max-width: 640px) and (min-width: 1px){
  header .logo img.spv {
    margin: auto;
  }
  header nav ul li:nth-child(8)::after{
    background: #fff;
  }
  header nav ul li a.u-toggle2 {
    color: #414141;
  }
}



/*シンプルヘッダー*/
.fs-l-header--min {
  border-bottom: none;
}
.base01.p-page__container {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.base01.p-page__container .title_area.p-shop__header.p-shop__header--logo {
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #f6f6f6;
}
@media (max-width: 640px) and (min-width: 1px){
  header.fs-l-header.fs-l-header--min {
    position: static;
  }
}



/*footer*/
@media (min-width:640px){
  footer .account_menu.spv,#drawer3 .row, footer .search_row.spv {
    display: none;
  }
  #footer .top {
    background: #FFEEF6;
    height: 30px;
  }
  #footer .payment > div {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .payment > div > div {
    width: 23%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #footer div.payment h3 {
    padding-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
  }
  #footer div.payment dl dt {
    padding: 10px 0;
    font-weight: bold;
  }
  #footer table.tbl_calendar {
    width: 100%;
    margin-bottom: 50px;
  }
  #footer table.tbl_calendar th,#footer table.tbl_calendar td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #footer .side_cal_memo {
    width: 100%;
  }
  .footer_nav {
    background: #FFEEF6;
    color: #727272;
  }
  div.footer_nav > div {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px
  }
  div.footer_nav:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 50px;
  }
  div.footer_nav div ul li a {
    color: #727272;
    text-decoration: none;
  }
  div.footer_nav div ul li a:hover {
    color: #aaa;
  }
  div.copyright p{
    background: #b5b5b5;
    clear: both;
    padding: 10px 0;
    text-align: center;
    font-weight: 200;
    color: #FFF;
    font-size: 14px;
  }
  #scroll-top-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    display: none;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 60px;
    z-index: 999;
    border-radius: 5px 5px 5px 5px;
    bottom: 200px;
    right: 10px;
  }
  #scroll-top-button.in {
    display: block;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
}
@media (max-width: 1000px) and (min-width: 640px){
  #footer .payment > div {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #footer .payment > div > div {
    width: 49%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  footer .account_menu.spv,#drawer3 .row, footer .search_row.spv {
    display: table;
  }
  footer .side_cal_memo font {
    line-height: 1.3;
  }
  #scroll-top-button {
    display: none;
  }
}
/*シンプルフッター*/
.p-page__copyright.p-page__container {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  border-top: 2px solid #f6f6f6;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}


/*ショップに戻るボタン*/
.c-button__group--sub {
  margin: 20px 0 30px;
  text-align: right;
}
.c-button.c-buttons-sm {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
/*入力枠*/
[type="text"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="password"] {
  width: 100%;
  padding: 7px;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/*2カラム*/
#container {
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#main {
  width: 100%;
}


/*レフトバー*/
@media (min-width:640px){
  #container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  #container .nav {
    max-width: 220px;
    width: 100%;
    margin-right: 30px;
    display: block;
  }
  #container .nav h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: Century Gothic,Quicksand,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  }
  #container div.nav > ul.category {
    list-style: none;
    margin-bottom: 20px;
    line-height: 1em;
    font-family: Century Gothic,Quicksand,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  }
  #container div.nav > ul.category li {
    margin-bottom: 0.8em;
    display: table;
    width: 100%;
    position: relative;
  }
  #container div.nav > ul.category > li > a {
    font-size: 14px;
    margin-bottom: 0.3em;
    padding: 0 0 0 5px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
    color: #414141;
  }
  #container div.nav > ul.category li ul {
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 10px;
  }
  #container div.nav > ul.category li a.open_nav {
    position: absolute;
    right: 0;
  }
  #container div.nav > ul.category li a:hover {
    text-decoration: none;
    opacity: .5;
  }
  #container div.nav > ul.category li .fa-chevron-up {
    display: none;
  }
  #container div.nav > ul.category li ul li {
    margin-left: 0px;
    height: 1em;
    margin-bottom: 0.8em;
    display: table;
    width: 100%;
  }
  #container div.nav > ul.category li a {
    padding: 0 0 0 5px;
    font-weight: bold;
    color: #414141;
  }
  #container .banner li {
    margin-bottom: 14px;
  }
  .nav .menu2 {
    border-top: solid 1px #414141;
    font-family: Century Gothic,Quicksand,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav .menu2 li {
    padding: 5px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.3em;
  }
  .nav .menu2 li a:hover {
    text-decoration: none;
    opacity: .5;
  }
  .menu2 img {
    margin-right: 5%;
  }
  .nav .banner iframe {
    overflow-x: auto;
    width: 100%;
    max-width: 220px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #container .nav {
    display: none;
  }
}



/*index main*/
.index_slider {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
/*TOPページ　カルーセル*/
.top_slider .slick-list.draggable {
  width: 80%;
}
.top_slider.fs-c-slick .slick-prev, .top_slider.fs-c-slick .slick-next {
  background-color: transparent;
}
.fs-pt-carousel {
  max-width: 1000px;
  margin: auto;
}
.slide-arrow.prev-arrow.slick-arrow {
  width: 14px;
  height: 28px;
  position: absolute;
  top: 40%;
  left: 0;
}
.slide-arrow.next-arrow.slick-arrow {
  width: 14px;
  height: 28px;
  position: absolute;
  top: 40%;
  right: 0;
}
.top_slider.fs-c-slick .slick-prev,.top_slider.fs-c-slick .slick-next {
  height: 28px;
  width: 14px;
}
.top_slider.fs-c-slick .slick-next {
  right: 0;
}
.top_slider.fs-c-slick .slick-prev {
  left: 0;
}
.top_slider.fs-c-slick .fs-pt-carousel__slide__caption {
  padding: 2%;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}
.top_slider.fs-c-slick .slick-initialized .slick-slide:hover {
  opacity: .75;
}
@media (max-width: 640px) and (min-width: 1px){
  .top_slider.fs-pt-carousel {
    margin-top: 90px;
  }
  .top_slider .slick-list.draggable {
    width: 100%;
  }
  .top_slider.fs-c-slick .slick-next,.top_slider.fs-c-slick .slick-prev {
    display: none!important;
  }
}
/*カテゴリーカルーセル（フリーパーツ）*/
.slider_cate {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.slider_cate .cate_list .slick-list.draggable {
  width: 95%;
  margin: auto;
}
.slider_cate .cate_list.slick-initialized .slick-slide {
  padding: 0 10px;
}
.cate_list .slide-arrow.next-arrow.slick-arrow {
  opacity: .75;
  width: 12px;
  height: auto;
  top: 45%;
}
.cate_list .slide-arrow.next-arrow.slick-arrow:hover {
  opacity: 1;
}
.cate_list .slide-arrow.prev-arrow.slick-arrow {
  opacity: .75;
  width: 12px;
  height: auto;
  top: 45%;
}
.cate_list .slide-arrow.prev-arrow.slick-arrow:hover {
  opacity: 1;
}
.slider_cate .cate_list.slick-initialized .slick-slide:hover a {
  text-decoration: none;
}
/*カテゴリースライダー*/
.category .slick-list.draggable {
  width: 90%;
}
.category .slick-list.draggable .slick-slide {
  margin-right: 15px;
}
.category.fs-c-slick .slick-prev, .category.fs-c-slick .slick-next {
  background-color: transparent;
}
.category.fs-c-slick .fs-pt-carousel__slide__caption {
  position: static;
  background-color: transparent;
  color: #000;
}
@media (max-width: 640px) and (min-width: 1px){
  .category.fs-c-slick .slick-slide {
    /* width: 50%!important; */
  }
  .category.fs-c-slick .slick-prev{
    left: 0;
    height: 25px;
    width: 25px;
  }
  .category.fs-c-slick .slick-next {
    right: 0;
    height: 25px;
    width: 25px;
  }
}
/*TOP_main幅高さ*/
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-top .fs-l-main {
    margin-top: 20px;
  }
}
/*TOP_NEWARRIVALS*/
@media (min-width:640px){
  .new_arrivals h2 {
    margin-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .new_arrivals h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
  .view_more {
    margin-bottom: 30px;
  }
  .view_more a:hover {
    text-decoration: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .new_arrivals h2 {
    text-align: center;
  }
  .new_arrivals h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
  .view_more {
    margin-bottom: 20px;
  }
}
/*TOP_RANKING*/
@media (min-width:640px){
  .rankig h2 {
    margin-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .rankig h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
  .rankig ul.color_rank {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .rankig ul.color_rank li a:hover {
    text-decoration: none;
    opacity: .5;
  }
}
@media (max-width: 750px) and (min-width: 1px){
  .rankig ul.color_rank {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .rankig ul.color_rank li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .rankig ul.color_rank {
    display: none;
  }
  .rankig h2 {
    text-align: center;
    margin-top: 20px;
  }
  .rankig h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
}
/*TOP_NEWS*/
@media (min-width:640px){
  .news.three h2 {
    margin-bottom: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .news.three h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
  .news.three ul.information {
    height: 180px;
    overflow-y: scroll;
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .news.three ul.information li {
    border-bottom: dashed 1px #CCC;
    max-height: 100%;
    padding: 5px 0;
  }
  .news.three ul.information li span.day {
    display: block;
    padding: 0;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .news.three ul.information li a {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
  }
  .news.three ul.information li a:hover {
    opacity: .5;
    text-decoration: none;
  }
  .info_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .news.three h2 {
    margin-top: 20px;
  }
  .news.three h2 img {
    width: 300px;
    width: 240px;
    height: auto;
  }
  .news.three ul.information {
    max-height: 180px;
    overflow: auto;
    list-style-type: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .news.three ul.information li {
    border-bottom: dotted 1px #bbb;
    padding: 5px;
    font-size: 0.75rem;
  }
  .news.three ul.information li span.day {
    display: block;
  }
  .news.three ul.information li a {
    text-decoration: underline;
  }
  .news.three ul.information li a:hover {
    opacity: 1;
  }
}
/*最近チェックした商品*/
@media (min-width:640px){
  .check_item h2 {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    clear: both;
    max-height: 100%;
    margin-bottom: 30px;
    height: 19px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .check_item h2 {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
}
/*TOP_footer上　プロメーカー*/
@media (min-width:640px){
  .nail_labo {
    width: 1000px;
    margin: 0 auto;
  }
  .nail_labo > img {
   display: block;
   margin: 0 auto 40px auto;
 }
 .nail_labo .catch01 {
   color: #fc7fc2;
  font-size: 36px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
 }
 .nail_labo > p {
   margin: 0 auto 20px auto;
   width: 590px;
 }
}
@media (max-width: 840px) and (min-width: 1px){
  .nail_labo {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .nail_labo {
    display: none;
  }
}

/*ハンバーガー*/
@media (max-width: 640px) and (min-width: 1px){
  .drawer {
    z-index: 2200;
  }
}
.sns.spv h1 img {
  width: 240px;
}
/*ページ見出し*/
@media (min-width:640px){
  .fs-c-heading.fs-c-heading--page {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    margin-bottom: 30px;
    max-height: 100%;
    text-align: left;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-heading.fs-c-heading--page {
    margin: 0px 5%;
    width: 90%;
    font-size: 1rem;
    text-align: left;
    border-bottom: none;
    font-weight: bold;
  }
}

/*商品グループ メイン高さ*/
.fs-body-category .fs-l-main {
  margin-top: 0;
}
/*商品検索 メイン高さ*/
.fs-body-search .fs-l-main {
  margin-top: 0;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-l-main {
    margin-top: 90px;
  }
  .fs-body-search .fs-l-main {
    margin-top: 102px;
  }
}
/*商品グループ タイトル*/
.fs-body-category .fs-c-heading.fs-c-heading--page {
  padding: 0;
  font-weight: bold;
}
/*商品検索 タイトル*/
.fs-body-search .fs-c-heading.fs-c-heading--page {
  padding: 0;
  font-weight: bold;
}
/*クーポン対象商品一覧 タイトル*/
.fs-body-couponProduct .fs-c-heading.fs-c-heading--page {
  padding: 0;
  font-weight: bold;
}
/*バンドル商品一覧 タイトル*/
.fs-body-bundle .fs-c-heading.fs-c-heading--page {
  padding: 0;
  font-weight: bold;
}
/*商品グループ 絞り込み*/
.fs-body-category .fs-c-productList__controller {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs-body-category .fs-c-productList {
  margin: 0;
}
.fs-body-category .fs-c-listControl {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  align-items: flex-start;
}
.fs-body-category .fs-c-sortItems__label {
  display: none;
}
.fs-body-category .fs-c-sortItems {
  font-size: 16px;
}
.fs-body-category .fs-c-sortItems__list__item.is-active {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.fs-body-category .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
  text-decoration: none;
  opacity: .7;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-sortItems__list {
    border-left: none;
  }
  .fs-body-category .fs-c-sortItems {
    font-size: 12px;
    border: none;
  }
  .fs-body-category .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
    opacity: 1;
  }
}
/*クーポン対象商品一覧 絞り込み*/
.fs-body-couponProduct .fs-c-productList__controller {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs-body-couponProduct .fs-c-productList {
  margin: 0;
}
.fs-body-couponProduct .fs-c-listControl {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  align-items: flex-start;
}
.fs-body-couponProduct .fs-c-sortItems__label {
  display: none;
}
.fs-body-couponProduct .fs-c-sortItems {
  font-size: 16px;
}
.fs-body-couponProduct .fs-c-sortItems__list__item.is-active {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.fs-body-couponProduct .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
  text-decoration: none;
  opacity: .7;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-couponProduct .fs-c-sortItems__list {
    border-left: none;
  }
  .fs-body-couponProduct .fs-c-sortItems {
    font-size: 12px;
    border: none;
  }
  .fs-body-couponProduct .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
    opacity: 1;
  }
}
/*バンドル商品一覧 絞り込み*/
.fs-body-bundle .fs-c-productList__controller {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fs-body-bundle .fs-c-productList {
  margin: 0;
}
.fs-body-bundle .fs-c-listControl {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  align-items: flex-start;
}
.fs-body-bundle .fs-c-sortItems__label {
  display: none;
}
.fs-body-bundle .fs-c-sortItems {
  font-size: 16px;
}
.fs-body-bundle .fs-c-sortItems__list__item.is-active {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.fs-body-bundle .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
  text-decoration: none;
  opacity: .7;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-bundle .fs-c-sortItems__list {
    border-left: none;
  }
  .fs-body-bundle .fs-c-sortItems {
    font-size: 12px;
    border: none;
  }
  .fs-body-bundle .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
    opacity: 1;
  }
}
/*商品検索 絞り込み*/
.fs-body-search .fs-c-productList__controller {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fs-body-search .fs-c-productList {
  margin: 0;
}
.fs-body-search .fs-c-listControl {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  align-items: flex-start;
}
.fs-body-search .fs-c-sortItems__label {
  display: none;
}
.fs-body-search .fs-c-sortItems {
  font-size: 16px;
}
.fs-body-search .fs-c-sortItems__list__item.is-active {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}
.fs-body-search .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
  text-decoration: none;
  opacity: .7;
}
/*絞り込み下非表示*/
.fs-body-search .fs-c-productList__controller.last {
  display: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-search .fs-c-sortItems__list {
    border-left: none;
  }
  .fs-body-search .fs-c-sortItems {
    font-size: 12px;
    border: none;
  }
  .fs-body-search .fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
    opacity: 1;
  }
}
/*商品グループ　商品名*/
.fs-body-category .fs-c-productListItem__productName {
  font-size: 12px;
  text-align: center;
}
.fs-body-category .fs-c-productListItem__productName a:hover {
  text-decoration: none;
  opacity: .7;
}
/*商品検索　商品名*/
.fs-body-search .fs-c-productListItem__productName {
  font-size: 12px;
  text-align: center;
}
.fs-body-search .fs-c-productListItem__productName a:hover {
  text-decoration: none;
  opacity: .7;
}
/*クーポン対象商品一覧　商品名*/
.fs-body-couponProduct .fs-c-productListItem__productName {
  font-size: 12px;
  text-align: center;
}
.fs-body-couponProduct .fs-c-productListItem__productName a:hover {
  text-decoration: none;
  opacity: .7;
}
/*バンドル商品一覧　商品名*/
.fs-body-bundle .fs-c-productListItem__productName {
  font-size: 12px;
  text-align: center;
}
.fs-body-bundle .fs-c-productListItem__productName a:hover {
  text-decoration: none;
  opacity: .7;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productListItem__productName {
    text-align: left;
  }
  .fs-body-search .fs-c-productListItem__productName {
    text-align: left;
  }
  .fs-body-category .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-search .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-couponProduct .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-couponProduct .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-bundle .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-bundle .fs-c-productListItem__productName a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/*商品グループ　価格*/
.fs-body-category .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-category .fs-c-price__currencyMark {
  display: none;
}
.fs-body-category .fs-c-price__value {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.fs-body-category .fs-c-price__value::before {
  content: "￥";
  display: inline-block;
}
.fs-body-category .fs-c-price__value::after {
  content: "\00a0 ";
  display: inline-block;
}
.fs-body-category .fs-c-productPrice {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fs-body-category .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon {
  font-size: 10px;
  line-height: 0.6;
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon::before {
  content: "";
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon::after {
  content: "";
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*商品検索　価格*/
.fs-body-search .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-search .fs-c-price__currencyMark {
  display: none;
}
.fs-body-search .fs-c-price__value {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.fs-body-search .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-search .fs-c-productPrice {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fs-body-search .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-body-search .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*クーポン対象商品一覧　価格*/
.fs-body-couponProduct .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-couponProduct .fs-c-price__currencyMark {
  display: none;
}
.fs-body-couponProduct .fs-c-price__value {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.fs-body-couponProduct .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-couponProduct .fs-c-productPrice {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fs-body-couponProduct .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-body-couponProduct .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon {
  font-size: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-couponProduct .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*バンドル商品一覧　価格*/
.fs-body-bundle .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-bundle .fs-c-price__currencyMark {
  display: none;
}
.fs-body-bundle .fs-c-price__value {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.fs-body-bundle .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-bundle .fs-c-productPrice {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fs-body-bundle .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-body-bundle .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon {
  font-size: 12px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-bundle .fs-c-productPrice {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*商品グループ　お気に入りボタン*/
.fs-body-category .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 22px;
}
/*商品検索　お気に入りボタン*/
.fs-body-search .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 22px;
}
/*クーポン対象商品一覧　お気に入りボタン*/
.fs-body-couponProduct .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 22px;
}
/*バンドル商品一覧　お気に入りボタン*/
.fs-body-bundle .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 22px;
}
/*商品グループ　カートボタン*/
.fs-body-category .fs-c-button--plain {
  font-size: 12px;
}
.fs-body-category .fs-c-button--addToCart--list.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-category .fs-c-button--addToCart--list.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-category .fs-c-button--addToCart--list.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
.fs-body-category .fs-c-button--viewProductDetail.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-category .fs-c-button--viewProductDetail.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-category .fs-c-button--viewProductDetail.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
/*商品検索　カートボタン*/
.fs-body-search .fs-c-button--plain {
  font-size: 12px;
}
.fs-body-search .fs-c-button--addToCart--list.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-search .fs-c-button--addToCart--list.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-search .fs-c-button--addToCart--list.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
.fs-body-search .fs-c-button--viewProductDetail.fs-c-button--plain {
  background-color: #414141;
  padding: 3px 5px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-search .fs-c-button--viewProductDetail.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-search .fs-c-button--viewProductDetail.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
/*クーポン対象商品一覧　カートボタン*/
.fs-body-couponProduct .fs-c-button--plain {
  font-size: 12px;
}
.fs-body-couponProduct .fs-c-button--addToCart--list.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-couponProduct .fs-c-button--addToCart--list.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-couponProduct .fs-c-button--addToCart--list.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
.fs-body-couponProduct .fs-c-button--viewProductDetail.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-couponProduct .fs-c-button--viewProductDetail.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-couponProduct .fs-c-button--viewProductDetail.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
/*バンドル商品一覧　カートボタン*/
.fs-body-bundle .fs-c-button--plain {
  font-size: 12px;
}
.fs-body-bundle .fs-c-button--addToCart--list.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-bundle .fs-c-button--addToCart--list.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-bundle .fs-c-button--addToCart--list.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
.fs-body-bundle .fs-c-button--viewProductDetail.fs-c-button--plain {
  background-color: #efefef;
  padding: 3px 5px;
  color: #414141;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.fs-body-bundle .fs-c-button--viewProductDetail.fs-c-button--plain::before {
  font-size: 20px;
  vertical-align: middle;
}
.fs-body-bundle .fs-c-button--viewProductDetail.fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .7;
}
/*商品グループ　一覧*/
.fs-body-category .fs-c-productList__list__item {
  border-bottom: none;
  position: relative;
}
.fs-body-category .fs-c-productList__list__item:hover {
  opacity: .7;
}
/*商品検索　一覧*/
.fs-body-search .fs-c-productList__list__item {
  border-bottom: none;
  position: relative;
}
.fs-body-search .fs-c-productList__list__item:hover {
  opacity: .7;
}
/*クーポン対象商品一覧　一覧*/
.fs-body-couponProduct .fs-c-productList__list__item {
  border-bottom: none;
  position: relative;
}
.fs-body-couponProduct .fs-c-productList__list__item:hover {
  opacity: .7;
}
/*バンドル商品一覧　一覧*/
.fs-body-bundle .fs-c-productList__list__item {
  border-bottom: none;
  position: relative;
}
.fs-body-bundle .fs-c-productList__list__item:hover {
  opacity: .7;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productList {
    width: 90%;
    margin: auto;
  }
  .fs-body-search .fs-c-productList {
    width: 90%;
    margin: auto;
  }
  .fs-body-couponProduct .fs-c-productList {
    width: 90%;
    margin: auto;
  }
  .fs-body-bundle .fs-c-productList {
    width: 90%;
    margin: auto;
  }
}
/*商品グループ　画像*/
.fs-body-category .fs-c-productListItem__image.fs-c-productImage {
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(200, 200, 200, 1);
  border-radius: 5px;
}
/*商品検索　画像*/
.fs-body-search .fs-c-productListItem__image.fs-c-productImage {
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(200, 200, 200, 1);
  border-radius: 5px;
}
/*クーポン対象商品一覧　画像*/
.fs-body-couponProduct .fs-c-productListItem__image.fs-c-productImage {
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(200, 200, 200, 1);
  border-radius: 5px;
}
/*バンドル商品一覧　画像*/
.fs-body-bundle .fs-c-productListItem__image.fs-c-productImage {
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(200, 200, 200, 1);
  border-radius: 5px;
}
/*商品グループ　NEWアイコン*/
.fs-body-category .fs-c-productList__list__item .icon_new {
  position: absolute;
  top: -17px;
  left: -5px;
  width: 45px;
  height: auto;
}
/*商品検索　NEWアイコン*/
.fs-body-search .fs-c-productList__list__item .icon_new {
  position: absolute;
  top: -17px;
  left: -5px;
  width: 45px;
  height: auto;
}
/*クーポン対象商品一覧　NEWアイコン*/
.fs-body-couponProduct .fs-c-productList__list__item .icon_new {
  position: absolute;
  top: -17px;
  left: -5px;
  width: 45px;
  height: auto;
}
/*バンドル商品一覧　NEWアイコン*/
.fs-body-bundle .fs-c-productList__list__item .icon_new {
  position: absolute;
  top: -17px;
  left: -5px;
  width: 45px;
  height: auto;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productListItem__image.fs-c-productImage {
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
  }
  .fs-body-search .fs-c-productListItem__image.fs-c-productImage {
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
  }
  .fs-body-couponProduct .fs-c-productListItem__image.fs-c-productImage {
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
  }
  .fs-body-bundle .fs-c-productListItem__image.fs-c-productImage {
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
  }
  .fs-body-category .fs-c-productList__list__item .icon_new {
    position: absolute;
    top: -5px;
    left: 3px;
    width: 35px;
    height: auto;
  }
  .fs-body-search .fs-c-productList__list__item .icon_new {
    position: absolute;
    top: -5px;
    left: 3px;
    width: 35px;
    height: auto;
  }
  .fs-body-couponProduct .fs-c-productList__list__item .icon_new {
    position: absolute;
    top: -5px;
    left: 3px;
    width: 35px;
    height: auto;
  }
  .fs-body-bundle .fs-c-productList__list__item .icon_new {
    position: absolute;
    top: -5px;
    left: 3px;
    width: 35px;
    height: auto;
  }
}
/*商品グループ　子カテゴリー*/
.fs-body-category .fs-c-subgroup .fs-c-subgroupList__link {
  background-color: transparent;
}
.fs-body-category .fs-c-subgroup .fs-c-subgroupList__link::after {
  font-size: 18px;
}
.fs-body-category .fs-c-subgroup .fs-c-subgroupList__item {
  -webkit-box-flex:0;
	-ms-flex:0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-subgroup .fs-c-subgroupList {
    display: flex;
    justify-content: space-between;
  }
  .fs-body-category .fs-c-subgroup .fs-c-subgroupList__item {
    width: 49%;
    margin-right: 0;
    flex: 0 0 49%;
  }
  .fs-body-category .fs-c-subgroup {
    width: 90%;
    margin: 10px auto;
  }
}
/*商品グループ　独自コメント*/
.fs-body-category .cg_freespace_01 img,.fs-body-category .cg_freespace_02 img {
  border: 1px solid #CCCCCC;
}
.fs-body-category #container .item_g_01 {
  margin-bottom: 30px;
}
.fs-body-category #container div.cg_freespace_01 {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.fs-body-category #container .item_g_01 p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .cg_freespace_01 img,.fs-body-category .cg_freespace_02 img {
    border: none;
  }
  .fs-body-category #container .item_g_01 p {
    margin-bottom: 20px;
    line-height: 25px;
  }
  .fs-body-category #container .item_g_01 {
    margin-bottom: 20px;
  }
}
/*商品グループ　レコメンド*/
.fs-body-category .new_arrivals {
  margin-top: 50px;
}
/*商品検索　レコメンド*/
.fs-body-search .new_arrivals {
  margin-top: 50px;
}
/*クーポン対象商品一覧　レコメンド*/
.fs-body-couponProduct .new_arrivals {
  margin-top: 50px;
}
/*バンドル商品一覧　レコメンド*/
.fs-body-bundle .new_arrivals {
  margin-top: 50px;
}
/*商品詳細 メイン高さ*/
.fs-body-product .fs-l-main {
  margin-top: 0;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-l-main {
    margin-top: 75px;
  }
}
/*商品詳細 パンくず*/
.fs-body-product .fs-c-breadcrumb {
  font-size: 13px;
}
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0 5px;
}
.fs-body-product .fs-c-breadcrumb li a:hover {
  text-decoration: none;
  opacity: .5;
}
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child {
  display: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-breadcrumb {
    font-size: 12px;
    width: 95%;
    margin: auto;
  }
  .fs-body-product .fs-c-breadcrumb li a {
    text-decoration: underline;
  }
  .fs-body-product .fs-c-breadcrumb li a:hover {
    opacity: 1;
  }
}
/*商品詳細　商品画像*/
.fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 600px;
  min-height: 600px;
  margin: auto;
}
.fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image img {
  max-height: 600px;
  width: auto;
  display: block;
  margin: auto;
}
.fs-body-product .fs-c-productCarouselMainImage__image > img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
.fs-body-product .fs-c-slick .slick-prev,.fs-body-product .fs-c-slick .slick-next {
  background-color: transparent;
}
@media (max-width: 950px) and (min-width: 1px){
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    min-height: 500px;
  }
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image img {
    max-height: 500px;
    width: auto;
    display: block;
    margin: auto;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    max-width: 600px;
  }
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 600px;
    overflow-x: hidden;
  }
}
@media (max-width: 850px) and (min-width: 1px){
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    min-height: 400px;
  }
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image img {
    max-height: 400px;
    width: auto;
    display: block;
    margin: auto;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    max-width: 500px;
  }
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 500px;
  }
}
@media (max-width: 750px) and (min-width: 1px){
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    max-width: 400px;
  }
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 400px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    min-height: 300px;
  }
  .fs-body-product .fs-c-productMainImage .fs-c-productMainImage__image img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: auto;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    max-width: 100vw;
  }
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    max-width: 100%;
  }
}
/*商品詳細　商品名*/
.fs-body-product .fs-c-productNameHeading {
  font-size: 18px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-productNameHeading {
    font-size: 18px;
  }
}
/*商品詳細　価格*/
.fs-body-product .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-price__currencyMark {
  display: none;
}
.fs-body-product .fs-c-price__value {
  font-size: 16px;
  font-weight: bold;
}
.fs-body-product .fs-c-price__value::before {
  content: "\00a0 ￥";
  display: inline-block;
}
.fs-body-product .fs-c-price__value::after {
  content: "\00a0 税込";
  display: inline-block;
  font-size: 10px;
}
.fs-body-product .fs-c-productPrice__addon {
  display: none;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail {
  display: flex;
  margin-bottom: 10px;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price{
  text-decoration: line-through;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value::after {
  content: "税込";
  display: inline-block;
  text-decoration: line-through;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling.pprice::before {
  display: inline-block;
  content: "→";
  color: #000;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling.pprice .fs-c-productPrice__main__price.fs-c-price{
  color: #fc125d;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling.pprice .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value::after {
  content: "円(税込)";
  display: inline-block;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-price__value {
    font-size: 14px;
  }
}
/*商品詳細　商品番号*/
.fs-body-product .fs-c-productNumber {
  border: none;
  padding: 0;
  font-size: 12px;
}
.fs-body-product .fs-c-productNumber__number {
  font-weight: normal;
}

/*商品詳細　数量・お気に入り*/
.fs-body-product .fs-c-productQuantityAndWishlist {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 10px 0;
}
.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
  position: relative;
}
.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量：";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-quantity__select.fs-system-quantity-list {
  padding: 4px;
  border: 1px solid #000;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-quantity__select.fs-system-quantity-list::-ms-expand {
  display: block;
}
.fs-body-product .fs-c-productQuantityAndWishlist .fs-c-quantity__number.fs-system-quantity-text {
  margin-left: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail,.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  font-size: 18px;
  border: none;
  margin-top: 15px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail,.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    font-size: 14px;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget .fs-c-quantity__message {
    position: absolute;
    left: 0;
  }
}
/*商品詳細　選択項目*/
.fs-body-product .fs-c-productSelection {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  display: block;
}
.fs-body-product .fs-c-productSelection__name {
  font-size: 14px;
  background-color: transparent;
  float: left;
  padding: 8px 4px;
}
.fs-c-quantity__message {
  width: 30%;
  font-size: 12px;
  background-color: transparent;
  font-weight: normal;
}
.fs-body-product .fs-c-productSelection .fs-c-productSelection__selection {
  width: 60%;
}
.fs-body-product .fs-c-productSelection .fs-c-productSelection__selection .fs-c-dropdown__menu {
  padding: 4px;
  border: 1px solid #000;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fs-body-product .fs-c-productSelection .fs-c-productSelection__selection .fs-c-dropdown::after {
  background-color: transparent;
  border-left: none;
  font-size: 20px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-productSelection .fs-c-productSelection__selection {
    width: 75%;
  }
}
/*商品詳細　カートボタン*/
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary {
  background-color: #e46798;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 65px;
  line-height: 35px;
  text-align: center;
  border: none;
  box-shadow: none;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary .fs-c-button__label::before {
  content: "";
  display: inline-block;
  background: url(../img/cart_btn_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary {
    width: 100%;
    font-size: 16px;
  }
}
/*商品詳細　右側レビュー等*/
.fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--2 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
	align-self: center;
}
.fs-body-product .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail .fs-c-button--plain {
  color: #000;
}
.fs-body-product .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
  color: #000;
}
.fs-body-product .fs-c-button--inquiryAboutProduct.fs-c-button--plain::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.fs-body-product .fs-c-button--plain:hover {
  text-decoration: none;
  opacity: .5;
}
/*商品詳細　お問い合わせモーダル*/
.fs-body-product .fs-c-modal .fs-c-inputTable__headerCell {
  width: 210px;
}
.fs-body-product .fs-c-modal [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-product .fs-c-modal textarea {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-product .fs-c-modal .fs-c-button--standard {
  font-size: 16px;
  border: none;
}
/*商品詳細ページ　IE対策*/
.fs-body-product .fs-l-product3 .fs-l-productLayout {
  display: block;
}
/* .fs-body-product .fs-l-product3 .fs-l-productLayout__item--2 {
  width: 34%;
  margin-left: 5%;
  float: right;
}
.fs-body-product .fs-l-product3 .fs-l-productLayout__item--3 {
  float: left;
  width: 60%;
}
.fs-body-product .fs-l-product3 .fs-l-productLayout__item--2 {
  margin-top: 13%
} */
.fs-body-product .item_main_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-body-product .item_main_box .item_left {
  width: 60%;
}
.fs-body-product .item_main_box .item_right {
  width: 40%;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary {
  max-width: 340px;
  min-width: 0px;
  width: 100%;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--particular {
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
  padding: 7px 5px;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button__label::after {
  margin-left: 0;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button__label {
  font-size: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin-left: 0;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-product .fs-l-product3 .fs-l-productLayout__item--3,.fs-body-product .fs-l-product3 .fs-l-productLayout__item--2 {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-product .fs-p-snsArea {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin: 0;
  }
  .fs-body-product .fs-p-snsArea iframe {
    margin-bottom: 2px;
  }
  .fs-body-product .fs-p-snsArea #fb-root {
    margin: 2px 0;
  }
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-product .fs-l-product3 .fs-l-productLayout__item--3,.fs-body-product .fs-l-product3 .fs-l-productLayout__item--2 {
    width: 90%;
    margin: auto;
  }
  .fs-body-product .item_description {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) and (min-width: 1px){
  .fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .fs-body-product .item_main_box {
    display: block;
  }
  .fs-body-product .item_main_box .item_left {
    width: 100%;
  }
  .fs-body-product .item_main_box .item_right {
    width: 100%;
  }
  .fs-body-product .fs-p-snsArea {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  }
  .fs-body-product .fs-c-buttonContainer {
    display: block;
  }
}
/*商品詳細　独自コメント01*/
.fs-body-product .item_description::before {
  display: block;
  content: "";
  clear: both;
}
.fs-body-product .item_description div.item_detail p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.fs-body-product .item_description .item_coment_01 {
  line-height: 2;
}
.fs-body-product .item_description .item_coment_01 iframe {
  width: 100%;
  max-width: 640px;
}
/*特定商取引法*/
@media (min-width:640px){
  .fs-body-about-terms .content.right {
    padding-top: 0;
  }
  .fs-body-about-terms #container .content table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ddd;
    border-collapse: collapse;
    margin-bottom: 50px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .fs-body-about-terms #container .content table th {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 5px;
  }
  .fs-body-about-terms #container .content table td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 5px;
  }
  .fs-body-about-terms #container .content dl {
    margin-bottom: 30px;
  }
  .fs-body-about-terms #container div.content dl > dt.category_title {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #aaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding-left: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .fs-body-about-terms #container div.content dl > dd.title {
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #aaa;
    padding-bottom: 10px;
  }
  .fs-body-about-terms #container div.content dl > dd.note {
    margin-bottom: 50px;
  }
  .fs-body-about-terms .new_arrivals,.fs-body-about-terms .rankig,.fs-body-about-terms .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-about-terms .content.right {
    padding-top: 0;
  }
  .fs-body-about-terms #container .content table {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-terms #container .content table th {
    text-align: left;
    display: block;
    padding: 10px 2%;
  }
  .fs-body-about-terms #container .content table td {
    display: block;
    padding: 10px 2%;
  }
  .fs-body-about-terms #container div.content dl > dt.category_title {
    margin: 0px 2%;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    font-weight: bold;
  }
  .fs-body-about-terms #container div.content dl > dd.title {
    font-size: 0.75rem;
    width: 90%;
    margin: 0.83em auto;
    font-weight: bold;
  }
  .fs-body-about-terms #container div.content dl > dd.note {
    width: 90%;
    margin: 0 auto 30px;
  }
}


/*個人情報保護*/
@media (min-width:640px){
  .fs-body-about-privacyPolicy .fs-l-main {
    margin-top: 0;
  }
  .fs-body-about-privacyPolicy .content.right {
    padding-top: 0;
  }
  .fs-body-about-privacyPolicy .fs-c-heading.fs-c-heading--page {
    padding-top: 0;
  }
  .fs-body-about-privacyPolicy #container .content > p {
    clear: both;
    margin-bottom: 50px;
  }
  .fs-body-about-privacyPolicy #container .content p {
    margin-bottom: 30px;
    letter-spacing: 0.3em;
    line-height: 30px;
  }
  .fs-body-about-privacyPolicy #container #privacy > div.title {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #aaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    padding-left: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .fs-body-about-privacyPolicy #container #privacy > div {
    margin-bottom: 50px;
  }
  .fs-body-about-privacyPolicy #container .content div {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
  .fs-body-about-privacyPolicy .new_arrivals,.fs-body-about-privacyPolicy .rankig,.fs-body-about-privacyPolicy .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-about-privacyPolicy .content.right {
    padding-top: 0;
  }
  .fs-body-about-privacyPolicy #privacy {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .fs-body-about-privacyPolicy #container .content > p {
    display: none;
  }
  .fs-body-about-privacyPolicy #container #privacy > div.title {
    font-size: 0.75rem;
    font-weight: bold;
    margin: 10px 0;
  }
  .fs-body-about-privacyPolicy #container .content #privacy div {
    font-size: 0.75rem;
    margin: 10px 0;
  }
}


/*メルマガ申込*/
.fs-body-newsletter-subscribe .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-newsletter-subscribe .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__message {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
/*メルマガ申込　入力欄*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background-color: transparent;
  max-width: 700px;
  padding: 16px 0;
}
.fs-body-newsletter-subscribe .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-newsletter-subscribe .fs-c-inputTable__headerCell {
  width: 24%;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 58%;
}
.fs-body-newsletter-subscribe .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-newsletter-subscribe .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-newsletter-subscribe .fs-c-requiredMark::before {
  display: none;
}
/*メルマガ申込　ボタン*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__button {
  margin-top: 0;
  margin-bottom: 50px;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__button .fs-c-button--primary {
  font-size: 16px;
  padding: 1em 4.6em;
  background: #2196f3;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer
}
/*メルマガ申込　解除リンクボタン*/
.fs-body-newsletter-subscribe .mail_btn .mail_link_btn {
  display: block;
  font-size: 16px;
  padding: 0.813em 1em;
  background: #fdd9d7;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #86251e;
  max-width: 179px;
  text-align: center;
  margin: 0 auto 50px;
}
.fs-body-newsletter-subscribe .mail_btn .mail_link_btn:hover {
  text-decoration: none;
  opacity: .8;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-newsletter-subscribe .fs-l-main {
    margin: 0px auto;
    width: 90%;
  }
  .fs-body-newsletter-subscribe .fs-c-heading.fs-c-heading--page {
    font-size: 20px;
    font-weight: normal;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation__message {
    font-size: 16px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__dataCell [type="text"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation__button .fs-c-button--primary {
    width: 100%;
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .fs-body-newsletter-subscribe .mail_btn .mail_link_btn:hover {
    text-decoration: none;
    opacity: 1;
  }
  .fs-body-newsletter-subscribe .mail_btn .mail_link_btn {
    width: 100%;
    max-width: 100%;
    padding: 0.8em 0;
    font-size: 14px;
  }
}

/*メルマガ停止*/
.fs-body-newsletter-unsubscribe .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-newsletter-unsubscribe .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__message {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
/*メルマガ停止　入力欄*/
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background-color: transparent;
  max-width: 700px;
  padding: 16px 0;
}
.fs-body-newsletter-unsubscribe .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-newsletter-unsubscribe .fs-c-inputTable__headerCell {
  width: 24%;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell {
  width: 60%;
}
.fs-body-newsletter-unsubscribe .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-newsletter-unsubscribe .fs-c-requiredMark::before {
  display: none;
}
.fs-body-newsletter-unsubscribe  .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
.fs-body-newsletter-unsubscribe  .fs-c-inputInformation__button .fs-c-button--primary {
  font-size: 16px;
  padding: 1em 4.6em;
  background: #fdd9d7;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #86251e;
}

/*エラー時*/
.fs-c-inputInformation .fs-c-inputInformation__message {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-c-inputInformation .fs-c-inputInformation__field {
  background-color: transparent;
  max-width: 700px;
  padding: 16px 0;
}
.fs-c-inputInformation .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-c-inputInformation .fs-c-inputTable__headerCell {
  width: 24%;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 60%;
}
.fs-c-inputInformation .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-c-inputInformation .fs-c-requiredMark::before {
  display: none;
}
.fs-c-inputInformation .fs-c-inputInformation__button {
  margin-bottom: 50px;
}
.fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--primary {
  /* font-size: 16px;
  padding: 1em 4.6em;
  background: #fdd9d7;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #86251e; */
}
/*メルマガ停止　登録リンクボタン*/
.fs-body-newsletter-unsubscribe .mail_btn .mail_link_btn {
  display: block;
  font-size: 16px;
  padding: 0.813em 1em;
  background: #2196f3;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  max-width: 179px;
  text-align: center;
  margin: 0 auto 50px;
}
.fs-body-newsletter-unsubscribe .mail_btn .mail_link_btn:hover {
  text-decoration: none;
  opacity: .8;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-newsletter-unsubscribe .fs-l-main {
    margin: 0px auto;
    width: 90%;
  }
  .fs-body-newsletter-unsubscribe .fs-c-heading.fs-c-heading--page {
    font-size: 20px;
    font-weight: normal;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation__message {
    font-size: 16px;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputTable__dataCell [type="text"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation__button .fs-c-button--primary {
    width: 100%;
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .fs-c-inputInformation .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  .fs-c-inputInformation .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
  }
  .fs-c-inputInformation .fs-c-inputTable__dataCell [type="text"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--primary {
    /* width: 100%;
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center; */
  }
  .fs-body-newsletter-unsubscribe .mail_btn .mail_link_btn {
    width: 100%;
    max-width: 100%;
    padding: 0.8em 0;
    font-size: 14px;
  }
}


/*メルマガ登録完了*/
.fs-body-newsletter-subscribe-success .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-newsletter-subscribe-success .fs-c-heading.fs-c-heading--page {
  padding-top: 30px;
  text-align: center;
}
.fs-body-newsletter-subscribe-success .fs-c-documentContent {
  color: #4caf50;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
/*ＴＯＰボタン*/
.fs-body-newsletter-subscribe-success .fs-c-button--secondary {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  min-width: 0;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-newsletter-subscribe-success .fs-l-main {
    margin: 0px auto;
    width: 90%;
  }
  .fs-body-newsletter-subscribe-success .fs-c-heading.fs-c-heading--page {
    font-size: 20px;
    font-weight: normal;
  }
  .fs-body-newsletter-subscribe-success .fs-c-documentContent {
    margin-top: 0;
    font-size: 16px;
  }
  .fs-body-newsletter-subscribe-success .fs-c-button--secondary {
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
}



/*メルマガ停止完了*/
.fs-body-newsletter-unsubscribe-sucess .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-newsletter-unsubscribe-sucess .fs-c-heading.fs-c-heading--page {
  padding-top: 30px;
  text-align: center;
}
.fs-body-newsletter-unsubscribe-sucess .fs-c-documentContent {
  color: #4caf50;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
/*ＴＯＰボタン*/
.fs-body-newsletter-unsubscribe-sucess .fs-c-button--secondary {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  min-width: 0;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-newsletter-unsubscribe-sucess .fs-l-main {
    margin: 0px auto;
    width: 90%;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-heading.fs-c-heading--page {
    font-size: 20px;
    font-weight: normal;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-documentContent {
    margin-top: 0;
    font-size: 16px;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-button--secondary {
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
}



/*ログイン*/
.fs-body-login .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-login .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-login .fs-c-loginForm {
  display: block;
}
.fs-body-login .fs-c-newUsers.fs-c-subSection {
  display: none;
}
.fs-body-login .c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-body-login .c-alert a {
  color: #4183c4;
  text-decoration: underline;
}
.fs-body-login .fs-c-subSection__title {
  display: none;
}
.fs-body-login .fs-c-inputTable__headerCell {
  width: 220px;
}
.fs-body-login .fs-c-button--primary {
  background: #2196f3;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
}
.fs-body-login .fs-c-inputInformation__link {
  margin: 0;
  text-align: center;
}
.fs-body-login .fs-c-inputInformation__link a {
  text-decoration: underline;
  color: #4183c4;
}
.fs-body-login .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  font-size: 20px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-login .fs-l-main {
    width: 90%;
  }
  .fs-body-login .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-login .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
}








/*会員登録*/
.fs-body-register .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-register .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-register .fs-c-inputInformation__message {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
/*会員登録　入力欄*/
.fs-body-register .fs-c-inputInformation__field {
  background-color: transparent;
  max-width: 700px;
  padding: 16px 0;
}
.fs-body-register .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-register .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-register .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-register .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-register .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-register .fs-c-requiredMark::before {
  display: none;
}
.fs-body-register [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-register .fs-c-inputGroup {
  border: 2px solid #d7dee2;
  border-radius: 4px;
}
.fs-body-register #fs_input_prefecture.fs-c-dropdown__menu {
  width: 200px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-register #fs_input_birthdayYear.fs-c-dropdown__menu {
  width: 100px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-register #fs_input_birthdayMonth.fs-c-dropdown__menu {
  width: 80px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-register #fs_input_birthdayDay.fs-c-dropdown__menu {
  width: 80px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-register .fs-c-inputDate__year + .fs-c-inputDate__month::before {
  content: '年';
}
.fs-body-register .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: '月';
}
.fs-body-register .fs-c-inputField__field.fs-c-dropdownGroup.fs-c-inputDate.fs-system-assistTarget::after {
  content: "日";
  display: inline-block;
  margin-left: 8px;
}
.fs-body-register [type="text"] {
  max-width: 290px;
  width: 290px;
}
.fs-body-register .fs-c-inputTextGroup__item [type="text"] {
  max-width: 150px;
}
.fs-body-register .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-register .fs-c-button--primary {
  background: #2196f3;
  font-size: 16px;
  padding: 1em 3.6em;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-register .fs-l-main {
    width: 90%;
  }
  .fs-body-register .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-register .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-register [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-register .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-register .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-register .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-register .fs-c-radioGroup {
    flex-direction: row;
  }
  .fs-body-register .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
  .fs-body-register #fs_input_prefecture.fs-c-dropdown__menu {
    width: 100%;
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-register #fs_input_birthdayYear.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 92px;
  }
  .fs-body-register #fs_input_birthdayMonth.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-register #fs_input_birthdayDay.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-register .fs-c-dropdown::after {
    width: .3em;
  }
}
@media (max-width: 350px) and (min-width: 1px){
  .fs-body-register #fs_input_birthdayYear.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-register #fs_input_birthdayMonth.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-register #fs_input_birthdayDay.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
}

/*会員登録完了*/
.fs-body-register-success .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-register-success .fs-c-heading.fs-c-heading--page {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0;
}
.fs-body-register-success .fs-c-registerSuccessMessage {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  color: #4caf50;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
  border-bottom: none;
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  margin-bottom: 20px;
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 16px;
  padding: 1em 3.6em;
  background: #edf7ee;
  line-height: 1;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-register-success .fs-l-main {
    width: 90%;
  }
  .fs-body-register-success .fs-c-heading.fs-c-heading--page {
    font-weight: normal;
    font-size: 20px;
  }
  .fs-body-register-success .fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .fs-body-register-success .fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
    text-decoration: none;
  }
}


/*マイページ*/
.fs-body-my-top .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-top .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  height: auto;
}
.fs-body-my-top .logout_button {
  padding-bottom: 30px;
}
.fs-body-my-top .fs-l-additionalProduct.fs-l-additionalProduct--wishlist{
  margin: 0px auto;
  max-width: 800px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-top .fs-l-main {
    width: 90%;
  }
}


/*注文履歴*/
.fs-body-my-orders .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-orders .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-my-orders .fs-c-history {
  display: block;
}
.fs-body-my-orders .fs-c-button--plain {
  font-size: 16px;
  padding: 1em 3.6em;
  background: #2196f3;
  line-height: 1;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: auto;
}
.fs-body-my-orders .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-orders .fs-l-main {
    width: 90%;
  }
  .fs-body-my-orders .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}


/*お届け先リスト*/
.fs-body-my-addressbook .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-addressbook .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-my-addressbook .fs-p-announcement__title {
  font-size: 18px;
  font-weight: 200;
  color: #222;
}
.fs-body-my-addressbook .fs-c-button--plain {
  font-size: 16px;
  padding: 1em 3.6em;
  background: #2196f3;
  line-height: 1;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: auto;
}
.fs-body-my-addressbook .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-addressbook .fs-c-button--secondary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 1em 3.6em;
}
/*お届け先　追加後表*/
.fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--deleteChange .fs-c-button--secondary {
  padding: 0.8em 1.6em 0.6em;
}
.fs-body-my-addressbook .fs-c-button--standard {
  font-size: 16px;
  padding: 0.8em 1.6em 0.6em;
  border: none;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-addressbook .fs-l-main {
    width: 90%;
  }
}
@media (max-width: 600px) and (min-width: 1px){
  .fs-body-my-addressbook .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}

/*お届け先追加*/
.fs-body-my-addressbook-new  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-addressbook-new .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*お届け先追加　入力欄*/
.fs-body-my-addressbook-new .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-addressbook-new .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-addressbook-new .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-my-addressbook-new .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-my-addressbook-new .fs-c-requiredMark::before {
  display: none;
}
.fs-body-my-addressbook-new [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-my-addressbook-new #fs_input_prefecture.fs-c-dropdown__menu {
  width: 200px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-addressbook-new [type="text"] {
  max-width: 290px;
  width: 350px;
}
.fs-body-my-addressbook-new .fs-c-inputTextGroup__item [type="text"] {
  max-width: 150px;
}
.fs-body-my-addressbook-new .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  min-width: 195px;
}
.fs-body-my-addressbook-new .fs-c-button--standard {
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
  border-radius: 3px;
  min-width: 180px;
}
.fs-body-my-addressbook-new .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  min-width: 195px;
  color: #fff;
  margin: auto;
}
.fs-body-my-addressbook .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (max-width: 767px) and (min-width: 1px){
  .fs-body-my-addressbook-new .fs-c-buttonContainer--pair {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer--pair > *:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer--pair > *:last-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-addressbook-new  .fs-l-main {
    width: 90%;
  }
  .fs-body-my-addressbook-new .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-new [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-new .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-my-addressbook-new .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-my-addressbook-new .fs-c-radioGroup {
    flex-direction: row;
  }
  .fs-body-my-addressbook-new .fs-c-button--primary {
    width: 100%;
    min-width: 0;
    margin-bottom: 30px;
  }
  .fs-body-my-addressbook-new .fs-c-button--standard {
    width: 100%;
    min-width: 0;
  }
  .fs-body-my-addressbook-new .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
  .fs-body-my-addressbook-new #fs_input_prefecture.fs-c-dropdown__menu {
    width: 100%;
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-new .fs-c-dropdown::after {
    width: .3em;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer--pair {
    display: block;
  }
}
@media (max-width: 350px) and (min-width: 1px){
  .fs-body-my-addressbook-new .fs-c-inputTextGroup__item [type="text"] {
    max-width: 130px;
  }
  .fs-body-my-addressbook-new [type="text"] {
    max-width: 260px;
  }
}

/*お届け先変更*/
.fs-body-my-addressbook-edit  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-addressbook-edit .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*お届け先変更　入力欄*/
.fs-body-my-addressbook-edit .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-addressbook-edit .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-addressbook-edit .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-addressbook-edit .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-my-addressbook-edit .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-my-addressbook-edit .fs-c-requiredMark::before {
  display: none;
}
.fs-body-my-addressbook-edit [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-my-addressbook-edit #fs_input_prefecture.fs-c-dropdown__menu {
  width: 200px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-addressbook-edit [type="text"] {
  max-width: 290px;
  width: 350px;
}
.fs-body-my-addressbook-edit .fs-c-inputTextGroup__item [type="text"] {
  max-width: 150px;
}
.fs-body-my-addressbook-edit .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  min-width: 195px;
}
.fs-body-my-addressbook-edit .fs-c-button--standard {
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
  border-radius: 3px;
  min-width: 180px;
}
.fs-body-my-addressbook-edit .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  min-width: 195px;
  color: #fff;
  margin: 0 auto 50PX;
}
.fs-body-my-addressbook-edit .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 767px) and (min-width: 1px){
  .fs-body-my-addressbook-edit .fs-c-buttonContainer--pair {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer--pair > *:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer--pair > *:last-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-addressbook-edit  .fs-l-main {
    width: 90%;
  }
  .fs-body-my-addressbook-edit .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-edit [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-edit .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-my-addressbook-edit .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-my-addressbook-edit .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-my-addressbook-edit .fs-c-radioGroup {
    flex-direction: row;
  }
  .fs-body-my-addressbook-edit .fs-c-button--primary {
    width: 100%;
    min-width: 0;
    margin-bottom: 30px;
  }
  .fs-body-my-addressbook-edit .fs-c-button--standard {
    width: 100%;
    min-width: 0;
  }
  .fs-body-my-addressbook-edit .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
  .fs-body-my-addressbook-edit #fs_input_prefecture.fs-c-dropdown__menu {
    width: 100%;
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-addressbook-edit .fs-c-dropdown::after {
    width: .3em;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer--pair {
    display: block;
  }
}
@media (max-width: 350px) and (min-width: 1px){
  .fs-body-my-addressbook-edit .fs-c-inputTextGroup__item [type="text"] {
    max-width: 130px;
  }
  .fs-body-my-addressbook-edit [type="text"] {
    max-width: 260px;
  }
}

/*パスワード変更*/
.fs-body-my-account-password  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-account-password .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*パスワード変更　入力欄*/
.fs-body-my-account-password .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-account-password .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-account-password .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-account-password .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-my-account-password .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  color: #FFF;
  margin: 0 auto 50px;
}
.fs-body-my-account-password .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-account-password  .fs-l-main {
    width: 90%;
  }
  .fs-body-my-account-password .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-my-account-password .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-account-password .fs-c-button--primary {
    width: 100%;
  }
  .fs-body-my-account-password .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}
/*会員情報詳細*/
.fs-body-my-account-settings  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-account-settings .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*会員情報詳細　詳細欄*/
.fs-body-my-account-settings .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-account-settings .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-account-settings .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-account-settings .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-my-account-settings .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  color: #FFF;
  margin: 0 auto 50px;
}
.fs-body-my-account-settings .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-account-settings  .fs-l-main {
    width: 90%;
  }
  .fs-body-my-account-settings .fs-c-inputTable__headerCell {
    text-align: left;
    padding-bottom: 0;
  }
  .fs-body-my-account-settings .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
  .fs-body-my-account-settings .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}

/*会員登録内容変更*/
.fs-body-my-account-settings-edit  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-account-settings-edit .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*会員登録内容変更　入力欄*/
.fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  background-color: transparent;
  max-width: 700px;
  padding: 16px 0;
}
.fs-body-my-account-settings-edit .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-account-settings-edit .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-my-account-settings-edit .fs-c-requiredMark::before {
  display: none;
}
.fs-body-my-account-settings-edit [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-my-account-settings-edit #fs_input_prefecture.fs-c-dropdown__menu {
  width: 200px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-account-settings-edit #fs_input_birthdayYear.fs-c-dropdown__menu {
  width: 100px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-account-settings-edit #fs_input_birthdayMonth.fs-c-dropdown__menu {
  width: 80px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-account-settings-edit #fs_input_birthdayDay.fs-c-dropdown__menu {
  width: 80px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-my-account-settings-edit .fs-c-inputDate__year + .fs-c-inputDate__month::before {
  content: '年';
}
.fs-body-my-account-settings-edit .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: '月';
}
.fs-body-my-account-settings-edit .fs-c-inputField__field.fs-c-dropdownGroup.fs-c-inputDate.fs-system-assistTarget::after {
  content: "日";
  display: inline-block;
  margin-left: 8px;
}
.fs-body-my-account-settings-edit [type="text"] {
  max-width: 290px;
  width: 290px;
}
.fs-body-my-account-settings-edit .fs-c-inputTextGroup__item [type="text"] {
  max-width: 150px;
}
.fs-body-my-account-settings-edit .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-my-account-settings-edit .fs-c-button--plain {
  background: #2196f3;
  font-size: 16px;
  padding: 1em 3.6em;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: 0 auto 50px;
}
.fs-body-my-account-settings-edit .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-account-settings-edit .fs-l-main {
    width: 90%;
  }
  .fs-body-my-account-settings-edit .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-account-settings-edit [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
    width: 80%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-my-account-settings-edit .fs-c-radioGroup {
    flex-direction: row;
  }
  .fs-body-my-account-settings-edit .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
  .fs-body-my-account-settings-edit #fs_input_prefecture.fs-c-dropdown__menu {
    width: 100%;
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-account-settings-edit #fs_input_birthdayYear.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 72px;
  }
  .fs-body-my-account-settings-edit #fs_input_birthdayMonth.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 72px;
  }
  .fs-body-my-account-settings-edit #fs_input_birthdayDay.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 72px;
  }
  .fs-body-my-account-settings-edit .fs-c-dropdown::after {
    width: .3em;
  }
  .fs-body-my-account-settings-edit .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 350px) and (min-width: 1px){
  .fs-body-my-account-settings-edit #fs_input_birthdayYear.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-my-account-settings-edit #fs_input_birthdayMonth.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-my-account-settings-edit #fs_input_birthdayDay.fs-c-dropdown__menu {
    padding: 1em .5em;
    font-size: 16px;
    width: 62px;
  }
  .fs-body-my-account-settings-edit .fs-c-inputTextGroup__item [type="text"] {
    max-width: 130px;
  }
  .fs-body-my-account-settings-edit [type="text"] {
    max-width: 260px;
  }
}
/*退会手続き*/
.fs-body-my-account-delete  .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-account-delete .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*退会手続き　詳細欄*/
.fs-body-my-account-delete .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-my-account-delete .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-my-account-delete .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-my-account-delete .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-my-account-delete .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  color: #FFF;
  margin: 0 auto 50px;
}
.fs-body-my-account-delete .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-account-delete .fs-c-button--standard {
  border: none;
  font-size: 16px;
  padding: 1em 3.6em;
  border-radius: 3px;
}
@media (max-width: 767px) and (min-width: 1px){
  .fs-body-my-account-delete .fs-c-buttonContainer--pair {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer--pair > *:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer--pair > *:last-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-account-delete  .fs-l-main {
    width: 90%;
  }
  .fs-body-my-account-delete .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-account-delete [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-my-account-delete .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-my-account-delete .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-my-account-delete .fs-c-inputTable__headerCell {
    text-align: left;
    padding-bottom: 0;
  }
  .fs-body-my-account-delete .fs-c-radioGroup {
    flex-direction: row;
  }
  .fs-body-my-account-delete .fs-c-button--primary {
    width: 100%;
    min-width: 0;
    margin-bottom: 30px;
  }
  .fs-body-my-account-delete .fs-c-button--standard {
    width: 100%;
    min-width: 0;
  }
  .fs-body-my-account-delete .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
  .fs-body-my-account-delete .fs-c-dropdown::after {
    width: .3em;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer--pair {
    display: block;
  }
}

/*ぉ気に入りログイン*/
.fs-body-wishlist-login .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-wishlist-login .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-wishlist-login .fs-c-loginForm {
  display: block;
}
.fs-body-wishlist-login .fs-c-newUsers.fs-c-subSection {
  display: none;
}
.fs-body-wishlist-login .c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-body-wishlist-login .c-alert a {
  color: #4183c4;
  text-decoration: underline;
}
.fs-body-wishlist-login .fs-c-subSection__title {
  display: none;
}
.fs-body-wishlist-login .fs-c-inputTable__headerCell {
  width: 220px;
}
.fs-body-wishlist-login .fs-c-button--primary {
  background: #2196f3;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
}
.fs-body-wishlist-login .fs-c-inputInformation__link {
  margin: 0;
  text-align: center;
}
.fs-body-wishlist-login .fs-c-inputInformation__link a {
  text-decoration: underline;
  color: #4183c4;
}
.fs-body-wishlist-login .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
.fs-body-wishlist-login .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-wishlist-login .fs-l-main {
    width: 90%;
  }
  .fs-body-wishlist-login .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-wishlist-login .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-wishlist-login .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
}

/*お気に入り*/
@media (min-width:640px){
  .fs-body-my-wishlist .fs-c-heading.fs-c-heading--page {
    padding-top: 0;
  }
  .fs-body-my-wishlist .new_arrivals,.fs-body-my-wishlist .rankig,.fs-body-my-wishlist .check_item {
    display: none;
  }
}
.fs-body-my-wishlist .fs-c-productList__list {
  display: block;
}
.fs-body-my-wishlist .fs-c-productList__list__item.fs-c-productListItem{
  position: relative;
}
.fs-body-my-wishlist .fs-c-productList__list__item.fs-c-productListItem::after {
  content: "";
  display: block;
  clear: both;
}
.fs-body-my-wishlist .fs-c-productListItem__image.fs-c-productImage {
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(200, 200, 200, 1);
  border-radius: 5px;
  width: 20%;
  float: left;
  margin-right: 5%;
}
.fs-body-my-wishlist .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
.fs-body-my-wishlist .fs-c-button--plain {
  font-size: 12px;
}
.fs-body-my-wishlist .fs-c-productListItem__productName {
  font-size: 22px;
  font-weight: normal;
  padding-top: 5px;
}
.fs-body-my-wishlist .fs-c-productPrice {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  font-size: 16px;
}
.fs-body-my-wishlist .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}
.fs-body-my-wishlist .fs-c-productListItem__prices.fs-c-productPrices {
  margin-top: 15px;
}
.fs-body-my-wishlist .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 16px;
}
.fs-body-my-wishlist .fs-c-productPrice__addon {
  line-height: 0.6;
  font-size: 16px;
}
.fs-body-my-wishlist .fs-c-productMarks {
  margin-top: 10px 0;
}
.fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  color: #fff;
  margin: auto;
  margin-bottom: 50px;
}
.fs-body-my-wishlist .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 800px) and (min-width: 1px){
  .fs-body-my-wishlist .fs-c-productListItem__productName {
    font-size: 18px;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-wishlist .fs-l-main {
    width: 90%;
  }
  .fs-body-my-wishlist .fs-c-productListItem__productName {
    font-size: 16px;
  }
  .fs-body-my-wishlist .fs-c-productPrice {
    font-size: 13px;
  }
  .fs-body-my-wishlist .fs-c-productPrice__addon {
    font-size: 13px;
  }
  .fs-body-my-wishlist .fs-c-productListItem__prices.fs-c-productPrices {
    margin-top: 10px;
  }
  .fs-body-my-wishlist .fs-c-productListItem__image.fs-c-productImage {
    width: 35%;
  }
  .fs-body-my-wishlist .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 13px;
  }
}




/*パスワード再設定*/
.fs-body-forgotPassword .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-forgotPassword .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-forgotPassword .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-forgotPassword .fs-c-inputTable__dataCell {
  width: 58%;
}
.fs-body-forgotPassword [type="text"] {
  max-width: 290px;
  width: 290px;
}
.fs-body-forgotPassword .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
.fs-body-forgotPassword .fs-c-button--primary {
  font-size: 16px;
  padding: 1em 4.6em;
  background: #2196f3;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-forgotPassword .fs-l-main {
    width: 90%;
  }
  .fs-body-forgotPassword .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-forgotPassword .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-body-forgotPassword [type="text"] {
    width: 100%;
    max-width: 100%;
  }
  .fs-body-forgotPassword [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-forgotPassword .fs-c-button--primary {
    width: 100%;
  }
}
/*新しいパスワード*/
.fs-body-resetPassword .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-resetPassword .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-resetPassword .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-resetPassword .fs-c-inputTable__dataCell {
  width: 58%;
}
.fs-body-resetPassword .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
.fs-body-resetPassword .fs-c-button--primary {
  font-size: 16px;
  padding: 1em 4.6em;
  background: #2196f3;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-resetPassword .fs-l-main {
    width: 90%;
  }
  .fs-body-resetPassword .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-resetPassword .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-body-resetPassword [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-resetPassword .fs-c-button--primary {
    width: 100%;
  }
}
/*カートログイン*/
.fs-body-cart-login .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-cart-login .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-cart-login .fs-c-loginForm {
  display: block;
}
.fs-body-cart-login .fs-c-newUsers.fs-c-subSection {
  display: none;
}
.fs-body-cart-login .c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-body-cart-login .c-alert a {
  color: #4183c4;
  text-decoration: underline;
}
.fs-body-cart-login .fs-c-subSection__title {
  display: none;
}
.fs-body-cart-login .fs-c-inputTable__headerCell {
  width: 220px;
}
.fs-body-cart-login .fs-c-button--primary {
  background: #2196f3;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
}
.fs-body-cart-login .fs-c-inputInformation__link {
  margin: 0;
  text-align: center;
}
.fs-body-cart-login .fs-c-inputInformation__link a {
  text-decoration: underline;
  color: #4183c4;
}
.fs-body-cart-login .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
.fs-body-cart-login .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-cart-login .fs-c-button--plain {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 2.9em;
  color: #fff;
}
.fs-body-cart-login .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-cart-login .fs-l-main {
    width: 90%;
  }
  .fs-body-cart-login .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-cart-login .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-cart-login .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
  .fs-body-cart-login .fs-c-button--plain {
    width: 100%;
    min-width: 0;
  }
}

/*カート*/
.fs-body-cart .fs-l-main {
  margin: 0px auto;
  max-width: 960px;
}
.fs-body-cart .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-cart .fs-c-button--standard {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  margin-bottom: 50px;
}
.fs-body-cart .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 0.6em;
}
.fs-body-cart .fs-c-button--secondary {
  background: #e9f0fe;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 2px 0 #d3e1fd;
  font-size: 16px;
  padding: 1em 0.6em;
  color: #15449e;
}
.fs-body-cart #fs-cartTotals-container .fs-c-price {
  color: #f44336;
  font-size: 1.57143rem;
  font-weight: 700;
}
.fs-body-cart #fs-cartTotals-container .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-cart #fs-cartTotals-container .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-cart #fs-cartContent-container .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-cart #fs-cartContent-container .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-cart #fs-checkout-payHere-container .fs-c-cartPayment p {
  font-size: 16px;
}
.fs-body-cart .fs-c-cartTableContainer {
  border: none;
  padding: 0;
}
.fs-body-cart #fs-cartContent-container .fs-c-productPrice__addon {
  font-size: 14px;
}
.fs-body-cart .fs-c-button--plain {
  color: #35454c;
  border: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
.fs-body-cart .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell {
  vertical-align: middle;
}
.fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
  text-indent: 21px;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-cart .fs-c-button--secondary {
    margin-bottom: 20px
  }
  .fs-body-cart .fs-c-continueShopping {
    text-align: center;
    margin-bottom: 50px;
  }
  .fs-body-cart .fs-c-button--standard {
    padding: 1em 2.6em;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-cart .fs-l-cart {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 600px) and (min-width: 1px){
  .fs-body-cart .fs-c-button--secondary {
    width: 100%;
  }
  .fs-body-cart .fs-c-button--primary {
    width: 100%;
  }
}
/*カート専用フッター*/
.fs-body-cart .fs-l-footer {
  border-top: 1px solid #cfd8dc;
}
.fs-body-cart .fs-l-footer .footer--content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.fs-body-cart .fs-l-footer .footer--content .footer--brand a {
  color: #3e515a;
  text-align: center;
  word-break: break-all;
  overflow-wrap: break-word;
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.fs-body-cart .fs-l-footer .footer--content .footer--brand a:hover {
  text-decoration: none;
}
.fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav {
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 30px 0;
}
.fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list {
  -webkit-box-flex:0;
	-ms-flex:0 0 24%;
	flex:0 0 24%;
  text-align: center;
}
.fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list a:hover {
  text-decoration: none;
}
.fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list .material-icons {
  vertical-align: middle;
  margin-top: -3px;
}
@media (max-width: 800px) and (min-width: 1px){
  .fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list {
    -webkit-box-flex:0;
  	-ms-flex:0 0 30%;
  	flex:0 0 30%;
    text-align: center;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-cart .fs-l-footer .footer--content {
    width: 75%;
  }
  .fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav {
    display: block;
  }
  .fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list {
    width: 100%;
    border-bottom: 1px solid #cfd8dc;
    font-size: 14px;
  }
  .fs-body-cart .fs-l-footer .footer--content .footer--nav .shop_nav .shop_nav--list a {
    height: 48px;
    line-height: 48px;
  }
  .fs-body-cart .fs-l-footer .footer--content .footer--brand a {
    font-size: 18px;
  }
}



/*お客様情報入力*/
.fs-body-customerDetails .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-customerDetails .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
/*お客様情報入力　入力欄*/
.fs-body-customerDetails .fs-c-inputTable > tbody > tr {
  display: block;
}
.fs-body-customerDetails .fs-c-inputTable__headerCell {
  width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
}
.fs-body-customerDetails .fs-c-inputTable__dataCell {
  width: auto;
}
.fs-body-customerDetails .fs-c-requiredMark {
  overflow: inherit;
  text-indent: 0;
  width: auto;
  height: auto;
}
.fs-body-customerDetails .fs-c-requiredMark::before {
  display: none;
}
.fs-body-customerDetails [type="tel"] {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-body-customerDetails #fs_input_prefecture.fs-c-dropdown__menu {
  width: 200px;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
}
.fs-body-customerDetails [type="text"] {
  max-width: 290px;
  width: 290px;
}
.fs-body-customerDetails .fs-c-inputTextGroup__item [type="text"] {
  max-width: 150px;
}
.fs-body-customerDetails .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
.fs-body-customerDetails .fs-c-button--secondary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-customerDetails  .fs-l-main {
    width: 90%;
  }
  .fs-body-customerDetails .fs-c-inputTable__headerCell {
    text-align: left;
  }
  .fs-body-customerDetails [type="tel"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-customerDetails [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-customerDetails #fs_input_prefecture.fs-c-dropdown__menu {
    width: 100%;
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-customerDetails #fs_registerAndContinue {
    width: 100%;
  }
  .fs-body-customerDetails .fs-c-button--primary {
    width: 100%;
    min-width: 0;
  }
  .fs-body-customerDetails .fs-c-inputTextGroup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-body-customerDetails .fs-c-inputTextGroup__item {
    flex: 0 0 47%;
  }
  .fs-body-customerDetails #fs_unregisterAndContinue {
    width: 100%;
  }
  .fs-body-customerDetails .fs-c-button--secondary {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 350px) and (min-width: 1px){
  .fs-body-customerDetails .fs-c-inputTextGroup__item [type="text"] {
    max-width: 130px;
  }
  .fs-body-customerDetails [type="text"] {
    max-width: 260px;
  }
}

/*ご注文手続き  単数*/
.fs-body-checkout .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-checkout .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-checkout .fs-l-checkout {
  display: block;
}
.fs-body-checkout .fs-l-checkout__mainColumn{
  max-width: 100%;
  padding-right: 0;
}
.fs-c-checkout-customerInfo__name {
  font-size: 22px;
}
.fs-c-checkout-destination__name {
  font-size: 22px;
}
.fs-c-checkout-preview__title {
  font-size: 20px;
}
.fs-c-checkout-delivery__method__title {
  font-size: 18px;
}
.fs-body-checkout #fs-orderContents-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout #fs-orderContents-container .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout #fs-orderContents-container .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout #fs_orderTotalContainer {
  margin-bottom: 50px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout #fs_orderTotalContainer .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout #fs_button_placeOrder .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
.fs-body-checkout .fs-l-checkout__mainColumn .fs-c-button--standard {
  color: #35454c;
  text-decoration: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-checkout .fs-l-main {
    width: 90%;
  }
  .fs-c-checkout-customerInfo__name {
    font-size: 20px;
  }
  .fs-c-checkout-destination__name {
    font-size: 20px;
  }
  .fs-body-checkout #fs_button_placeOrder .fs-c-button--primary {
    font-size: 18px;
  }
}
/*ご注文手続き　複数*/
.fs-body-checkout-multi .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-checkout-multi .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-checkout-multi .fs-l-checkout {
  display: block;
}
.fs-body-checkout-multi .fs-l-checkout__mainColumn{
  max-width: 100%;
  padding-right: 0;
}
.fs-body-checkout-multi #fs_button_placeOrder .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
.fs-body-checkout-multi #fs-orderContents-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout-multi #fs-orderContents-container .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-multi #fs-orderContents-container .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout-multi #fs_orderTotalContainer {
  margin-bottom: 50px;
}
.fs-body-checkout-multi #fs_orderTotalContainer .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout-multi #fs_orderTotalContainer .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-multi #fs_orderTotalContainer .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-checkout-multi .fs-l-main {
    width: 90%;
  }
  .fs-body-checkout-multi #fs_button_placeOrder .fs-c-button--primary {
    font-size: 18px;
  }
}
/*ご注文手続き　アマゾン*/
.fs-body-checkout-amazon .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-checkout-amazon .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-checkout-amazon .fs-l-checkout {
  display: block;
}
.fs-body-checkout-amazon .fs-l-checkout__mainColumn{
  max-width: 100%;
  padding-right: 0;
}
.fs-body-checkout-amazon #fs_button_placeOrder .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-amazon #fs-orderContents-container .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout-amazon #fs_orderTotalContainer {
  margin-bottom: 50px;
}
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-price {
  color: #f44336;
  font-size: 22px;
}
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-price .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-amazon #fs_orderTotalContainer .fs-c-price .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-checkout-amazon .fs-l-main {
    width: 90%;
  }
  .fs-body-checkout-amazon #fs_button_placeOrder .fs-c-button--primary {
    font-size: 18px;
  }
}
/*モーダル*/
.fs-c-modal--medium .fs-c-dropdown__menu {
  border: 2px solid #d7dee2;
}
.fs-c-modal--medium .fs-c-inputInformation .fs-c-inputTable__dataCell {
  display: block;
  width: 100%;
}
.fs-c-modal--medium [type="tel"] {
  border: 2px solid #d7dee2;
}
.fs-c-modal--medium .fs-c-button--primary {
  background: #2196f3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  max-width: 240px;
  width: 100%;
  font-size: 16px;
}
.fs-c-modal--medium .fs-c-button--standard {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  max-width: 240px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 767px) and (min-width: 1px){
  .fs-c-modal--medium .fs-c-button--primary {
    margin: auto;
  }
  .fs-c-modal--medium .fs-c-button--standard {
    margin: auto;
  }
}
/*レビュー履歴*/
.fs-body-my-reviews .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-my-reviews .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-my-reviews .fs-c-button--plain {
  background: #2196f3;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
  color: #fff;
  margin: 0 auto 50px;
}
.fs-body-my-reviews .fs-c-button--plain:hover {
  text-decoration: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-my-reviews .fs-l-main {
    width: 90%;
  }
  .fs-body-my-reviews .fs-c-button--plain {
    width: 100%;
    text-align: center;
  }
}
/*レビューログイン*/
.fs-body-review-login .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-review-login .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-review-login .fs-c-loginForm {
  display: block;
}
.fs-body-review-login .fs-c-newUsers.fs-c-subSection {
  display: none;
}
.fs-body-review-login .fs-c-newUsers .fs-c-newUsers__message {
  text-align: center;
}
.fs-body-review-login .fs-c-newUsers .fs-c-button--primary {
  margin-top: 30px;
}
.fs-body-review-login .c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-body-review-login .c-alert a {
  color: #4183c4;
  text-decoration: underline;
}
.fs-body-review-login .fs-c-subSection__title {
  display: none;
}
.fs-body-review-login .fs-c-inputTable__headerCell {
  width: 220px;
}
.fs-body-review-login .fs-c-button--primary {
  background: #2196f3;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 1em 3.6em;
  border: none;
}
.fs-body-review-login .fs-c-inputInformation__link {
  margin: 0;
  text-align: center;
}
.fs-body-review-login .fs-c-inputInformation__link a {
  text-decoration: underline;
  color: #4183c4;
}
.fs-body-review-login .fs-c-inputGroup {
  border: 2px solid #d7dee2;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-review-login .fs-l-main {
    width: 90%;
  }
  .fs-body-review-login .fs-c-heading.fs-c-heading--page {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 0;
  }
  .fs-body-review-login .fs-c-inputTable__dataCell [type="password"] {
    padding: 1em .5em;
    font-size: 16px;
  }
  .fs-body-review-login .fs-c-newUsers .fs-c-newUsers__message {
    text-align: left;
  }
  .fs-body-review-login .fs-c-button--primary {
    width: 100%;
  }
}
/*レビューを書く*/
.fs-body-review-write .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-review-write .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-review-write .fs-c-productReviewed__name.fs-c-productName {
  grid-row: 1;
  -ms-grid-row: 1;
  font-size: 20px;
}
.fs-body-review-write .fs-c-productReviewed__number {
  grid-row: 2;
  -ms-grid-row: 2;
}
.fs-body-review-write .fs-c-productReviewed__number .fs-c-productNumber {
  border: none;
  font-size: 14px;
  padding: 0;
}
.fs-body-review-write .fs-c-productReviewed__prices {
  grid-row: 3;
  -ms-grid-row: 3;
}
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-price__currencyMark {
  display: none;
}
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-price__value {
  font-size: 16px;
}
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-review-write .fs-c-productReviewed__prices .fs-c-productPrice__addon {
  display: none;
}
.fs-body-review-write .fs-c-reveiwNotes {
  padding: 10px;
}
.fs-body-review-write .fs-c-inputInformation .fs-c-inputTable__headerCell {
  width: 150px;
}
.fs-body-review-write .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 430px;
}
.fs-body-review-write .fs-c-dropdown__menu {
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fs-body-review-write .fs-c-textarea {
  border: 2px solid #d7dee2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fs-body-review-write input[type="date"] {
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fs-body-review-write .fs-c-inputTable--child {
  background-color: transparent;
}
.fs-body-review-write .fs-c-button--primary {
  font-size: 16px;
  padding: 1em 4.6em;
  background: #2196f3;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer
}
.fs-body-review-write .fs-c-button--standard {
  font-size: 16px;
  padding: 1em 4.6em;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  border: none;
  min-width: 0;
  border-radius: 3px;
  cursor: pointer
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-review-write .fs-l-main {
    width: 90%;
  }
  .fs-body-review-write .fs-c-inputInformation .fs-c-inputTable__headerCell {
    width: 100%;
  }
  .fs-body-review-write .fs-c-inputInformation .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-body-review-write .fs-c-button--primary {
    width: 100%;
  }
  .fs-body-review-write .fs-c-button--standard {
    width: 100%;
  }
}
@media (max-width: 600px) and (min-width: 1px){
  .fs-body-review-write .fs-c-productReviewed__name.fs-c-productName {
    grid-row: 2;
    -ms-grid-row: 2;
  }
  .fs-body-review-write .fs-c-productReviewed__number {
    grid-row: 3;
    -ms-grid-row: 3;
  }
  .fs-body-review-write .fs-c-productReviewed__prices {
    grid-row: 4;
    -ms-grid-row: 4;
  }
}
/*店舗のレビュー*/
.fs-body-reviews .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-reviews .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-reviews .fs-p-announcement__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-reviews .fs-l-main {
    width: 90%;
  }
}
/*商品のレビュー*/
.fs-body-reviews-product .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-reviews-product .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-reviews-product .fs-p-announcement__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-reviews-product .fs-l-main {
    width: 90%;
  }
}
/*会員のレビュー*/
.fs-body-reviews-reviewer .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-reviews-reviewer .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-reviews-reviewer .fs-p-announcement__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-reviews-reviewer .fs-l-main {
    width: 90%;
  }
}
/*レビュー投稿完了*/
.fs-body-review-success .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-review-success .fs-c-heading.fs-c-heading--page {
  padding-top: 0;
  text-align: center;
}
.fs-body-review-success .review-success-title {
  color: #4caf50;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.fs-body-review-success .review-success-text p {
  text-align: left;
  line-height: 1.6;
}
.fs-body-review-success .fs-c-reviewSuccessComment.fs-c-documentContent {
  padding: 16px 0;
}
.fs-body-review-success .fs-c-buttonContainer.fs-c-buttonContainer--back {
  display: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-review-success .fs-l-main {
    width: 90%;
  }
}

/*購入完了ページ*/
.fs-body-checkout-success {
  background:linear-gradient(to right,#fdfbfc, #ead3cb);
}
.fs-body-checkout-success .fs-l-main {
  margin: 0px auto;
  max-width: 700px;
}
.fs-body-checkout-success .last_box {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.fs-body-checkout-success .last_box h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
}
.fs-body-checkout-success .last_box p {
  font-size: 16px;
  line-height: 1.7;
}
.fs-body-checkout-success .last_box p.small {
  font-size: 12px;
}
.fs-body-checkout-success .last_box .last_box_btn {
  width: 100%;
  max-width: 280px;
  background: #eef2f3;
  margin: 30px auto 0;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
.fs-body-checkout-success .last_box .last_box_btn a {
  display: block;
  padding: 10px 0;
  color: #333;
}
.fs-body-checkout-success .last_box .last_box_btn a:hover {
  text-decoration: none;
  opacity: .5;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-checkout-success .fs-l-main {
    width: 90%;
  }
  .fs-body-checkout-success .last_box .last_box_btn a:hover {
    opacity: 1;
  }
  .fs-body-checkout-success .last_box {
    padding: 20px;
  }
  .fs-body-checkout-success .last_box h2 {
    font-size: 18px;
  }
  .fs-body-checkout-success .last_box p {
    font-size: 14px;
    text-align: left;
  }
  .fs-body-checkout-success .last_box p.small {
    font-size: 10px;
  }
}





/*フリーページ*/
@media (min-width:640px){
  .fs-body-custom .fs-l-main {
    margin-top: 0;
  }
}

/*FAQ  Q&A*/
#faq.content {
  padding-top:0;
}
#faq.content .nl {
  background: #CCC;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1.5em;
}
#faq.content .faq-section > h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: block;
  font-weight: normal;
  color: #909090;
  font-size: 1.5em;
}
#faq.content .faq-section h2.faq-question.expand-title {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-left: 10px;
  line-height: 36px;
  padding: 10px 0 10px 0 !important;
  letter-spacing: 0em !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgb(170, 170, 170);
}
#faq.content .faq-section h2.faq-question.expand-title::before {
  background-image: url(../img/question_icon.png);
  content: "";
  width: 26px;
  height: 36px;
  display: inline-block;
  background-size: 26px 36px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
#faq.content .faq-section h2.faq-question.expand-title::after {
  content: "\f078";
  font-family: 'FontAwesome';
  float: right;
  font-size: 20px;
  color: #909090;
  padding-right: 10px;
}
#container #faq.content div.faq-list {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #faq.content div.faq-answer {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#faq.content #faq-block {
  font-size: 14px;
}
#container #faq.content ol {
  margin-bottom: 30px;
}
#faq.content .faq-answer ol {
  padding-left: 30px;
  list-style-type: decimal;
}
#container #faq.content ol li {
  list-style: inside;
}
#faq.content .faq-answer ol li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
}
#container #faq.content  p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
#faq.content .faq-answer p {
  margin-left: 20px;
}
@media (min-width:640px){
  #faq.content .new_arrivals,#faq.content .rankig,#faq.content .check_item {
    display: none;
  }
}


/*ABOUT*/
#about.content {
  padding-top:0;
}
#container #about.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media (min-width:640px){
  #about.content .new_arrivals,#about.content .rankig,#about.content .check_item {
    display: none;
  }
}

/*SHOP LIST*/
#shop.content {
  padding-top:0;
}
#shop.content h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
}
#shop.content a:hover {
  opacity: .6;
}
@media (min-width:640px){
  #shop.content .new_arrivals,#shop.content .rankig,#shop.content .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #shop.content {
    width: 100%;
  }
  #container {
    width: 100%;
  }
}


/*howto*/
#howto.content {
  padding-top:0;
}
#container div#howto.content h2.category_title {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
  letter-spacing: 0.2em;
}
#container div#howto.content div.pagenavi {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0px !important;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #howto.content ul {
  margin-bottom: 30px;
}
#container #howto.content ul.post_result li {
  display: table;
  width: 100%;
}
#container #howto.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #howto.content ul.post_result li > div.img-layout {
  width: 20%;
  float: left;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}
#container #howto.content ul.post_result li > div.img-layout a {
  border-radius: 8px;
  display: table-cell;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0px 0px 0px 1px #bbb inset;
  -moz-box-shadow: 0px 0px 0px 1px #bbb inset;
  -webkit-box-shadow: 0px 0px 0px 1px #bbb inset;
}
#container #howto.content dl {
  margin-bottom: 30px;
}
#container #howto.content ul.post_result li > dl {
  width: 75%;
  float: left;
  padding-left: 5%;
  min-height: 150px;
  position: relative;
}
#container #howto.content ul.post_result li dt.name {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#container #howto.content ul.post_result li dt.name a:hover {
  text-decoration: none;
  opacity: .7;
}
#container #howto.content ul.post_result li > div.img-layout a img {
  max-height: 100%;
  vertical-align: middle;
}
@media (max-width: 900px) and (min-width: 1px){
  #container #howto.content ul.post_result li > div.img-layout {
    width: 150px;
  }
  #container #howto.content ul.post_result li > dl {
    width: 60%;
  }
}
@media (max-width: 660px) and (min-width: 1px){
  #container #howto.content ul.post_result li > dl {
    width: 55%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #howto.content {
    width: 90%;
    margin: auto;
  }
  #container div#howto.content h2.category_title {
    font-size: 1rem;
  }
  #container div#howto.content div.pagenavi {
    font-size: 0.75rem;
  }
  #container #howto.content div.sort {
    margin-bottom: 0;
  }
  #container #howto.content ul.post_result li > div.img-layout {
    width: 40%;
  }
  #container #howto.content ul.post_result li > div.img-layout a {
    border-radius: 0;
    width: 30vw;
    height: auto;
    padding: 30px 5px;
  }
  #container #howto.content ul.post_result li > dl {
    margin-bottom: 0;
  }
  #container #howto.content ul.post_result li dt.name {
    font-size: 12px;
    font-weight: bold;
  }
  #container #howto.content ul.post_result li dt.name a:hover {
    opacity: 1;
  }
}

/*howto 下層*/
#container div#howto.content div.pankuzu {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
  max-height: 100%;
}
#container div#howto.content div.img_area.preparation {
  padding: 80px 0;
}
#container div#howto.content div.img_area.preparation img {
  margin: auto;
  display: block;
}
#howto.content .preparation_title {
  font-size: 2em;
  font-weight: bold;
}
#container div#howto.content div.sns ul{
  display: flex;
  align-items: center;
}
#container div#howto.content div.sns ul li {
  margin-right: 10px;
}
#container div#howto.content div.sns ul li.line {
  padding-top: 10px;
}
#container div#howto.content div.sns ul li.facebook {
  padding-top: 13px;
}
#container #howto.content div.kiji_detail img.block {
  display: block;
}
#container #howto.content div.kiji_detail a {
  text-decoration: underline;
}
@media (max-width: 900px) and (min-width: 1px){
  #container #howto.content div.movie-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    z-index: 7;
  }
  #container #howto.content div.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
  }
}
/*howto スライドショー*/
#container #howto.content div.img_area ul#slider li img {
  display: block;
  margin: auto;
}
#container #howto.content div.img_area ul#thumbnail_slider li {
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
#container #howto.content div.img_area ul#thumbnail_slider .slide-arrow.next-arrow.slick-arrow {
  top: 27%;
}
#container #howto.content div.img_area ul#thumbnail_slider .slide-arrow.prev-arrow.slick-arrow {
  top: 27%;
}
@media (max-width: 640px) and (min-width: 1px){
  #howto.content .preparation_title {
    font-size: 1rem;
  }
  #container div#howto.content div.img_area.preparation {
    padding: 0;
  }
  #container div#howto.content div.pankuzu a {
    text-decoration: underline;
  }
  #container #howto.content div.time {
    margin-bottom: 10px;
  }
  #container #howto.content div.kiji_detail {
    line-height: 1.3;
  }
  #container div#howto.content div.sns ul {
    justify-content: center;
  }
  #container #howto.content div.img_area ul#slider .slide-arrow.next-arrow.slick-arrow {
    z-index: 5;
  }
  #container #howto.content div.img_area ul#slider .slide-arrow.prev-arrow.slick-arrow {
    z-index: 5;
  }
}
/*LINE*/
#line.content {
  padding-top:0;
}
#container #line.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media (min-width:640px){
  #line.content .new_arrivals,#line.content .rankig,#line.content .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #container #line.content div {
    line-height: 20px;
  }
}

/*バイネイルラボ会員*/
#buynaillab.content {
  padding-top:0;
}
#container #buynaillab.content > p {
  clear: both;
  margin-bottom: 50px;
}
#container #buynaillab.content p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
@media (min-width:640px){
  #buynaillab.content .new_arrivals,#buynaillab.content .rankig,#buynaillab.content .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #container #line.content div {
    line-height: 20px;
  }
}
/*Amazon Pay*/
#amazon.content {
  padding-top:0;
}
#container #amazon.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media (min-width:640px){
  #amazon.content .new_arrivals,#amazon.content .rankig,#amazon.content .check_item {
    display: none;
  }
}
/*楽天 Pay*/
#rakuten.content {
  padding-top:0;
}
#container #rakuten.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #rakuten .codicil {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width:640px){
  #rakuten.content .new_arrivals,#rakuten.content .rankig,#rakuten.content .check_item {
    display: none;
  }
}
/*NEWS*/
#news.content {
  padding-top:0;
}
#container #news.content > p {
  clear: both;
  margin-bottom: 50px;
}
#container #news.content p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
@media (min-width:640px){
  #news.content .new_arrivals,#news.content .rankig,#news.content .check_item {
    display: none;
  }
}
/*shop_coupon*/
#shop_coupon.content {
  padding-top:0;
}
@media (min-width:640px){
  #shop_coupon.content .new_arrivals,#shop_coupon.content .rankig,#shop_coupon.content .check_item {
    display: none;
  }
}

/*sitemap*/
#site_map.content {
  padding-top:0;
}
#container #site_map.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
div.free24 #container-2-cols-right {
  float: left;
  width: 700px !important;
}
#sitemap{
  width:100%;
}
#sitemap *{
  max-width:100%;
}
#sitemap > div {
  clear:both !important;
  width:100%;
}
#sitemap > div > ul{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sitemap > div > ul{
  width:100%;
  margin-bottom:50px !important;
}
#sitemap > div > ul::after{
  clear:both;
  content:'';
  display:block;
  width:100%;
}
#sitemap > div >  ul > li{
  width:30%;
  font-size: 0.9em;
  margin-bottom:10px;
  border-bottom:dashed 1px #CCCCCC;
}
#sitemap > div >  ul > li:nth-child(3n+2){
  margin-left:5%;
  margin-right:5%;
}
#sitemap > div >  ul > li:nth-child(3n+4){
  clear:both;
}
#sitemap i{
  margin-right:10px;
}
#sitemap h3{
  margin-bottom:10px !important;
  border-bottom:solid 1px #aaa;
}
#sitemap > div > ul > li > ul > li{
  padding-left:10px;
}
#site_map.content li a:hover {
  text-decoration: none;
  opacity: .7;
}
@media (min-width:640px){
  #site_map.content .new_arrivals,#site_map.content .rankig,#site_map.content .check_item {
    display: none;
  }
}
@media (max-width: 940px) and (min-width: 1px){
  #sitemap > div >  ul > li{
    width:47.5%;
  }
  #sitemap > div >  ul > li:nth-child(3n+2){
    margin-left:0%;
    margin-right:0%;
  }
  #sitemap > div >  ul > li:nth-child(odd){
    margin-right: 5%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #site_map.content {
    width: 90%;
    margin: auto;
  }
  #sitemap > div > ul {
    display: block;
  }
  #sitemap > div > ul > li:nth-child(odd) {
    margin-right: 0;
  }
  #sitemap > div > ul > li {
    width: 100%;
  }
}
/*初回限定*/
#firsttime.content {
  padding-top:0;
}
#container #firsttime.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #firsttime.content > p {
  clear: both;
  margin-bottom: 50px;
}
#container #firsttime.content p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
@media (min-width:640px){
  #firsttime.content .new_arrivals,#firsttime.content .rankig,#firsttime.content .check_item {
    display: none;
  }
}
/*2019クリスマスキャンペーン*/
#campaign.content {
  padding-top:0;
}
#container #campaign.content div {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#container #campaign.content > p {
  clear: both;
  margin-bottom: 50px;
}
#container #campaign.content p {
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  line-height: 30px;
}
@media (min-width:640px){
  #campaign.content .new_arrivals,#campaign.content .rankig,#campaign.content .check_item {
    display: none;
  }
}
/*ランキング*/
#ranking.content {
  padding-top:0;
}
#container div#ranking.content h2.category_title {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
  letter-spacing: 0.2em;
}
@media (min-width:640px){
  #ranking.content .new_arrivals,#ranking.content .rankig,#ranking.content .check_item {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  #ranking.content {
    width: 90%;
    margin: auto;
  }
  #container div#ranking.content h2.category_title {
    font-size: 1rem;
  }
}














/*フローティングバナー*/
#randomBanner .f_bnr.template01 {
  width: 300px;
  margin: auto;
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 3px 6px 0px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  display: none;
}
#randomBanner .f_bnr.template02 {
  width: 400px;
  margin: auto;
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 3px 6px 0px;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  display: none;
}
#randomBanner .f_bnr.template03 {
  width: 300px;
  margin: auto;
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 3px 6px 0px;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  display: none;
}
#randomBanner .f_bnr.template04 {
  width: 400px;
  margin: auto;
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 3px 6px 0px;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  display: none;
}
#randomBanner.in {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#randomBanner.in .f_bnr.template04,#randomBanner.in .f_bnr.template03,#randomBanner.in .f_bnr.template02,#randomBanner.in .f_bnr.template01 {
  display: block;
}
.f_bnr .f_bnr_close {
  position: absolute;
  top: -16px;
  right: -13px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
}
.f_bnr .f_bnr_close:hover {
  opacity: .5;
}
.f_bnr .f_bnr_close .ec-concier-close-button-child-1 {
  position: absolute;
  display: block;
  top: 47%;
  right: 20%;
  cursor: pointer;
  width: 60%;
  height: 6%;
  background: #666666;
  color: #666666;
  content: '';
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f_bnr .f_bnr_close .ec-concier-close-button-child-2 {
  position: absolute;
  display: block;
  top: 47%;
  right: 20%;
  cursor: pointer;
  width: 60%;
  height: 6%;
  background: #666666;
  color: #666666;
  content: '';
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.f_bnr .f_bnr_box {
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f_bnr .f_bnr_box .f_bnr_left {
  width: 49%;
}
.f_bnr .f_bnr_box .f_bnr_left .title {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 27px;
}
.f_bnr .f_bnr_box .f_bnr_left .text {
  color: rgb(134, 134, 134);
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}
.f_bnr .f_bnr_box .f_bnr_right {
  width: 49%;
}
.f_bnr a:hover {
  text-decoration: none;
}
.f_bnr.template01 .f_bnr_button .but_text {
  width: 260px;
  color: rgb(255, 255, 255);
  background-color: rgb(236, 132, 174);
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 1.5px;
  border-radius: 5px;
  text-align: center;
}
.f_bnr.template01 .f_bnr_button .but_text a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.f_bnr.template01 .f_bnr_button .but_text a::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.f_bnr.template02 .f_bnr_box .f_bnr_left {
  max-width: 150px;
  width: 38%;
}
.f_bnr.template02 .f_bnr_box .f_bnr_left img {
  display: block;
}
.f_bnr.template03 img {
  display: block;
}
.f_bnr.template02 .f_bnr_box .f_bnr_right {
  width: 60%;
  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f_bnr.template02 .f_bnr_box .f_bnr_right .title {
  color: rgb(54, 189, 40);
  letter-spacing: 1.7px;
  font-size: 15px;
  line-height: 17px;
}
.f_bnr.template02 .f_bnr_box .f_bnr_right .text {
  color: rgb(97, 97, 97);
  margin-top: 8px;
  letter-spacing: 1.3px;
  font-size: 12px;
  line-height: 22px;
}
.f_bnr.template04 .f_bnr_box .f_bnr_left img {
  display: block;
}
.f_bnr.template04 .f_bnr_box .f_bnr_left {
  max-width: 150px;
  width: 38%;
  background-color: rgb(238, 94, 161);
}
.f_bnr.template04 .f_bnr_box .f_bnr_right {
  width: 60%;
  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f_bnr.template04 .f_bnr_box .f_bnr_right .title {
  color: rgb(255, 117, 188);
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 20px;
}
.f_bnr.template04 .f_bnr_box .f_bnr_right .text {
  color: rgb(97, 94, 94);
  margin-top: 8px;
  letter-spacing: 1.3px;
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 640px) and (min-width: 1px){
  .f_bnr.template02,.f_bnr.template01,.f_bnr.template03,.f_bnr.template04 {
    width: 90%;
  }
  .f_bnr .f_bnr_close {
    top: -29px;
    right: 0px;
  }
  .f_bnr.template01 .f_bnr_button .but_text {
    width: 100%;
  }
  .f_bnr.template04 .f_bnr_box .f_bnr_left {
    display: flex;
    align-items: center;
  }
  .f_bnr.template04 .f_bnr_box .f_bnr_right .title {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0;
  }
  .f_bnr.template04 .f_bnr_box .f_bnr_right .text {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 13px;
  }
}
@media (max-width: 365px) and (min-width: 1px){
  .f_bnr.template02 .f_bnr_box .f_bnr_right {
    width: 62%;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .f_bnr.template04 .f_bnr_box .f_bnr_right {
    width: 62%;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .f_bnr.template02 .f_bnr_box .f_bnr_left {
    width: 35%;
  }
  .f_bnr.template04 .f_bnr_box .f_bnr_left {
    width: 35%;
  }
}



/*お気に入りリスト*/
.fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-button--carousel {
  font-size: 33px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
  padding-top: 5px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage {
  box-shadow: 0 0 0 1px rgba(100, 100, 150, 0.2);
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  font-size: 1.0em;
  margin: 8px 0;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
  font-size: 14px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-button--plain {
  font-size: 12px;
}
@media screen and (min-width: 600px){
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__ctrl {
    flex-basis: 11px;
    min-width: 11px;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item {
    max-width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 767px) and (min-width: 1px){
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__ctrl {
    flex-basis: 7px;
    min-width: 7px;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list.fs-c-slick .fs-c-productListCarousel__list__item {
    max-width: 145px;
    min-width: 145px;
  }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    font-size: 15px;
  }
}

/*エラーメッセージ*/
.fs-c-panel--error {
  padding: 20px 8px 20px 32px;
  border-color: #000;
  font-weight: bold;
  font-size: 18px;
  background: #febfd4;
}
.fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
  margin-top: 9px;
  padding-top: 14px;
  border-top: 1px solid #da4453;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-panel--error {
    font-size: 15px;
  }
}
/*  成功メッセージ  */
.fs-c-panel.fs-c-panel--info {
  border-color: #000;
  background: #febfd4;
  padding: 20px 8px 20px 32px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.fs-c-panel.fs-c-panel--info::before {
  color: #000;
}
.pass_ok a {
  text-decoration: underline;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-panel.fs-c-panel--info {
    font-size: 15px;
  }
}
