/******************************/
/* 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;
}
/******************************/
/* INFORMATION */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
    text-align: left;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
    text-align: center;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 100px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@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;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
    text-align: center;
  }
}
/***** NEWS *****/
.p-top-news {
  margin-bottom: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "ÞâÌÀÄ«ÂÎ", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@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: 5px;
  margin-left: 5px;
  padding-bottom: 10px;
  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: 35px;
  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__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #000;
  margin-top: 5px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  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: 5px;
  padding-right: 5px;
  width: 20%;
}
@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 BANNER 5*/
/******************************/
.p-bnr5 {
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1030px) {
  .p-bnr5 {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-bnr-list5 {
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list5 {
    display: block;
  }
}
.p-bnr-list5__item {
  box-sizing: border-box;
 padding:  5px 5px 5px 5px ;
  width: 17.8%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list5__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list5__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
.entrysg-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}

.entrysg-hero__img {
  display: block;
  width: 100%;
  height: auto;
}
.top-image-wrapper {
  max-width: 1030px;   /* INFORMATION¤ÈÆ±¤¸ */
  margin: 20px auto;      /* Ãæ±û´ó¤» */
  padding: 0 0px;     /* INFORMATION¤ÈÆ±¤¸º¸±¦Í¾Çò */
  box-sizing: border-box;
}

.top-image {
  width: 100%;
  height: auto;
  display: block;
}
.entrysg-hero {
  position: relative;
  margin-bottom: 30px;
}
/* ²èÌÌÉý767px°Ê²¼¤Î¥¹¥Þ¡¼¥È¥Õ¥©¥ó¸þ¤±Ä´À° */
@media screen and (max-width: 767px) {
  .entrysg-hero {
    margin-bottom: 15px; /* ¥¹¥Þ¥Û»þ¤Î²¼¤ÎÍ¾Çò¡Ê¤ª¹¥¤ß¤Î¿ôÃÍ¤ËÊÑ¹¹¤·¤Æ¤¯¤À¤µ¤¤¡Ë */
  }
}

.entrysg-hero__text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  text-align: left;
  color: #fff;          /* ¼Ì¿¿¤Ë±þ¤¸¤Æ */
  z-index: 2;
}
.entrysg-hero__text p {
  font-size: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  text-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.8), 
    0 2px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .entrysg-hero__text {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;          /* ¼Ì¿¿¤Ë±þ¤¸¤Æ */
    z-index: 2;
}
  .entrysg-hero__text p {
    font-size: 12px; /* ¥¹¥Þ¥ÛÍÑ¤Î¥µ¥¤¥º */
    line-height: 1.4;
    margin-bottom: 12px;
    white-space: nowrap;
  }
}
/* --- ÄÌ¾ï»þ¡ÊÇòÇØ·Ê ¡Ü ¹õÊ¸»ú¡¢¥Õ¥Á¤ä±Æ¤Ï°ìÀÚ¤Ê¤·¡Ë --- */
.entrysg-hero__btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 4px 12px;
  border: 1px solid #ffffff; /* ¥Ü¥¿¥ó¤ÎÏÈÀþ¤òÇò¤Ë */
  background: #ffffff;       /* ÇØ·Ê¤òÇò¤Ë */
  color: #000000;            /* Ê¸»ú¿§¤ò¹õ¤Ë */
  text-decoration: none;
  text-shadow: none;         /* ±Æ¤ä¥Õ¥Á¤ò´°Á´¤Ëºï½ü */
  transition: all 0.3s ease; /* ¥Û¥Ð¡¼»þ¤ÎÊÑ²½¤ò³ê¤é¤«¤Ë */
}

/* --- ¥Û¥Ð¡¼»þ¡ÊÁ´ÂÎ¤ò¤Õ¤ó¤ï¤êÇö¤¯Æ©²á¡Ë --- */
.entrysg-hero__btn:hover {
  opacity: 0.6;              /* Æ©ÌÀÅÙ¤ò60%¤Ë¤·¤Æ¡¢ÇØ·Ê²èÁü¤òÆ©¤±¤µ¤»¤ë¡ÊÇö¤¯¤¹¤ë¡Ë */
  background: #ffffff;       /* ÇòÇØ·Ê¤ò°Ý»ý */
  color: #000000;            /* ¹õÊ¸»ú¤ò°Ý»ý */
  border-color: #ffffff;
  text-decoration: none;
  text-shadow: none;         /* ¥Û¥Ð¡¼»þ¤â±Æ¤Ê¤· */
}
/* --- ¡ÚPCÍÑ¡Û²¼Â¦¤Î¥Æ¥­¥¹¥È¤Î¤ß¥µ¥¤¥ºÄ´À° --- */
.entrysg-hero__text p:last-of-type {
  font-size: 16px;        /* PC¤Ç¤Î±Ñ¸ì¥Æ¥­¥¹¥È¤Î¥µ¥¤¥º¡Ê¤ª¹¥¤ß¤ÇÄ´À°¤·¤Æ¤¯¤À¤µ¤¤¡Ë */
  letter-spacing: 0.08em; /* Ê¸»ú¤Î´Ö³Ö */
  white-space: nowrap;    /* ÀÞ¤êÊÖ¤·ËÉ»ß */
}

