@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin-ext");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c {
  clear: both; }

ul {
  list-style-type: none; }

body, html {
  font-family: "Noto Sans JP"; }
  @media screen and (max-width: 480px) {
    body, html {
      font-size: 14px;
      font-size: 3.2083333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    body, html {
      font-size: 14px;
      font-size: 1.7283950617vw; } }
  @media screen and (min-width: 810px) {
    body, html {
      font-size: 14px; } }

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease; }
  a:hover {
    opacity: 0.5; }

/* オリジナル　*/
@keyframes top_load {
  0% {
    filter: blur(30px) contrast(200%);
    opacity: 0.5; }
  100% {
    filter: blur(0px) contrast(100%);
    opacity: 1; } }
@keyframes load_anime {
  0% {
    transform: perspective(2000px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(2000px) rotateX(0deg) rotateY(180deg); } }
.top_image_anime {
  animation: top_load 1.5s ease-out; }

section.load {
  transition: all 0.3s ease;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #efefef; }
  @media screen and (max-width: 480px) {
    section.load {
      height: 90vh; } }
  section.load h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 20vw;
    max-width: 170px;
    max-height: 170px;
    min-height: 120px;
    min-width: 120px; }
    section.load h1 img {
      width: 100%;
      animation: load_anime 4s infinite ease-in-out; }

.loaded {
  z-index: -1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important; }

section.top {
  display: block;
  margin: 0px auto;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/top_back.png");
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  @media screen and (max-width: 480px) {
    section.top {
      height: 90vh; } }
  section.top h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 20vw;
    max-width: 170px;
    max-height: 170px;
    min-height: 120px;
    min-width: 120px; }
    section.top h1 img {
      width: 100%; }
  section.top a.humb {
    z-index: 200;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 5vw;
    max-width: 20px;
    display: none; }
    @media screen and (max-width: 480px) {
      section.top a.humb {
        display: block; } }
  section.top nav.pc_menu {
    display: block;
    width: 90vw;
    max-width: 810px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 500; }
    @media screen and (max-width: 480px) {
      section.top nav.pc_menu {
        display: none; } }
    section.top nav.pc_menu ul {
      text-align: center;
      width: 100%;
      background-color: #fff;
      display: inline-block; }
      section.top nav.pc_menu ul li {
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        padding: 8px 0px 8px 0px;
        margin-right: 30px; }
        @media screen and (max-width: 480px) {
          section.top nav.pc_menu ul li {
            font-size: 12px;
            font-size: 2.75vw; } }
        @media screen and (min-width: 481px) and (max-width: 809px) {
          section.top nav.pc_menu ul li {
            font-size: 12px;
            font-size: 1.4814814815vw; } }
        @media screen and (min-width: 810px) {
          section.top nav.pc_menu ul li {
            font-size: 12px; } }
        section.top nav.pc_menu ul li:last-of-type {
          margin-right: 0; }
        section.top nav.pc_menu ul li a {
          color: #000;
          letter-spacing: 1.5px; }
  section.top nav.fixed {
    height: 30px;
    top: 0;
    position: fixed;
    width: 100vw !important;
    left: 0;
    transform: none; }
    section.top nav.fixed ul {
      width: 100vw; }

nav.active {
  transition: all 0.3s ease;
  visibility: visible !important;
  opacity: 1 !important; }

nav.sp_menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  nav.sp_menu ul {
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    padding: 10vh 0; }
    nav.sp_menu ul li {
      transition: all 0.3s ease;
      display: block;
      font-family: "Fjalla One", sans-serif;
      text-align: center;
      padding: 6vw;
      margin-bottom: 4px;
      background-color: rgba(255, 255, 255, 0.95); }
      @media screen and (max-width: 480px) {
        nav.sp_menu ul li {
          font-size: 24px;
          font-size: 5.5vw; } }
      @media screen and (min-width: 481px) and (max-width: 809px) {
        nav.sp_menu ul li {
          font-size: 24px;
          font-size: 2.962962963vw; } }
      @media screen and (min-width: 810px) {
        nav.sp_menu ul li {
          font-size: 24px; } }
      nav.sp_menu ul li a {
        color: #000;
        letter-spacing: 3px; }

section.under h1 {
  display: block;
  margin: 0px auto;
  display: block;
  margin: 0px auto;
  position: relative;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.3em;
  width: 810px;
  max-width: 90vw;
  padding-left: 10px; }
  @media screen and (max-width: 480px) {
    section.under h1 {
      font-size: 24.8px;
      font-size: 5.6833333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.under h1 {
      font-size: 31px;
      font-size: 3.8271604938vw; } }
  @media screen and (min-width: 810px) {
    section.under h1 {
      font-size: 31px; } }
  @media screen and (max-width: 480px) {
    section.under h1:first-letter {
      font-size: 31.2px;
      font-size: 7.15vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.under h1:first-letter {
      font-size: 39px;
      font-size: 4.8148148148vw; } }
  @media screen and (min-width: 810px) {
    section.under h1:first-letter {
      font-size: 39px; } }
  section.under h1::after {
    content: url("../img/line_pc.svg");
    display: block;
    margin-left: -10px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      section.under h1::after {
        content: url("../img/line_sp.svg");
        margin-left: 0px; } }
  @media screen and (max-width: 480px) {
    section.under h1 {
      margin-top: 14.5833333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.under h1 {
      margin-top: 12.3456790123vw; } }
  @media screen and (min-width: 810px) {
    section.under h1 {
      margin-top: 100px; } }
  @media screen and (max-width: 480px) {
    section.under h1 {
      margin-bottom: 6.5625vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.under h1 {
      margin-bottom: 5.5555555556vw; } }
  @media screen and (min-width: 810px) {
    section.under h1 {
      margin-bottom: 45px; } }
  @media screen and (max-width: 810px) {
    section.under h1 {
      padding-left: 0px;
      margin-top: 12vw; }
      mb
      section.under h1::after {
        margin-left: 0px; } }
  @media screen and (max-width: 480px) {
    section.under h1 {
      letter-spacing: 0.2em;
      margin-bottom: 3vw;
      padding-left: 0px; } }
  section.under h1 strong {
    font-weight: 700;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      section.under h1 strong {
        font-size: 11.2px;
        font-size: 2.5666666667vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      section.under h1 strong {
        font-size: 14px;
        font-size: 1.7283950617vw; } }
    @media screen and (min-width: 810px) {
      section.under h1 strong {
        font-size: 14px; } }
section.under p.main_text {
  display: block;
  margin: 0px auto;
  width: 90vw;
  max-width: 660px;
  line-height: 220%;
  letter-spacing: 0.15rem; }
  @media screen and (max-width: 480px) {
    section.under p.main_text {
      font-size: 13px;
      font-size: 2.9791666667vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.under p.main_text {
      font-size: 13px;
      font-size: 1.6049382716vw; } }
  @media screen and (min-width: 810px) {
    section.under p.main_text {
      font-size: 13px; } }
  section.under p.main_text a {
    color: #000;
    text-decoration: underline; }

section.gray {
  display: block;
  width: 100vw;
  background-color: #e5e5e5;
  padding: 80px 0px; }
  @media screen and (max-width: 480px) {
    section.gray {
      padding: 11.25vw 0px; } }
  @media screen and (max-width: 480px) {
    section.gray {
      margin-top: 7.2916666667vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.gray {
      margin-top: 6.1728395062vw; } }
  @media screen and (min-width: 810px) {
    section.gray {
      margin-top: 50px; } }

h2 {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 90vw;
  max-width: 550px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 5px; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 24px;
      font-size: 5.5vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    h2 {
      font-size: 24px;
      font-size: 2.962962963vw; } }
  @media screen and (min-width: 810px) {
    h2 {
      font-size: 24px; } }
  h2 strong {
    display: block;
    letter-spacing: 3px;
    font-weight: 500;
    padding-top: 15px; }
    @media screen and (max-width: 480px) {
      h2 strong {
        font-size: 12px;
        font-size: 2.75vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      h2 strong {
        font-size: 12px;
        font-size: 1.4814814815vw; } }
    @media screen and (min-width: 810px) {
      h2 strong {
        font-size: 12px; } }
    @media screen and (max-width: 480px) {
      h2 strong {
        padding-top: 10px; } }
  h2::before, h2::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    border-top: 1px solid #000;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 480px) {
      h2::before, h2::after {
        width: 12vw; } }
  h2::before {
    left: 0; }
  h2::after {
    right: 0; }

/*----下層セクション------*/
section.about p {
  text-align: center; }

section.howto ul {
  display: block;
  margin: 0px auto;
  max-width: 810px;
  width: 90vw;
  text-align: center; }
  @media screen and (max-width: 480px) {
    section.howto ul {
      margin-top: 11.6666666667vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.howto ul {
      margin-top: 9.8765432099vw; } }
  @media screen and (min-width: 810px) {
    section.howto ul {
      margin-top: 80px; } }
  section.howto ul li {
    display: block;
    float: left;
    width: 45%;
    margin-right: 10%;
    line-height: 200%;
    letter-spacing: 1px; }
    @media screen and (max-width: 480px) {
      section.howto ul li {
        display: inline-block;
        text-align: center;
        float: none;
        width: 71vw;
        margin-right: 0;
        margin-bottom: 11.25vw; }
        section.howto ul li:last-of-type {
          margin-bottom: 0; } }
    section.howto ul li:last-of-type {
      margin-right: 0px; }
    section.howto ul li a {
      width: 100%;
      max-height: 150px;
      height: 30vw;
      background-color: #fff;
      display: block;
      position: relative;
      position: relative; }
      @media screen and (max-width: 480px) {
        section.howto ul li a {
          margin-top: 4.375vw; } }
      @media screen and (min-width: 481px) and (max-width: 809px) {
        section.howto ul li a {
          margin-top: 3.7037037037vw; } }
      @media screen and (min-width: 810px) {
        section.howto ul li a {
          margin-top: 30px; } }
      section.howto ul li a::before {
        content: "";
        position: absolute;
        top: -9px;
        left: -9px;
        width: 16px;
        height: 16px;
        border-top: 1px solid #333;
        border-left: 1px solid #333; }
      section.howto ul li a::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -9px;
        width: 16px;
        height: 16px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333; }
      section.howto ul li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; }
      section.howto ul li a:hover {
        transform: translateY(10%); }
      section.howto ul li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 80%;
        max-height: 45%;
        object-fit: contain; }

section.history a.cf {
  display: block;
  margin: 0px auto;
  width: 410px;
  max-width: 80vw;
  max-height: 150px;
  height: 30vw;
  position: relative; }
  @media screen and (max-width: 480px) {
    section.history a.cf {
      margin-top: 10.2083333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.history a.cf {
      margin-top: 8.6419753086vw; } }
  @media screen and (min-width: 810px) {
    section.history a.cf {
      margin-top: 70px; } }
  section.history a.cf::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #333;
    border-left: 1px solid #333; }
  section.history a.cf::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333; }
  section.history a.cf img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  section.history a.cf img {
    height: 80%; }
section.history small {
  display: block;
  margin: 0px auto;
  margin-top: 30px;
  font-size: 0.8em;
  text-align: center;
  color: #aaa; }
section.history div.gal_div {
  position: relative;
  margin: 0px auto;
  width: 600px;
  max-width: 70vw;
  height: 450px;
  max-height: 55vw; }
  @media screen and (max-width: 480px) {
    section.history div.gal_div {
      margin-top: 10.2083333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.history div.gal_div {
      margin-top: 8.6419753086vw; } }
  @media screen and (min-width: 810px) {
    section.history div.gal_div {
      margin-top: 70px; } }
  section.history div.gal_div img {
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: contain; }
  section.history div.gal_div a.before, section.history div.gal_div a.after {
    position: absolute;
    width: 30px;
    height: 18px;
    top: 50%; }
    @media screen and (max-width: 480px) {
      section.history div.gal_div a.before, section.history div.gal_div a.after {
        width: 20px; } }
  section.history div.gal_div a.before {
    left: -80px;
    transform: translateY(-50%) rotate(90deg); }
    @media screen and (max-width: 480px) {
      section.history div.gal_div a.before {
        left: -10vw; } }
    section.history div.gal_div a.before:hover {
      transform: translateY(-50%) rotate(90deg) translateX(20%); }
  section.history div.gal_div a.after {
    right: -80px;
    transform: translateY(-50%) rotate(-90deg); }
    @media screen and (max-width: 480px) {
      section.history div.gal_div a.after {
        right: -10vw; } }
    section.history div.gal_div a.after:hover {
      transform: translateY(-50%) rotate(-90deg) translateX(-20%); }
section.history ul.gal_ul {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  margin-top: 40px;
  width: 600px;
  max-width: 90vw;
  height: 120px; }
  section.history ul.gal_ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 100%); }
  section.history ul.gal_ul li {
    opacity: 0.3;
    display: block;
    float: left;
    width: 70px;
    height: 52px;
    margin-right: 18.3px;
    margin-bottom: 18.3px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 809px) {
      section.history ul.gal_ul li {
        width: 22%;
        height: 14.8vw;
        margin-right: 4%;
        margin-bottom: 3.3vw; } }
    section.history ul.gal_ul li img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      object-fit: cover !important; }
    @media screen and (min-width: 810px) {
      section.history ul.gal_ul li:nth-of-type(7n) {
        margin-right: 0; } }
    @media screen and (max-width: 809px) {
      section.history ul.gal_ul li:nth-of-type(4n) {
        margin-right: 0; } }
  section.history ul.gal_ul li.selected {
    opacity: 1; }
section.history ul.gal_active {
  height: auto !important; }
  section.history ul.gal_active::after {
    display: none;
    background: none;
    z-index: -1; }
section.history section.history01 {
  display: block; }
  @media screen and (max-width: 480px) {
    section.history section.history01 {
      margin-top: 14.5833333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.history section.history01 {
      margin-top: 12.3456790123vw; } }
  @media screen and (min-width: 810px) {
    section.history section.history01 {
      margin-top: 100px; } }
  section.history section.history01 p {
    max-width: 550px;
    width: 90vw; }
    @media screen and (max-width: 480px) {
      section.history section.history01 p {
        margin-top: 7.2916666667vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      section.history section.history01 p {
        margin-top: 6.1728395062vw; } }
    @media screen and (min-width: 810px) {
      section.history section.history01 p {
        margin-top: 50px; } }
section.history section.history02 {
  display: block; }
  @media screen and (max-width: 480px) {
    section.history section.history02 {
      margin-top: 13.125vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.history section.history02 {
      margin-top: 11.1111111111vw; } }
  @media screen and (min-width: 810px) {
    section.history section.history02 {
      margin-top: 90px; } }

section.patrons ul.ini {
  display: block;
  margin: 0px auto;
  text-align: center;
  background-color: #e5e5e5;
  color: #ccc;
  width: 810px;
  max-width: 90vw; }
  @media screen and (max-width: 480px) {
    section.patrons ul.ini {
      margin-bottom: 8.75vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.patrons ul.ini {
      margin-bottom: 7.4074074074vw; } }
  @media screen and (min-width: 810px) {
    section.patrons ul.ini {
      margin-bottom: 60px; } }
  section.patrons ul.ini a {
    color: #000; }
  @media screen and (max-width: 480px) {
    section.patrons ul.ini {
      margin-top: 8.75vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    section.patrons ul.ini {
      margin-top: 7.4074074074vw; } }
  @media screen and (min-width: 810px) {
    section.patrons ul.ini {
      margin-top: 60px; } }
  @media screen and (max-width: 809px) {
    section.patrons ul.ini {
      padding: 0vw 3.5vw; } }
  section.patrons ul.ini li {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    padding: 30px 7px; }
    @media screen and (max-width: 480px) {
      section.patrons ul.ini li {
        font-size: 13px;
        font-size: 2.9791666667vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      section.patrons ul.ini li {
        font-size: 13px;
        font-size: 1.6049382716vw; } }
    @media screen and (min-width: 810px) {
      section.patrons ul.ini li {
        font-size: 13px; } }
    @media screen and (max-width: 809px) {
      section.patrons ul.ini li {
        padding: 2vw 1.5vw; } }
section.patrons ul.names {
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
  margin: 0px auto;
  width: 810px;
  max-width: 90vw;
  height: auto; }
  section.patrons ul.names li {
    transition: all 0.3s ease;
    flex-basis: 33.3%;
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 809px) {
      section.patrons ul.names li {
        padding-bottom: 6.5vw; } }

footer {
  padding-top: 50px; }
  @media screen and (max-width: 809px) {
    footer {
      padding-top: 5vw; } }
  footer img {
    transform: rotate(180deg); }
  footer small {
    display: block;
    margin: 0px auto;
    margin-top: 50px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    letter-spacing: 0.1rem;
    padding-bottom: 20px; }
    @media screen and (max-width: 480px) {
      footer small {
        font-size: 12px;
        font-size: 2.75vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      footer small {
        font-size: 12px;
        font-size: 1.4814814815vw; } }
    @media screen and (min-width: 810px) {
      footer small {
        font-size: 12px; } }
    @media screen and (max-width: 809px) {
      footer small {
        padding-bottom: 2vw; } }

a.next_arrow {
  display: block;
  margin: 0px auto;
  text-align: center;
  letter-spacing: 1px; }
  @media screen and (max-width: 480px) {
    a.next_arrow {
      margin-top: 5.8333333333vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    a.next_arrow {
      margin-top: 4.9382716049vw; } }
  @media screen and (min-width: 810px) {
    a.next_arrow {
      margin-top: 40px; } }
  @media screen and (max-width: 480px) {
    a.next_arrow {
      font-size: 13px;
      font-size: 2.9791666667vw; } }
  @media screen and (min-width: 481px) and (max-width: 809px) {
    a.next_arrow {
      font-size: 13px;
      font-size: 1.6049382716vw; } }
  @media screen and (min-width: 810px) {
    a.next_arrow {
      font-size: 13px; } }
  a.next_arrow:hover {
    transform: translateY(10%); }
  a.next_arrow img {
    display: block;
    margin: 0px auto;
    width: 30px;
    height: 17px; }
    @media screen and (max-width: 480px) {
      a.next_arrow img {
        margin-top: 2.1875vw; } }
    @media screen and (min-width: 481px) and (max-width: 809px) {
      a.next_arrow img {
        margin-top: 1.8518518519vw; } }
    @media screen and (min-width: 810px) {
      a.next_arrow img {
        margin-top: 15px; } }

section.imgview_active {
  opacity: 1 !important;
  z-index: 1000 !important; }

section.imgview {
  transition: all 0.3s ease;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  opacity: 0;
  z-index: -1; }
  section.imgview img.view {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain; }
  section.imgview a {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px; }
    section.imgview a img {
      display: block;
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=general.css.map */
