  @charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(/lp/kozoo/pastlist/fonts/NotoSansCJKjp-Black.otf) format("opentype");
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

main {
  padding-bottom: 0;
}

#footer .l-footer_sharelist li {
  height: auto;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

.evt {
  visibility: hidden;
}

@media screen and (min-width: 746px) {
  #header {
    height: 65px;
  }
  #header .l-header_inner {
    padding-top: 12px;
  }
  .is-sp {
    display: none;
  }
  /*PC時のみ表示する画像*/
  .pc_img {
    display: inline;
  }
  .sp_img {
    display: none;
  }
}

@media screen and (max-width: 747px) {
  #header .l-header_inner {
    text-align: left;
  }
  .is-pc {
    display: none;
  }
  /*スマホ時のみ表示する画像*/
  .pc_img {
    display: none;
  }
  .sp_img {
    display: inline;
  }
}

.lp_wrap {
  background: #FFFFBD;
}

.lp_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 747px) {
  .lp_inner {
    padding: 0 2%;
  }
}

.lp_main {
  text-align: center;
  position: relative;
  margin-bottom: 5.5%;
}

.lp_main_ttl {
  background: url(/lp/kozoo/pastlist/img/bg_pattern01.png) repeat-x left bottom;
  padding: 42px 0 30px;
  margin-bottom: -90px;
}

.lp_main_img {
  width: 73%;
  position: relative;
  margin: 0 auto 60px;
}

.lp_main_img img.b {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .lp_main_ttl img {
    width: 46.46%;
  }
  .lp_main_ttl {
    padding: 4.5% 0 3.5%;
    margin-bottom: -8.5%;
  }
  .lp_main_img {
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 747px) {
  .lp_main {
    margin-bottom: 2%;
  }
  .lp_main_ttl {
    padding: 23% 0 4%;
  }
  .lp_main_img {
    margin: -20% auto 0;
  }
  .lp_main_ttl img {
    width: 100%;
  }
  .lp_main_img {
    width: 100%;
  }
}

.lp_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 2%;
}

@media screen and (max-width: 747px) {
  .lp_ttl {
    font-size: calc(100vw * 41 / 750);
    margin-bottom: 3%;
  }
}

