/*===================================
スライダーのためのcss
===================================*/

/*　背景画像設定　*/

.slider-item01 a {
    background:url("../images/mein-img-001.png");

}

.slider-item02 a {
    background:url("../images/mein-img-002.png");

}
.slider-item03 a {
    background:url("../images/mein-img-003.png");

}

.slider-item04 a {
    background:url("../images/mein-img-004.png");

}

.fs-c-button--addToCart--detail {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 1.6em 1.5em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 50%;
    margin: 2em auto 3em auto;
}
.fs-c-inputInformation__button {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.kourai-guide-txt{
    display: flex;
}

#cart_un_btn {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    padding: 1.5em;
flex-direction: column;
}
.fs-c-product_itembox01{
    display: flex;
}
#cart_un_btn .fs-c-returnedSpecialContract {
    width: 50%;
padding: 8px;
}
#cart_un_btn .fs-c-inquiryAboutProduct {
    width: 50%;
padding: 8px;
}
#cart_un_btn .fs-c-productReview {
    width: 98%;
    padding: 7px;
    align-self: center;
}

#cart_un_btn .fs-c-button--plain {
    width: 100%;
}

#cart_un_btn .fs-c-returnedSpecialContract__link a{
    width: 100%;
}
#cart_un_btn .fs-c-button--inquiryAboutProduct {
    width: 100%;
}
.kourai-guide-btn:hover {
    color: #fff;
    background-color: #bc1a1a;
}
.fs-c-subSection__title {
    border-bottom: 1px solid currentColor;
    color: #3c3c3c;
    font-size: 1.8rem;
    text-align: center;
}
.fs-p-productDescription #Explanation th {
    width: 30%;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #3333;
}
.fs-p-productDescription #Explanation td {
    width: 70%;
    background-color: #fdfdfd;
    padding: 10px 15px;
    border: 1px solid #3333;
}
.fs-p-productDescription #Explanation .text {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}
.fs-clientInfo.is-ready.fs-clientInfo.fs-pt-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}
.fs-c-button--plain:hover {
    color: inherit;
    opacity: 0.8;
    text-decoration: underline;
    color: #fff;
}
.fs-c-button--plain span {
    color: #fff;
    font-size: 14px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    align-items: center;
    font-size: 1.6rem;
    padding: 0.5em 1em;
    width: 280px;
    text-align: center;
    justify-content: center;
}
.fs-pt-menu li.fs-p-headerUtilityMenu__logout {
    margin: 20px auto;
    display: flex;
    padding: 4px 25px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
}
.fs-c-string {
    color: #3c3c3c!important;
    padding: 0 0 10px 0;
    display: block;
}
.fs-c-accountService__page .fs-c-string {
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;

}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-string {
    color: #3c3c3c!important;
    font-size: 16px;
    font-weight: bold;

}

.fs-c-button--cancel--cart.fs-c-button--plain span,
.fs-c-button--buyItLater.fs-c-button--plain span {
    color: #000;
}
.fs-body-cart .fs-l-main {
    width: 100%;
    max-width: 100%;
}
.fs-c-newUsers__message br{
    display: none;
}
.fs-c-subSection {
    width: 50%;
}
.kourai-guide-box{
    display: flex;
    justify-content: start;
    align-items: self-start;
}
.kourai-guide-nav {
    display: flex;
    flex-wrap: wrap;
    width: 90%!important;
}

.kourai-guide-nav .kourai-guide-list{
    width: 30%;
}
.kourai-guide-list:last-child{
    letter-spacing: 0;
}
.kourai-guide-box iframe {
    border: none;
    margin: -20px 30px 0 0;
}
.fs-p-searchForm_hd .fs-p-searchForm__input {
    width: calc(100% - 2.2em);
    padding: 5px 5px;
    width: 160px;
}
.fs-p-searchForm.fs-p-searchForm_hd {
    margin: -5px 0 30px 0;
    position: relative;
    z-index: 110;
}

.fs-l-productLayout {
    display: flex;
    flex-direction: column;
}
address {
    font-style: normal;
}
/*矢印の設定*/



