@charset "UTF-8";
html {
  width: 100vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}

::-webkit-scrollbar {
  background: #000;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  background-color: #EEF0F3;
  min-height: 820px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

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

/*--------------------------------
### OUTER
--------------------------------*/
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  a[href*="tel:"]:hover {
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  text-decoration: underline;
}
a[href*="mailto:"]:hover {
  text-decoration: none;
}

.anim-cover img {
  cursor: pointer;
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#main-bg {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
}
#main-bg:before {
  content: "";
  position: fixed;
  background: url("../img/Noise.png") no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 8;
  mix-blend-mode: multiply;
}
#main-bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
#main-bg picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: auto;
  }
}

.inner {
  max-width: 440px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 484px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    max-width: 100%;
  }
}

/*--------------------------------
### HEADER
--------------------------------*/
header {
  width: calc(100vw - 680px);
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1501px) {
  header {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: auto;
    max-height: 720px;
    height: 100dvh;
    position: relative;
  }
}
header:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 558.8px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.85)), to(#000));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85), #000);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header:before {
    position: absolute;
    height: 228px;
    z-index: 4;
  }
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1501px) {
  header h1 {
    left: 50%;
    width: 68.2076502732vw;
    height: 63.9890710383vw;
  }
}
@media screen and (max-width: 1301px) {
  header h1 {
    left: 55%;
  }
}
@media screen and (max-width: 1201px) {
  header h1 {
    left: 66%;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    left: 50%;
    width: 910px;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 495px;
    top: 40px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 3;
  }
}
@media screen and (max-width: 390px) {
  header h1 {
    height: 113vh;
  }
}
@media screen and (max-height: 1200px) and (min-width: 1101px) {
  header h1 {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
header p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background: url("../img/logo.webp") no-repeat center/contain;
  width: 277px;
  height: 151px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
@media screen and (min-width: 1101px) {
  header p {
    bottom: 39.6px;
    width: 359.7px;
    height: 221.1px;
  }
}
@media screen and (max-width: 768px) {
  header p {
    background: url("../img/logo_sp.webp") no-repeat center/contain;
    width: 165px;
    height: 110px;
    bottom: 85px;
  }
}
header .sp-nav {
  z-index: 5;
}
header .sp-nav a {
  display: block;
  max-width: 480px;
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
header .sp-nav a span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans JP", sans-serif;
}

header {
  width: 100vw;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header:before {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (max-width: 768px) {
  header:before {
    opacity: 1;
  }
}
header h1 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
  transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 768px) {
  header h1 .wrap {
    top: auto;
    bottom: 0;
    left: -60px;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  header h1 .wrap {
    left: -30px;
  }
}
header h1 .wrap:before {
  content: "";
  position: absolute;
  background: url("../img/top_img.webp") no-repeat center/contain;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 68.1967213115vw;
  height: 82.5683060109vw;
  margin-top: -41.5573770492vw;
}
@media screen and (max-width: 1100px) {
  header h1 .wrap:before {
    background-image: url("../img/top-img_tab.webp");
    width: 900px;
    height: 1344px;
    left: -30px;
    margin-top: -300.225px;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap:before {
    background-image: url("../img/top-img_sp.webp");
    width: 560px;
    height: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  header h1 .wrap:before {
    left: -20px;
  }
}
@media screen and (max-width: 390px) {
  header h1 .wrap:before {
    height: 640px;
  }
}
header h1 .wrap:after {
  content: "";
  position: absolute;
  background: url("../img/top_img_shadow.webp") no-repeat center/contain;
  opacity: 0.8;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 68.1967213115vw;
  height: 82.5683060109vw;
  margin-top: -41.5573770492vw;
}
@media screen and (max-width: 1100px) {
  header h1 .wrap:after {
    background-image: url("../img/top_img_shadow_sp.webp");
    width: 900px;
    height: 914px;
    left: -50px;
    margin-top: -318.225px;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap:after {
    background-image: url("../img/top_img_shadow_sp.webp");
    width: 535px;
    height: 710px;
    top: 0;
    bottom: 20px;
    left: -10px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  header h1 .wrap:after {
    left: -20px;
  }
}
@media screen and (max-width: 390px) {
  header h1 .wrap:after {
    height: 640px;
  }
}
header p {
  opacity: 0;
  -webkit-transform: translate(-50%, 35px);
          transform: translate(-50%, 35px);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  header p {
    -webkit-transform: translate(-50%, 38.5px);
            transform: translate(-50%, 38.5px);
  }
}
@media screen and (max-width: 768px) {
  header p {
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
  }
}
header .sp-nav {
  position: absolute;
  width: 0%;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  bottom: 50px;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    bottom: 30px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
header .sp-nav .sp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 680px);
}
@media screen and (min-width: 1501px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header .sp-nav .sp-nav-wrap {
    width: 100vw;
  }
}
header .sp-nav .sp-nav-wrap .anchor {
  position: absolute;
  bottom: 0;
}
header .sp-nav .sp-nav-wrap .anchor:after {
  content: "";
  background: url("../img/arrow.png") no-repeat center/contain;
  width: 16px;
  height: 9px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
header.start:before {
  opacity: 1;
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 1100px;
}
@media screen and (min-width: 1501px) {
  header.start h1 .wrap {
    width: 65.5737704918vw;
  }
}
@media screen and (max-width: 1100px) {
  header.start h1 .wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  header.start h1 .wrap {
    width: 770px;
  }
}
@media screen and (max-width: 390px) {
  header.start h1 .wrap {
    width: 476px;
  }
}
header.start p {
  bottom: 75px;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  header.start p {
    bottom: 75px;
  }
}
header.pros {
  width: calc(100vw - 680px);
}
@media screen and (min-width: 1501px) {
  header.pros {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header.pros {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header.pros {
    width: auto;
  }
}

nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

#main-content:before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: -1px;
  z-index: 1;
  position: absolute;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  background: url("../img/main-bg.webp") no-repeat top/contain;
}
@media screen and (max-width: 768px) {
  #main-content:before {
    left: 0;
    background-color: transparent;
  }
}
#main-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  padding-bottom: 28px !important;
  position: relative;
}
#main-content .inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #2C2C44;
}
@media screen and (max-width: 1100px) {
  #main-content .inner:before {
    height: 3%;
  }
}
@media screen and (max-width: 390px) {
  #main-content .inner:before {
    height: 13%;
  }
}
@media screen and (max-width: 359px) {
  #main-content .inner:before {
    height: 25%;
  }
}
#main-content .inner.--bottom {
  background: #9F9F9F;
  padding: 0 !important;
  padding-top: 12px !important;
}
#main-content.start:before {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#main-content.start .inner {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------
### NAVIGATION
--------------------------------*/
#header-menu {
  display: block;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
}
@media screen and (min-width: 1101px) {
  #header-menu {
    display: none;
  }
}
#header-menu:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #header-menu.is-hidden {
    opacity: 0;
  }
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header-menu.start.is-hidden {
    opacity: 0;
  }
}
#header-menu.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header-menu a {
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header-menu a span.fr {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
  z-index: 2;
}
#header-menu a span.fr:nth-child(1) {
  top: 0;
}
#header-menu a span.fr:nth-child(2) {
  top: 5px;
}
#header-menu a span.fr:nth-child(3) {
  bottom: 0;
}
#header-menu a:hover {
  opacity: 1;
}
#header-menu.is-active a span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-405deg);
          transform: translateY(5px) rotate(-405deg);
}
#header-menu.is-active a span:nth-of-type(2) {
  opacity: 0;
}
#header-menu.is-active a span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(405deg);
          transform: translateY(-5px) rotate(405deg);
}

