﻿/*おすすめマーク*/
.cat-icon-01 {
	position: absolute;
	left: 5px;	/*ボックスの左から5pxの場所に配置*/
	top: 5px;	/*ボックスの上から5pxの場所に配置*/
	background :#f891b5;	/*背景色（※古いブラウザ用）*/
	background: rgba(246,68,130,0.6);	/*rgbaでの背景色。左３つが色指定で最後の小数点が透明度。*/
	color: #fff;	/*文字色*/
	border-radius: 50px;	/*角丸の指定。数字が大きければ正円になります。*/
	width: 50px;	/*幅*/
	line-height: 50px;	/*行間（高さ）*/
	text-align: center;
	font-size: 9px;	/*文字サイズ*/
	overflow: hidden;
	transform: rotate(-30deg);	/*左回転で30度傾ける設定*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}


.page-top-detail {
	width: 85%;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.cc-print {
	width: 100%;
	text-align: right;
}

.top-bn {
	width: 100%;
	margin: -125px auto 20px;
	display: flex;
	justify-content: space-between;
}

.top-bn > div {
	position: relative;
}

.t-kou2 {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: -55px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	animation-iteration-count: infinite;
}

@media (max-width : 480px){

.t-kou2 {
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: -50px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	animation-iteration-count: infinite;
}

}


.t-kou2 + .t-kou2 {
	left: 5px;
}

.animation {
  animation-duration: 1s; 
  animation-name: pulse;
}

.type-2 {
  animation-duration: 3s; 
}

.type-1 {
  animation-duration: 3.2s; 
}

@keyframes pulse {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.t-kou2 img {
	max-width: 100%;
	height: auto;
}


.top-bn02 {
	width: 860px;
	margin: 0 auto 20px
}

.top-bn02 ul {
	margin: 0;
	padding: 0;
}

.top-bn02 li {
	list-style-type: none;
	margin-bottom: 10px;
}


.page-too-text {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	width: 80%;
	color: #333333;
}

.page-too-text-ga {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	width: 70%;
	color: #333333;
}

#forming-box {
	text-align: left;
	width: 96%;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 3px;
}

.forming-table {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


/*-=================
   装飾
   ===================*/
   
a img:hover{
  opacity: 1;
}

a {
	text-decoration: none;

}
a img {
	text-decoration: none;

}

.page-tt-banner {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 98%;
	padding-bottom: 15px;
	background: url(""), linear-gradient(to bottom, #6dd7e8 0%,#12ade5 100%);
	border-radius: .5em;
}

.page-tt-banner p {
	margin: 0;
	line-height: 2.5em;
	font-weight: bold;
}

.text-shadow {
	color: #FFFFFF;
	font-size: 20px;
	font-weight:bold

}
/*-=================
	text-shadow: 1px 1px 0 #000,
               -1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff;
===================*/			   

/*-=================
  ifame関連
  
  iframe{
	width:100vw;
	
	#i_side {
	max-width:0px;
	display:inline-block;
}

}
===================*/



i_header{
	margin:0 auto;
}

iframe#i_fixed_right_banner{
	position:fixed;
	right:0;
	top:10%;
	width:120px;
}

.footer{
	width:100%;
}

.footer a {
	text-decoration: none;
}

#i_footer{
	width:100%;
	height:1250px;
	z-index:1001;
}

/*-------PCのみ読み込み-------*/

@media screen and (min-width:961px){
	
#i_footer{
	width:100%;
	height:1250px;
	z-index:1001;
}


}

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

}

 /*---------スマートフォン用
 #sp_side_nav{
	position:relative;
	padding-top:150%;
}

#sp_i_side{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
------------*/
@media screen and (max-width:960px){
	
#header_box{
	margin-top:50px;
}



.menu{
	display:block;
}

#search_stretch{
	display:none;
}

.ftMrk01 {
	display: none;
}

}

/*スマートフォン用（480px以下）環境の設定
--------------------------------*/
@media (max-width : 480px){

.mb-show {
	display: none;
}


}


/*タブレット用（481px～800px）環境の設定
------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){
.mb-show {
	display: block;
}

}

/*タブレット用（481px～1023px）環境の設定
------------------------------------------------*/
@media (min-width:481px) and (max-width:1023px){

}

/*==============
　iPAD X タブレット用　1023pxまで
==*/

@media screen and (max-width: 1023px){


}




/*-=================
   全体
===================*/

