@charset "UTF-8";

body {
  font-size: 15px;
}

h1 {
  width: auto;
}
.fs-l-page {
  width: 1100px;
  margin: 0 auto;
}
.fs-body-top .fs-pt-carousel img {
    max-width: inherit;
}

.fs-l-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 810px;
  grid-template-columns: 290px 810px;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  width: 1100px;
  margin: 17px 0 0;
  padding: 0;
  justify-content: start;
  align-items: start;
}

.fs-l-pageMain {
  width: 810px;
  max-width: 100% !important;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  padding-left: 25px;
}
/* サブメニュー */
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
ul.subMenu{
  position: absolute;
  z-index: 10;
  background: #fff;
  display:none;
  opacity:0;
  transition: .9s;
  margin-top: -5px;
  right:0;
  text-align:right;
  box-sizing:border-box;
}
ul.subMenu.menu_right{
  right: 10px;
}
ul.subMenu > li{
  font-size: 14px;
  height: 40px;
  float: none;
  width: 200px;
  border-bottom:solid 1px #ccc;
}
ul.subMenu > li:hover{
  background: #f0f8ff;
  transition :all 0.5s;
}
ul.subMenu > li > a{
  display:block;
  padding:10px;
  height: 40px;
}
ul.subMenu li img{
  vertical-align: middle;
  margin-right:5px;
}
ul.navi li:hover > ul.subMenu{
  display: block;
  animation: show 0.3s linear 0s;
  animation-fill-mode: forwards;
}

.subMenu2Wrap{
  display:none;
}

.subMenu2Wrap.antique{
  display: block;
  position: absolute;
  min-height:100%;
  right: 200px;
  top: 0;
  background:#fff;
  width:900px;
}
ul.navi li:hover > ul.subMenu li:hover .subMenu2Wrap{
  display: block;
  position: absolute;
  min-height:100%;
  right: 200px;
  top: 0;
  background:#fff;
  width:900px;
}
.subMenu2Wrap > h3{
  margin:10px 10px 20px;
  font-size:24px;
}
.subMenu2Wrap > h3 img{
  margin-left: 20px;
}
ul.subMenu2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
ul.subMenu2 li{
  width: 300px;
  text-align: right;
  padding:5px 10px;
  height: auto;
  height: 40px;
}
ul.subMenu2 li img{
  margin-left:5px;
}
ul.subMenu2 li.ttl{
  font-weight:600;
  background: #f0f8ff;
}
/* パンくず */
.fs-c-breadcrumb {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 25px;
}

/* エラーメッセージ */
.fs-c-panelContainer {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-left: 25px;
}


/* サイドメニュー */
.fs-l-pageAside {
  width: 290px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  font-size: 14px;
}

.fs-sideMenu {
  margin-bottom: 40px;
}
.fs-sideMenu dt {
  margin-bottom: 10px;
}
.fs-sideMenu dt img {
  display: block;
}
.fs-sideMenu dd ul li img {
  margin-right: 5px;
  vertical-align: middle;
}