nav#gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: calc(-100vw + 100%);
  min-height: 640px;
  width: 240px;
  overflow: auto;
}
@media screen and (min-width: 1501px) {
  nav#gnavi {
    width: 358px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi {
    background: url("../img/bg_sp_menu.webp") no-repeat center/cover;
    min-height: 100%;
    right: -293px;
    width: 293px;
  }
}
@media screen and (max-width: 480px) {
  nav#gnavi {
    width: 100%;
    right: -100%;
  }
}
nav#gnavi:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1101px) {
  nav#gnavi:before {
    background: url("../img/bg_pc.webp") no-repeat center/cover;
    width: 400px;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  nav#gnavi:before {
    content: none;
  }
}
nav#gnavi.is-active {
  right: calc(-100vw + 100%);
}
@media screen and (max-width: 768px) {
  nav#gnavi.is-hidden {
    opacity: 0;
  }
}
nav#gnavi .wrap {
  padding: 0 0 0 43px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap {
    /*padding:0 0 0 vw(43);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu {
  position: absolute;
  top: 40%;
  left: 43px;
  z-index: 10;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu {
    top: 40%;
    left: 35px;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}
@media screen and (max-width: 480px) {
  nav#gnavi .wrap ul.gnavi-menu {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    padding: 3px 0;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    padding: 10px 0;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a {
  display: inline-block;
  position: relative;
  color: #A9A9A9;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.75));
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    font-size: 20px;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -0.75em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover {
  color: #fff;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover:before {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active {
  font-weight: bold;
  color: #fff;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active:before {
  opacity: 1;
}

/*--------------------------------
### MAIN COMMON
--------------------------------*/
#main-content {
  width: 440px;
  margin: 0;
  -webkit-transform: translate(calc(100vw - 680px), 0);
          transform: translate(calc(100vw - 680px), 0);
  position: relative;
}
@media screen and (min-width: 1501px) {
  #main-content {
    -webkit-transform: translate(calc(100vw - 798px), 0);
            transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  #main-content {
    -webkit-transform: translate(calc(100vw - 390px), 0);
            transform: translate(calc(100vw - 390px), 0);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    width: auto;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: transparent;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  #main-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
#main-content .inner {
  width: auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main-content .inner {
    margin: 0 auto;
  }
}

