<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: fantasy village
Theme URI:
Description:
Version: 1.0
Author: fantasy village
Author URI:
*/
@-ms-viewport {
  width: device-width;
}

*,
*:hover,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  border-top: 0 solid transparent;
}

body .search_input {
  box-sizing: content-box;
}

.wrap {
  font-family: "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  color: #000;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-top: none;
  font-weight: 500;
  font-feature-settings: "palt";
}

.wrap p {
  line-height: 1.8;
  letter-spacing: normal;
}

.wrap li {
  list-style-type: none;
}

.wrap header, .wrap nav, .wrap main, .wrap footer {
  display: block;
}

.wrap a img {
  filter: contrast(100%) saturate(100%);
  opacity: .95;
  transition: all .15s ease;
}

.wrap a img:hover {
  opacity: 1;
  filter: contrast(80%) saturate(100%);
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.bold-on {
  font-weight: 600 !important;
}

.bold-off {
  font-weight: normal !important;
}

.pc-disp {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .sp-disp {
    display: block !important;
  }
}

.pad-l_0 {
  padding-left: 0 !important;
}

.pad-t_0 {
  padding-top: 0 !important;
}

.pad-b_0 {
  padding-bottom: 0 !important;
}

.pad-r_0 {
  padding-right: 0 !important;
}

.border-none {
  border: none !important;
}

.color-b {
  color: #656766 !important;
}

.color-r {
  color: #aa5959 !important;
}

.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .indent_02 {
    margin-left: 0;
  }
}

.mark {
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #aa5959 transparent transparent transparent;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  transform: rotateZ(180deg);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .mark {
    border-width: 24px 24px 0 0;
  }
}

