@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: #2a1615;
	overflow: hidden;
}
.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.jpg) top center no-repeat;
}
.ow_loading{
	font-family:sans-serif;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20% 0;
	position: fixed;
	top: 40%;
	left: 0;
	width: 100%;
	z-index: 140;
}


/* header */
.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;
}
.ow_header_text_1 {
	display: none;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 684px;
}
.ow_header_text_2 {
	display: none;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 860px;
}
.ow_header_img {
	display: none;
	width: 342px;
	top: 170px;
	left: 0;
	right: 0;
	margin: auto;
}
.ow_header_old {
	display: none;
	top: 166px;
	left: 0;
	right: 0;
	margin: auto;
	width: 330px;
	animation: slideDown 2s ease-out forwards;
}
.ow_header_card {
	display: none;
	left: 0;
	right: 0;
	width: 210px;
	margin: auto;
	bottom: 80px;
	animation: vertical 2s linear infinite;
}
/* ヘッダー用ボタン */
.ow_header_btn{
	display: none;
	left: 0;
	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: 234px;
	height: 240px;
}
.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: 60px;
}
.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: 0.85em;
	color: #333333;
}
.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;
}

/* アニメーション
----------------------------------------------------------------- */
@keyframes sizeScale-fadeIn {
	0%{
    transform: scale(0,0);
	}
	50%{
		transform: scale(1.2,1.2);
	}
  100% {
    transform: scale(1,1);
  }
}
@keyframes vertical{
	0% { transform:translateY(0px); }
  50% { transform:translateY(5px); }
  100% { transform:translateY(0px); }
}
@keyframes horizontal{
	0% { transform:translateX(0px); }
  50% { transform:translateX(10px); }
  100% { transform:translateX(0px); }
}
@keyframes scaleVibe1 {
	0%{
		transform: scale(1,1);
	}
	50%{
		transform: scale(1.2,1.2);
	}
	60%{
		transform:rotate(-6deg);
	}
	70%{
		transform:rotate(6deg);
	}
	80%{
		transform:rotate(-6deg);
	}
	90%{
		transform:rotate(6deg);
	}
  100%{
		transform: scale(1,1) rotate(0deg);
  }
}
@keyframes vibe_1 {
	0%{
    transform: scale(0.98,0.98);
	}
	50%{
		transform: scale(1,1);
	}
  100% {
    transform: scale(0.98,0.98);
  }
}
@keyframes slideUp{
	0% { transform:translatey(20px); }
	100% { transform:translatey(0px); }
}
@keyframes slideUp_2{
	0% { transform:translatey(80px); }
	100% { transform:translatey(0px); }
}
@keyframes slideDown{
	0% { transform:translatey(-5px); }
	100% { transform:translatey(5px); }
}
@keyframes bound{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-5px);}
}
@keyframes bgRotate{
	0% {
		transform:rotate(0deg);
	}
	100% { transform:rotate(360deg);
	}
}




/* 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;
}
.ow_headline_02 .ow_headline_link a {
	border-bottom: 1px solid #fe5454;
}
.ow_headline_02 .ow_headline_link {
	color: #fe5454;
	font-size: 1.25em;
}
.ow_headline_02 .ow_headline_link a:hover{
	border-bottom: none;
}

/* ow_new_intro */
.ow_new_intro {
	position:relative;
	width: 930px;
	margin: 0 auto;
}
.ow_new_abs {
	position: absolute;
}
.ow_new_img {
	display: none;
	top: 70px;
	z-index: 10;
}
.ow_new_chara {
	display: none;
	top: 170px;
	left: 36px;
	z-index: 20;
	animation: vertical 2s linear infinite;
}
.ow_new_text_1 {
	display: none;
	top: 24px;
	right: 30px;
	animation: slideUp 1s ease-out forwards;
}
.ow_new_text_2 {
	display: none;
	top: 0px;
	left: 20px;
	z-index: 10;
	animation: sizeScale-fadeIn 0.5s ease-out forwards;
}
.ow_new_text_3 {
	display: none;
	top: 166px;
	right: 36px;
}
.ow_new_text_4 {
	opacity: 0;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	width: 741px;
}
.ow_new_card {
	opacity: 0;
	bottom: -50px;
	right: -22px;
	z-index: 10;
}
/* new */
.ow_new{
	position: relative;
	z-index: 0;
	margin-top: -38px;
	padding-bottom: 20px;
}
.ow_new_date {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 0;
	right:0;
	margin: auto;
}
.ow_new_head{ }
.ow_new_mid{
	background: url(../../img/pc/top/new_mid.jpg) top center repeat-y;
	padding: 0 100px;
}
.ow_new_date {
	color: #ffff00;
	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){
	border-bottom: solid #362e2b 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	width: 910px;
	margin: 20px auto;
}

