@charset "UTF-8";

* {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  background: #060005;
  background-size: cover;
  position:relative;
  cursor: default;
}
body:focus {
  border: none;
}
body.lock-scroll {
  overflow: hidden;
}
#js-loader{
  transition: opacity 0.5s ease-out; /* 200msのトランジション */
}
#js-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
.loader {
  align-items: center;
  background: #060005;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader img{
  width: 80%;
  max-width: 24rem;
}
h2 {
  line-height: 1.6;
  position: relative;
  font-size: 7.8rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1rem;
  margin-bottom: 5rem;
  position: relative;
  text-shadow:none;
}
h2::first-letter{
  
}
h2.fadein.scrollin{
  opacity: 0.9;
}

.h2Line.fadein.scrollin{
  width: 100%;

}
h3 {
  font-weight: normal;
  margin-bottom:.5rem;
}
.fw500{
  font-weight: 500;
}
a{
  color: #231815;
  transition : all 0.5s ease 0s;
}
.sp-only {
  display: none !important;
}

img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textRight {
  text-align: right;
}

.cl {
  clear: both;
}

.alignMiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-1 {
  width: 8.333333%;
}

.col-sm-2 {
  width: 16.66666%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.3333%;
}

.col-sm-5 {
  width: 41.6666%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333%;
}

.col-sm-8 {
  width: 66.66666%;
  margin: 0 auto;
}

.col-sm-9 {
  width: 75%;
  margin: 0 auto;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-offset-1 {
  margin-left: 8.333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.b {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}
.mincho{
  font-family: "Noto Serif JP", sans-serif;
}
.fcWhite{
  color: #fff !important;
}
.fcRed{
  color: #ff0800 !important;
}
.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2rem;
}
.fs21{
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs30 {
  font-size: 3rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: 5rem;
}

.fs56 {
  font-size: 5.6rem;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.mb60 {
  margin-bottom: 60px;
}

.pl15 {
  padding-left: 15px;
}

.pl30 {
  padding-left: 30px;
}

.pr15 {
  padding-right: 15px;
}

.pr30 {
  padding-right: 30px;
}

.pt60 {
  padding-top: 60px;
}

.cb {
  clear: both;
}

.oh {
  overflow: hidden !important;
}

.bb {
  border-bottom: 1px solid #000;
}

.por {
  position: relative;
}

.sect,
.row {
  clear: both;
  overflow: hidden;
}
.fadein00{
  animation-name: fadein;
}
.fadein {
  opacity: 0;
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(15px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  .delay00{
    animation-delay: 0.3s;
  }
.delay01{
  animation-delay: 0.6s;
}
.delay02{
  animation-delay: 0.9s;
}
.delay03{
  animation-delay: 1.2s;
}
.delay04{
  animation-delay: 1.5s;
}
.delay05{
  animation-delay: 1.8s;
}
.delay06{
  animation-delay: 2.1s;
}

.fadein01 {
  transform: translate(-100px, 0);
  transition: all 1s;
}

.fadein02 {
  transform: translate(0, 50px);
  transition: all 1s;
}
.fadein03 {
  transform: translate(0, 0);
  transition: all 1s;
}
.fadein04 {
  opacity:0;
  transform: translate(100px, 0);
  transition: all 1s;
}

.fadein05 {
  opacity: 0;
  filter: grayscale(100%);
  transition: all 3s;
}
.fadein.scrollin {
  opacity: 1;
  filter:grayscale(0);
  transform: translate(0, 0);
}

.sns{
  margin-top:-6.5svh;
  display: flex;
  justify-content:center;
  align-items: center;
}
.sns li{
  font-size: 1.4rem;
  margin: .5rem;
}

.sns a {
 padding: 0 !important;
 font-size: 2.2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: #8b8b8b;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  padding: 0;
  text-align: center;
}
.sns a img{
  width: 11.5rem;
}
.sns a:hover {
  background: #fff;
}
.mvCopy{
  position: relative; 
 height: 60vh;
 margin-left: 5%;
 z-index: 2;
}
.mvTxt{
  padding:4%;
  position: absolute;
  right: 0;
  height:100svh;
  white-space: nowrap;
  font-size: 1.9rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mvTxtInner{
  text-align: center;
}
.mvTxtP{
  font-size:2rem;
  display: inline-block;
  text-align: left;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
#acMenu {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

#acMenu dt {
  display: block;
  cursor: pointer;
}

#acMenu dd {
  padding:2rem;
  display: none;
  position: absolute;
  top: 0;
  z-index: 99;
  background: rgba(6, 0, 5, 0.8);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100svh;
}
#acMenu dd ul{
  width: 80%;
  max-width: 40rem;
  margin: auto;
  position: relative;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#acMenu dd li {
  overflow: visible;
  text-align: center;
}

#acMenu dd li a {
  padding: 2rem 1.5rem;
  font-size: 2.6rem;
  color: #8b8b8b;
  line-height: 1;
  display: block;
  overflow: visible;
}
#acMenu dd li a:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  color: #ff0800;
  cursor: pointer;
}
#menuButton {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 0.5rem;
  z-index: 999;
  color: #ff0800;
  text-align: center;
}
#menuButton:after{
  content: "menu";
  position: absolute;
  bottom: -17px;
  left: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
#menuButton.active:after{
  content:"close";
}
#menuButton .cross{
  color: #ff0800;;
}
#menuButton span{
  font-style: 3rem;
  }