#two_column_box{
	width:100%;
}

#sp_side_nav{
	display:none;
}

.pc_unshow{
	color:#216ada;
	display:none;
}

.pc_unshow2{
	display:none;
}


/*---------------------PCのみ読み込み--------------------------*/

@media screen and (min-width:961px){
#main_wrapper{
	max-width:960px;

}

}
 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){

/*--スライダー↓--*/
.sp-thumbnails{
	display:none;
}
/*ナビゲーションボタンの色*/
.sp-button {
  background-color: #ccc;
  border:none;
    width:7px;
    height:7px;
    margin:auto 8px;
}
.sp-selected-button {
  background-color: #216ada;
}

/*--スライダ↑ー--*/

#index_wrapper{
	width:100vw;
}

#main_wrapper{
	width:100vw;
	margin:0px;
	padding:0;
	display:block;
}

#two_column_box{
	width:100%;
	margin:0px;
	padding:0;
}

#sp_side_nav{
	display:block;
	width:100%;
}
iframe#i_side{
	display:none;
}
iframe#i_fixed_right_banner{
	display:none;
}
#index_wrapper{
	width:100%;
}
#main_wrapper{
	width:100%;
	margin:0px;
	padding:0;
	display:block;
}

#header_navi{
	display:none;
}

.header_logo{
	display:none;
}
.pc_unshow{
	display:inline-block;
}
.pc_unshow2{
	display:inline-block;
}


}

 
 /*-=================

   ヘッダーメニュー
   
===================*/

#header_navi{
	margin:0;
	margin-right:10px;
	width:100vw;
}

#header_navi ul li {
	display:inline-block;
    list-style-type: none;
	font-size:0.9em;
}


#header_navi ul{
	margin-right:30px;
}

#header_navi li + li{
	margin-left:5px;
}

#header_navi{
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	color: #000000;
}

#header_navi a {
	text-decoration:none;
}


/*-=================

   ヘッダー上部
   
===================*/

#header {
	width: 980px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

ul{
	margin:10px 0;
	padding:0;
}

#header ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 0.9em;
	margin-right: 0px;
	padding-right: 5px;
	margin-left: 0px;
	padding-left: 5px;
}

.header_logo {
	width: 69%;
	min-width: 540px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.header_logo li + li{
	margin-left:20px;
}

.icon_btn li + li{
	margin-left:20px;
}

.icon_btn {
	margin: 0px;
	padding: 0px;

}

.icon_btn a {
	position:relative;
	text-decoration:none;
	z-index:1;
}

.icon_btn a:hover {
	text-decoration:none;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.icon_btn a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
	z-index: -1;
 }
 
.icon_btn a:hover:after {
  transform: scale(1, 1);
}
 
.icon_btn i{
	color: #216ada;
	font-size: 2.3em;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: right;
	position: absolute;
	left: 20%;
	top: -250%;
}

/*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
    /*　画面サイズが960pxからここを読み込む　*/

.icon_btn{
	display:none;
}
.sp_icon_btn{
	width: 93%;
	display: block;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: #2179DB;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2.3em;
	margin-top: 30px;
	margin-right: 0px;
}

.sp_icon_btn a{
	display:block;
	color:#fff;
	width:100%;
	text-decoration:none;
}

.sp_icon{
	padding:0 10px;
}


.oto-icon_btn{
	display:none;
}
.oto-sp_icon_btn{
	width: 87%;
	display: block;
	border-radius: 10px;
	background-color: #990000;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.oto-sp_icon_btn a{
	display:block;
	color:#fff;
	width:100%;
	text-decoration:none;
}

.oto-sp_icon{
	padding:0 10px;
}

}
/*-=================

   ドロップダウンメニュー
   
===================*/
.drp_menu input {
    display: none;
}

.nav-unshown {
  display:none;
  transition:none;
}

/*---------------------PCのみ読み込み--------------------------*/


