@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
@-webkit-keyframes anim {
  0% {
    stroke-dashoffset: 1425px;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #fff;
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@keyframes anim {
  0% {
    stroke-dashoffset: 1425px;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #fff;
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}

html {
  font-family: "Maven Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  min-width: 1020px;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (max-width: 798px) {
  body {
    min-width: 320px;
  }
}

a, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media screen and (max-width: 798px) {
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#wrapper {
  overflow: hidden;
}

.pc {
  display: unset;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 798px) {
  .sp {
    display: unset;
  }
}

#under_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  max-width: 1020px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 798px) {
  #under_header {
    margin: 30px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#under_header .sitename {
  width: 160px;
}

@media screen and (max-width: 798px) {
  #under_header .sitename {
    margin: 0 auto 30px;
  }
}

#under_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#under_header nav ul li {
  margin: 0 0 0 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 798px) {
  #under_header nav ul li {
    margin: 0 10px;
  }
}

#container {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 1020px;
}

@media screen and (max-width: 798px) {
  #container {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 798px) {
  section {
    margin: 0 auto 20px !important;
    max-width: 640px;
    width: 100%;
  }
}

.ttl01 {
  margin: 0 0 50px;
  text-align: right;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 798px) {
  .ttl01 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 30px;
  }
}

.ttl02 {
  overflow: hidden;
  margin: 0 0 50px;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 798px) {
  .ttl02 {
    margin: 0 0 20px;
    font-size: 20px;
  }
}

.ttl02 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.ttl02 span::before, .ttl02 span::after {
  position: absolute;
  top: 50%;
  width: 1000%;
  height: 2px;
  background: #ccc;
  content: "";
}

.ttl02 span::before {
  right: 100%;
}

.ttl02 span::after {
  left: 100%;
}

.index {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 5%;
  width: 100%;
  text-align: center;
}

.index #logo {
  max-width: 600px;
  width: 40%;
  -webkit-animation: anim 3s ease-in 0s forwards;
          animation: anim 3s ease-in 0s forwards;
  fill: transparent;
  stroke: #ccc;
  stroke-dasharray: 1425px;
  stroke-dashoffset: 1425px;
  stroke-width: 1px;
}

@media screen and (max-width: 480px) {
  .index #logo {
    width: 90%;
  }
}

.index .st0 {
  fill: #aaa;
}

.index nav {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.index nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.index nav ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 0 0 5%;
  font-weight: bold;
  font-size: 44px;
  line-height: 100%;
}

@media screen and (max-width: 798px) {
  .index nav ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
  }
}

.index nav ul li a {
  color: #fff;
}

.fadezoom {
  -webkit-animation: fadezoom 3s ease-in 0s forwards;
          animation: fadezoom 3s ease-in 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#photo_name {
  margin: 0 0 30px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}

#photo_name strong {
  letter-spacing: 0.1em;
  font-size: 14px;
}

#photo_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 250px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#photo_thumb a {
  position: relative;
  list-style: none;
}

@media screen and (min-width: 798.0001px) {
  #photo_thumb a {
    margin-bottom: 40px;
    width: 225px;
    height: 225px;
    margin-right: 0;
  }
  #photo_thumb a:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 798px) {
  #photo_thumb a {
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
  }
  #photo_thumb a:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

#photo_thumb span {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
}

#photo_thumb span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.svg) no-repeat center center;
  -o-object-fit: cover;
     object-fit: cover;
}

#photo_list_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  min-height: 250px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 798px) {
  #photo_list_thumb {
    margin: 0 -10px;
  }
}

#photo_list_thumb li {
  position: relative;
  background: url(../images/loader.svg) no-repeat center center;
  list-style: none;
}

@media screen and (min-width: 798.0001px) {
  #photo_list_thumb li {
    margin: 0 20px 40px;
    width: 225px;
    height: 225px;
  }
}

@media screen and (max-width: 798px) {
  #photo_list_thumb li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}

#photo_list_thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#photo_list_thumb p {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 798px) {
  #photo_list_thumb p {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
}

#photo_list_thumb a:hover, #photo_list_thumb a:hover p {
  opacity: 1;
}