/* 202209_フッター改修ここから */
/* フッター */
.fs-l-footer {
  border: 0;
  background-color: #f5fafa;
}
.fs-l-footer__slogan {
  min-width: 1100px;
  padding-top: 50px;
  text-align: center;
}
.fs-l-footer__slogan img {
  height: 100px;
}
.fs-l-footer__wrapper {
  min-width: 1100px;
  margin-top: 25px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)),url(//malto.itembox.design/item/img/pc/footer_bg_202209.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fs-l-footer__logo {
  max-width: 1200px;
  min-width: 1100px;
  padding: 0 20px;
  margin: auto;
}
.fs-l-footer__logo img {
  height: 115px;
}
.fs-l-footer__contents {
  min-width: 1100px;
  padding: 0 20px;
}
.fs-l-footer-info {
  display: flex;
  justify-content: space-between;
}
.fs-l-footer-info__section {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
.fs-l-footer-info__section dl:not(:first-of-type) {
  margin-top: 25px;
  padding-top: 20px;
}
.fs-l-footer-info__section dl dt {
  font-size: 20px;
  font-weight: bold;
}
.fs-l-footer-info__section dl dt:before {
  content: "■";
}
.fs-l-footer-info__section dl dd {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fs-l-footer-info__section:nth-of-type(1) strong {
  font-size: 25px;
}
.fs-l-footer-info__section:nth-of-type(1) iframe {
  width: 400px;
  height: 250px;
}
.fs-l-footer__copyright {
  min-width: 1100px;
  position: relative;
  padding: 30px 0;
  text-align: center;
  background-color: #61769E;
}
.fs-l-footer__copyright a {
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.fs-l-footer__copyright img {
  height: 40px;
}
.fs-l-footer__copyright small {
  font-size: 20px;
  color: #fff;
}

/* 202209_フッター改修ここまで */



/*
  共通パーツ
*/
/* 並び替え・ページャーパーツ */
.fs-c-productList__controller {
  display: block;
  margin: 0;
}

/* 並び替えパーツ */
.fs-c-sortItems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.fs-c-sortItems__label {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  padding: 4px 13px;
  border-right: 1px solid #333;
}
.fs-c-sortItems__list {
  flex-grow: unset;
}
.fs-c-sortItems__list__item {
  padding: 0 5px;
  border-right: 1px solid #333;
  line-height: 1;
}
.fs-c-sortItems__list__item.is-active {
  background: none;
  color: #333;
}

/* ページャーパーツ */
.fs-c-listControl {
  justify-content: flex-start;
  flex-grow: unset;
  align-items: baseline;
}
.fs-c-listControl__status {
  font-size: 20px;
}
.fs-c-listControl .fs-c-pagination__item {
  font-size: 1.8em;
}
.fs-c-listControl .fs-c-pagination__item.is-active {
  font-size: 2.5em;
  color: #FF0000;
  text-decoration: underline;
  background: none;
}

/* レコメンド */
.recom_Box {
  margin-bottom: 30px;
}
.recom_Box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.recom_Box ul li {
  float: none;
  margin-bottom: 25px;
  font-size: 11.2px;
}
.recom_Box ul li p {
  padding-top: 5px;
}
.recom_Box ul + p {
  margin-top: -15px;
}

/* 商品一覧 */
.fs-c-productList__list {
  grid-gap: 5px;
}
.fs-c-productList__list__item {
  margin-bottom: 25px;
  padding: 8px;
  border: 1px solid #ccc;
}

.fs-c-productListItem__control {
  display: none;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productName__copy {
  font-size: 11px;
  margin: 10px 0px 0px 0px;

}
.fs-c-productName__copy > span {
  font-size: 13px;
}
.fs-c-productName__name {
  font-size: 13px;
}

.fs-c-productPrice {
  justify-content: flex-end;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #666;
  font-size: 14px;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__addon {
  font-size: 14px;
}

/* 商品詳細 */
#fs_ProductDetails .detailImgArea, .detailImgSam{
  width: auto;
}
#fs_ProductDetails .cc-productsDetail-withImg img{
  width: 100%;
}

#fs_ProductDetails .fs-c-productMainImage .fs-c-productMainImage__image img{height:400px;max-width:100%;}
#fs_ProductDetails .fs-c-productCarouselMainImage__image > img{ opacity:0.25; height: 400px;transition: all 0.25s;}
#fs_ProductDetails .slick-center .fs-c-productCarouselMainImage__image > img{ opacity:1;}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList{ flex-wrap: wrap; overflow-x: auto;}

#fs_ProductDetails .cc-product-title{ font-size:18px;font-weight:700;margin-bottom:20px;}
#fs_ProductDetails ul.cf li { text-align: center;}
#fs_ProductDetails ul.cf li img{ width:auto; max-width:100%;}
#fs_ProductDetails ul.cf li p{ text-align: left;}

#fs_ProductDetails .fs-c-productNameHeading.fs-c-heading{margin-top:20


px;}
#fs_ProductDetails .cc-productsDetail-withImg ul li{
  margin-bottom: 20px;
}
#fs_ProductDetails .cc-productsDetail-withImg ul.cf{
  display:flex;
  flex-wrap:wrap;
  line-height: 300%;
}
#fs_ProductDetails .cc-productsDetail-withImg ul.cf li{
  width:50%;
}
#fs_ProductDetails .cc-productsDetail-withImg ul.cf li img{
  width: auto;
  margin:0 auto;
}
#fs_ProductDetails .fs-p-productDescription h4{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.4;
}

#fs_ProductDetails .cc-productsDetail-withImg{
  font-size:15px;
}
#fs_ProductDetails .fs-c-variationList__item__title{
  background:none;
  text-align:left;
  padding:5px 0 0 5px;
}
.fs-c-variationList__item{
  border-bottom:1px solid #e3e3e3;
  background: #fff;
  width: 580px;
}
.fs-c-variationList__item:first-child{
  border-top:1px solid #e3e3e3;
}
.fs-c-variationList__item:nth-child(2n){
  background: #f0f0f0;
}
/* バリエーションなし商品用*/
#fs_ProductDetails .fs-l-productLayout{
  display:block;
}
#fs_ProductDetails .fs-c-productStock{
  background: #fffff0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  padding: 10px;
  width: 504px;
}
#fs_ProductDetails .fs-c-productQuantityAndWishlist{
}
#fs_ProductDetails .fs-c-productStock + .fs-c-productQuantityAndWishlist{
  background: #fffff0;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  padding: 10px;
  display: block;
  width: 160px;  height:80px;

  border-top:none;
  float:left;
  height:80px;
}
.fs-c-button--addToCart--detail.fs-c-button--image{
  width: 300px;
}
#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity::before{
  content:"数量";
}
#fs_ProductDetails .fs-c-productStock + .fs-c-productQuantityAndWishlist + .fs-c-productActionButton.fs-c-buttonContainer{
  background: #fffff0;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  height:80px;
  width: 504px;
  display:block;
}