@media screen and (min-width:961px){
	
.menu a {
	text-decoration: none;
	color: #FFF;
}
.menu {
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.menu > li {
    float: left;
    width: 16%; /* グローバルナビ5つの場合 */
    height: 40px;
    line-height: 40px;
    background: #0080FF;
}

.menu > li {
    display: block;
    color: #fff;
}

ul.menu__second-level li a {
	color: #990000;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style:none;

}

ul.menu__second-level li {
	color: #FFFFFF;
	background-color: #2179DB;
	width: 100%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 80%;
	text-align: left;
	line-height: 3em;
}

ul.menu__second-level li:hover{
	color: #FFFFFF;
	background-color: #144985;
}


ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__third-level li {
	color: #FFFFFF;
	background-color: #666666;
	width: 20%;
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level li {
	color: #FFFFFF;
	background-color: #666666;
	width: 20%;
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.menu > li:hover {
	color: #FFFFFF;
	background-color: #2179DB;
}


a.init-bottom:hover {
	    color:#000000;
	    text-decoration:none;
}

.init-bottom li:hover {
	    color:#000000;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

ul.menu ul {
opacity:1; /* 0から1へ変更 */
}

/* 追加 */
ul.menu li:hover ul {
display: block;
}


li.menu__mega ul.menu__second-level {
	top: 10px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0 0 20px 20px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 8px;
	padding-left: 1%;
	background-color: #2179DB;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 3em;
}

li.menu__mega ul.menu__second-level a {
	color: #000000;
}


li.menu__mega:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
	color: #000;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.drp_maker > li {
    width: 24%;
     line-height:1.5em;
}


li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/*--------------------*/
.menu__mega {
	text-align:center;
	list-style:none;
}
.menu{
z-index: 1000;
}

.drp_menu{
	background-color: #0080FF;
}

a.init-bottom{
 position:relative;
}


a.init-bottom:hover:before{
    content: "";
    display: inline-block;
	border: 15px solid transparent;
	border-top: 15px solid #fcff4e;
	position: absolute;
	left: 20%;
	top:100%;
	z-index:10;
}

li.menu__mega ul.menu__second-level > li.drp_category{
	width:100%;
	height:230px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

li.drp_category{
	display:inline-block;
	height:300px;}
	
/*----------*/


#nav-open{
	display:none;
}
#nav-title{
	display:none;
}
#sp_nav .sp_logo{
	display:none;
}
#sp_nav .sp_award{
	display:none;
	
}

}

/*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
    /*　画面サイズが960pxからここを読み込む　*/

.menu__mega p {
	display:none;
}

    
.unshowtxt{
	display:none;
}

/*---スマホ用ドロップダウン---*/

.drp_menu {
	text-align: left;
	width: 100%;
	padding: 0;
	position: relative;
}

.menu > li{
    margin:0px auto;
    width:100%;
    vertical-align:middle;
	padding:0;
	list-style:none;
}

.menu ul{
	margin:3px 0px;
}
.menu{
	width:90%;
	padding:0;
	margin:0 10px;

	
}


label.init-bottom {
	display: block;
	background-color: #2179DB;
	border-radius: 10px;
	width: 96%;
	position: relative;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
}

label.init-bottom a. {
    color:#fff;
}


.drp_menu .menu__second-level{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
	line-height: 2.2em;
	color: #000;
	background-color: #FFFF66;
}

.drp_menu .menu__second-level a{
	color: #000;
}

.drp_menu .menu__second-level a:hover {
	color: #990000;
	background-color: #FFFF00;
}


.drp_menu .cssacc:checked + label + .menu__second-level {
	height: auto;
	opacity: 1;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


label.init-bottom:after {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    padding-right: 8px;
    position:absolute;
    right:10px;
    top:30%;
	color: #000;
}

.cssacc:checked + label:after {
    content: '\f056';
	
}
/*------------------ナビゲーションドロワー------------------*/

#sp_nav {
	padding: 10px 10px 13px 10px;
	text-align: left;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: #CCE6FF;
}
#sp_nav .sp_logo{
	height:30px;
	position:absolute;
	top:0px;
	right:15px;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	background:#fff;
	padding:5px;
	width:20%;
  cursor: pointer;
  position:absolute;
  content:"\f002";
  color: #000000;
    border-radius: 10px;
    text-align:center;
}



/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-title{
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	background-color: #236CDD;
}

#nav-title p{
	color: #fff;
	font-size: 1.2em;
}
#nav-title .nav_close_button{
	position:absolute;
	right:5px;
	top:0;
	font-size:1.6em;
	color:#fffd5c;
	cursor:pointer;
}


/*中身*/
#nav-content {
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
	min-width: 330px;/*最大幅（調整してください）*/
	height: 100%;/*背景色*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	background-color: #FFCC00;
}

/*中身*/
#rms_nav-content {
  z-index: 9999;/*最前面に*/
  background: #eee;/*背景色*/
    width:98%;
}

