@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');


.uvcut a {
	color: inherit;
}

.uvcut a:hover {
	text-decoration: none;
}

body{
    overflow-x: hidden;
}

.fv_wrap {
	overflow: hidden;
}

.fv_image {
	width: 1920px;
	position: relative;
	top: 0;
	left: calc((100% - 1920px) / 2.0);
}

.fv_image img {
	display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	.fv_image {
		left: calc(-100% * 360 / 1200);
		width: calc(100% * 1920 / 1200);
	}

}

.uvcut {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;

}

.uvcut img {
	max-width: 100%;
	height: auto;
}

.unit-block-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}

.decoration .illust01,
.decoration .illust02{
    position: absolute;
    z-index: 0;
}

.decoration .illust01{
    right: -100px;
    top: 0px;
    width: 16%;
}

.decoration .illust02{
    left: -50px;
    bottom: 30px;
    transform: rotate(30deg);
    width: 15%;
}



.catch {
	background: #ecfbff;
	padding: 60px 0 0;
}

.catch .unit-block-inner::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 25vw 0 25vw;
	border-color: #ecfbff transparent transparent transparent;
	transform: translateX(-50%);
}

.catch01 span, .catch02 span {
	background: #fffad8;
}


.catch02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
    font-weight: 500;
	line-height: 1.8;
	max-width: 1090px;
	font-size: 16px;
    position: relative;
    z-index: 1;
    transform: rotate(0.05deg);
}

.catch02 > li:nth-child(1) {
	width: 58%;
}

.catch02 > li:nth-child(2) {
	width: 40%;
	padding: 0 20px;
}

.catch03 {
	text-align: center;
	margin: 40px 0 0;
	font-size: clamp(22px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.3;
    transform: rotate(0.05deg);
}

.lace-curtain {
	background: #ffffe5;
}

.lace-curtain .unit-block-inner {
	padding: 110px 0 0;
}

.unit-title {
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 600;
	color: #147490;
	text-align: center;
    transform: rotate(0.05deg);
}

.cutoff .unit-title{
    font-size: clamp(28px, 4vw, 40px);
    transform: rotate(0.05deg);
}

.unit-title .title-en{
    font-style: normal;
    display: block;
    font-size: 50%;
    margin: 10px 0 0;
}

.unit-title span {
	font-size: 140%;
}

.pointlist {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px auto;
	justify-content: space-between;
}

.pointlist li {
	width: 30%;
	background: #fff;
	padding: 20px;
	text-align: center;
	font-weight: 500;
	position: relative;
	box-shadow: #efefef 2px 2px 5px;
	border-radius: 20px;
	line-height: 1.5;
}

.pointlist li p{
    transform: rotate(0.05deg);
}

.pointlist li .point-ico {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, transparent 20%, #fffeaf 80%);
}

.lace-item-list {
	display: flex;
	justify-content: space-between;
    position: relative;
    z-index: 1;
}

.lace-item-list>li {
	width: 290px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cccccc;
}

.lace-item-list>li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.lace-item-list .item-tag {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 15px 0;
}

.lace-item-list .item-tag li {
	margin: 0 5px 5px 0;
	padding: 6px;
	border-radius: 999px;
	border: 1px solid #666666;
	line-height: 1;
	font-size: 13px;
    font-weight: 500;
    transform: rotate(0.05deg);
}

.lace-item-list .item-text-box .item-text {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0;
    text-align: justify;
    transform: rotate(0.05deg);
}

.lace-item-list .item-title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 15px 0;
    transform: rotate(0.05deg);
}

.item-text-box {
	padding: 0 15px;
}
.cutoff-item-list li a,
.lace-item-list li a{
    transition: .5s;
}
.cutoff-item-list li a:hover  .cv-btn,
.lace-item-list li a:hover .cv-btn{
    background: #147490;
}

.lace-item-list .item-text-box .cv-btn {
	background: #333;
	color: #fff;
	padding: 13px 0;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	margin: 20px 0;
	font-size: 14px;
    position: relative;
    transform: rotate(0.05deg);
}

.lace-item-list-outter{
    padding: 0 0 80px;
}

.cutoff{
    background: #ecfbff;
    padding: 0 0 60px;
}