/* --- ­¡ ¡ÚPCÍÑ¤ÎÀßÄê¡Û¥¹¥Þ¥ÛÀìÍÑ¥Æ¥­¥¹¥È¤ÏPC¤Ç¤Ï´°Á´¤ËÈóÉ½¼¨ --- */
.u-sp-only {
  display: none !important;
}
/* --- ­¢ ¡Ú¥¹¥Þ¥ÛÍÑ¤ÎÀßÄê¡Û²èÌÌÉý767px°Ê²¼¤Î»þ¤ÎÉ½¼¨ÀÚ¤êÂØ¤¨ --- */
@media screen and (max-width: 767px) {
  /* PC¤ÇÉ½¼¨¤·¤Æ¤¤¤¿¸µ¤ÎÊ¸»ú¤ä¥Ü¥¿¥ó¡¢²þ¹Ô¥¿¥°¤ò¤¹¤Ù¤Æ´Ý¤´¤ÈÈóÉ½¼¨¤Ë¤·¤Þ¤¹ */
  .entrysg-hero__text p,
  .entrysg-hero__text .entrysg-hero__btn,
  .entrysg-hero__text br {
    display: none !important;
  }
  /* --- ¡úÏ·´ã¤ÎÊý¤Ç¤â´°Á´¤Ë¸«¤¨¤ë¤è¤¦¤Ë¤¹¤ë¥¹¥Þ¥ÛÍÑÀßÄê --- */
@media screen and (max-width: 767px) {
 /* --- ¥¹¥Þ¥Û¥µ¥¤¥È¡Ê767px°Ê²¼¡Ë¤ÎÀßÄê --- */
@media screen and (max-width: 767px) {
  
  /* ­¡ ¿ÆÍ×ÁÇ¡ÊÊ¸»ú¤Î²ô¤ÎÏÈ¡Ë¤ò²èÁü¤Î²¼¤ËÇÛÃÖ¤·¡¢¸«¤ä¤¹¤¤Çö¥°¥ì¡¼ÇØ·Ê¤ò¤Ä¤±¤ë */
  .entrysg-hero__text {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    background-color: #f7f7f7;    /* ¤Ï¤Ã¤­¤ê¸«¤¨¤ëÇö¥°¥ì¡¼ÇØ·Ê */
    padding: 20px 15px;           /* ¹­¤á¤Î¥¿¥Ã¥ÁÍ¾Çò */
    box-sizing: border-box;
    margin-top: -1px;
  }

  /* PCÍÑ¤Î¸µ¤Î¥Æ¥­¥¹¥È¤ä¥Ü¥¿¥ó¡¢ÉÔÍ×¤Ê²þ¹Ô¤Ï¥¹¥Þ¥Û¤Ç¤Ï´°Á´¤ËÈóÉ½¼¨¤Ë¤¹¤ë */
  .entrysg-hero__text p:not(.u-sp-only),
  .entrysg-hero__text .entrysg-hero__btn,
  .entrysg-hero__text br:not(.u-sp-only br) {
    display: none !important;
  }

  /* ­¢ <a>¥¿¥°¼«ÂÎ¤òÂÀ»ú¡¦Âç¤­¤á¡¦¤Ü¤«¤·¡Ê±Æ¡ËÌµ¤·¤Î¥Ü¥¿¥ó¤Ë¤¹¤ë */
  .entrysg-hero__text a.u-sp-only {
    display: block !important;    /* ²£Éý¤¤¤Ã¤Ñ¤¤¤Ë¥¿¥Ã¥×ÎÎ°è¤ò¹­¤²¤ë */
    text-align: center;           /* Ãæ±ûÂ·¤¨ */
    text-decoration: none !important; /* ¥ê¥ó¥¯¤Î²¼Àþ¤ò¾Ã¤¹ */
    text-shadow: none !important; /* ¡ú¥Õ¥©¥ó¥È¼þÊÕ¤Î¤Ü¤«¤·¡Ê±Æ¡Ë¤ò´°Á´¤Ë¾Ã¤¹ */
    color: #333333 !important;    /* Ï·´ã¤Ç¤â¸«¤¨¤ä¤¹¤¤Ç»¤¤¥°¥ì¡¼ */
    font-size: 18px;              /* ÆüËÜ¸ì¤Ï¤·¤Ã¤«¤ê18px¡ÊÄ¶ÆÃÂç¡Ë */
    font-weight: bold;            /* ÂÀ»ú¤Ç¤¯¤Ã¤­¤ê */
    line-height: 1.6;             /* ¹Ô´Ö¤ò¹­¤²¤ÆÆÉ¤ß¤ä¤¹¤¯ */
  }

  /* ­£ 2¹ÔÌÜ¤Î±Ñ¸ì¡Êspan¥¿¥°¡Ë¤À¤±¥µ¥¤¥º¤òÈùÄ´À°¤·¤Æ²þ¹Ô¤µ¤»¤ë */
  .entrysg-hero__text a.u-sp-only span {
    display: block;               /* ³Î¼Â¤Ë²þ¹Ô¤µ¤»¤ë */
    font-size: 16px;              /* ±Ñ¸ì¤Ï16px¤Ç¥Ð¥é¥ó¥¹¤ò¼è¤ë */
    margin-top: 5px;              /* ÆüËÜ¸ì¤È¤Î´Ö¤Î·ä´Ö */
  }
}