@charset 'UTF-8';

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}






/* ここから */


img {
    width: 100%;
}

html {
    height: 100%;
    overflow: auto;
  }
  
  body {
    overflow: auto;
    background: #63929f url("../img/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;   
    font-family: "Noto Sans Japanese", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  
/*   body:before {
    content: ""; 
    height: 0px;
    padding: 0px;
    border: 130em solid #313440;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 2;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
    animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
  } */
  
  h1,
  h2 {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
  }
  
  h1 {
    font-size: 26px;
    font-family: 'M PLUS 1p', sans-serif;
  }
  
  h2 {
    font-size: 16px;
    margin: 15px 0;
  }

  h3 {
    font-size: 14px;
    color: #8e8a8a;
    font-weight: 300;
  }

  h4 {
    font-family: 'Caveat';
    font-size: 35px;
    margin: 22px 0 18px 0;
    text-align: center;
    padding-top:10px;
  }

  h5 {
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    margin-top: 25px;
  }
  
  p {
    margin: 0px;
    line-height: normal;
  }

  img.me {
    width: 90%;
    padding: 10px;
  }

  img.logo {
    width: 30%;
    margin: 15px;
  }

  img.logo2 {
    width: 20%;
    margin: 15px;
  }

  .mailbutton {
    background-color: #2589d0;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1em;

  }

  .mailbutton a p{
    color: white;
  }

  .centering {
    text-align: center;
  }

  .sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
  }

  .fb_snsbutton {

    height: 70px;
    width: 120px;
    border-radius: 10px;
    width: calc(50% - 26px); /* margin padding分を引く */
  	margin: 5px;
  	padding: 0px;
  }

  .fb_snsbutton_2 {

    height: 70px;
    width: 120px;
    border-radius: 10px;
    width: calc(25% - 26px); /* margin padding分を引く */
  	margin: 5px;
  	padding: 0px;
  }

  .twitter {
    background-color: #5492BB;
  }

  .insta {
    background-color: #C86182;
  }

  .facebook {
    background-color: #4977B2;
  }

  .youtube {
    background-color: #BA5555;
  }

  .fb_snsbutton:nth-child(1) {
    background-color: #5492BB;
  }

  .fb_snsbutton:nth-child(2) {
    background-color: #C86182;
  }

  .fb_snsbutton:nth-child(3) {
    background-color: #4977B2;
  }

  .fb_snsbutton:nth-child(4) {
    background-color: #BA5555;
  }

  a {
    text-decoration: none;
  }

  img.lazyloaded{
    margin-top: 15px;
  }

  p.biotext {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .toggleButton {
    text-align: center;
}
.toggleButton2 {
  text-align: center;
}

.toggleButton div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 150px;
    margin: 0 auto;
    padding: .2em 0;
    border: 2px solid #2589d0;
    border-radius: 10px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
    background-color: #fff;
    color: #2589d0;
    font-size: .8em;
}

.toggleButton div::before,
.toggleButton div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.toggleButton div::before {
    width: 16px;
    height: 8px;
    background-color: #2589d0;
}

.toggleButton div::after {
    width: 12px;
    height: 6px;
    background-color: #fff;
}

