/******************************/
/* 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;
}
.p-recommend .slick-prev, .p-recommend .slick-next {
  top: 50%;
  width: 50px;
  height: 100px;
  transition: all 0.4s ease;
  z-index: 1;
}
.p-recommend .slick-prev:hover, .p-recommend .slick-next:hover {
  opacity: .6;
}
@media screen and (max-width: 767px) {
  .p-recommend .slick-prev, .p-recommend .slick-next {
    width: 10vw;
    height: 20vw;
  }
}
.p-recommend .slick-prev {
  left: 0;
}
.p-recommend .slick-next {
  right: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  position: relative;
  padding-bottom: 6em;
}
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 50%;
  width: 50px;
  height: 100px;
  transition: all 0.4s ease;
  z-index: 1;
}
.p-ranking-list .slick-prev:hover, .p-ranking-list .slick-next:hover {
  opacity: .6;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-bottom: 8em;
  }
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    width: 10vw;
    height: 20vw;
  }
}
.p-ranking-list .slick-prev {
  left: 0;
}
.p-ranking-list .slick-next {
  right: 0;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  width: 20vw;
  margin: 10px 5px 20px;
  padding: 15px 25px 25px;
  word-break: break-all;
  background: #fff;
  border-radius: .5em;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.2);
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    width: 80vw;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@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-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.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;
}

.p-ranking .ctm-btn {
  position: relative;
  text-align: center;
  margin: 3em auto 0;
}
.p-ranking .ctm-btn a {
  display: inline-block;
  letter-spacing: .1em;
  border-radius: 2em;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.2);
  padding: 1em 6em;
  background: #fff url("https://img21.shop-pro.jp/PA01513/303/etc_base64/aWNuX2Fycm93.png?cmsp_timestamp=20241023130459") no-repeat 90% center / 1.4em;
}
.p-ranking .ctm-btn a:hover {
  text-decoration: none;
  opacity: .6;
}
.p-ranking .tanukiI {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 85px;
}
.p-ranking .tanukiI img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-ranking .ctm-btn {
    margin: 2em auto 0;
  }
  .p-ranking .tanukiI {
    right: 5%;
    width: 16vw;
  }
}

/******************************/
/* 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;
  }
}


.ctm-main_lpB {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctm-main_lpB p {
  width: 49.9%;
  margin-bottom: 3px;
}
.ctm-main_lpB p.wide {
  width: 100%;
  padding: 3.5em 10% 0;
}
.ctm-main_lpB p a {
  display:block;
}
.ctm-main_lpB p a:hover {
  opacity: .6;
}
.ctm-main_lpB p a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ctm-main_lpB {
    top: -25px;
    margin-bottom: -25px;
    display: block;
  }
  .ctm-main_lpB p {
    width: 100%;
    margin-bottom: 5px;
  }
  .ctm-main_lpB p.wide {
    padding: 0;
  }
}

.ctm-aboutScy {
  position: relative;
  margin: 0 auto 3em;
  width: 86%;
  max-width: 1060px;
  background: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/YWJvdXRfYmc.jpg?cmsp_timestamp=20241023104013") no-repeat center center / cover;
  border-radius: .8em;
  padding: 4em 0 31em;
  overflow: hidden;
}
.ctm-aboutScy .ctm-copy {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ctm-aboutScy {
    margin: 0 auto 3em;
    width: 100%;
  	background: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/YWJvdXRfYmctc3A.jpg?cmsp_timestamp=20241023162205") no-repeat center bottom / 100%;
    padding: 0 0 18em;
  }
  .ctm-aboutScy .ctm-copy {
    font-size: 3.2vw;
    letter-spacing: .1em;
  }
}
.ctm-shoppingScy {
  position: relative;
  margin: 0 auto 3em;
  width: 86%;
  max-width: 1060px;
  padding: 2em 0 0;
}
.ctm-shoppingScy .ctm-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctm-shoppingScy .ctm-menu li {
  position: relative;
  width: 49.7%;
  margin-bottom: .5em;
}
.ctm-shoppingScy .ctm-menu li a {
  position: relative;
  display: block;
  color:#fff;
  text-align: center;
  padding: 80px 0 70px;
  border-radius: .8em;
  background: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/c2hvcHBpbmdfYmcx.jpg?cmsp_timestamp=20241023110619") no-repeat center center / cover;
}
.ctm-shoppingScy .ctm-menu li:nth-child(2) a {
  background-image: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/c2hvcHBpbmdfYmcy.jpg?cmsp_timestamp=20241023110619");
}
.ctm-shoppingScy .ctm-menu li:nth-child(3) a {
  background-image: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/c2hvcHBpbmdfYmcz.jpg?cmsp_timestamp=20241023110619");
}
.ctm-shoppingScy .ctm-menu li:nth-child(4) a {
  background-image: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/c2hvcHBpbmdfYmc0.jpg?cmsp_timestamp=20241023110619");
}
.ctm-shoppingScy .ctm-menu li:nth-child(5) a {
  background-image: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/c2hvcHBpbmdfYmc1.jpg?cmsp_timestamp=20250130153600");
}
.ctm-shoppingScy .ctm-menu li a:hover {
  text-decoration: none;
  opacity: .6;
  cursor: pointer;
}
.ctm-shoppingScy .ctm-menu li a .ctm-catename {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .15em;
}
.ctm-shoppingScy .ctm-menu li a .ctm-catename span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
  padding-right: 1.8em;
  background: url("https://img21.shop-pro.jp/PA01513/303/etc_base64/aWNuX2Fycm93Mg.png?cmsp_timestamp=20241023130459") no-repeat right center / 1.4em;
}
@media screen and (max-width: 767px) {
  .ctm-shoppingScy {
    margin: 0 auto;
    width: 92%;
    padding: 0;
  }
  .ctm-shoppingScy .ctm-menu li {
    width: 100%;
  }
  .ctm-shoppingScy .ctm-menu li a {
    padding: 70px 0 60px;
  }
  .ctm-shoppingScy .ctm-menu li a .ctm-catename {
    font-size: 5vw;
  }
  .ctm-shoppingScy .ctm-menu li a .ctm-catename span {
    font-size: 3vw;
  }
}

.ctm_grandprix {
  position: relative;
  display: flex;
  align-items: center;
  width: 86%;
  margin: 0 auto 3em;
}
.ctm_grandprix .imgB {
  width: 50%;
}
.ctm_grandprix .imgB img {
  width: 100%;
  height: auto;
}
.ctm_grandprix .txtB {
  width: 50%;
  padding-left: 2.5em;
}
.ctm_grandprix .txtB .sp{
  display: block;
}
.ctm_grandprix .txtB .txt1 {
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 1em;
}
.ctm_grandprix .txtB .txt2 {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .ctm_grandprix {
    display: block;
    width: 86%;
    margin: 0 auto 3em;
  }
  .ctm_grandprix .imgB {
    width: 100%;
    margin-bottom: 1em;
  }
  .ctm_grandprix .txtB {
    width: 100%;
    padding-left: 0;
  }
  .ctm_grandprix .txtB .sp{
    display: none;
  }
  .ctm_grandprix .txtB .txt1 {
    font-size: 130%;
    margin-bottom: .6em;
  }
  .ctm_grandprix .txtB .txt2 {
    font-size: 100%;
  }
}

