@charset "UTF-8";
body {
  color: #3A8F9F;
  font-family: tbudgothic-std, sans-serif;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 40px;
  background-color: #FEF6E4;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}

li {
  list-style: none;
  -webkit-transition: .6s;
  transition: .6s;
}

a {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  color: #3A8F9F;
}

a:hover {
  opacity: .8;
}

.works a:hover {
  opacity: 1;
}

.works a:hover img {
  -webkit-filter: drop-shadow(5px 5px 5px #746441);
          filter: drop-shadow(5px 5px 5px #746441);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.works a:hover .filter {
  display: block;
  background-color: rgba(139, 211, 221, 0.5);
  color: #fff;
  font-weight: bolder;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pagetop {
  cursor: pointer;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

.pagetop:hover {
  opacity: 0.8;
}

/*----
 オープニングアニメ 
----*/
/* ----
fv
---- */
@-webkit-keyframes fv-blue {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv-blue {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
  }
}

.fv {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.fv-b {
  opacity: 0;
  width: 90vw;
  -webkit-animation: fv-blue 0.7s;
          animation: fv-blue 0.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fv-p {
  width: 90vw;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: fv-blue 0.7s;
          animation: fv-blue 0.7s;
}

.fv img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1024px) {
  .fv {
    height: 100%;
  }
  .fv img {
    width: 100%;
  }
}

.icones {
  height: 88px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px 15px 0 0;
  position: fixed;
  bottom: 0;
  right: 80px;
  padding: 23px 40px;
  z-index: 10;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
          filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
}

.icones img {
  height: 48px;
}

.icones img:first-child {
  margin-right: 20px;
}

.icones img.pagetop {
  margin-right: 0;
}

.icones-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .icones {
    right: 0;
    border-radius: 10px 10px 0 0;
    height: 80px;
  }
  .icones.indexpage {
    width: auto;
  }
  .icones.indexpage .pagetop {
    margin-right: 0;
  }
  .icones-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
  }
  .icones img {
    height: 40px;
  }
  .icones img:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 520px) {
  .icones {
    width: 100vw;
  }
}

/*----
main/共通 
----*/
section {
  width: 750px;
  margin: 160px auto 0 auto;
  text-align: center;
}

section h1 {
  margin-bottom: 80px;
}

section h1 img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  section {
    margin-top: 50px;
    width: 90vw;
  }
  section h1 {
    margin-bottom: 20px;
  }
  section h1 img {
    height: 100px;
  }
  section .concept-txt p br {
    display: none;
  }
}

/*----
concept 
----*/
/*----
works 
----*/
.works-kitano,
.works-lightup,
.works-salon,
.works-portfolio,
.works-cocoda,
.works-illust {
  margin-bottom: 120px;
}

.works-kitano-icones,
.works-lightup-icones,
.works-salon-icones,
.works-portfolio-icones,
.works-cocoda-icones,
.works-illust-icones {
  text-align: left;
}

.works-kitano-icones img,
.works-lightup-icones img,
.works-salon-icones img,
.works-portfolio-icones img,
.works-cocoda-icones img,
.works-illust-icones img {
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-kitano-icones img :not:last-child,
.works-lightup-icones img :not:last-child,
.works-salon-icones img :not:last-child,
.works-portfolio-icones img :not:last-child,
.works-cocoda-icones img :not:last-child,
.works-illust-icones img :not:last-child {
  margin: 10px;
}

.works-kitano-img,
.works-lightup-img,
.works-salon-img,
.works-portfolio-img,
.works-cocoda-img,
.works-illust-img {
  width: 750px;
  position: relative;
}

.works-kitano-img img,
.works-lightup-img img,
.works-salon-img img,
.works-portfolio-img img,
.works-cocoda-img img,
.works-illust-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
          filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
}

.works-kitano-img .filter,
.works-lightup-img .filter,
.works-salon-img .filter,
.works-portfolio-img .filter,
.works-cocoda-img .filter,
.works-illust-img .filter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  display: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.works-kitano h2,
.works-lightup h2,
.works-salon h2,
.works-portfolio h2,
.works-cocoda h2,
.works-illust h2 {
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .works-kitano,
  .works-lightup,
  .works-salon,
  .works-portfolio,
  .works-cocoda,
  .works-illust {
    margin-bottom: 50px;
  }
  .works-kitano-img,
  .works-lightup-img,
  .works-salon-img,
  .works-portfolio-img,
  .works-cocoda-img,
  .works-illust-img {
    width: 100%;
  }
}

/*----
profile 
----*/
section.about {
  width: 100%;
  max-width: 750px;
}

.profile {
  text-align: left;
  line-height: 30px;
}

.profile-photo {
  background-color: #8bd3dd;
  width: 470px;
  height: 300px;
  z-index: -1;
  position: relative;
}

.profile-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 15%;
}

.profile-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 0 auto;
}

.profile-txtbox-non {
  width: 300px;
  height: 100px;
  margin-top: -308px;
}

.profile-txtbox-txt {
  margin: -250px 0px 0px auto;
  width: 440px;
  height: 315px;
  padding: 20px;
  background-color: rgba(243, 210, 193, 0.8);
}

.profile-txtbox-txt :nth-child(odd) {
  font-size: 1.8rem;
  font-weight: 700;
}

.profile-txtbox-txt :not:last-child {
  margin-bottom: 15px;
}

.profile-txtbox-txt p {
  width: 420px;
}

.profile-wrapper {
  width: 750px;
  margin: -70px auto 0 auto;
}

.profile-wrapper h3 {
  font-size: 3.0rem;
}

.profile-wrapper :nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 32px 0 15px;
}

