@charset "utf-8";

a {
	text-decoration: none;
}

.inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
	padding: 0;
    margin: auto;
    position: relative;
}


/* home-header */
.home-title {
    position: fixed;
	left:15px;
	top: 30px;
    z-index: 9999;
}

#menu-btn {
    width: 96px;
    height: 96px;
    background: #fff;
	border-radius: 100px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 100001;
}
#menu-btn span {
    display: block;
    width: 46%;
    height: 4px;
    background: #330000;
    position: absolute;
    left: 27%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#menu-btn span.t {
	top: 31px;
}
#menu-btn span.m {
	top: 46px;
}
#menu-btn span.b {
	bottom: 31px;
}
#menu-btn.active span.t {
	top: 46px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-btn.active span.m {
	width: 0;
}
#menu-btn.active span.b {
	bottom: 46px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#sp-nav {
	visibility: hidden;
	opacity: 0;
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sp-nav.active {
	visibility: visible;
	opacity: 1;
    z-index: 10000;
}
.sp-nav-in {
    width: 40%;
    max-width: 500px;
    height: 100%;
    padding: 100px 30px;
    background: #fff;
    position: fixed;
    left: -500px;
    top: 0;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    transition-duration: 500ms;
}
#sp-nav.active .sp-nav-in {
    left: 0;
}
.sp-nav--list li {
	text-align: left;
    padding: 15px 0;
    width: 100%;
    border-bottom: dotted 2px;
}
.sp-nav--list li a {
    color: #330000;
	text-decoration: none;
}




/* home-fv */
#home-fv {
	text-align: center;
	background-color: #fae496;
}
#home-fv .home-fv-in {
    height: 100vh;
    min-height: 800px;
    max-height: 880px;
    position: relative;
}
#home-fv .layer01 {
    width: 100%;
    height: 100%;
    background-image: url(../img/home/fv_layer02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 1000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#home-fv .layer02 {
    width: 888px;
    height: 888px;
    margin-left: -444px;
    background-image: url(../img/home/fv_layer01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 40px;
}
#home-fv .fv-text {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 2.2;
    text-align: center;
    position: absolute;
    bottom: 130px;
    z-index: 100;
}

#home-fv .fv-scroll {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    bottom: 80px;
    z-index: 100;
}
#home-fv .fv-scroll a {
	display: inline-block;
    color: #275cac;
	padding-bottom:30px;
    background: url(../img/home/scroll_arrow.png) no-repeat center bottom;
	background-size: 45px 18px;
}
.fv-nav--list li {
	width: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	transform: scale(.5);
    position: absolute;
    z-index: 1000;
}
.fv-nav--list.on li {
	transform: scale(1);
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.fv-nav--list.on li.fv-nav01 {
	width: 277px;
    top: 170px;
    left: -50px;
    animation-duration: .4s;
}
.fv-nav--list.on li.fv-nav02 {
	width: 245px;
    left: -10px;
    top: 425px;
	transition-delay: .3s;
    animation-duration: .43s;
}
.fv-nav--list.on li.fv-nav03 {
	width: 225px;
    top: 160px;
    right: 15px;
	transition-delay: .6s;
    animation-duration: .46s;
}
.fv-nav--list.on li.fv-nav04 {
	width: 256px;
    top: 440px;
    right: -15px;
	transition-delay: .9s;
    animation-duration: .5s;
}

#to-itemtop {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 1000;
}


/* intro */
#intro {
    position: relative;
    height: 100vh;
    min-height: 960px;
	overflow: hidden;
}
#intro-nav {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
}
#intro-nav .swiper-slide  {
    color: #330000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
	width: auto !important;
    vertical-align: middle;
    padding: 8px 50px;
    margin: 0 10px;
    border-radius: 100px;
    cursor: pointer;
    opacity: 0.5;
}
#intro-nav .swiper-slide.swiper-slide-thumb-active  {
    opacity: 1 !important;
}
#intro-nav .swiper-slide.intro-nav01 {
	color: #fff;
    background: #3ca1b3;
}
#intro-nav .swiper-slide.intro-nav02 {
    background: #cbb3a5;
}
#intro-nav .swiper-slide.intro-nav03 {
    background: #ffb760;
}
#intro-nav .swiper-slide.intro-nav04 {
    background: #ffe08e;
}

.intro-group {
    padding: 130px 0;
}

