@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
figure,
topics,
h1,
h2,
h3 {
  display: block;
}

img {
  display: block;
  border: none;
}

a {
  color: #5f089a;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

ul,
ol {
  list-style-type: none;
}

body {
  font-size: 14px;
  color: #840bd3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7em;
  margin-top: 0;
}

h2 {
  font-family: 'Kaisei Tokumin', serif;
}

h3 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

header {
  width: 100%;
  top: 0;
  min-width: 1000px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

#headerLogo img {
  width: 100%;
}

/* hamburger_line */
#target {
  width: 40px;
  position: absolute;
  top: 24%;
  left: 76px;
  margin-left: 85vw;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media screen and (max-width: 414px) {
  #target {
    left: 0;
  }
}

.target_inner {
  width: 40px;
  height: 30px;
  position: relative;
}

.target_inner_line {
  display: block;
  width: 40px;
  height: 5px;
  background: #5f089a;
  transition: 1.5s;
  border-radius: 50px;
  position: absolute;
}

.target_inner_1 {
  top: 0;
}

.target_inner_2 {
  top: 13px;
}

.target_inner_3 {
  top: 26px;
}

/* 動き */
.nav.fadein {
  transform: translateY(0);
  opacity: 1;
  left: 50px;
  top: 100px;
}
@media screen and (max-width: 414px) {
  .nav.fadein {
    left: -41px;
    top: 59px;
  }
}

.linea {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 13px;
}

.lineb {
  opacity: 0;
}

.linec {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 13px;
}

.nav {
  position: absolute;
  height: 37vh;
  width: 150px;
  left: 700px;
  top: 0;
  margin-left: 70vw;
  background: linear-gradient(
    to bottom,
    rgba(185, 100, 255, 1),
    rgba(105, 50, 245, 0.2)
  );
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 414px) {
  nav {
    width: 150px;
  }
}

#nav_f a {
  color: white;
}

.nav ul {
  margin-top: 2vh;
}

.nav li {
  line-height: 8vh;
  list-style-type: none;
  font-size: 1em;
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
}

main {
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  overflow: hidden;
}

#mainPhoto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  min-height: 100vh;
  position: fixed;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
  /* background-image: url("http://my.internetacademy.jp/~a31903243/shino.n/common/images/DSC_0133_ - コピー.jpg"); */
  background-image: url("../images/DSC_0133_w.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#catchCopy {
  margin-top: 27%;
}
@media screen and (max-width: 414px) {
  #catchCopy {
    margin-top: 55%;
  }
}

#catchCopy p {
  text-align: center;
  margin: 100px auto;
  padding: 1% 1%;
  font-size: 40px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
  text-shadow: 1px 1px 1px rgb(240 225 245 / 75%);
  letter-spacing: 0.05em;
}

#catchCopy:scroll {
  visibility: hidden;
}

.typing {
  width: 35ch;
  animation: typing 2s steps(16), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media screen and (max-width: 414px) {
  #catchCopy p {
    line-height: 1.5;
    font-size: 21px;
    margin: 120px auto;
  }
}

.display-none-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-none-768 {
    display: block;
  }
}

#headerLogo {
  width: 20%;
  margin: 1% 2% 1% 2%;
}

#kari {
  font-weight: bold;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  margin-bottom: 1vh;
  overflow: hidden;
}

/*     top      */

.works__back {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  margin: 30px auto 60px;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .works__back {
    width: 95%;
    margin: 2% auto;
    padding: 2%;
  }
}

#works h2,
#profile h2,
#skill h2 {
  margin-left: 5%;
  margin-bottom: 2%;
}

#works {
  padding-top: 50vh;
}
@media screen and (max-width: 414px) {
  #works {
    padding-top: 10vh;
  }
}

#works img {
  width: 100%;
}

#works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 30px;
}
#works li {
  display: block;
  width: 30%;
}
@media screen and (max-width: 414px) {
  #works ul {
    padding: 0;
  }
  #works li {
    width: 45%;
  }
}

#worksBox {
  width: 130px;
  height: 65px;
  margin: 0 1% 20px 80%;
  color: #5f089a;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 414px) {
  #worksBox {
    margin: 20px auto;
  }
}

#worksBox:hover svg path {
  stroke: #5f089a;
}

#worksBox:hover svg path {
  stroke-width: 3;
  stroke-dasharray: 0, 350;
  stroke-dashoffset: 20;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.sample1 {
  width: 90%;
  overflow: hidden;
  margin: 10px 8px 10px 16px;
  position: relative; /* 相対位置指定 */
}
@media screen and (max-width: 414px) {
  .sample1 {
    margin: 10px auto 10px;
  }
}

