@charset "utf-8";

/* ==================================================
Common CSS
================================================== */

@media(min-width:768px) and (max-width:959px) {

/*STYLE*/
.pc {
display:none;
}

.sptb {
display:none;
}

p {
font-size:1rem;
line-height:150%;
letter-spacing:0.5px;
}

img {
width:100%;
height:auto;
}

a:hover {
-webkit-animation:hover 0.3s ease forwards;
animation:hover 0.3s ease forwards;
}

.wrap {
width:100%;
overflow-x:hidden;
}


/*HEADER*/
header {
width:100%;
height:80px;
background:rgba(255,255,255,0.95);
position:fixed;
top:0;
z-index:999;
display:flex;
justify-content:space-between;
align-items:center;
}


header .logo {
width:150px;
margin-left:20px;
}

header .grobal_nav {
width:50%;
height:120vh;
background:rgba(40,160,90,0.95);
position:fixed;
top:0;
left:-100%;
padding:50px;
transition:0.5s;
}

header .grobal_nav.active {
top:0;
left:0;
}

header .grobal_nav nav {
font-size:100%;
border-bottom:rgba(255,255,255,0.5) 1px solid;
text-align:center;
}

header .grobal_nav nav:after {
}

header .grobal_nav nav a {
font-weight:600;
color:#fff;
padding:20px 0;
display:block;
}

header .grobal_nav nav a:hover {
-webkit-animation:hover 0.3s ease forwards;
animation:hover 0.3s ease forwards;
}

header .grobal_nav nav:nth-child(n+6):after {
display:none;
}

header .grobal_nav nav:last-child {
color:#64c896;
font-weight:normal;
padding:0;
display:block;
border-bottom:none;
margin-top:5vw
}


header .grobal_nav nav:last-child a {
color:#fff;
font-size:100%;
font-weight:normal;
padding:20px 20px;
display:block;
border:rgba(255,255,255,0.5) 1px solid;
}

header .grobal_nav nav:last-child a:hover {
-webkit-animation:hover 0.3s ease forwards;
animation:hover 0.3s ease forwards;
}

header .nav_btn {
width:50px;
position:absolute;
right:15px;
cursor:pointer;
}

header .nav_close {
width:100vw;
height:100vh;
background:transparent;
display:block;
position:fixed;
top:0;
left:0;
display:none;
}



/*MV*/
#mv {
width:100%;
height:calc(100vh - 80px);
position:relative;
overflow:hidden;
margin-top:80px;
}

#mv .swiper-wrapper {
width:100%;
height:100vh;
}

#mv .swiper-slide {
position:relative;
}

#mv .copy {
position:absolute;
z-index:99;
font-size:170%;
font-weight:bold;
line-height:135%;
color:#fff;
}

#mv .scene1 {
width:100%;
height:calc(100vh - 80px);
background:url(../img/mv_bg1.jpg);
background-size:cover;
background-position:center;
position:relative;
}

#mv .copy1 {
height:calc(100vh - 80px);
top:8.5vw;
left:0;
right:0;
margin:auto;
text-align:center;
}

#mv .scene2 {
width:100%;
height:calc(100vh - 80px);
background:url(../img/mv_bg2.jpg);
background-size:cover;
background-position:center;
position:relative;
}

#mv .copy2 {
height:calc(100vh - 80px);
top:8.5vw;
left:0;
right:0;
margin:auto;
text-align:center;
}

#mv .scene3 {
width:100%;
height:calc(100vh - 80px);
background:url(../img/mv_bg3.jpg);
background-size:cover;
background-position:center;
position:relative;
}

#mv .copy3 {
height:calc(100vh - 80px);
top:8.5vw;
left:0;
right:0;
margin:auto;
text-align:center;
}

#mv .scene4 {
width:100%;
height:calc(100vh - 80px);
background:url(../img/mv_bg4.jpg);
background-size:cover;
background-position:center;
position:relative;
}

#mv .copy4 {
height:calc(100vh - 80px);
top:8.5vw;
left:0;
right:0;
margin:auto;
text-align:center;
}

#mv .smart_phone {
position:absolute;
width:140%;
margin:auto;
bottom:-15px;
left:-19%;
right:0;
z-index:1;
}

