.bx-wrapper {
	margin: 0!important;
}
.bx-wrapper .bx-pager {
	display: none!important;
}
.bx-wrapper .bx-viewport {
	padding: 0 calc(50vw - 250px)!important;
}
@media only screen and (max-width: 767px) {
	.bx-wrapper .bx-viewport {
        padding: 0!important;
    }
}
.bx-wrapper .bx-prev {
  	width: 40px;
  	height: 40px;
	left: auto!important;
  	right: calc(50vw + 198px);
  	background: url(https://file002.shop-pro.jp/PA01396/535/renew/img/icon/arrow_left.svg)center center/cover no-repeat!important;
}
.bx-wrapper .bx-next {
  	width: 40px;
  	height: 40px;
	right: auto!important;
  	left: calc(50vw + 188px);
  background: url(https://file002.shop-pro.jp/PA01396/535/renew/img/icon/arrow_right.svg)center center/cover no-repeat!important;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-prev {
    right: auto!important;
    left: 10px!important;
  }
  .bx-wrapper .bx-next {
    left: auto!important;
    right: 10px!important;
  }
}
#slider div {
	padding: 0 5px;
}
@media only screen and (max-width: 767px) {
	#slider div {
      padding: 0px;
  }
}
#slider div img{
	width: 100%;
}


.list_4.ranking {
  counter-reset:item;
}
.list_4.ranking .item {
	position: relative;
}
.list_4.ranking .item:nth-of-type(1):before {
  border-top: 20px solid #B29E00;
  border-left: 20px solid #B29E00;
}
.list_4.ranking .item:nth-of-type(2):before {
  border-top: 20px solid #A0A0A0;
  border-left: 20px solid #A0A0A0;
}
.list_4.ranking .item:nth-of-type(3):before {
  border-top: 20px solid #936C00;
  border-left: 20px solid #936C00;
}
.list_4.ranking .item:before {
  	content: "";
  	width: 40px;
  	height: 40px;
	position: absolute;
  	z-index: +1;
  	top: 5px;
  	left: 5px;
  	border-top: 20px solid #00577B;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #00577B;
}
.list_4.ranking .item:after {
	counter-increment:item;
  	content: counter(item);
  	position: absolute;
  	top: 5px;
  	left: 12px;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-selif;
  z-index: +2;
}


.list_4 .des_price_old:not(:only-child) {
    text-decoration: none
}

.des_price {
  margin-top: 12px !important;
}

.list_4 .des_price_old,
.list_4 .des_price_new {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

.list_4 .des_name {
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0 0px !important;
  height: 46px;
}

@media only screen and (min-width: 768px) {
	.sec_2 .container {
		display: -webkit-flex;
		display: flex;
	}
}

.top #wrap main{
	padding-top: 0;
}

@media only screen and (min-width: 767px){
  .srocll_page:hover {
	text-decoration: none!important;
}
}

@media only screen and (max-width: 767px){
  .list_4 .item .des {
    margin-bottom: 0!important;
  }
  .sec_4 {
    padding-top: 40px!important;
  }

  .list_4 .des_name {
    text-decoration: none !important;
  }

  .des_price {
    margin-top: 4px !important;
  }

  .list_4 .des_price_new {
    margin-bottom: 24px !important;
  }

  .list_4 .item {
    width: 50%!important;
  }
}

@media only screen and (max-width: 767px){
  #wrap {
	padding-top: 108px;
  }
}




.header {
	position: fixed;
    background: white;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 0;
    padding: 0px 15px 0px;
  	background: #fff!important;
}

#main {
	padding-top: 72px;
}
@media only screen and (max-width: 767px){
	#main {
      padding-top: 0px;
  }
}

.header #logo img, .fix_page .header #logo img {
    transform: translateY(-45px);
}
.header_icon img, .fix_page .header_icon img {
    transform: translateY(-16px);
}

.header .hNavi .txt_top_left, .fix_page .header .hNavi .txt_top_left {
    color: #00577b;
}
.header .hNavi ul li a, .fix_page .header .hNavi ul li a {
    color: #333;
    display: block;
}
.header .gNavi li a, .fix_page .header .gNavi li a {
    color: #000!important;
}
.header .gNavi li .header_search, .fix_page .header .gNavi li .header_search {
    border-bottom-color: #00577b;
}

.bx-wrapper .bx-viewport {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}
  .otoku {
	padding-top: 10px!important;
}