.cutoff .block-title{
    background: #147490;
    color: #fff;
    font-size: clamp(24px, 4vw, 40px);
    text-align: center;
    padding: 20px 0;
    font-weight: 500;
    transform: rotate(0.05deg);
}

.cutoff .block-title span{
    display: block;
    font-size: 150%;
    transform: rotate(0.05deg);
}

.cutoff-navi{
    display: flex;
    max-width: 800px;
    margin: 30px auto;
    justify-content: space-between;
}

.cutoff-navi li{
    background: #fff;
    width: 32%;
    max-width: 246px;
    box-shadow: 2px 2px 10px #dcf7fe;
    border-radius: 10px;
    overflow: hidden;
}

.cutoff-navi li p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    transform: rotate(0.05deg);
}

.cutoff-unit .unit-title{
    margin: 60px 0 40px;
}

.cutoff-item-outter{
    margin: 20px 0 0;
}
.cutoff-item-list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 1;
}

.cutoff-item-list::after{
    display: block;
    content: "";
    max-width: 320px;
    width: 32%;
}

.cutoff-item-list > li{
    max-width: 320px;
    width: 32%;
    display: flex;
    margin: 0 0 40px;
}

.cutoff-item-list > li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.cutoff-item-list > li a .top-cont,
.cutoff-item-list > li a .bottom-cont{
    width: 100%;
}

.cutoff-item-list > li .item-text,
.cutoff-item-list > li .item-tag{
    margin: 10px 0 0;
    font-weight: 500;
    letter-spacing: 0em;
}

.cutoff-item-list > li .item-text{
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    transform: rotate(0.05deg);
}

.bottom-cont .item-tag{
    display: flex;
    flex-wrap: wrap;
}

.bottom-cont .item-tag li{
    background: #eeeeee;
    padding: 5px;
    line-height: 1;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-feature-settings: "palt" 1;
    transform: rotate(0.05deg);
}

.bottom-cont .cv-btn{
    background: #333;
	color: #fff;
	padding: 13px 0;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	margin: 10px 0 0;
	font-size: 14px;
    position: relative;
    transform: rotate(0.05deg);
}



/*.cutoff-item-list > li:nth-last-child(-n+3){
    margin: 0;
}
*/
.top-link{
    max-width: 500px;
    margin: 60px auto 0;
}
.top-link a{
    background: #147490;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 99px;
    font-weight: 500;
    position: relative;
    transform: rotate(0.05deg);
}

.lace-item-list .item-text-box .cv-btn::after,
.bottom-cont .cv-btn::after,
.top-link a::after{
    content: "";
    position: absolute;
    right: 20px;
    width: 6px;
    height: 6px;
    top:50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.cutoff-unit .unit-title{
    margin: 60px 0 30px;
}

@media screen and (max-width:768px) {
	.fv_image {
		left: 0;
		width: 100%;
	}

	.fv_image img {
		width: 100%;
	}

	.unit-block-inner {
		padding: 0 15px;
	}

	.lace-curtain .unit-block-inner {
		padding: 90px 15px 0;
	}

	.catch02 > li:nth-child(1),
	.catch02 > li:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.catch02 > li:nth-child(2) {
		margin: 40px 0 0;
	}

	.catch .unit-block-inner::after {
		bottom: -60px;
		border-width: 60px 50vw 0 50vw;
	}

	.pointlist li {
		width: 100%;
		margin: 0 0 40px;
		padding: 10px;
	}

    .pointlist li:last-child{
        margin: 0;
    }

	.lace-item-list-outter {
		overflow-x: scroll;
	}

	.lace-item-list {
		width: 1200px;
	}

    .cutoff-item-list > li{
        width: 48%;
    }

    .cutoff-item-list > li:nth-last-child(3){
        margin: 0 0 40px;
    }

    .cutoff-item-list > li:nth-last-child(-n+2){
        margin: 0;
    }

    .decoration .illust01,
    .decoration .illust02{
        display: none;
    }




}

@media screen and (max-width:414px) {
    .unit-block-inner{
        padding: 0 10px;
    }

    .cutoff-item-list{
        padding: 15px;
    }

    .top-link{
        margin: 60px 20px 0;
    }
}

/*--animation--*/

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0) rotateZ(0.05deg);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0) rotateZ(0.05deg);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0) rotate(0.05deg);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0) rotate(0.05deg);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*--//animation--*/