@charset "utf-8";

/* ==========================================================================
   Foundation
========================================================================== */

/* Reset
   ----------------------------------------------------------------- */


/* Base
   ----------------------------------------------------------------- */
html {
	font-size: 14px;
}
img{
	width: 100%;
	height: auto;
}

/* ==========================================================================
   Layout
========================================================================== */

/* body */
.ow_body{
	background: none;
	min-width: auto;
	min-width: initial;
	background-color: #000;
	padding:0 0 13%;
}
.ow_body_bg_01{
	background: none;
}
.ow_body_bg_02{
	background: none;
}
.ow_body_bg_03 {
	background: none;
}

/* header */
.ow_header{ }
.ow_header > a{ }
.ow_header img{
 width: 100%;
 height: auto;
}

/* nav */
.ow_nav{
	width: 100%;
}
.ow_nav .ow_nav_inner{
	background: url(img/common/nav_bg_sp.png) top center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-left: 0;
	padding: 2% 0;

}
.ow_nav .ow_nav_item{
	width: 33.3%;
	margin: 0px;
}
.ow_nav .ow_nav_link{
	width: 100%;
	height: auto;
}
.ow_nav .ow_nav_link:hover{
	opacity:0.7;
}
.ow_nav .ow_nav_link_01{
	background: none;
}
.ow_nav .ow_nav_link_02{
	background: none;
}
.ow_nav .ow_nav_link_03{
	background: none;
}
.ow_nav .ow_nav_link_04{
	background: none;
}
.ow_nav .ow_nav_link img{
	display: block;
}

/* main */
.ow_main{
	width: 100%;
}

/* footer */
.ow_footer{
	padding: 5%;
	width: 100%;
	font-size: 0.75em;
}
.ow_footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{ }
.footer_subInfo img{ }
.footer_link{
	text-align: center;
	margin-top: 5%;
}
.footer_link_head{
	margin-bottom: 1%;
}
/* ISP */
.niftyHeader{
	background: #000;
	position: relative;
}
.niftyHeader table {
	width: auto;
	background-size: 100%;
}
.niftyHeader img {
	width: initial;
}

/* rule */
.ow_isp_rule{
	padding: 5%;
	font-size: 0.75em;
}
.ow_isp_rule img{
	width: auto;
	max-width: 100%;
}


/* ==========================================================================
   Object
========================================================================== */

/* Component
----------------------------------------------------------------- */

/* menu */
.ow_menu{
	width: 100%;
	margin: 0 auto;
}
.ow_menu_head{
	width: 100%;
}
.ow_menu_icon{
	width: 21.5%;
}
.ow_menu_title{
	padding-left: 2%;
	font-size: 1.3em;
	font-weight: bold;
}
.ow_menu_link{
	font-size: 1em;
	text-decoration: underline;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.ow_menu_link:hover{
	text-decoration: underline;
}
.ow_menu_img_link {
	height: auto;
	background: none;
	width: 100%;
	text-indent: 0;
	font-size: 1em;
	text-align: left;
}
.ow_menu_img_link img {
	display: block;
}
.ow_rec .ow_menu_link,.ow_rec .ow_menu_link:hover {
	background: none;
}
.ow_rec .ow_menu_link:hover {
	text-decoration: none;
}
.ow_rec .ow_menu_title{
	text-indent: 0px;
}
.ow_menu_link_decoration{
	text-decoration: underline;
}
.ow_menu_link_decoration:hover{
	text-decoration: underline;
}
/* .ow_menu_mid {
	background: url(img/top/menu_bg.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 3% 5%;
}
.ow_menu_tail{
	margin-top: 5%;
} */
.ow_menu_caption{
	font-size: 1em;
	line-height: 1.2;
}
.ow_menu_price{
	margin-top: 1%;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.ow_premium_price{
	color: #f00;
}
/* .ow_menu_price.ow_premiumPrice{
	margin-top: 5%;
} */

/* 金額を横並びにするCSS */
.ow_menu_price_wrap { }
.ow_menu_price_wrap .ow_menu_price {
	display: block;
	padding-left: 0;
}
.ow_menu_price_wrap .ow_nif{
	display: none;
}
/* btn */
/*
画像のボタン用
SPと切り替える際にまとめて指定できるように
 */
.ow_btn_link{
	width: 100%;
	height: auto;
	display: inline;
}
.ow_btn_link img{
	display: inline;
}
/* Project
----------------------------------------------------------------- */

/* headline */
.ow_headline{
	width: 100%;
	margin: 0 auto;
	padding: 2% 3%;
}
.ow_headline_inner{
	padding: 0;
}
.ow_headline_list{
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}
.ow_headline_link {
  line-height: 1.4;
	text-align :left;
	background: url(img/top/sub_menu_list_item_dot.png) left top no-repeat;
	background-size: 1.4em;
	padding: 0 2% 0 9%;
	margin-bottom: 5%;
}

/* new */
.ow_new{}
.ow_new_head{
	padding-bottom: 5%;
}
.ow_new_head_btn_wrap{
	overflow: hidden;
}
.ow_new_head_btn{
	position: static;
	width: 50%;
	float: left;
}
.ow_new_head_btn a:last-child{
	display: none;
}
.ow_new_mid{
	background: url(img/top/new_mid_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 0 5%;
}
.ow_new_date{
	width: 80%;
	margin: 0 auto 4% auto;
	background: #5420b0;
	text-align: center;
	color: #fff;
	padding: 2% 0;
	font-size: 1em;
	border-radius: 10px;
	border-bottom: none;
}
.ow_new .ow_menu_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	font-size: 1.285em;
	line-height: 1.3;
}
.ow_new .ow_menu{
	border-bottom: dashed 1px #fff;
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.ow_new .ow_premium_price{
	color: #ff0;
}

/* .ow_column */
.ow_column_list {
	margin: 20px 10px;
}

.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;
}

/* ow_card_top */
.ow_card_top{
	padding-bottom: 0;
}
.ow_card_top_title01{
	width: 96%;
	top: 0;
	margin: 0 auto;
}
.ow_card_top_title02{
	width: 100%;
	top: 56%;
	left: 0;
	right: 0;
	margin: 0;
}
.ow_card_top_main_card{
	width: 37%;
	top: 18%;
	left: 0;
	right: 0;
	margin: 0 auto;
}





.ow_card_top .ow_headline_link{
	width: 100%;
	background: url(img/top/headline_link_bg.png) left 5px no-repeat;
	background-size: 4%;
	padding: 0 0 6% 6%;
	line-height: 1.3;
	font-size: 1.285em;
}
.ow_card_top .ow_headline_link:last-of-type{
	padding-bottom: 0;
}


/* rec */
.ow_rec{}
.ow_rec_head{}
.ow_rec_tail{
	padding: 0 2%;
}
.ow_rec_tail .ow_menu{
	width: 100%;
	margin: 2% 0 4% 0;
}
.ow_rec_tail .ow_menu_heading{
	padding-left: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fefd9f;
}
.ow_rec_tail .ow_menu_mid{
	background: url(img/top/rec/ow_menu_mid.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 2% 2% 2% 4%;
}
.ow_rec_tail .ow_menu_mid_wrap{
	-webkit-background-size: 8%;
	background-size: 8%;
}
.ow_rec_tail .ow_menu_title{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0 10% 0 0;
	font-size: 1.285em;
	color: #fff;
}
.ow_rec_tail .ow_menu_tail{
	padding-right: 10%;
}
.ow_rec_tail .ow_menu_icon{
	display: none;
}



/* ow_rec_review (アニメーション部分)*/
.ow_rec_review{
	padding-bottom: 0;
}
.ow_rec_review_title{
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.ow_rec_review_sub_title{
	top: 19%;
	left: 0;
	right: 0;
	margin: 0;
}
.ow_rec_review_voice01{
	width: 87.9%;
	top: 38%;
	left: 0;
}
.ow_rec_review_voice02{
	width: 74.5%;
	top: 43%;
	right: 0%;
}
.ow_rec_review_voice03{
	width: 63.7%;
	top: 47%;
	left: 3%;
	z-index: 100;
}
.ow_rec_review_voice04{
	width: 74.5%;
	top: 53%;
	left: 3%;
	z-index: 99;
}
.ow_rec_review_voice05{
	width: 60.3%;
	top: 56%;
	right: 0%;
	z-index: 100;
}
.ow_rec_review_voice06{
	width: 58.2%;
	bottom: 33%;
	left: 0;
	z-index: 99;
}
.ow_rec_review_voice07{
	width: 58.2%;
	bottom: 30%;
	left: 42%;
	z-index: 100;
}
.ow_rec_review_voice08{
	width: 74.5%;
	bottom: 26%;
	left: 0;
	z-index: 100;
}
.ow_rec_head{
 position: static;
}




/* special */
.ow_special{
	padding-bottom: 2%;
}
.ow_special_text_type2{
	font-size: 1.142em;
	color: #ff0;
	padding-bottom: 0;
}
.ow_special_tail{
	width: 100%;
}
.ow_special_tail .ow_menu{
	width: 100%;
	float: none;
	padding-bottom: 2%;
}
.ow_special_tail .ow_menu:nth-child(even){
	margin-left: 0px;
}
.ow_special_tail .ow_menu_mid{
	background:url(img/top/special/ow_menu_mid_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 0 10%;
}
.ow_special_tail .ow_menu_type2 .ow_menu_mid{
	background:url(img/top/special/ow_menu_mid02_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.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: 1.714em;
}
.ow_special_tail .ow_menu_caption , .ow_special_tail .ow_menu_type2 .ow_menu_caption{
	font-size: 1em;
	padding: 5% 0;
}
.ow_special_head_inner{
	position: relative;
	padding-bottom: 100%;
}
.ow_special_head_img_arrow{
	position: absolute;
	width: 49%;
	top: 32%;
	left: 28%;
	z-index: 110;
}
.ow_special_head_img{
	position: absolute;
	width: 64%;
	z-index: 99;
}
.ow_special_head_img02{
	top: 38%;
}
.ow_special_head_img03{
	top: 50%;
	right: 0;
}
.ow_special_head_img04{
	bottom: -10%;
}
.ow_special_head_img_title{
	position: absolute;
	z-index: 100
}
.ow_special_head_img_title02{
	width: 49%;
	top: 40%;
	right: 0;
}
.ow_special_head_img_title03{
 	width: 47.6%;
	top: 70%;
	left: 3%;
}
.ow_special_head_img_title04{
	width: 58.4%;
	bottom: 4%;
  right: 0;
}
.ow_special_title{
	padding-top: 5%;
	position: relative;
}

/* nayami */
.ow_special_nayami_title{
	padding-bottom: 3%;
}
.ow_special_nayami_inr{
	position: static;
	width: 100%;
	background:url(img/top/special/special_nayami_bg.png) repeat;
	padding: 6% 2%;
}
.ow_special_nayami_content{
	overflow: hidden;
	padding-bottom: 5%;
}
.ow_special_nayami_content:last-of-type{
	padding-bottom: 0;
}
.ow_special_nayami_check{
	float: left;
	width: 10%;
}
.ow_special_nayami_text{
	font-size: 1.125em;
	color: #333333;
	font-weight: bold;
	float: left;
	width: 90%;
	padding: 0 0 2% 2%;
}
.ow_special_nayami_text .ow_marker{
	font-size: 1.35em;
}
.ow_special_nayami_text .ow_fs{
	font-size: 0.9em;
}
.ow_special_nayami_btn{
	float: right;
	width: 88%;
}
.ow_special_nayami .ow_btn_link{
	height: auto;
}




/* free */
.ow_free{}
.ow_free_tail{
	margin-top: 0px;
	overflow: hidden;
}
.ow_free_btn{
	width: 50%;
	float: left;
}



/* ow_category_nav */
.ow_category_nav{
	padding-top: 5%;
}
.ow_category_link{
	width: 98%;
	margin: 0 auto;
	height: auto;
	background: none;
	padding-bottom: 1%;
}
.ow_category_nav_text{
	font-size: 1.142em;
	font-weight: bold;
	color: #ff0;
}
.ow_category_nav_text span{
	font-size: 1.4em;
}



/* category_menu */
.ow_category{
	padding: 0 1%;
}
.ow_category_menu_large , .ow_category_menu_small .ow_menu{
	padding-bottom: 1%;
}
.ow_category_menu_large_mid{
	padding: 0 5%;
}
.ow_category_menu_large_mid_inr{
	background: none;
	padding: 0;
}
.ow_category_menu_large .ow_menu_title , .ow_category_menu_small .ow_menu_title{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.428em;
	padding-left: 2%;
}
.ow_category_menu_small{
	width: 100%;
	margin: 0 auto 8px auto;
}
.ow_category_menu_small .ow_menu{
	float: none;
	width: 100%;
}
.ow_category_menu_small .ow_menu:nth-of-type(even){
	margin-left: 0;
}
.ow_category_menu_small_mid{
	padding: 0 5%;
}
.ow_category_menu_large .ow_menu_icon , .ow_category_menu_small .ow_menu_icon{
	width: 22%;
}



/* renai */
.ow_renai .ow_category_menu_large_mid , .ow_renai .ow_category_menu_small_mid{
	background:url(img/top/renai_category_menu_mid_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* deai */
.ow_deai .ow_category_menu_large_mid , .ow_deai .ow_category_menu_small_mid{
	background:url(img/top/deai_category_menu_mid_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* jinsei */
.ow_jinsei .ow_category_menu_large_mid , .ow_jinsei .ow_category_menu_small_mid{
	background:url(img/top/jinsei_category_menu_mid_sp.png) top center repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}


/* rule */



/* footer固定メニュー */
.ow_footer_nav{
	position: fixed;
	bottom: 0;
	z-index: 120;
}
.ow_footer_nav_list{
	font-size: 0;
}
.ow_footer_nav_item{
	display: inline-block;
	width: 25%;
}




/* Utitlity
----------------------------------------------------------------- */
/* nif用 */
.ow_isp_premium_price{
	color: #f00;
	font-weight: bold;
}

/* PC用 */
.ow_pc_block{
	display: none !important;
}
.ow_pc_inline{
	display: none !important;
}

/* SP用 */
.ow_sp_block{
	display: block !important;
}
.ow_sp_inline{
	display: inline !important;
}
