@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, .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
#panda .panda_info .photos li {
  width: 20%;
  aspect-ratio: 1/1;
}
#panda .panda_info .photos li:nth-child(n+6) {
  margin-top: 20px;
}
#panda .panda_info .photos li img {
  width: 100%;
  aspect-ratio: 1/1;
  -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: 0 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: 0 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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #panda .panda_info .photos li {
    width: 50%;
  }
  #panda .panda_info .photos li:nth-child(n+3) {
    margin-top: 20px;
  }
  #panda .panda_info .photos li:nth-child(n+5) {
    margin-top: 20px;
  }
}
/* パンダ画像ポップアップ */
.panda-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.panda-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panda-popup-content {
  position: relative;
  width: 700px;
  height: 60%;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.panda-popup-close {
  position: absolute;
  right: -80px;
  top: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  z-index: 1001;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.panda-popup-close img {
  width: 60px;
  height: 60px;
}
.panda-popup-close:hover {
  opacity: 0.8;
}

.panda-popup-prev,
.panda-popup-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1001;
}

.panda-popup-prev {
  left: -80px;
}

.panda-popup-next {
  right: -80px;
}

.panda-popup-prev:hover,
.panda-popup-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.panda-popup-prev.hidden,
.panda-popup-next.hidden {
  display: none;
}

.panda-popup-image {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.panda-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .panda-popup-close {
    position: absolute;
    right: 0;
    top: -60px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    z-index: 1001;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .panda-popup-close img {
    width: 60px;
    height: 60px;
  }
  .panda-popup-close:hover {
    opacity: 0.8;
  }
  .panda-popup-content {
    width: 90%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .panda-popup-prev,
  .panda-popup-next {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #000;
    color: #333;
  }
  .panda-popup-prev {
    left: -4%;
  }
  .panda-popup-next {
    right: -4%;
  }
  .panda-popup-image {
    padding: 20px;
  }
}
/* 画像をクリッカブルにする */
.photos li {
  cursor: pointer;
}
.photos li:hover {
  opacity: 0.8;
}
.photos li.visible:hover {
  opacity: 1;
}

/* アニメーション中はホバー効果を無効にして、アニメーションを継続 */
/*# sourceMappingURL=panda.css.map */