#photo_list_thumb .thumb_txt {
  text-align: center;
  font-size: 20px;
}

#photo_list_thumb .thumb_txt_name {
  display: block;
  margin: 10px 20px 0;
  font-size: 11px;
  line-height: 150%;
}

@media screen and (max-width: 798px) {
  #photo_list_thumb .thumb_txt_name {
    margin: 5px 10px 0;
  }
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 0 40px;
  list-style: none;
}

@media screen and (max-width: 798px) {
  .filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.filter li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 16);
}

@media screen and (max-width: 798px) {
  .filter li {
    width: calc(100% / 5);
  }
}

.filter li.all {
  border: 1px solid #ddd;
}

@media screen and (max-width: 798px) {
  .filter li.all {
    margin-bottom: 5px;
    width: 100%;
  }
}

.filter li.all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.isotope .item {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.btn_retern {
  text-align: right;
}

@media screen and (max-width: 798px) {
  .btn_retern {
    text-align: center;
  }
}

.btn_retern a {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 798px) {
  .btn_retern a {
    font-size: 18px;
  }
}

.prof_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 798px) {
  .prof_list {
    margin: 0;
  }
}

.prof_list li {
  margin: 0 0 30px;
  padding: 0;
  width: 188px;
}

@media screen and (min-width: 798.0001px) {
  .prof_list li:not(:nth-child(5n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 798px) {
  .prof_list li {
    margin: 0 0 20px;
    width: calc((100% - 20px * (3 - 1)) / 3);
  }
  .prof_list li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

.prof_list li a {
  display: block;
}

.prof_list_img {
  position: relative;
  display: block;
}

.prof_list_img i {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 798px) {
  .prof_list_img i {
    font-size: 0.8rem;
  }
}

.prof_list_name {
  margin-top: 10px;
  font-size: 34px;
  line-height: 0.91;
}

@media screen and (max-width: 798px) {
  .prof_list_name {
    font-size: 18px;
  }
}

.prof_list_name span {
  font-size: 16px;
}

.prof_list_day {
  margin-top: 5px;
  color: #aaa;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 798px) {
  .prof_list_day {
    font-size: 14px;
  }
}

.prof_list_type {
  margin-top: 5px;
  color: #aaa;
  line-height: 1.2;
}

@media screen and (max-width: 798px) {
  .prof_list_type {
    font-size: 12px;
  }
}

.profile_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 798px) {
  .profile_main {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prof_name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  text-shadow: 2px 1px 0 #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}

@media screen and (max-width: 798px) {
  .prof_name {
    position: initial;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
  }
}

.prof_name span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 22px;
}

@media screen and (max-width: 798px) {
  .prof_name span {
    margin-top: 0;
    font-size: 15px;
  }
}

.profile_img {
  width: 660px;
}

@media screen and (max-width: 798px) {
  .profile_img {
    width: 100%;
  }
}

.profile_txt {
  padding: 150px 0 0;
  width: 300px;
  text-align: right;
}

@media screen and (max-width: 798px) {
  .profile_txt {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}

.prof_detail {
  margin: 0;
}

.prof_detail dt {
  clear: both;
  margin-bottom: 5px;
  color: #999;
  font-size: 11px;
}

.prof_detail dd {
  margin: 0 0 30px;
}

@media screen and (max-width: 798px) {
  .prof_detail dd {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 798.0001px) {
  #profile_photo_list #photo_thumb a {
    width: 172px;
    height: 172px;
    margin-right: 0;
  }
  #profile_photo_list #photo_thumb a:not(:nth-child(5n)) {
    margin-right: 40px;
  }
}

#footer {
  padding: 40px 0;
  background: #f5f5f5;
}

@media screen and (max-width: 798px) {
  #footer {
    padding: 20px;
  }
}

#footer p {
  margin: 0 auto;
  max-width: 1020px;
  text-align: right;
}

@media screen and (max-width: 798px) {
  #footer p {
    text-align: center;
  }
}

#footer #since {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

#footer #copyright {
  font-size: 16px;
  line-height: 125%;
}

#footer #copyright span {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 798px) {
  #footer #copyright span {
    font-size: 10px;
  }
}
