@charset "UTF-8";
/*
Author: sib.tv
Author URI: https://www.sib.tv/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  color: #302a4e;
  font-family: "Noto Serif JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    min-width: 1280px;
  }
}

a {
  transition: 0.3s;
  vertical-align: middle;
}

img {
  width: 100%;
  vertical-align: middle;
}

main {
  background-image: url("../images/bg_main.png");
  background-repeat: repeat-y;
  background-size: cover;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.breadcrumbs {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}

.block--bg-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.block--bg-blue {
  background-color: rgba(48, 42, 78, 0.7);
  box-sizing: border-box;
  color: #FFF;
}
.block-inner {
  box-sizing: border-box;
  padding: 60px 30px;
}
@media screen and (min-width: 768px) {
  .block-inner {
    margin: auto;
    width: 1080px;
  }
}
.block-inner.pt0 {
  padding-top: 0;
}
.block-title {
  font-family: "Noto Serif JP";
  text-align: center;
}
.block-title::before {
  background-image: url("../images/parts_moon.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 32px;
  margin: 0 auto 10px;
  width: 32px;
}
.block-title--jpn {
  font-size: 16px;
}
.block-title--eng {
  align-items: center;
  color: #998675;
  display: flex;
  font-size: 32px;
  justify-content: center;
  margin-bottom: 30px;
}
.block-title--eng::before, .block-title--eng::after {
  background-image: url("../images/parts_decoration-line01.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 13px;
  width: 73px;
}
.block-title--eng::after {
  transform: rotate(-180deg);
}
.block--photo-text {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .block--photo-text {
    display: flex;
    justify-content: space-between;
    width: calc(50% - 15px);
  }
}
.block--photo-text.first {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block--photo-text.first {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text.first .block--photo-text__title--sub {
    height: auto !important;
  }
}
.block--photo-text.vol-3 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .block--photo-text.last {
    margin-top: 120px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text--col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text:first-of-type .block--photo-text__title--sub {
    height: 136px;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text:nth-child(2) .block--photo-text__title--sub {
    height: 136px;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text:nth-child(3) .block--photo-text__title--sub {
    height: 136px;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .block--photo-text:not(:nth-child(-n+2)) {
    margin-top: 60px;
  }
}
.block--photo-text__photo {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block--photo-text__photo {
    margin-top: 0;
    width: calc(50% - 15px);
  }
}
.block--photo-text__photo figcaption {
  color: #878592;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .block--photo-text__photo figcaption {
    font-size: 14px;
  }
}
.block--photo-text__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block--photo-text__contents {
    box-sizing: border-box;
    position: relative;
  }
}
.block--photo-text__title {
  font-family: "Noto Serif JP";
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block--photo-text__title {
    margin-top: 0;
  }
}
.block--photo-text__title--main {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block--photo-text__title--main {
    margin-top: -20px;
  }
}
.block--photo-text__title--sub {
  align-items: center;
  color: #998675;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  height: 60px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .block--photo-text__title--sub {
    flex-flow: inherit;
    height: auto;
    justify-content: flex-start;
    margin: auto;
    writing-mode: vertical-rl;
  }
}
.block--photo-text__title--sub::before, .block--photo-text__title--sub::after {
  background-image: url("../images/parts_decoration-line02.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .block--photo-text__title--sub::before, .block--photo-text__title--sub::after {
    height: 20px;
    width: 120px;
  }
}
.block--photo-text__title--sub::before {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .block--photo-text__title--sub::before {
    transform: rotate(0);
  }
}
.block--photo-text__title--sub::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .block--photo-text__title--sub::after {
    transform: rotate(180deg);
  }
}
.block--photo-text__text {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block--photo-text__text {
    margin-top: 20px;
  }
}
.block__list--news-item {
  border-top: 1px solid #C7B299;
  padding-top: 25px;
}
.block__list--news-item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .block__list--news-item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .block__list--news-item__header {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .block__list--news-item__header.toggle {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .block__list--news-item__header.toggle:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .block__list--news-item__date {
    width: 100px;
  }
}
.block__list--news-item__title {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .block__list--news-item__title {
    margin: 0;
  }
}
.block__list--news-item__contents {
  display: none;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__list--news-item__contents {
    margin-left: 100px;
  }
}
.block__list--info-item {
  border-top: 1px solid #FFF;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__list--info-item {
    display: flex;
  }
}
.block__list--info-item:not(:first-of-type) {
  margin-top: 20px;
}
.block__list--info-item-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block__list--info-item-title {
    width: 180px;
  }
}
.block__list--info-item-contents {
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block__list--info-item-contents {
    margin-top: 0;
    width: 840px;
  }
}
.block__list--info-item-contents span {
  font-weight: 700;
}
.block__list--info-item-contents a {
  text-decoration: underline;
  transition: 0.3s;
}
.block__list--info-item-contents a:hover {
  opacity: 0.7;
}
.block__list--info-item-contents.map img {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__list--info-item-contents.map img {
    width: 400px;
  }
}
.block__list--sns {
  margin: 30px auto;
  text-align: center;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .block__list--sns {
    margin-top: 60px;
  }
}
.block__list--sns-item {
  width: 32px;
}
.block__list--sns-item:not(:first-of-type) {
  margin-top: 20px;
}
.block__list--faq__wrap:not(:first-of-type) {
  margin-top: 60px;
}
.block__list--faq__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .block__list--faq__title {
    font-size: 24px;
  }
}
.block__list--faq-item {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding: 30px;
}
.block__list--faq-item__answer {
  border-top: 1px solid #C7B299;
  display: none;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__list--bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block__list--bnr-item {
  margin-top: 30px;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block__list--bnr-item {
    margin: 30px 15px;
    width: 310px;
  }
}
.block__list--bnr-item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block__list--bnr-item:first-of-type {
    margin-top: 30px;
  }
}
.block__list--bnr-item:hover {
  opacity: 0.7;
}
.block__list--photo {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .block__list--photo {
    display: flex;
    height: 382px;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 940px;
  }
}
@media screen and (min-width: 768px) {
  .block__list--photo-item {
    height: 340px;
  }
}
.block__list--photo-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__list--photo-item:not(:first-child) {
    margin-top: 0;
  }
}
.block__list--photo-item-title {
  display: block;
  margin: auto;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .block__list--photo-item-title {
    width: 155px;
  }
}
.block__list--photo-item-photo {
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block__list--photo-item-photo {
    height: 100%;
    margin-top: 10px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .block__list--photo-item-photo img {
    height: 100%;
    width: auto;
  }
}
.block__list--photo-item-photo .nodl {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 500;
}
.block__list--photo-item-photo .nodl img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block__sns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .block__sns--twitter {
    width: 490px;
  }
}
.block__sns--instagram {
  margin-top: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block__sns--instagram {
    margin-top: 0;
    width: 490px;
  }
}
.block__table--ticket {
  font-size: 16px;
  margin: 20px 0 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block__table--ticket {
    margin-top: 30px;
  }
}
.block__table--ticket tr:first-of-type th {
  background-color: #998675;
  color: #FFF;
}
.block__table--ticket tr:not(:first-of-type) th, .block__table--ticket tr:not(:first-of-type) td {
  border: 1px solid #998675;
}
.block__table--ticket tr th, .block__table--ticket tr td {
  padding: 10px;
}
.block__table--ticket tr th {
  font-weight: 700;
  text-align: center;
}
.block__table--ticket tr td {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .block__content div {
    width: 50%;
  }
}
.block__content-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__content-title {
    font-size: 20px;
    text-align: left;
  }
}
.block__content-description {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__content-description {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .block__content-images {
    align-items: center;
    display: flex;
    height: 400px;
    justify-content: center;
    margin-top: 30px;
  }
}
.block__content-images img {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block__content-images img {
    height: 100%;
    margin-top: 0;
    width: auto;
  }
}
.block__content-images img:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .block__content-images img:first-of-type {
    margin-top: 0;
  }
}
.block__content-image {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__content-image {
    box-sizing: border-box;
    margin: 0 0 0 30px;
    width: 50%;
  }
}
.block__special {
  margin-top: 30px;
  padding-bottom: 13%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block__special {
    height: 494px;
    margin-top: 0;
    padding: 30px 0 0;
  }
}
.block__special-decoration {
  left: 0;
  position: absolute;
  top: 30px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .block__special-decoration {
    left: 0;
    position: absolute;
    top: 60px;
    z-index: -1;
  }
}
.block__special-title {
  text-align: center;
}
.block__spacer {
  background-color: #C7B299;
  display: block;
  height: 1px;
  margin: 30px auto 10px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .block__spacer {
    width: 10%;
  }
}
.block__information {
  border: 1px solid #998675;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .block__information {
    padding: 40px;
  }
}
.block__information-title {
  color: #998675;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__information-title {
    font-size: 24px;
  }
}
.block__information-lead {
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__information-lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .block__information-list {
    margin-top: 40px;
  }
}
.block__information-list-item {
  display: flex;
  margin-top: 15px;
}
.block__information-list-item::before {
  content: "・";
  display: block;
}
.block__notice-list-title {
  font-weight: 900;
}
.block__notice-list-item {
  margin: 45px 0 15px;
}
.block__notice-list-text {
  margin-top: 15px;
}
.block__about-image {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__about-image {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .block__highlight-image-list {
    display: flex;
    justify-content: space-between;
  }
}
.block__highlight-image-list-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__highlight-image-list.col2 .block__highlight-image-list-item {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .block__highlight-image-list.col3 .block__highlight-image-list-item {
    width: 320px;
  }
}
.block__highlight-image-list.list-vol-3 {
  justify-content: center;
}
.block__reproduction {
  border: 1px solid #998675;
  margin: 30px 0 10px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .block__reproduction {
    margin: 80px 0 60px;
    padding: 30px 60px;
  }
}
.block__reproduction-title {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__reproduction-title {
    font-size: 32px;
  }
}
.block__reproduction-period-title {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .block__reproduction-period-title {
    font-size: 18px;
  }
}
.block__reproduction-period-title::before, .block__reproduction-period-title::after {
  background-image: url("../images/parts_decoration-line01.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 13px;
  width: 73px;
}
.block__reproduction-period-title::after {
  transform: rotate(-180deg);
}
.block__reproduction-period-date {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block__reproduction-period-date {
    font-size: 18px;
  }
}
.block__reproduction-period-date span {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .block__reproduction-period-date span {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .block__reproduction-period-date.pc {
    text-align: center;
  }
}
.block__reproduction-period-date:last-of-type {
  margin-top: 0;
  text-align: right;
}
.block__reproduction-description {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .block__reproduction-description {
    margin-top: 40px;
    text-align: center;
  }
}
.block__reproduction-slide-list {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .block__reproduction-slide-list {
    width: 80%;
  }
}
.block__reproduction-slide-list .slick-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.block__reproduction-slide-list .slick-dots {
  bottom: 0;
}
.block-endcontent {
  background-color: rgba(30, 30, 30, 0.8);
  color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 0.2s;
}
.block-endcontent-hero {
  padding-top: 84px;
  background-color: #221532;
}
@media screen and (min-width: 768px) {
  .block-endcontent-hero {
    padding-top: 84px;
  }
}
.block-endcontent_txt {
  display: flex;
  padding: 30px 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .block-endcontent_txt {
    padding: 30px 60px;
  }
  .block-endcontent_txt::before, .block-endcontent_txt::after {
    background-image: url("../images/parts_decoration-line01.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 13px;
    width: 73px;
  }
  .block-endcontent_txt::after {
    transform: rotate(-180deg);
  }
}

.button-hamburger {
  height: 14px;
  left: 15px;
  position: absolute;
  top: 27px;
  width: 26px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .button-hamburger {
    display: none;
  }
}
.button-hamburger::before, .button-hamburger::after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.button-hamburger::before {
  top: 0;
}
.button-hamburger::after {
  bottom: 0;
}
.button-hamburger[aria-expanded=true]::before, .button-hamburger[aria-expanded=true]::after {
  background-color: #FFF;
  top: 6px;
}
.button-hamburger[aria-expanded=true]::before {
  transform: rotate(45deg);
}
.button-hamburger[aria-expanded=true]::after {
  transform: rotate(-45deg);
}
.button-hamburger[aria-expanded=true] span {
  background-color: transparent;
}
.button-hamburger span {
  background-color: #FFF;
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: 0.3s;
  width: 100%;
}
.button-toggle {
  padding-right: 40px;
  position: relative;
  width: 100%;
}
.button-toggle::before, .button-toggle::after {
  background-color: #18191B;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
  width: 20px;
}
.button-toggle::after {
  transform: rotate(90deg);
}
.button-toggle[aria-expanded=true]::before, .button-toggle[aria-expanded=true]::after {
  background-color: #18191B;
}
.button-toggle[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.button-toggle[aria-expanded=true]::after {
  transform: rotate(360deg);
}
.button-tab-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-tab-list {
    display: flex;
    justify-content: center;
  }
}
.button-tab-item {
  border: 1px solid #221532;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-tab-item {
    margin: 0;
    width: 400px;
  }
}
.button-tab-item[data-is-active=true] {
  background-color: #221532;
  color: #fff;
}
.button-tab-2-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-tab-2-list {
    display: flex;
    justify-content: center;
  }
}
.button-tab-2-item {
  border: 1px solid #221532;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-tab-2-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    width: 400px;
  }
}
.button-tab-2-item:hover {
  background-color: #221532;
  color: #fff;
}
.button-tab-2-item span {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .button-tab-2-item span {
    width: 100%;
  }
}
.button-exlink {
  background-color: #302a4e;
  border-radius: 50px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-exlink {
    margin: 30px auto 0;
    width: 360px;
  }
}
.button-exlink:hover {
  opacity: 0.7;
}
.button-exlink::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;}.cls-2{fill:%23fff;}</style></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="contents"><polyline class="cls-1" points="25 28 1 28 1 4"/><path class="cls-2" d="M27,2V22H7V2H27m2-2H5V24H29V0Z"/></g></g></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  left: 10px;
  position: relative;
  top: 2px;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .button-exlink::after {
    height: 20px;
    top: 4px;
    width: 20px;
  }
}
.button-page-transition {
  background-color: #998675;
  border-radius: 50px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button-page-transition {
    margin: 30px auto 0;
    width: 360px;
  }
}
.button-page-transition:hover {
  opacity: 0.7;
}
.button-search-category, .button-search-type {
  background-color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  margin: 20px 10px 0;
}
.button-search-category {
  border: 1px solid #302a4e;
}
@media screen and (min-width: 768px) {
  .button-search-category:hover {
    background-color: #302a4e;
    color: #FFF;
  }
}
.button-search-category:active {
  background-color: #302a4e;
  color: #FFF;
}
.button-search-category.active {
  background-color: #302a4e;
  color: #FFF;
}
.button-search-type {
  border: 1px solid #998675;
}
@media screen and (min-width: 768px) {
  .button-search-type:hover {
    background-color: #998675;
    color: #FFF;
  }
}
.button-search-type:active {
  background-color: #998675;
  color: #FFF;
}
.button-search-type.active {
  background-color: #998675;
  color: #FFF;
}
.button-to-top {
  bottom: 0;
  margin-left: auto;
  opacity: 0;
  padding: 0 0 20px;
  position: sticky;
  right: 20px;
  transition: 0.3s;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .button-to-top {
    padding-bottom: 40px;
    right: 40px;
  }
}
.button-to-top a {
  align-items: center;
  background-color: rgba(30, 30, 30, 0.8);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}
.button-to-top.active {
  opacity: 1;
}

.effect-slide {
  opacity: 0;
  transition: 1s;
}
.effect-slide--up {
  transform: translate(0, 45px);
}
.effect-slide--left {
  transform: translate(-45px, 0);
}
.effect-slide--right {
  transform: translate(45px, 0);
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.page .header {
  background-color: rgba(48, 42, 78, 0.7);
}
.page-1 {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .page-1 {
    padding-top: 200px;
  }
}
.page-lead {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-lead {
    font-size: 18px;
    line-height: 2.4;
    text-align: center;
  }
}
.single-1-title {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
}
.single-1-date {
  border: 1px solid #18191B;
  display: inline-block;
  font-weight: 700;
  padding: 4px 10px;
}
.single-1-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
.single-1-tag-item {
  background-color: #221532;
  color: #FFF;
  font-size: 12px;
  margin: 4px 4px 0 0;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .single-1-tag-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .single-1-image-list {
    display: flex;
  }
}
.single-1-image-item {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-1-image-item {
    width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .single-1-image-item:nth-child(2n) {
    margin-left: 60px;
  }
}
.single-1-table {
  margin-top: 60px;
}
.single-1-table tr th, .single-1-table tr td {
  border: 1px solid #221532;
  padding: 10px 15px;
}
.single-1-table tr th {
  background-color: #221532;
  color: #FFF;
  font-weight: 700;
  width: 34%;
}
@media screen and (min-width: 768px) {
  .single-1-table tr th {
    width: 120px;
  }
}
.single-1-table tr td {
  width: 66%;
}
@media screen and (min-width: 768px) {
  .single-1-table tr td {
    width: 1080px;
  }
}
.single-1-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
}
.single-1-content p {
  margin-top: 20px;
}
.single-1-content img {
  margin-top: 20px;
  width: auto;
}
.single-1-content .mt1 {
  margin-top: 10px;
}
.single-1-content .mt2 {
  margin-top: 20px;
}
.single-1-content .mt3 {
  margin-top: 30px;
}
.single-1-content .mt4 {
  margin-top: 40px;
}
.single-1-content .mb1 {
  margin-bottom: 10px;
}
.single-1-content .mb2 {
  margin-bottom: 20px;
}
.single-1-content .mb3 {
  margin-bottom: 30px;
}
.single-1-content .mb4 {
  margin-bottom: 40px;
}

.header {
  height: 62px;
  background-color: rgba(30, 30, 30, 0.8);
  display: flex;
  margin-top: -62px;
  position: sticky;
  right: 0;
  top: -62px;
  transition: 0.3s;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .header {
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-top: -140px;
    padding: 30px 60px;
    top: -140px;
  }
}
.header--scroll {
  top: 0;
}
.header-bnr {
  height: 62px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header-bnr {
    height: auto;
    margin: 0;
    max-width: 300px;
    width: auto;
  }
}
.header-bnr:hover {
  opacity: 0.7;
}
.header-bnr img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-bnr img {
    height: 80px;
  }
}
.header-nav {
  background-color: rgba(30, 30, 30, 0.8);
  display: none;
  height: 100vh;
  overflow: auto;
  padding: 46px 0 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 990;
}
@media screen and (min-width: 768px) {
  .header-nav {
    background-color: transparent;
    display: block !important;
    height: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex;
  }
}
.header-nav-item {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-nav-item {
    border-bottom: none;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-item:last-of-type {
    padding-right: 30px;
  }
}
.header-nav-item a {
  color: #FFF;
}
.header-nav-item-name {
  font-family: "Noto Serif JP";
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-nav-item-name {
    text-align: center;
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-item-name:hover > .header-nav-item-name--jpn {
    border-top: 4px solid #998675;
  }
}
.header-nav-item-name--eng {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .header-nav-item-name--eng {
    font-size: 16px;
  }
}
.header-nav-item-name--jpn {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header-nav-item-name--jpn {
    border-top: 4px solid #302a4e;
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-item-name--jpn--active {
    border-top: 4px solid #998675;
  }
}
.header-nav-item-name--comingsoon {
  color: #878592;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header-nav-item-name--comingsoon {
    border-top: 4px solid #302a4e;
    font-size: 14px;
    padding-top: 10px;
  }
}
.header-link-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .header-link-icon {
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.header-link-icon-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.header-link-icon-list:first-of-type {
  border-right: 1px solid #FFF;
  margin-right: 20px;
  padding-right: 20px;
}
.header-link-icon-item {
  height: 20px;
  width: 20px;
}
.header-link-icon-item:not(:first-of-type) {
  margin-left: 20px;
}
.header-link-icon-item img {
  height: 100%;
}
.header-info {
  background-color: rgba(30, 30, 30, 0.8);
  border-radius: 50px;
  box-sizing: border-box;
  color: #FFF;
  margin: 40px 15px 0;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .header-lang {
    margin-right: 40px;
  }
}
.header-lang-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .header-lang-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-lang-list-item {
    text-align: center;
    width: auto;
  }
}
.header-lang-list-item a {
  color: #FFF;
  padding: 0 10px;
}
.header-lang-list-item a:hover {
  opacity: 0.7;
}
.header-sub {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-sub {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}

.footer {
  background-color: #221532;
  color: #FFF;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
.footer-list {
  padding-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
.footer-list-item {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .footer-list-item {
    padding: 0 20px;
  }
}
.footer-list-item--gray {
  color: #878592;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .footer-list-item--gray {
    padding: 0 20px;
  }
}
.footer-list-item a {
  transition: 0.3s;
}
.footer-list-item a:hover {
  opacity: 0.7;
}
.footer__notice {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__notice {
    font-size: 14px;
  }
}
.footer__copyright {
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    padding: 45px 0;
  }
}

.hero {
  position: relative;
  width: 100%;
}
.hero .slick-dotted {
  margin-bottom: 40px !important;
}
.hero .slick-dots {
  bottom: -40px !important;
}

.post__ticket {
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post__ticket {
    display: flex;
  }
}
.post__ticket__contents {
  border-top: 1px solid #C7B299;
  color: #f00;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .post__ticket__contents {
    border-left: 1px solid #C7B299;
    border-top: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
  }
}

.text-about {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .text-about {
    font-size: 20px;
    line-height: 2.4;
    text-align: center;
  }
}
.text-about:not(:first-of-type) {
  margin-top: 30px;
}
.text-about .small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .text-about .small {
    font-size: 14px;
  }
}
.text-about__image {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .text-about__image {
    display: flex;
    justify-content: center;
  }
}
.text-about__image__genga {
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .text-about__image__genga {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .text-about__image__genga:last-of-type {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .text-about__image__genga img {
    height: 400px;
    width: auto;
  }
}
.text-about__image .nodl {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 500;
}
.text-about__image .nodl img {
  height: 100%;
  width: 100%;
}
.text-comingsoon {
  color: #998675;
  text-align: center;
}
.text-followme {
  text-align: center;
}
.text-followme span {
  color: #998675;
}
.text-ticket {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .text-ticket {
    font-size: 16px;
    text-align: center;
  }
}
.text-ticket span {
  color: #f00;
}
.text-ticket--date {
  font-size: 24px;
  text-align: center;
}
.text-ticket--date span {
  font-size: 16px;
}
.text-link-1 {
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .text-link-1 {
    font-size: 24px;
  }
}
.text-link-1:hover {
  opacity: 0.7;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal.active {
  display: block;
}
.modal-contents {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .modal-contents {
    width: auto;
  }
}
.modal-contents.active {
  display: flex;
}
@media screen and (min-width: 768px) {
  .modal-contents.horizontal img {
    height: 80vh;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .modal-contents.vertical img {
    width: 670px;
  }
}
.modal-item {
  cursor: pointer;
}
.modal-item:hover {
  opacity: 0.7;
}

.search__form__category-list, .search__form__type-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search__result-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 60px;
}
.search__result-list-item {
  display: none;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__result-list-item {
    margin: 30px 10px 0;
    width: 320px;
  }
}
.search__result-list-item.active {
  display: block;
}
.search__result-list-item__title {
  margin-top: 10px;
}
.search__result-list-item__title .color-red {
  color: #f00;
}
.search__result-list-item__price {
  margin-top: 4px;
}
.search__result-list-item__notice {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .search__result-list-item__notice {
    font-size: 14px;
  }
}
.search__result-list-item .soldout {
  background-color: rgba(30, 30, 30, 0.8);
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  top: 38%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .search__result-list-item .soldout {
    top: 139px;
  }
}
.search__result__no-data {
  display: none;
  margin: 30px 0 60px;
  text-align: center;
}
.search__result__no-data.active {
  display: block;
}
.search__notice {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .search__notice {
    font-size: 14px;
  }
}
.search__notice::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}
.search__notice a {
  text-decoration: underline;
}

.cafe-section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .cafe-section {
    margin-top: 120px;
  }
}
.cafe-section:first-of-type {
  margin-top: 0;
}
.cafe-section:nth-child(1) .cafe-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(1) .cafe-title {
    height: 90px;
  }
}
.cafe-section:nth-child(1) .cafe-title::before, .cafe-section:nth-child(1) .cafe-title::after {
  border-top: 1px solid #221532;
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
}
.cafe-section:nth-child(1) .cafe-title::before {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(1) .cafe-title::before {
    margin-right: 30px;
  }
}
.cafe-section:nth-child(1) .cafe-title::after {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(1) .cafe-title::after {
    margin-left: 30px;
  }
}
.cafe-section:nth-child(2) .cafe-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(2) .cafe-title {
    height: 70px;
  }
}
.cafe-section:nth-child(2) .cafe-title::before, .cafe-section:nth-child(2) .cafe-title::after {
  border-top: 1px solid #221532;
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
}
.cafe-section:nth-child(2) .cafe-title::before {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(2) .cafe-title::before {
    margin-right: 30px;
  }
}
.cafe-section:nth-child(2) .cafe-title::after {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(2) .cafe-title::after {
    margin-left: 30px;
  }
}
.cafe-section:nth-child(3) .cafe-title {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .cafe-section:nth-child(3) .cafe-title {
    height: 140px;
  }
}
.cafe-title {
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 768px) {
  .cafe-title {
    height: 100px;
  }
}
.cafe-title img {
  display: block;
  height: 100%;
  margin: auto;
  max-width: calc(100% - 60px);
  width: auto;
}
.cafe-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 60px;
}
.cafe-list-item {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cafe-list-item {
    margin: 60px 10px 0;
    width: 490px;
  }
}
.cafe-list-item__title {
  margin-top: 10px;
}
.cafe-list-item__price {
  margin-top: 4px;
}
.cafe-list-item .soldout {
  background-color: #18191B;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -130%);
  width: 80%;
}/*# sourceMappingURL=style.css.map */