/****common****/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5f7285;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 16px;
  font-weight: normal;
}
main {
  background: url("https://trial.animonda.co.jp/wp-content/themes/trialanimonda/assets/img/cream_pixels.png");
}
.container {
  width: 100%;
}
@media screen and (min-width:767px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.inner {
  background: #fff;
  box-sizing: border-box;
}
.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
a {
  transition: all 0.3s ease;
}
@media screen and (min-width:767px) {
  a:hover {
    opacity: .5;
    text-decoration: none;
  }
}
.btn {
  border-radius: 3px;
  background-clip: padding-box;
  appearance: none;
  font-size: 14px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
  position: relative;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #dadae5;
  color: #5f7285;
  transition: all 0.3s ease;
}
@media screen and (min-width:767px) {
  .btn:hover {
    background: #fff;
    color: #ae0036;
    border-color: #ae0036;
    text-decoration: none;
  }
} 
.pc_view {
  display: none;
}
.tb_view {
  display: none;
}
.sp_view {
  display: block;
}
@media screen and (min-width:768px) {
  .pc_view {
    display: none;
  }
  .tb_view {
    display: block;
  }
  .sp_view {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .pc_view {
    display: block;
  }
  .tb_view {
    display: block;
  }
  .sp_view {
    display: none;
  }
}
/****header****/
#hd {
  width: 100%;
  height: 85px;
  padding: 20px 14px;
  display: flex;
  align-items: center;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
  border-bottom: 1px solid #ae0036;
}
#hd.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #ae0036;
  color: #fff;
}
body.noscroll {
  overflow-y: hidden;
}
#hd .hd_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd .hd_layout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#hd .hd_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#hd .hd_logo-red {
  display: block;
}
#hd .hd_logo-wh {
  display: none;
}
#hd.fixed .hd_logo-red {
  display: none;
}
#hd.fixed .hd_logo-wh {
  display: block;
}
#hd .cart {
  width: 40px;
}
#hd .cart .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hd .cart .btn i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
  #hd {
    margin: 0 auto;
    height: 100px;
    padding: 30px 0;
    border-bottom: none;
  }
  #hd .hd_inner {
    max-width: 1400px;
    position: relative;
  }
  #hd .hd_layout {
    justify-content: flex-start;
    position: initial;
  }
  #hd .hd_logo {
    width: 135px;
    margin-right: 50px;
    position: initial;
    transform: initial;
  }
  #hd .hd_logo img {
    max-width: 135px;
  }
  #hd .cart{
    position: absolute;
    right: 0;
    width:140px;
  }
  #hd .cart .btn {
    width: 140px;
    height: 40px;
    padding: 10px;
  }
  #hd .cart .btn:hover {
    opacity: 1;
  }
  #hd .cart .btn:hover {
    color: #ae0036;
  }
}
@media screen and (min-width:768px) and (max-width:1400px)  {
  #hd {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/****header__menu****/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: 85px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.js-toggle {
  width: 24px;
  height: 19.5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  transform: translateX(-250);
  transition: transform .5s;
}
#hd.fixed .js-toggle span {
  background: #fff;
}
.js-toggle span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  width: 100%;
  height: 4.5px;
  background-color: #5f7285;
  border-radius: 10px;
}
.js-toggle span:nth-of-type(1) {
  top: 0;
}
body.noscroll .js-toggle span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.js-toggle span:nth-of-type(2) {
  top: 7.5px;
}
body.noscroll .js-toggle span:nth-of-type(2) {
  opacity: 0;
}
.js-toggle span:nth-of-type(3) {
  bottom: 0;
}
body.noscroll .js-toggle span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.js-nav {
  width: 250px;
  height: 100%;
  background: #f5f5f8;
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 10;
  transform: translate(-250px);
  transition: all .5s;
}
.js-nav.open {
  transform: translateZ(0);
}
.nav_item a {
  display: block;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #dadae5;
  color: #728496;
}
.nav_item a:hover{
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .toggle {
    display: none;
  }
  .js-nav {
    width: 300px;
    height: auto;
    padding: 0;
    background: none;
    position: inherit;
    transform: none;
    transition: none;
  }
  .nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #728496;
  }
  #hd.fixed .nav_item a {
    color: #fff;
  }
  .nav_item a {
    background: none;
    padding: 0;
    border-bottom: none;
  }
  #hd.fixed .nav_item a:visited {
    color: #fff;
  }
  .overlay{
    display: none;
  }
}
/****footer****/
.fs-l-footer{
  border-top:none;
  margin-top: 0;
  color: #5f7285;
}
.footer {
  font-size: 10px;
  border-top: 1px solid #dadae5;
}
.footer .inner {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width:1024px) {
  .footer .inner {
    text-align: center;
    padding: 60px 0;
  }
}
#shoppingguide {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(https://trial.animonda.co.jp/wp-content/themes/trialanimonda/assets/img/cream_pixels.png);
}
@media screen and (max-width:1400px) {
  #shoppingguide {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width:767px) {
  #shoppingguide {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
#shoppingguide .top_guide-box {
  width: 100%
}
@media screen and (max-width:767px) {
  #shoppingguide .top_guide-box {
    text-align: center
  }
}

