@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html{
	    height: 100%;
}

body{
	margin: 0;
	background-color: #fff;
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1300px;
}

h1{
	font-size: 40px;
font-weight: bold;
color: #ffffff;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
	margin: 0;
}

h2{
	font-size: 30px;
font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
h3{
	font-size: 24px;
	font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
h4{
	font-size: 22px;
	font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
p{
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	letter-spacing: 0.05em;
}

img{
	width: 100%;
	border:0;
}

ul {
	list-style: none;
}

ul li{
	list-style: none;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	color: #E63700;
}

section{
	margin: 0;
	padding: 50px;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/*====================================================
Cookie
====================================================*/

#popup{
	position: fixed;
	width: calc(100% - 40px);
	bottom: 180px;
	opacity: 0.9;
	z-index: 9999;
	color: #fff;
    background-color: #333;
	padding:20px 20px;
}

#popup .popup_textbox{
	display: flex;
	justify-content: center;
	width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

#popup label{
    font-size: 25px;
    font-weight: bold;
	line-height: 1;
}

#popup label:hover{
    opacity: 0.7;
}

#popup .popup_textbox .popup_item_l{
	width: 78%;
	margin-right: 30px;
}

#popup .popup_textbox .popup_item_c{
	width: 100px;
}

#popup .popup_textbox .popup_item_r{
	margin-left: 30px;
}

#popup p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}

#popup a{
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#popup a:hover{
	color: #ff6600 !important;
	font-weight: bold;
}

#popup input[type="checkbox"]{
	display:none;
}

#popup button{
	font-size: 16px;
	padding: 5px 15px;
	height: 45px;
	background: #fff;
	color: #333;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	opacity: 1;
}

#popup button:hover{
	opacity: 0.7;
}

/*====================================================
コンテンツ
====================================================*/

.main_content{
	width: 100%;
	padding: 79px 0 187px;
}

.innar{
	width: 1080px;
	margin: 0 auto;
}

p.pan_list{
	padding: 20px 0 0;
	font-size: 12px;
}

#wrapper{
	width: 100%;
     position: relative;
     min-height: 100%;
}

/*====================================================
ヘッダー 
====================================================*/
header{
			padding: 10px 0;
			position: fixed;
 z-index: 99;
			    width: 100%;
			top: 0;
  left: 0;
		}
/*TOP*/
#header_top{
	background: rgba(51, 51, 51, 0.35);
}
#header_top:hover{
	background: rgba(51, 51, 51, 0.85);
}
		#header_top .h_logo{
			margin-left: 20px;
		}

#header_top .h_logo h1{
	font-size: medium !important;
}

		
		#header_top .h_logo img{
			width: 88px;
			    vertical-align: bottom;
		}
		
		#header_top .container{
			display: flex;
		justify-content: space-between;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		#header_top ul{
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 100px 0 0;
			float: right;
			justify-content: flex-end;
			padding: 0;
		}
		
		#header_top ul li{
			font-size: 16px;
			color: #fff;
			margin-left: 30px;
		}

#header_top ul li:last-child{
			margin-right: 0;
		}


		#header_top ul li a{
			color: #fff !important;
		}

#header_top ul li a:hover{
			color: #ff6600 !important;
		}


/*TOP以外*/
#header{
	background: #FFF;
}
		#header .h_logo{
			margin-left: 20px;
		}
		
		#header .h_logo img{
			width: 88px;
		}
		
		#header .container{
			display: flex;
		justify-content: space-between;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		#header ul{
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 100px 0 0;
			float: right;
			justify-content: flex-end;
			padding: 0;
		}
		
		#header ul li{
			font-size: 16px;
			color: #333;
			margin-left: 30px;
		}

#header ul li:last-child{
			margin-right: 0;
		}



/*====================================================
フッター
====================================================*/

