<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(&gt; input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

html {
  height: 100%;
}

body {
  background-color: #FFFAEB;
  background-image: url(../img/background.svg);
  background-repeat: repeat;
  background-size: 28px auto;
  margin: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  height: 100%;
  width: 100%;
  font-weight: 500;
}

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

img {
  width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: bottom;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=submit],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=submit],
button {
  border: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
select,
textarea {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

input::-moz-selection, textarea::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
}

input::selection,
textarea::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

@media all and (min-width: 1025px) {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 1367px) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
  .u-dn-pc-s {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-dn-tablet {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .u-dn-tablet-l {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .u-dn-tablet-p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .u-dn-mobile {
    display: none;
  }
}

.c-btn {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  font-size: clamp(0.938rem, 0.842rem + 0.48vw, 1.25rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  text-decoration: none;
}
.c-btn__onlineStoreLinks {
  background-color: #7a86b9;
  -webkit-box-shadow: 0 5px 0 #5563a1;
          box-shadow: 0 5px 0 #5563a1;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em;
  max-width: 460px;
}
@media all and (min-width: 768px) {
  .c-btn__onlineStoreLinks {
    max-width: 600px;
    width: 100%;
  }
}
.c-btn__onlineStoreLinks:hover {
  -webkit-box-shadow: 0 2px 0 #5563a1;
          box-shadow: 0 2px 0 #5563a1;
}
.c-btn__bookStoreLinks {
  background-color: #FFC917;
  -webkit-box-shadow: 0 5px 0 #d9a600;
          box-shadow: 0 5px 0 #d9a600;
  max-width: 400px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8em;
}
.c-btn__bookStoreLinks:hover {
  -webkit-box-shadow: 0 2px 0 #d9a600;
          box-shadow: 0 2px 0 #d9a600;
}

.c-btn__trial {
  color: #fff;
  display: inline-block;
  background-color: #938470;
  border: 2px solid #fff;
  border-radius: 1000px;
  font-weight: 600;
  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;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .c-btn__trial {
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  }
}
@media all and (min-width: 768px) {
  .c-btn__trial {
    font-size: clamp(0.75rem, 0.468rem + 0.59vw, 0.938rem);
  }
}
.c-btn__trial:hover {
  background-color: #a99d8d;
}
.c-btn__trial img {
  width: 1.4em;
  margin-right: 0.5em;
}

.c-emphasis {
  color: #D65E28;
  font-size: clamp(1.25rem, 1.059rem + 0.96vw, 1.875rem);
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFBA0));
  background: linear-gradient(transparent 60%, #FFFBA0 0%);
}

.wrapper {
  padding: 0 1.5em;
  font-size: clamp(0.938rem, 0.842rem + 0.48vw, 1.25rem);
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  padding: 0 5% 0 5%;
}
@media all and (min-width: 768px) {
  .wrapper {
    padding: 3em 5% 0 5%;
    overflow: visible;
  }
}

.p-section__main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .p-contentHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-block__mainTitle {
  color: #fff;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .p-block__mainTitle {
    margin-top: 0;
    width: calc(100% - 220px);
  }
}
.p-block__mainTitle .p-title__main {
  margin: 0;
  width: 100%;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-block__mainTitle .p-title__main {
    max-width: 760px;
  }
}
.p-block__mainTitle .p-balloon {
  width: 90%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media all and (min-width: 768px) {
  .p-block__mainTitle .p-balloon {
    width: 80%;
    max-width: 560px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.p-block__release .p-display--mobile {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #AF8A62;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.3em 0.75em;
}
.p-block__release .p-display--pc {
  display: none;
}
@media all and (min-width: 768px) {
  .p-block__release {
    width: 25%;
    margin-right: 3%;
  }
  .p-block__release .p-display--mobile {
    display: none;
  }
  .p-block__release .p-display--pc {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .p-content {
    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;
    padding-top: 2em;
  }
}
.p-content .p-image {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media all and (min-width: 768px) {
  .p-content .p-image {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    width: 50%;
  }
}
.p-content .p-image .p-image__guideBook {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .p-content .p-image .p-image__guideBook {
    width: 86%;
  }
}
.p-content .p-text {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-content .p-text {
    top: -2em;
    width: 50%;
    margin-left: 2em;
  }
}
.p-content .p-text .p-textHead {
  color: #D65E28;
  margin-bottom: 0.25em;
  line-height: 1.4;
  position: relative;
}
@media all and (max-width: 767px) {
  .p-content .p-text .p-textHead {
    font-size: clamp(1.125rem, 0.232rem + 4.46vw, 2.375rem);
  }
}
@media all and (min-width: 768px) {
  .p-content .p-text .p-textHead {
    font-size: clamp(1.25rem, -0.067rem + 2.74vw, 2.125rem);
  }
}
.p-content .p-text .p-block {
  position: relative;
  margin-top: 4.5em;
}
.p-content .p-text .p-block .p-text__detail {
  padding-top: 1em;
  padding-left: 3em;
}
@media all and (min-width: 768px) {
  .p-content .p-text .p-block .p-text__detail {
    padding-top: 0.5em;
    padding-left: 2em;
  }
}
.p-content .p-text .p-block:nth-of-type(2) {
  margin-bottom: 2em;
}
.p-content .p-text .c-tag {
  position: absolute;
  top: -4em;
  left: -1.2em;
}
@media all and (max-width: 767px) {
  .p-content .p-text .c-tag {
    width: 35%;
  }
}
@media all and (min-width: 768px) {
  .p-content .p-text .c-tag {
    max-width: 158px;
    width: 45%;
  }
}
.p-content .p-text span:not(.c-tag) {
  display: block;
}
.p-content .p-text p {
  margin: 0;
}
@media all and (max-width: 767px) {
  .p-content .p-text p {
    font-size: clamp(0.875rem, 0.25rem + 3.13vw, 1.75rem);
  }
}
@media all and (min-width: 768px) {
  .p-content .p-text p {
    font-size: clamp(0.938rem, 0.279rem + 1.37vw, 1.375rem);
  }
}
.p-content .p-text p:not(:first-of-type) {
  position: relative;
}
.p-content .p-text p:not(:first-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/special/2022/guidebook/assets/img/img_decoration--03.svg") no-repeat;
  background-size: cover;
  z-index: 0;
  width: 46px;
  height: 46px;
  bottom: -48%;
  left: 92%;
}
@media all and (min-width: 768px) {
  .p-content .p-text p:not(:first-of-type)::after {
    width: 67px;
    height: 67px;
    bottom: -45%;
    left: 102%;
  }
}

ul.p-onlineStoreLinks {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  ul.p-onlineStoreLinks .c-onlineStoreLinks__item {
    margin-top: 3em;
  }
}
@media all and (min-width: 768px) {
  ul.p-onlineStoreLinks {
    max-width: 928px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  ul.p-onlineStoreLinks .c-onlineStoreLinks__item {
    width: 50%;
  }
  ul.p-onlineStoreLinks .c-onlineStoreLinks__item:last-child {
    margin-left: 2em;
  }
}

.p-copy--large {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: clamp(1.625rem, 1.434rem + 0.96vw, 2.25rem);
}

.p-copy--large + p {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2em;
}

.p-section-bookStore {
  background-color: #AF8A62;
  text-align: center;
  color: #fff;
  padding: 3em 2em 1em 2em;
  margin: 5em calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
}
.p-section-bookStore .p-section__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.p-bookStoreLinks {
  background: #fff;
  border-radius: 16px;
  color: #000;
  padding: 1.5em;
}
@media all and (min-width: 768px) {
  .p-bookStoreLinks {
    padding: 2em;
    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;
  }
}

@media all and (max-width: 767px) {
  .c-bookStoreLinks__item:first-child {
    padding-bottom: 2em;
  }
  .c-bookStoreLinks__item:last-child {
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
  }
}
@media all and (min-width: 768px) {
  .c-bookStoreLinks__item {
    width: 50%;
  }
  .c-bookStoreLinks__item:first-child {
    padding-right: 1em;
  }
  .c-bookStoreLinks__item:last-child {
    border-left: 1px solid #ccc;
    padding-left: 1em;
  }
}

.c-btn__shopName {
  margin-bottom: 0.5em;
  font-size: clamp(1.25rem, 1.174rem + 0.38vw, 1.5rem);
}

.c-btn__text {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: clamp(0.875rem, 0.837rem + 0.19vw, 1rem);
}

p.c-copyright {
  margin-top: 3em;
  font-size: clamp(0.625rem, 0.587rem + 0.19vw, 0.75rem);
}/*# sourceMappingURL=main.css.map */</pre></body></html>