<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site Name: Meikoi Switch
Author: Nagahiro Iwasawa
Author URI: https://webde.jp/
*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  font-family: serif;
  font-weight: 500;
  font-size: 100%; }

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

html,
body {
  background: #f9f2dc;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative; }

html {
  scroll-behavior: smooth; }

body {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 600; }

li {
  list-style-type: none; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  user-select: none;
  pointer-events: none; }

a {
  color: #fff; }
  a:hover {
    text-decoration: none; }

select {
  appearance: none;
  border: none;
  padding: 0.4em 0.8em;
  background-color: #fff;
  line-height: 1.4;
  color: #333;
  min-height: 2.5em;
  padding-right: 3em;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2C19l-4-5h8Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }

rt {
  font-size: 40%; }

font {
  font: inherit; }

.pc_br {
  display: block; }

.sp_br {
  display: none; }

.pc_center {
  text-align: center; }

.sp_center {
  text-align: left; }

.pc_only {
  display: block !important; }

.sp_only {
  display: none !important; }

.hover {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease; }
  .hover:hover {
    opacity: 0.8; }

.btn {
  appearance: none;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  font-weight: 600;
  padding: 1.2em 3em;
  text-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-radius: 4em;
  background-color: #441111;
  color: #fff;
  text-decoration: underline;
  z-index: 100; }
  .btn:hover {
    text-decoration: none; }
  .btn:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-image: linear-gradient(90deg, #6d5b42 0%, #e8db87 55%, #8e7e55 100%);
    margin: 2px;
    border-radius: 4em;
    z-index: -1; }
  .btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #441111;
    margin: 4px;
    border-radius: 4em;
    z-index: -1; }

.lightboxOverlay {
  max-width: 100%; }

@media screen and (max-width: 768px) {
  * {
    font-weight: 600; }

  html,
  body {
    font-size: 14px; }

  .pc_br {
    display: none; }

  .sp_br {
    display: block; }

  .pc_center {
    text-align: left; }

  .sp_center {
    text-align: center; }

  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
/*-----------------------*/
/* container */
/*-----------------------*/
.container {
  position: relative;
  max-width: 1600px;
  overflow-x: hidden;
  margin: 0 auto; }

/*-----------------------*/
/* header */
/*-----------------------*/
.header {
  background: url(../img/header_bg.png) top center no-repeat;
  background-size: auto 100%;
  height: 220px;
  color: #fff;
  z-index: 100;
  position: relative; }
  .header__inner {
    height: 120px;
    padding-left: 120px; }
  .header__switch {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0; }

.spheader {
  display: none; }

.nav {
  text-align: center;
  white-space: nowrap;
  padding-top: 2.2em;
  padding-left: 1em; }
  .nav__item {
    display: inline-block;
    vertical-align: middle; }
    .nav__item--logo {
      display: none; }
  .nav a {
    display: block;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0 1.5em;
    font-size: 105%;
    border-radius: 5px;
    transition-property: background-color;
    transition-duration: 100ms;
    transition-timing-function: ease; }
    .nav a:hover {
      text-decoration: underline;
      background-color: #6e1b1c; }
  .nav select {
    margin-left: 2em; }

@media screen and (max-width: 1280px) {
  .nav a {
    font-size: 90%;
    padding: 0 1em; } }
@media screen and (max-width: 1080px) {
  .header {
    background: #441111;
    background-image: linear-gradient(0deg, #441111 0%, #661c1d 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    z-index: 1000;
    overflow-y: auto;
    display: none; }
    .header__switch {
      display: none; }
    .header__inner {
      height: auto;
      padding: 0; }
    .header__nav {
      padding: 2em 1em; }

  .spheader {
    display: block;
    padding: 2em 1em; }
    .spheader a {
      display: block;
      width: 64%;
      max-width: 320px;
      margin: 0 auto; }

  .nav {
    padding: 0; }
    .nav a {
      line-height: 1.6;
      padding: 0.4em;
      margin: 0 auto;
      font-size: 150%; }
    .nav select {
      margin: 0;
      margin-top: 1em;
      font-size: 16px; }
    .nav__item {
      display: block; }
      .nav__item--logo {
        display: block; }
        .nav__item--logo a {
          width: 64%;
          padding: 0;
          max-width: 320px; }
          .nav__item--logo a:hover {
            background-color: transparent; }

  body[data-nav] .header {
    display: block; } }
/*-----------------------*/
/* top */
/*-----------------------*/
.top {
  margin-top: -90px;
  position: relative; }
  .top:after {
    content: " ";
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url(../img/line1.png) center repeat-x;
    background-size: auto 100%; }
  .top__switch {
    display: none; }
  .top__logo {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    z-index: 100;
    text-align: center;
    transition-property: opacity;
    transition-duration: 2000ms;
    transition-timing-function: ease;
    transition-delay: 500ms; }
    .top__logo img {
      display: block;
      max-width: 380px;
      margin: 0 auto; }
    .top__logo div {
      color: #fff;
      text-shadow: 0 0 10px #f00,0 0 10px #f00,0 0 5px #300,0 0 5px #300;
      font-size: 120%; }
  .top__image {
    position: relative; }
  .top__image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition-property: opacity;
    transition-duration: 2000ms;
    transition-timing-function: ease; }
  .top[data-loaded] .top__logo,
  .top[data-loaded] .top__image2 {
    opacity: 1 !important; }

@media screen and (max-width: 1080px) {
  .top {
    margin-top: 0; }
    .top__switch {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18vw;
      min-width: 120px; }
    .top__logo {
      bottom: 0;
      font-size: max(3vw, 90%); }
      .top__logo:after {
        content: " ";
        display: block;
        height: 6vw;
        min-height: 20px; }
      .top__logo img {
        width: 50%; } }
@media screen and (max-width: 768px) {
  .top {
    margin-top: 0; }
    .top:after {
      height: 6vw;
      min-height: 20px; } }
/*-----------------------*/
/* topsub */
/*-----------------------*/
.topsub {
  background: url(../img/bgloop1.jpg) top center repeat #441111;
  background-size: 240px;
  color: #fff; }
  .topsub__inner {
    max-width: 1280px;
    padding-top: 90px;
    padding-bottom: 3em;
    margin: 0 auto; }
  .topsub__catch {
    font-size: 140%;
    padding: 0 1em; }
  .topsub__content {
    margin-top: 2em; }
  .topsub__layout {
    margin-top: 3em;
    display: flex;
    align-items: top;
    justify-content: flex-start; }
    .topsub__layout__left {
      width: 50%;
      padding-right: 1.5em; }
    .topsub__layout__right {
      width: 50%;
      padding-left: 1.5em; }
  .topsub iframe,
  .topsub video {
    width: 100%;
    height: 100%; }

.info {
  background: rgba(68, 17, 17, 0.6);
  padding: 1.5em 2em; }
  .info__title {
    color: #d2c87a;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 120%;
    padding-bottom: 0.8em;
    border-bottom: 1.5px dotted #f3ca14; }
    .info__title:before, .info__title:after {
      display: inline-block;
      content: " ";
      height: 1.1em;
      width: 0;
      min-width: 1em;
      background-size: contain;
      background-repeat: no-repeat; }
    .info__title:before {
      background-image: url(../img/icon1.png);
      margin-right: 0.5em; }
    .info__title:after {
      background-image: url(../img/icon2.png);
      margin-left: 0.5em; }
  .info__nav {
    text-align: center;
    margin-top: 1em; }
    .info__nav button {
      appearance: none;
      background: transparent;
      border: none;
      cursor: pointer;
      color: #fff;
      text-decoration: underline;
      padding: 0 0.5em; }
      .info__nav button:hover {
        text-decoration: none; }
  .info__list__item {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    padding: 1em 0;
    border-bottom: 1.5px dotted #f3ca14; }
  .info__list__date {
    width: 6em;
    color: #d2c87a; }
  .info__list__text {
    width: calc(100% - 6em); }
  .info__more {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease; }
    .info__more[data-open] {
      grid-template-rows: 1fr; }
    .info__more .info__list {
      overflow: hidden; }

.productlist {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 90%; }
  .productlist__item {
    width: calc(50% - 1em);
    line-height: 1.6;
    margin-top: 0.4em;
    padding-bottom: 0.4em; }
    .productlist__item:nth-child(1), .productlist__item:nth-child(2) {
      margin-top: 0; }
    .productlist__item:nth-child(odd) {
      margin-right: 1em; }
    .productlist__item:nth-child(even) {
      margin-left: 1em; }
    .productlist__item div {
      display: none; }
      .productlist__item div:nth-child(1) {
        display: block;
        color: #d2c87a;
        font-size: 90%; }
      .productlist__item div:nth-child(2) {
        display: block; }
    .productlist__item--col2 {
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .productlist__item--product {
      border-bottom: 1.5px dotted #f3ca14;
      margin-top: 0.8em;
      padding-bottom: 0.8em; }

@media screen and (max-width: 1080px) {
  .topsub__inner {
    padding: 2em 0; }
  .topsub__layout {
    display: block; }
    .topsub__layout__left, .topsub__layout__right {
      width: 100%;
      padding: 0; }
    .topsub__layout__right {
      margin-top: 3em; }
  .topsub iframe,
  .topsub video {
    height: 56.25vw;
    min-height: 180px; } }
@media screen and (max-width: 768px) {
  .topsub__catch {
    font-size: 120%; }

  .info {
    padding: 1.5em 1em; }
    .info__list__item {
      display: block; }
    .info__list__date {
      width: 100%; }
    .info__list__text {
      width: 100%; }

  .productlist {
    font-size: 100%; }
    .productlist__item {
      display: block; }
      .productlist__item--product {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important; }
        .productlist__item--product:nth-child(2) {
          margin-top: 0.8em; } }
/*-----------------------*/
/* footer */
/*-----------------------*/
.footer {
  position: relative;
  background: url(../img/bgloop2.jpg) top center repeat #441111;
  background-size: 240px;
  color: #fff; }
  .footer:before {
    content: " ";
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -3px;
    background: url(../img/line2.png) center repeat-x;
    background-size: auto 100%; }
  .footer__area1 {
    max-width: 1280px;
    padding: 3em 1em;
    padding-bottom: 2em;
    margin: 0 auto; }
  .footer__area2 {
    max-width: 1280px;
    padding: 2em 1em;
    margin: 0 auto; }
  .footer__link {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    width: 102%;
    margin-left: -1%; }
    .footer__link:first-child {
      margin-top: 0; }
    .footer__link a {
      display: block;
      width: calc(25% - 2%);
      margin: 0 1%;
      border-radius: 10px;
      overflow: hidden;
      background: #000;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      .footer__link a div {
        font-size: 60%;
        padding: 0.4em 0.8em; }
  .footer__logos {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .footer__logos a {
      display: block;
      height: 40px;
      margin-right: 25px; }
    .footer__logos img {
      height: 100%;
      width: auto; }
  .footer__logocopy {
    background: #000; }
    .footer__logocopy small {
      display: block;
      font-size: 70%; }

.footerlanguage {
  background: #441111;
  color: #fff;
  font-size: 90%;
  padding: 1em;
  text-align: center; }

@media screen and (max-width: 768px) {
  .footer:before {
    height: 6vw;
    min-height: 20px; }
  .footer__area2 {
    padding-left: 0;
    padding-right: 0; }
  .footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 104%;
    margin-left: -2%; }
    .footer__link a {
      width: 46%;
      margin: 0 2%;
      margin-top: 4%; }
      .footer__link a:nth-child(1), .footer__link a:nth-child(2) {
        margin-top: 0; }
  .footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .footer__logos a {
      height: 8vw;
      min-height: 27px;
      margin: 0 15px;
      margin-bottom: 1.5em; }
  .footer__logocopy {
    text-align: center; } }
/*-----------------------*/
/* pagetop */
/*-----------------------*/
.pagetop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 9000; }
  .pagetop__inner {
    max-width: 1600px;
    margin: 0 auto; }
  .pagetop a {
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    transition-property: transform;
    transition-duration: 800ms;
    transition-timing-function: ease;
    transform: translate(0, 0); }

body[data-navfix="1"] .pagetop a {
  transform: translate(0, -100%); }

@media screen and (max-width: 768px) {
  .pagetop a {
    width: 80px;
    height: 80px;
    padding: 8px; } }
/*-----------------------*/
/* navtoggle */
/*-----------------------*/
.navtoggle {
  display: none; }

@media screen and (max-width: 1080px) {
  .navtoggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5000; }
    .navtoggle button {
      display: block;
      width: 60px;
      height: 60px;
      background: #441111;
      border: none;
      cursor: pointer;
      padding: 0;
      appearance: none;
      display: flex;
      align-items: center;
      justify-content: center; }
    .navtoggle div {
      width: 28px;
      height: 28px;
      margin: 0 auto;
      position: relative; }
      .navtoggle div span, .navtoggle div:before, .navtoggle div:after {
        content: " ";
        display: block;
        width: 28px;
        height: 2px;
        background: #fff;
        position: absolute;
        border-radius: 2px;
        left: 0;
        top: 13px;
        transition-property: transform,opacity;
        transition-duration: 200ms;
        transition-timing-function: ease;
        transform-origin: center; }
      .navtoggle div:before {
        transform: translate(0px, -8px); }
      .navtoggle div:after {
        transform: translate(0px, 8px); }

  body[data-nav] {
    overflow: hidden; }
    body[data-nav] .navtoggle div span {
      transform: translate(5px, 0);
      opacity: 0; }
    body[data-nav] .navtoggle div:before {
      transform: translate(0, 0) rotate(45deg); }
    body[data-nav] .navtoggle div:after {
      transform: translate(0, 0) rotate(-45deg); } }
/*-----------------------*/
/* bg */
/*-----------------------*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px; }
  .bg div {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    background: url(../img/bg.jpg) top center no-repeat #fff;
    background-size: 100% auto; }

@media screen and (max-width: 768px) {
  .bg div {
    background-size: 200% auto; } }
/*-----------------------*/
/* sub */
/*-----------------------*/
.sub {
  overflow: hidden;
  margin-top: -90px;
  position: relative;
  min-height: 640px;
  padding-top: 4em;
  padding-bottom: 3em; }
  .sub__inner {
    max-width: 1080px;
    margin: 0 auto; }
  .sub__title {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 2em;
    position: relative; }
    .sub__title div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #441111;
      font-size: 180%;
      padding: 0 2em;
      line-height: 1.2;
      text-align: center; }
    .sub__title:before {
      display: block;
      content: " ";
      height: 0;
      width: 100%;
      padding-top: 25%;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/midashi.png); }
  .sub__nav {
    width: 50%;
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    margin-top: 2em; }
    .sub__nav div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #d2c87a;
      padding: 0 2em;
      line-height: 1.2;
      text-align: center; }

.article {
  background: rgba(127, 42, 42, 0.9);
  color: #fff;
  backdrop-filter: blur(5px);
  margin-bottom: 3em; }
  .article:last-child {
    margin-bottom: 0; }
  .article__inner {
    padding: 0 6em;
    background: url(../img/frame_a3.png) center center repeat-y;
    background-size: 100% auto; }
  .article:before, .article:after {
    content: " ";
    display: block;
    padding-top: 5.8%;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .article:before {
    background-image: url(../img/frame_a1.png);
    background-position: top center; }
  .article:after {
    background-image: url(../img/frame_a2.png);
    background-position: bottom center; }
  .article__title {
    font-size: 150%;
    margin-bottom: 0.8em;
    text-align: center; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol, .content table, .content blockquote, .content iframe, .content hr, .content img {
  display: block;
  clear: both;
  margin-top: 1.2em;
  margin-bottom: 1.2em; }
  .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child, .content p:first-child, .content ul:first-child, .content ol:first-child, .content table:first-child, .content blockquote:first-child, .content iframe:first-child, .content hr:first-child, .content img:first-child {
    margin-top: 0;
    padding-top: 0; }
  .content h1:last-child, .content h2:last-child, .content h3:last-child, .content h4:last-child, .content h5:last-child, .content h6:last-child, .content p:last-child, .content ul:last-child, .content ol:last-child, .content table:last-child, .content blockquote:last-child, .content iframe:last-child, .content hr:last-child, .content img:last-child {
    margin-bottom: 0; }
.content h1, .content h2 {
  font-size: 140%;
  padding: 0.6em 0;
  color: #d2c87a;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  border-bottom: 1.5px dotted #f3ca14; }
  .content h1:before, .content h1:after, .content h2:before, .content h2:after {
    display: inline-block;
    content: " ";
    height: 1.2em;
    width: 0;
    min-width: 1.565em;
    background-size: contain;
    background-repeat: no-repeat; }
  .content h1:before, .content h2:before {
    background-image: url(../img/icon3.png);
    margin-right: 0.5em; }
  .content h1:after, .content h2:after {
    background-image: url(../img/icon4.png);
    margin-left: 0.5em; }
.content h3, .content h4 {
  font-size: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6; }
  .content h3 img, .content h4 img {
    display: inline-block;
    height: 1em;
    width: auto;
    margin: 0 0.5em; }
  .content h3:before, .content h4:before {
    display: inline-block;
    content: " ";
    height: 1.2em;
    width: 0;
    min-width: 1.1998em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icon5.png);
    margin-right: 0.5em; }
.content h5, .content h6 {
  font-size: 100%; }
.content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font: inherit; }
  .content p:last-child {
    margin-bottom: 0; }
  .content p a {
    display: inline-block; }
.content img {
  max-width: 100%;
  width: 100%;
  height: auto; }
.content hr {
  border: none;
  border-bottom: 1.5px dotted #f3ca14;
  margin: 2em auto; }
.content ul, .content ol {
  font: inherit;
  margin-left: 1.4em; }
  .content ul li, .content ol li {
    font: inherit;
    display: list-item;
    margin-bottom: 0.6em; }
    .content ul li:last-child, .content ol li:last-child {
      margin-bottom: 0; }
.content ul li {
  list-style: none;
  position: relative; }
  .content ul li:before {
    display: block;
    position: absolute;
    top: 0;
    left: -1.4em;
    content: " ";
    width: 1em;
    height: 1.3em;
    background: url(../img/icon6.png) center center no-repeat;
    background-size: contain; }
.content ol li {
  list-style-type: decimal; }
.content iframe[src^='https://www.youtube.com/embed/'] {
  width: 100%;
  height: 100%;
  max-height: 640px;
  min-height: 120px;
  aspect-ratio: 16 / 9; }

@media screen and (max-width: 1080px) {
  .sub {
    margin-top: 0;
    padding-top: 0; }

  .article__inner {
    padding: 0 3em; } }
@media screen and (max-width: 768px) {
  .sub {
    margin-top: 0; }
    .sub__title {
      max-width: calc(100% - 100px); }
      .sub__title div {
        font-size: 140%; }

  .article__inner {
    background-image: url(../img/frame_a3sp.png);
    padding: 0 2em; }
  .article:before, .article:after {
    padding-top: 9%; }
  .article:before {
    background-image: url(../img/frame_a1sp.png); }
  .article:after {
    background-image: url(../img/frame_a2sp.png); }

  .content h3, .content h4 {
    text-align: left; } }
/*-----------------------*/
/* itemlist */
/*-----------------------*/
.itemlist {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 2em);
  margin-left: -1em; }
  .itemlist li {
    width: 50%;
    padding: 1em; }
  .itemlist--col4 {
    width: calc(100% + 1em);
    margin-left: -0.5em; }
    .itemlist--col4 li {
      width: 25%;
      padding: 0.5em; }

@media screen and (max-width: 768px) {
  .itemlist {
    width: 100%;
    margin-left: 0; }
    .itemlist li {
      width: 100%;
      padding: 1em; } }
/*-----------------------*/
/* story */
/*-----------------------*/
.story {
  color: #fff;
  text-shadow: 0 0 10px #000; }
  .story p {
    line-height: 2;
    padding: 0 1em;
    margin-bottom: 2em; }
    .story p:last-child {
      margin-bottom: 0; }

/*-----------------------*/
/* gallery */
/*-----------------------*/
.gallery_image {
  max-width: 800px;
  margin: 0 auto; }
  .gallery_image:before, .gallery_image:after {
    display: block;
    content: " ";
    height: 2em;
    width: 100%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .gallery_image:before {
    background-image: url(../img/frame_b1.png); }
  .gallery_image:after {
    background-image: url(../img/frame_b2.png); }
  .gallery_image__inner {
    border: 2px solid #d2c87a;
    background: #000;
    position: relative; }
  .gallery_image li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
    opacity: 0; }
    .gallery_image li:first-child {
      position: relative;
      top: auto;
      left: auto;
      height: auto; }

.gallery_list {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  margin-top: 1em; }
  .gallery_list li {
    width: 25%;
    padding: 0.5em; }
  .gallery_list a {
    width: 100%;
    display: block;
    cursor: pointer;
    background: #000;
    border: 2px solid #d2c87a;
    position: relative; }
    .gallery_list a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 10px #000 inset;
      z-index: 100; }
    .gallery_list a img {
      transition-property: opacity;
      transition-duration: 200ms;
      transition-timing-function: ease;
      opacity: 0.3; }
    .gallery_list a:hover img {
      opacity: 1; }
    .gallery_list a[data-current="1"] img {
      opacity: 1; }

.gallery_text {
  background: rgba(2, 10, 23, 0.8);
  color: #fff;
  backdrop-filter: blur(5px);
  margin-top: 2em; }
  .gallery_text__inner {
    padding: 0 6em;
    background: url(../img/frame_c3.png) center center repeat-y;
    background-size: 100% auto; }
  .gallery_text:before, .gallery_text:after {
    content: " ";
    display: block;
    padding-top: 7.5%;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .gallery_text:before {
    background-image: url(../img/frame_c1.png);
    background-position: top center; }
  .gallery_text:after {
    background-image: url(../img/frame_c2.png);
    background-position: bottom center; }
  .gallery_text li {
    display: none; }
  .gallery_text br:first-child {
    display: none; }

#gallery[data-gallery="1"] li:nth-child(1) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="1"] li:nth-child(1) img {
    opacity: 1; }

#gallery[data-gallery="2"] li:nth-child(2) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="2"] li:nth-child(2) img {
    opacity: 1; }

#gallery[data-gallery="3"] li:nth-child(3) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="3"] li:nth-child(3) img {
    opacity: 1; }

#gallery[data-gallery="4"] li:nth-child(4) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="4"] li:nth-child(4) img {
    opacity: 1; }

#gallery[data-gallery="5"] li:nth-child(5) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="5"] li:nth-child(5) img {
    opacity: 1; }

#gallery[data-gallery="6"] li:nth-child(6) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="6"] li:nth-child(6) img {
    opacity: 1; }

