@charset "UTF-8";
/* ========================================================================================================
COMMON
======================================================================================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.5;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: #ffffff;
    color: #000000;
}

/* body{background-color: #000;} */


img[src$=".svg"] {
    width: auto;
    height: auto;
}

svg {
    width: auto;
    height: auto;
    overflow: hidden;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-interpolation-mode: bicubic;
}

.sec-inner{padding: 100px 40px;max-width: 1000px;margin: auto;}
.sec-wrap{}
.max-w {
    max-width: 808px;
    padding: 0 40px;
    margin: 0 auto;
}

.area{
  position: relative;
}

/* 20210422 add style */

.flex-btn{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.miyamasu-btn , .dougen-btn{
  width: 48%;
}

.dougen-btn a p , .miyamasu-btn a p{
  text-align: center;
  font-size: 20px!important;
  line-height: 1.6;
}

/*  / 20210422 add style */

.sp-display{
  display: none;
}

.main-btn{

}
.main-btn a{display: block;padding: 20px;position: relative;transition: opacity .3s ease 0s;}

.main-btn a:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/gr.jpg);
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.live-report a:after{
  background-image: none;
  border: 1px solid #fff;
}

.main-btn a p{font-size: 18px;font-weight: bold;position: relative;z-index: 1;color: #fff;}
.main-btn a:hover{opacity: 0.5;}
.main-btn a:hover p{

}
.schedule-sec .main-btn{
  margin-top: 80px;
  text-align: center;
}
.schedule-sec .main-btn a{
  display: inline-block;
  min-width: 420px;
  text-align: center;
  /* font-size: 14px; */
}

.schedule-sec .all-artist a{
  min-width: 500px;
}

.schedule-sec .main-btn a p{
  font-size: 14px;
}
.anker {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    display: inline-flex;
}

.anker a {
    font-size: 12px;
    background-color: #ffef00;
    color: #111;
    font-weight: bold;
    padding: 20px 20px;
    transition: .3s;
}

.anker a:hover {
    opacity: 0.5;
}

.fadein {
    opacity: 0;
    transition: opacity .5s ease 0s;
}
.fadein.scrollin {
    opacity: 1;
}
/* ========================================================================================================
header
======================================================================================================== */

header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
}

header .wrap{height: 64px;}
header .inner{display: flex;align-items: center;padding: 0 40px;justify-content: space-between;height: 100%;}
header h1{
    width: 100px;
    transition: all 0.2s ease;
}

header h1:hover{
  opacity: 0.6;
}

header h1 a{

}
header .nav{
    display: flex;
    align-items: center;
    color: #fff;
}
header .nav p{
    font-size: 12px;
    font-weight: bold;
}
header .nav ul{
    display: flex;
}
header .nav li{
    position: relative;
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    border-radius: 100%;
    margin-left: 8px;
    overflow: hidden;
}
header .nav li a{display: flex;position: absolute;width: 100%;height: 100%;padding: 8px;align-items: center;justify-content: center;transition: .3s;}
header .nav li.fb a:hover{background-color: #3b5998;}
header .nav li.tw a:hover{
    background-color: #3cf;
}
header .nav li.ln a:hover{
    background-color: #00c402;
}
header .nav .archive-link{
  transition: .3s ease 0s;
}

header .nav .archive-link:hover{
  opacity: 0.4;
}

header .nav li a:hover{}

header .nav .fund-link{
    margin-left: 20px;
}
header .nav .fund-link a{
    display: block;
    width: 60px;
}
/* ========================================================================================================
BG-SEC
======================================================================================================== */
#bg-sec{position: fixed;z-index: -1;top: 0;}
#bg-sec .wrap{height: 100vh;width: 100vw;position: relative;}
#bg-sec .wrap .thumb{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: center / cover no-repeat;}


/* ========================================================================================================
#about-sec
======================================================================================================== */


#about-sec{background-color: #ffffffe3;color: #fff;background: rgba(0,0,0,0.5);}

.sec-thank{background: rgba(0,0,0,0.8)!important;}

#about-sec .group{
    text-align: center;
}
#about-sec .group h2{}
#about-sec .group h3{}
#about-sec .group p{}
#about-sec .group p.caption{}

