/*---------------------------------------------------------------------------------

Theme Name: BV SHOWER ARM
Theme URI: 
Description: Welcome to BV SHOWER ARM
Author: Javed Bloch
Author URI: https://bvshowerarm.com/
Template: Divi
Version: 4.27.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.l-page__scroll {
    position: fixed;
    bottom: 0;
    left: 15.5em;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
	opacity: 0.7;
}
.l-page__scroll ._label {
    font-family: Shippori Mincho B1, serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "palt" on;
    line-height: 160%;
    color: #fff;
    letter-spacing: -.04em;
}
.l-page__scroll:after {
    display: block;
    width: 1px;
    height: 6.7rem;
    margin-top: 0.2rem;
    content: "";
    background-color: #fff;
    transform: scaleY(2);
    transform-origin: top center;
    animation: page-scroll 2.2s cubic-bezier(.25, .46, .45, .94) infinite;
}
@keyframes page-scroll {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}
/*-------------------------------------------------------------------------------------*/
/*#herotext h3,
#herotext p {
	opacity: 0;
	transition: all 0.9s ease;
}
#herotext:hover h3,
#herotext:hover p {
	opacity: 1;
	transition: all 0.9s ease;
}*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Apply the animation to the element */
.fadeani {
  animation-name: fadeIn;
  animation-duration: 4s; /* Adjust the duration as needed (e.g., 2s, 500ms) */
  animation-fill-mode: forwards; /* This ensures the element stays visible after the animation ends */
}
body.custom-background.et_cover_background{
  background-position: 0 0;
}
body,p{
  font-size: 16px;
  line-height: 30px;
}
body .et_pb_section{
  width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
#herosect{
  padding: 0;
  background: linear-gradient(194.98deg, #F9F9F9 56.33%, rgba(249, 249, 249, 0) 100.3%);
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
#headerow{
  width: 90%;
  padding: 35px 0px 10px;
  position: static;
}
#headerow .et_pb_column:first-child{
  width: auto;
  flex: 1;
}
#headerow .et_pb_column:last-child{
  width: max-content;
}
#logotxt p a{
  color: #003656;
}
#headerow.et-fixed-header{
  position: fixed;
  left: 0; right: 0;
  top: 0;
  width: 100%;
    max-width: 390px;
    background: linear-gradient(194.98deg, #F9F9F9 56.33%, rgba(249, 249, 249, 0) 100.3%);
    padding: 15px 20px 10px;
    background-color: #fff;
}
#herow{
  position: relative;
  background-size: 100%;
  background-position: top center;
}
#herow .et_pb_column {
    width: 100%;
    float: none;
}
#herow:before{
  content: '';
  width: 100%;
  height: 8%;
  background: #F9F9F9;
  background: linear-gradient(180deg, rgba(249, 249, 249, 1) 10%, rgba(87, 87, 87, 0) 100%);
  position: absolute;
  top: 0;
}
#herow:after{
  content: '';
  width: 100%;
  height: 15%;
  background: #B3C9D7;
  position: absolute;
  bottom: 0;
  visibility: visible;
}
#herow.et_pb_row.defaultrowidht{
  padding: 0px 0 30px;
}
#heroimgfirst{
  padding-top: 30px;
}
.et_pb_row{
  width: 100%;
}
.et_pb_row.defaultrowidht{
  width: 100%;
  padding: 0;
}
#glomobile .et_pb_menu__menu{
  display: none;
}
#glomobile .et_mobile_nav_menu{
  display: block;
}
#glomobile .et_pb_menu__wrap{
  justify-content: flex-end;
}
@media only screen and (max-width: 2500px) and (min-width: 981px){
#glomobile .mobile_nav .mobile_menu_bar:before{display: none;}
}
#glomobile .mobile_nav.opened .mobile_menu_bar:before{
  content: url(img/hburg2.png) !important;
}
#glomobile .mobile_nav .mobile_menu_bar:hover:before{
  content: url(img/hoverburger.svg);
}
#glomobile .mobile_nav .mobile_menu_bar:before{
  content: url(/wp-content/uploads/2026/01/menu.svg);
}
#glomobile ul{
  padding-left: 50px;
  padding-right: 50px;
  border-top: 0;
    padding-top: 15px;
    margin-top: 10px;
    list-style: none;
}
#glomobile ul li a{
  border: 0;
  position: relative;
}
#glomobile ul li a:after{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #003656;
  position: absolute;
  left: 0;
  top: 18px;
}
#glomobile ul li.active a:after{
  background-color: #70D6FF;
  opacity: 1;
}
#glomobile ul li.mobile-social-icons a:after{
  display: none;
}
#glomobile ul li.mobile-social-icons {
  width: 100%;
  margin-left: -5px;
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
#glomobile ul li.mobile-social-icons a{
  font-family: ETmodules;
  border: 1px solid #003656;
    border-radius: 100%;
    padding: 8px 10px;
}
#glomobile ul li.active{
  border-image: linear-gradient(to right, #70D6FF 0%, #065DD7 100%) 1;
  border-bottom-width: 1px;
  border-style: solid;
}
#glomobile ul li.active a{
  font-style: normal;
  background: linear-gradient(270.21deg, #065DD7 30.88%, #70D6FF 87.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
#headerow .et_pb_column,#glomobile,#glomobile .et_pb_menu_inner_container,#glomobile .et_pb_menu__menu{
  position: static;
}
#heroheading{
  padding: 0;
  margin-bottom: 255px;
}
#heroheading h4{
  font-style: normal;
  font-weight: 600;
  font-size: 37px;
  line-height: 149%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #118CE8;
  text-shadow: 0px 0px 10.64px #FFFFFF, 0px 0px 10.64px #FFFFFF, 0px 0px 10.64px #FFFFFF;
  padding: 0;
}
#heroheading h2{
  padding: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 57.8842px;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.08em;
  background: linear-gradient(91.23deg, #156AAA 1.05%, #0F456E 93.24%);
  -webkit-background-clip: text;
 -webkit-text-fill-color: #1364a1;
  background-clip: text;
  text-fill-color: transparent;
	text-shadow: 4px 4px 12px #FFFFFF, 4px 4px 12px #FFFFFF;
}
#heroheading h3{
  padding: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 37px;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.08em;
  background: linear-gradient(91.23deg, #156AAA 1.05%, #0F456E 93.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #1364a1;
  background-clip: text;
  text-fill-color: transparent;
	text-shadow: 4px 4px 12px #FFFFFF, 4px 4px 12px #FFFFFF, 4px 4px 12px #FFFFFF;
	/*color: white;
  text-shadow: 2px 2px 4px #fff;*/
}
#herotitle h6{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 161%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #606060;
  padding: 0;
}
#herotitle h2{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 3px;
  color: #727272;
  text-transform: uppercase;
  text-align: center;
}
.defaultflex{
  display: flex;
  align-items: center;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #bsarmbtn{
  background: linear-gradient(180deg, #70D6FF 0%, #065DD7 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 18px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #bsarmbtn:before{
  content: url(img/handlebg.png);
  position: absolute;
  display: block;
  opacity: 1;
    left: -23px;
    top: 1px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #bsarmbtn:after{
  content: url(img/btnarrow.svg);
  display: block;
    position: static;
    width: 16px;
    height: 16px;
    opacity: 1;
  line-height: 0;
    margin-left: 10px;
}
#herotext .et_pb_text_inner{
  padding: 37px 0 25px;
  position: relative;
}/*
#herotext .et_pb_text_inner:before{
  content: '';
  width: 387px;
  height: 209px;
  margin: 0 auto;
  background-image: url(img/txtblurbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0; right: 0;
  top: 0;
  z-index: -1;
}*/
#herotext .et_pb_text_inner:before{
	content: '';
	position: absolute;
	width: 370px;
	height: 150px;
	left: 10px;
	top: 18px;
	background: #FFFFFF;
	filter: blur(46px);
	border-radius: 96px;
}
#herotext h3{
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 170%;
  text-align: center;
  color: #015E95;
	padding-bottom: 0px;
}
.translated-ltr #herotext h3 {
	line-height: 80%;
}
#herotext p{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #015E95;
}
#bubletitle{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(192, 199, 204, 0.35);
  border-radius: 25px;
  margin: 22px auto 0;
  width: 100%;
  padding: 50px 25px;
}
#bubletitle:before{
  content: url(img/linewaterball.png);
  width: 100%;
  height: 65px;
  display: block;
  position: absolute;
  left: 10px;
  top: -31px;
}
#bubletitle h2{
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #003656;
}
#bubletitle h4{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #003656;
}
#bubletitle p{
  font-size:15px;
  line-height: 150%;
  color: #003656;
}
#swccimg {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
}
#swccimg:before{
  content: '';
  width: 1px;
  height: 50px;
  margin: 0 auto;
  background-color: #003656;
  position: absolute;
  left: 0; right: 0;
  top: -15px;
}
#homes2row{
  padding: 50px 20px 110px;
  clip-path: polygon(0px 0px, 100% 0px, 99.74% 93.53%, 50% 100%, 0px 93.43%);
  background-size: cover;
}/*
#titletxtbtn h3{
  font-style: normal;
  font-weight: 700;
  font-size: 22.1538px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 1.84615px 1.84615px 6.46154px rgba(0, 0, 0, 0.31);
  background-color: #586E95;
  width: max-content;
    margin: 0 auto;
    padding: 5px 5px 9px;
}*/
#titletxtbtn h2{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.31);
}
#tickmarklist{
  margin-top: -75px;
}
.ticklisbox{
  padding: 19px 20px;
  background: #FFFFFF;
  margin-bottom: 16px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
}
#tickmarklist ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#tickmarklist ul li{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.05em;
  color: #003656;
  background-image: url(img/tickmark.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  padding-left: 30px;
}
.ticklisbox p{
	font-size: 14px;
  letter-spacing: 0.5px;
}
img.wp-image-487 {
    width: 62%;
}
#brbround .et_pb_main_blurb_image {
	margin-bottom: 20px;
}
#brbround .et_pb_blurb_content{
  width: 260px;
  height: 370px;
  margin: 0 auto;
  display: flex;
    flex-direction: column;
    justify-content: center;
  background-size: contain;
}
#brbround.topupbrb{
  background-position-x: 33px;
}
#brbround.topupbrb1{
  margin-top: -100px;
}
#brbround.topupbrb2{
  margin-top: -100px;
  background-position-x: 33px;
}
#brbround p{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #003656;
  padding-left: 31px;
}
#homes3row{
  margin-top: -57px;
  background-image: url(img/bubblebg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
#homes3row:before{
  content: '';
  width: 48px;
  height: 41px;
  background-image: url(img/bubblebottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
#homes4row{
  padding: 15px 0 20px;
  background-image: url(img/catbarrybg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #EBFAFB;
}
#bordertbox{
  border-top: 1px solid #669BBB;
  border-bottom: 1px solid #669BBB;
  padding: 8px 0 10px;
  margin: 33px 0px;
}
#homes4row1 {
    padding: 33px 20px;
}
#bvsarmtitle h2{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #003656;
}
#bvsarmtitle p{
  color: #003656;
	padding-bottom: 0px;
}

