@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barrio&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
/*===============================================================
	shiftkey - static - common
	https://www.shiftkey.jp/
===============================================================*/
/* clear
===============================================================*/
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, a, 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;
}

html, body {
  height: auto;
}

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

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

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

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

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

/* a:hover img{opacity: .6;} */
/* layout
===============================================================*/
#wrapper {
  width: 100%;
  position: relative;
}

/*article*/
.article {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* classes
===============================================================*/
/*sp-pc*/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 766px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*display: flex;*/
.fl_w_sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl_w_fs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/*clearfix*/
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*col*/
.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-49_75 {
  width: 49.75%;
}

.w-49_5 {
  width: 49.5%;
}

.w-48 {
  width: 48%;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.w-32 {
  width: 32%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-24 {
  width: 24%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

/*text-align*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*font*/
.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif !important;
}

.gothic {
  font-family: BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.fw-bold {
  font-weight: bold;
}

/*font-size*/
.f-xxsmall {
  font-size: 0.4em !important;
}

.f-xsmall {
  font-size: 0.6em !important;
}

.f-small {
  font-size: 0.8em !important;
}

.f-middle {
  font-size: 1em !important;
}

.f-large {
  font-size: 1.2em !important;
}

.f-xlarge {
  font-size: 1.4em !important;
}

.f-xxlarge {
  font-size: 1.6em !important;
}

.f-xxxlarge {
  font-size: 1.8em !important;
}

.f-xxxxlarge {
  font-size: 2em !important;
}

/*font-color*/
.fc-white {
  color: #fff !important;
}

.fc-red {
  color: #f00 !important;
}

/*background*/
.bg-white {
  background: #fff !important;
}

/*margin*/
.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

/*padding*/
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT10 {
  padding-top: 10px !important;
}

.paT20 {
  padding-top: 20px !important;
}

.paT30 {
  padding-top: 30px !important;
}

.paT40 {
  padding-top: 40px !important;
}

.paT50 {
  padding-top: 50px !important;
}

.paB0 {
  padding-bottom: 0px !important;
}

.paB10 {
  padding-bottom: 10px !important;
}

.paB20 {
  padding-bottom: 20px !important;
}

.paB30 {
  padding-bottom: 30px !important;
}

.paB40 {
  padding-bottom: 40px !important;
}

.paB50 {
  padding-bottom: 50px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL10 {
  padding-left: 10px !important;
}

.paL20 {
  padding-left: 20px !important;
}

.paL30 {
  padding-left: 30px !important;
}

.paL40 {
  padding-left: 40px !important;
}

.paL50 {
  padding-left: 50px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR10 {
  padding-right: 10px !important;
}

.paR20 {
  padding-right: 20px !important;
}

.paR30 {
  padding-right: 30px !important;
}

.paR40 {
  padding-right: 40px !important;
}

.paR50 {
  padding-right: 50px !important;
}

/*indent*/
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

/*anchor*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: nomal;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
  list-style: none;
  text-decoration: none;
  color: #212121;
}

h2 {
  font-size: 30px;
}

:root {
  /* --key-color: #468f84; */
  --key-color: #e83231;
  --sub-color: #ffe3ba;
  --bg-color: #212121;
}

/* header============================================================== */
header {
  z-index: 15;
  width: 100%;
  transition: all 0.3s;
}
header .header-inner {
  display: flex;
  height: 85px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
header a {
  display: inline-block;
  color: #fff;
}

.logo-and-nav {
  display: flex;
  height: 85px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 200px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .logo-and-nav {
    margin-right: 15vw;
  }
}
.logo-and-nav .togen-logo {
  max-width: 300px;
  width: 80%;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .logo-and-nav .togen-logo {
    margin-top: 10px;
  }
}
.logo-and-nav .inner-link {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.logo-and-nav .inner-link a {
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .logo-and-nav .inner-link {
    display: none;
  }
}

.co2mus-link {
  width: 120px;
  position: absolute;
  right: 50px;
}
@media screen and (max-width: 1000px) {
  .co2mus-link {
    display: none;
  }
}

.sns-link {
  display: none;
}

.sns-link img {
  height: 32px;
}

.menu-btn {
  display: none;
}

.pr-text-pc {
  padding: 5px 15px 3px;
  line-height: 1;
  color: #fff;
  background-color: gray;
  border-radius: 5px;
}

.pr-text-sp {
  display: none;
}

/* sidebar============================================================= */
.side-bar {
  z-index: 20;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: -80%;
  transition: right 0.4s;
  visibility: hidden;
}

.side-bar-menu {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5%;
}

.side-bar-menu a {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 766px) {
  .side-bar-menu a {
    font-size: 16px;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
}

.side-bar-bg {
  z-index: -1;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 0.8s;
}

/* responsive ====================================================== */
@media screen and (max-width: 1000px) {
  header {
    justify-content: space-between;
  }
  .inner-link {
    display: none;
  }
  .sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pr-text-pc {
    display: none;
  }
  .pr-text-sp {
    display: block;
    padding: 5px 15px 3px;
    line-height: 1;
    color: #fff;
    background-color: gray;
    border-radius: 5px;
  }
  .menu-btn {
    display: inline-block;
    transform: translateX(-20px);
  }
}
/* footer ======================================================*/
footer {
  border-top: 3px solid var(--bg-color);
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 766px) {
  footer {
    padding-top: 50px;
    display: block;
  }
}
footer .footer-com2us {
  max-width: 120px;
  width: 30%;
  margin-right: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 766px) {
  footer .footer-com2us {
    margin-inline: auto;
  }
}
footer .footer-container {
  text-align: center;
  color: var(--key-color);
  color: #aaa;
  font-size: 12px;
}
@media screen and (max-width: 766px) {
  footer .footer-container {
    line-height: 1.4;
    margin-top: 20px;
  }
}

body {
  background: url(../img/bg.jpg) no-repeat top center/cover;
  background-attachment: fixed;
}

section {
  text-align: center;
}

.togen * {
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.togen img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.togen button, button {
  border: none;
  cursor: pointer;
}

.sub-c {
  color: var(--sub-color) !important;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 3%;
  position: relative;
}
@media screen and (max-width: 766px) {
  .inner {
    padding: 40px 3%;
  }
}

.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 766px) {
  .col2 {
    display: block;
  }
}
.col2 > * {
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (max-width: 766px) {
  .col2 > * {
    width: 90%;
    margin-inline: auto;
  }
}

h2 {
  max-width: 400px;
  width: 50%;
  margin-inline: auto;
  margin-bottom: 5%;
}
.cs {
  color: var(--sub-color);
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .cs {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  * {
    font-size: 14px;
  }
  h2, h3 {
    font-size: 22px !important;
    text-align: left !important;
    line-height: 1.5 !important;
  }
}
#mv {
  margin-top: -100px;
  z-index: -1;
  position: relative;
  overflow: hidden;
}
#mv .mv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 96%;
}
@media screen and (max-width: 766px) {
  #mv .mv-inner {
    top: 70%;
  }
}
#mv .mv-inner figure {
  width: 39%;
}
@media screen and (max-width: 766px) {
  #mv .mv-inner figure {
    width: 50%;
  }
}
#mv .mv-inner figure.date {
  width: 30%;
}
@media screen and (max-width: 766px) {
  #mv .mv-inner figure.date {
    width: 45%;
  }
}

#movie {
  margin-top: -260px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  #movie {
    margin-top: -25vw;
    padding-bottom: 40px;
  }
}
#movie .movie-bg iframe {
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 1px solid #454545;
  box-sizing: unset;
  padding-bottom: 1px;
}
#movie .btn-youtube {
  max-width: 400px;
  width: 60%;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--key-color);
  padding: 0.5em 3em;
  border: 2px solid var(--key-color);
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  #movie .btn-youtube {
    font-size: 14px;
    border: 1px solid var(--key-color);
  }
}

