/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 1;
  z-index: 9999;
  pointer-events: none;
}

body.lord .cover {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section {
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.modal_open,
.modal_close {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .modal_open:hover,
  .modal_close:hover {
    opacity: 0.7;
  }
}

.modal_wrap {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.modal_wrap .modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 1.45%;
  background: none;
  border: none;
  background-image: url("/ads/nogizaka46ja2022/2022/assets/img/icon_close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
@media (min-width: 768px) {
  .modal_wrap .modal_close:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .modal_wrap .modal_close {
    width: 25px;
    height: 25px;
    top: 25px;
    right: 25px;
    background-size: 25px;
  }
}
.modal_wrap .modal_content {
  width: calc(100% - 30px);
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal_wrap .modal_content {
    max-width: 100%;
  }
}

.toggle_btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .toggle_btn:hover {
    opacity: 0.7;
  }
}

.toggle_content {
  display: none;
}

/* image filter */
.main_slider,
section.movie .movie_slider .img,
section.movie .movie_list .img,
section.message .message_list .img,
section.past .link .img,
header .hamburger_modal .modal_content .img {
  position: relative;
}
.main_slider::after,
section.movie .movie_slider .img::after,
section.movie .movie_list .img::after,
section.message .message_list .img::after,
section.past .link .img::after,
header .hamburger_modal .modal_content .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

section.message .message_modal .modal_content {
  position: relative;
}
section.message .message_modal .modal_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/*----------------------------------

header

----------------------------------*/
header {
  width: 100%;
  padding: 20px calc(50px + 2.6%) 0 3.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding: 12px 15px 0;
  }
}
header .logo {
  width: 100px;
  display: block;
}
@media (max-width: 767px) {
  header .logo {
    width: 80px;
    vertical-align: top;
  }
}
header .sns {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  header .sns {
    margin: 0;
  }
}
header .sns p {
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  header .sns p {
    letter-spacing: 0;
  }
}
header .share {
  margin: 7px -2px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  header .share {
    margin: 9px 34px 0 0;
  }
}
header .share .share_link {
  width: 30px;
}
@media (min-width: 768px) {
  header .share .share_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  header .share .share_link {
    width: 25px;
  }
}
header .share > * + * {
  margin-left: 10px;
}
@media (max-width: 767px) {
  header .share > * + * {
    margin-left: 8px;
  }
}
header .hamburger_btn {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 20px;
  right: 1.45%;
  background: #fff;
  border: none;
  border-radius: 10px;
}
@media (max-width: 767px) {
  header .hamburger_btn {
    top: 31px;
    right: 16px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
}
header .hamburger_btn span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 10px;
  background: #007e48;
  border-radius: 10px;
}
@media (max-width: 767px) {
  header .hamburger_btn span {
    width: 15px;
    height: 1px;
    left: 5px;
  }
}
header .hamburger_btn span:nth-of-type(1) {
  top: 14px;
}
@media (max-width: 767px) {
  header .hamburger_btn span:nth-of-type(1) {
    top: 7px;
  }
}
header .hamburger_btn span:nth-of-type(2) {
  top: 24px;
}
@media (max-width: 767px) {
  header .hamburger_btn span:nth-of-type(2) {
    top: 12px;
  }
}
header .hamburger_btn span:nth-of-type(3) {
  top: 34px;
}
@media (max-width: 767px) {
  header .hamburger_btn span:nth-of-type(3) {
    top: 17px;
  }
}
header .hamburger_modal .modal_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  header .hamburger_modal .modal_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 85px);
  }
}
header .hamburger_modal .modal_content a {
  width: 49%;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 5px solid #007e48;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 0px 0px #007e48;
          box-shadow: 0px 5px 0px 0px #007e48;
}
@media (max-width: 767px) {
  header .hamburger_modal .modal_content a {
    width: 100%;
    border: 3px solid #007e48;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 0px 0px #007e48;
            box-shadow: 0px 3px 0px 0px #007e48;
  }
  header .hamburger_modal .modal_content a + a {
    margin-top: 20px;
  }
}
header .hamburger_modal .modal_content .img {
  display: block;
}
header .hamburger_modal .modal_content .img img {
  width: 100%;
  height: auto;
}
header .hamburger_modal .modal_content .txt {
  padding: 22px 10px;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #007e48;
}
@media (max-width: 767px) {
  header .hamburger_modal .modal_content .txt {
    font-size: 1.5rem;
    padding: 12px 10px;
  }
}