#menuButton span {
  display: block;
  background: #ff0800;
  width: 45px;
  height: 5px;
  position: absolute;
  left: 7px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 20px;
    left: 15px;
    width: 30px;
    margin: auto;
}

#menuButton span:last-child {
  top: 28px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#menuButton.active span:first-child {
  width: 30px;
    top: 16px;
    left: 13px;
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menuButton.active span:last-child {
  width: 30px;
  top: 33px;
  left: 13px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
#nav{
  position: absolute;
  z-index: 9;
  top: 8vh;
  left: 5rem;
}
#nav li{
  height: 4.2rem;
}
#nav li a{
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  padding-left: 1rem;
  position: relative;
  height: 100%;    text-shadow: #000 0 0 5px;
}
#nav li a:hover span {
  transition: .5s;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#nav li.on a,#nav li a:hover{
  background: url(images/line.svg) no-repeat left center;
}
#nav li:first-child.on a:before{
  background: #fff;
}
section {
  position: relative;
  padding: 9rem 0;
  min-height:100svh;
  clear: both;
  overflow-x: hidden;
}
.snsUl{
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin: 1rem 0;
}
.snsUl li{
  margin:1rem 1.5rem 0 0;
}
.snsUl li a{
  font-size: 2rem;
}
.snsUl li a:hover{
  opacity: 0.7;
  transition: .5s;
}
.info{
  position: relative;
  display: block;
}
.info span{
  background: url(images/line.svg) no-repeat left bottom;
}
.info span:hover{

}
main {
  padding: 0 0 0 ;
  height: 100svh;
  width: 100%;
  position: relative;
}
#mainUpper{
height:100svh;
position: relative;
}
#mainUpper {
  display: flex;
  align-items:flex-end;
  justify-content: center;
  position: relative;
}
#mainUpper .container{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
}
#mainLower{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  animation-name: fadein01;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
#mainLower .container{
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainLower img.r18{
  width: 2.5rem;
  vertical-align: top;
  margin: 0 0.5rem 0 0.2rem;
}
#mainLower p{
  margin-bottom: 0;
}
.mainInfo{
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  background: #152441;
  font-weight: 500;
}
.trailerOuter{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0,0,0,0.8);
  z-index: 999;
}
.trailerInner{
  width: 90%;
  max-width: 560px;
}
.trailerOuter iframe{
  clear: both;
  position: relative;
}
.trailerOuter .close{

  float: right;
}
.trailerOuter .lineClose{
  color: #fff;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.mv{
  height: 100svh;
  height: 100vh;
  display: flex;
  align-items: center;
  animation-name: fadein01;
  animation-duration: 2s;
  position: relative;
}
.mvImg{
  position: absolute;
  left: 0;
  top: 0;
  height: 100svh;
  width: 50%;
  background: url(images/mv.jpg) no-repeat center right;
  background-size: contain;
}

