@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: #fff;
	min-width: 960px;
	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: 10px;
	font-size: 1.5em;
}
select {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #888;
	font-size: 1.5em;
}

/* ==========================================================================
   Layout
========================================================================== */

/* body */
.ow_body{
	background: #02266f;
}
.ow_body_bg_01{
	background: url(img/common/body_bg_01.png) top center repeat-y;
}
.ow_body_bg_02{
	background: url(img/common/body_bg_02.png) top center no-repeat;
}

/* header */
.ow_header{ }
.ow_header > a{
	width: 910px;
	margin: 0px auto;
	display: block;
}
.ow_header img{
	width: 910px;
	height: 400px;
}

/* nav */
.ow_nav{
	width: 960px;
	margin: 0 auto;
}
.ow_nav .ow_nav_inner{
	margin-left: 20px;
	padding: 10px 0;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin: 0px 5px;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 189px;
	height: 90px;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_01{
	background: url(img/nav/nav_item_01.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_02{
	background: url(img/nav/nav_item_02.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_03{
	background: url(img/nav/nav_item_03.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link img{
	display: none;
}


/* main */
.ow_main{
	width: 960px;
	margin: 0px auto;
}

/* footer */
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 836px;
	margin: 0 auto;
	background: #000;
}

.ow_footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{
	text-align: center;
	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;
	position: relative;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}

/* ==========================================================================
   Object
========================================================================== */

/* Component
----------------------------------------------------------------- */

/* bread */
.ow_bread{
	position: relative;
	color: #fff;
	padding: 2% 3% 1% 3%;
}


/* headline */

.ow_headline{
	text-align: center;
}

.ow_headline_link{
	color: #ffff00;
	line-height:1.5;
	font-size: 1.125em;
	font-weight:bold;
	padding-top: 10px;
}
.ow_headline_link:last-of-type {
    margin: 0;
}

.ow_headline_link a{
	text-decoration:underline;
}
.ow_headline_link a:hover{
	text-decoration:none;
}


/* menu */
.ow_menu{ }
.ow_menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 17%;
	position: relative;
}
.ow_menu_icon img{
	max-width: 100%;
}
.ow_menu_badge{
	position: absolute;
	top: 0px;
	left: -55px;
}
.ow_menu_title{
	display: table-cell;
	vertical-align: middle;
	padding-left: 2%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.875em;
	/* font-weight: bold; */
	color: #610603;
}
.ow_menu_title_color_red{
	color: #fe0148;
}
.ow_menu_title_color_yellow{
	color: #FFFF00;
}
.ow_menu_title_color_blue{
	color: #330066;
}
.ow_menu_link{
	text-decoration: none;
}
.ow_menu_link:hover{
	text-decoration: underline;
}
.ow_menu_link_decoration{
	text-decoration: underline;
}
.ow_menu_link_decoration:hover{
	text-decoration: none;
}
.ow_menu_tail{
	margin-top: 2%;
	text-align:right;
	font-weight: bold;
}
.ow_menu_caption{
	font-size: 1em;
}
.ow_menu_caption_color_white{
	color: #fff;
}
.ow_menu_caption_weight_normal{
	font-weight: normal;
}
.ow_menu_price{
	margin-top: 1%;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
.ow_premium_price{
	color:#f00;
}
/* .ow_isp_premium_price{
	color:#f00;
} */
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_price_color_white{
	color: #fff;
}
.ow_menu_price_color_red{
	color: #CC0000;
}

/* 金額を横並びにするCSS */
.ow_menu_price_wrap { }
.ow_menu_price_wrap .ow_menu_price {
	display: inline-block;
	padding-left: 10px;
}

/* btn */
/*
画像のボタン用
SPと切り替える際にまとめて指定できるように
 */
.ow_btn{
	margin: 0 auto;
}
.ow_btn_link{
	display: block;
}
.ow_btn_link:hover{
	background-position: 0 bottom;
}
.ow_btn_link img{
	display: none;
}

/* table */
.ow_table{
	display: table;
	width: 100%;
}
.ow_table_fixed{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_table_cell{
	display: table-cell;
	vertical-align: top;
}
.ow_table_cell_size__small{
	width: 20%;
}


/* other */
.ow_caution{
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
}
.ow_rakuten_footer{
	background: #fff;
}
.ow_price_wrap{
	text-align: right;
}


/* new */
.ow_new{
}
.ow_new_head{
	position: relative;
	padding-bottom: 30px;
}
.ow_new_head_btn01{
	position: absolute;
	width: 340px;
	top: 180px;
	right: 340px;
}
.ow_new_head_btn02{
	position: absolute;
	width: 326px;
	top: 180px;
	right: 22px;
}
.ow_new_head_btn .ow_btn_link{
	width: 100%;
	height: 251px;
}
.ow_new_head_btn01 .ow_btn_link{
	background: url(img/top/new_head_btn01.png) top center no-repeat;
}
.ow_new_head_btn02 .ow_btn_link{
	background: url(img/top/new_head_btn02.png) top center no-repeat;
}
.ow_new_head_btn .ow_btn_link:hover{
	background-position: 0 bottom;
}
.ow_new_mid{
	background: url(img/top/new_mid.png) top center repeat-y;
	padding: 0 80px;
}
.ow_new_date{
	margin: -20px 0 20px 0;
	text-align: center;
	color: #fff;
	font-weight:bold;
	padding: 5px 0;
	font-size: 1.125em;
	border-bottom: solid 1px #fff;
}
.ow_new .ow_menu_title {
	color: #fcd106;
	font-size: 2em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_new .ow_menu{
	border-bottom: dashed 1px #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ow_new .ow_menu:last-of-type{
	border: none;
	margin-bottom: 0;
}

/* コラム 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 */

/* ow_card_top */

.ow_card_top{
	padding-bottom: 10px;
}
.ow_card_top_head{
	position: relative;
}
.ow_card_top_title , .ow_card_top_main_card{
	position: absolute;
}
.ow_card_top_title01{
	top: 20px;
	left: 0;
	right: 0;
	margin: 0;
}
.ow_card_top_title02{
	top: 270px;
	left: 0;
	right: 0;
	margin: 0;
}
.ow_card_top_main_card{
	top: 115px;
	left: 0;
	right: 0;
	margin: 0;
}


.ow_card_top .ow_headline_link{
	width: 890px;
	margin: 0 auto;
	font-size: 1.5em;
	color: #fe7ab5;
	text-align: left;
	padding-left: 35px;
	background: url(img/top/headline_link_bg.png) left 18px no-repeat;
}

/* rec */

.ow_rec{}
.ow_rec_tail{}
.ow_rec_tail .ow_menu{
	width: 842px;
	margin: 10px auto 20px auto;
	position: relative;
}
.ow_menu_heading_img{
	position: absolute;
	width: 10.9%;
	top: -20px;
	left: -10px;
}
.ow_rec_tail .ow_menu_heading{
	padding-left: 100px;
	font-size: 1.875em;
	font-weight: bold;
	color: #fefd9f;
}
.ow_rec_tail .ow_menu_heading .ow_fs{
	font-size: 1.2em;
}
.ow_rec_tail .ow_menu_mid{
	background: url(img/top/rec/ow_menu_mid.png) top center repeat-y;
	padding: 0 20px;
}
.ow_rec_tail .ow_menu_mid_wrap{
	background: url(img/top/arrow.png) right center no-repeat;
}
.ow_rec_tail .ow_menu_title{
	padding: 0 30px 0 0;
	font-size: 2.125em;
	color: #fff;
}
.ow_rec_tail .ow_menu_tail{
	padding-right: 20px;
}
.ow_rec_tail .ow_premium_price{
	color: #ff0;
}




/* ow_rec_review (アニメーション部分)*/
.ow_rec_review{
	position: relative;
	padding-bottom: 40px;
}
.ow_rec_review_title{
	position: absolute;
	top: 10px;
	left: 20px;
}
.ow_rec_review_sub_title{
	position: absolute;
	top: 70px;
	right: 0;
}
.ow_rec_review_voice{
	position: absolute;
}
.ow_rec_review_voice01{
	top: 253px;
	left: 70px;
}
.ow_rec_review_voice02{
	top: 284px;
	right: 68px;
}
.ow_rec_review_voice03{
	top: 332px;
	left: 50px;
	z-index: 100;
}
.ow_rec_review_voice04{
	top: 328px;
	left: 340px;
	z-index: 99;
}
.ow_rec_review_voice05{
	top: 370px;
	right: 70px;
	z-index: 100;
}
.ow_rec_review_voice06{
	bottom: 180px;
	left: 77px;
	z-index: 99;
}
.ow_rec_review_voice07{
	bottom: 240px;
	left: 228px;
	z-index: 99;
}
.ow_rec_review_voice08{
	bottom: 184px;
	right: 160px;
	z-index: 98;
}
.ow_rec_head{
	position: absolute;
	top: 510px;
	left: 0;
	right: 0;
	margin: 0;
}
/* special */
.ow_special{
	padding-bottom: 20px;
}
.ow_special_head{
	position: relative;
}
.ow_special_head .ow_special_head_img01{
	position: absolute;
	top: 168px;
	left: -40px;
}
.ow_special_text{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
.ow_special_text_type2{
	font-size: 1.375em;
	color: #ff0;
	padding-bottom: 10px;
}
.ow_special_text_type2 span{
	font-size: 1.4em;
}
.ow_special_tail{
	width: 886px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_special_tail .ow_menu{
	width: 440px;
	float: left;
}
.ow_special_tail .ow_menu_type2{
	width: 886px;
	margin: 0 auto;
}
.ow_special_tail .ow_menu:nth-child(even){
	margin-left: 6px;
}
.ow_special_tail .ow_menu_mid{
	background:url(img/top/special/ow_menu_mid.png) top center repeat-y;
	padding: 0 50px;
}
.ow_special_tail .ow_menu_type2 .ow_menu_mid{
	background:url(img/top/special/ow_menu_mid02.png) top center repeat-y;
}
.ow_special_tail .ow_menu_title{
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 2.125em;
	font-weight: bold;
	padding-left: 0;

	color: #fcd106;
	line-height: 1.2;
}
.ow_special_tail .ow_menu_caption{
	padding: 15px 0;
}
.ow_special_tail .ow_menu_type2 .ow_menu_caption{
	padding: 15px 0 0 0;
}
.ow_special_tail .ow_menu_title a{
	text-decoration: underline;
}
.ow_special_tail .ow_menu_title a:hover{
	text-decoration: none;
}

/* nayami */
.ow_special_nayami{}
.ow_special_nayami_inr{
	position: absolute;
	top: 192px;
	right: 0;
	width: 690px;
	background:url(img/top/special/special_nayami_bg.png) repeat;
	padding: 20px;
}
.ow_special_nayami_content{
	overflow: hidden;
	padding-bottom: 5px;
}
.ow_special_nayami_check{
	float: left;
	width: 45px;
}
.ow_special_nayami_text{
	font-size: 1.125em;
	color: #333333;
	font-weight: bold;
	float: left;
	width: 420px;
	padding-left: 15px;
}
.ow_special_nayami_text .ow_marker{
	display: inline-block;
	font-size: 1.5em;
	background: linear-gradient(transparent 60%, #fff799 60%);
}
.ow_special_nayami_btn{
	float: right;
	width: 180px;
}
.ow_special_nayami .ow_btn_link{
	background:url(img/top/special/special_nayami_btn.png) top center no-repeat;
	width: 100%;
	height: 46px;
}
.ow_special_nayami .ow_btn_link:hover{
	background-position: 0 bottom;
}

/* free */
.ow_free{}
.ow_free .ow_menu{
	width: 820px;
	margin: 0 auto;
}
.ow_free_tail{
	margin-top: -20px;
}
.ow_free .ow_menu_mid{
	background:url(img/top/free/ow_menu_mid.png) top center repeat-y;
	padding: 0 20px;
}
.ow_free .ow_menu_mid_wrap{
	background: url(img/top/arrow.png) right center no-repeat;
	padding: 10px 45px 10px 30px;
}
.ow_free .ow_menu_mid .ow_menu_title{
	font-size: 2.5em;
	color: #fff;
	padding: 0;
	text-shadow: 2px 2px 2px #000;
}



/* ow_category_nav */
.ow_category_nav{
	padding-top: 20px;
}
.ow_category_link{
	width: 878px;
	margin: 0 auto;
	height: 114px;
	display: block;
}
.ow_category_link_01{
	background: url(img/top/renai_btn.png) top center no-repeat;
}
.ow_category_link_02{
	background: url(img/top/deai_btn.png) top center no-repeat;
}
.ow_category_link_03{
	background: url(img/top/jinsei_btn.png) top center no-repeat;
}
.ow_category_link:hover{
	background-position: 0 bottom;
}



/* category_menu */
.ow_category .ow_premium_price{
	color: #fef591;
}

.ow_category_menu_large,.ow_category_menu_small{
	color: #fff;
}
.ow_category_menu_large_mid{
	padding: 0 35px;
}
.ow_category_menu_large_mid_inr{
	background: url(img/top/arrow.png) right center no-repeat;
	padding: 0 40px;
}
.ow_category_menu_large .ow_menu_title{
	font-size: 2.25em;
	padding: 0;
	color: #fef591;
}
.ow_category_menu_small{
	width: 890px;
	margin: 0 auto 8px auto;
	overflow: hidden;
}
.ow_category_menu_small .ow_menu{
	float:left;
	width: 440px;
}
.ow_category_menu_small .ow_menu:nth-of-type(even){
	margin-left: 10px;
}
.ow_category_menu_small_mid{
	padding:0 26px;
}
.ow_category_menu_small .ow_menu_icon{
	width: 25.6%;
}
.ow_category_menu_small .ow_menu_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 4%;
	color: #fef591;
}
.ow_category_menu_large .ow_menu_caption , .ow_category_menu_small .ow_menu_caption{
	margin: 15px 0;
	/* font-weight: bold; */
	line-height: 1.4;
}
.ow_category_menu_large .ow_menu_caption{
	font-size: 1.125em;
}


/* renai */
.ow_renai .ow_category_menu_large_mid{
	background:url(img/top/renai_category_menu_large_mid.png) top center repeat-y;
}
.ow_renai .ow_category_menu_small_mid{
	background:url(img/top/renai_category_menu_small_mid.png) top center repeat-y;
}

/* deai */
.ow_deai .ow_category_menu_large_mid{
	background:url(img/top/deai_category_menu_large_mid.png) top center repeat-y;
}
.ow_deai .ow_category_menu_small_mid{
	background:url(img/top/deai_category_menu_small_mid.png) top center repeat-y;
}

/* jinsei */
.ow_jinsei .ow_category_menu_large_mid{
	background:url(img/top/jinsei_category_menu_large_mid.png) top center repeat-y;
}
.ow_jinsei .ow_category_menu_small_mid{
	background:url(img/top/jinsei_category_menu_small_mid.png) top center repeat-y;
}


/* rule */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	/* background:url(img/top/rule_border.png) top center no-repeat; */
}

/* トップページパーツ */

/* Utitlity
----------------------------------------------------------------- */

.ow_serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_yumin{
	font-family: "游明朝", "YuMincho", serif;
}
.ow_ofh{
	overflow: hidden;
}
.ow_nif,.ow_menu_price_wrap .ow_nif{
	display: none;
}
.c-rakutenFooter{
	background: #fff;
}

/* position */
.ow_tac{
	text-align: center;
}
.ow_vab{
	vertical-align: bottom;
}
.ow_vat{
	vertical-align: top;
}

/* color */
.ow_yellow{
	color: #ff0;
}
.ow_blue{
	color: #00FFFF;
}
.ow_pink{
	color: #FF66FF;
}
.ow_red{
	color: #ff0000;
}
.ow_skyblue{
	color: #00eaff;
}

/* PC表示用 */
.ow_pc_block{
	display: block !important;
}
.ow_pc_inline{
	display: inline !important;
}

/* SP表示用 */
.ow_sp_block{
	display: none !important;
}
.ow_sp_inline{
	display: none !important;
}
