@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

body {
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Yu Gothic", YuGothic;
  color: #000;
}

.sp {
  display: none;
}

a {
  color: #000;
}

.wrapper {
  background-color: #000;
}

.content {
  width: 940px;
  margin: 0 auto;
  padding: 40px 0 80px;
  line-height: 1.5;
  color: #fff;
}

img {
  width: 100%;
}

.shinroku p {
  font-size: 18px;
}

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

  .shinroku .pc {
    display: none;
  }

  body {
    min-width: 100%;
    max-width: 100%;
  }

  .content {
    width: 90%;
    padding: 30px 0 50px;
  }

  .shinroku p {
    font-size: 15px;
  }
}

/*===============================
mv_area
===============================*/
.shinroku_mv_area {
  background: #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 100px;
}

.shinroku_mv_area h1 img {
  width: 400px;
  margin: 130px auto 10px;
}

.shinroku_mv_area .shinroku_wildspeed_link_btn img {
  width: 500px;
}

.shinroku_mv_area p {
  font-size: 20px;
  font-weight: 700;
}

.cinema_logo {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 42px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cinema_logo img {
  width: 260px;
}

.shinroku_mv_lead {
  background: #000;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shinroku_mv_area {
    padding-bottom: 30px;
  }

  .shinroku_mv_area h1 img {
    width: 70%;
    margin: 100px auto 20px;
  }

  .shinroku_mv_area p {
    font-size: 15px;
    font-weight: 700;
    width: 95%;
    margin: 0 auto;
  }
}

/*===============================
jurassicworld
===============================*/
.shinroku_jurassicworld_area {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

/*===============================
pressrelease
===============================*/
.shinroku_pressrelease {
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: #021f41;
  background: #be0f00;
}

.shinroku_pressrelease .press_lead_sub span {
  font-size: 30px;
  color: #ffeb3a;
}

.shinroku_pressrelease .press_lead_sub {
  padding-bottom: 10px;
}

.shinroku_pressrelease .press_lead {
  font-size: 28px;
  line-height: 2.7rem;
  color: #fff;
  /* border-bottom: 2px solid #fff; */
  /* color: #ffeb3a; */
  width: fit-content;
  display: inline;
  padding-bottom: 3px;
}

.shinroku_pressrelease .press_lead2 {
  font-size: 28px;
  line-height: 2.7rem;
  color: #ffeb3a;
  border-bottom: 2px solid #ffeb3a;
  width: fit-content;
  display: inline;
  padding-bottom: 3px;
}

.shinroku_pressrelease .press_txt {
  padding: 20px 0 20px;
}

.shinroku_pressrelease .press_txt span {
  color: #ffeb3a;
  padding: 20px 0 20px;
}

.shinroku_pressrelease .press_txt:last-child {
  padding: 0px 0 0px;
}

.shinroku_pressrelease .press_img {
  width: 600px;
  margin: 30px auto 0px;
}

.shinroku_pressrelease .press_btn a {
  width: 290px;
  background: #e5d825;
  padding: 5px;
  display: block;
  text-decoration: none;
  margin: 0 auto 20px;
  position: relative;
}

.shinroku_pressrelease .press_btn a::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto 0;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .shinroku_pressrelease {
    padding: 50px 0 30px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .shinroku_pressrelease .press_lead_sub span {
    font-size: 20px;
  }

  .shinroku_pressrelease .press_lead {
    font-size: 19px;
    line-height: 1.8rem;
    /* border-bottom: 2px solid #e5aa1e; */
    padding-bottom: 3px;
  }

  .shinroku_pressrelease .press_lead2 {
    font-size: 19px;
    line-height: 2.0rem;
    border-bottom: 2px solid #e5aa1e;
    padding-bottom: 3px;
  }

  .shinroku_pressrelease .press_txt {}

  .shinroku_pressrelease .press_img {
    width: 90%;
    margin: 20px auto 0px;
  }

  .shinroku_pressrelease .press_btn a {
    width: 230px;
    padding: 8px;
  }

  .shinroku_pressrelease .press_btn a::after {
    top: -3px;
    bottom: 0;
    right: 17px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
}


/*===============================
kv
===============================*/
.shinroku_jw_kv {
  width: 1200px;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_kv {
    width: 100%;
    padding-top: 0px;
    margin: 0px auto 0;

  }
}

/*===============================
lead
===============================*/
.shinroku_jw_lead {
  background: url(../img/bg_01.jpg) repeat-y;
  background-size: cover;
}

.shinroku_jw_lead .lead_data {
  width: 200px;
  margin: 0 auto;
}

.shinroku_jw_lead .lead_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0 60px;
  line-height: 2;
}

.shinroku_jw_lead .lead_movie {
  width: 660px;
  margin: 0 auto;
}

.shinroku_jw_lead .lead-image {
  width: 660px;
  /* margin: 60px auto; */
  margin: 0px auto 60px;
}

.shinroku_jw_lead .lead_box {
  border: 1px solid #fff;
  padding: 40px 50px;
}

.shinroku_jw_lead .lead_box .lead_box_img {
  width: 380px;
  margin: 0 auto 30px;
}

.shinroku_jw_lead .lead_box .lead_box_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 40px;
}

