@charset "UTF-8";

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

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

.font,
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.87;
  color: #000;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF;
}

div,
main,
section {
  display: block;
  position: relative;
}

.container {
  min-width: 1100px;
  background-image: url(../img/main_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .container {
    min-width: 0;
    background-size: cover;
  }
}

.container .site-ttl {
  position: absolute;
  top: 130px;
  left: 20px;
  width: 200px;
  z-index: 9;
  transition: opacity 0.3s;
}

@media screen and (max-width: 749px) {
  .container .site-ttl {
    display: none;
  }
}

.container .site-ttl:hover {
  opacity: 0.5 !important;
}

.quizmode .container,
.aboutmode .container {
  background: none;
}

h1,
h2 {
  position: relative;
}

*:focus {
  outline: none;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

sub {
  vertical-align: sub;
  font-size: 50%;
}

b,
em {
  font-weight: 700;
}

a {
  cursor: pointer;
  transition: opacity 0.3s;
}

a.block {
  display: block;
}

a:hover {
  opacity: 0.5;
}

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}

.opa:hover {
  opacity: 0.5 !important;
}

.underline {
  text-decoration: underline;
}

figcaption,
small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 749px) {

  figcaption,
  small {
    font-size: 1.0rem;
  }
}

.spaces {
  letter-spacing: 0.1em;
}

.dash {
  letter-spacing: 0;
}

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block;
  }
}

.center-m {
  margin: auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.bg_white {
  background: #FFF !important;
}

.bg_black {
  background: #000 !important;
}

.bg_silver {
  background: #919191 !important;
}

.bg_blue {
  background: #007E48 !important;
}

.bg_yellow {
  background: #FEEB00 !important;
}

.text_white {
  color: #FFF !important;
}

.text_black {
  color: #000 !important;
}

.text_silver {
  color: #919191 !important;
}

.text_blue {
  color: #007E48 !important;
}

.text_yellow {
  color: #FEEB00 !important;
}

.hr_white {
  border-top: 1px solid #FFF;
}

.hr_black {
  border-top: 1px solid #000;
}

.hr_silver {
  border-top: 1px solid #919191;
}

.hr_blue {
  border-top: 1px solid #007E48;
}

.hr_yellow {
  border-top: 1px solid #FEEB00;
}

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap100 {
    padding: 0 15px;
  }
}

.wrap225 {
  margin: auto;
  max-width: 225px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap225 {
    padding: 0 15px;
  }
}

.wrap250 {
  margin: auto;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap250 {
    padding: 0 15px;
  }
}

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap500 {
    padding: 0 15px;
  }
}

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap600 {
    padding: 0 15px;
  }
}

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap700 {
    padding: 0 15px;
  }
}

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap800 {
    padding: 0 15px;
  }
}

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap900 {
    padding: 0 15px;
  }
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 15px;
  }
}

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1100 {
    padding: 0 15px;
  }
}

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1200 {
    padding: 0 15px;
  }
}

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1300 {
    padding: 0 15px;
  }
}

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1400 {
    padding: 0 15px;
  }
}

.bdr_black {
  border: 1px solid #000;
  padding: 15px;
  width: 100%;
}

.slide-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.slide-arrow.next-arrow {
  left: 5px;
}

.slide-arrow.prev-arrow {
  right: 5px;
}

.slick-list::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}

rt {
  font-size: 0.6rem;
  transform: translateY(1px);
}

.kubo-mr {
  margin-right: 20px;
}

@media screen and (max-width: 749px) {
  .kubo-mr {
    margin-right: 0;
  }
}

button {
  cursor: pointer;
  background-color: transparent;
}

.label.l-size {
  font-size: 4.0rem;
  margin-top: 10px;
}

@media screen and (max-width: 749px) {
  .label.l-size {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.label-line {
  font-size: 2.4rem;
  padding: 10px;
  color: #007E48;
  width: 100%;
  text-align: center;
}

.label-line span {
  padding: 0 10px;
  background: #FFF;
  z-index: 10;
}

.label-line::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #007E48;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.label-underline {
  display: inline;
  background: linear-gradient(transparent 90%, #FEEB00 90%);
  background-size: 0% auto;
  background-repeat: no-repeat;
  transition: all 1s;
  transition-delay: 0.2s;
}

.label-underline.active {
  background-size: 100% auto;
}

.title_text {
  max-width: 1000px;
  margin: auto;
  background: #FFF;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .title_text {
    width: 80%;
  }
}

.title::after {
  content: "";
  height: 1px;
  width: 50%;
  background: #007E48;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  z-index: 0;
}

.btn-link {
  padding: 20px;
  height: 60px;
  color: #007E48;
  background-color: #FFF;
  border: 2px solid #007E48;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/icon_btn_arrow_b_r.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 37px auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 749px) {
  .btn-link {
    padding: 10px;
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
}

.btn-link_new {
  background-color: #007E48;
  color: #FFF;
  background-image: url(../img/icon_btn_arrow_w_r_small.svg);
}

.btn-link_new::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #007E48;
  background-color: #FEEB00;
  font-size: 1.2rem;
  color: #000;
  content: "NEW!";
}

@media screen and (max-width: 749px) {
  .btn-link_new::before {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 12px;
    font-size: 1.0rem;
  }
}

.btn-link_comingsoon {
  background: none;
}

.btn-link.openModal {
  background: none;
  background-color: #FFF;
}

.sec_head {
  margin: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .sec_head {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 749px) {
  .sec_head-ttl {
    padding: 0 20px;
  }
}

@media screen and (max-width: 749px) {
  .sec_head-ttl img {
    width: 100%;
  }
}

.back {
  position: absolute;
  width: 700px;
  height: 2000px;
  background-color: #E5F3F0;
  z-index: -1;
}

.back_first {
  top: 0;
  right: 785px;
  transition: all 2s;
  transition-delay: 0.6s;
  transform: skewX(-45deg) translateY(-100%);
}

.back_second {
  top: -660px;
  left: 400px;
  transition: all 2s;
  transition-delay: 0.6s;
  transform: skewX(45deg) translateY(-100%);
}

.mv.active .mv.active+.back_first {
  transform: skewX(-45deg) translateY(0);
}

.archive.active+.back_second {
  transform: skewX(45deg) translateY(0);
}

.read_copy {
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .read_copy {
    margin: 0 0 20px;
  }
}

.read_copy b {
  font-size: 2.8rem;
  color: #007E48;
}

@media screen and (max-width: 749px) {
  .read_copy b {
    font-size: 2.4rem;
  }
}

.share {
  display: flex;
  align-items: center;
  width: 130px;
  height: 37px;
  position: absolute;
  right: 17px;
  top: 58px;
  padding-bottom: 15px;
}

@media screen and (max-width: 749px) {
  .share {
    width: auto;
  }
}

.share_text {
  font-size: 1.4rem;
  color: #007E48;
}

@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.2rem;
  }
}

