@charset "utf-8";
/* CSS Document */
.header {
  height: 780px;
  background-image: url("../images/profile/profile_mv2_s.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header h2 {
  position: absolute;
  height: 74px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  filter: drop-shadow(5px 5px 5px #063563);
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 2.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  background-color: #ECF5FE;
}
.denju_black_logo {
  position: absolute;
  opacity: 0.1;
  display: block;
  right: 20px;
  margin-top: -200px;
}
.profile {
  padding-top: 80px;
  padding-bottom: 50px;
}
.profile2-title {
  position: relative;
  width: 70vw;
  text-align: right;
  margin-bottom: 50px;
}
.profile2-title :before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #2c2c2c;
  animation: garally-h2_anim 2s linear forwards;
}
@keyframes garally-h2_anim {
  0% {
    width: 5em;
  }
  100% {
    width: 100%;
  }
}
.profile_anim {
  font-size: 26px;
  margin-top: 75px;
  padding-bottom: 25px;
  opacity: 1;
}
.pc_hid {
  display: none;
}
.name_kanji {
  font-size: 22px;
}
.profile_img {
  width: 70vw;
  border-bottom: 1px solid;
  margin-bottom: 50px;
  padding-bottom: 40px;
  text-align: right;
  transition: 0.7s;
  transition-property: all;
  transition-timing-function: ease, cubic-bezier(0.1, 0.7, 1, 0.2);
}
.section_jusyoureki {
  background-color: #fff;
  padding-bottom: 110px;
}
.jusyoureki_contents_wrapper {
  margin: 0 auto;
  max-width: 880px;
  margin-bottom: 110px;
}
.jusyoureki_contents_wrapper dl {
  display: flex;
}
.jusyoureki_contents_wrapper dl dt {
  width: 120px;
  border-right: 1px solid #000;
}
.jusyoureki_contents_wrapper dl dd {
  width: calc(100% - 200px);
  text-align: left;
  padding-left: 65px;
  margin-bottom: 20px;
}
.garally {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 20px;
}
.garally-title {
  position: relative;
  width: 70vw;
  text-align: right;
  margin-bottom: 70px;
}
.garally-title :before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #2c2c2c;
  animation: garally-h2_anim 1s linear forwards;
}
@keyframes garally-h2_anim {
  0% {
    width: 5em;
  }
  100% {
    width: 100%;
  }
}
.garally h2 {
  font-size: 26px;
  margin-top: 75px;
  padding-bottom: 25px;
}
.garally h3 {
  font-size: 18px;
  padding-bottom: 20px;
}
.garally .contents_wrapper {
  display: flex;
  justify-content: left;
  gap: 30px;
  margin-bottom: 80px;
}
.garally .description {
  display: block;
  width: auto;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: left;
}
.garally .garally_img {
  text-align: left;
  transition: 0.7s;
}
.garally .garally_img:hover {
  transform: scale(1.1);
}
.garally .description p, span, h3 {
  text-align: left;
}
.garally .description {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
}
.btn-flat-border1 {
  display: inline-block;
  margin-top: 18px;
  padding: 0.3em 0.8em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border1:hover {
  background: #67c5ff;
  color: white;
}
.btn-flat-border2:hover {
  background: #67c5ff;
  color: white;
}
.btn-flat-border2 {
  display: inline-block;
  margin-top: 18px;
  padding: 0.3em 0.8em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-dashed-border1 {
  display: inline-block;
  margin-top: 18px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #F9A410;
  border: dashed 1px #F9A410;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-dashed-border1:hover {
  border-style: dotted;
  color: #F98C10;
}
.btn-flat-dashed-border2 {
  display: inline-block;
  margin-top: 18px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #F93010;
  border: dashed 1px #F93010;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-dashed-border2:hover {
  border-style: dotted;
  color: #F93010;
}
.garally section {
  max-width: 880px;
  margin: 0 auto;
}
.garally span {
  font-size: 14px;
}
.slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}
.slider .slick-active img {
  transform: scale(1.0);
}
/* 下からふわっと現れる */
/* jQueryで追加、削除 */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s; /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
    transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
    transform: translateY(0); /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
    transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
    transform: translateY(0); /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}
.garally h5 {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 0px;
  color: #575757;
  font-weight: 400;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.btn-flat-border5:hover {
  background: #55555b;
  color: white;
}
.btn-flat-border5 {
  display: inline-block;
  margin-top: 18px;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: #55555b;
  border: solid 1px #55555b;
  border-radius: 3px;
  transition: .4s;
}
.parallax7 {
  background-image: url("../images/profile/profile_obi_s.jpg");
  width: 100%;
  height: 275px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (max-width:1200px) {
  .header {
    height: 560px;
  }
  .section_jusyoureki {
    background-color: #fff;
    padding-bottom: 30px;
  }
  .profile {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .profile h2 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .profile_title {
    padding: 0 20px 0 20px;
    width: 70%;
    max-width: 600px;
    box-shadow: rgba(0, 0, 0, 0.5);
  }
  .profile2_title {
    width: 100%;
    text-align: center;
  }
  .profile2_title h2 {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
  .jusyoureki_contents_wrapper dl {
    display: flex;
  }
  .jusyoureki_contents_wrapper dl dt {
    width: 80px;
    font-size: 14px;
  }
  .jusyoureki_contents_wrapper dl dd {
    padding-left: 20px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .jusyoureki_contents_wrapper dl dd {
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .garally {
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .garally-title {
    width: 100%;
    text-align: center;
    padding-top: 100px;
  }
  .garally h2 {
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
  }
  .pc_hid {
    display: block;
  }
  .profile_image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .garally .contents_wrapper {
    display: block;
    max-width: 370px;
    margin: 0 auto 40px;
  }
  .garally .garally_img, .garally .description, .garally h3, .garally .img_right .garally_img {
    width: 100%;
    text-align: center;
  }
  .garally .description p, span, .garally .description h3 {
    text-align: left;
  }
  .garally .description {
    text-align: left;
  }
  .garally h5 {
    margin-top: 50px;
  }
  .parallax7 {
    height: 250px;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 10px;
  }
  @media screen and (max-width:700px) {
    .denju_black_logo {
      margin-top: -180px;
      width: 70%;
    }
  }
}