@charset "utf-8";

/* ==========================================================================
   Foundation
========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	margin:0;
	padding:0;
	font-size:inherit;
	color: inherit;
	vertical-align:baseline;
	background:transparent;
}
ul,li{
	list-style-type:none;
}


/* Base
   ----------------------------------------------------------------- */
html {
	font-size: 16px;
}
body {
	color: #000000;
	line-height: 1.3;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/* 明朝体は下記を使用
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 */
}
/* a:link{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
a:visited{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:active{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
} */
img{
	border-style: none;
	vertical-align: top;
	max-width: 100%;
}
input {
	vertical-align: middle;
	padding: 5px;
}
select {
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #888;
}

/* ==========================================================================
   Layout
========================================================================== */

/* body */
.owBody{
	background: #000;
}
.owBodyBg-01{
	background: url(img/common/body_bg_02.png) top center repeat-y;
}
.owBodyBg-02{
	background: url(img/common/body_bg_01.png) top center no-repeat;
}

/* header */
.owHeader{
	background: url(img/common/bg_header.png) top center no-repeat;
}
.owHeader img{
	width: 1300px;
	margin: 0px auto;
	height: 346px;
	display: block;
}

/* nav */
.owNav{
	background: url(img/common/bg_nav.png) top center no-repeat;
	padding: 33px 0px 19px 0px;
}
.owNav .nav_inner{
	width: 785px;
	margin: 0 auto;
	overflow: hidden;
}
.owNav .nav_item{
	float: left;
	width: 194px;
	margin-left: 3px;
}
.owNav .nav_item:first-of-type{
	margin-left: 0;
}
.owNav .nav_link{
	display: block;
	width: 100%;
	height: 52px;
}
.owNav .nav_link:hover{
	background-position: 0 bottom;
}
.owNav .nav_link-type__1{
	background: url(img/nav/nav_item_01.png) 0 0 no-repeat;
}
.owNav .nav_link-type__2{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
}
.owNav .nav_link-type__3{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
}
.owNav .nav_link-type__4{
	background: url(img/nav/nav_item_04.png) 0 0 no-repeat;
}
.owNav .nav_link img{
	display: none;
}

/* nav_SP */
.owNav_sp{
	display: none;
}

/* main */
.owMain{
	width: 858px;
	margin: 0px auto;
}

/* footer */
.owFooter{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 93%;
	margin: 0 auto;
}
.footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{
	margin-top: 3%;
}
.footer_subInfo img{
	width: auto;
	max-width: 100%;
}
.footer_link{
	margin-top: 3%;
}
.footer_link_head{
	margin-bottom: 1%;
}
/* ISP */
.niftyHeader{
	background: #000;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}

/* ==========================================================================
   Object
========================================================================== */

/* Component
----------------------------------------------------------------- */

/* menu */
.c-menu{}
.c-menu-size__large{
	width: 792px;
	margin: 0 auto 7px;
}
.c-menu-size__large .c-menu_title{
	font-size: 1.875em;
}
.c-menu-size__small{
	width: 392px;
	margin: 0 auto 8px;
	float: left;
}
.c-menu-size__small .c-menu_title{
	font-size: 1.187em;
}
.c-menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.c-menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 18%;
	position: relative;
}
.c-menu_badge{
	position: absolute;
	top: 0px;
	left: -55px;
}
.c-menu_title{
	display: table-cell;
	vertical-align: top;
	padding-left: 1%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #000;
}
.c-menu_title-color__red{
	color: #660000;
}
.c-menu_title-color__yellow{
	color: #FFFF00;
}
.c-menu_title-color__blue{
	color: #330066;
}
.c-menu_link{
	text-decoration: none;
}
.c-menu_link:hover{
	text-decoration: underline;
}
.c-menu_link-decoration{
	text-decoration: underline;
}
.c-menu_link-decoration:hover{
	text-decoration: none;
}
.c-menu_tail{
	margin-top: 1%;
}
.c-menu_caption{
	font-size: 1em;
}
.c-menu_caption-color__white{
	color: #fff;
}
.c-menu_caption-weight__normal{
	font-weight: normal;
}
.c-menu_price_wrap{
	text-align: right;
}
.c-menu_price{
	margin-top: 1%;
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
}
.c-menu_price-size__large{
	font-size: 1.625em;
}
.c-menu_price-color__white{
	color: #fff;
}
.c-menu_price-color__red{
	color: #CC0000;
}