.share_link {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
  width: 30px;
}

@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}

.share_link:hover {
  opacity: 0.5;
}

.share_link-fb {
  margin-left: 17px;
}

@media screen and (max-width: 749px) {
  .share_link-fb {
    margin-left: 10px;
  }
}

.share_link-tw {
  margin-left: 10px;
}

.share-top {
  top: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.share-top::after {
  top: 0;
  bottom: auto;
}

.fadein {
  opacity: 0;
  z-index: 1;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInModal {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInModal2 {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slot {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-100%) translateY(7.14%);
  }
}

@-webkit-keyframes slot {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-100%) translateY(7.14%);
  }
}

.modal {
  display: none;
  background: rgba(0, 126, 72, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.modal_dialog {
  background: #FFF;
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.modal_dialog[data-no="99"],
.modal_dialog[data-no="98"] {
  max-width: 600px;
}

@media screen and (min-width: 750px) {
  .modal_dialog[data-no="30"] {
    padding: 40px;
    height: 500px;
  }
}

@media screen and (max-width: 749px) {
  .modal_dialog[data-no="30"] {
    width: calc(100% - 30px);
    height: calc(100% - 120px);
  }
}

.modal_dialog_close {
  width: 30px;
  position: absolute;
  top: -40px;
  right: 4px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .modal_dialog_close {
    width: 30px;
  }
}

.modal_dialog_cont {
  font-size: 1.4rem;
  line-height: 2;
}

.modal_dialog_contWrap {
  height: 100%;
  overflow-y: scroll;
}

.modal_dialog_cont[data-no="99"],
.modal_dialog_cont[data-no="98"] {
  max-width: 600px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
}

.modal_dialog_cont[data-no="99"]:before,
.modal_dialog_cont[data-no="98"]:before {
  content: "";
  display: block;
  padding-top: 112%;
}

@media screen and (min-width: 750px) {
  .modal_dialog_cont {
    padding: 0 25px;
  }
}

@media screen and (max-width: 749px) {
  .modal_dialog_cont {
    padding: 35px;
  }
}

.modal_dialog_cont::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}

.modal_dialog_slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.7s;
}

.modal_dialog_slider.active {
  opacity: 1;
}

.modal_dialog_sliderWrap {
  height: 100%;
}

.modal_dialog_slot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal_dialog_slot_inner img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
  opacity: 0;
}

.modal_dialog_slot_inner img:nth-child(1),
.modal_dialog_slot_inner img:nth-child(2),
.modal_dialog_slot_inner img:nth-child(3) {
  transition-delay: 1.6s;
}

.modal_dialog_slot_inner.active img:nth-child(1),
.modal_dialog_slot_inner.active img:nth-child(2),
.modal_dialog_slot_inner.active img:nth-child(3) {
  opacity: 1;
}

.modal_dialog_slot_inner.active img:nth-child(4) {
  animation: fadeInModal 0.5s ease 0s both;
}

.modal_dialog_slot_inner.active img:nth-child(5) {
  animation: fadeInModal 0.5s ease 0.1s both;
}

.modal_dialog_slot_inner.active img:nth-child(6) {
  animation: fadeInModal 0.5s ease 0.2s both;
}

.modal_dialog_slot_inner.active img:nth-child(7) {
  animation: fadeInModal 1.3s ease 0.3s both;
}

.modal_dialog_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.modal_dialog_btn-r {
  right: 0;
}

.modal_dialog_btn-l {
  left: 0;
}

.modal_dialog.modal_movie {
  max-width: 1100px;
}

.modal_dialog.modal_movie .modal_dialog_cont {
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
}

