@charset "UTF-8";

:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}

#customReconstructionSource {
  display: none;
}

.block-top-event {
  width: 100%;
  margin: 88px 0;
  padding: 60px 16px;
  background-color: #f8f8f8;
}

.block-top-event h1:nth-child(n+2),
.block-top-event h2:nth-child(n+2) {
  padding-top: 100px;
}

h2.event_head {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 20px;
  text-align: center;
}

h2.event_head .main {
  font-size: 34px;
  font-family: "Quicksand", serif;
  letter-spacing: 0.16em;
}

h2.event_head .sub {
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
}

.block-top-event--goods {
  max-width: 1200px;
  padding-top: 64px;
  margin: auto;
}

.block-thumbnail-t li dl {
  max-width: 260px;
}

.event_link_wrap {
  width: 100%;
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.event_link {
  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;
  border: 1px solid #010101;
  border-radius: 33px;
  padding: 21px 115px 17px;
}

a.event_link .main {
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

a.event_link .btn {
  width: 48px;
  height: 48px;
  padding: 0;
  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;
  background: #333;
  border-radius: 50%;
}

a.event_link .btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.brand_menu_wrap {
  width: 100%;
  height: 60px;
  padding-right: 3px;
  display: none;
  position: relative;
}

.brand_menu_wrap:has(.brand_menu_list) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand_menu_btn {
  width: 68px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.brand_menu_btn:hover {
  color: #bad06a;
}

.brand_menu_btn span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.brand_menu_btn:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 7px;
  height: 13px;
  background-image: url("/img/usr/common/icons/arrow_small__black.png");
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brand_menu_btn.is_active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brand_menu_list {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 10px -7px #ccc;
  box-shadow: 6px 6px 10px -7px #ccc;
}

.brand_menu_list_item {
  border-bottom: 1px solid #eee;
}

.brand_menu_link {
  width: auto;
  height: 100%;
  padding: 9px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  white-space: nowrap;
  background: #fff;
  text-align: left;
  text-decoration: none;
  position: relative;
}

.brand_menu_link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #888;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.brand_menu_link:hover:before {
  width: 100%;
}

.brand_mv_main_contaier {
  min-height: 0.5vw;
}

.brand_mv_main_slide img {
  aspect-ratio: 62/23;
}

.brand_mv_main_pagination {
  height: 23px;
  margin-top: 40px;
  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;
}

.brand_mv_main_pagination #slide-current {
  position: relative;
}

.brand_mv_main_pagination #slide-current:before {
  content: '';
  display: inline-block;
  padding-right: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  background-image: url("/img/usr/common/icons/arrow_small__black.png");
}

.brand_mv_main_pagination #slide-current:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 2px;
  right: 0;
}

.brand_mv_main_pagination #slide-length {
  position: relative;
}

.brand_mv_main_pagination #slide-length:after {
  content: '';
  display: inline-block;
  padding-left: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  background-image: url("../../img/usr/common/icons/arrow_small__black.png");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brand_mv_main_pagination_num {
  width: 60px;
  padding: 0 0.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.brand_mv_main_pagination_num:hover {
  opacity: 0.7;
}

.brand_gender_selct {
  margin-top: 60px;
  padding: 25px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  background: #f9f9f9;
}

.brand_gender_selct_item {
  text-align: center;
  text-decoration: none;
}

.brand_gender_selct_item_img img {
  aspect-ratio: 1/1;
}

.brand_gender_selct_item_name {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.brand_contents {
  margin: 60px 0 100px;
}

.brand_contents_title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
}

.brand_contents_container {
  width: 100%;
  margin: 20px auto;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.brand_contents_banner img {
  aspect-ratio: 1/1;
}

.page-top .pane-left-menu {
  display: none;
}

.page-top a {
  text-decoration: none;
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-top a:hover {
  color: #333 !important;
  opacity: .8;
}

.wrapper {
  padding-top: var(--header-height, 0);
}

body.page-top .pane-contents .container {
  width: auto;
}

body.page-top .pane-main {
  display: block;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  width: 100%;
  margin: 0 auto;
}

#block_of_top_free1 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: unset;
}

.top_category {
  width: 100%;
  margin: 108px 0 120px;
  padding: 0 16px;
  position: relative;
  border-top: unset;
}

h2.top_category_head {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
}

h2.top_category_head .main {
  font-size: 30px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.1em;
}

h2.top_category_head .sub {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", serif;
  letter-spacing: 0.16em;
}

.top_category_items {
  max-width: 1200px;
  padding-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  gap: 30px 66px;
  margin: auto;
}

a.top_category_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 12px;
}

a.top_category_item .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

a.top_category_item .name {
  font-weight: 500;
  text-align: center;
}

#block_of_top_free2 {
  width: 100%;
  padding: 0;
}

