img {
  max-width: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 14px;
  }
}
main {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .isTab {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .isTab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
.inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.mv {
  max-width: 1442px;
  margin: 0 auto;
}
.c_section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c_section {
    margin-top: 20px;
  }
}
.clip_head2 {
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#27664c), color-stop(50%, #27664c), color-stop(50%, #25523f), to(#25523f));
  background: linear-gradient(180deg, #27664c 0%, #27664c 50%, #25523f 50%, #25523f 100%);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0% 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip: rect(20px, 0, auto, auto);
  font-size: 24px;
  padding: 3px 35px 3px 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .clip_head2 {
    clip: rect(10px, 0, auto, auto);
    font-size: 18px;
    padding: 0 20px 0 10px;
    margin-bottom: 20px;
  }
}
.line_head3 {
  color: #225942;
  font-weight: bold;
  border-left: solid 4px #225942;
}
@media screen and (min-width: 768px) {
  .line_head3 {
    font-size: 22px;
    padding-left: 13px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .line_head3 {
    font-size: 16px;
    padding-left: 7px;
    margin: 20px 0 15px;
  }
}
.c_block_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_block_hidden {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_block_hidden {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c_block_hidden .line_head3 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c_block + .c_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_block + .c_block {
    margin-top: 40px;
  }
}
.c_main_img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_main_img {
    margin-bottom: 50px;
  }
}
.c_main_img img {
  width: 100%;
}
.recommend_head2 {
  text-align: center;
  color: #225942;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 {
    margin-top: 80px;
  }
}
.recommend_head2 .sub {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 .sub {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .sub {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.recommend_head2 .sub:before,
.recommend_head2 .sub:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background: #225942;
}
.recommend_head2 .sub:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recommend_head2 .sub:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recommend_head2 .main {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 9px), #fcc800 calc(100% - 9px));
}
@media screen and (min-width: 768px) {
  .recommend_head2 .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .main {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .movie_block {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .movie_block {
    margin: 36px 0;
    padding: 0 15px;
  }
}
.movie_block .video {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_block .video {
    aspect-ratio: 900/506;
  }
}
@media screen and (max-width: 767px) {
  .movie_block .video {
    aspect-ratio: 345/194;
  }
}
.movie_block .video video {
  width: 100%;
  height: 100%;
}
.movie_txt {
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .movie_txt {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .target_ttl {
    width: 490px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .target_ttl {
    width: 336px;
    margin: 0 auto 25px;
  }
}
.tab_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto -2px;
}
@media screen and (max-width: 767px) {
  .tab_list {
    width: calc(100% - 24px);
    margin-bottom: -2px;
  }
}
.tab_list li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  font-weight: bold;
  color: #225942;
}
.tab_list li:after {
  position: absolute;
  content: "";
  left: 2px;
  width: calc(100% + 3px);
  height: 15px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188,200,196,0)), to(rgba(140,148,145,0.7)));
  background: linear-gradient(180deg, rgba(188,200,196,0) 0%, rgba(140,148,145,0.7) 100%);
}
@media screen and (min-width: 768px) {
  .tab_list li:after {
    bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .tab_list li:after {
    bottom: 1px;
  }
}
.tab_list li.now {
  z-index: 3 !important;
}
.tab_list li.now:after {
  background: #f1f6f4;
  height: 20px;
  bottom: -16px;
}
.tab_list li.now .noactive {
  display: none;
}
.tab_list li.now .active {
  display: block;
}
.tab_list li .active {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab_list li {
    font-size: 16px;
    height: 50px;
    width: calc(((1 / 3) * 100vw) + 12px);
    padding: 0 20px 0 10px;
    max-width: 407px;
  }
}
@media screen and (max-width: 767px) {
  .tab_list li div {
    font-size: 12px;
  }
}
.tab_list li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(4px -2px 4px rgba(64,64,64,0.38));
          filter: drop-shadow(4px -2px 4px rgba(64,64,64,0.38));
}
.tab_list li span {
  display: inline-block;
  background: #225942;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tab_list li span {
    padding: 0 5px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .tab_list li span {
    padding: 0 2px;
    margin-right: 2px;
  }
}
.tab_list li:first-of-type {
  z-index: 2;
}
.tab_list li:nth-of-type(2) {
  z-index: 1;
}
.tab_list li:nth-of-type(3) {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .tab_list li:not(:last-of-type) {
    margin-right: -12px;
  }
}
.tab_main {
  background: #f1f6f4;
  border-top: solid 2px #225942;
}
@media screen and (min-width: 768px) {
  .tab_main {
    padding: 48px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .tab_main {
    padding: 24px 0 40px;
  }
}
.tab_contents {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_contents.active {
  display: block;
  opacity: 1;
}
.banner_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .banner_grid {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner_grid {
    gap: 10px;
  }
}
.banner_grid a {
  text-decoration: none;
  color: #000;
}
.banner_grid a img {
  width: 100%;
}
.banner_title {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sub_banner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sub_banner {
    margin-top: 15px;
  }
}
.sub_banner a {
  text-decoration: none;
  color: #000;
}
