#container {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 0 !important;
  }
}

/* page_header */
@media print, screen and (min-width: 769px) {
  #page_header {
    width: 100%;
    height: 400px;
    background: url("../images/door/lead_bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  #page_header h2 {
    width: 960px;
    padding-top: 150px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.389;
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  #page_header {
    width: 100%;
    height: 220px;
    background: url("../images/door/lead_bg_sp.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  #page_header h2 {
    max-width: 226px;
    margin: 0 auto 0 7vw;
    font-size: 20px;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.01em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #page_header h2 img {
    width: 204px;
    height: auto;
  }
}

/* point_area */
#point_area {
  background: #5984c2;
}

@media print, screen and (min-width: 769px) {
  #point_area {
    padding: 120px 0 100px;
  }
  #point_area .point_wrap {
    margin-bottom: 40px;
  }
  #point_area .point_wrap .text_area {
    order: 1;
    margin-top: 25px;
  }
  #point_area .point_wrap .text_area p {
    color: #fff;
    font-size: 16px;
  }
  #point_area .point_wrap .text_area .heading_point {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.5625;
    letter-spacing: 2px;
    position: relative;
  }
  #point_area .point_wrap .text_area .heading_point::before {
    content: "";
    background-image: url(../images/door/point_fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 135px;
    height: 51px;
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  #point_area {
    padding: 35px 0;
  }
  #point_area .point_wrap {
    margin-bottom: 30px;
  }
  #point_area .point_wrap .thumb_area {
    margin-bottom: 8px;
  }
  #point_area .point_wrap .text_area {
    color: #fff;
  }
  #point_area .point_wrap .text_area p {
    font-size: 14px;
    line-height: 1.8;
  }
  #point_area .point_wrap .text_area p br {
    display: none;
  }
  #point_area .point_wrap .text_area .heading_point {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5625;
    margin-top: 20px;
    position: relative;
  }
  #point_area .point_wrap .text_area .heading_point::before {
    content: "";
    background-image: url(../images/door/point_fukidashi.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    width: 79px;
    height: 30px;
    top: -40px;
  }
  #point_area .point_wrap .text_area .heading_point img {
    width: 100%;
    max-width: 340px;
    height: auto;
  }
}

.movie_ttl {
  background-image: url(../images/door/point_movie.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 967px;
  height: 81px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .movie_ttl {
    width: 100%;
    background-size: cover;
    height: 50px;
  }
}

/* door_voice */
#door_voice {
  background-color: #e7eff6;
  padding: 75px 0 64px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #door_voice {
    padding: 40px 0 40px;
  }
}

#door_voice .content_inner {
  padding: 0 30px;
  box-sizing: border-box;
}

#door_voice .content_inner .voice_ttl {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_ttl img {
    width: 100%;
    height: auto;
  }
}

#door_voice .content_inner .voice_ttl .note {
  color: #858887;
  text-align: right;
  font-size: 12px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_ttl .note {
    position: absolute;
    line-height: 1.2em;
    font-size: 10px;
    width: 50%;
    right: 0;
    bottom: -11px;
  }
}

#door_voice .content_inner .voice_col2_child {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_child {
    flex-direction: column;
  }
}

#door_voice .content_inner .voice_col2_child .voice_col2_txt {
  margin-left: -25px;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_child .voice_col2_txt {
    margin-left: 0;
    margin-top: -25px;
  }
}

#door_voice .content_inner .voice_col2_child .voice_col2_txt::after {
  content: "";
  position: absolute;
  background-image: url(../images/door/voice_01.png);
  width: 73px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_child .voice_col2_txt::after {
    top: 26px;
    width: 48px;
    height: 40px;
  }
}

#door_voice .content_inner .voice_col2_child:nth-child(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_child:nth-child(2n) {
    flex-direction: column;
  }
}

#door_voice .content_inner .voice_col2_child:nth-child(2n) .voice_col2_txt {
  margin-left: 0;
  margin-right: -25px;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_child:nth-child(2n) .voice_col2_txt {
    margin-right: 0;
  }
}

#door_voice .content_inner .voice_col2_child:nth-child(2n) .voice_col2_txt::after {
  content: "";
  background-image: url(../images/door/voice_02.png);
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_photo {
    margin-left: -10%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_photo img {
    width: 110%;
    height: auto;
  }
}

#door_voice .content_inner .voice_col2_txt {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 60px;
  letter-spacing: .08em;
  box-sizing: border-box;
  font-size: 19px;
  position: relative;
  z-index: 2;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #door_voice .content_inner .voice_col2_txt {
    font-size: 14px;
    height: auto;
    line-height: 1.8;
    padding: 80px 25px 40px;
  }
}

#door_voice .content_inner .voice_col2_txt p {
  font-weight: 400;
}

#door_voice .content_inner .voice_col2_txt p span {
  font-weight: 500;
  background: linear-gradient(transparent 94%, #5984c2 94%);
}

/* lineup_area */
#lineup_area .lineup_ttl {
  text-align: center;
  font-size: 25px;
  padding: 25px 0;
  background-color: #f1f1f1;
  margin: 55px 0;
  letter-spacing: .16em;
}

@media screen and (max-width: 768px) {
  #lineup_area .lineup_ttl {
    font-size: 18px;
    padding: 15px 0;
    background-color: #f1f1f1;
    margin: 35px 0;
  }
}

#lineup_area .lineup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #lineup_area .lineup_list {
    flex-wrap: wrap;
  }
}

#lineup_area .lineup_child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 0 30px;
  margin-bottom: 50px;
}

#lineup_area .lineup_child h4 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
  font-family: roboto;
  letter-spacing: .1em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #lineup_area .lineup_child h4 {
    margin-bottom: 20px;
  }
}

#lineup_area .lineup_child .photo {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #lineup_area .lineup_child .photo {
    margin-bottom: 20px;
  }
}

#lineup_area .lineup_child .btn {
  text-align: center;
}

#lineup_area .lineup_child .btn a {
  color: #858887;
  font-size: 13px;
  text-decoration: none;
  border: #858887 solid 1px;
  padding: 6px 53px;
  border-radius: 20px;
}

#lineup_area .lineup_child .btn a:hover {
  background-color: #858887;
  color: #fff;
}

#lineup_area .lineup_more {
  text-align: center;
  margin-bottom: 80px;
}

#lineup_area .lineup_more a {
  display: inline-block;
  background-color: #5984c2;
  text-align: center;
  padding: 23px 145px;
  border-radius: 50px;
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  #lineup_area .lineup_more a {
    padding: 18px 30px;
    width: 70%;
    max-width: 280px;
  }
  #lineup_area .lineup_more a img {
    width: 160px;
    height: auto;
  }
}

#lineup_area .lineup_more a:hover {
  opacity: .8;
}

.youtube_wrap {
  width: 90%;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