#gallery[data-gallery="7"] li:nth-child(7) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="7"] li:nth-child(7) img {
    opacity: 1; }

#gallery[data-gallery="8"] li:nth-child(8) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="8"] li:nth-child(8) img {
    opacity: 1; }

#gallery[data-gallery="9"] li:nth-child(9) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="9"] li:nth-child(9) img {
    opacity: 1; }

#gallery[data-gallery="10"] li:nth-child(10) {
  display: block;
  opacity: 1; }
  #gallery[data-gallery="10"] li:nth-child(10) img {
    opacity: 1; }

@media screen and (max-width: 1080px) {
  .gallery_list {
    width: calc(100% - 1em);
    margin: 0 auto;
    margin-top: 1em; } }
@media screen and (max-width: 768px) {
  .gallery_image__inner {
    border-left: none;
    border-right: none; }

  .gallery_text__inner {
    background-image: url(../img/frame_c3sp.png);
    padding: 0 2em; }
  .gallery_text:before, .gallery_text:after {
    padding-top: 11.5%; }
  .gallery_text:before {
    background-image: url(../img/frame_c1sp.png); }
  .gallery_text:after {
    background-image: url(../img/frame_c2sp.png); } }
/*-----------------------*/
/* character */
/*-----------------------*/
.characterlist {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 2em);
  margin-left: -1em; }
  .characterlist li {
    width: 50%;
    padding: 1em; }
  .characterlist a {
    background: #000;
    position: relative;
    display: block; }
    .characterlist a:before {
      content: " ";
      display: block;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      transition-property: opacity;
      transition-duration: 200ms;
      transition-timing-function: ease;
      opacity: 0.6; }
    .characterlist a:hover:before {
      opacity: 0; }
  .characterlist h2 {
    font-size: 200%; }
  .characterlist__text {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 1.8em;
    text-align: right;
    text-shadow: 0 0 10px #000;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.character {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  padding: 3em 2em;
  padding-bottom: 0;
  position: relative; }
  .character__image, .character__text {
    width: 50%; }
  .character__image {
    position: relative;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-timing-function: ease;
    opacity: 0; }
    .character__image img {
      max-width: none;
      position: absolute;
      width: 200%;
      top: -10%;
      left: -50%; }
  .character__text {
    position: relative; }
  .character__prev, .character__next {
    position: absolute;
    top: 0;
    width: 90px;
    padding: 10px; }
  .character__prev {
    left: 0; }
  .character__next {
    right: 0; }
  .character[data-loaded] .character__image {
    opacity: 1 !important; }

