@charset "UTF-8";
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
  --header-offset: 0px;
}
a,
button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover,
button:hover {
  opacity: 0.7;
}
#cookieBox {
  z-index: 10000000;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: var(--header-offset);
}
.pane-contents {
  padding-bottom: 0;
}
/* ---------------------*
Layout
*--------------------- */
.pane-contents .container {
  width: auto;
  display: block;
}
.pane-contents .pane-left-menu {
  display: none;
}
.pane-contents .pane-right-menu {
  margin: 0;
}
/* ---------------------*
TOP_BODY_PATTERN_A
*--------------------- */
.block-top-body {
  margin-top: 28px;
}
/* ---------------------*
/* ---------------------*
MV
*--------------------- */
.mv_splide_container {
  padding-bottom: 75px;
}
#mv_splide .splide__slide {
  max-width: 530px;
}
#mv_splide .splide__slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv_splide .splide__pagination {
  bottom: -75px;
  margin: 30px 0;
  gap: 12px;
}
#mv_splide .splide__pagination__page {
  background-color: #d9d9d9;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50px;
}
#mv_splide .splide__pagination__page.is-active {
  background-color: #73716d;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mv_splide .splide__arrows {
  position: static;
}
#mv_splide .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #73716d;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
          box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#mv_splide .splide__arrow:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
          box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
#mv_splide .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#mv_splide .splide__arrow svg {
  fill: #fff;
}
#mv_splide .splide__arrow--prev {
  left: 15px;
}
#mv_splide .splide__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 2px;
}
#mv_splide .splide__arrow--next {
  right: 15px;
}
#mv_splide .splide__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}
/* ---------------------*
TOP_FREE1_PATTERN_A
*--------------------- */
.block-top-free-1 {
  padding: 10px 0 30px;
}
.free_item_list {
  width: unset;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.free_item_list_item a {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  text-decoration: none;
}
.free_item_list_item_img {
  width: 100%;
}
.free_item_list_item_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.free_item_list_item_txt {
  font-size: 16px;
  font-weight: 300;
}
/* ---------------------*
block-top-event
*--------------------- */
.block-top-event {
  padding: 30px 0;
}
.block-top-event {
  width: 100% !important;
  margin: unset !important;
}
h2.event_head {
  width: 100%;
  margin: 30px 0;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 16px;
  text-align: center;
  font-weight: unset;
  background-color: unset;
  text-transform: uppercase;
}
h2.event_head a {
  display: contents;
}
h2.event_head .main {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.1;
}
h2.event_head .sub {
  font-size: 16px;
  font-weight: 400;
}
h2.block-top-event--header {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  border: inherit;
}
h2.block-top-event--header:after {
  content: none;
}
h2.block-top-event--header span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
a.event_link {
  width: 200px;
  height: 48px;
  margin: 30px auto 90px;
  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;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #73716d;
  border: 1px solid #73716d;
  text-decoration: none;
  border-radius: 24px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a.event_link:hover {
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #73716d;
}
.block-top-event--goods {
  width: unset;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
  margin-block: 40px;
}
.block-top-event--goods .block-thumbnail-t {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.block-top-event--goods .block-thumbnail-t li {
  display: contents;
  margin: 0;
  padding: 0;
}
/* ---------------------*
TOP_FREE2_PATTERN_A
*--------------------- */
#block_of_top_free2 {
  width: 100%;
}
.genre_list_container {
  background-color: #f5f3f0;
  padding-block: 40px 88px;
}
.genre_list {
  width: unset;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px 20px;
}
.genre_list_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;
  gap: 20px;
  text-decoration: none;
}
.genre_list_item a:hover .img,
.genre_list_item a:hover .icon {
  border: 1px solid #d9bb82;
}
.genre_list_item a:hover .name {
  color: #333;
}
.genre_list_item a:hover .icon {
  background-color: #d9bb82;
}
.genre_list_item a:hover .icon:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.genre_list_item .img {
  width: 140px;
  height: 140px;
  padding: 42px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 70px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 1024px) {
  .genre_list_item .img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}
@media (max-width: 480px) {
  .genre_list_item .img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
.genre_list_item .name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px;
  grid-template-columns: auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 16px;
  word-break: break-word;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.genre_list_item .name .icon {
  width: 20px;
  height: 20px;
  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;
  border: 1px solid #333;
  border-radius: 10px;
}
.genre_list_item .name .icon:after {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* ---------------------*
_block_top_category
*--------------------- */
/* ---------------------*
_futurelist
*--------------------- */
/* ---------------------*
_frevico_custom
*--------------------- */
/* ---------------------*
_visumo_custom
*--------------------- */
/* ---------------------*
_pagecategory
*--------------------- */
/* ---------------------*
_block_top_topic
*--------------------- */
.page-top .pane-contents {
  padding: 0;
}
.page-top #block_of_topic {
  width: unset;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: unset;
}
.page-top #block_of_topic .block-top-topic--body {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
}
.page-top #block_of_topic .block-top-topic--items {
  display: -ms-grid;
  display: grid;
  margin: 0 auto 40px;
  border-top: 1px solid #dedede;
}
.page-top #block_of_topic .block-top-topic--items li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.page-top #block_of_topic .block-top-topic--items li:nth-child(2n) {
  margin: 0;
}
.page-top #block_of_topic .block-top-topic--items dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.page-top #block_of_topic .block-top-topic--items dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  margin: 0;
}
.page-top #block_of_topic .block-top-topic--items dd {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page-top #block_of_topic .block-top-topic--items li > dl,
.page-top #block_of_topic .block-top-topic--items li > a {
  padding: 2em 0;
}
.page-top #block_of_topic .block-top-topic--items .block-top-topic--icon {
  height: 23px;
}
.page-top .block-top-topic--next-page {
  text-align: unset;
  margin-top: 30px;
}
.page-top .block-top-topic--next-page a {
  width: 200px;
  height: 48px;
  margin: 30px auto 90px;
  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;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #73716d;
  border: 1px solid #73716d;
  text-decoration: none;
  border-radius: 24px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.page-top .block-top-topic--next-page a:hover {
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #73716d;
}
.page-top h2.block-top-topic--header {
  width: 100%;
  margin: 40px 0 30px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-top h2.block-top-topic--header:after {
  content: "NEWS";
  font-size: 16px;
  display: block;
  letter-spacing: 0.16em;
}
.page-top h2.block-top-topic--header.bg-after-color:after {
  background: none !important;
}
