@charset "UTF-8";
::selection {
    background: #d1b09a;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #d1b09a;
    color: #fff;
}
.main_v {
	width: 100vw;
	margin-bottom: 60px;
	height: auto;
	position: relative;
	background-color: #1c1919;
}
.main_v a:hover {
	opacity: 1.0;
}
.main_v .main_v_text {
	position: absolute;
	top: 20%;
	left: 3%;
	text-align: left;
	z-index: 10;
}
.main_v .main_v_text .main_title {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.main_v .main_v_text .main_text {
	font-size: 1.4rem;
}

/* main slider */

.main_v .swiper-container {
	width: 100%;
	height: 100%;
}
/*
@keyframes zoomUp {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

.main_v .swiper-slide-active .slide-img,
.main_v .swiper-slide-duplicate-active .slide-img,
.main_v .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.main_v .swiper-wrapper {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
*/
.main_v .slide-img {
	width: 100vw;
}
.main_v .slide-img img {
	height: 100%;
	object-fit: cover;
}
/*
.main_v .slide-img.pic_01 {
	background: url("../img/top/main_vsp07.jpg")center right/cover no-repeat;
} 
.main_v .slide-img.pic_02 {
	background: url("../img/top/main_vsp08.jpg")center right/cover no-repeat;
} 
.main_v .slide-img.pic_03 {
	background: url("../img/top/main_vsp09.jpg")center right/cover no-repeat;
}
*/


/* scroll animation */

.scroll_icon {
	height: 150px;
	position: absolute;
	bottom: 10px;
	right: 2%;
	writing-mode: vertical-lr;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.scroll_icon .text {
	padding-left: 3px;
	font-size: 1.4rem;
}
.scroll_icon::before {
	content: "";
	display: block;
	width: 1px;
	border-left: 1px #000 solid;
	-webkit-animation: scroll 3s ease 0s infinite normal;
	animation: scroll 3s ease 0s infinite normal;
	margin: 0 auto;
}
.scroll_icon .animation {
	position: absolute;
	top: -5px;
	left: 0;
}
.animation::before {
	content: "";
	display: block;
	width: 1px;
	border-left: 1px #000 solid;
	-webkit-animation: arrow 3s ease 0s infinite normal;
	animation: arrow 3s ease 0s infinite normal;
	margin: 0 auto;
	height: 10px;
	transform: rotate(45deg);
}

@keyframes scroll{
	0%{
		height: 0;
	}
	50%{
		height: 150px;
		margin-top: 0;
	}
	100%{
		margin-top: 150px;
		height: 150px;
	}
}

@keyframes arrow{
	0%{
		margin-top: 0px;
	}
	50%{
		margin-top: 150px;
	}
	100%{
		margin-top: 180px;
	}
}

/* top_salon_list */
.top_salon_list .section_title {
	margin-bottom: 30px;
}
.top_salon_box li {
	width: calc((100% / 3) - 10px);
	margin-bottom: 10px;
	border: solid 1px #ebebeb;
}

/* schedule */
.schedule {
	width: 100%;
	margin: 60px auto 0;
}
.schedule .title {
	text-align: left;
	margin-bottom: 20px;
}
.schedule .table_add {
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.schedule_box {
	width: 100%;
	border: solid 1px #9a9a9a;
	margin-bottom: 10px;
	font-size: 1.2rem;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.schedule_box::-webkit-scrollbar {
	height: 4px;
}
.schedule_box::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #bfbfbf;
}
.schedule_box::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #565656;
}
.schedule_box tbody {
	width: 100%;
	display: table;
}
.schedule_box th {
	padding: 10px;
	color: #ffffff;
	background-color: #6d6d6d;
	font-weight: bold;
}
.schedule_box th + th {
	border-left: solid 1px #ffffff;
}
.schedule_box td {
	padding: 10px;
}
.schedule_box td + td {
	border-left: solid 1px #9a9a9a;
	border-top: solid 1px #9a9a9a;
}
.schedule_box .salon_name {
	border-top: solid 1px #9a9a9a;
	text-align: left;
	font-weight: bold;
}
.schedule_box .salon_area {
	border-top: solid 1px #9a9a9a;
	vertical-align: middle;
	font-weight: bold;
}
.schedule_box .salon_time {
	text-align: left;
}
.schedule_box .salon_time span {
	font-size: 1.2rem;
	margin-right: 5px;
	padding: 5px;
	color: #ffffff;
	border-radius: 3px;
}
.schedule_box .salon_time span.weekday {
	background-color: #4DB7BB;
}
.schedule_box .salon_time span.weekend_pink {
	background-color: #D624BB;
}
.schedule .note {
	text-align: left;
	font-size: 1.4rem;
}

/* mission */
.mission {
	margin-bottom: 60px;
	padding-bottom: 0;
}
.mission .container {
	margin-bottom: 0;
}
.mission .comment {
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.8em;
	font-size: 1.4rem;
}
.mission .add {
	line-height: 1.4em;
	margin-bottom: 40px;
	color: #9a9a9a;
}
.mission .mission_box li {
	width: 33%;
}
.mission .mission_box li + li {
	border-left: solid 1px #565656;
}
.mission .mission_box li dt {
	margin-bottom: 3px;
}
.mission .mission_box li dd {
	font-size: 1.2rem;
	color: #626262;
}
.mission .information .main_title {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 20px;
}
.mission .information .beauty_box {
	margin-bottom: 20px;
}
.mission .information .beauty_box .new_article {
	left: -15px;
}

.search {
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 0;
	padding-left: 5%;
	padding-right: 5%;
}
.search .section_title {
	text-align: center;
	margin-bottom: 10px;
}
.search .keyword {
	margin-bottom: 40px;
}
.search .tag_box li {
	text-align: left;
}

.collection {
	width: 100%;
	text-align: left;
}
.collection .main_title {
	margin-top: 10px;
	margin-bottom: 60px;
}
.collection .video {
	width: 100%;
	height: auto;
}

/* info */
.pickup {
	text-align: left;
	overflow: hidden;
	margin-bottom: 0;
}
.pickup .inner1000 {
	width: 100%;
}
.pickup .more_btn,
.beauty_container .more_btn,
.style .more_btn {
	margin: -30px auto 20px;
}
.pickup .title {
	font-weight: bold;
	margin-bottom: 20px;
}
.pickup .info_inner {
	background-color: #f3f3f3;
}
.pickup .pic {
	margin-bottom: 10px;
}
.pickup .add_box {
	margin-bottom: 0;
}
.pickup .info_box_inner {
	text-align: left;
	padding-bottom: 20px;
}
.pickup .info_box_inner .title {
	margin-bottom: 10px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.pickup .tag_box {
	margin-bottom: 10px;
}
.pickup .tag_box li {
	font-size: 1.2rem;
}
.info_dots {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 10px;
}
.info_dots li {
	height: 3px;
}
.info_dots li button {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 3px;
	margin: 0 4px;
	padding: 0;
	border: 0;
	transition-duration: 0.3s;
	background-color: #bfbfbf;
}
.info_dots li.slick-active button {
	background-color: #565656;
}

.info_box {
	width: 95%;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-left: 5%;
	margin-bottom: 20px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.info_box::-webkit-scrollbar {
	display: none;
}
.info_box > li {
	min-width: 200px;
	margin-right: 20px;
}
.info_box .new_article::after {
	position: absolute;
	top: 150px;
	left: 10px;
}
.height-inner {
	width: 100%;
	margin: 0 auto;
}

.info_box::-webkit-scrollbar {
		width: 80%;
    height: 4px;
}
.info_box::-webkit-scrollbar-track {
		width: 80%;
    border-radius: 4px;
    background: #bfbfbf;
}
.info_box::-webkit-scrollbar-thumb {
		width: 80%;
    border-radius: 4px;
    background: #565656;
}

/* beauty */
.beauty {
	padding: 0;
}
.beauty .title {
	text-align: left;
}
.beauty .tab_btn_wrap {
	padding-bottom: 2px;
}
.beauty .beauty_box {
	width: 90%;
	margin: 40px auto 20px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.beauty .beauty_box .new_article {
	left: -15px;
}
.beauty_box .beauty_wrap {
	width: 100%;
	margin-bottom: 20px;
}
.beauty_contents {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.beauty_contents .pic {
	width: 30%;
}
.beauty_box_inner {
	width: 67%;
	text-align: left;
}
.beauty_box_inner .add_box {
	margin-bottom: 0;
}
.beauty_box_inner .title {
	margin-bottom: 10px;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.beauty_box_inner .comment {
	color: #626262;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* staff_column */
@media screen and (max-width:480px) {
	.staff_column .beauty_box .beauty_wrap {
		width: 47%;
	}
	.staff_column .beauty_contents .pic {
		width: 100%;
		margin-bottom: 10px;
	}
	.staff_column .beauty_box_inner {
		width: 100%;
		display: flex;
    flex-direction: column-reverse;
	}
}
/* new_column */
.new_column {
	background-color: #f3f3f3;
}
.cn_box .main_title {
	font-size: 2.0rem;
	text-align: left;
}
.new_column .beauty_box {
	margin-bottom: 20px;
}

/* style */
.style {
	margin-bottom: 40px;
	padding: 0;
	position: relative;
}

.style_wrapper {
	width: 95%;
	margin: 0 0 0 auto;
}
.style .style_ranking {
	width: 100%;
}
.style .style_rank {
	text-align: left;
	margin-bottom: 20px;
}
.style .style_rank i {
	margin-right: .5em;
}
.style .style_rank_box {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 40px;
	color: #9a9a9a;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-overflow-style: none;
  scrollbar-width: none; 
}
.style .style_rank_box::-webkit-scrollbar {
	display: none;
}
.style .style_rank_box li {
	margin-right: 20px;
	margin-bottom: 10px;
}
.style .style_rank_box .trim_2 img {
	width: 90px;
	height: 90px;
}

.style_slider {
	width: 100%;
	overflow: hidden;
}
.style_box_inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: (1fr)[4];
	grid-template-rows: repeat(4, 1fr);
	margin: 5px;
}.style_box_inner > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}.style_box_inner > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}.style_box_inner > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}.style_box_inner > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}.style_box_inner > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}.style_box_inner > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}.style_box_inner > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}.style_box_inner > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}.style_box_inner > *:nth-child(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}.style_box_inner > *:nth-child(10) {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
}.style_box_inner > *:nth-child(11) {
	-ms-grid-row: 4;
	-ms-grid-column: 2;
}.style_box_inner > *:nth-child(12) {
	-ms-grid-row: 4;
	-ms-grid-column: 3;
}
.style_box_inner .pic {
	padding: 5px;
}
.style_box_inner .item_01 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
}
.style_box_inner .item_02 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
}
.style_box_inner .item_03 {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
}
.style_box_inner .item_04 {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}
.style_box_inner .item_05 {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-row: 4 / 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}
.style_box_inner .item_06 {
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	grid-row: 3 / 5;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2 / 4;
}