#shoppingguide .top_guide-box h2 {
  font-size: 35px!important;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width:767px) {
  #shoppingguide .top_guide-box h2 {
    display: inline-block;
    padding: 15px;
    font-size: 20px!important;
    letter-spacing: 0.01em;
  }
}

#shoppingguide .top_guide-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  gap: 40px 0;
  margin-top: 70px;
}

@media screen and (max-width:767px) {
  #shoppingguide .top_guide-box ul {
    height: auto;
    margin-top: 20px;
    display: block;
    text-align: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
}
#shoppingguide .top_guide-box ul li {
  width: calc(94% / 3);
  min-height: 380px;
  padding: 30px;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  #shoppingguide .top_guide-box ul li {
    width: 100%;
    margin-top: 10px;
    min-height: auto;
    padding: 5%;
  }
}

#shoppingguide .top_guide-box ul li h2 {
  display: none;
}

#shoppingguide .top_guide-box ul li h3 {
  font-size: 18px!important;
  font-weight: bold;
}

#shoppingguide .top_guide-box ul li p {
  font-size: 14px!important;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width:767px) {
  #shoppingguide .top_guide-box ul li h3 {
    font-size: 14px!important;
  }
  #shoppingguide .top_guide-box ul li p {
    font-size: 12px!important;
  }
}

#shoppingguide .top_guide-box ul li p span {
  color: #f66;
}

#shoppingguide .top_guide-box ul li p:first-of-type {
  margin-top: 30px;
}

#shoppingguide .top_guide-box ul li .calender-text {
  padding: 0 25px;
  margin-top: 10px!important;
}

#shoppingguide .top_guide-box ul li .top_guide-space-a {
  margin-top: 35px;
}

#shoppingguide .top_guide-box ul li .top_guide-space-b {
  margin-top: 20px;
}

#shoppingguide .top_guide-box ul li .top_guide-icon-text {
  padding-left: 25px;
  line-height: 1.8;
  word-break: break-all;
}

.material-icons.top_guide-icon {
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width:767px) {
  .material-icons.top_guide-icon {
    top: 2px;
  }
}
#notes {
  padding: 70px 0;
  font-size: 12px;
  line-height: 2;
  background: #fff;
}

@media screen and (max-width:767px) {
  #notes {
    padding: 30px 0 0;
  }
}
@media screen and (min-width:1025px) and (max-width:1400px)  {
  #notes {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#notes .top_notes-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#notes .foot_notes-box{
  width:calc(90% - 570px);  
}

