@charset "utf-8";
/*****************/
/*sm*/
@media screen and (min-width: 544px) {
}
/*md*/
@media screen and (min-width: 768px) {
}
/*lg*/
@media screen and (min-width: 992px) {
}
/*xl*/
@media screen and (min-width: 1200px) {
}
/*****************/

/********headerSt*********/

.head_raku{
padding: 1rem 0 0 0;
}

.head_raku a{
color: #999999;
}

.head_cart {
padding: .3rem 0 0 0;
}

.head_cart a{
display: block;
width: 3.1rem;
height: 3.1rem;
border: 1px solid #cccccc;
color:#0eabc3;
padding: .6rem .2rem .2rem .2rem;
}

@media screen and (min-width: 992px) {

.head_logo a img{
width: 16rem;
}

.head_list div{
border-right: 1px solid #999999;
padding:  .1rem .4rem .1rem .4rem;
margin-bottom: 1rem;
}
.head_list div:last-child{
border-right: none;
}

.head_cart a{
display: block;
width: 5.5rem;
height: 5.5rem;
border: 1px solid #cccccc;
padding: 1.7rem .2rem .2rem .2rem;
text-align: center;
color: #999999;
}

}

/* button, textarea, select */
#head_form21 > form > input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#head_form21 > form > input[type="text"] {
  width: 100%;
  padding: 0.6rem 0 .5rem .7rem;
  font-size: .8rem;
  background: #f4f4f4;
}
#head_form21{
	position:relative;
}
.sBtn21{
	display: inline-block;
    font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#555555;
	font-weight: 900;
	position:absolute;
	right:30px;
	top:10px;
}
.sBtn21:hover{
	color:#0eabc3;
	cursor:pointer;
}

/********headerEn*********/

/********navSt*********/
.nav_wrap{
background: #000000;
}
.nav_cont{
}

.nav_cont a{
color: #ffffff;
border-right: 1px solid #ffffff;
}
.nav_cont div{
  }
.nav_cont a:last-child{
border-right: none;
}

/********navEn*********/


/********indexSt*********/
.slider_iframe{
height: 250px;
}

.slider_main {
	min-height:250px;
	margin: 0;
}
.slider_iframe {
    display: block;
	width:1px;
	min-width: 100%;
	*width: 100%;
	height:100%;
}

@media screen and (min-width: 0px) {
}
@media screen and (min-width: 576px) {
.slider_main {
	min-height:310px;
}
}
@media screen and (min-width: 768px) {
.slider_main {
	height:470px;
}
}
@media screen and (min-width: 1024px) {
.slider_main {
	height:470px;
}
}
@media screen and (min-width: 1200px) {
.slider_main {
	height:590px;
}
}
@media screen and (min-width: 1500px) {
.slider_main {
	height:590px;
}
}
@media screen and (min-width: 1900px) {
.slider_main {
	height:590px;
}
}



.info21_wrap{
background: #eeeeee;
text-align: center;
padding: .7rem 0 .7rem 0;
font-size: .8rem;
}


/********indexEn*********/



/************************footerSt*************************/

.footer21_border{
border-top: #eeeeee solid 15px;
	position: relative;
	padding: 5rem 0 0 0;
}

.footer21_border::after {
	content: '';            	/* 擬似要素に実体を持たせる */
	width: calc(100%);    /* 外側の線になる要素の幅を指定する*/
	height: calc(100%);   /* 外側の線になる要素の高さを指定する */
	border-top: 1px solid #00a8bd;    	/* 外側の線になる一本線の枠線をひく*/
	position: absolute;        	/* 外側の線の位置を自由に動かせるようにする */
	top: 0px;            		
	left: 0px;            		
}


/********accordion St*********/
#accordion_menu a[data-toggle="collapse"]{
display: block;
position: relative;
}

#accordion_menu a[data-toggle="collapse"]::after,#accordion_menu a[data-toggle="collapse"]::before{
content: "";
position: absolute;
right: 1.25em;
top: 0.3rem;
width: 1px;
height: 0.9em;
background-color: #999;
transition: all 0.3s;
display: block;
}

#accordion_menu a[aria-expanded=false]::after{
transform: rotate(90deg);
transition-duration: 0.3s;
}