.modal_dialog.modal_movie .modal_dialog_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* 応募詳細 */
.modal_dialog.modal_application {
  max-width: 900px;
}
@media screen and (max-width: 749px) {
  .modal_dialog.modal_application {
    width: calc(100% - 32px);
    max-width: inherit;
  }
}
.modal_dialog.modal_application .application_cont {
  max-height: 90vh;
  padding: 52px 66px 50px;
  overflow-y: auto;
}
@media screen and (max-width: 749px) {
  .modal_dialog.modal_application .application_cont {
    padding: 20px;
  }
}
.modal_application .application_cont > h2 {
  width: 198px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 749px) {
  .modal_application .application_cont > h2 {
    width: 100px;
    margin: 0 auto 20px;
  }
}
.modal_application .application_cont > h2 img {
  width: 100%;
  max-width: 100%;
}
.modal_application .detail {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.85714285714;
  height: 400px;
  margin-bottom: 38px;
  padding: 30px;
  border: 1px solid #007E48;
  overflow-y: auto;
}
@media screen and (max-width: 749px) {
  .modal_application .detail {
    height: 300px;
    margin-bottom: 20px;
    padding: 30px 15px;
    font-size: 1rem;
  }
}
.modal_application .detail h2 {
  color: #007E48;
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 2px solid #007E48;
  margin: 40px 0 30px;
}
@media screen and (max-width: 749px) {
  .modal_application .detail h2 {
    font-size: 1.8rem;
  }
}
.modal_application .detail h2:first-child {
  margin-top: 0;
}
.modal_application .detail h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 40px 0 30px;
}
@media screen and (max-width: 749px) {
  .modal_application .detail h3 {
    font-size: 1.4rem;
  }
}
.modal_application .detail p,
.modal_application .detail ul {
  word-break: break-all;
  margin-bottom: 26px;
}
@media screen and (max-width: 749px) {
  .modal_application .detail p,
  .modal_application .detail ul {
    margin-bottom: 13px;
  }
}
.modal_application .detail a {
  color: #000000;
}
.modal_application .detail .box {
  position: relative;
  border: solid 3px #000000;
  border-radius: 8px;
  margin: 40px 0 30px;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 749px) {
  .modal_application .detail .box {
    padding: 40px 15px 20px;
    border-width: 2px;
    border-radius: 4px;
  }
}
.modal_application .detail .box h2 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  color: #000000;
  font-size: 2.4rem;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: none;
}
@media screen and (max-width: 749px) {
  .modal_application .detail .box h2 {
    font-size: 1.4rem;
  }
}
.modal_application .detail *:last-child {
  margin-bottom: 0;
}
.modal_application .borderBtn {
  width: 459px;
  height: 102px;
  margin: auto;
  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.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: unset;
  border: 3px solid #007E48;
  color: #007E48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  .modal_application .borderBtn {
    width: 275px;
    height: 61px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    border: 1px solid #007E48;
  }
}




.mt10 {
  display: block;
  margin-top: 10px !important;
}

@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  display: block;
  margin-top: 20px !important;
}

@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  display: block;
  margin-top: 30px !important;
}

@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}

@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  display: block;
  margin-top: 50px !important;
}

@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  display: block;
  margin-top: 60px !important;
}

@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  display: block;
  margin-top: 70px !important;
}

@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  display: block;
  margin-top: 80px !important;
}

@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  display: block;
  margin-top: 90px !important;
}

@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  display: block;
  margin-top: 100px !important;
}

@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mt110 {
  display: block;
  margin-top: 110px !important;
}

@media screen and (max-width: 749px) {
  .mt110 {
    margin-top: 55px !important;
  }
}

.mt120 {
  display: block;
  margin-top: 120px !important;
}

@media screen and (max-width: 749px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important;
  }
}

.fw400 {
  font-weight: 400;
}

.fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 749px) {
  .fs24 {
    font-size: 1.9rem;
  }
}

.flex {
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .flex {
    display: flex;
  }
}

@media screen and (max-width: 749px) {
  .flex-spFlex {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

.flex_image {
  max-width: 530px;
}

.flex_body {
  max-width: 563px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  .flex_body {
    margin-left: 17px;
  }
}

@media screen and (max-width: 749px) {
  .flex_body {
    padding: 25px;
  }
}

.flex_body_title {
  color: #007E48;
  font-size: 2.0rem;
}

@media screen and (max-width: 749px) {
  .flex_body_title {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}

.flex_body_text {
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .flex_body_text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.flex_body_btn {
  width: 270px;
}

.flex_body_btnWrap {
  display: flex;
  width: 100%;
  max-width: 563px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .flex_body_btnWrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px) {
  .flex_body_btn {
    width: 100%;
    margin-top: 20px;
  }
}

.flex_body_btn:first-child {
  margin-right: auto;
}

.flex_body_btn:last-child {
  margin-left: auto;
}

.serif-l,
.serif-r {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 749px) {

  .serif-l,
  .serif-r {
    flex-wrap: wrap;
  }
}

.serif_image {
  width: unset;
  max-width: unset !important;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .serif_image {
    width: 100%;
    max-width: 278px !important;
    flex-shrink: unset;
    margin: 20px auto auto;
  }
}

.serif_image > img {
  max-height: 385px;
}
@media screen and (max-width: 749px) {
  .serif_image > img {
    max-height: unset;
  }
}

.serif_frame {
  background: #007E48;
  border-radius: 10px;
  padding: 30px 30px;
  color: #FFF;
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .serif_frame {
    text-align: left;
    padding: 20px 40px;
  }
}

.serif_frame .sub {
  display: block;
  font-size: 2.4rem;
  margin-top: 32px;
}

@media screen and (max-width: 749px) {
  .serif_frame .sub {
    display: block;
    font-size: 2rem;
    margin-top: 20px;
  }
}

.serif_frame::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}

.serif_frame-l,
.serif_frame-r {
  width: 69%;
  max-width: 655px;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {

  .serif_frame-l,
  .serif_frame-r {
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    max-width: 100%;
    order: 1;
  }
}

.serif_frame-l::after {
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_serif_left.png");
  background-size: 100% 100%;
  width: 42px;
  height: 28px;
}

@media screen and (max-width: 749px) {
  .serif_frame-l::after {
    top: auto;
    left: 5%;
    bottom: -48px;
    transform: translateY(-50%);
    background: url("../img/icon_serif_btm.png");
    background-size: 100% 100%;
    width: 28px;
    height: 42px;
    z-index: -1;
  }
}

.serif_frame-r::after {
  left: auto;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_serif_right.png");
  background-size: 100% 100%;
  width: 42px;
  height: 28px;
}

@media screen and (max-width: 749px) {
  .serif_frame-r::after {
    top: auto;
    left: 5%;
    bottom: -48px;
    transform: translateY(-50%);
    background: url("../img/icon_serif_btm.png");
    background-size: 100% 100%;
    width: 28px;
    height: 42px;
    z-index: -1;
  }
}

.serif_frame-btm {
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .serif_frame-btm {
    text-align: left;
  }
}

.serif_frame-btm::after {
  left: 5%;
  bottom: -48px;
  transform: translateY(-50%);
  background: url("../img/icon_serif_btm.png");
  background-size: 100% 100%;
  width: 28px;
  height: 42px;
}

@media screen and (max-width: 749px) {
  .serif_frame-btm::after {
    z-index: -1;
  }
}

.serif_frame .check {
  padding-left: 1em;
  display: block;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: top 11px left;
  background-size: 12px auto;
}

@media screen and (max-width: 749px) {
  .serif_image {
    order: 2;
    margin-top: 20px;
  }
}

.serif_image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 20px;
}

@media screen and (max-width: 749px) {
  .header {
    margin: 0;
    padding: 12px 15px;
  }
}

.header_asahi {
  width: 140px;
  display: block;
}

@media screen and (max-width: 749px) {
  .header_asahi {
    margin: 5px 0 0;
    width: 80px;
  }
}

.header_credit {
  margin: 0 0 5px;
  font-size: 1.0rem;
  color: #007E48;
}

.header_share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_share .share_txt {
  font-size: 1.0rem;
  color: #007E48;
}

.header_share .share_link-fb {
  margin-left: 15px;
}

.header_share .share_link-tw {
  margin-left: 8px;
}

.header.header_underlayer {
  margin: 0;
  background-color: #007E48;
}

.header.header_underlayer .header_credit {
  color: #FFF;
}

.header.header_underlayer .share_txt {
  color: #FFF;
}

#about_body .header_asahi {
  display: none;
}

#about_body .header_right {
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  #about_body .site-ttl {
    display: block;
    width: 100px;
    top: 90px;
    left: 10px;
  }
}

