@charset "utf-8";

/*ページネーションを要素内におく*/
.swiper-box{
  position: relative;
}
.swiper-box .swiper{
  width:  100%;
  text-align: center;
}
/*スライダーのサイズ調整*/
.swiper-box .swiper img{
  width: 100%;
}
/*ページネーションの位置を調整*/
.swiper-box .swiper-pagination{
  bottom: -35px !important;
}
/*ページネーションの色を変更*/
.swiper-box .swiper-pagination-bullet{
  background: pink;
}



.fes_logo{
   filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
}

.main_img{
    opacity: 0.5;
}

.profile{
    color: #333;
    text-align: left;
}


.profile h1{
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.profile h2{
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
}

.profile h3{
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    display: block;
}

.profile h4{
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    display: block;
}

.profile p{
    font-size: 1.5rem;
}

.prof_box{
    padding: 6px 0.5rem;
}

.bb_blue{
    border-bottom: solid 3px #cc33ff;
}






/*フォント*/
.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titan-one-regular {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*フォント デラゴシック*/
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/*ニュース欄*/
.news_area{
    background-color:;
}

.article{
    height: auto;
    margin-bottom: 12px;
    padding: 6px 6px 2px 6px ;
    /*border-bottom: dotted 1px #333;*/
}

.article .pict{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
}

.article .blue{
    color: blue !important;
}
.article .red{
    color: red !important;
}

.article p {
    font-size: 1.00em;
    padding-left: 0.5em;
}

.article h1 {
    font-size: 1.00em;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 2px #333;
    padding-left: 0.5em;
    margin-bottom: 5px;
}

.article h2 {
    font-size: 0.85em;
}

.article h3 {
    color: #333;
    font-size: 0.75em;
    padding: 1px 8px 1px 8px;
    border: solid 1px #ccc;
    border-radius: 2px;
    margin-left: 1em;
}

.article h1,h2,h3{
    color: #333; 
}
.article h2,h3{
    padding-left:0.5em ;
    display: inline;
    color: #333; 
}

.article_link{
    margin-top: 12px;
    text-align: right;
    display: block;
}

.news_area{
    color: #333;
    font-size: 1.4rem;
}

.date{
    padding: 4em 0 0 1.25em;
    display: inline !important;
    vertical-align: middle !important;
}

.article:nth-child(2n){
    background-color: #f9f9f9;
}

.article:nth-child(n + 5) {
    opacity: 0.2;
    /*お知らせ4個目から消え掛ける*/
}

.article:nth-child(n + 6) {
    display: none;
    /*お知らせ5個目から非表示*/
}



/*Twitter欄*/

.peketter_area{
    text-align: right;
    padding-left: 32px;
}


/*sns*/























.hover_ef a: hover{
    opacity: 0.4;
}

.item-box h1{
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
}

.item-box > h2{
    font-size: 1.4rem;
    display: inline-block;
}

.item-box h2 span{
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 1px 8px;
    border-radius: 3px;
    border:solid 2px #333;
    background-color: #ff3330;
}

.item-box2 h2 span{
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 1px 8px;
    border-radius: 3px;
    border:solid 2px #333;
    background-color: #ffd230;
}

.item-box h3{
    font-size: 3.0rem;
    display: block;
    text-align: right;
}

.item-box h3 span{
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #fff;
}

.item-box h4{
    color: #94ffd0;
    background-color: #333;
    font-size: 1.2rem;
    display: inline;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.item-box p{
    padding-top:0.5rem;
}




@media screen and (max-width:575.98px) {
    .item-box-text{
        height: auto;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){

}
@media screen and (min-width:768px) and (max-width:991.98px) {

}
@media screen and (min-width:992px) {
    .item-box-text{
        height: 5.0em;
    }
}






.spec{
    padding: 14px 0 0 8px;
}

.spec h1{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.spec h2{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}
.spec div{
    border-left: 2px solid #333;
    margin-bottom: 1.0rem;
}




/* <uniquifier>: Use a unique and descriptive class name*/
/* <weight>: Use a value from 200 to 700*/

.oswald-fw700{
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}


.yellowtail{
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}

.container{
    padding:0 15px ;
}

.container h1{
  margin-bottom: 10px;
}

.container h2{
  margin-bottom: 6px;
}

.fs_60{font-size: 60px;}
.fs_48{font-size: 48px;}
.fs_36{font-size: 36px;}
.fs_24{font-size: 24px;}
.fs_12{font-size: 14px;}

.fs_12{font-size: 12px;}
.fs_10{font-size: 10px;}




html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 0 auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 15.0rem;
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 16.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}
}
#title{
	margin:0 auto 7.0rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
        margin-bottom: 4.5rem;
	}
    #title > div > div{
        padding: 0;
    }
}





