@charset "UTF-8";
/*---------------------------------------
  reset
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
  min-height:100vh;
  min-height: -webkit-fill-available;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/*---------------------------------------
  ELEMENT 
-----------------------------------------*/
body {
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
html, body {
  width: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
section {
  scroll-snap-align: start;
  font-size: 18px;
  font-size: 1.1rem;
}

.container {
  scroll-snap-type: y mandatory;
}
@media (min-width: 1200px){
.container {
  max-width: 950px;
}
}
@media (min-width: 900px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 768px){
.container {
     width: 90%;
}
}
.mb-30 {
  margin-bottom: 30px
}
.pb-30 {
  padding-bottom: 30px
}
.pb-60 {
  padding-bottom: 60px
}
.pb-80 {
  padding-bottom: 80px
}
.pb-180 {
  padding-bottom: 180px
}
.pt-30 {
  padding-top: 30px
}
.pt-60 {
  padding-top: 60px
}
.pt-80 {
  padding-top: 80px
}
.pt-180 {
  padding-top: 180px
}

/*---------------------------------------
 Vanishing point
-----------------------------------------*/
@media screen and (min-width: 1000px) {
  .vanish-pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .vanish-tl {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .vanish-sp {
    display: none !important;
  }
}
/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}
h1 {
  color: #534740;
  font-size: 3em;
  font-weight: 600;
  line-height: 180%;
}
h2 {
  color: #373636;
  font-size: 46px;
  line-height: 160%;
  margin-top: 0px;
  text-align: center;
}
#contact,#company,#feature01,#feature02,#feature03,#feature04,#feature05,#feature06,#feature07,#spec,amaneku2_privacy, h2{ 
  font-family:Tahoma, Geneva,sans-serif;
}

.section_h2  {
  position: relative;
  display: block;
  font-size: 46px;
  height: 180px;
  line-height: 180px;
    text-align: center;
}

.section_h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  margin: auto;
  background-color: #000;
}

.section_h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 40px;
  margin: auto;
  background-color: #000;
}
@media (max-width: 899px) {
.section_h2  {
  font-size: 26px;
  height: 80px;
  line-height: 80px;
}

.section_h2::before {
  width: 1px;
  height: 20px;
}

.section_h2::after {
  width: 1px;
  height: 20px;
}
}

h3 {
  display: block;
  background: hsla(335, 50%, 65%, 0.61);
  color: #fff;
  padding: 0px 0;
  font-size: 24px;
  text-align: center;
  line-height: 180%;
  font-weight: 600;
  border-radius: 10px;
}
@media (max-width: 899px) {
h3 {
  display: block;
margin: 0 calc(50% - 50vw);
width: 100vw;
  padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px!important;
    padding-right: 0px!important;
  font-size: 18px;
   border-radius: 0;

}
}
h4 {
  color: #191818;
  font-size: 13px;
  font-weight: normal;
}
h5 {
  color: #E78033;
  font-size: 12px;
  font-weight: 600;
  line-height: 160%;
}
p {
  color: #1D1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
}
strong, span {
  color: #1D1B1B;
  font-weight: normal;
}
@media (max-width: 899px) {
  h1 {
    font-size: 2.2em;
    line-height: 180%;
  }
  #work .work-thumb {
    margin-top: 30px;
  }
}
@media (max-width: 899px) {
  h2 {
    font-size: 4em;
  }
}
/*---------------------------------------
  Buttons               
-----------------------------------------*/
.section-btn {
  background: rgb(209, 108, 146);
  background: linear-gradient(135deg, rgba(209, 108, 146, 1) 0%, rgba(247, 138, 201, 1) 37%, rgba(242, 184, 156, 1) 100%);
  /*background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);

background-image: radial-gradient(circle, #5c0067 0%, #00d4ff 100%);
*/
  border: none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding: 14px 36px 14px 36px;
  margin-top: 40px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin-left: auto;
  margin-right: auto;
}
.section-btn:focus, .section-btn:hover {
  background: #FF8F7B;
  color: #ffffff;
}