.mv {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .mv {
    flex-direction: column;
  }
}

.mv_movie {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

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

.mv_movie-title {
  width: 35vw;
  max-width: 480px;
}

@media screen and (max-width: 749px) {
  .mv_movie-title {
    position: absolute;
    bottom: 25px;
    right: 5px;
    width: 110px;
    z-index: 9;
  }
}

.mv_movie-cont {
  position: relative;
  width: 100%;
  transition: 2s;
}

.mv_movie-cont::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.mv_movie-cont.active {
  opacity: 1;
}

.mv_movie-cont video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.mv_intro {
  min-width: 594px;
  max-width: 594px;
  padding: 0 20px 0 30px;
}

@media screen and (max-width: 749px) {
  .mv_intro {
    min-width: 0;
    padding: 20px;
  }
}

.mv_intro-ttl {
  margin: 0 0 20px;
  font-size: 6.0rem;
  line-height: 1.2;
  color: #007E48;
  letter-spacing: -.08em;
}

@media screen and (max-width: 749px) {
  .mv_intro-ttl {
    margin: 0 0 15px;
    font-size: 4.0rem;
  }
}

.mv_intro-ttl rt {
  font-size: 1.4rem;
  transform: translateY(0px);
}

@media screen and (max-width: 749px) {
  .mv_intro-ttl rt {
    font-size: 1.2rem;
  }
}

.mv_intro-txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .mv_intro-txt {
    font-size: 1.5rem;
  }
}

.mv_intro_catch {
  margin: 10px 0 0;
  display: block;
  font-size: 4.0rem;
}

@media screen and (max-width: 749px) {
  .mv_intro_catch {
    font-size: 2.6rem;
  }
}

.mv_footnote {
  padding: 5px 0 0;
  text-align: right;
}

.mv_footnote small {
  font-weight: normal;
}

.special {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .special {
    margin: 80px 0 0;
  }
}

.special_head {
  max-width: 1400px;
  margin: 0 auto;
}

.special_head-ttl {
  max-width: 650px;
}

@media screen and (max-width: 749px) {
  .special_head-ttl {
    padding-right: 20px;
  }
}

.special_head-ttl img {
  vertical-align: bottom;
}

@media screen and (max-width: 749px) {
  .special_head-ttl img {
    width: 100%;
  }
}

.special-inr {
  max-width: 1100px;
  margin: 0 auto;
}

.special-inr video {
  width: 100%;
  vertical-align: bottom;
}

.special .movie-wrap {
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.special .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .archive {
    margin: 80px 0 0;
  }
}

.archive_middle-wrap {
  margin: 70px 0 0;
}

@media screen and (max-width: 749px) {
  .archive_middle-wrap {
    margin: 40px 0 0;
  }
}

.archive_middle-wrap::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #007E48;
  content: "";
}

.archive_middle-inr {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .archive_middle-inr {
    display: flex;
    justify-content: center;
  }
}

.archive_middle-ttl {
  position: relative;
  padding: 0 30px;
  display: inline-block;
  background-color: #007E48;
  font-size: 2.4rem;
  color: #FFF;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .archive_middle-ttl {
    font-size: 1.8rem;
  }
}

.archive_slide {
  overflow: hidden;
}

.archive_slide-inr {
  max-width: 1140px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.archive .lineup_carousel .slick-list {
  overflow: visible;
}

.archive .lineup_carousel .slick-list::after {
  z-index: -1;
}

.archive .lineup_carousel .slick-track {
  display: flex;
  align-items: center;
}

.archive .lineup_carousel .slick-slide {
  margin-right: 20px;
  transition: all .4s;
}

@media screen and (max-width: 749px) {
  .archive .lineup_carousel .slick-slide {
    margin: 0;
    padding: 0 10px;
  }
}

.archive .lineup_carousel .slick-current {
  transition: all .4s;
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .archive .lineup_carousel .slick-current {
    max-width: 100%;
    min-width: 0;
  }
}

.archive .lineup .carousel_item {
  width: calc(50% - 20px);
}

.archive .lineup .carousel_item-inr {
  border-right: 2px solid #007E48;
  border-bottom: 2px solid #007E48;
  /*
        &::after{
          top: 0;
          right: 0;
          width: calc(100% - 140px);
          height: 2px;
          @include mq(sp){
            width: calc(100% - 90px);
          }
        }
        */
}

.archive .lineup .carousel_item-inr::before,
.archive .lineup .carousel_item-inr::after {
  position: absolute;
  display: block;
  background-color: #007E48;
  z-index: 2;
  content: "";
}

.archive .lineup .carousel_item-inr::before {
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 30px);
}

@media screen and (max-width: 749px) {
  .archive .lineup .carousel_item-inr::before {
    height: calc(100% - 20px);
  }
}

.archive .lineup .carousel_item-inr .decorationline {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #007E48;
  content: "";
  z-index: 2;
}

.archive .lineup .carousel_item-ttl {
  margin: 0;
  height: 67px;
  padding: 0 0 5px;
  display: flex;
  align-items: flex-end;
  font-size: 2.4rem;
  color: #007E48;
  line-height: 1.3;
  z-index: 8;
}

@media screen and (max-width: 749px) {
  .archive .lineup .carousel_item-ttl {
    height: 30px;
    font-size: 1.4rem;
  }
}

.archive .lineup .carousel_item-ttl .hashtag {
  padding-right: 8px;
  font-size: 2.8rem;
}

@media screen and (max-width: 749px) {
  .archive .lineup .carousel_item-ttl .hashtag {
    padding-right: 5px;
    font-size: 1.8rem;
  }
}

.archive .lineup .carousel_item-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
        &::after{
          position: absolute;
          bottom: 0;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 62px 62px;
          border-color: transparent transparent $blue transparent;
          background-color: transparent;
          content: "";
          z-index: 1;
        }
        */
}

.archive .lineup .carousel_item-btn-iconwrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 62px;
}

.archive .lineup .carousel_item-btn-iconwrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 62px 62px;
  border-color: transparent transparent #007E48 transparent;
  background-color: transparent;
  content: "";
  z-index: 1;
}

.archive .lineup .carousel_item-btn-icon {
  position: absolute;
  top: 35px;
  right: 8px;
  width: 17px;
  height: 17px;
  display: block;
  z-index: 2;
}

.archive .lineup .carousel_item-btn-icon::before,
.archive .lineup .carousel_item-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #FFF;
  transform: translate(-50%, -50%);
  content: "";
}

.archive .lineup .carousel_item-btn-icon::before {
  width: 1px;
  height: 100%;
}

.archive .lineup .carousel_item-btn-icon::after {
  width: 100%;
  height: 1px;
}

.archive .slide_controller {
  max-width: 530px;
  margin: 10px 0 0;
}

@media screen and (max-width: 749px) {
  .archive .slide_controller {
    max-width: 100%;
    min-width: 0;
  }
}

.archive .slide_arrow_ytb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive .slide_arrow_ytb-btn {
  width: 180px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 749px) {
  .archive .slide_arrow_ytb-btn {
    width: 130px;
  }
}

.archive .slide_arrow_ytb_prev {
  background-image: url(../img/icon_archive_slide_l.svg);
  background-position: center left;
}

.archive .slide_arrow_ytb_next {
  background-image: url(../img/icon_archive_slide_r.svg);
  background-position: center right;
}

.archive .slide_arrow_other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive .slide_arrow_other-btn {
  width: 180px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 749px) {
  .archive .slide_arrow_other-btn {
    width: 130px;
  }
}

.archive .slide_arrow_other_prev {
  background-image: url(../img/icon_archive_slide_l.svg);
  background-position: center left;
}

.archive .slide_arrow_other_next {
  background-image: url(../img/icon_archive_slide_r.svg);
  background-position: center right;
}

.archive .slide_num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.archive .slide_num-inr {
  padding: 0 20px;
  font-size: 2.0rem;
  color: #7E1384;
}

.quiz {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .quiz {
    margin: 80px 0 0;
  }
}

.quiz-inr {
  max-width: 1100px;
  margin: 0 auto;
}

.quiz_info {
  max-width: 790px;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .quiz_info {
    max-width: 100%;
    padding: 0 20px;
  }
}

.quiz_info-inr {
  padding: 30px 50px;
  background-color: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 749px) {
  .quiz_info-inr {
    padding: 20px;
  }
}

.quiz_info-txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .quiz_info-txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.quiz_comment {
  margin: 20px 0 0;
}

.quiz_comment-txt {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .quiz_comment-txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.quiz-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 890px;
}

@media screen and (max-width: 749px) {
  .quiz-img {
    top: auto;
    bottom: -250px;
    right: 0;
  }
}

.quiz .about {
  max-width: 730px;
  margin: 360px auto 0;
}