.lp_nav a {
  display: block;
  float: left;
  width: 47%;
  background: #fff;
  margin-left: 1%;
  border: solid 2px #000;
  padding: 2% 3% 2em;
  margin-bottom: 5%;
  position: relative;
  padding-bottom: 6em;
  color: #000;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

.lp_nav a:nth-child(even) {
  float: right;
}

.lp_nav a:nth-child(odd) {
  clear: both;
}

.lp_nav a:hover dt em {
  background: #ff6000;
}

.lp_nav a:hover .lp_nav_more {
  border-color: #ff6000;
}

.lp_nav a:hover .lp_nav_more span {
  color: #ff6000;
}

.lp_nav a.b dt {
  color: #1BBF5D;
}

.lp_nav a.b:hover dt em {
  background: #1BBF5D;
}

.lp_nav a.b:hover .lp_nav_more {
  border-color: #1BBF5D;
}

.lp_nav a.b:hover .lp_nav_more span {
  color: #1BBF5D;
}

.lp_nav a.c dt {
  color: #fb55bc;
}

.lp_nav dt.new {
  position: relative;
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.lp_nav dt.new em::before {
  content: '';
  position: absolute;
  background: url(/lp/kozoo/pastlist/img/new.svg) no-repeat left center/contain;
  width: 7em;
  height: 100%;
  font-size: 24px;
  left: 8em;
  top: 0;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
}

.lp_nav dt.new.b em::before {
  left: 8.5em;
}

.lp_nav dt.new.c em::before {
  left: 9.5em;
}

.lp_nav a.c:hover dt em {
  background: #fb55bc;
}

.lp_nav a.c:hover .lp_nav_more {
  border-color: #fb55bc;
}

.lp_nav a.c:hover .lp_nav_more span {
  color: #fb55bc;
}

.lp_nav a.d dt {
  color: #00a8ff;
}

.lp_nav a.d:hover dt em {
  background: #00a8ff;
}

.lp_nav a.d:hover .lp_nav_more {
  border-color: #00a8ff;
}

.lp_nav a.d:hover .lp_nav_more span {
  color: #00a8ff;
}

.lp_nav a.e dt {
  color: #ff6f00;
}

.lp_nav a.e:hover dt em {
  background: #ff6f00;
}

.lp_nav a.e:hover .lp_nav_more {
  border-color: #ff6f00;
}

.lp_nav a.e:hover .lp_nav_more span {
  color: #ff6f00;
}

.lp_nav a.f dt {
  color: #0000fe;
}

.lp_nav a.f:hover dt em {
  background: #0000fe;
}

.lp_nav a.f:hover .lp_nav_more {
  border-color: #0000fe;
}

.lp_nav a.f:hover .lp_nav_more span {
  color: #0000fe;
}

.lp_nav a.g dt {
  color: #8e69cf;
}

.lp_nav a.g:hover dt em {
  background: #8e69cf;
}

.lp_nav a.g:hover .lp_nav_more {
  border-color: #8e69cf;
}

.lp_nav a.g:hover .lp_nav_more span {
  color: #8e69cf;
}

.lp_nav a.h dt {
  color: #b28146;
}

.lp_nav a.h:hover dt em {
  background: #b28146;
}

.lp_nav a.h:hover .lp_nav_more {
  border-color: #b28146;
}

.lp_nav a.h:hover .lp_nav_more span {
  color: #b28146;
}

.lp_nav a.i dt {
  color: #2350aa;
}

.lp_nav a.i:hover dt em {
  background: #2350aa;
}

.lp_nav a.i:hover .lp_nav_more {
  border-color: #2350aa;
}

.lp_nav a.i:hover .lp_nav_more span {
  color: #2350aa;
}

.lp_nav a.j dt {
  color: #8ac43f;
}

.lp_nav a.j:hover dt em {
  background: #8ac43f;
}

.lp_nav a.j:hover .lp_nav_more {
  border-color: #8ac43f;
}

.lp_nav a.j:hover .lp_nav_more span {
  color: #8ac43f;
}

.lp_nav a.k dt {
  color: #f5ad7f;
}

.lp_nav a.k:hover dt em {
  background: #f5ad7f;
}

.lp_nav a.k:hover .lp_nav_more {
  border-color: #f5ad7f;
}

.lp_nav a.k:hover .lp_nav_more span {
  color: #f5ad7f;
}

.lp_nav a.l dt {
  color: #7e0fff;
}

.lp_nav a.l:hover dt em {
  background: #7e0fff;
}

.lp_nav a.l:hover .lp_nav_more {
  border-color: #7e0fff;
}

.lp_nav a.l:hover .lp_nav_more span {
  color: #7e0fff;
}


.lp_nav a.m dt {
  color: #49bbbc;
}

.lp_nav a.m:hover dt em {
  background: #49bbbc;
}

.lp_nav a.m:hover .lp_nav_more {
  border-color: #49bbbc;
}

.lp_nav a.m:hover .lp_nav_more span {
  color: #49bbbc;
}
.lp_nav a.q dt {
  color: #f19a96;
}
.lp_nav a.q:hover dt em {
  background: #f19a96;
}

.lp_nav a.q:hover .lp_nav_more {
  border-color: #f19a96;
}

.lp_nav a.q:hover .lp_nav_more span {
  color: #f19a96;
}





.lp_nav dt {
  background: url(/lp/kozoo/pastlist/img/bg_pattern02.png) repeat-x left bottom;
  color: #ff6f00;
  margin-bottom: 4%;
  position: relative;
  font-weight: 900;
  text-align: center;
}

.lp_nav dt span {
  display: block;
  font-size: 25px;
  font-size: 32px;
  padding: 2.3em 0 .6em;
  text-indent: -.5em;
  letter-spacing: -.07em;
}

.lp_nav dt span i {
  font-style: normal;
  margin-right: -.5em;
}

.lp_nav dt em {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
  position: absolute;
  font-style: normal;
  left: -10%;
  top: 0;
  background: #000;
  color: #fff;
  padding: .2em 1.5em .2em 2em;
  font-size: 22px;
  letter-spacing: .5em;
}

.lp_nav p {
  font-size: 16px;
  font-size: 15px;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: -.03em;
  text-align: center;
}

.lp_nav dt {
  background: none;
  margin-bottom: -1.5em;
}

.lp_nav dl {
  height: auto !important;
}

.lp_nav dd p {
  display: none;
}

.lp_nav_more {
  margin-bottom: .5em;
}

.lp_nav_more {
  text-align: center;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  margin-top: 5%;
  position: absolute;
  width: 87%;
  bottom: 5%;
  -webkit-transition: border .2s ease-in;
  transition: border .2s ease-in;
}

.lp_nav_more span {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  display: block;
  padding: 2.5% 0 1.5%;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

.lp_nav_more img {
  margin: 0 2%;
  vertical-align: middle;
}

@media screen and (max-width: 747px) {
  .lp_nav a {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 6%;
    margin-bottom: 4%;
    height: auto !important;
  }
  .lp_nav a:nth-child(even) {
    float: none;
  }
  .lp_nav dt {
    white-space: nowrap;
  }
  .lp_nav dt.new em::before {
    left: 8em;
    font-size: calc(100vw * 36 / 750);
  }
  .lp_nav dt span {
    font-size: calc(100vw * 42 / 750);
    padding: 2.5em 0 .6em;
  }
  .lp_nav dt em {
    left: -7%;
    padding: .2em 1.2em .2em;
    font-size: calc(100vw * 38 / 750);
  }
  .lp_nav p {
    font-size: calc(100vw * 23 / 750);
  }
  .lp_nav_more {
    position: static;
    margin-top: 5%;
    width: auto;
  }
  .lp_nav_more span {
    font-size: calc(100vw * 26 / 750);
    padding: 2.5% 0 2%;
  }
  .lp_nav_more img {
    width: 5%;
  }
}

.lp_about {
  padding-bottom: 7%;
}

.lp_about .lp_ttl, .lp_nav .lp_ttl {
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
  padding: .7em 0;
  margin-bottom: 5%;
margin-top: -3%;
}

.lp_about_box_wrap {
  max-width: 778px;
  margin: 0 auto;
}

.lp_about_box {
  text-align: center;
  font-weight: bold;
}

.lp_about_box_wrap .music {
  clear: both;
  font-size: 17px;
  font-weight: normal;
  padding-top: 55px;
  text-align: center;
}

.lp_about_box_wrap .music span {
  vertical-align: baseline;
  font-weight: bold;
}

.lp_about p {
  font-size: 20px;
  font-weight: 800;
}

.lp_about p img {
  display: block;
  margin: 10px auto 0;
}

.lp_about dl {
  text-align: justify;
  font-size: 16px;
  line-height: 1.9375;
  margin-top: .7em;
  letter-spacing: -.08em;
  font-weight: 400;
}

.lp_about .voice {
  min-height: 330px;
  background: #d2f5e5;
  font-size: 16px;
  line-height: 1.9375;
  text-align: left;
  font-weight: 400;
  padding: 20px 29px;
  letter-spacing: -.06em;
}

.lp_about .voice strong {
  display: block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-bottom: .3em;
  margin-bottom: .4em;
  font-weight: bold;
}

.lp_about .voice strong::before {
  content: '';
  position: absolute;
  border-bottom: solid 1.2px #000;
  bottom: 0;
  width: 100%;
}

.lp_about .voice img {
  float: right;
  margin-left: 10px;
  z-index: 1;
  position: relative;
  margin-top: 0;
}

@media screen and (min-width: 746px) {
  .lp_about_box + .lp_about_box {
    float: right;
  }
  .lp_about_box {
    float: left;
    max-width: 328px;
  }
  .lp_about dl {
    height: 175px;
  }
}

@media screen and (max-width: 747px) {
  .lp_about {
    padding: 2% 0 10%;
  }
  .lp_about_box {
    float: none;
    width: auto;
    margin: 0 8%;
  }
  .lp_about_box img {
    width: 50%;
  }
  .lp_about_box + .lp_about_box {
    border-top: dotted 2px #000;
    padding-top: 12%;
    margin-top: 12%;
  }
  .lp_about p {
    font-size: calc(100vw * 36 / 750);
  }
  .lp_about p img {
    width: 7%;
    margin: 2% auto 0;
  }
  .lp_about dl {
    font-size: calc(100vw * 26 / 750);
    line-height: 1.73;
    margin-bottom: 3%;
  }
  .lp_about .voice {
    min-height: auto;
    font-size: calc(100vw * 26 / 750);
    padding: 2em 2.19em;
    line-height: 1.73;
  }
  .lp_about .voice strong {
    font-size: calc(100vw * 26 / 750);
  }
  .lp_about .voice img {
    font-size: inherit;
    width: 8.77em;
    margin-left: .38em;
  }
  .lp_about_box_wrap .music {
    font-size: calc(100vw * 26 / 750);
    margin: 0 8%;
  }
}

.h_menu {
  display: none;
}

@media screen and (min-width: 748px) {
  #toggle_menu {
    display: none !important;
  }
}

@media screen and (max-width: 747px) {
  .h_menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    cursor: pointer;
  }
  .h_close {
    display: block;
    width: 60px;
    margin-left: auto;
    cursor: pointer;
  }
  .h_nav {
    border-top: solid 1px #000;
  }
  .h_nav + img {
    display: block;
    margin: 15% auto;
    width: 20%;
  }
  .h_nav a {
    font-size: calc(100vw * 28 / 750);
    display: block;
    color: #000;
    font-weight: bold;
    padding: 1em .5em;
    border-bottom: solid 1px #000;
  }
  .h_nav a::before {
    content: '＞';
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFBD;
  }
  .h_sp_inner {
    overflow-y: auto;
  }
  body.open {
    overflow-y: hidden;
  }
}

.lp_head {
  text-align: center;
  background: url(/lp/kozoo/pastlist/img/bg_pattern02.png) repeat-x left bottom;
  padding: 1.8em 0 2em;
  margin-bottom: 3em;
}

.lp_ttl2 {
  text-align: center;
  margin-bottom: 3.5em;
}

.lp_ttl2 span {
  background: url(/lp/kozoo/pastlist/img/bg_pattern03.svg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 31px;
  color: #fff;
  display: inline-block;
  padding: .5em 1.2em;
}

.lp_ttl2.large span {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern03_l.svg);
  width: 859px;
  max-width: 100%;
}

.lp_ttl2.f span {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern03-2.svg);
  font-size: 43px;
  width: 563px;
  max-width: 100%;
  padding: .8em 1.2em;
  letter-spacing: .2em;
}

