@charset "utf-8";
/* CSS Document */

body {
margin: 0 auto;
}

#wrap {
max-width: 768px;
width: 100%;
margin: 0 auto 30px;
}

a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}


a:hover {
opacity: 0.8;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}

img:hover {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
width: 100%;
display: block;
vertical-align: bottom;
/* margin-bottom: -1px; */
}

.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}

.wrap_ref {
bottom: 0;
left: 0;
right: 0;
overflow :hidden;
}
/**
FV 20240328
**/
.fv_area .fv_mv {
position: absolute;
bottom: 0;
z-index: -1;
max-width: 100%;
}
.fv_area .fv_img {

}

/* -------------------------------------------------------------------- 
オファー
-------------------------------------------------------------------- */
.box_cart {
position: relative;
}
.box_cart .cart_01 {
position: absolute;
height: auto;
left: 0;
right: 0;
margin: auto;
overflow :hidden;
}

.box_cart .cart_01:hover,
.box_cart .cart_01 a:hover {
opacity: 0.8;
}

.reflection {
height      :100%;
width       :60px;
position    :absolute;
top         :-180px;
left        :0;
/*z-index: 11;*/
z-index: 1;
background-color: rgba(255,255,255,.5);
opacity     :0;
transform: rotate(45deg);
animation: reflection 2.3s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2.3s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 2.3s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 2.3s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 2.3s ease-in-out infinite;
}

@keyframes reflection {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-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; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}



.man {
width: 18.75%;
height: auto;
top:72.5%;
right:50%;
z-index:2;  
}

.btn_anime {
display:inline-block;
animation: btn 3.5s ease infinite;
}

@keyframes btn {
0% { transform:translateX(0) }
5% { transform:translateX(0) }
10% { transform:translateX(0) }
20% { transform:translateX(-15px) }
25% { transform:translateX(0) }
30% { transform:translateX(-15px) }
50% { transform:translateX(0) }
70% { transform:translateX(-15px) }
75% { transform:translateX(0) }
80% { transform:translateX(-15px) }
100% { transform:translateX(0) }
}

.img-before {
width: 93%;
height: auto;
position: absolute;
top:0;
left:3.5%;
}

.img-danmen {
width: 76.82%;
height: auto;
position: absolute;
top:2.1%;
left:11.6%;
}

.img-keana {
width: 76.82%;
height: auto;
position: absolute;
top:2.7%;
left:11.6%;
}

.img-text {
position: absolute;
bottom:11%;
}


/* -------------------------------------------------------------------- 
動画
-------------------------------------------------------------------- */
.video01 {
width: 47.6%;
height: auto;
top:73.4%;
right:4.6%;
}

.video02 {
width: 89%;
height: auto;
position: absolute;
top: 10%;
left: 5.3%;
}

.voice-video01 {
width:40%;
height:auto;
position: absolute;
top:23.7%;
right:5%;
}

.voice-video02 {
width:40%;
height:auto;
position: absolute;
top:23.7%;
right:5%;
}

.voice-video03 {
width:40%;
height:auto;
position: absolute;
top:21.4%;
right:5%;
}

.deep-black-video {
width:92%;
height:auto;
position: absolute;
top:0;
left:4%;
}

/* -------------------------------------------------------------------- 
アコーディオン
-------------------------------------------------------------------- */
.ac,
.ac dd {
margin: 0;
}

.ac dt {
cursor: pointer;
}

.ac dt img {
width: 100% !important;
height: auto;
}

.ac .wrap_btn .btn {
width: auto;
top: 0;
left: 0;
}

.ac dd,
.ac .wrap_btn .btn.cls {
display: none;
}

.ac .wrap_btn.open .btn.opn {
display: none !important;
}

.ac .wrap_btn.open .btn.cls {
display: inline !important;
}

.wrap_btn {
position: relative;
}

