p:empty {
	display: none !important;
}

@media (min-width:768px) {
	.sp {
		display: none;
	}
}

@media (max-width:767px) {
	.pc {
		display: none;
	}
}

#header {
	position: fixed;
	top: 0;
	padding: 15px 0;
	width: 100%;
	height: clamp(100px, 4.688rem + 6.94vw, 150px);
	z-index: 99;
	border-width: 0;
	color: #fff;
	background: rgba(0, 0, 0, .75);
}

#header .logo {
	position: fixed;
	display: block;
	width: 330px;
	padding: 0;
	min-height: auto;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

@media (min-width: 1080px) {
	#header .logo {
		top: 30px;
	}
}

#header .logo a {
	display: block;
	padding: 5px;
	margin-left: -5px;
}

#header .container {
	margin: 0 !important;
	padding: 0 5%;
	width: 100% !important;
}

/*.header #menu {
	display: none !important;
	/* globalNav */
/*}*/
.header #menu .search,
.header #menu .search-btn,
.header #menu .font-size {
	display: none !important;
}

ul.globalNav {
	display: none;
	/*	position: fixed;
	z-index: 100;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: env(safe-area-inset-bottom);
	margin-top: 0;
	width: 300px;
	border-radius: 20px;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	/* slideshow */
}

/*ul.globalNav li {
	display: block;
	margin: 0 !important;
	width: auto;
	padding: 0;
	background: none;
}
ul.globalNav li:not(:last-child) {
	margin-right: 10px;
}
ul.globalNav li a {
	display: block;
	padding: 0 7px;
	text-decoration: none;
	line-height: 32px;
	font-size: 14px;
	border-radius: 16px;
	color: #333 !important;
}
@media (min-width: 330px) {
	ul.globalNav {
		width: 350px;
	}
}
@media (min-width: 667px) {
	ul.globalNav {
		top: 15px;
		right: 4%;
		left: auto;
		bottom: auto;
		transform: none;
		width: auto;
		background: transparent;
		box-shadow: none;
	}
	ul.globalNav li a {
		font-size: 16px;
		font-weight: bold;
		color: #fff !important;
		padding: 0 15px;
		text-shadow: 0 0 3px rgba(0, 0, 0, .6);
	}
	ul.globalNav li a:hover {
		background-color: rgba(0, 0, 0, .25);
	}
}*/
.slideshow {
	width: 100%;
	height: 100vh;
	position: relative;
}

.topVisual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: 90;
	/* intro */
}

