﻿@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #ff0000;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}
*/




/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
}

#header img{
    /*position:absolute;*/
    width:100%;
}

#slogan{
	position: absolute;
  top: 78%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 60px;
	margin-bottom: 2%;
	font-weight:normal;
}

#slogan h2{
	font-size: 40px;
	font-weight:normal;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'serif', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 26px;
	font-weight:normal;
	text-align: center;
}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
 h3{
	clear: both;
	width: 88%;
	margin: 5px auto;
	font-size: 22px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔*/
	color: #fff;
	padding: 5px 20px 5px;		/*上、左右、下への余白*/
	background: #0084ff;	/*背景色（グラデーションが使えない古いブラウザ向け）*/
	background: linear-gradient(#009944, #00c66b);	/*グラデーション*/
}




/*商品詳細ページ　商品一覧設定 ログイン設定  規約
---------------------------------------------------------------------------*/
.wrapper {
	display: flex;        /*並び*/
    justify-content: center;
}

/*カートページ　商品並び用　特殊*/
.wrapper001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;        /*幅*/
}

/*カートページ　注文完了　特殊*/
.wrapper0001 {
    width: 65%;        /*幅*/
}

.wrapper02 {
    width: 55%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}
.wrapper002 {
    width: 30%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}

.wrapper0002 {
    width: 40%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}

.wrapper00002 {
    width: 80%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}


.wrapper03 {
	display: flex;        /*並び*/
	flex-wrap: wrap;
    justify-content: center;
    /*width: 100%;       幅*/
    padding: 0.5em;    /*間隔*/
}

.wrapper04 {
	display: flex;        /*並び*/
	flex-wrap: wrap;
    justify-content: flex-start;
    /*width: 100%;       幅*/
    /*padding: 0.2em;*/   /*間隔*/
}

.wrapper05 {
	display: flex;        /*並び*/
	flex-wrap: wrap;
    flex-direction: column;
    width: 70%;       /*幅*/
    /*padding: 0.2em;*/   /*間隔*/
}

.wrapper06 {
    display: flex;
    width: 100%;       /*幅*/
    /*text-align: center;*/    /*テキストをセンタリング*/
    flex-direction: column;
    align-items: center;

}

.wrapper07 {
	display: flex;        /*並び*/
    justify-content: space-between;
}

/*カート用 左側*/
.wrapper08 {
    width: 65%;       /*幅*/
	display: flex;        /*並び*/
    flex-wrap: wrap;
}

/*カート用 右側*/
.wrapper09 {
    width: 65%;       /*幅*/
	display: flex;        /*並び*/
    justify-content: space-between;
    float: right;
}

/*カート用 レジ*/
.wrapper10 {
	width: 100%;
	display: flex;        /*並び*/
    justify-content: space-between;
}

/*ログインページ用 ABVアカ　補足文章*/
.wrapper11 {
	width: 650px;
	display: flex;        /*並び*/
    justify-content: flex-start;
}







/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	font-size: 22px;	/*文字サイズ*/
	width: 90%;
	margin: 0% 5%;
	color: #00519c;
	letter-spacing: 0.1em;	/*文字間隔*/
}
.vision02{
	font-size: 16px;	/*文字サイズ*/
	width: 90%;
	margin: 0% 5%;
	letter-spacing: 0.1em;	/*文字間隔*/
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;	/*文字サイズ*/
	background: #323232;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}



/* SEC03 グランプリ賞金画像
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 95%;
	display: block;
	margin: -5px auto 20px;
}

.col4 li{
	margin-bottom: 50px;
}

.col4 img{
	max-width: 95%;
	display: block;
	margin: 0px auto 20px;
}

.col10 img{
	max-width: 95%;
	display: block;
	margin: 5px auto 20px;
}






/* SEC04 a
------------------------------------------------------------*/
#sec04a{
	background: url(../images/2021abvfes_back.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin: 10px 0px;
}
/* SEC04 b
------------------------------------------------------------*/
#sec04b{
	background: url(../images/2021abvfes_back.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin: 10px 0px;
}
/* SEC04 c
------------------------------------------------------------*/
#sec04c{
	background: url(../images/2021abvfes_back.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	margin: 10px 0px;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}






/*ボタン06　基本03と同じ　PC一個のボタンの大きさ大きめ A系　青
---------------------------------------------------------------------------*/
.btn06{
  width: 350px;
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  border: solid 1px #333;
  margin: 10px;		/*周りに空けるスペース*/
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn06:hover{
  border-color:transparent; 
}

/*ボタンの中のテキスト*/
.btn06 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
  padding: 25px 50px;
  background:#fff;
  border-radius: 10px;
  color:#333;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.btn06.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
  z-index: -1;
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
  border-radius: 10px;
    background-color: #1e90ff;
}

/*hoverの際にY軸に4pxずらす*/
.btn06.pushdown:hover span {
  background-color: #1e90ff;
  color: #fff;
  transform: translateY(4px);
}
























/* レスポンシブ 設定　1200以上
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		/*width: 1024px;*/
		width: 90%;
		padding-bottom: 120px;
	}
	section h2{
		padding: 30px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}

}