footer{
background: rgb(51,51,51);
background: linear-gradient(180deg, rgba(51,51,51,1) 30%, rgba(77,77,77,1) 100%);
			padding: 20px 0;
			bottom: 0;
			position: absolute;
	width: 100%;
		}	
		
		footer .container{
			display: flex;
		justify-content: space-between;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		footer .f_logo{
			margin-left: 20px;
		}
		
		footer .f_logo img{
			width: 88px;
		}
		
		footer ul{
			list-style: none;
			display: flex;
			flex-wrap: nowrap;
			margin: 0 30px 0 0;
			float: left;
			justify-content: flex-end;
			padding: 0;
		}
		
		footer ul li{
			font-size: 15px;
			color: #fff;
			margin-right: 30px;
			}
footer ul li:last-child{
			margin-right: 0;
			}

footer ul li a{
	color: #fff !important;
}

footer ul li a:hover{
	color: #ff6600 !important;
}

		footer .copyright p{
			color: #fff;
			font-size: 12px;
			text-align: center;
			padding-top: 70px;
		}
		
		footer .f_pmark{
			position: absolute;
			bottom: 10px;
			right: 20px;
		}

/*====================================================
グローバルナビゲーション_TOP以外
====================================================*/


#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-image: linear-gradient(130deg, rgba(255, 233, 219, 1), rgba(255, 245, 230, 1));
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
	min-width: 1300px;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav .nav_logo{
		position: absolute;
		top: 10px;
		left: 20px;
	}
	
	#g-nav .nav_logo img{
		width: 100%;
		max-width: 88px !important;
	}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	padding: 0;
}

#g-nav.panelactive ul {
    display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	flex-wrap: nowrap;
}

/*リストのレイアウト設定*/

#g-nav li{
	padding: 50px 0 30px;
}

#g-nav li:first-child{
	padding: 50px 0;
	border-right: solid 1px #fff;
}

#g-nav li .box_l{
	display: flex;
	flex-wrap: wrap;
}

#g-nav li .box_l .item_l_a,#g-nav li .box_l .item_l_b{
	width: calc(50% - 80px);
	margin-right: 80px;
}

#g-nav li .box_l .item_l_c{
	width: 50%;
	margin-top: 70px;
}

#g-nav li .box_r{
	display: flex;
	flex-wrap: wrap;
	padding-left: 70px;
}

#g-nav li .box_r .item_r_a{
	width: 100%;
}

#g-nav li .box_r .item_r_b{
	margin-top: 50px;
}

#g-nav li .box_detail{
	display: flex;
	flex-wrap: wrap;
}

#g-nav li .box_detail_sp{
	display: block;
}

#g-nav li .box_detail .item_detail_a{
	margin-right: 70px;
}

#g-nav li a{
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}

#g-nav li a.red_tit{
	color: #E63700;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 30px;
}

#g-nav li a.red_tit:hover{
	opacity: 0.5;
}

#g-nav li a.black_tit{
	font-weight: bold;
	font-size: 18px;
}

#g-nav li a span{
	font-weight: bold;
	color: #666666;
}

#g-nav li a span:hover {
    color: #E63700 !important;
}

#g-nav li a span.text_gray_border {
  display: flex;
  align-items: center;
}
#g-nav li a span.text_gray_border:before {
  border-top: 2px solid #D9D9D9;
  content: "";
  width: 5px; 
	margin-right: 10px;
}

/* オレンジ矢印 ＞　*/
#g-nav li a.a_arrow_ore {
position: relative;
padding-right: 15px;
text-decoration: none;
width: fit-content; 
}

#g-nav li a.a_arrow_ore::after {
 content: '';
 display: block;
 width: 6px; /* 矢印の大きさの指定 */
 height: 6px; /* 矢印の大きさの指定 */
 border-top: 2px solid #E63700; /* 矢印の太さの指定 */
 border-left: 2px solid #E63700; /* 矢印の太さの指定 */
}
 
#g-nav li a.a_arrow_ore--right::after {
 transform: rotate(135deg); /* 矢印の角度の指定 */
 position: absolute; /* 矢印の位置の指定 */
 left: 240px; /* 矢印の位置の指定 */
 top: 9px; /* 矢印の位置の指定 */
 }

/* 黒矢印　＞ */
#g-nav li a.a_arrow {
position: relative;
padding-right: 15px;
text-decoration: none;
	width: fit-content;
}

#g-nav li a.a_arrow::after {
 content: '';
 display: block;
 width: 4px; /* 矢印の大きさの指定 */
 height: 4px; /* 矢印の大きさの指定 */
 border-top: 2px solid #666; /* 矢印の太さの指定 */
 border-left: 2px solid #666; /* 矢印の太さの指定 */
}
 