.mvTtl{
  width:75%;
}

.mvTxt img{
  display: block;
  margin: auto;
}
.mvBottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .5rem;
  font-size: 1.8rem;
}
.mainCatch{
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 7vh;
  height: 84vh;
  line-height: 1.6;
  margin-left: -25vw;
  font-size: 2.4rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  animation-name: fadein01;
  animation-duration:8s;
  animation-fill-mode: forwards;
}
.prize{
  width: 14%;
  position: absolute;
  top: 11vh;
  right: 28%;
  animation-name: fadein01;
  animation-duration:3s;
}
.ttl{
  position: absolute;
  bottom: 9.2rem;
  left: 70%;
  z-index: 9;
  height: 74vh;
  aspect-ratio: 1/4;
  animation-name: fadein01;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.catch{
  height: 37vh;
    margin-bottom: 2rem;
    animation-name: fadein01;
    animation-fill-mode: forwards;
    animation-duration: 6s;
}
.prof{
  height: 6.5rem;
}
#l-comment{
  color: #152441;
    background: #fff;
    text-shadow: none;
}

@keyframes fadein01 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadein02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@keyframes mainBand {
  from {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: 100%;
  }
}

@keyframes fadein2 {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}
.sectTtl {
  display: flex;
  opacity: 0;
  overflow: hidden;
}

.sectTtl.scrollin span {
  font-weight: bold;
  margin: 0;
opacity: 1;
color: #fff;
  /* ここからアニメーション関係 */
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}
/* 1文字目 */
.sectTtl span:nth-child(1) {
  animation-delay: 0.1s;
  opacity:0.8;
}
/* 2文字目 */
.sectTtl span:nth-child(2) {
  animation-delay: 0.2s;
  opacity:0.8;
}
/* 3文字目 */
.sectTtl span:nth-child(3) {
  animation-delay: 0.3s;
  opacity:0.8;
}
/* 4文字目 */
.sectTtl span:nth-child(4) {
  animation-delay: 0.4s;
  opacity:0.8;
}
/* 5文字目 */
.sectTtl span:nth-child(5) {
  animation-delay: 0.5s;
  opacity:0.8;
}
/* 6文字目 */
.sectTtl span:nth-child(6) {
  animation-delay: 0.6s;
  opacity:0.8;
}
/* 7文字目 */
.sectTtl span:nth-child(7) {
  animation-delay: 0.7s;
  opacity:0.8;
}
/* 8文字目 */
.sectTtl span:nth-child(8) {
  animation-delay: 0.8s;
  opacity:0.8;
}
/* 9文字目 */
.sectTtl span:nth-child(9) {
  animation-delay: 0.9s;
  opacity:0.8;
}
/* 10文字目 */
.sectTtl span:nth-child(10) {
  animation-delay: 1s;
  opacity:0.8;
}
/* 11文字目 */
.sectTtl span:nth-child(11) {
  animation-delay: 1.1s;
  opacity:0.8;
}
/* 12文字目 */
.sectTtl span:nth-child(12) {
  animation-delay: 1.2s;
  opacity:0.8;
}


@keyframes textanimation {
  0% {
      transform: translateY(2em);
  }

  100% {
      transform: translateY(0);
  }
}
  .arrow{
    position: absolute;
    right: 5rem;
    bottom: 20%;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px; 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow::before,
.arrow::after{
    position: absolute;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all 0.5s;
}
.arrow::before{
  left: 1rem;
  width: 90px;
  height: 1px;
  background: #231815;
}
.arrow::after{
  right: -2.4rem;
    width: 14px;
    height: 3px;
    border-top: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(25deg);
}
.arrow:hover::before{
  left: 2rem;
}
.arrow:hover::after{
  right:  -3.4rem;
}
.imgSect {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.imgSect img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgSect01 {
  padding-top: 70vh;
  height: auto !important;
  background: url(images/imgSect01.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
#intro{
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  backdrop-filter: blur(5px) sepia(10%);;
}

#intro .container{
  position: relative;
}
.introImgOuter{
  position: relative;
  margin-bottom: 6rem;
}
.introImgTxt{
 position: absolute;
 top: 0;
 left: 10%;
 z-index: 2;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1rem;
  font-size: 2.8rem;
  text-shadow: 0 0 5px #152441,0 0 5px #152441,0 0 5px #152441,0 0 5px #152441;
}
.introImgTxt span{
  background: #152441;
}

.introImgOuter img{
  width: 86%;
  float: right;
  margin-top: 3rem;
}
.imgSect02{
  background: url(images/imgSect02.jpg) no-repeat right 20% top;
  height: 85vh;
  background-size: cover;
  display: flex;
  justify-content:end;
  align-items:  center;
  background-size: cover;
  background-attachment: fixed;
}
.imgSect02 h2{
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-right: 15%;
   text-shadow: #000 0 0 5px;
}
#storyBg{
  background: url(images/storyBg.jpg) no-repeat top center;
  background-size: cover;
}
#story{
  color: #ccc;
 background: rgba(0,0,0,0.8)
}
.storyHeading{
  font-size: 2.8rem;
}
.storyHeading::first-letter{
  font-size: 3.6rem;
}
.storyInner{
  padding:1.5rem 1.5rem 1rem;
  color: #fff;
  float: right;
}
.imgSect03{
  background: url(images/imgSect03.jpg) no-repeat right 20% top;
  height: 85vh;
  background-size: cover;
  background-attachment: fixed;
}
.swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: auto;
}
.swiper-button-next, .swiper-button-prev{
  color: #ff0800 !important;
}
/* モーダル */
.modalOpen{
  border: none;
  background: none;
  position: relative;
}
.swiperModalButton01 .modalOpen{
width: 33.33%;
}
.swiperModalButton02 .modalOpen{
width: 25%;
}
p.swiperText{
  color: #231815;
  line-height: 1;
  padding: 3px;
}
p.swiperText span{
  display: block;
  padding-top: .75rem;
}
.btnImg{
  height: 45rem;
  overflow: hidden;
}
.btnImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btnImg:hover img{
  transform: scale(1.2,1.2);
  transition-duration: 0.5s;
  opacity: 0.7;
}
.btnImg .mask {
  cursor: pointer;
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.btnImg:hover .mask {
	opacity: 0.8;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
pointer-events: none;
opacity: 0;
z-index: 100;
background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
opacity: 1;
pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.modal_inner {
  filter: drop-shadow(0px 0px 4px #ddd);
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
}
.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.lineClose::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
transform: rotate(90deg);
}
p.swiperText {
  margin: 0;
  text-align: center;
}
#profile{
  color: #152441;
  background: #fff;
  padding-left: 18rem;
  text-shadow: none;
}
.profileArticle{
  clear: both;
  position: relative;
 display: flex;
 align-items: center;
 margin: auto;
 margin-bottom: 12rem;
}
#cast .profileArticle:nth-child(odd){
  float: right;
}
.profImg{
  width: 50%;
  max-width: 40rem;
  position: relative;
}
.profImg:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4rem;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.profTxt{
padding-left: 6rem;
}
.name{
  font-size: 2.4rem;
  font-weight: bold;
}
.name .en{
  display: block;
  font-weight: normal;
  font-size: 1.8rem;
  opacity: 0.7;
}
.name .role{
  position: relative;
  font-size: 1.6rem;
}
.profTxt .name .role{
  display: block;
}
.name .fcRed{
  font-weight: normal;
    font-size: 1.4rem;
}
.name .fcRed .fa-angle-right{
  padding-right: 0.3rem;
  font-size: 1.2rem;
}
.swiper-slide{
  position: relative;
}
.swiper-slide img{
  width: 55%;
  margin-bottom: 1.5rem;
}
.profCont{
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 3;
  width: 60%;
  float: right;
  padding: 2rem;
  background: #fff;
  z-index: 2;
  float: right;
}
#staffBg{
  background: url(images/staffBg.jpg) no-repeat left 20% top;
  background-size: cover;
}
#staff{
  background: rgba(0,0,0,0.5);
}
.staffArticle{
  clear: both;
  width: auto;
  max-width: 78rem;
  padding: 2rem;
  background: url(images/icon.svg) no-repeat left top;
  background-size: 5rem;
  margin-bottom: 4.5rem;

}
.staffArticle .role{
  margin-right: 1.5rem;
}
.col-sm-6 .role{
  display: block;
}
.col-sm-6 .name{
  font-size: 1.8rem;
}
.profCont .name{
  font-size: 4.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0;
}
.profileArticle.staffArticle{
  display: block;
  overflow: hidden;
  max-width: 68rem;
}
.profileArticle.staffArticle .profCont{
width: 100%;
}
#interview h2{
  position: relative;
  width: 100%;
}
#interview h2 span.mincho{
  opacity: 0.5;
  font-size: 2.8rem;
  white-space: nowrap ;
  padding-left: 2rem;
  
}
#interview{
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: grayscale(90%);
}
.interviewDl{

}
.interviewDl dt{
  position: relative;
  font-size: 1.6rem;
position: relative;
margin-bottom: 1.5rem;
font-weight: bold;
padding-left: 2.4rem;
}
.interviewDl dt:before{
  position: absolute;
  left: 0;
  top: 1.3rem;
  content: "";
  display: block;
  height: 0.2rem;
  width: 1.6rem;
  background: #ff0800;
}
.interviewDl dd{
  margin-bottom: 6rem;
}
#trailer{
  background: url(images/mv1_bg.png);
  background-size:  auto 100% ;
  padding-left: 18rem;
}
#trailer h2{
  margin-bottom: 0;
}
.columnDl{
  max-width: 80rem;
margin: 6rem auto 3rem;
}

