.review-container,
.reviewWidget,
.reviewSliderWidget,
/*.starRating,*/
.reviewWidget_inner,
.reviewWidget_title_overview,
.reviewWidget_title_container,
.review-widget-summary-container {
margin: 0 !important;
  padding: 0 !important;
}
.ukomiProductDetailWrap .reviewProductName {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 15px;
  margin-top: 0!important;
  padding-top: 0!important;
}

.ukmcustomfont{
  font-size: 15px!important;
}
.translatedReviewContent{
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 0;
}
.singleReview_title {
  display: block !important;
  border-bottom: 0.5px solid #ccc !important;
}
.singleReview_body .u-komi-read-more-text{
  line-height: 1.4!important;
  font-size: 12px;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.u-komi-read-more {
  /* 元の「もっと見る」テキストを透明化 */
  color: transparent !important;
  position: relative; /* ::after の位置調整のため */
}

.u-komi-read-more::after {
  /* 矢印を表示 */
  content: "\226B";
  color: #007BFF;          /* お好みの色に */
  font-size: 20px;       /* 元テキストと同じくらいの大きさに */
  line-height: normal;
  position: absolute;
  top: -5px;
  left: 0;
}
.singleReview_name{
  display: none!important;
}
.m-50margin{
  margin-top: -30px!important;
  margin-bottom: -20px;
}
.slick-img {
  display: none;
  opacity: 0;
}
.order-n{
  margin: 5px auto;
}
.concept {
  cursor: pointer;
}
#options, #storeOptions {
    display: flex;
    justify-content: space-between;
  }
  @keyframes rotate-border {
  0% {
    border-color: transparent;
  }
  25% {
    border-color: transparent blue transparent transparent;
  }
  50% {
    border-color: transparent blue gold transparent;
  }
  75% {
    border-color: blue gold grey transparent;
  }
  100% {
    border-color: blue gold grey red;
  }
}

.option-button {
  font-size: 16px;
  letter-spacing:0.04em;
  font-weight: bold;
  flex: 1;
  margin: 0 5px;
  padding: 10px;
  border: 0.5px solid #595757;
  color: #595757;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  animation: rotate-border 1s ease-in-out;
}
  .option-button:disabled {

    cursor: default;
  }
  .option-button:not(:disabled):hover {
    background-color: #b5ab77;
    color: white;
  }
.slick-img {
  width: 100%;
  padding-bottom: 20px;
  margin: 15px auto;
}
.slick-img-item {
  margin-right: 1px;
  margin-left: 1px;
}
.slick-img-item img {
  width: 100%;
  max-width: 900px;
  height: auto;
  transform: scale(.95);
  transition: transform 1s;
}
.slick-img-item.slick-center img {
 transform: scale(1);
}
@media screen and (max-width: 640px) {

  .slick-img-item img {
    width: 100%;
    transform: scale(.95);
  }
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.dots-class li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #D8B400;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.dots-class li.slick-active {
  background-color: #D8B400;
}
.dots-class li:hover {
  background-color: #E5C300;
}
.dots-class li:last-child {
  margin-right: 0;
}


.c_box { float: left; width: 100%; box-sizing: content-box; }javascript:void(0)
 
.bold{
    font-weight:600;
  }

/* ========================================
      Lサイズの記事
======================================== */
.l_box { float: left; width: 100%; padding: 5px; box-sizing: border-box; }


/* ========================================
      Mサイズの記事
======================================== */
/* ▼表示領域が980px以上の場合 */
@media print, screen and (min-width: 980px) {
   .m_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
   .mino_box { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box2 { float: left; width: 25%; padding: 5px 2px; box-sizing: border-box; }
   
  .mino_box22 { float: left; width: 25%; padding: 5px 2px; box-sizing: border-box; border:1px solid red;}
   .mino_box3 { float: left; width: 33.33333%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box33 { float: left; width: 33.33333%; padding: 5px 2px; box-sizing: border-box; }
     .mino_box4 { float: left; width: 33.33333%; padding: 2px 2px; box-sizing: border-box; }
  .mino_box44 { float: left; width: 25%; padding: 0.5% 1% 0.3%; box-sizing: border-box; }
}
@media print, screen and (max-width: 1100px) {
  .mino_box2 { float: left; width: 33.33333%; padding: 5px 2px; box-sizing: border-box; }
  .mino_box22 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
  .mino_box3 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
  .mino_box33 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box4 { float: left; width: 33.33333%; padding: 5px 2px; box-sizing: border-box; }

}
/* ▼表示領域が980px未満の場合 */
@media print, screen and (max-width: 979px) {
   .m_box { float: left; width: 100%; padding: 5px; box-sizing: border-box; }
   .mino_box { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box2 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box22 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
   .mino_box3 { float: left; width: 50%; padding: 5px 2px; box-sizing: border-box; }
 .mino_box4 { float: left; width:33.33333%; padding: 5px 2px; box-sizing: border-box; }
 .mino_box44 { float: left; width:50%; padding: 0.5% 1%; box-sizing: border-box; }
}
@media print, screen and (max-width: 767px) {
  .mino_box44 { float: left; width:50%; padding: 0 2%; box-sizing: border-box; }
}

.s_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }

@media print, screen and (min-width: 980px) {
   .s_frame { float: left; width: 50%; box-sizing: content-box; }
  
      .mt-m01{
margin-top:-7px !important;
}
        .mt-m02{
margin-top:-18px !important;
}
  
          .mt-m03{
margin-top:-28px !important;
}
            .mt-m04{
margin-top:-28px !important;
}
          .mt-8{
margin-top:10px;
}
            .mt-13{
margin-top:10px;
}
      .mb-m02{
  margin-bottom:-19px;
  }
        .mb-m03{
  margin-bottom:-19px;
  }
}


@media print, screen and (max-width: 979px) {
   .s_frame { float: left; width: 100%; box-sizing: content-box; }
  
  .mb-m{
margin-bottom:-10px;
}
  
      .mb-m05{
margin-top:-10px;
}
  
        .mt-m01{
margin-top:8px !important;
}
        .mt-m02{
margin-top:-18px !important;
}
  
          .mt-m03{
margin-top:-36px !important;
}
  
            .mt-m04{
margin-top:-70px !important;
}
          .mt-8{
margin-top:8px;
}
            .mt-13{
margin-top:13px;
}
}


.3_box { float: left; width: 30%; padding: 2px; box-sizing: border-box; }

  .price-right{
    color: #6F4B3E;
text-align: right;
  padding-top: 0!important;
    line-height: 1.2!important;
    margin-top: 5px!important;
}
  .price-right02{
    float:right;
text-align: right;
  padding-top: 0!important;
    line-height: 1.2!important;
}
.pb-0{
padding-bottom:0 !important;
margin-bottom:0 !important;
}

.mt-m17{
float: right;
  margin-top: -20px!important;
}
.mt-m30{
float: right;
  margin-top: -30px!important;
}
.mt-m8{
padding-top:0 !important;
margin-top:-8px !important;
}

.img-60{
width:60%;
  margin-right:auto;
  margin-left:auto;
}

.col-sm-siho445 div{
padding-top:6px;
  padding-bottom:6px;
}

.c_wish div{
  background-color:#fff;
  border:1px solid #ccc;
}

.c_info div{
  background-color:#b5ab77;
}

.col-sm-siho445 div img{
width:90%;
}
.waku img{
border:1.1px solid #CCCCCC;
}
.waku img.status-label {
    border: none !important;
}
.margin0{
margin:0 !important;
}

.mt-m{
margin-top:-20px !important;
}

@media print, screen and (min-width: 980px) {
   .3_frame { float: left; width: 50%; box-sizing: content-box; }


}

@media print, screen and (max-width: 979px) {
   .3_frame { float: left; width: 100%; box-sizing: content-box; }
}


.productarea{
	font-size: 14.1px;
	color: #000000;
  padding-bottom: 10px;
	}

.productarea a{
	font-size: 14.1px;
	color: #7A6A56;
    line-height: 1.4;
	}
.productarea p{
	padding-top: 4px;
  font-size: 14.1px;
	color: #7A6A56;
    line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0;
	}


@media print, screen and (min-width: 980px) {
.newsbox {
  overflow: auto; 
  width: 100%;
  height: 150px;
  padding: 20px;
}

.newsbox a{
  color: #7A6A56;
}
}


@media print, screen and (max-width: 979px) {
.newsbox {
  overflow: auto; 
  width: 90%;
  height: 150px;
  padding: 20px;
}

.newsbox a{
  color: #7A6A56;
}
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  height: 35px;
  border-radius: 5px;
  background:rgba(204, 173, 0, .3);
}

@charset "euc-jp";
#container {
  padding-top: 0px;
 margin-top: -10px !important;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #ecd062;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}

#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
title{
  color: #f00;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }


/* ========================================
      ディスプレイ設定
======================================== */

@media print, screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
#slidecaption {
    right: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 768px) {
#slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }

  
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	box-shadow:inset 0 1px 3px #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a58a00;
}

.kakoi{
  border: 1px solid rgba(167, 134, 57, 0.3);
  text-align: center;
  color: #524743;
  padding: 8px 0;
  margin: 0;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.kakoi:hover{
  background-color: rgba(167, 134, 57, 0.1);
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.kakoi2{
  margin-top: 10px;
  margin-bottom: 10px;
}


.minimal-indent {
  color: #777;
  text-decoration: underline;
  margin: 3px auto 0;
  text-align: right;
  padding: 2px 5px 0;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 }
.minimal-indent:hover {
	opacity: 0.7;
}
.minimal-indent span{
  padding-left: 5px;
  color :rgba(207,181,59,1);
  font-size: 1.2em;
}
.col-sm-siho46{
  float: left;
  width: 30%;
  margin-right: .4%;
  margin-left: 0;
  padding: 1%;
  border: 3px double #ccc;
}
.re_box{
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.slider{
  margin-top: 0;
}
 .col-sm-siho6{
  float: left;
  padding: 0 2px;
  width: 49%;
}
@media print, screen and (max-width: 991px) {
  .col-sm-siho46{
  width: 28%;
}
}
@media print, screen and (max-width: 768px) {
  .col-sm-siho46{
  float: left;
  width: 49%;
  margin-right: .4%;
  margin-left: .4%;
  border: 1px solid #ccc;
}
  .slider{
  margin-top: 0;
}
}
.naiyou{
  height: 100px;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 1.7;
  padding-top: 15px;
}

/*トップお客様の声 画像下スペース調整*/
.margin-top20{
margin-top:20px;
}
.personal{
  line-height: 1.3;
}
.on-off6{
  display: block;
}
.off-on6{
	display: none;
}

.col-sm-hito4{
  margin: 0 0 10px;
  float: left;
  width: 20%;
  min-height: 115px;
}

.col-sm-hito4 img{
  width: 95%;
 border: 1px solid rgba(191,159,0, 0.2);
}
@media print, screen and (max-width: 1100px) {
  .col-sm-hito4{
  min-height: 100px;
}
}
@media print, screen and (max-width: 992px) {
   .col-sm-hito4{
  float: left;
  width: 25%;
     min-height: 95px;
}
}
@media print, screen and (max-width: 480px) {

  
  .c_wish div{
  width:98%;
    margin:1px 3px 1px 1px !important;
}

  
  
  .on-off6{
  display: none;
}
.off-on6{
	display: block;
}
 .col-sm-hito4{
  float: left;
  width: 33%;
   min-height: 0;
}
  
  .img-60{
width:100%;
}
  
   .mino_box4 { float: left; width: 33%; padding: 5px 2px; box-sizing: border-box; }
  .mino_box44 { float: left; width: 50%; padding: 0 2%; box-sizing: border-box; }
}
.osusume_name a{
	color: rgba(191,159,0, 1);
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	padding: 0 5px;
	
}
.osusume_name {
text-align: right;
}
.osusume_name_height{
	padding: 0;
	margin: 0;
}
.osusume_price_height{
    padding-top: 0px;
  
}
.osusume_price{
	font-size: 11px!important;
	text-align: right;
	color: #555;
	font-weight: 300;
	letter-spacing: 0;
  padding-top: 0!important;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.osusume_exp{
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.osusume_exp_height{
	height: 90px;
	overflow-y: auto;
	margin-bottom: 15px;
}
.osusume_waku{
    width: 95%;
}
.txt_spacing{
letter-spacing:0.04em;
}
.link_dic{
margin:-6px auto 8px auto !important;
  color:#89694c;
  font-size:18px;
}

.link_dic a{
  color:#89694c;
  }
@media print, screen and (min-width: 991px) {

}
@media print, screen and (max-width: 480px) {

  .link_dic{
margin:2px auto -11px auto !important;
  color:#89694c;
  font-size:13px;
}
  
	.osusume_exp_height{
	height: 70px;
	overflow-y: auto;
	margin-bottom: 15px;
}
  	.osusume_name_height{

}
  .osusume_name a{
	font-size: 13px;
	padding: 0 5px;
  }
  
  .news_a{
  font-size:13px;
  }
}

.midashi_top2mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .3em;
  background-color: #fff;
  border: 1px solid rgba(194, 153, 72, 0.5);
  border-radius: 6px;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.midashi_top2mino:hover {
  background-color: #FFFBEF;
  text-decoration: none;
}

.concept{
  width:100%;
  margin-bottom:16px;
}

.concept img{
  width:100%;
text-align:center;
}

.pc_visible{
width: 100%;
}

.sp_visible{
display:none!important;
}

.pc_visible_i{
display:inline-block !important;
}

.sp_visible_i{
display:none!important;
}

.margin-top20{
margin-top:13px;
}

@media print, screen and (max-width: 979px) {

.midashi_top2mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .5em;
}
}
.midashi_top1mino{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .3em 1px;
    background-color: #fff;
  border: 1px solid #ccad00;
  border-radius: 3px;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.midashi_top1mino h3{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 1px;
}

.midashi_top1mino:hover {
  background-color: #FFFBEF;
  text-decoration: none;
}

.midashi_top1mino_cate{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 4px 6px;
    background-color: #fff;
  border-radius: 3px;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
      width:89%;
}
.ml-m{
margin-left:15px;
}
.ml-p{
margin-left:30px;
}
.mr-p{
margin-right:30px;
}
.midashi_top1mino_cate:hover {
  background-color: #FFFBEF;
  text-decoration: none;
}


.midashi_top2mino{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .3em;
  background-color: #fff;
  border: 1px solid #ccad00;
  border-radius: 3px;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.midashi_top2mino h3{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 1px;
}
.midashi_top2mino:hover {
  background-color: #FFFBEF;
  text-decoration: none;
}

}

@media print, screen and (max-width: 979px) {
.midashi_top1mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1px;
}
  .midashi_top1mino_cate{
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 2px;

}
.midashi_top1mino h3{
 
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.midashi_top2mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1px;
}
.midashi_top2mino h3{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 0;
}  
 .fs-13px{
  font-size: 13px !important;
}
}
.items2020 div{
 line-height: 1.2;
}
.items2020 p{
  padding-top: 5px;
  min-height: 60px;
  max-height: 60px;
}
.items2020 .n_i:before {
  content: url(https://malulani.tv/image_site/i_nnnnn.png);
  display: block;
}
.items2020 .n_ii:before {
  content: url(https://malulani.tv/image_site/i_nnnnn.png);
  display: inline-block;
}
.items2020 .p_i:before {
  content: url(https://malulani.tv/image_site/i_pre.png);
  display: block;
}

.items2020 .np_i:before {
  content: url(https://malulani.tv/image_site/i_npnnnn.png);
  display: block;
}
.items2020 .np_ii:before {
  content: url(https://malulani.tv/image_site/i_npnnnn.png);
  display: inline-block;
}
.items2020 .sai_i:before {
  content: url(https://malulani.tv/image_site/i_sai.png);
  display: block;
}
.bnone{
  border: none !important;
  color:  #bdac7a !important;
  font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
  font-weight: normal!imporatant;
}
@media print, screen and (max-width: 768px) {
  .bnone{
  border: none !important;
  font-size: 18px!important;
    margin-bottom: 0!imporatant;
    line-height: 1;
    padding-bottom: 0!important;
}
}
.bnone::before {
  content: "";
  display: inline-block;
  width: 190px;
 height: 38px;
  background-size: contain;
    background: url(https://malulani.tv/image_site/title/negaigoto2.png) no-repeat;
    background-size: contain;
  margin-left: -30px;
  margin-right: -160px;
  margin-bottom: 0.6em;
  -webkit-transform: rotate(-3deg);　
-moz-transform: rotate(-3deg);　
}
.bnone2::before {
  content: "";
  display: inline-block;
  width: 90px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/osusume2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -60px;
}
.bnone3::before {
  content: "";
  display: inline-block;
  width: 277px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/sincyaku2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -247px;
}
.bnone4::before {
  content: "";
  display: inline-block;
  width: 51px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/osirase2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -21px;
}
.bnone5::before {
  content: "";
  display: inline-block;
  width: 136px;
 height: 33px;
  background: none;
  background: url(https://malulani.tv/image_site/title/koe2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -106px;
}
.bnone6::before {
  content: "";
  display: inline-block;
  width: 182px;
 height: 40px;
  background: none;
  background: url(https://malulani.tv/image_site/title/saikin.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -152px;
}
.bnone7::before {
  content: "";
  display: inline-block;
  width: 82px;
 height: 38px;
  background: url(https://malulani.tv/image_site/title/annai2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -52px;
}
@media print, screen and (max-width: 768px) {
  .bnone::before {
  content: "";
  display: inline-block;
  width: 190px;
 height: 38px;
      background: url(https://malulani.tv/image_site/title/negaigoto2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -160px;
  margin-bottom: 0.6em;
  -webkit-transform: rotate(-3deg);　
-moz-transform: rotate(-3deg);　
}
.bnone2::before {
  content: "";
  display: inline-block;
  width: 74px;
 height: 30px;
  background: url(https://malulani.tv/image_site/title/osusume2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -34px;
}
.bnone3::before {
  content: "";
  display: inline-block;
  width: 230px;
 height: 30px;
  background: url(https://malulani.tv/image_site/title/sincyaku2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -200px;
}
.bnone4::before {
  content: "";
  display: inline-block;
  width: 43px;
 height: 30px;
  background: url(https://malulani.tv/image_site/title/osirase2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -13px;
}
.bnone5::before {
  content: "";
  display: inline-block;
  width: 114px;
 height: 28px;
  background: none;
  background: url(https://malulani.tv/image_site/title/koe2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -106px;
}
.bnone6::before {
  content: "";
  display: inline-block;
  width: 152px;
 height: 34px;
  background: none;
  background: url(https://malulani.tv/image_site/title/saikin.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -122px;
}
.bnone7::before {
  content: "";
  display: inline-block;
  width:68px;
 height: 32px;
  background: url(https://malulani.tv/image_site/title/annai2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -38px;
}
}
.n_i:before {
  content: url(https://malulani.tv/image_site/i_nnnnn.png);
  display: block;
}
.nsai_i:before {
  content: url(https://malulani.tv/image_site/i_n_sai.png);
  display: block;
}
.sai_i:before {
  content: url(https://malulani.tv/image_site/i_sai.png);
  display: block;
}
.p_i, .np_i, .n_i, .nsai_i, .sai_i{
  margin: 0;
  padding: 0;
}
.p_i:before {
  content: url(https://malulani.tv/image_site/i_pre2.png);
  display: block;
}
.np_i:before {
content: url(https://malulani.tv/image_site/i_npnnnn.png);
  display: block;
}

.top_text2{
  font-weight: 300;
  text-align: center;
  display: inline;
  font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
}


@media print, screen and (max-width: 786px) {
  .bnone::before {
  width: 157px;
 height: 32px;
      background: url(https://malulani.tv/image_site/title/negaigoto2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -127px;
  margin-bottom: 0.6em;
  -webkit-transform: rotate(-3deg);　
-moz-transform: rotate(-3deg);　
}
.bnone2::before {
  content: "";
  display: inline-block;
  width: 90px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/osusume2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -60px;
}
.bnone3::before {
  content: "";
  display: inline-block;
  width: 277px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/sincyaku2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -247px;
}
.bnone4::before {
  content: "";
  display: inline-block;
  width: 51px;
 height: 36px;
  background: url(https://malulani.tv/image_site/title/osirase2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -21px;
}
.bnone5::before {
  content: "";
  display: inline-block;
  width: 136px;
 height: 33px;
  background: none;
  background: url(https://malulani.tv/image_site/title/koe2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -106px;
}
.bnone6::before {
  content: "";
  display: inline-block;
  width: 182px;
 height: 40px;
  background: none;
  background: url(https://malulani.tv/image_site/title/saikin.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -152px;
}
.bnone7::before {
  content: "";
  display: inline-block;
  width: 82px;
 height: 38px;
  background: url(https://malulani.tv/image_site/title/annai2.png) no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: -52px;
}
}
.midashi_top1mino h3{
 font-size: 14px;
}
  
  .midashi_top2mino h3{
 font-size: 14px;
}

 .fromhawaii{
  margin: 0 auto;
   text-align: center;
  background-color: #59b4ad;
   color: #fff;
   line-height: 2.5;
   letter-spacing: 1px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
  @media print, screen and (max-width: 768px) {
     .pc_visible{
display:none!important;
}

.sp_visible{
display:block!important;
} 
    
     .pc_visible_i{
display:none!important;
}

.sp_visible_i{
    display:inline-block !important;
} 
.fromhawaii{
    margin-top:6px;
}
    
    .mt-m{
    margin-top:2px !important;
    }

    
}
@media print, screen and (max-width: 480px) {
      .t00 span{
      font-size: 85%;
  }
  .top_text2{
  text-align: left;
      font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
}
  
  .concept img{
  width:100%;
}
  

.midashi_top1{
  margin:5px auto;
  font-size: 10px!imporatant;
  padding:0px;
  }
}
.h3h3{
  font-size: 15px;
}
  .width-100{
    width: 95%;
  }
  .youtube{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden; 
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.col-sm-3tk{
  width: 25%;
  }
  .col-sm-3tk img{
    width: 100%;
  }
  .mt-40tk{
    margin-top: 40px!important;
  }
  .p-detail{
    height: 3em;
  }
.tab-inline {
  vertical-align: top;
  display: inline-block;
   width: 49.5%; 
  box-sizing: border-box;
  padding: .5%;
}
.tab-inline-harf {
  vertical-align: top;
  display: inline-block;
   width: 24.3%; 
  box-sizing: border-box;
  padding: .5%;
  position: relative;
  transition: 0.5s ;
}
.tab-inline-harf:hover{
  opacity: 0.7;
}

@media print, screen and (max-width: 992px) {

.tab-inline {
    width: 100%; 
    padding: 1%;
}
.tab-inline-harf {
    width: 49%; 
    padding: 　.5%;
  margin-bottom: 4.5px;
}

  
}

@media print, screen and (max-width: 600px) {

    .midashi_top1mino_cate{
  margin-top: -2px;
   margin-bottom: 0;
  padding: 5px 3px;
width:92.5%;
}
  .ml-m{
margin-left:0px;
}
.ml-p{
margin-left:8px;
}
.mr-p{
margin-right:-8px;
}
  .mb-m{
  margin-bottom:-5px;
  }

  
    .mb-m02{
  margin-bottom:-15px;
  }
      .mb-m03{
  margin-bottom:-26px;
  }
    .mb-m05{
    margin-bottom:-9px;
  }
    .mt-m{
  margin-top:-5px;
  }
  .mt-m8{
padding-top:0 !important;
margin-top:-5px !important;
}
}
.wish-erea{
  width: 100%;
  margin: 10px auto 0px;
}
.inline-wish{
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 3px 6px;
}
.inline-wish div{
  transition: 0.5s;
  margin: auto;
}
.inline-wish div:hover{
  opacity: 0.7;
}
.inline-wish div img{
  width: 90%;
  text-align: center;
  margin: auto;
}
.inline-stone{
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 3px 6px;
}
.inline-stone2{
  width: 25%;
}
.inline-stone div{
  transition: 0.5s;
  margin: auto;
  text-align: center;
  padding: 10px 1px;
  background-color:#fff;
  border: 0.5px solid #b5ab77;
  position: relative;
}
.inline-stone div span{
  line-height: 24px;
  color: #b5ab77;
   transition: 0.7s;
}
.nameStone{
  padding-top: 5px;
}
.stone-2{
  padding-left: 0!important;
}
.birthstone{
  padding: 0 2px;
  background-color:#fff;
  color: #b5ab77;
 position: absolute;
  top: 0px;
  transform: translateY(-50%);
    left: -3px;
   
  letter-spacing: -1px;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.8);
  transform-origin: 0,0;
  line-height: 14px!important;
}
.birthstone:after{
	content: "誕生石";
}
.birthstone:first-letter{
  font-size: 14px;
}
.bs2:first-letter{
  font-size: 12px;
}
.inline-stone div:hover{
  background-color:#b5ab77;
}
.inline-stone div:hover span{
  color: #fff;
}
.inline-stone div:hover .birthstone{
  color: #b5ab77;
}

.info-erea{
  width: 100%;
  margin: 0 auto 20px;
}
.letter-2{
  letter-spacing: -2.5px;
}
.letter-15{
  letter-spacing: -1.5px;
}
@media print, screen and (max-width: 1180px) {

    .inline-stone{
  width: 25%;
}

}
@media print, screen and (max-width: 991px) {

    .inline-stone{
  width: 33.3333%;
}
  .inline-stone2{
  width: 25%;
}
  .inline-stone div{
  padding-top: 6px;
    padding-bottom: 6px;
}
}
@media print, screen and (max-width: 767px) {
  .inline-wish{
  width: 50%;
}
  .inline-wish div{
  padding-top: 6px;
    padding-bottom: 6px;
}
    .inline-stone{
  width: 25%;
}
  .nameStone{
  padding-top: 5px;
}
}
@media print, screen and (max-width: 620px) {
      .inline-stone{
  width: 33.3333%;
}
  .inline-stone2{
  width: 25%;
}
}
@media print, screen and (max-width: 420px) {

    .inline-stone{
  width: 33.3333%;
}
  .inline-stone2{
  width: 25%;
}
  .inline-stone div{
    font-size: 12px;
    letter-spacing: -1px!important;
  padding-top: 6px;
    padding-bottom: 6px;
    
}
  .nameStone{
    font-size: 12px;
    display: block;
    transform: scale(0.9);
  transform-origin: 0,0;
  }

}

.main-contents{
  width: 92%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
.main-contents{
  width: 95%;
}
}
.midashi_top1{
  width: 100%!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.alfa0{
  opacity: 0;
}
.in2left,.in2right img{
width:800px;
}

.in2left { 
  float: left;
  width: calc(50% - 6px);
  padding: 0 6px 10px 0;
}
.in2right { 
float: right;
  width: calc(50% - 6px);
  padding: 0 0 10px 6px;
}


.in41,.in45,.in49 { 
  float: left;
  width: calc(25% - 9px);
  padding: 0 6px 10px 0;

}
.in42,.in46,.in50 { 
  float: left;
  width: calc(25% - 9px);
  padding: 0 6px 10px 6px;

}
.in43,.in47,.in51 { 
  float: left;
  width: calc(25% - 9px);
  padding: 0 6px 10px 6px;

}
.in44,.in48,.in52  { 
  float: left;
  width: calc(25% - 9px);
  padding: 0 0 10px 6px;

}
@media only screen and (max-width: 768px) {
.in41,.in44,.in47,.in50{ 
  float: left;
  width: calc(33.33% - 9px);
  padding: 0 6px 10px 0;

}
.in42,.in45,.in48,.in51{ 
  float: left;
  width: calc(33.33% - 9px);
  padding: 0 6px 10px 6px;

}
.in43,.in46,.in49,.in52{ 
  float: left;
  width: calc(33.33% - 9px);
  padding: 0 0 10px 6px;
}
}
.mt-10top{
  margin-top: 10px!important;
}
.mt-5top{
  margin-top: 5px!important;
}
.wish-erea img{
  border:1.1px solid #CCCCCC;
}

.in1 { 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 6px 10px 0;
}
.in2{ 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 6px 10px 6px;
}
.in3 { 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 0 10px 6px;
}
.in4{ 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 6px 10px 0;
}
.in5{ 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 6px 10px 6px;
}
.in6 { 
float: left;
  width: calc(33.33333% - 9px);
  padding: 0 0 10px 6px;
}
@media print, screen and (max-width: 767px) {
  .in1 { 
float: left;
  width: calc(50% - 6px);
  padding: 0 6px 10px 0;
}
.in2{ 
float: left;
  width: calc(50% - 6px);
  padding: 0 0px 10px 6px;
}
  .in3 { 
float: left;
  width: calc(50% - 6px);
  padding: 0 6px 10px 0;
}
.in4{ 
float: left;
  width: calc(50% - 6px);
  padding: 0 0px 10px 6px;
}
  .in5 { 
float: left;
  width: calc(50% - 6px);
  padding: 0 6px 10px 0;
}
.in6{ 
float: left;
  width: calc(50% - 6px);
  padding: 0 0px 10px 6px;
}
}
.title-m {
    box-sizing: border-box;
    background-image: url(https://column.malulani.tv/wp-content/uploads/2024/12/t-tl.png), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-tr.png), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-bl.png), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-br.png), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-cr.png), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-cl.png), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-ct.png), url(https://column.malulani.tv/wp-content/uploads/2024/12/t-cb.png), url(https://column.malulani.tv/wp-content/uploads/2024/12/gb.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-x, repeat-x, no-repeat;
    background-position: top left, top left, top right, top right, bottom left, bottom left, bottom right, bottom right, top right, top left, top left, bottom left, center;

       background-size: 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 50px 20px, 90% 85%;
    margin-top: 0px!important;
    margin-bottom: 30px;
}
.title-m h3{
text-align: center;
line-height: 2em;
font-size: 21px;
color: #fff;
letter-spacing: 3px;
padding: 0px 0;
font-weight: 200!important;
  margin-top: 7px;
   transition: 1s ;
  transform: rotateX( 0deg ) ;
}

.title-m h3 a{

color: #fff;

}
.title-m h3:hover{
 transition: 1s ;
  transform: rotateX( 360deg );
}
.title-m-top {
    text-align: center;
    color: #a49750;
    margin: 0 auto;
    font-size: 12.5px;
  letter-spacing: 1.5px;
  font-family: 'Libre Bodoni', serif;
}
@media print, screen and (max-width: 767px) {

.title-m h3{
font-size: 20px;
letter-spacing: 1px;
}
  .title-m-top {
    font-size: 13px;
    margin-top:-35px;
}
}
@media print, screen and (max-width: 480px) {

.title-m h3{
font-size: 21px;
letter-spacing: 2px;
  padding: 10px 0;
  line-height: 1.2;
}

}
  .margina{
    margin: auto;
  }
.tab-inline-harf video{
  height: 100%;
  width: 100%;
}
.ls-13{
  letter-spacing: 10px;
}
.ls-6{
  letter-spacing: 5px;
}
.mida-era{
  margin: 40px auto 0;
  width: 100%;
}
.tk-text{
  position: absolute;
  top: 7%;
  left: 0;
  right 0;
  margin: auto;
  width: 100%;
  padding: 3px 0;
  display: block;
  text-align: center;

  text-shadow: -0.5px -0.5px 0.5px #ffffff, 0.5px 0.5px #000000;
  color :rgba(207,181,59,1);
}
.frame-center{
	        font-size: 13px!important;
		}
.slide-wrapper {
  overflow: hidden;
}

#slider55 {
  position: relative;
  left: 15vw; 
  overflow: visible !important;
}

.slider3 {
  width: 70vw !important;
  height: 150px;
}

.slider3 img {
  width: 70%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}

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

.birthstone_title{
text-align:center;
  font-weight:bold;
  color:#89694c;
  font-size:23px;
  letter-spacing:0.15em;
  margin:10px auto;
}

.birthstone_area{
width:100%;
}
.birthstone_area img{
width:24.5%;
 margin:0 !important;
  padding:0 !important;
}

@media print, screen and (max-width: 500px) {
  #slider55 {
  position: relative;
  left: 0vw; 
  overflow: visible !important;
}
  .slider3 {
  width: 100vw !important;
  height: 150px;
}
  
  .birthstone_title{
  font-size:14px;
      margin:6px auto;
}
  .birthstone_area{
width:100%;
}
.birthstone_area img{
width:25%;
 margin:0 !important;
  padding:0 !important;
}
  hr.style-one{
 margin: 2px auto 10px!important;
}
}
.banner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-around;
    width: 100%; 
  position: relative;
  margin-top: 10px;
}

.banner-container a {
    flex: 1 1 calc(100% / 6 - 10px); 
    text-align: center; 
    display: block; 
    box-sizing: border-box; 
position: relative;
}

.banner-container img {
    width: 100%; 
    height: auto; 
    border: 0.5px solid #b5ab77; 
} 
.banner-container a::after {
  content: "\25b6"; 
  position: absolute;
  bottom: 4px; 
  right: 4px;
  font-size: 14px; 
  color: #807762;
}
@media screen and (max-width: 999px) {
.banner-container a::after {
   position: absolute;
  bottom: -4px; 
  right: 1px;
  font-size: 10px; 
}
}

.AQ_Favorites_List .AQ_Favorites_Product_Device{
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"><path d="M896 1664q-26 0-44-18l-624-602q-10-8-27.5-26T145 952.5 77 855 23.5 734 0 596q0-220 127-344t351-124q62 0 126.5 21.5t120 58T820 276t76 68q36-36 76-68t95.5-68.5 120-58T1314 128q224 0 351 124t127 344q0 221-229 450l-623 600q-18 18-44 18z" fill="%23B0B0B0"/></svg>') !important;
  background-size: 20px 20px !important; 
}
.pointday {
    position: relative;
}

.detail-link {
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 12px;
    color: #ac8c4e;
    font-weight: bold;
}

.free-shipping {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

/* スマホ用スタイル */
@media screen and (max-width: 768px) {
    .detail-link {
      line-height: 1;
        font-size: 10px;
        letter-spacing: 0px;
      transform: scale(0.8); transform-origin: left top;
    }
    .free-shipping {
        font-size: 11px;
        letter-spacing: 0px;
      line-height: 1;
    }
}
/* 矢印ボタンのデザイン */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6); /* 背景を白 */
  border: 1px solid #D8B400; /* dotsと同じ色 */
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* デフォルトの矢印テキストを完全に削除 */
.slick-prev::before,
.slick-next::before {
  content: "" !important; /* 文字を削除 */
  display: none !important;
  visibility: hidden !important;
}

/* FontAwesome アイコンを矢印として表示 */
.slick-prev i,
.slick-next i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #D8B400; /* dotsと同じ色 */
}

/* 左矢印 */
.slick-prev i::before {
  content: "\f053"; /* FontAwesome 左矢印 */
}

/* 右矢印 */
.slick-next i::before {
  content: "\f054"; /* FontAwesome 右矢印 */
}

/* 左矢印の位置 */
.slick-prev {
  left: 23%;
}

/* 右矢印の位置 */
.slick-next {
  right: 23%;
}

/* ホバー時のデザイン変更 */
.slick-prev:hover, .slick-next:hover {
  background-color: #fff; /* ホバー時の背景色 */
  border-color: #E5C300; /* ホバー時の枠線色 */
}

/* スマホ用の調整 */
@media screen and (max-width: 640px) {
  .slick-prev {
    left: 7%;
    top: 45%;
  }
  .slick-next {
    right: 7%;
    top: 45%;
  }
  .slick-prev, .slick-next {
    width: 25px;
    height: 25px;
  }
}
.pb-10{
  padding-bottom: 10px;
}