section#Intro .scroller {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  bottom: 140px;
}
section#Intro .scroller a {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 20;
  transition: opacity 0.5s;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transform: rotate(45deg);
}
section#Intro .scroller a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  section#Intro .scroller a {
    height: 56px;
    width: 56px;
  }
}
@media screen and (max-width:599px) {
  section#Intro .scroller a {
    height: 28px;
    width: 28px;
  }
}
/*---------------------------------------
    General               
-----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}
a {
  color: #F19CB4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #F3ADA6;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-title {
  margin: 0;
  padding-bottom: 32px;
}
#about, #work, #contact {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#about img, #team img {
  border-radius: 5px;
}
#work {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.img_h30 {
  height: 30px;
  margin: 0 auto;
  display: block;
}
.img_h50 {
  height: 60px;
}

.img_65 {
  width: 65%;
  margin: 0 auto;
  display: block
}
.img_80 {
  width: 70%;
  margin: 0 auto;
  display: block
}
@media (max-width: 899px) {
  .img_80, .img_65 {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}
img {
  width: 100%;
}
.spec {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
}
.spec th, .spec td {
  border: 1px solid #ccc;
  padding: 10px;
}
.spec th {
  font-size: 15px;
  font-weight: 600;
  background-color: #dedede;
}
@media screen and (max-width: 800px) {
  .spec tr, .spec td, .spec th {
    display: block;
  }
  .spec th {
    width: auto;
  }
}
.btn {
  display: inline-block;
  padding: 12px 12px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  border: 1px solid #888888;
  border-radius: 4px;
  vertical-align: middle !important;
}

/*---------------------------------------
  Navigation section              
-----------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: hsla(0,0%,100%,0.95);
  padding-top: 22px;
  color: #444;
  font-weight: normal;
  font-size: 14px;
}
.custom-navbar .nav li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #D46993;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 20px 10px;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #EC538D;
}
.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}
.custom-navbar .navbar-nav li a:hover:after, .custom-navbar .nav li.active > a:after {
  background: #FF9AB3;
  color: #ffffff;
  width: 100%;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 0px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}
@media (min-width:900px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
    background-color:#fff;
  }
  .custom-navbar .nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #D46993;
    letter-spacing: 1px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    padding: 10px 0 0;
    margin: 10px;
  }
  .custom-navbar.top-nav-collapse {
    background: hsla(0, 0%, 100%, 0.80);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .2);
    padding: 10px 0;
  }
}
.navbar-brand {
  background: url("../images/intro/logo.png") no-repeat left center;
  background-size: contain;
  height: 60px;
  width: 250px;
  padding: 15px 0px 0 0px
}
@media (max-width: 899px) {
  .center .nav {
    padding-bottom: 10px;
  }
}

/*---------------------------------------
  pr icon             
-----------------------------------------*/
.pr-icon {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.pr-icon li, li img {
  display: block;
  float: left;
  list-style: none;
  width: 80px;
  transition: all 0.4s ease-in-out;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}
.pr-icon li a:hover {
  transform: scale(1.1);
}
@media (max-width: 899px) {
  .pr-icon li, li img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px 3px 10px 3px;
  }
}
/*---------------------------------------
  Index_home section              
-----------------------------------------*/
#home {
  height: 100vh;
  /*display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;*/
  display: flex;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  position: relative;
  padding-top: 25%;
  background: url("../images/intro/bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.Intro_contanier {
  width: 450px;
  margin-left: auto;
  margin-right: 15px;
  text-align: center
}
#home h2 {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 160%;
  margin-top: 0px;
  text-align: center;
}
@media (max-width: 899px) {
  #home {
    background: url("../images/intro/bg_sp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  #home .Intro-thumb {
    margin-top: 300px;
  }
  #home .Intro_contanier {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
  }
}
/*---------------------------------------
  amaneku section              
-----------------------------------------*/

#amaneku {
  background: url("../images/about/about_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;
  z-index: -1;*/
}

#amaneku .section-title {
  padding-bottom: 16px;
}
.shadow {
  background: hsla(0, 0%, 100%, 0.58);
  padding: 20px;
}
#amaneku .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}
#amaneku .about-thumb {
  margin-top: 22px;
}
#amaneku .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
@media (max-width: 899px) {
  #amaneku {
    background: url("../images/about/about_bg_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;
  z-index: -1;*/
  }
}
.bnr_img:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}
/*---------------------------------------
  amaneku2 section              
-----------------------------------------*/