#mv .mv_cta {
width:60%;
background:rgba(255,255,255,0.7);
position:absolute;
bottom:40px;
right:0;
left:0;
margin:auto;
z-index:99;
padding:15px 20px;
border-radius:10px;
}

#mv .mv_cta .item {
font-size:100%;
text-align:center;
padding-bottom:10px;
}

#mv .mv_cta .btn {
}

#mv .mv_cta .btn a {
width:300px;
background:#ff4400;
padding:15px 25px;
border-radius:8px;
display:block;
margin:auto;
}



/*COMMON*/
.titles {
padding-bottom:30px;
}

.titles .icon {
width:45px;
margin:0 auto 10px;
}

.titles .subtitle {
font-size:80%;
font-weight:200;
color:#ff4400;
text-align:center;
}

.titles h2 {
font-size:235%;
text-align:center;
padding-bottom:15px;
}

.titles .line {
background:#64c896;
display:block;
margin:auto;
}




/*ABOUT*/
#about {
padding:100px 0;
}

#about .copy {
text-align:center;
padding-bottom:50px;
}

#about .points {
}

#about .points .point {
width:100%;
height:280px;
margin-bottom:50px;
position:relative;
}

#about .points .point:last-child {
margin-bottom:0;
}

#about .points .point .bg {
width:50%;
height:280px;
background:rgba(100,200,150,0.3);
border-radius:0 50px 50px 0;
position:absolute;
top:0;
z-index:0;
}

#about .points .point:nth-child(odd) .bg {
border-radius:50px 0 0 50px;
top:0;
right:0;
}

#about .points .point .cts {
width:90%;
height:280px;
margin:auto;
display:flex;
justify-content:flex-end;
align-items:center;
}

#about .points .point:nth-child(odd) .cts {
justify-content:flex-start;
}

#about .points .point .bg .illust1 {
width:110%;
position:absolute;
bottom:0;
left:-60px;
}

#about .points .point .bg .illust2 {
width:120%;
position:absolute;
top:45px;
right:-90px;
}

#about .points .point .bg .illust3 {
width:100%;
position:absolute;
top:15px;
left:-60px;
}

#about .points .point .bg .illust4 {
width:110%;
position:absolute;
top:40px;
right:-55px;
}


#about .points .point:nth-child(1) .cts .details {
width:40%;
}

#about .points .point:nth-child(2) .cts .details {
width:33%;
}

#about .points .point:nth-child(3) .cts .details {
width:40%;
}

#about .points .point:nth-child(4) .cts .details {
width:37%;
}

#about .points .point .details .number {
font-size:350%;
font-weight:400;
line-height:100%;
color:#64c896;
padding-bottom:10px;
}

#about .points .point .details h3 {
font-size:135%;
padding-bottom:12px;
}

#about .points .point .details .attention {
font-size:80%;
font-weight:normal;
padding-top:20px;
}



/*HOWTO*/
#howto {
padding:100px 0;
background:#64c896;
}

#howto .subtitle {
color:#fff;
}

#howto h2 {
color:#fff;
}

#howto .titles .line {
background:#fff;
}

#howto .copy {
text-align:center;
padding-bottom:50px;
color:#fff;
}

#howto #steps {
position:relative;
width:700px;
margin:auto;
overflow:hidden;
}

#howto #steps .swiper-wrapper {

}

#howto #steps .swiper-slide {
position:relative;
width:700px;
height:560px;
}

#howto #steps .swiper-slide .circle {
width:600px;
height:220px;
border-radius:100px;
position:absolute;
background:rgba(255,255,255,0.8);
z-index:-1;
left:0;
right:0;
bottom:0;
margin:auto;
}

#howto #steps .swiper-slide .number {
width:50px;
position:absolute;
left:150px;
}

#howto #steps .swiper-slide .nline {
width:150px;
height:1px;
background:rgba(255,255,255,0.5);
position:absolute;
top:115px;
left:135px;
z-index:-1;
}

#howto #steps .swiper-slide .moni {
width:200px;
margin:0 auto 20px;
}

#howto #steps .swiper-slide .detail {
text-align:center;
font-size:100%;
padding-top:20px;
}

#howto #steps .swiper-slide:nth-child(4) .detail {
padding-top:0;
}

