@charset "utf-8";

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

@media(max-width:767px){

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

.sptb {
}

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:15vw;
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:28vw;
margin-left:15px;
}

header .grobal_nav {
width:80%;
height:120vh;
background:rgba(40,160,90,0.95);
position:fixed;
top:0;
left:-100%;
padding:10vw;
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:5vw 5vw;
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:11vw;
position:absolute;
right:10px;
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 - 15vw);
position:relative;
overflow:hidden;
margin-top:15vw;
}

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

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

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

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

#mv .copy1 {
height:calc(100vh - 15vw);
top:7vh;
left:0;
right:0;
margin:auto;
text-align:center;
text-shadow:0 0 5px #000;
}

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

#mv .copy2 {
height:calc(100vh - 15vw);
top:7vh;
left:0;
right:0;
margin:auto;
text-align:center;
text-shadow:0 0 5px #000;
}

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

#mv .copy3 {
height:calc(100vh - 15vw);
top:7vh;
left:0;
right:0;
margin:auto;
text-align:center;
text-shadow:0 0 5px #000;
}

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

#mv .copy4 {
height:calc(100vh - 15vw);
top:7vh;
left:0;
right:0;
margin:auto;
text-align:center;
text-shadow:0 0 5px #000;
}

#mv .smart_phone {
position:absolute;
margin:auto;
bottom:0;
left:0;
right:0;
z-index:1;
}

#mv .smart_phone img {
width:auto;
height:72vh;
transform:translate(-50%,0);
margin-left:50%;
}

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

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

#mv .mv_cta .btn {
}

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



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

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

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

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

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




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

#about .copy {
width:80%;
margin:auto;
text-align:left;
padding-bottom:30px;
}

#about .points {
}

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

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

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

#about .points .point:nth-child(odd) .bg {
border-radius:10vw 0 0 10vw;
top:0;
right:-20%;
}

#about .points .point .cts {
width:100%;
margin:auto;
display:flex;
justify-content:flex-end;
align-items:center;
padding-top:55vw;
}

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

#about .points .point .bg .illust1 {
width:80%;
position:absolute;
bottom:0;
left:-10%;
margin:auto;
}

#about .points .point .bg .illust2 {
width:90%;
position:absolute;
top:7.5vw;
right:-15%;
}

#about .points .point .bg .illust3 {
width:70%;
position:absolute;
top:2vw;
left:-5%;
}

#about .points .point .bg .illust4 {
width:80%;
position:absolute;
top:6vw;
right:-10%;
}


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

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

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

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

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

#about .points .point .details h3 {
font-size:150%;
padding-bottom:10px;
text-align:center;
}

#about .points .point .details .detail {
text-align:center;
}

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



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

#howto .subtitle {
color:#fff;
}

#howto h2 {
color:#fff;
}

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

#howto .copy {
width:80%;
margin:auto;
text-align:left;
padding-bottom:30px;
color:#fff;
}

#howto #steps {
position:relative;
width:90%;
margin:auto;
overflow:hidden;
}

#howto #steps .swiper-wrapper {

}

#howto #steps .swiper-slide {
position:relative;
width:100%;
height:130vw;
}

#howto #steps .swiper-slide .circle {
width:100%;
height:50vw;
border-radius:15vw;
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:10vw;
position:absolute;
left:5vw;
}

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

#howto #steps .swiper-slide .moni {
width:50%;
margin:0 auto 10px;
}

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

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 45%;
  width: 20px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 40px;
  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:70%;
height:70px;
margin:25px 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:50px 0;
background:#f0f5f0;
}

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

#faq .cts .faqs {
}

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

}

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

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

}

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

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

#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:45px;
height:45px;
background:#666;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
}

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



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

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

#use .cts .uses {
}

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

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

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

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



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

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

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

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

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

#mobile_order .titles .subcopy {
font-size:100%;
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:10px;
margin-bottom:40px;
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:40px 20px 20px;
}

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

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

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

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

#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:20px;
}

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

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

#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;
}

#mobile_order .mobile_orders .mobile_order .types .type {
width:100%;
background:#fff7e8;
padding:25px;
margin-bottom:15px;
}

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

#mobile_order .mobile_orders .mobile_order .types .type .item {
font-size:110%;
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:110%;
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:20px 25px;
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:35px 25px 25px;
margin-top:40px;
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:20px;
}

#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:20px 20px;
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:20px 20px;
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:20px 20px;
}

#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:120px 0 70px;
background:#f0f5f0;
}

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

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

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

#company .companies {
padding-top:30px;
}

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

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

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

#company .companies .company .item {
width:100%;
padding-bottom:5px;
font-weight:600;
}

#company .companies .company:last-child .item {
padding-bottom:12px;
}

#company .companies .company .item:before {
content:"■";
padding-right:5px;
}

#company .companies .company .detail {
width:100%;
}




/*PRIVACY*/
#privacy {
padding:120px 0 70px;
background:#f0f5f0;
}

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

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

#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;
}

#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:120px 0 70px;
background:#f0f5f0;
}

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

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

#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:120px 0 70px;
background:#f0f5f0;
}

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

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

#contact .forms {
}

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

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

#contact .forms .details .item {
width:250px;
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:100%;
}

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

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

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

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

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

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

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

#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:40px;
height:40px;
right:15px;
bottom:15px;
z-index:100;
display:none;
}







/*FOOTER*/
footer {
background:#64c896;
padding:40px 0 25px;
}

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

footer .cts .foot_cts {
padding-bottom:30px;
}

footer .cts .foot_cts .logo {
width:30%;
margin:0 auto 20px;
}

footer .cts .foot_cts .links {
}

footer .cts .foot_cts .links .link {
display:flex;
justify-content:center;
flex-wrap:wrap;
padding-bottom:20px;
}

footer .cts .foot_cts .links .link nav {
width:50%;
font-size:80%;
border-bottom:#b1e3ca 1px solid;
padding:10px;
text-align:center;
}

footer .cts .foot_cts .links .link nav:nth-child(-n+2) {
border-top:#b1e3ca 1px solid;
}

footer .cts .foot_cts .links .link nav:nth-child(odd) {
border-right:#b1e3ca 1px solid;
}

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

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

footer .cts .foot_cts .links .sns .sns_icon {
width:30px;
margin:0 15px;
}

footer .copyright {
text-align:center;
font-size:60%;
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;
}


}