@charset "utf-8";

#yunomi_wrap_bg img{
	width: 100%;
	vertical-align: middle;
}
#yunomi_wrap_bg{
	background: #d5865f;
}
#yumnomi{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#yumnomi .comingsoon{
	background:#fff;
	text-align:center;
	padding:5%;
	margin:5% auto;
	width:90%;
	font-size:2rem;
	color: #d5865f;
	font-weight: bold;
}
#yumnomi .header_wrap{
}
#yumnomi .next_movie_wrap{
	display: block;
	padding-top: 4%;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 3%;
}
#yumnomi .yunomi_movie {
    position: relative;
    width: 100%;
}
#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 .intro{
}
#yumnomi .main_wrap .next_wrap{
	background: url("../images/next_base_sp.png") no-repeat top center;
	padding-top: 134%;
	position:relative;
	background-size: 90%;
	margin: 5% auto;
}
#yumnomi .main_wrap .next_wrap .next_title{
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 100%;
}
#yumnomi .main_wrap .next_wrap .next_title img{
	display:block;
	margin: 0 auto 0.5%;
	width: 55%;
	/* min-width: 50%; */
}
#yumnomi .main_wrap .next_wrap .next_title .theme{
	color: #c13a1a;
	text-align: start;
	font-size: 4.4vw;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 500;
	font-style: normal;
	/* letter-spacing:0.05em; */
	width: 80%;
	margin: 2% auto 0;
	line-height: 1.7;
}
#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 2%;
}
#yumnomi .main_wrap .next_wrap .next_flex_wrap{
	position: absolute;
	justify-content: center;
	gap: 2%;
	font-weight: bold;
	width: 100%;
}
#yumnomi .main_wrap .next_wrap .next_text_wrap{
	width: 79%;
	margin: 0 auto;
	font-size: 3.4vw;
}
#yumnomi .main_wrap .next_wrap .next_text_wrap .text{
	color: #380900;
	line-height: 1.5em;
}
#yumnomi .main_wrap .archive_wrap{
	display:block;
	margin: 0 auto;
	padding-bottom: 3%;
}
#yumnomi .main_wrap .archive_wrap .archive_title{
	display:block;
	margin: 0 auto 5%;
	width: 60%;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap {
	margin: 0 auto;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a{
	width: 59%;
	display: block;
	margin: 0 auto 5%;
}
#yumnomi .main_wrap .archive_wrap .archive_flex_wrap a img{
	background:#fff;
	padding: 2% 20%;
	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;
}
.pc{
	display: none;
}


/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}


/*swiper*/
#yumnomi .swiper {
    width: 100%;
    padding: 3% 0;
    background-color: #380900;
    /* margin-bottom: 6%; */
    overflow: hidden;
    visibility: hidden;
}
#yumnomi .swiper.swiper-initialized {
    visibility: visible;
}
#yumnomi .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}