@charset "utf-8";
#yunomi_wrap_bg img{
	width: 100%;
	vertical-align: middle;
}
#yunomi_wrap_bg{
	background: #d5865f;
}
#yumnomi{
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#yumnomi .comingsoon{
	background:#fff;
	text-align:center;
	padding:5%;
	margin:5% auto;
	font-size:2rem;
	color: #d5865f;
	font-weight: bold;
}
#yumnomi .header_wrap{
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: -6px;
}
#yumnomi .next_movie_wrap{
	justify-content: center;
	margin: 0 auto;
	width: 40%;
}
#yunomi .yunomi_movie {
    position: relative;
}
#yumnomi .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#yumnomi .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#yumnomi .main_wrap {
	background-image: url("../images/bg.jpg");
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: repeat;
}
#yumnomi .main_wrap .next_wrap{
	background: url(../images/next_base.png) no-repeat top center;
	padding-top: 34%;
	position:relative;
	background-size: 81%;
	margin: 5% auto;
}
#yumnomi .main_wrap .next_wrap .next_title{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 70%;
}
#yumnomi .main_wrap .next_wrap .next_title img{
	display:block;
	margin: 0 auto 0.5%;
	width: 35%;
	min-width: 250px;
}
#yumnomi .main_wrap .next_wrap .next_title .theme{
	color: #c13a1a;
	text-align:center;
	padding:1%;
	font-weight:bold;
	margin-bottom:2%;
	font-size: clamp(11px, 1.9vw, 25px);
	font-family: "Yusei Magic", sans-serif;
	font-weight: 500;
	font-style: normal;
	/* letter-spacing:0.05em; */
}
#yumnomi .main_wrap .next_wrap .next_title .theme>span{
  background-image: repeating-linear-gradient(-45deg, #ffdd7f 0, #ffdd7f 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% .5em;
  padding: 0 1%;
}
#yumnomi .main_wrap .next_wrap .next_flex_wrap{
	position: absolute;
	display: flex;
	justify-content: center;
	gap: 2%;
	font-weight: bold;
	width: 100%;
	align-items: center;
}
#yumnomi .main_wrap .next_wrap .next_text_wrap{
	width: 59%;
}
#yumnomi .main_wrap .next_wrap .next_text_wrap .date{
	color: #c13a1a;
	font-size: 1.6em;
	padding-bottom: 0.6em;
}
#yumnomi .main_wrap .next_wrap .next_text_wrap .text{
	color: #380900;
	line-height: 1.5em;
	font-size: clamp(9px, 1.5vw, 16px);
}
#yumnomi .main_wrap .archive_wrap{
	display:block;
	margin: 0 auto;
	padding-bottom: 3%;
}
#yumnomi .main_wrap .archive_wrap .archive_title{
	padding-bottom: 1%;
	display:block;
	margin:0 auto;
	min-width: 260px;
	width: 24.5%;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
	align-items: start;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a{
	width: 25%;
	margin:2%;
	min-width: 210px;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a:hover{
	opacity:0.7;

}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a img{
	background:#fff;
	padding: 2% 5%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.topics {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 21px;
  border-radius: 9999px;
  background-color: #7700bd;
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
}
.topics::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #7700bd;
  translate: -50% -100%;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a p{
	text-decoration: none;
	color: #380900;
	font-weight: 800;
	margin-top: 3%;
	text-align: center;
}
.sp{
	display: none;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}


/*swiper*/
#yumnomi .swiper {
    width: 100%;
    padding: 2% 0;
    background-color: #380900;
    /* margin-bottom: 4%; */
    overflow: hidden;
    visibility: hidden;
}

#yumnomi .swiper.swiper-initialized {
    visibility: visible;
    max-width: 1280px;
}
#yumnomi .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}