@charset "UTF-8";
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

.headline2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Nunito", sans-serif;
  margin-bottom: 48px;
  font-weight: bold;
}

.top_main-visual {
  position: relative;
  margin-bottom: 80px;
}
.top_main-visual__slider {
  margin-bottom: 32px;
}
.top_main-visual__slider li {
  margin-right: 32px;
  width: 41.8521816563%;
  width: 470px;
  height: 705px;
}
.top_main-visual__slider li > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.top_main-visual__slider li > a::after {
  content: "";
  display: block;
  width: 100%;
  padding: 150% 0 0;
}
.top_main-visual__slider li > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.top_main-visual__control {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
}
.top_main-visual__control .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 6px;
}
.top_main-visual__control .slick-dots li {
  margin-right: 6px;
}
.top_main-visual__control .slick-dots button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: solid 1px rgba(0, 0, 0, 0.8);
  font-size: 0;
  background-color: transparent;
  display: block;
  padding: 0;
  margin: 0;
}
.top_main-visual__control .slick-dots .slick-active button {
  background-color: rgba(0, 0, 0, 0.8);
}
.top_main-visual__control .slick-arrow {
  position: absolute;
  border: 0;
  background-color: unset;
  font-size: 0;
  top: -2px;
  padding: 0;
}
.top_main-visual__control .slick-arrow::before {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.top_main-visual__control .slick-arrow.slick-prev {
  transform: rotate(-135deg);
  left: 5px;
}
.top_main-visual__control .slick-arrow.slick-next {
  transform: rotate(45deg);
  right: 5px;
}
.thumbnail {
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 100%;
  /* トリミングしたい枠の高さ */
  position: relative;
}
.thumbnail > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.more-btn {
  width: 311px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 12px !important;!i;!;
  font-size: 1.2rem;
  padding: 16px 0;
  font-weight: bold;
  position: relative;
  border: solid 1px #000;
  cursor: pointer;
  overflow: hidden;
}
.more-btn p,
.more-btn svg {
  position: relative;
  z-index: 2;
}
.more-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666666;
  transition: all 0.3s;
  transform: translateX(-100%);
  z-index: 0;
  top: 0;
  left: 0;
}
.more-btn:hover {
  color: #fff;
}
.more-btn:hover::after {
  transform: translateX(0);
}
.more-btn--type1:hover > svg path {
  fill: #fff;
}
.more-btn--type1 > svg {
  position: absolute;
  right: 14px;
}
.more-btn__right {
  text-align: right;
}