.section-content {
  padding: 16px 0 0;
}
@media screen and (min-width: 1101px) {
  .section-content {
    padding: 17.6px 0 0;
  }
}
.main-content-title {
  text-align: left;
}
.main-content-title h2 {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  font-family: "Fahkwang", sans-serif;
  color: #181B1C;
  line-height: 1.6;
  letter-spacing: -0.04px;
  background-color: #EDEDED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px 0 46px;
  border-radius: 15px 15px 0 0;
}
.main-content-title h2.--center {
  color: #fff;
  width: 100%;
  text-align: center !important;
  background: none;
  padding: 0;
}
.main-content-title h2.--center:after {
  display: none;
}
@media screen and (min-width: 1101px) {
  .main-content-title h2 {
    font-size: 28.6px;
  }
}
.main-content-title h2:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  background: url("../img/icon.svg") no-repeat center/contain;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.main-content-title p {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .main-content-title p {
    padding: 22px 0;
    font-size: 15.4px;
  }
}
.main-content-title p img {
  width: 24px;
}
@media screen and (min-width: 1101px) {
  .main-content-title p img {
    width: 26.4px;
  }
}

.main-content-body {
  padding: 16px;
  border-radius: 0 15px 15px 15px;
  background-color: #EDEDED;
}
.main-content-body h3 {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-weight: 700;
}
.main-content-body p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.logo-list li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.logo-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.btn-common {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border: 1px solid #D9D9D9;
  background: -webkit-gradient(linear, left top, right top, from(#7d3234), to(#58316d));
  background: linear-gradient(90deg, #7d3234, #58316d);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  padding: 5px 15px;
  min-height: 48px;
  place-content: center;
  place-items: center;
}
.btn-common:after {
  content: "";
  background: url("../img/arrow90.png") no-repeat center/contain;
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1101px) {
  .btn-common {
    font-size: 17.6px;
    padding: 0.675em 0;
  }
}
.btn-common.--noarrow:hover {
  opacity: 1;
}
.btn-common.--noarrow:after {
  display: none;
}
.btn-common.--x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(2px 2px 0 white);
          filter: drop-shadow(2px 2px 0 white);
}
.btn-common.--x:after {
  display: none;
}
.btn-common.--x .icon-x {
  background: url("../img/x_icon.png") no-repeat center/contain;
  display: inline-block;
  width: 28px;
  height: 28px;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-20%);
            transform: scaleX(0) translateX(-20%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-20%);
            transform: scaleX(0) translateX(-20%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8.3333333333vw);
            transform: translateY(8.3333333333vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
@keyframes fadeInUp_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8.3333333333vw);
            transform: translateY(8.3333333333vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
/*--------------------------------
### FOOTER
--------------------------------*/
footer {
  padding: 72px 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1101px) {
  footer {
    padding: 33px 0 22px;
  }
}
footer small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1101px) {
  footer small {
    font-size: 11px;
  }
}
footer small span {
  margin: 0 0.2em;
}

/*--------------------------------
### SECTION
--------------------------------*/
/* #About ----------------------*/
#main-about .main-content-body .about-introduction {
  text-align: left;
}
#main-about .main-content-body .about-introduction__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 16px 0;
}
#main-about .main-content-body .about-introduction__text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  display: inline;
  padding: 4px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7d3234), to(#58316d));
  background: linear-gradient(90deg, #7d3234, #58316d);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#main-about .main-content-body .about-introduction__text.--bold {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 359px) {
  #main-about .main-content-body .about-introduction__text.--bold {
    font-size: 15px;
  }
}
#main-about .main-content-body .about-introduction__text:nth-child(n+2) {
  margin-top: 4px;
}
@media screen and (min-width: 1101px) {
  #main-about .main-content-body figure {
    height: 386px;
  }
}
@media screen and (max-width: 1100px) {
  #main-about .main-content-body figure {
    height: 326px;
  }
}
@media screen and (max-width: 768px) {
  #main-about .main-content-body figure {
    height: 416px;
  }
}
@media screen and (max-width: 480px) {
  #main-about .main-content-body figure {
    height: 85.8974358974vw;
  }
}
@media screen and (max-width: 390px) {
  #main-about .main-content-body figure {
    height: 83.5897435897vw;
  }
}
@media screen and (min-width: 1101px) {
  #main-about .main-content-body figure.anim .anim-cover {
    width: 376px;
  }
}
@media screen and (max-width: 1100px) {
  #main-about .main-content-body figure.anim .anim-cover {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  #main-about .main-content-body figure.anim .anim-cover {
    max-width: 418px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  #main-about .main-content-body figure.anim .anim-cover {
    width: 84.1025641026vw;
  }
}
@media screen and (max-width: 390px) {
  #main-about .main-content-body figure.anim .anim-cover {
    width: 83.3333333333vw;
  }
}
#main-about .main-content-body figure.anim.is-active {
  width: 100%;
}
#main-about .main-content-body .about-introduction__imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
}
#main-about .main-content-body .about-introduction__imgList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main-about .main-content-body .about-introduction__imgList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#main-about .main-content-body .about-introduction__imgList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#main-about .main-content-body .desc h3 {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #181B1C;
}
#main-about .main-content-body .desc h3:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-right: 12px;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #000;
}
#main-about .main-content-body .desc h3:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 12px;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #000;
}
#main-about .main-content-body .desc .event-introduction__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-about .main-content-body .desc .event-introduction__note p {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 700;
}
#main-about .main-content-body .desc .event-introduction__note p:nth-child(2) {
  margin-top: 16px;
}
#main-about .main-content-body .desc .event-introduction__note p:nth-child(n+3) {
  margin-top: 8px;
}
#main-about .main-content-body .desc .event-introduction__note p span {
  display: inline;
  padding: 0 5px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(transparent 50%, #fff 50%);
}
#main-about .main-content-body .desc .event-introduction__note p small {
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
#main-about .main-content-body .desc .about-introduction__list:nth-child(n+2) {
  margin-top: 16px;
}
#main-about .main-content-body .desc .about-introduction__item {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