.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    padding: 10px 0 0 0;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0 0 -50px 0;

}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    font-size: 0px;
}


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
}

.slick-dots li.slick-active button:before {

    opacity: 1;
    color: #d10000;
}
.kourai-kyuugyoubibana  {
    margin: 90px auto -80px auto;
    text-align: center;
}
.kourai-guide-btn_box {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.kourai-guide-btn {
    border: double 3px #bc1a1a;
    margin: 0 0 1em 0;
}
.container .kourai-guide-btn02 {
    background-color: #454545;
    border: double 3px #fff;
}
.container .kourai-guide-btn02 a {
    color: #fff;
}
.container .kourai-guide-btn02 a p {
display: flex;
    justify-content: center;
    align-items: center;
}
.container .kourai-guide-btn02 a i {
display: inline-block;
    width: 19px;
    height: 20px;
    color: #fff;
    background: url(https://kourai.itembox.design/item/images/btn_ic_mail.png) no-repeat;
    background-size: 100%;
    margin: 0 6px 0 -6px;
}
.kourai-guide-btn02:hover {
    background-color: #bc1a1a;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "\e919";
    font-size: 14px;
    margin: 0 7px 0 0px;
}
.fs-c-specTable__caption {
    margin-bottom: 4px;
    text-align: left;
}
body {
    color: #000;
    font-size: 1.6rem;
}

.fs-c-continueShopping .fs-c-button--standard {
    font-size: 1.6rem;
    width: 230px;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
    font-size: 1.3rem;
}
.fs-c-cartDiscountInfo__note {
   font-size: 1.3rem;
}
.fs-c-button--primary {
    font-size: 1.8rem;
    min-width: 280px;
    font-weight: bold;
}
.fs-p-accountInfo {
    color: #000;
}
.fs-c-subSection__message {
    margin: 20px 0;
}

#comment {
    max-width: 750px;
}
.fs-p-card {
    max-width: 750px;
}
.fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量：";
    color: #000;
    font-size: 13px;
    width: 110px;
    display: block;
}
.fs-c-quantity {
    display: flex;
align-items: center;

}
.fs-system-quantity-list{
    text-align: center;
}