.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_rec_intro */
.ow_rec_intro {
	position: relative;
}
.ow_rec_abs {
	position: absolute;
}
.ow_rec_img {
	bottom: 10px;
	right: 6px;
	z-index: 10;
}
.ow_rec_obi {
	display: none;
	top: 0;
	right: 20px;
	z-index: 0;
	animation: slideUp 1s ease-out forwards;
}
.ow_rec_red_text {
	display: none;
	top: 50px;
	z-index: 30;
	animation: sizeScale-fadeIn 0.5s ease-out forwards;
}
.ow_rec_text_1{
	top: 126px;
	left: 206px;
	right: 0;
	bottom: 0;
	z-index: 20;
	animation: horizontal 6s linear infinite;
}
.ow_rec_text_2{
	top: 220px;
	left: 20px;
	right: 0;
	bottom: 0;
	animation: horizontal 6s linear 1s infinite;
}
.ow_rec_text_3 {
	top: 260px;
	left: 300px;
	z-index: 20;
	animation: horizontal 6s linear 2s infinite;
}
.ow_rec_text_4 {
	bottom: 103px;
	left: 30px;
	z-index: 30;
	animation: horizontal 6s linear 3s infinite;
}
.ow_rec_text_5 {
	display: none;
	top: 0;
	right: 0;
	z-index: 10;
	animation: sizeScale-fadeIn 0.5s ease-out forwards;
}
.ow_rec_renai_text {
	opacity: 0;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 881px;
	z-index: 20;
}
.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 */
.ow_rec{
	width: 930px;
	margin: 0 auto;
}
.ow_rec_box_top {
	position: relative;
	z-index: 10;
}
.ow_rec_mid{
	background: url(../../img/pc/top/rec_mid.jpg) top center repeat-y;
}
.ow_rec_renai_mid{
	background: url(../../img/pc/top/rec_inr_renai_mid.jpg) top center repeat-y;
	padding: 0 76px;
}
.ow_rec_renai_mid .ow_menu_tail {
	text-align: center;
}
.ow_rec_inr_mid {
	background: url(../../img/pc/top/rec_inr_mid.jpg) top center repeat-y;
	padding: 0 90px;
}
.ow_rec .ow_menu:not(:last-child){
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ow_rec .ow_menu_title {
	font-size: 2.125em;
}

.ow_rec_link {
	display: block;
	width: 768px;
	height: 124px;
	margin: 0 auto;
}
.ow_rec_link img{
	display: none;
}
.ow_rec_link:hover{
	background-position: 0 bottom;
}
.ow_rec_link {
	background: url(../../img/pc/top/rec_btn.png) 0 top no-repeat;
}

.ow_btn_feeling {margin-bottom: -30px;position: relative;z-index: 10;}

.ow_feeling_link{
	display: block;
	width: 560px;
	height: 96px;
	margin: 0 auto;
	animation: vibe_1 1.6s ease-out infinite;
}
.ow_feeling_link img{
	display: none;
}
.ow_feeling_link:hover{
	background-position: 0 bottom;
}
.ow_feeling_link {
	background: url(../../img/pc/top/feeling_btn.png) 0 top no-repeat;
}

/* button */
.ow_entry_form_btn{
	display: none;
	padding-bottom: 10px;
}
.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;
}