#howto #steps .swiper-slide .credit {
width:400px;
margin:10px auto 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 60px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 60px;
  background-position: center;
  background-repeat: no-repeat;
  outline:none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
opacity:0.7;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/prev.png");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/next.png");
  right: 10px;
  left: auto;
}

#howto .btn {
width:300px;
height:70px;
margin:35px auto 0;
display:flex;
justify-content:center;
align-items:center;
background:#f2a557;
border-radius:15px;
}

#howto .btn:hover {
-webkit-animation:hover 0.3s ease forwards;
animation:hover 0.3s ease forwards;
}

#howto .btn .item {
font-size:110%;
font-weight:600;
color:#fff;
text-align:center;
}

#howto .btn .release {
font-size:70%;
color:#fff;
}

#howto .btn .arrow {
width:12px;
height:12px;
border-top:#fff 1px solid;
border-right:#fff 1px solid;
border-bottom:transparent 1px solid;
border-left:transparent 1px solid;
transform:rotate(45deg);
margin-left:20px;
}



/*FAQ*/
#faq {
padding:100px 0;
background:#f0f5f0;
}

#faq .cts {
width:90%;
margin:50px auto 0;
}

#faq .cts .faqs {

}

#faq .cts .faqs .faq {
padding-bottom:20px;
}

#faq .cts .faqs .faq .questions {
display:flex;
align-items:center;
background:#fff;
cursor:pointer;
}

#faq .cts .faqs .faq .questions .q {
width:50px;
height:50px;
background:#64c896;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
}

#faq .cts .faqs .faq .questions .question {
width:calc(100% - 80px);
font-weight:bold;
display:flex;
justify-content:flex-start;
align-items:center;
padding-left:20px;
}

#faq .cts .faqs .faq .questions .before_arrow {
display:flex;
justify-content:center;
align-items:center;
}

#faq .cts .faqs .faq .questions .before_arrow .arrow {
width:12px;
height:12px;
border-top:transparent 1px solid;
border-right:#64c896 1px solid;
border-bottom:#64c896 1px solid;
border-left:transparent 1px solid;
transform:rotate(45deg);
margin-bottom:6px;
}

#faq .cts .faqs .faq .questions .after_arrow {
}

#faq .cts .faqs .faq .questions .after_arrow .arrow {
border-top:#64c896 1px solid;
border-right:transparent 1px solid;
border-bottom:transparent 1px solid;
border-left:#64c896 1px solid;
margin-top:10px;
}

#faq .cts .faqs .faq .answers {
padding-bottom:30px;
display:none;
}

#faq .cts .faqs .faq:last-child .answers {
padding-bottom:0;
}

#faq .cts .faqs .faq .answers .answer {
display:flex;
margin-top:15px;
}

#faq .cts .faqs .faq .answers .answer .a {
width:50px;
height:50px;
background:#666;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
}

#faq .cts .faqs .faq .answers .answer .detail {
width:calc(100% - 80px);
padding:12px 0 0 20px;
}



/*USE*/
#use {
padding:100px 0;
}

#use .cts {
width:90%;
margin:30px auto 0;
}

#use .cts .uses {
}

#use .cts .uses .use {
display:flex;
font-size:90%;
border-bottom:#e1e1e1 1px dotted;
margin-bottom:18px;
padding:0 0 18px 15px;
}

#use .cts .uses .use:first-child {
border-top:#e1e1e1 1px dotted;
padding-top:18px;
}

#use .cts .uses .use:last-child {
margin-bottom:0;
}

#use .cts .uses .use a {
color:#0087b4;
font-weight:bold;
}



/*MOBILE_ORDER*/
#mobile_order {
padding:70px 0;
position:relative;
}

#mobile_order .bg {
width:100%;
height:700px;
background:#ff4400;
position:absolute;
top:0;
left:0;
}

#mobile_order .bg .curve {
width:100%;
height:200px;
background:#fff;
border-radius:50% 50% 0 0;
position:absolute;
bottom:0;
}

#mobile_order .titles {
position:relative;
z-index:0;
padding-bottom:70px;
}

#mobile_order .titles .subtitle {
color:#fff;
}

#mobile_order .titles .subcopy {
font-size:135%;
font-weight:bold;
color:#fff;
text-align:center;
padding:20px 0 5px;
}

