@charset "UTF-8";

* {
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

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

body {
  position: relative;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;

  position:relative;
  cursor: default;
}
body::before{
  content: '';
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;  background-image:url(images/bodyBg.png);
  background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
  background-size: 90%;
}
body.lock-scroll {
  overflow: hidden;
  height: 100vh;
}
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: #000;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader img{
  width: 80%;
  max-width: 80rem;
}
.anchor{
  height: 6rem;
  margin-top: -6rem;
}
@font-face {
  font-family: "phosphate";
  src:
    local("phosphate"),
    url("font/PhosphateInline.otf") format("opentype") tech(color-COLRv1),
    url("font/PhosphateInline.otf") format("opentype"),
    url("font/PhosphateInline.ttf") format("ttf");
}
.phosphate,h2,h2 span{
  font-family: 'phosphate', "Noto Sans JP", serif, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}
@font-face {
  font-family: "phosphateSolid";
  src:
    local("phosphate"),
    url("font/phosphate-solid.otf") format("opentype") tech(color-COLRv1),
    url("font/phosphate-solid.otf") format("opentype"),
    url("font/phosphate-solid.woff") format("woff");
}
.phosphateSolid{
  font-family: 'phosphateSolid', "Noto Sans JP", serif, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}
h2 {
  line-height: 1.6;
  position: relative;
  font-size: 7.8rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 3rem;
  position: relative;
  text-shadow:none;
}
h2::first-letter{
  
}
h2.fadein.scrollin{
  opacity: 0.9;
}

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

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

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

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

.tc {
  text-align: center;
}
.tr{
  text-align: right;
}
.fl {
  float: left;
}

.fr {
  float: right !important;
}

.tr {
  text-align: right;
}

.cl {
  clear: both;
}

.alignMiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pcFlex{
  display: flex;
}
.alignCenter{
  align-items: center;
}
.alignStretch{
  align-items:stretch;
}
.justifyCenter{
  justify-content: center;
}
.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: 900;
}

.fwn {
  font-weight: normal;
}
.mincho{
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.fcWhite{
  color: #fff !important;
}
.fcRed{
  color: #EC6D65 !important;
}
.bgRed{
  background: #EC6D65 !important;
}

.bbRed{
  border-bottom: .2rem solid #EC6D65 !important;
}
.bgBlack{
  background: #000 !important;
}
.fcOrange{
  color: #F3994F !important;
}
.bgOrange{
  background:#F3994F !important;
}

.bbOrange{
  border-bottom: .2rem solid#F3994F !important;
}

.fcYellow{
  color: #FFED61 !important;
}
.bgYellow{
  color: #000;
  background: #FFED61 !important;
}
.bbYellow{
  color: #000;
  border-bottom: .2rem solid #FFED61 !important;
}
.fcBlue{
  color: #5976BA !important;
}
.bgBlue{
  background: #5976BA !important;
}
.bbBlue{
  border-bottom: .2rem solid #5976BA !important;
}
.fcGreen{
  color: #8CC66D !important;
}
.bgGreen{
  background: #8CC66D !important;
}
.bbGreen{
  border-bottom: .2rem solid #8CC66D !important;
}
.lh1{
  line-height: 1;
}
.more{
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 0 .8rem;
  border-radius: 1.1rem;
  margin-left: 1rem;
  position: relative;
}
.more:hover{
  color: #EC6D65;
}
.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;
}

.fs42 {
  font-size: 4.2rem !important;
}
.fs46 {
  font-size: 4.6rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: 5rem;
}

.fs56 {
  font-size: 5.6rem;
}

.mt5{
  margin-top:5px;
}

.mt10 {
  margin-top: 10px;
}

.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;
}
.row{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.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;
}
.starLine{
  margin: 6rem 0;
  height: 3rem;
  width: 100%;
  background: url(images/starB.png) repeat-x center;
  background-size: 3.05rem;
}
.mv{
  height: 100svh;
  display: flex;
  align-items: center;
  animation-name: fadein01;
  animation-duration: 3s;
  position: relative;
}
.mvOuter,.mvTxt{
  width: 50%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: #000;
}


.mvImg{
  width: 100%;
  height: 100%;
  object-fit:contain;
}
.mvTxt{
  white-space: nowrap;
  font-size: 1.9rem;
  width: 50%;
  
}
.mvTxtInner{
  max-width: 58rem;
  width: 100%;
  text-align: center;
}
.date{}
.date span{
  font-weight: 900;
  line-height: 1;
}
.date01{
  font-size: 3.6rem;
  vertical-align: bottom;
}
.date02{
  font-size: 2.4rem;
  vertical-align: middle;}
.date03{
  position: relative;
  font-size: 2.4rem;
  margin-left: 0.5rem;
  padding: 0 0.4rem;
  vertical-align: middle;
}
.date03:before{
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.1rem;
  height: 2.6rem;
  width: 2.6rem;
  border: 2px solid #000;
}
.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: #FFED61;
  line-height: 1;
  display: inline-block;
  overflow: visible;
  
}
#acMenu dd li a:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
  color: #EC6D65;
}
#menuButton {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  padding: 1rem;
  z-index: 999;
  text-align: center;
  background:url(images/starY.svg) #000 no-repeat center;
  background-size:3rem;
  transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#menuButton.active{
  transform: rotate(-45deg);
}

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;
}