#about-sec .group .supplement-btn{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* 20210422 add style */
/* #about-sec .group00{
  margin-bottom: 80px;
} */

/* #about-sec .group00 h3 {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 20px;
} */

#about-sec .group00 h3 {
  font-size: 40px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#about-sec .group00 p{
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}

#about-sec .group00 .small-text{
  font-size: 16px;
}

/* / 20210422 add style */

/*  20210518 add style */

#about-sec .group00 .supplement-btn {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  /* font-weight: normal; */
  text-align: center;
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none; /*スクロールバーを非表示*/
    z-index: 999;
    color: #fff;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 3em auto;
	padding: 4em;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center top;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.popup-sec .group00{
  text-align: center;
}

.popup-sec .group00 h3{
  font-size: 32px;
  margin-bottom: 20px;
}

.popup-sec .group00 .supplement-btn {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.popup-sec .group00 p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

/* --close ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
  top: -80px;
  right: -80px;
  width: 65px;
  height: 65px;
	background-image: url("../img/btn_close.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
  padding: 16px;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #999;
	border: 1px solid #000;
}
@media screen and (max-width:480px) {
	.layer_board {
		width: 90%;
		margin: 3em auto;
		padding: 50px 20px 20px;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 20px;
		height: 20px;
		background-size: 14px;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
	}
}

/* --コンテンツ部分の装飾-- */
.layer_borad_title {
	font-size: 200%;
	font-weight: 200;
	color: #ED344E;
}
.layer_borad_content {
	margin: 1em auto 1.5em;
}
.layer_board .square_btn {
	display: block;
    position: relative;
    width:420px;
    margin: 40px auto 0px;
    padding: 20px;
    border:1px solid #fff;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
}
.layer_board .square_btn:hover {
	background: #fff;
	color: #000;
}

/* / 20210518 add style */

#about-sec .group01{
    margin-bottom: 40px;
}

/* #about-sec .group01 h2{
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 20px;
} */

#about-sec .group01 h2{
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#about-sec .group01 h3{}
#about-sec .group01 p{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

#about-sec .group02{
    margin-bottom: 60px;
    /* display: flex; */
    /* align-items: center; */
}
#about-sec .group02 .movie-wrap{
    position: relative;
    padding-bottom: 56.25%;
}
#about-sec .group02 .movie-wrap iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
#about-sec .group02 .img{
    /* width: 30%; */
    margin-bottom: 80px;
}

#about-sec .group02 .img .lineup-banner{
  margin-bottom: 40px;
}

#about-sec .group02 .text{
    /* text-align: left; */
    /* width: 70%; */
    /* padding-left: 40px; */
}
#about-sec .group02 h3{
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
}

#about-sec .group02 p{
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}
#about-sec .group02 p.caption{
    font-size: 12px;
    font-weight: 400;
}

#about-sec .group03{margin-bottom: 80px;}
#about-sec .group03 .flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#about-sec .group03 .cap{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1.5;
}
#about-sec .group03 .flex .img{
    width: calc(50% - 20px*1/2);
}
#about-sec .group03 .btn{}

#about-sec .group03 .btn a , #about-sec .group04 p.caption{
    font-size: 12px;
}

#about-sec .group04{
    margin-bottom: 40px;
    padding: 40px;
    text-align: left;
    border: solid 1px;
    margin: auto;
}
#about-sec .group04 h4 , #about-sec .group04 p{
    font-size: 14px;
    line-height: 1.8;
}

#about-sec .group04 p a{
  text-decoration: underline;
}


/* ========================================================================================================
#unit-sec
======================================================================================================== */



#unit-sec .unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-top: 30px;
}

#unit-sec .unit:after{
    content:"";
     width: calc(33.333% - 30px*2/3);
}

#unit-sec .unit .day {
    width: 100%;
}

#unit-sec .unit .box {
    width: calc(33.333% - 20px*2/3);
}

#unit-sec .unit .box:nth-child(n + 4){
  margin-top: 60px;
}

