/*
Theme Name: shiori
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body {
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
}

* {
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  background: #000;
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}



/* For modern browsers */

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

.none {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: #fff;
}


/*kv*/
.kv{
  position: relative;
}

.kv img {
  display: block;
  width: 100%;
  height: auto;
}

.booster img {
  display: block;
  width: 100%;
  height: auto;
}


/*introduction*/

.introduction {
  text-align: center;
  color: #EA619E;
  padding-top: 123px;
  background-image: url(./img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 51vw;
  padding-bottom: 61vw;
}

.introduction h2 {
  font-size: 33px;
  line-height: 60px;
  font-weight: 500;
}

.introduction p {
  padding-top: 60px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 600;
  transition-delay: 0.2s !important;
}


/*title_set*/

.title_set {
  z-index: 2;
  margin: 0 auto;
  color: #EA619E;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.title_set h3 {
  border-bottom: solid 1px #EA619E;
  display: inline-block;
  font-size: 24px;
  padding: 0 10px 10px;
  line-height: 100%;
}

.title_set h4 {
  padding: 10px 0 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}


/*wrap*/

.wrap {
  position: relative;
}


/*trailer*/

.trailer {
  padding-top: 100px;
  padding-bottom: 120px;
}

.trailer_set {
  margin: 30px auto 0;
  position: relative;
  width: 48vw;
}

.trailer_slides {
    height: 27vw;
width: 100%;
    background: #ccc;
}

.trailer_selects {
  display: flex;
  justify-content: center;
}

.trailer_select {
  text-align: center;
  border-bottom: solid 1px #EA619E;
  margin: 10px 4px;
  flex-grow: 1;
  cursor: pointer;
  padding: 15px 0;
  color: #EA619E;
  font-size: 20px;
  font-weight: 600;


}


[t_count="0"] .trailer_select:nth-child(1) ,
[t_count="1"] .trailer_select:nth-child(2) ,
[t_count="2"] .trailer_select:nth-child(3) ,
[t_count="3"] .trailer_select:nth-child(4) ,
.trailer_select:hover{

  border-bottom: solid 2px #EA619E;

                animation: 0.9s ease 0s 1 alternate boos_a4;


}



@keyframes boos_a4 {
    0% {
  filter: brightness(100%);
    }
    20% {
  filter: brightness(150%);
    }
    100% {
  filter: brightness(100%);
    }
}


/*titlep_set*/

.titlep_set {
  overflow: hidden;
  position: relative;
}

.titlep_img {
  display: block;
  width: 70vw;
  height: auto;
  position: relative;
}


/*comment_area*/

.comment_area {
  width: 80vw;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  opacity: 0.8;
}

.comment_set {
  width: 50%;
  padding: 30px 40px;
}

.comment_set p {
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 10px;
}
.comment_set p b{
  font-weight: 700;
	font-size:1.4em;
}

.comment_set h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  opacity: 0.8;
  font-weight: bold;
  font-feature-settings: "palt";
}

.comment_set h5 span {
  margin-left:5px;
  font-weight: normal;
  letter-spacing: 0;
    font-feature-settings: "palt";
  font-size: 14px;
  line-height: 24px;
    font-weight: 500;
}


/*comment_area*/

.staff_area {
  width: 80vw;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  opacity: 0.8;
}

.staff_set {
  width: 50%;
  padding: 40px 80px;
}

.staff_set p {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 10px;
}

.staff_set h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
}

.staff_set h6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 5px;
}

.backp {
  background: rgb(234, 97, 158);
  background: -moz-linear-gradient(328deg, rgba(234, 97, 158, 0.36) 0%, rgba(234, 97, 158, 0.92) 49%, rgba(234, 97, 158, 0.22) 100%);
  background: -webkit-linear-gradient(328deg, rgba(234, 97, 158, 0.36) 0%, rgba(234, 97, 158, 0.92) 49%, rgba(234, 97, 158, 0.22) 100%);
  background: linear-gradient(328deg, rgba(234, 97, 158, 0.36) 0%, rgba(234, 97, 158, 0.92) 49%, rgba(234, 97, 158, 0.22) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea619e", endColorstr="#ea619e", GradientType=1);
  opacity: 0.07;
  z-index: -1;
  pointer-events: none;
}


/*gallery*/

.gallery_a, .gallery_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gallery_a {
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0);
  border-radius: 10px;
}


/*footer*/

.footer {
  padding: 80px 80px 10px;
  color: #EA619E;
  text-align: center;
}

.footer_sns {
  text-align: center;
}

.footer_sns a {
  font-size: 30px;
  display: inline-block;
  margin: 0 6px;
}

.footer_1 {
  color: #EA619E;
  text-align: center;
  margin: 35px auto 20px;
  font-size: 24px;
  line-height: 45px;
}

.footer_1 span {
  font-size: 12px;
}

.footer_2 {
  font-size: 16px;
  line-height: 36px;
}

.footer_a {
  margin-top: 45px;
}

.footer_a a {
  display: inline-block;
  margin: 0 10px;
}

.footer_a img {
  height: auto;
  display: inline-block;
}

.footer_a1 {
  width: 80px;
}

.footer_a2 {
  width: 106px;
}

.footer_copy {
  background-color: #EA619E;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 7px 0;
  font-weight: 700;
}


/*lightcase*/



[class*='lightcase-icon-']:before {
  color: #EA619E !important; 
}

#lightcase-info #lightcase-sequenceInfo{
    color: #EA619E !important; 
      font-family: YakuHanMP, 'Noto Serif JP', serif;
display: none !important;

}

#lightcase-overlay {

    background: #fff;
}

#lightcase-case {
        text-shadow: 0 0 10px rgb(255 255 255 / 50%);
}


 #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fdf6fa !important;
    -webkit-box-shadow: 0 0 30px rgba(255,255,255, 0.5) !important;
    -moz-box-shadow: 0 0 30px rgba(255,255,255, 0.5) !important;
    -o-box-shadow: 0 0 30px rgba(255,255,255, 0.5) !important;
    box-shadow: 0 0 30px rgba(255,255,255, 0.5) !important;
    -webkit-backface-visibility: hidden;
}


/*slide*/
.trailer_slides{
  position: relative;
}
.trailer_slides iframe{
position: relative;
top:0;
left:0;
width:100%;
height: 100%;
display: block;
}


.a_opa{
  opacity: 0;
    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.a_opa.onscreen{
  transition-delay: 0.1s;
  opacity: 1;
}

.gallery_p a{
  opacity: 0;
    transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.onscreen .gallery_p a{
  opacity: 1;
}


/*loader*/
.loader{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 1900;
  background: #fff;
}
.loaded0 .loader{
  transition: all 900ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
  opacity: 0;
  pointer-events: none;
}




.f_trailer{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 1800;
  background: rgba(255,255,255,0.7);
}

.f_trailer_set{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background:#ccc;
  width:65vw;
  z-index: 1850;
	max-width:130vh;
}


.f_trailer_set:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さを幅の75%に固定 */
}

.f_trailer_set iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
}

.f_trailer_back{

  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor: pointer;
}

.f_trailer_closed .f_trailer{
opacity: 0;
pointer-events: none;
  transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */

}




.f_trailer_set:after {
      content: '\e802';

    font-family: 'lightcase', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    bottom:100%;
    right:0;
    margin-bottom:10px;
   color: #EA619E;

font-size:38px;
pointer-events: none;   
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/*
.staff_area,
.comment_area{
   -webkit-font-smoothing: auto !important;
}
.comment_area b{
  -webkit-font-smoothing: antialiased !important;
}
*/