/* special_intro */
.ow_special_intro {
	position: relative;
}
.ow_special_img {top: 6px;left: 60px;}
.ow_special_abs {
	position: absolute;
}
.ow_special_text_1 {
	display: none;
	top: 84px;
	right: 20px;
	z-index: 10;
	animation: slideUp 1s ease-out forwards;
}
.ow_special_text_2 {
	display: none;
	left: 60px;
	top: 200px;
	right: 148px;
	z-index: 100;
}
.ow_special_text_3 {
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 888px;
	z-index: 10;
}
.ow_special_chara {
	display: none;
	top: 120px;
	left: 44px;
	animation: vertical 2s linear infinite;
}
.ow_special_card_1 {
	display: none;
	top: 28px;
	right: 50px;
	z-index: 5;
}
.ow_special_card_2 {
	display: none;
	top: 30px;
	right: 48px;
	z-index: 4;
}
.ow_special_card_3 {
	display: none;
	top: 26px;
	right: 18px;
	z-index: 3;
}
.ow_special_card_4 {
	display: none;
	top: 34px;
	right: 6px;
	z-index: 2;
}
.ow_special_card_5 {
	display: none;
	top: 40px;
	right: -24px;
	z-index: 1;
}
/* 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.jpg) top center repeat-y;
}
.ow_special_mid_inr {
    padding: 0px 76px;
}
.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;
}
.ow_btn_special {
	margin-bottom: -26px;
	position: relative;
	z-index: 0;
}
.ow_special_link{
	display: block;
	width: 560px;
	height: 101px;
	margin: 0 auto;
	animation: vibe_1 1.6s ease-out infinite;
}
.ow_special_link img{
	display: none;
}
.ow_special_link:hover{
	background-position: 0 bottom;
}
.ow_unmei_btn{
	background: url(../../img/pc/top/unmei_btn.png) top center no-repeat;
}
.ow_ryouen_btn{
	background: url(../../img/pc/top/ryouen_btn.png) top center no-repeat;
}

.ow_special_menu_link{
	display: block;
	width: 770px;
	height: 129px;
	margin: 0 auto;
}
.ow_special_menu_link img{
	display: none;
}
.ow_special_menu_link:hover{
	background-position: 0 bottom;
}
.ow_special_menu_link_1{
	background: url(../../img/pc/top/special_btn_1.png) center top no-repeat;
	height: 133px;
	width: 773px;
}
.ow_special_menu_link_2{
	background: url(../../img/pc/top/special_btn_2.png) center top no-repeat;
	height: 129px;
	width: 709px;
}
.ow_special .ow_menu_tail {
	text-align: center;
}

/* ow_review_intro */
.ow_review_intro {
	position: relative;
}
.ow_review_abs {
	position: absolute;
}
.ow_revie_text_1 {
	display: none;
	top: 8px;
	left: 30px;
	animation: sizeScale-fadeIn 0.5s ease-out forwards;
}
.ow_revie_text_2 {
	display: none;
	top: 54px;
	right: 64px;
	animation: slideUp 1s ease-out forwards;
}
.ow_revie_text_3 {
	display: none;
	top: 130px;
	right: 64px;
	animation: slideUp 1s ease-out forwards;
}
.ow_revie_text_4 {
	display: none;
	bottom: 0px;
	animation: scaleVibe1 0.5s ease-out forwards;
}
.ow_revie_text_5 {
	display: none;
	bottom: 116px;
	left: 126px;
	z-index: 10;
}
.ow_revie_text_6 {
	display: none;
	bottom: 14px;
	left: 204px;
	z-index: 10;
}
.ow_revie_text_7 {
	display: none;
	bottom: 80px;
	left: 322px;
	z-index: 10;
}
.ow_revie_shadow {
	display: none;
	bottom: 0;
	left: 130px;
}
.ow_revie_chara {
	display: none;
	top: 230px;
	right: 100px;
	animation: vertical 2s linear infinite;
}

