@charset "UTF-8";
body {
  margin: auto;
}
body .block-top-body {
  overflow-x: clip;
}
body .block-top-search--header {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #000;
  text-align: center;
}
body .block-top-feature--header,
body .block-recent-item--header,
body .block-top-beginners-item--header,
body .block-top-event--header,
body .block-top-support--header,
body .block-top-instagram--header {
  max-width: 1296px;
  margin: 0 auto 48px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.8px;
  color: #000;
}
body .block-top-feature--header:before,
body .block-recent-item--header:before,
body .block-top-beginners-item--header:before,
body .block-top-event--header:before,
body .block-top-support--header:before,
body .block-top-instagram--header:before {
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 28px;
  background: #80add0;
}
body .block-top-feature--header:after,
body .block-recent-item--header:after,
body .block-top-beginners-item--header:after,
body .block-top-event--header:after,
body .block-top-support--header:after,
body .block-top-instagram--header:after {
  content: none;
}
.page-top footer.pane-footer {
  margin: 0;
}
.page-top .pane-contents {
  padding-bottom: 0;
}
.page-top #mv-list {
  height: calc(100vw * 500 / 1440);
}
.page-top #main-slider .splide__slide {
  border: none;
}
.page-top #main-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.page-top #main-slider .is-prev img {
  margin-left: auto;
}
.page-top #main-slider .is-active img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-top #main-slider .splide__slide--clone.is-active img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.page-top #thumbnail-slider {
  max-width: 588px;
  margin: 25px auto 0;
}
.page-top #thumbnail-slider .splide__slide {
  width: 188px;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 4px;
  border: none;
}
.page-top #thumbnail-slider .splide__slide.is-active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.page-top .block-top-news {
  max-width: 1296px;
  padding: 3px 15px;
  margin: 80px auto 0;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  letter-spacing: 1.4px;
}
.page-top .block-top-news a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: auto;
}
.page-top .block-top-news a:hover {
  opacity: 0.7;
}
.page-top .block-top-news span.icon {
  display: block;
  color: #fff;
  font-weight: 500;
  background: #000;
  padding: 1px 9px;
}
.page-top .block-top-search {
  margin: 80px auto;
}
.page-top .block-top-search--query {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
}
.page-top .block-top-search--query form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 5px 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-top .block-top-search--query form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #000;
  background: url("/img/usr/common/icon_glass.png") no-repeat center/contain;
  padding: 0;
}
.page-top .block-top-search--query form input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border: none;
}
.page-top .block-top-search--query form input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
.page-top .block-top-search--query form input[type="text"]::-moz-placeholder {
  color: #888;
}
.page-top .block-top-search--query form input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.page-top .block-top-search--query form input[type="text"]::-ms-input-placeholder {
  color: #888;
}
.page-top .block-top-search--query form input[type="text"]::placeholder {
  color: #888;
}
.page-top .block-top-search--query .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.page-top .block-top-search--query .keywords .ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.page-top .block-top-search--query .keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.page-top .block-top-search--query .keyword-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 0px 13px;
  color: #888;
  border: 1px solid #888;
  border-radius: 2px;
  letter-spacing: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-search--query .keyword-list a:before {
  content: "#";
  font-size: 18px;
}
.page-top .block-top-search--query .keyword-list a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.page-top .block-top-search--cards {
  max-width: 1296px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
}
.page-top .block-top-search--cards li a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 320px;
  background: #e9f4ee;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
          box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.page-top .block-top-search--cards li a:hover .icon-wrap img {
  width: 200px;
  height: 200px;
}
.page-top .block-top-search--cards li .icon-wrap {
  margin-bottom: 55px;
}
.page-top .block-top-search--cards li .icon-wrap img {
  display: block;
  width: 160px;
  height: 160px;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-search--cards li .txt {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin-inline: auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-feature {
  padding-inline: 15px;
  margin-block: 80px;
  width: 100%;
  min-width: 0;
}
.page-top .block-top-feature .common_btn {
  margin-top: 68px;
}
.page-top .block-top-feature--list-wrap {
  max-width: 1296px;
  margin: 0 auto;
  overflow: visible;
}
.page-top .block-top-feature--list-wrap::-webkit-scrollbar {
  display: none;
}
.page-top .block-top-feature--list-wrap .custom-scrollbar {
  position: relative;
  width: auto;
  height: 1px;
  background-color: #e5e5e5;
}
.page-top .block-top-feature--list-wrap .custom-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.page-top .block-top-feature--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 48px auto 0;
  padding-bottom: 24px;
}
.page-top .block-top-feature--list::-webkit-scrollbar {
  display: none;
}
.page-top .block-top-feature--list .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 306px;
  height: 306px;
  margin-right: 24px;
}
.page-top .block-top-feature--list .item:last-of-type {
  margin-right: 0;
}
.page-top .block-top-feature--list .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-top .block-top-feature--list .item .image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-feature--list .item:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-top .block-top-beginners {
  padding-inline: 15px;
  width: auto;
  background: #faf9ec;
  padding-block: 74px 70px;
  border: none;
  margin-block: 80px;
}
.page-top .block-top-beginners-item--items {
  margin: 0 auto;
}
.page-top .block-top-beginners-item--items::-webkit-scrollbar {
  display: none;
}
.page-top .block-top-beginners-item--items .custom-scrollbar {
  margin: 0 auto;
  position: relative;
  width: auto;
  height: 2px;
  background-color: #e5e5e5;
}
.page-top .block-top-beginners-item--items .custom-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.page-top .block-top-beginners-item--items .block-thumbnail-h li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .block-top-beginners-item--items .block-thumbnail-h li:last-of-type {
  margin-right: 0;
}
.page-top .block-top-beginners-item--items .block-thumbnail-h .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos {
  margin-bottom: 16px;
}
.page-top .block-top-beginners-item--items .block-thumbnail-h .block-thumbnail-h--goods-description .common_btn {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50;
  margin-top: auto;
}
.page-top .block-top-beginners-item--items .block-thumbnail-h .block-thumbnail-h--goods-description .common_btn a {
  width: 100%;
  height: 48px;
}
.page-top .block-recent-item {
  padding-inline: 15px;
  width: auto;
  background: #faf9ec;
  padding-block: 74px 80px;
  border: none;
  margin-block: 80px;
}
.page-top .block-recent-item .block-recent-item--keep-history {
  display: none;
}
.page-top .block-recent-item .block-thumbnail-h {
  display: none;
}
.page-top .block-recent-item:has(.custom-scrollbar) .block-thumbnail-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .block-recent-item--items {
  width: 1296px;
  width: auto;
  margin: 0 auto;
}
.page-top .block-recent-item--items::-webkit-scrollbar {
  display: none;
}
.page-top .block-recent-item--items .custom-scrollbar {
  position: relative;
  margin-inline: auto;
  height: 2px;
  background-color: #e5e5e5;
}
.page-top .block-recent-item--items .custom-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.page-top .block-thumbnail-h {
  max-width: 1296px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  margin-inline: auto;
  padding-bottom: 24px;
}
.page-top .block-thumbnail-h::-webkit-scrollbar {
  display: none;
}
.page-top .block-thumbnail-h li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 240px;
  padding: 0;
  margin: 0;
  margin-right: 24px;
}
.page-top .block-thumbnail-h li:last-of-type {
  margin-right: 0;
}
.page-top .block-thumbnail-h--goods-image {
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
}
.page-top .block-thumbnail-h--goods-image figure {
  position: static;
  padding: 0;
}
.page-top .block-thumbnail-h--goods-image figure img {
  width: 100%;
}
.page-top .block-thumbnail-h--goods-description {
  display: -ms-grid;
  display: grid;
  padding-inline: 8px;
  margin-top: 18px;
}
.page-top .block-thumbnail-h--goods-description .variation-name {
  display: none;
}
.page-top .block-thumbnail-h--goods-description .block-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 10px;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--goods-txt {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  color: #888;
  font-size: 12px;
  letter-spacing: 0.24px;
  margin-top: 10px;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
  font-size: 16px;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .price {
  text-align: left;
  margin-top: 8px;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .default-price {
  margin-top: -3px;
  text-align: left;
  font-weight: 500;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--price-infos .default-price span {
  text-align: left;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--scomment {
  display: none;
}
.page-top .block-thumbnail-h--goods-description .block-thumbnail-h--price-items:has(.default-price) .price {
  color: #da1818;
  font-weight: bold;
  text-align: left;
}
.page-top .block-top-event {
  width: auto;
  background: #faf9ec;
  padding-block: 75px;
  padding-inline: 15px;
  margin-block: 80px;
  border: none;
}
.page-top .block-top-event .block-ranking-r {
  display: none;
}
.page-top .block-top-event:has(.custom-scrollbar) .block-ranking-r {
  display: block;
}
.page-top .block-top-event .block-ranking-r {
  width: 1296px;
  margin: 0 auto;
  overflow: visible;
}
.page-top .block-top-event .block-ranking-r::-webkit-scrollbar {
  display: none;
}
.page-top .block-top-event .block-ranking-r .custom-scrollbar {
  position: relative;
  width: auto;
  height: 2px;
  background-color: #e5e5e5;
}
.page-top .block-top-event .block-ranking-r .custom-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.page-top .block-top-event .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 auto;
  padding-bottom: 24px;
}
.page-top .block-top-event .block-ranking-r--items::-webkit-scrollbar {
  display: none;
}
.page-top .block-top-event .block-ranking-r--items li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 240px;
  padding: 0;
  margin: 0;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .block-top-event .block-ranking-r--items li:last-of-type {
  margin:0;
}
.page-top .block-top-event .block-ranking-r--items .block-ranking-r--goods {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .block-top-event .block-ranking-r--items .block-ranking-r--goods-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .block-top-event .block-top-event--goods {
  margin: 0;
}
.page-top .block-ranking-r--goods {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}
.page-top .block-ranking-r--goods-description {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-inline: 8px;
}
.page-top .block-ranking-r--goods-description .block-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.page-top .block-ranking-r--goods-description .variation-name {
  display: none;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--scomment {
  display: none;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--price-items .price {
  text-align: left;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--price-items .default-price {
  margin-top: -3px;
  text-align: left;
  font-weight: 500;
}
.page-top .block-ranking-r--goods-description .block-ranking-r--price-items:has(.default-price) .price {
  color: #da1818;
  font-weight: bold;
  text-align: left;
}
.page-top .block-ranking-r--goods-image {
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
}
.page-top .block-ranking-r--goods-image figure {
  position: static;
  padding: 0;
}
.page-top .block-ranking-r--goods-image figure img {
  width: 100%;
}
.page-top .block-ranking-r--goods-image .block-ranking-r--rank {
  font-family: "Lato", sans-serif;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  color: #888;
  font-size: 16px;
  background: #f3eeee;
  border-radius: 0;
}
.page-top .block-ranking-r--goods-image .block-ranking-r--rank:after {
  content: none;
}
.page-top .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  color: #fff;
  background: #bea66a;
}
.page-top .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  color: #fff;
  background: #ababab;
}
.page-top .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #fff;
  background: #9f8d7f;
}
.page-top .block-top-free-1 {
  margin: 80px 0 72px;
  padding-inline: 15px;
}
.page-top .block-top-support {
  max-width: 1296px;
  margin: auto;
}
.page-top .block-top-support--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}
.page-top .block-top-support--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.page-top .block-top-support--item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.page-top .block-top-support--item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #333;
  opacity: 0.2;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.page-top .block-top-support--item:hover:before {
  opacity: 0.4;
}
.page-top .block-top-support--item:hover .desc {
  opacity: 1;
}
.page-top .block-top-support--item .body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 16px;
  text-align: center;
  z-index: 2;
}
.page-top .block-top-support--item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.page-top .block-top-support--item .desc {
  height: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  padding-top: 24px;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-topic {
  width: auto;
  background: #faf9ec;
  padding-block: 75px 80px;
  border: none;
  margin: 77px auto 80px;
}
.page-top .block-top-topic span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.7px;
  color: #333;
}
.page-top .block-top-topic .block-top-topic--icon {
  display: none;
}
.page-top h2.after-border {
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2.8px;
  padding: 0;
}
.page-top h2.after-border:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 4px;
  height: 28px;
  background: #80add0;
}
.page-top .block-top-topic--body {
  width: 1000px;
  max-width: 100%;
  margin: 48px auto 0;
}
.page-top .block-top-topic--items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .block-top-topic--items li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}
.page-top .block-top-topic--items li a {
  display: block;
  padding: 22px 16px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-top .block-top-topic--items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0;
}
.page-top .block-top-topic--items dt {
  font-family: "Lato", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  color: #888;
}
.page-top .block-top-topic--items dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
}
.page-top .block-top-topic--next-page {
  margin: 40px auto 0;
  text-align: center;
}
.page-top .block-top-topic--next-page a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 56px;
  background: transparent;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top .block-top-topic--next-page a:before,