#fs_ProductDetails .cc-staff-comment p{
  font-size:15px;
  font-weight:700;
  margin-bottom:30px;
  line-height:2;
}

/* 価格 */
#fs_ProductDetails .fs-c-productPrices--productDetail .fs-c-productPrice{justify-content: flex-start;}
#fs_ProductDetails .fs-c-productPrice__main .fs-c-price__currencyMark{font-size:24px; color: #800000;}
#fs_ProductDetails .fs-c-productPrice__main .fs-c-price__value{font-size:24px; color: #800000;}

.fs-c-variationAndActions__variation.fs-c-variationList{
  width:550px;
  background:#fffff0;
  padding: 10px 20px;
}
.fs-c-variationCart > li + li{
  margin-top:0px;
}
.fs-c-variationCart--withImage > li{
  padding:5px;
  box-sizing:border-box;
  grid-template-columns: auto 1fr 2em 160px;
  border-bottom:solid 1px #ddd;
}
.fs-c-variationCart--withImage > li:nth-child(2n){
  background:#f0f0f0;
}
.fs-c-variationCart--withImage > li:nth-child(2n+1){
  background:#fff;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image > img{
  display:none;
}
.fs-c-button--primary{
  background:#bf0000;
  border:none;
  border-radius:4px;
  font-weight:600;
  min-width: 240px;
  min-height: 38px;
}
.fs-c-button--primary .fs-c-button__label{
  font-size:16px;
  color: white;
}
.fs-c-reviewInfo__reviewer.fs-c-reviewer,.fs-c-reviewInfo__date{
  background:#f8F5F3;
  margin: 0;
  padding:5px;
}
.fs-c-reviewerStatus{
  background: #ff8400;
}
.fs-c-reviewList__item__info.fs-c-reviewInfo{
  border-top: solid 1px #dddddd;
}
.fs-c-reviewBody{border: none;}
.fs-c-reviewRating{ margin: 10px; }
.fs-c-reviewRating:before{
  content: "おすすめ度";
  font-size: 14px;
}
.fs-c-reviewInfo__stars.fs-c-reviewStars{
  display: inline-block;
}
.specArea {
  width: auto;
  margin-top: 20px;
}
.specArea table{
  width: auto;
}

/*
  共通ヘッダー
*/
.fs-l-header {
  padding-top: 0;
}
.fs-l-header__contents {
  position: relative;
  display: block;
}
.fs-l-header__text {
  font-size: 11px;
}
.fs-l-header__utility {
  display: block;
  padding: 0;
  line-height: 40px;
}
.fs-l-header__cart-btn {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: flex;
  align-items: flex-end;
}
.fs-l-header__headline {
  font-size: 11px;
}
.fs-l-header__headline h2 {
  font-weight: bold;
}

/* utility menu */
.fs-p-headerUtilityMenu__list {
  justify-content: flex-start;
  font-size: 16px;
}
.fs-p-headerUtilityMenu__list a {
  color: #5b5b51;
}
.fs-p-headerUtilityMenu__list a:before {
  content: "■";
  display: inline;
  border: 0;
  font-size: inherit;
}
/*モーダル*/
.fs-c-photoswipe .pswp__bg{
  background:rgba(0,0,0,.75);
}

/*
  ログイン
*/
@media screen and (min-width: 960px){
   .fs-c-newUsers {
    margin-left: 40px;
    width: calc(50% - 40px);
  }
}
.fs-body-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-review-login .fs-c-inputInformation__field
{padding:0;background:#fff;}

table.fs-c-inputTable {display:table;border-collapse: collapse}
.fs-c-inputTable > tbody{ display: table-row-group;}
.fs-c-inputTable > tbody > tr{ display: table-row;}
.fs-c-inputTable > tbody > tr > th{ display: table-cell;font-size:14px;background: #F8F5F3;  border:solid 1px #DDDDDD;padding:10px;}
.fs-c-inputTable > tbody > tr > td{ display: table-cell;font-size:14px;background: #FFF;  border:solid 1px #DDDDDD;padding:10px;}
.fs-c-inputTable > tbody > tr > td input,select {font-size:14px;}

/*
  お気に入りログイン
*/
@media screen and (min-width: 960px){
  .fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 40px;
    width: calc(50% - 40px);
  }
  .fs-body-login .fs-c-newUsers {
    margin-left: 40px;
  }
}

/*
  カートログイン
*/

#fs_ShoppingCartLogin .fs-l-main{
  display: block;
}
#fs_ShoppingCartLogin .fs-l-pageMain{
  margin:auto;
}
/*
  カートログイン
*/
@media screen and (min-width: 960px){
  .fs-body-wishlist-login .fs-c-registeredUsers {
    margin-left: 0px;
    width: calc(50% - 40px);
  }
  .fs-body-wishlist-login .fs-c-newUsers{
    margin-left: 40px;
  }
}
@media screen and (min-width: 960px){
  .fs-body-review-login .fs-c-registeredUsers {
    margin-left: 0px;
    width: calc(50% - 40px);
  }
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 40px;
  }
}
/*
  カートログインせずに購入
*/
#fs_CustomerDetails .fs-l-main{
  display: block;
}
#fs_CustomerDetails .fs-l-pageMain{
  margin:auto;
}