.kourai-guide-btn01.kourai-guide-btn a{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    max-width: 300px;
    justify-content: center;
}
.kourai-guide-btn01 a::before {
  content: "";
  display: inline-block;
    width: 20px;
    height: 20px;
  background: url(https://kourai.itembox.design/item/images/logo_mark_red.png) no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.kourai-guide-btn01 a::after {
  content: "";
  display: inline-block;
  width: 12px; /* スマホで見た時の幅 */
  height: 12px; /* スマホで見た時の高さ */
  background: url(https://kourai.itembox.design/item/images/link_red.png) no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.kourai-guide-btn01 a:hover::before {
  content: "";
  display: inline-block;
    width: 20px;
    height: 20px;
  background: url(https://kourai.itembox.design/item/images/logo_mark_wh.png) no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.kourai-guide-btn01  a:hover::after {
  content: "";
  display: inline-block;
  width: 12px; /* スマホで見た時の幅 */
  height: 12px; /* スマホで見た時の高さ */
  background: url(https://kourai.itembox.design/item/images/link_wh.png) no-repeat;
  background-size: contain;
  margin-left: 3px;
}
.fs-c-button--addToCart--detail::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--addToCart--detail::before {
    content: "\e91f";
}
.fs-c-breadcrumb:nth-child(3) {
display: none;
}
.fs-c-button--confirmLeave {
    background-color: #000;
    border: 1px solid #000;
}
.fs-c-inputInformation__button .fs-c-button--standard {
    background: #7a1010;
    border: 1px solid #7a1010;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    margin: 0 auto;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-cartPayment__button .fs-c-button--primary {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    font-weight: bold;
    font-size: 1.6rem;
}

.nav.sp_nav,.kourai-guide-box.sp_ft {
display: none;
}

.nav.pc_nav,.kourai-guide-box.pc_ft {
    display: flex;
    margin: 20px 0 0 0;
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
    content: "\e92b";
    color: #fff;
}
.kourai-ivent-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 40px auto;
    width: 90%;
}
.kourai-ivent-box li{
    width: 49%;
    margin: 15px 0 0 0;
}
.wrapper .kourai-item-box {
    flex-wrap: wrap;
}
header .header-box h1 {
    width: 28%;
    margin: 0 0 5px 0;
}
.container .kourai-cat-btn {
    font-size: 1.3rem;
    border: 1px solid #222222;
    padding: 3px 7px;
    margin-left: 24px;
    background-color: #000;
}
.container .kourai-cat-btn a {
    color: #fff;
}
a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.container small.copy-right {
    padding: 0px 60px 20px;
}
.fs-c-productList__list .fs-c-productListItem__control {
    position: relative;
    display: block;
}
.fs-c-productListItem__control .fs-c-button--plain {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px 0 0;
}
.fs-c-button--addToWishList--icon {
    position: absolute;
    top: 13px;
    right: 5px;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
    content: "\e92b";
    color: #fff;
    margin: -2px 3px 0 0px;
}
.fs-c-button--plain span {

    font-size: 16px;
}
.fs-c-documentArticle__content td {
    padding: 10px;
}
/*========= ページトップのためのCSS ===============*/

#page-top {
    position: fixed;
    width: 64px;
    height: 64px;
    background: #bc1a1a;
    color: #fff;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

#page-top span {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
}

#page-top span:after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fs-c-button--confirmLeave,
.fs-c-inputInformation__button .fs-c-button--cancel {
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-button--confirmLeave span,
.fs-c-inputInformation__button .fs-c-button--cancel span{
    font-size: 16px;
    font-weight: bold;
}
.fs-c-accountService__pageLink__label .fs-c-string.fs-c-string--label{
    padding: 0 ;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 1.2rem;
    padding: 0 0 10px 0;
}
.fs-c-productReview .fs-c-aggregateRating {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #eee;
    color: #333;
    padding: 7px 10px;
    font-weight: bold;
}
.fs-c-productReview .fs-c-reviewList {
    list-style: none;
    padding: 0;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    padding: 0px 10px;
}
.fs-c-productReview .fs-c-reviewBody {
    border: 1px solid #333;
    padding: 16px;
}



.sp_none {
    display: block;
}

.pc_none {
    display: none;
}
.fs-c-variationAndActions .fs-c-button--primary.fs-c-button--addToCart--variation {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 1.6em 1.5em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    width: 50%;
    margin: 0 auto 0 auto;
}

.fs-c-variationAndActions .fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.8rem;
    min-width: 280px;
    font-weight: bold;
}
.fs-c-variationCart > li {
    display: flex;
    grid-template-columns: 1fr 3em 144px;
    align-items: center;
}

.fs-c-variationAndActions .fs-c-button--primary.fs-c-button--addToCart--variation::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fs-c-variationAndActions .fs-c-button--primary.fs-c-button--addToCart--variation::before {
    content: "\e91f";
}
.fs-l-footer {
    position: relative;
    border-top: none;
    background-color: #fff;
    color: #3c3c3c;
    margin-top: 0;
}



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

.header-box {
    justify-content: center!important;
}
.fs-p-searchForm__button::before {
    line-height: 2.0!important;
}
.nav.sp_nav,.kourai-guide-box.sp_ft {
display: flex;
}
.nav.pc_nav,.kourai-guide-box.pc_ft {
display: none;
}
.nav.sp_nav .kourai-nav-txt a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    transition: 0.5s;
    font-size: 16px;
}
.nav_icon02 i::before {
    content: "\e91f";
}
.nav_icon02 i::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-size: 18px;
    margin: 0px 4px 0 0;
}


.nav_icon01 i::before {
    content: "\e909";
}
.nav_icon01 i::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-size: 18px;
    margin: 0px 4px 0 0;
}

.nav.sp_nav .kourai-nav-txt:nth-child(5):before {
    display: none;
}
.kourai-nav-txt:nth-child(6):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #999999;
    position: absolute;
    top: 50px;
    right: 0px;
}

.kourai-ivent-box li {
    width: 100%;
    margin: 10px 0 0 0;
}