.page-top .block-top-topic--next-page a:after {
  content: none;
}
.page-top .block-top-topic--next-page a:hover {
  color: #fff;
  background: #000;
}
.page-top .block-top-free-2 {
  width: auto;
  max-width: 1325px;
  margin-block: 80px;
  padding-inline: 15px;
}
.page-top .block-top-sns span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.7px;
  color: #333;
}
.page-top .block-top-sns--header {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  padding: 0;
}
.page-top .block-top-sns--header:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 4px;
  height: 28px;
  background: #80add0;
}
.page-top .block-top-sns--body {
  margin-top: 48px;
}
.page-top .block-top-sns--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-top .block-top-sns--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f8f8f8;
}
.page-top .block-top-sns--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
  padding: 45px 24px 40px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-top .block-top-sns--item a:hover {
  opacity: 0.7;
}
.page-top .block-top-sns--item .icon {
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-top .block-top-sns--item .account {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.page-top .block-top-sns--item .desc {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.page-top .block-top-instagram {
  padding-inline: 15px;
}
.page-top .hacobune-gallery .hacobune-app-container {
  max-width: 1296px;
  padding: 0;
}
.page-top .hacobune-gallery .hacobune-slider-container .custom-scrollbar {
  position: relative;
  width: auto;
  height: 1px;
  background-color: #e5e5e5;
  /* margin-top: 16px; */
}
.page-top .hacobune-gallery .hacobune-slider-container .custom-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.page-top .hacobune-gallery .hacobune-slider-container .hacobune-swiper-wrapper {
  padding-bottom: 20px;
}
.page-top .hacobune-gallery .hacobune-slider-container .hacobune-card-slider-list-item-description,
.page-top .hacobune-gallery .hacobune-slider-container .hacobune-card-slider-list-item-caption {
  display: none;
}
.page-top .hacobune-gallery .hacobune-swiper-slide {
  height: 427px !important;
}
.page-top .hacobune-gallery .hacobune-card-slider-list-item,
.page-top .hacobune-gallery .hacobune-card-slider-list-item-wrapper,
.page-top .hacobune-gallery .hacobune-card-slider-list-item-main,
.page-top .hacobune-gallery .hacobune-card-slider-list-item-figure,
.page-top .hacobune-gallery .hacobune-card-slider-list-item-container {
  height: 427px;
}
.page-top .hacobune-gallery .hacobune-card-slider-list-item-figure-thumbnail {
  width: 100%;
  height: 427px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .hacobune-gallery .hacobune-containers-card-slider .card-slider-hacobune-slider-prev,
.page-top .hacobune-gallery .hacobune-containers-card-slider .card-slider-hacobune-slider-next {
  display: none;
}