.character_header {
  padding: 0 0.5em;
  line-height: 1.2;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff; }
  .character_header div {
    font-size: 150%;
    margin-bottom: 0.4em; }
  .character_header h1 {
    font-size: 300%; }
  .character_header svg {
    display: block;
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-bottom: 0.5em;
    height: auto;
    fill: currentColor;
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff); }
  .character_header h3 {
    font-size: 200%;
    text-align: right; }

.character_profile {
  padding: 0.5em;
  background: rgba(255, 253, 231, 0.8);
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 90%;
  margin-top: 1.5em; }
  .character_profile li {
    width: 50%;
    padding: 0 0.5em;
    padding-top: 0.5em; }
  .character_profile h4 {
    background: #e3b5b5;
    line-height: 1.2;
    font-size: 90%;
    padding: 0.2em 0.4em; }
  .character_profile div {
    padding: 0.4em; }

.character_intro {
  background: #441111;
  color: #fff;
  font-size: 90%;
  line-height: 1.8;
  padding: 1.5em;
  border-radius: 1em;
  margin-top: 1.5em; }

.character_voice {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 90%;
  margin-top: 1.5em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.8); }
  .character_voice li {
    width: 33.333%; }
  .character_voice a, .character_voice button {
    width: 100%;
    display: block;
    padding: 10px;
    color: #333;
    text-align: center;
    background: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    font-weight: 600; }
    .character_voice a img, .character_voice button img {
      width: 60px;
      margin: 0 auto;
      margin-bottom: 0.4em;
      transition-property: opacity;
      transition-duration: 200ms;
      transition-timing-function: ease; }
    .character_voice a div, .character_voice button div {
      font: inherit; }
    .character_voice a:hover img, .character_voice button:hover img {
      opacity: 0.8; }

