@media screen and (max-width: 760px) {


/* common
-------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP" , "YuGothic" , "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	background:linear-gradient(-225deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	background-attachment: fixed;
	color: #333;
	letter-spacing: 1.1px;
    line-height: 1.3;
	font-size: 14px;
}

main::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-position:50% 100%;
	background: linear-gradient(-225deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	background-size:cover;
}
a{
	word-break: break-all;
	color:#41b049
}
h1{
	font-weight: 900;
	color: #41b049;
	font-size: 2.2rem !important;
	text-align: center;
	margin-bottom :70px!important;
}
h1 span{
	font-family:"Roboto";
}
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1s;
	-webkit-transform: scale(1);
            transform: scale(1);
}
.fadein.scrollin {
    opacity : 1.3;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
}
main{
	font-weight: 600;
}
hr{
	border: none;
	margin: 20px 0;
}
hr.goods{
	border: 1px solid #d6d6d6;
}
.spnone{
	display: none;
}
.questionnaire{
	margin: 30px auto 0 auto;
}
.questionnaire img{
	width: 100%;
}


/* container
-------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.box{
	padding: 5% 20px;
}
.box-curve{
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 30px -280px;
    padding: 10% 300px;
	background: #ffffff;
    content: "";
    background-image: radial-gradient(#d8efce 12%, transparent 0);
    background-position: 0 0, 8px 8px;
    background-size: 16px 16px;
	animation: scroll-anim 40s linear infinite;
}
@keyframes scroll-anim {
	0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -1000px 1000px;
  }
}


/* title
-------------------------------------------------------------------- */
#title{
	color: #0cc61d;
	font-size: 50px;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
}
#title img{
	width: 100%;
}
#title a{
	color: #fff;
}
#title .cs{
	font-size:9rem;
	color: #ffffff;
	font-family: "Playfair";
	font-weight: 900;
	margin: 20px 0 120px 0;
}
#title .cs span{
	font-size: 1.5rem;
	font-family: "Noto Sans JP";
}
#top-content{
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center!important;
}
.top-content-midashi{
	background: linear-gradient(300deg, #fff943 0%, #ffdf42 56%, #cfad4d 100%);
        background: -webkit-linear-gradient(300deg, #fff943 0%, #ffdf42 56%, #cfad4d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	font-size: 1.25rem;
	margin-bottom: 30px;
	line-height: 35px;
	letter-spacing: 2px;
}
.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


/* section
-------------------------------------------------------------------- */
.tw {
	position: absolute;
	right: 20px;
	top: 20px;
}

.data {
	background: #0cc61d;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin: 10px 0;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

/* project
-------------------------------------------------------------------- */
#project{
	overflow: hidden;
}
.white-box{
	background: #ffffff;
	box-shadow: 0 0 15px 0px #d8d8d8;
	padding: 30px 20px;
	border-radius: 10px;
	margin: 60px 0 30px 0;
}
.white-box p{
	font-weight: normal;
	line-height: 20px;
}
.white-box h2{
	background: linear-gradient(-225deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	color: #ffffff;
	display: inline-block;
	padding: 8px 0;
	font-size: 15px;
	height: auto;
	font-weight: bold;
	border-radius: 5px;
	margin-top: -80px;
	width: 100%;
	text-align: center;
}
#project .white-box .point{
	margin-bottom: 8px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
#project .white-box .btn{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#project .white-box .btn a{
	position: relative;
	color: #fff;
	padding: 15px 0;
	width: 100%;
	background: #41b049;
	margin: 15px auto;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
}
#project .white-box .btn a::after{
	content: "";
	background-image: url("../imgs/up-right-from-square-solid.svg");
	background-size: 20px 20px;
	right: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}
#onsenfes2024 .btn-grid .btn a {
	margin: 0;
}
#project .archive{
	width: 100%;
	margin: 30px auto;
}
#project .title-box{
	margin: 30px 0;
}
#project h4{
	border-bottom: 2px dotted #41b049;
	padding-bottom: 5px;
	color: #41b049;
	font-size: 1.15rem;
}
#project .title-box .grid{
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	margin: 15px 0;
}
#project .title-box .grid div:nth-child(n+3){
	margin-top: 15px;
}
#project hr{
	margin: 30px 0;
}
#project .archive-grid{
	display: grid;
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
	margin-top: 30px;
}
#project .archive-grid div:nth-child(n+4){
	margin-top: 10px;
}