/* レスポンシブ 設定　800以上
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #fff;
	}
	
	#mainnav.changeNav{
		background: rgba(0,153,68,.5);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #323232;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 グランプリ賞金画像
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 46%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 100%;
		padding: 0 0%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	.col5 li{
		display: inline-block;
		width: 48%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}
	
	.col6 li{
		display: inline-block;
		width: 32.6%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　横に3個の設定*/
	.col7 li{
		display: inline-block;
		width: 32%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　横に4個の設定*/
	.col8 li{
		display: inline-block;
		width: 23.5%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　横に2個の設定*/
	.col9 li{
		display: inline-block;
		width: 47%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　1個 センターの設定*/
	.col15 li{
		display: inline-block;
		width: 70%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　1個 大きめ表示　センターの設定*/
	.col16 li{
		display: inline-block;
		width: 90%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　PC横に3個 スマホ横に2個の設定*/
	.col20 li{
		display: inline-block;
		width: 32.7%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　1個 センターの設定 幅80％*/
	.col30 li{
		display: inline-block;
		width: 80%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}	

	

	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 0px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
	
	
	
	
	/*h4 グランプリ賞金 部門別見出しとか色んなモノ用
---------------------------------------------------------------------------*/	
section h4{
	font-size: 24px;
	font-weight:normal;
	text-align: center;
	padding: 2% 0;
}

	/*h4 その2*/
section h4.type1{
	font-size: 30px;	/*文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 34px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}	

	/*h4 その3 赤文字　中文字*/
section h4.type100{
	font-size: 24px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 26px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}	

	/*h4 その3 赤文字　大文字*/
section h4.type1000{
	font-size: 45px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 50px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}	

	/*h4 その4 白文字　中文字*/
section h4.type101{
	font-size: 24px;	/*文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 26px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}

	/*h4 その5 赤文字　大文字*/
section h4.type102{
	font-size: 36px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 40px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}		
	
	/*h4 グランプリ賞金 部門別見出し 背景ピンク*/
section h4.type2{
	background: #eb6ea5;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景ピンク*/
section h4.type22{
	background: #eb6ea5;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 91%;			/*幅*/
	margin: 0 auto;
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4 グランプリ賞金 部門別見出し 背景水色*/
section h4.type3{
	background: #2ca9e1;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景水色*/
section h4.type33{
	background: #2ca9e1;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 91%;			/*幅*/
	margin: 0 auto;
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}
	
	/*h4 グランプリ賞金 部門別見出し 背景黄色*/
section h4.type4{
	background: #ffff00;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景緑 テーブルダグの緑と同じ*/
section h4.type5{
	background: #009944;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景赤 白文字*/
section h4.type6{
	background: #ff0000;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景黄 黒文字*/
section h4.type7{
	background: #ffff00;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景黄 黒文字 小さい文字*/
section h4.type10{
	background: #ffff00;	/*背景色*/
	font-size: 13px;	/*文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 16px;		/*高さ（行間）*/
	text-align: left;		/*文字を左寄せに*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}





	/*h5 商品詳細用
---------------------------------------------------------------------------*/	
/*h5見出し*/
.step h5 {
	color: #ffff00;		/*文字色*/
	font-size: 24px;	/*文字サイズ*/
	font-weight:normal;
	/*text-align: center;*/
	padding: 0 0 1% 0;
}
/*h5見出しのspanタグ。見出し冒頭の番号。*/
.step h5 span {
	display: inline-block;
	background: #ff0000;	/*背景色*/
	font-size: 45px;	/*文字サイズ*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ（行間）*/
	border-radius: 10%;		/*角丸のサイズ。50%にすると円形になる。*/
	text-align: center;		/*文字を中央に*/
	margin-right: 10px;		/*右側に空けるスペース*/
}



	
	
	
	
	
	
	/*ボタン01　ピンク
---------------------------------------------------------------------------*/

.btn-square {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #eb6ea5;/*ボタン色*/
  color: #FFF;
  font-size: 30px;	/*文字サイズ*/
  line-height: 35px;		/*高さ（行間）*/
  border-radius: 3px;
}

/*ボタン02　水色
---------------------------------------------------------------------------*/

.btn-square02 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #2ca9e1;/*ボタン色*/
  color: #FFF;
  font-size: 30px;	/*文字サイズ*/
  line-height: 35px;		/*高さ（行間）*/
  border-radius: 3px;
}

/*ボタン03　黄色
---------------------------------------------------------------------------*/

.btn-square03 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #fcc800;/*ボタン色*/
  color: #000;
  font-size: 35px;	/*文字サイズ*/
  border-radius: 3px;
}

/*ボタン04
---------------------------------------------------------------------------*/

.btn-square04 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #ea5506;/*ボタン色*/
  color: #000;
  font-size: 35px;	/*文字サイズ*/
  border-radius: 3px;
}

/*ボタン05　水色 スマホで横3になる用指定
---------------------------------------------------------------------------*/

.btn-square05 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #2ca9e1;/*ボタン色*/
  color: #FFF;
  font-size: 30px;	/*文字サイズ*/
  line-height: 35px;		/*高さ（行間）*/
  border-radius: 3px;
}






/*ta1  テーブルタグ設定（ABVグランプリ投票方法）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #333;	/*文字色*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 5px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.ta1 th {
	background: #009944;	/*背景色*/
	text-align: center;		/*文字を中央に*/
	
/*td（基準色）*/
}
.ta1 td {
	color: #333;	/*文字色*/
	text-align: left;		/*文字を左寄せに*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #7ecef4 !important;
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #7ecef4 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}


/*ta2 テーブルタグ設定（商品特集ページ用）
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 50%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #333;	/*文字色*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 5px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.ta2 th {
	background: #009944;	/*背景色*/
/*td（基準色）*/
}
.ta2 td {
	color: #333;	/*文字色*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #7ecef4 !important;
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #7ecef4 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}





/*list2 ※リスト テーブルタグ設定(グランプリ商品一覧ページ用）
---------------------------------------------------------------------------*/

.list2 {
	width: 90%;
	overflow: hidden;
	margin: 0 auto 0;
	padding: 0.3%;	/*ボックス内の余白*/
	border: 2px solid #ccc;	/*枠線の幅、線種、色*/
	background: #000;		/*背景色*/
}
/*ボックス内の右側のブロック*/
.list2 .text {
	margin-left: 25%;	/*左に空けるスペース。下のfigureの幅を考慮して設定。*/
}
/*ボックス内の画像01*/
.list2 img {
	width: 25%;
}
/*ボックス内の画像02*/
.list2 .img02 {
	width: 75%;
}
/*figure画像*/
.list2 figure {
	width: 24%;		/*幅*/
	float: left;	/*左に回り込み*/
	margin: 0px;
}

/*ta3設定*/
.list2 table {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #333;	/*文字色*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.list2 table td, .list2 table th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 5px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.list2 table  th {
	background: #009944;	/*背景色*/
/*td（基準色）*/
}
.list2 table  td {
	color: #333;	/*文字色*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #FF0000 !important;
	text-align: center;
	font-size: 35px;	/*文字サイズ*/
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #000000 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}




/*文字サイズ指定
---------------------------------------------------------------------------*/
.c-text {
	font-size: 16px;	/*文字サイズ*/
}




/*inviewのスタイル
---------------------------------------------------------------------------*/
/*下から上にフェードインしてくるスタイル（待機中）*/
.up {
	overflow: hidden;position: relative;
	opacity: 0;		/*透明度0%*/
	bottom: -50px;	/*基準値の下50pxの場所からスタート*/
}
/*要素が見えたら実行するアクション*/
.upstyle{
	opacity: 1;		/*透明度100%*/
	bottom: 0px;	/*基準値まで戻す*/
	transition: 1s 0.3s;	/*1sはアニメーションの実行時間1秒。0.3sは0.3秒遅れてスタートする指定。*/
}
/*左からフェードインしてくるスタイル（待機中）*/
.left {
	overflow: hidden;position: relative;
	opacity: 0;		/*透明度0%*/
	left: -200px;	/*基準値より左に200pxの場所からスタート*/
}
/*要素が見えたら実行するアクション*/
.leftstyle{
	opacity: 1;		/*透明度100%*/
	left: 0px;		/*基準値まで戻す*/
	transition: 1s 0.3s;	/*1sはアニメーションの実行時間1秒。0.3sは0.3秒遅れてスタートする指定。*/
}
/*右からフェードインしてくるスタイル（待機中）*/
.right {
	overflow: hidden;position: relative;
	opacity: 0;		/*透明度0%*/
	right: -200px;	/*基準値より右に200pxの場所からスタート*/
}
/*要素が見えたら実行するアクション*/
.rightstyle{
	opacity: 1;		/*透明度100%*/
	right: 0px;		/*基準値まで戻す*/
	transition: 1s 0.3s;	/*1sはアニメーションの実行時間1秒。0.3sは0.3秒遅れてスタートする指定。*/
}






/*TOPへ戻るボタン
---------------------------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3fc0ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3fc0ef;
}








/*その他
---------------------------------------------------------------------------*/
.fl {float: left;}
img.fl {float: left;width:44%;margin-right: 10px;margin-bottom: 5px;}
.photo {padding: 10px;background: #fff;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}

img.example1 {
width: 30%;

}

.fl02 {float: left;}
img.fl02 {float: left;width:35%;margin-right: 10px;margin-bottom: 5px;}
.photo02 {padding: 10px;background: #fff;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}






}











/* レスポンシブ 設定　641以上
------------------------------------------------------------*/

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}









/* レスポンシブ 設定　641以下
------------------------------------------------------------*/
@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}




/* レスポンシブ 設定　799以下
------------------------------------------------------------*/
@media only screen and (max-width: 799px){

	#slogan{
	position: absolute;
  top: 80%;
}

	#slogan h1{
		font-size: 24px;
		margin-bottom: 1.5%;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: rgba(255,255,255,.8);
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}




/*商品詳細ページ　商品一覧設定 ログイン設定  規約 799以下
---------------------------------------------------------------------------*/
.wrapper {
	display: flex;        /*並び*/
    justify-content: center;
}

/*カートページ　商品並び用　特殊*/
.wrapper001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;        /*幅*/
}

/*カートページ　注文完了　特殊*/
.wrapper0001 {
    width: 90%;        /*幅*/
}



.wrapper02 {
    width: 55%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}
.wrapper002 {
    width: 35%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}

.wrapper0002 {
    width: 45%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}

.wrapper00002 {
    width: 94%;        /*幅*/
    padding: 0.5em;    /*間隔*/
    
}



/*ボタン06　基本03と同じ　PC一個のボタンの大きさ大きめ　A系　青 799以下
---------------------------------------------------------------------------*/
.btn06{
  width: 180px;
  font-size: 0.7em;	/*文字サイズ*/
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  border: solid 1px #333;
  margin: 3px;		/*周りに空けるスペース*/
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn06:hover{
  border-color:transparent; 
}

/*ボタンの中のテキスト*/
.btn06 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
  display: block;
  padding: 5px 5px;
  background:#fff;
  border-radius: 10px;
  color:#333;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */

/*影の設定*/
.btn06.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
  z-index: -1;
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
  border-radius: 10px;
    background-color: #1e90ff;
}

/*hoverの際にY軸に4pxずらす*/
.btn06.pushdown:hover span {
  background-color: #1e90ff;
  color: #fff;
  transform: translateY(4px);
}



/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;	/*文字サイズ*/
	background: #323232;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}

/* h2
------------------------------------------------------------*/
section h2{
	font-size: 18px;
	font-weight:normal;
	text-align: center;
}


/* h3
------------------------------------------------------------*/
 h3{
	clear: both;
	width: 88%;
	margin: 5px auto;
	font-size: 18px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔*/
	color: #fff;
	padding: 5px 20px 5px;		/*上、左右、下への余白*/
	background: #0084ff;	/*背景色（グラデーションが使えない古いブラウザ向け）*/
	background: linear-gradient(#009944, #00c66b);	/*グラデーション*/
}



	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 95%;
	}
	
	
	.col4 li{
		margin: 0 auto;
		display: block;
	max-width: 95%;
	}
	
/* 画像　横に3個の設定*/
	.col7 li{
		display: inline-block;
		width: 32%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　横に4個の設定*/
	.col8 li{
		display: inline-block;
		width: 23.5%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　横に2個の設定*/
	.col9 li{
		display: inline-block;
		width: 47%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　1個 センターの設定*/
	.col10 li{
		display: inline-block;
		width: 32.6%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}

/* 画像　PC横に3個 スマホ横に2個の設定*/
	.col20 li{
		display: inline-block;
		width: 48.5%;
		padding: 0 0.1%;
		margin: 0 auto 0;
		vertical-align: top;
		text-align: center;
	}
	
/* 画像　1個 センターの設定 幅80％*/
	.col30 li{
		display: inline-block;
		width: 80%;
		padding: 0 0.1%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}

	

/* h4 グランプリ賞金 部門別見出しとか色んなモノ用
------------------------------------------------------------*/	
section h4{
	font-size: 16px;
	font-weight:normal;
	text-align: center;
	padding: 1% 0;
}	

	/*h4 その2 白文字　大文字*/
section h4.type1{
	font-size: 20px;	/*文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 24px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}	

	/*h4 その3 赤文字　中文字*/
section h4.type100{
	font-size: 16px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 20px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}

	/*h4 その3 赤文字　大文字*/
section h4.type1000{
	font-size: 25px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 30px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}	

	/*h4 その4 白文字　中文字*/
section h4.type101{
	font-size: 16px;	/*文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 26px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}

	/*h4 その5 赤文字　大文字*/
section h4.type102{
	font-size: 30px;	/*文字サイズ*/
	color: #ff0000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 36px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 1% 0;		/*上、左右、下への余白*/
}				
	
	/*h4 グランプリ賞金 部門別見出し 背景ピンク*/
section h4.type2{
	background: #eb6ea5;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景ピンク*/
section h4.type22{
	background: #eb6ea5;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 91%;			/*幅*/
	margin: 0 auto;
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4 グランプリ賞金 部門別見出し 背景水色*/
section h4.type3{
	background: #2ca9e1;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景水色*/
section h4.type33{
	background: #2ca9e1;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 91%;			/*幅*/
	margin: 0 auto;
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景黄色*/
section h4.type4{
	background: #ffff00;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景緑 テーブルダグの緑と同じ*/
section h4.type5{
	background: #009944;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 25px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景赤 白文字*/
section h4.type6{
	background: #ff0000;	/*背景色*/
	/*font-size: 35px;	文字サイズ*/
	color: #ffffff;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 35px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景黄 黒文字*/
section h4.type7{
	background: #ffff00;	/*背景色*/
	/*font-size: 16px;	文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 20px;		/*高さ（行間）*/
	text-align: center;		/*文字を中央に*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}

	/*h4  背景黄 黒文字 小さい文字*/
section h4.type10{
	background: #ffff00;	/*背景色*/
	font-size: 8px;	/*文字サイズ*/
	color: #000000;			/*文字色*/
	width: 100%;			/*幅*/
	line-height: 16px;		/*高さ（行間）*/
	text-align: left;		/*文字を左寄せに*/
	padding: 5px 0px 5px;		/*上、左右、下への余白*/
}



	/*h5 商品詳細用
---------------------------------------------------------------------------*/	
/*h5見出し*/
.step h5 {
	color: #ffff00;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	font-weight:normal;
	/*text-align: center;*/
	padding: 0 0 1% 0;
}
/*h5見出しのspanタグ。見出し冒頭の番号。*/
.step h5 span {
	display: inline-block;
	background: #ff0000;	/*背景色*/
	font-size: 24px;	/*文字サイズ*/
	color: #fff;			/*文字色*/
	width: 40px;			/*幅*/
	line-height: 40px;		/*高さ（行間）*/
	border-radius: 10%;		/*角丸のサイズ。50%にすると円形になる。*/
	text-align: center;		/*文字を中央に*/
	margin-right: 10px;		/*右側に空けるスペース*/
}
	
	
	
	
	
	
	
	/*ボタン01　ピンク
---------------------------------------------------------------------------*/

.btn-square {
  display: inline-block;
  padding: 1em 1.5em;
  text-decoration: none;
  background: #eb6ea5;/*ボタン色*/
  color: #FFF;
  font-size: 15px;	/*文字サイズ*/
  line-height: 20px;		/*高さ（行間）*/
  border-radius: 3px;
}

/*ボタン02　水色
---------------------------------------------------------------------------*/

.btn-square02 {
  display: inline-block;
  padding: 1em 1.5em;
  text-decoration: none;
  background: #2ca9e1;/*ボタン色*/
  color: #FFF;
  font-size: 15px;	/*文字サイズ*/
  line-height: 20px;		/*高さ（行間）*/
  border-radius: 3px;
}

/*ボタン03 黄色
---------------------------------------------------------------------------*/

.btn-square03 {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  background: #fcc800;/*ボタン色*/
  color: #000;
  font-size: 15px;	/*文字サイズ*/
  border-radius: 3px;
}

/*ボタン04
---------------------------------------------------------------------------*/

.btn-square04 {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  background: #ea5506;/*ボタン色*/
  color: #000;
  font-size: 15px;	/*文字サイズ*/
  border-radius: 3px;
}

/*ボタン05　水色 スマホで横3になる用指定
---------------------------------------------------------------------------*/

.btn-square05 {
  display: inline-block;
  padding: 1em 0.3em;
  text-decoration: none;
  background: #2ca9e1;/*ボタン色*/
  color: #FFF;
  font-size: 14px;	/*文字サイズ*/
  line-height: 20px;		/*高さ（行間）*/
  border-radius: 3px;
}





/*ta1  テーブルタグ設定（ABVグランプリ投票方法）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	font-size: 12px;	/*文字サイズ*/
	color: #333;	/*文字色*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 3px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.ta1 th {
	width: 19%;
	background: #009944;	/*背景色*/
	text-align: center;		/*文字を中央に*/
	
/*td（基準色）*/
}
.ta1 td {
	color: #333;	/*文字色*/
	text-align: left;		/*文字を左寄せに*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #7ecef4 !important;
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #7ecef4 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}



/*ta2 テーブルタグ設定（商品特集ページ用）
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 99%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	font-size: 12px;	/*文字サイズ*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #333;	/*文字色*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 5px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.ta2 th {
	background: #009944;	/*背景色*/
/*td（基準色）*/
}
.ta2 td {
	color: #333;	/*文字色*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #7ecef4 !important;
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #7ecef4 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}



/*list2 ※リスト テーブルタグ設定(グランプリ商品一覧ページ用）
---------------------------------------------------------------------------*/

.list2 {
	width: 90%;
	overflow: hidden;
	margin: 0 auto 0;
	padding: 0.3%;	/*ボックス内の余白*/
	border: 2px solid #ccc;	/*枠線の幅、線種、色*/
	background: #000;		/*背景色*/
}
/*ボックス内の右側のブロック
.list2 .text {
	margin-left: 25%;	/*左に空けるスペース。下のfigureの幅を考慮して設定。
}*/
/*ボックス内の画像01*/
.list2 img {
	width: 25%;
}
/*ボックス内の画像02*/
.list2 .img02 {
	width: 75%;
}
/*figure画像*/
.list2 figure {
	width: 70%;		/*幅*/
	/*float: left;	左に回り込み*/
	margin: 0 auto 0;
}

/*ta3設定*/
.list2 table {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #333;	/*文字色*/
	font-size: 70%;	/*文字サイズ*/
	background: rgba(255,255,255,1.0);	/*背景色。255,255,255は白の事で0.8は透明度80%の事*/
}
.list2 table td, .list2 table th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 2px 5px;	/*ボックス内の余白*/
	color: #ffffff;	/*文字色*/
}
/*th見出し（基準色）*/
.list2 table  th {
	background: #009944;	/*背景色*/
/*td（基準色）*/
}
.list2 table  td {
	color: #333;	/*文字色*/
}
/*bgcolor0背景色*/
.bgcolor0 {
	background: #FF0000 !important;
	text-align: center;
	font-size: 35px;	/*文字サイズ*/
}
/*bgcolor1背景色*/
.bgcolor1 {
	background: #000000 !important;
}
/*bgcolor2背景色*/
.bgcolor2 {
	background: #ede8d6 !important;
}
/*bgcolor3背景色*/
.bgcolor3 {
	background: #edd7d6 !important;
}





/*TOPへ戻るボタン
---------------------------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3fc0ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3fc0ef;
}











/*文字サイズ指定
---------------------------------------------------------------------------*/
.c-text {
	font-size: 12px;	/*文字サイズ*/
}




/*その他
---------------------------------------------------------------------------*/

img.example1 {
width: 55%;

}










	
	
	
	
}















@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}