@media screen and (max-width : 575.98px) {
    .about{
        padding: 0 20px;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    .about{
        padding: 0 20px;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
   .about{
        padding: 0 60px;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    .about{
        padding: 0 200px;
    }
}
@media screen and (min-width : 1200px) {
    .about{
        padding: 0 200px;
    }
}


.about{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    margin: 0;
}
.element {
    position: absolute;
    width: 100px;
    height: 100px;
}

/* ふわふわアニメーションここから */
/* 縦のふわふわ指定 */
.fuwafuwa01 {
    top: -5%;
    right: -5%;
    animation: fuwafuwa01 35s infinite ease-in-out;
}
/* 横のふわふわ指定 */
.fuwafuwa02 {
    top: 30%;
    left: -5%;
    animation: fuwafuwa02 25s infinite ease-in-out;
}
/* 縦のふわふわの動き */
@keyframes fuwafuwa01 {
    0%, 100% {
        transform: translateX(-80px);
    }

    25% {
        transform: translateY(100px) rotate(-70deg);
    }

    50% {
        transform: translateX(5px) rotate(10deg);
    }

    75% {
        transform: translateY(10px) rotate(-50deg);
    }

}
/* 横のふわふわの動き */
@keyframes fuwafuwa02 {
    0%, 100% {
        transform: translateX(200px);
    }
    50% {
        transform: translatey(80px) rotate(-150deg);
    }
}
/* ふわふわアニメーションここまで */






#title{
    margin:0 auto 7.0rem auto;
    text-align: center;
}


.bgbtm_blue_1{
    background-image: url(..//img/blue_dot.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bgbtm_blue_2{
    background-image: url(..//img/blue_dot2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bgbtm_blue_3{
    background-image: url(..//img/blue_dot3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.parallax:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://www.kurosawagakki.com/sh_nagoya/heavenly/img/video2.jpg) center no-repeat;
  background-size:cover;
}



#info{
    margin: 0 auto;
}
@media screen and (max-width : 575.98px) {
    #info{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.headline{
	margin-bottom: 3.0rem;
    position: relative;
}
.headline::before{
    content: "";
	background: #FFA114;
    height: 95%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
	font-size: 2.4rem;
    font-weight: 700;
}
.headline h2{
    font-family: 'Poppins', sans-serif;
	margin-left: 2.0rem;
	font-weight: 400;
	font-size: 2.0rem;
	letter-spacing: -0.1rem;
}
.period{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.05rem;
    margin-bottom: 1.0rem;
}
.period > span{
    font-size: 85%;
}
.description{
    font-weight: 500;
}
.note{
    margin-top: 2.0rem;
}
.note p{
    margin: 0 auto;
    font-size: 1.4rem;
    padding-left: 1em;
    padding-right: 1em;
    text-indent: -1em;
    color: #f1f1f1;
}
@media screen and (max-width : 767.98px) {
    .headline h1{
        font-size: 2.0rem;
    }
    .headline h2{
        font-size: 1.4rem;
    }
    .description{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .note p{
        font-size: 1.3rem;
        line-height: 1.4;
    }
}
.link{
	/*margin-top: 4.5rem;*/
    margin-top: 1.5rem;
}
.go{
    margin: 0 auto 1.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: #333;
    background-color: #fff ;
    border: 0.2rem solid #333;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .2s;
    display: block;
}
.go a:hover{
    background-color: transparent;
    border: 0.2rem solid #333;
    color: #333 ;
    border-radius: 3.0rem;
}
.go a span{
	font-size: 2.0rem;
	font-weight:900;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
}

.lock{
    pointer-events: none !important;
    background-color: transparent !important;
}


/**/
.sns {
    margin: 10.0rem auto 9.0rem auto;
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .1s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    color: #FEFEFE;
    height: 26px;
    border-radius: 13px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #000;/*1DA1F2*/
}
.sns #twt::before {
    content: "Xでポストする";
    background-color: #000;/*1DA1F2*/
}
.sns #twt::after {
    border-color: #000 transparent transparent transparent;/*1DA1F2*/
}
.sns #fb .img {
    background-color: #1877F2;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #1877F2;
}
.sns #fb::after {
    border-color: #1877F2 transparent transparent transparent;
}
.sns #line .img {
    background-color: #00B900;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #00B900;
}
.sns #line::after {
    border-color: #00B900 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 320px;
    }
}
.line {
	margin-top: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #666;
}
#shop{
    padding: 9.0rem 0 0 0;
    background-color: #121212;
}
.shop-txt1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: center;
    color: #ccc;
}
.shop-txt1 > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 5.0rem;
}
.shopinfo{
    margin-bottom: 9.5rem;
}
@media screen and (max-width:575.98px) {
.shopinfo{
    max-width: 85%;
    margin-bottom: 4.5rem;
    margin-left: auto;
     margin-right: auto;
    }
}
.shopinfo > div{
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.2;
}
.shopinfo > div > a{
	color: #ccc;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #333;
    color: #ccc;
    font-size: 1.4rem;
}
.shopinfo > p > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.0rem;
	font-weight: 400;
    color: #27b6bb;
}
.shopinfo > p > a{
    color: #ccc;
    transition: color .3s ease-out;
}
.shopinfo > div > a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #666;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}

