@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          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 */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  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 {
  -webkit-box-sizing: content-box;
          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.
 */
embed,
iframe,
img,
object {
  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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  html {
    font-size: 12px;
  }
}

body {
  max-width: 1180px;
  margin: auto;
  font-family: 'Lato', 'Noto Sans JP','游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.footer {
  margin: 5% auto;
}

@media screen and (max-width: 599px) {
  .footer {
    margin: 6% auto;
  }
}

.footer-text {
  width: 40%;
  margin: auto;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid black;
}

.header__imgText {
  width: 12%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  top: 10%;
  right: calc(50% - 54.5%);
}

@media screen and (max-width: 599px) {
  .header__imgText {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .header__imgText {
    right: calc(50% - 650px);
  }
}

.header__img {
  width: 100%;
}

.header__title {
  font-size: 1.7rem;
  margin-top: 20px;
  margin-left: 5%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: scroll;
  height: 80%;
  width: 60%;
  background: white;
  padding: 40px;
  font-size: 30px;
}

@media screen and (max-width: 599px) {
  .modal-content {
    width: 80%;
    height: 90%;
  }
}

.modal-close {
  position: absolute;
  top: 8%;
  right: 15%;
  z-index: 99;
  display: block;
  background: #969696;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .modal-close {
    top: 5.5%;
    right: 10.5%;
    background: #c8c8c8;
  }
}

.modal-close:hover {
  background: #c8c8c8;
}

.modal-close::before {
  content: "×";
  position: absolute;
  font-size: 50px;
  top: -28%;
  left: 13%;
  color: white;
}

@media screen and (max-width: 599px) {
  .modal-close::before {
    color: black;
    top: -25%;
    left: 15%;
  }
}

.modal-imgText {
  width: 85%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .modal-imgText {
    width: 100%;
  }
}

.modal-img {
  width: 100%;
}

.modal-text {
  font-size: 20px;
  margin-top: 3%;
  margin-left: 7.5%;
  letter-spacing: .2rem;
}

@media screen and (max-width: 599px) {
  .modal-text {
    margin-left: 0;
  }
}

.modal-name {
  margin-top: 10%;
  font-size: 14px;
}

.modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 5% auto 0;
}

@media screen and (max-width: 599px) {
  .modal__block {
    width: 100%;
  }
}

.modal__block-imgText {
  width: 100%;
}

.modal__block-imgText:hover {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.modal__block-link {
  width: 24%;
}

@media screen and (max-width: 1024px) {
  .modal__block-link {
    width: 45%;
  }
  .modal__block-link:nth-child(n+3) {
    margin-top: 15%;
  }
}

.modal__block-box {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.modal__block-buy {
  margin-left: 5px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  width: 90%;
}

.main ::after {
  content: "";
  display: block;
  width: 49%;
}

@media screen and (max-width: 599px) {
  .main {
    margin-top: 20px;
    width: 100%;
  }
}

.main__video {
  width: 100%;
}

.main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__block-link {
  margin-top: 2.5%;
  width: 23%;
}

.main__block-link:hover {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 599px) {
  .main__block-link {
    margin-top: 4%;
    width: 48%;
  }
}

.main__block-link2 {
  margin-top: 2.5%;
  width: 23%;
}

.main__block-link2:hover {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 599px) {
  .main__block-link2 {
    display: none;
  }
}

.main__block-link3 {
  display: none;
}

.main__block-link3:hover {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 599px) {
  .main__block-link3 {
    display: block;
    margin-top: 6.5%;
    width: 48%;
  }
}

.main__block-link4 {
  margin-top: 2.5%;
  width: 23%;
}

@media screen and (max-width: 599px) {
  .main__block-link4 {
    margin-top: 4%;
    width: 48%;
  }
}

.main__block-img {
  width: 100%;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

div.fixed {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 1025px) {
  div.fixed {
    background: url(../image/cover.jpg);
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 599px) {
  div.fixed {
    background: url(../image/cover_sp.jpg);
    background-size: cover;
    background-position: top center;
  }
}

div.fixed p {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  div.fixed p {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15%;
    width: 35%;
  }
}

@media screen and (max-width: 599px) {
  div.fixed p {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    width: 85%;
  }
}

div.fixed p img {
  display: block;
  width: 100%;
}

p.staffcredit {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  p.staffcredit {
    font-size: 18px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 599px) {
  p.staffcredit {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=style.css.map */