@media screen and (max-width:1024px) {
  #notes .foot_notes-box{
    max-width: 100%;
    padding: 0 5%; 
  }
  #notes .foot_notes-box h2 {
    padding-left: 4%;
    padding-left: 0;
  }
}
#notes .top_notes-box .astrisk-text {
  position: relative;
  padding-left: 13px
}
#notes .top_notes-box .astrisk-text:before {
  position: absolute;
  content: "※";
  left: 0
}
#notes .top_notes-box li h2 {
  font-size: 14px!important;
  font-weight: 600;
  padding-bottom: 25px;
}
#notes .foot_contact{
  position: relative;
} 
#notes .foot_contact .material-icons.top_guide-icon{
  display: inline-block;
  left: inherit;
  top: 3px;
  right: -10px;
}
#notes .top_notes-box .foot_link-box {
  overflow: hidden;
  max-width: 190px;
}
@media screen and (max-width:1024px) {
  #notes .top_notes-box li{
    margin-top: 30px;
  }
  #notes .top_notes-box li:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  #notes .top_notes-box .foot_link-box {
    max-width: 100%;
    width: 100%;
  }
  #notes .top_notes-box .foot_link-box h2 {
    font-size: 0.9rem;
    border-bottom: 1px solid #d7d8d9;
    padding-left: 4%;
      
  }
}
@media screen and (max-width:1024px) {
  #notes .top_notes-box .foot_link-box p {
    float: left;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border-right: 1px solid #d7d8d9;
    border-left: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9
  }
}
#notes .top_notes-box .foot_link-box p a {
  display: inline-block;
  width: 100%
}
@media screen and (max-width:1024px) {
  #notes .top_notes-box .foot_link-box p a {
    background: url("https://www.germanpet.com/wp-content/themes/twentyseventeen/images/ico_arrow.svg") center right no-repeat;
    background-size: 15px
  }
  #notes .top_notes-box .foot_link-box p {
    border-right: 0px solid #d7d8d9;
    border-left: 0px solid #d7d8d9;
    padding: 7px 5%
  }
  #notes .top_notes-box .foot_link-box.ex p:last-child {
    border-bottom: none;
  }
}
/****footer****/
.footer {
  font-size: 10px;
  border-top: 1px solid #dadae5;
}
.footer .inner {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width:1024px) {
  .footer .inner {
  text-align: center;
  padding: 60px 0;
}
}