#g-nav li a.a_arrow--right::after {
 transform: rotate(135deg); /* 矢印の角度の指定 */
 position: absolute; /* 矢印の位置の指定 */
 right: 0; /* 矢印の位置の指定 */
 top: 9px; /* 矢印の位置の指定 */
 }

#g-nav li .media_guide_btn{
	max-width: 225px;
	margin: 10px 0 0;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:12px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #333;
  	width: 45%;
  }

.openbtn span.line_white{
	background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active{
	background-color: transparent;
}

.openbtn.active:hover{
	background-color: transparent !important;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	background-color: #e63700;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	background-color: #e63700;
}

.bk_colar{
		background: transparent;
	}
	



/*====================================================
カテゴリ
====================================================*/

#category{
	margin-top: 60px;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
	border-left: solid 3px #fff;
		}

.wrap_category{
	padding: 100px 0 130px 0;
}
	
.category_item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width:calc(100%/3 - 3px);
			height: 270px;
			display: flex;
			  justify-content: center;
  align-items: center;
			border: solid 3px #fff;
			 margin-left:-3px;
  margin-top:-3px;
}
.category_item_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  transition: transform .6s ease;
  width: 100%;
}
		.bg_img01{
			background-image: url(../images/img01_1.jpg);
			background-position: top;
		}
		.bg_img02{
			background-image: url(../images/img02.jpg);
		}
		.bg_img03{
			background-image: url(../images/img03.jpg);
		}
		.bg_img04{
			background-image: url(../images/img04.jpg);
		}
		.bg_img05{
			background-image: url(../images/img05.jpg);
		}
		.bg_img06{
			background-image: url(../images/img06.jpg);
		}
		
.category_item:hover .category_item_bg {
  transform: scale(1.1);
}
.category_item p {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 2;
	letter-spacing: 0.05em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
/* マスク */
.category_item::before {
  background: rgba(0, 0, 0, .4);
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 1;
}
.category_item:hover::before {
  opacity: 0.3;
}	

/*====================================================
お知らせ
====================================================*/

#news ul.news_area{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 0;
	width: 100%;
	max-width: 1080px;
}

#news li.news_box{
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
}

#news li.news_box:nth-child(3n){
	margin-right: 0;
}

#news li.news_box:nth-child(n+4){
	margin-top: 50px;
}

#news li.news_link{
	width: 100%;
	padding-top: 80px;
	text-align: right;
}

#news .news_img{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, .16);
	height: 207px;
    overflow: hidden;
	width: 100%;
}

#news .news_img img{
	 display: block;
    height: 207px;
	object-fit: cover;
}

#news .news_img:hover{
	opacity: 0.7;
}

#news .news_box p{
	padding-top: 20px;
	font-size: 16px;
}

#news .news_box a:hover{
	color: #E63700;
}

#news .no_img{
	background-image: url(../images/news_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#news .cp_arrows_black{
	font-weight: bold;
}

#news .cp_arrows_black:hover{
	color: #E63700;
}


/*====================================================
文字色
====================================================*/
.text_red{
	color: #E63700;
}

/*====================================================
背景色
====================================================*/
.back_gray{
	background-color: #F8F8F8;
}

.back_ore{
	 background-image: linear-gradient(130deg, rgba(255, 233, 219, 1), rgba(255, 245, 230, 1));
}

.back_white{
	background-color: #FFFFFF;
}

/*====================================================
ボタン
====================================================*/

/*グレー背景*/
.original-box-shadow-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e63700;
  background-color: #f8f8f8;
  width: 100%;
    max-width: 300px;
  border-radius: 30px;
  box-shadow: -4px -4px 8px 0px rgba(255, 255, 255, 1), 5px 5px 10px 0px rgba(58, 58, 58, 0.2);
	font-size: 16px;
	padding: 12px;
	    font-weight: 500;
	transition: .3s box-shadow;
}

.original-box-shadow-gray:hover{
box-shadow: -2px -2px 3px 0px rgba(255, 255, 255, 1), 3px 3px 3px 0px rgba(58, 58, 58, 0.2);
}

/*オレンジ背景*/
.original-box-shadow-ore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e63700;
  background-color: #fff2e3;
  width: 100%;
    max-width: 300px;
  border-radius: 30px;
 box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 1), 5px 5px 10px 0px rgba(239, 179, 139, 0.5);
	font-size: 16px;
	padding: 12px;
	    font-weight: 500;
	transition: .3s box-shadow;
}