/*
  注文手続き
*/
.fs-body-checkout .fs-l-main{
  display: block;
}
.fs-body-checkout .fs-l-pageMain{
  width:auto;
  -ms-grid-column: auto;
  grid-column: auto;
  -ms-grid-row: auto;
  grid-row: auto;
}
/*
  注文手続きAMAZON
*/
.fs-body-checkout-amazon .fs-l-main{
  display: block;
}
.fs-body-checkout-amazon .fs-l-pageMain{
  width:auto;
  -ms-grid-column: auto;
  grid-column: auto;
  -ms-grid-row: auto;
  grid-row: auto;
}

/*
  マイページ
*/
/* トップ */
.fs-c-accountService {
  display: none;
}

.cc-accountServiceList {
  width: 100%;
  margin-top: -10px;
}
.cc-accountServiceList {
  border-top: 2px solid #E4DAD2;
}
.cc-accountServiceList li {
  border-bottom: 2px solid #E4DAD2;
  padding: 10px 0;
}
.cc-accountServiceList li > a {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 120%;
}
.cc-accountServiceList li p{padding:0 10px;color:#666; font-size:14px;}
.cc-accountServiceList li p a{padding:0 10px;color:#666; font-size:14px;}

.cc-accountServiceList li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: 'fs-icon' !important;
  content: "\e933";
  font-size: 120%;
}
@media screen and (min-width: 960px){
  .fs-body-my-top .fs-l-account {
    display:block;
  }
}
.fs-body-my-top .fs-l-additionalProduct--wishlist{
  display: none;
}

/*
  メルマガ登録・停止
*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__field{
  background:#fff;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field{
  background:#fff;
}

/*
  トップページ
*/
.fs-body-top {
  font-size: 70%;
}
.fs-body-top .Kakom2 {
  height: 43px;
}
.fs-body-top .text_search {
  float: left;
  width: 241px;
}
.fs-body-top .popular_search_Area {
  float: left;
}
.fs-body-top .popular_search_Area p:first-child {
  line-height: 1;
}
.fs-body-top .fs-l-main {
  padding-top: 14px;
  background: url('https://www.salhouse.com/line_ari.jpg') center top no-repeat;
}
.fs-body-top .fs-l-pageMain {
  width: 810px;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 14px;
}
.fs-body-top .contentsHeaderMessage {
  width: 683px;
}
.cc-mainvisual {
  width: 98%;
  margin-bottom: 20px;
}
.mainvisual {
  margin-bottom: 25px;
}
.item_Antique_InstaBnr {
  margin-bottom: 30px;
}
.item_Antique_items h3 {
  margin-bottom: 25px;
}
.new_item_Box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.new_item_Box ul li {
  margin-bottom: 20px;
  text-align: center;
}
.item_Instagram {
  margin-bottom: 40px;
}
.item_Instagram_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10px;
}
.item_Instagram_list li {
  width: 48%;
  margin-bottom: 25px;
  font-weight: bold;
  color: #666;
  font-size: 20px;
}
.item_Instagram_list li img {
  width: 100%;
}
.item_Instagram_list li a {
  display: block;
  margin-bottom: 5px;
}
.item_Instagram .more a {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}

/* maltoについて */
.cc-f-about #mainAbout {
  font-size: 70%;
}

/* 商品番号の文字色変更 */
.fs-body-product .fs-c-productNumber {
   color:#f6f6f6;
   border: none;
}

.fs-c-productListItem__imageContainer .fs-c-productListItem__image__image{
  width: 158px;
  height: 216px;
}

/* サイドメニュー */
@media screen and (max-width 1580px){
.sideRecommendBox{display:none;}
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
  }
}

.topSection h2 {
    font-family: 'Rounded Mplus 1c';
    background-color: #91a3cb; }
.topSection#topWeeklyRanking h2 {
    background-color: #e1e41c; }

/*グループ一覧文字サイズ変更*/
.fs-c-subgroupList{
font-size:14px;
}

/*グループ一覧ページャー削除*/
.fs-c-subgroup .fs-c-listControl:first-child{
display:none;
}

/*グループ一覧の表示調整*/
@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-grow:0;
  }
}

/*キャッチコピーカテゴリー*/
.fs-c-productList__list .catchphrase2 {
    font-weight: bold;
    font-size: 13px;
    margin: 15px 0 0;
}
.fs-c-productList__list h2.fs-c-productListItem__productName {
    margin-top: 0;
}
.fs-c-productList__list .fs-c-productName__name {
    margin-top: 10px;
}