#amaneku2 {
  background: url("../images/common/amaneku2c.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
  z-index: -1;
}


#amaneku2 .section-title {
  padding-bottom: 16px;
}
.shadow {
  filter: drop-shadow(1px 1px 0px #FFF);
}
#amaneku2 h4 {
  color: #CF6F96;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  display: block;
  width: 600px;
  margin: 0 auto;
}
#amaneku2 h4 {
  color: #CF6F96;
  font-size: 2.4em;
  font-weight: 500;
  padding: 5px 0;
  display: block;
  width: 600px;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (max-width: 899px) {
  #amaneku2 h4 {
    font-size: 2em;
    padding: 20px 0 0 0px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#amaneku2 .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}
#amaneku2 .about-thumb {
  margin-top: 22px;
}
#amaneku2 .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
@media (max-width: 899px) {
  #amaneku2 {
    background: url("../images/common/amaneku2c_sp.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

}

/******************************
  About_top　svg　animation             
*******************************/
textpath {
  font-size: 1.1em;
  font-family: 'Glory', sans-serif;
}
/*一部変えるときは tspanで。fillで色を変える*/
.color-pink {
  fill: hsla(336, 50%, 62%, 0.30);
}
.color-brown {
  fill: hsla(343, 8%, 18%, 0.22);
}
circle {
  filter: blur(5px);
}

/* video */
#video {
  top: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  amaneku2 PR section              
-----------------------------------------*/
#amaneku2_pr {
  margin: 60px auto;
}
#amaneku2_pr .section-title {
  padding-top: 60px;
  padding-bottom: 16px;
}
#amaneku2_pr h2 {
  width: 100%;
  text-align: left;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: .1em;
  white-space: nowrap;
  overflow-x: hidden;
  color: #524A4A;
  padding-left: 50px;
}
@media (max-width: 899px) {
  #amaneku2_pr h2 {
    width: 90%;
    text-align: left;
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: .1em;
    white-space: nowrap;
    overflow: hidden;
  }
}
@keyframes typing {
  0% {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-right-color: transparent;
  }
}
/*=====================================
テーブル設定
======================================*/
table {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 160%;
  background: #FFFFFF
}
.tbl-r02 th {
  border-bottom: dotted 1px #ccc;
  color: #000;
  padding: 20px;
}
.tbl-r02 td {
  border-bottom: dotted 1px #ccc;
  padding: 10px;
}
.table-font {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
/* スマホ
-------------------------------------------------- */
@media screen and (max-width:767px) {
  .last td:last-child {
    border-bottom: dotted 1px #ccc;
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding-left: 20px
  }
}
/*---------------------------------------
  Intro section              
-----------------------------------------*/
#Intro {
  height: 100vh;
  /*display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;*/
  display: flex;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  position: relative;
  padding-top: 25%;
  background: url("../images/intro/bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.Intro_contanier {
  width: 450px;
  margin-left: auto;
  margin-right: 15px;
  text-align: center
}
#Intro h2 {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 160%;
  margin-top: 0px;
  text-align: center;
}
@media (max-width: 899px) {
  #Intro {
    background: url("../images/intro/bg_sp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  #Intro .Intro-thumb {
    margin-top: 300px;
  }
  #Intro .Intro_contanier {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
  }
}
/*---------------------------------------
  about section              
-----------------------------------------*/
#about {
  position: relative;
}
#about::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../images/about/about_bg.jpg);
  background-size: cover;
    background-position: center top;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