#RMS_spmenu{
  -webkit-overflow-scrolling:touch;
  overflow:scroll;
  height:100vw;
}


#RMS_spmenu iframe{
	border:none; 
	display:block;
	width:100%;
	height:100%;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
  content:"\f057"
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.pc_unshow{
	color:#fffd5c;
	padding:0 5px;
}

.pc_unshow2{
	width:100%;
}
}


/*-=================

   検索フォーム固定用
   
===================*/
/*---------------------PCのみ読み込み

position:absolute;
  padding: 8px;
  right:130px;
  top:-2px;
  z-index:5;
  --------------------------*/

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

#search_stretch {
	padding: 0px;
	position: absolute;
	display: none;
	margin: 0px;
}


#search_stretch.search_fixed{
	display:block;
}

#search_stretch #searchform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}

#search_stretch #keyword,
#search_stretch #submit {
    background: #fff;
    border: none;
    color: #216ada;
    display: inline-block;
    line-height: 1.5em;
    outline: none;
    position: absolute;
	padding: 10px;
}
#search_stretch #keyword {
    border-radius: 20px;
    color: #216ada;
    right: 0;
    width: 40%;
 	transition: .3s;
	padding-bottom:17px;
}

#search_stretch #submit {
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    right: 0;
    width: 20%;
}

#search_stretch input::placeholder {
  color: #216ada;
}

/* IE */
#search_stretch input:-ms-input-placeholder {
  color: #216ada;
}

/* Edge */
#search_stretch input::-ms-input-placeholder {
  color:#216ada;
}

/*----フォーカスしたとき----*/

#search_stretch:hover #keyword{
	width:100%
}
#search_stretch:hover ~ ul li{
	display:none;
	}
	
	
/*-----IE用-----------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
#search_stretch #keyword {
	padding-bottom:10px;
}
}
}
 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){

.sp_search{
	position:relative;
}

#searchform {
    transform: translate(-15%);
    width: 100%;
    position:relative;
    top:-70px;
    }

#keyword,
#submit {
	-webkit-appearance: none;
	border: none;
	color: #fff;
	display: inline-block;
	line-height: 1.5em;
	outline: none;
	padding: 10px;
	position: absolute;
	background-color: #A0A0A0;
}

#keyword {
    border-radius: 20px;
    color: #fff;
    right: 0;
    width: 70%;
}

#submit {
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    right: 0;
    width: 20%;
}
#search_stretch input::placeholder {
  color: #fff;
}

/* IE */
#search_stretch input:-ms-input-placeholder {
  color: #fff;
}

/* Edge */
#search_stretch input::-ms-input-placeholder {
  color:#fff;
}

}

/*-=================

   ランキング
   
===================*/

ul.rnk_tab {
    list-style: none;
    text-align:center;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
ul.rnk_tab li {
    background-color: #BEBEBE;
    color: #666;
    cursor: pointer;
    width:15%;
	font-size:0.8em;
	padding:10px 0;
}

ul.rnk_tab li:nth-child(5) {
	font-size:0.7em;
}


ul.rnk_tab li:hover {
    color: #216ada;
}
ul.rnk_tab li.active {
    background-color: #216ada;
    color: #fff;
}
div.tabContent {
    clear: both;
    border:none;
    padding: 20px;
    width: 100%;
    display: none;
    box-sizing:border-box;
    
}


div.active {
    display:block
}

.ranking_list {
	text-align:center;
	list-style:none;
	color:#000;
	padding:0;
    display: flex;
    flex-wrap: wrap;
}

.ranking_list li{
	display:block;
	width:18%;
	font-size:0.8em;
	padding:0 5px;
}

.ranking_list li a {
	text-decoration:none;
}

.ranking_list li a:hover{
	text-decoration:underline;
}


.ranking_list img{
	width:100%
}

.rnk_no{
	font-size:1.5em;
	color:#EE2C31;
	margin-bottom:5px;
}
.rnk_one {
	color:#E5D14F;
}

.rnk_two {
	color:#99957F;
	
}

.rnk_three {
	color:#E4A74F;
	
}
 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
ul.rnk_tab li {
	font-size:0.5em;
	height:40px;
	line-height:40px;
	width:19%;
}

ul.rnk_tab li:nth-child(5) {
	line-height:20px;
	font-size:0.5em;
}

.ranking_list li{
	width:30%;
}
.ranking_list li:nth-child(1){
	width:39%;
}
.ranking_list li:nth-child(2){
	width:39%;
}

}