#pointbox{
  box-sizing: border-box;
  padding: 26px 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 25px 20px 20px;
  margin-bottom: 50px;
}
#pointbox h2{
  font-style: normal;
  font-weight: 800; 
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05px;
  color: #003656;
}
#pointbox p {
	font-size: 15px;
	line-height: 150%;
}
#pointbox h4{
  margin-top: -60px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  background: linear-gradient(139.04deg, rgba(230, 235, 239, 0.8) 0%, #AFB9C0 77.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#pointbox h4 span{
  font-size: 64px;
  line-height: 72px;
}
#pointbox p:last-child{
  text-align: left;
}
#homes4row2{
  background-size: contain;
  padding: 22px 30px 35px;
    background-position-x: 15px;
    background-position-y: -3%;
}
#avatarboxstyle{
  padding: 22px 15px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
#avatarboxstyle span{
  display: block;
}
#avatarboxstyle p {
	font-size: 14px;
	line-height: 160%;
}
.avitorbox{
  display: flex;
}
.avtarimg{
  width: 47px;
}
.infotext{
  flex: 1;
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0px;
  color: #003656;
	padding-bottom: 12px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:after{
  transition: all 0.9s ease;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button:hover:after{
  margin-left: 20px !important;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #justarrow{
  background: linear-gradient(180deg, #70D6FF 0%, #065DD7 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 15px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
body .et_pb_section #homes4row2 .et_pb_button_module_wrapper{
  margin-top: 30px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #justarrow:after{
  content: url(img/btnarrow.svg);
  display: block;
    position: static;
    width: 16px;
    height: 16px;
    opacity: 1;
  line-height: 0;
    margin-left: 10px;
}
#bvsarmtitle.txtshadow h2{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  color: #003656;
	margin-top: 48px;
}
#bvsarmtitle.txtshadow h2 span{
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 145%;
  text-align: center;
  background: linear-gradient(139.04deg, #BEDAF5 0%, #0E67AA 77.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#homes5row.defaultrowidht{
  padding: 50px 0 90px;
}
#homes5row.bguptop{
  background-position: center -20px;
}
#bvsarmtitle.txtshadow{
  margin-bottom: 50px;
}
#homes5row .et_pb_module.storyprtxt{
  margin-bottom: 20px;
}
#reasonslider{
  margin-bottom: 35px;
}
#reasonslider .dica-item{
  filter: drop-shadow(9px 10px 4px rgba(117, 131, 154, 0.3));
  margin-bottom: 18px;
}
#reasonslider .swiper-pagination-bullet{
  width: 14px;
  height: 7px;
  background: #D9D9D9;
  border-radius: 8.75px !important;
}
#reasonslider.dica_divi_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 28px;
  background: linear-gradient(139.04deg, #BEDAF5 0%, #4E87B2 77.05%);
}
#reasonslider .dica_divi_carouselitem .dica-image-container img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#jtrikonimg{
  margin-bottom: 40px;
}
#bvsarmtitle.redtext h2{
  font-family: 'Noto Sans JP',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #C51619;
}
#bvsarmtitle.redtext h2 span{
  font-weight: 800;
  font-size: 35px;
  line-height: 140%;
}
#bvsarmtitle.redtext p{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #003656;
}
#instagropu{
  padding: 21px 0 37px;
}
#homes7row2{
  box-sizing: border-box;
  border: 2px solid #67B6E3;
  border-radius: 32px;
  margin: 30px auto 0;
  width: 90%;
  padding: 0;
  background-color: #fff;
}
#rowheader{
  border-radius: 28px 28px 0 0;
  padding: 0;
}
#rowheader p{
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.07em;
}
#homes7{
  background-image: url(/wp-content/uploads/2025/12/faqitembg.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: contain;
	background-attachment: fixed;
}
#homes7row {
    padding: 0;
    width: 100%;
}
#homes7row2 .et_pb_module{
  padding: 0px 10px;
}
#bvsarmtitle.txtshadow1 h2{
  font-style: normal;
  font-weight: 800;
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(104.23deg, #156AAA 14.42%, #0F4A77 47.59%, #082A44 80.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.promobox{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 10px;
}
.promoldprice,.arrowimg,.arrowimg,.promoregular{
  width: max-content;
}
.arrowimg span:first-child{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 0;
  border: 0.639663px solid #003656;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  font-size: 10.2346px;
  line-height: 135%;
  text-align: center;
  color: #003656;
  width: max-content;
  margin: 18px auto 0px;
}
.promoldprice span:last-child{
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  text-align: center;
  color: #003656;
  position: relative;
    padding-top: 0px;
}
.promoldprice span:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background: red;
    transform: rotate(10deg);
    transform-origin: center;
}
.promoldprice span:last-child strong{
  font-size: 17px;
  line-height: 135%;
}
.promoldprice span:last-child small{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 700;
  font-size: 6.12919px;
  line-height: 135%;
  color: #003656;
  position: absolute;
  right: -5px;
    top: 0px;
}
.promoregular{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 135%;
  color: #E42222;
}
.promoregular span{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 135%;
  color: #E42222;
}
.heightprice{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.heightprice span.textprice{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #003656;
}
.heightprice span{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 135%;
  color: #E42222;
  position: relative;
}
.heightprice span strong{
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 135%;
  letter-spacing: -0.12em;
}
.heightprice span small{
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 135%;
  color: #E42222;
  position: absolute;
  right: -13px;
    top: 18px;
}
.playbtns {
    line-height: 0;
    margin: 10px auto;
}
.bvbutton{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background: linear-gradient(180deg, #70D6FF 0%, #065DD7 100%);
  border-radius: 42px;
  margin-bottom: 20px;
  width: 90%;
    margin: 12px auto 30px;
    position: relative;
}
.bvbutton a{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: block;
    width: 100%;
}
.bvbutton a span{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFF167;
  display: block;
}
.bvbutton:hover svg{
  right: 15px;
  transition: all 0.9s ease;
}
.bvbutton svg {
    position: absolute;
    right: 24px;
    transition: all 0.9s ease;
}
#notepadbox{
  box-sizing: border-box;
  padding: 18px 26px 26px;
  background: #FFFFFF;
  margin-top: 30px;
}
.inctxt{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #003656;
  display: block;
  margin-bottom: 10px;
}
.txtbgstyle{
  background: linear-gradient(270.49deg, #D8E4EB 0.13%, #D3E2EB 15.23%, #BAD7E8 98.26%);
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #003656;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
#faqblockrow{
  position: relative;
  background: linear-gradient(319.04deg, #9AC7F1 22.95%, #2D71A4 100%);
}
#faqblockrow .et_pb_column {
  float: none;
}
#faqblockrow.defaultrowidht{
  padding: 30px 20px;
}
#faqtitletext{
  margin: 0;
  margin-bottom: 30px;
}
#faqtitletext h2{
  padding: 0;
}
#faqaccrodin .et_pb_toggle_open .et_pb_toggle_title:before{
  content: url(/wp-content/uploads/2025/12/closeicon.svg) !important;
  font-family: FontAwesome !important;
    font-weight: 900 !important;
    position: absolute;
    right: 0;
    left: auto;
    font-size: 16px;
    color: #156AAA;
    top: 41%;
    margin-top: -.5em;
    visibility: visible;
    opacity: 1;
    display: block;
}
#faqaccrodin.et_pb_toggle_open .et_pb_toggle_title:before{
  content: url(/wp-content/uploads/2025/12/closeicon.svg) !important;
  font-family: FontAwesome !important;
    font-weight: 900 !important;
    position: absolute;
    right: 0;
    left: auto;
    font-size: 16px;
    color: #156AAA;
    top: 41%;
    margin-top: -.5em;
    visibility: visible;
    opacity: 1;
    display: block;
}
#faqaccrodin .et_pb_toggle_close .et_pb_toggle_title:before{
  content: url(/wp-content/uploads/2025/12/openplusicon.svg) !important;
  top: 31%;
}
#faqaccrodin.et_pb_toggle_close .et_pb_toggle_title:before{
  content: url(/wp-content/uploads/2025/12/openplusicon.svg) !important;
  top: 31%;
}
#faqaccrodin .et_pb_toggle .et_pb_toggle_title:before{
  color: #156AAA !important;
}
#faqaccrodin .et_pb_toggle .et_pb_toggle_title:after{
  content: url(/wp-content/uploads/2025/12/qicon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
#faqaccrodin.et_pb_toggle .et_pb_toggle_title:after{
  content: url(/wp-content/uploads/2025/12/qicon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
#faqaccrodin .et_pb_toggle .et_pb_toggle_content{
  position: relative;
  padding-left: 30px;
    padding-top: 15px;
}
#faqaccrodin.et_pb_toggle .et_pb_toggle_content{
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.3px;
  position: relative;
  padding-left: 30px;
    padding-top: 15px;
}
#faqaccrodin .et_pb_toggle .et_pb_toggle_content:before{
  content: url(/wp-content/uploads/2025/12/aicon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
}
#faqaccrodin.et_pb_toggle .et_pb_toggle_content:before{
  content: url(/wp-content/uploads/2025/12/aicon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
}
#faqaccrodin .et_pb_toggle{
  background-color: #fff;
}
#faqaccrodin.et_pb_toggle{
  background-color: #fff;
}
#faqaccrodin .et_pb_toggle_open .et_pb_toggle_title{
  border-bottom: 1px solid #D0CDCB;
  padding-bottom: 15px;
  transition: all 0.5s ease;
}
#faqaccrodin .et_pb_toggle_title{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.3px;
  background: linear-gradient(104.23deg, #156AAA 14.42%, #0F4A77 47.59%, #082A44 80.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 20px;
}
#faqblockrow1{
  background-image: url(img/messageboxbg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 25px;
}
#messageboxbg:before{
	content:"";
	background-image: url(/wp-content/uploads/2026/01/vector.png);
	background-repeat: no-repeat;
	position: absolute;
    width: 380px;
    height: 72px;
    left: -2em;
    top: 7.5em;
}
#messageboxbg h2 {padding-bottom: 17px;}
#messageboxbg{
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 30px 16px;
}
#messageboxbg span.mst,
#messageboxbg strong.prt {
    padding-top: 16px;
    line-height: 2.6em;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #yellowbtn{
  background: linear-gradient(180deg, #FFE172 0%, #E1701A 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 15px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
body .et_pb_section #faqblockrow1 .et_pb_button_module_wrapper{
  margin-top: 30px;
}
body .et_pb_section .et_pb_row .et_pb_button_module_wrapper #yellowbtn:after{
  content: url(img/btnarrow.svg);
  display: block;
    position: static;
    width: 16px;
    height: 16px;
    opacity: 1;
  line-height: 0;
    margin-left: 10px;
}
#ftinfo p,#copyright p{
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
#copyright{
  margin-top: 20px;
}
#copyright p{
  font-weight: 400;
}
#bvsarmtitle.textsizeinc h2{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #003656;
}
#globalfooterow{
  width: 90%;
}
#desktopmenublock {
    position: fixed;
    right: 10%;
    top: 30%;
    padding: 0;
    background-color: transparent;
}
#desktopmenurow,#bodypoleleftrow{
  padding: 0;
}
#bodypoleleft {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
    max-width: 500px;
}
#bodypoleleftrow {
    height: 100%;
}
#bodypoleleftrow .et_pb_column{
  float: none;
  margin: 0;
    min-height: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#desktopmenu .et_pb_menu_inner_container,#desktopmenu .et-menu-nav,