@media screen and (min-width: 767px) {
  #mv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .togen .mv-bg {
    width: 100vw;
  }
}
@media screen and (max-width: 766px) {
  .mv-inner {
    top: 37.5vw;
    transform: translate(-50%, 0);
  }
}
#title .inner .txt {
  position: absolute;
  width: 600px;
  margin-inline: auto;
  top: 20%;
  left: 15%;
}
#title .inner .txt p {
  color: #fff;
}

#novelty .inner {
  max-width: 1400px;
}
#novelty .inner .cs {
  color: var(--key-color);
}
#event {
  left: calc(50% - 50.5vw);
  max-width: 100vw !important;
  position: relative;
  width: 100vw;
  background-color: var(--key-color);
  background: url(../img/bg-red.png);
}
@media screen and (max-width: 766px) {
  #event {
    left: 0;
  }
}
#event .inner .tab-area {
  max-width: 1200px;
  margin-inline: auto;
}
#event .inner .tab-area .tab-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media screen and (max-width: 766px) {
  #event .inner .tab-area .tab-container {
    margin: 0 0 20px;
  }
}
#event .inner .tab-area .tab-container .tab {
  font-weight: bold;
  font-size: 22px;
  color: #aaa;
  text-align: center;
  width: 33.3333333333%;
  padding-block: 16px 8px;
  background-color: #f8f8f8;
  line-height: 1.3;
  cursor: pointer;
}
#event .inner .tab-area .tab-container .tab i {
  color: inherit;
}
#event .inner .tab-area .tab-container .tab span {
  color: inherit;
  font-size: 80%;
}
@media screen and (max-width: 766px) {
  #event .inner .tab-area .tab-container .tab {
    font-size: 14px;
    line-height: 1.2;
    padding-block: 10px 6px;
  }
}
#event .inner .tab-area .tab-container .tab.t1 {
  color: #af0000;
  border-right: 1px solid #930101;
}
#event .inner .tab-area .tab-container .tab.t1.active {
  background-image: linear-gradient(135deg, #bd0100, #8f0304);
  color: #fff;
}
#event .inner .tab-area .tab-container .tab.t2 {
  color: #66025f;
  border-right: 1px solid #66025f;
}
#event .inner .tab-area .tab-container .tab.t2.active {
  background-image: linear-gradient(135deg, #7d0975, #460142);
  color: #fff;
}
#event .inner .tab-area .tab-container .tab.t3 {
  color: #66025f;
}
#event .inner .tab-area .tab-container .tab.t3.active {
  background-image: linear-gradient(135deg, #7d0975, #460142);
  color: #fff;
}
@media screen and (max-width: 766px) {
  #event .inner .tab-area .tab-container .tab i {
    display: none;
  }
}
#event .inner .tab-area .content-container .tab-content {
  display: none;
}
#event .inner .tab-area .content-container .tab-content.show {
  display: block;
}
#event .inner .tab-area .content-container .tab-content .cs {
  margin-block: 150px 100px;
}
#event .inner .tab-area .tab-content {
  display: none;
}
#event .inner .tab-area .tab-content.show {
  display: block;
}
#event .col2 {
  max-width: 1200px;
  margin-inline: auto;
}
#event h3 {
  max-width: 300px;
}
#event p {
  color: var(--sub-color);
}