.columnDl dd{
  text-align: right;
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  }
#comment{
  /*background: url(images/commentBg.jpg) no-repeat top center;*/
  background-size: cover;
}
.commentDl{
max-width: 75rem;
margin: 3rem auto 9rem;
overflow: hidden;
clear: both;
}

.commentDl dt{
  position: relative;
  padding: 1.5rem 2rem;
}
.commentDl dt:before,.commentDl dt:after{ 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.commentDl dt:before{
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  top:0;
  left: 0;
}
.commentDl dt:after{
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  bottom:0;
  right: 0;
}
.commentDl dd{
text-align: right;
margin-top: 3rem;
font-weight: 500;
max-width: 53rem;
float: right;
}
.imgSect04 {
  background: url(images/imgSect04.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;height: 85vh;
}
.imgSect05 {
  padding-top: 70vh;
  background: url(images/imgSect05.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.imgSect06 {
  background: url(images/imgSect06.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
}
#theater{
  position: relative;
  background: url(images/theaterBg.jpg) no-repeat top center;
  background-size: cover;
}
#theater .sectTtl.scrollin span{
  color: #fff !important;
}
#theater h2{
  text-shadow: #000 0 0 5px;
}
.theaterDl{
margin-top: 3rem;
}
.theaterDl dt{
  display: inline-block;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    padding: 0.5rem;
    background-color: #000;
}
.theaterDl dd{
  font-size: 1.8rem;
  color: #333;
  background-color: rgba(255,255,255,0.75);
  padding: 1.7rem 1.5rem 1.3rem;
  line-height: 1;
  margin-top: -1.2rem;
  margin-left:1.2rem;
}
.theaterDl dd .date{
  float: right;
}
/* footer */

footer {
  padding: 1.5rem 0 4rem;
  overflow: hidden;
  font-size: 1.2rem;
}
.footerTtl{
  max-width: 18rem;
  margin:1.5rem;
}
.footerTxt{
  text-align: right;
}
.footerTxt p{
  margin-bottom: 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: inherit;
}
footer ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li{
  margin:0 0.75rem;
}
footer ul li img{
  height: 3rem;
  width: auto;
}
.footerStaff{
  display: flex;
  flex-flow: wrap;
  margin-right: 1.5rem;
  float: left;
}
.footerStaff dd{
  position: relative;
  white-space: nowrap;
  padding-left: 0.2rem;
}
.footerStaff dd:before{
  content: "｜";
}
#page-top {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100%;
}
#page-top a {
  cursor: pointer;
  width: 2.5rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 2rem;
  margin: 0;
  transition: all 0.3s;
  color: #fff;
  background: rgba(0,0,0,0.8);
  width: 100%;
}
.copy{
margin-bottom: 0;
font-size: 1.2rem;
}