@media screen and (max-width: 749px) {
  .quiz .about {
    margin: 200px auto 0;
    padding: 0 20px;
  }
}

.quiz .about .btn-link {
  position: relative;
  height: 100px;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .quiz .about .btn-link img {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .quiz .about .btn-link {
    height: auto;
    padding: 25px 60px 25px 50px;
  }
}

.quiz .about .btn-link .openModal-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
  transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .quiz .about .btn-link .openModal-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.quiz .about .btn-link .openModal-icon::before,
.quiz .about .btn-link .openModal-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #007E48;
  transform: translate(-50%, -50%);
  content: "";
}

.quiz .about .btn-link .openModal-icon::before {
  width: 1px;
  height: 100%;
}

.quiz .about .btn-link .openModal-icon::after {
  width: 100%;
  height: 1px;
}

.quiz-btns {
  margin: 10px 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .quiz-btns {
    margin: 20px 0 -10px;
  }
}

.quiz-btns .btn-link {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}

@media screen and (max-width: 749px) {
  .quiz-btns .btn-link {
    width: 100%;
    margin: 0 0 10px;
  }
}

.message {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .message {
    margin: 80px 0 0;
  }
}

.message-inr {
  max-width: 1140px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.message_items {
  margin: 0 -15px -40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .message_items {
    margin: 0 -10px -20px;
  }
}

.message_item {
  width: 25%;
  height: 385px;
  margin: 0 0 40px;
  padding: 0 15px;
}

@media screen and (max-width: 749px) {
  .message_item {
    width: 50%;
    height: auto;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

.message_item-inr {
  border-right: 2px solid #7E1384;
  border-bottom: 2px solid #7E1384;
  /*
      &::after{
        top: 0;
        right: 0;
        width: calc(100% - 140px);
        height: 2px;
      }
      */
}

.message_item-inr::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 50px);
  display: block;
  background-color: #7E1384;
  content: "";
  z-index: 2;
}

.message_item-inr .decorationline {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #7E1384;
  content: "";
  z-index: 2;
}

.message_item-ttl {
  height: 50px;
  margin: 0 0 -25px;
  line-height: 30px;
}

@media screen and (max-width: 749px) {
  .message_item-ttl {
    height: 30px;
    margin: 0 0 -5px;
    line-height: 1.5;
  }
}

.message_item-ttl small,
.message_item-ttl b {
  color: #7E1384;
  z-index: 8;
}

.message_item-ttl small {
  font-size: 1.4rem;
}

@media screen and (max-width: 749px) {
  .message_item-ttl small {
    font-size: 1.2rem;
  }
}

.message_item-ttl b {
  font-size: 2.4rem;
}

@media screen and (max-width: 749px) {
  .message_item-ttl b {
    font-size: 1.8rem;
  }
}

.message_item-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
      &::after{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 62px 62px;
        border-color: transparent transparent $purple transparent;
        background-color: transparent;
        content: "";
        z-index: 1;
      }
      */
}

.message_item-btn-iconwrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 62px;
}

.message_item-btn-iconwrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 62px 62px;
  border-color: transparent transparent #7E1384 transparent;
  background-color: transparent;
  content: "";
  z-index: 1;
}

.message_item-btn-icon {
  position: absolute;
  top: 35px;
  right: 8px;
  width: 17px;
  height: 17px;
  display: block;
  z-index: 2;
}

.message_item-btn-icon::before,
.message_item-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #FFF;
  transform: translate(-50%, -50%);
  content: "";
}

.message_item-btn-icon::before {
  width: 1px;
  height: 100%;
}

.message_item-btn-icon::after {
  width: 100%;
  height: 1px;
}

.message_item.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maxWidth300 {
  max-width: 225px !important;
}

.banner {
  max-width: 1140px;
  margin: 100px auto 0;
  padding: 100px 20px 0;
}

@media screen and (max-width: 749px) {
  .banner {
    margin: 70px auto 0;
    padding: 70px 20px 0;
  }
}

.banner::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  background-color: #ccc;
  transform: translateX(-50%);
  content: "";
}

