@charset "UTF-8";
/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/******************************/
/* SLIDER */
/******************************/
.slider {
  position: relative;
}

#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#slider > div {
  display: none;
}

.bx-viewport #slider > div {
  display: block;
}
.bx-viewport #slider > div img {
  width: 100%;
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
}

.bx-wrapper {
  z-index: 0;
  margin-bottom: 0 !important;
}

.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: 40px !important;
  text-align: right !important;
  font-size: 0 !important;
  right: 40px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff !important;
}

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

/* add */
#slider .bx-caption {
  background: initial;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  transform: translateX(-50%);
  text-align: left;
}
#slider .bx-caption span {
  color: #ffffff;
  font-size: 54px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 70px;
  letter-spacing: 0.12em;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  background: linear-gradient(to right, #557d94, #72a7c6);
  padding: 100px 0 120px;
}
.p-line-informaiton__inner {
  position: relative;
}
.p-line-informaiton__ttl {
  color: #ffffff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-line-informaiton ul {
  margin-top: 40px;
}
.p-line-informaiton li {
  color: #ffffff;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-line-informaiton li:nth-of-type(n + 2) {
  margin-top: 24px;
}
.p-line-informaiton li a {
  margin-left: 30px;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-line-informaiton li a:visited {
  text-decoration: none;
  color: #ffffff;
}
.p-line-informaiton li a:hover {
  text-decoration: none;
}
.p-line-informaiton li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-line-informaiton__btn {
  text-align: right;
  position: absolute;
  top: 5px;
  left: auto;
  right: 20px;
}
.p-line-informaiton__btnLink {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 8px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-line-informaiton__btnLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.p-line-informaiton__btnLink:hover {
  text-decoration: none;
}
.p-line-informaiton__btnLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-line-informaiton__btnLink:hover {
  color: #ffffff;
}

/***** お知らせ 未使用 *****/
/******************************/
/* TOP RECOMMEND 未使用*/
/******************************/
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new {
  padding: 120px 0;
}
.p-new__inner {
  position: relative;
}
.p-new__tit {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-new__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 40px;
}
.p-new__list:after {
  content: "";
  display: block;
  width: 320px;
}
.p-new__item {
  width: 320px;
}
.p-new__item:hover {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-new__item:hover:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-new__item:hover img {
  transform: scale(1.15);
  transition: all 0.5s ease;
}
.p-new__item:hover .p-new__itemTxt a img {
  transform: initial;
}
.p-new__itemContent {
  overflow: hidden;
}
.p-new__itemContent a img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.p-new__itemTxt {
  font-size: 18px;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-new__itemTxt a:hover {
  text-decoration: none;
}
.p-new__itemTxt a img {
  vertical-align: baseline;
}
.p-new__itemPrice {
  font-size: 16px;
  margin-top: 16px;
  color: #898989;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-new__btn {
  text-align: right;
  position: absolute;
  top: 5px;
  left: auto;
  right: 20px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-new__btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-new__btnLink {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 8px;
}
.p-new__btnLink:hover {
  text-decoration: none;
}

/******************************/
/* MAIL MAGAZINE */
/******************************/
.p-mail {
  padding: 115px 0;
  background: linear-gradient(to right, #af994d, #d0bb74);
}
.p-mail__inner {
  position: relative;
}
.p-mail__tit {
  font-size: 28px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-mail__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 40px;
}
.p-mail__list:before {
  content: "";
  display: block;
  width: 230px;
  order: 1;
}
.p-mail__list:after {
  content: "";
  display: block;
  width: 230px;
}
.p-mail__item {
  width: 230px;
}
.p-mail__item:hover {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-mail__item:hover:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-mail__item:hover a {
  text-decoration: none;
}
.p-mail__item:hover .p-mail__itemContentImg img {
  transform: scale(1.15);
  transition: all 0.5s ease;
  transform-origin: center;
}
.p-mail__itemContentImg {
  overflow: hidden;
}
.p-mail__itemContentImg img {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.p-mail__itemTxt {
  font-size: 18px;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.p-mail__btn {
  text-align: right;
  position: absolute;
  top: 5px;
  left: auto;
  right: 20px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-mail__btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-mail__btnLink {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 8px;
}
.p-mail__btnLink:hover {
  text-decoration: none;
  color: #ffffff;
}
.p-mail__bnr {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.p-mail__bnr a {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-mail__bnr a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  padding: 120px 0;
}
.p-ranking__tit {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
.p-ranking__list {
  margin-top: 40px;
}
.p-ranking__list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking__list .slick-prev,
.p-ranking__list .slick-next {
  top: 190px;
  width: 40px;
  height: 40px;
  transition: all 0.4s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ranking__list .slick-prev:before,
.p-ranking__list .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
.p-ranking__list .slick-prev::before {
  top: 0;
  transform: rotate(-45deg);
}
.p-ranking__list .slick-next:before {
  top: 0;
  transform: rotate(135deg);
}
.p-ranking__list .slick-dots {
  bottom: -50px;
}
.p-ranking__list .slick-dots li {
  background-color: #898989;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.p-ranking__list .slick-dots li button {
  width: 10px;
  height: 10px;
}
.p-ranking__list .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.p-ranking__list .slick-dots .slick-active {
  background-color: #000000;
}
.p-ranking__list .slick-slide {
  margin: 0 20px;
}
.p-ranking__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.p-ranking__item:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-ranking__item:hover .p-ranking__itemImg img {
  transform: scale(1.15);
  transition: all 0.5s ease;
}
.p-ranking__itemImg {
  position: relative;
  text-align: center;
}
.p-ranking__itemImg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking__itemImg a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-ranking__itemImg a img {
  transition: all 0.5s ease;
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  text-align: center;
}
.p-ranking__itemNum {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 16px;
  width: 36px;
  height: 50px;
  line-height: 24px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking__itemNum::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 18px solid #000000;
  border-right: 18px solid #000000;
  border-bottom: 10px solid transparent;
}
.p-ranking__itemNum.is-1 {
  background-color: #e6ae1d;
}
.p-ranking__itemNum.is-1:before {
  border-left-color: #e6ae1d;
  border-right-color: #e6ae1d;
}
.p-ranking__itemNum.is-2 {
  background-color: #aaaaaa;
}
.p-ranking__itemNum.is-2:before {
  border-left-color: #aaaaaa;
  border-right-color: #aaaaaa;
}
.p-ranking__itemNum.is-3 {
  background-color: #a57342;
}
.p-ranking__itemNum.is-3:before {
  border-left-color: #a57342;
  border-right-color: #a57342;
}
.p-ranking__itemTit a {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.p-ranking__itemTit a:hover {
  text-decoration: none;
}
.p-ranking__itemTit img {
  vertical-align: middle;
}
.p-ranking__itemPrice {
  color: #898989;
  margin-top: 16px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .bx-viewport #slider > div img {
    height: 350px;
  }
  .bx-wrapper .bx-pager {
    bottom: 20px !important;
    right: 0 !important;
    text-align: center !important;
  }
  #slider .bx-caption span {
    font-size: 36px;
    text-align: center;
    padding: 0;
    font-weight: 600;
  }
  .p-line-informaiton {
    padding: 50px 0 70px;
  }
  .p-line-informaiton__ttl {
    text-align: center;
  }
  .p-line-informaiton li a {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .p-line-informaiton__btn {
    position: static;
    margin-top: 40px;
  }
  .p-new {
    padding: 60px 0;
  }
  .p-new__tit {
    text-align: center;
    margin-bottom: 0;
  }
  .p-new__list {
    text-align: center;
    row-gap: 30px;
  }
  .p-new__list:after {
    content: inherit;
  }
  .p-new__item {
    width: 48%;
  }
  .p-new__itemContent a img {
    min-height: 154px;
    height: 100%;
    width: 100%;
  }
  .p-new__itemTxt {
    font-size: 16px;
    text-align: left;
  }
  .p-new__itemPrice {
    font-size: 14px;
  }
  .p-new__btn {
    position: static;
    margin-top: 40px;
  }
  .p-mail {
    padding: 100px 0;
  }
  .p-mail__tit {
    text-align: center;
    margin-bottom: 0;
  }
  .p-mail__list {
    text-align: center;
    row-gap: 30px;
  }
  .p-mail__list:before {
    width: 48%;
  }
  .p-mail__list:after {
    width: 48%;
  }
  .p-mail__item {
    width: 48%;
  }
  .p-mail__itemContentImg img {
    min-height: 250px;
    height: 100%;
    width: 100%;
  }
  .p-mail__itemTxt {
    font-size: 16px;
    text-align: left;
  }
  .p-mail__btn {
    position: static;
    margin-top: 40px;
  }
  .p-mail__bnr {
    margin-top: 60px;
    flex-direction: column;
  }
  .p-mail__bnr a:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .p-mail__bnr a img {
    width: 100%;
  }
  .p-ranking {
    padding: 60px 0 80px;
  }
  .p-ranking__tit {
    text-align: center;
  }
  .p-ranking__list {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .p-ranking__list .slick-dots {
    bottom: -30px;
  }
  .p-ranking__list .slick-slide {
    margin-right: 0;
    margin-left: 20px;
  }
  .p-ranking__list .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .p-ranking__itemTit a {
    font-size: 16px;
  }
  .p-ranking__itemPrice {
    font-size: 14px;
  }
  .p-bnr-list {
    display: block;
  }
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .p-new__tit {
    text-align: center;
    margin-bottom: 0;
  }
  .p-new__list:after {
    content: inherit;
  }
  .p-new__item {
    width: 48%;
  }
  .p-new__itemContent a img {
    min-height: 320px;
    height: 100%;
    width: 100%;
  }
  .p-mail__tit {
    text-align: center;
    margin-bottom: 0;
  }
  .p-mail__list:before {
    width: 48%;
  }
  .p-mail__list:after {
    width: 48%;
  }
  .p-mail__item {
    width: 48%;
  }
  .p-mail__itemContentImg img {
    min-height: 330px;
    height: 100%;
    width: 100%;
  }
  .p-mail__bnr {
    flex-direction: column;
  }
  .p-mail__bnr a:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .p-mail__bnr a img {
    width: 100%;
  }
  .p-ranking__tit {
    text-align: center;
  }
  .p-ranking__list .slick-slide {
    margin-right: 0;
    margin-left: 20px;
  }
  .p-ranking__list .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
