@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;
	 */
}
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: #000;
}
.ow_body_bg_01{
	background: url(../../img/pc/common/body_bg_01.jpg) top center repeat-y;
}
.ow_body_bg_02{
	background: url(../../img/pc/common/body_bg_02.png) top center no-repeat;
}



/* header */
/* ヘッダーアニメーション */
@keyframes sizeScale-fadeIn {
	100% {
		width: 177px;
	}
}
@keyframes vibe_1 {
	0%{
    transform: scale(0.98,0.98);
	}
	50%{
		transform: scale(1,1);
	}
  100% {
    transform: scale(0.98,0.98);
  }
}
.ow_header{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.ow_header_main img{
	display: block;
	width: 960px;
	height: 585px;
	margin: 0 auto;
}
.ow_header_abs {
	position: absolute;
	display: none;
}
.ow_header_main_img {
	top: 0;
	right: -45px;
}
.ow_header_text_01 {
	top: 15px;
	left: 10px;
}
.ow_header_text_02 {
	top: 180px;
	left: 90px;
}
.ow_header_text_03 {
	top: 250px;
	left: 18px;
}
.ow_header_text_04 {
	width: 60%;
	right: 30px;
	top: 65px;
	animation: sizeScale-fadeIn 0.2s ease-out forwards;
}
.ow_header_text_04 img{
	width: 100%;
}
/* ヘッダー用ボタン */
.ow_header_btn{
	right: 15px;
	bottom: 10px;
	animation: vibe_1 1.6s ease-out infinite;
}
.ow_header_btn .ow_btn_link{
	background: url(../../img/pc/top/header_btn.png) top center no-repeat;
	width: 411px;
	height: 194px;
}
.ow_header_btn .ow_btn_link:hover{
	background-position: 0 bottom;
}

/* nav */
.ow_nav{
	padding: 15px 0px;
}
.ow_nav .ow_nav_inner{
	width: 852px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin: 0px 5px;
}
.ow_nav .ow_nav_link{
	display: block;
	width: 100%;
	height: 62px;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_01{
	background: url(../../img/pc/nav/nav_item_01.png) 0 0 no-repeat;
	width: 266px;
}
.ow_nav .ow_nav_link_02{
	background: url(../../img/pc/nav/nav_item_02.png) 0 0 no-repeat;
	width: 266px;
}
.ow_nav .ow_nav_link_03{
	background: url(../../img/pc/nav/nav_item_03.png) 0 0 no-repeat;
	width: 266px;
}
/*
.ow_nav .ow_nav_link_5{
	background: url(../../img/pc/nav/nav_item_05.png) 0 0 no-repeat;
	width: 266px;
}
*/
.ow_nav .ow_nav_link img{
	display: none;
}
/*
.ow_nav_sp{
	display:none;
}
*/

/* main */
.ow_main{
	width: 930px;
	margin: 0px auto;
}

/* footer */
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 836px;
	margin: 0 auto;
	background: #000;
}
/*
.ow_footer{
	text-align: center;
	color: #fff;
	padding: 3% 0;
	width: 93%;
	margin: 0 auto;
}
*/
.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
----------------------------------------------------------------- */

/* menu */
.ow_menu{ }
.ow_menu_head{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ow_menu_icon{
	display: table-cell;
	vertical-align: top;
	width: 16%;
	position: relative;
}
.ow_menu_icon img{
	max-width: 100%;
}
.ow_menu_badge{
	position: absolute;
	top: 0px;
	left: -55px;
}
.ow_menu_title{
	display: table-cell;
	padding-left: 2%;
	vertical-align: top;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.285em;
	color: #330000;
}
.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: underline;
}
.ow_menu_link:hover{
	text-decoration: none;
}
.ow_menu_link-decoration{
	text-decoration: none;
}
.ow_menu_link-decoration:hover{
	text-decoration: none;
}
.ow_menu_tail{
	margin-top: 0%;
	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{
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	color: #333;
}
.ow_premium_price{
	/* display: none; */
	color: #cc0000;
}
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_price_color_white{
	color: #fff;
}
.ow_menu_price_color_red{
	color: #CC0000;
}


/* price(金額について)
   ----------------------------------------------------------------- */
.ow_menu_price{
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	/* color: #000; */
}
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_date {
	color: #660000;
}
/* for nifty */
.ow_default_price{ }
.ow_premium_price{
	color:#cc0000;
}
.ow_nif{
	display: none;
}
.ow_price_line{
	text-decoration: line-through;
}


/* 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;
}
.c-rakutenFooter{
	background: #fff;
}
.ow_price_wrap{
	text-align: right;
}









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

/* ▽▽▽トップページここから▽▽▽ */


/* headline */
.ow_headline{
	text-align: center;
	padding: 10px 0;
}
.ow_headline_link{
	color: #ffff00;
	font-size: 1.25em;
	line-height: 1.8;
}
.ow_headline_link a{
	border-bottom: 1px solid #ffff00;
	text-decoration: none;
}
.ow_headline_link_02{
	color: #FFF;
}
.ow_headline_link_02 a{
	border-bottom: 1px solid #FFF;
}
.ow_headline_link a:hover{
	border-bottom: none;
}

.ow_headline_02 .ow_headline_link{
	font-size: 1.5em;
}

/* new_intro */
/* @keyframes scleWide {
	0%{
    transform: scale(1,1);
	}
  100% {
		transform: scale(1.2,1.2);
  } */
@keyframes scaleVibe1 {
	from{
    transform: scale(1,1);
	}
	50%{
		transform: scale(1.3,1.3);
	}
  to{
		transform: scale(1,1);
  }
}
@keyframes scaleVibe2 {
	from{
    transform: rotate(-6deg);
	}
	50%{
		transform: rotate(6deg);
	}
  100%{
		transform: rotate(0deg);
  }
}
.ow_new_intro {
	position:relative;
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
}
.ow_new_intro_wrap{
	background: url(../../img/pc/top/new_head_bg.png) top center no-repeat;
	text-align: right;
}
.ow_new_head {
	position: relative;z-index: 10;margin-top: 50px;
	opacity: 0;
}
.ow_new_abs {
	position: absolute;
}
.ow_new_phot {
	top:0;
	left: 240px;
	display: none;
}
.ow_new_head_text_01 {
	top: 0;
	left: 30px;
	animation: scaleVibe1 0.5s ease-out forwards ,scaleVibe2 0.1s ease-out 0.8s forwards;
	display: none;
}
.ow_new_head_text_02 {
	top: 0px;left: 30px;z-index: 0;
	display: none;
	animation: scaleVibe1 0.5s ease-out forwards;
}
.ow_new_head_text_03 {
	bottom: 26px;
	left: -700px;
	z-index: 20;
	/* display: none; */
}

/* new */
.ow_new{
	position: relative;
	z-index: 20;
	margin-top: -30px;
}
.ow_new_head{ }
.ow_new_mid{
	background: url(../../img/pc/top/new_mid.jpg) top center repeat-y;
	padding: 0 100px;
}
.ow_new_date {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	color: #660000;
	padding: 5px 0;
	font-size: 1em;
}
.ow_new .ow_menu_title {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #330000;
	font-size: 2.125em;
}
.ow_new .ow_menu{ }
.ow_new .ow_menu:not(:last-child){
	background: url(../../img/pc/top/underline.png) bottom center no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* コラム 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 */

/* rec_intro_01 */
.ow_rec_intro_01 {
	position: relative;
	margin-top: 10px;
}
.ow_rec_intro_wrap_01 {
	background: url(../../img/pc/top/rec_bg_01.png) top center no-repeat;
}
.ow_rec_inr_box_mid_01 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../../img/pc/top/rec_inner_mid_01.png) top center repeat-y;
	padding: 0 70px;
	min-height: 300px;
	font-size: 28px;
	line-height: 1.6;
	color: #fff;
}
.ow_rec_abs {
	position: absolute;
	display: none;
}
.ow_rec_head_01 {
	bottom: 0;
	left: 0;
	z-index: 10;
}
.ow_rec_text_01_1{
	opacity: 0;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 559px;
	animation: fadeUp 0.5s ease-out forwards;
}
.ow_rec_text_01_2{
	top: 130px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 830px;
	z-index: 0;
	animation: fadeUp 0.5s ease-out forwards;
}
.ow_rec_inr_box_01 {
	padding: 260px 0 30px 280px;
	position: relative;
	z-index: 20;
	opacity: 0;
}
.ow_rec_circle_01 {
	bottom: 10px;
	left: 30px;
	z-index: 20;
	animation: scaleVibe1 0.5s ease-out forwards;
}

/* rec_01 */
.ow_rec_01{
	width: 930px;
	margin: 0 auto;
}
.ow_rec_mid_01{
	background: url(../../img/pc/top/rec_mid_01.jpg) top center repeat-y;
	padding: 0 90px;
}
.ow_rec_01 .ow_menu_title {
	font-size: 2.125em;
}

/* rec_intro_02 */
.ow_rec_intro_02 {
	position: relative;
}
.ow_rec_intro_wrap_02 {
	background: url(../../img/pc/top/rec_bg_02.png) top center no-repeat;
}
.ow_rec_inr_box_mid_02 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../../img/pc/top/rec_inner_mid_02.png) top center repeat-y;
	padding: 0 55px;
	font-size: 1.75em;
	line-height: 1.6;
	color: #fff;
}
.ow_rec_head_02 {
	right: -40px;
	bottom: -60px;
	z-index: 10;
}
.ow_rec_text_02_1{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 855px;
	z-index: 20;
	animation: fadeUp 0.5s ease-out forwards;
}
.ow_rec_text_02_2{
	top: 206px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 830px;
	z-index: 0;
	animation: fadeUp 0.5s ease-out forwards;
}
.ow_rec_inr_box_02 {
	padding: 400px 350px 20px 15px;
	position: relative;
	z-index: 99;
	opacity: 0;
}
.ow_rec_circle_02 {
	bottom: 0px;
	right: 96px;
	z-index: 20;
	animation: scaleVibe1 0.5s ease-out forwards;
}
.ow_rec_inr_box_02 a:hover {
	text-decoration: none;
}
.ow_rec_anchor_text_01 {
	color: #ffff00;
}
.ow_rec_anchor_text_02 {
	color: #00ffff;
}
.ow_rec_anchor_text_03 {
	color: #5aff26;
}
.ow_rec_anchor_text_04 {
	color: #ff00ff;
}

