@charset "UTF-8";
/*==================================================================================
# mixins
==================================================================================*/
/*===============================================================
# colors
===============================================================*/
/*===============================================================
# font-family
===============================================================*/
/*==================================================================================
# サイト全体に共通するスタイル
==================================================================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #333;
  font-family: "ヒラギノ明朝 ProN", serif;
  line-height: 1.6875;
  background: #B7AEA5;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.top-inner {
  position: relative;
}

.top-title {
  text-transform: uppercase;
  font-family: "Aboreto", cursive;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .top-picture {
    width: 80vw;
    padding-top: 50%;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  .top-picture::before {
    font-size: 9.7vw;
    font-family: "Aboreto", cursive;
    position: absolute;
    bottom: 63%;
    left: 12px;
    line-height: 9.7vw;
  }
  .top-picture img {
    width: 100%;
    height: 100%;
  }
}

/*===================
# header
===================*/
.header {
  font-family: "Aboreto", cursive;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  position: fixed;
}
.header .drawer-hamburger-icon {
  background-color: #156BD9;
}
.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
}
.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background-color: #156BD9;
}

.header-inner {
  display: flex;
}

.header-logo-pc {
  color: #fff;
  font-size: 30px;
  line-height: 70px;
}

.header-logo-sp {
  width: 70px;
  height: 70px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 12.25rem;
}

.header-nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header-nav {
    background-color: #FF7F26;
    width: 200px;
    opacity: 0.8;
  }
}

.header-nav-list {
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    display: block;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .header-nav-item:not(:first-child) {
    margin-left: 40px;
  }
}
.header-nav-item .header-nav-item-link {
  transition: all 0.4s;
  display: block;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-nav-item .header-nav-item-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header-nav-item .header-nav-item-link {
    color: #156BD9;
    padding-right: 15px;
  }
}

/*==================
# footer
===================*/
@media screen and (min-width: 768px) {
  footer {
    padding: 250px 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 150px 0 50px 0;
  }
}

.footer-nav-list {
  display: flex;
  justify-content: center;
}

.footer-nav-item {
  text-transform: uppercase;
  font-family: "Aboreto", cursive;
}
@media screen and (min-width: 768px) {
  .footer-nav-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-item:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item:not(:first-child) {
    margin-left: 20px;
  }
}
.footer-nav-item a {
  color: #333;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .footer-nav-item a:hover {
    opacity: 0.6;
  }
}

/*==================================================================================
# topPage
==================================================================================*/
/*==================
# top
===================*/
#topPage {
  /*==================
  # menu
  ===================*/
}
#topPage .top {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #topPage .top-picture {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #topPage .top-picture::before {
    content: "HARUNA ANDO";
  }
}
#topPage .top-picture img {
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #topPage .top-picture img {
    height: 100vh !important;
  }
}
#topPage .top-message {
  font-family: "Aboreto", cursive;
  text-transform: uppercase;
  color: #fff;
  left: 0;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #topPage .top-message {
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 5px 5px 8px #333;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  #topPage .top-message {
    color: #333;
    width: 77vw;
    line-height: 5vw;
    font-size: 5vw;
  }
}
#topPage .main {
  padding-bottom: 100px;
}
#topPage .menu-items {
  padding: 160px 0 0 0;
}
#topPage .menu-item {
  text-transform: uppercase;
  font-family: "Aboreto", cursive;
}
@media screen and (min-width: 768px) {
  #topPage .menu-item {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #topPage .menu-item {
    font-size: 20px;
  }
}
#topPage .menu-item a {
  color: #156BD9;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #topPage .menu-item a {
    padding: 5px 0;
  }
}
#topPage .menu-item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #topPage .menu-item:not(:first-child) {
    margin-top: 50px;
  }
}
#topPage .menu-item-link {
  position: relative;
}
#topPage .menu-item-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #156BD9;
  transition: all 1s;
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  #topPage .menu-item-link::after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  #topPage .menu-item-link::after {
    height: 1px;
  }
}
#topPage .menu-item-link:hover::after {
  width: 650px;
}

