@charset "UTF-8";
:root{
	--body : #333;
	--link : #333;
}
/*--------------------------------------------
MAIN VISUAL
---------------------------------------------*/
#mv .slick-dots{
	display : flex;
	justify-content : center;
	align-items : center;
	z-index : 5;
	position : relative;
}
#mv .slick-dots li{
	font-size : 0;
}
#mv .slick-dots li{
	font-size : 0;
}
#mv .slick-dots button{
	color : transparent;
	border-radius : 50%;
	font-size : 0;
	cursor : pointer;
}
#mv .slick-dots button{
	background-color : #dbdbdb;
}
#mv .slick-dots .slick-active button{
	background-color : #802077;
}
@media screen and (max-width: 768px){
  #mv,
  #search,
  #links {
    background-color: white;
  }
	#mv{
		padding-bottom : calc( 68 * 100vw / 750 );
	}
	#mv .slick-slide img{
		height : calc( 800 * 100vw / 750 );
	}
	#mv .slick-dots{
		margin-top : calc( 20 * 100vw / 750 );
	}
	#mv .slick-dots li{
		margin-left : calc( 4 * 100vw / 750 );
		margin-right : calc( 4 * 100vw / 750 );
	}
	#mv .slick-dots button{
		width : calc( 20 * 100vw / 750 );
		height : calc( 20 * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	#mv .slide-arrow{
		position : absolute;
		z-index : 5;
		cursor : pointer;
		top : 50%;
		transform : translateY(-50%);
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#mv{
		padding-bottom : calc( 78 * 100vw / 1366 );
	}
	#mv .slick-slide img{
		height : calc( 500 * 100vw / 1366 );
		width : auto;
	}
	#mv .slick-arrow{
		height : calc( 48 * 100vw / 1366 );
	}
	#mv .prev-arrow{
		left : calc( 140 * 100vw / 1366 );
	}
	#mv .next-arrow{
		right : calc( 140 * 100vw / 1366 );
	}
	#mv .slick-dots{
		margin-top : calc( 10 * 100vw / 1366 );
	}
	#mv .slick-dots li{
		margin-left : calc( 5 * 100vw / 1366 );
		margin-right : calc( 5 * 100vw / 1366 );
	}
	#mv .slick-dots button{
		width : calc( 12 * 100vw / 1366 );
		height : calc( 12 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#mv{
		padding-bottom : 78px;
	}
	#mv .slick-slide img{
		height : 500px;
		width : auto;
	}
	#mv .slick-arrow{
		height : 48px;
	}
	#mv .prev-arrow{
		left : 140px;
	}
	#mv .next-arrow{
		right : 140px;
	}
	#mv .slick-dots{
		margin-top : 10px;
	}
	#mv .slick-dots li{
		margin-left : 5px;
		margin-right : 5px;
	}
	#mv .slick-dots button{
		width : 12px;
		height : 12px;
	}
}
/*--------------------------------------------
SEARCH
---------------------------------------------*/
#search .box{
	background-color : #802077;
}
#search h2{
	color : #fff;
	background-image : url("/ren1909/images/ui/icon/seaech_store02.png");
	background-repeat : no-repeat;
	display : flex;
	flex-direction : column;
	justify-content : center;
	background-position-x : 0;
	font-weight : 700;
}
#search h2 span:nth-of-type(1){
	color : #fff;
}
#search h2 span:nth-of-type(2){
	color : #ffd800;
}
#search a{
	background-color : #fff;
	color : #802077;
	font-weight : 700;
	background-image : url("/ren1909/images/ui/icon/search.png");
	background-position-y : center;
	position : relative;
	background-repeat : no-repeat;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	backface-visibility : hidden;
	will-change : opacity;
	transition : opacity .3s ease-in;
}
#search a:hover{
	opacity : .7;
}
@media screen and (max-width: 768px){
	#search .wrap{
		padding-bottom : calc( 40 * 100vw / 750 );
	}
	#search .box{
		border-radius : calc( 10 * 100vw / 750 );
		padding-top : calc( 40 * 100vw / 750 );
		padding-bottom : calc( 50 * 100vw / 750 );
		padding-left : calc( 40 * 100vw / 750 );
		padding-right : calc( 40 * 100vw / 750 );
	}
	#search h2{
		height : calc( 142 * 100vw / 750 );
		padding-left : calc( 167 * 100vw / 750 );
		background-size : auto calc( 142 * 100vw / 750 );
	}
	#search h2 span:nth-of-type(1){
		font-size : calc( 40 * 100vw / 750 );
	}
	#search h2 span:nth-of-type(2){
		font-size : calc( 45 * 100vw / 750 );
		margin-top : calc( 9 * 100vw / 750 );
	}
	#search a{
		margin-top : calc( 40 * 100vw / 750 );
		font-size : calc( 40 * 100vw / 750 );
		width : 100%;
		height : calc( 90 * 100vw / 750 );
		border-radius : calc( 45 * 100vw / 750 );
		background-position-x : calc( 14 * 100vw / 750 );
		background-size : auto calc( 70 * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	#search .box{
		display : flex;
		align-items : center;
		justify-content : space-between;
	}
	#search h2{
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#search .wrap{
		padding-bottom : calc( 20 * 100vw / 1366 );
	}
	#search .box{
		border-radius : calc( 10 * 100vw / 1366 );
		padding-top : calc( 21 * 100vw / 1366 );
		padding-bottom : calc( 21 * 100vw / 1366 );
		padding-left : calc( 153 * 100vw / 1366 );
		padding-right : calc( 153 * 100vw / 1366 );
	}
	#search h2{
		height : calc( 98 * 100vw / 1366 );
		padding-left : calc( 109 * 100vw / 1366 );
		background-size : auto calc( 98 * 100vw / 1366 );
	}
	#search h2 span:nth-of-type(1){
		font-size : calc( 24 * 100vw / 1366 );
	}
	#search h2 span:nth-of-type(2){
		font-size : calc( 38 * 100vw / 1366 );
		margin-top : calc( 5 * 100vw / 1366 );
	}
	#search a{
		font-size : calc( 24 * 100vw / 1366 );
		width : calc( 450 * 100vw / 1366 );
		height : calc( 70 * 100vw / 1366 );
		border-radius : calc( 35 * 100vw / 1366 );
		padding-left : calc( 18 * 100vw / 1366 );
		background-position-x : calc( 10 * 100vw / 1366 );
		background-size : auto calc( 53 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#search .wrap{
		padding-bottom : 20px;
	}
	#search .box{
		border-radius : 10px;
		padding-top : 21px;
		padding-bottom : 21px;
		padding-left : 153px;
		padding-right : 153px;
	}
	#search h2{
		height : 98px;
		padding-left : 109px;
		background-size : auto 98px;
	}
	#search h2 span:nth-of-type(1){
		font-size : 24px;
	}
	#search h2 span:nth-of-type(2){
		font-size : 38px;
		margin-top : 5px;
	}
	#search a{
		font-size : 24px;
		width : 450px;
		height : 70px;
		border-radius : 35px;
		padding-left : 18px;
		background-position-x : 10px;
		background-size : auto 53px;
	}
}
/*--------------------------------------------
LINKS
---------------------------------------------*/
#links li{
	background-size : contain;
	background-position : 0 0;
	background-repeat : no-repeat;
	text-align : center;
}
#links h2{
	font-weight : 700;
}
#links li:nth-child(1) h2{
	color : #EC4D7D;
}
#links li:nth-child(2) h2{
	color : #EB7B00;
}
#links li:nth-child(3) h2{
	color : #0DAB95;
}
#links li:nth-child(4) h2{
	color : #1CA8CA;
}
#links li:nth-child(5) h2{
	color : #948c00;
}
#links li:nth-child(6) h2{
	color : #589cd9;
}
#links li{
	backface-visibility : hidden;
	will-change : opacity;
	transition : opacity .3s ease-in;
}
#links li:hover{
	opacity : .9;
}
#links a{
	display : block;
	width : 100%;
	height : 100%;
}
@media screen and (max-width: 768px){
  #links {
    padding-bottom: 10vh;
  }
	#links li{
		height : calc( 360 * 100vw / 750 );
		width : 100%;
	}
	#links li + li{
		margin-top : calc( 20 * 100vw / 750 );
	}
	#links li a{
		padding-top : calc( 190 * 100vw / 750 );
	}
	#links li:nth-child(1){
		background-image : url("/ren1909/images/home/link02_sp.png");
	}
	#links li:nth-child(2){
		background-image : url("/ren1909/images/home/link07_sp.png");
	}
	#links li:nth-child(3){
		background-image : url("/ren1909/images/home/link01_sp.png");
	}
	#links li:nth-child(4){
		background-image : url("/ren1909/images/home/link03_sp.png");
	}
	#links li:nth-child(5){
		background-image : url("/ren1909/images/home/link05_sp.png");
	}
	#links li:nth-child(6){
		background-image : url("/ren1909/images/home/link06_sp.png");
	}
	#links h2{
		font-size : calc( 40 * 100vw / 750 );
	}
	#links p{
		font-size : calc( 30 * 100vw / 750 );
		line-height : 1.33;
		margin-top : calc( ( 16 - 5 ) * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	#links ul{
		display : flex;
		flex-wrap : wrap;
		justify-content : space-between;
	}
	#links li:nth-child(1){
		background-image : url("/ren1909/images/home/link02_pc.png");
	}
	#links li:nth-child(2){
		background-image : url("/ren1909/images/home/link07_pc.png");
	}
	#links li:nth-child(3){
		background-image : url("/ren1909/images/home/link08_pc.png");
	}
	#links li:nth-child(4){
		background-image : url("/ren1909/images/home/link03_pc.png");
	}
	#links li:nth-child(5){
		background-image : url("/ren1909/images/home/link05_pc.png");
	}
	#links li:nth-child(6){
		background-image : url("/ren1909/images/home/link06_pc.png");
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#links{
		padding-bottom : calc( 108 * 100vw / 1366 );
	}
	#links li{
		height : calc( 280 * 100vw / 1366 );
	}
	#links li:nth-child(-n + 2){
		width : calc( 633 * 100% / 1286 );
	}
	#links li:nth-child(-n + 2) a{
		padding-top : calc( 166 * 100vw / 1366 );
	}
	#links li:nth-child(n+3){
		width : calc( 306 * 100% / 1286 );
		margin-top : calc( 20 * 100vw / 1366 );
	}
	#links li:nth-child(n+3) a{
		padding-top : calc( 163 * 100vw / 1366 );
	}
	#links h2{
		font-size : calc( 22 * 100vw / 1366 );
	}
	#links p{
		font-size : calc( 16 * 100vw / 1366 );
		line-height : 1.5;
		margin-top : calc( ( 14 -4 ) * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#links{
		padding-bottom : 108px;
	}
	#links li{
		height : 280px;
	}
	#links li:nth-child(-n + 2){
		width : 633px;
	}
	#links li:nth-child(-n + 2) a{
		padding-top : 166px;
	}
	#links li:nth-child(n+3){
		width : 306px;
		margin-top : 20px;
	}
	#links li:nth-child(n+3) a{
		padding-top : 163px;
	}
	#links h2{
		font-size : 22px;
	}
	#links p{
		font-size : 16px;
		line-height : 1.5;
		margin-top : calc( 14px - 4px );
	}
}
#asides .box{
	background-color : #fff;
}
#asides h3{
	text-align : center;
	font-weight : 700;
	color : #802077;
}
@media screen and (max-width: 768px){
	#asides{
		background-image : url("/ren1909/images/home/bg_body_sp.png");
    background-size: contain;
    padding-top : calc( 500 * 100vw / 750 );
  }
  /*
  #asides:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100vw;
    height: 100vh;
    background: url("/ren1909/images/home/bg_body_sp.png") center center / auto calc( 500 * 100vw / 750 ) no-repeat;
  }
  */
	#asides .wrap{
		padding-left : 0;
		padding-right : 0;
	}
	#asides .box{
		padding-top : calc( 110 * 100vw / 750 );
		padding-bottom : calc( 240 * 100vw / 750 );
	}
	#asides h3{
		font-size : calc( 50 * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	#asides{
		background-image : url("/ren1909/images/home/bg_body.png");
		background-repeat : no-repeat;
    background-position : top center;
		padding-top : 320px;
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#asides{
		/* background-size : auto calc( 460 * 100vw / 1366 ); */
	}
	#asides .box{
		border-radius : calc( 20 * 100vw / 1366 ) calc( 20 * 100vw / 1366 ) 0 0;
		padding-top : calc( 50 * 100vw / 1366 );
		padding-bottom : calc( 180 * 100vw / 1366 );
		padding-left : calc( 156 * 100vw / 1366 );
		padding-right : calc( 156 * 100vw / 1366 );
	}
	#asides h3{
		font-size : calc( 26 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#asides{
		background-size : auto 460px;
		padding-top : 320px;
	}
	#asides .box{
		border-radius : 20px 20px 0 0;
		padding-top : 50px;
		padding-bottom : 180px;
		padding-left : 156px;
		padding-right : 156px;
	}
	#asides h3{
		font-size : 26px;
	}
}
/*--------------------------------------------
BANNER
---------------------------------------------*/
#banners #slider02 .slide-arrow{
	position : absolute;
	z-index : 5;
	cursor : pointer;
}
#banners picture img{
	width : 100%;
	height : auto;
}
#banners a{
	display : block;
}
#banners a:hover{
	backface-visibility : hidden;
	will-change : opacity;
	transition : opacity .3s ease-in;
}
#banners a:hover:hover{
	opacity : .7;
}
@media screen and (max-width: 768px){
	#banners{
		margin-top : calc( 90 * 100vw / 750 );
	}
	#banners div.slick-slide{
		width : calc( 510 * 100vw / 750 );
		margin-left : calc( 20 * 100vw / 750 );
		margin-right : calc( 20 * 100vw / 750 );
	}
	#banners h4{
		font-size : calc( 28 * 100vw / 750 );
		line-height : 1.43;
		margin-top : calc( ( 29 - 6 ) * 100vw / 750 );
	}
	#banners .slick-arrow{
		top : calc( 108 * 100vw / 750 );
		height : calc( 50 * 100vw / 750 );
	}
	#banners .prev-arrow{
		left : calc( 60 * 100vw / 750 );
	}
	#banners .next-arrow{
		right : calc( 60 * 100vw / 750 );
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#banners{
		margin-top : calc( 40 * 100vw / 1366 );
	}
	#banners div.slick-slide{
		width : calc( 230 * 100vw / 1366 );
		margin-left : calc( 10 * 100vw / 1366 );
		margin-right : calc( 10 * 100vw / 1366 );
	}
	#banners h4{
		font-size : calc( 14 * 100vw / 1366 );
		line-height : 1.43;
		margin-top : calc( ( 12 - 3 ) * 100vw / 1366 );
	}
	#banners .slick-arrow{
		top : calc( 50 * 100vw / 1366 );
		height : calc( 20 * 100vw / 1366 );
	}
	#banners .prev-arrow{
		left : calc( -34 * 100vw / 1366 );
	}
	#banners .next-arrow{
		right : calc( -34 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#banners{
		margin-top : 40px;
	}
	#banners div.slick-slide{
		width : 230px;
		margin-left : 10px;
		margin-right : 10px;
	}
	#banners h4{
		font-size : 14px;
		line-height : 1.43;
		margin-top : calc( 12px - 3px );
	}
	#banners .slick-arrow{
		top : 50px;
		height : 20px;
	}
	#banners .prev-arrow{
		left : -34px;
	}
	#banners .next-arrow{
		right : -34px;
	}
}
/*--------------------------------------------
SNSLINK
---------------------------------------------*/
#snslink ul{
  display: flex;
}
@media screen and (max-width: 768px){
  #snslink {
    margin-top: calc( ( 98 - 6 ) * 100vw / 750 );
  }
  #snslink ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #snslink ul li {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  #snslink ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px){
  #snslink {
    margin-top: calc( ( 100 - 30 ) * 100vw / 1366 );
  }
  #snslink ul li {
    margin-right: 20px;
  }
  #snslink ul li:last-child {
    margin-right: 0;
  }
}
/*--------------------------------------------
TOPICS
---------------------------------------------*/
#topics > ul > li{
	position : relative;
}
#topics > ul > li > p{
	position : absolute;
	background : url("/ren1909/images/home/bg_pickup.png") 0 0 / contain no-repeat;
	color : #802077;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	font-weight : 700;
}
#topics h4{
	background-color : #802077;
}
#topics h4 > span:nth-of-type(1){
	color : #ffd800;
	line-height : 1;
	display : block;
}
#topics h4 > span:nth-of-type(2){
	color : #fff;
	font-weight : 700;
	display : block;
}
#topics > ul > li > a{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	background-repeat : no-repeat;
	background-position-y : center;
}
#topics time{
	color : #a1a1a1;
}
#topics li li a:hover h5{
	text-decoration : underline;
}
@media screen and (max-width: 768px){
	#topics{
		margin-top : calc( ( 98 - 6 ) * 100vw / 750 );
		padding-left : calc( 40 * 100% / 750 );
		padding-right : calc( 40 * 100% / 750 );
	}
	#topics > ul > li + li{
		margin-top : calc( 80 * 100vw / 750 );
	}
	#topics > ul > li > p{
		font-size : calc( 27 * 100vw / 750 );
		width : calc( 100 * 100vw / 750 );
		height : calc( 96 * 100vw / 750 );
		top : calc( -25 * 100vw / 750 );
		left : calc( 295 * 100vw / 750 );
		padding-left : calc( 4 * 100vw / 750 );
	}
	#topics h4{
		border-radius : calc( 10 * 100vw / 750 );
		padding-left : calc( 30 * 100% / 670 );
		padding-left : calc( 30 * 100% / 670 );
		padding-top : calc( 23 * 100vw / 750 );
		padding-bottom : calc( 23 * 100vw / 750 );
	}
	#topics h4 > span:nth-of-type(1){
		font-size : calc( 26 * 100vw / 750 );
	}
	#topics h4 > span:nth-of-type(2){
		font-size : calc( 40 * 100vw / 750 );
		margin-top : calc( 15 * 100vw / 750 );
		line-height : 1;
	}
	#topics ul ul{
		margin-top : calc( 40 * 100vw / 750 );
	}
	#topics ul ul li + li{
		margin-top : calc( ( 40 - 5 ) * 100vw / 750 );
	}
	#topics time{
		font-size : calc( 30 * 100vw / 750 );
		display : block;
	}
	#topics h5{
		margin-top : calc( ( 10 - 5 ) * 100vw / 750 );
		font-size : calc( 30 * 100vw / 750 );
		line-height : 1.33;
	}
	#topics > ul > li > a{
		width : calc( 500 * 100vw / 750 );
		height : calc( 90 * 100vw / 750 );
		margin-left : auto;
		margin-right : auto;
		font-size : calc( 30 * 100vw / 750 );
		border-radius : calc( 45 * 100vw / 750 );
		background-size : auto calc( 25 * 100vw / 750 );
		background-position-x : calc( 445 * 100vw / 750 );
		border : 1px solid rgba(98,98,98,.7);
		background-image : url("/ren1909/images/ui/icon/arrow_purple.png");
		margin-top : calc( ( 59 - 5 ) * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	#topics > ul > li{
		display : flex;
		align-items : flex-start;
	}
	#topics h4{
		flex-shrink : 0;
	}
	#topics > ul > li > a{
		border : 1px solid #fff;
		color : #fff;
		background-image : url("/ren1909/images/ui/icon/arrow_white.png");
		position : absolute;
		backface-visibility : hidden;
		will-change : color , background-color;
		transition : color .3s ease-in , background-color .3s ease-in;
	}
	#topics > ul > li > a:hover{
		color : #802077;
		background-color : #fff;
		background-image : url("/ren1909/images/ui/icon/arrow_on.png");
	}
	#topics ul ul{
		width : 100%;
		flex-grow : 1;
	}
  #topics ul ul a,
  #topics ul ul span{
		display : flex;
		align-items : flex-start;
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	#topics{
		margin-top : calc( ( 100 - 30 ) * 100vw / 1366 );
	}
	#topics > ul > li + li{
		margin-top : calc( 50 * 100vw / 1366 );
	}
	#topics > ul > li > p{
		font-size : calc( 14 * 100vw / 1366 );
		width : calc( 51 * 100vw / 1366 );
		height : calc( 49 * 100vw / 1366 );
		top : calc( -22 * 100vw / 1366 );
		left : calc( 85 * 100vw / 1366 );
		padding-left : calc( 2 * 100vw / 1366 );
	}
	#topics h4{
		width : calc( 130 * 100vw / 1366 );
		height : calc( 150 * 100vw / 1366 );
		border-radius : calc( 5 * 100vw / 1366 );
		padding-top : calc( 15 * 100vw / 1366 );
		padding-left : calc( 15 * 100vw / 1366 );
		padding-right : calc( 15 * 100vw / 1366 );
	}
	#topics h4 > span:nth-of-type(1){
		font-size : calc( 13 * 100vw / 1366 );
	}
	#topics h4 > span:nth-of-type(2){
		font-size : calc( 16 * 100vw / 1366 );
		line-height : 1.19;
		margin-top : calc( ( 7 - 1.5 ) * 100vw / 1366 );
	}
	#topics h4 > span:nth-of-type(2) span{
		font-size : calc( 12 * 100vw / 1366 );
	}
	#topics > ul > li > a{
		left : calc( 10 * 100vw / 1366 );
		top : calc( 120 * 100vw / 1366 );
		width : calc( 110 * 100vw / 1366 );
		height : calc( 20 * 100vw / 1366 );
		font-size : calc( 14 * 100vw / 1366 );
		border-radius : calc( 10 * 100vw / 1366 );
		background-size : auto calc( 10 * 100vw / 1366 );
		background-position-x : calc( 94 * 100vw / 1366 );
	}
	#topics ul ul{
		margin-left : calc( 20 * 100vw / 1366 );
	}
	#topics ul ul li + li{
		margin-top : calc( ( 16 - 2 ) * 100vw / 1366 );
	}
	#topics time{
		font-size : calc( 16 * 100vw / 1366 );
	}
	#topics h5{
		margin-top : calc( -2 * 100vw / 1366 );
		font-size : calc( 16 * 100vw / 1366 );
		line-height : 1.25;
		margin-left : calc( 17 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	#topics{
		margin-top : calc( 100px - 3px );
	}
	#topics > ul > li + li{
		margin-top : 50px;
	}
	#topics > ul > li > p{
		font-size : 14px;
		width : 51px;
		height : 49px;
		top : -22px;
		left : 85px;
		padding-left : 2px;
	}
	#topics h4{
		width : 130px;
		height : 150px;
		border-radius : 5px;
		padding-top : 15px;
		padding-left : 15px;
		padding-right : 15px;
	}
	#topics h4 > span:nth-of-type(1){
		font-size : 13px;
	}
	#topics h4 > span:nth-of-type(2){
		font-size : 16px;
		line-height : 1.19;
		margin-top : calc( 7px - 1.5px );
	}
	#topics h4 > span:nth-of-type(2) span{
		font-size : 12px;
	}
	#topics > ul > li > a{
		left : 10px;
		top : 120px;
		width : 110px;
		height : 20px;
		font-size : 14px;
		border-radius : 10px;
		background-size : auto 10px;
		background-position-x : 94px;
	}
	#topics ul ul{
		margin-left : 20px;
	}
	#topics ul ul a{
		display : flex;
		align-items : flex-start;
	}
	#topics ul ul li + li{
		margin-top : calc( 16px - 2px );
	}
	#topics time{
		font-size : 16px;
	}
	#topics h5{
		margin-top : -2px;
		font-size : 16px;
		line-height : 1.25;
		margin-left : 17px;
	}
}

/*--------------------------------------------
columnTag
---------------------------------------------*/
.columnTag{
	color : #802077;
	font-weight : 700;
	display: inline-block;
	position: relative;
}
.columnTag.current{
	background : #ffd800;
}
@media screen and (max-width: 768px){
	.columnTag{
		background : url(/ren1909/images/column/tag_bg01_sp.png) no-repeat center right;
		background-size : auto calc( 60 * 100vw / 750 );
		border : calc( 2 * 100vw / 750 ) solid #802077;
		border-right : none;
		font-size : calc( 28 * 100vw / 750 );
		line-height : calc( 56 * 100vw / 750 );
		padding-left : calc( 17 * 100vw / 750 );
		padding-right : calc( 40 * 100vw / 750 );
	}
	.columnTag.current{
		background : url(/ren1909/images/column/tag_bg02_sp.png) no-repeat center right;
		background-size : auto calc( 60 * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	.columnTag{
		background : url(/ren1909/images/column/tag_bg01.png) no-repeat center right;
		background-size : auto calc( 30 * 100vw / 1366 );
		border : 1px solid #802077;
		border-right : none;
		font-size : calc( 14 * 100vw / 1366 );
		line-height : calc( 28 * 100vw / 1366 );
		padding-left : calc( 17 * 100vw / 1366 );
		padding-right : calc( 30 * 100vw / 1366 );
	}
	.columnTag.current{
		background : url(/ren1909/images/column/tag_bg02.png) no-repeat center right;
		background-size : auto calc( 30 * 100vw / 1366 );
	}
}

/*--------------------------------------------
columnList01
---------------------------------------------*/
.columnList01{
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
}
.columnList01 a {
  display : block;
  width : 100%;
  height : 100%;
  position : relative;
  transition: opacity .3s ease-in;
}
.columnList01 img {
  width : 100%;
  height : auto;
}
.columnList01 .cat{
  color : #802077;
  font-weight : 700;
  text-align : center;
}
.columnList01 .ttl{
  font-weight : 700;
}
@media screen and (max-width: 768px){
  .columnList01 li{
    margin-top : calc( 60 * 100vw / 750 );
  }
  .columnList01 a{
    /*
    border-radius : calc( 20 * 100vw / 750 );
    border-top-left-radius: 0;
    overflow: hidden;
    border : calc( 2 * 100vw / 750 ) solid #999;
    */
    display: flex;
    flex-wrap: nowrap;
    margin: 0 calc( 41 * 100vw / 750 );
    width: calc( 100vw - (164 * 100vw / 750 ));
    max-height: 138px;
  }
  .columnList01 picture {
    width: 50%;
    border-bottom-left-radius : calc( 20 * 100vw / 750 );
    border : calc( 2 * 100vw / 750 ) solid #999;
    border-right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    max-height: 138px;
  }
  .columnList01 picture img {
    width : auto;
    height : 100%;
    max-height: 138px;
  }
  .columnList01 .inr{
    padding : calc( 18 * 100vw / 750 );
    padding-top: 0;
    width: 50%;
    border-top-right-radius : calc( 20 * 100vw / 750 );
    border-bottom-right-radius : calc( 20 * 100vw / 750 );
    border : calc( 2 * 100vw / 750 ) solid #999;
    border-left: 0;
    overflow: hidden;
    background-color: #fff;
  }
  .columnList01 .columnTag {
      position : absolute;
      top : calc( -20 * 100vw / 750 );
      left: 0;
  }
  .columnList01 .cat{
    border : calc( 2 * 100vw / 750 ) solid #802077;
    border-radius : calc( 44 * 100vw / 750 );
    font-size : calc( 28 * 100vw / 750 );
    /*width : calc( 220 * 100vw / 750 );*/
    padding : calc( 14 * 100vw / 750 ) calc( 13 * 100vw / 750 ) calc( 17 * 100vw / 750 );
    margin : calc( 20 * 100vw / 750 ) auto 0 auto;
  }
  .columnList01 .ttl{
    font-size : calc( 30 * 100vw / 750 );
    line-height : calc( 40 / 30 );
    margin-top : calc( 15 * 100vw / 750 );
  }
  .columnList01 .txt{
    display : none;
    font-size : calc( 30 * 100vw / 750 );
    line-height : calc( 40 / 30 );
    margin-top : calc( 10 * 100vw / 750 );
  }
  .columnList01 .data{
    font-size : calc( 30 * 100vw / 750 );
    margin-top : calc( 15 * 100vw / 750 );
  }
}
@media print,screen and (min-width: 769px){
  .columnList01 li{
    width : calc( 293 * 100vw / 1366 );
    margin-top : calc( 30 * 100vw / 1366 );
  }
  .columnList01 a{
    border-radius : calc( 10 * 100vw / 1366 );
    border : 1px solid #999;
    background-color: #fff;
  }
  .columnList01 picture img{
    border-radius : calc( 10 * 100vw / 1366 ) calc( 10 * 100vw / 1366 ) 0 0;
  }
  .columnList01 .inr{
    padding : calc( 18 * 100vw / 1366 );
    padding-bottom : calc( 25 * 100vw / 1366 );
    padding-top: 0;
  }
  .columnList01 .columnTag {
      position : absolute;
      top : calc( -10 * 100vw / 1366 );
      left: -1px;
  }
  .columnList01 .cat{
    border : 1px solid #802077;
    border-radius : calc( 15 * 100vw / 1366 );
    font-size : calc( 14 * 100vw / 1366 );
    display: inline-block;
    padding : calc( 17 * 100vw / 1366 );
    padding-top : calc( 7 * 100vw / 1366 );
    padding-bottom : calc( 7 * 100vw / 1366 );
    margin-top : calc( 13 * 100vw / 1366 );
  }
  .columnList01 .ttl{
    font-size : calc( 24 * 100vw / 1366 );
    line-height : calc( 34 / 24 );
    height : calc( 67 * 100vw / 1366 );
    margin-top : calc( 10 * 100vw / 1366 );
    overflow: hidden;
  }
  .columnList01 .cat + .ttl{
    margin-top : calc( 5 * 100vw / 1366 );
  }
  .columnList01 .txt{
    font-size : calc( 16 * 100vw / 1366 );
    line-height : calc( 22 / 16 );
    margin-top : calc( 9 * 100vw / 1366 );
  }
  .columnList01 .data{
    font-size : calc( 16 * 100vw / 1366 );
    margin-top : calc( 8 * 100vw / 1366 );
  }
}
/*--------------------------------------------
columnTop02
---------------------------------------------*/
.columnTop02 .btn{
  backface-visibility: hidden;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #802077;
  background-image: url(/ren1909/images/ui/icon/arrow_white02.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
.columnTop02 .wrap > div {
  background-color: #C8F3DC;
  padding: 20px;
}
.columnTop02 .title02{
  margin: 0 auto;
  text-align: center;
  border: 0;
  color: #0CAB95;
}
@media screen and (max-width: 768px){
  .columnTop02{
      margin : calc( 20 * 100vw / 750 ) 0;
  }
  .columnTop02:last-child{
      margin-bottom : calc( 240 * 100vw / 750 );
  }
  .columnTop02 .wrap > div {
    border-radius : calc( 20 * 100vw / 750 );
  }
  .columnTop02 .slide-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 12px;
  }
  .columnTop02 .prev-arrow {
    left: calc( -30 * 100vw / 750 );
  }
  .columnTop02 .next-arrow {
    right: calc( -60 * 100vw / 1366 );
  }
}
@media print,screen and (min-width: 769px){
  .columnTop02{
      margin-bottom : calc( 20 * 100vw / 1366 );
      overflow: hidden;
  }
  .columnTop02:last-child{
      margin-bottom : calc( 160 * 100vw / 1366 );
  }
  .columnTop02 .btn{
      width: calc( 200 * 100vw / 1366 );
      height: calc( 40 * 100vw / 1366 );
      font-size: calc( 18 * 100vw / 1366 );
      border-radius : calc( 20 * 100vw / 1366 );
      margin-top : calc( 20 * 100vw / 1366 );
      background-position: right 20px center;
      background-size: auto calc( 12 * 100vw / 1366 );
      line-height: calc( 40 * 100vw / 1366 );
      will-change: opacity;
      transition: opacity .3s ease-in;
      float : right;
  }
  .columnTop02 .wrap > div {
    border-radius : calc( 10 * 100vw / 1366 );
  }
}
