@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img{
	vertical-align: middle;
}

body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* サイト名 */

.site h1 a {
	color: #83a4a8;
	text-decoration: none;
}

.site h1 {
	margin: 0;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
}
/* headpop01画像 レスポンシブ化*/

.kiji img {
	max-width: 80vw;
	height: auto
;
}
@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/


/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
       	width:100%;
}

.choice-btn li img{
	opacity: 0.8;/*選択されていないものは透過80%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
.wrapper{
	width:94%;
	max-width:900px;
	margin:0 auto;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
}

a:hover,
a:active{
	text-decoration: none;
}

h1{
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:30px 0;
}

p{
	margin:30px 0;
	word-wrap : break-word;
}
/*bakヘッダー設定*/

#logo{
	display: block;
	float: left;
	width: 80px;
	margin: 15px 0px 3px 10px;
}
@media only screen and (min-width:651px) {
	#logo{
		width: 200px;
	}
}

#header-top-link{
	float: right;
	margin: 10px 15px 5px;
	list-style-type: none;}

#header-top-link li{
	display: inline-block;
	margin-left: 10px;/* ログイン　ユーザー登録の間隔 */
}

#header-top-link a{
	display: block;
	text-decoration: none;
}
}
@media only screen and (min-width:651px) {
　　	

}

/* ログイン　ユーザー登録文字 (消す場合　display: none; )*/
#header-top-link span{
	font-size: 12px;
}
@media only screen and (min-width:651px) {
	#header-top-link span{
		display: inline;
		color: #000;
		font-size: 14px;
	}
}

#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: 200px;
	background: #FFF;
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px){
	#header-img{
		height: 300px;
	}
}
@media only screen and (min-width:801px) {
	#header-img{
		height: 300px;
	}
}
/* メニューナビゲーション */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#sp-menu{
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	line-height: 45px;
}
@media only screen and (min-width:651px) {
	#sp-menu{
		display: none;
	}
}

#sp-menu img{
	width: 30px;/* ハンバーグ画像 */
       height: 38px;
	padding-bottom: 8px;
	margin-right: 8px;
}

nav ul{
	list-style-type: none;
	display: none;
}
@media only screen and (min-width:651px) {
	nav ul{
		display: block;
	}
}

nav li{
	width: 50%;
	float: left;
	border-bottom: solid 2px #666;
}

