@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;600&display=swap");
*,
::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;
  line-height: 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* オリジナル */
img {
  display: block;
  width: 100%;
  height: auto;
}

/********
Type scale
1.02
1.28
1.6
2
2.5
3.125
3.9
4.8
6.1
7.6
9.5
********/
html {
  font-size: clamp(1px, 2.6vw, 10px);
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

html,
body {
  box-sizing: border-box;
}

body {
  color: #383838;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-display: swap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  vertical-align: baseline;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #1f1f1f;
  color: #f1f1f1;
}

h1 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.125rem;
  font-weight: 700;
}

h2 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 100;
  color: #d12e59;
  font-size: 4.88281rem;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 7.6rem;
  }
}

h3 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.28rem;
}

h4 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}

p {
  margin-bottom: 1.6rem;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 95vh;
}

.container {
  width: clamp(1px, 100%, 1440px);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
}

article {
  width: clamp(1px, 100%, 1080px);
  margin-top: 3.125rem;
  margin-right: auto;
  margin-bottom: 6.25rem;
  margin-left: auto;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
}

@media screen and (min-width: 769px) {
  article {
    margin-top: 7.6rem;
    margin-bottom: 9.5rem;
  }
}

section {
  margin-top: 3.125rem;
}

section:not(:last-of-type) {
  margin-bottom: 3.125rem;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

figure figcaption {
  font-size: 1.28rem;
}

header {
  margin-bottom: 6.25rem;
}

@media screen and (min-width: 769px) {
  header {
    margin-bottom: 9.5rem;
  }
}

header img {
  width: auto;
  max-width: 100%;
  max-height: 100vh;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

header h3 {
  padding-top: 1.28rem;
  padding-bottom: 1.28rem;
}

header .greet {
  background-color: #d12e59;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

header .greet section {
  color: #efefef;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

header .greet section a {
  color: #efefef;
}

header .greet section a:hover, header .greet section a:visited {
  color: #efefef;
}

header section {
  width: clamp(1px, 100%, 1080px);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 2rem;
  padding-right: 1.6rem;
  padding-bottom: 2rem;
  padding-left: 1.6rem;
}

header section:nth-of-type(2) {
  border: solid 1px #d12e59;
  margin-top: 1.6rem;
  width: clamp(1px, 90%, 1080px);
}

@media screen and (min-width: 769px) {
  header section:nth-of-type(2) {
    margin-top: 3.125rem;
  }
}

footer {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .fullWidth {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + 10px);
  }
}

.fullWidth img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.attention {
  font-size: 1.28rem;
}

:root {
  --swiper-theme-color: #d12e59;
}

.accbox {
  margin-top: 1.6rem;
}

.accbox label {
  background-color: #2fb6eb;
  border-radius: 50vw;
  color: #1f1f1f;
  display: block;
  font-size: 1.28rem;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 1.28rem;
  margin-left: auto;
  padding-top: 0.5rem;
  padding-right: 1.28rem;
  padding-bottom: 0.5rem;
  padding-left: 1.28rem;
  width: clamp(1px, 250px, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accbox label:hover {
  background-color: #128cbb;
}

.accbox label:focus {
  outline: solid 1px #d12e59;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.cssacc:checked + .accshow {
  height: auto;
  opacity: 1;
  padding-bottom: 3.125rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 3.125rem 1.28rem;
  width: clamp(200px, 100%, 1125px);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .grid {
    grid-gap: 3.125rem 1.6rem;
  }
}

.grid.one {
  -ms-grid-columns: (minmax(calc(100% / 2), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
}

@media screen and (min-width: 769px) {
  .grid.one {
    -ms-grid-columns: (minmax(calc(100% / 3), 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  }
}

.grid.tow {
  -ms-grid-columns: (minmax(25%, max-content))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25%, -webkit-max-content));
      grid-template-columns: repeat(auto-fill, minmax(25%, max-content));
}

.grid.goods {
  -ms-grid-columns: (minmax(calc(100% / 3), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 769px) {
  .grid.goods {
    -ms-grid-columns: (minmax(calc(100% / 6), 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 6), 1fr));
  }
}

.grid.artist {
  -ms-grid-columns: 4.88281rem 1fr;
      grid-template-columns: 4.88281rem 1fr;
}

.grid.artist dt {
  -ms-grid-column: 2;
  grid-column: 2;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.grid.artist dd:nth-of-type(n+2) {
  -ms-grid-column: 2;
  grid-column: 2;
}

.grid.artists {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.6rem 2rem;
}

.grid.artists dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.grid.artists dl dt {
  border-bottom: none;
  padding-top: 0;
  padding-left: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.grid.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.5rem;
}

.grid.corona {
  -ms-grid-columns: (minmax(45%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 12px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 769px) {
  .grid.corona {
    -ms-grid-columns: (minmax(calc(100% / 5), 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 5), 1fr));
    margin-bottom: 3.125rem;
  }
}

.grid.corona figure {
  font-size: 1.28rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  fill: #d12e59;
}

.card {
  line-height: 1.5;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 0.25rem;
}

.card figure {
  position: relative;
  margin-bottom: 1rem;
}

.card figure.soldout::after {
  content: "SOLDOUT";
  background-color: rgba(56, 56, 56, 0.7);
  color: #efefef;
  font-size: 3.125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.card figcaption {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.card h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
}

.card h4 span:nth-of-type(2) {
  font-size: 1.28rem;
}

.card p {
  font-weight: 700;
  margin-bottom: 1rem;
}

.card dl {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.card dl dt {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.card dl dt:not(:first-of-type) {
  padding-top: 0;
}

.card dl dd {
  font-weight: 700;
  margin-bottom: 1rem;
}

.card .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
}

.card .tag span {
  background-color: rgba(209, 46, 89, 0.7);
  color: #efefef;
  font-size: 1rem;
  padding-top: 0.2rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  margin-bottom: 1px;
  width: 100%;
  text-align: center;
}

.card .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.28rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.twitterBox {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  margin-top: 1.6rem;
  margin-right: auto;
  margin-bottom: 1.6rem;
  margin-left: auto;
  border: solid 1px #d12e59;
  position: relative;
  max-width: 300px;
  min-height: 600px;
}

.twitterBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.theta-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1125px;
  margin: 30px auto;
}

.theta-wrapper iframe,
.theta-wrapper object,
.theta-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1125px;
  margin-top: 1.28rem;
  margin-right: auto;
  margin-bottom: 1.28rem;
  margin-left: auto;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #2fb6eb;
}

a.link {
  color: #2fb6eb;
  text-decoration: underline;
}

a.link:hover {
  color: #128cbb;
  text-decoration: underline;
}

a.link:visited {
  color: #4caacf;
}

.button {
  background-color: #2fb6eb;
  border-radius: 50vw;
  color: #1f1f1f;
  display: block;
  font-size: 1.28rem;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 1.28rem;
  margin-left: auto;
  padding-top: 0.5rem;
  padding-right: 1.28rem;
  padding-bottom: 0.5rem;
  padding-left: 1.28rem;
  width: clamp(1px, 250px, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover {
  background-color: #128cbb;
  color: #1f1f1f;
}

.button:focus {
  outline: solid 1px #d12e59;
}

.sns {
  padding-top: 1.28rem;
  padding-right: 1.28rem;
  padding-bottom: 1.28rem;
  padding-left: 1.28rem;
  position: relative;
  width: 3.125rem;
  height: 100%;
}

.sns a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.sns a i {
  font-size: 2.5rem;
  color: #564f7c;
}

.icon a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #2fb6eb;
  color: #efefef;
  border-radius: 100vh;
  width: 3.125rem;
  height: 3.125rem;
}

.pageTop {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  right: 1.28rem;
  bottom: 3.125rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}

.pageTop i {
  font-size: 3.125rem;
}

.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

dl dt {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 1.6rem;
  margin-bottom: 0.5rem;
  margin-left: -1.6rem;
  border-bottom: solid 1px #d12e59;
  line-height: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 40%;
}

dl dt:not(:first-of-type) {
  padding-top: 1.6rem;
}

dl.list dd {
  line-height: 2.5;
  padding-left: 1.6rem;
}

dl.list dd:nth-of-type(2n) {
  background-color: #060606;
}

.list-point {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: 1.28rem;
}

.list-point li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.list-number {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: 1.28rem;
}

.list-number li {
  list-style-type: decimal;
  margin-bottom: 1.28rem;
}

.microModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  display: none;
  z-index: 999;
}

.microModal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(209, 46, 89, 0.5);
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.microModal .overlay .modalContent {
  position: relative;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  background-color: #efefef;
  color: #383838;
  width: clamp(1px, 96vw, 1125px);
  max-height: 90vh;
}

@media screen and (min-width: 769px) {
  .microModal .overlay .modalContent {
    height: clamp(1px, 100%, 85vh);
  }
}

.microModal .overlay .modalContent figure,
.microModal .overlay .modalContent picture {
  display: block;
  width: 100%;
  max-height: 90%;
  margin-bottom: 1.28rem;
}

@media screen and (min-width: 769px) {
  .microModal .overlay .modalContent figure,
  .microModal .overlay .modalContent picture {
    height: clamp(1px, 100%, 70vh);
  }
}

.microModal .overlay .modalContent figure img,
.microModal .overlay .modalContent picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.microModal .overlay .modalContent p {
  font-size: 1.28rem;
}

.microModal .overlay .modalClose {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -36px;
  left: -18px;
  z-index: 2;
}

.microModal .overlay .modalClose span::before, .microModal .overlay .modalClose span::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #efefef;
  position: absolute;
}

.microModal .overlay .modalClose span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.microModal .overlay .modalClose span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.microModal.is-open {
  display: block;
}

.microModal[aria-hidden="true"] {
  -webkit-animation: puff-in-center 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.microModal[aria-hidden="false"] {
  -webkit-animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

@-webkit-keyframes puff-in-center {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes puff-in-center {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes puff-out-center {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes puff-out-center {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

nav {
  position: fixed;
  width: 3.125rem;
  height: 3.125rem;
  top: 0;
  right: 1rem;
  z-index: 998;
}

.menu {
  width: 3.125rem;
  height: 3.125rem;
}

.nav-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 90;
  width: 3.125rem;
  height: 4.725rem;
}

.nav-btn .hamburger, .nav-btn .hamburger::before, .nav-btn .hamburger::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background-color: #d12e59;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-btn .hamburger::before {
  bottom: 8px;
}

.nav-btn .hamburger::after {
  top: 8px;
}

.nav-btn .menu-text::after {
  content: "MENU";
  display: block;
  color: #d12e59;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#nav-check:checked ~ .nav-btn .hamburger, #nav-check:checked ~ .nav-btn .hamburger::before, #nav-check:checked ~ .nav-btn .hamburger::after {
  background-color: rgba(255, 255, 255, 0);
}

#nav-check:checked ~ .nav-btn .hamburger::before {
  background-color: #564f7c;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-check:checked ~ .nav-btn .hamburger::after {
  background-color: #564f7c;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-check:checked ~ .nav-btn .menu-text::after {
  content: "CLOSE";
  color: #564f7c;
}

#nav-check {
  display: none;
}

.nav-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: white;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.nav-content > a {
  width: clamp(200px, 50%, 350px);
  margin-bottom: 3.125rem;
}

.nav-content ul {
  padding-left: 0;
  width: clamp(200px, 50%, 350px);
  margin-bottom: 1.6rem;
}

.nav-content ul li {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Arial, "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 1.28rem;
  padding-right: 0;
  padding-bottom: 1.28rem;
  padding-left: 0;
}

.nav-content ul li a {
  color: #564f7c;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.nav-content ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#nav-check:checked ~ .nav-content {
  opacity: 1;
  z-index: 80;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper {
  width: clamp(1px, 100%, 1125px);
  height: clamp(1px, 100%, 70vh);
}

.swiper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.swiper .anchor {
  text-align: center;
  z-index: 99;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev {
  left: 0;
}
/*# sourceMappingURL=style.css.map */