#mobile_order .titles h2 {
color:#fff;
}

#mobile_order .titles .line {
background:#fff;
}

#mobile_order .mobile_orders {
width:90%;
margin:auto;
}

#mobile_order .mobile_orders .mobile_order {
background:url(../img/mobile_order_frame.png);
padding:20px;
margin-bottom:60px;
position:relative;
z-index:1;
}

#mobile_order .mobile_orders .mobile_order:last-child {
margin-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .mobile_order_cts {
background:#fff;
padding:60px 60px 50px;
}

#mobile_order .mobile_orders .mobile_order .number {
width:70px;
height:70px;
font-size:150%;
font-weight:bold;
background:#ffb41e;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
position:absolute;
top:-25px;
left:0;
right:0;
margin:auto;
}

#mobile_order .mobile_orders .mobile_order h3 {
font-size:180%;
font-weight:bold;
text-align:center;
padding-bottom:15px;
}

#mobile_order .mobile_orders .mobile_order .line {
background:#ffb41e;
margin:0 auto 40px;
}

#mobile_order .mobile_orders .mobile_order .photo {
width:100%;
margin:auto;
margin-bottom:30px;
}

#mobile_order .mobile_orders .mobile_order .copy {
padding-bottom:20px;
}

#mobile_order .mobile_orders .mobile_order .ex {
}

#mobile_order .mobile_orders .mobile_order .ex p {
padding-bottom:25px;
}

#mobile_order .mobile_orders .mobile_order .ex p:last-child {
padding-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .summary {
font-size:135%;
font-weight:bold;
color:#ff4400;
text-align:center;
}

#mobile_order .mobile_orders .mobile_order .attention {
font-size:80%;
display:flex;
padding-top:7px;
}

#mobile_order .mobile_orders .mobile_order .types {
padding:20px 0 50px;
display:flex;
justify-content:space-between;
}

#mobile_order .mobile_orders .mobile_order .types .type {
width:48%;
background:#fff7e8;
padding:30px;
}

#mobile_order .mobile_orders .mobile_order .types .type .item {
font-size:120%;
font-weight:bold;
color:#ff4400;
text-align:center;
padding-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .types .type .line {
width:50px;
margin-bottom:15px;
}

#mobile_order .mobile_orders .mobile_order .types .type .ex {
}

#mobile_order .mobile_orders .mobile_order h4 {
border-left:#ffb41e 4px solid;
padding:5px 0 5px 12px;
font-size:120%;
font-weight:bold;
margin-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .details {
padding-bottom:50px;
}

#mobile_order .mobile_orders .mobile_order .details:last-child {
padding-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .details .detail {
background:#fff7e8;
padding:25px 30px;
margin-bottom:15px;
}

#mobile_order .mobile_orders .mobile_order .details .detail:last-child {
margin-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .details .detail .item {
font-size:110%;
font-weight:bold;
color:#ff4400;
padding-bottom:5px;
}

#mobile_order .mobile_orders .mobile_order .details .details .ex {
}

#mobile_order .mobile_orders .mobile_order .shops {
}

