@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(18px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1700px;

	/* font */
	--dp-font-jp: "M PLUS 1", sans-serif;
	/*
	100 to 900
	*/

	--cts-font: "Outfit", sans-serif;
		/*
	100 to 900
	*/

	--dp-h2-size: clamp(39px,calc(1.023rem + 3.97vw),60px);
	--dp-h3-size: clamp(23px,calc(.955rem + .73vw),30px);
	--dp-h4-size: clamp(17px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(13px, 0.806rem + 0.3vw, 15px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(23px,calc(.886rem + .48vw),24px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(18px,calc(.693rem + .24vw),18px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--color-white1: #FFFFFF;
	--color-orange1: #F29600;
	--color-orange2: #E45F2B;
	--color-blue1: #D4D8E4;
	--color-blue2: #56BAE8;
	--color-blue3: #009FE8;
	--color-gray1:#707070;
	--color-black1: #0E202E;
	--color-black2:#000000;
}

/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: var(--color-black2);
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white1);
	background-color: var(--color-black1);
}
.contents__wrap {
	padding-block-end: 0;
	margin-bottom: 100px;
}
.contents {
	padding-top: 90px;
	padding-bottom: 200px;
}
.contents__inner {
	position: relative;
	z-index: 1;
}
.contents__inner::before {
	content: "";
	width: 189px;
	height: 85px;
	background: url(../../create/img/sleepfreaks/decoration-amp.webp) no-repeat center center/contain;
	position: absolute;
	top: -90px;
	right: 0;
	z-index: 1;
}
.ttl-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ttl-h2 {
	color: var(--color-white1);
	font-family: var(--cts-font);
	font-size: 150px;
	font-weight: 500;
	line-height: 1;
}
.ttl-h2 span {
	opacity: 0;
	display: inline-block;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--color-red3);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* lineup
____________________*/
.contents--lineup {
	background: var(--color-blue1);
	padding-top: 150px;
	padding-bottom: 195px;
	position: relative;
}
.contents--lineup .ornament {
	width: 657px;
	height: 277px;
	position: absolute;
	bottom: 188px;
	right: 0;
}
.lineup {
	padding-right: 0;
}
.sp-fiexed {
	display: none;
}
.sticky-flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 88px;
}
.sticky-flex .sticky-image {
	width: 51.5%;
	max-width: 435px;
}
.sticky-flex .sticky-image img {
	top: 80px;
	right: 0;
	position: sticky;
}
.lineup-item-wrap {
	width: 100%;
}
.switches-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.switches-block img {
	width: 221px;
}
.ttl-category {
	color: var(--color-white1);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background: var(--color-black1);
	margin-top: 20px;
	padding: 2px 9px;
	display: inline-block;
}
.ttl-category:nth-of-type(n+2) {
	margin-top: 50px;
}
.lineup-item {
	margin-top: 20px;
}
.lineup-item .item-detail {
	width: 100%;
	padding: 30px 35px;
	background: var(--color-white1);
	display: block;
	box-sizing: border-box;
}
.lineup-item .item-detail:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: ripple 1.5s infinite;
}
@keyframes ripple {
	0% {box-shadow: 0 0 0 0 #fff;}
	70% {box-shadow: 0 0 0 20px rgb(27 133 251 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}
.catch-block {
	width: 100%;
	border-bottom: 1px solid var(--color-gray1);
	padding-bottom: 5px;
}
.catch {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.lineup-item .item-detail .inner-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.lineup .txt-block {
	width: 100%;
}
.model__name {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.model__name .txt-large {
	font-size: 30px;
	font-weight: 700;
	margin-left: 0.2em;
}
.model__name .case {
	border: 1px solid var(--color-black1);
    font-size: 13px;
	font-weight: 500;
    vertical-align: super;
    padding: 2px 5px;
    margin-left: 10px;
    box-sizing: border-box;
	display: inline-block;
}
.model__spec {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
}
.slash {
	padding-inline: 0.5em;
	display: inline-block;
}
.model__price-block {
	width: 162px;
	margin-left: 105px;
	flex: none;
}
.model__price {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
.model__tax {
	font-size: 16px;
}
.arrow-block {
	flex: none;
	width: 93px;
	height: 93px;
	border: 2px solid var(--color-black1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 60px;
}
.arrow {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 3px;
	margin: 29px 0;
	border-radius: 9999px;
	background-color: var(--color-black1);
}
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 30px;
	height: 3px;
	border-radius: 9999px;
	background-color: var(--color-black1);
	transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
	transform: rotate(45deg);
}
.arrow::after {
	transform: rotate(-45deg);
}
/* features
____________________*/
.contents--features {
	padding-top: 150px;
	background: var(--color-orange1);
	position: relative;
}
.contents--features::after {
	content: "";
	width: 674px;
	height: 548px;
	background: url(../../create/img/sleepfreaks/decoration-wavelength-3.webp) no-repeat center center/contain;
	position: absolute;
	top: 210px;
	right: 77px;
	z-index: 0;
}
.features .ornament {
	width: 408px;
	height: 148px;
	position: absolute;
    top: -224px;
    left: 76px;
	z-index: 0;
}
.features .ttl-h2 {
	color: var(--color-orange2);
}
.features .txt-block {
	margin-top: 70px;
	position: relative;
	z-index: +1;
}
.features-sub-ttl {
	color: var(--color-white1);
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: var(--color-black1);
	display: inline-block;
	padding: 11px 13px;
}
.features-ttl-h3 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 15px;
}
.features-txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 20px;
}
.spec-wrap {
	margin-top: 75px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
}
.spec-wrap .switches-block {
	position: absolute;
	top: 0;
	left: 0;
}
.spec-wrap-ttl {
	color: var(--color-white1);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.spec-block {
	width: 100%;
	max-width: 1050px;
	background: var(--color-white1);
	padding: 45px 45px 60px;
	margin: 20px auto 0;
	box-sizing: border-box;
}
.spec-ttl {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
}
.spec-ttl::before {
	content: "";
	width: 3px;
	height: 30px;
	background: var(--color-orange2);
	position: absolute;
	top: 0;
	left: 0;
}
.spec-ttl:nth-of-type(n+2) {
	margin-top: 30px;
}
.orange-box {
	margin-top: 15px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.orange-box::after {
	content: "";
	background: rgba(242, 150, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.daw {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 55px;
}
.daw-item {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    position: relative;
	padding-left: 35px;
	z-index: +1;
}
.daw-item::before {
	content: "";
	width: 21px;
	height: 20px;
	background: url(../../create/img/sleepfreaks/icon-check.webp) no-repeat center center/contain;
	position: absolute;
	top: 5px;
	left: 0;
}
.spec-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.spec-txt-2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 45px;
}
.note-block {
	padding: 1em;
	box-sizing: border-box;
}
.spec-note {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.spec-note:nth-of-type(n+2) {
	margin-top: 1em;
}
.spec-note a {
	color: var(--color-orange2);
	font-weight: 600;
	text-decoration: underline;
}
.spec-note a:hover {
	text-decoration: none;
}
/* benefit
____________________*/
.contents--benefit {
	padding-top: 150px;
	background: var(--color-blue2);
	position: relative;
}
.benefit::before {
	left: 0;
}
.benefit .ornament {
	width: 408px;
	height: 148px;
	position: absolute;
	top: -149px;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 1;
}
.benefit .ttl-wrap {
	justify-content: center;
}
.benefit .ttl-h2 {
	color: #009FE8;
}
.benefit .txt-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 80px;
}
.benefit-ttl-h3 {
	font-size: 50px;
	letter-spacing: 0.05em;
	padding: 22px 62px;
	background: var(--color-white1);
	border: 4px solid var(--color-black1);
	display: inline-block;
	box-sizing: border-box;
}
.benefit-txt {
	font-size: 26px;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: .05em;
	margin-top: 60px;
}
.benefit-block {
	width: 100%;
	max-width: 1400px;
	background: var(--color-white1);
	margin: 160px auto 0;
	padding: 120px 176px 150px ;
	box-sizing: border-box;
	position: relative;
}
.benefit-block .benefit-item:nth-of-type(n+2) {
	margin-top: 100px;
}
.benefit-block .benefit-item.flex {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}
.benefit-block .benefit-ttl-h3 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.benefit-block .number-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 60px;
}
.benefit-block .number-flex.f-s {
	width: 100%;
	align-items: flex-start;
}
.benefit-block .number-flex .benefit-number {
	color: var(--color-blue2);
	font-family: var(--cts-font);
	font-size: 100px;
	font-weight: 500;
}
.benefit-block .number-flex .benefit-ttl {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8;
}
.benefit-block .number-flex .benefit-ttl .txt-small {
	font-size: 24px;
}
.benefit-block .inner-flex-1 {
	display: flex;
	justify-content:space-between;
	align-items: center;
	gap: 35px;
	margin-top: 35px;
}
.logo-block {
    width: 52%;
	max-width: 451px;
}
.benefit-txt-2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.storage-location {
	width: 100%;
	max-width: 762px;
	margin-top: 25px;
}
.movie-image-block {
	width: 100%;
	max-width: 970px;
	margin: 60px auto 0;
}
.mt45 {
	margin-top: 45px;
}
.sample-image {
	width: 100%;
	max-width: 340px;
}
.sample-image img {
	width: 100%;
	max-width: 248px;
	height: auto;
}
/* message
____________________*/
.contents--message {
	padding-top: 150px;
	background: var(--color-blue1);
	position: relative;
}
.message .ornament {
	width: 410px;
	height: 154px;
	position: absolute;
	top: -149px;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 1;
}
.message .ttl-wrap {
    justify-content: center;
}
.message-block {
	width: 100%;
	max-width: 1050px;
	padding: 60px 85px;
	margin: 80px auto 0;
	background: var(--color-white1);
	box-sizing: border-box;
}
.ttl-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.message-ttl-h3 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}
.representative-photo-1 {
	width: 100%;
	max-width: 400px;
}
.message-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.message-txt:nth-of-type(n+2) {
	margin-top: 1em;
}
.profile-block {
	margin-top: 40px;
	position: relative;
}
.representative-ttl {
	color: var(--color-blue3);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.representative-post {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
.representative-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.profile-flex {
	display: flex;
	justify-content: space-between;
	gap: 19px;
	margin-top: 25px;
}
.profile-head-sp {
	display: none;
}
.profile-photo {
	width: 100%;
	max-width: 229px;
}
.profile-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.profile-link-txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 70px;
}
.profile-link-txt a {
	color: var(--color-blue2);
	text-decoration: underline;
}
.profile-link-txt a:hover {
	text-decoration: none;
}
.profile-block .sns-list {
	display: flex;
	gap: 10px;
	position: absolute;
	top: 25px;
	right: 0;
}
.profile-block .sns-list .sns-item img {
	width: 50px;
	transition: .5s all;
}
.profile-block .sns-list .sns-item a:hover img {
	transform: scale(1.1, 1.1);
}
.message .switches-block {
    justify-content: center;
	margin-top: 50px;
}
.swiper {
	width: 100%;
    max-width: 1100px;
    margin: 160px auto 0;
}
.swiper-wrapper {
	padding-inline: var(--cts-gutter);
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	padding-bottom: 0;
}
.contents__inner::before {
	width: 70px;
	height: 30px;
}
.ttl-h2 {
	font-size: 50px;
}
.switches-block img {
	width: 110px;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
/* lineup
____________________*/
.contents--lineup {
    padding-top: 20px;
    padding-bottom: 125px;
}
.lineup {
	padding-inline: var(--cts-gutter);
}
.lineup::before {
	display: none;
}
.sp-fiexed {
	width: 100%;
	height: 230px;
	background: var(--color-blue1);
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	position: sticky;
    top: 0;
	z-index: +1;
}
.fiexed-inner-left {
	padding-top: 50px;
	position: relative;
}
.fiexed-inner-left::before {
	content: "";
	width: 70px;
    height: 30px;
	background: url(../../create/img/sleepfreaks/decoration-amp.webp) no-repeat center center / contain;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}
.fiexed-inner-left .switches-block {
	margin-top: 10px; 
}
.pc-image {
	width: 120px;
}
.contents--lineup .ornament {
	width: 265px;
	height: 111px;
}
.sticky-flex {
	flex-direction: column;
}
.ttl-category {
	font-size: 15px;
	margin-top: 0;
}
.ttl-category:nth-of-type(n+2) {
    margin-top: 35px;
}
.lineup-item .item-detail {
	padding: 12px 15px;
}
.lineup-item .item-detail .inner-flex {
	flex-direction: column;
	position: relative;
	align-items: flex-start;
}
.catch {
	font-size: 15px;
	letter-spacing: 0.01em;
}
.model__name {
	font-size: 13px;
	line-height: 1.5;
}
.model__spec {
	font-size: 13px;
	margin-top: 0;
}
.model__name .txt-large {
	font-size: 20px;
	margin-left: 0;
}
.model__name .case {
	padding: 0px 3px;
	vertical-align: text-bottom;
}
.slash {
	padding-inline: 0;
}
.model__price-block {
	width: calc(100% - 50px);
	height: 40px;
	display: flex;
	align-items: center;
	margin-left: 0;
}
.model__price {
	font-size: 16px;
}
.model__tax {
	font-size: 13px;
}
.arrow-block {
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-black1);
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.arrow {
	width: 16px;
    height: 1px;
	margin: 19px 0;
}
.arrow::before, .arrow::after {
	width: 11px;
	height: 1px;
}
/* features
____________________*/
.contents--features {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contents--features::after {
	width: 311px;
	height: 253px;
	background: url(../../create/img/sleepfreaks/decoration-wavelength-3.webp) no-repeat 65px center / contain;
	top: 25px;
    right: 0;
    z-index: 0;
}
.features .ornament {
	width: 131px;
	height: 47px;
	top: -73px;
    left: 22px;
}
.features::before {
	content: none;
}
.features .txt-block {
	margin-top: 30px;
}
.features-sub-ttl {
	font-size: 15px;
	padding: 1px 8px;
}
.features-ttl-h3 {
	font-size: 24px;
}
.features-txt {
	font-size: 13px;
	margin-top: 5px;
}
.spec-wrap {
	margin-top: 35px;
	padding-top: 25px;
}
.spec-wrap .switches-block {
	left: 50%;
	transform: translate(-50%,-50%);
}
.spec-wrap-ttl {
	font-size: 15px;
}
.spec-block {
	padding: 18px 17px;
}
.spec-ttl {
	font-size: 13px;
	padding-left: 10px;
}
.spec-ttl::before {
	width: 2px;
	height: 15px;
}
.spec-ttl:nth-of-type(n+2) {
    margin-top: 20px;
}
.orange-box {
	padding: 10px 15px;
}
.daw {
	gap: 5px 10px;
}
.daw-item {
	font-size: 13px;
	width: calc(50% - 5px);
	padding-left: 25px;
}
.daw-item::before {
	width: 17px;
	height: 16px;
}
.spec-txt {
	font-size: 13px;
	letter-spacing: 0;
}
.spec-txt-2 {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 30px;
}
.note-block {
	padding: 1em 0; 
}
.spec-note {
	font-size: 11px;
	letter-spacing: 0;
}
/* benefit
____________________*/
.contents--benefit {
	padding-top: 50px;
	padding-bottom: 75px;
}
.benefit::before {
		top: 55px;
        left: 20px;
}
.benefit .ornament {
	width: 131px;
	height: 48px;
	top: -49px;
}
.benefit .txt-block {
	margin-top: 40px;
}
.benefit-ttl-h3 {
	font-size: 20px;
	letter-spacing: 0;
	padding: 3px 5px;
	border: 2px solid var(--color-black1);
}
.benefit-txt {
	font-size: 13px;
	line-height: 2;
	margin-top: 15px;
}
.benefit-block {
	padding: 40px 16px 40px;
	margin-top: 60px;
}
.benefit-block .benefit-item:nth-of-type(n+2) {
	margin-top: 30px;
}
.benefit-block .number-flex {
	flex-direction: column;
	gap: 0px;
}
.benefit-block .number-flex.f-s {
	align-items: center;
}
.benefit-block .number-flex .benefit-number {
	font-size: 50px;
}
.benefit-block .number-flex .benefit-ttl {
	font-size: 16px;
	line-height: 1.4;
}
.benefit-block .number-flex .benefit-ttl .txt-small {
	font-size: 14px;
}
.benefit-block .inner-flex-1 {
	flex-direction: column;
	gap: 25px;
	margin-top: 25px;
}
.logo-block {
	width: 100%;
	max-width: 300px;
	margin: 15px auto 0;
}
.benefit-txt-2 {
	font-size: 13px;
	letter-spacing: 0;
}
.storage-location {
	max-width: 301px;
	margin-top: 15px;
}
.movie-image-block {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.benefit-block .benefit-item:nth-of-type(n+2) {
	flex-direction: column;
	gap: 30px;
}
.benefit-block .benefit-item:nth-of-type(n+3) .benefit-ttl {
	text-align: center;
}
.mt45 {
	margin-top: 20px;
}
.sample-image {
	max-width: 248px;
	margin: 0 auto;
}
/* message
____________________*/
.contents--message {
	padding-top: 50px;
	padding-bottom: 15px;
}
.message::before {
	top: 50px;
    right: 30px;
}
.message .ornament {
	width: 132px;
	height: 50px;
	top: -50px;
}
.message-block {
	margin-top: 40px;
	padding: 20px 10px 40px;
}
.ttl-flex {
	align-items: center;
	flex-direction: column;
}
.message-ttl-h3 {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.representative-photo-1 {
	margin-top: 15px;
}
.profile-flex {
	flex-direction: column;
	margin-top: 20px;
}
.profile-txt {
	font-size: 12px;
}
.message-txt {
	font-size: 12px;
	margin-top: 20px;
}
.message-txt:nth-of-type(n+2) {
	margin-top: 1.5em;
}
.profile-head-sp {
	display: flex; 
	justify-content: flex-start;
	align-items: flex-end;
	gap: 16px;
}
.profile-photo {
	width: 118px;
	flex: none;
}
.representative-ttl {
	font-size: 13px;
}
.representative-post {
	font-size: 13px;
	margin-top: 20px;
}
.representative-name {
	font-size: 13px;
	margin-top: 5px;
}
.profile-link-txt {
	font-size: 13px;
	text-align: left;
	margin-top: 30px;
}
.profile-link-txt a {
	display: inline-block;
	margin-top: 10px;
}
.profile-block .sns-list {
	justify-content: center;
	position: relative;
	top: inherit;
	right: inherit;
	margin-top: 50px;
}
.message .switches-block {
	margin-top: 15px;
}
.swiper {
	margin-top: 20px;
}
.swiper-wrapper {
	padding-inline: 0;
}
.btn-wrap {
	display: none;
}
}