/*-=================
カテゴリーPICKU UP
===================*/

ul.cate-pickup_tab {
    list-style: none;
    text-align:center;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
ul.cate-pickup_tab li {
    background-color: #BEBEBE;
    color: #666;
    cursor: pointer;
    width:15%;
	font-size:0.8em;
	padding:10px 0;
}

ul.cate-pickup_tab li:nth-child(5) {
	font-size:0.7em;
}


ul.cate-pickup_tab li:hover {
    color: #216ada;
}
ul.cate-pickup_tab li.active {
    background-color: #216ada;
    color: #fff;
}
div.tabContent {
    clear: both;
    border:none;
    padding: 20px;
    width: 100%;
    display: none;
    box-sizing:border-box;
    
}


div.active {
    display:block
}

.cate-pickup-list {
	text-align:center;
	list-style:none;
	color:#000;
	padding:0;
    display: flex;
    flex-wrap: wrap;
}

.cate-pickup-list li{
	display:block;
	width:18%;
	font-size:0.8em;
	padding:0 5px;
}

.cate-pickup-list li a:hover{
	text-decoration:underline;
}


.cate-pickup-list img{
	width:100%
}

.cate-pickup_no{
	font-size:1.5em;
	color:#EE2C31;
	margin-bottom:5px;
}
.cate-pickup_one {
	color:#E5D14F;
}

.cate-pickup_two {
	color:#99957F;
	
}

.cate-pickup_three {
	color:#E4A74F;
	
}


 /*----------スマートフォン用-----------*/

@media screen and (max-width:960px){
ul.cate-pickup_tab li {
	font-size:0.7em;
	height:40px;
	line-height:40px;
	width:19%;
}

ul.cate-pickup_tab li:nth-child(5) {
	line-height:20px;
}

.cate-pickup-list li{
	width:30%;
}
.cate-pickup-list li:nth-child(1){
	width:46%;
}
.cate-pickup-list li:nth-child(2){
	width:46%;
}

}


/*-=================
   新着商品
===================*/

.newitem{
	font-size:0.8em;
}

.newitem a {
	text-decoration:none;
}

.newitem li a:hover{
	text-decoration:underline;
}


/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #000;
}

/*スライド画像の横幅可変*/
.multiple-item img {
    max-width: 100%;
     height: auto;
}

.multiple-item {
	padding:0;
	display:block;
	margin:0 auto;
	width:90%;
}

.multiple-item li {
	text-align:center;
	max-width:150px;
	padding:0 10px;
}

 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
.newitem{
	width:98%;
}

}
/*-=================

  各コンテンツ
   
===================*/

.contents a:hover{
	text-decoration:none;
}

.ichioshi img{
	width:24%;
}

.osusume img{
	width:49%;
}

.outdoor_button img{
	width:18%
}

@media screen and (max-width:960px){
.outdoor_button img{
	width:23%
}
}
.outdoor_img img{
	width:49%
}
.ichioshi img{
	width:24%;
}

 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
.ichioshi img{
	width:49%;
}
.osusume img{
	width:100%;
}
.pick_category img{
	width:49%;
}

}

/*-=================

  トップへ戻る
   
===================*/
#pageTop {
  position: fixed;
  bottom: 45px;
  right: 20px;
    z-index: 10000;
}

#pageTop i {
  font-weight: bold;
  position:absolute;
  top:60%;
  left:45%;

}

#pageTop a {
  display: block;
  border-radius: 10px;
  width: 80px;
  height: 50px;
  background-color: #BEBEBE;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size:0.7em;
  opacity: 0.7;
  padding:10px 0 0 0;

}

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}

/*-=================

   drop down用カテゴリー
      
===================*/

/*---------------------PCのみ読み込み--------------------------*/

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

.drp_category .drp_category {
	padding:10px 0;
	display:flex;
}

.drp_category .txtsmall {
	font-size:0.8em;
}

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

/*ボックス全体*/
.drp_category .accbox {
	padding: 0;
	width: 30%;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 3px;
}

/*ラベル*/
.drp_category .accbox a {
	display: block;
	font-size: 0.9em;
	margin: 1.5px;
	color: #575757;
	border: solid 1px #BEBEBE;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	background: #fff;
	cursor : pointer;
	transition: 0.5s ease-in-out;
	height: 40px;
	line-height: 40px;
	width: 95%;
	text-align: left;
	transition: .4s;
	padding-left: 3px;
}