/*==================================================================================
# subPageに共通するスタイル
==================================================================================*/
#subPage {
  /*===================
  # aboutme
  ====================*/
  /*===================
  # skills
  ====================*/
  /*===================
  # モーダルスライダー
  ====================*/
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* 閉じるボタン */
  /* 閉じるボタンのX */
  /*===================
  # works
  ====================*/
  /***ステップバーデザイン2***/
  /***ステップバーデザイン2***/
  /*===================
  # sns
  ====================*/
}
@media screen and (min-width: 768px) {
  #subPage .top {
    margin-top: 200px;
  }
}
#subPage .header-logo-pc {
  color: #333;
}
#subPage .header-nav-item-link {
  color: #333;
}
#subPage .page-title {
  font-family: "Aboreto", cursive;
  color: #156BD9;
}
@media screen and (min-width: 768px) {
  #subPage .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .main {
    margin-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .main {
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .about-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #subPage .about-top-picture::before {
    content: "aboutme";
  }
}
#subPage .profile-picture {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #subPage .profile-picture {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  #subPage .profile-picture {
    width: 60vw;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #subPage .profile-message {
    flex: 0 1 50%;
    padding: 0 4.1666%;
  }
}
#subPage .profile-message p {
  text-indent: 1em;
}
#subPage .profile-message-title {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #subPage .profile-message-title {
    font-size: 30px;
    padding-top: 30px;
  }
}
#subPage .profile-message-title::after {
  position: absolute;
  content: "Ando Haruna";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #subPage .profile-message-title::after {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .profile-message-text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .profile-message-text {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .skills-top-picture::before {
    content: "skills";
  }
}
#subPage .skills-items {
  display: flex;
  flex-wrap: wrap;
}
#subPage .skills-item {
  cursor: pointer;
}
#subPage .skills-item img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  #subPage .skills-item img {
    box-shadow: 8px 8px 0px 1px #FF7F26;
  }
  #subPage .skills-item img:hover {
    box-shadow: 16px 16px 0px 1px #FF7F26;
  }
}
@media screen and (max-width: 767px) {
  #subPage .skills-item img {
    box-shadow: 3px 3px 0px 1px #FF7F26;
  }
}
@media screen and (min-width: 768px) {
  #subPage .skills-item {
    width: calc(25% - 22.5px);
  }
  #subPage .skills-item:not(:nth-child(4n+1)) {
    margin-left: 30px;
  }
  #subPage .skills-item:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .skills-item {
    width: calc(50% - 5px);
  }
  #subPage .skills-item:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  #subPage .skills-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
#subPage .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
#subPage .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#subPage .modal__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
#subPage .modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
#subPage .modal_inner {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #subPage .modal_inner {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .modal_inner {
    padding: 20px 20px;
  }
}
#subPage .modal__close-btn {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #subPage .modal__close-btn {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .modal__close-btn {
    top: -20px;
  }
}
#subPage .modal__close-btn:hover {
  opacity: 0.8;
}
#subPage .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #FF7F26;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
#subPage .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#subPage .modal-title {
  text-align: center;
  font-family: "Aboreto", cursive;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #subPage .modal-title {
    font-size: 25px;
  }
}
#subPage .modal-title span {
  font-family: "Buda", cursive;
}
#subPage .swiper-slide p {
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  #subPage .swiper-slide p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .swiper-button-prev,
#subPage .swiper-rtl .swiper-button-next {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .swiper-button-next,
#subPage .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .works-top-picture::before {
    content: "works";
  }
}
#subPage .section-title-wrap {
  display: flex;
}
#subPage .section-title {
  font-family: "Aboreto", cursive;
  align-self: flex-end;
}
#subPage .section-title span {
  font-family: "Buda", cursive;
}
@media screen and (min-width: 768px) {
  #subPage .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .section-title {
    font-size: 28px;
  }
}
#subPage .section-subtitle {
  padding-left: 1em;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  #subPage .section-subtitle {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .section-subtitle {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
#subPage .work-title-original {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #subPage .work-title-original {
    font-size: 25px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .work-title-original {
    font-size: 18px;
    padding-top: 40px;
  }
}
#subPage .work-about-original {
  padding: 0 3.333%;
}
@media screen and (max-width: 767px) {
  #subPage .work-about-original {
    font-size: 14px;
  }
}
#subPage .work-about-original p {
  text-indent: 1em;
}
#subPage dl {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #subPage dl {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #subPage dl {
    padding-top: 0.5em;
  }
}
#subPage dt {
  padding-right: 0.5em;
}
#subPage h4 {
  font-weight: bold;
  margin-top: 30px;
  padding: 4px 12px;
  border-left: 5px solid #156BD9;
}
@media screen and (min-width: 768px) {
  #subPage h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #subPage h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .work-wrap {
    display: flex;
    align-items: center;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .work-img {
    position: relative;
  }
  #subPage .work-img::before {
    content: "このサイトを見る";
    z-index: 500;
    color: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
  }
  #subPage .work-img:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