#accordion_menu a[aria-expanded=true]::after,#accordion_menu a[aria-expanded=true]::before{
transform: rotate(90deg) !important;
transition-duration: 0.3s;
}

ul.acd_in li::after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: rotate(45deg);
}
ul.acd_in li a{
display: block;
}



/********accordion En*********/


.footer_wrap{
background: #eeeeee;
}

.footer_info{
color: #0eabc3;
}
.footer_info img{
width: 40%;
}

@media screen and (min-width: 992px) {
.footer_info img{
width: 200px;
}
.footer_ul li{
width: 50%;
float: left;
}
}

.ranking_wrap21_footer{
background: #eeeeee;
padding: 5rem 0 4rem 0;
margin-bottom: 5rem;
}
.ranking_foot21{
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
@media screen and (min-width: 992px) {
.ranking_wrap21_footer{
padding: 10rem 0 6rem 0;
margin-bottom: 7rem;
}
.ranking_foot21{
overflow-x: hidden;
}
}


.style22_wrap_footer {
margin-bottom: 2rem;
}

.style22_wrap_footer > div > figure {
display:block;
overflow: hidden;
width: 100%;/* トリミング幅 */
height: 250px;/* トリミング高さ */
position: relative;
text-align:center;
margin-bottom: 0!important;
}

.style22_wrap_footer > div:nth-child(odd){
padding-right: 0.3rem!important;
margin-bottom: .5rem;
}

.style22_wrap_footer > div:nth-child(even){
padding-left: 0.3rem!important;
margin-bottom: .5rem;
}

.style22_wrap_footer > div > figure > img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}

@media screen and (min-width: 992px) {
.style22_wrap_footer > div{
padding:0  0.5rem 0 0!important;
}
.style22_wrap_footer > div:last-child{
padding-right: 0rem!important;
}
.style22_wrap_footer > div > figure {
height: 450px;/* トリミング高さ */
}

}
/************************footerEn*************************/




/************************content common St*************************/

.head_iframe{
height: 250px;
}
@media screen and (min-width: 768px) {
.head_iframe{
height: 280px;
}
}
@media screen and (min-width: 992px) {
.head_iframe{
}
}

.footer_iframe{
height: 5150px;
position: absolute;
z-index: +999;
}

@media screen and (min-width: 544px) {
.footer_iframe{
height: 5600px;
}
}
/*md*/
@media screen and (min-width: 768px) {
.footer_iframe{
height: 6220px;
}
}
/*lg*/
@media screen and (min-width: 992px) {
.footer_iframe{
height: 5490px;
}
}
/*xl*/
@media screen and (min-width: 1200px) {
.footer_iframe{
height: 5820px;
}
}


.tittle_sub{
margin-bottom: 2rem;
}

.tittle_sub h2{
color: #ffffff;
background: #0eabc3;
}


.tittle_main h1{
font-weight: bold;
letter-spacing: 0.1rem;
font-size: 1.5rem;
}


.tittle_main h1::first-letter{
color: #0eabc3;
font-size: 1rem;
display: inline-block;
padding-right: .3rem;
}

@media screen and (min-width: 992px) {
.tittle_main h1{
letter-spacing: 0.1rem;
font-size: 2.5rem;
}

}


/************* tot back **************/

.top_wrap{
	overflow:hidden;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 1rem;
	margin-bottom:0;
	z-index:999999999;
}

#page-top a {
    background: #0eabc3;
    text-decoration: none;
    color: #fff;
    width: 4rem;
    padding: 0.8rem 0 0.5rem;
    text-align: center;
    display: block;
	z-index:999999999;
}

#page-top a:hover {
    text-decoration: none;
    background: #0eabc3;
}


/************************content common En*************************/




/************* brand **************/
.brand_list {
	font-size:14px;
}

.brand_list  dt {
	font-size:16px;
	margin-bottom: 1.5rem !important;
}

.brand_list  dd {
	margin-bottom: -1rem !important;
}

.brand_list  dd  > a {
	display: block;
}

.brand_list dd > a > p {
    margin: 5px auto;
}

.brand_list dd > a span.b_hot,
.brand_list dd > a span.b_new {
	display:none;
}