/* #Live ----------------------*/
#main-live .live-promotion h3 {
  margin: 0 0 4px;
  text-align: center;
  color: #7D3234;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
#main-live .live-promotion p {
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-live .live-promotion figure {
  height: 166px;
}
@media screen and (max-width: 768px) {
  #main-live .live-promotion figure {
    max-height: 259px;
    height: 53.958vw;
  }
}
#main-live .live-promotion figure iframe {
  width: 100%;
  height: 100%;
}
#main-live .live-promotion figure.anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-live .live-promotion figure.anim .anim-cover {
    width: 386px;
  }
}
@media screen and (max-width: 768px) {
  #main-live .live-promotion figure.anim .anim-cover {
    width: 440px;
    max-width: calc(100vw - 40px);
  }
}
/* #Popup ----------------------*/
@media screen and (min-width: 1101px) {
  #main-popup .main-content-body figure {
    height: 220px;
  }
}
@media screen and (max-width: 1100px) {
  #main-popup .main-content-body figure {
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  #main-popup .main-content-body figure {
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  #main-popup .main-content-body figure {
    height: 48.7179487179vw;
  }
}
@media screen and (max-width: 390px) {
  #main-popup .main-content-body figure {
    height: 47.6923076923vw;
  }
}
@media screen and (min-width: 1101px) {
  #main-popup .main-content-body figure.anim .anim-cover {
    width: 376px;
  }
}
@media screen and (max-width: 1100px) {
  #main-popup .main-content-body figure.anim .anim-cover {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  #main-popup .main-content-body figure.anim .anim-cover {
    max-width: 418px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  #main-popup .main-content-body figure.anim .anim-cover {
    width: 84.1025641026vw;
  }
}
@media screen and (max-width: 390px) {
  #main-popup .main-content-body figure.anim .anim-cover {
    width: 83.3333333333vw;
  }
}
#main-popup .main-content-body figure.anim.is-active {
  width: 100%;
}
#main-popup .main-content-body figure {
  /*	&.anim{
  		.anim-cover{
  			width:350px;

  			@include pc{
  				width:386px;
  			}
  			@include sp{
  				max-width:440px;
  				width:calc(100vw - 40px);
  			}
  		}
  	}*/
}
#main-popup .main-content-body .popup-introduction__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 16px 0 8px;
}
#main-popup .main-content-body .popup-introduction__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  display: inline;
  padding: 4px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7d3234), to(#58316d));
  background: linear-gradient(90deg, #7d3234, #58316d);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#main-popup .main-content-body .popup-introduction__text:nth-child(n+2) {
  margin-top: 4px;
}
#main-popup .main-content-body .popup-introduction__note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
#main-popup .main-content-body .free {
  margin: 0 0 16px;
}
@media screen and (min-width: 1101px) {
  #main-popup .main-content-body .free {
    margin: 0 0 17.6px;
  }
}
#main-popup .main-content-body .free table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin: 16px 0 0;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1101px) {
  #main-popup .main-content-body .free table {
    font-size: 17.6px;
    margin: 17.6px 0 0;
  }
}
#main-popup .main-content-body .free table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#main-popup .main-content-body .free table tr:nth-child(n+2) {
  background-image: repeating-linear-gradient(90deg, #7D3234, #7D3234 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#main-popup .main-content-body .free table th {
  width: 68px;
  color: #7D3234;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  padding: 12px 0;
}
#main-popup .main-content-body .free table td {
  width: calc(100% - 68px);
  font-weight: 700;
  padding: 12px 0;
  vertical-align: top;
}
#main-popup .main-content-body .free table td small {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
#main-popup .main-content-body .free table td .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-popup .main-content-body .free table td .link {
  display: inline-block;
  margin-left: auto;
  background: #7D3234;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 6px 0;
  border-radius: 4px;
  line-height: 1.5;
}
#main-popup p {
  font-size: 14px;
  margin: 0;
  color: #272727;
}
@media screen and (min-width: 1101px) {
  #main-popup p {
    font-size: 15.4px;
  }
}
#main-popup small {
  font-size: 12px;
  margin: 0 0 1em;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 1101px) {
  #main-popup small {
    font-size: 13.2px;
  }
}
#main-popup .btn {
  margin: 0 0 16px;
}
@media screen and (min-width: 1101px) {
  #main-popup .btn {
    margin: 0 0 17.6px;
  }
}
#main-popup .box {
  font-size: 14px;
  padding: 1em 1em 0.5em;
  background-color: #fff;
}
@media screen and (min-width: 1101px) {
  #main-popup .box {
    font-size: 15.4px;
  }
}
#main-popup .box dl {
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
}
#main-popup .box dl dt {
  color: #7D3234;
  font-weight: 700;
  margin-bottom: 4px;
}
#main-popup .box dl dd {
  font-size: 14px;
}
#main-popup .box .popup-introduction__list {
  display: block;
  margin-top: 20px;
}
#main-popup .box .popup-introduction__item {
  position: relative;
  padding-left: 14px;
  text-indent: -14px;
}
#main-popup .box .popup-introduction__item:before {
  content: "・";
}
#main-popup .box .popup-introduction__item.--title:before {
  display: none;
}
#main-popup .notice {
  padding: 16px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-popup .notice {
    padding: 17.6px 0 0;
  }
}
#main-popup .notice p {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  #main-popup .notice p {
    font-size: 13.2px;
  }
}
#main-popup .event-introduction__title {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#main-popup .event-introduction__title span {
  padding: 0 8px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#B5A5ED), color-stop(#96C3F0), to(#A0CCE1));
  background: linear-gradient(to right, #B5A5ED, #96C3F0, #A0CCE1);
}
#main-popup .event-introduction__title .event-introduction__smallFont {
  margin: 5px 0;
  display: inline-block;
  font-size: 14px;
}
#main-popup .event-introduction__read {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
#main-popup .event-introduction__read span {
  margin: 3px 0;
  padding: 0 8px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#B5A5ED), color-stop(#96C3F0), to(#A0CCE1));
  background: linear-gradient(to right, #B5A5ED, #96C3F0, #A0CCE1);
}
#main-popup .event-introduction__note {
  margin: 12px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