.lp_ttl3.f span {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern03-3.svg);
  font-size: 43px;
  width: 563px;
  max-width: 100%;
  padding: .8em 1.2em;
  letter-spacing: .2em;
}

.lp_ttl2.l span {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern03-3.svg);
  font-size: 43px;
  width: 563px;
  max-width: 100%;
  padding: .8em 1em;
  letter-spacing: .0em;
}

.lp_ttl2 small {
  display: block;
  font-size: 25px;
}

@media screen and (max-width: 747px) {
  .lp_ttl2.large span {
    background-image: url(/lp/kozoo/pastlist/img/bg_pattern03_l_sp.svg);
  }
  .lp_ttl2.l span {
    font-size: 7.1vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 747px) {
  .lp_head {
    padding: 5% 0;
    margin-bottom: 7%;
  }
  .lp_ttl2 {
    margin-bottom: 6%;
  }
  .lp_ttl2 span {
    font-size: calc(100vw * 36 / 750);
    display: block;
    padding: .8em 0;
    letter-spacing: -.03em;
  }
  .lp_ttl2 small {
    font-size: calc(100vw * 31 / 750);
  }
  .lp_ttl2.b span {
    font-size: calc(100vw * 33 / 750);
  }
}

.lp_lead {
  text-align: center;
  position: relative;
}

.lp_lead.b p em {
  color: #1BBF5D;
}

.lp_lead.c p em {
  color: #fb55bc;
}

.lp_lead.d p em {
  color: #00a8ff;
}

.lp_lead.e p em {
  color: #ff6f00;
}

.lp_lead.f p em {
  color: #0000fe;
}

.lp_lead.f2 p em {
  color: #7e0fff;
}

.lp_lead.g p em {
  color: #8e69cf;
}

.lp_lead.h p em {
  color: #b28146;
}

.lp_lead.i p em {
  color: #2350aa;
}

.lp_lead.j p em {
  color: #8ac43f;
}

.lp_lead.k p em {
  color: #f5ad7f;
}


.lp_lead.m p em {
  color: #49bbbc;
}

.lp_lead.n p em {
  color: #ff6000;
}

.lp_lead.o p em {
 color:#9378bc;
}
.lp_lead.q p em {
  color:#F19A96;
 }

.lp_lead p {
  font-size: 23px;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
}

.lp_lead p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
  background: -webkit-linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
}

.lp_lead p em {
  font-style: normal;
  color: #FF0000;
}

.lp_lead p small {
  font-size: 78%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .lp_lead p {
    font-size: calc(100vw * 21 / 1000);
  }
}

@media screen and (max-width: 747px) {
  .lp_lead p {
    font-size: calc(100vw * 26 / 750);
  }
  .lp_lead_img01 {
    width: 100%;
  }
  .lp_lead_img03 {
    width: 100%;
  }
}

.lp_faq {
  max-width: 850px;
  margin: 0 auto;
}


.lp_faq.b dd p {
  background: #E5FAF0;
}

.lp_faq.b dd p img {
  display: block;
  width: 100%;
}

.lp_faq.b dt em {
  background: #38b05c;
}

.lp_faq.b dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-2.png);
}

.lp_faq.c, .lp_faq.d {
  margin-bottom: 80px;
}

.lp_faq.c dd p {
  background: #e5faf0;
}

.lp_faq.c dd p img {
  display: block;
  width: 100%;
}

.lp_faq.c dt em {
  background: #fb55bc;
}

.lp_faq.c dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-3.png);
}

.lp_faq.d dd p {
  background: #e5faf0;
}

.lp_faq.d dd p img {
  display: block;
  width: 100%;
}

.lp_faq.d dt em {
  background: #00a8ff;
}

.lp_faq.d dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-4.png);
}

.lp_faq.e {
  margin-bottom: 100px;
}

.lp_faq.e dd p {
  background: #e5faf0;
}

.lp_faq.e dd p img {
  display: block;
  width: 100%;
}

.lp_faq.e dt em {
  background: #ff6f00;
}

.lp_faq.e dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-5.png);
}

.lp_faq.g dt em {
  background: #8e69cf;
}

.lp_faq.g dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-7.png);
}

@media screen and (max-width: 747px) {
  .lp_faq.g dt em::before {
    background: none;
    border-style: solid;
    border-width: 0 17px 17px 0;
    border-color: transparent #8e69cf transparent transparent;
  }
}

.lp_faq.h dt em {
  background: #b28146;
}

.lp_faq.h dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-8.png);
}

.lp_faq.h dt em a {
  background: #fff;
  color: #d71618;
  padding: 0 .5em;
}

.lp_faq.h dt em a:hover {
  color: #e7b500;
}

.lp_faq.i dt em {
  background: #2350aa;
}

.lp_faq.i dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-9.png);
}

.lp_faq.i dt em span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(transparent 0%, rgba(255, 255, 255, 0.3) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.3) 0%);
}

@media screen and (max-width: 747px) {
  .lp_faq.i dt.test em::before {
    background: none;
    border-style: solid;
    border-width: 0 17px 17px 0;
    border-color: transparent #2350aa transparent transparent;
  }
}

.lp_faq.j dt em {
  background: #8ac43f;
}

.lp_faq.j dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-10.png);
}

.lp_faq.j dt em a {
  background: #fff;
  color: #d71618;
  padding: 0 .5em;
}

.lp_faq.j dt em a:hover {
  color: #e7b500;
}

.lp_faq.k dt em {
  background: #f5ad7f;
}

.lp_faq.k dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-11.png);
}

.lp_faq.k dt em a {
  background: #fff;
  color: #d71618;
  padding: 0 .5em;
}

.lp_faq.k dt em a:hover {
  color: #e7b500;
}


.lp_faq.m dt em {
  background: #49bbbc;
}

.lp_faq.m dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-13.png);
}

.lp_faq.m dt em a {
  background: #fff;
  color: #d71618;
  /* padding: 0 .5em; */
}

.lp_faq.m dt em a:hover {
  color: #e7b500;
}

.lp_faq.n dt em {
  background: #ff6000;
}

.lp_faq.n dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-14.png);
}

.lp_faq.n dt em a {
  background: #fff;
  color: #d71618;
  /* padding: 0 .5em; */
}

.lp_faq.n dt em a:hover {
  color: #e7b500;
}

.lp_faq.o dt em {
  background: #9378bc;
}

.lp_faq.o dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-15.png);
}

.lp_faq.o dt em a {
  background: #fff;
  color: #d71618;
  /* padding: 0 .5em; */
}

.lp_faq.o dt em a:hover {
  color: #e7b500;
}



.lp_faq.q dt em {
  background: #F19A96;
}

.lp_faq.q dt em::before {
  background-image: url(/lp/kozoo/pastlist/img/bg_pattern04-16.png);
}


.lp_faq dt {
  position: relative;
  margin: 4.5em 0 2em;
  text-align: center;
}

.lp_faq dt figure {
  width: 17.1875%;
}

.lp_faq dt .img_box {
  width: 40%;
  margin: 0 auto;
}

.lp_faq dt .img_box_2 {
  width: 52%;
  margin: 0 auto;
}

.lp_faq dt .img_k {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 190px;
}



.lp_faq dt .img_y {
  position: absolute;
  left: 0;
  bottom: -45px;
}

.lp_faq img.c {
  display: none;
}

.lp_faq dt em {
  font-style: normal;
  display: block;
  width: 18.8em;
  width: 480px;
  margin: 0 auto;
  font-size: 25px;
  background: #FF0000;
  color: #fff;
  border-radius: .4em;
  padding: .7em 1em;
  font-weight: bold;
  letter-spacing: -.05em;
  position: relative;
}

.lp_faq dt em small {
  font-size: 72%;
  display: block;
  font-weight: normal;
  letter-spacing: -.05em;
}

.lp_faq dt super, .lp_faq dd super {
  font-size: 72%;
vertical-align: top;
}

.lp_faq dt sub, .lp_faq dd sub {
  vertical-align: bottom;
}

.lp_faq em i {
  font-style: normal;
  margin-left: -.5em;
}

.lp_faq dt em::before {
  content: '';
  background: url(/lp/kozoo/pastlist/img/bg_pattern04.png);
  background-size: contain;
  position: absolute;
  bottom: -.68em;
  width: .68em;
  height: .68em;
  right: 1.5em;
}

.lp_faq dd p {
  background: rgba(210, 245, 229, 0.6);
  padding: 5%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  border-radius: .5em;
}

