.kv-swiper {
  position: relative;
}
.kv-swiper .kv-text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 10;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", serif;
}
.kv-swiper .kv-text p:nth-of-type(1) {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 20px;
}
.kv-swiper .kv-text p:nth-of-type(2) {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.kv-swiper .kv-text p:nth-of-type(3) {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bnr-act {
  text-align: center;
  background-color: #31ae3e;
  vertical-align: middle;
}
.bnr-act a {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  padding: 20px;
  line-height: 4rem;
  display: block;
  vertical-align: middle;
  font-family: "Noto Sans JP", serif;
}
.bnr-act a span {
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: -3px;
  margin-left: 10px;
}
.bnr-act a span::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #31ae3e;
  border-right: 2px solid #31ae3e;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 6px;
}
.header-image .badge {
  width: 20%;
  max-width: 400px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  z-index: 10;
}
.header-image .badge.event_bnr {
  position: fixed;
  z-index: 10;
  transition: 0.5s;
}
.header-image .badge.event_bnr:hover {
  bottom: 20px;
}
.top_maker_list {
  max-width: 1240px;
  padding: 0 20px;
  margin: 40px auto 0;
  display: flex;
  column-gap: 2%;
  align-items: center;
  flex-wrap: wrap;
}
.top_maker_item {
  width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_maker_item p {
  font-size: 12px;
}
.information {
  max-width: 700px;
  padding-right: 0;
  border-right: none;
  background-image: linear-gradient(to right, #aaa 2px, transparent 2px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.information dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
  border-right: none;
  background-image: linear-gradient(to right, #555 2px, transparent 2px, transparent 5px);
  background-size: 5px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  padding: 16px 0;
}
.information dl.arrow {
  position: relative;
  transition: 0.3s;
}
.information dl.arrow:hover {
  color: #00a1e9;
}
.information dl.arrow:hover dd a {
  color: #00a1e9;
}
.information dl.arrow:hover:before {
  border-top: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  right: 15px;
}
.information dl.arrow:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s;
}
.information dt, .information dd {
  width: 15%;
  padding: 10px 0px;
  line-height: 2rem;
}
.information dd {
  width: 85%;
}
.information dd a {
  display: inline-block;
  width: 100%;
}
.information dd a.maker_link {
  display: inline;
  color: #00a1e9;
}
.information dd a.maker_link:hover {
  opacity: 0.6;
}
/* コンテンツナビ PC*/
#contents-navi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#contents-navi > div {
  width: 50%;
}
#contents-navi > div > div {}
#contents-navi > div > div a {
  display: block;
}
#contents-navi > div > div a:hover {
  transform: translateY(10px);
}
/* コンテンツナビ SP*/
#contents-navi-sp {
  margin-top: 40px;
}
.yokoku-wrap {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.5rem;
  border-top: 1px solid #CCCCCC;
}
dl.yokoku {
  text-align: left;
  display: flex;
  margin: 5px;
  align-items: center;
  letter-spacing: normal;
}
.yokoku dt {
  border: 1px solid #444;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.content .badge {
  display: none;
}
.tbn {
  display: none;
}
.itot-link {
  margin-top: 15px;
}
.itot-link a {
  display: block;
}
.itot-link a:hover {
  transform: translateY(10px);
}
.new {
  position: relative;
}
.new::before {
  content: 'NEW';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #d4145a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  z-index: 99;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:1200px) {
  .pcn {
    display: block;
  }
  .yokoku dd br {
    display: none;
  }
  .tbn {
    display: none;
  }
}
@media screen and (max-width:1000px) {
  .kv-swiper .kv-text p:first-child {
    font-size: 20px;
  }
  .kv-swiper .kv-text p:last-child {
    font-size: 36px;
  }
  .top_maker_list {
    column-gap: 3%;
    row-gap: 20px;
    justify-content: center;
  }
  .top_maker_item {
    width: 30%;
  }
}
@media screen and (max-width:768px) {
  .kv-swiper .kv-text p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .kv-swiper .kv-text p:nth-of-type(2) {
    font-size: 18px;
  }
  .kv-swiper .kv-text p:nth-of-type(3) {
    font-size: 24px;
  }
  .header-image .badge {
    display: none;
  }
  .bnr-act a {
    font-size: 2rem;
    padding: 10px;
    line-height: 3.2rem;
  }
  .cap-img {
    text-align: left;
  }
  .cap-img br {
    display: none;
  }
  .top_maker_list {
    row-gap: 12px;
  }
  .top_maker_item {
    width: 55%;
  }
.top_maker_item p{
	font-size: 11px;
	line-height: 14px;
  }
  .information {
    padding-top: 20px;
  }
  .information dt, .information dd {
    padding: 0px;
    width: 100%;
  }
  .information dt {
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .information dl.arrow:before {
    top: 35%;
  }
  /*
  .header-image .badge {
    display: none;
  }
*/
  .yokoku-wrap {
    width: 100%;
    position: static;
    font-size: 1.2rem;
  }
  dl.yokoku {
    display: block;
  }
  .yokoku dt {
    font-size: 1.3rem;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .content .badge {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .tbn {
    display: block;
  }
  .itot-link {
    margin-top: 10px;
  }
  .new::before {
    content: 'NEW';
    position: absolute;
    top: -10px;
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    background: #d4145a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50vh;
    z-index: 99;
  }
}
/* ===============================================================================
intro
=============================================================================== */
.intro-wrap {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 990;
}
.intro > picture:not(:first-child) {
  display: none;
}
.intro {
  background-color: #FFFFFF;
  opacity: 1;
}
.skip {
  border-radius: 3px;
  padding: 2px 10px;
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-color: #B20A0C;
  opacity: 1;
  cursor: pointer;
}
.end {
  transition: 3s all;
  transition-delay: 4s;
  opacity: 0;
}
.end2 {
  transition: 2s all;
  opacity: 0;
  z-index: 1;
}
.end-animation {
  transition: 7s all;
  z-index: 1;
}
/* ===============================================================================
model house slider
=============================================================================== */
.model_bnr {
  position: relative;
}
.model_bnr::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1
}
.model_bnr .bnr_text {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.model_bnr .bnr_text p:first-child {
  font-size: 60px;
  line-height: 1.2;
}
.model_bnr .bnr_text p:last-child {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 40px;
  position: relative;
}
.model_bnr .bnr_text p:last-child::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.model_bnr_wrap {
  display: inline-block;
  margin: 60px 0;
  width: 100%;
  height: 100%;
}
.bnr-event{
	max-width: 1240px;
	margin: 60px auto 0px;
	width: 95%;
}
.bnr-event a{
	display: block;	
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:768px) {
  .skip {
    right: 5px;
    top: 5px;
    bottom: auto;
  }
  .header-image .badge.event_bnr {
    width: 40%;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
  }
  .model_bnr_wrap {
    margin: 40px 0 0;
  }
  .model_bnr .bnr_text p:first-child {
    font-size: 30px;
  }
  .model_bnr .bnr_text p:last-child {
    margin-top: 20px;
  }
	.bnr-event{
	margin: 40px auto 0px;
}
}
/* ===============================================================================
youtube
=============================================================================== */
.youtube{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#cboxLoadedContent{
	height: auto !important;
}
#movie{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
#movie video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#cboxOverlay{
	background-color: #000000;	
}
#cboxLoadedContent{
	padding: 0px;	
}