ul {
	list-style: none;
	padding: 0;
}

@font-face {
	font-family: myfont;
	src: url(../font/FOT-TsukuMinPr6N-L.otf) format("opentype");
}

body {
	font-family: 'myfont';
	color: #3e3a39;
	min-width: 1200px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
	;
}

a * {
	text-decoration: none;
	color: inherit;
}

a:link {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
	body {
		min-width: initial;
	}
}

/* ------------------------------------------
  top_top
------------------------------------------ */

.top_top {
	padding: 80px 0;
	background-image: url(../images/top/top_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_top_main {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
}

.top_top_left_title {
	width: 411px;
	display: block;
	float: none;
}

.top_top_left_title a {
	width: 100%;
	display: block;
}

.top_top_left_slide {
	width: 767px;
	margin-top: 70px;
}

.top_top_left_slide_item {
	width: 767px;
}

.slick-initialized .slick-slide {
	opacity: 1;
}

.slick-dots li button {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.slick-dots {
	position: absolute;
	bottom: -15px;
	left: 0;
	display: block;
	width: 182px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slick-dots li {
	position: relative;
	width: 50px;
	/* 棒の幅を設定 */
	height: 2px;
	/* 棒の高さを設定 */
	background: #717071;
	/* 棒の背景色を設定 */
	margin: 0 5px;
	/* 棒の間隔を設定 */
	transition: background 0.3s;
	/* 背景色の変化にトランジションを設定 */
}

.slick-dots li.slick-active {
	background: #b84481;
	/* 棒の背景色を設定 */
}

.top_mv_inner .slick-dots {
	width: calc(100% - 40px);
	bottom: -20px;
	justify-content: center;
}

.top_mv_inner .slick-dots li {
	position: relative;
	width: 30px;
	height: 3px;
	background: #eeeeee;
	margin: 0 5px;
	transition: background 0.3s;
}

.top_mv_inner .slick-dots li.slick-active {
	background: #999999;
}

.top_top_left .prev-arrow {
	width: 28px;
	height: 28px;
	background-image: url(../images/top/slick_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	z-index: 10;
}

.top_top_left .next-arrow {
	width: 28px;
	height: 28px;
	background-image: url(../images/top/slick_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	z-index: 10;
}

.top_top_right {
	padding-left: 50px;
}

.top_top_right_nav_lists {
	display: flex;
}

.top_top_right_nav_lists_item {
	writing-mode: tb-rl;
}

.top_top_right_nav_lists_item+.top_top_right_nav_lists_item {
	margin-left: 40px;
}

.top_top_right_nav_lists_item a {
	display: block;
	padding-right: 7px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	line-height: 1.3;
	border-right: 1px #231815 solid;
}

.top_top_right_nav_lists_item a:visited {
	color: #3e3a39;
}

.top_top_right_nav_lists_item a span {
	font-size: 14px;
	margin-top: 40px;
}

.top_top_right_nav_lists_item.pink a {
	color: #b84481;
	border-right: 1px #b84481 solid;
}

.only_sp {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.only_pc {
		display: none!important;
	}
	.only_sp {
		display: block!important;
	}
	.top_top {
		padding: 60px 0;
		background-image: url(../images/top/top_back.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.top_top_main {
		display: block;
	}
	.top_top_left_title {
		width: 60px;
		display: block;
		margin: 0 auto;
	}
	.top_top_left_slide {
		width: 100%;
		margin-top: 40px;
	}
	.top_top_left_slide_item {
		width: 100vw;
	}
	.slick-dots {
		left: 50%;
		transform: translateX(-50%);
	}
	.header_sp_main {
		background-image: url(../images/top/header_sp_main_back.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		display: none;
	}
	.header_sp_main_box {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100vw;
		height: 100vh;
		padding-bottom: 100px;
		box-sizing: border-box;
	}
	.header_sp_main .header_sp_main_title {
		width: 126px;
		display: table;
		position: fixed;
		top: 15px;
		left: 25px;
	}
	.top_top_right {
		display: none;
	}
	.top_top_right_nav_lists_item a {
		padding-right: 5px;
		font-size: 18px;
	}
	.top_top_right_nav_lists_item a span {
		font-size: 10px;
		margin-top: 30px;
	}
	.top_top_right_nav_lists_item.pink a {
		color: #b84481;
		border-right: 1px #b84481 solid;
	}
	.top_top_right_nav_lists_item+.top_top_right_nav_lists_item {
		margin-left: 30px;
	}
	.top_top_left .prev-arrow {
		width: 22px;
		height: 22px;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
	}
	.top_top_left .next-arrow {
		width: 22px;
		height: 22px;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}
}

/* ------------------------------------------
  top_news
------------------------------------------ */

.top_news {
	padding: 80px 0;
}

.top_news_main {
	max-width: 830px;
	margin: 0 auto;
	display: flex;
}

.top_news_main_title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 40px;
	line-height: 1.2;
	float: none;
}

.top_news_main_right {
	padding-top: 40px;
	padding-left: 80px;
	width: calc(100% - 50px);
}

.top_news_main_lists_item a {
	border-bottom: 1px #595757 solid;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.top_news_main_lists_item_date {
	font-size: 16px;
	line-height: 1.5;
	width: 76px;
}

.top_news_main_lists_item_title {
	font-size: 19px;
	line-height: 1.5;
	padding-left: 50px;
	width: calc(100% - 76px);
	box-sizing: border-box;
}

.top_news_main_link {
	display: block;
	border: 1px #595757 solid;
	width: 240px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	margin: 25px 0 0 auto;
	background-image: url(../images/top/top_news_main_link_arrow.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 5px 11px;
}

@media screen and (max-width: 767px) {
	.top_news {
		padding: 60px 0;
	}
	.top_news_main {
		display: block;
		padding: 0 20px;
	}
	.top_news_main_title {
		-ms-writing-mode: initial;
		writing-mode: initial;
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
	}
	.top_news_main_right {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	.top_news_main_lists_item a {
		border-bottom: 1px #595757 solid;
		padding: 10px 0;
		display: flex;
		align-items: center;
	}
	.top_news_main_lists_item_date {
		font-size: 11px;
		line-height: 1.5;
		width: 51px;
	}
	.top_news_main_lists_item_title {
		font-size: 13px;
		line-height: 1.5;
		padding-left: 30px;
		width: calc(100% - 51px);
	}
	.top_news_main_link {
		width: 170px;
		line-height: 30px;
		font-size: 15px;
		margin: 18px auto 0;
		background-position: center right 7px;
		background-size: 3px 9px;
	}
}

/* ------------------------------------------
  top_bochi
------------------------------------------ */

.top_bochi {
	padding: 80px 0 145px;
	background-image: url(../images/top/top_back2.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_bochi_main {
	max-width: 811px;
	margin: 0 auto;
	display: flex;
}

.top_bochi_main_left {
	width: 361px;
}

.top_bochi_main_right {
	width: calc(100% - 361px);
	padding-left: 100px;
	box-sizing: border-box;
}

.top_bochi_main_right_lists_item+.top_bochi_main_right_lists_item {
	margin-left: 40px;
}

.top_bochi_main_right_lists {
	display: flex;
}

.top_bochi_main_right_lists_item {
	font-size: 30px;
	line-height: 1.3;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top_bochi_main_right_lists.sp {
	display: none;
}

.top_insta {
	display: block;
	max-width: 811px;
	margin: 178px auto 0;
}

.top_bochi+#sub-foo {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.top_bochi {
		padding: 80px 0 80px;
	}
	.top_bochi_main {
		padding: 0 20px;
		display: block;
	}
	.top_bochi_main_left {
		width: 100%;
	}
	.top_bochi_main_right {
		width: 100%;
		padding-left: 0;
		margin-top: 60px;
	}
	.top_bochi_main_right_lists_item+.top_bochi_main_right_lists_item {
		margin-left: auto;
		margin-top: 10px;
	}
	.top_bochi_main_right_lists.sp {
		display: block;
	}
	.top_bochi_main_right_lists.pc {
		display: none;
	}
	.top_bochi_main_right_lists_item {
		font-size: 18px;
		line-height: 1.3;
		display: table;
		margin: 0 auto;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}
	.top_insta {
		display: block;
		max-width: calc(100vw - 40px);
		margin: 77px auto 0;
	}
}

/* loading */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 1;
	transition: opacity 1s ease;
	flex-direction: column;
}

#loader.fade-out {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
	/* ↓ 以下を追加 */
	visibility: hidden;
}

.main-image {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
	position: relative;
	z-index: 9999;
	object-fit: cover;
}

.logo-image {
	width: 180px;
	opacity: 0;
	animation: fadeInLogo 1.5s forwards;
	animation-delay: 0.5s;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

@keyframes fadeInLogo {
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.logo-image {
		width: 150px;
	}
}