  @charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.74vw;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  line-height: 1.8em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@font-face {
  font-family: "ZenKakuGothic";
  src: url("/lp/kozoo/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ZenKakuGothic";
  src: url("/lp/kozoo/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenKakuGothic";
  src: url("/lp/kozoo/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("/lp/kozoo/fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  font-family: "ZenKakuGothic", sans-serif;
  font-weight: 300;
}

.zenkaku {
  font-family: "ZenKakuGothic", sans-serif;
}

.lineseed {
  font-family: "LINESeedJP", sans-serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  span.set-block {
    display: inline-block;
  }
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body {
  position: relative;
  z-index: 0;
}

main {
  background: url(/lp/kozoo/myimg/main-bg_sp.png);
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  main {
    background: url(/lp/kozoo/myimg/main-bg_pc.png);
  }
}

div.fix-icon-list {
  position: fixed;
  right: 5%;
  top: 2%;
  z-index: 9;
  display: none;
}
@media screen and (min-width: 768px) {
  div.fix-icon-list {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  div.fix-icon-list {
    right: 4%;
  }
}
div.fix-icon-list ul {
  display: flex;
}
div.fix-icon-list ul li {
  margin-right: 6px;
}
div.fix-icon-list ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1000px) {
  div.fix-icon-list ul li a {
    width: 36px;
    height: 36px;
  }
}
div.fix-icon-list ul li a.anchor01 {
  background: url(/lp/kozoo/myimg/fix-icon01.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor01.active {
  background: url(/lp/kozoo/myimg/fix-icon01-on.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor02 {
  background: url(/lp/kozoo/myimg/fix-icon02.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor02.active {
  background: url(/lp/kozoo/myimg/fix-icon02-on.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor03 {
  background: url(/lp/kozoo/myimg/fix-icon03.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor03.active {
  background: url(/lp/kozoo/myimg/fix-icon03-on.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor04 {
  background: url(/lp/kozoo/myimg/fix-icon04.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor04.active {
  background: url(/lp/kozoo/myimg/fix-icon04-on.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor05 {
  background: url(/lp/kozoo/myimg/fix-icon05.png) no-repeat center center;
  background-size: contain;
}
div.fix-icon-list ul li a.anchor05.active {
  background: url(/lp/kozoo/myimg/fix-icon05-on.png) no-repeat center center;
  background-size: contain;
}

div.fix-menu-wrap {
  position: fixed;
  right: 0;
  bottom: 3%;
  display: flex;
  z-index: 60;
  transition: right 0.3s ease;
  /*div.inner-nav{*/
}
div.fix-menu-wrap button {
  display: block;
  width: 45px;
  background: #1d4055;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  position: relative;
  /**/
}
@media screen and (min-width: 768px) {
  div.fix-menu-wrap button {
    cursor: pointer;
  }
}
div.fix-menu-wrap button span.fix-nav-kozoo {
  display: block;
  position: absolute;
  width: 184%;
  left: 0;
  top: 50%;
  transform: translate(-62%, -50%);
}
div.fix-menu-wrap button span.fix-nav-kozoo img {
  width: 100%;
}
div.fix-menu-wrap button span.arrow {
  display: block;
  width: 8px;
  height: 8px;
  border: solid 2px #FFF;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
div.fix-menu-wrap button.active span.arrow {
  transform: translate(-50%, -50%) rotate(-135deg);
}
div.fix-menu-wrap div.inner-nav {
  background: #e5dfd1;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  padding: 18px;
}
div.fix-menu-wrap div.inner-nav ul li {
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  div.fix-menu-wrap div.inner-nav ul li {
    margin-bottom: 10px;
  }
}
div.fix-menu-wrap div.inner-nav ul li:last-child {
  margin-bottom: 0;
}
div.fix-menu-wrap div.inner-nav ul li a {
  display: block;
  padding-bottom: 2%;
  color: #1d4055;
  position: relative;
}
div.fix-menu-wrap div.inner-nav ul li a.active::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #1d4055;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
}

/*div.fix-menu-wrap*/
/*
a.fix-btn{
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 3vw;
	right: 3vw;
	width: 20%;
	@include mq(pc) {
		width: 110px;
		height: 110px;
		right: 30px;
		bottom: 30px;
	}
	@include mq(pc-middle) {
		width: 120px;
		height: 120px;
	}
	div.fix-btn-inner{
		position: relative;
		background: #1D4055;
		border-radius: 50vw;
		transition: all 0.3s;
		border-radius: 5em;
		border: solid 3px #fff;
		box-shadow: rgba(000, 000, 000, 0.4) 2px 2px 5px;
		@include mq(pc) {
			&:hover{
				background: #E09763;
				transform: translate(2px,2px);
				box-shadow: none;
				div.fix-btn-img02{
					top: -3%;
				}
			}
		}
	}
	div.fix-btn-img02{
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
	}
}
*/
div.hero-area {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  div.hero-area div.hero-bg-over {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 594px;
    width: 100%;
    position: absolute;
  }
  div.hero-area div.hero-bg-over div.hero-bg-over-img {
    width: 50%;
    background: url(/lp/kozoo/myimg/hero-bg-left_pc.png);
    background-size: contain;
  }
  div.hero-area div.hero-bg-over div.hero-bg-over-img:nth-of-type(2) {
    background: url(/lp/kozoo/myimg/hero-bg-right_pc.png);
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-area-inner {
    width: 75%;
    max-width: 1080px;
    margin: auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-bg {
    width: 178%;
    max-width: 2700px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
div.hero-area h1.hero-title {
  width: 89.2%;
  height: 38vw;
  position: absolute;
  bottom: 99.4vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area h1.hero-title {
    width: 65.8%;
    height: 13vw;
    bottom: 23.4vw;
  }
}
@media screen and (min-width: 1500px) {
  div.hero-area h1.hero-title {
    height: 190px;
    bottom: 350px;
  }
}
div.hero-area h1.hero-title span.hero-title01 {
  position: absolute;
  width: 39%;
  top: 19%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area h1.hero-title span.hero-title01 {
    width: 22.4%;
    top: 22%;
    left: 0;
    right: auto;
    margin: 0;
  }
}
div.hero-area h1.hero-title span.hero-title02 {
  position: absolute;
  top: 39%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.hero-area h1.hero-title span.hero-title02 {
    width: 79.2%;
    top: 18%;
    left: 20%;
  }
}
div.hero-area h1.hero-title span.hero-title03 {
  position: absolute;
  z-index: 0;
  width: 65.8%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area h1.hero-title span.hero-title03 {
    width: 51.8%;
    left: 25%;
    right: auto;
    margin: 0;
  }
}
div.hero-area div.hero-img {
  position: absolute;
  bottom: 19%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img {
    width: 90.2%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}
div.hero-area div.hero-img span {
  display: block;
  position: absolute;
  width: 28.6%;
  left: 17%;
  top: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img span {
    width: 16%;
    top: -26%;
    right: -2%;
    left: auto;
  }
}
div.hero-area div.hero-video-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-video-wrap {
    width: 45.6%;
  }
  div.hero-area div.hero-video-wrap:hover div.hero-video-thum {
    transform: scale(1.06);
  }
}
div.hero-area div.hero-video-wrap div.hero-video {
  position: relative;
  z-index: 1;
}
div.hero-area div.video-slide-wrap {
  position: absolute;
  width: 72.6%;
  bottom: 5.86%;
  left: 1%;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap {
    width: 34.6%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7.72vw;
  }
}
@media screen and (min-width: 1500px) {
  div.hero-area div.video-slide-wrap {
    bottom: 113px;
  }
}
div.hero-area div.video-slide-wrap div.video-slide {
  overflow: hidden;
}
div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide {
  position: relative;
  cursor: pointer;
}
div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url("/lp/kozoo/myimg/play-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide::after {
    width: 3em;
    height: 3em;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide::after {
    width: 4em;
    height: 4em;
  }
}
div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.video-slide div.swiper-slide:hover img {
    transform: scale(1.08);
  }
}
div.hero-area div.video-slide-wrap div.swiper-pagination {
  bottom: -22.4%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.swiper-pagination {
    height: 0.8vw;
    bottom: -10.6%;
  }
}
@media screen and (min-width: 1500px) {
  div.hero-area div.video-slide-wrap div.swiper-pagination {
    height: 8px;
    bottom: -20px;
  }
}
div.hero-area div.video-slide-wrap div.swiper-pagination span.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.42em;
  height: 0.42em;
  margin: 0 1%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.swiper-pagination span.swiper-pagination-bullet {
    width: 0.6vw;
    height: 0.6vw;
    margin: 0 0.8%;
  }
}
@media screen and (min-width: 1500px) {
  div.hero-area div.video-slide-wrap div.swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
div.hero-area div.video-slide-wrap div.swiper-pagination span.swiper-pagination-bullet-active {
  background: #FFFF00;
}
div.hero-area div.video-slide-wrap div.swiper-button-next, div.hero-area div.video-slide-wrap div.swiper-button-prev {
  background: #fff;
  width: 9vw;
  height: 9vw;
  border-radius: 5vw;
  border: solid 0.24em #1d4055;
  box-shadow: 0.1em 0.1em #1d4055;
  right: -17%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.swiper-button-next, div.hero-area div.video-slide-wrap div.swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
    transition: all 0.3s;
  }
  div.hero-area div.video-slide-wrap div.swiper-button-next:hover, div.hero-area div.video-slide-wrap div.swiper-button-prev:hover {
    box-shadow: none;
    transform: translate(0.1em, 0.1em);
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.video-slide-wrap div.swiper-button-next, div.hero-area div.video-slide-wrap div.swiper-button-prev {
    right: -60px;
  }
}
div.hero-area div.video-slide-wrap div.swiper-button-next::before, div.hero-area div.video-slide-wrap div.swiper-button-next::after, div.hero-area div.video-slide-wrap div.swiper-button-prev::before, div.hero-area div.video-slide-wrap div.swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.8em; /*線の長さ*/
  height: 0.2em; /*線の太さ*/
  background: #1d4055; /*線の色*/
  position: absolute;
  top: 48%;
  right: 27%;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: calc(100% - 0.16em) 50%;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.swiper-button-next::before, div.hero-area div.video-slide-wrap div.swiper-button-next::after, div.hero-area div.video-slide-wrap div.swiper-button-prev::before, div.hero-area div.video-slide-wrap div.swiper-button-prev::after {
    width: 11px;
  }
}
div.hero-area div.video-slide-wrap div.swiper-button-next::after, div.hero-area div.video-slide-wrap div.swiper-button-prev::after {
  transform: rotate(-45deg);
}
div.hero-area div.video-slide-wrap div.swiper-button-prev {
  transform: rotate(180deg);
  box-shadow: -0.1em -0.1em #1d4055;
  left: -19%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.video-slide-wrap div.swiper-button-prev:hover {
    box-shadow: none;
    transform: translate(0.1em, 0.1em) rotate(180deg);
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.video-slide-wrap div.swiper-button-prev {
    left: -60px;
  }
}

p.top-main-txt01 {
  text-align: center;
  padding: 10% 0;
  font-size: 1.08em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  p.top-main-txt01 {
    padding: 68px 0 36px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  p.top-main-txt01 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  div.contents-area01 {
    max-width: 1360px;
    margin: auto;
  }
}
div.contents-area01 div.contents-area01-title {
  position: relative;
  padding: 10% 0 7.2%;
  color: #1D4055;
}
@media screen and (min-width: 768px) {
  div.contents-area01 div.contents-area01-title {
    width: 85%;
    max-width: 1100px;
    margin: auto;
    padding: 10% 0 5%;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area01 div.contents-area01-title {
    padding: 10% 0 5.5%;
  }
}
@media screen and (min-width: 1280px) {
  div.contents-area01 div.contents-area01-title {
    padding: 10% 0 6%;
  }
}
div.contents-area01 div.contents-area01-title h2 span.title01 {
  font-size: 1.28em;
  letter-spacing: 0.18em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.contents-area01 div.contents-area01-title h2 span.title01 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area01 div.contents-area01-title h2 span.title01 {
    font-size: 42px;
  }
}
div.contents-area01 div.contents-area01-title h2 span.title01 span {
  opacity: 0;
  font-family: "LINESeedJP", sans-serif;
  font-weight: bold;
}
div.contents-area01 div.contents-area01-title h2 span.title02 {
  font-size: 0.84em;
  line-height: 1.2em;
  display: block;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.contents-area01 div.contents-area01-title h2 span.title02 {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area01 div.contents-area01-title h2 span.title02 {
    margin-top: 20px;
  }
}
div.contents-area01 div.contents-area01-title div.contents-area01-kozoo01 {
  width: 36.6%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.contents-area01 div.contents-area01-title div.contents-area01-kozoo01 {
    width: 34%;
  }
}
div.contents-area01 div.contents-area01-title div.contents-area01-line {
  width: 70.4%;
  position: absolute;
  bottom: 11%;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.contents-area01 div.contents-area01-title div.contents-area01-line {
    width: 84%;
    right: -15%;
  }
  div.contents-area01 div.contents-area01-title div.contents-area01-line::after {
    content: "";
    position: absolute;
    display: block;
    width: 50vw;
    height: 3px;
    bottom: 8px;
    background: #1D4055;
    right: 0;
    transform: translate(100%, 0);
  }
}
@media screen and (min-width: 1280px) {
  div.contents-area01 div.contents-area01-title div.contents-area01-line {
    width: 918px;
    right: -15%;
  }
}
div.contents-area01 ul {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul {
    width: 85%;
    max-width: 1100px;
    gap: 1.2%;
    margin-bottom: 117px;
  }
}
div.contents-area01 ul li {
  width: 48.6%;
  border-radius: 0.6em;
  margin-bottom: 2.4%;
  background: #8BB8C5;
  position: relative;
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
div.contents-area01 ul li:nth-of-type(3), div.contents-area01 ul li:nth-of-type(4) {
  background: #b3cf96;
}
div.contents-area01 ul li.cont04::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 8%;
  left: 60%;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul li.cont04::after {
    bottom: 8.4%;
  }
}
div.contents-area01 ul li.cont04 a {
  display: block;
  padding: 10% 0 5%;
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul li.cont04 a {
    padding: 10% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul li.cont04:hover {
    background: #E09763;
  }
  div.contents-area01 ul li.cont04:hover::after {
    bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul li {
    width: 24%;
    margin-bottom: 0;
    transition: all 0.3s;
  }
  div.contents-area01 ul li:hover {
    background: #E09763;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  div.contents-area01 ul li:hover::after {
    bottom: 5%;
  }
}
div.contents-area01 ul li a {
  display: block;
  padding: 10% 0 17%;
}
div.contents-area01 ul li::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/lp/kozoo/myimg/arrow02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
div.contents-area01 ul li.coming-soon {
  background: #C6C6C6;
}
div.contents-area01 ul li.coming-soon div.coming-soon-img {
  padding: 10% 0 17%;
}
div.contents-area01 ul li.coming-soon::after {
  background: url("/lp/kozoo/myimg/arrow03.svg") no-repeat;
}
div.contents-area01 ul li.coming-soon:hover::after {
  bottom: 8%;
}
div.contents-area01 ul li.list-kozoo {
  background: none;
  box-shadow: none;
  border: none;
}
@media screen and (min-width: 768px) {
  div.contents-area01 ul li.list-kozoo {
    margin-top: 30px;
  }
}
div.contents-area01 ul li.list-kozoo::after {
  content: none;
}
div.contents-area01 ul li.list-kozoo:hover {
  transform: translate(0);
}

div.contents-area02-box {
  margin-bottom: 35%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box {
    margin-bottom: 80px;
  }
}
div.contents-area02-box:nth-of-type(3) div.contents-area02-box-bg::after, div.contents-area02-box:nth-of-type(3) div.contents-area02-box-bg::before {
  border-top: solid 10px #b1cd94;
}
div.contents-area02-box:nth-of-type(4) div.contents-area02-box-bg::after, div.contents-area02-box:nth-of-type(4) div.contents-area02-box-bg::before {
  border-top: solid 10px #b1cd94;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-bg {
    width: 150px;
    margin: auto;
    position: relative;
  }
  div.contents-area02-box div.contents-area02-box-bg::after {
    left: 0;
    transform: translate(-100%, 0);
  }
  div.contents-area02-box div.contents-area02-box-bg::before {
    right: 0;
    transform: translate(100%, 0);
  }
  div.contents-area02-box div.contents-area02-box-bg::after, div.contents-area02-box div.contents-area02-box-bg::before {
    content: "";
    position: absolute;
    display: block;
    width: 50vw;
    height: 25px;
    border-top: solid 10px #8BB8C5;
    background: #fff;
    top: 0;
  }
}
div.contents-area02-box div.contents-area02-box-bg.contents-area02-box-bg02::after, div.contents-area02-box div.contents-area02-box-bg.contents-area02-box-bg02::before {
  background: none;
}
div.contents-area02-box div.contents-area02-box-white {
  background: #fff;
}
div.contents-area02-box div.contents-area02-box-inner {
  width: 90%;
  margin: auto;
  padding: 7% 0 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner {
    width: 85%;
    max-width: 1100px;
    padding: 40px 0 35px;
  }
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title {
    position: relative;
    width: 57%;
    margin: auto;
  }
}
div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title h3 {
  margin-bottom: 0%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 109%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title h3 {
    position: revert;
    left: 0;
    transform: translate(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title span {
  display: block;
  width: 23.6%;
  margin: auto;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title span {
    width: 19.8%;
    position: absolute;
    top: -5%;
    left: -28%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-title span.yonden-img02 {
    left: auto;
    right: -28%;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul {
    width: 73.4%;
    gap: 5%;
  }
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul.ul-center {
    margin: auto;
    justify-content: center;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul.ul-center li {
  margin: 0 auto 10% auto;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul.ul-center li {
    margin: 0;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul.ul-center li.mr0 {
  margin: 0;
}
div.contents-area02-box div.contents-area02-box-inner ul li {
  width: 48%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li {
    width: 30%;
    margin-bottom: 0;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li a {
  display: block;
  position: relative;
  color: #000;
}
div.contents-area02-box div.contents-area02-box-inner ul li a div.thum-img {
  overflow: hidden;
  position: relative;
  /*
  &::after{
  	content: "";
  	display: inline-block;
  	width: 2em;
  	height: 2em;
  	background: url("/lp/kozoo/myimg/play-icon.svg") no-repeat;
  	background-size: contain;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	right: 0;
  	margin: auto;
  	transform: translate(0,-50%);
  	z-index: 2;
  }
  	*/
}
div.contents-area02-box div.contents-area02-box-inner ul li a div.thum-img img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li a:hover div.thum-img img {
    transform: scale(1.12);
  }
  div.contents-area02-box div.contents-area02-box-inner ul li a:hover span.contents-btn {
    background: #e09763;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li a:hover span.contents-btn::after {
    right: 5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner ul li a:hover span.contents-btn::after {
    right: 10%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.contents-area02-box div.contents-area02-box-inner ul li a:hover span.contents-btn::after {
    right: 13%;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}
div.contents-area02-box div.contents-area02-box-inner ul li p span {
  display: block;
}
div.contents-area02-box div.contents-area02-box-inner ul li p span.img {
  width: 7.6%;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li p span.img {
    width: 5%;
    margin-top: 7px;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li p span.txt {
  width: 85%;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li p span.txt {
    width: 92%;
    font-size: 14px;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner ul li p span.txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  div.contents-area02-box div.contents-area02-box-inner ul li p span.txt {
    font-size: 17px;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li p span.txt span {
  display: inline-block;
}
div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn {
  display: block;
  background: #5594a7;
  text-align: center;
  color: #fff;
  border-radius: 10em;
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
  position: relative;
  font-size: 0.92em;
  margin-top: 5%;
  padding: 1% 0 2%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn {
    font-size: 13px;
    padding: 4px 0 6px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn {
    font-size: 18px;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/lp/kozoo/myimg/arrow04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7%;
  transition: all 0.3s;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn::after {
    right: 7%;
    top: 50%;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn::after {
    right: 12%;
  }
}
@media screen and (min-width: 1280px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn::after {
    right: 15%;
  }
}
div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn.green {
  background: #80ae4e;
}
div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn span {
  margin-left: -0.6em;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner ul li span.contents-btn span {
    margin-left: -1em;
  }
}
div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo {
  width: 41.6%;
  position: absolute;
  bottom: -18%;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo {
    width: 26.6%;
    bottom: -6%;
    right: -6%;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo {
    width: 29%;
    bottom: -10%;
    right: -10%;
  }
}
div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo.contents-area02-box-kozoo02 {
  width: 74.2%;
  bottom: -30%;
  left: -20%;
}
@media screen and (min-width: 768px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo.contents-area02-box-kozoo02 {
    width: 43.8%;
    bottom: -11%;
    left: -15%;
  }
}
@media screen and (min-width: 1000px) {
  div.contents-area02-box div.contents-area02-box-inner div.contents-area02-box-kozoo.contents-area02-box-kozoo02 {
    width: 47%;
    bottom: -14%;
    left: -20%;
  }
}

/*---日本のエネルギー事情についての4つ並び調整----*/
@media screen and (min-width: 768px) {
  div#contents03 div.contents-area02-box-white ul.ul-center {
    width: 100%;
    margin: auto;
    justify-content: center;
    gap: 3%;
  }
}
div#contents03 div.contents-area02-box-white ul.ul-center li {
  margin: 0 auto 10% auto;
}
@media screen and (min-width: 768px) {
  div#contents03 div.contents-area02-box-white ul.ul-center li {
    width: 22%;
    margin: 0;
  }
  div#contents03 div.contents-area02-box-white ul.ul-center li:nth-child(5) {
    margin-top: 30px;
  }
}

/*----------------------------------------------------*/
section.sec-cast {
  background: #EFE4DB;
  position: relative;
  padding: 0 0 20%;
  color: #1D4055;
}
@media screen and (min-width: 768px) {
  section.sec-cast {
    padding: 0 0 70px;
  }
}
section.sec-cast div.sec-cast-inner {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-cast div.sec-cast-inner {
    width: 85%;
    max-width: 1000px;
    position: relative;
  }
}
section.sec-cast div.sec-cast-bg {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-cast div.sec-cast-bg {
    width: 171%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-cast div.sec-cast-bg {
    max-width: 1980px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-cast div.sec-cast-bg {
    max-width: 2030px;
  }
}

div.sec-cast-bg02 {
  background: url(/lp/kozoo/myimg/sec-cast-bg02_sp.svg) repeat-x;
  background-size: 100%;
  height: 10vw;
}
@media screen and (min-width: 768px) {
  div.sec-cast-bg02 {
    background: url(/lp/kozoo/myimg/sec-cast-bg02_pc.svg) repeat-x;
    background-size: 364px;
    height: 40px;
  }
}

div.sec-cast-bg03 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/lp/kozoo/myimg/sec-cast-bg03_sp.svg) repeat-x;
  background-size: 100%;
  height: 15vw;
}
@media screen and (min-width: 768px) {
  div.sec-cast-bg03 {
    background: url(/lp/kozoo/myimg/sec-cast-bg03_pc.svg);
    background-size: 364px;
    background-repeat: repeat-x;
    height: 40px;
  }
}

div.button-area {
  position: relative;
  z-index: 2;
}
div.button-area p {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 15% 0 15%;
  color: #1D4055;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  div.button-area p {
    font-size: 20px;
    padding: 80px 0 38px;
  }
}
@media screen and (min-width: 1000px) {
  div.button-area p {
    font-size: 23px;
  }
}
div.button-area a.btn01 {
  display: block;
  position: relative;
  background: #E09763;
  width: 90%;
  margin: auto;
  padding: 6% 0;
  margin-bottom: 20%;
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
@media screen and (min-width: 768px) {
  div.button-area a.btn01 {
    width: 540px;
    max-width: 890px;
    padding: 58px 0;
    margin-bottom: 100px;
    transition: all 0.3s;
  }
  div.button-area a.btn01:hover {
    background: #8BB8C5;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  div.button-area a.btn01:hover span::after {
    right: 7%;
  }
}
@media screen and (min-width: 1000px) {
  div.button-area a.btn01 {
    width: 700px;
    padding: 80px 0;
  }
}
div.button-area a.btn01 div.btn01-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41.8%;
}
@media screen and (min-width: 768px) {
  div.button-area a.btn01 div.btn01-img {
    width: 34.8%;
    left: -2%;
  }
}
div.button-area a.btn01 div.btn01-img-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41.8%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.button-area a.btn01 div.btn01-img-hover {
    width: 34.8%;
    left: -2%;
  }
}
div.button-area a.btn01 span {
  display: block;
  width: 54.6%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  color: #fff;
  font-size: 1.22em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.button-area a.btn01 span {
    font-size: 23px;
    width: 67.6%;
  }
}
@media screen and (min-width: 1000px) {
  div.button-area a.btn01 span {
    font-size: 29px;
  }
}
div.button-area a.btn01 span::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/lp/kozoo/myimg/arrow01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 67%;
  right: 45%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.button-area a.btn01 span::after {
    right: 10%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

div.cast-area-bg {
  position: absolute;
  z-index: 5;
  width: 15%;
  left: 8%;
  transform: translate(0, -40%);
}
@media screen and (min-width: 768px) {
  div.cast-area-bg {
    width: 6%;
    left: 12%;
  }
}

div.cast-area {
  background: #fff;
  padding: 15% 0 0 0;
  position: relative;
  border: solid 2px #1D4055;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  div.cast-area {
    border: solid 3px #1D4055;
    padding: 100px 0 0 0;
    border-radius: 100px;
  }
}
div.cast-area h2 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  div.cast-area h2 {
    padding: 0 0 50px;
  }
}
div.cast-area h2 span.title01 {
  font-size: 1.4em;
  letter-spacing: 0.12em;
  display: block;
}
@media screen and (min-width: 768px) {
  div.cast-area h2 span.title01 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area h2 span.title01 {
    font-size: 42px;
  }
}
div.cast-area h2 span.title01 span {
  opacity: 0;
  font-weight: bold;
  font-family: "LINESeedJP", sans-serif;
}
div.cast-area h2 span.title02 {
  font-size: 0.8em;
  display: block;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.cast-area h2 span.title02 {
    font-size: 16px;
    margin-top: 20px;
  }
}
div.cast-area div.cast-area-inner {
  position: relative;
  width: 87%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner {
    width: 94%;
  }
}
div.cast-area div.cast-area-inner div.cast-area-box {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.cast-area-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
div.cast-area div.cast-area-inner div.cast-area-box:nth-of-type(2) {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.cast-area-box:nth-of-type(2) {
    align-items: flex-end;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.info-wrap {
    width: 57.4%;
  }
}
div.cast-area div.cast-area-inner div.info-wrap div.character-area-info {
  padding: 44% 0 0;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info {
    padding: 0;
  }
}
div.cast-area div.cast-area-inner div.info-wrap div.character-area-info.character-area-info02 {
  padding: 56% 0 0;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info.character-area-info02 {
    padding: 0;
  }
}
div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dt {
  padding: 0 0 0 7%;
  font-size: 1.14em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dt {
    padding: 0;
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dt {
    font-size: 24px;
  }
}
div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dd {
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
  padding: 16% 0 8%;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dd {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area div.cast-area-inner div.info-wrap div.character-area-info dl dd {
    font-size: 16px;
  }
}
div.cast-area div.cast-area-inner div.kozoo-img {
  position: absolute;
  width: 48.2%;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.kozoo-img {
    position: relative;
    width: 29.6%;
    margin-right: 6.5%;
  }
}
div.cast-area div.cast-area-inner div.yonden-img {
  position: absolute;
  width: 42.4%;
  right: 8%;
}
@media screen and (min-width: 768px) {
  div.cast-area div.cast-area-inner div.yonden-img {
    position: relative;
    width: 26%;
    right: 0;
    order: 2;
    margin-left: 6.5%;
  }
}

div.cast-area-info {
  background: #F6F3EB;
}
div.cast-area-info div.cast-area-info-inner {
  width: 89%;
  margin: auto;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-img {
  width: 34.8%;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-img {
    width: 37.6%;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area-info div.cast-area-info-inner div.cast-img {
    width: 35.6%;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox {
    display: block;
    width: 56.6%;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 {
  width: 62.2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 {
    width: 100%;
    justify-content: left;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span {
  display: block;
  font-weight: 600;
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.left-txt {
  width: 18%;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.left-txt {
    width: 30px;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.left-txt {
    width: 40px;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.right-txt {
  width: 70%;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.right-txt {
    font-size: 14px;
  }
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.right-txt span.top-txt {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.right-txt {
    font-size: 16px;
  }
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.right-txt span.top-txt {
    margin-bottom: 5px;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.top-txt {
  font-size: 1.22em;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.top-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt01 span.top-txt {
    font-size: 20px;
  }
}
div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt02 {
  padding: 5% 0 0 0;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt02 {
    font-size: 14px;
    line-height: 1.68em;
  }
}
@media screen and (min-width: 1000px) {
  div.cast-area-info div.cast-area-info-inner div.cast-txtbox p.cast-txt02 {
    font-size: 16px;
  }
}

div.music-box {
  padding: 10% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.music-box {
    padding: 50px 0;
    width: 90%;
    margin: auto;
  }
}
div.music-box::after {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
}
div.music-box p.music-txt span {
  display: block;
  text-align: center;
  font-weight: 600;
}
div.music-box p.music-txt span.top-txt {
  font-size: 1.22em;
}
@media screen and (min-width: 768px) {
  div.music-box p.music-txt span.top-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  div.music-box p.music-txt span.top-txt {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  div.music-box p.music-txt span.bottom-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  div.music-box p.music-txt span.bottom-txt {
    font-size: 16px;
  }
}

div.bottom-area {
  background: #F5F5F5;
  position: relative;
  padding: 23% 0 0;
}
@media screen and (min-width: 768px) {
  div.bottom-area {
    padding: 116px 0 0;
  }
}
div.bottom-area a.btn02 {
  display: block;
  position: relative;
  background: #8BB8C5;
  width: 90%;
  margin: auto;
  padding: 6% 0;
  margin-bottom: 20%;
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}
@media screen and (min-width: 768px) {
  div.bottom-area a.btn02 {
    width: 540px;
    padding: 42px 0;
    max-width: 890px;
    margin-bottom: 100px;
    transition: all 0.3s;
  }
  div.bottom-area a.btn02:hover {
    background: #E09763;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  div.bottom-area a.btn02:hover span::after {
    right: 29%;
  }
}
@media screen and (min-width: 1000px) {
  div.bottom-area a.btn02 {
    width: 700px;
    padding: 55px 0;
  }
}
div.bottom-area a.btn02 div.btn02-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39%;
}
@media screen and (min-width: 768px) {
  div.bottom-area a.btn02 div.btn02-img {
    width: 35%;
    right: -1%;
    left: auto;
  }
}
div.bottom-area a.btn02 div.btn02-img-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.bottom-area a.btn02 div.btn02-img-hover {
    width: 35%;
    right: -1%;
    left: auto;
  }
}
div.bottom-area a.btn02 span {
  display: block;
  width: 54.6%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  color: #fff;
  font-size: 1.22em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.bottom-area a.btn02 span {
    width: 67%;
    text-align: center;
    font-size: 23px;
    line-height: 1.2em;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  div.bottom-area a.btn02 span {
    font-size: 29px;
  }
}
div.bottom-area a.btn02 span::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/lp/kozoo/myimg/arrow01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 67%;
  right: 57%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.bottom-area a.btn02 span::after {
    top: 62%;
    right: 32%;
  }
}
@media screen and (min-width: 768px) {
  div.bottom-area div.bottom-area-img {
    width: 114%;
    max-width: 1552px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

div.modaal-container {
  background: none;
}
div.modaal-container div.modaal-content-container {
  padding: 0;
}
div.modaal-container div.modal-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div.modaal-container div.modal-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */