/* CSS Document */

@media screen and (min-width: 761px) {
  #container {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 80px;
  }
  #main {
    text-align: center;
  }
  #logo {
    width: 300px;
    margin: 0 auto;
  }
  .c-hdg1 {
    margin: 30px auto 0;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 55px;
    color: #95cc88;
  }

  .c-hdg2 {
    margin: 80px auto 40px;
    padding: 10px;
    color: #95cc88;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #95cc88;
  }

  #contents_area {
    margin: 20px 0;
    text-align: center;
  }
  #contents_area #mv {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-text1 {
    margin-top: 30px;
    color: #333;
    font-size: 20px;
    line-height: 2;
    /* font-weight: 700; */
  }
  .c-text2 {
    margin-top: 30px;
    color: #333;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
  }

  .btn {
    display: inline-block;
    width: 336px;
    height: 65px;
    margin: 30px auto 0;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    color: #fff;
    background-color: #95cc88;
    transition: all 0.3s;
  }

  .btn:hover {
    opacity: 0.7;
  }

  .btn2 {
    color: #333;
    background-color: #f4e099;
  }

  .applybox_rules_inner {
    width: 100%;
    height: 300px;
    padding: 25px 28px;
    line-height: 22px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #eee;
    font-size: 14px;
  }
  .applybox_rules_item + .applybox_rules_item {
    margin-top: 12px;
  }
  .applybox_rules_inner a {
    font-weight: bold;
    text-decoration: underline;
  }

  .applybox_rules_inner .c-hdg3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .annotation,
  .list {
    list-style: none;
    padding-left: 1em;
  }

  .list li {
    text-indent: -1em;
  }
  .annotation li {
    font-size: 12px;
    text-indent: -1em;
  }

  .bnr {
    margin: 80px auto 0;
    text-align: center;
  }

  .bnr a {
    transition: all .3s;
  }

  .bnr a:hover {
    opacity: 0.7;
  }

  #hint {
    padding-top: 30px;
    margin-bottom: 0;
  }
  #hint h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.3;
    padding: 16px 0;
    height: 132px;
    box-sizing: border-box;
    background: url(../images/hint_ttl_bg.png) no-repeat center top;
    margin-bottom: 60px;
  }
  #hint h2 .fz-l {
    font-size: 40px;
  }
  #hint .hint-inner {
    border-radius: 10px;
  }
  #hint .hint-inner .hint-movie {
    position: relative;
    display: block;
    background: #ccc9a1;
    border: 2px solid #000;
    border-radius: 12px;
    width: 100%;
    max-width: 800px;
    height: 472px;
    margin: 0 auto 30px;
    box-sizing: unset;
  }
  #hint .hint-inner .hint-movie:last-of-type {
    margin-bottom: 0;
  }
  #hint .hint-inner .hint-movie:hover .hint-movie-inner {
    top: -2px;
    opacity: 0.7;
  }
  #hint .hint-inner .hint-movie .hint-movie-inner {
    position: absolute;
    top: -10px;
    left: -2px;
    width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 30px 0;
    background: url(../images/quiz_pattern.png) repeat center top #fffbc9;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-align: center;
    box-sizing: unset;
  }
  #hint .hint-inner .hint-movie .hint-movie-img {
    height: 272px;
    margin: 0 auto 20px;
  }
  #hint .hint-inner .hint-movie .hint-movie-img img {
    height: 100%;
    display: inline-block;
  }
  #hint .hint-inner .hint-movie .hint-movie-ttl {
    margin-bottom: 10px;
    height: 110px;
  }
  #hint .hint-inner .hint-movie .hint-movie-date {
    font-size: 16px;
    line-height: 1;
  }
  #hint .hint-inner .hint-movie:hover .hint-movie-ttl {
    text-decoration: underline;
  }


.selection_modal .swiper-button-prev,
.selection_modal .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffeb00;
  border-radius: 90px;
  box-shadow: 0px 3px 0px 0px #fcdb29;
  z-index: 4
}

.selection_modal .swiper-button-prev:hover,
.selection_modal .swiper-button-next:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px #fcdb29
}

.selection_modal .swiper-button-prev.swiper-button-disabled,
.selection_modal .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.selection_modal .swiper-button-prev,
.selection_modal .swiper-container-rtl .swiper-button-next {
  background-image: url("/douga_mv/shinchan/svod/images/common/slider-arrow-l.svg");
  left: -24px;
  right: auto
}

.selection_modal .swiper-button-next,
.selection_modal .swiper-container-rtl .swiper-button-prev {
  background-image: url("/douga_mv/shinchan/svod/images/common/slider-arrow-r.svg");
  right: -24px;
  left: auto
}

.selection_modal .primary {
  text-align: center
}

.selection_modal .primary .selection_thumb img {
  width: 340px
}