.sample1 .caption {
  font-size: 130%;
  text-align: center;
  padding-top: 30%;
  color: #fff;
}
.sample1 .mask {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(176, 83, 237, 0.5); /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sample1:hover .mask {
  opacity: 1; /* マスクを表示する */
}

section #profile {
  width: 100%;
}

#profile h2 {
  margin-top: 10vh;
}

#profile .profile__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#profile ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
}

#name {
  margin: 1%;
  color: #5c565f;
}

.profile_text {
  margin-top: 1%;
  color: #5c565f;
  display: block;
  width: auto;
}
@media screen and (max-width: 414px) {
  .profile_text {
    clear: both;
  }
}

.profile_img {
  float: right;
  padding: 10px;
}
@media screen and (max-width: 414px) {
  .profile_img {
    padding: 10px 50px;
  }
}

#profile img {
  border-radius: 5%;
  float: right;
}

.caption {
  width: 100%;
  color: #5c565f;
  text-align: center;
  font-size: 12px;
}

.profile__box {
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 414px) {
  .profile__box {
    padding: 5px;
  }
}

#profile li {
  display: block;
  width: 35%;
}
@media screen and (max-width: 414px) {
  #profile li {
    width: 45%;
    margin: 20px auto;
  }
}

/* Swiggle Box */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fdfdfd;
}

.swiggle__box {
  width: 130px;
  height: 65px;
  margin: 0 auto;
  color: #5f089a;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}
svg rect,
svg path,
svg polyline {
  fill: none;
  stroke: #5f089a;
  stroke-width: 1;
}

.swiggleBox:hover svg path {
  stroke: #5f089a;
}

svg path {
  stroke-dasharray: 265, 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.swiggleBox:hover svg path {
  stroke-width: 3;
  stroke-dasharray: 0, 350;
  stroke-dashoffset: 20;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

/* Swiggle Box end */

#skill h2 {
  margin-top: 10vh;
}

#skill {
  margin-bottom: 15vh;
}

.greeting {
  margin-top: 2%;
  padding: 2% 2%;
  text-align: center;
  color: #5c565f;
}

.greeting__text {
  display: inline-flex;
}
@media screen and (max-width: 414px) {
  .greeting__text {
    display: inline-block;
  }
}

.skill__start-day {
  text-align: center;
  margin-top: 10%;
  margin-left: 10%;
  font-size: 0.9em;
}

#skill ul {
  display: flex;
}

#skill .skill__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 2%;
  justify-content: center;
}

@media screen and (min-width: 1500px) {
  .disappear {
    display: none;
  }
}

.level1 {
  width: 30%;
  padding: 20px;
}

.level2 {
  width: 100px;
  margin: 2px;
}

.level3 {
  width: 130px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 414px) {
  .level3 {
    width: 160px;
  }
}

.level3 img {
  width: 100%;
  margin-left: 5%;
  margin-top: 10%;
}
@media screen and (max-width: 414px) {
  .level3 img {
    margin-left: 0;
  }
}

.skill__img {
  width: 100%;
}

.skill__img-2,
.skill__img-3 {
  width: 75%;
  margin-left: 15%;
  margin-top: 15%;
}

/*   works   */

.index__wrap {
  display: flex;
}

.index__wrap-child {
  width: 50%;
}

.work__category {
  margin: 20px 0 0 0;
}

#website {
  width: 100%;
}

#website h3,
#flyer h3,
#banner h3 {
  margin-left: 5%;
}

#p2works {
  width: 100%;
  text-align: center;
  margin-top: 30vh;
  margin-bottom: 7vh;
}
@media screen and (max-width: 414px) {
  #p2works {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

.website__main-img {
  width: 100%;
}

.website__img {
  width: 100%;
}

.website__left a {
  width: 100%;
  color: white;
}

.website__sub-img-wrap {
  display: flex;
  padding: 10px;
}

.website__sub-img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.website__text-image li {
  display: inline-block;
  width: 45%;
  margin-bottom: 40px;
}

.website__left {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

#ABCmobile {
  margin-left: 10%;
}

#ABCp2 {
  width: 100%;
  margin-left: 5%;
}

.website__text {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 414px) {
  .website__text {
    margin: 0 auto;
  }
}

.website__text p {
  color: #454343;
  width: 95%;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .website__text p {
    margin: 0 auto;
  }
}

.website__title {
  display: inline-block;
  color: #454343;
  margin-top: 1%;
  margin-bottom: 5%;
}

#openSite {
  background-color: mediumpurple;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  box-shadow: 1px 1px 1px 1px lightgray;
  border-radius: 5.5%;
  margin-left: 33%;
}

#website__wrap {
  margin: 40px 0;
}

.family-plan {
  width: 100%;
}

#flyer__wrap {
  display: inline-flex;
  margin: 20px 0;
}
@media screen and (max-width: 414px) {
  #flyer__wrap {
    display: inline-block;
  }
}

