/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** Ž¤ŽªŽÃŽÎŽ¤ò¦Ž» *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "ŽÞäÎŽÀŽÄŽ«ŽÂŽÎ", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEWŽ¡Ž¡ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border:1px solid #c9caca;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-lank-img {margin-bottom:10px;}
.p-ranking-list__txt {font-size:1.4rem;font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.p-ranking-list__num {
  position: absolute;
  top: -25px;
  left: 1px;
  width: 64px;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #000000;
  margin-top: 0;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/******************************/
/* top*/
/******************************/

.next-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  right:0;
  top:50%;
  margin-top: -20px;
}
.prev-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -20px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
  /*background-color: #f90;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px !important;
    padding-top: 15px;
    width: 50px !important;
    height: 1px !important;
    background: transparent !important;
    border-bottom: 5px solid #898989;
    border-radius: 0 !important;}
    

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent !important;
    border-bottom: 5px solid #efefef!important;}

  .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 17px!important;
    color: #666;
  }
  .bx-wrapper {
    margin-bottom: 0!important;
  }

@media screen and (max-width: 767px) {
.bx-wrapper .bx-pager{display:none;}
.next-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right:0;
  top:50%;
  margin-top: -15px;
}
.prev-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -15px;
}
}


.k_top_sbanner {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.k_top_sbanner div {width: 22.8%; height: auto; position: relative; margin-top: 25px;}
.k_top_sbanner div img {width: 100%; height: auto;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_sbanner div a img:hover {opacity: 0.4;}
.k_top_sbanner::before{content:"";display: block;width:22.8%;order:1;}
.k_top_sbanner::after{content:"";display: block;width:22.8%;}

@media screen and (max-width: 767px) {
.k_top_sbanner {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.k_top_sbanner div {width: 31%; height: auto; position: relative; margin-top: 18px;}
.k_top_sbanner div img {width: 100%; height: auto;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_sbanner div a img:hover {opacity: 0.4;}
.k_top_sbanner::before{content:"";display: block;width:32%;order:1;}
.k_top_sbanner::after{content:"";display: block;width:32%;}
}

@media screen and (max-width: 480px) {
.k_top_sbanner {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.k_top_sbanner div {width: 48%; height: auto; position: relative; margin-top: 12px;}
.k_top_sbanner div img {width: 100%; height: auto;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_sbanner div a img:hover {opacity: 0.4;}
.k_top_sbanner::before{content:"";display: block;width:48%;order:1;}
.k_top_sbanner::after{content:"";display: block;width:48%;}
}

.k_top_banner {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; }
.k_top_banner > div{width: 48.5%; position: relative;padding-top: 30px;}
.k_top_banner > div img {width: 100%; height: auto;}

.k_top_bn_text {width: 100%; height: 100%; display: flex;justify-content: center; align-items: center;
position: absolute; top:0; left:0; z-index: 1;}
.k_top_bn_text h4 span{font-size: 3rem;  font-weight: 600;font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }
.k_top_bn_text h4 {font-size: 1.4rem; font-weight: 300;line-height: 1.5;color: #ffffff;text-align: center; padding: 30px 10px 0 10px;}

@media screen and (max-width: 767px) {
.k_top_banner {flex-wrap: wrap;}
.k_top_banner > div{width: 100%; max-height: 150px; position: relative;padding-top: 20px; overflow: hidden;}
.k_top_banner > div img {width: 100%; height: auto;}
.k_top_bn_text {width: 100%; height: 100%; display: flex;justify-content: center; align-items: center;position: absolute; top:0; left:0; z-index: 1;}
.k_top_bn_text h4 span{font-size: 2.4rem; }
.k_top_bn_text h4 {font-size: 1.2rem; font-weight: 300;padding-top: 5vw;}
}

.k_top_banner_txt {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; padding-top: 30px; }
.k_top_banner_txt  > div {width: 48.5%; height: auto;  position: relative; border: 1px solid #cccccc;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_banner_txt  > div a:hover{text-decoration: none;}
.k_top_banner_txt  > div:hover{background: #e9e9e9;}
.k_top_banner_txt  > div:hover h4{}

.k_top_bn_text_02 {width: 100%; height: 100px; text-align: center; display: flex;justify-content: center; align-items: center; }
.k_top_bn_text_02 h4 {font-size: 3rem; font-weight: 300; margin: 0; padding: 0; color: #000000;font-family:'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }
.k_top_bn_text_02 h4 span{font-size: 1.6rem; font-weight: 600;line-height: 1.5; color: #e60012;}

@media screen and (max-width: 767px) {
.k_top_banner_txt {flex-wrap: wrap;}
.k_top_banner_txt > div{width: 100%; position: relative;overflow: hidden;margin-bottom: 20px;margin-top: 0;}
.k_top_bn_text_02 {width: 100%; height: 80px; margin-top:0; margin-bottom: 20px; }
.k_top_bn_text_02 h4 {font-size: 2.4rem; }
.k_top_bn_text_02 h4 span{font-size: 1.4rem; font-weight: 300;}
}



.is-layer-dot {position: relative;}
.is-layer-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .4);
    background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
    display: flex;justify-content: center; align-items: center;
    font-size: 1.6rem; color: #ffffff;
    transition: 0.3s;-webkit-transition: 0.3s
}

.k_top_banner > div:hover .is-layer-dot:after {
    opacity: 0.4;

}


.k_top_official {display: flex;justify-content: space-between; align-items: stretch; border: 1px solid #000000; padding: 20px;}
.k_top_official div {width: 46%; height: auto;}
.k_top_official div:first-of-type img {width: 100%; max-width: 460px; height: auto;}
.k_top_official div:last-of-type {width: 48%; display: flex; flex-direction: column; flex-wrap: wrap;}
.k_top_official div > h3 {width: 100%; font-size: 3rem; font-weight: 300; line-height: 1.5; font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; margin: 0 0 20px 0; }
.k_top_official div > h3 span{display: block; font-size: 2.4rem; margin-bottom:20px;  }
.k_top_official div > p {width: 100%; font-size: 1.5rem; font-weight: 300; line-height: 1.7; font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.k_top_official a {width: 100%; font-size: 1.4rem; font-weight: 300; line-height: 1;background: #ffffff; border-radius: 30px; padding: 6px 10px; color: #000000; text-decoration: none;display: flex;justify-content: center; align-items: center; border: 1px solid #231815;  transition: 0.3s;-webkit-transition: 0.3s;margin-top:auto;}
.k_top_official a:hover {background: #000000; color: #ffffff; }
.k_top_official img.spimg{width: 100%; max-width: 460px; height: auto; display: none;}

@media screen and (max-width: 767px) {
.k_top_official div:last-of-type {width: 100%; }
.k_top_official div:first-of-type {display: none;}
.k_top_official img.spimg{width: 100%; max-width: 460px; height: auto; display: block; margin-bottom: 20px;}
.k_top_official div > h3 {width: 100%; font-size: 2.4rem; font-weight: 300; line-height: 1.5; font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; margin: 0 0 20px 0; }
.k_top_official div > h3 span{display: block; font-size: 2rem; margin-bottom:20px;  }
.k_top_official div > p {margin-bottom: 20px;}
}

.k_top_news dl {display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: row;margin-bottom: 20px;}
.k_top_news dl dt{font-size: 1.6rem; font-weight: 300; line-height: 1.5;white-space: nowrap; margin-right: 25px;}
.k_top_news dl dd{font-size: 1.6rem; font-weight: 300; line-height: 1.5;}

@media screen and (max-width: 767px) {
.k_top_news dl {display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;margin-bottom: 20px;font-family: 'ŽÞäÎŽÀŽÄŽ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.k_top_news dl dt{font-size: 1.4rem; font-weight: 300; line-height: 1.5;white-space: nowrap; margin-right: 25px;}
.k_top_news dl dd{font-size: 1.4rem; font-weight: 300; line-height: 1.5;margin-left: 1em;}
}


.k_top_sns {width: 100%; display: flex; justify-content: space-between; align-items: stretch; flex-direction: row; flex-wrap: nowrap;}
.k_top_sns > div:first-of-type {width: 395px; min-height: 700px;  font-size: 1.6rem; }
.k_top_sns > div:last-of-type {width: 56%; display: flex; flex-direction: column;}
.k_top_sns > div:last-of-type img {width: 100%; height: auto;display: block;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_sns > div:last-of-type div:last-of-type {margin-top: auto;}
.k_top_sns > div:last-of-type img:hover {opacity: 0.5;}


@media screen and (max-width: 1000px) {
.k_top_sns {flex-direction: column; flex-wrap: wrap; justify-content: center;}
.k_top_sns > div:first-of-type {width: 100%; min-height: auto; margin:0 auto;}
.k_top_sns > div:last-of-type {width: 100%; max-width: 560px; margin: 30px auto 0 auto;display: flex; flex-direction: column;}
.k_top_sns > div:last-of-type img {width: 100%; height: auto;display: block;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_sns > div:last-of-type div:last-of-type {margin-top: 20px;}
.k_top_sns > div:last-of-type img:hover {opacity: 0.5;}
}


/******************************/
/* 202402ÄÉ²Ã*/
/******************************/

.k_h2_title_center {font-size: 3rem; font-weight: 600; line-height: 1; font-family: 'ÞâÌÀÄ«','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; width: 100%; display: flex;justify-content: center; align-items: center; border-bottom: 1px #000000 solid; padding-bottom: 15px; margin: 0;  box-sizing: border-box;}

@media screen and (max-width: 767px) {
.k_h2_title_center {font-size: 2.4rem; }
}

.k_top_tokuten {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding:45px 0 30px 0;}
.k_top_tokuten div {width: 22.8%; height: auto; position: relative; margin-top: 25px;}
.k_top_tokuten div img {width: 100%; height: auto;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_tokuten::before{content:"";display: block;width:22.8%;order:1;}
.k_top_tokuten::after{content:"";display: block;width:22.8%;}

@media screen and (max-width: 767px) {
.k_top_tokuten {width: 100%; display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.k_top_tokuten div {width: 48%; height: auto; position: relative; margin-top: 12px;}
.k_top_tokuten div img {width: 100%; height: auto;transition: 0.3s;-webkit-transition: 0.3s;}
.k_top_tokuten div a img:hover {opacity: 0.4;}
.k_top_tokuten::before{content:"";display: block;width:48%;order:1;}
.k_top_tokuten::after{content:"";display: block;width:48%;}
}

.faq_wrap_01 {max-width:100%!important; padding: 0 0 40px 0!important;}
.content p {font-size: 1.6rem;}

a.top_faq_btn {width: 100%; max-width: 330px; height: 30px; font-size: 1.4rem; font-weight: 300; line-height: 1; background:#e6d3b6; color:#000000; display: flex; justify-content: center;align-items: center;position:relative; transition: 0.3s;-webkit-transition: 0.3s; border-radius:40px; margin: 0 auto;box-sizing: border-box;}
a.top_faq_btn::after {content: "¡ä" ; position: absolute; right: 5px; font-weight: 300; top: 50%;-webkit-transform: translate(-50%, -50%); /* SafariÍÑ */transform: translate(-50%, -50%);}
a.top_faq_btn:hover {background:#000000; color: #ffffff; text-decoration: none;}

@media screen and (max-width: 767px) {
a.top_faq_btn {width: 100%; max-width: 100%; height: 40px; font-size: 1.2rem; font-weight: 300; line-height: 1; background:#e6d3b6; color:#000000; display: flex; justify-content: center;align-items: center;position:relative; transition: 0.3s;-webkit-transition: 0.3s; border-radius:40px; margin: 0 auto;box-sizing: border-box;}
.content p {font-size: 1.4rem;}
}

.p-ranking .c-item-list__item{width: 20%!important;}
.catbtn_wrap {display:flex; justify-content: space-between; align-items: center; padding-top: 20px;}
.catbtn_wrap a {width: 23%; max-width: 230px;}
.catbtn_wrap a img {width: 100%; max-width: 230px; transition: 0.3s;-webkit-transition: 0.3s;}
.catbtn_wrap a img:hover {opacity: 0.4;}

@media screen and (max-width: 767px) {
.p-ranking  .c-item-list__item {width: 50%!important;}
.catbtn_wrap {display:flex; justify-content: center; align-items: center; flex-wrap: wrap; gap:15px;}
.catbtn_wrap a {width: 46%; max-width: 230px;}
}