.keywordSearch--typeB .ks__searchForm {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.ks__searchForm {
    padding-right: 7.5px;
    margin-bottom: 15px !important;
}
.searchForm {
    position: relative;
    width: 100%;
}
.searchForm .searchForm__inner {
    position: relative;
    height: 55px;
    background: #EAEAEC;
}
.searchForm .searchForm__inner {
    height: 47px;
}
.searchForm.searchFormB .searchForm__inner {
    border: 1px solid #dfdfdf;
    border-radius: 100px;
}
.searchForm .searchForm__submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    line-height: 1;
    padding: 0 6px;
}
.add_topSearch .searchForm .searchForm__submit {
    left: 0;
    right: auto;
}
.searchForm input[type="text"] {
    padding: 18px 45px 18px 14px;
    background: transparent;
    border: none;
    width: 100%;
    display: block;
}
.add_topSearch .searchForm input[type="text"] {
    padding: 14px 14px 14px 35px;
}
.searchForm.searchFormB .searchForm__inner input[type="text"] {
    border-radius: 100px;
  vertical-align: middle;
}

.keywordSearch--typeB .ks__keywords {
    padding-top: 0;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keywordList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
}
.keywordList li {
    margin: 0 2.5px 5px;
}
.keywordList li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0.5em;
    text-align: center;
    border-radius: 6px;
    background: #eee;
}
.add_topSearch {
    margin-top: 15px;
}
.special_feature {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
	#Sec_ukomi_tag .title-mean{
  	text-align:center;
    font-size: 13px;
  	}
}

@media(max-width: 767px) {
  .sec_6 .list_4 .item:nth-child(n+7),.sec_checked .list_4 .item:nth-child(n+7){
    display:none;
  }
}

.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}
section.add_mv_bnr {
    max-width: 1000px;
    margin: auto;
}

/* 231027 */

#Sec_brand .list_5{
  margin-top: 15px;
}

#Sec_brand .list_5 .item span.img{
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 50px;
}

#Sec_brand .list_5 .item span.img:before{
  padding-top: 100%;
  content: "";
  display: block;
}

#Sec_brand .list_5 .item span.img img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}


@media (max-width: 767px) {
  .mainVisual.slider {
    overflow: hidden;
  }

  .mainVisual #slider {
    position: relative;
    left: calc((100vw - 306px) / 2);
    overflow: visible !important;
  }

  .mainVisual #slider > div {
    width: 306px!important;
    height: initial;
  }

  .mainVisual #slider > div a {
    height: initial;
    margin-left: auto;
    margin-right: auto;
    color: #EEE;
    width: 306px;
    display: block;
    padding: 0 10px;
  }
  .mainVisual #slider > div a img{
    width: 100%;
  }

  .mainVisual .bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0;
  }

  .mainVisual .bx-viewport{
    height: initial!important;
  }
    .mainVisual .bx-wrapper{
    padding-bottom: 30px!important;
  }
  .mainVisual .bx-wrapper .bx-pager{
    display: block!important;
    bottom: 10px!important;
  }
 .mainVisual .bx-wrapper .bx-pager.bx-default-pager a{
    background: #f2f2f2!important;
  }
 .mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #184f71!important;
  }
}

@media only screen and (min-width: 769px) {
  .tab--typeA .tabSwitch.col-pc-3 li{
    max-width: 33.333%;
    flex-basis: 33.333%;
  }
  .tab--typeA .tabSwitch li.noIco span{
    min-height: 60px;
  }
}
/* 241021 */
.title-icon{
  background: #000;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.title-icon strong,
.title-icon small
{
  display: block;
}
.title-icon strong{
  font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
}
.title-icon small{
  font-size: 14px;
}

.title-icon span{
  position: relative;
  font-size: 20px;
}

.title-icon span:before,
.title-icon span:after{
  display: block;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
}
.title-icon span:before{
  left: -80px;
}
.title-icon span:after{
  right: -80px;
}

.sec_ukomi .ukomi-back-modal,
.sec_ukomi .ukomi-load-more-button{
  border: 1px solid #000;
  cursor: pointer;
  border-radius: 50px;
  display: block;
  width: 270px;
  text-align: center;
  padding: 5px;
  position: relative;
  font-family: Montserrat;
  color: #444;
  background: #fff;
}


.sec_ukomi .ukomi-load-more-button::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.sec_ukomi .ukomi-load-more-button:hover{
  opacity:0.6;
  transition:0.3s;
}

.sec_ukomi .reviewWebsiteRedirect{
  display: none;
}
  .gallery-pictures-container .ukomi-load-more-button-section{
    padding-top: 20px!important;
  }
.sec_ukomi{
  margin-bottom: 40px;
}

#sec_ukomi01 .title-icon{
  background: #D7B06F;
}
#sec_ukomi01 .title-icon span:before,
#sec_ukomi01 .title-icon span:after{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDFfdHRs.png?cmsp_timestamp=20241021163654');
}
#sec_ukomi02 .title-icon{
  background: #CBA7C3;
}
#sec_ukomi02 .title-icon span:before,
#sec_ukomi02 .title-icon span:after{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDJfdHRs.png?cmsp_timestamp=20241021163654');
}


