.fs-l-main,
.fs-l-main,
.fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
	padding: 0;
}

.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--sans: "Noto Sans JP", sans-serif;
}

.lp_wrap {
	position: relative;
	font-size: 10px;
	margin: 0 0 15em;
	font-weight: 400;
	overflow: hidden;
}

.lp_wrap * {
	font-size: 10px;
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--sans);
	color: #222;
}

.lp_wrap img {
	width: 100%;
	display: block;
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.lp_wrap {
		font-size: 0.8vw;
	}
	.lp_wrap * {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap {
		font-size: 1.3333vw;
	}
	.lp_wrap * {
		font-size: 1.3333vw;
	}
}
.lp_wrap .fv {
	margin: 0 0 12em;
}
.lp_wrap .fv + p {
	font-size: 2.2em;
	line-height: 2em;
	margin: 0 0 5.4545em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .fv + p {
		font-size: 2.5em;
		margin: 0 0 4.8em;
	}
}
.lp_wrap .fv + p img {
	position: absolute;
}
.lp_wrap .fv + p span {
	font-size: 1.2em;
	color: #eea294;
	font-weight: 600;
}
.lp_wrap .more_link {
	font-size: 3em;
	width: 20em;
	margin: auto;
	aspect-ratio: 600/80;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.lp_wrap .armcover {
	padding: 12em 0;
	background: #fffbf1;
	text-align: center;
}
.lp_wrap .armcover h2 {
	font-size: 5em;
	margin: 0 0 1em;
	line-height: 1.1818em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	letter-spacing: 0.075em;
	margin: 0 0 1em;
}
.lp_wrap .armcover h2 span {
	color: #eea294;
	font-size: 1em;
	display: block;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.lp_wrap .armcover h2 img {
	position: absolute;
}
.lp_wrap .armcover h2 img {
	width: 26.3em;
	top: -5em;
	left: -15em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover h2 img {
		width: 25em;
		left: -7em;
		top: -6em;
	}
}
.lp_wrap .armcover > div {
	width: 108em;
	margin: 0 auto 12em;
	padding: 0 0 9em;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover > div {
		width: 92%;
	}
}
.lp_wrap .armcover > div ul {
	margin: 0 0 2em;
}
.lp_wrap .armcover > div ul li {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover > div ul li {
		display: block;
	}
}
.lp_wrap .armcover > div ul li > * {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover > div ul li > * {
		width: 100%;
	}
}
.lp_wrap .armcover > div ul li + li {
	flex-direction: row-reverse;
}
.lp_wrap .armcover > div ul li p {
	font-size: 2em;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover > div ul li p {
		font-size: 2.5em;
		padding: 3.6em 0;
	}
}
.lp_wrap .armcover > div > img {
	width: 80em;
	margin: 0 auto 8em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover > div > img {
		width: 92%;
	}
}
.lp_wrap .armcover > div .more_link {
	border: 2px solid #eea294;
	color: #eea294;
	text-decoration: none;
}
.lp_wrap .armcover > div .more_link:hover {
	color: #fff;
	background: #eea294;
}
.lp_wrap .armcover .sun {
	margin: 0 0 15em;
	display: flex;
}
@media screen and (max-width: 768px) {
	.lp_wrap .armcover .sun {
		overflow-x: scroll;
		padding: 0 0 2em;
	}
	.lp_wrap .armcover .sun li {
		min-width: 55em;
	}
}
.lineup h3 {
	width: 100%;
	height: 13em;
	margin: 0 0 6em;
}
@media screen and (max-width: 768px) {
	.lineup h3 {
		margin: 0 0 4em;
	}
}
.lineup h3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lineup h3 + p {
	margin: 0 0 3em;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.lineup h3 + p {
		font-size: 2.5em;
	}
}
.lineup h3 + p span {
	font-size: large;
	font-weight: bold;
}
.lineup .item {
	width: 108em;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 6em 4%;
}
@media screen and (max-width: 768px) {
	.lineup .item {
		width: 92%;
		flex-direction: column;
		gap: 6em;
	}
}
.lineup .item li {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.lineup .item li {
		width: 100%;
	}
}
.lineup .item li .icon {
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	gap: 1.2em;
}
.lineup .item li .icon li {
	width: 10em;
}
@media screen and (max-width: 768px) {
	.lineup .item li .icon li {
		width: 12.4em;
	}
}
.lineup .item li a img {
	margin: 0 0 2.5em;
}
.lineup .item li p {
	margin: 0 0 1.5em;
	font-size: 2em;
	line-height: 1.5em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.lineup .item li p {
		font-size: 2.4em;
	}
}
.lineup .item li a:last-child {
	width: 13.8em;
	aspect-ratio: 345/70;
	margin: auto;
	font-size: 2.5em;
	font-weight: bold;
	border: 2px solid #eea294;
	color: #eea294;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.lineup .item li a:last-child:hover {
	color: #fff;
	background: #eea294;
}

.lineup_stockings .item li a:last-child {
	width: 13.8em;
	aspect-ratio: 345/70;
	margin: auto;
	font-size: 2.5em;
	font-weight: bold;
	border: 2px solid #058adb;
	color: #058adb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.lineup_stockings .item li a:last-child:hover {
	color: #fff;
	background: #058adb;
}
@media screen and (max-width: 768px) {
	.lineup .item li a:last-child {
		font-size: 3em;
	}
	.lineup_stockings .item li a:last-child {
		font-size: 3em;
	}
}
.lp_wrap .cool {
	padding: 12em 0;
	text-align: center;
}
.lp_wrap .lineup_stockings {
	padding: 0 0 12em ;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool {
    	padding: 12em 0;
	}
    .lp_wrap .lineup_stockings {
    	padding: 0 0 12em ;
    }
}
.lp_wrap .cool h2 {
	font-size: 5em;
	margin: 0 0 1em;
	line-height: 1.1818em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	letter-spacing: 0.075em;
}
.lp_wrap .cool h2 span {
	color: #058adb;
	font-size: 1em;
	display: block;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.lp_wrap .cool h2 img {
	position: absolute;
}
.lp_wrap .cool h2 span {
	display: inline;
}
.lp_wrap .cool h2 img {
	width: 7.1em;
	top: -3.6em;
	left: 11em;
}
.lp_wrap .cool h2 + img {
	width: 23.8em;
	margin: 0 auto 0.5em;
	display: block;
}
.lp_wrap .cool .list {
	width: 108em;
	margin: 0 auto 8em;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool .list {
		width: 92%;
		flex-direction: column;
	}
}
.lp_wrap .cool .list > * {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool .list > * {
		width: 100%;
	}
}
.lp_wrap .cool .list p {
	font-size: 2em;
	line-height: 2em;
	padding: 0 2.35em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool .list p {
		margin: 3.2em 0;
		font-size: 2.5em;
	}
}
.lp_wrap .cool .hikaku {
	text-align: center;
}
.lp_wrap .cool .hikaku h3 {
	font-size: 4em;
	margin: 0 0 1em;
	color: #058adb;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.lp_wrap .cool .hikaku h3::before, .lp_wrap .cool .hikaku h3::after {
	content: "";
	width: 3px;
	height: 100%;
	background: #058adb;
	position: absolute;
	bottom: -0.2em;
}
.lp_wrap .cool .hikaku h3::before {
	left: -0.625em;
	transform: rotate(-30deg);
}
.lp_wrap .cool .hikaku h3::after {
	right: -0.625em;
	transform: rotate(30deg);
}
.lp_wrap .cool .hikaku h3 span {
	font-size: 1.2em;
	color: #058adb;
	font-weight: bold;
}
.lp_wrap .cool .hikaku h3 + img {
	width: 84em;
	margin: 0 auto 7em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool .hikaku h3 + img {
		width: 92%;
	}
}
.lp_wrap .cool .hikaku a {
	width: 20em;
	aspect-ratio: 600/80;
	font-size: 3em;
	margin: auto;
	color: #058adb;
	border: 2px solid #058adb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.lp_wrap .cool .hikaku a:hover {
	color: #fff;
	background: #058adb;
}
@media screen and (max-width: 768px) {
	.lp_wrap .cool .hikaku a {
		font-size: 3.2em;
	}
}
.lp_wrap .stockings h2 {
	font-size: 5em;
	margin: 0 0 1em;
	line-height: 1.1818em;
	font-weight: bold;
	position: relative;
	display: inline-block;
	letter-spacing: 0.075em;
	text-align: center;
	display: block;
}
.lp_wrap .stockings h2 span {
	color: #058adb;
	font-size: 1em;
	display: block;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.lp_wrap .stockings h2 img {
	position: absolute;
}
.lp_wrap .stockings h2 span {
	display: inline;
}
.lp_wrap .stockings h2 + p {
	margin: 0 0 4em;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings h2 + p {
		font-size: 2.5em;
	}
}
.lp_wrap .stockings ul {
	width: 108em;
	margin: 0 auto 18em;
	display: flex;
	gap: 7em 4%;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings ul {
		width: 92%;
		flex-direction: column;
	}
}
.lp_wrap .stockings ul li {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings ul li {
		width: 100%;
	}
}
.lp_wrap .stockings ul li img {
	margin: 0 0 2.5em;
}
.lp_wrap .stockings ul li p {
	margin: 0 0 1em;
	font-size: 2em;
	line-height: 1.5em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings ul li p {
		font-size: 2.4em;
	}
}
.lp_wrap .stockings ul li a:last-child {
	font-size: 2.5em;
	width: 13.8em;
	aspect-ratio: 345/70;
	margin: auto;
	border: 2px solid #058adb;
	color: #058adb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.lp_wrap .stockings ul li a:last-child:hover {
	color: #fff;
	background: #058adb;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings ul li a:last-child {
		font-size: 3em;
	}
}
.lp_wrap .stockings .uv {
	text-align: center;
	position: relative;
}
.lp_wrap .stockings .uv::before {
	content: "";
	width: 9.8em;
	aspect-ratio: 98/57;
	background: url(../images/uv.png) no-repeat center/contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -6em;
}
.lp_wrap .stockings .uv h3 {
	font-size: 3.2em;
	margin: 0 0 1.8em;
	line-height: 1.5em;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings .uv h3 {
		font-size: 3em;
	}
}
.lp_wrap .stockings .uv h3::before, .lp_wrap .stockings .uv h3::after {
	content: "";
	width: 3px;
	height: 100%;
	background: #222;
	position: absolute;
	bottom: -0.2em;
}
.lp_wrap .stockings .uv h3::before {
	left: -1em;
	transform: rotate(-30deg);
}
.lp_wrap .stockings .uv h3::after {
	right: -1em;
	transform: rotate(30deg);
}
.lp_wrap .stockings .uv h3 .large {
	font-size: 1.2em;
}
.lp_wrap .stockings .uv h3 .bold {
	font-size: 1em;
	font-weight: bold;
}
.lp_wrap .stockings .uv h3 em {
	font-size: 1em;
	color: #058adb;
	font-style: italic;
}
.lp_wrap .stockings .uv h3 strong {
	font-size: 1.5em;
	color: #058adb;
	font-weight: bold;
}
.lp_wrap .stockings .uv a {
	width: 20em;
	margin: auto;
	aspect-ratio: 600/80;
	font-size: 3em;
	color: #fff;
	background: #eea294;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.lp_wrap .stockings .uv a {
		font-size: 3.2em;
	}
}

.point_sec{
    max-width: 900px;
    width: 100%;
    margin: 6rem auto;
}
.point_sec .point_ttl{
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
	line-height: 1.7;
}
.point_sec .point_flex{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.point_sec .point_flex::before{
    position: absolute;
    content: "";
    background-image: url(https://fukuskeonline.itembox.design/item/lp/uvcare/images/point_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 108px;
    height: 31px;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.point_sec .point_flexitem{
    display: block !important;
    max-width: 410px;
    width: 100%;
}
.point_sec .point_flexitem:first-child{
    margin-bottom: 0rem;
}
.point_sec .point_flexitem img{
    width: 100% !important;
}
.point_sec .point_flexitem .point_flextext{
    background-color: #fcee7c;
    width: 100%;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}
.point_img{
    margin-bottom: 3rem !important;
}
.point_text{
    font-size: 20px;
    text-align: center;
    margin-bottom: 8rem;
        line-height: 1.5;
}
@media screen and (max-width:768px){
    .point_sec .point_flex{
        display: block;
    }
    .point_sec .point_flexitem{
        margin: 0 auto;
    }
    .point_sec .point_flexitem:first-child{
        margin-bottom: 6rem;
    }
    .point_sec .point_flex::before{
        transform: rotate(90deg) translate(-50%, -50%);
        top: 57%;
        left: 40%;
        background-size: 50%;
		background-position: center;
    }
    .point_sec .point_flexitem .point_flextext{
        font-size: 1.6rem;
    }
    .point_text{
        font-size: 16px;
        text-align: center;
        margin-bottom: 8rem;
    }
	.point_sec .point_ttl{
		font-size: 2rem;
	}
	.point_sec {
		margin: 6rem auto;
		padding: 0 2rem;
	}
}
@media screen and (max-width:500px){
    .point_sec .point_flex::before{
        left: 28%;

    }
}

/*# sourceMappingURL=styles.css.map */

/* 2025追加 */
.example{
	position: relative;
	
}
.example::before{
	position: absolute;
    content: "";
    background-image: url(../../images/2025/icon01.png);
    background-repeat: no-repeat;
    aspect-ratio: 71 / 112;
    width: 142px;
    height: 224px;
    z-index: 1;
    top: -12%;
	right: 25%;
}
.example::after{
	position: absolute;
    content: "";
    background-image: url(../../images/2025/icon02.png);
    background-repeat: no-repeat;
    aspect-ratio: 121 / 122;
    width: 121px;
    height: 122px;
    z-index: 1;
	bottom: -24%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.example_bg{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 80px;
	background: #308adb;
	clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
}

.example_subttl{
	position: relative;
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #fff;
}

.example_txt{
	padding-top: 50px;
	
}
.example_txt li{
	color: #fff;
	font-size: 24px;
	line-height: 1.8;
	display: flex;
	margin-bottom: 20px;
}
.example_txt li img{
	object-fit: contain;
	max-width: 42px;
	height: 100%;
	margin-right: 20px;
}

.solve{
	margin: 85px auto;
	text-align: center;
}
.solve p{
	font-size: 30px;
	color: #308adb;
	font-weight: bold;
}
.solve h2{
	margin-top: 20px;
	font-size: 45px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ffe816 70%);
	display: inline-block;
}
@media screen and (max-width:1280px){
	.example::before{
		right: 10%;
	}
}
@media screen and (max-width:1024px){
	.example::before{
		right: 5%;
	}
}
@media screen and (max-width:768px){
	.example::before{
		background-size: 50%;
		right: -17%;
	}
	.example::after{
		background-size: 70%;
		bottom: -32%;
		left: 50%;
		background-position: center;
	}
	.example_subttl{
		font-size: 24px;
		padding-bottom: 15px;

	}
	.example_bg{
		margin: 0 10px;
		padding: 40px 30px;
		clip-path: polygon(0 0, 0 95%, 50% 100%, 100% 95%, 100% 0);
	}
	.example_txt{
		padding-top: 20px;
		
	}
	.example_txt li{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.example_txt li img{
		max-width: 15px;
		margin: 5px 5px 0 0;
	}
	.solve{
		margin: 85px auto 60px; 
		text-align: center;
	}
	.solve p{
		font-size: 20px;
	}
	.solve h2{
		margin-top: 10px;
		font-size: 24px;
	}
}