#info {
  background-color: var(--bg-color);
}
#info .inner {
  padding-bottom: 0;
}
#info .inner .conts {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
#info .inner .conts h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-block: 70px 10px;
}
@media screen and (max-width: 766px) {
  #info .inner .conts h3 {
    font-size: 16px !important;
    text-align: center !important;
    margin-block: 10% 10px;
  }
}
#info .inner .conts > div img {
  width: 100%;
}

#link {
  background-color: var(--bg-color);
}
#link .inner {
  padding-bottom: 0;
}
#link .inner h2 {
  margin-bottom: 0;
}

#sns {
  background-color: var(--bg-color);
}
@media screen and (max-width: 766px) {
  #sns .inner {
    padding-block: 20px;
  }
}
#sns .inner .sns-wrap {
  display: flex;
  justify-content: center;
}
#sns .inner .sns-wrap a {
  max-width: 80px;
  width: 10vw;
  display: block;
}
#sns .inner .sns-wrap a:not(:last-child) {
  margin-right: 20px;
}
#sns .inner .sns-wrap a img {
  width: 100%;
}

/* movieカルーセル================================================================ */
.title {
  margin-bottom: 60px;
  margin-inline: auto;
  text-align: center;
}

.top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner .link-image {
  width: 100%;
  aspect-ratio: 1100/237;
  border-radius: 10px;
}

.top-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.top-list.single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-list-item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.top-list.single .top-list-item {
  max-width: 50%;
}

.top-list-item a {
  display: grid;
  grid-template-columns: 44% auto;
  align-items: center;
  gap: 0 20px;
}

.top-list-image {
  aspect-ratio: 220/160;
}

.top-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #82b8bd;
}

.top-list-text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* movie================================================================ */
.movie-title {
  max-width: 782px;
}

.movie-slide {
  max-width: 1000px;
  margin-inline: auto;
}

.movie-slide-image {
  max-width: 618px !important;
  aspect-ratio: 618/422;
}

/* gallery 画像カルーセル================================================================ */
.gallery .inner {
  padding-bottom: 140px;
}

.gallery-title {
  max-width: 707px;
}

.gallery-slide {
  padding-inline: 80px;
}
@media screen and (max-width: 766px) {
  .gallery-slide {
    padding-inline: 0;
  }
}

.modal-center {
  text-align: center;
}

.js-modal-btn {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 1000/562.5;
  overflow: hidden;
}

.js-modal-btn.w347 {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 618/347;
  overflow: hidden;
}

.modal-text {
  max-width: 1000px;
  margin-top: 10px;
  margin-inline: auto;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #82b8bd;
}

.modal-text.fc-thickgreen {
  color: #519ba1;
}

.modal-thumbnail {
  display: block !important;
  height: 100% !important;
  object-fit: cover;
}

.modal-start-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px !important;
  aspect-ratio: 1/1;
}

@media (any-hover: hover) {
  a:hover .link-image img {
    transform: scale(1.1);
  }
}
.modal-btn {
  position: relative;
  cursor: pointer;
}

.modal-btn::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  background: url(../img/modal-btn.png) no-repeat center/contain;
}

.all-img {
  visibility: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 10vh 0;
  z-index: -1;
  text-align: center;
  transition: opacity 0.3s;
}

.all-img.modal {
  visibility: visible;
  opacity: 1;
  z-index: 35;
}

.all-img img {
  height: 80vh;
  width: 80%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 766px) {
  .all-img img {
    height: 90vh;
    width: 90%;
  }
}

.all-img p {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
  text-shadow: #000 0px 0px 15px;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background: url(../img/arrow-btn.png) no-repeat center/contain;
  opacity: 1;
}

.splide__arrow--prev {
  left: -40px;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 1120px) {
  .splide__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 766px) {
  .splide__arrow--prev {
    left: -10px;
  }
}

.splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 1120px) {
  .splide__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 766px) {
  .splide__arrow--next {
    right: -10px;
  }
}

@media (max-width: 760px) {
  .js-modal-btn {
    max-width: 81.3157894737vw;
  }
  .modal-start-btn {
    width: 15vw !important;
  }
  .splide__arrow {
    width: 6.7105263158vw;
    height: 6.7105263158vw;
  }
  .modal-btn::before {
    bottom: 2.6315789474vw;
    right: 2.6315789474vw;
    width: 4.3421052632vw;
    height: 4.3421052632vw;
  }
}/*# sourceMappingURL=style.css.map */