@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -1.112rem + 10.91vw, 65px);/*375-768*/
	--cts-width: 1242px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/
	--cts-font-1: "Zen Old Mincho", serif;
	/* font-weight: 400;
	font-weight: 500;
	font-weight: 700; */

	--cts-font-2: "Outfit", sans-serif;
	/* 
	Thin 100
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	Black 900
	*/

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-color1: #FFFFFF;
	--cts-color2: #C1EBFE;
	--cts-color3: #10A9EE;
	--cts-color4: #005189;
	--cts-color5: #002063;
	--cts-color6: #FF1E26;
	--cts-color7: #000000;
	--cts-color8: #202020;
}


/* 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;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.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;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@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);
	font-weight: 400;
	color: var(--cts-color1);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.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;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
    right: 24px;
    width: 9px;
    height: 9px;
    border-right: 1px solid;
    border-bottom: 1px solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}

/* コンテンツ
____________________*/
.contents__wrap {
	/* background: url(../../../event/secret/images/bg_2_pc.webp) no-repeat center top /cover fixed; */
	background: #535353;
	padding-block-end: 0;
}
.contents__wrap .link__inner {
	color: var(--cts-bg);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: var(--cts-color);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(10px,0.337rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.ttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #000;
	padding: 20px 0 1px;
	margin: 65px 0 0;
}
.ttl_wrap:nth-of-type(1) {
	background: #363636;
	margin: 0;
}
.ttl_wrap .section-ttl {
	width: 100%;
	color: var(--cts-color1);
	font-size: clamp(16px, 0.245rem + 2.61vw, 36px);
	line-height: 1.7;
	text-align: center;
	padding-bottom: 15px;
}
.section-sub-ttl_block {
	width: 100%;
	text-align: center;
	background: var(--cts-color1);
}
.section-sub-ttl {
	color: #333333;
	font-size: clamp(13px, 0.145rem + 2.61vw, 30px);
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
}
.ttl_wrap:nth-of-type(1) .section-sub-ttl {
	color: #363636;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
.main-subttl_block {
	display: none;
}
/* lineup
____________________*/
.contents--lineup {
	position: relative;
	z-index: 2;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 0;
	margin-bottom: 0;
}
.lineup--list {
	width: 100%;
	margin: 35px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
    flex-wrap: wrap;
	gap: 38px;
}
.lineup--list_item {
	width: 100%;
	max-width: 345px;
	padding: 0;
	color: var(--cts-color7);
	background: var(--cts-color1);
	box-sizing: border-box;
}
.catch_warp {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 20px 15px;
	width: 100%;
	color: var(--cts-color1);
	text-align: center;
	background-image: linear-gradient(180deg, rgba(229, 221, 9, 1), rgba(198, 169, 17, 1) 15%, rgba(175, 150, 12, 1) 85%, rgba(194, 175, 11, 1) 95%, rgba(159, 130, 12, 1));
	box-sizing: border-box;
}
.catch_warp .catch {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
}
.model__detail {
	width: 100%;
	padding: 30px 20px 25px;
	box-sizing: border-box;
}
.model__name {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}
.model_image {
	width: 100%;
	max-width: 252px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.model_image .pd-mark {
	width: 100px;
	position: absolute;
    top: 20px;
    left: -20px;
}
.model__txt_block {
	margin: 20px 0 0;
}
.model__spec-list {
	font-size: clamp(12px, 0.245rem + 1.61vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
.model__spec-list .model__spec-item {
	display: flex;
	justify-content: flex-start;
	gap: 45px;
}
.model__spec-list .model__spec-item .spec_name {
	width: 87px;
	display: inline-block;
	white-space: nowrap;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model__price {
	color: var(--cts-color6);
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
}
.model__price .model__tax {
	font-size: 18px;
	font-weight: 500
}
.model__price_block .link__inner {
	color: var(--cts-color1);
	font-size: clamp(13px, 0.245rem + 1.61vw, 15px);
	font-weight: 500;
	max-width: 360px;
	background: var(--cts-color6);
	border-radius: 0;
}
.model__price_block .link__inner span {
	text-align: center;
}
.model__price_block .link__inner::after {
	width: 7px;
    height: 7px;
	border-color: var(--cts-color5);
	border-right: 2px solid;
    border-bottom: 2px solid;
}
.lineup--list_link {
	width: 100%;
	max-width: 315px;
	display: none;
}
.link__block {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 40px;
}
.link__block .link__inner {
	color: var(--cts-color1);
    font-size: clamp(13px, 0.245rem + 1.61vw, 15px);
    font-weight: 500;
	width: 100%;
	max-width: 345px;
	background: var(--cts-color6);
	border-radius: 0;
	margin-top: 0;
}
.swiper {
	padding-bottom: 35px;
	overflow: visible;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, -11px) !important;
	display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, -11px) !important;
	display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: none;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
	background: var(--cts-color1) !important;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
.swiper-pagination-bullet-active {
	background: var(--cts-color6) !important;
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents__wrap {
	background: var(--cts-color8);
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
.scroll_down {
	margin-top: 30px;
}
.scroll_down p {
	opacity: 1;
	-webkit-transition: all .5s ease-in 3s;
	transition: all .5s ease-in 3s;
}
.scroll_down p {
	color: var(--cts-color1);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	left: 50%;
	display: block;
	background-size: 14px auto;
	z-index: 2;
	text-decoration: none; 
	transform: translate(-50%, -50%);
}
.scroll_down p:before {
	position: absolute;
	top: calc(50% + 25px);
	left: calc(50% - 6px);
	transform: rotate(-45deg);
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	border: 2px solid var(--cts-color1);
	border-width: 0px 0 2px 2px;
	animation: bounce 2s linear infinite;
	animation: bounce 2s linear infinite;
}
.scroll_down p:after {
	position: absolute;
	width: 26px;
	height: 26px;
	border: 2px solid var(--cts-color1);
	content: "";
	border-radius: 50%;
	top: calc(50% + 17px);
	left: calc(50% - 15px);
}
@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	70%,
	80% {
		-webkit-transform: translateY(0)rotate(-45deg);
		-ms-transform: translateY(0)rotate(-45deg);
		transform: translateY(0)rotate(-45deg);
	}
	40% {
		-webkit-transform: translateY(-8px)rotate(-45deg);
		-ms-transform: translateY(-8px)rotate(-45deg);
		transform: translateY(-8px)rotate(-45deg);
	}
	60% {
		-webkit-transform: translateY(-4px)rotate(-45deg);
		-ms-transform: translateY(-4px)rotate(-45deg);
		transform: translateY(-4px)rotate(-45deg);
	}
}
.main-subttl_block {
	width: 100%;
	padding:25px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: block;
	z-index: 1;
	margin-top: 90px;
}
.main-subttl_block::before {
	content: "";
	width: 335px;
	height: 18px;
	background: url(../../../event/secret/images/line-gold.webp) no-repeat center center/contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.main-subttl_block::after {
	content: "";
	width: 335px;
	height: 18px;
	background: url(../../../event/secret/images/line-gold.webp) no-repeat center center/contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.main-subttl {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 55px;
}
.lineup--list {
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0;
	margin: 20px 0 0;
}

.lineup--list_item {
	height: initial !important;
	max-width: initial !important;
	display: flex;
	flex-direction: column;
}
.catch_warp {
	padding: 15px 20px 15px;
}
.model__detail {
    padding: 15px 18px 18px;
}
.model__name {
	font-size: 15px;
}
.model_image {
	max-width: 160px;
}
.model_image .pd-mark {
    width: 80px;
    position: absolute;
    top: 30px;
    left: -60px;
}
.model__txt_block {
    margin: 10px 0 0;
}
.contents__wrap .link__inner {
	min-height: 45px;
	margin-top: 10px;
}
.lineup--list_link {
	width: 100% !important;
	max-width: initial !important;
	padding: 18px;
    box-sizing: border-box;
	background: #253640 url(../../../event/secret/images/sp-slide-bg.webp) no-repeat center top/cover;
	height: initial !important;
	display: flex;
	flex-direction: column;
}
.link-ttl {
	color: var(--cts-color1);
	font-family: var(--cts-font-2);
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.05em;
}
.link-image {
	width: 100%;
	margin: auto;
}
.link-image.w90p {
	width: 90%;
} 
.lineup--list_link .link__inner {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-width: inherit;
	min-height: 58px;
	background: var(--cts-color6);
	border-radius: 0;
	margin-top: auto;
}
.swiper {
	max-width: 315px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	width: 35px !important;
	height: 20px !important;
	display: block;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	width: 35px !important;
	height: 20px !important;
	display: block;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: none !important;
}
.link__block {
	display: none;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/* service
____________________*/
.p-lightning {
    overflow: hidden;
    line-height: 1.8;
    color: #fff;
    font-size: min(30 / 750* 100vw, 18px);
    background: #000;
}
.p-lightning__heading--black {
    color: #484848;
}
.p-lightning__heading {
    position: relative;
	font-size: min(32px, 8vw);
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 24px;
    margin-bottom: 28px;
}
.p-lightning__heading::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: no-repeat url(../../../general/lightning-g/images/line-title.webp) center / cover;
}
.p-lightning__section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 60px calc(70vw - 50%);
}
.p-lightning__section.p-lightning__service{
	background:repeat url(../../../service/safety-service/images/bg-pattern2.png?$staticlink$) left top/auto #f2fafe;
	color:#000;
}
.p-lightning__section.p-lightning__service>article{
	background-color: rgb(255 255 255 / 85%);
	padding: 30px;
}
.p-lightning__section.p-lightning__service>article h3.safety-service-sub{
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .06em;
	font-weight: bold;
	/*background-image: linear-gradient(90deg, #9fd4ff, #86ffb5);*/
	padding: .2em;
}
.p-lightning__section.p-lightning__service>article h3.safety-service-sub .accent{
	color:#e00;
}
.p-lightning__section.p-lightning__service>article h3.safety-service-sub strong.point{
	display:inline-block;
	background-image: linear-gradient(to top,rgba(250,208,98,0.5) 0%,rgba(250,208,98,0.5) 30%,transparent 30%);
	padding: 0 0.1em;
}
.p-lightning__section.p-lightning__service>article .detail-text{
	margin-top:20px;
	padding:.5em 1em;
	border-top:1px solid #888;
}
.p-lightning__section.p-lightning__service>article .content-wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .camp-wrapper{
	color:#e00;
	background-color:#fee;
	padding:15px;
	margin-top:20px;
	box-shadow:4px 4px 0px rgba(255,40,40,0.3);
}
.p-lightning__section.p-lightning__service>article .content-wrapper .camp-wrapper ul.attention{
	margin-left:1em;
	font-size: 14px;
	color: #e44;
	line-height: 1.3;
	margin-top: 10px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .camp-wrapper ul.attention>li{
	text-indent:-1em;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .camp-wrapper ul.attention>li::before{
	content:'※';
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service{
margin-top:60px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-sub{
text-align:center;
font-size:30px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-merit-sub{
font-weight:700;
/*font-style:italic;*/
letter-spacing:.05em;
background-image:linear-gradient(to top,rgba(250,208,98,0.5) 0%,rgba(250,208,98,0.5) 30%,transparent 30%);
display:inline-block;
padding:0 .06em;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-merit-sub.large-sub{
font-size:24px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-body{
text-align:center;
margin-top:20px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list{
display:flex;
justify-content:space-between;
align-items:stretch;
gap:60px;
margin-top:20px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list>li{
min-width:380px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list .bubble{
position: relative;
background: #004da1;
color: #fff;
font-weight: 700;
padding: 10px 24px;
text-align: center;
width: 300px;
min-width: fit-content;
max-width: 100%;
border-radius: 20px / 50%;
margin: 0 auto 40px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list .bubble::after{
content:'';
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, -2px);
width: 18px;
height: 12px;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
background: #004da1;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list>li .about-safety-service-merit-sub{
margin-bottom:20px;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .info-text{
font-size:13px;
margin-top:10px;
}
.p-lightning__section.p-lightning__service>article h3.safety-service-sub br.dynamic-disp{
display:none;
}
.p-lightning__section.p-lightning__service a.safety-service-lp-link{
margin-top: 30px;
display: flex;
text-align: center;
font-size: 30px;
border-radius: 7px;
background-color: #3F51B5;
background-image: linear-gradient(to left, #00f5ffb0 0%, #0088ee88 100%);
color: #fff;
padding: 10px;
justify-content: center;
align-items: center;
transition: opacity .2s;
position: relative;
padding-right: 50px;
width:100%;
}
.p-lightning__section.p-lightning__service a.safety-service-lp-link::after{
content: '';
position: absolute;
right: 30px;
top: calc(50% - 17px / 2);
border-top: 3px solid #fff;
border-right: 3px solid #fff;
width: 17px;
height: 17px;
transform: rotateZ(45deg);
}
.p-lightning__section.p-lightning__service a.safety-service-lp-link:hover{
opacity:.7;
}
.p-sale2024_coupon{
margin-top: 80px;
}
@media screen and (max-width:1270px){
.p-lightning__section.p-lightning__service>article h3.safety-service-sub br.dynamic-disp{
	display:block;
}
}

@media screen and (max-width:950px){
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list>li{
	min-width:unset;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list{
	flex-direction:column;
}
}

@media screen and (max-width:767px){
.p-lightning__section {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 60px calc(54vw - 50%);
}
.p-lightning__section.p-lightning__service>article{
	padding:3vw;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .info-text{
	text-align:left;
}
.p-lightning__section.p-lightning__service a.safety-service-lp-link{
	font-size:4vw;
	padding:10px 0;
}
}

@media screen and (max-width:637px){
.p-lightning__section.p-lightning__service>article h3.safety-service-sub{
	font-size:6.4vw;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-merit-sub{
	font-size:3.8vw;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-merit-sub.large-sub,
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .benefit-list>li .about-safety-service-merit-sub{
	font-size:3.7vw;
}
.p-lightning__section.p-lightning__service>article .content-wrapper .about-safety-service .about-safety-service-sub{
	font-size:5vw;
}
}

/* フェードイン
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */