<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

.btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background: #86b8ba;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 0.875rem 2.5rem;
  position: relative;
  line-height: 1;
}
.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #ffffff;
}
.btn:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 12px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #231815;
}

a {
  text-decoration: none;
}

header {
  max-height: 720px;
  height: 80vh;
  background: url("../img/bg.jpg") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  header {
    max-height: 960px;
    height: 90vh;
  }
}
header .inner {
  width: 100%;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 749px) {
  header .inner {
    padding-bottom: 13.125rem;
  }
}
header .inner span {
  width: 60%;
  max-width: 500px;
  display: block;
  margin: 0 auto 1.875rem;
}
header h1 {
  padding: 2.8125rem 0;
  position: relative;
}
header h1 img {
  display: block;
  width: 80%;
  max-width: 478px;
  height: auto;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
header h1:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f2bc00;
  mix-blend-mode: multiply;
}

main img {
  width: 100%;
  height: auto;
}
main section .inner {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
main section .inner h2 {
  max-width: 569px;
  width: 80%;
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 750px) {
  main section .inner .point {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  main section .inner .point li {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  main section .inner .point {
    text-align: center;
    display: flow-root;
    margin-bottom: 35px;
  }
  main section .inner .point li {
    width: 46.875%;
    display: inline-block;
  }
  main section .inner .point li:first-child {
    margin: 0 auto 20px;
    display: block;
  }
  main section .inner .point li:nth-child(2) {
    float: left;
  }
  main section .inner .point li:nth-child(2) {
    float: right;
  }
}
main section .inner .point + p {
  line-height: 1.6;
  color: #f2bc00;
  font-size: 14px;
  letter-spacing: -0.12em;
  margin-bottom: 2.5rem;
}
main section .inner dl.note {
  border-top: 1px solid #f2bc00;
  border-bottom: 1px solid #f2bc00;
  display: flex;
  padding: 14px 0 10px;
}
@media screen and (max-width: 749px) {
  main section .inner dl.note {
    padding-top: 10px;
    display: block;
  }
}
main section .inner dl.note dt {
  flex-basis: 11.75rem;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  margin: auto 0;
  color: #f2bc00;
}
@media screen and (max-width: 749px) {
  main section .inner dl.note dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2bc00;
  }
}
main section .inner dl.note dd {
  flex-basis: calc(100% - 11.75rem);
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  main section .inner dl.note dd {
    padding-top: 14px;
  }
}
main section .inner dl.note dd h3 {
  font-size: 20px;
  color: #f2bc00;
  font-weight: 400;
  margin-bottom: 5px;
}
main section .inner .creators {
  margin-top: 6.5625rem;
  margin-bottom: 9.375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  main section .inner .creators {
    display: block;
  }
}
main section .inner .creators:before {
  content: "";
  display: block;
  background: #f2bc00;
  flex-basis: 30.4081632653%;
  height: 0;
  margin-top: 30px;
  padding-top: 30.4081632653%;
  background-image: url("../img/title2.svg");
  background-position: -2px 0;
  background-size: 79.5918367347% 16.1073825503%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  main section .inner .creators:before {
    flex-basis: 46.5625%;
    padding-top: 46.5625%;
    background-position: top left;
  }
}
@media screen and (max-width: 749px) {
  main section .inner .creators:before {
    padding-top: 65.5%;
    width: 100%;
    background-size: 80%;
  }
}
main section .inner .creators li {
  flex-basis: 30.4081632653%;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  main section .inner .creators li {
    flex-basis: 46.5625%;
  }
}
main section .inner .creators li .name {
  display: flex;
  margin-top: 20px;
  margin-bottom: 13px;
}
main section .inner .creators li .name img {
  width: auto;
  height: 26px;
  margin-left: 0;
  margin-right: auto;
}
main section .inner .creators li .name img + img {
  height: 10px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: auto;
}
main section .inner .creators li .name img + img.size12 {
  height: 12px;
}
main section .inner .creators li p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.12em;
}
main section .inner .creators + h3 {
  max-width: 538px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
main section .inner .creators + h3 + p {
  line-height: 1.6;
  color: #f2bc00;
  font-size: 14px;
  letter-spacing: -0.12em;
  margin-bottom: 4.1875rem;
}
main section .inner .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  main section .inner .flex_box {
    display: block;
  }
}
main section .inner .flex_box &gt; div {
  flex-basis: 30.4081632653%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
main section .inner .flex_box &gt; div:last-child {
  flex-basis: 100%;
}
@media screen and (max-width: 749px) {
  main section .inner .flex_box &gt; div:last-child h3 {
    line-height: 1.5;
  }
}
main section .inner .flex_box &gt; div h3 {
  font-size: 21px;
  color: #f2bc00;
  margin-bottom: 18px;
  font-weight: 400;
}
main section .inner .flex_box &gt; div p {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.02em;
}
main section .inner .flex_box &gt; div img {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  main section .inner .flex_box &gt; div {
    margin-top: 65px;
  }
}

footer {
  padding: 6.5625rem 0 3.4375rem;
}
@media screen and (max-width: 749px) {
  footer {
    padding: 100px 0 70px;
  }
}
footer .inner {
  width: 80%;
  max-width: 306px;
  margin: 0 auto;
}

/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
*/
/*# sourceMappingURL=style.css.map */</pre></body></html>