.banner-txt {
  padding: 12px 20px;
  background-color: #007E48;
  background-image: url(../img/icon_btn_arrow_w_r.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 749px) {
  .banner-txt {
    padding: 8px 20px 8px 0;
    font-size: 1.6rem;
  }
}

.banner-txt span {
  padding-right: 20px;
  display: inline-block;
  background-color: #007E48;
}

@media screen and (max-width: 749px) {
  .banner-txt span {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

.floating {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  transform: translateX(-50%);
  z-index: 99;
}

@media screen and (max-width: 749px) {
  .floating {
    width: calc(100% - 20px);
  }
}

.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;
}

.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 screen and (max-width: 749px) {
  .floating-txt {
    background-position: center right 10px;
    background-size: auto;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .floating-txt span {
    padding: 10px 10px 10px 40px;
    background-position: center left 10px;
    background-size: 20px auto;
  }
}

.floating .add-txt {
  font-size: 2.4rem;
  color: #FEEB00;
}

@media screen and (max-width: 749px) {
  .floating .add-txt {
    font-size: 1.2rem;
  }
}

.about-tabs {
  display: flex;
  justify-content: center;
  border-top: 2px solid #007E48;
  border-bottom: 2px solid #007E48;
}

@media screen and (max-width: 749px) {
  .about-tabs {
    margin: 0 -2px 0 0;
    flex-wrap: wrap;
  }
}

.about-tab,
.about-tab_comingsoon {
  width: 25%;
  max-width: 310px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {

  .about-tab,
  .about-tab_comingsoon {
    width: 50%;
    max-width: 100%;
    height: auto;
    border-top: 2px solid #007E48;
    border-right: 2px solid #007E48;
  }
}

.about-tab-btn,
.about-tab_comingsoon-btn {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #007E48;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 749px) {

  .about-tab-btn,
  .about-tab_comingsoon-btn {
    display: block;
    padding: 10px 10px 20px;
    font-size: 1.4rem;
  }
}

.about-tab-btn::after,
.about-tab_comingsoon-btn::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 25px;
  height: 22px;
  background-image: url(../img/icon_tab_arrow_b_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}

@media screen and (max-width: 749px) {

  .about-tab-btn::after,
  .about-tab_comingsoon-btn::after {
    bottom: 2px;
    width: 16px;
    height: 13px;
  }
}

.about-tab.active span,
.about-tab_comingsoon.active span {
  background: linear-gradient(transparent 90%, #FEEB00 90%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.about_article {
  display: none;
}

.about_article.show {
  display: block;
}

.about_thema {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .about_thema {
    margin: 70px 0 0;
  }
}

.about-tab_comingsoon .about-tab-btn {
  color: #ccc;
}

.about-tab_comingsoon .about-tab-btn::after {
  content: none;
}

.pageQuiz_title {
  max-width: 532px;
  margin: 50px auto 0;
}

@media screen and (max-width: 749px) {
  .pageQuiz_title {
    width: 70%;
    margin: 30px auto 0;
  }
}

.pageQuiz_sectionTitle {
  font-size: 2.4rem;
}

@media screen and (min-width: 750px) {
  .pageQuiz_thema {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }
}

.pageQuiz_thema_no {
  background: #007E48;
  color: #FFF;
  font-size: 2.4rem;
  width: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .pageQuiz_thema_no {
    font-size: 2.0rem;
  }
}

.pageQuiz_thema_text {
  font-size: 2.2rem;
  color: #007E48;
}

@media screen and (min-width: 750px) {
  .pageQuiz_thema_text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 749px) {
  .pageQuiz_thema_text {
    font-size: 2.0rem;
  }
}

.pageQuiz_quesBtn {
  width: 100%;
  cursor: pointer;
  height: 70px;
  border: 1px solid #007E48;
  color: #007E48;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s, color 0.5s;
}

.pageQuiz_quesBtnWrap {
  width: 560px;
  margin-top: 50px;
}

@media screen and (max-width: 749px) {
  .pageQuiz_quesBtnWrap {
    width: 100%;
  }
}

.pageQuiz_quesBtn.active {
  background: #007E48;
  color: #FFF;
}

.pageQuiz_quesSwitch {
  height: 50px;
  max-width: 300px;
  background: #007E48;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .pageQuiz_quesSwitchWrap {
    margin-top: 20px;
  }
}

.pageQuiz_quesSwitchAns {
  margin-top: 70px;
  margin-bottom: 30px;
  background: #919191;
}

@media screen and (max-width: 749px) {
  .pageQuiz_quesSwitchAns {
    margin-bottom: 20px;
  }
}

.pageQuiz_quesSwitchAns.active {
  background: #007E48;
  cursor: pointer;
}

.pageQuiz_quesSwitchNo {
  margin-bottom: 30px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .pageQuiz_quesSwitchNo {
    margin-bottom: 20px;
  }
}

.pageQuiz_quesContainer[data-no="6"] .pageQuiz_quesWrap .wrap225.serif_image {
  max-width: 300px;
}

.pageQuiz_quesContainer[data-no="7"] .pageQuiz_quesWrap .pageQuiz_quesText {
  text-align: left;
}

.pageQuiz_member {
  width: 425px;
}

@media screen and (max-width: 749px) {
  .pageQuiz_member {
    width: 60%;
    margin: auto;
  }
}

.pageQuiz_member::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .pageQuiz_batu {
    width: 185px;
    margin-left: 90px;
  }
}

@media screen and (max-width: 749px) {
  .pageQuiz_batu {
    width: 95px;
    margin: 10px auto;
  }
}

@media screen and (min-width: 750px) {
  .pageQuiz_maru {
    width: 230px;
    margin-left: 70px;
  }
}

@media screen and (max-width: 749px) {
  .pageQuiz_maru {
    width: 95px;
    margin: 10px auto;
  }
}

.quiz_imgs {
  justify-content: space-between;
}

.quiz_imgs .quiz_img.col2 {
  width: calc(50% - 10px);
}

@media screen and (max-width: 749px) {
  .quiz_imgs .quiz_img.col2 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.thema {
  margin: 120px 0 0;
}

@media screen and (max-width: 749px) {
  .thema {
    margin: 70px 0 0;
  }
}

.graph-ttl {
  position: relative;
  font-size: 1.8rem;
  color: #007E48;
  text-align: center;
}

.graph-ttl span {
  position: relative;
  padding: 0 20px;
  background-color: #fff;
  z-index: 1;
}

.graph-ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #007E48;
  transform: translateY(-50%);
  content: "";
}

[data-no="1"] .pageQuiz_quesWrap .wrap225 {
  max-width: 302px;
}

.wrap300 {
  max-width: 300px;
}

.modal_dialog_sliderWrap .slick-slide {
  width: 600px;
}

@media screen and (max-width: 749px) {
  .modal_dialog_sliderWrap .slick-slide {
    width: 100vw !important;
  }
}

.flow {
  background-color: #FFFEE6;
  padding: 84px 10px 30px;
}

.flow_content {
  text-align: center;
}

.flow_content_text {
  font-weight: lighter !important;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.flow_content img {
  width: 50%;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 749px) {
  .flow_content img {
    width: 90%;
  }
}

.rslt {
  height: auto;
  overflow: hidden;
  padding: 60px 0;
  margin: 100px 0 0;
  /* background: #EBF4FF; */
}

@media screen and (max-width: 749px) {
  .rslt {
    padding: 25px 0;
    margin: 50px 0;
  }
}

.rslt_ttl {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .rslt_ttl {
    padding: 0 20px;
  }
}

.rslt_txt {
  margin: 30px 0 0;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .rslt_txt {
    font-size: 1.6rem;
  }
}

.rslt_sup {
  color: #007E48;
  text-align: center;
  font-size: 2.4rem;
  margin: 48px 0 0;
}

@media screen and (max-width: 749px) {
  .rslt_sup {
    font-size: 1.8rem;
  }
}

.rslt_btn {
  width: 720px;
  margin: 30px auto 10px;
  padding: 5px;
  border: 2px solid #007E48;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .rslt_btn {
    width: 90%;
    margin: 20px auto 10px;
  }
}

.rslt_btn span {
  padding: 20px;
  display: block;
  background-color: #007E48;
  font-size: 2.4rem;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 749px) {
  .rslt_btn span {
    padding: 15px;
    font-size: 2.0rem;
  }
}

.rslt_productImage {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 0;
}

@media screen and (max-width: 749px) {
  .rslt_productImage {
    max-width: 90%;
    margin: 50px auto 0;
}
}

.rslt_productImage img {
  width: 100%;
  max-width: 100%;
}

.rslt_flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 60px;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap {
    max-width: 90%;
    flex-direction: column-reverse;
  }
}

.rslt_flexWrap .rslt_txt {
  width: 630px;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_txt {
    width: 100%;
  }
}

.rslt_flexWrap .rslt_txt .rslt_linkText {
  font-size: 2rem;
  margin-bottom: 30px
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_txt .rslt_linkText {
    font-size: 1.8rem;
    margin-bottom: 15px
  }
}

.rslt_flexWrap .rslt_txt .rslt_linkText a {
  color: #000;
  text-decoration: underline;
}

.rslt_flexWrap .rslt_txt .rslt_annotation {
  font-size: 2rem;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_txt .rslt_annotation {
    font-size: 1.8rem;
  }
}

.rslt_flexWrap .rslt_txt .rslt_annotation span {
  text-decoration: underline;
  cursor: pointer;
}

.rslt_flexWrap .rslt_image {
  width: 270px;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_image {
    width: 80%;
    margin: 0 auto 24px;
  }
}

.rslt_flexWrap .rslt_image img {
  display: block;
  width: 214px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_image img {
    width: 100%;
  }
}

.rslt_flexWrap .rslt_image small {
  font-size: 1.2rem;
  margin-top: 8px;
}

@media screen and (max-width: 749px) {
  .rslt_flexWrap .rslt_image small {
    font-size: 1rem;
  }
}

.snsWrap .sns_txt {
  font-size: 2.4rem;
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 749px) {
  .snsWrap .sns_txt {
    font-size: 1.8rem;
    margin: 40px auto 0;
  }
}

.snsWrap .sns_share {
  display: flex;
  justify-content: center;
  margin: 16px 0 48px;
}

.snsWrap .sns_share .share_quiz {
  width: 50px;
}
@media screen and (max-width: 749px) {
  .snsWrap .sns_share .share_quiz {
    width: 32px;
  }
}

.snsWrap .sns_share .share_quiz + .share_quiz {
  margin-left: 28px;
}
@media screen and (max-width: 749px) {
  .snsWrap .sns_share .share_quiz + .share_quiz {
    margin-left: 24px;
  }
}

.rslt_float .rslt_share {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 4%;
  bottom: 60px;
  width: 164px;
  border: 5px solid #007E48;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  .rslt_float .rslt_share {
    flex-direction: inherit;
    width: calc(100% - 25px);
    height: 50px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 3px;
    border-radius: 10px;
  }
}

.rslt_float .rslt_share p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.125;
  text-align: center;
  padding: 12px 0;
  background-color: #007E48;
}