@media screen and (max-width: 768px) {
  .profile-photo {
    width: 100%;
    text-align: center;
  }
  .profile-photo img {
    width: 150px;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profile-txtbox {
    width: 90vw;
  }
  .profile-txtbox-non {
    width: 0;
  }
  .profile-txtbox-txt {
    margin: -90px 0px 0px auto;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(243, 210, 193, 0.8);
  }
  .profile-txtbox-txt p {
    width: 100%;
  }
  .profile-wrapper {
    width: 90vw;
    margin-top: 0;
  }
  .profile-wrapper h3 {
    display: none;
  }
}

/*----
footer 
----*/
footer {
  text-align: center;
  width: 100%;
  height: 160px;
  line-height: 160px;
  margin-top: 80px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    height: 100px;
  }
}

/*----
works個別ページ 
----*/
.works-pages {
  margin-top: 30px;
  line-height: 30px;
  text-align: left;
}

.works-pages-img {
  width: 750px;
}

.works-pages-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
          filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
}

.works-pages h3 {
  margin-top: 20px;
  font-size: 2.4rem;
}

.works-pages p {
  margin-top: 15px;
}

.works-pages-cotegoryicon {
  margin: 15px 0 20px;
}

.works-pages-cotegoryicon img {
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-pages-cotegoryicon :not:last-child {
  margin-right: 20px;
}

.works-pages-skillicon {
  margin-bottom: 80px;
}

.works-pages-skillicon img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-pages-skillicon :not:last-child {
  margin-right: 15px;
}

.works-pages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.works-pages-wrapper-img img {
  width: 425px;
  -o-object-fit: contain;
     object-fit: contain;
}

.works-pages-wrapper p {
  width: 285px;
  margin-top: 0px;
}

.works-pages-wrapper .explanation {
  margin-left: 40px;
}

.works-pages-wrapper-txt {
  margin-left: 0;
  margin-right: 40px;
}

.works-pages-wrapper-txt .line {
  height: 3px;
  width: 100px;
  margin: 80px 0;
  background-color: #F3D2C1;
}

.works-pages-wrapper-txt .url .bold {
  font-weight: 700;
  margin-top: 20px;
}

.works-pages-wrapper-txt a {
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .works-pages-img {
    width: 90vw;
  }
  .works-pages h3 {
    font-size: 1.8rem;
  }
  .works-pages p {
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
    word-break: break-all;
  }
  .works-pages-cotegoryicon {
    margin: 10px 0 5px;
  }
  .works-pages-skillicon {
    margin-bottom: 40px;
  }
  .works-pages-skillicon img {
    height: 30px;
  }
  .works-pages-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .works-pages-wrapper-img img {
    width: 90vw;
  }
  .works-pages-wrapper-txt .line {
    margin: 20px 0;
  }
  .works-pages-wrapper-txt .url {
    margin-bottom: 20px;
  }
  .works-pages-wrapper .explanation {
    margin-left: 0px;
  }
}

button {
  margin: 0 auto;
  width: 100%;
}

button img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----
lightup個別ページ 
----*/
.works-pages-img.ligth-up {
  width: 600px;
  margin: 120px 73px 75px 75px;
}

.explanation.lightup {
  width: 350px;
}

.works-pages-wrapper-img.lightup-img {
  width: 360px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
          filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
}

.works-pages-wrapper-img.lightup-img :nth-child(1) {
  width: 285px;
}

.works-pages-wrapper-img.lightup-img :nth-child(2) {
  margin: -140px 208px;
  position: relative;
}

.works-pages-wrapper-img.lightup-img :nth-child(3) {
  margin: 25px 0 0 25px;
}

@media screen and (max-width: 768px) {
  .works-pages-img.ligth-up {
    width: 90vw;
    margin: 0;
  }
  .works-pages-wrapper-img.lightup-img {
    width: 100%;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
            filter: drop-shadow(5px 5px 5px rgba(201, 182, 140, 0.468));
  }
  .works-pages-wrapper-img.lightup-img :nth-child(2) {
    margin: 0;
    position: relative;
  }
  .works-pages-wrapper-img.lightup-img :nth-child(3) {
    margin: 0;
  }
  .explanation.lightup {
    width: 100%;
  }
}

/*----
cocoda個別ページ 
----*/
.cocoda-target {
  width: 275px;
  margin-left: 40px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .cocoda-target {
    margin-left: 0;
  }
}

/*----
salon個別ページ 
----*/
.salon-txt .line {
  height: 3px;
  width: 100px;
  margin: 80px 0 80px 40px;
  background-color: #F3D2C1;
}

.salon-txt .url {
  margin-left: 40px;
}

.salon-txt .url .bold {
  font-weight: 700;
  margin-top: 20px;
}

.salon-txt .url a {
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .salon-txt .line {
    margin: 20px 0;
  }
  .salon-txt .url {
    margin-left: 0;
  }
}

/*----
inview 
----*/
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */