.pc{display: block;}
.sp{display: none;}
@media (max-width: 1024px) {
  .pc{display: none;}
  .sp{display: block;}
}
/* 202502追記 */
/*ヘッダー*/
.nkt_header {
  margin-bottom: 10px;
  width: 100%;
  z-index: 1;
}
.nkt_header .hd_postage {
  background: #0C336C;
  color: #FFF;
  text-align: center;
  padding: 0.2em;
}
.nkt_header .hd_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 3vw;
}
.nkt_header .hd_contents .hd_logo {
  height: 60px;
  margin: 0;
  padding: 0;
}
.nkt_header .hd_contents .hd_logo img {
  height: 60px;
}
.nkt_header .hd_contents .hd_parts {
  display: flex;
  margin: 0;
  padding: 0;
}
.nkt_header .hd_contents .hd_parts li {
  list-style: none;
  padding: 0;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp{
  display: none;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-checkbox {
  display: none;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-icon {
  cursor: pointer;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-icon span {
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp {
  overflow: auto;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-checkbox:checked ~ .hd_parts_searchBox_sp {
  opacity: 1.0;
}
.nkt_header .hd_contents .hd_parts .nkt_headerParts_item.pc{
  display: flex;
}
.nkt_header .hd_contents .hd_parts .nkt_headerParts_item a{
  display: flex;
  align-items: center;
}
.nkt_header .hd_contents .hd_parts .nkt_headerParts_item a img{
  margin-right: 8px;
}
.nkt_header .hd_contents .hd_parts .nkt_headerParts_item::after {
  display: none;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search {
  margin: 0 30px;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search .hd_parts_searchBox {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-top: 20px;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search input {
  border: none;
}
.nkt_header .hd_contents .hd_parts .hd_parts_search .hd_search_btn {
  background: url(https://nakato.itembox.design/item/nakato/img/icon_search.svg) 0 0 no-repeat;
  background-size: 30px auto;
  background-color: none;
  border: none;
  height: 30px;
  width: 30px;
}
.nkt_header .hd_contents .hd_parts .hd_parts_icon {
  margin: 0 0 0 10px;
}
.nkt_header .hd_contents .hd_parts .hd_parts_icon a {
  background: #edf2f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  font-size: 0.8em;
  height: 70px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}
.nkt_header .hd_contents .hd_parts .hd_parts_icon a i {
  display: block;
  font-size: 28px;
  padding: 10px 0 5px 0;
}
.nkt_header .hd_contents .hd_parts .hd_parts_icon a:hover {
  opacity: 0.8;
}
.nkt_header .hd_member {
  background: #EEE;
  padding: 0.5em 0;
  text-align: center;
}
.nkt_header .nkt_info {
  margin-bottom:0;
  padding:0;
}
.nkt_header .nkt_info_inner {
  border: 2px solid #cb1d1d;
  color: #cb1d1d;
  font-size: 1.0em;
  margin: 10px 10px 0 10px;
  padding: 0.5em;
  text-align: center;
}
@media (min-width:600px) {
  .nkt_header .nkt_info_inner {
    padding: 0.5em;
  }
}
.nkt_header .nkt_info_txt {
  margin: 0;
  text-align:center;
}
.nkt_header .nkt_info_txt a{
  color: #cb1d1d;
}
.nkt_header .nkt_info_txt ._strong {
  display:block;
  margin-bottom:0;
  font-weight:700
}
.nkt_header .fs-p-headerNavBar .nkt_nav_list{
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .nkt_header .fs-p-headerNavBar .nkt_nav_list .fs-p-headerNavigation__list {
    width: 100%;
  }
}
.nkt_header .fs-p-headerNavBar .nkt_nav_list .fs-p-headerNavigation__list > li + li{
  border-left: 1px solid #FFF;
  margin-left: 0;
}

.sp_btm {
  display: none;
}
@media (max-width: 860px) {
  body {
    padding-top: 0 !important;
  }
  .nkt_header {
    position: relative !important;
  }
  .nkt_header .hd_postage, .nkt_header .hd_member {
    font-size: min(3vw, 16px);
  }
  .nkt_header .hd_contents {
    padding: 12px 3vw;
  }
  .nkt_header .hd_contents .hd_logo, .nkt_header .hd_contents .hd_logo img {
    height: 10vw;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp{
    background: #edf2f8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #0C336C;
    display: block;
    height: 13.5vw;
    position: relative;
    width: 13.5vw;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-checkbox {
    display: none;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-icon {
    cursor: pointer;
    display: block;
    font-size: 2.3vw;
    text-align: center;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-icon img {
    display: block;
    margin: 0 auto;
    padding: 2.0vw 0 0.2vw 0;
    width: 7.0vw;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp {
    background: none;
    height: 60px;
    left: -27vw;
    opacity: 0;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    top: 12vw;
    transition: all 0.3s ease-in-out 0s;
    width: 66vw;
    z-index: -1;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 10px);
    width: 20px;
    height: 10px;
    background: #edf2f8;
    -webkit-clip-path: polygon(0 100%,50% 0,100% 100%);
    clip-path: polygon(0 100%,50% 0,100% 100%);
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp > div{
    background: #edf2f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp form{
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp input {
    border: none;
    font-size: 1.2rem;
    padding: 0;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp .hd_parts_searchBox_sp .hd_search_btn {
    background: url(https://nakato.itembox.design/item/nakato/img/icon_search.svg) 0 0 no-repeat;
    background-size: 30px auto;
    background-color: none;
    border: none;
    height: 30px;
    width: 30px;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search_sp #drawer-checkbox:checked ~ .hd_parts_searchBox_sp {
    opacity: 1.0;
    z-index: 40;
  }
  .nkt_header .hd_contents .hd_parts .nkt_headerParts_item.pc{
    display: none;
  }
  .nkt_header .hd_contents .hd_parts .nkt_headerParts_item{
    margin: 0 0 0 5px;
  }
  .nkt_header .hd_contents .hd_parts .nkt_headerParts_item a{
    background: #edf2f8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    font-size: 2.3vw;
    letter-spacing: -0.1em;
    height: 13.5vw;
    text-align: center;
    width: 13.5vw;
  }
  .nkt_header .hd_contents .hd_parts .nkt_headerParts_item a img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2.0vw 0 0.7vw 0;
    width: 6.5vw;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_search {
    display: none;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_icon {
    margin-left: 5px;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_icon a {
    height: 13.5vw;
    font-size: 2.3vw;
    width: 13.5vw;
  }
  .nkt_header .hd_contents .hd_parts .hd_parts_icon a i {
    font-size: 5.5vw;
    padding: 2.7vw 0 0.8vw 0;
  }
}
@media (max-width: 1024px) {
  .follow_parts{
    display: none!important;
  }
  .sp_btm {
    display: block;
  }
  .pagetop a {
    background: #FFF;
    border: 2px solid #0c336c;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    bottom: 80px;
    color: #0c336c;
    display: block;
    font-weight: bold;
    height: 60px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 60px;
    z-index: 998;
  }
  .pagetop i {
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: -4px 0 1px 0;
    padding-top: 8px;
  }
  .btm_nav {
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100vw;
    z-index: 9999;
  }
  .btm_nav li {
    background: #0c336c;
    border-right: 1px solid #FFF;
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 0.55em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20vw;
  }
  .btm_nav li a {
    color: #FFF;
    display: block;
    height: 70px;
    width: 100%;
  }
  .btm_nav li a img,
  #nav-open img{
    display: block;
    margin: 7px auto 3px auto;
    width: 40px;
  }
  .btm_nav li:last-child {
    border-right: none;
  }
  .nav-unshown {
    display: none;
  }
  #nav-drawer {
    width: 100%;
  }
  #nav-open {
    bottom: 0;
    color: #FFF;
    display: block;
    font-size: 0.55em;
    height: 70px;
    right: 40vw;
    position: fixed;
    text-align: center;
    width: 20vw;
    z-index: 9999;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #nav-close span {
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    color: #FFF;
    cursor: pointer;
    top: 10px;
    right: 10px;
  }
  #nav-close span::before {
    position: absolute;
    top: 0;
    left: 0.7em;
    width: 0.2em;
    height: 1.4em;
    content: "";
    background-color: #FFF;
    transform: rotate(45deg);
  }
  #nav-close span::after {
    position: absolute;
    top: 0.55em;
    left: 0.15em;
    width: 1.4em;
    height: 0.2em;
    content: "";
    background-color: #FFF;
    transform: rotate(225deg);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 1px 0 7px rgba(0, 0, 0, .15);
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 100px);
    background: #FFF;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(calc(100% + 60px));
    transform: translateY(calc(100% + 60px));
  }
  #nav-content ul, #nav-content ol, #nav-content li, #nav-content dl, #nav-content dt, #nav-content dd {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #nav-content .navMenu_inner{
    padding: 24px;
  }
  #nav-content .navMenu_link{
    font-weight: 700;
  }
  #nav-content .navMenu_link,
  #nav-content .navMenu_link_sub li{
    border-bottom: 1px solid #e7ecf4;
    border-top: 1px solid #e7ecf4;
    line-height: 1.6;
    margin-top: -1px;
  }
  #nav-content .navMenu_link a,
  #nav-content .navMenu_link_sub li a{
    color: #0c336c;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 0;
    position: relative;
  }
  #nav-content .navMenu_link a:after,
  #nav-content .navMenu_link_sub li a:after{
    background: url(https://nakato.itembox.design/item/nakato/img/icon_menu_arrow_blue.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    font-family: "fs-icon" !important;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
  #nav-content .navMenu_link a span{
    display: block;
    font-size: 11px;
    font-weight: 400;
  }
  #nav-content .navMenu_link_sub{
    padding-left: 20px;
  }
}
.follow_parts{
  display: none!important;
}


/* フルサイズ調整用 */
.fs-l-page .fs-l-main{
  padding: 0 50px;
  max-width: 100%;
}
.nkt_main_contentsArea{
  max-width: 100%;
}
.fs-l-pageMain + .fs-l-sideArea,
.fs-l-sideArea + .fs-l-pageMain{
  max-width: calc(100% - 400px);
}
.fs-l-main .nkt_sideMenuArea{
  padding-right: 0;
  width: 350px;
  max-width: 100%;
}
.fs-l-main .nkt_sideMenuArea .nkt_sideMenu_brand ul li img{
  width: 100%;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link{
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link li{
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e7ecf4;
  line-height: 1.6;
  list-style: none;
  padding: 0;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link > li{
  margin-top: 22px;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link li a{
  color: #0c336c;
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 0;
  position: relative;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link li a:after{
  background: url(https://nakato.itembox.design/item/nakato/img/icon_menu_arrow_blue.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  font-family: "fs-icon" !important;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link ul{
  border-top: 1px solid #e7ecf4;
  list-style: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link ul li{
  font-size: 16px;
  margin-top: -1px;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link ul li:last-child{
  border-bottom: none;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_link ul li a{
  padding-left: 20px;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_parts{
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_parts li{
  display: flex;
  align-items: center;
  padding: 1.0em 1.0em 0 1.0em;
}
.fs-l-main .nkt_sideMenuArea .sideMenu_parts li img{
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .fs-l-page .fs-l-main{
    padding: 0;
  }
  .fs-l-pageMain + .fs-l-sideArea,
  .fs-l-sideArea + .fs-l-pageMain{
    max-width: 100%;
  }
}

/* TOPページ */
.tp_title1 {
  color: #0c336c;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.8em 0;
  text-align: center;
}
.tp_title2 {
  background: #F4F8FD;
  border-top: 4px solid #0c336c;
  color: #0c336c;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 30px 0;
  padding: 0.7em;
}
.tp_title2 span{
  display: block;
  font-size: 0.7em;
  margin-bottom: 0.5em;
}
.tp_ranking_txt{
  margin: 0 15px 30px 15px;
}
#index_main .nkt_ranking_itemWrap{
  margin-bottom: 20px!important;
}
.ranking_more a{
  border: 2px solid #0c336c;
  color: #0c336c;
  display: block;
  margin: 5px auto 60px auto;
  padding: 0.8em 0;
  text-align: center;
  width: 40%;
  min-width: 21.0em;
}
.ranking_more a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.nkt_ranking_itemWrap {
  margin: 0 0 1.0em 0;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-track {
  margin-left: 12px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide {
  margin: 0 15px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item {
  padding: 35px 10px 0 10px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item::before {
  position: absolute;
  top: 0;
  left: 0;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:first-of-type .fs-c-productListCarousel__list__item::before {
  content: url(https://nakato.itembox.design/item/nakato/img/icon_ranking_01.svg);
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(2) .fs-c-productListCarousel__list__item::before {
  content: url(https://nakato.itembox.design/item/nakato/img/icon_ranking_02.svg);
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(3) .fs-c-productListCarousel__list__item::before {
  content: url(https://nakato.itembox.design/item/nakato/img/icon_ranking_03.svg);
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(4) .fs-c-productListCarousel__list__item::before {
  content: "4";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(5) .fs-c-productListCarousel__list__item::before {
  content: "5";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(6) .fs-c-productListCarousel__list__item::before {
  content: "6";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(7) .fs-c-productListCarousel__list__item::before {
  content: "7";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(8) .fs-c-productListCarousel__list__item::before {
  content: "8";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(9) .fs-c-productListCarousel__list__item::before {
  content: "9";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(10) .fs-c-productListCarousel__list__item::before {
  content: "10";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-of-type(n+4):nth-of-type(-n+10) .fs-c-productListCarousel__list__item::before {
  background: #2e2f2f;
  color: #FFF;
  height: 26px;
  text-align: center;
  width: 28px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer img {
  max-height: 185px;
  max-width: 185px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  margin-top: 10px;
  overflow: hidden;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label{
  font-size: 14px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice--selling .fs-c-productPrice__main__label{
  display: none;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice--member .fs-c-productPrice__main__label{
  display: block;
  height: 1.5em;
  overflow: hidden;
  width: 2.0em;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__review {
  font-size: 0.7em;
  margin-top: 10px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__review .fs-c-rating__stars{
  font-size: 1.3em;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-salesPeriod{
  display: none;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--particular.fs-c-button--addToWishList--icon {
  bottom: 15px;
  height: 28px;
  right: 10px;
  top: auto;
  width: 28px;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: block;
  height: auto;
  margin-top: 0;
  position: static;
  width: 100%;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list,
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail {
  border-radius: 0;
  display: block;
  padding: 8px 0;
  text-align: center;
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list::before,
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail::before {
  content: "";
}
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list::after,
.tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail::after {
  background: none;
}
.tp_ranking .fs-c-productListCarousel__ctrl{
  display: block !important;
}
.tp_ranking .fs-c-productListCarousel__ctrl.slick-disabled{
  opacity: 0;
}
.fs-c-button--carousel{
  background: rgba(255,255,255,.5);
}
.fs-c-button--carousel--prev::before,
.fs-c-button--carousel--next::before{
  color: #0c336c;
  height: 24px;
  width: 24px;
}
@media (max-width: 1024px) {
  .tp_title1 {
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .tp_title2 {
    border-top: 2px solid #0c336c;
    font-size: 1.2em;
    margin: 0 0 3vw 0;
    text-align: center;
  }
  .tp_ranking_txt{
    font-size: 0.9em;
    margin: 0 3vw 3vw 3vw;
  }
  #index_main .nkt_ranking_itemWrap{
    margin-bottom: 3vw!important;
  }
  .ranking_more a{
    font-size: 0.9em;
    margin-bottom: 10vw;
    padding: 0.5em 0;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-track {
    margin-left: 3vw;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide {
    margin: 0 2vw;
    max-width: 27vw;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item {
    padding: 35px 0 0 0;
    max-width: 27vw;
    min-width: 27vw;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item::before {
    top: 0;
    left: -5px;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productImage a {
    display: block;
    height: 27vw;
    width: 27vw;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    margin-top: 1.5vw;
    height: 3.8em;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.3;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label,
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice__addon{
    font-size: 12px;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__review {
    font-size: 0.6em;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__review .fs-c-rating__stars{
    font-size: 1.2em;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice {
    margin-top: 1.5vw;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark,
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 0.8em;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    padding: 1.5vw 0;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--addToCart--list,
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail {
    font-size: 3vw;
    font-weight: 400;
  }
  .tp_ranking .fs-c-productListCarousel__list__itemTrack .slick-slide .fs-c-productListCarousel__list__item .fs-c-button--particular.fs-c-button--addToWishList--icon {
    display: none;
  }
  .tp_ranking .fs-c-productListCarousel__ctrl{
    flex-basis: 30px;
    min-width: 30px;
  }
  .tp_ranking .fs-c-productListCarousel__ctrl .fs-c-button--carousel{
    height: 50px;
    width: 30px;
  }
}

/* よくある質問 */
.nkt_faq_box {
  background: #FFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 16px auto 0 auto;
  width: 100%;
}
.nkt_faq_box .ad_ttl {
  display: block;
  color: #0C336C;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.nkt_faq_box .ad_ttl:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0C336C;
  border-right: solid 2px #0C336C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nkt_faq_box .ad_ttl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.nkt_faq_box .ad_box {
  display: none;
  line-height: 2.0;
  margin: 0;
  padding: 0 20px 20px 20px;
}

/* 商品グループ */
.comparison .comparison_ttl{
  background: #0c336c;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 0.5em 0;
  text-align: center;
}
.comparison .comparison_table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.comparison .comparison_table tr{
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.comparison .comparison_table .head{
  background: #e2e2e2;
}
.comparison .comparison_table th{
  background: #f0f0f0;
  border: 1px solid #e2e1e1;
  height: 50px;
  font-size: 13px;
  margin: 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
  min-width: 130px;
}
.comparison .comparison_table td{
  background: transparent;
  border: 1px solid #e2e1e1;
  height: 50px;
  font-size: 13px;
  margin: 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
  min-width: 130px;
}
@media (max-width: 1024px) {
  .comparison .comparison_table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .comparison .comparison_table .fixed{
    font-weight: bold;
    left: 0;
    position: sticky;
    text-align: left;
    min-width: 80px;
    vertical-align: middle;
  }
  .comparison .comparison_table img{
    max-height: 20vh;
  }
}

/* 商品詳細 */
.nkt_productDetail_pc{
  display: block;
}
.nkt_productDetail_sp{
  display: none;
}
.buy_btn a{
  background: #e67422;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  display: block;
  font-weight: bold;
  margin: 1.5em 0 3.0em 0;
  position: relative;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
}
.buy_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://nakato.itembox.design/item/nakato/img/icon_btn_arrow_white.svg) 0 0 no-repeat;
}
.item_faq {
  margin-bottom: 3.0em;
}
.item_faq_ttl {
  text-align: center;
}
.item_faq_box {
  background: #f7f7f7;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 16px auto 0 auto;
  width: 100%;
}
.item_faq_box .question {
  display: block;
  color: #2E2F2F;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.item_faq_box .question:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2E2F2F;
  border-right: solid 2px #2E2F2F;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.item_faq_box .question.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.item_faq_box .answer {
  display: none;
  line-height: 2.0;
  margin: 0;
  padding: 0 20px 20px 20px;
}
.instagram_area .instagram_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3.0em;
}
.instagram_area .instagram_ttl img{
  height: 34px;
  margin-right: 12px;
  width: 34px;
}
.instagram_area .instagram_ttl span{
  font-size: 34px;
  font-weight: bold;
}
.instagram_area .instagram_txt {
  margin: 1.5em 0;
  text-align: center;
}
.instagram_area .instagram_slide {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}
.instagram_area .instagram_slide .swiper-slide{
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-width: 25vw;
}
.instagram_area .instagram_slide .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.instagram_area .instagram_slide .swiper-slide img{
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagram_area .instagram_slide .nkt_swiper .swiper-slide::before{
  display: none;
}
.instagram_area .instagram_slide .nkt_swiper .swiper-slide img{
  position: relative;
}
.instagram_area .swiper-pagination-bullet-active{
  background: #0c336c;
}
.instagram_area .swiper-button-prev,
.instagram_area .swiper-button-next{
  background: rgba(255,255,255,0.7);
  height: 42px;
  width: 42px;
}
.instagram_area .swiper-button-prev:hover,
.instagram_area .swiper-button-next:hover{
  opacity: 0.5;
}
.instagram_area .swiper-button-prev::after,
.instagram_area .swiper-button-next::after{
  font-size: 20px;
  font-weight: bold;
}
.instagram_area .swiper-button-prev{
  left: 0;
}
.instagram_area .swiper-button-next{
  right: 0;
}
.item_variation{
  margin-top: 30px;
}
.item_variation .item_variation_ttl{
  background: #f7f7f7;
  color: #0c336c;
  font-weight: 700;
  padding: 0.5em 0;
  text-align: center;
}
.item_variation .item_variation_list{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.item_variation .item_variation_list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.item_variation .item_variation_list img{
  border: 1px solid #EEE;
  margin-right: 10px;
  width: 50px;
}
.item_variation .item_variation_list span{
  display: block;
  text-align: left;
  width: calc(100% - 195px);
}
.item_variation .item_variation_list a{
  background: #0c336c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
}
.item_variation .item_variation_list a:hover{
  opacity: 0.8;
}
#fs_ProductDetails .fs-c-featuredProduct .fs-c-productListItem__productName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  margin-top: 10px;
  overflow: hidden;
}
#fs_ProductDetails .fs-c-featuredProduct .fs-c-productListItem__prices{
  font-size: 14px;
}
#fs_ProductDetails .fs-c-featuredProduct .fs-c-productListItem__control{
  margin-top: 0;
}
#fs_ProductDetails .fs-c-featuredProduct .fs-c-productListItem__control .nkt_c_btn_sm{
  display: none;
}
@media (max-width: 1024px) {
  .nkt_productDetail_pc{
    display: none;
  }
  .nkt_productDetail_sp{
    display: block;
  }
  .instagram_area{
    margin: 0 3.5vw;
  }
  .instagram_area .instagram_ttl img{
    margin-right: 0;
  }
  .instagram_area .instagram_ttl span{
    display: block;
    text-align: center;
    width: 100%;
  }
  .instagram_area .instagram_txt {
    text-align: left;
}
  .instagram_area .instagram_slide .swiper-slide{
    max-width: 31vw;
  }
}

/* 202503追記 オリーブオイルカテゴリ */
.fs-body-category-oliveoil-test .tp_ranking_txt,
.fs-body-category-oliveoil .tp_ranking_txt,
.fs-body-category-oliveoil .fs-c-subgroup{
  display: none!important;
}
.oliveoil_page{
  font-family: "Noto Serif JP", "serif";
  font-weight: 300;
  letter-spacing: 0.05em;
}
.oliveoil_page .olv_catch{
  color: #054D3B;
  font-size: 4.0rem;
  line-height: 1.6;
  margin: 1.0em 0;
  text-align: center;
}
.oliveoil_page .olv_catch .under_line{
  background: linear-gradient(transparent 65%, #F3EBE2 30%);
}
.oliveoil_page .olv_worries{
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 3.0em 0 0 0;
  text-align: center;
}
.oliveoil_page .olv_question{
  background: #F8F8F8;
  padding: 10px 0;
}
.oliveoil_page .olv_question ul{
  margin: 0 auto;
  padding: 0;
  max-width: 830px;
}
.oliveoil_page .olv_question ul li{
  color: #054D3B;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 2.0rem;
  margin: 20px 0;
  padding-left: 60px;
  position: relative;
}
.oliveoil_page .olv_question ul li::after{
  background: url("../img/oliveoil/ico_question.png") no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.oliveoil_page .olv_btn a{
  background: #054E3C;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 74%;
  max-width: 420px;
}
.oliveoil_page .olv_btn a::after{
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.0rem;
  font-weight: 600;
  right: 15px;
  top: 16px;
  position: absolute;
}
.oliveoil_page .olv_member_price .olv_btn a::after{
  content: "\f054";
}
.oliveoil_page .olv_ttl{
  background: #F9F7EE;
  color: #054D3B;
  font-size: 4.0rem;
  line-height: 1.6;
  margin: 2.0em 0 1.0em 0;
  padding: 0.5em 0;
  text-align: center;
}
.oliveoil_page .olv_point{
  list-style: none;
  margin: 0;
  padding: 0;
}
.oliveoil_page .olv_point li{
  list-style: none;
  margin: 0 50px 50px 50px;
  padding: 0;
}
.oliveoil_page .olv_point .olv_point_ttl{
  color: #054D3B;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.0rem;
}
.oliveoil_page .olv_point .olv_point_ttl img{
  margin-right: 20px;
}
.oliveoil_page .olv_point dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
}
.oliveoil_page .olv_point li:nth-of-type(2) dl{
  flex-direction: row-reverse;
}
.oliveoil_page .olv_point dl dt{
  margin: 0;
  padding: 0;
  width: 45%;
}
.oliveoil_page .olv_point dl dd{
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(55% - 20px);
}
.oliveoil_page .olv_point dl dd .olv_point_box{
  background: #FAFAFA;
  margin-top: 20px;
  padding: 20px;
}
.oliveoil_page .olv_point dl dd .olv_point_box .olv_point_box_ttl{
  background: #054E3C;
  color: #FFF;
  font-family: "Noto Serif JP", "serif";
  padding: 0.2em 0.5em;
}
.oliveoil_page .olv_lineup{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.oliveoil_page .olv_lineup li{
  list-style: none;
  padding: 0;
  width: 33%;
}
.oliveoil_page .fs-c-reviewList{
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
.oliveoil_page .fs-c-reviewList__item__body{
  position: relative;
}
.oliveoil_page .fs-c-reviewList__item__body .br{
  display: none;
}
@media (max-width: 1800px) {
  .oliveoil_page .fs-c-reviewList__item__body .br{
    display: block!important;
  }
}
.oliveoil_page .fs-c-reviewList__item__body .voice_img{
  bottom: -10px;
  position: absolute;
  right: -5px;
}
.oliveoil_page .olv_member_price{
  font-size: 2.4rem;
  margin: 3.0em auto;
  text-align: center;
}
.oliveoil_page .olv_member_price .olv_member_price_off{
  color: #054E3C;
  font-size: 6.0rem;
  line-height: 1.4;
  margin: 0.3em 0 0.1em 0;
}
.oliveoil_page .olv_member_price .olv_member_price_mini{
  font-size: 1.2rem;
}
.oliveoil_page .olv_member_price .olv_member_price_red{
  color: #D90000;
  margin: 1.0em 0;
}
.oliveoil_page .comparison{
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
.oliveoil_page .comparison .comparison_ttl{
  background: #054E3C;
}
.oliveoil_page .olv_classification{
  margin: 0 50px;
}
.oliveoil_page .olv_classification p{
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.oliveoil_page .olv_classification .olv_classification_table{
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #E2E1E1;
  border-right: 1px solid #E2E1E1;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
  width: 100%;
}
.oliveoil_page .olv_classification .olv_classification_table th{
  background: #F0F0F0;
  border-left: 1px solid #E2E1E1;
  border-top: 1px solid #E2E1E1;
  font-size: 1.3rem;
  padding: 5px 10px;
  text-align: left;
}
.oliveoil_page .olv_classification .olv_classification_table th:nth-child(1){
  width: 19%;
}
.oliveoil_page .olv_classification .olv_classification_table th:nth-child(2){
  width: 28%;
}
.oliveoil_page .olv_classification .olv_classification_table th:nth-child(3){
  width: 10%;
}
.oliveoil_page .olv_classification .olv_classification_table th:nth-child(4){
  width: 43%;
}
.oliveoil_page .olv_classification .olv_classification_table td{
  border-left: 1px solid #E2E1E1;
  border-top: 1px solid #E2E1E1;
  padding: 5px 10px;
}
@media (max-width: 1024px) {
  .oliveoil_page{
    letter-spacing: 0;
  }
  .oliveoil_page .olv_catch{
    font-size: 1.6rem;
  }
  .oliveoil_page .olv_worries{
    font-size: 1.5rem;
    margin-top: 1.5em;
  }
  .oliveoil_page .olv_question ul{
    max-width: 90%;
  }
  .oliveoil_page .olv_question ul li{
    height: 35px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 15px 0;
    padding-left: 45px;
  }
  .oliveoil_page .olv_question ul li::after{
    height: 35px;
    width: 35px;
  }
  .oliveoil_page .olv_btn a{
    font-size: 1.6rem;
    height: 50px;
    margin-top: 2.5em;
  }
  .oliveoil_page .olv_btn a::after{
    font-size: 1.6rem;
    right: 10px;
    top: 12px;
  }
  .oliveoil_page .olv_ttl{
    font-size: 1.8rem;
  }
  .oliveoil_page .olv_point li{
    margin: 0 3vw 20vw 3vw;
  }
  .oliveoil_page .olv_point .olv_point_ttl{
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .oliveoil_page .olv_point .olv_point_ttl img{
    margin-right: 10px;
    width: 60px;
  }
  .oliveoil_page .olv_point dl{
    margin-top: 5vw;
  }
  .oliveoil_page .olv_point dl dt{
    width: 100%;
  }
  .oliveoil_page .olv_point dl dd{
    font-size: 1.3rem;
    width: 100%;
  }
  .oliveoil_page .olv_point dl dd .accordion{
    position: relative;
  }
  .oliveoil_page .olv_point dl dd .accordion .accordion-btn {
    background: #FFF;
    border: 1px solid #5F651E;
    bottom: -2.5em;
    color: #054E3C;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", "serif";
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .2s;
    width: 200px;
    z-index: 1;
  }
  /* 続きを読むボタンの表記 */
  .oliveoil_page .olv_point dl dd .accordion .accordion-btn::after {
    content: "＋ 続きを読む 　";
  }
  .oliveoil_page .olv_point dl dd .accordion .accordion-text {
    overflow: hidden; /* テキストを隠す */
    position: relative;
  }
  /* 最初に見えてるテキストエリアの高さ */
  .oliveoil_page .olv_point dl dd .accordion .accordion-text.is-hide {
    height: 6.0em;
  }
  /* テキストをグラデーションで隠す */
  .oliveoil_page .olv_point dl dd .accordion .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    bottom: 0;
    content: "";
    height: 40px; /* グラデーションで隠す高さ */
    position: absolute;
    width: 100%;
  }
  /* 閉じるボタンの位置 */
  .oliveoil_page .olv_point dl dd .accordion .accordion-btn.is-show {
    bottom: -3.5em;
  }
  /* 閉じるボタンの表記 */
  .oliveoil_page .olv_point dl dd .accordion .accordion-btn.is-show::after {
    content: "－ 閉じる 　";
  }
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
  .oliveoil_page .olv_point dl dd .accordion .accordion-btn.is-show + .accordion-text::before {
    display: none;
  }
  .oliveoil_page .olv_point dl dd .olv_point_box{
    margin-top: 3vw;
    padding: 3vw;
  }
  .oliveoil_page .olv_lineup li,
  .oliveoil_page .olv_lineup li img{
    width: 100%;
  }
  .oliveoil_page .fs-c-reviewList__item__body .br{
    display: none!important;
  }
  .oliveoil_page .fs-c-reviewList__item__body .voice_img{
    bottom: auto;
    right: -35px;
    top: -95px;
    width: 220px;
  }
  .oliveoil_page .olv_member_price{
    font-size: 1.4rem;
  }
  .oliveoil_page .olv_member_price .olv_member_price_off{
    font-size: 2.6rem;
  }
  .oliveoil_page .olv_member_price .olv_member_price_mini{
    font-size: 1.0rem;
  }
  .oliveoil_page .olv_classification{
    margin: 0 3vw;
  }
  .oliveoil_page .olv_classification p{
    font-size: 1.3rem;
  }
  .oliveoil_page .olv_classification .olv_classification_table{
    font-size: 1.2rem;
  }
  .oliveoil_page .olv_classification .olv_classification_table th{
    font-size: 1.2rem;
    padding: 2px 5px;
  }
  .oliveoil_page .olv_classification .olv_classification_table th:nth-child(1){
    width: 20%;
  }
  .oliveoil_page .olv_classification .olv_classification_table th:nth-child(2){
    width: 37%;
  }
  .oliveoil_page .olv_classification .olv_classification_table th:nth-child(3){
    width: 12%;
  }
  .oliveoil_page .olv_classification .olv_classification_table th:nth-child(4){
    width: 31%;
  }
  .oliveoil_page .olv_classification .olv_classification_table td{
    line-height: 1.3;
    padding: 2px 5px;
  }
}

/* 202505追記 レボリューション */
.fs-body-category-blacktea .fs-c-subgroup,
.fs-body-category-blacktea-test .fs-c-subgroup{
  display: none!important;
}
.revolution_page{
  font-family: "Noto Serif JP", "serif";
  font-weight: 300;
  letter-spacing: 0.05em;
}
.revolution_page .rvl_catch{
  color: #8A7DC6;
  font-size: 4.0rem;
  line-height: 1.6;
  margin: 1.0em 0;
  text-align: center;
}
.revolution_page .rvl_catch .bk{
  color: #222;
}
.revolution_page .rvl_catch .under_line{
  background: linear-gradient(transparent 65%, #F3EBE2 30%);
}
.revolution_page .rvl_worries{
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 3.0em 0 0 0;
  text-align: center;
}
.revolution_page .rvl_question{
  background: #F8F8F8;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 2.0rem;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 930px;
}
.revolution_page .rvl_question::before,
.revolution_page .rvl_question::after{
  background: #F8F8F8;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  content: "";
  position: absolute;
}
.revolution_page .rvl_question::after{
  right: 50px;
  bottom: -46px;
  height: 36px;
  width: 36px;
}
.revolution_page .rvl_question::before{
  right: 90px;
  bottom: -60px;
  height: 20px;
  width: 20px;
}
.revolution_page .rvl_btn a{
  background: #8A7DC6;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 74%;
  max-width: 420px;
}
.revolution_page .rvl_btn a::after{
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.0rem;
  font-weight: 600;
  right: 15px;
  top: 16px;
  position: absolute;
}
.revolution_page .rvl_member_price .rvl_btn a::after{
  content: "\f054";
}
.revolution_page .rvl_mapping{
  margin: 70px auto;
}
.revolution_page .rvl_bnr{
  margin: 50px auto;
  text-align: center;
  max-width: 90%;
}
.revolution_page .rvl_ttl{
  background: #F8F8F8;
  color: #8A7DC6;
  font-size: 4.0rem;
  line-height: 1.6;
  margin: 2.0em 0 1.0em 0;
  padding: 0.5em 0;
  text-align: center;
}
.revolution_page .rvl_point_link{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.revolution_page .rvl_point_link li{
  list-style: none;
  margin: 0 15px;
  padding: 0;
  width: 30%;
  max-width: 340px;
}
.revolution_page .rvl_point_link li a{
  border-bottom: 1px solid #8A7DC6;
  color: #8A7DC6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
}
.revolution_page .rvl_point_link li a::after{
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 2.0rem;
  font-weight: 600;
  right: 15px;
  top: 16px;
  position: absolute;
}
.revolution_page .rvl_point_link li a img{
  margin-right: 15px;
  width: 40px;
}
.revolution_page .rvl_point_link li a span{
  font-size: 2.4rem;
}
.revolution_page .rvl_point{
  list-style: none;
  margin: 0;
  padding: 0;
}
.revolution_page .rvl_point > li{
  list-style: none;
  margin: 70px 50px 0 50px;
  padding: 0;
}
.revolution_page .rvl_point .rvl_point_ttl{
  color: #8A7DC6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.0rem;
}
.revolution_page .rvl_point .rvl_point_ttl img{
  margin-right: 20px;
}
.revolution_page .rvl_point dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
}
.revolution_page .rvl_point li:nth-of-type(2) dl{
  flex-direction: row-reverse;
}
.revolution_page .rvl_point dl dt{
  margin: 0;
  padding: 0;
  width: 30%;
}
.revolution_page .rvl_point dl dd{
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(70% - 50px);
}
.revolution_page .rvl_point .rvl_point_subttl{
  background: #222;
  color: #FFF;
  font-size: 3.0rem;
  margin: 40px auto 20px auto;
  padding: 0.1em 0;
  text-align: center;
}
.revolution_page .rvl_point .rvl_point_subtxt{
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
.revolution_page .rvl_point .rvl_point_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.revolution_page .rvl_point .rvl_point_list li{
  list-style: none;
  margin: 20px 10px 0 10px;
  width: calc(33.33% - 20px);
  max-width: 420px;
}
.revolution_page .rvl_point #point2 .rvl_point_list li,
.revolution_page .rvl_point #point3 .rvl_point_list li{
  width: calc(20% - 20px);
  max-width: 250px;
}
.revolution_page .rvl_point .rvl_point_half{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.revolution_page .rvl_point .rvl_point_half .rvl_point_half_box{
  text-align: center;
  width: calc(50% - 10px);
}
.revolution_page .rvl_point .rvl_point_half .rvl_point_half_box img{
  margin: 20px 10px 0 10px;
  width: 64.5%;
  max-width: 420px;
}
.revolution_page .fs-c-reviewList__item__body{
  position: relative;
}
.revolution_page .fs-c-reviewList__item__body .voice_img{
  bottom: -10px;
  position: absolute;
  right: -5px;
}
.revolution_page .rvl_classification{
  margin: 0 50px;
}
.revolution_page .rvl_classification p{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: center;
}
.revolution_page .rvl_staff{
  background: #EBEBEB;
  margin: 50px 0 30px 0;
}
.revolution_page .rvl_staff .rvl_staff_img{
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.revolution_page .rvl_staff ul{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 752px;
}
.revolution_page .rvl_staff ul li{
  background-size: 100% auto;
  aspect-ratio: 752 / 169;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 150px 0 50px;
}
.revolution_page .rvl_staff ul li:nth-child(1){
  background: url("../img/revolution/revolution_staff01.jpg") no-repeat;
  background-size: cover;
}
.revolution_page .rvl_staff ul li:nth-child(2){
  background: url("../img/revolution/revolution_staff02.jpg") no-repeat;
  background-size: cover;
  padding: 0 50px 0 185px;
}
.revolution_page .rvl_staff ul li:nth-child(3){
  background: url("../img/revolution/revolution_staff03.jpg") no-repeat;
  background-size: cover;
}
.revolution_page .rvl_staff ul li div{
  aspect-ratio: 752 / 169;
  font-size: 2.0rem;
  line-height: 1.5;
}
@media (max-width: 1350px) {
  .revolution_page .rvl_staff ul li{
    padding: 0 9vw 0 3vw;
  }
  .revolution_page .rvl_staff ul li:nth-child(2){
    padding: 0 3vw 0 11vw;
  }
  .revolution_page .rvl_staff ul li div{
    font-size: 1.2vw;
  }
}
@media (max-width: 1024px) {
  .revolution_page{
    letter-spacing: 0;
  }
  .revolution_page .rvl_catch{
    font-size: 1.7rem;
  }
  .revolution_page .rvl_worries{
    font-size: 1.5rem;
    margin-top: 2.0em;
  }
  .revolution_page .rvl_question{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.4rem;
    padding: 1.5em 1.0em;
  }
  .revolution_page .rvl_question::after{
    right: 25px;
    bottom: -23px;
    height: 18px;
    width: 18px;
  }
  .revolution_page .rvl_question::before{
    right: 45px;
    bottom: -30px;
    height: 10px;
    width: 10px;
  }
  .revolution_page .rvl_btn a{
    font-size: 1.6rem;
    height: 50px;
    margin-top: 2.5em;
  }
  .revolution_page .rvl_btn a::after{
    font-size: 1.6rem;
    right: 10px;
    top: 12px;
  }
  .revolution_page .rvl_mapping{
    margin: 30px auto;
  }
  .revolution_page .rvl_bnr{
    margin: 30px auto;
  }
  .revolution_page .rvl_ttl{
    font-size: 1.8rem;
  }
  .revolution_page .rvl_point_link li{
    margin: 0 auto 10px auto;
    width: 70%;
  }
  .revolution_page .rvl_point_link li a img{
    margin-right: 10px;
  }
  .revolution_page .rvl_point_link li a span{
    font-size: 1.6rem;
  }
  .revolution_page .rvl_point > li{
    margin: 10vw 3vw 0 3vw;
  }
  .revolution_page .rvl_point .rvl_point_ttl{
    font-size: 2.0rem;
  }
  .revolution_page .rvl_point .rvl_point_ttl img{
    margin-right: 10px;
    width: 60px;
  }
  .revolution_page .rvl_point dl{
    margin-top: 5vw;
  }
  .revolution_page .rvl_point dl dt{
    width: 100%;
  }
  .revolution_page .rvl_point dl dd{
    font-size: 1.3rem;
    width: 100%;
  }
  .revolution_page .rvl_point .rvl_point_subttl{
    font-size: 1.8rem;
    margin: 20px auto 10px auto;
  }
  .revolution_page .rvl_point .rvl_point_subtxt{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .revolution_page .rvl_point .rvl_point_list li{
    margin: 1% 1% 0 1%;
    width: 48%;
  }
  .revolution_page .rvl_point #point2 .rvl_point_list li,
  .revolution_page .rvl_point #point3 .rvl_point_list li{
    margin: 1% 1% 0 1%;
    width: 31.33%;
    max-width: 250px;
  }
  .revolution_page .rvl_point .rvl_point_half .rvl_point_half_box{
    width: 100%;
  }
  .revolution_page .rvl_point .rvl_point_half .rvl_point_half_box img{
    margin: 1% 1% 0 1%;
    width: 48%;
  }
  .revolution_page .fs-c-reviewList__item__body .voice_img{
    bottom: auto;
    top: -20vw;
    width: 45vw;
  }
  .revolution_page .rvl_member_price{
    font-size: 1.4rem;
  }
  .revolution_page .rvl_member_price .rvl_member_price_off{
    font-size: 2.6rem;
  }
  .revolution_page .rvl_member_price .rvl_member_price_mini{
    font-size: 1.0rem;
  }
  .revolution_page .rvl_classification{
    margin: 0 3vw;
  }
  .revolution_page .rvl_classification p{
    font-size: 1.3rem;
  }
  .revolution_page .rvl_staff ul li{
    margin-bottom: 20px;
    padding: 0 21% 0 6%;
  }
  .revolution_page .rvl_staff ul li:nth-child(2){
    padding: 0 6% 0 22%;
  }
  .revolution_page .rvl_staff ul li div{
    font-size: 2.3vw;
  }
}