.block-pagecategory,
.top_gift {
  width: 100%;
  margin: unset;
  padding: 70px 16px 88px;
}

.top_gift {
  background: url("/img/usr/top/gift_bg.jpg") no-repeat center/cover;
}

h2.top_gift_head {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1.5rem;
  text-align: center;
}

h2.top_gift_head .main {
  font-size: 30px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.3rem;
}

h2.top_gift_head .sub {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", serif;
  letter-spacing: 0.16em;
}

.top_gift_container {
  max-width: 1200px;
  margin: auto;
}

.top_gift_items {
  width: 100%;
  padding: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 54px;
  background: #fff;
  margin-top: 60px;
}

a.top_gift_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  background: #f8f8f8;
  padding-right: 32px;
}

a.top_gift_item .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

a.top_gift_item .name {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}

.top_gift_feature {
  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;
}

.top_gift_feature .img {
  width: 350px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

a.top_gift_feature_item {
  background: #fff;
}

h2.pagecategory_head {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 24px;
  text-align: center;
}

h2.pagecategory_head .main {
  font-size: 48px;
  font-weight: 500;
  font-family: "Alike Angular", serif;
  letter-spacing: 0.06em;
}

h2.pagecategory_head .sub {
  font-size: 24px;
  font-weight: 400;
  font-family: "Alike Angular", serif;
}

.future_container {
  width: 100%;
  margin: 0;
  padding: 64px 0 120px;
  background: #02153d;
}

h2.future_head {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 16px;
  text-align: center;
  color: #fff;
}

h2.future_head .main {
  font-size: 30px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.1em;
}

h2.future_head .sub {
  font-size: 16px;
  font-weight: 500;
  font-family: "Quicksand", serif;
  letter-spacing: 0.16em;
}

#future_splide {
  margin-top: 60px;
  padding-left: 102px;
}

#future_splide .splide__slide {
  width: 322px;
}

#future_splide .splide__slide a:hover {
  opacity: 1;
}

#future_splide .splide__slide .img {
  aspect-ratio: 322/434;
}

#future_splide .splide__slide .img img {
  width: 100%;
  aspect-ratio: 322/434;
  -o-object-fit: cover;
  object-fit: cover;
}

#future_splide .splide__slide .name {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  margin-top: 32px;
  letter-spacing: 0.1em;
}

#future_splide .splide__arrow {
  width: 64px;
  height: 64px;
  background: #333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  bottom: auto;
  top: -60px;
}

#future_splide .splide__arrow:hover {
  opacity: 0.7;
}

#future_splide .splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

#future_splide .splide__arrow--prev {
  left: calc(20% - 56px);
}

#future_splide .splide__arrow--next {
  right: calc(20% - 56px);
}

#mv_splide .splide__slide {
  max-width: 940px;
}

#mv_splide .splide__slide img {
  aspect-ratio: 940/580;
  -o-object-fit: cover;
  object-fit: cover;
}

#mv_splide .splide__arrow {
  width: 48px;
  height: 48px;
  background: #333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

#mv_splide .splide__arrow:hover {
  opacity: 0.7;
}

#mv_splide .splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

#mv_splide .splide__arrow--prev {
  left: calc(20% - 56px);
}

#mv_splide .splide__arrow--next {
  right: calc(20% - 56px);
}

#mv_splide .splide__pagination {
  bottom: -56px;
}

#mv_splide .splide__pagination__page {
  background-color: #e5e5e5;
  opacity: 1;
  width: 20px;
  height: 4px;
  border-radius: 50px;
}

#mv_splide .splide__pagination__page.is-active {
  background-color: #c71749;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-top .pane-contents {
  padding: 0;
}

.page-top #block_of_topic {
  width: 100%;
  margin: unset;
  padding: 144px 16px 136px;
}

.page-top #block_of_topic .block-top-topic--body {
  max-width: 1200px;
  padding-top: 54px;
  margin: auto;
}

.page-top #block_of_topic .block-top-topic--items {
  display: -ms-grid;
  display: grid;
  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 {
  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", 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: 40px 0;
}

.page-top #block_of_topic .block-top-topic--items .block-top-topic--icon {
  height: 23px;
}

.page-top .block-top-topic--next-page {
  display: none;
}

.page-top .block-top-topic--header {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

.page-top .block-top-topic--header:after {
  content: "SEASONAL NEWS";
  font-size: 16px;
  display: block;
  font-family: "Quicksand", serif;
  letter-spacing: 0.16em;
}