.topics {
  background-color: #f1ede6;
  padding: 64px 0;
}
.topics__wrap {
  width: 1027px;
  margin: 0 auto;
}
.topics__top {
  margin-bottom: 48px;
}
.topics__top__thumbnail {
  position: relative;
  margin-bottom: 16px;
}
.topics__top__thumbnail .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 49.9513145083% 0 0;
}
.topics__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.topics__list > li {
  width: 232px;
}
.topics__list > li:not(:last-of-type) {
  margin-right: 32px;
}
.topics__detail__thumbnail {
  position: relative;
  margin-bottom: 16px;
}
.topics__detail__thumbnail .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.topics__detail--tag {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  padding: 2px 3px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.topics__detail--tag img {
  margin-left: 3px;
}
.topics__detail--date {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.topics__detail--text {
  font-size: 12px;
  font-size: 1.2rem;
}

.about {
  padding-top: 80px;
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
}
.about .more-btn {
  width: 94px;
  padding: 8px 0;
}
.about .headline2 {
  margin-bottom: 6.4%;
  text-align: left;
}
.about__wrap {
  width: 1027px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about__background-iamge {
  width: 538px;
  margin-right: 115px;
}
.about--mintext {
  font-family: "Nunito", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  color: #000;
}
.about--text {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 28px;
  margin-bottom: 37px;
}

.new-item {
  padding-top: 64px;
  padding-bottom: 80px;
}
.new-item .more-btn__right {
  width: 1027px;
  margin: 0 auto;
}
.new-item .headline2 {
  width: 1027px;
  margin-left: auto;
  margin-right: auto;
}
.new-item__wrap {
  width: 1027px;
  margin: 0 auto;
}
.new-item__list {
  margin: 0 auto;
  padding-bottom: 46px;
  margin-bottom: 32px;
  width: 100%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  /* スクロールの幅の設定 */
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}
.new-item__list::-webkit-scrollbar {
  width: 64px;
  height: 6px;
}
.new-item__list::-webkit-scrollbar-track {
  box-shadow: 0 0 4px #ccc inset;
}
.new-item__list::-webkit-scrollbar-thumb {
  background: #000;
}
.new-item__list > li {
  width: 200px;
  display: inline-block;
  /* 横並びにする指定 */
}
.new-item__list > li:not(:last-of-type) {
  margin-right: 32px;
}
.new-item__list > li .thumbnail {
  margin-bottom: 16px;
}
.new-item__list > li .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.new-item__list__detail--title {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.new-item__list__detail--price {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.ranking {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #e1ddd6;
}
.ranking .headline2 {
  width: 1027px;
  margin-left: auto;
  margin-right: auto;
}
.ranking .more-btn__right {
  width: 1027px;
  margin: 0 auto;
}
.ranking__wrap {
  width: 1027px;
  margin: 0 auto;
}
.ranking__list {
  margin: 0 auto;
  padding-bottom: 46px;
  margin-bottom: 32px;
  width: 100%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  /* スクロールの幅の設定 */
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}
.ranking__list::-webkit-scrollbar {
  width: 64px;
  height: 6px;
}
.ranking__list::-webkit-scrollbar-track {
  box-shadow: 0 0 4px #ccc inset;
}
.ranking__list::-webkit-scrollbar-thumb {
  background: #000;
}
.ranking__list > li {
  width: 200px;
  display: inline-block;
  /* 横並びにする指定 */
}
.ranking__list > li:not(:last-of-type) {
  margin-right: 37px;
}
.ranking__list > li > a {
  display: block;
  position: relative;
  padding-top: 20px;
}
.ranking__list > li .thumbnail {
  margin-bottom: 16px;
}
.ranking__list > li .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.ranking__list__detail--title {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranking__list__detail--price {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.ranking__list__number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.ranking__list__number--text {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}

.top_search {
  padding-top: 64px;
  padding-bottom: 80px;
}
.top_search .more-btn {
  width: 100%;
  padding: 8px;
}
.top_search__wrap {
  width: 1027px;
  margin: 0 auto;
}
.top_search__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_search__list > li {
  width: 311px;
}
.top_search__list > li:not(:last-of-type) {
  margin-right: 47px;
}
.top_search__list > li > a {
  display: block;
}
.top_search__list > li .thumbnail {
  margin-bottom: 16px;
}
.top_search__list > li .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}

.information {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #e5ded8;
}
.information__wrap {
  width: 1027px;
  margin: 0 auto;
}
.information__list > li:not(:last-of-type) {
  margin-bottom: 18px;
}
.information__list__detail {
  padding-bottom: 18px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.information__list__detail--date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.information__list__detail--title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.instagram {
  padding-top: 64px;
  padding-bottom: 80px;
  position: relative;
}
.instagram .ecbn-selection-image-loading-more {
  display: none;
}
.instagram__wrap {
  width: 1027px;
  margin: 0 auto;
}
.instagram__tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.instagram__tab li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.instagram__tab li.is_current a {
  background-color: #666;
  color: #fff;
}
.instagram__tab li a {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 32px;
  line-height: 32px;
  transition: 0.3s;
  color: #000000;
  border: 1px solid #000;
}
.instagram__tab li a:hover {
  background-color: #666;
  color: #fff;
}
.instagram__content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  width: 100%;
  z-index: -100;
}
.instagram__content__wrap {
  position: relative;
  height: 750px;
}
.instagram__content.is_current {
  opacity: 1;
  height: auto;
  z-index: 1;
}
.instagram__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.instagram__list > li {
  width: 232px;
  margin-bottom: 32px;
}
.instagram__list > li:not(:nth-of-type(4n)) {
  margin-right: 32px;
}
.instagram__list > li > a {
  display: block;
}
.instagram__list > li .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}

.checed-item {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #d9deda;
}
.checed-item .headline2 {
  width: 1027px;
  margin-left: auto;
  margin-right: auto;
}
.checed-item__wrap {
  width: 1027px;
  margin: 0 auto;
}
.checed-item__list {
  margin: 0 auto;
  padding-bottom: 46px;
  width: 100%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  /* スクロールの幅の設定 */
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}
.checed-item__list::-webkit-scrollbar {
  height: 6px;
}
.checed-item__list::-webkit-scrollbar-track {
  box-shadow: 0 0 4px #cccccc inset;
}
.checed-item__list::-webkit-scrollbar-thumb {
  background: #000;
}
.checed-item__list > li {
  width: 120px;
  display: inline-block;
  /* 横並びにする指定 */
}
.checed-item__list > li:not(:last-of-type) {
  margin-right: 8px;
}
.checed-item__list > li .thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
a.more-btn.more-btn--type1 p {
  font-size: 13px;
}