body {
	background: #fdf4ec;
}
.visual {
	height: 928px;
}
.visual .swiper-slide {
	height: 928px;
}
.visual .slide01 {
	background: url("../images/visual-img01.png")no-repeat 50% 50% / auto 100%;
}
.visual .slide02 {
	background: url("../images/visual-img02.png")no-repeat 50% 50% / auto 100%;
}
.visual .swiper-slide .text {
    position: absolute;
    left: 10%;
    top: 35%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #544d4a;
    text-align: center;
    letter-spacing: -1px;
}
.visual .swiper-slide .text div {
    position: relative;
    opacity: 0;
    transform: translateY(50%);
    transition: all .7s ease-in-out;
}
.visual .swiper-slide .text strong {
	display: block;
}
.visual .swiper-slide.slide02 .text {
    top: 20%;
	left: auto;
	right: 25%;
	text-align: left;
	color: #fff;
}
.visual .swiper-slide-active .text div {
	opacity: 1;
	transform: translateY(0);
}
.visual .swiper-pagination {
	position: absolute;
	bottom: 25px;
}



.sec01 {
	text-align: center;
	padding: 150px 0;
}
.sec01 h3 {
	color: #544d4a;
    font-size: 40px;
    margin-bottom: 25px;
}
.sec01 h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #544d4a;
	margin: 20px auto;
}
.sec01 p {
	font-size: 23px;
}
.sec01 a {
	display: block;
	border: 1px solid #544d4a;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin: 60px auto 0;
}


.sec02 {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 100px 0;
}
.sec02:after {
    content: 'PRIMIUM';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 190px;
    letter-spacing: 10px;
    font-weight: 800;
    color: #f5f5f5;
    z-index: 0;
}
.sec02 h4 {
    color: #544d4a;
	font-size: 30px;
	margin-bottom: 20px;
}
.sec02 h4:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #544d4a;
	margin: 20px auto;
}
.sec02 h4 + p {
	font-size: 18px;
}
.sec02 .relative {
    position: relative;
    z-index: 2;
}
.sec02 .swiper-container {
    padding: 5% 0;
    position: static;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.sec02 .slide_img {
    position: relative;
    height: 610px;
    overflow: hidden;
}
.sec02 .slide_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sec02 .slide_cont {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    width: 470px;
    height: 170px;
    padding: 50px 40px 45px 55px;
    text-align: left;
    font-family: 'noto';
    letter-spacing: -1px;
    transition: .2s;
    z-index: 3;
    box-sizing: border-box;
}
.sec02 .slide_cont h2 {
    font-size: 26px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: keep-all;
}
.sec02 .slide_cont p {
    font-size: 16px;
    color: #242424;
    word-break: keep-all;
}
.sec02 .slide_cont span {
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 60px;
    color: #e7e7e7;
    font-weight: bold;
    display: block;
    text-align: center;
    z-index: -1;
    letter-spacing: -4px;
}



.sec03 {
	position: relative;
    background: #544d4a;
    padding: 100px 0;
}
.sec03 .tit {
	color: #fff;
	flex: 0 0 33.333%;
    max-width: 33.333%;
}
.sec03 .tit h4 {
	font-size: 40px;
}
.sec03 .tit h4:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 20px 0;
}
.sec03 .tit p {
	font-size: 23px;
}
.sec03 .tit p strong {
	display: block;
	font-size: 27px;
}
.sec03 .slide {
	flex: 0 0 66.666%;
    max-width: 66.666%;
}
.sec03 .slide .thumb {
    position: relative;
    background: #fff;
    height: 225px;
}
.sec03 .slide .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec03 .slide .text {
	position: relative;
	background: #362f2c;
	color: #fff;
	height: 70px;
}
.sec03 .slide .text .table-cell {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.8;
}
.sec03 .slide .text .table-cell a {
	display: block;
	color: #fff;
	padding: 0 20px;
}
.sec03 .slide .text .table-cell a:after {
    content: '\f054';
    font-family: "fontAwesome";
    position: absolute;
    top: 25px;
    right: 15px;
}