.drp_category .accbox a:hover{
	text-decoration: none;
	background-color: #113E6F;
}

.drp_category .accbox a img{
	position:absolute;
	left:5px;
}


/*アイコンを表示*/
.drp_category .accbox a:after {
	content: '>';
	color: #216ada;
	position: absolute;
	transition: 0.3s;
	position: absolute;
	right: 10px;
}

.drp_category .accbox a:hover:after {
  animation: arrow .4s;
}
@keyframes arrow {
  50% {
    transform:translateY(0.2em);
  }
  100% {
transform:translateY(-0.05em)  }
}
}

 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){

.drp_category .accbox{
	width:100%;
}

/*ラベル*/
.drp_category .accbox a {
	display: inline-block;
	font-size: 0.8em;
	margin: 1px;
	color: #575757;
	border: solid 1px #BEBEBE;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	background: #fff;
	cursor : pointer;
	transition: 0.5s ease-in-out;
	height: 40px;
	line-height: 40px;
	width: 45%;
	text-align: left;
	transition: .4s;
	text-align: left;
	padding: 2px 0;
	padding-left: 3px;
}

.drp_category .accbox a img{
	vertical-align:middle;
}
.drp_category .txtsmall {
	font-size:0.8em;
}
.drp_maker img{
	border:1px #BEBEBE solid;
}

.drp_maker li{
	margin-bottom:5px;
}
.drp_maker{
	text-align:center;
}

.drp_list li{
	border-bottom:1px #BEBEBE dotted;
}
.drp_list li a{
	display: block;
	width: 90%;
	text-decoration: none;
	color: #000;
	line-height: 3em;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
}

}


/*-=================
ヘッダー用アワード
===================*/
	
.header-award img{
	max-width: 150px;
	margin: 0px;
}

/*---------------------PCのみ読み込み--------------------------*/

@media screen and (min-width:961px){
.header-award p{
	display:none;
	
}

.header-award{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

}
 /*---------------------スマートフォン用--------------------------*/

@media screen and (max-width:960px){
	
.header-award img{
	display: none;
	width: 100%;
}

.header-award p{
	font-size:0.7em;
	color:#F22222;
	z-index:-1000;
	margin-top:50px;
}

.header-award{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

}

.cont-title {
	clear: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	}

.cont-title-short {
	clear: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: left;
	padding-left: 15px;
	}


/*---★4列---★*/

.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}

#contents {
	clear: left;
	width: 100%;
}

#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}

#main h2 {
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#666, #333);	/*同上*/
	background-image: linear-gradient(#666, #333);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	color: #FFF;			/*文字色*/
	padding: 8px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 4px solid #f1396d;	/*下線の幅、線種、色*/
	opacity: 0.7;	/*透明度70％の設定*/
}

#main h3 {
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;	/*上下、左右への余白*/
	clear: both;	/*枠線の幅、線種、色*/
	color: #216ada;	/*文字色*/
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #666;
}

/*#main p {
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;
}*/

#main .list section {
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*同上*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	width: 18%;	/*幅*/
	height: auto;	/*高さ*/
	margin-top: 10px;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	height: auto;	/*高さ*/
}

#main .list section a:hover {
	background: #fddfea;
}

#main .list section h4 {
	color: #f57499;	/*文字色*/
	font-size: 100%;
}

#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}




/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){

#contents {
	width: 100%;

}

#main, #sub {
	float: none;
	width: 100%;

}

#main .list section {
	width: 18%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	font-size: 11px;
}
#main .list section a {
	width: 100%;
	height: auto;	/*ボックスの高さ*/
	box-sizing: border-box;
}

#main .list section figure img {
	width: 100%;
	height: auto;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 480px){


#contents {
	width: 100%;
}

#main, #sub {
	float: none;
	width: 100%;

}

#main .list section {
	width: 24%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 9px;
}
#main .list section a {
	width: 100%;
	height: auto;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main .list section figure img {
	width: 100%;
	height: auto;
}

}


/*===============================================
画面の横幅が1023pxまで（iPAD X タブレット用）
===============================================*/

@media screen and (max-width: 1023px){
#main .list section {
	width: 24%;		/*ボックス幅*/
	margin-left: 3px;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
}
}