/*===================================
ここからはFSのみ
====================================*/
[type=date], [type=datetime], [type=datetime-local], [type=email], [type=hidden], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  border: 1px solid #d7d8d9;
  padding: 3px 5px;
}
.fs-l-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}
@media screen and (max-width:1400px) {
  .fs-l-main {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.fs-l-pageMain {
  max-width: 1400px;
  margin: 0 auto;
}
.fs-c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  background: #f5f6f7;
  font-size: 12px;
}
.fs-c-breadcrumb__list {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 14px;
}
.fs-c-breadcrumb__list a {
  display: inline-block;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  padding: 10px;
}
.fs-c-breadcrumb + .fs-l-main {
  margin: 40px auto;
}
.fs-body-custom .fs-l-main {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    font-size: 13px;
  }
  .fs-c-breadcrumb__list {
    padding: 10px;
  }
  .fs-c-breadcrumb + .fs-l-main {
    margin: 72px auto;
  }
  .fs-body-custom .fs-l-main {
    margin: 72px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px){
  .fs-c-breadcrumb__list {
      padding-left: 5%;
      padding-right: 5%;
  }
}
/****商品一覧ページ****/
.fs-mv_dog,
.fs-mv_cat{
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .fs-mv_dog,
  .fs-mv_cat{
    margin-bottom: 72px;
  }
}
.fs-body-category-cat .fs-mv_dog{
  display: none;
}
.fs-body-category-dog .fs-mv_cat{
  display: none;
}
.fs-body-category-dog_junior .fs-mv_cat{
  display: none;
}
.fs-body-category-dog_adult .fs-mv_cat{
  display: none;
}
.fs-body-category-dog_senior .fs-mv_cat{
  display: none;
}
.fs-body-category-dog_integraprotect .fs-mv_cat{
  display: none;
}
.fs-body-category-cat_senior .fs-mv_dog{
  display: none;
}
.fs-body-category-cat_adult .fs-mv_dog{
  display: none;
}
.fs-body-category-cat_kitten .fs-mv_dog{
  display: none;
}
.fs-body-category-cat_integraprotect .fs-mv_dog{
  display: none;
}
.fs-c-heading--page {
  margin-bottom: 40px;
  padding: 0;
  border-bottom: none;
  font-size: 21px;
  color: #5f7285;
}
  .fs-body-category .fs-c-heading--page{
    display: none;
  }
@media screen and (min-width: 768px) {
  .fs-c-heading--page {
    margin-bottom: 72px;
    font-size: 36px;
  }
}
.fs-c-productList {
  margin: 0;
}
.fs-c-productList__list {
  max-width: 1400px;
  overflow: hidden;
  box-sizing: border-box;
}
/****5カラムから3カラムへ上書きCSS・商品登録20個まで****/
@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .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: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .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: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
.fs-c-productList__list__item {
  padding: 12px;
  border-right: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
}
@media screen and (min-width:1024px) {
  .fs-c-productList__list__item {
    padding: 30px;
  }
}
.fs-c-productList__list__item:first-of-type {
  border-top: 1px solid #d7d8d9;
  border-left: 1px solid #d7d8d9
}
.fs-c-productList__list__item:nth-of-type(2), .fs-c-productList__list__item:nth-of-type(3) {
  border-top: 1px solid #d7d8d9
}
.fs-c-productList__list__item:nth-of-type(3n+1) {
  border-left: 1px solid #d7d8d9
}
@media screen and (max-width:600px) {
  .fs-c-productList__list__item:nth-of-type(3) {
    border-top: 0px solid #d7d8d9;
    border-left: 0px solid #d7d8d9
  }
  .fs-c-productList__list__item:nth-of-type(3n+1) {
    border-left: 0px solid #d7d8d9
  }
  .fs-c-productList__list__item:nth-of-type(odd) {
    border-left: 1px solid #d7d8d9
  }
}
.fs-c-productList__list__item:last-of-type {
  border-right: 1px solid #d7d8d9
}
/***価格***/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #a70233;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width:1024px) {
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 22px;
  }
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    content: "（";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: "）";
}
/***商品名***/
.fs-c-productName__name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #3f4c58;
  line-height: 1.5;
}
@media screen and (min-width:1024px) {
  .fs-c-productName__name {
    font-size: 16px;
  }
}
/***商品説明***/
.fs-c-productListItem__productDescription {
  font-size: 14px;
  color: #3f4c58;
}
/***大きな写真で見る***/
.fs-c-productListItem__viewMoreImageButton {
  margin: 20px 0;
}
.fs-c-productList__list__item .fs-c-button--plain.fs-c-button--viewMoreImage {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em 0.6em;
  border: 1px solid #e1e1e1 !important;
  border-radius: 3px;
  background: #f7f8f9;
  font-size: 10px;
  color: #777;
}
.fs-c-productList__list__item .fs-c-button--plain.fs-c-button--viewMoreImage::before {
  font-size: 16px;
}
.fs-c-productList__list__item .fs-c-button--plain.fs-c-button--viewMoreImage::after {
  content: "大きな写真で見る";
}
@media screen and (min-width:1024px) {
  .fs-c-productList__list__item .fs-c-button--plain.fs-c-button--viewMoreImage {
    font-size: 14px;
  }
}
/***カートボタン***/
.fs-c-productListItem__control .fs-c-button--plain {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  background-color: #ae0036;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.fs-c-buttonContainer {
  padding: 0;
}
.fs-c-productActionButton.fs-c-buttonContainer{
  padding: 15px 0 8px 0;
}
@media screen and (min-width:1024px) {
  .fs-c-productListItem__control .fs-c-button--plain {
    margin-top: 18px;
    padding: 16px;
    font-size: 16px;
  }
  .fs-c-productActionButton.fs-c-buttonContainer{
    padding: 0;
  }
}
.fs-c-button--plain:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
/***タグ商品マーク***/
.fs-c-productMarks {
  margin-bottom: 10px;
}
.fs-c-productMark__mark {
  font-size: 10px;
}
@media screen and (min-width:1024px) {
  .fs-c-productMark__mark {
    font-size: 12px;
  }
  .fs-body-product .fs-c-productMark__mark {
    font-size: 16px;
  }
}
/***拡大商品画像***/
.fs-c-slick .slick-dots li button:before {
  display: block;
}
@media screen and (min-width:1024px) {
  .fs-c-productImageModal__close {
    font-size: 64px;
  }
}
/***並び替え機能***/
.fs-c-sortItems {
  display: none;
}
.fs-c-listControl {
  font-size: 12px;
  margin: 6px 0!important;
}
@media screen and (min-width:1024px) {
  .fs-c-listControl {
    font-size: 14px;
  }
}
.fs-c-productList__controller, .fs-c-staffList__controller, .fs-c-coordinationList__controller, .fs-c-productList__controller > *, .fs-c-staffList__controller > *, .fs-c-coordinationList__controller > * {
  padding: 0;
  margin: 0;
}
/***カート追従ボタン***/
.fs-p-scrollingCartButton {
  display: none;
}
/***商品詳細ページ***/
.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 8px !important;
}
@media screen and (min-width:1024px) {
  .fs-l-product2 .fs-l-productLayout > * > * {
    margin-top: 15px;
  }
}
.fs-c-productMainImage__expandButton {
  display: none;
}
.fs-c-productThumbnail {
  margin-bottom: 30px;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 25px !important;
}
.fs-c-productThumbnail__image {
  flex-basis: calc(16.6666% - 20px);
}
.fs-c-productThumbnail__image img {
  border: #d7d8d9 1px solid;
}
.fs-c-productNameHeading {
  font-size: 19px;
  color: #3f4c58;
}
@media screen and (min-width:1024px) {
  .fs-c-productNameHeading {
    font-size: 30px;
  }
  .fs-l-productLayout__item--1 {
    padding-right: 80px;
  }
}
@media screen and (min-width:960px) {
  .fs-l-productLayout__item.fs-l-productLayout__item--2{
    padding-top: 20%;
  }
}
.fs-c-productNumber {
  border: 0;
  padding-left: 0;
}
.fs-c-quantity__number {
  box-shadow: none;
  font-size: 18px;
}
.fs-c-productPrice.fs-c-productPrice--selling {
  margin-bottom: 10px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 33px;
}
.fs-body-category .fs-c-productPrice__addon {
  font-size: 10px;
}
.fs-body-product .fs-c-productPrice__addon {
  font-size: 15px;
}
.fs-c-productQuantityAndWishlist {
  display: block;
}
.fs-c-quantity__select {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.fs-c-quantity__number {
  text-align: left;
}
@media screen and (min-width:1024px) {
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 44px;
  }
  .fs-body-category .fs-c-productPrice__addon {
    font-size: 12px;
  }
  .fs-body-product .fs-c-productPrice__addon {
    font-size: 20px;
  }
  .fs-c-quantity__select {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .fs-c-quantity__number {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.fs-c-button--primary {
  background-color: #ae0036;
  border: 0;
  padding: 18px 15px 19px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 0 0 !important;
  width: 100%;
}
.fs-body-cart .fs-l-cart__contentsArea {
  grid-template-columns: 1fr 340px;
}
.fs-body-cart .fs-c-button--primary {
  min-width: 100%;
  font-size: 14px;
}
@media screen and (min-width:1024px) {
  .fs-c-button--primary {
    margin-bottom: 12px;
    padding: 20px;
    font-size: 20px;
  }
}
.fs-c-inquiryAboutProduct, .fs-c-productReview {
  display: inline-block;
}
.fs-c-returnedSpecialContract {
  display: inline-block;
  padding-bottom: 7px;
  width: 100%;
}
.fs-c-returnedSpecialContract__link a {
  background: #fff;
  border: 1px solid #d7d8d9;
  border-radius: 3px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  box-shadow: 0 0 0px #b2b2b2;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:1024px) {
  .fs-c-returnedSpecialContract {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  .fs-c-returnedSpecialContract__link a {
    background: #fff;
    border: 1px solid #d7d8d9;
    border-radius: 3px;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 8px 10px;
    box-shadow: 0 0 0px #b2b2b2;
    margin: 0 auto;
  }
}
.fs-c-button--plain {
  background: #fff;
  border: 1px solid #d7d8d9;
  border-radius: 3px;
  color: #3c3c3c;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  box-shadow: 0 0 0px #b2b2b2;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type{
  border-bottom: 1px solid #d7d8d9;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border-top: 1px solid #d7d8d9;
}
.fs-c-button--plain.fs-c-button--addReview--detail::before {
  font-size: 14.5px;
}
@media screen and (max-width:767px) {
  .fs-c-button--plain {
    width: 100%;
  }
  .fs-body-product .fs-c-buttonContainer--inquiryAboutProduct{
    width: 100%;
    margin-bottom: 15px!important;
  }
  .fs-body-product .fs-c-productReview{
    width: 100%;
    padding-bottom: 8px;
  }
}
/***ショッピングカート***/
@media screen and (max-width:767px) {
  .fs-c-cartTable__row {
    padding: 0 0 15px 0;
    display: block;
    border-bottom: 0
  }
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 0
}
.fs-c-cartTable__productName__name {
  margin-bottom: 5px;
  line-height: 1.6
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  margin-top: 4px
}
@media screen and (max-width:767px) {
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    margin-top: 0px
  }
}
.fs-c-cartTableContainer {
  border: 0;
  padding: 0
}
.fs-c-cartTable__dataCell, .fs-c-cartTable__headerCell {
  border: 1px solid #d7d8d9;
  padding: 8px;
}
@media screen and (max-width:767px) {
  .fs-c-cartTable__dataCell, .fs-c-cartTable__headerCell {
    padding: 15px;
    border-top: 0;
    border-left: 1px solid #d7d8d9;
    border-right: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9
  }
  .fs-c-cartTable__dataCell:first-of-type, .fs-c-cartTable__headerCell:first-of-type {
    border-top: 1px solid #d7d8d9
  }
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
  min-width: 150px
}
  .fs-c-cartTable__dataCell .fs-c-quantity__select{
    margin-bottom: 0;
  }
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action{
      vertical-align: middle;
}
@media screen and (max-width:767px) {
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    min-width: 50px
  }
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action .fs-c-button--buyItLater.fs-c-button--plain {
  font-size: 0.8rem
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
  padding: 16px;
  vertical-align: middle
}
@media screen and (max-width:767px) {
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    padding: 15px
  }
}
.fs-c-cartTable__row {
  vertical-align: inherit !important
}
.fs-c-cartTable__actionButton__container {
  min-width: 105px;
}
@media screen and (max-width:767px) {
}
.fs-c-cartTable__actionButton__container > button {
  font-size: 16px;
}
.fs-c-cartDiscountInfo__note {
  font-size: 0.6rem
}
.fs-c-payWithAmazon__message {
  font-size: 0.8rem
}
.fs-c-payWithAmazon__message p {
  line-height: 1.6
}
.fs-c-cartPayment p, .fs-c-payWithAmazon p {
  font-size: 14px;
  text-align: center;
}
.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
  font-size: 18px;
  vertical-align: middle
}
@media screen and (max-width:767px) {
  .fs-c-cartPayment p, .fs-c-payWithAmazon p {
    font-size: 16px;
  }
}
.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before{
  font-size: 12px;
}
.fs-c-cartTable__productInfo {
  font-size: 16px;
  line-height: 1.4
}
@media screen and (max-width:767px) {
  .fs-c-cartTable__productInfo {
    font-size: 0.9rem;
    border-bottom: 0
  }
}
.fs-c-cartTable th {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.fs-body-cart .fs-l-cart__sideColumn {
  border: 1px solid #d7d8d9;
  padding: 32px 32px 34px !important
}
@media screen and (max-width:767px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 25px 25px 27px !important
  }
}
.fs-body-cart .fs-l-cart__contentsArea > *{
  margin-bottom: 40px;
}
.fs-body-cart .fs-l-cart__contentsArea{
  margin-bottom: 50px;
}
.fs-c-continueShopping{
   margin-bottom: 30px;
 }
@media screen and (max-width:767px) {
  .fs-body-cart .fs-l-cart__contentsArea{
    margin-bottom: 0;
  }
  .fs-c-continueShopping{
    margin-bottom: 0;
  }
}
.fs-c-button--secondary, .fs-c-button--standard {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  font-size: 16px;
  border: 1px solid #d7d8d9;
  border-radius: 5px;
  background: #f7f8f9;
  color: #303030 !important;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}
.template{
  color: #3f4c58;
}
.template:first-child{
  margin-top: 20px;
}
.template .Heading {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  display: block;
  border-radius: 6px;
  padding: 10px 15px 7px;
  font-weight: 800;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.template p{
  padding: 40px 0px;
}
@media screen and (max-width:767px) {
  .template:first-child{
    margin-top: 30px;
  }
  .template .Heading {
    border: 0px solid #e8e8e8;
    background: rgba(255, 255, 255, 0);
    display: block;
    padding: 0;
    font-size: 14px
  }
  .template p{
    padding: 20px 0px;
  }
}
@media screen and (max-width:767px) {
  .template .Heading span {
    padding: 7px 15px 5px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    display: block !important;
    border-radius: 6px
  }
}
.template .Heading a {
  color: #f17f03;
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-left: 55px
}
@media screen and (max-width:767px) {
  .template .Heading a {
    margin-left: 0px;
    margin-top: 24px;
    display: block
  }
}
.template .Heading a:before {
  content: "→";
  color: #333;
  font-size: 13px;
  text-decoration: none !important;
  position: absolute;
  left: 0
}
/***利用規約***/
.fs-c-documentColumn__content{
  line-height: 2;
}

.fs-c-documentArticle__heading {
  color: #728496;
  font-size: 18px;
  padding: 25px 25px 27px;
  background: #f7f7f7;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .fs-c-documentColumn__content{
    line-height: 1.6;
    font-size: 14px;
  }
  .fs-c-documentArticle__heading {
    font-size: 14px;
  }
}
.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentColumn__heading {
  border-color: #d7d8d9;
  color: #728496;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  border-left: 0px;
  padding-left: 0;
  padding: 8px 8px 18px 0px
}
@media screen and (max-width:767px) {
  .fs-c-documentColumn__heading {
    font-size: 14px;
    margin-top: 20px;
  }
}
.fs-p-aboutTerms {
  font-size:16px;
}
@media screen and (max-width:767px) {
  .fs-p-aboutTerms {
    font-size: 14px;
  }
}
.fs-p-aboutTerms .fs-c-list li::before {
  display: none;
}
.fs-p-aboutTerms ul{
  list-style: disc;
  padding-left: 20px;
}
.fs-p-aboutTerms ol{
  list-style: decimal;
  padding-left: 20px;
}
.fs-p-aboutTerms .fs-c-list ol li {
  margin-left: 20px;
  list-style-type: none;
	counter-increment: cnt;
}
.fs-p-aboutTerms .fs-c-list ol li:before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  margin: auto 10px auto -8px;
  border:0;
  width: auto;
}
@media screen and (max-width:767px) {
  .fs-p-aboutTerms .fs-c-list ol li {
    margin-left: 0;
  }
}
.fs-p-aboutTerms .fs-c-list li {
  margin-top: 10px;
  text-indent: 0;
  margin-left: 0;
}
.fs-body-category main{
  padding-bottom: 50px!important;
}
.fs-p-address__zipCode a {
  display: inline-block;
}
.fs-c-documentArticle__content{
  padding: 0;
}
.fs-c-explainList{
  padding: 50px 0;
}
@media screen and (max-width:767px) {
  .fs-c-explainList{
    padding: 20px 0;
  }
  .fs-body-category main{
    padding-bottom: 30px!important;
  }
}
.fs-l-footer a{
  color: #5f7285;
}
.fs-p-linkButton{
  padding: 8px;
  margin: 10px 0;
}
#payment{
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width:767px) {
#payment{
  padding-top: 80px;
  margin-top: -80px;
}
}