.sec04 {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
.sec04 .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec04 .shape li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(221, 217, 249, 0.3);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.sec04 .shape li:nth-child(1){
    left: 5%;
    width: 150px;
    height: 150px;
    animation-delay: 3s;
    animation-duration: 20s;
}
.sec04 .shape li:nth-child(2){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 10s;
}
.sec04 .shape li:nth-child(3){
    left: 10%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
    animation-duration: 20s;
}
.sec04 .shape li:nth-child(4){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.sec04 .shape li:nth-child(5){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 12s;
}
.sec04 .shape li:nth-child(6){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}
.sec04 .shape li:nth-child(7){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.sec04 .shape li:nth-child(8){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 5s;
}
.sec04 .shape li:nth-child(9){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 35s;
}
.sec04 .shape li:nth-child(10){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 25s;
}
.sec04 .shape li:nth-child(11){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 20s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-2000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.sec04 .flex {
	align-items: center;
}
.sec04 .flex > div {
	flex: 0 0 50%;
	max-width: 50%;
}
.sec04 .flex .thumb {
	border-radius: 400px 295px 227px 314px;
	overflow: hidden;
    transition: 1.5s;
    transition-timing-function: ease-out;
}
.sec04.open .flex .thumb {
	border-radius: 0;
}
.sec04 .flex .txt {
	text-align: center;
}
.sec04 .flex .txt p {
	font-size: 17px;
}
.sec04 .flex .txt h4 {
    color: #544d4a;
    font-size: 50px;
    margin-bottom: 20px;
}
.sec04 .flex .txt a {
	display: block;
	border: 1px solid #544d4a;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin: 60px auto 0;
}




.sec05 {
    background: #fff;
    padding: 100px 0;
}
.sec05 h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    color: #544d4a;
}
.sec05 .flex > div {
    flex: 0 0 45%;
    border: 1px solid #e1e1e1;
}
.sec05 .flex > div:first-child {
    margin-right: 5%;
}
.sec05 .flex > div .thumb img {
    width: 100%;
}
.sec05 .flex > div .info {
    border-top: 1px solid #e1e1e1;
    padding: 25px 35px;
}
.sec05 .flex > div .info strong {
    display: block;
    font-size: 22px;
}
.sec05 .flex > div .info p {
    font-size: 17px;
}
.sec05 .flex > div .info a {
    display: block;
    background: #544d4a;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}




.main_bn {
    padding: 100px 0;
    background: #544d4a url("../images/sec02-bg.png")no-repeat 50% 50% / cover;
}
.main_bn strong {
    display: block;
    font-size: 35px;
    color: #fdf4ec;
}
.main_bn p {
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
}




#footer {
    margin-top: 0;
}





@media screen and (max-width: 1280px){
    .visual,
    .visual .swiper-slide {
        height: 620px;
    }
    .visual .swiper-slide .text {
        top: 15%;
        font-size: 30px;
    }
    .sec01 {
        text-align: center;
        padding: 100px 0;
    }
    .sec01 h3 {
        font-size: 35px;
    }
    .sec01 p {
        font-size: 20px;
    }

    .sec02 {
        padding: 80px 0;
    }
    .sec02:after {
        font-size: 140px;
    }
    .sec02 h4 {
        font-size: 27px;
    }
    .sec02 h4 + p {
        font-size: 16px;
    }
    .sec02 .slide_cont {
        height: 140px;
        padding: 30px 40px 45px 55px;
    }
    .sec02 .slide_cont span {
        font-size: 50px;
    }
    .sec02 .slide_cont h2 {
        font-size: 23px;
    }
    .sec02 .slide_cont p {
        font-size: 15px;
    }

    .sec03 {
        padding: 80px 0;
    }
    .sec03 .tit h4 {
        font-size: 35px;
    }
    .sec03 .tit p {
        font-size: 20px;
    }
    .sec03 .tit p strong {
        font-size: 24px;
    }

    .sec04 {
        padding: 80px 0;
    }
    .sec04 .flex .txt p {
        font-size: 15px;
    }
    .sec04 .flex .txt h4 {
        font-size: 45px;
    }


    .sec05 {
        padding: 80px 0;
    }
    .sec05 h4 {
        font-size: 35px;
    }
    .sec05 .flex > div {
        flex: 0 0 48%;
    }
    .sec05 .flex > div:first-child {
        margin-right: 3%;
    }
    .sec05 .flex > div .info strong {
        font-size: 20px;
    }
    .sec05 .flex > div .info p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px){
    .visual,
    .visual .swiper-slide {
        height: 530px;
    }
    .visual .swiper-slide .text {
        font-size: 25px;
    }

    .sec01 {
        padding: 70px 0;
    }
    .sec01 h3 {
        font-size: 28px;
    }
    .sec01 p {
        font-size: 17px;
    }
    .sec01 a {
        margin: 40px auto 0;
    }

    .sec02:after {
        font-size: 100px;
    }
    .sec02 h4 {
        font-size: 25px;
    }
    .sec02 .slide_img {
        height: 465px;
    }
    .sec02 .slide_cont {
        width: 420px;
    }
    .sec02 .slide_cont h2 {
        font-size: 20px;
    }

    .sec03 .tit h4 {
        font-size: 30px;
    }
    .sec03 .tit p {
        font-size: 17px;
    }
    .sec03 .tit p strong {
        font-size: 20px;
    }
    .sec03 .slide .text .table-cell {
        font-size: 14px;
    }
    .sec03 .slide .text .table-cell a {
        padding: 0 15px;
    }
    .sec03 .slide .text .table-cell a:after {
        right: 10px;
    }

    .sec04 .flex .txt h4 {
        font-size: 40px;
    }
    .sec04 .flex .txt a {
        margin: 40px auto 0;
    }

    .sec05 h4 {
        font-size: 30px;
    }
    .sec05 .flex > div .info strong {
        font-size: 17px;
    }
    .sec05 .flex > div .info a {
        font-size: 13px;
    }

    .main_bn {
        padding: 80px 0;
    }
    .main_bn strong {
        font-size: 28px;
    }
    .main_bn p {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px){
    .visual,
    .visual .swiper-slide {
        height: 420px;
        background-position: 50% 0;
        background-size: cover;
    }
    .visual .swiper-slide .text {
        font-size: 18px;
    }
    .visual .swiper-slide.slide02 .text {
        right: 10%;
    }

    .sec01 h3 {
        font-size: 22px;
    }
    .sec01 p {
        font-size: 14px;
        word-break: keep-all;
    }
    .sec01 a {
        width: 160px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .sec02 {
        padding: 60px 0;
    }
    .sec02:after {
        font-size: 48px;
    }
    .sec02 h4 {
        font-size: 20px;
        word-break: keep-all;
    }
    .sec02 h4 + p {
        font-size: 13px;
        word-break: keep-all;
    }
    .sec02 .slide_img {
        height: 0;
        padding-bottom: 70%;
    }
    .sec02 .slide_cont {
        position: relative;
        width: 100%;
        top: -4px;
        right: 0;
        border: 1px solid #e1e1e1;
        padding: 30px 25px 25px 25px;
        height: 120px;
    }
    .sec02 .swiper-container {
        width: 100%;
    }
    .sec02 .swiper-slide {
        padding: 0 2%;
    }
    .sec02 .swiper-button-next, 
    .sec02 .swiper-button-prev {
        display: none;
    }
    .sec02 .slide_cont span {
        font-size: 35px;
        top: 0;
    }
    .sec02 .slide_cont h2 {
        font-size: 18px;
    }
    .sec02 .slide_cont p {
        font-size: 13px;
    }


    .sec03 {
        padding: 60px 0;
    }
    .sec03 .flex {
        display: block;
    }
    .sec03 .tit {
        margin-bottom: 30px;
        max-width: none;
    }
    .sec03 .tit h4 {
        font-size: 25px;
    }
    .sec03 .tit p {
        font-size: 15px;
    }
    .sec03 .tit p strong {
        font-size: 18px;
    }
    .sec03 .slide {
        max-width: none;
    }
    

    .sec04 {
        padding: 60px 0;
    }
    .sec04 .flex {
        display: block;
    }
    .sec04 .flex > div {
        max-width: none;
    }
    .sec04 .flex .txt {
        margin-top: 30px;
    }
    .sec04 .flex .txt h4 {
        font-size: 30px;
    }
    .sec04 .flex .txt p {
        font-size: 13px;
    }
    .sec04 .flex .txt a {
        width: 160px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }


    .sec05 {
        padding: 60px 0;
    }
    .sec05 h4 {
        font-size: 25px;
    }
    .sec05 .flex {
        display: block;
    }
    .sec05 .flex > div:first-child {
        margin-right: 0;
    }
    .sec05 .flex > div {
        margin-bottom: 20px;
    }
    .sec05 .flex > div .info {
        padding: 15px 20px;
    }
    .sec05 .flex > div .info p {
        font-size: 13px;
        margin-top: 5px;
    }
    .sec05 .flex > div .info a {
        font-size: 12px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .main_bn {
        padding: 50px 0;
    }
    .main_bn strong {
        font-size: 22px;
    }
    .main_bn p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px){
    .sec03 .slide .thumb {
        height: 0;
        padding-bottom: 80%;
    }
    .visual .swiper-slide .text {
        font-size: 16px;
    }
}