.style_dots {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 10px;
}
.style_dots li {
	height: 3px;
}
.style_dots li button {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	transition-duration: 0.3s;
	background-color: #bfbfbf;
}
.style_dots li.slick-active button {
	background-color: #565656;
}
.slick-next,
.slick-prev {
	z-index: 20;
}
.slick-next {
	right: 20px;
}
.slick-prev {
	left: 20px;
}
.slick-prev::before {
	content: "" !important;
}
.slick-prev::after {
	content: url(../assets/img/icon/arrow_left_thin.svg);
}
.slick-next::before {
	content: "" !important;
}
.slick-next::after {
	content: url(../assets/img/icon/arrow_right_thin.svg);
}

/* salon */
.salon .section_title.add_item::after {
	left: 40px;
	right: 0;
	margin: 0 auto;
}
.salon .loop_box {
	margin-bottom: 40px;
	overflow: hidden;
}
.salon .section_title {
	text-align: center;
}
.salon .loop_box {
	margin-bottom: 40px;
}

/* insta */
.insta {
	margin-bottom: 0;
}
.insta .text {
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding: 0 5%;
}
.insta .insta_box li {
	width: 25%;
}
.insta .insta_box li:nth-child(5),
.insta .insta_box li:nth-child(6) {
	display: none;
}
.insta .insta_message {
	max-width: 750px;
	margin: 0 auto;
}
.insta .insta_message .pic {
	width: 35%;
	padding: 0 10px;
}
.insta .insta_message .comment {
	width: 60%;
	text-align: left;
}