.original-box-shadow-ore:hover{
box-shadow: -2px -2px 3px 0px rgba(255, 255, 255, 1), 3px 3px 3px 0px rgba(239, 179, 139, 0.5);
}

/*白背景*/
.original-box-shadow-white {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e63700;
  background-color: #FFFFFF;
  width: 100%;
    max-width: 300px;
  border-radius: 30px;
 box-shadow: -4px -4px 10px 0px rgba(248, 248, 248, 1), 5px 5px 10px 0px rgba(100, 100, 100, 0.2);
	font-size: 16px;
	padding: 12px;
	    font-weight: 500;
	transition: .3s box-shadow;
}

.original-box-shadow-white:hover{
box-shadow: -2px -2px 3px 0px rgba(248, 248, 248, 1), 3px 3px 3px 0px rgba(100, 100, 100, 0.2);
}

/*メディアガイドボタン*/
.media_guide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 100%;
    max-width: 300px;
  border-radius: 30px;
background-image: linear-gradient(0deg, rgba(255, 183, 90, 1), rgba(255, 130, 46, 1));
	box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.5);
	font-size: 16px;
	padding: 12px;
	    font-weight: 500;
}

.media_guide_btn:hover{
opacity: 0.5;
}



/*矢印_赤　→　*/
.cp_arrows {
	margin: 1em auto;
}
.cp_arrows [class*='cp_arrow'] {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	color: #e63700;
}

.cp_arrows [class*='cp_arrow']:after,
.cp_arrows [class*='cp_arrow']:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}
.cp_arrows [class*='cp_arrow'] {
	top: -0.1em;
	width: 0;
	height: 0;
	margin-left: 1.5em;
	border-width: 4px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.cp_arrows [class*='cp_arrow']:before {
	position: absolute;
	top: -1.5px;
	right: 0;
	width: 18px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-box-shadow: inset 0 0 0 32px;
	        box-shadow: inset 0 0 0 32px;
}

.cp_arrows .cp_arrow_right {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*矢印_白　→　*/
.cp_arrows_white {
	margin: 1em auto;
}
.cp_arrows_white [class*='cp_arrow'] {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	color: #FFFFFF;
}

.cp_arrows_white [class*='cp_arrow']:after,
.cp_arrows_white [class*='cp_arrow']:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}
.cp_arrows_white [class*='cp_arrow'] {
	top: -0.1em;
	width: 0;
	height: 0;
	margin-left: 1.5em;
	border-width: 4px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.cp_arrows_white [class*='cp_arrow']:before {
	position: absolute;
	top: -1.5px;
	right: 0;
	width: 18px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-box-shadow: inset 0 0 0 32px;
	        box-shadow: inset 0 0 0 32px;
}

.cp_arrows_white .cp_arrow_right {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*矢印_黒　→　*/
.cp_arrows_black {
	margin: 1em auto;
	display: flex;
	float: right;
}
.cp_arrows_black [class*='cp_arrow'] {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
}

.cp_arrows_black [class*='cp_arrow']:after,
.cp_arrows_black [class*='cp_arrow']:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}
.cp_arrows_black [class*='cp_arrow'] {
	top: -0.1em;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.cp_arrows_black [class*='cp_arrow']:before {
	position: absolute;
	top: -1.5px;
	right: 0;
	width: 18px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-box-shadow: inset 0 0 0 32px;
	        box-shadow: inset 0 0 0 32px;
}

.cp_arrows_black .cp_arrow_right {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-left: 1.5em;
}

.cp_arrows_black .cp_arrow_left {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	margin-right: 1.5em;
}


.DivLink{
    position:relative;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.a_z_index{
	z-index: 3;
}

/*====================================================
ページ送り
====================================================*/

.Pagination {
  display: flex;
  align-items: center;
	justify-content: end;
}

ul.Pagination{
		padding-left: 0;
	}

.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  color: #333;
	font-size: 16px;
	font-weight: bold;
  transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  pointer-events: none;
  color: #e63700;
}
.Pagination-Item-Link:not(.isActive):hover {
  color: #e63700;
}



/*====================================================
ページトップへ戻るボタン
====================================================*/

#page-top a{
  background:#CECECE;
  color:#fff;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  transition: all 0.3s;
	position: absolute;
    top: -45px;
    right: 30px;
	border-radius: 10px 10px 0 0;
	width: 60px;
	height: 45px;
}

#page-top a:hover{
  opacity: 0.5;
}

.arrow_modoru {
  color: #333;
  text-decoration: none;
}
.arrow_modoru:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  position: absolute;
  top: 50%;
  left: 30%;
  margin-top: -4px;
  transform: rotate(-45deg);
	border-radius: 3px;
	filter: drop-shadow(3px 3px 8px #666)
}



/*====================================================
切り替え用css
====================================================*/
.smt_on{
		display: none;
	}

.smt_off{
		display: block;
	}

.pc{
		display: block;
	}
	
	.sp{
		display: none;
	}


/*====================================================

ここからスマホ

====================================================*/

@media screen and (max-width: 768px) {
	body{
	min-width: 100%;
}
	h1{
	font-size: 28px;
font-weight: bold;
color: #ffffff;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
	margin: 0;
}

h2{
	font-size: 22px;
font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
h3{
	font-size: 18px;
	font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
h4{
	font-size: 18px;
	font-weight: bold;
color: #333333;
	letter-spacing: 0.05em;
	margin: 0;
}
	
	/*====================================================
Cookie
====================================================*/

#popup{
	position: fixed;
	width: calc(100% - 40px);
	bottom: 107px;
	opacity: 0.9;
	z-index: 9999;
	color: #fff;
    background-color: #333;
	padding:10px 20px 15px;
}

#popup .popup_textbox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	
	#popup .popup_textbox .popup_item_l{
	width: 100%;
	margin-right: 0;
		order: 2;
}

#popup .popup_textbox .popup_item_c{
	width: 100%;
	order: 3;
	text-align: center;
}

#popup .popup_textbox .popup_item_r{
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	order: 1;
	text-align: right;
}