#about .section-title {
  padding-bottom: 16px;
}
.shadow {
  filter: drop-shadow(1px 1px 0px #FFF);
}
#about .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}
#about .about-thumb {
  margin-top: 22px;
}
#about .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
@media (max-width: 899px) {
  #about {
    background: url("../images/about/about_bg_sp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*---------------------------------------
 feature section  共通背景             
-----------------------------------------*/
#feature01,#feature03,#feature05,#feature07,#contact {
  background: linear-gradient(#FFFFFF, #E3DFDF) fixed;
}
#feature02,#feature04,#feature06,#spec {
  background: linear-gradient(#E3DFDF, #fff ) fixed;
}

/*---------------------------------------
 feature01 section              
-----------------------------------------*/
#feature01 .feature01-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#feature01 .feature01-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#feature01 .feature01-thumb img {
  border-radius: 5px;
}
.feature01-if {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  line-height: 160%;
    font-weight: 500;
    color: #3A3636;
}
@media (max-width: 899px) {
.feature01-if {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  line-height: 160%;
    font-weight: 600;
}
}

/*---------------------------------------
 feature02 section              
-----------------------------------------*/
#feature02 .feature02-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#feature02 .feature02-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#feature02 .feature02-thumb img {
  border-radius: 5px;
}
/*---------------------------------------
 feature03 section              
-----------------------------------------*/
#feature03_wrapp{
    margin-top:30px;
    margin-bottom:180px;
}
.feature03-if {
  padding: 5px 0;
  font-size: 18px;
  text-align: left;
  line-height: 160%;
    font-weight: 600;
    color: #222121;
    width:90%;
    margin: 0 auto;
}
@media (max-width: 899px) {
.feature03-if {
  padding: 5px 0;
  font-size: 16px;
  text-align: left;
  line-height: 160%;
    font-weight: 500;
    color: #222121;
}
}
.feature03_btn{
 border: none;
 font-size: 18px;
 padding: 5px 0;
 color: #fff;
 width: 200px;
 height: 2em;
 text-align: center;
 background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
 background-size: 300%;
 border-radius: 20px;
 z-index: 1;
}   


/*---------------------------------------
 feature04 section              
-----------------------------------------*/
#feature04 .feature04-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#feature04 .feature04-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#feature04 .feature04-thumb img {
  border-radius: 5px;
}
/*---------------------------------------
 feature05 section              
-----------------------------------------*/
#feature05 .feature05-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#feature05 .feature05-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#feature05 .feature05-thumb img {
  border-radius: 5px;
}
/*---------------------------------------
 feature06 section              
-----------------------------------------*/
#feature06 .feature06-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#feature06 .feature06-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#feature06 .feature06-thumb img {
  border-radius: 5px;
}
/*---------------------------------------
  Contact section              
-----------------------------------------*/
#contact{
    background: #EAE6E3;
    height: 100vh;
}
#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}
#contact input {
  height: 55px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
#contact button#submit {
  background: #413F3F;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}
#contact button#submit:hover {
  background: #7F656C;
  color: #ffffff;
}
/*---------------------------------------
  フッター波波        
-----------------------------------------*/
.editorial {
  display: block;
  width: 100%;
  height: 30px;
  max-height: 60px;
  margin: 0;
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
}
.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*---------------------------------------
  footer             
-----------------------------------------*/
footer {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #FFCAD8;
  position: relative;
  margin: 0;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.copyright-area {
  background: #CF6F96;
  padding: 25px 0;
}
@media (max-width: 899px) {
.copyright-area {
  background: #CF6F96;
  padding: 2px 0 60px 0;
}
}
.copyright-text p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.copyright-text p a {
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #fff;
}
.footer-menu li a {
  font-size: 14px;
  color: #fff;
}


/*---------------------------------------
  PR右横 バナー           
-----------------------------------------*/

#content {
  position:absolute;
    z-index: 50;
}
#homeBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 480px;
  right: 10px;
  /*-----装飾-----*/
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  background: #EFA6AC;
  color: #fff;
font-size: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    border-radius: 100px;
}
#mailBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 270px;
  right: 10px;
  /*-----装飾-----*/
  width: 80px;
  height: 200px;
  line-height: 78px;
  text-align: center;
  background: #E5789E;
  color: #fff;
    font-size: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 100px;
}

#topBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 180px;
  right: 10px;
  /*-----装飾-----*/
  width: 80px;
  height: 80px;
  line-height: 78px;
     font-size: 20px;
  text-align: center;
  background: #CB92B5;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    border-radius: 100px;
}

/*---------------------------------------
  スマホのみバナー           
-----------------------------------------*/

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 18px;
    font-weight: 500;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #EFA6AC;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #CB92B6;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}