#mobile_order .mobile_orders .mobile_order .shops .shop {
background:#fff7e8;
border:#ffb41e 1px dashed;
padding:45px 50px 50px;
margin-top:50px;
position:relative;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .shop_number {
width:40px;
height:40px;
border:#ffb41e 1px dashed;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
color:#ffb41e;
font-size:120%;
font-weight:bold;
background:#fff;
position:absolute;
top:-20px;
left:0;
right:0;
margin:auto;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .item {
font-size:135%;
font-weight:bold;
color:#ff4400;
text-align:center;
padding-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .line {
margin-bottom:30px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .copy {
padding-bottom:30px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop h4 {
font-size:100%;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .flow {
background:#fff;
padding:25px 30px;
margin-bottom:30px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .flow p {
font-size:90%;
display:flex;
border-bottom:#e1e1e1 1px dashed;
padding-bottom:10px;
margin-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .flow p:last-child {
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .point {
background:#fff;
padding:25px 30px;
margin-bottom:30px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .point p {
font-size:90%;
display:flex;
border-bottom:#e1e1e1 1px dashed;
padding-bottom:10px;
margin-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .point p:last-child {
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .caution {
background:#fff;
padding:25px 30px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .caution p {
font-size:90%;
display:flex;
border-bottom:#e1e1e1 1px dashed;
padding-bottom:10px;
margin-bottom:10px;
}

#mobile_order .mobile_orders .mobile_order .shops .shop .caution p:last-child {
border-bottom:none;
padding-bottom:0;
margin-bottom:0;
}



/*COMPANY*/
#company {
padding:150px 0 100px;
background:#f0f5f0;
}

#company .cts {
width:80%;
margin:auto;
}

#company h2 {
font-size:200%;
}

#company .company_logo {
width:190px;
margin:30px auto 30px;
}

#company .companies {
}

#company .companies .company {
display:flex;
border-bottom:#e1e1e1 1px solid;
padding-bottom:20px;
margin-bottom:20px;
}

#company .companies .company:first-child {
border-top:#e1e1e1 1px solid;
padding-top:20px;
}

#company .companies .company:last-child {
margin-bottom:0;
}

#company .companies .company .item {
width:200px;
padding-left:15px;
font-weight:600;
}

#company .companies .company .detail {
width:750px;
}




/*PRIVACY*/
#privacy {
padding:150px 0 100px;
background:#f0f5f0;
}

#privacy .cts {
width:80%;
margin:0 auto; 
}

#privacy h2 {
font-size:200%;
}

#privacy .privacies {
padding-top:30px;
}

#privacy .privacies section {
padding-bottom:50px;
}

#privacy .privacies section h3 {
font-size:100%;
padding:5px 0 5px 0;
border-bottom:#ccc 1px solid;
margin-bottom:15px;
padding-bottom:12px;
display:flex;
}

#privacy .privacies section h3:before {
content:"";
border-left:#64c896 4px solid;
padding:7px 0;
margin-right:12px;
}

#privacy .privacies section p {
line-height:160%;
}

#privacy .privacies section .detail {
display:flex;
font-size:95%;
}

#privacy .privacies section .ex {
padding-bottom:20px;
margin-bottom:20px;
border-bottom:#e1e1e1 1px solid;
}

#privacy .privacies section .privacy .item {
color:#64c896;
font-size:95%;
font-weight:600;
padding-bottom:5px;
}

#privacy .privacies section .privacy .sub {
font-size:95%;
font-weight:600;
padding-bottom:5px;
display:flex;
}

#privacy .privacies section .privacy .captions {
background:#fff;
padding:18px 25px;
margin-top:15px;
}

#privacy .privacies section .privacy .captions .caption_title {
font-size:90%;
font-weight:600;
padding-bottom:5px;
}

#privacy .privacies section .privacy .captions .caption {
font-size:90%;
}

#privacy .privacies section .date {
text-align:right;
font-size:95%;
}



/*TERMS*/
#terms {
padding:150px 0 100px;
background:#f0f5f0;
}

#terms .cts {
width:80%;
margin:0 auto; 
}

#terms h2 {
font-size:200%;
}

#terms .terms {
padding-top:30px;
}

#terms .terms section {
padding-bottom:50px;
}

#terms .terms section h3 {
font-size:100%;
padding:5px 0 5px 0;
border-bottom:#ccc 1px solid;
margin-bottom:15px;
padding-bottom:12px;
}

#terms .terms section h3:before {
content:"";
border-left:#64c896 4px solid;
padding:7px 0;
margin-right:12px;
}

#terms .terms section .detail {
display:flex;
font-size:95%;
}

#terms .terms section .details {
}

#terms .terms section .details .under_detail {
padding-left:15px;
border-top:#ccc 1px dotted;
border-bottom:#ccc 1px dotted;
padding:15px 0 15px 20px;;
margin:15px 0;
}

#terms .terms .end {
font-size:95%;
text-align:right;
}





/*CONTACT*/
#contact {
padding:150px 0 100px;
background:#f0f5f0;
}

#contact .cts {
width:80%;
margin:0 auto ;
}

#contact .copy {
padding-bottom:50px;
text-align:center;
}

#contact .forms {
}

#contact .forms .details {
border-bottom:#e1e1e1 1px solid;
padding-bottom:20px;
margin-bottom:20px;
}