.selection_modal .ss-swipe-outer {
  border-radius: 20px;
  position: relative;
  width: 920px;
  margin: 0 auto;
  box-sizing: border-box
}

.selection_modal .selection-list {
  padding: 30px 50px
}

.selection_modal .selection-list .selection_tit {
  padding-top: .25rem;
  line-height: 1.3
}

.selection_modal .selection-list a {
  color: #333
}

.selection_modal .selection-list a .selection_thumb {
  background-color: #aee536;
  display: block
}

.selection_modal .selection-list a img {
  max-width: 100%;
  transition: all 0.3s
}

.selection_modal .selection-list a .selection_thumb:hover img {
  opacity: 0.5
}

.selection_modal img {
  max-width: 100%;
}

.selection_modal .ss-swipe-outer {
  width: 900px
}

.selection_modal .selection-list {
  padding: 30px 50px 60px
}

.selection_modal .modaal-container {
  width: 960px;
  background-image: url(/douga_mv/shinchan/svod/images/selection/bg-graphic_pc.png), url(/douga_mv/shinchan/svod/images/selection/bg-pattern.png);
  background-repeat: no-repeat, repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 2rem
}

.selection_modal .swiper-button-prev,
.selection_modal .swiper-container-rtl .swiper-button-next {
  left: 0px
}

.selection_modal .swiper-button-next,
.selection_modal .swiper-container-rtl .swiper-button-prev {
  right: 0px
}

.selection_modal .modaal-container {
  width: 960px
}

.selection_modal .modaal-container .close_area {
  background: #f4f4f4;
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 1rem 0 1.5rem
}

.selection_modal .modaal-container .close_area .modaal-close2 {
  position: relative;
  cursor: pointer;
  border: 0;
  background: transparent;
  transition: all .2s ease-in-out;
  border-radius: 20px;
  background-color: #fcee21;
  box-shadow: 0px 4px 0px 0px #fcdb29;
  width: 180px;
  height: 40px;
  top: initial;
  right: initial;
  float: none
}

.selection_modal .modaal-container .close_area .modaal-close2:focus,
.selection_modal .modaal-container .close_area .modaal-close2:before,
.selection_modal .modaal-container .close_area .modaal-close2:after {
  opacity: 0
}
}

@media screen and (max-width: 760px) {
  body {
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
  #container {
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 40px;
  }
  #main {
    text-align: center;
  }
  #logo {
    width: 300px;
    margin: 0 auto;
  }
  .c-hdg1 {
    font-size: 20px;
    margin: 30px auto 0;
    padding: 0;
    font-weight: bold;
    color: #95cc88;
    line-height: 30px;
  }

  .c-hdg2 {
    margin: 40px auto;
    padding: 10px;
    color: #95cc88;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #95cc88;
  }

  #contents_area {
    margin: 20px 0;
    text-align: center;
  }
  #contents_area #mv {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-text1 {
    margin-top: 30px;
    color: #333;
    font-size: 16px;
    line-height: 2;
  }
  .c-text2 {
    margin-top: 30px;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
  }
  span {
    color: #00cccc;
  }
  .btn {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    color: #fff;
    background-color: #95cc88;
    transition: all 0.3s;
  }

    .btn2 {
    color: #333;
    background-color: #f4e099;
  }

  .applybox_rules_inner {
    width: 100%;
    height: 300px;
    padding: 10px;
    line-height: 22px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #eee;
    font-size: 12px;
  }
  .applybox_rules_item + .applybox_rules_item {
    margin-top: 12px;
  }
  .applybox_rules_inner a {
    font-weight: bold;
    text-decoration: underline;
  }

  .applybox_rules_inner .c-hdg3 {
    text-align: center;
    font-weight: bold;
  }

  .annotation,
  .list {
    list-style: none;
    padding-left: 1em;
  }
  .list li {
    text-indent: -1em;
  }
  .annotation li {
    font-size: 12px;
    text-indent: -1em;
  }


  .bnr {
    margin: 40px auto 0;
    text-align: center;
  }

  .bnr img {
    width: 100%;
  }

  #hint {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-size: 186.66667vw;
  }
  #hint h2 {
    color: #000;
    font-size: 4vw;
    line-height: 1.3;
    padding: 2.93333vw 0;
    box-sizing: border-box;
    height: 23.86667vw;
    background: url(../images/hint_ttl_bg_sp.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 5.33333vw;
  }
  #hint h2 .fz-l {
    font-size: 5.33333vw;
  }
  #hint .hint-inner {
    position: relative;
    z-index: 2;
  }
  #hint .hint-inner .hint-movie {
    position: relative;
    display: inline-block;
    background: url(../images/quiz_pattern.png) repeat center top #fffbc9;
    background-size: 9.33333vw auto;
    border: 0.2rem solid #000;
    border-radius: 3.2vw;
    width: 100%;
    margin: 0 auto 5.6vw;
    padding: 4.66667vw 0;
    box-sizing: border-box;
  }
  #hint .hint-inner .hint-movie::before {
    position: absolute;
    content: "";
    bottom: -2.53333vw;
    left: -0.2rem;
    width: 100%;
    height: 100%;
    border-radius: 3.2vw;
    background: #ccc9a1;
    border: 0.2rem solid #000;
    z-index: -1;
    box-sizing: unset;
  }
  #hint .hint-inner .hint-movie:last-of-type {
    margin-bottom: 0;
  }
  #hint .hint-inner .hint-movie-inner {
    text-align: center;
  }
  #hint .hint-inner .hint-movie .hint-movie-img {
    width: 61.33333vw;
    margin: 0 auto 2.4vw;
  }
  #hint .hint-inner .hint-movie .hint-movie-img img {
    display: block;
    width: 100%;
  }
  #hint .hint-inner .hint-movie .hint-movie-ttl {
    position: relative;
    margin-bottom: 1.86667vw;
    display: inline-block;
    height: 14.66667vw;
  }
  #hint .hint-inner .hint-movie .hint-movie-ttl img {
    height: 100%;
    width: auto;
  }
  #hint .hint-inner .hint-movie .hint-movie-date {
    font-size: 3.2vw;
    line-height: 1;
  }
  #hint .hint-inner .hint-movie:hover .hint-movie-ttl {
    text-decoration: underline;
  }