/* btn */
/*
画像のボタン用
SPと切り替える際にまとめて指定できるように
 */
.c-btn{
	margin: 0 auto;
}
.c-btn_link{
	display: block;
}
.c-btn_link:hover{
	background-position: 0 bottom;
}
.c-btn_link img{
	display: none;
}

/* table */
.c-table{
	display: table;
	width: 100%;
}
.c-table-fixed{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.c-table_cell{
	display: table-cell;
	vertical-align: top;
}
.c-table_cell-size__small{
	width: 20%;
}

/* tag */
.c-tag{
	font-size: 0;
	line-height: 0;
}
.c-tag_item{
	display: inline-block;
	margin-right: 10px;
}

/* other */
.c-caution{
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.c-rakutenFooter{
	background: #fff;
}

/* pagetop */
.c-pagetop_btn{
	display: none;
}
/*
.c-pagetop_btn_link{
	background: url(img/common/pagetop_btn.png) top center no-repeat;
	display: block;
	height: 94px;
}
.c-pagetop_btn_link:hover{
	background-position: center bottom;
}
.c-pagetop_btn img{
	display: none;
}
*/


/* Project
----------------------------------------------------------------- */

/* headline */
.p-headline{ }
.p-headline_list{
	display: none;
}
.p-headline_text{
	text-align: center;
	color: #FFFF00;
	font-size: 1.125em;
	position: relative;
	z-index: 11;
}
.p-headline_text a:hover{
	text-decoration: none;
}
.p-headline_text span{
	color: #00FFFF;
}
.p-headline_img{
	margin-top: -30px;
	position: relative;
	z-index: 10;
}
.p-headline_box{ }
.p-headline_box_mid{
	background: url(img/top/headline_box_mid.png) top center repeat-y;
	padding: 0px 9%;
}

/* new */
.p-new_menu{ }
.p-new_menu .c-menu_title{
	font-size: 1.75em;
	padding-left: 1%;
	color: #D80000;
}
.p-new_menu_update{
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	display: inline-block;
	background: #000;
	color: #FFFF00;
	padding: 0px 2%;
	font-size: 0.5em;
}
.p-new_menu .c-menu_link{
	display: block;
}
.p-new_menu .c-menu_caption{
	display: none;
}
.p-new_menu .c-menu_price{
	display: inline-block;
	padding-left: 10px;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	margin: 20px 0;
}

.ow_column_list_title {
	margin-bottom: 20px;
}

.ow_column_list_title h2 {
	font-size: 20px;
	color: #8B4513;
	margin: 0;
	padding: 10px;
	background: linear-gradient(to bottom, #f8f4e6, #f0e68c);
	border: 2px solid #daa520;
	border-radius: 8px;
}

.ow_column_articles {
	margin-bottom: 40px;
}

.ow_column_article_item {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ow_column_article_title {
	margin-bottom: 8px;
}

.ow_column_article_title h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.ow_column_article_title a {
	color: #8B4513;
	text-decoration: none;
}

.ow_column_article_title a:hover {
	color: #654321;
	text-decoration: underline;
}

.ow_column_article_meta {
	margin-bottom: 12px;
	color: #666;
	font-size: 11px;
}

.ow_column_article_summary {
	margin-bottom: 12px;
	color: #333;
	line-height: 1.6;
	font-size: 13px;
}

.ow_column_article_keywords {
	margin-bottom: 12px;
	font-size: 11px;
	color: #888;
}

.ow_column_keywords_label {
	font-weight: bold;
}

.ow_column_keywords_list {
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 4px;
}

.ow_column_article_link {
	text-align: right;
}

.ow_column_read_more {
	display: inline-block;
	padding: 6px 12px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
}

.ow_column_read_more:hover {
	background: #654321;
}

.ow_column_more_link_wrapper {
	margin: 30px 0;
}

.ow_column_more_link_btn {
	display: inline-block;
	padding: 12px 24px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
}

.ow_column_more_link_btn:hover {
	background: #654321;
}
/* コラム end */

/* recommend */
.p-recommend{ }
.p-recommend_mid{
	background: url(img/top/recommend_mid.png) top center repeat-y;
	padding: 0px 14%;
}
.p-recommend_menu{
	background: url(img/top/recommend_menu_bg.png) top center no-repeat;
	background-size: 100%;
	padding: 7% 0px 0px 0px;
}
.p-recommend_menu:first-child{
	background: none;
	padding: 0px;
}
.p-recommend_menu .c-menu_tail{
	margin: 0px;
}
.p-recommend_title-renai{ color: #660000;}
.p-recommend_title-furin{ color: #B200B2;}
.p-recommend_title-deai{ color: #46008C;}
.p-recommend_title-jinsei{ color: #008C23;}

/* banner */
.p-banner{
	text-align: center;
}
.p-banner_text{
	color: #FFF;
	padding: 20px 0px;
}

/* special */
.p-special{
	padding-top: 20px;
}
.p-special_mid{
	background: url(img/top/special_mid.png) top center repeat-y;
	padding: 0px 2%;
}
.p-special_wrap{
	width: 776px;
	margin: 0px auto;
	overflow: hidden;
}
.p-special_menu{
	float: left;
	width: 378px;
	margin: 0px 5px;
}
.p-special_menu .c-menu_wrap{
	background: url(img/top/special_menu_mid.png) top center repeat-y;
	padding: 5px 6% 0px 6%;
}
.p-special_menu .c-menu_title{
	font-size: 1.25em;
}
.p-special_menu .c-menu_icon{
	width: 30%;
}
.p-special_menu .c-menu_price{
	color: #22008C;
}

/* nenun */
.p-nenun{ }
.p-nenun_link{
	background: url(img/top/nenun_btn.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 330px;
}
.p-nenun_link:hover{
	background-position: center bottom;
}
.p-nenun_link img{
	display: none;
}
.p-nenun_price .c-menu_price{
	text-align: center;
	color: #FFF;
	margin: 0px;
}

/* free */
.p-free{
	background: url(img/top/free_mid.png) top center repeat-y;
	margin-top: 20px;
}
.p-free_mid{
	background: url(img/top/free_wrap.png) top center no-repeat;
}
.p_free_inner{
	background: url(img/top/free_inner.png) bottom center no-repeat;
	padding: 0px 10%;
}
.p-free_menu .c-menu_link{
	width: 100%;
	height: 250px;
	display: block;
}
.p-free_menu-1 .c-menu_link{
	background: url(img/top/free_menu_bg_1.png) top center no-repeat;
}
.p-free_menu-2 .c-menu_link{
	background: url(img/top/free_menu_bg_2.png) top center no-repeat;
}
.p-free_menu .c-menu_wrap{
	padding: 4% 3% 0px 3%;
}
.p-free_menu .c-menu_title{
	vertical-align: middle;
}
.p-free_menu .c-menu_tail{
	margin-top: 0px;
}
.p-free_menu .c-menu_price{
	text-align: center;
	margin-top: 0px;
}
.p-free_menu_link{
	background: url(img/top/free_menu_link.png) top center no-repeat;
	display: block;
	width: 442px;
	height: 95px;
	margin: 0px auto;
}
.p-free_menu_link:hover{
	background-position: center bottom;
}
.p-free_menu_link img{
	display: none;
}

/* pack */
.p-pack{
	margin-top: 40px;
}
.p-pack_mid{
	background: url(img/top/pack_mid.png) top center repeat-y;
	padding: 0px 14% 10px 14%;
}
.p-pack_menu{
	margin-top: -100px;
}
.p-pack_menu .c-menu_caption{
	color: #FFF;
}
.p-pack_menu .c-menu_price {
	color: #00D96D;
}
.p-pack_btm{
	position: relative;
	padding-bottom: 40px;
}
.p-pack_image{ }
.p-pack_btn{
	position: absolute;
	top: 135px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.p-pack_btn_link{
	background: url(img/top/pack_btn.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 92px;
}
.p-pack_btn_link:hover{
	background-position: center bottom;
}
.p-pack_btn_link img{
	display: none;
}

/* categoryBtn */
.p-categoryBtn{
display: none;
	/*
	display: table;
	table-layout: fixed;
	width: 830px;
	margin: 30px auto 10px;
	background: #000000;
	border: 3px solid #000000;
	box-shadow: 0px 0px 3px #000;
	*/
}
/*
.p-categoryBtn_item{
	display: table-cell;
}
.p-categoryBtn_link{
	display: block;
	width: 272px;
	height: 86px;
}
.p-categoryBtn_link-type__renai{
	background: url(img/top/btn_renai_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link-type__deai{
	background: url(img/top/btn_deai_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link-type__jinsei{
	background: url(img/top/btn_jinsei_menu.png) 0 0 no-repeat;
}
.p-categoryBtn_link:hover{
	background-position: 0 bottom;
}
.p-categoryBtn_link img{
	display: none;
}
*/

/* category */
.p-category{
	width: 858px;
	margin: 0px auto;
}
.p-category_inr{
	width: 792px;
	margin: 0px auto;
	overflow: hidden;
}
.p-category .c-menu-size__large .c-menu_wrap{
	background: url(img/top/c-menu-size_large_bg.png) top center repeat-y;
	padding: 0px 5%;
}
.p-category .c-menu-size__large .c-menu_title{
	vertical-align: middle;
}
.p-category .c-menu-size__large .c-menu_icon{
	width: 16%;
}

.p-category .c-menu-size__small{
	color: #FFF;
}
.p-category .c-menu-size__small:nth-of-type(even){
	margin-right: 8px;
}
.p-category .c-menu-size__small .c-menu_wrap{
	background: url(img/top/c-menu-size_small_bg.png) top center repeat-y;
	padding: 0px 5%;
}
.p-category .c-menu-size__small .c-menu_title{
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.p-category .c-menu-size__small .c-menu_icon{
	width: 30%;
}
/*
.p-category .c-menu-size__large .c-menu_badge{
	top: -35px;
	left: -45px;
}
.p-category .c-menu-size__small .c-menu_badge{
	top: -28px;
	left: -32px;
}
*/
.p-category_table{
	margin-top: 10px;
}

/* renai */
.p-category-renai{
	background: url(img/top/renai_menu_mid.png) top center repeat-y;
}
.p-category_main-renai{
	background: url(img/top/renai_menu_wrap.png) top center no-repeat;
}
.p-category_main-renai .c-menu-size__large .c-menu_title{
	color: #85223B;
}
.p-category_main-renai .c-menu-size__small .c-menu_title{
	color: #FF0000;
}

/* deai */
.p-category-deai{
	background: url(img/top/deai_menu_mid.png) top center repeat-y;
}
.p-category_main-deai{
	background: url(img/top/deai_menu_wrap.png) top center no-repeat;
}
.p-category_main-deai .c-menu-size__large .c-menu_title{
	color: #46008C;
}
.p-category_main-deai .c-menu-size__small .c-menu_title{
	color: #BF00FF;
}

/* jinsei */
.p-category-jinsei{
	background: url(img/top/jinsei_menu_mid.png) top center repeat-y;
}
.p-category_main-jinsei{
	background: url(img/top/jinsei_menu_wrap.png) top center no-repeat;
}
.p-category_main-jinsei .c-menu-size__large .c-menu_title{
	color: #004010;
}
.p-category_main-jinsei .c-menu-size__small .c-menu_title{
	color: #00D936;
}
.p-category .u-premiumPrice{
	color: #ff0;
}

/* rule */
.p-rule{
	text-align: center;
	color: #fff;
	padding: 80px 0px;
}



/* Utitlity
----------------------------------------------------------------- */

.u-serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*position*/
.u-tac{
	text-align: center;
}
.u-vab{
	vertical-align: bottom;
}
.u-vat{
	vertical-align: top;
}

/* color */
.u-yellow{
	color: #ff0;
}

/* margin */
.u-mts{
	margin-top: 10px;
}
.u-mtm{
	margin-top: 30px;
}

/* PC表示用 */
.u-pcBlock{
	display: block;
}

/* SP表示用 */
.u-spBlock{
	display: none;
}

/* 画像透過 */
.u-hover-opacity:hover img{
	opacity: 0.7;
}

/* for nifty */
.u-defaultPrice{}
.u-premiumPrice{
	color: #f00;
	text-align: right;
	font-weight: bold;
}
.u-nif{
	display: none !important;
}