#popup label{
    font-size: 25px;
    font-weight: bold;
	margin-left: 0;
	line-height: 1;
	text-align: right;
}

#popup label:hover{
    opacity: 0.7;
}

#popup p{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}

#popup a{
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#popup a:hover{
	color: #ff6600 !important;
	font-weight: bold;
}

#popup input[type="checkbox"]{
	display:none;
}

#popup button{
	font-size: 16px;
	padding: 3px 25px;
	background: #fff;
	color: #333;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	margin-left: 0;
	opacity: 1;
	margin-top: 10px;
}

#popup button:hover{
	opacity: 0.7;
}
	
	/*====================================================
コンテンツ
====================================================*/
	
	section{
	margin: 0;
	padding: 20px;
}
	
	.innar{
	width: 90%;
	margin: 0 auto;
}
	
	.main_content{
	width: 100%;
	padding: 63.5px 0 440px;
}
	
/*====================================================
ヘッダー
====================================================*/
	header {
    padding: 10px 0 5px;
}
	
	/*TOP*/
#header_top{
	background-color: transparent;
}
/*#header_top:hover{
	background-color: transparent;
}*/
		#header_top .h_logo{
			margin-left: 20px;
		}
		
		#header_top .h_logo img{
			width: 75px;
		}
		
		#header_top .container{
			display: flex;
		justify-content: space-between;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		#header_top ul{
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			margin: 0 100px 0 0;
			float: right;
			justify-content: flex-end;
			padding: 0;
		}
		
		#header_top ul li{
			font-size: 16px;
			color: #fff;
			margin-left: 30px;
		}

#header_top ul li:last-child{
			margin-right: 0;
		}

/*TOP以外*/	
	#header .h_logo img {
    width: 75px;
}
	
/*====================================================
フッター
====================================================*/
	
	footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
		margin: 0 20px;
}
	
	footer .f_logo {
   width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
}
	
	footer .f_list{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    float: none;
		justify-content: flex-start;
    padding: 0;
		margin-right: 0;
		flex-direction: column;
}
	
	footer ul.f_l_list {
		width: calc(40% - 20px);
	margin-right: 20px;
}
	
	footer ul.f_r_list {
		width: 60%;
}
	
	
	footer ul li{
			margin-right: 0;
		font-size: 14px;
		padding-bottom: 15px;
			}
	
	footer .f_pmark {
    position: absolute;
    bottom: 50px;
		left: 20px;
		right: auto;
}
	
	footer .copyright p{
    font-size: 10px !important;
    padding-top: 120px;
}
	
	/*====================================================
カテゴリ
====================================================*/
	
	#category{
		margin-top: 30px;
	}
	
	.wrap_category{
	padding: 60px 0 130px;
}
	
	.category_item {
    width: calc(100%/2 - 3px);
		height: 108px;
}
	
	.category_item_bg {
    height: 108px;
}
	
	.category_item p {
    font-size: 16px;
}
	