#unit-sec .unit .box .thumb-wrap {
    line-height: 0;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 66.666%;
    position: relative;
}

#unit-sec .unit .box .thumb-wrap .thumb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: center / cover no-repeat;
}



/* ========================================================================================================
schedule-sec
======================================================================================================== */


#unit-sec.schedule-sec  .sec-inner h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}
#unit-sec.schedule-sec .sec-inner h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}
#unit-sec.schedule-sec .sec-inner h5{
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#unit-sec.schedule-sec .sec-inner .day {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

#unit-sec.schedule-sec .unit .box .c-p{
  margin-bottom: 20px;
}

#unit-sec.schedule-sec .unit .box .c-p a {
    display: block;
    text-align: center;
    padding: 16px;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
    color: #fff;
}

#unit-sec.schedule-sec .unit .box .c-p a:hover {
    background-color: #fff;
    color: #111;
}

#unit-sec.schedule-sec{background: rgba(0,0,0,0.4);background: rgba(0,0,0,0.5);}
#unit-sec.schedule-sec .sec-inner{
    max-width: 1920px;
    padding-top: 40px;
}
#unit-sec.schedule-sec .unit .box .name {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.8;
}

#unit-sec.schedule-sec .unit .box .date {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    /* margin-bottom: 5px; */
    font-style: italic;
    color: #fff;
}



/* ========================================================================================================
.participate-sec
======================================================================================================== */

#unit-sec.participate-sec {
    background: rgba(0,0,0,0.8);
    color: #fff;
}
#unit-sec.participate-sec .unit .box .thumb-wrap{
  padding: 0px;
  border: solid 1px #fff;
  padding: 20px;
}
#unit-sec.participate-sec .unit .box .date {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
}
#unit-sec.participate-sec .unit .box .step{
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        /* margin-bottom: 5px; */
        font-style: italic;
        margin-bottom: 8px;
}
#unit-sec.participate-sec .unit .box .details p{
    font-size: 14px;
    line-height: 1.5;
}
#unit-sec.participate-sec .unit .box .details p span{
    font-size: 10px;
    display: block;
    line-height: 1.5;
    margin-top: 4px;
}

#unit-sec.participate-sec .sec-inner h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}
#unit-sec.participate-sec .group{margin-bottom: 10px;}
#unit-sec.participate-sec .group-wrap{
    padding: 40px;
    border: solid 1px #fff;
}
#unit-sec.participate-sec .group p{
     font-size: 14px;
     line-height: 1.8;
}
#unit-sec.participate-sec .group01 {text-align: center;}
#unit-sec.participate-sec .group01 h5,
#unit-sec.participate-sec .group02 h5{
    font-size: 14px;
    line-height: 1.8;
}
#unit-sec.participate-sec .group02{text-align: center;}

#unit-sec.participate-sec .group03{display: flex;justify-content: space-between;margin-top: 30px;margin-bottom: 0px;}
#unit-sec.participate-sec .group03 a{
  width: calc(50% - 20px*1/1);
  text-align: center;
  border: solid 1px #fff;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  transition: .3s;
}
#unit-sec.participate-sec .group03 a:hover{
  background-color: #fff;
  color: #111;
}
#unit-sec.participate-sec .group04{
  width: 30%;
  margin: auto;
  margin-top: 30px;
}

#ank.ank-sec {
    background: rgba(0,0,0,0.8);
}
#ank.ank-sec .sec-inner{
    padding-top: 0px;
}
#ank.ank-sec .content{
  padding:40px;
  border: solid 1px #fff;
}

#ank.ank-sec .content h5{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}
#ank.ank-sec .content .main-btn a p{
text-align: center;
}

/* ========================================================================================================
#contact-sec
======================================================================================================== */

#contact-sec{
    background: rgba(0,0,0,0.8);
}

#contact-sec .sec-wrap{}

#contact-sec .sec-inner{}

#contact-sec p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
}




/* ========================================================================================================
#sns-sec
======================================================================================================== */