/*キャッチコピー商品詳細*/
#fs_ProductDetails .fs-c-productNameHeading.fs-c-heading {
    margin-top: 0;
}
.fs-l-productLayout .fs-c-productNameHeading__name {
    display: block;
    line-height: 1.5em;
    font-size: 1.25em;
}
.fs-l-productLayout .catchphrase2 {
    font-weight: bold;
    font-size: 1.25em;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist{
  display:none;
}

.insta4 {
      width: 800px;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .insta4>img {
      width: 200px;
      margin: 10px;
    }

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist{
    display: block;
}#fs_ProductDetails .fs-c-productStock + .fs-c-productQuantityAndWishlist {
    border: none;
    display: grid;
    height: auto;
    width: auto;
    grid-template-columns: inherit;
    grid-template-rows: 1fr auto;
    background: none;
}
.fs-c-productQuantityAndWishlist__wishlist {
    padding-top: 30px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}#fs_ProductDetails .fs-c-productStock + .fs-c-productQuantityAndWishlist + .fs-c-productActionButton.fs-c-buttonContainer {
    border-left: 1px solid #999;
}.specArea {
    margin-top: 80px;
}

/*　アイテム見出し　*/
.fs-p-productDescription > h4 > p {
    line-height: 2em;
}

/*　商品説明　*/
div.detailImgSam p {
    line-height: 1.7em;
}

/*　吹き出し（下向き）　*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/*　吹き出し（下向き）　*/

/*　吹き出し（上向き）　*/
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  background: #EEEEEE;
 border-radius: 15px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #EEEEEE;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}
/*　吹き出し（上向き）　*/

/*キャッチコピー文字数*/
.fs-c-productName__copy {
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*吹き出しボックス*/
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #000000;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}

/*シンプルなボタン*/

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}

/*バナー横並び*/

.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

/*カートへボタン位置調整*/

.fs-p-scrollingCartButton {
    position: fixed;
    right: 0;
    bottom: 90%;
    z-index: 100;
}

.fs-c-variationCart__cartButton {
    width: 200px;
    padding: 10px;
}

.fs-c-cartDiscountInfo__info {
    color: #ff4500;
    font-size: 18px;
}

.fs-c-cartTable {
    font-size: 12px;
}

.fs-c-cartTable__dataCell {
    padding: 1px 0;
}

.fs-c-button--standard {
    font-size: 2rem;
    color: #fff;
    background-color: #f39700;
    border-radius: 3px;
}

/*
  注文手続きAMAZON
*/
.fs-body-checkout-amazon .fs-l-main{
  display: block;
}
.fs-body-checkout-amazon .fs-l-pageMain{
  width:auto;
  -ms-grid-column: auto;
  grid-column: auto;
  -ms-grid-row: auto;
  grid-row: auto;
}

/*
  会員情報入力table
*/

/*
  会員登録
*/
#fs_Register .fs-l-main{
  display: block;
}
#fs_Register .fs-l-pageMain{
  width:100%;
}
.cc-memberPurchaseButton{
  text-align: center;
}
.fs-c-inputInformation__field{
  max-width: 100%;
}

.fs-c-memberInfoField table{
  display: table;
}
.fs-c-memberInfoField table tr{
  display: table-row;
}
.fs-c-memberInfoField table th{
  display: table-cell;
  padding: 10px;
  background: #F8F5F3;
  border:solid 1px #DDDDDD;
  font-size:14px;
}
.fs-c-memberInfoField table td{
  width:70%;
  display: table-cell;
  padding: 10px;
  border:solid 1px #DDDDDD;
  font-size:14px;
}

.fs-c-variationMatrix {
    width: 50%;
}

.topSection h2 {
    font-family: 'Rounded Mplus 1c';
    background-color: #91a3cb; }

.topSection#topWeeklyRanking h2 {
    background-color: #e1e41c; }

/* タイトル付　枠　1　*/
.kakomi-box11 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}
.title-box11 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555555; /* タイトル文字色 */
}


.border3 {
	font-size: 16px;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #000000;
}


.border4 {
	font-size: 16px;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #000000;
background: linear-gradient(transparent 70%, #a7d6ff 70%);
font-weight: bold;
}


.firstcaps{
        display: block;
        float:left;
        padding-right: 10px;
        font-size:40px;
}

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }

/*ヘッダーのカートボタン商品数文字サイズ調整*/
.header-utility-menu > li .fs-client-cart-count{
    font-size: 24px;
    color: #FF0000;
    font-weight: bold;
}