.lp_faq dd p.b {
  background: #c2eaff;
}

.lp_faq dd p small {
  font-size: 16px;
  font-weight: 300;
}

.lp_faq dd p.pick {
  background: #66ccff;
}

.lp_faq dd p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
  background: -webkit-linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
}

.lp_faq dd p.pick span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff52d));
  background: -webkit-linear-gradient(transparent 0%, #fff52d 0%);
  background: linear-gradient(transparent 0%, #fff52d 0%);
}

.lp_faq dd p.pick .fw_300 {
  background: none;
  font-weight: 300;
}

.lp_faq dd div.mt {
  margin-top: 50px;
}

.lp_faq dd img.d01 {
  margin-bottom: -20px;
}

.lp_faq_img01 img {
  display: block;
  margin: 50px auto 0;
}

.lp_faq_img01-2 img {
  width: 106%;
  max-width: none;
  margin: 50px auto 0;
  margin-left: -3%;
}

.lp_faq .sub {
  background: #FFFAC6 !important;
  border: solid 1px #595757;
  padding: .1em;
  text-align: center;
  border-radius: 0;
  margin: 2.5em 0 2em;
}

.lp_faq .sub em {
  font-style: normal;
}

.lp_faq .sub em.a {
  color: #1bbf5d;
}

.lp_faq .sub em.b {
  color: #66ccff;
}

.lp_faq .sub em.c {
  color: #c40024;
}

.lp_faq .baloon {
  background: url(/lp/kozoo/pastlist/img/bg_balloon01.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 24px;
  width: 15.83em;
  height: 5.9583em;
  color: #fff;
  padding: .7em 0 0 1.6em;
  margin: 3%;
}

.lp_faq .source {
  background: none;
  padding: 0;
  text-align: right;
}

.lp_faq .source small {
  display: inline-block;
  text-align: left;
  text-align: right;
  font-size: 15px;
}

.lp_faq_img02 {
  position: relative;
  width: 75.3%;
  margin: 0 auto;
}

.lp_faq_img02 img.a {
  position: absolute;
  left: -22%;
  bottom: 3%;
  width: 23%;
}

.lp_faq_img02 img.c {
  position: absolute;
  right: 0;
  margin-top: 3%;
  width: 32%;
}

.lp_faq .chara {
  display: none;
}

@media screen and (max-width: 890px) {
  .lp_faq .baloon {
    font-size: calc(100vw * 24 / 890);
  }
  .lp_faq .source small {
    font-size: calc(100vw * 15 / 890);
  }
}

@media screen and (max-width: 747px) {
  .lp_faq dt {
    margin: 10% 0 6%;
  }
  .lp_faq dt .img_k, .lp_faq dd .img_y {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  .lp_faq dt .img_k {
    position: static;
    text-align: right;
  }
  .lp_faq dt .img_box,
  .lp_faq dt .img_box_2 {
    width: 96%;
    text-align: right;
  }
  .lp_faq figure img {
    width: 23%;
  }
  .lp_faq dt em {
    width: auto;
    font-size: calc(100vw * 35 / 750);
  }
  .lp_faq dt em::before {
    right: 5em;
  }
  .lp_faq dd p {
    padding: 7% 7%;
    font-size: calc(100vw * 29 / 750);
  }
  .lp_faq dd p small {
    font-size: calc(100vw * 24 / 750);
  }
  .lp_faq dd p.b {
    border-radius: .5em .5em 0 0;
  }
  .lp_faq_img01 {
    background: rgba(210, 245, 229, 0.6);
    padding-bottom: 7%;
    border-radius: 0 0 1em 1em;
  }
  .lp_faq_img01 img {
    width: 85%;
    margin: 0 auto;
  }
  .lp_faq_img01-2 img {
    width: 100%;
    margin: 10% auto 0;
    margin-left: 0;
  }
  .lp_faq .sub {
    margin: 2em 0 1.5em;
    font-size: calc(100vw * 30 / 750);
    letter-spacing: -.02em;
  }
  .lp_faq .baloon {
    font-size: calc(100vw * 24 / 750);
    padding: .7em 0 0 1.6em;
    margin: 8% 20% 1%;
  }
  .lp_faq .source small {
    font-size: calc(100vw * 18 / 750);
  }
  .lp_faq_img02 {
    width: 100%;
  }
  .lp_faq_img02 img.a {
    left: -1%;
    bottom: 3%;
    width: 22%;
  }
  .lp_faq_img02 img.c {
    right: -2%;
    bottom: 12%;
    width: 25%;
  }
  .lp_faq dd img.d01 {
    width: 25%;
  }
}

.lp_qa {
  margin: 6em 0;
}

.lp_qa_ttl {
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
  margin-bottom: 3em;
}

.lp_qa_ttl img {
  display: block;
  margin: 0 auto;
}

.lp_qa dl {
  font-size: 22px;
  max-width: 740px;
  margin: 0 auto;
  font-weight: bold;
}

.lp_qa dl > * {
  position: relative;
  padding: 1em 0;
  padding-left: 150px;
  line-height: 2;
}

.lp_qa dl img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.lp_qa dt {
  margin-bottom: 1em;
}

.lp_qa dd span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
  background: -webkit-linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
}

@media screen and (max-width: 747px) {
  .lp_qa {
    margin: 12% 0;
  }
  .lp_qa_ttl {
    margin-bottom: 5%;
  }
  .lp_qa dl {
    font-size: calc(100vw * 25 / 750);
  }
  .lp_qa dl > * {
    padding: .5em 0;
    padding-left: 23%;
    letter-spacing: -.02em;
  }
  .lp_qa dl img {
    width: 20%;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .lp_qa dt {
    margin-bottom: 2em;
  }
}

.ex_bg {
  background: #c1def6;
  border-radius: 2em;
  padding: 2em 0 .1em;
  margin-bottom: 3em;
}

@media screen and (max-width: 747px) {
  .ex_bg {
    margin: 0 -5% 3em;
    padding: 2em 5%;
  }
  .lp_inner {
    overflow: hidden;
  }
}

.ex_ttl {
  text-align: center;
  margin: 0 auto 2em;
}

.ex_ttl i {
  display: block;
  font-style: normal;
  margin-bottom: .5em;
  color: #2CA6E0;
}

.ex_ttl small {
  display: block;
  text-align: right;
  margin-top: .5em;
}

.ex_faq {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 15%;
}

.ex_faq dt {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2%;
}

@media screen and (min-width: 748px) {
  .sp_visible {
    display: none !important;
  }
}

@media screen and (max-width: 747px) {
  .pc_visible {
    display: none !important;
  }
  .ex_faq.lastdt {
    margin-bottom: 0;
  }
}

.ex_faq dt span {
  display: block;
  background: #e5faf0;
  color: #000;
  position: relative;
  border-radius: .3em;
  font-size: 20px;
  font-weight: bold;
  padding: 2em 2em 2em;
  line-height: 1.8;
}

.ex_faq dt span::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #e5faf0 transparent transparent transparent;
  bottom: -25px;
  left: 167px;
}

.ex_faq dt span.b {
  background: #ceffe7;
}

.ex_faq dt span.b::before {
  border-color: #ceffe7 transparent transparent transparent;
}

.ex_faq dt img {
  display: block;
  margin-left: 50px;
}

.ex_faq sup {
  font-size: 70%;
}

.ex_faq dd {
  margin-bottom: 2%;
  position: relative;
}

.ex_faq dd p {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: .3em;
  background: #215bff;
  font-size: 20px;
  font-weight: bold;
  padding: 2.5em 2em 2em;
  line-height: 1.8;
  color: #fff;
}

.ex_faq2 dd p {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: .3em;
  background: #7e0fff;
  font-size: 20px;
  font-weight: bold;
  padding: 2.5em 2em 2em;
  line-height: 1.8;
  color: #fff;
}

.ex_faq em {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
  background: -webkit-linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 255, 0, 0.5) 0%);
  font-style: normal;
}

@media screen and (max-width: 747px) {
  .ex_ttl small {
    font-size: calc(100vw * 25 / 750);
  }
  .ex_faq dt span {
    font-size: calc(100vw * 29 / 750);
  }
  .ex_faq dd p {
    font-size: calc(100vw * 29 / 750);
  }
  .ex_faq dd small {
    font-size: calc(100vw * 25 / 750);
  }
}

.ex_faq dd p::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #215bff transparent transparent;
  bottom: -25px;
  right: 20%;
}

.ex_faq dd p.b {
  background: #7e0fff;
  padding: 1.8em 2em;
}

.ex_faq dd p.b::before {
  border-color: transparent #7e0fff transparent transparent;
}

@media screen and (max-width: 747px) {
  .ex_faq dd p.b {
    padding: 1.8em 2em;
  }
  .ex_faq dt span.mb {
    margin-bottom: 1.8em;
  }
}

.ex_faq dd small {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.ex_faq dd > img {
  display: block;
  margin: 3% auto;
}

.ex_faq dd > img.ex03 {
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ex_faq dd .chara {
  text-align: right;
  width: 700px;
  max-width: 100%;
  margin: 30px auto 0;
}

.ex_faq dd .chara img {
  margin-right: 50px;
}

.ex_link,
.ex_link2 {
  text-align: center;
  margin-bottom: 50px;
}

.ex_link a {
  color: #2CA6E0;
  display: inline-block;
  border-bottom: dashed 2px #2CA6E0;
  font-size: 20px;
  font-weight: bold;
}

.ex_link img, .ex_link2 img {
  margin: 0 5px;
  vertical-align: middle;
}

.ex_link2 a {
  color: #fff;
  display: inline-block;
  background: #2CA6E0;
  font-size: 20px;
  font-weight: bold;
  border-radius: .5em;
  padding: .3em 1em;
}

.ex_link2.b span {
  font-weight: bold;
  font-size: 18px;
}

.ex_link2.b + .ex_link2.b {
  margin-top: -25px;
}

@media screen and (min-width: 748px) {
  .ex_link2.b {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .ex_link2.b span {
    display: inline-block;
    width: 22em;
    text-align: left;
  }
}

@media screen and (max-width: 747px) {
  .ex_link2.b span {
    display: block;
    margin-bottom: .5em;
    font-size: 4vw;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.img_figure08-6 {
  position: relative;
}

.img_figure08-6 a {
  display: block;
  position: absolute;
  bottom: 2.8%;
  width: 50%;
}

.img_figure08-6 a.b {
  left: 50%;
}

.img_figure08-6 a img {
  opacity: 0;
}

.img_figure08-6 a:hover img {
  opacity: 1;
}

@media screen and (max-width: 747px) {
  .img_figure08-6 a.b {
    width: 68.5%;
    left: 16.1%;
    bottom: 3%;
  }
  .img_figure08-6 a {
    width: 68.5%;
    left: 16.1%;
    bottom: 53.5%;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.lp_msg {
  margin: -1em auto 5em;
  width: 473px;
  background: #e5faf0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  padding: .6em 0;
  letter-spacing: -.08em;
  font-weight: 500;
}
@media screen and (min-width: 748px) {
  .lp_msg {
    margin-bottom: 3em;
  }
}

.lp_msg::before {
  content: '';
  position: absolute;
  background: url(/lp/kozoo/pastlist/img/lp_msg_pattern.png) no-repeat;
  background-size: contain;
  width: 2em;
  height: 1.6em;
  bottom: -1.55em;
  left: 6.5em;
}
@media screen and (min-width: 748px) {
  .lp_msg::before {
    content: '';
    position: absolute;
    background: url(/lp/kozoo/pastlist/img/lp_msg_pattern.png) no-repeat;
    background-size: contain;
    width: 2em;
    height: 1.6em;
    bottom: 1.45em;
    left: -1.5em;
    transform: rotate(180deg);
  }
}

.lp_msg img {
  position: absolute;
  font-size: inherit;
  left: -8.25em;
  bottom: -2em;
}

@media screen and (max-width: 747px) {
  .lp_msg {
    font-size: calc(100vw * 36 / 750);
    margin: 0 5% 5em;
    width: auto;
    padding: 1em 0;
  }
  .lp_msg img {
    width: 5.69em;
    left: -.5em;
    bottom: -3em;
  }
}

.lp_anim .lp_ttl {
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
  padding: .7em 0;
  margin-bottom: 7%;
}

.lp_anim .link a {
  color: #000;
  font-weight: bold;
}

.lp_anim .link {
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
}

@media screen and (max-width: 747px) {
  .lp_anim .link {
    font-size: 3.5vw;
  }
}

.lp_nav {
  margin-top: 90px;
}

.lp_about {
  margin-top: 90px;
}

.lp_anim {
  margin-top: 40px;
}
@media screen and (min-width: 748px) {
  .lp_anim {
    margin-top: 80px;
  }
}

@media screen and (max-width: 747px) {
  .lp_nav {
    margin-top: 15%;
  }
  .lp_about {
    margin-top: 15%;
  }
  .lp_anim {
    margin-top: 14%;
  }
}

.lp_anim_box {
  max-width: 560px;
  margin: 0 auto;
}

.lp_anim dd {
  position: relative;
  padding-top: 56.25%;
}

.lp_anim iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lp_anim p.a {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.06em;
  margin: -1em -1em;
  text-align: center;
  white-space: nowrap;
}

.lp_anim dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: .2em;
}

.lp_anim p.b {
  font-size: 22px;
  font-weight: 900;
  color: #008875;
  letter-spacing: -.08em;
  margin-top: .2em;
}

.lp_anim dd + dt {
  margin-top: 1.9em;
}

@media screen and (max-width: 747px) {
  .lp_anim p.a {
    font-size: calc(100vw * 36 / 750);
  }
  .lp_anim dt, .lp_anim p.b {
    font-size: calc(100vw * 30 / 750);
  }
  .lp_anim {
    margin-bottom: 15%;
  }
}

#footer .l-footer_sharelist li:nth-child(1) img {
  height: 20px;
  max-width: none;
}

#footer .l-footer_sharelist li:nth-child(3) img {
  height: 20px;
  max-width: none;
}

/* スタイル追加 7/21 */
.date {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  font-weight: 600;
}

@media screen and (max-width: 747px) {
  .date {
    width: 100%;
    position: relative;
    top: 14px;
    font-size: 13px;
  }
}

.date.ex {
  width: 563px;
}

@media screen and (max-width: 747px) {
  .date.n12 {
    top: 0px;
  }
}
@media screen and (max-width: 747px) {
  .date.ex {
    top: 23px;
  }
}

.date.ex2 {
  width: 563px;
}

@media screen and (max-width: 747px) {
  .date.ex2 {
    top: 0;
  }
}

.date.n9 {
  width: 735px;
}

@media screen and (max-width: 747px) {
  .date.n9 {
    top: 9px;
  }
}

.date.n8 {
  width: 601px;
}

@media screen and (max-width: 747px) {
  .date.n8 {
    top: 10px;
  }
}

.date.n7 {
  width: 632px;
}

@media screen and (max-width: 747px) {
  .date.n7 {
    top: 10px;
  }
}

.date.n6 {
  width: 663px;
}

@media screen and (max-width: 747px) {
  .date.n6 {
    top: 10px;
  }
}

.date.n5 {
  width: 632px;
}

@media screen and (max-width: 747px) {
  .date.n5 {
    top: 10px;
  }
}

.date.n4 {
  width: 632px;
}

@media screen and (max-width: 747px) {
  .date.n4 {
    top: 10px;
  }
}

.date.n3 {
  width: 570px;
}

@media screen and (max-width: 747px) {
  .date.n3 {
    top: 10px;
  }
}

.date.n2 {
  width: 654px;
}

@media screen and (max-width: 747px) {
  .date.n2 {
    top: 10px;
  }
}

.date.n1 {
  width: 663px;
}

@media screen and (max-width: 747px) {
  .date.n1 {
    top: 10px;
  }
}

.lp_new .lp_ttl {
  border-top: dotted 2px #000;
  border-bottom: dotted 2px #000;
  padding: .7em 0;
  margin-bottom: 7%;
}

.lp_new dl {
  padding: 0 180px 0 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
}

.lp_new dt span {
	display: inline-block;
	width: 1.1em;
	text-align: right;
}

@media screen and (max-width: 747px) {
  .lp_new dl {
    padding: 0 2.7%;
    display: block;
  }
}

@media screen and (max-width: 747px) {
  .lp_new dl dt {
    display: inline-block;
    font-size: 12px;
    vertical-align: bottom;
  }
}

.lp_new dl dt.new {
  position: relative;
}

.lp_new dl dt.new::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90%;
  content: "";
  display: block;
  width: 100px;
  height: 34px;
  background-image: url(/lp/kozoo/pastlist/img/icon_new.png);
}

@media screen and (max-width: 747px) {
  .lp_new dl dt.new::before {
    display: none;
  }
}

@media screen and (max-width: 747px) {
  .lp_new dl dt.new::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -90%;
    content: "";
    width: 50px;
    height: 17px;
    background-image: url(/lp/kozoo/pastlist/img/icon_new_sp.png);
    background-size: cover;
  }
}

.lp_new dl dd {
  margin-left: 20px;
}

@media screen and (max-width: 747px) {
  .lp_new dl dd {
    margin-left: 0;
    font-size: 16px;
  }
}

.lp_new dl + dl {
  margin-top: 20px;
}

@media screen and (max-width: 747px) {
  .lp_new dl + dl {
    margin-top: 15px;
  }
}

.lp_nav a.new {
  float: none;
  margin: 0 auto;
}

.archive_list {
  margin-top: 38px;
}

.archive_list li + li {
  margin-top: 18px;
}

.archive_list li a {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  float: none;
}

.archive_list li a dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 747px) {
  .archive_list li a dl {
    display: block;
    background-color: #FFFFBD;
  }
}

.archive_list li a dl.n dd {
  color: #ff6000;
}

.archive_list li a dl.m dd {
  color: #49bbbc;
}

.archive_list li a dl.l dd {
  color: #7e0fff;
}

.archive_list li a dl.k dd {
  color: #f5ad7f;
}

.archive_list li a dl.j dd {
  color: #8ac43f;
}

.archive_list li a dl.i dd {
  color: #2350aa;
}

.archive_list li a dl.h dd {
  color: #b28146;
}

.archive_list li a dl.g dd {
  color: #8e69cf;
}

.archive_list li a dl.f dd {
  color: #0000fe;
}

.archive_list li a dl.e dd {
  color: #ff6f00;
}

.archive_list li a dl.d dd {
  color: #00a8ff;
}

.archive_list li a dl.c dd {
  color: #fb55bc;
}

.archive_list li a dl.b dd {
  color: #1BBF5D;
}

.archive_list li a dl:hover.m dt {
  background-color: #49bbbc;
}

.archive_list li a dl:hover.l dt {
  background-color: #7e0fff;
}

.archive_list li a dl:hover.k dt {
  background-color: #f5ad7f;
}

.archive_list li a dl:hover.j dt {
  background-color: #8ac43f;
}

.archive_list li a dl:hover.i dt {
  background-color: #2350aa;
}

.archive_list li a dl:hover.h dt {
  background-color: #b28146;
}

.archive_list li a dl:hover.g dt {
  background-color: #8e69cf;
}

.archive_list li a dl:hover.f dt {
  background-color: #0000fe;
}

.archive_list li a dl:hover.e dt {
  background-color: #ff6f00;
}

.archive_list li a dl:hover.d dt {
  background-color: #00a8ff;
}

.archive_list li a dl:hover.c dt {
  background-color: #fb55bc;
}

.archive_list li a dl:hover.b dt {
  background-color: #1BBF5D;
}

.archive_list li a dl:hover dt {
  background-color: #FF0000;
}

.archive_list li a dl dt {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
  width: 164px;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  position: static;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 747px) {
  .archive_list li a dl dt {
    width: 23%;
    font-size: 12px;
    padding: 5px 0;
  }
}

.archive_list li a dl dd {
  color: #FF0000;
  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;
  width: 82.916%;
  font-size: 24px;
  font-weight: 900;
  padding-left: 35px;
}

.archive_list li a dl dd sub {
  font-size: 14px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 747px) {
  .archive_list li a dl dd sub {
    font-size: 10px;
    position: relative;
    top: -4px;
  }
}

@media screen and (max-width: 747px) {
  .archive_list li a dl dd {
    background-color: #fff;
    width: 100%;
    border: 2px solid #000;
    font-size: 16px;
    padding: 3.5px 2%;
    display: block;
  }
}

.lp_anim_box {
  max-width: 100%;
}

.lp_anim_box .box-top {
  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 screen and (max-width: 747px) {
  .lp_anim_box .box-top {
    display: block;
  }
}

.lp_anim_box .box-top .box {
  width: 466px;
  max-width: 48%;
}

@media screen and (max-width: 747px) {
  .lp_anim_box .box-top .box {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 747px) {
  .lp_anim_box .box-top .box + .box {
    margin-top: 30px;
  }
}

.lp_anim_box .box-top .box .a {
  text-align: left;
  margin: 0;
  white-space: normal;
  font-weight: 500;
}

.lp_anim_box .box-top .box .a img {
  width: 18%;
  animation: Flash1 1s infinite;
}

.lp_anim_box .box-top .box .movie-wrap {
  margin-top: 21px;
  position: relative;
  padding-top: 56.25%;
}
.tv-cm{
  width:50%;
  display:block;
  margin:0 auto;
  margin-top:3em;
   
}

@media screen and (max-width: 747px) {
  .lp_anim_box .box-top .box .movie-wrap {
    margin-top: 10px;
  }
.tv-cm{
  width:100%;
  margin-top:2em;

 }
 
}

.lp_anim_box .link {
  text-align: center;
}

@media screen and (max-width: 747px) {
  .lp_anim_box .link {
    text-align: center;
  }
}

.lp_anim p.a {
  margin-top: 30px;
}


.movie-list {
  margin-top: 40px;
  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 screen and (max-width: 747px) {
  .movie-list {
    display: block;
  }
}

.movie-list .movie-box {
  width: 312px;
  max-width: 32%;
}

@media screen and (max-width: 747px) {
  .movie-list .movie-box {
    width: 100%;
    max-width: 100%;
  }
}

.movie-list .movie-box dt {
  margin-top: 21px;
  margin-bottom: 5px;
  font-size: 16px;
    letter-spacing: -0.01rem
}

@media screen and (max-width: 747px) {
  .movie-list .movie-box dt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 747px) {
  .movie-list .movie-box + .movie-box {
    margin-top: 30px;
  }

  
}

@media screen and (min-width: 748px) {
  .lp_new .lp_ttl {
    margin-bottom: 3%;
  }
  .lp_anim .lp_ttl {
    margin-bottom: 3%;
  }
 
}
.red {
  color: #FF0000;
}
.lp_faq.m dt em a {
  background: none;
}

.tv{
 text-align:left;
}
/*# sourceMappingURL=style.css.map */