.selection_modal .selection_swipe_btn {
  display: none
}

.selection_modal .swiper-container {
  overflow: initial
}

.selection_modal .primary {
  text-align: center;
  padding-bottom: 1rem
}

.selection_modal .primary .selection_thumb img {
  width: 60%
}

.selection_modal .ss-swipe-outer {
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box
}

.selection_modal .selection-list {
  padding: 1rem 0
}

.selection_modal .selection-list .selection_tit {
  padding-top: .25rem;
  line-height: 16px;
  font-size: 14px;
  padding: 4px 0
}

.selection_modal .selection-list a {
  color: #333
}

.selection_modal .selection-list a .selection_thumb {
  background-color: #aee536;
  display: block
}

.selection_modal .selection-list a img {
  transition: all 0.3s;
  width: 100% !important
}

.selection_modal .selection-list a .selection_thumb:hover img {
  opacity: 0.5
}

.selection_modal img {
  max-width: 100%;
}

.selection_modal .ss-swipe-outer {
  width: 96%
}

.selection_modal .modaal-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selection_modal .modaal-container {
  background-image: url(/douga_mv/shinchan/svod/images/selection/bg-graphic_pc.png), url(/douga_mv/shinchan/svod/images/selection/bg-pattern.png);
  background-repeat: no-repeat, repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 2rem
}

.selection_modal .swiper-button-prev,
.selection_modal .swiper-container-rtl .swiper-button-next {
  display: none
}

.selection_modal .swiper-button-next,
.selection_modal .swiper-container-rtl .swiper-button-prev {
  display: none
}

.selection_modal .modaal-inner-wrapper {
 padding: 80px 0;
 height: calc(100% + 160px);
}

.selection_modal .modaal-container {
 width: 94%;
 border-radius: 16px
}

.selection_modal .modaal-container .close_area {
 background: #f4f4f4;
 width: 100%;
 display: block;
 float: left;
 overflow: hidden;
 text-align: center;
 padding: 1rem 0 1.5rem
}

.selection_modal .modaal-container .close_area .modaal-close2 {
 position: relative;
 cursor: pointer;
 background: transparent;
 transition: all .2s ease-in-out;
 border-radius: 52px;
 background-color: #fcee21;
 box-shadow: 0px 4px 0px 0px #fcdb29;
 width: 180px;
 height: 40px;
 top: initial;
 right: initial;
 float: none;
 border: 0
}

.selection_modal .modaal-container .close_area .modaal-close2:focus,
.selection_modal .modaal-container .close_area .modaal-close2:before,
.selection_modal .modaal-container .close_area .modaal-close2:after {
 opacity: 0
}

.selection_modal .modaal-container .modaal-close {
 position: fixed;
 right: 10px;
 top: 10px;
 color: #fff;
 cursor: pointer;
 opacity: 1;
 width: 3.25rem;
 height: 3.25rem;
 background: transparent;
 border-radius: 100%;
 transition: all .2s ease-in-out
}

.selection_modal .modaal-container .modaal-close:before, .modaal-container .modaal-close:after {
 display: block;
 content: " ";
 position: absolute;
 top: 0;
 left: 50%;
 width: 3px;
 height: 3.25rem;
 background: #fff;
 transition: background .2s ease-in-out
}
}