/*アンティーク独自コメント1*/
.fs-l-pageMain .comment1{
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.FS2_Recommend2_container_history9 {
  margin-top: 1px;
}

.FS2_Recommend2_container_history9 center > p {
  font-size: 18px;
}

.FS2_Recommend2_container_history9 ul {
    width: 1100px;
}

/*商品詳細ページカート内フォントちょうせい*/
.fs-c-variationMatrix__panel > * {
    font-size: 18px;
}

.fs-c-button--plain {
    font-size: 18px;
}

.news-list {
    font-size: 14px;
}

.header-search .form-btn-wrap {
    flex-shrink: 0;
    width: 24px;
    padding-bottom: 5px;
    background: url(/img/share/icon_search.svg) center no-repeat;
    box-sizing: border-box;
}

.fs-body-my-wishlist .fs-c-productListItem__control {display:block!important;}
.fs-body-my-wishlist .fs-c-button--addToCart--list {display:none;}

/*商品一覧表示数*/
@media screen and (min-width: 500px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  

div.fs-c-subgroupList__label {
    text-align: center;
}

.fs-c-productListItem__imageContainer .fs-c-productListItem__image__image {
    width: 198px;
    height: 198px;
}

/* ----- スタッフコメント ----- */

.talk {
margin-bottom: 40px;
}

.talk figure img {
width: 100%;
height: 100%;
border: 2px solid #4682b4;
border-radius: 50%;
margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 8px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 60px;
height: 60px;
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
color: #444;
position: relative;
margin-left: 100px;
padding: 1.2em;
border: 3px solid #4682b4;
background-color: #fff;
border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #4682b4;
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}

/* 上に行くボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_topcat{
  position: fixed;
  right: 50px;
  bottom: 30px;
}
#page_topcat a{
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 40px;
  color: #3fefee;
}

/* -----ショッピングカートおすすめ----- */

.fs-body-cart .FS2_Recommend2_recommend ul li {
    width: 24%;
}



p.serif{
    font-family: 'Noto Serif JP', serif;
}


/* -----目次----- */
.l_toc {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    font-weight: bold;

}

.l_toc a {
    text-decoration: none;
    color: #fff;
   padding-left:  15px;
}

.l_toc ol {
    background-color: #f5f5f5;/*背景色*/
    padding-left: 0;
    list-style: none;
    counter-reset: section;
    padding: 5px;
   padding-left: 5px;
   padding-bottom: 10px;

}

.child_ol li {
    padding-left: 5px;
font-weight: normal;
}


.seotext_05 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
}


.relative01 {
  position: relative;
}
.absolute01 {
  position: absolute;
  right: 160px;
  bottom: 500px;
width: 85%;

}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}




/* カテゴリー */
.top-cat-list {
  display: flex;
  flex-wrap: wrap;
}
.top-cat-list li {
  width: calc(100% / 4);
  line-height: 1.2;
}
.top-cat-list li a {
  display: flex;
  align-items: center;
}
.top-cat-list li a img {
  flex-shrink: 0;
  width: 60px;
  margin-right: 5px;
}
.top-cat-list li a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.top-cat-antieques .t-section__title span {
  margin-bottom: 5px;
}
.top-cat-antieques .top-cat-list {
  margin-bottom: 0px;
}
.top-cat-antieques .top-cat-list li {
  width: calc(100% / 5);
  padding: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  line-height: 1.2;
}
.top-cat-antieques .top-cat-list li a {
  display: block;
  text-align: center;
}
.top-cat-antieques .top-cat-list li a img {
  display: block;
  max-width: 68px;
  width: auto;
  margin: 0 auto 7px;
}
.top-cat-antieques .top-cat-list li a span {
  font-size: 9px;
  line-height: 1.2;
}


/* カテゴリー */
.top-cat-list2 {
  display: flex;
  flex-wrap: wrap;
}
.top-cat-list2 li {
  width: calc(100% / 5);
  line-height: 1.2;
  padding: 5px 0;
}
.top-cat-list2 li a {
  display: flex;
  align-items: center;
}
.top-cat-list2 li a img {
  flex-shrink: 0;
  width: 60px;
  margin-right: 5px;
}
.top-cat-list2 li a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.top-cat-antieques .t-section__title span {
  margin-bottom: 5px;
}
.top-cat-antieques .top-cat-list2 {
  margin-bottom: 0px;
}
.top-cat-antieques .top-cat-list li2 {
  width: calc(100% / 5);
  padding: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  line-height: 1.2;
}
.top-cat-antieques .top-cat-list li2 a {
  display: block;
  text-align: center;
}
.top-cat-antieques .top-cat-list li2 a img {
  display: block;
  max-width: 68px;
  width: auto;
  margin: 0 auto 7px;
}
.top-cat-antieques .top-cat-list2 li a span {
  font-size: 9px;
  line-height: 1.2;
}

/* コラム用の横並び */