@media screen and (max-width: 749px) {
  .rslt_float .rslt_share p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 53.78%;
  }
}

.rslt_float .rslt_share > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

@media screen and (max-width: 749px) {
  .rslt_float .rslt_share > div {
    width: calc(100% - 53.78%);
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.rslt_float .rslt_share .share_link-fb,
.rslt_float .rslt_share .share_link-tw {
  margin-left: 0;
  width: 64px;
}

@media screen and (max-width: 749px) {
  .rslt_float .rslt_share .share_link-fb,
  .rslt_float .rslt_share .share_link-tw {
    width: 39px;
    height: 39px;
  }
  .rslt_float .rslt_share .share_link-fb img,
  .rslt_float .rslt_share .share_link-tw img {
    width: 100%;
  }
}

.rslt_float .rslt_share .share_link-fb {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .rslt_float .rslt_share .share_link-fb {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.footer_sponsor {
  display: flex;
  justify-content: 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;
}

.footer_copy {
  line-height: 1.66;
  color: white;
  font-size: 1.2rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .footer_copy {
    height: 120px;
  }
}

@media screen and (max-width: 749px) {
  .footer_copy {
    font-size: 0.9rem;
    padding: 50px 0 25px;
  }
}

.footer_scroll {
  width: 50px;
  height: 50px;
  background: #007E48;
  border: 1px solid #FFF;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .footer_scroll {
    right: 25px;
  }
}

.footer_scroll::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  left: calc(50% - 7px);
  position: absolute;
}


.graph_wrap p {
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.graph_wrap p span {
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .graph_wrap p {
    font-size: 2rem;
  }
  .graph_wrap p span {
    font-size: 1.6rem;
  }
}