@media screen and (max-width: 1080px) {
  .character {
    padding-top: 5em; } }
@media screen and (max-width: 768px) {
  .characterlist {
    width: 100%;
    margin-left: 0;
    padding: 0 1em; }
    .characterlist li {
      width: 100%;
      padding: 0;
      margin-bottom: 1.2em; }
      .characterlist li:last-child {
        margin-bottom: 0; }
    .characterlist a:before {
      opacity: 0; }

  .character {
    display: block;
    padding: 0 1em; }
    .character__image, .character__text {
      width: 100%; }
    .character__image {
      height: 100vw;
      min-height: 320px; }
      .character__image img {
        width: 180%;
        top: 0;
        left: -40%; }
    .character__prev, .character__next {
      width: 50px;
      position: fixed;
      padding: 0; }
    .character__prev {
      top: 10px;
      left: 10px; }
    .character__next {
      top: 10px;
      right: auto;
      left: 70px; } }


/**/

@media only screen and (min-width: 580px) {
	.is-sp{
		display: none!important;
	}
}
@media screen and (max-width:1280px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:1080px){
	.is-pc2{
		display: none!important;
	}
}

.movie {
	padding:10px 10px 10px 10px;	text-align: center;
	background: #000;
	vertical-align:middle;
}

.shadow {
            filter: drop-shadow(0px 0px 10px #431016);
}


.balloonoya {
  position   : relative;                /* æŒ‡å®šã—ãŸåˆ†ã&nbsp;ã‘ç›¸å¯¾çš„ã«ç§»å‹• */
}
.balloonoya:hover .balloon {
  display: inline;                /* ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³è¦ç´&nbsp;ã¨ã—ã¦è¡¨ç¤º */
}
.balloon { 
  font-weight: 400;
  font-style: normal;
	/**/text-align: center;
	filter: drop-shadow(0px 0px 5px #431016);
  position   : absolute;                /* è¦ªè¦ç´&nbsp;ã‚’åŸºæº– */
  display: none;                        /* è¦ç´&nbsp;ã‚’éžè¡¨ç¤º */
  padding: 5px;                         /* ãƒ†ã‚­ã‚¹ãƒˆã®å‰å¾Œã®ä½™ç™½ */
  background-color: #f5eddc;       /* èƒŒæ™¯è‰²ï¼ˆé€æ˜Žåº¦ï¼‰ */
  width:250px;                          /* å¹ãå‡ºã—å…¨ä½“ã®å¹… */
    font-size: 1em;                   /* 80%æ–‡å­—ã‚µã‚¤ã‚º */
	z-index:1;
	border-radius: 10px 10px 10px 10px; 
	margin-top : 8px;                    /* è¡¨ç¤ºä½ç½® */
}
.b14 {
  left : -10%;                           /* è¡¨ç¤ºä½ç½® */
  top :50%;                           /* è¡¨ç¤ºä½ç½® */
}
.b25 {
  left : -10%;                           /* è¡¨ç¤ºä½ç½® */
  top : 50%;                           /* è¡¨ç¤ºä½ç½® */
}
.b36  {
  left : -35%;                           /* è¡¨ç¤ºä½ç½® */
  top : 50%;                           /* è¡¨ç¤ºä½ç½® */
}

.balloon:after{
content: "";                       /* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®æŒ¿å…¥ */
  position: absolute;                /* è¦ªè¦ç´&nbsp;ã‚’åŸºæº– */
}

.small {
      font-size: 70%; }

.small02 {
      font-size: 0.9em; 
	text-align: right;
}

.purchase{
	text-align: center;
    font-size: 3em;
	line-height:1.1em;
	padding: 10px 0px 10px 0px;     
}

.pur ul {
	max-width: 550px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;    
}

.pk img{	
	margin: 0 auto;
	max-width:300px;
	padding: 10px;   
}

.p_schedule {
  display: inline-block;
  background: linear-gradient(0deg, #a38131 0%, #bda660 33%, #fef294 62%, #bda660 83%, #9d874e 100%);
  background: -webkit-linear-gradient(90deg, #a38131 0%, #bda660 33%, #fef294 62%, #bda660 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steam{
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;    
}



.apology{	margin: 100px 0;
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
	background: rgba(255,255,255,1);
	padding: 60px;
	font-size:1.2em;    color: #000;
}
.apology h5{
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}
.right{text-align: right;
}
.left{text-align: left;
}
.center{text-align: center;
}
.through { text-decoration: line-through; }

.bold{
	font-size: 1.3em;	font-weight: bold;
	text-align: center;
}
.Lines{	font-size:0.8em; 
  text-decoration: underline solid 2px #ccc;
  text-underline-offset: 5px;
}

/**/
.pro_img img{
	width: 100px;
}



/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«ã®å¤–æž&nbsp; */
.carousel {
  max-width: 800px;
  max-height: 100%;
  display: flex;    /* å­è¦ç´&nbsp;ã‚’æ¨ªã«ä¸¦ã¹ã‚‹ */
  overflow: hidden; /* ã¯ã¿å‡ºãŸéƒ¨åˆ†ã¯è¡¨ç¤ºã—ãªã„ */
  margin: 0 auto;   /* æ°´å¹³æ–¹å‘ä¸­å¤®å¯„ã› */
}
/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«å†…ã®ç”»åƒ */
.carousel img {	
  margin: 0;
  padding: 0;
  display: block; /* imgã‚¿ã‚°ã®æ”¹è¡Œã®ã™ãé–“ã‚’æ¶ˆã™ãŸã‚ */
}
/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã®ã‚­ãƒ¼ãƒ•ãƒ¬ãƒ¼ãƒ&nbsp; */
@keyframes scroll {
  /* åˆæœŸä½ç½®ã¯1å€‹ç›®ã®ç”»åƒãŒå·¦ç«¯ */
  0% { margin-left: 0; }      
  /* 1å€‹åˆ†å·¦ã®ä½ç½®ã«é€²ã‚ã¦2å€‹ç›®ã®ç”»åƒã‚’å·¦ç«¯ã«ã™ã‚‹ */
  12% { margin-left: -100%; }
  /* å°‘ã—ã®é–“ä¸Šã¨åŒã˜ä½ç½® */  
  16% { margin-left: -100%; }
  /* 2å€‹åˆ†å·¦ã®ä½ç½®ã«é€²ã‚ã¦3å€‹ç›®ã®ç”»åƒã‚’å·¦ç«¯ã«ã™ã‚‹ */
  32% { margin-left: -200%; }
  /* å°‘ã—ã®é–“ä¸Šã¨åŒã˜ä½ç½® */  
  34% { margin-left: -200%; }
  /* ä»¥é™ã¯ä¸Šã¨åŒæ§˜ã«ç¹°ã‚Šè¿”ã— */
  45% { margin-left: -300%; }
  48% { margin-left: -300%; }
  62% { margin-left: -400%; }
  64% { margin-left: -400%; }
  78% { margin-left: -500%; }
  80% { margin-left: -500%; }
  98% { margin-left: -600%; }
  100% { margin-left: -600%; }
}
/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«ã®å­è¦ç´&nbsp;ã«ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã‚’è¨­å®š */
.carousel &gt; :first-child {
  animation-name: scroll;    /* ã‚­ãƒ¼ãƒ•ãƒ¬ãƒ¼ãƒ&nbsp;å */
  animation-duration: 25s;
  animation-delay: 0s;      /* èª­è¾¼ç›´å¾Œã‹ã‚‰é…å»¶ç„¡ã—ã§é–‹å§‹ */
  animation-iteration-count: infinite;  /* ç„¡é™ã«ç¹°ã‚Šè¿”ã™ */
}


.new_sto {    
	margin: 0 auto; 
	display:  inline-block;       
	background: rgba(0,0,0,.2);
	background-image: url("../img/about/new_st_bg.jpg");
	padding: 40px;
  box-shadow: 0px 1px 6px 6px rgba(0, 0, 0, 0.45);
}
</pre></body></html>