/* #Line-up ----------------------*/
#main-lineup .main-content-body .main-content__slider .slider-comp {
  position: relative;
  margin: 0 auto;
}
#main-lineup .main-content-body .main-content__slider .slider-comp:nth-child(n+2) {
  margin-top: 32px;
}
#main-lineup .main-content-body .main-content__slider .slider-comp .btn:nth-child(n+2) {
  margin-top: 16px;
}
#main-lineup .main-content-body .main-content__slider .slider img {
  width: 100%;
  margin: 0 auto;
}
#main-lineup .main-content-body .main-content__slider .slider-txt {
  font-family: "Inter", sans-serif;
  color: #000;
  margin: 8px 0;
}
#main-lineup .main-content-body .main-content__slider .slider-txt .title {
  font-size: 16px;
  font-weight: 800;
  color: #7D3234;
  font-family: "M PLUS 2", sans-serif;
}
#main-lineup .main-content-body .main-content__slider .slider-txt .name {
  font-size: 14px;
}
#main-lineup .main-content-body .main-content__slider .slider-txt .tax {
  font-size: 12px;
}
#main-lineup .main-content-body .main-content__slider .slider-txt .price {
  font-size: 16px;
  font-weight: 700;
}
#main-lineup .main-content-body .main-content__slider .slick-dotted.slick-slider {
  margin: 0;
}
#main-lineup .main-content-body .main-content__slider .slide-arrow {
  position: absolute;
  top: 24%;
  z-index: 2;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  #main-lineup .main-content-body .main-content__slider .slide-arrow {
    top: 17.7083333333vw;
    width: 11.7708333333vw;
    height: 11.7708333333vw;
  }
}
#main-lineup .main-content-body .main-content__slider .slide-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  z-index: 0;
  width: 15px;
  height: 10px;
  background: url("../img/arrow3.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
#main-lineup .main-content-body .main-content__slider .next-arrow {
  right: -15px;
}
#main-lineup .main-content-body .main-content__slider .next-arrow:hover {
  opacity: 0.5;
}
#main-lineup .main-content-body .main-content__slider .prev-arrow {
  left: -15px;
}
#main-lineup .main-content-body .main-content__slider .prev-arrow:before {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg);
}
#main-lineup .main-content-body .main-content__slider .prev-arrow:hover {
  opacity: 0.5;
}
#main-lineup .main-content-body .main-content__slider .slick-dots {
  position: relative;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
}
#main-lineup .main-content-body .main-content__slider .slick-dots li {
  font-size: 0;
  width: 12px;
  height: 10px;
  border-radius: 20px;
  margin: 0 8px;
  background-color: #BDBDBD;
}
#main-lineup .main-content-body .main-content__slider .slick-dots li button {
  width: 0;
  height: 0;
  opacity: 1;
}
#main-lineup .main-content-body .main-content__slider .slick-dots li button::before {
  content: "";
  display: none;
}
#main-lineup .main-content-body .main-content__slider .slick-dots .slick-active {
  background-color: #fff !important;
  opacity: inherit;
  width: 37px;
}