.shinroku_jw_lead .lead_box .lead_box_ttl a {
  color: #fff;
  text-decoration: none;
}

.shinroku_jw_lead .lead_box .lead_box_actors {
  background: #8b8b8b3f;
  text-align: center;
  padding: 40px 0;
  margin-top: 30px;
}

.shinroku_jw_lead .lead_box .lead_box_actors .lead_box_actors-ttl {
  font-size: 20px;
  padding-bottom: 20px;
}

.shinroku_jw_lead .lead_box .lead_box_actors p {
  line-height: 1.8;
}

.shinroku_jw_lead .lead_box .lead_box_btn {
  background: #e5aa1e;
  width: 200px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 20px;
}

.shinroku_jw_lead .lead_box .lead_box_btn a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_lead .lead_data {
    width: 38%;
  }

  .shinroku_jw_lead .lead_txt {
    font-size: 16px;
    padding: 15px 0 30px;
    line-height: 1.8;
  }

  .shinroku_jw_lead .lead_movie {
    width: 100%;
  }

  .shinroku_jw_lead .lead_movie iframe {
    width: 100%;
    height: 197px;
  }

  .shinroku_jw_lead .lead-image {
    width: 100%;
    margin: 0px auto 40px;
  }

  .shinroku_jw_lead .lead_box {
    padding: 30px 10px;
  }

  .shinroku_jw_lead .lead_box .lead_box_img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .shinroku_jw_lead .lead_box .lead_box_ttl {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .shinroku_jw_lead .lead_box .lead_box_actors {
    padding: 30px 10px;
  }

  .shinroku_jw_lead .lead_box .lead_box_actors .lead_box_actors-ttl {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .shinroku_jw_lead .lead_box .lead_box_actors p {
    line-height: 1.6;
    padding-bottom: 10px;
    text-align: start;
  }

  .shinroku_jw_lead .lead_box .lead_box_btn {
    width: 60%;
    margin: 20px auto 0;
  }
}

/*===============================
interview 
===============================*/

.shinroku_jw_interview {
  background-size: cover !important;
}

.shinroku_jw_interview .interview_ttl {
  background-size: cover !important;
  padding: 30px 0;
}

.shinroku_jw_interview .interview_ttl img {
  width: 746px;
  margin: 0 auto;
  display: block;
}

.interview_01 {
  background: url(../img/bg_03.jpg) no-repeat center;
}

.interview_02 {
  background: url(../img/bg_05.jpg) no-repeat center;
}


.interview_01 .interview_ttl {
  background: url(../img/bg_02.jpg) no-repeat center;
}

.interview_02 .interview_ttl {
  background: url(../img/bg_04.jpg) no-repeat center;
}

.shinroku_jw_interview .interview_box {
  padding: 100px 0;
}

.shinroku_jw_interview .interview_box:first-child {
  padding: 0 0 80px;
}

.shinroku_jw_interview .interview_box .prof_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.shinroku_jw_interview .interview_box .prof_box_last {
  display: block;
  padding-bottom: 50px;
}

.shinroku_jw_interview .content {
  padding: 100px 0;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail {
  width: 500px;
}

.shinroku_jw_interview .interview_box .prof_box_last .prof_detail {
  width: 100%;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_01 {
  width: 365px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_02 {
  width: 305px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_03 {
  width: 335px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_04 {
  width: 305px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_05 {
  width: 365px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_06 {
  width: 400px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_txt {
  padding-top: 30px;
  font-size: 16px;
}

.shinroku_jw_interview .interview_box .prof_box .prof_photo {
  width: 370px;
}

.shinroku_jw_interview .interview_box .reverse {
  flex-direction: row-reverse;
}

.shinroku_jw_interview .interview_box .interview_question_box {
  padding-bottom: 60px;
}

.shinroku_jw_interview .interview_box .interview_question_box:last-child {
  padding-bottom: 0px;
}

.shinroku_jw_interview .interview_box .interview_question_box .question {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  border-image: linear-gradient(to right, #767575, #124d79) 1;
}

.interview_02 .interview_box .interview_question_box .question {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  border-image: linear-gradient(to right, #797112, #767575) 1;
}

.shinroku_jw_interview .interview_box .interview_question_box .awnser {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_interview .interview_ttl {
    background-size: cover !important;
    padding: 20px 0;
  }

  .shinroku_jw_interview .interview_ttl img {
    width: 70%;
  }

  .shinroku_jw_interview .interview_box {
    padding: 50px 0;
  }

  .shinroku_jw_interview .interview_box:first-child {
    padding: 0 0 50px;
  }

  .shinroku_jw_interview .interview_box .prof_box {
    padding-bottom: 30px;
    display: block;
  }

  .shinroku_jw_interview .content {
    padding: 40px 0 40px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail {
    width: 100%;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_01 {
    width: 305px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_02 {
    width: 245px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_03 {
    width: 275px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_04 {
    width: 245px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_05 {
    width: 305px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_name_06 {
    width: 340px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_detail .prof_txt {
    padding-top: 20px;
    font-size: 15px;
  }

  .shinroku_jw_interview .interview_box .prof_box .prof_photo {
    width: 100%;
    padding-top: 30px;
  }

  .shinroku_jw_interview .interview_box .interview_question_box {
    padding-bottom: 35px;
  }

  .shinroku_jw_interview .interview_box .interview_question_box .question {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .interview_02 .interview_box .interview_question_box .question {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .shinroku_jw_interview .interview_box .interview_question_box .awnser {
    padding-top: 10px;
    font-size: 15px;
  }
}

/*===============================
event
===============================*/
.shinroku_jw_event {
  background: url(../img/bg_07.jpg) repeat-x;
  background-size: cover;
}

/* 
.shinroku_jw_event .content .event_ttl_img {
  width: 180px;
  margin: 0 auto 50px;
} */

.shinroku_jw_event .content .event_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #e5aa1e;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_event .content .event_ttl {
    font-size: 28px;
  }
}

.shinroku_jw_event .content .event_ttl_sub {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  padding: 20px 0 20px;
  color: #e5aa1e;
}

.shinroku_jw_event .content p {
  text-align: center;
}

.shinroku_jw_event .content .event_img {
  width: 660px;
  margin: 50px auto 40px;
}

.shinroku_jw_event .content .event_box_ttl {
  font-size: 20px;
  border-bottom: #fff 2px solid;
  width: fit-content;
  margin: 0 auto 10px;
  font-weight: 900;
}

.shinroku_jw_event .content .event_box {
  padding: 20px;
}

.shinroku_jw_event .content .event_box dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #8b8b8b3f;
}

.shinroku_jw_event .content .event_box dt {
  width: 14%;
  text-align: center;
  border-right: 1px solid #fff;
  font-weight: 600;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shinroku_jw_event .content .event_box dd {
  width: 82%;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 0px;
}

.shinroku_jw_event .content .event_box dd a {
  color: #fff;
}

.shinroku_jw_event .content .event_btn {
  background: #e5aa1e;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  border-radius: 40px;
}

.shinroku_jw_event .content .event_btn a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 50px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_event .content .event_ttl_sub {
    font-size: 21px;
    padding: 15px 0;
  }

  .shinroku_jw_event .content p {
    text-align: left;
  }

  .shinroku_jw_event .content .event_img {
    width: 100%;
    margin: 30px auto 30px;
  }

  .shinroku_jw_event .content .event_box_ttl {
    font-size: 22px;
    margin: 0 auto 15px;
  }

  .shinroku_jw_event .content .event_box {
    padding: 0px;
  }

  .shinroku_jw_event .content .event_box dl {
    margin-bottom: 10px;
    display: block;
    padding: 10px;
  }

  .shinroku_jw_event .content .event_box dt {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: 0px solid #fff;
    padding: 0px 0 10px;
  }

  .shinroku_jw_event .content .event_box dd {
    width: 100%;
    padding: 10px 0px;
  }


  .shinroku_jw_event .content .event_btn {
    width: 80%;
    margin: 30px auto 0;
  }

  .shinroku_jw_event .content .event_btn a {
    line-height: 40px;
  }

}

/*===============================
present
===============================*/
.shinroku_jw_present {
  background: url(../img/bg_06.jpg) repeat-y;
  background-size: cover;
}

.shinroku_jw_present .content {
  width: 940px;
  padding: 90px 0;
}

.shinroku_jw_present .content .present_ttl {
  width: 220px;
  margin: 0 auto 50px;
}

.shinroku_jw_present .content .present_box {
  background: #8b8b8b3f;
  padding: 35px 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.shinroku_jw_present .content .present_box .present_txt {
  width: 490px;
}

.shinroku_jw_present .content .present_box .present_img {
  margin: auto 0;
  width: 380px;
}

.shinroku_jw_present .content .present_box .present_txt .ttl {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 5px;
  color: #e5aa1e;
}

.shinroku_jw_present .content .present_box .present_txt .ttl_sub {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.shinroku_jw_present .content .present_box .present_txt .point {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  border-bottom: 2px solid #fff;
  width: fit-content;
  margin: 5px auto 10px;
  line-height: 1;
}

.shinroku_jw_present .content .present_box .present_txt p span {
  font-weight: 900;
  padding-right: 10px;
  font-size: 15px;
}

.shinroku_jw_present .content .present_box .present_txt p {
  font-size: 15px;
}

.shinroku_jw_present .content .present_box .present_txt a {
  width: 200px;
  display: block;
  margin: 10px auto 0;
}

.shinroku_jw_present .content .present_box .present_txt img {
  width: 240px;
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .shinroku_jw_present .content {
    width: 85%;
    padding: 60px 0;
  }

  .shinroku_jw_present .content .present_ttl {
    width: 140px;
    margin: 0 auto 20px;
  }

  .shinroku_jw_present .content .present_box {
    padding: 25px 15px;
    display: block;
    margin-bottom: 25px;
  }

  .shinroku_jw_present .content .present_box .present_txt {
    width: 100%;
  }

  .shinroku_jw_present .content .present_box .present_img {
    width: 100%;
    display: block;
    margin: 15px auto 0px;
  }

  .shinroku_jw_present .content .present_box .present_img .sp {
    width: 80%;
    display: block;
    margin: 15px auto 0px;
  }

  .shinroku_jw_present .content .present_box .present_txt .ttl {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 5px;
    color: #e5aa1e;
  }

  .shinroku_jw_present .content .present_box .present_txt .ttl_sub {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }

  .shinroku_jw_present .content .present_box .present_txt .point {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: 5px auto 10px;
    line-height: 1;
  }

  .shinroku_jw_present .content .present_box .present_txt p span {
    font-weight: 900;
    padding-right: 10px;
    font-size: 15px;
  }

  .shinroku_jw_present .content .present_box .present_txt p {
    font-size: 15px;
  }




}

/*===============================
ザ・シネマ新録版  history
===============================*/
.shinroku_history {
  background-image: url("../img/history_bg.jpg");
  padding: 60px 0 80px;
  color: #fff;
}

.shinroku_history_inner {
  width: 1100px;
  margin: 0 auto;
}

.shinroku_history h3 {
  width: 310px;
  margin: 0 auto 40px;
  padding-top: 20px;
}

.shinroku_history h3 img {
  width: 100%;
  height: auto;
}

.shinroku_history .history_lead {
  text-align: center;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
}

.shinroku_history .history_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}

.shinroku_history .history_list .history_box {
  background: #202020;
  width: 355px;
  margin-bottom: 30px;
  padding: 20px 10px 20px;
  display: flex;
  flex-direction: column;
}

.shinroku_history .history_list .history_box .day {
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
  padding-bottom: 10px;
}

.shinroku_history .history_list .history_box .ttl {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.shinroku_history .history_list .history_box .icon {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  background: #ae0000;
  border-radius: 10px;
  padding: 0 10px;
  width: fit-content;
  margin: 10px 0 0;
}

.shinroku_history .history_list .history_box .txt {
  line-height: 1.5;
  font-size: 14px;
  padding: 10px 0 0;
}

.shinroku_history .history_list .history_box .btn {
  display: flex;
  justify-content: space-between;
  padding: 15px 5px 0;
  margin-top: auto;
}

.shinroku_history .history_list .history_box .btn a {
  width: 140px;
  background: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
  position: relative;
}

.shinroku_history .history_list .history_box .btn .btn_movie {
  background: #062a86;
  color: #fff;
}

.shinroku_history .history_list .history_box .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
  transform: rotate(45deg);
}

.shinroku_history .history_list .history_box .btn .btn_movie:before {
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}

@media screen and (max-width: 768px) {
  .shinroku_history {
    padding: 60px 0 50px;
  }

  .shinroku_history_inner {
    width: 95%;
  }

  .shinroku_history h3 {
    width: 60%;
    margin: 0 auto 20px;
    padding-top: 10px;
  }

  .shinroku_history .history_lead {
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  .shinroku_history .history_list .history_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 20px;
  }

  .shinroku_history .history_list .history_box .day {
    font-size: 20px;

  }

  .shinroku_history .history_list .history_box .ttl {
    font-size: 15px;
    line-height: 1.3;
  }

  .shinroku_history .history_list .history_box .icon {
    font-size: 10px;
    border-radius: 10px;
    padding: 0 10px;
    line-height: 1.7;
    margin: 5px 0 0;
  }

  .shinroku_history .history_list .history_box .txt {
    font-size: 13px;
  }

  .shinroku_history .history_list .history_box .btn {
    padding: 15px 0 0;
  }

  .shinroku_history .history_list .history_box .btn a {
    width: 150px;
    font-size: 12px;
  }

  .shinroku_history .history_list .history_box .btn a:before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .shinroku_history .history_list .history_box .btn .btn_movie:before {
    width: 6px;
    height: 6px;
    border-top: 1.8px solid #fff;
    border-right: 1.8px solid #fff
  }
}

.shinroku_copyright {
  padding: 0 20px 140px 20px;
  font-size: 10px;
  color: #666;
  background: #e9f0f4;
  text-align: center;
}

.shinroku_copyright {
  margin: 0 auto;
}

/* ===========================================
#footer
=========================================== */
#footer .inner {
  width: 940px;
  margin: 0 auto;
}

#footer h3 {
  margin-bottom: 38px;
}

#footer h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 18px;
}

#footer ul {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  text-align: left;
}

#footer li {
  width: 150px;
  float: left;
  margin-right: 8px;
  border: 1px solid #323232;
}

#footer li:nth-child(6) {
  margin-right: 0;
}

#footer li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

#footer li a img {
  width: 148px;
  height: auto;

}

#footer li a .btn {
  background: #fff;
  color: #444;
}

#footer li p {
  padding: 9px 0;
}

#footer .shichou {
  margin-bottom: 30px;
}

#footer .copy {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

#footer .under-area {
  padding: 10px 0 50px;
}

#footer .under-area img {
  width: 100%;
  height: auto;
}

#footer .footer-link {
  background: none;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #footer .inner {
    width: 95%;
  }

  #footer li {
    width: 30%;
    margin: 0 5px 8px;
  }

  #footer li a img {
    width: 100%;
    height: auto;
  }
}

/* ===========================================
追加 interview
=========================================== */
.interview_box .interview_photo {
  width: 650px;
  margin: 10px auto 40px;
}

.interview_txt_question {
  font-size: 20px;
  font-weight: 900;
  padding: 60px 0 20px;
  border-bottom: 2px solid #fff;
  border-image: linear-gradient(to right, #767575, #124d79) 1;
}

.interview_txt_question:first-child {
  padding: 0px 0 20px;
}

.interview_txt_answer {
  padding-top: 20px;
}

.interview_txt_answer .name {
  font-weight: 900;

}

.grad-wrap {
  position: relative;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked+.grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked~.grad-item {
  height: auto;
  padding-bottom: 10px;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-btn {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  width: 220px;
  text-align: center;
  margin: auto;
  padding: 10px 0;
  background: #e5aa1e;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #000;
  transition: .2s ease;
  font-weight: 700;
}

.grad-btn:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  right: 43px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(135deg);
}

.grad-btn:hover {
  opacity: .7;
  transition: .2s ease;
}

@media screen and (max-width: 768px) {
  .interview_box .interview_photo {
    width: 100%;
    margin: 0px auto 20px;
  }

  .interview_txt_question {
    padding: 40px 0 10px;
  }

  .interview_txt_question:first-child {
    padding: 0px 0 10px;
  }

  .interview_txt_answer {
    padding-top: 10px;
  }

  .grad-item {
    height: 160px;
  }

  .grad-trigger:checked~.grad-item {
    height: auto;
    padding-bottom: 10px;
    /*チェックされていたら、高さを戻す*/
  }

  .grad-btn {
    bottom: -60px;
    left: 0;
    width: 180px;
    padding: 10px 0;
    font-size: 15px;
  }

  .grad-btn:after {

    top: -6px;
    bottom: 0;
    right: 30px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
  }


}


/* ===========================================
#channel
=========================================== */
#channel {
  padding: 30px;
}

#channel .float {
  bottom: 0px;
  position: fixed;
  left: 0;
  background: #ffffffab;
  padding: 15px 0;
  right: 0;
  z-index: 3;
}

#channel .float ul {
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto;
}

#channel img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  #channel .float {
    padding: 10px 0 10px;
  }

  #channel .float ul {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

/*---------------------------------------------------------------------------
スカパー
----------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
  .skp-area {
    padding-bottom: 60px;
    background-color: #fff;
    text-align: center;
    color: #3f3f3f;
  }

  .skp-area h1 {
    width: 100%;
    padding: 1em 0;
    background: #009FE8;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .skp-area h1 img {
    width: 60%;
    max-width: 800px;
  }

  .skp-area .yaji_blu {
    width: 10%;
    max-width: 100px;
    margin: 0 auto 1em;
    display: block;
  }

  .skp-area .yaji_yel {
    width: 10%;
    max-width: 100px;
    margin: 0 auto 1em;
    display: block;
  }

  .skp-area .wrap {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
  }

  .skp-area .wrap h3 img {
    width: 82%;
    max-width: 800px;
    margin: -1.5em auto 0.5em;
  }

  .skp-area .skwaku {
    width: 88%;
    max-width: 800px;
    border: solid 10px #009FE8;
    border-radius: 16px;
    margin: 0em auto 2em;
    background: url(../img/skp/bg_sky.png) no-repeat center top;
    background-size: cover;
  }

  .skp-area .skwaku div {
    background: #FFF;
    margin: 1em;
    border-radius: 10px;
  }

  .skp-area .skwaku img {
    width: 90%;
    margin: 1em auto 0.5em;
  }

  .skp-area .skwaku p {
    display: none;
  }

  .skp-area .skwaku p.supp {
    display: inline-block;
  }

  .skp-area .skwaku p.supp a {
    color: #FF005F;
  }

  .skp-area button {
    width: 80%;
    max-width: 620px;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .skp-area button img {
    width: 100%;
    height: auto;
  }

  .skp-area .freedial {
    width: 47%;
    max-width: 425px;
    margin: 0 auto 3em;
  }
}

@media all and (max-width: 767px) {
  .skp-area {
    background-color: #fff;
    text-align: center;
    color: #3f3f3f;
  }

  .skp-area h1 {
    padding: 0.8em 4%;
    background: #009FE8;
    color: #fff;
    font-weight: bold;
  }

  .skp-area h1 img {
    width: 96%;
    margin: 0 auto;
  }

  .skp-area .yaji_blu {
    width: 10%;
    margin: 0 auto 1em;
  }

  .skp-area .yaji_yel {
    width: 20%;
    margin: 0 auto 1em;
    display: block;
  }

  .skp-area .wrap {
    margin: 0 auto;
    padding: 4%;
  }

  .skp-area .wrap h3 img {
    width: 90%;
    margin: -1.5em auto 0.5em;
  }

  .skp-area .skwaku {
    width: 96%;
    border: solid 6px #009FE8;
    border-radius: 16px;
    margin: 0em auto 0.8em;
    background: url(../img/skp/bg_sky.png) no-repeat center top;
    background-size: cover;
  }

  .skp-area .skwaku div {
    background: #FFF;
    margin: 0.5em;
    border-radius: 10px;
    padding-bottom: 0.5em;
  }

  .skp-area .skwaku img {
    width: 94%;
    margin: 0.8em auto 0.5em;
  }

  .skp-area .skwaku p {
    display: none;
  }

  .skp-area .skwaku p.supp {
    display: block;
    font-size: 0.7em;
    margin: 0.2em 0.5em 0.5em;
  }

  .skp-area .skwaku p.supp a {
    color: #FF005F;
  }

  .skp-area button {
    width: 100%;
    max-width: 620px;
    margin-bottom: 10px;
    background: none;
    border: none;
    outline: none;
  }

  .skp-area button img {
    width: 100%;
    height: auto;
  }

  .skp-area .freedial {
    width: 80%;
    margin: 1em auto 2em;
  }
}

/*===============================
2021.09 archive
===============================*/
.acc_ttl {
  transition: all .5s ease;
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
}

.acc_ttl::before,
.acc_ttl::after {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  background-color: #fff;
}

.acc_ttl::before {
  top: 48%;
  right: 0;
  transform: rotate(0deg);
  transition: all .5s ease;
}

.acc_ttl::after {
  top: 48%;
  right: 0;
  transform: rotate(90deg);
  transition: all .5s ease;
}

/*　closeというクラスがついたら形状変化　*/
.acc_ttl.close::before {
  transform: rotate(45deg);
  transition: all .5s ease;
}

.acc_ttl.close::after {
  transform: rotate(-45deg);
  transition: all .5s ease;
}

.acc_box {
  display: none;
  /*はじめは非表示*/
}

@media all and (max-width: 767px) {
  .acc_ttl::before {
    right: 10px;
  }

  .acc_ttl::after {
    right: 10px;
  }
}