#desktopmenu .et_pb_menu__wrap,#desktopmenu .et_pb_menu__menu,
#desktopmenu ul{
  display: block;
  margin: 0;
    padding: 0;
}
#desktopmenu ul{
  padding-top: 18px !important;
}
#desktopmenu ul li{
  display: block;
  text-align: left;
  margin: 0 0 15px;
    padding: 0;
    border-bottom: 1px solid transparent;
}
#desktopmenu ul li a{
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #003656;
}
#desktopmenu ul li.active,
#desktopmenu ul li:hover{
  /*border-image: linear-gradient(to right, #70D6FF 0%, #065DD7 100%) 1;*/
	border-image: linear-gradient(to right, #065DD7 0%, #70D6FF 100%) 1;
  border-bottom-width: 1px;
  border-style: solid;
}
#desktopmenu ul li.active a,
#desktopmenu ul li:hover a{
  font-style: normal;
  background: linear-gradient(270.21deg, #70D6FF 30.88%, #065DD7 87.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 1;
}
ul#polesocial {
    text-align: left;
}
#siztxtnoto {
    margin-top: 20px;
    margin-bottom: 15px;
}
#siztxtnoto p{
  font-size: 12px;
  line-height: 20px;
}
#stickylogo {
    margin: 36px 0px 0 36px;
}
#scrodownimg{
  margin: 0 0px 36px 36px;
}
#stickylogo h2{
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 58px;
  color: #003656;
  text-transform: uppercase;
}
.bsapolebox:hover {background-color: #ffffffc4;}
.bsapolebox{
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 25px;
	width: 360px;
}
#sidesbar p {
    display: none;
}
#sidesbar p.dblock {
	display: block;
}
.polebox{
  flex: 1;
}
.poleimg{
  width: 97px;
  line-height: 0;
}
.polebox h4{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  background: linear-gradient(104.23deg, #156AAA 14.42%, #0F4A77 47.59%, #082A44 80.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.polebox p{
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(104.23deg, #156AAA 14.42%, #0F4A77 47.59%, #082A44 80.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#videoimgbtn img.wp-image-445 {
	width: 85%;
}/*
#videoimgbtn a:hover:before{
  content: "";
	background-image: url(/wp-content/uploads/2026/01/videotab-img.png);
  transition: all 0.9s ease;
}
#videoimgbtn a:hover img,*/.playbtns:hover img {
    display: none;
    transition: all 0.9s ease;
}
.playbtns:hover:before{
  content: url(/wp-content/uploads/2025/12/hoveplayvideo.png);
	transition: all 0.9s ease;
}
@keyframes fluffy-float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); } /* Adjust the -10px for height */
  100% { transform: translateY(0px); }
}
.fluffy-animation {
  animation: fluffy-float 3s ease-in-out infinite; /* Adjust timing as needed */
}