nav li:nth-child(odd){
	border-right: solid 2px #666;
}
@media only screen and (min-width:651px) {
	nav li{
		width: 16.66666667%;
		border-right: solid 2px #666;
		border-bottom: none;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	background: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	padding-left: 15px;
	text-decoration: none;
}
@media only screen and (min-width:651px) {
	nav a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

nav a:hover{
	background: #C30;
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}
/* bakナビ終わり */

/* 清光堂自作css */

.shyousai {
	margin-top: 0px;
	padding: 20px;background-color: #f0f0d4
        text-decoration: none;
}

.shyousai img {
	width: 80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
	height: auto;
}

.shyousai2 {
	margin-top: 40px;
	padding: 20px;background-color: #f0f0d4
        text-decoration: none;
}

.shyousai2 img {
	width: 80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
	height: auto;
}


.inner1 {
	margin-top: 40px;
	padding: 20px;background-color: #f0f0d4
        text-decoration: none;
}
.inner1  ul {
  list-style: none;
}

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

.inner2 ul {
	margin-left: 40px;
	padding: 30px;
	text-decoration: none;
}

.inner3 tbodyl {
	margin-left: 40px;
	padding: 30px;
	text-decoration: none;
}

.pointpop2 img {
	width: 80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
	height: auto;
}


.osusume p {
	margin-top: 0px;
	padding: 20px;
	background-color: #f0f0d4;
	list-style-type: none;
}
.souryou  img {
	width: 80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
	height: auto;
}

.rxsize  img {
	width: 80vw;/*スライダー内の画像を80vwにしてレスポンシブ化*/
	height: auto;
}
.zaiko   img {    
          margin: 0;
	padding: 0;
	width: 80px;
	height: auto;
	text-decoration: none;
}
.zaiko     a{
  text-decoration : none;
}
.content li {
        font-size: 15px;
}
.shuri  img {
	width: 300px;
	height: auto;}
/*list
---------------------------------------------------------------------------*/
.list-container {
  display: flex;
  flex-wrap: wrap;
  background:#eee;
}
.list{
  height: 0;
  width: 23%;
  padding-top: 23%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 1%;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.list a{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
   text-decoration:none;
  text-align: center;
	font-size:6px;
	}
.list img{
         max-width: 100%;
	height: auto
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.list img:hover{
  transform: scale(1.1);
  filter: contrast(1.3);
}
.discount img {
         max-width: 200px;
	height: auto 
}

/* 清光堂自作css終わり */


/* 記事 */

.kiji h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
}

.kiji p {
	margin-top: 0;
	margin-bottom: 20px;
}

.kiji img {
	width: 550px;
	}
/* 記事の小見出し */

.kiji h2 {
	margin-top: 40px;
	padding-left: 10px;
	border-left: solid 10px #7cbac1;
	font-weight: normal;
}
/* 記事の投稿日(削除した) */

.kijiinfo a {
	color: #f00;
	margin-bottom: 50px;
}

.kijiinfo i {
	margin-right: 5px;
	color: #aaaaaa;
	font-size: 20px;
}
/* 記事の分類 */

.kijicat {
	margin-bottom: 25px;
}

.kijicat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kijicat li a {
	display: block;
	margin-right: 5px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #75dbe7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.kijicat li a:hover {
	background-color: 94ecf6;
}

.kijicat ul:after {
	content: "";
	display: block;
	clear: both;
}

.kijicat li {
	float: left;
	width: auto;
}
/* 関連モデルメュー */

.kanren {
	margin-top: 40px;
	padding: 20px;
	background-color: #f0f0d4;
}

.kanren h1 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #727224;
	font-size: 20px;
	font-weight: normal;
}

.kanren ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 関連文字サイズ12px */

.kanren li a {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

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

.kanren ul:after {
	content: "";
	display: block;
	clear: both;
}

.kanren li {
	float: left;
	width: 25%;
}

.kanren img {
	max-width: 100%;
	height: auto;
	border: none;
}
/* サイドメニュー 商品説明 */

.sidemenu {
	margin-bottom: 30px;
}

.sidemenu ul {
	margin-top: 40px;	
            padding:20px;
	background-color: #f0f0d4;
	list-style-type: none;
}

.sidemenu li a {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;     
         list-style:none;
}

.sidemenu h1 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px;
}

.sidemenu i {
	margin-right: 5px;
	color: #888888;
}
/* おすすめ記事メニュー */

.osusume {
	margin-bottom: 30px;
}

.osusume ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.osusume li a {
	display: block;
	margin-bottom: 10px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.osusume li a:hover {
	background-color: #eeeeee;
	opacity: 0.8;
}

.osusume h1 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px;
}

.osusume img	{width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom}


.osusume .text {
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
/* 人気モデルメニュー */

.ninki ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ninki li a {
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #dddddd;
	color: #2288bb;
	font-size: 14px;
	text-decoration: none;
}

.ninki li a:hover {
	background-color: #eeeeee;
}

.ninki li a img {
	border: none;
}

.ninki h1 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px;
}

.ninki a:after {
	content: "";
	display: block;
	clear: both;
}
/*人気モデル画像 */

.ninki img {
	float: left;
	width: 130px;
}

.ninki .text {
	float: none;
	width: auto;
	font-size: 18px;
	margin-left: 30px;
	padding-left: 18px;
}
/*人気モデル詳細文字 */

.ninki span {
	display: block;
	color: #666666;
	font-size: 17px;
}
/* コピーライト */

.copyright p {
	margin: 0;
	color: #666666;
	font-size: 14px;
}
/* BOX2をバーの形にする */

.box2 {
	background-color: #7cbac1;
}
/* BOX5の上に区切り線を入れる */

.box5 {
	border-top: solid 1px #dddddd;
}
/* ボックスの上下の間隔 */

.box1 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.box3 {
	padding-top: 40px;
	padding-bottom: 30px;
}

.box4 {
	padding-top: 40px;
	padding-bottom: 30px;
}

.box5 {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ########### 500px以下 ########### */
@media  (max-width: 500px) {
.list a{
    text-align: center;
	font-size:5px;
	}
}

/* ########### 500px以上599px以下 ########### */
@media (min-width: 500px) and (max-width: 599px) {
/* 1000ポイント付与pop(中段) */
/* サイズ画像　*/

.rb_logo2  img {
  width: 90px;
  margin-left: 70px; 
    height:auto;
}
.inner2  img {
      width:100px;
    height:auto;
}
/* 清光堂ロゴ */
#logo{
  width: 120px; }

/* 送料無料pop */

/* ナビゲーション */
.menu li a	{padding: 10px 3px;
	font-size: 11px}

/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.kiji h1	{font-size: 26px}

/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}



/* 関連記事メニュー */
.kanren	{padding: 10px}

.kanren li	{width: 50%}

.kanren li:nth-child(3)	{clear: both}

.kiji img {
	max-width: 100%;
	height: auto;
}
.inner1 {
  display: none;
}
.kiji  {
margin-top: 0px;
	padding: 20px;
        text-decoration: none;
}
.osusume img {
          width: 80%;
	height: auto;
	border: none;
}
.osusume p {
	margin-top: 0px;
	padding: 30px;
	background-color: #FFFFFF;
	list-style-type: none;
}
.zaiko li {
    font-size: 13px;
}
.zaikomoji li {
     font-size: 14px;
}
.content li {
        font-size: 13px;
}
.hpb-cnt-tb-cell5 li {
      font-size: 12px;
  }
.hpb-cnt-tb-cell5 ul {
        margin: 0;
	padding: 0;
	list-style: none;
}
.ta1 img{
          width: 80%;
	height: auto;
	border: none;
}
.list a{
    text-align: center;
	font-size:7px;
	}
}


/* ########### 600px以上～767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {
/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%}

.box4-2	{float: left;
	width: 50%}

/* BOX4-1とBOX4-2の左右の間隔 */
.box4-1	{padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

/* スライダー上部RayBanロゴ */
.rb_logo2  img {
  width:  100px;
  margin-left: 100px; 
    height:auto;
}
/* 1000ポイント付与pop(中段) */
.pointpop2  img  {
    width: 340px; 
    height:auto;}

/* 清光堂ロゴ */
#logo{
  width: 180px; }

/* サイズ画像　*/
.rxsize  img {
 width: 340px;
    height:auto;
}
.box5-inner   img {
 width: 100%;
    height:auto;
}
/* 店住所・消し　*/
.hpb-cnt-tb-cell5 ul {
        margin: 0;
	padding: 0;
	list-style: none;
}
.list a{
    text-align: center;
	font-size:8px;
	}
}
/* ########### 768px以上 ########### */
@media (min-width: 768px) {

.slider img {
    width:450px;
    height:auto;
}
/* 1000ポイント付与pop(中段) */
.pointpop2  img  {
    width: 380px; 
    height:auto;}

/* 送料無料pop */
.souryou  img  {
    width: 380px; 
    height:auto;}

.shyousai  img  {
    width:400px; 
    height:auto;}

.point2  img  {/* ユーザー登録ロゴ */
    width:400px; 
    height:auto;}

/* サイズ画像　*/
.rxsize  img {
 width: 400px;
    height:auto;
}


/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 70%}