.ow_review_heder{}

	/* review */
	.ow_review {
		margin-top: -28px;
		position: relative;
	}

	.ow_review_mid {
		background: url(../../img/pc/top/review_mid.jpg) top center repeat-y;
	}
	.ow_review_comment {
		overflow: hidden;
		margin: 0 auto;
		width: 790px;
	}
	.ow_review_img {
		float: left;
		margin-right: -40px;
	}
	.ow_voice_wrap {
		padding: 0 120px 30px;
	}
	.ow_voice_txet {
		color:#ff0000;
		font-size: 2.25em;
		font-weight: bold;
		text-align: center;
		animation: bound 0.3s ease infinite alternate;
	}
	.ow_voice_link {
		margin-left: 32px;
		font-size: 1.25em;
		font-weight: bold;
		padding-top: 10px;
	}
	.ow_voice_link:before {
		content: '⇒';
		margin-left: -32px;
		color: #371f01;
	}
	.ow_voice_link a {
		color: #371f01;
	}
	.ow_voice_link a:hover {
		text-decoration: none;
	}
	.ow_voice_btn a{
		display: block;
		width: 590px;
		height: 200px;
		margin: 20px auto 0;
	}
	.ow_comment_box {
		position: relative;
		width: 514px;
		float: left;
		opacity: 0;
	}
	.ow_comment_mid {
		background: url(../../img/pc/top/comment_mid.png) top center repeat-y;
	}
	.ow_comment_mid_warp {
		padding: 0 20px 0 60px;
		color: #333333;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4;
		font-size: 1.625em;
	}
	.ow_balloon {
		position: absolute;
		top: 49px;
		left: 0;
	}
	/* 0730_ここから追加したパート1 */
	.ow_review_unmei {
		position: relative;
	}
	.ow_unmei_abs {
		position: absolute;
	}
	.ow_unmei_bg {
		text-align: center;
	}
	.ow_unmei_text_1{
		display: none;
		top: 10px;
		left: 100px;
		z-index: 20;
		animation: sizeScale-fadeIn 0.5s ease-out forwards;
	}
	.ow_unmei_text_2{
		top: 40px;
		right: 100px;
		z-index: 20;
		animation: horizontal 6s linear infinite;
	}
	.ow_unmei_text_3{
		top: 150px;
		left: 170px;
		z-index: 20;
		animation: horizontal 6s linear 1s infinite;
	}
	.ow_unmei_text_4{
		top: 120px;
		right: 136px;
		z-index: 20;
		animation: horizontal 6s linear 2s infinite;
	}
	.ow_unmei_text_5{
		bottom: 130px;
		z-index: 20;
		left: 100px;
		animation: horizontal 6s linear 3s infinite;
	}
	.ow_unmei_text_6{
		bottom: 150px;
		right: 80px;
		z-index: 20;
		animation: horizontal 6s linear 4s infinite;
	}
	.ow_unmei_text_7{
		bottom: 80px;
		right: 120px;
		z-index: 20;
		animation: horizontal 6s linear 5s infinite;
	}
	.ow_unmei_text_8{
		display: none;
		bottom: 24px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 20;
		width: 734px;
		animation: slideUp 1s ease-out forwards;
	}
	.ow_unmei_hand {
		display: none;
		bottom: 10px;
		left: 260px;
		z-index: 10;
		animation: slideUp_2 1s ease-out forwards;
	}
	.ow_unmei_old {
		display: none;
		z-index: 10;
		top: 40px;
		left: 240px;
		animation: slideUp_2 1s ease-out forwards, vertical 2s linear 1s infinite;
	}
	.ow_unmei_card_1,
	.ow_unmei_card_2,
	.ow_unmei_card_3,
	.ow_unmei_card_4,
	.ow_unmei_card_5 {
		display: none;
		bottom: 10px;
		left: 170px;
		right: 0;
		margin: auto;
		width: 446px;
	}
	.ow_unmei_card_1 {
		z-index: 5;
		animation: slideUp_2 1s ease-out forwards;
	}
	.ow_unmei_card_2 {
		z-index: 4;
	}
	.ow_unmei_card_3 {
		z-index: 3;
	}
	.ow_unmei_card_4 {
		z-index: 2;
	}
	.ow_unmei_card_5 {
		z-index: 1;
	}
		/* 0730_ここまで追加したパート1 */
		/* 0730_ここから追加したパート2 */
		.ow_review_unmei2 {
			position: relative;
		}
		.ow_unmei2_abs {
			position: absolute;
		}
		.ow_unmei2_bg {
			text-align: center;
		}
		.ow_unmei2_text_1{
			display: none;
			top: 20px;
			left: 100px;
			z-index: 20;
			animation: sizeScale-fadeIn 0.5s ease-out forwards;
		}
		.ow_unmei2_text_2{
			display: none;
			bottom: 26px;
			left: 0;
			right: 0;
			width: 670px;
			margin: auto;
			z-index: 20;
			animation: slideUp 1s ease-out forwards;
		}
		.ow_unmei2_item {
			display: none;
			top: 48px;
			left: 100px;
		}
		.ow_unmei2_old {
			display: none;
			top: 30px;
			right: 300px;
			animation: slideUp_2 1s ease-out forwards, vertical 2s linear 1s infinite;
		}
		.ow_unmei2_img {
			bottom: 44px;
			right: 120px;
		}
		/* 0730_ここまで追加したパート2 */
	.ow_review_link{
		display: block;
		width: 704px;
		height: 137px;
		margin: 0 auto 10px;
	}
	.ow_review_link img{
		display: none;
	}
	.ow_review_link:hover{
		background-position: 0 bottom;
	}
	.ow_review_link_1{
		background: url(../../img/pc/top/review_renai_1.png) 0 top no-repeat;
	}
	.ow_review_link_2{
		background: url(../../img/pc/top/review_renai_2.png) 0 top no-repeat;
	}
	.ow_review_link_3{
		background: url(../../img/pc/top/review_ryouen_1.png) 0 top no-repeat;
	}
	.ow_review_link_4{
		background: url(../../img/pc/top/review_ryouen_2.png) 0 top no-repeat;
	}
	.ow_review_link_4 {
		margin: 0 auto 0;
	}
	/* ow_free_intro */
	.ow_free_intro {
		position: relative;
	}
	.ow_free_abs {
		position:absolute;
	}
	.ow_free_text {
		top: 30px;
		left: 0;
		right: 0;
		margin: auto;
		width: 772px;
		z-index: 10;
		opacity: 0;
	}
	.ow_free_left_card{
		top: 30px;
		left: 10px;
		opacity: 0;
	}
	.ow_free_right_card{
		top: 30px;
		right: 10px;
		opacity: 0;
	}
	/* free */
	.ow_free{margin-top: -20px;}
	.ow_free_link{
		display: block;
		width: 836px;
		height: 318px;
		margin: 0 auto;
	}
	.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;
		height: 319px;
	}
	.ow_free_link:hover{
		background-position: 0 bottom;
	}

	/* category */
	.ow_category{
	}
	.ow_category_menu_large,
	.ow_category_menu_small{
		color: #000;
	}
	.ow_category_menu_small .ow_menu_head {
		padding-top: 10px;
	}
	.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_large_mid.jpg) top center repeat-y;
		padding: 0 90px;
	}
	.ow_category_menu_large .ow_menu_icon{
		/*width: 16%;*/
	}
	.ow_category_menu_large .ow_menu_title{
		font-size: 2.125em;
		color: #330000;
	  text-shadow: 2px 2px 5px #fca7a7, 2px -2px 5px #fca7a7, -2px 2px 5px #fca7a7, -2px -2px 5px #fca7a7;
	}
	.ow_category_menu_large .ow_menu_caption{
		padding: 15px 0;
	}
	.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,
	.ow_category_small_deai_mid,
	.ow_category_small_jinsei_mid
	{
		background: url(../../img/pc/top/category_mid.jpg) top center repeat-y;
		padding: 0 35px;
	}
	.ow_category_menu_small .ow_menu_icon{
		width: 26%;
	}
	.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: 822px;
		margin: 20px auto;
		overflow: hidden;
	}
	.ow_category_item{
		float:left;
	}
	.ow_category_link{
		width: 274px;
		height: 99px;
		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;
	}

	/* ow_category_title */
	.ow_category_abs {
		position: absolute;
		display: none;
	}
	.ow_category_title {
		top: 10px;
		left: 0;
		right: 0;
		z-index: 100;
		text-align: center;
		animation: slideUp 1s ease-out forwards;
	}
	.ow_category_text {
		display: none;
		position: absolute;
		top: 130px;
		left: 0;
		right: 0;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.75em;
		line-height: 1.2;
		z-index: 10;
		animation: slideUp 1s ease-out forwards;
	}
	.ow_category_left_1 {
		top: 0;
		left: 26px;
		z-index: 0;
	}
	.ow_category_left_2 {
		top: 0;
		left: 62px;
	}
	.ow_category_right_1 {
		top: 0;
		right: 18px;
		z-index: 0;
	}
	.ow_category_right_2 {
		top: 0;
		right: 68px;
	}
	/* renai */
	.ow_renai{
		position: relative;
		padding-bottom: 20px;
	}
	.ow_renai_text{
		color: #ff0000;
	}

	/* deai */
	.ow_deai{
		position: relative;
		padding-bottom: 20px;
	}
	.ow_deai_text{
		color: #ffba00;
	}


	/* jinsei */
	.ow_jinsei{
		position: relative;
		padding-bottom: 20px;
	}
	.ow_jinsei_text{
		color:#00ffc0;
	}
	/* 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; */
	}
	.c-rakutenFooter{
		background: #fff;
	}