#sns-sec .tw-wrap {
    text-align: right;
    /* display: flex; */
    width: 50%;
    padding-right: 20px;
    position: relative;
    padding-top: 400px;
    /* margin-bottom: 40px; */
  }

  #sns-sec .tw-wrap iframe {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100vw !important;
  }

  #sns-sec .facebook-timeline {
    text-align: center;
    /* display: flex; */
    padding-left: 20px;
    width: 50%;
    text-align: left;
  }
  #sns-sec .sec-inner {
    /* padding: 110px 0px; */
    display: flex;
    justify-content: center;
}


#sns-sec,#top-contact-sec{
    background: rgba(0,0,0,0.8);
}

#top-contact-sec{

}

#top-contact-sec h2{

}

#top-contact-sec .inner {padding: 100px 40px;}

#top-contact-sec .wrap {
  background-position: center;
  background-size: cover;
}

#top-contact-sec .btn {
  text-align: center;
}

#top-contact-sec .btn a {
  border: solid 1px #fff;
  padding: 20px 80px;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition-duration: 300ms;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

#top-contact-sec .btn a:hover {
}

#top-contact-sec .btn a:hover:before {
  opacity: 0.7;
}

#top-contact-sec .btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #da558f;
  background: -moz-linear-gradient(
    30deg,
    #da558f,
    #ad4fa6 30%,
    #5c60d0 70%,
    #2b73e9
  );
  background: -webkit-linear-gradient(
    30deg,
    #da558f,
    #ad4fa6 30%,
    #5c60d0 70%,
    #2b73e9
  );
  background: linear-gradient(
    60deg,
    #da558f,
    #ad4fa6 20%,
    #5c60d0 35%,
    #2b73e9 50%,
    #5c60d0 65%,
    #ad4fa6 80%
  );
  background-size: 100% auto;
  transition-duration: 600ms;
  background-position: center;
  background-position: left center;
  background-size: 200% auto;
  z-index: -1;
  opacity: 0;
  transition-duration: 300ms;
}

#top-contact-sec p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}



#top-contact-sec  h2 {
    font-size: 32px;
    /* color: #151515; */
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

/* ========================================================================================================
footer
======================================================================================================== */
.top-footer{text-align: center;background: rgba(0,0,0,0.8);padding-bottom: 10px;}
.top-footer p {color: #fff;}

footer .sec-wrap {
  background-color: #2a2a2a;
}
footer .sec-inner {
  position: relative;
  padding: 0 40px;
  padding-top: 80px;
  padding-bottom: 20px;
  max-width: 100%;
}
footer .sns {
}
footer .sns ul {
  display: inline-flex;
}

footer .sns ul li {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-right: 30px;
  text-align: center;
}

footer .sns ul li a {
  transition-duration: 200ms;
}

.sns ul li a:hover {
  opacity: 0.4;
}

footer .sns ul li a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
footer .copy {
  /* position: absolute; */
  bottom: 20px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 50px;
  display: block;
}

footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 70px;
  right: 40px;
  transform: rotate(-90deg);
}
footer .pagetop a {
  position: relative;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
}
footer .pagetop a:hover {
  opacity: 0.6;
}
footer .pagetop a svg {
  fill: #fff;
  /* position: absolute; */
  height: 10px;
  width: 65px;
}

footer .pagetop a p {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
footer .flex {
  display: flex;
  justify-content: space-between;
}
footer .contact{
    margin-top: 30px;
}
footer .contact .wrap{}
footer .contact .wrap .btn{
}
footer .contact .wrap .btn a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    /* border: solid 1px #fff; */
    /* padding: 18px 0px; */
    /* width: 100%; */
    /* margin-bottom: 10px; */
    color: #fff;
    transition: all .3s ease 0s;
    text-decoration: underline;
}
footer .contact .wrap .btn p{
    font-size: 10px;
    color: #fff;
}
footer .contact .wrap .btn a:hover{
    background-color: #fff;
    color: #111;
}
/* ---footer-fin--- */

footer .h-logo{
    display: block;
    margin-bottom: 30px;
    transition: opacity .3s ease 0s;
    width: 260px;
    height: 40px;
    position: relative;
}
footer .h-logo svg{
    fill: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}
footer .h-logo:hover{
  opacity:0.5;
}