@media (orientation:portrait) and (max-width: 1000px){

  html {
    font-size: 50%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit !important;
  }
  .swiper-slide img{
    width: 100%;
  }
  .profCont{
    position: relative;
    width: 100%;
    top: 0;
    padding: 1rem 0;
  }
  .swiper-slide .fs14{
    height: 12vh;
    overflow-y: scroll;
  }
  section{
    min-height: auto;
    padding: 6rem 0;
  }

  #menuButton {
    top: 15px;
    left: 10px;
  }

  h2{
    font-size: 12vw;
    margin-bottom: 2rem;
  }

.mv{
  flex-flow: column;
}
.mvTxt img{
  display: block;
  margin: 0 auto;
}
.sns a{
  font-size: 3rem;
  width: 3.6rem;
  height: 3.6rem;
}
.mvTxtP{
  font-size: 4vw;
  position: absolute;
  left: 11vw;
  bottom: 2svh;
}
.mvImg,.mvTxt{
  width: 100vw;
  position: relative;
}
.mvImg{
  height: 55svh;
}
.mvTxt{
  padding: 1.5rem;
  height: 45svh;
  align-items: flex-start;
}
.mvBottom{
  font-size: 3.5vw;
}
.mvCopy{
  position: absolute;
  z-index: 3;
  height: 34svh;
        margin: 0;
        top: 5svh;
        left: 21vw;
}
.imgSect{
  background-attachment: inherit;
}
#intro{
  background: url(images/imgSect01.jpg) no-repeat top center;
  background-size: cover;
  padding: 0;
}
.introInner{
        width: 100%;
        height: 100%;
        padding: 6rem 0;
        background-color: rgba(0, 0, 0, 0.8);
}
.imgSect01,.imgSect05{
  padding-top: 0;
  background: none;
}
.imgSectInner01{
  height: 22svh;
  background: url(images/imgSect01.jpg) no-repeat top center;
  background-size: cover;
}
.imgSectInner05{
  height: 22svh;
  background: url(images/imgSect05.jpg) no-repeat top center;
  background-size: cover;
}
.imgSect02,.imgSect03,.imgSect04,.imgSect06,.imgSect07{
  height: 30vh !important;
}
.profileArticle{
  flex-flow: column;
}
.profImg{
  width: 100%;
  margin-bottom: 1.5rem;
}
.profTxt{
  padding-left: 0;
}
#cast .profileArticle:nth-child(odd){
  float: none;
}
#staffBg {
  background: url(images/staffBg.jpg) no-repeat left 52% top;
  background-size: cover;
}
.staffArticle{
  padding: 1.5rem;
}
.staffArticle .role{
  display: block;
}
#theater{
  min-height: 80svh;
}
footer {
  padding: 1.5rem 0 5.5rem;

}
footer .container{
  flex-wrap: wrap;
}
}

