@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
}

img {
vertical-align: bottom;
}

#wrap {max-width: 768px; margin: auto;}
#wrap img {width: 100%;}

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);
}

.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}

.wrap_ref {
bottom: 0;
left: 0;
right: 0;
overflow :hidden;
}


/* カウントアップ */

.count-up {
position: relative;
display: block;
}

#counter {
position: absolute;
top: 63%;
left: 29.5%;
transform: translate(-50%, -50%);
font-family: 'Noto Serif JP', serif; /* Googleフォントを指定 */
color: #e8144d; /* 色に設定 */
font-style: italic; /* 斜体に設定 */
font-size: 11.2rem;
letter-spacing: -0.5rem;
margin: 0 auto;
}


/* -------------------------------------------------------------------- 
オファー
-------------------------------------------------------------------- */
.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;
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; }
}

.reflection2 {
height      :100%;
width       :60px;
position    :absolute;
top         :-180px;
left        :-110px;
z-index: 11;
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 reflection2 {
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 reflection2 {
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 reflection2 {
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 reflection2 {
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 reflection2 {
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: 100%;
height: auto;
top: 0%;
right: 0%;
}

.video02 {
width: 47%;
height: auto;
bottom: 45.7%;
left: 5%;
}
.video03 {
width: 89.8%;
height: auto;
top: 0%;
left: 4.75%;
}
.video04 {
width: 56.8%;
height: auto;
bottom: 17%;
left: 21.6%;
z-index: -1;
}
.video05 {
width: 56.8%;
height: auto;
bottom: 25.6%;
left: 21.6%;
z-index: -1;
}


/* -------------------------------------------------------------------- 
アコーディオン
-------------------------------------------------------------------- */
.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;
}

.container {
position: relative;
width: 100%;
max-width: 768px;
margin: 0 auto;
}

.image-a {
display: block;
}

.image-b {
position: absolute;
top: 0%;
left: 0%;
}

/* ofa_01 */

.box_cart {
position: relative;

}

.box_cart .cart_01 {
width: 85.6%;
position: absolute;
bottom: 1.4%;
left: 0%;
z-index: 1;
}

/* tell_01 */

.box_tell {
position: relative;

}

.box_tell .tell_01 {
width: 86.7%;
position: absolute;
bottom: 22%;
left: 7%;
z-index: 1;
}

/* tell link black */

a[href*="tel:"] {
pointer-events: none; /* PCではクリック無効 */
}

@media screen and (max-width: 640px) {
a[href*="tel:"] {
pointer-events: auto; /* スマホではクリック有効 */
}
}



/* 凄さが桁外れcontents*/


.box_sugosa {
position: relative;

}

.box_sugosa .kirari {
width: 90.4%;
position: absolute;
bottom: 0%;
left: 5%;
z-index: 1;
overflow: hidden;
}

.box_sugosa .kirari2 {
width: 41%;
position: absolute;
top: 23.2%;
right: 4%;
z-index: 1;
overflow: hidden;
}
.box_sugosa .kirari3 {
width:100%;
position: absolute;
top: 0;
left: 0%;
z-index: 2;
overflow: hidden;
}

/* coll_01 */

.box_call {
position: relative;

}

.box_call .call_01 {
position: absolute;
width: 78%;
bottom: 7.6%;
left: 11.2%;
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%;
right: 1.6%;
bottom: 0%;
}

.box_syousai .syousai_01:hover,
.box_syousai .syousai_01 a:hover {
opacity: 0.8;
}


/* 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;

}

.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%;
}


/* 点滅 */
.blink {
animation: tikatika 1.2s step-end infinite;
}

@keyframes tikatika {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

/* sns カルーセル右から */

@keyframes infinity-scroll-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}

.scroll-infinity {
background-image: url('https://ozio.jp/excludes/ozio/lp/bohc/ps_o_bohc_tk_0001/img/common/boserum-ww-re_top_18.jpg');
background-size: cover;
background-repeat: no-repeat;
}

.scroll-infinity__wrap {
display: flex;
overflow: hidden;
max-width: 768px;
}

.scroll-infinity__list {
display: flex;
list-style: none;
padding: 0;
}

.scroll-infinity__list--left {
animation: infinity-scroll-left 25s infinite linear 0.5s both;
}


ul.scroll-infinity__list.scroll-infinity__list--left {
margin: 0;
}

li.scroll-infinity__item {
margin: 0 8px;
}


/* 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;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{

bottom: 0;

}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 6px 30px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
/*background-color:;*/
height: 20px;
width: 20px;
}
.swiper-pagination-bullet {
background-color: gray;
}
.swiper-pagination-bullet-active {
background-color: #473002;
}

@media screen and (max-width: 768px) {
.slider_cl [class^="swiper-button-"]{
width: 30px;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 6px 10px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
/*background-color:;*/
height: 10px;
width: 10px;
}


}

/*矢印の位置調整*/
.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;
}
}

/* 背景画像の設定 */
.slbk {
position: absolute;
z-index: -1;
}


/* 滑らかな一定速度スクロール */
.slider_cl .swiper-wrapper {
transition-timing-function: linear !important;
}

/**230628 追従ボタンここから **/

#btn-syokai {
/* width: 214px !important; */
display: none; /* 初期状態で非表示 */
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;
}

.btn_op {
width: 1620px;
max-width: 100%;
margin: auto 0;
transition: opacity 5s ease;
}

/* スマホサイズにのみ適用するスタイル */
@media (max-width: 767px) {
#counter{

top: 62%;
left: 32.5%;
letter-spacing: -0.4rem;
font-size: 6.3rem;
width: 42%;

}

#btn-syokai {
width:100%;
bottom:-2.5%;
}

.pc-block {
display: none;
}

.sp-block {
display:block;
}

}

/**230628 追従ボタンここまで **/