/* =================================================================================================
====================================================================================================

SINGLE STYLE

====================================================================================================
================================================================================================= */

#single-fv .wrap{
    height: auto;
    position: relative;
  }
  #single-fv .inner{/* width: calc(100% - 80px); *//* height: calc(100% - 140px); *//* margin: auto; *//* top: 0; *//* bottom: 0; *//* left: 0; *//* right: 0; */line-height: 1;/* position: absolute; */line-height: 0;max-width: 1024px;margin: 0 auto;padding: 70px 0px 0px;}
  #single-article .wrap{
  
  }
  #single-fv .gr-bg{
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
  }
  
  #single-fv .thumb{/* background-position: center; *//* background-repeat: no-repeat; *//* background-size: cover; *//* height: 100%; *//* width: 100%; */position: relative;z-index: 1;line-height: 1;}
  #single-article .inner{
    max-width: 768px;
    margin: 0 auto;
    padding: 40px 40px;
    margin-top: 10px;
    margin-bottom: 100px;
  }
  #single-article .meta-area{
    margin-bottom: 100px;
    border-bottom: solid 1px #999;
    padding-bottom: 100px;
  }
  #single-article .meta-area .breadcrumbs {
      padding: 0 0 30px;
      font-size: 8px;
      line-height: 1;
      width: 100%;
      height: auto;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      margin-bottom: -10px;
      -webkit-tap-highlight-color: transparent;
      transform: translate3d(0,0,0);
  }
  #single-article .meta-area .breadcrumbs-box {
    margin-bottom: 20px;
  }
  #single-article .meta-area .breadcrumbs-wrap {
    height: 12px;
    overflow-y: hidden;
    margin: 0;
  }
  #single-article .meta-area .breadcrumbs,
  #single-article .meta-area .breadcrumbs a {
    font-size: 11px;
    transition-duration: 300ms;
    color: rgb(0 0 0 / 70%);
    line-height: 1;
  }
  
  #single-article .meta-area .breadcrumbs a:hover{
    opacity: 0.6;
  }
  #single-article .meta-area .date{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(0 0 0 / 50%);
  }
  #single-article .meta-area .tit{font-size: 24px;line-height: 1.5;margin-bottom: 20px;word-break: break-all;}
  #single-article .article-body-wrap{
  
  }
  #single-article .article-body-wrap p{margin-bottom: 40px;line-height: 2;word-break: break-all;font-size: 15px;}
  #single-article .article-body-wrap a{
  
  }
  #single-article .article-body-wrap p a{font-weight: bold;text-decoration: underline;transition-duration: 300ms;}
  #single-article .article-body-wrap a:hover,
  #single-article .article-body-wrap p a:hover{opacity: 0.6;}
  #single-article .article-body-wrap strong{
  
  }
  #single-article .article-body-wrap h3{margin: 60px 0px 30px;font-size: 20px;}
  #single-article .article-body-wrap .caption{font-size: 11px;font-style: italic;margin-top: -20px;}
  #single-article .article-body-wrap img{margin: 20px 0px;width: auto;max-width: 100%;}
  #single-article .article-body-wrap .tate-img{margin: 0 25%;}
  #single-article .article-body-wrap .movie-wrap{padding: 0 0 56.25%;width: 100%;margin: 0 auto 60px;position: relative;height: 0;overflow: hidden;}
  #single-article .article-body-wrap .movie-wrap iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
  #single-article .article-body-wrap .single-table{margin: 60px 0px;}
  #single-article .article-body-wrap .single-table th,
  #single-article .article-body-wrap .single-table tr{text-align: left;}
  #single-article .article-body-wrap .single-table th{
  
  }
  #single-article .article-body-wrap .btn{
    text-align: center;
    margin: 20px 0px;
  }
  #single-article .article-body-wrap .btn a{
      padding: 20px 40px;
      border: solid 1px #151515;
      border-radius: 30px;
      display: inline-block;
      font-size: 12px;
      transition-duration: 300ms;
      background-color: #fff;
      font-weight: bold;
  }
  #single-article .article-body-wrap .btn a:hover{
    background-color: #000;
    opacity: 1;
    color: #fff;
  }
  #single-article .article-body-wrap .single-table tr{
  
  }
  #single-article .article-body-wrap ul{margin: 60px 0px;}
  #single-article .article-body-wrap ul li{}
  #single-article .article-body-wrap ul li p{
      margin-bottom: 0px;
  }
  #single-article .article-body-wrap .info-box{padding: 40px 40px;background-color: #efefef;margin: 60px 0px;margin: 60px 0px 40px;}
  #single-article .article-body-wrap .info-box h3{margin-top: 0px;font-size: 16px;margin: 20px 0px 20px;}
  #single-article .article-body-wrap .info-box p{font-size: 13px;margin-bottom: 20px;}
  #single-article .article-body-wrap .info-box a{
  
  }
  #single-article .article-body-wrap .info-box .caption{
  
  }
  #single-article .article-body-wrap .info-box img{
  
  }
  #single-article .sns-count{margin: 20px 0px 40px 0px;}
  #single-article .sns-count ul{display: flex;justify-content: space-between;}
  #single-article .sns-count ul li{/* padding: 0 1%; */text-align: center;width: calc(33.333% - 1.3%);}
  #single-article .sns-count ul li a{color: #fff;font-size: 12px;font-weight: bold;display: block;width: 100%;text-align: center;outline: 0;cursor: pointer;zoom: 1;padding: 8px 0;border-radius: 30px;display: flex;justify-content: center;transition-duration: 200ms;}
  #single-article .sns-count ul li a:hover{
      opacity: 0.4;
  }
  #single-article .sns-count ul li.fb{
  
  }
  #single-article .sns-count ul li.tw{
  
  }
  #single-article .sns-count ul li.ln{
  
  }
  #single-article .sns-count ul li.fb a{background-color: #3b5998;}
  #single-article .sns-count ul li.tw a{background-color: #3cf;}
  #single-article .sns-count ul li.ln a{background-color: #00c402;}
  
  #single-article .sns-count li a svg {
    width: 16px;
    height: 16px;
  }
  #single-article .sns-count li a svg{
    fill: rgb(255 255 255);
    fill: #fff;
  }
  