.columnflex {
  display: flex; /*横並び*/
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.columnflex .image {
  width: 200px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.columnflex .image2 {
  width: 450px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.columnflex .right {
  margin: 0 0 0 20px;
  padding: 0;
  width: 480px;
}
.columnflex .right2 {
  margin: 0 0 0 20px;
  padding: 0;
  width: 230px;
}
.columnflex .left {
  margin: 0 20px 0 0;
  padding: 0;
  width: 230px;
}
.columnflex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.columnflex .text {
  margin: 10px 0 0;
  padding: 0;
}


/* コラム用の横並び */

.columnflex2 {
  display: flex; /*横並び*/
  margin-bottom: 10px;
}
.columnflex2 .image {
  width: 350px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.columnflex2 .right {
  margin: 0 0 0 20px;
  padding: 0;
  width: 345px;
}
.columnflex2 .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.columnflex2 .text {
  margin: 10px 0 0;
  padding: 0;
}


.border5 {
  padding: 15px 20px;
  background: #e0edff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
}

p.bolder{
  font-weight:bolder;
}


.dotline {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -20px;
  margin-top: 20px;
}

/* 食器の種類別に並べるパーツ */

#category .top-section-inner {
  display: block;
  padding: 30px 100px;
}

#category2 .top-section-inner {
  display: block;
  padding: 30px 30px;
}

/* 食器メーカーブランド別に並べるパーツ */

.top-section .box-wrap2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.top-section .box-wrap2 > div {
  width: calc(100% / 2 - 10px);
  margin: 0 5px 15px;
  text-align: left;
  font-size: 14px;
}

.top-section .box-wrap2 > div img {
  margin-bottom: 8px;
}
.top-section .box-wrap2 > div h3 {
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.5;
}

.top-section.-type2 .box-wrap2 > div:nth-of-type(1), .top-section.-type2 .box-wrap2 > div:nth-of-type(2) {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}


/* TOPページのアンティークと現行品を並べる */


.top-section .box-wrap3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.top-section .box-wrap3 > div {
  width: calc(100% / 2 - 10px);
  margin: 0 5px 0;
  text-align: left;
  font-size: 14px;
}

.top-section .box-wrap3 > div img {
  margin-bottom: 8px;
}
.top-section .box-wrap3 > div h3 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
}

.top-section .box-wrap3 > div dt {
  margin: 0 10px;
  line-height: 1.5;
}

.top-section.-type2 .box-wrap3 > div {
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}


.category-h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: auto;
  margin-top: 16px;
}

.category-h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: auto;
  margin-top: 16px;
}


.margin-30 {
  margin: -30px 0;
}


/* アンティークの机カテゴリー表示 */

.table-list li {
  width: calc(100% / 3 - 22px);
}

.table-list {
  margin: 0 -8px;
}

.table-list {
  display: flex;
  flex-wrap: wrap;
}

.table-list li {
  margin: 0 11px 7px;
  color: #4b4b4b;
  font-size: 14px;
}

.table-list li img {
  width: 100%;
  height: auto;
}

.table-list li h2 {
  font-weight: bold;
  font-size: 14px;
  text-decoration:underline;/*下線を引く*/
}



/* アンティークの椅子カテゴリー表示 */

.chair-list li {
  width: calc(100% / 4 - 22px);
}

.chair-list {
  margin: 0 -8px;
}

.chair-list {
  display: flex;
  flex-wrap: wrap;
}

.chair-list li {
  margin: 0 11px 7px;
  color: #4b4b4b;
  font-size: 14px;
}

.chair-list li img {
  width: 100%;
  height: auto;
}

.chair-list li h2 {
  font-weight: bold;
  font-size: 14px;
  text-decoration:underline;/*下線を引く*/
}