.box4	{float: left;
	width: 30%}

/* BOX3とBOX4の左右の間隔 */
.box3	{padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}


/* スライダー上部RayBanロゴ */
.rb_logo2  img {
  width: 120px;
  margin-left: 100px; 
    height:auto;
}
/* 店住所・ドット消し　*/
.hpb-cnt-tb-cell5 ul {
        margin: 0;
	padding: 0;
	list-style: none;
}
.list a{
    text-align: center;
	font-size:11px;
	}
}
/* ########### 1040px以上 ########### */
@media (min-width: 1040px) {

.inner1   img   {
 width: auto;
    height:auto}

/* 全体の横幅を固定 */
.box1, .box2, .boxA, .box5
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

.slider img {
    width:550px;
    height:auto;
}

.inner2 img {
      width:600px;
    height:auto;
}
.kiji img {
	width: 550px;
       height:auto;
	}

.list a{
    text-align: center;
	font-size:13px;
	}

}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

footer ul{
	width: 100%;
	margin-bottom: 30px;
	list-style-type: none;
}
@media only screen and (min-width:801px) {
	footer ul{
		width: 300px;
	}
}

footer li{
	width: 50%;
	float: left;
}

footer li a{
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
}
@media only screen and (min-width:801px) {
	footer li a{
		line-height: 24px;
	}
}

footer li a:hover{
	background: #C30;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

#copyright{
	text-align: right;
	color: #FFF;
	font-size: 12px;
}
@media only screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
/* 店住所・ドット消し　*/
.hpb-cnt-tb-cell5 ul {
        margin: 0;
	padding: 0;
	list-style: none;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　汎用クラス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 縦方向の間隔調整 */

.height-space{
	height: 0px;
	margin-bottom: 40px;
}
/* 小画面－内余白ゼロ */
@media only screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}

@charset "utf-8";

/*==================================================
スクロール読み込みのcss
===================================*/

#infscr-loading {
width:100%;
text-align:center;
margin:20px auto;

}

#infscr-loading img{
	width:30px;/*ローディング画像のサイズ*/
}


/*========= レイアウトのためのCSS ===============*/

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
}

a:hover,
a:active{
	text-decoration: none;
}

h1{
	text-align: center;
	font-size:4vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:30px 0;
}

.lead{
	padding:0 0 50px 0;
	text-align: center;
}

.article-list{
	width:90%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article-list .day{
	font-size:0.8rem;
	color: #666;
	margin:0 0 10px 0;
}

.article-list h2{
	font-size: 1rem;
}

.article-list li{
    width: 48%;	
	margin:0 0 20px 0;
}

@media only screen and (max-width: 768px) {
.article-list li{
    width:100%;	
}	
}

.article-list li a{
    display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	text-decoration: none;
	box-shadow: 0 0 5px #ccc;
	transition: all 0.5s;
}

.article-list li a:hover{
	box-shadow: 0 0 15px #ccc;	
}


.article-list .img-block {
	width: 40%;
}

.article-list .img-block img{
	width:100%;
	height:auto;
	
}

.article-list .content-block{
	width:56%;
}

.navigation{
	width:90%;
	margin:20px auto;
	text-align: center;
}

.navigation a{
	display: block;
	text-decoration: none;
	background:#eee;
	padding: 20px;
}

.navigation a:hover{
	background: #ccc;	
}