/* onsenfes
-------------------------------------------------------------------- */
#onsenfes{

}
h1.onsenfes{
	margin: 0 auto;
	text-align: center;
	width:90%;
}
.onsenfes-sub-content{
	text-align: center;
	font-size: 1.05rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 35px;
}
.onsenfes-sub-content span{
	color: #ffef11;
}
.oshifes{
	background: #ffffff;
	padding:50px 15px;
	margin: 30px 0;
	border-radius: 30px;
}
.oshifes h2{
	text-align: center;
	margin: 0 auto;
}
.oshifes h2 img{
	width: 95%;
	margin-bottom: 30px;
}
.oshifes ul{
}
.oshifes ul li{
	text-align: center;
	font-size: 15px;
}
.oshifes ul li h4{
	border-top: 2px dotted #0cc61d;
	border-bottom: 2px dotted #0cc61d;
	display: block;	
	padding: 8px 0;
	margin-bottom: 15px;
	color: #43b149;
}
.oshifes ul li+li{
	margin-top: 35px;
}
.oshifes .catch{
	margin: 50px auto;
	display: block;
  background: linear-gradient(300deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
  background: -webkit-linear-gradient(300deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 30px;
}
.oshifes .day{
	background: linear-gradient(-225deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	margin-top: 30px;
	padding: 6px 0;
	border-radius: 5px;
}
.oshifes .grid{
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	margin: 30px auto;
	max-width: 980px;
}
.oshifes .grid .child{
	margin-bottom: 30px;
}
.oshifes .grid .child img{
	margin-bottom: 20px;
}

.oshifes .grid .child p{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.oshifes .grid .child .title{
	color: #41b049;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
}
.oshifes .time{
	color: #333;
	margin: 0 0 15px 15px;
	position: relative;
	font-weight: bold!important;
	font-size: 16px;
}
.oshifes .time::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 8px;
    background: linear-gradient(to left, #41b049 25%, #fff 25%, #fff 50%, #41b049 50%);
}
.oshifes .cast{
	margin: 10px 0;
}
.oshifes .cast span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.fes-coution .title{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.fes-coution{
	padding: 30px 20px;
	background: #f6f6f6;
	margin:40px 0;
	border-radius: 15px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
}
.fes-coution span{
	text-indent: -1.5em;
	padding-left: .5em;
	display: block;
	margin: 8px 0;
}
.fes-coution span::before{
	content: "・";

}
#onsenfes2024 .btn{
	text-align: center;
	width: 100%;
	margin: 30px auto 0 auto;
}
#onsenfes2024 .btn a{
	position: relative;
	color: #fff;
	padding: 20px 0;
	width: 100%;
	background: #41b049;
	margin: 20px auto;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
}
#onsenfes2024 .btn a::after{
	content: "";
	background-image: url("../imgs/up-right-from-square-solid.svg");
	background-size: 20px 20px;
	right: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}
#onsenfes .grid .child .btn a{
	padding: 10px 0;
	margin: 0 0 30px 0;
}
#oshi-event img{
	margin: 30px auto;
}
.oshi-event-text{
	text-align: left;
	font-size: 15px;
	line-height: 22px;
}
.oshi-event-text span{
	color: #43b149;
}

.goods-grid{
	display: grid;
	grid-template-columns:100%;
	justify-content: space-between;
	margin: 30px 0;
	font-size: 15px;
}
.goods-grid div:nth-child(n+2){
	margin-top: 30px;
}
.goods-grid img{
	width: 100%;
}
.goods-price{
	color: #41b049;
	border-bottom: 1px dotted #41b049;
	padding-bottom:5px;
	margin: 10px 0;
	text-align: right;
}
.goods-title{
	text-align: left;
}
.goods-grid .tokuten{
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
}
.goods-grid .tokuten img{
	width: 100%;
	margin-top: 15px;
}
.oshi-event-programtitle{
	color: #41b049;
	font-size: 16px;
	margin-top: 20px;
}
.streaming-text{
	background: linear-gradient(300deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	background: -webkit-linear-gradient(300deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
}

#onsenfes-aniradi .cast-grid{
	display: grid;
	grid-template-columns: 29% 29% 29%;
	justify-content: space-between;
	margin: 30px 10px;
	gap: 20px 0;
	font-size: 13px;
}
#onsenfes-aniradi .cast-grid .picture{
	width: 300px;
	position: relative;
	width: 100%;
	margin-bottom: 15px ;
}
#onsenfes-aniradi .cast-grid .picture img{
	z-index: 1;
	position: relative;
	border-radius: 10px;
}
.picture::after {
	content: " ";
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-45deg, #fff 25%, #43c3a0 25%, #43c3a0 50%, #fff 50%, #fff 75%, #43c3a0 75%, #43c3a0);
	border-radius: 10px;
	background-size: 5px 5px;
  }
  .stage-content{
	text-align: left;
	font-size: 14px;
	margin: 30px 0;
	line-height: 25px;
}
.stage-content .bold{
	font-weight: bold;
}
.stage-content .goods-grid small{
	line-height: 20px;
}
.coution{
	background: #e0251e;
	text-align: center;
	padding: 3px auto;
	color: #ffffff;
	font-size: 15px;
	margin: 15px 0;
}
.shirt-grid{
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	margin: 20px 0;
	gap: 20px;
	font-size: 13px;
	line-height: 20px;
}
.press{
	color: #e0251e;
}
.accent{
	color: #41b049;
	font-size: 13px;
}
dl.accordion {
    margin:0 auto;
	text-align: center;
  }
dl.accordion dt {
	background: #ecfaec;
	color: #41b049;
    line-height:40px;
    cursor:pointer;
	margin:12px 0;
	font-size: 14px;
	line-height: 25px;
}
dl.accordion dd {
    margin:20px 10px;
    line-height:1.5;
    display:none;
	text-align: left;
	font-size: 13px;
}
.qa dl.accordion {
    text-align: left;
}
.live-title{
	background: linear-gradient(-225deg, #41b049 0%, #43c3a0 56%, #61ebd2 100%);
	border-radius: 20px;
	display: inline-block;
	padding: 5px 20px;
	margin:30px 0 10px 0;
	color: #fff;
	font-size: 13px;
}
.newtitle-tab{
	position: fixed;
	background: #f3f022;
	color: #41b049;
	padding: 10px;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	border-radius: 6px 0 0 6px;
	bottom: 5%;
	right: 0;
	z-index: 3;
	font-size: 13px;
}



/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


/* accordion 
-------------------------------------------------------------------- */
.accordionTitle {
	cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
	background: rgba( 255, 255, 255, 0.7 );
	display: none;
	margin: 20px 0;
	padding: 20px;
}


}