.brand_list  dd  > a  > img {
	border: 1px solid #ccc;
	padding: 1.5rem;
}

.col.g_nav18_b_img > a > p.b-name,
.col.g_nav18_b_img > a > p.b-date {
    display: none;
}

/**/
.brand_list dt {
    font-size: 1.7rem;
    margin-bottom: 1.1rem !important;
}

.brand_list dd:nth-child(odd) {
	padding-left:0.5rem !important;
}
.brand_list dd:nth-child(even) {
	padding-right:0.5rem !important;
}

@media screen and (min-width: 992px) {
#b_50on ul {
	margin: 0 4rem 1rem;
}

#b_check  ul {
	margin: 0px 11rem 1rem;
}

.brand_list dd:nth-child(odd) {
	padding:0.8rem !important;
}
.brand_list dd:nth-child(even) {
	padding:0.8rem !important;
}
.brand_list  dd  > a {
	font-size:1rem;
}


}
@media screen and (max-width: 992px) {
#b_a-z ul > li {
	max-width: 14% !important;
	flex-basis: inherit !important;	
}
#b_50on ul > li {
	max-width: 16.666667% !important;
	flex-basis: inherit !important;	
}
ul.pws_tabs_controll > li > a {
	padding-bottom: 0.5rem !important;
}
.brand_list dd {
    margin-bottom: 1rem !important;
}
}



/*bootstrap 上書きここから*/
@keyframes fadeIn {
    from {
        opacity:0.2;
    }
    to {
        opacity:1;
    }
}
.nav-pills .nav-link {
  border-radius: 0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom:2px #0eabc3 solid;
  background:#FFF;
  color:#666;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.nav-link{
	padding:0;
}
.nav-pills .nav-link.active:before,
.nav-pills .show > .nav-link {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #0eabc3;
    animation-name: fadeIn;
    animation-duration: 1s;
}
/*bootstrap 上書きここまで*/


/************* brand En**************/


/************************aboutSt*************************/
.about_tittle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
color: #fff;
font-size: 1.2rem;
letter-spacing: 1.2px;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 992px) {
.about_tittle{
font-size: 2rem;
letter-spacing: 1.2px;
}
}

/************************aboutEn*************************/




/************************styleSt*************************/

.style22_wrap{
border-bottom: 1px solid #cccccc;
padding: 0 0 2rem 0;
margin-bottom: 2rem;
}

.style22_wrap > figure {
display:block;
overflow: hidden;
width: 100%;/* トリミング幅 */
height: 250px;/* トリミング高さ */
position: relative;
margin-bottom:0rem;
}
@media screen and (min-width: 992px) {
.style22_wrap{
padding: 0 0 4rem 0;
margin-bottom: 4rem;
}

.style22_wrap > figure {
height: 650px;/* トリミング高さ */
}

}
.style22_wrap > figure > img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}

.style22_item {
align-content:flex-end;
}

.style22_item > div{
margin-bottom: .5rem;
overflow:hidden;
position: relative;
}
.style22_item > div:hover{
opacity: 1;
}

.style22_item > div:nth-child(odd){
padding: 0 .2rem 0 0;
}

.style22_item > div:nth-child(even){
padding: 0 0rem 0 0.2rem;
}

.style22_item > div > a > img{
width: 100%;
}

.style22_item > div > a {
display: block;
border-bottom: 2px solid #cccccc;
text-align: center;
font-size: .8rem;
}

.style22_item > div > a > p{
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.3s ease;
	transition:		all 0.3s ease;
}
.style22_item > div > a > p:hover{
opacity: 1;
}

.style22_item > div > a > p > span{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin:0;
padding:0;
text-align: center;
font-size: .7rem;
line-height: .7rem;
}


  
  
/************************styleEn*************************/



/************************rankingSt*************************/
.ranking_wrap21{
background: #eeeeee;
}

.ranking_cont21 div a{
background: #ffffff;
display: block;
height: 100%;
}

.ranking_cont21 div a p{
 height:1.5rem;
 width:1.5rem;
 border-radius:50%;
 line-height:1.5rem;
 text-align:center;
 background: #000000;
 color: #ffffff;
}

/************************rankingEn*************************/



/* feature  video style*/

.video_wrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