/* #Novelty ----------------------*/
#main-novelty .novelty-wrap:nth-child(n+2) {
  margin-top: 14px;
}
#main-novelty .novelty-cont h3 {
  margin: 0 0 4px;
  text-align: center;
  color: #7D3234;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
#main-novelty .novelty-cont .txt {
  margin: 0 0 20px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt {
    margin: 0 0 22px;
  }
}
#main-novelty .novelty-cont .txt h4 {
  margin: 20px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #181B1C;
}
#main-novelty .novelty-cont .txt h4:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-right: 12px;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #000;
}
#main-novelty .novelty-cont .txt h4:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 12px;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #000;
}
#main-novelty .novelty-cont .txt p {
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt p {
    font-size: 15.4px;
  }
}
#main-novelty .novelty-cont figure {
  height: 222px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure {
    height: 247.5px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-cont figure {
    height: 57.4358974359vw;
  }
}
@media screen and (max-width: 390px) {
  #main-novelty .novelty-cont figure {
    height: 56.4102564103vw;
  }
}
#main-novelty .novelty-cont figure .anim .anim-cover {
  width: 326px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 376px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    max-width: 418px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 85.641025641vw;
  }
}
@media screen and (max-width: 390px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 82.5641025641vw;
  }
}
#main-novelty .novelty-exam .box,
#main-novelty .novelty-exam .box_2 {
  background-color: #fff;
  margin: 0 0 12px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box,
  #main-novelty .novelty-exam .box_2 {
    font-size: 15.4px;
    margin: 0 0 16.5px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box,
  #main-novelty .novelty-exam .box_2 {
    margin: 0 0 3.125vw;
  }
}
#main-novelty .novelty-exam .box h4,
#main-novelty .novelty-exam .box_2 h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a2a4c9), to(#505163));
  background-image: linear-gradient(0deg, #a2a4c9, #505163);
}
#main-novelty .novelty-exam .box .image,
#main-novelty .novelty-exam .box_2 .image {
  padding: 8px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#main-novelty .novelty-exam .box .image:before,
#main-novelty .novelty-exam .box_2 .image:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 48.5%;
  background: url("../img/arrow2.png") no-repeat center/contain;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image:before,
  #main-novelty .novelty-exam .box_2 .image:before {
    top: 61.6px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image:before,
  #main-novelty .novelty-exam .box_2 .image:before {
    top: 11.6666666667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#main-novelty .novelty-exam .box .image .image-item,
#main-novelty .novelty-exam .box_2 .image .image-item {
  width: 148px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image .image-item,
  #main-novelty .novelty-exam .box_2 .image .image-item {
    width: 162.8px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image .image-item,
  #main-novelty .novelty-exam .box_2 .image .image-item {
    width: 30.8333333333vw;
  }
}
#main-novelty .novelty-exam .box .image .image-item:nth-child(2),
#main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) {
  width: 142px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image .image-item:nth-child(2),
  #main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) {
    width: 156.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image .image-item:nth-child(2),
  #main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) {
    width: 29.5833333333vw;
  }
}
#main-novelty .novelty-exam .box .image .image-item:nth-child(2) figure .anim .anim-cover,
#main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) figure .anim .anim-cover {
  width: 142px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image .image-item:nth-child(2) figure .anim .anim-cover,
  #main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) figure .anim .anim-cover {
    width: 156.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image .image-item:nth-child(2) figure .anim .anim-cover,
  #main-novelty .novelty-exam .box_2 .image .image-item:nth-child(2) figure .anim .anim-cover {
    width: 29.5833333333vw;
  }
}
#main-novelty .novelty-exam .box .image figure,
#main-novelty .novelty-exam .box_2 .image figure {
  text-align: left;
  position: relative;
  height: 112px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image figure,
  #main-novelty .novelty-exam .box_2 .image figure {
    height: 123.2px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-exam .box .image figure,
  #main-novelty .novelty-exam .box_2 .image figure {
    height: 112px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image figure,
  #main-novelty .novelty-exam .box_2 .image figure {
    height: 23.3333333333vw;
  }
}
#main-novelty .novelty-exam .box .image figure .anim .anim-cover,
#main-novelty .novelty-exam .box_2 .image figure .anim .anim-cover {
  width: 148px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image figure .anim .anim-cover,
  #main-novelty .novelty-exam .box_2 .image figure .anim .anim-cover {
    width: 162.8px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-exam .box .image figure .anim .anim-cover,
  #main-novelty .novelty-exam .box_2 .image figure .anim .anim-cover {
    width: 148px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-exam .box .image figure .anim .anim-cover,
  #main-novelty .novelty-exam .box_2 .image figure .anim .anim-cover {
    width: 30.8333333333vw;
  }
}
#main-novelty .novelty-exam .box .image p,
#main-novelty .novelty-exam .box_2 .image p {
  font-size: 11px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-exam .box .image p,
  #main-novelty .novelty-exam .box_2 .image p {
    font-size: 11px;
  }
}
#main-novelty .notice p {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .notice p {
    font-size: 13.2px;
  }
}