.giftimg{
    background-color: #fff;
}


/*
.item-txt1{
    margin-left: 0rem;
    color: #0f2350 !important;
    font-size: 46px !important;
}
*/
.item-txt1{
    margin-left: 0rem;
    color: #0f2350 !important;
    font-size: 36px !important;
}
.item-txt2{
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-left: 0rem;
    margin-bottom: 0.5rem;
}
.item-txt3{
    font-size: 1.4rem;
    line-height: 1.4;
}
.item-txt4{
    font-weight: 500;
    margin-left: 0rem;
}

.item-txt2,.item-txt3,.item-txt4{color: #333!important;}


@media screen and (max-width:575.98px) {
    .item-txt1{
        font-size: 4.7rem;
        line-height: 0.85;
        letter-spacing: -0.10rem;
    }
    .item-txt2{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .item-txt3{
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .item-txt4{
        font-size: 1.4rem;
        line-height: 1.4;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    .item-txt1{
        font-size: 5.0rem;
        line-height: 0.85;
        letter-spacing: -0.10rem;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    .item-txt1{
        font-size: 5.2rem;
        line-height: 1.0;
        letter-spacing: -0.10rem;
    }
}
@media screen and (min-width:992px) {
    .item-txt1{
        font-size: 5.5rem;
        line-height: 1.0;
        letter-spacing: -0.12rem;
    }
}

.item{
    text-align: center;
}

.item-box{
display: flex;
flex-wrap: wrap;
}

@media screen and (min-width : 576px) and (max-width:767.98px){
    .item{
        padding-right: 20px;
        }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    .item{
padding-right: 20px;
}

}
@media screen and (min-width:992px) {
    .item{
        padding-right: 42px;
    }
}



tr{
   display: block;
   margin-bottom: 8px;
   vertical-align: top;
}

td{ padding-left:10px;}


.prof{
    display: flex;
    justify-content: center;
    height: auto;
}

.profile h4{
    display: inline;
    margin-right: 24px;
}

.profile a{
    color: #333;
}

.sp{
    margin: auto;
    display: block;
    height: 60%;
}

.pc{
    height: 100%;
    text-align: left;
}

    
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}