.topVisual_body {
	position: absolute;
	top: 42.5%;
	left: 5%;
	right: 5%;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.topVisual_scrollDown {
	position: absolute;
	bottom: clamp(55px, 2.781rem + 2.92vw, 80px);
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translateX(-50%);
}

.topVisual_scrollDown:before {
	content: '';
	position: absolute;
	display: block;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.intro {
	margin-bottom: 15px;
	padding-top: 35%;
	padding-bottom: 20%;
	background-color: #aaa;
	background-size: cover;
	background-position: center;
	background-image: url("https://murasakiharuto.com/custom/header-farthersday.jpg");
}

.intro .container {
	margin: auto !important;
	background-color: transparent;
	text-align: center;
	height: 0 !important;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

@media (min-width: 600px) {
	.intro {
		padding-top: 20%;
		padding-bottom: 18%;
	}
}

@media (min-width: 1080px) {
	.intro {
		padding-top: 200px;
		padding-bottom: 160px;
	}
}

body.news .intro {
	background-image: url("../custom/header-01.jpg");
	background-position: center bottom 10%;
}

/* footer */
.footer {
	padding-bottom: 75px;
}
@media (min-width: 1080px) {
	.footer {
		padding-bottom: 20px;
	}
}

@media (min-width: 1080px) {
	.menu-btn {
		display: none;
	}
}
div.menu-btn#menu_btn {
	display: none;
}
/* anim */
.anim-fade {
	opacity: 0;
}

.anim-fade.js-anim-in {
	animation: anim-fadeIn;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
}

@keyframes anim-fadeIn {

	/* instagram */
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.instagram_profile .instagram_username {
	margin-top: 5px !important;
	font-size: 1em !important;
}

.instagram_gallery {
	line-height: 0;
	margin-left: -2px;
	margin-right: -2px;
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* --- */
}

.instagram_gallery .instagram-image,
.instagram_gallery>* {
	display: block !important;
	position: relative;
	padding: 2px;
	height: auto !important;
}

@media (min-width: 667px) {

	.instagram_gallery .instagram-image,
	.instagram_gallery>* {
		width: 25% !important;
	}
}

@media (min-width: 1080px) {

	.instagram_gallery .instagram-image,
	.instagram_gallery>* {
		width: 16.66666% !important;
	}
}

/*body.home .container, body.home .contents-wrapper, body.home .common-contents.common-bottom-large {
	margin: 0 !important;
	width: auto !important;
}*/
._container {
	margin: 0 10px;
	max-width: 1120px;
}

@media (min-width: 360px) {
	._container {
		margin: 0 15px;
	}
}

@media (min-width: 1080px) {
	._container {
		margin: 0 auto;
		padding: 0 20px;
	}
}

._container-small {
	max-width: 780px;
}

._container-large {
	max-width: 1360px;
}

.editing .anchor {
	clear: both;
	visibility: hidden;
	display: block;
	margin: 0 !important;
	height: 70px;
}

.editing .anchor+* {
	margin-top: 0 !important;
}

/* スライダー制御 */
.slick-slider * {
	margin-top: 0 !important;
}

.eyecatchSlider {
	padding-bottom: 25px;
}

.eyecatchSlider .slick-dots {
	margin-bottom: 0;
	line-height: 0;
}

.eyecatchSlider .slick-dots li {
	display: table-cell;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.sticky-item {
	margin-bottom: 20px;
}

@media (min-width: 1080px) {
	.sticky-item {
		position: sticky;
		position: -webkit-sticky;
		top: 180px;
		margin-bottom: 55px;
	}
}

/*columns2*/
@media (max-width: 750px) {

	.lead-contents .columns-2 .columns-item,
	.editing .columns-2 .columns-item,
	.common-contents.common-bottom .columns-2 .columns-item,
	.sub-page .editing .columns-2 .columns-item,
	.editing .columns-3 .columns-item,
	.common-contents.common-bottom .columns-3 .columns-item,
	.editing .columns-4 .columns-item,
	.common-contents.common-bottom .columns-4 .columns-item,
	.columns-2 .w-10,
	.columns-2 .w-20,
	.columns-2 .w-30,
	.columns-2 .w-40,
	.columns-2 .w-60,
	.columns-2 .w-70,
	.columns-2 .w-80,
	.columns-2 .w-90 {
		float: none;
		width: 100% !important;
		flex-basis: unset !important;
		margin-right: 0;
		overflow: visible;
	}
}

.columns-2 .columns-item:nth-child(2n) {
	margin-top: 0;
}

.columns-2 .w-10 {
	width: 8.5%;
	flex-basis: 8.5%;
}

.columns-2 .w-20 {
	width: 18.5%;
	flex-basis: 18.5%;
}

.columns-2 .w-30 {
	width: 28.5%;
	flex-basis: 28.5%;
}

.columns-2 .w-40 {
	width: 38.5%;
	flex-basis: 38.5%;
}

.columns-2 .w-60 {
	width: 58.5%;
	flex-basis: 58.5%;
}

.columns-2 .w-70 {
	width: 68.5%;
	flex-basis: 68.5%;
}

.columns-2 .w-80 {
	width: 78.5%;
	flex-basis: 78.5%;
}

.columns-2 .w-90 {
	width: 88.5%;
	flex-basis: 88.5%;
}

/*投稿アイキャッチ調整*/
.eyecatch {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

@media (min-width: 1080px) {
	.eyecatch,
	.eyecatch img {
		aspect-ratio: 1 /  1;
	}
}