.c-tt-font {
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;	/*上下、左右への余白*/
	clear: both;	/*枠線の幅、線種、色*/
	color: #216ada;	/*文字色*/
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #666;
}

/*===============================================
おすすめブランド
===============================================*/

/*各ブロックごとの設定*/
.chiro-list {
	overflow: hidden;	/*ボックス内の余白*/
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 3px;
	text-align: left;
	margin-top: 10px;
	border: 1px solid #CCC;
}
/*h4見出しの設定*/
.chiro-list h4 {
	color: #216ada;	/*文字色*/
	font-size: 15px;	/*文字サイズ。少し大きくしています。*/
	padding-bottom: 2px;
	font-weight: bold;
}
/*画像の設定*/
.chiro-list img {
	width: 20%;		/*画像幅*/
	float: left;	/*画像を左に回り込み*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}
.chiro-list p {
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.9em;
	font-weight: normal;
}


.chiro-list .ri-text {
	display: block;
	float: right;
	font-size: 100%;
	color: #000;
	margin-right: 2%;
	text-align: center;
	width: 200px;
	background-image: url(../0-images/company/p-ceo-sign.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
	margin-top: 15px;
}

.ri-text img{
	width: 100%;
	text-align: right;
}

.chiro-list .ri-text22 {
	display: block;
	float: right;
	font-size: 100%;
	color: #000;
	margin-right: 2%;
	text-align: center;
	width: 200px;
	background-image: url(../0-images/company/s-ceo-sign.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
	margin-top: 15px;
}

.ri-text22 img{
	width: 100%;
	text-align: right;
}




/*各ブロックごとの設定*/
.chiro-list999 {
	overflow: hidden;	/*ボックス内の余白*/
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 3px;
}
/*h4見出しの設定*/
.chiro-list999 h4 {
	color: #216ada;	/*文字色*/
	font-size: 16px;	/*文字サイズ。少し大きくしています。*/
	padding-bottom: 15px;
	font-weight: bold;
}
/*画像の設定*/
.chiro-list999 img {
	width: 30%;		/*画像幅*/
	float: left;	/*画像を左に回り込み*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}
.chiro-list999 p {
	padding: 0 !important;
	font-size: 122%;
	line-height: 2.0em;
}


.chiro-list999 .ri-text {
	display: block;
	float: right;
	font-size: 100%;
	color: #000;
	margin-right: 2%;
	text-align: center;
	width: 180px;
	background-image: url(../0-images/yuan/sign.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
	margin-top: 15px;
}

.ri-text999 img{
	width: 70%;
	text-align: right;
}

/*
* {
  box-sizing: border-box;
}

■■■■　TOP　BEST SELECTION　■■■■*/

.grid img {
	width: 100%;
	vertical-align: bottom;
}

.grid h6 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.container {
	margin: 0;
	padding: 0px;
	width: 99%;
	background-color: #E8E8E8;
	column-count: 4;
	column-gap: 0;
}

@media (max-width: 800px) {
  .container {
    column-count: 3;
  }
}

@media (max-width: 480px) {
  .container {
    column-count: 2;
  }
}

.grid {
  padding: 2px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.grid p {
	color: #666;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.grid a {text-decoration: none;
	color: #666;
}

.text {
	padding: 5px;
	background-color: #FFFFFF;
}

.text p {
	color: #666;
	font-size: 11px;
	text-align: left;
}

.pic {
	background-color: #FFFFFF;
	color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.pic p {
	color: #666;
	font-size: 11px;
	text-align: left;
}

.pic img {
	width: 99%;
	vertical-align: bottom;
}

.grid > * {
  border-radius: 8px;
}

.pic > *:not(img) {
  padding: 0 20px;
}

.href-left {
	float: left;	/*左に回り込み*/
	width: 49%;		/*ブロック幅*/
}

.href-right {
	float: right;	/*右に回り込み*/
	width: 49%;		/*ブロック幅*/
}


@media screen and (max-width:700px){

.href-left,.href-right {
	float: none;
	width: auto;
	padding-bottom: 30px;
}


}


@media screen and (max-width:960px){
h2.h2_title_01 {
	font-size: 16px;
}
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #93C9FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}


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

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

}

/*
パン屑
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;

	text-align: left;
	font-size: 11px;
	background-image: url(../0-images/contents/bg-age.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pankuzu li {
	display: inline-block;
	font-size: 11px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #0677A2;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #D7F0FB;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
