@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#by{
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
}
#by a {
	text-decoration: none;
	color: #2b2b2b;
}
#by p {
    margin: 0;
}
#by　a:hover {
	opacity: 1;
}

#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.f-be {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}

#by .subsection {
	margin-bottom: 20%;
}

#by .watchhere {
	border-bottom: hsla(0,0%,0%,1.00) solid 1px;
/*	margin-bottom: 10px;*/
}

#by .subno {
	margin-top: 3%;
}

@media only screen and (min-width: 769px) {
	#by{
		background: #9baa92;
		display: flex;
		font-size: 14px;
	}
}
/*********************************************
                by_header
*********************************************/

#by #by_header {
	position: relative;
	z-index: 999;
}

#by .tit{
	width: 80%;
	background: hsla(0,0%,100%,0.82);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	padding: 5% 3%;
	
}

#by .titimg{
	width: 80%;
	margin: 0 auto 5%;
}

#by .read{
	width: 80%;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	#by #by_header {
		max-width: 1200px;
		margin: 0 auto;
		background: #fff;
		width: 40%;
		position: fixed;
		font-size: 14px;
	}
	
	#by .header_bg{
		background: #9baa92;
	}
	
	#by .tit{
/*		top: 50%;*/
/*		max-width: 450px;*/
	
	}
	#by .titimg{
		width: 60%;
		margin: 0 auto 5%;
	}
}
/*********************************************
              #contents
*********************************************/
#by #contents {
	margin: 0;
	overflow: hidden;
	background: #fff;
	position: relative;
}
#by #contents .read {
	text-align: left;
	margin: 0% 0 14%;
	padding: 6% 5%;
	font-size: 12px;
	border-top: solid 3px #9baa92;
	border-bottom: solid 3px #9baa92;
}
#by #contents section {
	margin-bottom: 20%;
	margin-top: 30%;
}

#by #contents .bgcolor {
	background: #9baa92;
	margin: 0;
	padding: 60% 0 20%;
}

#by #contents section .menu {
	width: 78%;
	margin: 0 auto;
	padding: 7%;
	background: #ededed;
	position: relative;
}

#by #contents section .menu:nth-of-type(1),#by #contents section .menu:nth-of-type(2) {
	margin: 0 auto 20%;
}

#by #contents section .menu .no {
	position: absolute;
	width: 16%;
	top: -10%;
	left: 50%;
	transform:translateX(-50%);
}

#by #contents section .menu a img{
	margin-bottom: 2%;
}

#by #contents section .menu .countArea {
	display: flex;
	align-items: baseline;
	margin: 4% 0;
}
#by #contents section .menu .countArea:nth-of-type(2) {
	margin-bottom: 0;
}
#by #contents section .menu .countArea div:nth-of-type(1) {
	font-size: 12px;
	margin-right: 2%;
	line-height: 1.0;
}
#by #contents section .menu .countArea .countdown {
	font-size: 16px;
	line-height: 1.0;
}
#by #contents section .menu .countArea .countdown-day {
	margin: 0;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-align: center;
	margin-right: .5%;
}
/*********/
#by #contents section .menu:nth-of-type(2)  .countArea {
	margin: 4% 0 0;
}
#by #contents section .menu .cdt {
	margin: 0;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0.08rem;
	margin-right: .5%;
	line-height: 1.0;
}
#by #contents section .menu .cdt .cdt_date small {
	font-size: 16px;
	line-height: 1.0;
	margin: 0 .2%;
}
#by #contents section .menu .cdt .cdt_date small:first-of-type {
	margin-right: 2%;
}

#by .yt{
	margin: 10% auto 15%;
}

#by .yt .movie{
	position: relative;
	width: 80%;
	aspect-ratio: 16 / 9;  /* 動画の縦横比 */
	margin: 3% auto 7%;
}

#by .yt p{
	text-align: center;
}

#by .yt iframe{
 	display: block;
	margin: 1% auto 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 769px) {
	#by #contents {
		margin-left: 40%;
	}

	#by #contents .read {
		text-align: center;
		margin: 0px 0 90px;
		padding: 35px 0;
		font-size: 13px;
	}

	#by #contents section {
		width: 100%;
		padding: 0 10%;
		box-sizing: border-box;
	}
	#by #contents section .menu {
		width: 55%;
		padding: 36px;
		min-width: 270px;
	}
	#by #contents section .menu:nth-of-type(1),#by #contents section .menu:nth-of-type(2){
		margin: 0 auto 10%;
	}
	
	#by #contents .bgcolor{
		padding: 10% 0;
	}
	#by #contents section .menu .countArea div:nth-of-type(1) {
		font-size: 13px;
	}
	
	#by #contents section .menu .no {
		width: 13%;
	}

}
/*******************************
        
*******************************/
#by #contents section .midashi {
	width: 88%;
	margin: 0 auto 15%;
}
#by #contents section .midashi img {
	display: block;
	width: 80%;
	margin: 0 auto 7%;
}
#by .midashi_num{
	width: 30% !important;
	margin: 0 auto;
	margin-bottom: 10%;
}

#by #contents section .about .about-inner {
	width: 86%;
	margin: 0 auto;
}
#by #contents section .about .about-inner p {
	margin: 10% auto 15%;
}
#by #contents section .about .about-inner .video {
	width: 82%;
	margin: 0 auto 4%;
}
#by #contents section .about .about-inner .video video {
	width: 100%;
}

#by #contents .subtit {
	width: 60%;
	margin: 0 auto 5%;
/*	padding: 10% 0;*/
}
#by #contents section .about .about-inner .schedule {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	margin-top: 13%;
	
}

#by .link h4 {
	text-align: center;
	padding: 8% 0;
	font-size: 14px;
}
#by .link a {
	color: #2f2f2f;
    text-decoration: none; 
	line-height: 1.7;
}
#by .link .shop {
	width: 80%;
	margin: 0 auto;
}
#by .link .shop .shopbox:first-of-type {
/*	border-bottom: solid 1px #fff;*/
/*	padding-bottom: 7%;*/
	margin-bottom: 10%;
}
#by .link .shop .shopbox h5 {
	font-weight: 600;
	font-size: 13px;
/*	margin-bottom: 4%;*/
	border-bottom: hsla(0,0%,0%,1.00) 1px solid;
}
#by .link .shop .shopbox div {
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: start;*/
/*	flex-wrap: wrap;*/
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#by .link .shop .shopbox div p {
/*	color: #fff;*/
}
#by .link .shop .shopbox div p:nth-of-type(odd){
/*	width: 32%;*/
}
#by .link .shop .shopbox div p:nth-of-type(even) {
/*
	width: 58%;
	margin-bottom: 5% !important;
*/
}

#by a {
/*
	display: block;
    margin: 0 auto;
*/
}
#by .link .copy {
/*
	display: block;
	text-align: center;
	font-size: 9px;
	margin: 3% 0 5%;
*/
}

#by .present{
	padding: 0 5%;
/*	margin-bottom: 20%;*/
}

#by .present p{
	width: 80%;
	margin: 0 auto 5%;
	text-align: left;
}

#by .presentcolor{
	text-align: center !important;
}

#by .present_kyoto{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:10px;
	margin-bottom: 10%;
}

#by .present_kyoto2 .text{
/*	text-align: center;*/
	margin-bottom: 10px;
}

#by .present_kyoto2_img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

#by .attention{
	font-size: 9px;
/*	margin-left: 5px;*/
}

#by #contents section .about .about-inner .schedule .schedule-inner {
	width: 100%;
	position: relative;
	background: #ededed;
	padding: 10.5% 0 6%;
	border: solid 2px #9baa92;
}
#by #contents section .about .about-inner .schedule .schedule-inner .ttlday {
	position: absolute;
	width: 38%;
	top: -5%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#by #contents section .about .about-inner .schedule .schedule-inner .day {
	display: block;
	width: 50%;
	padding: 10% 0 0;
	margin: 0 auto;
}
#by #contents section .about .about-inner .schedule a {
	display: block;
	margin-top: 7%;
	text-align: center;
	text-decoration: underline;
}
#by #contents section .about .about-inner .time_schedule {
	position: relative;
	border: solid 2px #9baa92;
	border-top: none;
	margin: 0 0 30%;
	width: 100%;
}
#by #contents section .about .about-inner .time_schedule .ts {
	position: absolute;
	width: 62%;
	top: -2%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#by #contents section .about .about-inner .time_schedule .time {
	display: block;
	width: 58%;
	margin: 12% auto 10%;
}

#by .bold{
	font-weight: bold;
}

#by .question{
	font-weight: bold;
	font-size: 25px;
	text-align: center!important;
	display: block;
	letter-spacing: 0.5em;
	
}

#by .secret{
	text-align: center!important;
	display: block;
}

@media only screen and (min-width: 769px) {
	#by #contents section .midashi {
		width: 440px;
		margin: 0 auto 45px;
	}
	
	#by #contents section .midashi {
		width: 88%;
		margin: 0 auto 15%;
	}
	
#by .center {
	text-align: center;
	
	}
	#by #contents section .midashi img {
		display: block;
		width: 80%;
		margin: 0 auto 7%;
		max-width: 500px;
	}
	#by .midashi_num{
		width: 40% !important;
		margin: 0 auto;
		margin-bottom: 10%;
		max-width: 200px;
	}
	#by .attention{
		font-size: 12px;
/*		margin-left: 5px;*/
	}
	#by .question{
		font-size: 35px;
	}
}
/***********/
#by #contents section .howto{
}

#by #contents section .howto h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 4%;
}
#by #contents section .howto .howto-inner {
	
}
#by #contents section .howto .howto-inner .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5% 7%;
	border-bottom: solid 2px #9baa92;
}
#by #contents section .howto .howto-inner .box:first-of-type {
	border-top: solid 2px #9baa92;
}
#by #contents section .howto .howto-inner .box img {
	width: 28%;
}
#by #contents section .howto .howto-inner .box div {
	width: 62%;
}
#by #contents section .howto .howto-inner .box div span {
	display: block;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 2.0;
	color: #9baa92;
}
@media only screen and (min-width: 769px) {
	
	#by #contents section .howto h4 {
		font-size: 25px;
	}
}

/*********************************************
              footer
*********************************************/
footer {
	position: relative;
    padding: 5% 0;
	background: #9baa92;
/*	color: #fff;*/
    letter-spacing:2px;
    font-weight: 600;
    line-height: 1.5;
	z-index: 999;
/*	height: 100px;*/
}
footer .footer-logo {
	width: 52%;
	margin: 9% auto 0%;
	padding-bottom: 2%;
	z-index: 999;
}

	footer .link .copy {
		display: block;
		text-align: center;
		margin: 20px 0 40px;
	}

@media only screen and (min-width: 769px) {
	footer {
		max-width: 1200px;
		width: 70%;
		margin: 0 auto;
		background: #fff;
		color: #111;
		padding: 0% 0 20px;
	}
	footer .link h4 {
		padding: 0 0 48px;
		font-size: 16px;
	}
	footer .link .shop {
		width: 60%;
		margin: 0 auto 70px;
		padding-bottom: 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		border-bottom: solid 1px #9baa92;
	}
	footer .link .shop .shopbox {
		width: 46%;
	}
	footer .link .shop .shopbox:first-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer .link .shop .shopbox:last-of-type {
		padding-left: 5%;
	}
	footer .link .shop .shopbox div p {
		color: #111;
		font-size: 11px;
		line-height: 1.3;
	}
	footer .link .shop .shopbox h5 {
		font-size: 13px;
	}
	footer .link .shop .shopbox div {
		font-size: 11px;
	}
	footer .footer-logo {
		width: 78%;
		max-width: 460px;
		margin: 0 auto;
	}
	footer .link .copy {
		margin: 20px 0 40px;
	}
}


/*********************************************
                js
*********************************************/
#by .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}
#by .paint {
	opacity: 0;
	transition: 1.5s all 0s;
}
#by .paint.ac {
	opacity: 1;
	transform: translate(0);
}
/*********************************************
                view
*********************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    #by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}