/* rec_02 */
.ow_rec_02{
	width: 930px;
	margin: 0 auto;
}
.ow_rec_box_top {
	position: relative;
	z-index: 10;
}
.ow_rec_mid_02{
	background: url(../../img/pc/top/rec_mid_01.jpg) top center repeat-y;
}
.ow_rec_mid_02_inr{
	padding: 0 90px 50px 90px;
}
.ow_rec_02 .ow_menu:not(:last-child){
	background: url(../../img/pc/top/menu_under_border.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ow_rec_02 .ow_menu_title {
	font-size: 2.125em;
}


/* top_form */
/* アニメーション */
@keyframes scaleWide {
	from{
    transform: scale(1,1);
	}
	50%{
		transform: scale(1.6,1.6);
	}
  to{
		transform: scale(1,1);
  }
}
.ow_top_form{}

.ow_top_form_mid {
	background:url(../../img/pc/top/top_form_mid.png) top center repeat-y;
	padding: 10px 0 0 0;
}
.ow_top_form_intro {
	background: url(../../img/pc/top/top_form_bg_01.png) top center no-repeat;
	position: relative;
	min-height: 730px;
}
.ow_top_form_box {
	padding: 0 90px 0 280px;
	position: relative;
	margin-top: -80px;
	z-index: 10;
	display: none;
	animation: scaleWide 0.8s ease-out forwards;
}
.ow_top_form_box_mid {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../../img/pc/top/top_form_inr_mid.png) top center repeat-y;
	padding: 0 40px;
	font-size: 1.75em;
	line-height: 1.6;
	color: #fff;
}
.ow_top_form_voice {
	font-size: 1.8em;
	line-height: 1;
}
.ow_top_form_abs {
	position:absolute;
	opacity: 0;
}
.ow_top_form_img {
	top: 0;
	left: 50px;
	z-index: 0;
	opacity: 0;
}
.ow_top_form_bubble {
	top: 270px;
	left: 80px;
}
.ow_top_form_text_01 {
	bottom: 230px;
	left: 120px;
}
.ow_top_form_text_02 {
	bottom: 190px;
	right: 160px;
}
.ow_top_form_text_03 {
	bottom: 125px;
	left: 125px;
}
.ow_top_form_text_04 {
	bottom: 30px;
	left: 290px;
}
.ow_top_form_entry {
	background:url(../../img/pc/top/top_form_bg_02.png) top center no-repeat;
}


/* ▽▽▽入力ページ用のパーツを流用▽▽▽ */
/* ow_entry_form */
.ow_entry_form_mid {
	padding: 0 200px;
}

/* FORM_PARTS */
/* リセット */
input:-webkit-autofill{
	/* 色はinput要素の背景色（ここでは#fff）にそろえる */
	box-shadow: 0 0 0px 999px #FFF inset;
}

input[type="text"],
input[type="date"],
select,
textarea{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	vertical-align: middle;
}
select::-ms-expand {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display: none;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
	/* border: 1px solid #b70149;
	transition: all 0.5s;
	box-shadow: 0 0 1px 1px rgba(0,160,233,1); */
}
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

/* form item */
.ow_entry_form_item{
	overflow: hidden;
	padding-bottom: 20px;
}
.ow_entry_form_label{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2em;
	/*
	font-weight: bold;
	text-shadow: 0 0 5px #333, 0 0 5px #333,0 0 5px #eee,0 0 5px #eee;
	*/
	padding-bottom: 10px;
	color: #d6d6d6;
}
.ow_entry_form_label span{
	font-size: 0.75em;
	font-weight: normal;
	text-shadow: none;
}
.ow_entry_form_caution{
	font-size: 1.5em;
}

/* 生年月日部分 */
.ow_select{
	position: relative;
	width: 135px;
	float: left;
	margin-left: 10px;
}
.ow_select_year{
	width: 200px;
	margin-left: 0;
}
.ow_select::before , .ow_entry_form_select_wrap_type2::before{
	position: absolute;
	top: 40%;
	right: 15px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #333333;
	pointer-events: none;
}
.ow_entry_form_input , .ow_entry_form_select{
	float: left;
	width: 100%;
	height: 80px;
	border: 2px solid #666666;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 2%;
	font-size: 1.75em;
	padding-left: 10px;
}

/* ラジオボタン */
.ow_entry_form_radio_wrap{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	vertical-align: middle;
}
.ow_entry_form_radio_wrap label{
	display: inline-block;
	width: 40%;
	text-align: center;
}
.ow_entry_form_radio_wrap label:last-of-type{
	margin-left: 2%;
}
.ow_entry_form_radio_wrap label input {
	width: 100%;
	height: 100%;
	border: 1px solid #676767;
	font-size: 2em;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + .ow_radiotxt {
	text-indent: -9999px;
	display: block;
	width: 100%;
	padding: 12% 0%;
	cursor: pointer;
}
input[type="radio"] + .ow_radiotxt.male{
	background: url(../../img/pc/entry/male.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
input[type="radio"] + .ow_radiotxt.female{
	background: url(../../img/pc/entry/female.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
input[type="radio"]:checked + .ow_radiotxt.male{
	background: url(../../img/pc/entry/male_on.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
input[type="radio"]:checked + .ow_radiotxt.female{
	background: url(../../img/pc/entry/female_on.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* button */
.ow_entry_form_btn{
	padding-bottom: 10px;
	animation: fadeIn 3s ease-out forwards, vibe_1 1.6s ease-out infinite;
}
.ow_entry_form_btn img{
	display: none;
}
.ow_entry_form_btn_wrap{
	padding: 16px 0;
}
.ow_entry_form_btn_text{
	text-align: center;
	font-size: 1.25em;
}
.ow_entry_form_btn a{
	display: block;
	width: 572px;
	height: 130px;
	margin: 0px auto;
}
.ow_entry_form_btn a:hover{
	background-position: bottom center;
}
.ow_entry_form_submit{
	background: url(../../img/pc/top/top_form_btn.png) 0 top no-repeat;
}

.ow_policy{
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	font-size: 1.125em;
}


/*
.ow_top_form_link{
	display: block;
	width: 570px;
	height: 130px;
	margin: 20px auto 0;
}
.ow_top_form_link img{
	display: none;
}
.ow_top_form_link{
	background: url(../../img/pc/top/top_form_btn.png) 0 top no-repeat;
}
.ow_top_form_link:hover{
	background-position: 0 bottom;
}
*/

/* form item */
/*
.ow_entry_form_mid {
	padding: 0 236px;
}
.ow_entry_form_item{
	overflow: hidden;
	padding-bottom: 20px;
}
.ow_entry_form_label{ }
.ow_entry_form_input_wrap , .ow_entry_form_select_wrap_type1{
	width: 460px;
	overflow: hidden;
}
.ow_entry_form_select_wrap_type2{
	position: relative;
	float: left;
	width: 180px;
	margin-left: 10px;
}
.ow_select{
x	width: 140px;
	float: left;
	margin-left: 10px;
}
.ow_select_year{
	width: 160px;
	margin-left: 0;
}
.ow_select::before , .ow_entry_form_select_wrap_type2::before{
	position: absolute;
	top: 40%;
	right: 15px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #333333;
	pointer-events: none;
}
.ow_entry_form_input , .ow_entry_form_select{
	width: 100%;
	height: 60px;
	border: 2px solid #666666;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 2%;
	font-size: 1.5em;
	padding-left: 10px;
}

.ow_entry_form_save{
	width: 700px;
	margin: 2% auto;
	text-align: center;
	font-size: 1.125em;
}
.ow_entry_form_caution{
	padding: 1% 0;
	font-size: 1.125em;
	color: #fff;
}
.ow_entry_form_btn_text{
	text-align: center;
	font-size: 1.25em;
	padding: 6px 0;
}
*/
/* △△△入力ページ用のパーツを流用△△△ */


/* special_intro */
.ow_special_intro {
	position: relative;
	background: url(../../img/pc/top/special_bg.png) top center no-repeat;
	opacity: 0;
}
.ow_special_head {
	padding-top: 220px;
	opacity: 0;
}
.ow_special_abs {
	position: absolute;
	opacity: 0;
}
.ow_special_text_01 {
	top: 26px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 810px;
}
.ow_special_text_02 {
	top: 284px;
	right: 148px;
	z-index: 100;
}
.ow_special_text_03 {
	top: 284px;
	left: 84px;
	z-index: 100;
}

/* special */
.ow_special{
	width: 930px;
	margin: 0 auto;
	color: #000;
	margin-top: -30px;
	position: relative;
}
.ow_special_mid{
	background:url(../../img/pc/top/special_mid.png) top center repeat-y;
}
.ow_special_mid_inr {
	padding: 0 90px;
}
.ow_special_mid .ow_menu_title{
	font-size: 2.25em;
}
.ow_special .ow_menu_caption{
	padding: 10px 0;
	font-size: 1.125em;
	line-height: 1.5;
}

/* review */
@keyframes fadeUp {
	0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.ow_review {
	margin-top: 20px;
}
.ow_review_heder{
	display: none;
	animation: fadeUp 1.5s ease-out forwards;
}
.ow_review_mid {
	background: url(../../img/pc/top/review_mid.jpg) top center repeat-y;
}
.ow_review_box {
	padding-bottom: 10px;
}
.ow_review_box_mid {
	background: url(../../img/pc/top/review_box_mid.png) top center repeat-y;
	padding: 0 130px;
}
.ow_voice_title {
	color: #FF0000;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #aa9c66;
}
.ow_voice_wrap {
	overflow: hidden;
	padding-bottom: 10px;
}
.ow_voice_img {
	float: left;
	margin-right: 20px;
}
.ow_voice_article {
	color: #000;
	font-size: 1.375em;
	line-height: 1.5;
}
.ow_voice_text {
	padding-top: 10px;
}
.ow_voice_link {
	margin-left: 32px;
	font-size: 2em;
	font-weight: bold;
}
.ow_voice_link:before {
	content: '⇒';
	margin-left: -32px;
	color: #6C00D8;
}
.ow_voice_link a {
	color: #6C00D8;
}
.ow_voice_link a:hover {
	text-decoration: none;
}
.ow_voice_btn a{
	display: block;
	width: 590px;
	height: 200px;
	margin: 20px auto 0;
}
.ow_voice_btn_01{
	background: url(../../img/pc/top/review_btn_01.png) 0 top no-repeat;
}
.ow_voice_btn_02{
	background: url(../../img/pc/top/review_btn_02.png) 0 top no-repeat;
}
.ow_voice_btn a:hover{
	background-position: 0 bottom;
}


/* free */
.ow_free{
	margin: 30px auto 0 auto;
}
.ow_free_wrap {
	background: url(../../img/pc/top/free_bg.png) top center no-repeat;
	position: relative;
}
.ow_free_top {
	width: 770px;
	margin-left: auto;
	opacity: 0;
}
.ow_free_abs {
	position: absolute;
}
.ow_free_text_01 {
	top: 0;
	left: 180px;
	opacity: 0;
}
.ow_free_text_02 {
	padding-top: 20px;
}
.ow_free_link{
	display: block;
	width: 624px;
	height: 300px;
	margin: 20px auto 0;
}
.ow_free_link img{
	display: none;
}
.ow_free_link_01{
	background: url(../../img/pc/top/btn_free_01.png) 0 top no-repeat;
}
.ow_free_link_02{
	background: url(../../img/pc/top/btn_free_02.png) 0 top no-repeat;
}
.ow_free_link:hover{
	background-position: 0 bottom;
}

/* category */
.ow_category{
	margin-top: 15px;

}
.ow_category_menu_large,
.ow_category_menu_small{
	color: #000;
}
.ow_category_main_mid {
	background:url(../../img/pc/top/category_main_mid.jpg) top center repeat-y;

}
.ow_category_menu_large_mid{
	background:url(../../img/pc/top/category_menu_large_mid.png) top center repeat-y;
	padding: 0 120px;
}
.ow_category_menu_large .ow_menu_icon{
	/*width: 16%;*/
}
.ow_category_menu_large .ow_menu_title{
	font-size: 2.125em;
}
.ow_category_menu_large .ow_menu_caption{
	padding: 15px 0;
	font-weight: bold;
}
.ow_category_menu_small{
	width: 832px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_category_menu_small .ow_menu{
	float:left;
	width: 410px;
	margin-top: 10px;
}
.ow_category_menu_small .ow_menu:nth-of-type(even){
	margin-left: 8px;
}

.ow_category_small_renai_mid{
	background: url(../../img/pc/top/category_small_renai_mid.jpg) top center repeat-y;
	padding: 0 35px;
}
.ow_category_small_deai_mid{
	background: url(../../img/pc/top/category_small_deai_mid.jpg) top center repeat-y;
	padding: 0 35px;
}
.ow_category_small_jinsei_mid{
	background: url(../../img/pc/top/category_small_jinsei_mid.jpg) top center repeat-y;
	padding: 0 35px;
}
.ow_category_menu_small .ow_menu_icon{
	width: 27%;
}
.ow_category_menu_small .ow_menu_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.25em;
	font-weight: bold;
}
.ow_category_menu_small .ow_menu_link{
	text-decoration: underline;
}
.ow_category_menu_small .ow_menu_link:hover{
	text-decoration: none;
}
.ow_category_menu_small .ow_menu_caption {
	padding: 15px 0;
	line-height: 1.5;
}

/* category_btn */
.ow_category_nav_inner{
	position: relative;
	width: 636px;
	margin: -144px auto 40px;
	overflow: hidden;
}
.ow_category_item{
	float:left;
	padding: 4px;
}
.ow_category_link{
	width: 204px;
	height: 92px;
	display: block;
}
.ow_category_link_01{
	background: url(../../img/pc/top/renai_btn.png) top center no-repeat;
}
.ow_category_link_02{
	background: url(../../img/pc/top/deai_btn.png) top center no-repeat;
}
.ow_category_link_03{
	background: url(../../img/pc/top/jinsei_btn.png) top center no-repeat;
}
.ow_category_link_01:hover{
	background: url(../../img/pc/top/renai_btn.png) bottom center no-repeat;
}
.ow_category_link_02:hover{
	background: url(../../img/pc/top/deai_btn.png) bottom center no-repeat;
}
.ow_category_link_03:hover{
	background: url(../../img/pc/top/jinsei_btn.png) bottom center no-repeat;
}

/* renai */
.ow_renai{ }
.ow_renai_top{ }
.ow_renai_btm{ }

.ow_renai .ow_category_menu_large .ow_menu_title{
	color: #670b01;
	text-shadow: 2px 2px 5px #f9b492,
							 2px -2px 5px #f9b492,
							 -2px 2px 5px #f9b492,
							 -2px -2px 5px #f9b492;
}
.ow_renai .ow_category_menu_small .ow_menu_title{
	color: #670b01;
}

/* deai */
.ow_deai{ }
.ow_deai_top{ }
.ow_deai_btm{ }

.ow_deai .ow_category_menu_large .ow_menu_title{
	color: #4b0167;
	text-shadow: 2px 2px 5px #f8abf3,
							 2px -2px 5px #f8abf3,
							 -2px 2px 5px #f8abf3,
							 -2px -2px 5px #f8abf3;
}
.ow_deai .ow_category_menu_small .ow_menu_title{
	color: #4b0167;
}

/* jinsei */
.ow_jinsei{ }
.ow_jinsei_top{ }
.ow_jinsei_btm{ }

.ow_jinsei .ow_category_menu_large .ow_menu_title{
	color: #00380c;
	text-shadow: 2px 2px 5px #c2fac1,
							 2px -2px 5px #c2fac1,
							 -2px 2px 5px #c2fac1,
							 -2px -2px 5px #c2fac1;
}
.ow_jinsei .ow_category_menu_small .ow_menu_title{
	color: #00380c;
}

/* rule */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	background: none;
}

/* △△△トップページここまで△△△ */



/* Utitlity
----------------------------------------------------------------- */

.ow_serif{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ow_yumin{
	font-family: "游明朝", "YuMincho", serif;
}
.ow_ofh{
	overflow: hidden;
}

/* 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: #CC0000;
}
.ow_skyblue{
	color: #00eaff;
}
.ow_green{
	color: #5AFF26;
}

.ow_nif{
	/* display: none; */
}

/* 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;
}
.c-rakutenFooter{
	background: #fff;
}