.wrap_btn:hover {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.ac .btn {
padding: 0;
}


/* fade-in 設定 */

.fadeIn {
transform: translate3d(0, 50px, 0);/* ここで開始位置を指定 その場の場合は削除 */
transition: 1.4s ease;
transition-delay: 0.7s;
opacity: 0;
}

.fadeIn.animated {
transform: translate3d(0, 0, 0);
opacity: 1;
}

/* fade-in box test */

.container {
position: relative;
width: 100%;
max-width: 768px;
margin: 0 auto;
}

.image-a {
display: block;
max-width: 100%;
}

.image-b {
position: absolute;
top: 0%;
left: 0%;
max-width: 100%;
}

/* ofa_01 */

.box_cart {
position: relative;

}
@media screen and (max-width: 480px) {
.box_cart {

}
}
.box_cart .cart_01 {
width: 86%;
position: absolute;
bottom: 6%;
left: 1%;
z-index: 1;
}

.box_cart img:hover,
.box_cart .cart_01:hover,
.box_cart .cart_01 a:hover {
opacity: 0.8;
}

/* coll_01 */

.box_call {
position: relative;

}

.box_call .call_01 {
position: absolute;
width: 93%;
bottom: 24.4%;
left: 3.5%;
z-index: 1;
}

/* gif_01 */

.box_gif {
position: relative;

}

.box_gif .gif_01 {
position: absolute;
width: 100%;
bottom: 0%;
z-index: 1;
}

/* syousai */

.box_syousai{
position: relative;
}
.box_syousai .syousai_01 {
position: absolute;
width: 100%;
bottom: 5.8%;
}

.box_syousai .syousai_01:hover,
.box_syousai .syousai_01 a:hover {
opacity: 0.8;
}


/* YouTube contents*/

.container {
position: relative;
}

.video-container {
position: absolute;
top: 0%;
left: 5%;
width: 90%;
height: 100%; /* 高さを指定 */
/* 高さを指定し、縦横比を保つために padding-top を利用 */
padding-top: 0%; /* 16:9 アスペクト比の場合 適宜位置調整してください */
}

.video-container iframe {
width: 100%;
height: 100%;
border: 0;
}

/* reflection_01 */

.box_reflection_01 {
position: relative;
}

.box_reflection_01 .reflection_01 {
position: absolute;
width: 50%;
/*height: 41%;*/
bottom: 19.1%;
right: 0%;
/* z-index: 10; */
overflow: hidden;
}

.item-pkg{

position: relative;
/*z-index: 10;*/
z-index: 1;
}

.box_reflection_01 .new{
position: absolute;
width: 31%;
top: -1%;
right: 4.1%;
/*z-index: 1;*/
overflow: hidden;
}

/* reflection_02 */

.box_reflection_01 .reflection_02 {
position: absolute;
bottom: 45.7%;
right: 3.4%;
z-index: 1;
overflow: hidden;
width: 36.2%;
}

/* reflection_03 */

.box_reflection_01 .reflection_03 {
position: absolute;
bottom: 50.56%;
left: 6.6%;
z-index: 1;
overflow: hidden;
width: 39.6%;
}


/* slider　カルーセルの設定ここから */

swiper-container {
width: 100%;
height: 100%;
}

swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

swiper-container {
margin-left: auto;
margin-right: auto;
}



.slider_cl [class^="swiper-button-"]::after{
content: "";
}

/*矢印のサイズ調整*/
.slider_cl [class^="swiper-button-"]{
width: 55px;
height: 56px;
}

@media screen and (max-width: 768px) {
.slider_cl [class^="swiper-button-"]{
width: 30px;
}

}

/*矢印の位置調整*/
.slider_cl .swiper-button-next{
right: 15px;
}
.slider_cl .swiper-button-prev{
left: 15px;
}

@media screen and (max-width: 768px) {
/*矢印の位置調整*/
.slider_cl .swiper-button-next{
right: 10px;
}
.slider_cl .swiper-button-prev{
left: 10px;
}
}


/**230628 追従ボタンここから **/

#btn-syokai {
/* width: 214px !important; */
padding:0;
margin:0;
position: fixed;
bottom:0;
right:0%;
text-align: right;
z-index:15;
}

#btn-syokai img {
width: 100%;
height: auto
}

.pc-block {
display:block;
}

.sp-block {
display: none;
}

.close {
font-size: 25px;
cursor: pointer;
right: 1%;
/* z-index: 10; */
position: relative;
top: 30px;
}
@media screen and (max-width: 767px) {

#btn-syokai {
width:100%;
bottom:-2.5%;
}

.close {
cursor: pointer;
}

.pc-block {
display: none;
}

.sp-block {
display:block;
}
}


/**230628 追従ボタンここまで **/

/* FV 800万個完売 */

.kanbai_mv{

width: 100%;
vertical-align: bottom;
}



.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{

bottom: 0;

}



/* 点滅 */
.blink {
animation: tikatika 1.2s step-end infinite;
}

@keyframes tikatika {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}