@charset "UTF-8";
.content input {
  padding: 10px;
  font-size: 18px;
  background-color: #f0f4f4;
  border: 0;
  outline: none;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.content textarea {
  margin-top: 10px;
  padding: 10px;
  font-size: 18px;
  background-color: #f0f4f4;
  border: 0;
  outline: none;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@media only screen and (min-width: 769px) {
  .special_list li:hover .thumb:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .special_list li:hover .thumb .more {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .special_list li:hover .thumb .more .more_icon {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .special_list li:hover .movie_title {
    color: #19caea;
  }
}

.special_list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  letter-spacing: -.4em;
  font-size: 0;
}

.special_list li {
  position: relative;
  display: inline-block;
  width: 380px;
  margin-bottom: 35px;
  margin-right: 20px;
  letter-spacing: normal;
  vertical-align: top;
}

.special_list li:nth-child(3n) {
  margin-right: 0;
}

.special_list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.special_list li .thumb {
  position: relative;
  margin-bottom: 10px;
}

.special_list li .thumb .more {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

.special_list li .thumb .more .more_icon {
  width: 64px;
  margin-bottom: 12px;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

.special_list li .thumb .more .more_text {
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  color: #FFF;
}

.special_list li .thumb:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(25, 202, 234, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.special_list li .movie_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.special_contents {
  width: 980px;
  margin: auto;
  text-align: center;
}

.special_contents h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.4;
}

.special_contents .main_text {
  margin: 0 30px;
}

.special_contents .main_text p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 17px;
}

.special_contents .main_text .notes {
  font-size: 0.8em;
}

.special_contents .main_text .img {
  max-width: 900px;
  margin: 0 auto 20px;
}

.special_contents .main_text .end_txt {
  font-weight: bold;
  font-size: 32px;
  color: #f41b50;
}

.special_contents .main_text .address {
  border-top: 2px solid rgba(25, 202, 234, 0.7);
  border-bottom: 2px solid rgba(25, 202, 234, 0.7);
  padding: 20px 0;
  text-align: center;
}

.special_contents .main_text a {
  color: #000;
}

.special_contents .main_text .special_info {
  border: 1px solid #98e8f7;
  line-height: 1.8;
  width: 80%;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin: auto;
}

.special_contents .main_text .special_info a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.special_contents .main_text .special_info:hover {
  background: rgba(25, 202, 234, 0.7);
}

.special_lead_txt {
  margin-top: 45px;
  line-height: 1.8;
  font-size: 16px;
}

.push_btn {
  width: 390px;
  height: 90px;
  margin: 60px auto 0;
}

.send_btn_out input {
  width: 390px;
  height: 80px;
  margin: 60px auto 0;
  border: 0;
}

.push_btn a, .send_btn_out input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f41b50;
  line-height: 90px;
  text-decoration: none;
  color: #FFF !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.push_btn a:before, .send_btn_out input:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  background: url("../img/common/contents/icon_triangle.png") no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: right .2s linear;
          transition: right .2s linear;
}

.push_btn a:hover, .send_btn_out input:hover {
  cursor: pointer;
}

.return_btn {
  width: 290px;
  margin: 100px auto 0;
}

.return_btn a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Poppins',"游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  background-color: #161616;
  text-align: center;
  line-height: 70px;
}

.return_btn a:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  background: url("../img/common/contents/icon_triangle02.png") no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
}

@media only screen and (max-width: 768px) {
  .special_list {
    width: 92%;
  }
  .special_list li {
    width: 47.75%;
    margin: 0 0 6.5% 0;
    letter-spacing: normal;
    vertical-align: top;
  }
  .special_list li:nth-child(3n) {
    margin-right: 0;
  }
  .special_list li:nth-child(2n+1) {
    margin-right: 4.5%;
  }
  .special_list li .movie_title {
    font-size: 12px;
  }
  .special_contents {
    width: 100%;
  }
  .special_contents .main_text {
    margin: 0 15px;
    text-align: left;
  }
  .special_contents .main_text p {
    font-size: 12px;
  }
  .special_contents .main_text .end_txt {
    text-align: center;
    font-size: 22px;
  }
  .special_contents .main_text .special_info {
    font-size: 12px;
    background: rgba(25, 202, 234, 0.5);
  }
  .special_lead_txt {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 13px;
  }
  .push_btn {
    width: 72%;
    height: 65px;
    margin-top: 40px;
  }
  .push_btn a {
    font-size: 15px;
    line-height: 70px;
  }
  .return_btn {
    width: 195px;
    margin: 50px auto 0;
  }
  .return_btn a {
    font-size: 15px;
    line-height: 54px;
  }
}