#contact .forms .details:first-child {
border-top:#e1e1e1 1px solid;
padding-top:20px;
}

#contact .forms .details .item {
width:100%;
padding-bottom:10px;
font-weight:bold;
}

#contact .forms .details .item .required {
background:#ff4400;
color:#fff;
font-size:60%;
font-weight:200;
padding:3px 7px;
margin-left:10px;
}

#contact .forms .details .item .any {
background:#999;
color:#fff;
font-size:60%;
font-weight:200;
padding:3px 7px;
margin-left:10px;
}

#contact .forms .details .detail {
width:100%;
}

#contact .forms .details .detail .write {
}

#contact .forms .details .detail .warning {
font-size:80%;
color:#ff4400;
padding-top:5px;
}

#contact .forms .style_name {
width:70%;
}

#contact .forms .style_mail {
width:80%;
}

#contact .forms .style_tel {
width:50%;
}

#contact .forms .style_cate {
width:50%;
}

#contact .forms .style_company {
width:70%;
}

#contact .forms .style_post {
width:40%;
}

#contact .forms .style_address {
width:100%;
}

#contact .forms .style_url {
width:80%;
}

#contact .forms .style_detail {
width:100%;
height:250px;
}

#contact .forms .style_submit {
background:#64c896;
color:#fff;
cursor:pointer;
font-size:100%;
font-weight:600;
width:150px;
border-radius:10px;
border:none;
}

#contact .forms .style_fix {
background:#aaa;
color:#fff;
cursor:pointer;
font-size:100%;
font-weight:600;
width:150px;
border-radius:10px;
border:none;
}

#contact .forms .btns {
display:flex;
justify-content:center;
}

#contact .forms .btns .btn {
margin:0 10px;
}

input , select {
font-size:100%;
padding:18px 18px;
color:#666;
background:#fff;
}

textarea {
font-size:100%;
padding:18px 18px;
color:#666;
}

#contact .thanks {
text-align:center;
}

#contact .thanks h2 {
color:#64c896;
padding-bottom:30px;
}

#contact .thanks .ex {
padding-bottom:100px;
}

#contact .thanks .back_btn {
}

#contact .thanks .back_btn a {
display:flex;
justify-content:center;
align-items:center;
border:#64c896 1px solid;
width:150px;
padding:10px;
margin:auto;
border-radius:6px;
}

#contact .thanks .back_btn .item {
font-size:80%;
color:#64c896;
}

#contact .thanks .back_btn .arrow {
width:10px;
height:10px;
border:#64c896 1px solid;
border-right:transparent 1px solid;
border-top:transparent 1px solid;
transform:rotate(45deg);
margin-right:10px;
}



/*BACK TO TOP*/
.BackToTop {
position:fixed;
width:50px;
height:50px;
right:15px;
bottom:15px;
z-index:100;
display:none;
}



/*FOOTER*/
footer {
background:#64c896;
padding:50px 0 30px;
}

footer .cts {
width:90%;
margin:auto;
}

footer .cts .foot_cts {
display:flex;
justify-content:space-between;
align-items:flex-start;
padding-bottom:50px;
}

footer .cts .foot_cts .logo {
width:120px;
}

footer .cts .foot_cts .links {
}

footer .cts .foot_cts .links .link {
display:flex;
justify-content:flex-end;
padding-bottom:30px;
}

footer .cts .foot_cts .links .link nav {
font-size:80%;
margin-left:30px;
}

footer .cts .foot_cts .links .link nav a {
color:#fff;
}

footer .cts .foot_cts .links .sns {
display:flex;
justify-content:flex-end;
}

footer .cts .foot_cts .links .sns .sns_icon {
width:22px;
margin-left:20px;
}

footer .copyright {
text-align:center;
font-size:70%;
font-weight:200;
color:#fff;
}



/*COMING SOON*/
.comingsoon {
width:100vw;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
}

.comingsoon .cts {
}

.comingsoon .service_logo {
width:70%;
margin:0 auto 30px;
}

.comingsoon h2 {
text-align:center;
font-size:250%;
font-weight:100;
padding-bottom:10px;
color:#64c896;
}

.comingsoon .release {
text-align:center;
font-size:80%;
font-weight:300;
}



}