/***************************************************
 * Generated by SVG Artista on 6/24/2024, 8:53:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 227.54966735839844px;
    stroke-dasharray: 227.54966735839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.54966735839844px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 227.54966735839844px;
    stroke-dasharray: 227.54966735839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.54966735839844px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 157.35589599609375px;
    stroke-dasharray: 157.35589599609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.35589599609375px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 157.35589599609375px;
    stroke-dasharray: 157.35589599609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.35589599609375px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 113.60303497314453px;
    stroke-dasharray: 113.60303497314453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.60303497314453px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 113.60303497314453px;
    stroke-dasharray: 113.60303497314453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.60303497314453px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 101.66439819335938px;
    stroke-dasharray: 101.66439819335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.66439819335938px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 101.66439819335938px;
    stroke-dasharray: 101.66439819335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.66439819335938px;
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 80.8546371459961px;
    stroke-dasharray: 80.8546371459961px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.8546371459961px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 80.8546371459961px;
    stroke-dasharray: 80.8546371459961px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.8546371459961px;
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 93.8948974609375px;
    stroke-dasharray: 93.8948974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.8948974609375px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 93.8948974609375px;
    stroke-dasharray: 93.8948974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.8948974609375px;
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 93.89498138427734px;
    stroke-dasharray: 93.89498138427734px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.89498138427734px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 93.89498138427734px;
    stroke-dasharray: 93.89498138427734px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.89498138427734px;
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 142.70179748535156px;
    stroke-dasharray: 142.70179748535156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 142.70179748535156px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 142.70179748535156px;
    stroke-dasharray: 142.70179748535156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 142.70179748535156px;
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 27.1516170501709px;
    stroke-dasharray: 27.1516170501709px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.1516170501709px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 27.1516170501709px;
    stroke-dasharray: 27.1516170501709px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.1516170501709px;
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 227.54966735839844px;
    stroke-dasharray: 227.54966735839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.54966735839844px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 227.54966735839844px;
    stroke-dasharray: 227.54966735839844px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.54966735839844px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                       animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
               animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 157.35589599609375px;
    stroke-dasharray: 157.35589599609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.35589599609375px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 157.35589599609375px;
    stroke-dasharray: 157.35589599609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.35589599609375px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                       animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
               animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 113.60303497314453px;
    stroke-dasharray: 113.60303497314453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.60303497314453px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 113.60303497314453px;
    stroke-dasharray: 113.60303497314453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 113.60303497314453px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                       animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
               animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 101.66439819335938px;
    stroke-dasharray: 101.66439819335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.66439819335938px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 101.66439819335938px;
    stroke-dasharray: 101.66439819335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 101.66439819335938px;
  }
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                       animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
               animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 80.8546371459961px;
    stroke-dasharray: 80.8546371459961px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.8546371459961px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 80.8546371459961px;
    stroke-dasharray: 80.8546371459961px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.8546371459961px;
  }
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                       animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
               animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 93.8948974609375px;
    stroke-dasharray: 93.8948974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.8948974609375px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 93.8948974609375px;
    stroke-dasharray: 93.8948974609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.8948974609375px;
  }
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                       animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
               animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 93.89498138427734px;
    stroke-dasharray: 93.89498138427734px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.89498138427734px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 93.89498138427734px;
    stroke-dasharray: 93.89498138427734px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 93.89498138427734px;
  }
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                       animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
               animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 142.70179748535156px;
    stroke-dasharray: 142.70179748535156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 142.70179748535156px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 142.70179748535156px;
    stroke-dasharray: 142.70179748535156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 142.70179748535156px;
  }
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                       animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
               animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 27.1516170501709px;
    stroke-dasharray: 27.1516170501709px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.1516170501709px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 27.1516170501709px;
    stroke-dasharray: 27.1516170501709px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.1516170501709px;
  }
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                       animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
               animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@media (max-width: 500px) { 
  .swiperModalButton01 .modalOpen,.swiperModalButton02 .modalOpen{
    width: 100%;
  }
  .swiperModalButton{
    flex-flow: column;
  }
  .btnImg .mask{
    opacity: 1;
  }
  .profCont .name{
    font-size: 7.2vw;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 5px;
    left: auto;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}
}