/* =================================================================================================
====================================================================================================

/ SINGLE STYLE

====================================================================================================
================================================================================================= */


/* =================================================================================================
====================================================================================================

ARCHIVE STYLE

====================================================================================================
================================================================================================= */

/* 20210422 add style */
.sec-archive-page{
  padding-left: 0px;
  padding-right: 0px;
}

/* 20210422 add style */

.archive-title{
  margin-top: 120px;
}

.tabs{
  width:100%;
  position:relative;
}

.tab-buttons{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tab-buttons .active{
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.tab-buttons span{
  color:#fff;
  background:rgba(0,0,0,0.5);
  cursor:pointer;
  display:block;
  width:30%;
  text-align:center;
  height:80px;
  padding: 18px;
  opacity: 0.4;
  transition: .4s;
}
.tab-content{
  width: 100%;
  background:rgba(0,0,0,0.5);
  display:inline-block;
  color:#fff;
  padding:60px 40px 0px;/* 20210422 add style */
}

.yet{
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

/* =================================================================================================
====================================================================================================

/ ARCHIVE STYLE

====================================================================================================
================================================================================================= */


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

  /* 20210422 add style */

  .flex-btn{
    display: block;
  }

  .miyamasu-btn , .dougen-btn{
    width: 100%;
  }

  .miyamasu-btn a p , .dougen-btn a p{
    text-align: center!important;
  }

  .miyamasu-btn{
    margin-bottom: 20px;
  }

  #about-sec .group00 h3 , .popup-sec .group00 h3{
    font-size: 26px;
  }

  #about-sec .group00 p {
    font-size: 22px;
    text-align: left;
  }


  /* / 20210422 add style */

  /*  20210517 add style */
  .popup-sec .dougen-btn a p , .popup-sec .miyamasu-btn a p{
    font-size: 14px!important;
  }

  .popup-sec .group00 .supplement-btn , .popup-sec .group00 p{
    font-size: 11px;
  }

  .layer_board .square_btn{
    width: 100%;
  }

    /* / 20210517 add style */

    #unit-sec .unit .box {
        width: 100%;
        margin-bottom: 60px;
    }

    #unit-sec .unit .box2{
      margin-top: 0px;
    }

    #sns-sec .sec-inner{
        display: block;
    }
    #sns-sec .tw-wrap{
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0px;
    }
    #sns-sec .facebook-timeline{width: 100%;padding-left: 0px;}
    .sec-inner {
        padding: 60px 20px;
    }
    #about-sec .group01 h2 {
        font-size: 22px;
        text-align: left;
    }
    #about-sec .group01 h2 br{
        display: none;
    }
    #about-sec .group01 p{
        text-align: left;
        font-size: 16px;
    }
    #about-sec .group01 p br{
        display: none;
    }
    #about-sec .group02 h3{
        text-align: left;
        font-size: 18px;
    }
    #about-sec .group02 p{
        text-align: left;
        font-size: 12px;
    }
    #about-sec .group02 p.caption{
        text-align: left;
    }
    #about-sec .group04{
        padding: 20px;
    }
    #unit-sec.schedule-sec .sec-inner h2{
        font-size: 30px;
    }
    #unit-sec .unit{
        margin-bottom: 20px;
        margin-top: 40px;
    }
    #unit-sec.participate-sec .sec-inner h2{
        font-size: 24px;
    }
    #unit-sec.participate-sec .group01,
    #unit-sec.participate-sec .group02 {
        text-align: left;
    }
    #unit-sec.participate-sec .group-wrap{
        padding: 20px;
    }
    #ank.ank-sec .content{
      padding: 30px 20px;
    }
    #ank.ank-sec .content h5{
      text-align: left;
      font-size: 13px;
      margin-bottom: 20px;
    }
    #unit-sec.participate-sec .group03{
        display: block;
    }
    #unit-sec.participate-sec .group03 a{
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    #unit-sec.participate-sec .group04{
      width: 100%;
    }