.intro-group--main {
    width: 470px;
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-duration: .5s;
}
.intro-group--title {
    margin-bottom: 30px;
}
.intro-group--title h2 {
    font-size: 65px;
    font-weight: normal;
    font-family: "din1451alt";
}
.intro-group--title h3 {
    font-size: 22px;
}
.intro-group--main .catch {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 10px;
}
.intro-group--sub {
    width: 530px;
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    transition-duration: .8s;
}
.intro-group--sub .desc {
	margin-bottom: 50px;
}
.intro-group--sub .desc p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.intro-group--sub .desc p:last-child {
	margin-bottom: 0;
}
.intro-group--sub .info {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-right: 190px;
    position: relative;
}
.intro-group--sub .info .item-thumb {
    width: 40%;
}
.intro-group--sub .info .item-info {
    width: 60%;
	padding-left: 10px;
}
.intro-group--sub .info .item-info .item-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 10px;
}
.intro-group--sub .info .item-info .item-name span {
    display: block;
    font-size: 16px;
    width: 180px;
    background: #e6584b;
    text-align: center;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.intro-group--sub .info .item-info .item-name span:after {
	content: '';
    display: block;
    border-top: 15px solid #e6584b;
    border-right: 15px solid transparent;
    position: absolute;
    right: 20%;
}
.intro-group--sub .info .item-info .item-price {
    font-size: 20px;
    font-weight: bold;
}
.intro-group--sub .info .item-info .item-price span {
    font-size: 13px;
}
.intro-group--sub .info .to-item {
    position: absolute;
    right: 0;
    top: 0;
}
.intro-group--sub .info .to-item a {
    display: -webkit-flex;
    display: flex;
    color: #330000;
    font-size: 18px;
    font-weight: bold;
    width: 170px;
    height: 170px;
    justify-content: center;
    align-items: center;
    border-radius: 170px;
    background: #3ca1b3;
}
.intro-group--sub .info .to-item a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-top: 2px;
    margin-left: 10px;
}

#intro-group01 {
    color: #fff;
	background: #50bdd1;
}
#intro-group01 .intro-group--sub .info .to-item a {
    color: #fff;
    background: #3ca1b3;
}
#intro-group02 {
	background: #e8ddcd;
}
#intro-group02 .intro-group--sub .info .to-item a {
    background: #cbb3a5;
}
#intro-group03 {
	background: #f6a039;
}
#intro-group03 .intro-group--sub .info .to-item a {
    background: #ffb760;
}
#intro-group04 {
	background: #f9d167;
}
#intro-group04 .intro-group--sub .info .to-item a {
    background: #ffe08e;
}


.swiper-slide-active .intro-group--main ,
.swiper-slide-active .intro-group--sub {
    top: 0;
    opacity: 1;
}


/* benefits */
#benefits {
    padding: 100px 0 133px;
    background: url(../img/home/benefits_bg.png) no-repeat center bottom;
    background-size: auto 1033px;
}
.benefits-list {
    font-size: 0;
    text-align: center;
    margin-top: -20px;
}
.benefits-list li {
    display: inline-block;
    width: 292px;
    vertical-align: bottom;
    margin: 20px 20px 0;
}


/* pickup */
#pickup {
    padding: 100px 0;
}
.pickup-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -70px;
}
.pickup-list li {
    width: 300px;
    margin: 70px 0 0 50px;
    text-align: center;
}
.pickup-list li:nth-child(3n+1) {
    margin-left: 0;
}
.pickup-list li a {
	display: block;
	color: #330000;
	text-decoration: none;
}
.pickup-list li .thumb {
    text-align: center;
    margin-bottom: 30px;
}
.pickup-list li a .thumb img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pickup-list li .item-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pickup-list li .more {
    width: 175px;
    font-size: 14px;
    padding: 5px 0;
    border: solid 1px;
    margin: auto;
    text-align: center;
}
.pickup-list li .more:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform:rotate(45deg);
    vertical-align: 1px;
    margin-left: 5px;
}

.pickup-list li a:hover .thumb img {
    transform: scale(1.05);
}
.pickup-list li a:hover .more {
    background: #330000;
    color: #fff;
}



/* home-footer */
#home-footer {
    background: #4cb5c9;
	overflow: hidden;
}
#home-footer a {
	text-decoration: none;
}
/* aboutus */
#aboutus {
    padding: 90px 0 160px;
}
#aboutus .cmn-title {
	color: #fff;
}
.aboutus-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.aboutus-list li {
    width: 310px;
    margin-left: 35px;
}
.aboutus-list li:first-child {
    margin-left: 0;
}
.aboutus-list li a {
	display: block;
}
.aboutus-list li .img {
    text-align: center;
    margin-bottom: 20px;
}
.aboutus-list li p {
    font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.aboutus-list li p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    vertical-align: -2px;
    margin-right: 5px;
    border-radius: 20px;
    position: relative;
}
.aboutus-list li p i:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #4cb5c9;
    border-right: solid 2px #4cb5c9;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 5px;
}
.aboutus-list li p span {
    font-size: 13px;
	margin-left:10px;
}

.home-footer--main-bg {
    width: 1000px;
    margin: auto;
    position: relative;
}
.home-footer--fig {
    position: absolute;
    right: -50px;
    top: -105px;
    -webkit-animation: loading 100s linear 0s infinite normal;
    -moz-animation: loading 100s linear 0s infinite normal;
    animation: loading 100s linear 0s infinite normal;
}
.home-footer--main-layer {
    background: url(../img/home/ft_wave.png) center top;
    background-size: auto 182px;
    position: relative;
    z-index: 10;
}
.home-footer--main-layer .inner{
    height: 160px;
	padding-top: 25px;
    align-items: center;
}
.home-footer--logo {
    display: inline-block;
}
.home-footer--nav {
    display: inline-block;
    margin-left: 50px;
}
.home-footer--nav li {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
}
.home-footer--nav li:first-child {
    margin-left: 0;
}
.home-footer--nav li:before {
    content: '|';
    margin-right: 15px;
}
.home-footer--nav li:first-child:before {
    display: none;
}
.home-footer--nav li a {
    color: #fff;
}
.home-footer--main .copyright {
    font-size: 12px;
    color: #fff;
    margin-left: auto;
}


















