@charset "utf-8";
@media screen and (max-width: 900px) {
	/*---------------------------------------------------------*/
	/* top_mv */
	#top_mv{
		background: #F5F5F5 url(../img/top/fv_background_sp.jpg) no-repeat center bottom;
		background-size: cover;
		height: 49rem;
	}

	/* text */
	#top_mv .text{
		padding: 12.4rem 0 0 0.9rem;
	}
	#top_mv .title .line_1{
		font-size: 1.9rem;
	}
	#top_mv .title .line_2{
		font-size: 1.9rem;
	}
	#top_mv .title .line_3{
		background-size: 2.8rem 0.2rem;
		margin-top: 1.6rem;
		padding-right: 3.8rem;
		font-size: 1.4rem;
	}

	/* btns */
	#top_mv .btns{
		display: block;
		margin-top: 2rem;
		width: 19rem;
	}
	#top_mv .btns .box_swr{
		font-size: 1.6rem;
		margin-top: 1rem;
		height: 5rem;
		width: 100%;
	}
	#top_mv .btns .icon_arrow_right,
	#top_mv .btns .icon_arrow_down{
		margin: -0.2rem 0 0 0.8rem;
	}

	/* scroll */
	#top_mv .scroll_block{
		left: 2rem;
		bottom: 0;
		padding: 0 0 0 0.5rem;
	}
	#top_mv .scroll{
		font-size: 1.4rem;
		padding: 0 0 0.7rem 0.5rem;
	}

	/* name */
	#top_mv .name{
		font-size: 1.2rem;
		bottom: 1.9rem;
		right: 2.3rem;
	}

	/*---------------------------------------------------------*/
	/* treatment */
	#top_treatment .title_en_jp .en{
		font-size: 5.6rem;
		line-height: 0.9;
	}

	/*---------------------------------------------------------*/
	/* arrival */
	#top_arrival > .wrapper_l > .flex_block{
		display: block;
	}
	#top_arrival .youtube_list,
	#top_arrival .instagram_list{
		width: 100%;
	}
	#top_arrival h3{
		font-size: 2.4rem;
	}
	#top_arrival .btn{
		margin-top: 2.4rem;
	}
	/* youtube */
	#top_arrival .youtube_list .slider .slick-prev,
	#top_arrival .youtube_list .slider .slick-next{
		top: 36%;
	}
	#top_arrival .youtube_list .slider .slick-prev{
		left: -1.4rem;
	}
	#top_arrival .youtube_list .slider .slick-next{
		left: auto;
		right: -1.4rem;
	}
	#top_arrival .youtube_list .btn{
		margin-top: 1.4rem;
	}

	/* instagram */
	#top_arrival .instagram_list{
		margin-top: 5.6rem;
	}
	#top_arrival .instagram_list .flex_block{
		justify-content: flex-start;
	}
	#top_arrival .instagram_list .item{
		width: 33.33333%;
	}
	#top_arrival .instagram_list .ig8__item:nth-child(9){
		display: block;
	}

	/*---------------------------------------------------------*/
	/* message */
	#top_message{
		background: url(../img/top/message_bg_sp.png) center top no-repeat;
		background-size: 100% auto;
		height: fit-content;
		margin: 0;
	}
	#top_message .wrapper_l,
	#top_message .flex_block{
		display: block;
		height: 100%;
	}
	#top_message .photo{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: auto;
		padding: 0;
		width: 22rem;
	}
	#top_message .contents{
		padding-top: 3.2rem;
		width: 100%;
	}
	#top_message .title{
		font-size: 2.8rem;
	}
	#top_message .text{
		line-height: 2;
		margin: 2.8rem 0;
	}
	#top_message .name{
		font-size: 1.4rem;
	}
	#top_message .big{
		font-size: 1.8rem;
	}
	#top_message .btn{
		margin: 4rem auto 4rem;
	}
	#top_message .btn .link_blackbox{
		margin-left: 0;
	}

	/*---------------------------------------------------------*/
	/* feature */
	#top_feature .title_en_jp{
		margin-bottom: 2.4rem;
		position: relative;
		top: -2rem;
	}
	.feature_items .item{
		display: flex;
		flex-direction: column-reverse;
		height: fit-content;
	}
	.feature_items .item + .item{
		margin-top: 0;
	}
	.feature_items .item:nth-child(2n) .text,
	.feature_items .item:nth-child(2n+1) .text{
		margin: -5.6rem auto 0;
		height: fit-content;
		width: 32.8rem;
		padding: 2.4rem 0.8rem;
		position: static;
		text-align: center;
	}
	.feature_items .item .number{
		font-size: 5.6rem;
		margin-top: 2.4rem;
	}
	.feature_items .item .title{
		font-size: 1.8rem;
		margin-top: 2rem;
	}
	.feature_items .item:nth-child(2n) .photo,
	.feature_items .item:nth-child(2n+1) .photo{
		height: 26rem;
		max-width: none;
		width: 100%;
		border-radius: 0.8rem;
		padding: 0;
	}
	.feature_items .btn{
		margin-top: 1.6rem;
	}
	.feature_items .item:nth-child(2n) .link_whitebox,
	.feature_items .item:nth-child(2n+1) .link_whitebox{
		margin: auto;
	}

	#top_feature .feature_items .slick-prev,
	#top_feature .feature_items .slick-next{
		top: 11.4rem;
	}
	#top_feature .feature_items .slick-prev{
		left: -1.4rem;
	}
	#top_feature .feature_items .slick-next{
		left: auto;
		right: -1.4rem;
	}

	#top_feature .btn{
		margin-top: 1.4rem;
	}

	/*---------------------------------------------------------*/
	/* monitor */
	#top_monitor .title{
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}
	#top_monitor .monitor_items{
		display: none;
	}
	#top_monitor .btn{
		margin-top: 2.4rem;
	}


}