#flyer__left {
  width: 25%;
  margin-left: 2%;
}
@media screen and (max-width: 414px) {
  #flyer__left {
    width: 80%;
    margin: 0 auto;
  }
}

#flyer__left img {
  width: 100%;
}

#flyer__right {
  width: 70%;
  margin-left: 2%;
}
@media screen and (max-width: 414px) {
  #flyer__right {
    width: 100%;
  }
}

#flyer li {
  display: inline-block;
  vertical-align: top;
}

.message {
  border: 1px solid mediumpurple;
  padding: 30px 10px;
  margin-top: 65%;
}
@media screen and (max-width: 414px) {
  .message {
    margin-top: 10px;
  }
}

.website__text-wrap li {
  display: inline-block;
}

.work__title {
  width: 27%;
  margin-bottom: 1%;
}
@media screen and (max-width: 414px) {
  .work__title {
    width: 100%;
    margin: 0;
  }
}

.work__content {
  width: 100%;
}

#map__flyer {
  margin-top: 10vh;
}

#banner li {
  display: inline-block;
  vertical-align: top;
}

hr.works__line {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(165, 143, 172, 0),
    rgba(165, 143, 172, 0.75),
    rgba(165, 143, 172, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(165, 143, 172, 0),
    rgba(165, 143, 172, 0.75),
    rgba(165, 143, 172, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(165, 143, 172, 0),
    rgba(165, 143, 172, 0.75),
    rgba(165, 143, 172, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(165, 143, 172, 0),
    rgba(165, 143, 172, 0.75),
    rgba(165, 143, 172, 0)
  );
}

/*   profile   */

.all__profile {
  width: 90%;
  margin: 10vh;
}
@media screen and (max-width: 414px) {
  .all__profile {
    margin: 10px auto 40px;
  }
}

.all__profile ul {
  display: flex;
}
@media screen and (max-width: 414px) {
  .all__profile ul {
    display: block;
  }
}

#profile2 li {
  width: 45%;
  vertical-align: top;
  margin: 2% auto auto 2%;
}
@media screen and (max-width: 414px) {
  #profile2 li {
    width: 100%;
    display: block;
  }
}

.flex-d {
  flex-direction: row-reverse;
}

.profile__text {
  color: rgba(82, 78, 78, 1);
}

.marker_line40 {
  background: linear-gradient(transparent 40%, yellow 0%);
}

.profile__img {
  width: 100%;
  margin-top: 2%;
}

#photo img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#photo li {
  width: 25%;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vh;
  margin-top: 5vh;
}

#photo ul {
  width: 70%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#photoDiv {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
}

/*  skill  */

.skill__content-wrap {
  display: flex;
}

.skill__language-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .skill__language-wrap {
    display: block;
  }
}

.level4 img {
  margin: 0 auto;
}

.skill__detail dd {
  color: #454343;
}

.skill__ttl-grp {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .skill__ttl-grp {
    display: block;
  }
}

.skill__ttl-grp dt {
  width: 50%;
}

.icon__link {
  display: flex;
  justify-content: flex-end;
}

.skill__level li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .skill__level li {
    display: block;
  }
  .skill__level p {
    text-align: center;
  }
}

.skill__level img {
  margin: 0 auto;
}

/*  contact  */

#contact p {
  color: black;
  margin-left: 10%;
}
@media screen and (max-width: 414px) {
  #contact p {
    margin: 20px;
  }
}

#contact dl {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 414px) {
  #contact dl {
    margin: 0;
    padding: 0;
  }
}

#contact dt {
  text-align: left;
  color: black;
}

#contact dd {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e8e6e6;
  color: black;
}

.contact__check {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.contact_text {
  height: 35px;
}

#gender {
  line-height: 1;
}

#contact li {
  display: block;
  float: left;
}

.divbutton {
  display: block;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  background-color: #ce63f0;
  width: 150px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5%;
  color: white;
  border-color: #ce63f0;
}

.button:hover {
  background-color: #9b07cb;
}

#sns p {
  color: black;
  margin-left: 10%;
}

#sns ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#sns Li {
  width: 15%;
  display: table-cell;
  vertical-align: center;
}

#sns a {
  width: 65%;
  margin: auto auto;
}

#sns img {
  width: 55%;
  margin: 5% auto;
}

/*     footer      */

footer {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

#footerInner {
  width: 100%;
  text-align: center;
}

#footerLogo img {
  width: 150px;
  padding-top: 3vh;
  margin-left: auto;
  margin-right: auto;
}

footer p {
  padding-bottom: 1vh;
}

#sns__ft ul {
  display: flex;
  justify-content: center;
}

.sns__img {
  width: 35px;
  padding: 5px;
}

.sns__img img {
  width: 100%;
}