/* #Members ----------------------*/
#main-members .members-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-members .members-cont:nth-child(odd) {
  margin-left: 0;
}
#main-members .members-cont:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
}
#main-members .members-cont:nth-child(n+2) {
  margin-top: 24px;
}
#main-members .members-cont .txt {
  width: calc(100% - 132px);
}
#main-members .members-cont .txt h3 {
  font-weight: 900;
  text-align: left;
  margin: 0 0 4px;
  font-size: 16px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt h3 {
    font-size: 17.6px;
  }
}
#main-members .members-cont .txt h3 > b {
  font-size: 24px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt h3 > b {
    font-size: 26.4px;
  }
}
#main-members .members-cont .txt p {
  font-family: "M PLUS 2", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt p {
    font-size: 13.2px;
  }
}
#main-members .members-cont .txt ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul {
    margin-top: 12px;
    padding: 0;
  }
}
#main-members .members-cont .txt ul li:nth-child(n+2) {
  margin-left: 5px;
}
#main-members .members-cont .txt ul li a.icon.--youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li a.icon.--youtube {
    width: 30.8px;
    height: 30.8px;
  }
}
#main-members .members-cont .txt ul li a.icon.--youtube.--purple {
  background: url("../img/youtube01.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--youtube.--wine {
  background: url("../img/youtube02.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--x {
  display: inline-block;
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li a.icon.--x {
    width: 30.8px;
    height: 30.8px;
  }
}
#main-members .members-cont .txt ul li a.icon.--purple {
  background: url("../img/x01.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--wine {
  background: url("../img/x02.png") no-repeat center/contain;
}
#main-members .members-cont figure {
  width: 110px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure {
    width: 121px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure {
    width: 28.2051282051vw;
  }
}
#main-members .members-cont figure .anim {
  height: 152px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim {
    height: 167.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure .anim {
    height: 38.9743589744vw;
  }
}
#main-members .members-cont figure .anim .anim-cover {
  width: 110px;
  height: 152px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 121px;
    height: 167.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 28.2051282051vw;
    height: 38.9743589744vw;
  }
}
#main-members .members-cont .fontRed {
  color: #7D3234;
}
#main-members .members-cont .fontPurple {
  color: #58316D;
}

/* #Notice ----------------------*/
#main-notice {
  border-radius: 32px 0 0 0;
  background: #181B1C;
}
#main-notice .main-content-body {
  background: #181B1C;
  padding: 20px;
}
#main-notice .main-notice__ttl {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
}
#main-notice .main-notice__ttl:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../img/icon.svg") no-repeat center/contain;
  display: inline-block;
  width: 28px;
  height: 28px;
}
#main-notice .qa__list {
  display: block;
}
#main-notice .qa__item {
  position: relative;
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}
#main-notice .qa__item:before {
  content: "・";
}
#main-notice .qa__item:nth-child(n+2) {
  margin-top: 10px;
}
#main-notice .qa__listBox {
  display: block;
}
#main-notice .qa__itemBox {
  position: relative;
  color: #000;
  text-indent: -14px;
  font-size: 14px;
  padding: 0 16px;
}
#main-notice .qa__itemBox:before {
  content: "・";
}
#main-notice .qa__text {
  color: #000;
}
#main-notice .qa__text.--center {
  text-align: center;
}
#main-notice .qa__text:nth-child(n+2) {
  margin-top: 10px;
}
#main-notice .qa__text a {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
#main-notice .qa__box {
  width: 100%;
  margin: 10px auto 16px;
  position: relative;
  z-index: 10;
}
#main-notice .qa__box > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  border-top: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
#main-notice .qa__box > dl > dt:nth-child(n+2) {
  margin-top: 16px;
}
#main-notice .pageSubTitle {
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#main-notice .qa__box > dl > dt .crossBar {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main-notice .qa__box > dl > dt .crossBar:before, #main-notice .qa__box > dl > dt .crossBar:after {
  content: "";
  display: inline-block;
  background-color: #181B1C;
  position: absolute;
}
#main-notice .qa__box > dl > dt .crossBar:before {
  width: 1.6px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#main-notice .qa__box > dl > dt .crossBar:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main-notice .qa__box > dl > dd {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
}
#main-notice .qa__box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}
#main-notice {
  /* アニメーション後のスタイル */
}
#main-notice .qa__box > dl > dd.is-open {
  max-height: 2000px;
  padding: 22px 20px 20px;
  border-radius: 0 0 15px 15px;
  margin-top: -22px;
  background-color: #fff;
}
#main-notice {
  /* プラスボタンのアニメーション */
}
#main-notice .qa__box > dl > dt.is-open .crossBar:before {
  display: none;
}

#main-contact {
  padding-top: 0;
  background: #181B1C;
}
#main-contact .main-content-body {
  background: #181B1C;
  padding: 20px 24px;
}
#main-contact .main-content-body .content-introduction__imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  margin: 32px auto;
}
#main-contact .main-content-body .content-introduction__imgList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#main-contact .main-content-body .content-introduction__imgList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#main-contact .main-content-body .content-introduction__imgList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#main-contact .main-content-body .content-introduction__imgList .content-introduction__imgItem {
  place-content: center;
}
#main-contact .main-content-body .content-introduction__imgList ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
#main-contact .main-content-body .content-introduction__imgList ul li:nth-child(n+2) {
  margin-left: 16px;
}
#main-contact .main-content-body .content-introduction__imgList ul li a.icon.--instagram {
  background: url("../img/instagram.png") no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1101px) {
  #main-contact .main-content-body .content-introduction__imgList ul li a.icon.--instagram {
    width: 26.4px;
    height: 26.4px;
  }
}
#main-contact .main-content-body .content-introduction__imgList ul li a.icon.--x {
  background: url("../img/x_icon.png") no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1101px) {
  #main-contact .main-content-body .content-introduction__imgList ul li a.icon.--x {
    width: 33px;
    height: 33px;
  }
}
#main-contact .contact-cont {
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 18px 20px 22px;
  font-family: "Inter", sans-serif;
}
#main-contact .contact-cont h3 {
  text-align: left;
  font-size: 16px;
  color: #7D3234;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont h3 {
    font-size: 17.6px;
  }
}
#main-contact .contact-cont h3:nth-child(n+2) {
  margin-top: 16px;
}
#main-contact .contact-cont .txt dl {
  font-size: 12px;
  text-align: left;
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .txt dl {
    font-size: 13.2px;
  }
}
#main-contact .contact-cont .txt dl + dl {
  margin-top: 20px;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont .txt dl + dl {
    margin-top: 22px;
  }
}
#main-contact .contact-cont .txt dl dt {
  font-weight: 700;
  font-size: 12px;
}
#main-contact .contact-cont .txt dl dd a {
  text-decoration: none;
}
#main-contact .contact-cont p {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  #main-contact .contact-cont p {
    font-size: 13.2px;
  }
}

/*--------------------------------
### MODAL
--------------------------------*/
.modal-open {
  /*position: fixed;
  display: flex;
   align-items: center;
   justify-content: center;
   top: 50%;
   left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%,-50%);*/
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-container.is-active .modal-container-wrap {
  height: 100%;
}

.modal-container-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100vw - 680px);
  width: 440px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  /*overflow-x:hidden;
  overflow-y:auto;*/
  height: 0;
}
@media screen and (min-width: 1501px) {
  .modal-container-wrap {
    left: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  .modal-container-wrap {
    left: calc(100vw - 390px);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .modal-container-wrap {
    left: 0;
    width: 100vw;
  }
}

.modal-close {
  /*position: absolute;*/
  position: fixed;
  top: 20px;
  /*right:32px;*/
  right: calc(242px + -100vw + 100%);
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center/contain;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  .modal-close {
    right: calc(390px + -100vw + 100%);
  }
}
@media screen and (max-width: 1100px) {
  .modal-close {
    right: calc(20px + -100vw + 100%);
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: calc(20px + 100vw - (480px + (100vw - 480px) / 2) + -100vw + 100%);
  }
}
@media screen and (max-width: 480px) {
  .modal-close {
    right: calc(20px + -100vw + 100%);
  }
}

/*--------------------------------
### ANIMATION
--------------------------------*/
html, body {
  overflow: hidden;
}
html.end, body.end {
  overflow-x: hidden;
  overflow-y: auto;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.fadeInUp.is-active {
  opacity: 1;
}

.anim,
.anim-modal {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.anim .anim-cover,
.anim-modal .anim-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.anim.is-active,
.anim-modal.is-active {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

body.modal-open {
  overflow: hidden;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

.img-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.img-modal .img-modal-content {
  width: 100%;
  max-width: 630px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.img-modal .img-modal-content img {
  cursor: default;
}

.img-modal img {
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.img-modal .caption {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  height: 30px;
}

.img-modal .close-btn {
  font-size: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  margin-top: 30px;
}

.img-modal .close-btn:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}