.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;
  align-items: center;
  overflow: hidden;

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

/* 15文字目 */
.sectTtl span:nth-child(15) {
  animation-delay: 1.5s;
}
@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;
}

.swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: auto;
}
.swiper-button-next, .swiper-button-prev{
  color: #fff !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;
}
/* スライダー全体 */
.slider-wrapper {
  padding: 0.5rem 0;
  background: #000;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
  padding: 0.5rem;
  width: calc(100vw / 7); /* 3はスライドの枚数 */
}
/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.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;
}
#review{
  background: url(images/starB.svg) repeat-x top #000;
  background-size: 1rem;
  color: #fff !important;
}
#profile{
  color: #152441;
  background: #fff;
  padding-left: 18rem;
  text-shadow: none;
}
.profileArticle .bgBlack{
  line-height: 1;
  padding: 0 .4rem;
}
.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;
}
.worksDl{

}
.worksDl dt{
  padding: 0.5rem;
  cursor: pointer;
  background: #000;
position: relative;
}
.worksDl dt:hover{
  opacity: 0.7;
}
.worksDl dt:after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 2.2rem;
  color: #FFED61;
  position: absolute;
  top: -0.2rem;
  right: 1.5rem;
}
.worksDl dt.active:after{
  content: "\f077";

}
.worksDl dd{
  padding: 1rem;
  display: none;
}
.swiper{
  height: 100%;
  text-align: center;
}
.swiper-slide{
  position: relative;
  height: 100%;
}
.swiper-slide img{
  height: 100%;
 object-fit: contain;
}
.dlBtn{
  margin: 1rem auto 0;
  display: block;
  width: 90%;
  max-width: 30rem;
  color: rgb(255, 237, 97);
    background: rgb(0, 0, 0);
    border: 1px solid #000;
}
.dlBtn:hover{
  color: #000;
  background: rgb(255, 237, 97);
}
.profCont{
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 3;
  width: 60%;
  float: right;
  padding: 2rem;
  background: #fff;
  z-index: 2;
  float: right;
}
/* footer */

footer {
  color: #fff;
  background: #000;
  padding: 6rem 0 9rem;
  overflow: hidden;
  font-size: 1.2rem;
}
.footerLogo{
  max-width: 38rem;
  float: right;
}
.footerTxt{
  text-align: right;
}
.footerTxt p{
  margin-bottom: 0;
}
#page-top {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100%;
  background: rgba(0,0,0,0.8);
}
#page-top a.toTop {
  cursor: pointer;
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 2rem;
  margin: 0 auto;
  transition: all 0.3s;
  color: #fff;
  position: relative;
}
.copy{
margin-bottom: 0;
font-size: 1.2rem;
}
.floating-button {
  position: absolute;
  top: 0.1rem;
  right: 1.5rem;
  color: #fff;
  line-height: 1;
  z-index: 10;
  padding: .2rem 1rem;
}

.floating-button:hover{
  opacity: 0.7;
}


@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: 1.5rem;
    padding-right: 1.5rem;
  }

  .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;
  }
  .pcFlex{
    flex-flow: column;
  }
  .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;
  }

  h2{
    font-size: 12vw;
    margin-bottom: 2rem;
  }
  #cast h2{
    font-size: 9vw;
  }
.mv{
  flex-flow: column;
  height: auto;
}

.mvOuter, .mvTxt{
  width: 100vw;
  height: auto;
  position: relative;
}
.mvOuter{
  padding: 0;
}
.imgSect{
  background-attachment: inherit;
}

.starLine{
  margin: 3rem auto;
  background-size: 5vw;
}
.introInner{
        width: 100%;
        height: 100%;
        padding: 6rem 0;
}
.slide {
  padding: 0.5rem;
  width: calc(100vw / 4);
}
.worksImg{
  margin: -5px -5px 0;
    width: calc(100% + 10px) !important;
}
.commentP{
  font-size: 3.6vw !important;
}
.commentImg01,.commentImg02,.commentImg03,.commentImg04,.commentImg06{
  margin-top: 0;
}
#theater{
  min-height: 80svh;
}
.date01 {
  font-size: 5.8vw;
}
.date02 {
  font-size: 4.4vw;
}
.date03{
  font-size: 4.2vw;
}
.date03:before {
  top: 0.2rem;
  left: 0.1rem;
  height: 4.4vw;
  width:4.4vw;
}
.theaterOuter{
  flex-flow: column;
}
.ggmap iframe {
  aspect-ratio: 1;
}
footer {
  text-align: center;
  padding: 3rem 0 6rem;

}

footer .container{
  flex-wrap: wrap;
}
.footerLogo{
  float: none;
  margin-bottom: 3rem;
}
}
