@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333; }

a:focus {
  outline: 0;
  border-color: orange; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-size: 15px;
  color: #333;
/*  font-family: Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;*/
  font-weight: Light;
  font-family: "Noto Sans CJK JP","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

.index {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background: none;
  background-color: #fff;
  background-size: cover;
  box-sizing: border-box; }
  .anime_after {
  overflow: visible;
  }
  .index .anime {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box; }
  .index .anime {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation: show 4s both;
            animation: show 4s both; }
    .index .anime--last {
      -webkit-animation: show_last 2s both;
              animation: show_last 2s both;
      -webkit-animation-delay: 9.5s;
              animation-delay: 9.5s; }
    .index .anime--1 {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .index .anime--2 {
      -webkit-animation-delay: 1.9s;
              animation-delay: 1.9s; }
    .index .anime--3 {
      -webkit-animation-delay: 3.8s;
              animation-delay: 3.8s; }
    .index .anime--4 {
      -webkit-animation-delay: 5.9s;
              animation-delay: 5.9s; }
  .anime--skip {
  -webkit-animation: skip 10s both;
          animation: skip 10s both; 
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes show {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show_last {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show_last {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes skip {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes skip {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.content_box {
  opacity: 0;
  height: auto;
}

.page_ms_inner {
  width: 100%;
}
.left_photo {
  width: 40%;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  background: url(../../../../more/assets/img/ms/ms_bg.png) no-repeat center;
  background-size: cover; 
  z-index: 30;
  opacity: 0;
}
.left_photo_text {
  height: 100vh;
  text-align: center;
  position: relative;
}
.left_photo_text img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 60%;
}

.page_header {
  width: 60%;
  position: fixed;
  padding: 30px 0 30px 40%; 
  background-color: #FFF;
  z-index: 20;
  opacity: 0;
}
.page_header ul {
  color: #727171;
  font-size: 18px;
  text-align: center;
}
.page_header li {
  display: inline-block;
  padding: 10px 20px;
}
.page_header li a {
  color: #727171;
  font-size: 90%;
}
.main_cont {
  width: 60%;
  padding: 30px 0 0 40%; 
}
.main_cont_inner {
  width: 65%;
  margin: 0 auto;
}
.right_cont {
  padding-top: 130px;
  margin: 0;
}
.right_cont img {
  display: block;
}
.main_cont_innner_text {
  max-width: 90%;
  font-size: 1rem;
  line-height: 180%;
}
.main_cont_innner_title {
  max-height: 20px;
  margin-bottom: 15px;
}
.main_cont_innner_subtitle {
  max-height: 20px;
  margin-bottom: 70px;
}
.main_cont_innner_titlelogo {
  max-height: 180px;
  margin-bottom: 55px;
}
.main_cont_innner_absornbner {
  max-width: 80%;
  margin: 20px 0 0;
}
.main_cont_innner_tekiyoshashu {
  font-size: 0.8rem;
  font-weight: bolder;
  letter-spacing: 0.5px;
}
.main_cont_inner_linkwrap {
  text-align: right;
  margin:0 15% 15% 0;
}

.imp_title_inner {
  width: 100%;
  margin: 0 auto;
}
.imp_title_inner img {
  display: inline-block;
  vertical-align: middle;
}
.main_cont_imp {
  margin: 0 auto;
  display: inline-block;
  width: 80%;
  padding: 0 0 0 20%;
}
.main_cont_imp_header {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 2% 0;
  background: url(../../../../more/assets/img/ms/imp_bg.png) no-repeat center;
  background-size: cover;
}
.main_cont_imp_title {
  max-width: 15%;
  padding-left: 28%;
}
.main_cont_imp_subtitle {
  max-width: 7%;
  padding-left: 2%;
}
.main_cont_imp_logo {
  max-width: 8%;
  padding-left: 1.5%;
}

.main_cont_imp_movie {
  max-width: 9%;
  padding-left: 2%;
}

.last_title_inner {
  width: 100%;
  margin: 0 auto;
}
.last_cont_imp {
  margin: 0 auto;
  display: inline-block;
  border-top: solid 1px #000;
  width: 100%;
}
.last_cont_imp_header {
  position: relative;
  width: 60%;
  left: 40%;
  z-index: 10;
}
.last_cont_imp_logo {
  text-align: right;
  padding-left: 75%;

}
.last_cont_imp_logo p {
  vertical-align: middle;
  display: inline-block;
  height: 70px;
}
.last_cont_imp_logo img {
  max-width: 5%;
  margin: 1% 0 0 2%;
  display: inline-block;
}








.imp_cont_inner {
  width: 60%;
  padding: 30px 0 0 40%;
  margin-top: -40px;
}
.main_cont_imp_q {
  position: relative;
  max-width: 100%;
  top:0;
  left:0;
  bottom: 10%;
  right: 45%;
  line-height: 0;
}
.main_cont_imp_q_bg {
  width: 100%;
}
.main_cont_imp_q_innner {
    position: absolute;
    top: 0;
    left: 44%;;
    bottom: 1%;
    right: 0;
    width: 50%;
}
.main_cont_imp_q_imp1 {
  margin-top: 4vh;
  font-size: 20px;
  margin-bottom: .5vh;
  color: #d51a19;
  display: inline-block;
  vertical-align: middle;
  width: 240px;
}
.main_cont_imp_q_imp1--2{
  margin-top: 6vh;
}

.main_cont_imp_q_impcatch {
  margin-top: 8%;
  width: 80%;
}
.main_cont_imp_q_imptxt {
  margin-top: 5%;
  /* color: #fff; */
  color: #231815;
  line-height: 180%;
  padding-right: 15%;
}
.main_cont_imp_q_imptxt p{
  /*font-size: 18px;*/
  font-size: 1.1vw;
  line-height: 170%;
  font-weight: 600;
}
.main_cont_imp_q_imptxt p span{
  /*font-size: 26px;*/
  font-size: 1.5vw;
  line-height: 170%;
  font-weight: 900;
}

.main_cont_imp_q_cat{
  font-size: 1vw;
  margin-top: 5%;
  color: #231815;
  line-height: 100%;
}
.main_cont_imp_q_cat img{
  width: 70px;
}
.main_cont_imp_q_name{
  font-size: 1vw;
  margin-top: 1%;
  color: #231815;
  line-height: 180%;
  font-weight: 600;
}

.bnrBox img{
  width: 100%;
  vertical-align: bottom;
}
.main_cont_imp_a {
  position: relative;
  width: 100%;
  top:0;
  left:0;
  bottom: 10%;
  right: 45%;
  line-height: 0;
}
.main_cont_imp_a_bg {
  width: 100%;
}
.main_cont_imp_a_innner {
    position: absolute;
    top: 0;
    left: 15%;
    bottom: 1%;
    right: 0;
    width: 46%;
}
.main_cont_imp_a_answer {
  margin-top: 8%;
  width: 40%;
}
.main_cont_imp_a_impcatch {
  margin-top: 3%;
  width: 90%;
}

.main_cont_imp_a_imptxt {
  margin-top: 5%;
  color: #231815;
  line-height: 180%;
}

.main_cont_imp_a_imptxt p{
  font-size: 1vw;
  line-height: 170%;
  font-weight: 600;
}
.main_cont_imp_a_imptxt p span{
  font-size: 1.5vw;
  line-height: 170%;
  font-weight: 900;
}

.main_cont_imp_a_impcheck {
  margin-top: 10%;
  font-size: 1.2rem;
  font-weight: bold;
}
.main_cont_imp_a_name {
  position: absolute;
  top: 88%;
  left: 80%;
  bottom: 0;
  right: 0;
  width: 10%;
  font-size: 1.4rem;
  color: #E60A11;
}
.main_cont_imp_last_bg {
  width: 100%;
}
.main_cont_imp_last_innner {
  position: absolute;
  top: 48%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.main_cont_imp_last_innner2 {
  position: absolute;
  top: 54%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.main_cont_imp_last_innner3 {
  position: absolute;
  top: 60%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.main_cont_imp_last_testrepo {
  font-size: 1.2rem;
  font-weight: normal;
  color: #E50A11;
  text-align: center;
}
.main_cont_imp_last_testrepo a{
  color: #E50A11;
}

.open {
  opacity: 1;
}

#skipbtn {
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 2;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (min-width:961px) and ( max-width:1200px) {
  .last_cont_imp_header { 
  width: 60%; 
  } 
  .last_cont_imp_logo { 
  padding-left: 35%;  
  } 
  .last_cont_imp_logo img { 
  max-width: 15%; 
  }
  .main_cont_imp_q_innner {
    width: 60%;
  }
  .main_cont_imp_q_imp1 {
    margin-top: 3vh;
  }
  .main_cont_imp_q_imptxt p, .main_cont_imp_a_imptxt p{
    font-size: 1vw;
  }
  .main_cont_imp_q_imptxt p span , .main_cont_imp_a_imptxt p span{
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .main_cont_imp_q_cat{
    font-size: 1vw;
    margin-top: 5%;
    color: #231815;
    line-height: 100%;
  }
  .main_cont_imp_q_cat img{
    width: 60px;
  }
  .main_cont_imp_q_name{
    font-size: 1vw;
    margin-top: 1%;
    color: #231815;
    line-height: 180%;
  }
  .main_cont_imp_q_imp1--2{
    margin-top: 6vh;
  }
  .last_cont_imp_logo {
    padding-left: 65%;
  }
  .last_cont_imp_logo img {
    max-width: 10%;
  }
}


@media screen and (min-width:1px) and ( max-width:960px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .left_photo {
    display: none;
  }
  .page_header {
    width: 100%;
    padding: 30px 0 10px 0;
  }
  .page_header li {
        padding: 5px 10px;
  }
  .page_header li a {
    font-size: 60%;
  }
  .main_cont {
    width: 100%;
  }
  .main_cont_innner_title {
    max-height: 15px;
  }
  .main_cont_innner_subtitle {
    max-height: 12px;
  }
  .main_cont_innner_titlelogo {
    max-height: 125px;
  }
  .imp_title_inner {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  }
  .main_cont_imp_q_innner {
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 1%;
    right: 0;
    width: 60%;
  }

  .main_cont{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .main_cont_inner {
    width: 100%;
    margin: 0 auto;
  }
  .right_cont {
    width: 90%;
    margin: 0 5%;
    padding-top: 80px;
  }
  .imp_cont_inner{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .imp_title_inner{
    width: 100%;
    padding: 0;
  }
  .main_cont_imp {
    width: 100%;
    padding: 0;
  }
  .main_cont_imp_header {
    width: 100%;
  }
  .main_cont_imp_header img {
    width: 100%;
  }
  .main_cont_imp_title {
    padding-left: 15%;
  }
  .main_cont_imp_q_imp1 {
    margin-top: 10%;
    font-size: 10px;
    margin-bottom: 0;
    width: 70%;
  }
  .main_cont_imp_q_imptxt, .main_cont_imp_a_imptxt{
    line-height: 100%;
  }
  .main_cont_imp_q_imptxt p,.main_cont_imp_a_imptxt p{
    font-size: 10px;
    line-height: 1.4;
  }
  .main_cont_imp_q_imptxt p span, .main_cont_imp_a_imptxt p span{
    font-size: 10px;
    line-height: 1.4;
  }
  .main_cont_imp_q_cat img ,.main_cont_imp_a_cat img {
    width: 40px;
  }
  .main_cont_imp_q_name{
    font-size: 10px;
    line-height: 1.4;
  }
  .last_cont_imp_header {
    width: 100%;
    left: 0;
  }
  .last_cont_imp_logo {
    padding-left: 40%;
  }
  .last_cont_imp_logo p {
    height: 50px;
  }
  .last_cont_imp_logo img {
    max-width: 15%;
  }
}