.chair-list.-col4 li {
  width: calc(100% / 4 - 10px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

.producticon {
  margin: -23px 0 0 0;
}

.detailImgSam2 dl {
    border-bottom: 1px solid #ddd;
    display: table;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.detailImgSam2 dt {
    background: #F3F6F9;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
.detailImgSam2 dd {
    display: table-cell;
    padding: 20px;
    width: 75%;
}
.detailImgSam2 dd div {
    background: #F3F3F3;
    margin-top: 20px;
    padding: 10px;
}
.rental-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.rental-list li {
    width: calc(100% / 2 - 8px);
    background: #edeff6;
    padding-block: 17px;
    text-align: center;
    margin: 0 4px 8px;
    border-radius: 10px;
}

.detailImgSam2 {
    width: 700px;
    margin: 0 auto;
}
div.detailImgSam2 p {
    line-height: 1.7em;
}
.detailImgSam2 > p {
    margin: 20px 0;
    font-size: 15px;
}




/* TOPページの町とアニメーしょん */

.city {
  position: relative;
  text-align: center;
}
.child img {
  position: absolute;
  right: 36%;
  bottom: 3%;
  width: 9%;
}
.child p {
  position: absolute;
  right: 44%;
  bottom: 41.5%;
  font-weight: bold;
  font-size: 0.8vw;
}
.cat img {
  position: absolute;
  right: 50%;
  bottom: 3%;
  width: 13%;
}
.cat p {
  position: absolute;
  right: 60.8%;
  bottom: 35%;
  font-weight: bold;
  font-size: 0.8vw;
}

.cats img {
  position: absolute;
  right: 26%;
  bottom: 13%;
  width: 9%;
}
.cats p {
  position: absolute;
  right: 24.5%;
  bottom: 24%;
  font-weight: bold;
  font-size: 0.8vw;
}

.gift p {
  position: absolute;
  right: 72%;
  top: 18%;
  font-weight: bold;
  font-size: 0.8vw;
}
.maltop {
  position: absolute;
  right: 72%;
  bottom: 14%;
  font-weight: bold;
  font-size: 0.8vw;
}
.door img {
  position: absolute;
  right: 73.5%;
  bottom: 17.2%;
  width: 4.3%;
}

.bear {
  position: absolute;
  right: 17.4%;
  bottom: 44%;
  width: 4%;
}

.balloon img {
  position: absolute;
  right: 47%;
  width: 6%;
  top: 10%;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.santa p {
  position: absolute;
  right: 39.5%;
  width: 6%;
  top: 23%;
  font-weight: bold;
  font-size: 0.8vw;
}

.santa img {
  position: absolute;
  right: 47%;
  width: 12%;
  top: 3%;
  animation: floating-y 3.8s ease-in-out infinite alternate-reverse;
}

.balloon p {
  position: absolute;
  right: 39.5%;
  width: 6%;
  top: 23%;
  font-weight: bold;
  font-size: 0.8vw;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.balloon2 img {
  position: absolute;
  right: 60%;
  width: 4%;
  top: 10%;
  animation: floating-y2 2.8s ease-in-out infinite alternate-reverse;
}

.balloon2 p {
  position: absolute;
  right: 65.5%;
  width: 6%;
  top: 11%;
  font-weight: bold;
  font-size: 0.8vw;
}


@keyframes floating-y2 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.balloon3 {
  position: absolute;
  right: 53%;
  width: 2%;
  top: 40%;
  animation: floating-y2 1.6s ease-in-out infinite alternate-reverse;
}
.slimg {
  position: absolute;
}
.slichild img {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: 10%;
}

.fs-c-button--inquiryAboutProduct {
  margin-bottom: -55px;
}

.rental-a {
    padding: 2px;
    margin: 5px;
    border: 1px dotted #333333;
    border-radius: 7px;
    background: #fff;
}
.rental-price {
  text-align: center;
}



/* 雲など浮かす */

.floatitem {
    position: relative;
    width: 100%;
}

.float_balloon img {
  position: absolute;
  right: 84%;
  width: 6%;
  top: 10%;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_balloon2 img {
  position: absolute;
  right: 92%;
  width: 5%;
  top: -64px;
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_balloon3 img {
  position: absolute;
  right: 8%;
  width: 5%;
  top: 10%;
  animation: floating-y 2.0s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cats img {
  position: absolute;
  right: 20%;
  bottom: -337px;
  width: 9%;
  z-index: 30;
}

.float_cloud1 img {
  position: absolute;
  right: 1%;
  width: 10%;
  top: -105px;
  animation: floating-y 1.7s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cloud2 img {
  position: absolute;
  right: 10%;
  width: 10%;
  top: -130px;
  animation: floating-y 2.7s ease-in-out infinite alternate-reverse;
  z-index: 20;
}

.float_cloud3 img {
  position: absolute;
  right: 5%;
  width: 10%;
  top: -30px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 20;
}

.float_cloud4 img {
  position: absolute;
  right: 90%;
  width: 10%;
  top: 30px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 20;
}

.float_cloud5 img {
  position: absolute;
  right: 80%;
  width: 10%;
  top: -57px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cloud7 img {
  position: absolute;
  right: 80%;
  width: 10%;
  top: 1360px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cloud8 img {
  position: absolute;
  right: 10%;
  width: 10%;
  top: 600px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cloud9 img {
  position: absolute;
  right: 5%;
  width: 10%;
  top: 1200px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

.float_cloud10 img {
  position: absolute;
  right: 85%;
  width: 10%;
  top: 700px;
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  z-index: 30;
}

}


@media (max-width: 1000px) {

.floatitem {
        display: none;
}

.city {
        display: none;
}
}



.variation a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 390px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid #b7b7b7;
  border-radius: 10px;
}

.variation a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.variation a:hover {
  color: #333;
  background-color: #bbbbbb;
}


.header-utility-menu > li .subMenu2Wrap.antique > p {
    margin: 10px;
}
.header-utility-menu > li .subMenu2Wrap > p {
    margin: 10px 10px 20px;
    font-size: 24px;
}



.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}


@media screen and (min-width: 960px) {
    .fs-c-coupon__info {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
  .fs-p-pageNotFound {
    margin-top: 1px;
    width: 50%;
  }
}

  /*桜を降らせるアニメーション*/
.sakura {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sakura li {
	width: 18px;
	position: absolute;
	list-style: none;
	top: -50px;
	animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@keyframes fall {
	to {
		top: 120%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}
@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}
.sakura li:nth-child(1) {
	left: 0;
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
	left: 5vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
	left: 15vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
	left: 30vw;
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
	left: 40vw;
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
	left: 55vw;
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
	left: 65vw;
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
	left: 50vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}