.fs-p-searchForm form{
    width: 90%;
    margin: 0 auto;
}
.sp_none {
    display: none;
}

.pc_none {
    display:block ;
}
.kourai-ivent_dai {
    margin: -35px 0 30px 0;
}
.fs-c-variationCart > li {
    flex-direction: column;
}

}
@media screen and (max-width: 1025px){
.nav.sp_nav .kourai-nav-txt:nth-child(5):before {
    display: none;
}
}
@media screen and (max-width: 950px){
.fs-l-productLayout .fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    font-size: 1.6rem;
}
.fs-c-button--plain span {
    font-size: 16px;
}
.fs-l-productLayout table {
    width: 100%!important;
}
.kourai-kyuugyoubibana  {
    margin: 90px auto -50px auto;
    text-align: center;
}
.fs-c-cartPayment__button .fs-c-button--primary {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    font-weight: bold;
    font-size: 1.6rem;
}
.kourai-item-box li {
    width: 50%;
    padding: 0 10px;
}
}


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

header .header-box h1 {
    width: 40%;
    margin: 0 0 10px 0;
}

.ft_sub_list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0 0;
    background-color: #f8f8f8;
    border-top: 0.5px solid #333;
}
footer .hd_icon_list img {
    width: 35px;
}

.kourai-guide-box iframe {
    border: none;
    margin: 20px 0;

}
	.fs-c-product_itembox01 {
    display: flex;
    flex-direction: column;
}
.slider-item01 a {
    background:url("../images/mein-sp-img-001.jpg");
background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

}
.fs-l-page .slick-prev,.fs-l-page .slick-next {
    z-index: 199;
}
.fs-pt-menu__item.fs-pt-menu__item--lv3 span{
    padding: 0;
}
.fs-pt-menu__item.fs-pt-menu__item--lv3 span a{
    padding: 8px 10px 5px 25px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv3 span a:first-child{
    padding: 5px 10px 5px 25px;
}
.fs-p-sideMenu .fs-pt-menu__submenu {
    padding: 10px 0;
}

.fs-p-productDescription #Explanation th {
width: 100%;
    display: block;
    text-align: left;
}
#Explanation th, #Explanation td {
    width: 100%;
    display: block;
    text-align: left;
}
.fs-p-productDescription #Explanation td {
    width: 100%;
    display: block;
    text-align: left;
}
#fs_ProductDetails main .fs-l-pageMain {
    display: block;
}
.kourai-guide-btn_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.slider-item02 a {
    background:url("../images/mein-sp-img-002.jpg");
background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

}
.slider-item03 a {
    background:url("../images/mein-sp-img-003.jpg");
background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

}

.slider-item04 a {
    background:url("../images/mein-sp-img-004.jpg");
background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;


}

#cart_un_btn {
flex-direction: column;
}

#cart_un_btn .fs-c-returnedSpecialContract {
    width: 100%;
padding: 8px;
}
#cart_un_btn .fs-c-inquiryAboutProduct {
    width: 100%;
padding: 8px;
}
#cart_un_btn .fs-c-productReview {
width: 97.5%;
    padding: 7px;
    align-self: center;
    margin: 7px auto;
}


.fs-p-sideMenu .fs-pt-menu__heading {
    display: block;
    padding: 5px;
}
.fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
    display: block;
    padding: 15px 15px;
}
.fs-c-subSection {
    width: 100%;
    margin-bottom: 70px;
}
.fs-c-newUsers__message element.style {
    padding: 20px 0 0 0;
}
.kourai-guide-nav {
    width: 100%!important;
}
.kourai-guide-nav .kourai-guide-list {
    width: 47%;
    padding: 0 5px;
}
.container .kourai-guide-btn02 a p{
margin: 0;
}
.kourai-guide-btn {
    width: 100%;
}
.kourai-guide-btn01.kourai-guide-btn a {
    width: 100%;
    max-width: 100%;
}
.copy-right {
    padding: 30px 60px 20px;
    font-weight: bold;
}
.container small.copy-right {
    padding: 0px 10px 20px;
}
.kourai-guide-btn_box .kourai-guide-btn {
    margin: 10px 0;
}