.toggleButton button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    border-radius: 25px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.toggleButton button::after {
    transform: rotate(135deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.toggleButton button:hover {
    background-color: #1579c0;
}

.toggleButton2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(7px);
  width: 150px;
  margin: 0 auto;
  padding: .2em 0;
  border: 2px solid #25d067;
  border-radius: 10px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
  background-color: #fff;
  color: #25d067;
  font-size: .8em;
}

.toggleButton2 div::before,
.toggleButton2 div::after {
  position: absolute;
  top: 100%;
  content: '';
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.toggleButton2 div::before {
  width: 16px;
  height: 8px;
  background-color: #25d067;
}

.toggleButton2 div::after {
  width: 12px;
  height: 6px;
  background-color: #fff;
}

.toggleButton2 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 1em 2em;
  border: none;
  border-radius: 25px;
  background-color: #25d067;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.toggleButton2 button::after {
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.toggleButton2 button:hover {
  background-color: #15c034;
}

  .profile_content{
    display:none;
    width: auto;
    margin: 20px 0 20px 0;
    line-height: normal;
    font-size: 13px;
    }

  p.app{
    font-family:"MS PGothic", arial, helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;

  }
  p.app2{
    font-family:"MS PGothic", arial, helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 8px;
    color: #FFFFFF;
    text-align: center;

  }

  .cr_area {
    background-color: #63929f;
  }

  .cr_area p{
    font-size: 8px;
    margin-bottom: 10px;
  }

  .act_content:nth-child(2) {
    background-color: #fff;
  }
  .act_content:nth-child(3) {
    background-color: #eaffe1;
  }
  .act_content:nth-child(4) {
    background-color: #fff;
  }
  .act_content:nth-child(5) {
    background-color: #e1f6ff;
  }

  p.ex_content {
    line-height: normal;
    font-size: 13px;
    font-family: 'Klee One', cursive;
    font-weight: 600;
    margin: auto;
    width: 90%;
  }

  .original-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #333333;
    font-size: 15px;
    border-radius: 0px;
    width: 200px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #333333;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
    background-color: #ffffff;
    margin: 15px auto 15px auto;
  }
  
  .original-button:hover {
    box-shadow: 0 0 #333;
    color: #fff;
    background-color: #333;
  }
img.port {
  width: 87%;
}

p.caption{
  font-size: 10px;
  margin-bottom: 10px;
}



  
  
  .profile-card {
    background: #FFB300;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    margin-top: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  }
  
  .profile-card header {
    width: 179px;
    height: 280px;
    padding: 40px 20px 30px 20px;
    display: inline-block;
    float: left;
    border-right: 2px dashed #EEEEEE;
    background: #FFFFFF;
    color: #000000;
    margin-top: 50px;
    opacity: 0;
    text-align: center;
    -webkit-animation: moveIn 1s 3.1s ease forwards;
    animation: moveIn 1s 3.1s ease forwards;
  }
  
  .profile-card header h1 {
    color: #FF5722;
    margin-top: 20px;
  }
  
  .profile-card header a {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 25px 30px;
  }
  
  .profile-card header a:after {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border: 4px solid #FFFFFF;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(top, #2196F3 0%, #2196F3 50%, #FFC107 50%, #FFC107 100%);
    background: linear-gradient(#2196F3 0%, #2196F3 50%, #FFC107 50%, #FFC107 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-animation: scaleIn 0.3s 3.5s ease forwards;
    animation: scaleIn 0.3s 3.5s ease forwards;
  }
  
  .profile-card header a > img {
    width: 120px;
    max-width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
  }
  
  .profile-card header a:hover > img {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  
  .profile-card .profile-bio {
    width: 175px;
    height: 180px;
    display: inline-block;
    float: right;
    padding: 10px 20px 30px 20px;
    background: #FFFFFF;
    color: #333333;
    margin-top: 50px;
    text-align: center;
    opacity: 0;
    -webkit-animation: moveIn 1s 3.1s ease forwards;
    animation: moveIn 1s 3.1s ease forwards;
  }
  
  .profile-social-links {
    width: 218px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 15px 20px;
    background: #FFFFFF;
    margin-top: 50px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: moveIn 1s 3.1s ease forwards;
    animation: moveIn 1s 3.1s ease forwards;
  }
  
  .profile-social-links li {
    list-style: none;
    margin: -5px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 25%;
    text-align: center;
  }
  
  .profile-social-links li a {
    display: inline-block;
    color: red;
    width: 24px;
    height: 24px;
    padding: 6px;
    position: relative;
    overflow: visible!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .profile-social-links li a i {
    position: relative;
    z-index: 1;
  }
  
  .profile-social-links li a img,
  .profile-social-links li a svg {
    width: 24px;
  }

  .activities {
    background-color: #FFFFFF;
  }

  .copyright {
    background-color: #FFFFFF;
  }
  
  @-webkit-keyframes init {
    0% {
      width: 0px;
      height: 0px;
    }
    100% {
/*       width: 100px;
      height: 100px; */
      margin-top: 0px;
      opacity: 1;
    }
  }
  
  @keyframes init {
    0% {
      width: 0px;
      height: 0px;
    }
    100% {
/*       width: 100px;
      height: 100px; */
      margin-top: 0px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes puff {
    0% {
      top: 100%;
      height: 0px;
      padding: 0px;
    }
    100% {
      top: 50%;
      height: 100%;
      padding: 0px 100%;
    }
  }
  
  @keyframes puff {
    0% {
      top: 100%;
      height: 0px;
      padding: 0px;
    }
    100% {
      top: 50%;
      height: 100%;
      padding: 0px 100%;
    }
  }
  
  @-webkit-keyframes borderRadius {
    0% {
      -webkit-border-radius: 50%;
    }
    100% {
      -webkit-border-radius: 0px;
    }
  }
  
  @keyframes borderRadius {
    0% {
      -webkit-border-radius: 50%;
    }
    100% {
      border-radius: 0px;
    }
  }
  
  @-webkit-keyframes moveDown {
    0% {
      top: 50%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 100%;
    }
  }
  
  @keyframes moveDown {
    0% {
      top: 50%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 100%;
    }
  }
  
  @-webkit-keyframes moveUp {
    0% {
      background: #FFB300;
      top: 100%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 50%;
      background: #E0E0E0;
    }
  }
  
  @keyframes moveUp {
    0% {
      background: #FFB300;
      top: 100%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 50%;
      background: #E0E0E0;
    }
  }
  
  @-webkit-keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      -webkit-border-radius: 4px;
    }
    100% {
      width: 440px;
      height: 280px;
      background: #FFFFFF;
      -webkit-border-radius: 4px;
    }
  }
  
  @keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      border-radius: 4px;
    }
    100% {
      width: 440px;
      height: 280px;
      background: #FFFFFF;
      border-radius: 4px;
    }
  }
  
  @-webkit-keyframes moveIn {
    0% {
      margin-top: 50px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      margin-top: -20px;
    }
  }
  
  @keyframes moveIn {
    0% {
      margin-top: 50px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      margin-top: -20px;
    }
  }
  
  @-webkit-keyframes scaleIn {
    0% {
      -webkit-transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes scaleIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes ripple {
    0% {
      transform: scale3d(0, 0, 0);
    }
    50%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes ripple {
    0% {
      transform: scale3d(0, 0, 0);
    }
    50%,
    100% {
      transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
    }
  }
  
  @media screen and (min-aspect-ratio: 4/3) {
    body {
      background-size: cover;
    }
    body:before {
      width: 0px;
    }
    @ -webkit-keyframes puff {
      0% {
        top: 100%;
        width: 0px;
        padding-bottom: 0px;
      }
      100% {
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
      }
    }
    @keyframes puff {
      0% {
        top: 100%;
        width: 0px;
        padding-bottom: 0px;
      }
      100% {
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
      }
    }
  }
  
  @media screen and (min-height: 480px) {
    .profile-card header {
      width: auto;
      height: auto;
      padding: 37px 23px;
      display: block;
      float: none;
      border-right: none;
    }
    .profile-card .profile-bio {
      width: auto;
      height: auto;
      padding: 15px 20px 30px 20px;
      display: block;
      float: none;
    }
    .profile-social-links {
      width: 100%;
      display: block;
      float: none;
    }
    @ -webkit-keyframes materia {
      0% {
        background: #E0E0E0;
      }
      50% {
        -webkit-border-radius: 4px;
      }
      100% {
        width: 280px;
        height: 440px;
        background: #FFFFFF;
        -webkit-border-radius: 4px;
      }
    }
    @keyframes materia {
      0% {
        background: #E0E0E0;
      }
      50% {
        border-radius: 4px;
      }
      100% {
        margin-top: 5%;
        max-width: 375px;
        width: 85%;
        height: 90%;
        background: #FFFFFF;
        border-radius: 4px;
      }
    }
  }

  .balloon {
    position: relative;
    padding: 0.4rem 0;
    margin: auto;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid;
    color: black;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    width: 30%;
}

.balloon:before,
.balloon:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.balloon:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

.balloon:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -12px;
}