#sec_ukomi03 {
  background: #EBEBEB;
  margin-bottom: 0;
  padding: 40px 0;
}
#sec_ukomi03 .title-icon{
  background: #628FA6;
}
#sec_ukomi03 .title-icon span:before{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDNfdHRsX2w.png?cmsp_timestamp=20241021163654');
}

#sec_ukomi03 .title-icon span:after{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDNfdHRsX3I.png?cmsp_timestamp=20241021163654');

}
#sec_ukomi04 {
  background: #EBEBEB;
  padding-bottom: 40px;
}
#sec_ukomi04 .title-icon{
  background: #6D8168;
}
#sec_ukomi04 .title-icon span:before{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDRfdHRsX2w.png?cmsp_timestamp=20241021163654');
}

#sec_ukomi04 .title-icon span:after{
  background-image: url('https://img07.shop-pro.jp/PA01396/535/etc_base64/c2VjX3Vrb21pMDRfdHRsX3I.png?cmsp_timestamp=20241021163654');
  
}

.sec_ukomi .ukomiSwipeSlide-prev,
.sec_ukomi .ukomiSwipeSlide-next{
  box-shadow: none;
  background: none;
}

@media only screen and (max-width: 767px) {
  .title-icon{
    min-height: 70px;
    margin-bottom: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .title-icon strong{
    line-height: 1.3;
    font-size: 22px;
  }
  .title-icon small{
    font-size: 12px;
  }
  .title-icon span{
    font-size: 16px;
  }
  .title-icon span:before, .title-icon span:after{
    
    width: 30px;
    height: 44px;
  }
  .title-icon span:before{
    left: -50px;
  }
  .title-icon span:after{
    right: -50px;
  }
  .gallery-pictures-container .ukomi-load-more-button-section{
    padding-top: 10px!important;
  }
  #sec_ukomi01{
    margin-bottom: 30px;
  }
  #sec_ukomi03{
    padding: 0 0 30px;
  }
  #Sec_ranking{
    /* アンカーリンクずれ防止 */
    min-height: 1125px;
  }
  /* pcOnlyクラスを持つ要素をスマホ表示で非表示にする */
  .pcOnly {
    display: none !important;
  }
  .add_mv_bnr {
    display: none;
  }
}

/* 特集バナーエリア */
.sec_3 {
  padding-top: 0px !important; 
}

.sec_3 .container {
  max-width: none;
  padding: 0;
}

.sec_3 .div_type {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  /* スクロールバーのスタイル */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

/* Webkit（Chrome, Safari, Edge）用のスクロールバースタイル */
.sec_3 .div_type::-webkit-scrollbar {
  display: block;
  height: 8px;
}

.sec_3 .div_type::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sec_3 .div_type::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.sec_3 .div_type::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

@media only screen and (min-width: 768px) {
  .sec_3 .div_type {
    scrollbar-width: none; /* Firefox */
  }
  
  .sec_3 .div_type::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
}

.sec_3 .ajax_get_bnr {
  display: grid;
  grid-template-columns: repeat(auto-fill, 40vw);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px; /* スクロールバー用の余白 */
}

@media only screen and (min-width: 768px) {
  .sec_3 .ajax_get_bnr {
    grid-template-columns: repeat(auto-fill, 360px);
    grid-template-rows: 394px;
    grid-auto-flow: column;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
}

.sec_3 .ajax_get_bnr a {
  width: 40vw;
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sec_3 .ajax_get_bnr a {
    width: 240px;
    flex-shrink: 0;
  }
}

.sec_3 .ajax_get_bnr img {
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}

.sec_3 .ajax_get_bnr .bnr_title {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* JavaScriptで追加される可能性のある追加のスタイルを上書き */
.sec_3 .js-includebnr * {
  text-decoration: none !important;
  color: #000 !important;
}

@media only screen and (max-width: 767px) {
  .sec_3 .div_type {
    padding: 0;
  }
  
  .sec_3 .ajax_get_bnr {
    padding: 10px;
  }
}

/* お知らせバナー */
.info_banner_group {
  max-width: 1040px;
  margin: 8px auto;
  padding: 0;
  display: flex;
  gap: 20px;
}

.info_banner_group:last-child {
  margin-bottom: 40px;
}

.info_banner {
  flex: 1;
  max-width: 508px;
}

.info_banner .container {
  text-align: left;
  text-align: left;
  width: 100%;
  padding: 0;
}

.info_banner .banner_img {
  width: 100%;
  height: auto;
  aspect-ratio: 490/306;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.info_banner a {
  text-decoration: none;
  display: block;
}

.info_banner a:hover .banner_img {
  opacity: 0.8;
}

.info_banner .banner_title {
  font-size: 16px;
  color: #00577B;
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .info_banner_group {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
    padding: 0 6px;
  }
  
  .info_banner {
    max-width: none;
  }

  .info_banner .banner_title {
    font-size: 14px;
    margin: 5px 0 0;
  }
}