/*----------------------------------

main

----------------------------------*/
section h2 {
  width: 100%;
  min-height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  background: #007e48;
  border-radius: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  section h2 {
    font-size: 2.4rem;
    min-height: 53px;
    border-radius: 15px;
  }
}

section.mainvis {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  section.mainvis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 55px;
  }
}
section.mainvis .txt {
  width: 581px;
  padding: 136px 2% 0 3.6%;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 2;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  section.mainvis .txt {
    width: 50%;
    min-width: 420px;
    padding-top: 100px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  section.mainvis .txt {
    width: calc(100% - 20px);
    min-width: 0;
    margin: -60px auto 0;
    padding: 10px 5px 0;
    text-align: center;
    font-size: 1.5rem;
    background: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    white-space: normal;
  }
}
section.mainvis .txt h1 {
  max-width: 400px;
  margin-bottom: 22px;
}
@media (max-width: 1100px) {
  section.mainvis .txt h1 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  section.mainvis .txt h1 {
    width: 160px;
    margin: 0 auto 9px;
  }
}
section.mainvis .txt span {
  display: inline-block;
  position: relative;
}
section.mainvis .txt span::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #ffeb00;
}
@media (max-width: 767px) {
  section.mainvis .txt span::before {
    height: 2px;
  }
}
section.mainvis .txt p:nth-of-type(2) {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 1100px) {
  section.mainvis .txt p:nth-of-type(2) {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  section.mainvis .txt p:nth-of-type(2) {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
section.mainvis .main_slider {
  width: calc(100% - 581px);
}
@media (max-width: 1100px) {
  section.mainvis .main_slider {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.mainvis .main_slider {
    width: 100%;
  }
}
section.mainvis .main_slider img {
  width: 100%;
  height: auto;
}
section.mainvis .quizBtn {
  position: absolute;
  bottom: -48px;
  right: 1.6%;
  width: 23.572%;
  max-width: 330px;
  z-index: 10;
}
@media (max-width: 767px) {
  section.mainvis .quizBtn {
    bottom: 270px;
    right: 10px;
    width: 38.465%;
    max-width: unset;
  }
}
section.mainvis .quizBtn a {
  display: block;
}

.fixed_quiz {
  display: none;
  width: calc(100% - 20px);
  max-width: 1000px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.fixed_quiz.banner {
  bottom: 80px;
}

section.movie {
  margin-bottom: 91px;
}
@media (max-width: 767px) {
  section.movie {
    margin-bottom: 40px;
  }
}
section.movie::before {
  content: "";
  width: calc(100% - 30px);
  max-width: 1000px;
  height: calc(100% - 18px);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border: 5px solid #007e48;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section.movie::before {
    width: calc(100% - 20px);
    max-width: 100%;
    height: calc(100% - 25px);
    border-radius: 15px;
    border: 3px solid #007e48;
    top: 25px;
  }
}
section.movie h2 {
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.movie h2 {
    max-width: 100%;
    width: 295px;
    margin-bottom: 20px;
  }
}
section.movie .movie_slider {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.movie .movie_slider {
    margin-bottom: 10px;
  }
}
section.movie .movie_slider li {
  margin: 0 10px;
  opacity: 0.3;
  position: relative;
  pointer-events: none;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 200% 50%;
          transform-origin: 200% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  section.movie .movie_slider li {
    -webkit-transform-origin: 110% 50%;
            transform-origin: 110% 50%;
    border-radius: 15px;
  }
}
section.movie .movie_slider li.slick-active:not(.slick-current) {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
section.movie .movie_slider li.slick-active.slick-current {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media (min-width: 768px) {
  section.movie .movie_slider li.slick-active.slick-current:hover {
    opacity: 0.7;
  }
}
section.movie .movie_slider li.slick-current + .slick-active:not(.slick-current) {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
section.movie .movie_slider li.slick-current + .slick-active:not(.slick-current) + .slick-slide {
  -webkit-transform-origin: -100% 50%;
          transform-origin: -100% 50%;
}
@media (max-width: 767px) {
  section.movie .movie_slider li.slick-active.slick-current + .slick-slide {
    -webkit-transform-origin: -10% 50%;
            transform-origin: -10% 50%;
  }
}
section.movie .movie_slider li > span {
  display: block;
  overflow: hidden;
  border: 5px solid #650c6c;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section.movie .movie_slider li > span {
    border: 3px solid #650c6c;
    border-radius: 15px;
  }
}
section.movie .movie_slider li > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_movie.svg") no-repeat;
  background-size: 100px 100px;
}
@media (max-width: 767px) {
  section.movie .movie_slider li > span::after {
    bottom: -2px;
    width: 63px;
    height: 63px;
    background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_movie.svg") no-repeat;
    background-size: 63px 63px;
  }
}
section.movie .movie_slider .img {
  display: block;
}
section.movie .movie_slider .img img {
  width: 100%;
  height: auto;
}
section.movie .movie_slider .txt {
  padding: 20px 80px 23px 19px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.movie .movie_slider .txt {
    padding: 12px 38px 12px 7px;
    font-size: 1.4rem;
  }
}
section.movie .movie_slider li.new > span::before {
  content: "";
  position: absolute;
  top: 6%;
  right: 2%;
  width: 14.52%;
  height: 20.79%;
  max-width: 80px;
  max-height: 80px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_new.svg") no-repeat;
  background-size: contain;
  z-index: 10;
}
section.movie .movie_slider_counter {
  margin-bottom: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #650c6c;
}
@media (max-width: 767px) {
  section.movie .movie_slider_counter {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
section.movie .movie_slider_arrow {
  width: calc(100% - 30px);
  max-width: 1000px;
  position: absolute;
  top: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  section.movie .movie_slider_arrow {
    width: calc(100% - 20px);
    top: 37vw;
  }
}
section.movie .movie_slider_arrow .slick-arrow {
  width: 120px;
  height: 120px;
  font-size: 0;
  position: absolute;
  top: 0;
  background: none;
  border: none;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  section.movie .movie_slider_arrow .slick-arrow {
    width: 16.91%;
    height: 60px;
  }
}
section.movie .movie_slider_arrow .slick-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/ads/nogizaka46ja2022/2022/assets/img/btn_left.png");
}
@media (max-width: 767px) {
  section.movie .movie_slider_arrow .slick-prev {
    left: 25px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
section.movie .movie_slider_arrow .slick-next {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-image: url("/ads/nogizaka46ja2022/2022/assets/img/btn_right.png");
}
@media (max-width: 767px) {
  section.movie .movie_slider_arrow .slick-next {
    right: 25px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
section.movie .inner {
  padding: 0 45px;
}
@media (max-width: 767px) {
  section.movie .inner {
    padding: 0 25px 15px;
  }
}
section.movie .toggle_btn {
  width: 100%;
  max-width: 500px;
  min-height: 90px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
  border: 4px solid #007e48;
  border-radius: 300px;
  -webkit-box-shadow: 0px 5px 0px 0px #007e48;
          box-shadow: 0px 5px 0px 0px #007e48;
  color: #007e48;
  position: relative;
}
@media (max-width: 767px) {
  section.movie .toggle_btn {
    max-width: 100%;
    min-height: 60px;
    margin-bottom: 0;
    font-size: 1.6rem;
    border: 2px solid #007e48;
    border-radius: 55px;
    -webkit-box-shadow: 0px 3px 0px 0px #007e48;
            box-shadow: 0px 3px 0px 0px #007e48;
  }
}
section.movie .toggle_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
  width: 24px;
  height: 14px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/arrow2.svg") no-repeat;
  background-size: 24px 14px;
  z-index: 1;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media (max-width: 767px) {
  section.movie .toggle_btn::after {
    right: 18px;
    width: 20px;
    height: 11px;
    background: url("/ads/nogizaka46ja2022/2022/assets/img/arrow2.svg") no-repeat;
    background-size: 20px 11px;
  }
}
section.movie .toggle_btn.active::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
section.movie h3 {
  margin-bottom: 28px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #007e48;
}
@media (max-width: 767px) {
  section.movie h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  section.movie h3:first-child {
    margin-top: 30px;
  }
}
section.movie h3::before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #007e48;
}
@media (max-width: 767px) {
  section.movie h3::before {
    height: 3px;
  }
}
section.movie h3 span {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 767px) {
  section.movie h3 span {
    padding: 0 15px;
  }
}
section.movie .movie_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.movie .movie_list::before {
  content: "";
  width: 31.915%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section.movie .movie_list li {
  width: 31.915%;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  section.movie .movie_list li {
    width: 100%;
    border-radius: 15px;
  }
  section.movie .movie_list li + li {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  section.movie .movie_list li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
section.movie .movie_list li > span {
  display: block;
  overflow: hidden;
  border: 5px solid #650c6c;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section.movie .movie_list li > span {
    border: 3px solid #650c6c;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.movie .movie_list li > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_movie.svg") no-repeat;
  background-size: 75px 75px;
}
@media (max-width: 767px) {
  section.movie .movie_list li > span::after {
    width: 38px;
    height: 38px;
    background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_movie.svg") no-repeat;
    background-size: 38px 38px;
  }
}
section.movie .movie_list .img {
  display: block;
}
@media (max-width: 767px) {
  section.movie .movie_list .img {
    width: 46%;
  }
}
section.movie .movie_list .img img {
  width: 100%;
  height: auto;
}
section.movie .movie_list .txt {
  padding: 14px 19% 15px 14px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.movie .movie_list .txt {
    width: 54%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    padding: 0 15% 0 10px;
  }
}
section.movie .movie_list li.new > span::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 82%;
  width: 14.52%;
  height: 20.79%;
  max-width: 80px;
  max-height: 80px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_new.svg") no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 767px) {
  section.movie .movie_list li.new > span::before {
    left: 40%;
  }
}
section.movie .movie_list + h3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  section.movie .movie_list + h3 {
    margin-top: 25px;
  }
}
section.movie .movie_modal .modal_content {
  width: 100%;
  max-width: 800px;
}
section.movie .movie_modal .modal_content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

section.quiz {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.quiz {
    margin-bottom: 40px;
  }
}
section.quiz h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.quiz h2 {
    margin-bottom: 20px;
  }
}
section.quiz .image {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.quiz .image {
    margin-bottom: 20px;
  }
}
section.quiz .quiz_list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  section.quiz .quiz_list {
    display: block;
    margin-bottom: 15px;
  }
}
section.quiz .quiz_list li {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.quiz .quiz_list li {
    width: 100%;
  }
  section.quiz .quiz_list li + li {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
section.quiz .quiz_list a {
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
  border: 5px solid #007e48;
  border-radius: 30px;
  -webkit-box-shadow: 0px 6px 0px 0px #007e48;
          box-shadow: 0px 6px 0px 0px #007e48;
  color: #007e48;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/arrow.svg") no-repeat right 25px center;
  background-size: 14px 24px;
}
@media (max-width: 767px) {
  section.quiz .quiz_list a {
    min-height: 45px;
    font-size: 1.6rem;
    border: 3px solid #007e48;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px #007e48;
            box-shadow: 0px 2px 0px 0px #007e48;
    background: url("/ads/nogizaka46ja2022/2022/assets/img/arrow.svg") no-repeat right 17px center;
    background-size: 10px 20px;
  }
}
section.quiz .quiz_list li.new a {
  position: relative;
}
section.quiz .quiz_list li.new a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  margin: auto;
  width: 18%;
  height: 89%;
  max-width: 80px;
  max-height: 80px;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_new.svg") no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (min-width: 768px) {
  section.quiz dl.acc dt {
    cursor: pointer;
  }
}
section.quiz dl.acc ul.quiz_list li {
  width: 32%;
}
@media (max-width: 767px) {
  section.quiz dl.acc ul.quiz_list li {
    width: 100%;
  }
}
section.quiz .modal_open {
  width: 100%;
  padding: 20px 60px;
  background: none;
  border: none;
  border-top: 4px solid #007e48;
  border-bottom: 4px solid #007e48;
  background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_plus.svg") no-repeat right center;
  background-size: 50px 50px;
}
@media (max-width: 767px) {
  section.quiz .modal_open {
    border-top: 2px solid #007e48;
    border-bottom: 2px solid #007e48;
    padding: 9px 60px;
    background: url("/ads/nogizaka46ja2022/2022/assets/img/icon_plus.svg") no-repeat right 18px center;
    background-size: 16px 16px;
  }
  section.quiz .modal_open img {
    width: 169px;
  }
}
section.quiz .kokusan_modal .modal_content {
  max-width: 650px;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
@media (max-width: 767px) {
  section.quiz .kokusan_modal .modal_content {
    height: calc(100vh - 150px);
    padding: 20px;
    overflow: auto;
  }
}
section.quiz .kokusan_modal .modal_content h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.quiz .kokusan_modal .modal_content h3 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
section.quiz .kokusan_modal .modal_content p {
  margin: 13px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}
section.quiz .kokusan_modal .modal_content p:last-of-type {
  margin-top: 10px;
  text-align: right;
}
section.quiz .kokusan_modal .modal_content small {
  font-size: 1.2rem;
  font-weight: normal;
}

section.message {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  section.message {
    margin-bottom: 40px;
  }
}
section.message h2 {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  section.message h2 {
    margin-bottom: 20px;
  }
}
section.message .message_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.message .message_list::before {
  content: "";
  width: 24.2%;
  display: block;
}
section.message .message_list::after {
  content: "";
  width: 23%;
  max-width: 222px;
  height: 222px;
  display: block;
  position: absolute;
  top: 119px;
  left: 0;
  background-image: url("/ads/nogizaka46ja2022/2022/assets/img/logo_nogizaka.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  section.message .message_list::after {
    width: 46%;
    max-width: 100%;
    height: 300px;
    top: 12vw;
    left: 0;
  }
}
section.message .message_list li {
  width: 24.2%;
}
@media (max-width: 767px) {
  section.message .message_list li {
    width: 49%;
  }
}
@media (min-width: 768px) {
  section.message .message_list li:nth-of-type(-n + 3) {
    margin-bottom: 227px;
  }
}
section.message .message_list li:nth-of-type(0) {
  margin-top: calc(40px * 0 * -1);
}
section.message .message_list li:nth-of-type(1) {
  margin-top: calc(40px * 1 * -1);
}
section.message .message_list li:nth-of-type(2) {
  margin-top: calc(40px * 2 * -1);
}
section.message .message_list li:nth-of-type(3) {
  margin-top: calc(40px * 3 * -1);
}
section.message .message_list li:nth-of-type(4) {
  margin-top: calc(40px * 4 * -1);
}
section.message .message_list li:nth-of-type(5) {
  margin-top: calc(40px * 5 * -1);
}
section.message .message_list li:nth-of-type(6) {
  margin-top: calc(40px * 6 * -1);
}
section.message .message_list li:nth-of-type(7) {
  margin-top: calc(40px * 7 * -1);
}
@media (max-width: 767px) {
  section.message .message_list li:nth-of-type(1) {
    margin-top: 0;
  }
  section.message .message_list li:nth-of-type(2) {
    margin-top: 37px;
  }
  section.message .message_list li:nth-of-type(3) {
    margin-top: 6px;
  }
  section.message .message_list li:nth-of-type(4) {
    margin-top: 8px;
  }
  section.message .message_list li:nth-of-type(5) {
    margin-top: -26px;
  }
  section.message .message_list li:nth-of-type(6) {
    margin-top: 6px;
  }
  section.message .message_list li:nth-of-type(7) {
    margin-top: -32px;
  }
}
section.message .message_list .img {
  display: block;
}
section.message .message_list .img img {
  width: 100%;
  height: auto;
}
section.message .message_list .txt {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #650c6c;
}
@media (max-width: 767px) {
  section.message .message_list .txt {
    font-size: 1.8rem;
    margin-top: 3px;
  }
}
section.message .message_list .txt span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  section.message .message_list .txt span {
    font-size: 1.2rem;
  }
}
section.message .message_modal .modal_content {
  max-width: 500px;
}
@media (max-width: 767px) {
  section.message .message_modal .modal_content {
    width: 100%;
  }
}

section.past h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.past h2 {
    margin-bottom: 20px;
  }
}
section.past .link {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  section.past .link {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.past .link a {
  width: 49%;
  display: block;
  overflow: hidden;
  border: 5px solid #007e48;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 0px 0px #007e48;
          box-shadow: 0px 5px 0px 0px #007e48;
}
@media (max-width: 767px) {
  section.past .link a {
    width: 100%;
    border: 3px solid #007e48;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 0px 0px #007e48;
            box-shadow: 0px 3px 0px 0px #007e48;
  }
  section.past .link a + a {
    margin-top: 10px;
  }
}
section.past .link .img {
  display: block;
}
section.past .link .img img {
  width: 100%;
  height: auto;
}
section.past .link .txt {
  padding: 22px 10px;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #007e48;
}
@media (max-width: 767px) {
  section.past .link .txt {
    font-size: 1.6rem;
    padding: 18px 10px;
  }
}
section.past .ja {
  text-align: center;
}

/*----------------------------------

footer

----------------------------------*/
footer {
  margin-top: 170px;
  height: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  position: relative;
  text-align: center;
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    margin-top: 200px;
    font-size: 1rem;
    height: 133px;
  }
}
footer .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  footer .inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 25px;
  }
}
footer .pagetop {
  position: absolute;
  top: 0;
  right: 10.8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  footer .pagetop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  footer .pagetop {
    right: 20px;
  }
}
footer .floatBtn {
  display: none;
}
footer .floatBtn a {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 195px;
  z-index: 100;
}
@media (max-width: 767px) {
  footer .floatBtn a {
    bottom: 20px;
    left: 10px;
    right: unset;
    width: calc(100% - 20px);
  }
}

.kokusan_print {
  position: relative;
  display: none;
}
.kokusan_print .kokusan_print_content {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
.kokusan_print .kokusan_print_content h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.kokusan_print .kokusan_print_content p {
  margin: 13px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}
.kokusan_print .kokusan_print_content p:last-of-type {
  margin-top: 10px;
  text-align: right;
}
.kokusan_print .kokusan_print_content small {
  font-size: 1.2rem;
  font-weight: normal;
}

@media print {
  .modal_open_body > * {
    display: none !important;
  }
  .modal_open_body > .kokusan_print {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.footer_sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

.footer_sponsor_logo {
  padding: 0 10px;
  display: block;
}

.footer_sponsor_logo-ja {
  width: 410px;
}

.footer_sponsor_logo-nogizaka {
  width: 130px;
}

.mainvis_banner {
  margin-top: auto;
}

.floating {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 99;
}
.floating-txt {
  background-color: #007e48;
  background-image: url(../img/icon_btn_arrow_w_r.svg);
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #FFF;
}
@media (max-width: 767px) {
  .floating-txt {
    background-position: center right 10px;
    background-size: auto;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.floating-txt span {
  padding: 10px 20px 10px 70px;
  display: inline-block;
  background-color: #007e48;
  background-image: url(../img/icon_banner_decoration.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 36px auto;
}
@media (max-width: 767px) {
  .floating-txt span {
    padding: 10px 10px 10px 40px;
    background-position: center left 10px;
    background-size: 20px auto;
  }
}