/*====================================================
グローバルナビゲーション_TOP以外
====================================================*/


#g-nav.panelactive #g-nav-list{
	    min-width: 100%;
}
	
	#g-nav .nav_logo{
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	#g-nav .nav_logo img{
		width: 100%;
		max-width: 75px !important;
	}
	
	#g-nav.panelactive ul {
	width: 90%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	
	#g-nav ul {
    top:0;
    left:20px;
    transform: none;
}
	
	#g-nav li {
    padding: 35px 0 0;
}
	
	#g-nav li a {
    font-size: 16px;
    padding-bottom: 10px;
}
	
	#g-nav li a.red_tit {
    padding-bottom: 20px;
}
	
	#g-nav li .box_l .item_l_a{
	width: 100%;
	margin-right: 0px;
		margin-bottom: 35px;
		margin-top: 10px;
}
	
	#g-nav li .box_l .item_l_b{
	width: 100%;
	margin-right: 0px;
		margin-bottom: 20px;
}

#g-nav li .box_l .item_l_c{
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}
	
	#g-nav li .box_l .item_l_a img{
		padding-bottom: 50px;
		width: 100%;
		max-width: 75px;
	}

#g-nav li .box_r{
	padding-left: 0px;
}

	
	#g-nav li:first-child {
    border-right: none;
		border-bottom: solid 1px #fff;
		padding:0;
}
	
	#g-nav li .box_r {
    padding-left: 0;
}
	
	#g-nav li .box_r .item_r_b {
    margin-top: 30px;
		margin-bottom: 100px;
}
	
	#g-nav li a{
	font-size: 14px;
	padding-bottom: 20px;
}

#g-nav li a.red_tit{
	font-size: 18px;
	padding-bottom: 20px;
}

#g-nav li a.black_tit{
	font-weight: bold;
	font-size: 16px;
}
	
	#g-nav li .box_detail_sp{
	display: flex;
	flex-wrap: wrap;
}
	
	#g-nav li .box_detail_sp .item_detail_a{
	margin-right: 80px;
}
	
/* オレンジ矢印 ＞　*/
	#g-nav li a.a_arrow_ore--right::after {
 left: 215px; /* 矢印の位置の指定 */
 top: 9px; /* 矢印の位置の指定 */
 }
	
	#g-nav li .media_guide_btn{
	max-width: 200px;
	margin: 10px 0 0;
}
	
	/*========= ボタンのためのCSS ===============*/
.openbtn{
	top:10px;
	right: 10px;
}
	
	.bk_colar{
		background: rgba(51, 51, 51, 0.3);
	}
	
	.bk_colar:hover{
		background: rgba(51, 51, 51, 0.85);
	}

	
	/*====================================================
お知らせ
====================================================*/
	
	#news li.news_box{
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}
	
	#news li.news_box:nth-child(even){
	margin-right: 0 !important;
}
	
	#news li.news_box:nth-child(3n){
	margin-right: 20px;
}

#news li.news_box:nth-child(n+3){
	margin-top: 50px;
}
	
	#news .news_box p{
	padding-top: 20px;
	font-size: 12px;
}

	#news .news_img{
	height: 100px;
}

#news .news_img img{
	height: 100px;
}
	
	#news .no_img{
	background-image: url(../images/news_logo.png);
	background-repeat: no-repeat;
	background-position: center;
		background-size: 86px 50px;
}
	
	#news li.news_link{
	padding-top: 60px;
		text-align: center;
}
	
	/*矢印_黒　→　*/
#news .cp_arrows_black {
	margin: 1em auto;
	display: flex;
	float: none;
	justify-content: center;
}
	
	/*====================================================
ページ送り
====================================================*/

.Pagination {
  display: flex;
  align-items: center;
	justify-content: center;
}
	
	ul.Pagination{
		padding-left: 0;
	}
	
/*====================================================
切り替え用css
====================================================*/
	.smt_on{
		display: block;
	}
	
	.smt_off{
		display: none;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	
	}