#top-contact-sec .inner {
    padding: 70px 20px;
}

    #top-contact-sec .btn a{display: block;width: 100%;}
    header .inner{
        padding: 0 20px;
    }
    header h1 {
        width: 60px;
    }
    #unit-sec.schedule-sec .sec-inner {
    padding-bottom: 100px;
}
.anker{
    right: 0px;
    bottom: 0px;
}
.anker a{
    font-size: 10px;
    padding: 20px 20px;
}
#about-sec .group03 .cap{
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
}
#about-sec .group02{
    margin-bottom: 40px;
}
#about-sec .group03 .flex .img{
    width: calc(50% - 10px*1/2);
}
#about-sec .group03 .flex{
  margin-bottom: 10px;
}
.schedule-sec .main-btn a{
  display: block;
  min-width: auto;
}


.tab-buttons span p{
  font-size: 36px!important;
}

}

/* =================================================================================================
====================================================================================================

SINGLE STYLE

====================================================================================================
================================================================================================= */

@media screen and (max-width: 420px) {
    #single-article .inner {
      padding: 40px 20px;
      margin-top: 0px;
      margin-bottom: 40px;
  }
  #single-article .meta-area .tit {
    font-size: 22px;
  }
  #single-article .article-body-wrap p {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 14px;
  }
  #single-article .article-body-wrap .tate-img {
    margin: 0;
  }
  #single-article .article-body-wrap .movie-wrap {
    margin: 0 auto 40px;
  }
  #single-article .article-body-wrap h3 {
    margin: 60px 0px 30px;
    font-size: 18px;
  }
  #single-article .article-body-wrap .info-box {
    padding: 20px;
    margin: 60px 0px 40px;
  }
  #single-fv .inner{
    width: 100%;
    height: auto;
    padding: 60px 0px;
  }
  #single-fv .wrap {
    height: 100%;
  }
  #single-fv .gr-bg{
    height: 100%;
  }
  #single-article .meta-area{
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

/* =================================================================================================
====================================================================================================

/ SINGLE STYLE

====================================================================================================
================================================================================================= */


  .sp-display{
    display: block;
  }

  

}