#brbround .et-animated {
    width: 48%;
}

#brbround:last-child .et-animated {
    width: 35%;
}

@media only screen and (max-width: 1700px){
  #desktopmenublock {
    right: 5%;
  }
}
@media only screen and (max-width: 1300px){
  #bodypoleleft,#desktopmenublock{
    max-width: 380px;
  }
  #desktopmenublock {
    top: 23%;
    right: 1%;
  }
}
@media only screen and (max-width: 1100px){
  #bodypoleleft,#desktopmenublock{
    max-width: 300px;
  }
  #stickylogo {
    margin: 36px 0px 0 20px;
  }
  #stickylogo h2{
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1900px){
	#glomobile .mobile_nav .mobile_menu_bar:before {display: none;}
}

@media only screen and (max-width: 980px){
  #desktopmenublock,#bodypoleleft {
    display: none;
  }
  #glomobile ul{
    top: 7%;
  }
  #headerow .et_pb_column:last-child {
    width: max-content !important;
  }
	#globalfooterow .et_pb_column {
		width: 50% !important;
	}
}
@media only screen and (max-width: 400px){
	#herow:after {
		height: 30%;
	}
	.promoldprice span:last-child small {
		top: -8px;
	}
	#bvsarmtitle.txtshadow1 h2 {
		font-size: 25px;
	}
	.promoldprice span:last-child,
	.promoregular,
	.heightprice .textprice {
		font-size: 16px;
	}
	.heightprice span {
		font-size: 48px;
	}
	.heightprice span small {top: 3px;}
}