.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
/*@media screen and (min-width: 640px) {
	html {
    scroll-behavior: smooth;
}
}*/

body {
  font-family: 'Noto Sans JP', sans-serif;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}
a{
	transition: 0.3s;
}
a:hover{
	opacity: 0.7;
}
.contents{
	width:750px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.contents{
	width:100%;
}
}
img {
	max-width: 100%;	
	vertical-align: bottom;
}
.arrow_down01, .arrow_down02{
	position: relative;
}
.arrow_down01 .updown{
	position: absolute;
    top: 2%;
    left: 0;
}
.arrow_down02 .updown{
	position: absolute;
    bottom: 14%;
    left: 0;
}
/*アニメーション用CSS*/
.updown{
/* アニメーションの名前 */
animation-name:UpDown;
/* アニメーションの１回分の長さ */
animation-duration: 1.0s;
/* アニメーションの回数 */
animation-iteration-count: infinite;
/* アニメーションの進行具合 */
animation-timing-function: ease-in-out;
/* アニメーション再生の向き */
animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
/* 開始地点 */
0%{
/* Y軸0px */
transform: translateY(0);
}
/* 終了地点 */
100%{
/* Y軸50px */
transform: translateY(50px);
}
}
.footer_area{
	position: relative;
}
.footer_area footer{
	position: absolute;
    top: 11%;
}
.offer_area01,.offer_area02,.offer_area03,.offer_area04,.offer_area05,.offer_area06{
	position: relative;
}
.offer_area01 a {
    width: 76%;
    position: absolute;
    bottom: 36.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* filter: drop-shadow(5px 5px 5px #aaa); */
    /* border-radius: 100px; */
}
.offer_area01 .shadow{
	position: absolute;
    bottom: 15%;
    left: 0;
	filter: drop-shadow(5px 5px 5px #aaa);
}
.offer_area02 a{
	width: 76%;
    position: absolute;
    bottom: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* filter: drop-shadow(5px 5px 5px #aaa); */
    /* border-radius: 100px; */
}
.offer_area02 .movie__area{
	position: absolute;
    width: 86%;
    top: 33.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.offer_area03 .kochira01{
	width: 41.4%;
    position: absolute;
    bottom: 21.8%;
    left: 6.65%;
}
.offer_area03 .kochira01:hover, .offer_area03 .kochira02:hover{
	transform: translate(0px,-8px);
	opacity: 1;
}
.offer_area03 .kochira02{
	width: 41.4%;
    position: absolute;
    bottom: 21.8%;
    right: 6.65%;
}
.offer_area04 a{
	width: 76%;
    position: absolute;
    bottom: 41.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* filter: drop-shadow(5px 5px 5px #aaa); */
    /* border-radius: 100px; */
}
.offer_area05 a{
	width: 76%;
    position: absolute;
    bottom: 41.7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* filter: drop-shadow(5px 5px 5px #aaa); */
    /* border-radius: 100px; */
}
.offer_area06 .movie__area{
	position: absolute;
    width: 75%;
    top: 10.3%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.offer_area06 .btn01{
	width: 39.7%;
    position: absolute;
    top: 1.92%;
    left: 5.2%;
}
.offer_area06 .btn02{
	width: 39.7%;
    position: absolute;
    top: 1.92%;
    right: 5.2%;
}
.new_icon{
	position: absolute;
    width: 15.3%;
    top: 3.2%;
    left: 5.8%;
}
.amazon_btn{
	width: 90%;
	position: absolute;
	bottom: 4.6%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.amazon_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	
}
.amazon01, .amazon02{
	 width: 47%;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 4px 5px 0 0 rgba(0,0,0,0.5);
}

@media screen and (max-width: 640px) {
	.amazon01, .amazon02{
	border-radius: 12px;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
}
.offer_area04 .movie__area{
	position: absolute;
    top: 6%;
	left: 10%;
	width: 80%;
}


.txt__space{
	line-height: 0.2em;
}

.movie__area video{
	width: 100%;
}


.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*footer*/
footer {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
footer {
    font-family: 游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}
footer ul {
    margin-bottom: 5%;
	margin-top: 5%;
}

footer ul li {
    position: relative;
    display: inline-block;
    padding: 0 14px;
}
.footer_line{
	border-right: 1px solid black;
	padding: 0 18px ;
	line-height: 1em;
}

footer ul li a {
    font-size: 16px;
    color: #2c2c52;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
	footer ul li a {
    font-size: 2vw;
    color: #2c2c52;
    text-decoration: none;
}
	footer ul li {
		line-height: 2vw;
}
	.footer_line{
	border-right: 1px solid black;
	padding: 0 18px;
	line-height: 2vw;
}
	footer ul {
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: 2vw;
}
}
footer p {
    font-size: 16px;
    color: #000;
	text-align: center;
}
@media screen and (max-width: 640px) {
	footer p {
    font-size: 14px;
    color: #000;
	text-align: center;
}
}
.license_txt{
	font-size: 15px;
	padding: 20px 0;
	line-height: 1.4em;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 560px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}
.sticky-banner {
position: fixed;
bottom: 0;
left: auto;
right: auto;
z-index: 9999;
width: 100%;
}

.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slider {
    margin: 0!important;
    max-width: 100%;
    width: 100%;
}
/*.slick-dots li button:before {
    font-size: 96px!important;
	opacity: .3!important;
    color: #2c2c52!important;
}
@media screen and (max-width: 640px) {
	.slick-dots li button:before {
    font-size: 56px!important;
}
}
.slick-dots {
    bottom: 3.7%!important;
}
@media screen and (max-width: 640px) {
	.slick-dots {
    bottom: 2.9%!important;
}
}
.slick-dots li {
    margin: 0 16px!important;
}
@media screen and (max-width: 640px) {
	.slick-dots li {
    margin: 0 4px!important;
}
}*/
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #2c2c52!important;
}
.slick-dots li button:before {
    font-size: 16px!important;
}
@media screen and (max-width: 640px) {
	.slick-dots li button:before {
    font-size: 8px!important;
}
}
.slick-dots li {
    margin: 0 1.8%!important;
}
@media screen and (max-width: 640px) {
	.slick-dots li {
    margin: 0 0.6%!important;
}
}

.slick-dots {
    bottom: 2.5%!important;
}
@media screen and (max-width: 640px) {
	.slick-dots {
    bottom: 1%!important;
}
}

.slider__area{
	position: relative;
}
.howto{
	width: 40.2%;
	position: absolute;
    top: 2.65%;
    left: 29.9%;
}
.howto img{
	width: 100%;
}
.official_site{
	display: block;
    margin: 0 auto 8.5%;
    width: 28%;
}
.footer__logo{
	display: block;
	width: 28%;
	margin: 0 auto;
}

.fixed_button{
  position: fixed;
  bottom: 0;
  cursor: pointer;
  transition: .3s;
	width: 750px;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
	.fixed_button{
  width: 100%;
}
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.awa_area01{
	position: relative;
	overflow: hidden;
}
.fv_item01{
	display: block;
    position: absolute;
    top: 13.4%;
    left: 31.9%;
    width: 36.6%;
}
.fv_copy01{
	display: block;
    position: absolute;
    top: 3.65%;
    left: 14.65%;
    width: 72.1%;
}
.fv_awa01{
	display: block;
    position: absolute;
    top: -5.5%;
    left: -0.9%;
    width: 46.9%;
}
.fv_awa02{
	display: block;
    position: absolute;
    top: 55.4%;
    left: 2.2%;
    width: 14.8%;
}
.fv_awa03{
	display: block;
    position: absolute;
    top: 55.1%;
    right: -12.7%;
    width: 50.8%;
}
.fv_awa04{
	display: block;
    position: absolute;
    bottom: 1.7%;
    left: 6.85%;
    width: 30.6%;
}
.fv_awa05{
	display: block;
    position: absolute;
    bottom: 1.7%;
    left: 34.6%;
    width: 30.6%;
}
.fv_awa06{
	display: block;
    position: absolute;
    bottom: 1.72%;
    right: 6.6%;
    width: 30.8%;
}
.awa_area01 .slide_item01{
	position: absolute;
	right: 4%;
	bottom: 9.2%;
	width: 21.6%;
}
.awa_area01 .slide_item02{
	position: absolute;
    right: 21.8%;
    bottom: 36.4%;
    width: 8.7%;
}
.slide_area01{
	position: relative;
	overflow: hidden;
}
.slide_area03{
	position: relative;
}
.slide_img01, .slide_img02, .slide_img03, .slide_img04, .slide_img05, .slide_img06, .slide_img07, .slide_img08, .slide_img09, .slide_img10{
	position: absolute;
}
.slide_img01{
	top: 31.8%;
	left: 0;
	width: 65.8%;
}
.slide_img02{
	top: 44.4%;
    right: 8.2%;
	width: 49.4%;
}
.slide_img03{
	top:66.3%;
	right: 0;
	width: 65.8%;
}
.slide_img04{
	top: 81.5%;
    left: 7.4%;
	width: 30%;
}
.slide_img05{
	top: 3%;
    left: 0;
	width: 65.8%;
}
.slide_img06{
	top: 21.9%;
    right: 7.1%;
	width: 42.1%;
}
.slide_img07{
	bottom: 3.92%;
    left: 13.8%;
    width: 72.45%;
}
.slide_img08{
	top: 2.4%;
    left: 49.35%;
    width: 1.265%;
}
.slide_img09{
	top: 2.5%;
    left: 0%;
    width: 48.8%;
}
.slide_img10{
	bottom: 6.45%;
    right: 0%;
    width: 46.1%;
}
.slide_area02{
	position: relative;
	overflow: hidden;
}
.slide2_1{
	position: absolute;
	top: 20.25%;
    left: 0%;
    width: 100%;
}
.slide2_2{
	position: absolute;
	top: 47.4%;
    left: 0%;
    width: 100%;
}
.slide2_3{
	position: absolute;
	top: 72.3%;
    left: 0%;
    width: 100%;
}
.awa_area02{
	position: relative;
	overflow: hidden;
}
.awa1_1{
	position: absolute;
    top: 29%;
    right: -0.2%;
    width: 38.3%;
}
.awa1_2{
	position: absolute;
    top: 54%;
    left: -1.1%;
    width: 38.7%;
}
.awa1_3{
	position: absolute;
    top: 9.3%;
    left: 12.5%;
    width: 54.6%;
}
.awa_area03{
	position: relative;
	overflow: hidden;
}
.awa2_1{
	position: absolute;
    top: 24.95%;
    right: 29%;
    width: 41.9%;
}
.awa2_2{
	    position: absolute;
    bottom: 1.2%;
    left: 6.5%;
    width: 41.9%;
}
.awa2_3{
	position: absolute;
    bottom: 1.2%;
    right: 6.45%;
    width: 41.9%;
}
.awa_area04{
	position: relative;
	overflow: hidden;
}
.awa3_1{
	position: absolute;
    top: 27.25%;
    left: 12.4%;
    width: 25.4%;
}
.awa3_2{
	position: absolute;
    top: 24.9%;
    right: 8.2%;
    width: 29.5%;
}
.awa3_3{
	position: absolute;
    bottom: 37.98%;
    left: 4.45%;
    width: 33.9%;
}
.awa3_4{
	position: absolute;
    bottom: 40.12%;
    right: 8.3%;
    width: 24.3%;
}
.awa3_5{
	position: absolute;
    bottom: 37%;
    right: 39.25%;
    width: 21.1%;
}
.awa_area04{
	position: relative;
	overflow: hidden;
}
.awa_area04 .awa1_1{
	position: absolute;
    top: 38.25%;
    right: -0.6%;
    width: 38.3%;
}
.awa_area04 .awa1_2{
	position: absolute;
    top: 60.1%;
    left: -0.6%;
    width: 38.7%;
}
.awa_area04 .awa1_3{
	position: absolute;
    top: 20.9%;
    left: 12.9%;
    width: 54.6%;
}
.awa_area05{
	position: relative;
	overflow: hidden;
}
.awa4_1{
	position: absolute;
    top: 23.9%;
    left: -3.2%;
    width: 41.5%;
}
.awa4_2{
	position: absolute;
    top: 72.6%;
    left: 8.6%;
    width: 12.9%;
}
.awa4_3{
	position: absolute;
    bottom: 21.98%;
    right: 4.9%;
    width: 27.0%;
}
.awa4_4{
	position: absolute;
    bottom: 3.35%;
    right: 4.85%;
    width: 27.2%;
}
.awa4_5{
	position: absolute;
    bottom: 2.3%;
    left: 34.35%;
    width: 49.14%;
}
.m1u{
	margin-top: -1px;
}
.motion_area01{
	position: relative;
}
.motion1_1{
	position: absolute;
    width: 69%;
    top: 6.44%;
    left: 13.65%;
}
.motion1_2{
	position: absolute;
    width: 52.85%;
    top: 30.6%;
    left: 10.2%;
}
/* 左→右モーション */
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap img {
  position: relative;
  animation: reveal-from-left 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  clip-path: inset(0 100% 0 0); /* 初期状態で完全に隠れる */
}

/* 画像を徐々に見せるアニメーション */
@keyframes reveal-from-left {
  0% {
    clip-path: inset(0 100% 0 0); /* 右側全体が隠れている */
  }
  100% {
    clip-path: inset(0 0 0 0); /* 全体が見える */
  }
}

/*l to r*/
.move_img {
position: relative;
overflow: hidden;
height: auto;
opacity: 0;
}

/* 左から右へ表示される */

.move_l_to_r {
  position: relative;
  animation: reveal-from-left 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  clip-path: inset(0 100% 0 0); /* 初期状態で完全に隠れる */
}

/* 画像を徐々に見せるアニメーション */
@keyframes reveal-from-left {
  0% {
    clip-path: inset(0 100% 0 0); /* 右側全体が隠れている */
  }
  100% {
    clip-path: inset(0 0 0 0); /* 全体が見える */
  }
}

/* 右から左へ表示される */
.move_r_to_l::before{
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #fff;
animation: move_animation_l 0.8s linear 0s 1 forwards normal;
}
@keyframes move_animation_l {
100% {
transform: translateX(-100%);
}
}