@charset "utf-8";

/* custom property */
:root {
  --mc-blue: #00A1E9;
}

/* main */
#main {
  background-image: url(../img/bg_1.png);
}

/* area_title */
.area_title h1 {
  background-image: url(../img/txt_catch2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30% auto;
  margin: 0 0 16px;
  padding: 24px 0;
}
.area_title h1 img {
  width: 30%;
}

/* area_profile */
.area_profile .inner {
  display: flex;
  justify-content: space-between;
}
.area_profile .box_mainphoto {
  flex-basis: 452px;
}
.area_profile .box_mainphoto img {
  border: 1px solid var(--mc-blue);
  width: 100%;
}
.area_profile .box_detail {
  flex-basis: 434px;
  margin: 0 0 80px;
  padding: 0;
}

/* box_card */
.area_profile .box_detail .box_card {
  background-color: #FFFFFF;
  border: 1px solid #009FE8;
  box-shadow: 4px 4px 0px rgba(0,159,232,0.30);
  margin: 0 0 8px;
  padding: 4px 6px;
}
.box_card h2 {
  text-align: center;
}
.box_card h2 .el_numb {
  background-image: url(../img/bg_line.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 14px;
  border-top: 1px solid #009FE8;
  display: block;
  margin: 0 0 16px;
  padding: 16px 0 24px;
}
.box_card h2 .el_name {
  border-bottom: 1px solid #CCC;
  display: block;
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.box_card h2 .el_numb img {
  width: 20%;
}
.box_card h2 .u_name2 img {
  width: 20%;
}
.box_card h2 .u_name3 img {
  width: 31%;
}
.box_card h2 .u_name4 img {
  width: 42%;
}
.box_card h2 .u_name5 img {
  width: 52%;
}
.box_card h2 .u_name6 img {
  width: 63%;
}
.box_card p {
  border-bottom: 1px solid #009FE8;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  padding: 0 0 8px;
}

/* box_catch */
.area_profile .box_detail .box_catch {
  background-color: #EFFAFF;
  border: 1px solid #009FE8;
  box-shadow: 4px 4px 0px rgba(0,159,232,0.30);
  margin: 0 0 56px;
  /*transform: rotate(-4deg);*/
}
.box_catch p {
  font-family: "september-n", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  padding: 24px;
  text-align: center;
}
.box_catch p .marker {
  background: linear-gradient(transparent 55%, rgba(255,241,0,0.60) 55%);
}

/* box_qn */
.area_profile .box_detail .box_qn {}
.area_profile .box_detail .box_qn h3 {
  margin: 0 0 16px;
  text-align: center;
}
.area_profile .box_detail .box_qn h3 img {
  width: 150px;
}
.area_profile .box_detail .box_qn .box_qnlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: 2px;
}
.area_profile .box_detail .box_qn .box_qnlist figure {
  flex-basis: 15.5%;
  margin: 0 0.5% 8px;
}
.area_profile .box_detail .box_qn .box_qnlist figure img {
  border: 1px solid var(--mc-blue);
  width: 100%;
}

/* area_gallery */
.area_gallery {
  margin: 0 0 80px;
  padding: 32px;
  background-color: rgba(0,159,232,0.10);
}
.area_gallery h2 {
  margin: 0 0 24px;
  text-align: center;
}
.area_gallery h2 img {
  width: 200px;
}
.area_gallery .box_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.area_gallery .box_gallery figure {
  flex-basis: 152px;
  margin: 0 0 8px;
}
.area_gallery .box_gallery figure img {
  width: 100%;
  border: 1px solid var(--mc-blue);
}

/* area_movie */
.area_movie {
  background-color: rgba(255,255,255,0.60);
  margin: 0 0 24px;
  padding: 40px 0;
}
.area_movie h2 {
  margin: 0 0 24px;
  text-align: center;
}
.area_movie h2 img {
  width: 200px;
}
.area_movie p {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin: 0 0 24px;
  text-align: center;
}
.movie_box {
  margin: 0 auto 24px;
  width: 720px;
}

/* sns */
#sns_area {
  background-color: #E6E6E6;
  color: #FFFFFF;
  padding-top: 20px;
}

/* to index */
.to_index {
  margin: 0 0 80px;
  padding: 24px 0;
  text-align: center;
}
.to_index a {
  background-color: var(--mc-blue);
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  padding: 16px;
  text-decoration: none;
  opacity: 1.0;
}
.to_index a:hover {
  opacity: 0.6;
}

/* sns */
#sns_area {
  background-color: #E6E6E6;
  color: #FFFFFF;
  padding-top: 20px;
}

/* inview */
.zoom {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoom_tg {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: .8s;
}
.upfadein {
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: .6s;
}
.upfadein_tg {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  transition: .6s;
}
.rupfadein {
  opacity: 0;
  transform: translate(0,60px) rotate(4deg); 
  -webkit-transform: translate(0,60px) rotate(4deg);
  transition: .6s;
}
.rupfadein_tg {
  opacity: 1.0;
  transform: translate(0,0) rotate(-4deg); 
  -webkit-transform: translate(0,0) rotate(-4deg);
  transition: .6s;
}