.fs-c-inputInformation__button {
    align-items: center;
}
.fs-c-payWithAmazon__button {
    width: 100%!important;
    min-height: 60px!important;
}
footer .kourai-guide-nav {
    display: flex;
    flex-wrap: wrap;
width: 100%;
    flex-direction: row;
    justify-content: space-between;
margin-bottom: 0px;
}
.kourai-guide-txt {
    font-size: 13px;
}
.kourai-ivent-box li {
    width: 100%;
    margin: 15px 0 0 0;
}

}



@media screen and (max-width: 600px){
#cart_un_btn .fs-c-productReview {
width: 96.5%;
}
.kourai-guide-btn {
    padding: 0px 0px;
    line-height: 0;
}
.kourai-guide-btn a {
    color: #bc1a1a;
    font-size: 1.6rem;
    padding: 15px 5px!important;
    display: block;
    font-weight: bold;
    transition: 0.5s;
    text-align: center;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-track .slider-item01 a,.slick-track .slider-item02 a,.slick-track .slider-item03 a,.slick-track .slider-item04 a {
    background-size: 100% 100%!important;
}

.fs-l-productLayout h1 {
    width: 100%;
}
.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 8px;
    min-width: 2em;
}
.fs-c-button--secondary {
    background: #bc1a1a;
    border: 1px solid #bc1a1a;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.8em 1.6em 1.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 280px;
}
.fs-p-linkButton {
    width: 45%;
}
.fs-c-continueShopping .fs-c-button--standard {
    font-size: 1.6rem;
    width: 230px;
    padding: 1.8rem;
}
.fs-l-checkout__mainColumn .fs-c-button--standard {
    font-size: 1.5rem;
    width: 100%;
}
.fs-c-inputInformation__button .fs-c-button--primary {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 00px 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.fs-c-inputInformation__button {
    flex-direction: column;
}
.fs-c-inputInformation__button .fs-c-button--cancel {
    margin: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}





    footer .flex {
        align-items: inherit;
        justify-content: space-around;
    }
 /*矢印の位置と向き*/
 .inner {
    width: 100%;
}
footer .contact .btn a {
    width: 90%;
}
footer h2 {
    color: #fff;
    text-align: center;
    font-size: 23px;
}

footer h2 span{
    display: block;
    margin: 0 auto;
}
.txt {
    margin-top: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.calendar{
    display: none;
}
.clm_1 {
    width: 48%;
    background: #fff;
    text-align: center;
    height: 300px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
.clm_1.contact,.clm_1.calendar{
    width: 97%;
    height: auto;
    padding: 15px 0;
}
.clm_1.contact h3 span {
    display: block;
    margin: 0;
    position: relative;
}
.clm_1.contact .txt {
    margin-top: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
footer h3 span {
    display: block;
    margin: 10px 0 0 0px;
    position: relative;
    font-size: 16px;
    padding: 0 19px;
    height: 35px;
}
footer .txt {
    margin-top: 10px;
    font-size: 11px;
    padding: 0 5px;
    height: 65px;
}
footer .txt br{
    display: none;
}
footer h3 span::before{
    display: none;
}

.clm_1 img {
    width: 35%;
}
footer .btn a {
    width: 70%;
    height: 34px;
    margin-top: 6px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.clm_1.contact img,
.clm_1.calendar img {
    width: 22%;
}

.calendar_box p {
    margin: -20px 0 0 0;
}
.tatesen{
    display: none;
}

.ft_nav p {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
line-height: 2;
}
.ft_nav .company {
    margin-right: 0;
}
.ft_nav .review {
    margin-left: 0;
}

}

@media screen and (max-width: 480px){
#cart_un_btn .fs-c-productReview {
width: 96%;
}
.kourai-guide-list {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.kourai-cat-list img {
    top: ;
}

element.style {
    width: 50%;
}
.kourai-guide-nav .kourai-guide-list {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin: 5px;
}
.container .copy-right {
    font-size: 11px;
    text-align: center;
    display: block;
    padding: 30px 0 15px;
    font-weight: bold;
}

}

@media screen and (max-width: 380px){
#cart_un_btn .fs-c-productReview {
width: 94.5%;
}
.font-small {
    font-size: 1.4rem;
    margin-left: initial;
    display: block;
    margin-top: 10px;
}
}

/* 20240109 add */
.h-b-img {
  width: 28%;
  margin: 0px 0px 5px 0px;
  z-index: 100;
}


.cmn-h1-title {
  width: auto;
  text-align: center;
  font-size: 18px;
  margin: 0px auto 40px;
}

.cmn-f-info {
  text-align: center;
  font-size: 13px;
  display: block;
  margin: 20px auto;
}

@media(max-width:780px) {
.wrapper .cmn-h1-title{
    font-size: 14px;
}
.wrapper h2 {
    font-size: 1.8em;
    margin: 72px 0 38px 0;
    font-weight: 400;
    color: #393332;
}
.container .kourai-cat-btn {
    font-size: 1.3rem;
    border: 1px solid #222222;
    padding: 15px;
    margin-left: auto;
    background-color: #000;
}
}

/* 20240312 追加 よくある質問について */
.faq-accordion {
    margin-bottom: 20px;
    margin-top: 20px;
}

.faq-accordion summary {
    border: 1px solid #8EA3AD;
    padding: 15px;
    display: block;
    list-style: none;
}

summary::-webkit-details-marker {
    display:none;
}

.faq-accordion summary {
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    font-size: 20px;
}

.accordion summary::after {
    transition: rotate .3s;
}

.faq-accordion[open] summary::after {
    rotate: 90deg;
}

.faq-accordion[open] p {
    transform: none;
    opacity: 1;
    margin-top: 1px;
}

.faq-accordion-container {
    margin-top: -12.5%;
    margin-bottom: 12.5%;
    padding-top: 17.96875%;
    padding-bottom: 9.375%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.faq-accordion-ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.faq-accordion-q {
    margin-right: 30px;
    font-size: 1.4rem;
}

.faq-accordion summary::before,
.faq-accordion summary::after {
    width: 1px;
    height: .9em;
    background-color: #222;
    content: '';
    position: absolute;
    right: 1.2em;
    display: block;
}

.faq-accordion summary::before {
    position: absolute;
    right: 1.2em;
    rotate: 90deg;
}

.faq-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 15px;
    transition: transform .5s, opacity .5s;
    position: relative;
}

/* 20240806 追加 おすすめ商品情報 */
.kourai-item-txtbox {
    width: 100%;
    max-width: 214px;
    color: #000;
    text-align: left;
    font-size: 0.875em;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .kourai-item-txtbox {
        margin-bottom: 0px;
    }
    
    p.kourai-item-txtbox-price {
        margin: 0px;
    }
}

/* 20240806 追加 プライバシーポリシー・ご利用ガイド・特定商取引法に基づく表記 リンク */
.f-nav-privacy-guide {
    margin: 0px 20px;
}
.btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 37%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    height: 5px;
    width: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(20%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    .f-nav-privacy-guide {
        margin: 0px;
    }
.h-b-img {
width: 60%;
    margin: 0px 0px 5px 15px;
}

.btn a::after {
    top: 31%;
}




}

/* 20240806 追加 copyright TOPリンク */
.fs-l-footer a.copy-linkbtn {
    color: #808080;
}

/* 20240806 追加 キムチ人気ランキング */
.kimchi-ranking{
    margin: 40px 0;
}

.kimchi-ranking .container{
    padding: 10px;
}

.kimchi-ranking h2{
    font-size: 2em;
    margin: 20px 0;
    padding-top: 20px;
}

.kimchi-ranking .kourai-ranking-box{
    padding-top: 0;
}

.kimchi-ranking .kourai-ranking-list{
    padding-bottom: 20px;
}

.kimchi-ranking .kourai-ranking-list img{
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
}

@media (max-width: 780px) {
    .kimchi-ranking h2{
        font-size: 6vw
    }
}

@media screen and (max-width: 480px) {
    .kimchi-ranking .kourai-ranking-list{
        padding: 0 2%;
    }
    .kimchi-ranking .container{
        padding: 10px;
    }
}
/* 20241001 ヘッダーの内部リンク追加 */
li.kourai-nav-txt {
    position: static;
}

li.kourai-nav-txt .dropdown-menu-wrap {
    display: none;
}

li.kourai-nav-txt:hover .dropdown-menu-wrap {
    display: block;
}

li.kourai-nav-txt .dropdown {
    position: absolute;
    width: 100vw;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 5% 2% 2% 8%;
    display: flex;
    justify-content: center;
}

li.kourai-nav-txt .dropdown ul {
    margin-right: 5%;
    width: 236px;
}

li.kourai-nav-txt .dropdown ul li {
    padding-bottom: 11px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

li.kourai-nav-txt .dropdown ul li.sankaku {
    border-bottom: 1px solid #999;
}

li.kourai-nav-txt .dropdown ul .sankaku::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #555555;
    border-right: 0;
    position: absolute;
    left: 7px;
    top: 9px;
    transform: translateY(-50%);
}

li.kourai-nav-txt .dropdown ul .maru::before {
    position: absolute;
    top: -9px;
    bottom: 0;
    left: 5px;
    margin: auto;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

li.kourai-nav-txt .dropdown ul .maru::after {
    position: absolute;
    top: -9px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    content: "";
    left: 7px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hd_icon_list {
    position: relative;
    z-index: 110;
}
@media screen and (max-width: 1025px) {
    .fs-p-searchForm.fs-p-searchForm_hd {
        position: static;
        z-index: 0;
    }
    .hd_icon_list {
        position: static;
        z-index: 0;
    }
    li.kourai-nav-txt:not(:last-child):after,
    li.kourai-nav-txt:after {
        content: none;
    }

    .sp_nav .parent-menu {
        position: relative;
    }



    .sp_nav .parent-menu span {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        color: #333;
        transition: 0.5s;
        font-size: 16px;
        position: relative;
    }

    .sp_nav .parent-menu span::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-left: 1px solid;
        display: block;
        right: 10px;
        top: 50%;
        transform: rotate(45deg);
        transition: .5s;
        position: absolute;
    }

    .sp_nav .parent-menu.open span::after {
        transform: rotate(225deg);
        transition: .5s;
    }

    .sp_nav li.kourai-nav-txt .dropdown {
        flex-wrap: wrap;
        width: 100%;
        display: none;
        padding: 0;
    }

    .sp_nav li.kourai-nav-txt .dropdown ul {
        width: 100%;
    }

    li.kourai-nav-txt .dropdown ul li {
        padding-left: 0;
    }

    li.kourai-nav-txt .dropdown ul .sankaku::before {
        top: 40%;
    }
    li.kourai-nav-txt .dropdown ul li:last-child {
        border-bottom: 1px solid #999;
    }
}
/* 20241001 トップのカテゴリ追加について */
.kourai-cat-list-add img {
    width: 93px;
    height: 93px;
}
/* 20241001 強みコンテンツについて */
.Strengths-contents .Strengths-contents-items {
    margin-top: 26px;
    display: flex;
}

.Strengths-contents .Strengths-contents-item {
    border: 1px solid #000;
    padding: 3% 1% 1%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.Strengths-contents .Strengths-contents-item p:nth-child(1) {
    font-weight: bold;
    margin: 0;
}

.Strengths-contents .Strengths-contents-item p:nth-child(2) {
    margin: 5% 0 0;
}

@media screen and (min-width: 769px) {
    .Strengths-contents .Strengths-contents-item {
        width: calc(100% / 3 - 30px * 2 / 3);
        margin-right: 30px;
    }

    .Strengths-contents .Strengths-contents-item:nth-child(3) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .Strengths-contents .Strengths-contents-items {
        flex-flow: column;
    }

    .Strengths-contents .Strengths-contents-item {
        width: 100%;
        margin-bottom: 30px;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .Strengths-contents .Strengths-contents-item:nth-child(3) {
        margin: 0 auto;
    }
}
/* 20241001 スムーススクロール */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}