@charset "utf-8";
/* top
----------------------------------------- */
#mainVisual {
  width: 100%;
  height: 60vh;
  margin-bottom: 30px;
  position: relative;
}

#mainVisual h1{
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 10px;
  writing-mode: vertical-rl;
  vertical-align: middle;
  color: #FF5E53;
  letter-spacing: 12px;
/*  font-family: ab-tsurumaru, sans-serif;*/
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 800;
  font-size: 9vw;
  text-align: left;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/*
#mainVisual .smooth{
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;  
}
.smooth.is-animated{
  clip-path: inset(0);
}

*/
/* 想い */
#omoi {
  margin-bottom: 150px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#omoi p {
  text-align: center;
  font-size: 20px;
  color: #201E1E;
  margin-top: 15px;
}
/* service */
#service {
  margin-bottom: 0px;
  padding: 0 30px;
}
#service section {
  margin-bottom: 60px;
  padding: 5%;
  box-shadow: 10px 10px #FFFF5F;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 5px solid #FFC7C3;
}
#service section.last {
  margin-bottom: 0;
}
#service h4{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #201E1E;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #FFC7C3;
}

#service p{
  font-size: 16px;
  text-align: left;
}


/* works */
#works {
  margin-bottom: 50px;
  padding: 0 20px;
  margin-top: 150px;
}


/*faq*/
#faq{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}


/*流れ*/
#nagare {
  margin-bottom: 50px;
  margin-top: 100px;
}

/* price */
#price {
  margin-bottom: 0px;
  padding: 0 30px;
}
#price section {
  margin-bottom: 60px;
  padding: 5%;
  box-shadow: 10px 10px #FFFF5F;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 5px solid #FFC7C3;
}

#price section.last {
  margin-bottom: 0;
}

#price h4{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #201E1E;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #FFC7C3;
}

#price p{
  font-size: 16px;
  text-align: left;
}

#price p.ttl{
  font-size: 14px;
  text-align: left;
  color: #848484;
}

/*インスタグラム*/
#instagram{
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.insta_list{
}

.insta_list img{
  width: 48%;
  margin: 1%;
  float: left;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.insta_list img:hover{
  opacity: .8;
  scale: 1.1;
  -webkit-box-shadow: 0px 0px 20px #FF5E53;
  -moz-box-shadow: 0px 0px 20px #FF5E53;
  box-shadow: 0px 0px 20px #FF5E53;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

#contact{
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;

}



/*ーーーーーーーーーーーーーーーーーーー*/
/*背景の斜めの線*/
.slant-bg {
  position: relative;
}
.slant-bg:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EAEAEA;
  transform: skewY(5deg);
  z-index: -1;
}
.slant-bg:nth-child(even):before {
  content: '';
  position: absolute;
  height: 110%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFC7C377;
  transform: skewY(-4deg);
  z-index: -1;
}


/*実績のスライダーj*/
.slider li img, .thums li img{
  width: 100%;
  height: auto;
}
.slider{
  margin-top: -50px;
}
.slider li{
  padding-top: 50px;
  position: relative;
}
.slider li p{
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 30px;
  writing-mode: vertical-rl;
  vertical-align: middle;
  color: #222;
  background-color: #FFFF5Faa;
  border: 2px solid #444;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing: 4px;
  font-weight: bold;
}
.slick-slide{
  padding: 1px;
	height:auto!important;
}
.slick-next{
    right:0!important;
}
.slick-prev{
    left:0!important;
}
.slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slick-arrow:before{
    font-size: 30px!important;
}
.thums img{
  opacity: 1;
  transition: .3s;
  margin-top: 10px;
  cursor: pointer
}
.thums img:hover{
  opacity: .7;
  -webkit-scale:1.1;
  -moz-scale:1.1;
  scale:1.1;
}
.thums .slick-current{
  opacity: 0.5;
}




/* flow */
.flow {
  width: 60%;
  margin: auto;
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #000;
  background-color: #FFFF5F;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
  border-radius: 5px;
  border: 1px solid #FF5E53;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FF5E53;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #FD8980;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #FF5E53;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #FF5E53;
    margin-bottom: 1vh;
}
#profile img {
  width: 50%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  max-width: 300px;
}
#profile p.ttl  {
  padding-right: 20px;
  padding-left: 30px;
  z-index: 10;
  position: absolute;
  margin-top: 350px;
  max-width: 500px;
  display: block;
  background-color: rgba(255,255,255,0.80);
  margin-left: 10%;
}







/* タブレット向け：760px～960px */
@media only screen and (min-width: 760px) {
  /* mainVisual */
  #mainVisual {
    height: 80vh;
    margin-bottom: 80px;
    background-color: #484747;
    text-align: center;
  }
  #mainVisual img {
    max-width: 960px;
    height: auto;
  }
  #mainVisual h1{
  font-size: 72px;
  }
  #omoi{
  max-width: 700px;
  }
  #omoi p {
    font-size: 18px;
  }
  /* top */
  #mainVisual .pc {
    display: block;
  }
  #mainVisual .sp {
    display: none;
  }
  /* sevice */
  #service {
    max-width: 920px;
    margin: 0 5% 200px 5%;
    padding: 0;
  }
  #service section {
    float: left;
    width: 35.5%;
    height: auto;
    margin-right: 6%;
    padding: 5%;
    margin-bottom: 0px;
  }
  #service section:last-child {
    margin-right: 0;
  }
  /* price */
  #price {
    max-width: 920px;
    margin: 0 5% 200px 5%;
    padding: 0;
  }
  #price section {
    float: left;
    width: 36%;
    height: auto;
    margin-right: 5%;
    padding: 5%;
    margin-bottom: 50px;
  }
  #price section:first-child {
    width:90%;
    margin-right: 0px;
  }
  #price section:last-child {
    margin-right: 0px;
  }

/* works */
  #works {
    max-width: 920px;
    margin-top: 0 auto 50px auto;
    padding: 0;
  }
  #nagare {
  max-width: 920px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 200px;
  padding: 0;
  }

  #instagram{
    width: 80%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
.insta_list img{
  width: 30%;
  margin: 1%;
}
  #faq{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}
/* タブレット向け */



/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 961px) {
  /* sevice */
  #service {
    width: 920px;
    margin: 0 auto 200px auto;
    padding: 0;
  }
  #service section {
    float: left;
    width: 365px;
    height: auto;
    padding: 30px;
    margin-right: 50px;
  }
  #service section:last-child {
    margin-right: 0;
  }
  /* price */
  #price {
    width: 920px;
    margin: 0 auto 200px auto;
    padding: 0;
  }
  #price section {
    float: left;
    width: 365px;
    height: auto;
    padding: 30px;
    margin-right: 50px;
  }
  #price section:first-child {
    width:860px;
    margin-right: 0px;
  }
  #price section:last-child {
    margin-right: 0;
  }
  /* works */
  #works {
    width: 920px;
    margin: 0 auto 200px auto;
    padding: 0;
  }
  /* works */
  #profile {
    width: 920px;
    margin: 0 auto 200px auto;
    padding: 0;
  }
#profile p.ttl  {
  margin-top: 500px!important;
  margin-left: 10%;
}
  .insta_list img{
    width: 30%;
    margin: 1%;
  }
}
/* PC向け */
