@charset "UTF-8";
/* =====================================

	▼▼▼ イラストで知る山角興業


/* =====================================
/*----------------------------------------------------
アニメーション
----------------------------------------------------*/
.visible.rotation_1 {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: rotateY(720deg);
          transform: rotateY(720deg);
}

.visible.rotation_2 {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: rotateX(720deg);
          transform: rotateX(720deg);
}

.visible.rotation_3 {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}

.visible.rotation_4 {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}

.translateScaleUp::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -10px;
  content: "";
  background-color: #fff;
}

.visible.translateScaleUp {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.visible.translateScaleUp::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -10px;
  content: none;
  background-color: #ff0000;
}

/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/work/mv.png) no-repeat scroll center center;
  background-size: cover;
}

.sub_title {
  margin-bottom: 50px;
  opacity: 0;
  position: relative;
}
.sub_title .sub_title_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_title .sub_title_inner .sub_t {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
.sub_title .sub_title_inner .main_t {
  display: inline-block;
  margin: 5px 0 0;
  line-height: 1;
}
.sub_title::before {
  margin: 0 10px -10px 0;
  vertical-align: bottom;
}

.movie_wrap {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  height: auto;
  margin: 0 auto;
  border: 10px solid #0053A5;
  position: relative;
}
.movie_wrap::before {
  position: absolute;
  left: -82px;
  bottom: -10px;
  content: " ";
  display: inline-block;
  width: 184px;
  height: 147px;
  background: url(../img/common/sub_title_panda.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
}
.movie_wrap .movie_wrap_inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 16/9;
}

.voice {
  width: 100%;
  max-width: 1000px;
  margin: 5px auto 0;
  text-align: right;
  font-size: 13px;
}

.movie_list {
  margin: 30px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
}
.movie_list .movie_title {
  cursor: pointer;
  margin: 0 5px 10px;
  border: 1px solid #0053A5;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 20px;
  color: #0053A5;
  background-color: #fff;
  font-size: 15px;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.movie_list .movie_title.current {
  background-color: #0053A5;
  color: #fff;
}

#panda {
  background-color: #0053A5;
  padding: 100px 0;
}
#panda h2 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  margin: 0 auto 50px;
}
#panda h2 span {
  display: block;
  font-size: 18px;
  text-align: center;
}
#panda .panda_info {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 0;
}
#panda .panda_info .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#panda .panda_info .profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#panda .panda_info .profile_wrap .profile_image {
  width: 50%;
  max-height: 450px;
}
#panda .panda_info .profile_wrap .profile_image img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
#panda .panda_info .profile_wrap .self_intro {
  width: 50%;
}
#panda .panda_info .profile_wrap .self_intro .logo {
  width: 260px;
  margin: 0 auto;
}
#panda .panda_info .profile_wrap .self_intro .profile {
  background-color: #0053A5;
  padding: 40px 40px 20px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
}
#panda .panda_info .profile_wrap .self_intro .profile h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
#panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
#panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl:not(:last-child) {
  border-bottom: 1px dashed #fff;
}
#panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl dt {
  width: 110px;
}
#panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl dd {
  width: calc(100% - 110px);
}
#panda .panda_info .hobby_etc {
  border-top: 1px dashed #0053A5;
  margin-top: 30px;
}
#panda .panda_info .hobby_etc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #0053A5;
  text-align: justify;
}
#panda .panda_info .hobby_etc .item.block {
  display: block;
}
#panda .panda_info .hobby_etc .item dt {
  width: 150px;
  color: #0053A5;
}
#panda .panda_info .hobby_etc .item dd {
  width: calc(100% - 150px);
}
#panda .panda_info .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#panda .panda_info .photos li {
  width: 21.1%;
}
#panda .panda_info .photos li:nth-child(n+5) {
  margin-top: 20px;
}
#panda .panda_info .photos li img {
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
@media screen and (max-width: 1024px) {
  .movie_wrap {
    width: 100%;
    max-width: 580px;
  }
  .movie_wrap::before {
    position: absolute;
    left: -60px;
    bottom: -10px;
    content: " ";
    display: inline-block;
    width: 100px;
    height: 79px;
    background: url(../img/common/sub_title_panda.svg) no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .movie_list {
    margin: 30px auto 70px;
  }
  .movie_list .movie_title {
    margin: 0 10px 10px;
    padding: 2px 20px;
    border-radius: 20px;
  }
  #panda {
    padding: 50px 0;
  }
  #panda .panda_info {
    border-radius: 20px;
    padding: 30px 20px;
  }
  #panda .panda_info .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* =====================================

	▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  .sub_title {
    margin-bottom: 50px;
  }
  .sub_title .sub_title_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub_title .sub_title_inner .sub_t {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
  }
  .sub_title .sub_title_inner .main_t {
    display: inline-block;
    margin: 5px 0 0;
    line-height: 1;
  }
  .sub_title::before {
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  .sub_title {
    margin-bottom: 20px;
  }
  .movie_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: 5px solid #0053A5;
  }
  .movie_wrap::before {
    position: absolute;
    left: -40px;
    bottom: -5px;
    content: " ";
    display: inline-block;
    width: 80px;
    height: 65px;
    background: url(../img/common/sub_title_panda.svg) no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .voice {
    width: 100%;
    max-width: 100%;
    margin: 5px auto 0;
    text-align: right;
    font-size: 12px;
  }
  .movie_list {
    margin: 20px auto 50px;
  }
  .movie_list .movie_title {
    margin: 0 5px 10px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
  }
  #panda {
    padding: 30px 0;
  }
  #panda h2 {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  #panda h2 span {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  #panda .panda_info {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 0;
  }
  #panda .panda_info .inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }
  #panda .panda_info .profile_wrap {
    display: block;
  }
  #panda .panda_info .profile_wrap .profile_image {
    width: 100%;
    max-height: 300px;
  }
  #panda .panda_info .profile_wrap .profile_image img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  #panda .panda_info .profile_wrap .self_intro {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0 0;
  }
  #panda .panda_info .profile_wrap .self_intro .logo {
    width: 260px;
    margin: 0 auto;
  }
  #panda .panda_info .profile_wrap .self_intro .profile {
    padding: 20px 20px 0;
    width: 100%;
    border-radius: 10px;
    color: #fff;
  }
  #panda .panda_info .profile_wrap .self_intro .profile h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  #panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  #panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl dt {
    width: 100px;
  }
  #panda .panda_info .profile_wrap .self_intro .profile .profile_inner dl dd {
    width: calc(100% - 100px);
  }
  #panda .panda_info .hobby_etc {
    border-top: none;
    margin-top: 30px;
    padding: 0 20px;
  }
  #panda .panda_info .hobby_etc .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #0053A5;
    text-align: justify;
  }
  #panda .panda_info .hobby_etc .item:first-child {
    border-top: 1px dashed #0053A5;
  }
  #panda .panda_info .hobby_etc .item dt {
    width: 120px;
  }
  #panda .panda_info .hobby_etc .item dd {
    width: calc(100% - 120px);
  }
  #panda .panda_info .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #panda .panda_info .photos li {
    width: 49%;
  }
  #panda .panda_info .photos li:nth-child(n+5) {
    margin-top: 20px;
  }
  #panda .panda_info .photos li img {
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}/*# sourceMappingURL=panda.css.map */