#subPage .work-img img {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  #subPage .work-img img:hover {
    filter: brightness(70%);
  }
}
@media screen and (min-width: 768px) {
  #subPage .section-title {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .section-title {
    padding-top: 50px;
  }
}
#subPage .step-wrap2 {
  counter-reset: count;
  margin: 2em 0;
  position: relative;
}
#subPage .step-content2 {
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}
#subPage .step-content2::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #156BD9;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
#subPage .step-content2::after {
  content: "";
  display: block;
  height: calc(100% - 17px);
  border-left: solid 2px #333;
  position: absolute;
  top: 20px;
  left: 3px;
}
#subPage .step-label2 {
  color: #156BD9;
  font-weight: bold;
}
#subPage .step-label2::before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 2px #156BD9;
  position: absolute;
  top: 10px;
  left: 12px;
}
#subPage .step-title2 {
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  #subPage .step-title2 {
    font-size: 18px;
  }
}
#subPage .step-body2 {
  margin-top: 0.5em;
  padding: 0 0 1em;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  #subPage .step-body2 {
    font-size: 14px;
  }
}
#subPage .step-body2::before {
  content: "";
  height: calc(100% - 35px);
  display: block;
  border-left: solid 2px #156BD9;
  position: absolute;
  top: 10px;
  left: 22px;
}
#subPage .step-body2::after {
  content: "";
  display: block;
  border-bottom: solid 2px #156BD9;
  position: absolute;
  bottom: 24px;
  left: 22px;
}
@media screen and (min-width: 768px) {
  #subPage .step-body2::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #subPage .step-body2::after {
    width: 95%;
  }
}
#subPage .step-wrap2 > :last-of-type::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #subPage .work-contents {
    display: flex;
    padding-top: 80px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #subPage .work-contents {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .work-content {
    width: calc(50% - 12px);
  }
  #subPage .work-content:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
  #subPage .work-content:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .work-content {
    width: 70%;
    margin: auto;
  }
  #subPage .work-content:not(:first-child) {
    padding-top: 40px;
  }
}
#subPage .work-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #subPage .work-title {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .work-title {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 768px) {
  #subPage .work-about {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .work-about {
    padding-top: 10px;
    text-align: center;
  }
}
#subPage .work-about p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #subPage .adobe-contents {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .adobe-contents {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #subPage .adobe-content {
    width: 50%;
    height: auto;
    text-align: center;
  }
  #subPage .adobe-content:nth-child(n+3) {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .adobe-content {
    width: 60%;
    margin: auto;
  }
  #subPage .adobe-content:not(:first-child) {
    padding-top: 40px;
  }
}
#subPage .adobe-img {
  max-height: 100%;
  max-width: 80%;
  margin: auto;
}
#subPage .adobe-img img {
  max-height: 100%;
  max-width: 100%;
}
#subPage .adobe-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #subPage .photoshop-item:not(:first-child) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #subPage .photoshop-item {
    padding-top: 40px;
  }
}
#subPage .photoshop-item-img {
  text-align: center;
}
#subPage .photoshop-item-img img {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  #subPage .illustrator-content:nth-child(n+2) {
    padding-top: 80px;
  }
}
#subPage .illustrator-img {
  max-height: 100%;
  max-width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #subPage .sns-top-picture::before {
    content: "sns";
  }
}
#subPage .twitter-wrap {
  text-align: center;
}
#subPage .twitter-text {
  padding: 80px 0 40px 0;
}
@media screen and (min-width: 768px) {
  #subPage .twitter-text {
    font-size: 30px;
  }
}
#subPage .twitter-account {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #subPage .twitter-account {
    font-size: 30px;
  }
}
#subPage .fa-brands {
  color: #156BD9;
  padding-right: 10px;
}
#subPage .twitter-timeline-rendered {
  margin: auto;
}