@media screen and (min-width:481px){
/*
	.main_v .swiper-wrapper {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
*/
	.main_v .slide-img {
		padding-top: 0;
	}
	
	.height-inner {
		max-width: 420px;
	}
	
	.insta .insta_message {
		padding: 0 15%;
	}
}

@media screen and (min-width:769px){
	.main_v {
		height: auto;
		margin-bottom: 80px;
	}
	.main_v .main_v_text {
		width: 400px;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.main_v .main_info {
		position: absolute;
		left: 40px;
		bottom: 40px;
		z-index: 10;
	}
	.main_v .main_info_title {
		text-align: left;
		margin-bottom: 10px;
	}
	.main_v .main_info .main_info_inner a {
		font-size: 1.4rem;
		text-align: left;
		padding: 5px 0;
	}
	.main_v .main_info .main_info_inner .day {
		padding-right: .5em;
	}
	
	.main_v .main_v_text .main_title {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}
	.main_v .main_v_text .main_text {
		font-size: 1.6rem;
		line-height: 2em;
	}
	.main_v .scroll_icon {
		right: 5%;
	}
/*
	.main_v .slide-img.pic_01 {
		background: url("../img/top/main_v04.jpg")center right/cover no-repeat;
	} 
	.main_v .slide-img.pic_02 {
		background: url("../img/top/main_v05.jpg")center right/cover no-repeat;
	} 
	.main_v .slide-img.pic_03 {
		background: url("../img/top/main_v06.jpg")center right/cover no-repeat;
	}
*/
/*
	.main_v .swiper-wrapper {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		max-height: calc(100vh - 106px);
	}
	
	.main_v .slide-img {
		width: 100%;
		padding-top: 0px;
	}

	.main_v .swiper-slide-active .slide-img,
	.main_v .swiper-slide-duplicate-active .slide-img,
	.main_v .swiper-slide-prev .slide-img {
		-webkit-animation: zoomUp 10s linear 0s 1 normal both;
		animation: zoomUp 10s linear 0s 1 normal both;
	}
	.main_v .slide-img img {
		height: auto;
	}

	@keyframes zoomUp {
		0% {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}
		100% {
			-webkit-transform: translateX(5%);
			transform: translateX(5%);
		}
	}
*/

	.top_salon_box li {
		width: calc((100% / 6) - 20px);
		margin-bottom: 20px;
	}

	.schedule {
		width: 90%;
		margin-top: 80px;
	}
	.mission {
		margin-bottom: 80px;
	}
	.mission .container {
		-webkit-align-items: stretch;
		align-items: stretch;
		max-width: none;
		margin-right: 0;
	}
	.mission .message {
		width: 40%;
		margin-left: 0;
	}
	.mission .information .beauty_box {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.mission .information .beauty_box .beauty_wrap {
		width: calc((100% / 3) - 20px);
		margin-bottom: 40px;
	}
	.mission .information .beauty_box::-webkit-scrollbar {
		height: 4px;
	}
	.mission .information .beauty_box::-webkit-scrollbar-track {
		border-radius: 4px;
		background: #bfbfbf;
	}
	.mission .information .beauty_box::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background: #565656;
	}
	
	.sc_box {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.search {
		width: 35%;
		padding: 60px 5%;
	}
	.collection {
		width: 65%;
		margin-bottom: 0;
		padding-top: 20px;
	}
	.collection .back_title {
		margin-bottom: 0;
	}
	
	.tab_btn, .tab_btn_02 {
		font-size: 1.6rem;
		padding: 0 20px;
	}
	
	.info_box > li {
		min-width: 250px;
		margin-right: 40px;
		margin-bottom: 10px;
	}
	.info_box .new_article::after {
		top: 180px;
	}
	.items_01 > li {
		width: 100%;
	}
	.height-inner {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.pickup .pic {
		margin-bottom: 20px;
	}
	.pickup .section_title {
		width: 255px;
		margin-left: 5%;
	}
	.pickup .sub_title {
		width: calc(100% - 200px);
		margin: -110px 0 80px calc(5% + 200px);
	}
	.beauty_container .section_title {
		width: 210px;
		margin-left: 5%;
	}
	.beauty_container .sub_title {
		width: calc(100% - 210px);
		margin: -80px 0 80px calc(5% + 210px);
	}
	.style .section_title {
		width: 290px;
		margin-left: 5%;
	}
	.style .sub_title {
		width: calc(100% - 290px);
		margin: -110px 0 80px calc(5% + 290px);
	}
	
	.cn_box {
		-webkit-align-items: stretch;
		align-items: stretch;
		width: 90%;
		margin: 0 auto;
	}
	.beauty {
		width: 100%;
	}
	.new_column {
		width: 50%;
		background-color: transparent;
		padding-top: 0;
		padding-left: 40px;
	}
	.cn_box .back_title,
	.cn_box .back_box {
		width: 100%;
	}
	.beauty .main_title {
		width: 100px;
		margin: 0;
	}
	.beauty .arrow {
		-webkit-flex: 1;
		flex: 1;
	}
	.beauty .beauty_box {
		width: 100%;
	}
	.beauty_box .beauty_wrap {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
	.beauty .tab_btn_wrap {
		border: none;
		margin-left: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.beauty .tab_btn_wrap li {
		padding: 0 10px;
		margin-bottom: 0;
	}
	.beauty_box_inner .title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.beauty .beauty_box .new_article::after {
		left: -30px;
	}
	
	.style {
		margin-bottom: 80px;
	}
	.style_wrapper {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.style_ranking {
		width: 30% !important;
		min-width: 360px;
		margin-right: 20px;
	}
	.style .style_rank_box {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.style .style_rank_box li {
		margin-bottom: 20px;
	}
	.style_slider {
		flex: 1;
		margin: 0 0 0 auto;
	}
		
	.salon {
		position: relative;
	}
	.salon .section_title.add_item::after {
		display: none;
	}
	.salon .title_box {
		width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
		background-color: #f3f3f3;
		height: 400px;
		padding: 40px 0;
	}
	.salon .title_box::after {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: 40px;
			width: 150px;
			height: 50px;
			margin: 0 auto;
			background: url(../img/top/total_beauty.png)right bottom/150px no-repeat;
	}
	.salon .loop_box {
		height: 400px;
		margin-bottom: 80px;
	}
	.slick-next,
	.slick-prev {
		width: 30px;
	}
	
		
	.insta {
		margin: 0 auto;
	}
	.insta .insta_box li {
		width: calc(100% / 6);
	}
	.insta .insta_box li:nth-child(5),
	.insta .insta_box li:nth-child(6) {
		display: block;
	}
	.insta .text {
		padding: 0;
		font-size: 1.6rem;
	}
	.insta .insta_message {
		padding: 0;
	}
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
}