.wb-breakall {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wb-breakword {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.circle {
  border: solid 1px #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.border {
  border-bottom: solid 1px #000;
}

.border-none {
  border: none !important;
}

.flex-box {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .flex-box {
    flex-direction: column;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .active-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .active-title:hover, .accordion-container .active-title:active {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .content-entry.open .active-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .active-title:hover i:before, .accordion-container .active-title:hover i:active {
  color: white;
}

.accordion-container .content-entry.open i {
  color: white;
}

.active-title {
  position: relative;
}

.active-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
}

.active-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contents {
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

.arrow-type {
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-pos-r01 {
  right: 4px;
}

.arrow-pos-r02 {
  right: 30px;
}

.mrg-t01 {
  margin-top: 20px;
}

.mrg-t02 {
  margin-top: 48px;
}

.mrg-l {
  margin-left: 16px;
}

.indent {
  text-indent: 0.6em;
  display: inline-block;
}

.header a {
  text-decoration: none;
  outline: none;
  display: block;
}

.header a:link, .header a:visited {
  color: #000;
  text-decoration: none;
}

.header a:hover {
  text-decoration: none;
}

.header form, .header input, .header textarea, .header label, .header button, .header select {
  appearance: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: auto;
}

.header form:focus, .header input:focus, .header textarea:focus, .header label:focus, .header button:focus, .header select:focus {
  border: none;
}

.header form:active, .header input:active, .header textarea:active, .header label:active, .header button:active, .header select:active {
  border: none;
}

header, footer {
  -webkit-text-size-adjust: 100%;
  font-family: "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

.header-inner {
  width: 1000px;
  padding: 0 50px;
  margin: auto;
}

.header-description {
  font-size: 12px;
}

.header-logo {
  margin-top: 4px;
}

.header-area-upper {
  display: flex;
  margin-top: 64px;
  justify-content: space-between;
}

.header-upper-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-upper-menu li {
  margin: 0 8px;
  font-size: 14px;
}

.header-upper-menu li:last-of-type {
  margin: 0;
}

.social {
  display: flex;
  padding-top: 16px;
  justify-content: flex-end;
}

.social-list {
  margin-right: 20px;
}

.social-list:last-of-type {
  margin-right: 0;
}

.social-list .img-size {
  width: 29px;
  height: 27px;
}

.header-lower-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 34px;
}

.header-lower-menu li {
  font-size: 18px;
}

.header-search {
  position: relative;
}

.search-icon {
  position: absolute;
  width: 22px;
  height: 20px;
  right: 20px;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-lower-list:first-of-type {
  position: relative;
  bottom: 20px;
}

.header-lower-list:last-of-type {
  position: relative;
  bottom: 20px;
}

.header-lower-list input {
  width: 340px;
  height: 40px;
  background: #eee;
  padding: 0 20px;
  border-radius: 1000px;
}

.megamenu:hover:after {
  position: absolute;
  margin: -35px 0 0 -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #000000 transparent transparent transparent;
  z-index: 9999;
}

.header-lower-item {
  position: relative;
}

.header-lower-item a {
  padding: 0 0 40px;
}

.megamenu-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.megamenu-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: url(https://gigaplus.makeshop.jp/fantasy2021/imgs/stripe.png) repeat;
  letter-spacing: -.4em;
  display: none;
}

.megamenu-list-01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  height: 570px;
  margin: auto;
  padding: 56px 0 20px;
}

.megamenu-list-02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  height: 300px;
  margin: auto;
  padding: 56px 0 20px;
}

.megamenu-list-item-01 {
  width: 20%;
  margin-bottom: 24px;
  letter-spacing: normal;
  margin-right: 1.64%;
}

.megamenu-list-item-01:nth-of-type(12), .megamenu-list-item-01:nth-of-type(12) {
  margin: 0;
}

.megamenu-list-item-01 img {
  width: 100%;
}

.megamenu-list-item-01 p {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
}

.megamenu-list-item-02 {
  width: 45%;
  margin-bottom: 24px;
  letter-spacing: normal;
  margin-right: 3.5%;
}

.megamenu-list-item-02:nth-of-type(3), .megamenu-list-item-02:nth-of-type(6) {
  margin: 0;
}

.megamenu-list-item-02 img {
  width: 100%;
}

.megamenu-list-item-02 p {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.megamenu-category {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.megamenu-sublist {
  font-size: 13px;
  padding: 0;
}

.megamenu-sublist li {
  margin-top: 16px;
}

#MakeShopTopSearchButton {
  background: url("https://gigaplus.makeshop.jp/fantasy2021/imgs/search.png") no-repeat center center;
  background-size: 22px 20px;
  text-indent: -9999em;
  position: absolute;
  right: 11px;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 30px;
}

.wrap .megamenu-list-name {
  line-height: 1.4;
}

.wrap .mv {
  width: 100%;
  margin: auto;
}

.wrap .mv img {
  max-width: 1000px;
  margin: auto;
}

.wrap .mv-bg {
  width: 100%;
}

.wrap .mv-slider {
  text-align: center;
  margin: auto;
  width: 100%;
}

.wrap #js-slider_01 .slick-slide {
  margin: 0 16px;
}

.wrap .banner {
  width: 1000px;
  margin: auto;
  text-align: center;
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap .banner a {
  display: block;
}

.wrap .banner a {
  margin-top: 40px;
}

.wrap .banner img {
  width: 100%;
}

.wrap .sec-01, .wrap .sec-03, .wrap .sec-04 {
  width: 100%;
  margin-top: 96px;
}

.wrap .sec-02 {
  width: 100%;
  background: #f5f5f5;
  margin: auto;
  margin-top: 96px;
  padding: 96px 0;
}

.wrap .sec-05 {
  width: 100%;
  background: #f5f5f5;
  margin: auto;
  margin-top: 96px;
  padding: 96px 0 80px;
}

.wrap .sec-inner {
  width: 1000px;
  margin: auto;
}

.wrap .icon_btn {
  width: 18px;
  height: 14px;
  margin-right: 4px;
  vertical-align: -1px;
}

.wrap .title-area {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.wrap .title-border {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}

.wrap .color-r {
  width: 4px;
  height: calc( 100% - 12px);
  background: #b50000;
}

.wrap .color-b {
  width: 4px;
  height: calc( 100% - 12px);
  background: #000;
}

.wrap .title-area-l {
  margin-left: 16px;
}

.wrap .title-area-r .btn {
  padding: 4px 20px;
  background: #000;
  color: #fff;
  width: 100%;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

.wrap .title-area-r .btn:after {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 16px;
}

.wrap .title {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.wrap .title-sub {
  font-size: 16px;
  padding-top: 4px;
  text-align: left;
}

.wrap .lineup {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.wrap .lineup-item {
  max-width: 22%;
}

.wrap .lineup-item img {
  width: 100%;
}

.wrap .lineup-item .item-pad01 {
  padding-top: 16px;
}

.wrap .lineup-item .item-pad02 {
  padding-top: 6px;
}

.wrap .news {
  width: 900px;
  margin: 48px auto 0;
}

.wrap .news-txt {
  padding-top: 16px;
}

.wrap .news-txt:first-of-type {
  padding-top: 0;
}

.wrap .news-txt a {
  display: flex;
  align-items: center;
}

.wrap .news-txt a time {
  margin-right: 20px;
}

.wrap .category {
  width: 100%;
  margin: auto;
}

.wrap .category-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap .category-title {
  width: 48%;
  margin-top: 48px;
}

.wrap .category-title img {
  width: 100%;
}

.wrap .category-title p {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
}

.wrap .category-item {
  width: 22%;
  margin-top: 40px;
}

.wrap .category-item img {
  width: 100%;
}

.wrap .category-item p {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
}

.wrap .shopping-guide-01 {
  margin-top: 56px;
}

.wrap .shopping-title {
  display: flex;
  align-items: center;
}

.wrap .shopping-title-en {
  font-size: 26px;
  margin-right: 16px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.wrap .shopping-title-ja {
  font-size: 16px;
}

.wrap .shopping-description {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.wrap .shopping-description-order {
  width: 22%;
  background: #fff;
  padding: 12px 16px 20px;
  position: relative;
}

.wrap .shopping-description-order .detail-btn {
  margin-top: 20px;
  padding: 8px 4px;
  background: #000;
  color: #fff;
  display: block;
  font-size: 14px;
  position: absolute;
  width: calc(100% - 32px);
  bottom: 16px;
}

.wrap .shopping-description-number {
  font-size: 32px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 4px;
}

.wrap .shopping-description-title {
  font-size: 18px;
}

.wrap .shopping-description-txt {
  padding-top: 8px;
  letter-spacing: 0.5px;
}

.wrap .caution {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  margin-top: 16px;
}

.wrap .shopping-guide-02 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 72px;
}

.wrap .shopping-txt {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.wrap .shopping-txt:before {
  content: "";
  border-top: 1px solid #000;
  margin: 8px 0 16px;
  display: block;
}

.wrap .shopping-columns {
  width: 46%;
}

.wrap .payment {
  padding: 20px 8px;
}

.wrap .contact {
  margin-top: 92px;
  font-weight: normal;
}

.wrap .footer-menu {
  display: flex;
  margin-top: 80px;
}

.wrap .footer-menu li {
  margin-right: 16px;
}

.wrap .footer-menu li a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: normal;
}

.wrap .footer-menu li a:before {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 4px;
}

.contents a {
  outline: none;
  display: block;
}

.contents a:link, .contents a:visited {
  color: #000;
  text-decoration: none;
}

.contents a:hover {
  text-decoration: none;
}

.footer {
  border: none;
}

.footer a {
  outline: none;
  display: block;
}

.footer a:link, .footer a:visited {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}

.footer-menu {
  display: flex;
  margin-top: 80px;
}

.footer-menu li {
  margin-right: 16px;
}

.footer-menu li a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: normal;
}

.footer-menu li a:before {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 4px;
}

.copyright {
  color: #000;
  background: #fff;
  font-family: "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  text-align: center;
  padding: 26px 0 42px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}</pre></body></html>