@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.jpg) top center no-repeat;
}



/* 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_main_face {
	display: none;
	top: 0;
	right: 0;
}
.ow_header_main_item_1 {
	display: none;
	top: 0;
	left: 0;
	z-index: 30;
	animation: vertical 2s linear infinite;
}
.ow_header_main_item_2 {
	display: none;
	top: 26px;
	right: 24px;
	animation: vertical 2s linear infinite;
}
.ow_header_text_1 {
	display: none;
	top: -18px;
	left: 33px;
	z-index: 20;
}
.ow_header_text_2 {
	display: none;
	top: 115px;
	left: 0;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_header_text_3 {
	display: none;
	top: 250px;
	left: 20px;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_header_text_4 {
	display: none;
	top: -6px;
	right: 46px;
	animation: sizeScale-fadeIn-2 0.3s ease-out forwards;
}
/* ヘッダー用ボタン */
.ow_header_btn{
	display: none;
	top: 270px;
	right: 50px;
	animation: vibe_1 1.6s linear infinite;
}
.ow_header_btn_link{
	background: url(../../img/pc/top/header_btn.png) 0 top no-repeat;
	width: 366px;
	height: 184px;
	display: block;
}
.ow_header_btn_link:hover{
	background-position: 0 bottom;
}

/* nav */
.ow_nav{
	position: relative;
	padding: 60px 0 20px 0;
	margin: -176px 0 0 0;
}
.ow_nav .ow_nav_inner{
	width: 826px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin-left: 8px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}

.ow_nav .ow_nav_link{
	display: block;
	width: 270px;
	height: 71px;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_1{
	background: url(../../img/pc/nav/nav_item_1.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_2{
	background: url(../../img/pc/nav/nav_item_2.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_3{
	background: url(../../img/pc/nav/nav_item_3.png) 0 0 no-repeat;
}
/*
.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: 960px;
	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;
}
/* 規約 */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	background: none;
}
/* アニメーション
----------------------------------------------------------------- */
@keyframes sizeScale-fadeIn {
	0%{
		transform: scale(0,0);
	}
	50%{
		transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
	}
}
@keyframes sizeScale-fadeIn-2{
	0%{
    transform: scale(5,5);
	}
  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 slideIn{
	0% { transform:translateX(-80px); }
	100% { transform:translateX(0px); }
}
@keyframes bound{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
@keyframes bgRotate{
	0% {
		transform:rotate(0deg);
	}
	100% { transform:rotate(360deg);
	}
}
/* ==========================================================================
   Object
========================================================================== */

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

/* common_menu */

/* 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;
	padding-left: 2%;
	vertical-align: top;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.875em;
	color: #4f2b03;
  text-shadow: 0 0 3px #f2c775, 0 0 3px #f2c775, 0 0 3px #f2c775;
	/* text-shadow: 2px 2px 5px #f2c775, 2px -2px 5px #f2c775, -2px 2px 5px #f2c775, -2px -2px 5px #f2c775; */

}
.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: #ff0000;
}
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_price_color_white{
	color: #fff;
}
.ow_menu_price_color_red{
	color: #CC0000;
}
/* color */
.ow_yellow{
	color: #ff0;
}
.ow_blue{
	color: #00FFFF;
}
.ow_red{
	color: #CC0000;
}
/* animationfが入ります */

/* 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:#ff0000;
}
/* .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: #fff;
	font-size: 1.25em;
	line-height: 1.8;
	font-weight: bold;
}
.ow_headline_link a{
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.ow_headline_link_2{
	color: #ff0000;
}
.ow_headline_link_2 a{
	border-bottom: 1px solid #ff0000;
}
.ow_headline_link_3{
	color: #ff00f6;
}
.ow_headline_link_3 a{
	border-bottom: 1px solid #ff00f6;
}
.ow_headline_link_4{
	color: #a200ff;
}
.ow_headline_link_4 a{
	border-bottom: 1px solid #a200ff;
}
.ow_headline_link a:hover{
	border-bottom: none;
}

/* new_intro */
.ow_new_intro {
	position: relative;
}
.ow_new_intro_face {
	display: none;
	top: 30px;
	right: -40px;
}
.ow_new_intro_item_1 {
	display: none;
	top: 230px;
	left: 80px;
	right: 0;
	text-align: center;
	z-index: 20;
}
.ow_new_intro_item_2 {
	display: none;
	top: 326px;
	left: 20px;
	right: 0;
	text-align: center;
	z-index: 20;
}
.ow_new_intro_item_3 {
	top: 156px;
	left: 12px;
	z-index: 20;
}
.ow_new_intro_item_4 {
	top: 268px;
	left: 0;
	right: 84px;
	text-align: center;
	z-index: 10;
}
.ow_new_intro_text_1 {
	display: none;
	top: 0;
	left: 20px;
	z-index: 20;
	animation: slideIn 0.6s ease-out forwards;
}
.ow_new_intro_text_2 {
	top: 164px;
	left: 240px;
	z-index: 20;
	display: none;
	animation: vertical 2s linear infinite;
}
.ow_new_intro_text_3 {
	top: 216px;
	left: 50px;
	z-index: 20;
	display: none;
	animation: vertical 2s linear infinite;
}
.ow_new_intro_text_4 {
	top: 406px;
	left: 30px;
	z-index: 20;
	display: none;
	animation: vertical 2s linear infinite;
}

.ow_new_intro_text_5 {
	top: 214px;
	left: 486px;
	z-index: 20;
	display: none;
}

.ow_new_intro_text_6 {
	bottom: 118px;
	left: 0;
	right: 0;
	z-index: 20;
	text-align: center;
	display: none;
}


/* ow_new */
.ow_new{
	position: relative;
	margin: -22px 0 0 0;
}
.ow_new_top_text_1 {
	top: 18px;
	left: 40px;
}
.ow_new_top_text_2 {
	top: 50px;
	left: 10px;
	right: 0;
	text-align: center;
}
.ow_new_head{
	opacity: 0;
}
.ow_new_mid{
	background: url(../../img/pc/top/new_mid.jpg) top center repeat-y;
}
.ow_new .ow_menu_caption {
	padding: 10px 0;
	font-size: 1.187em;
}
.ow_new_date {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	color: #4f2b03;
	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: 2em;
}
.ow_new .ow_menu{
	padding: 0 122px;
}
.ow_new .ow_menu:not(:last-child){
	background: url(../../img/pc/top/new_underline.jpg) bottom center no-repeat;
	padding-bottom: 36px;
}
.ow_new .ow_menu_caption {
	color: #000000;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	width: 900px;
	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_menu_guide */
.ow_menu_guide {
	padding: 10px 0;
}

/* ow_rec_intro */
.ow_rec_intro {
	position: relative;
	margin: 0 0 -30px 0;
}
.ow_rec_intro_bg {
	background: url(../../img/pc/top/rec_intro_bg.jpg) top center no-repeat;
}
.ow_rec_intro_item {
	display: none;
	top: 0;
	left: 40px;
	text-align: center;
}
.ow_rec_intro_text_1 {
	display: none;
	top: 10px;
	right: 20px;
	animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_box {
	opacity: 0;
	padding: 140px 20px 30px 380px;
	position: relative;
}
.ow_rec_intro_box_mid {
	background: url(../../img/pc/top/rec_intro_box_mid.png) top center repeat-y;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5em;
	padding: 0 65px;
	text-align: left;
	line-height: 1.4;
}
.ow_rec_intro_box_mid .ow_yellow {
}

/* ow_rec */
.ow_rec{
	position: relative;
}
.ow_rec_top_text_1 {
	display: none;
	top: 12px;
	left: 30px;
	animation: sizeScale-fadeIn-2 0.3s ease-out forwards;
}
.ow_rec_top_text_2 {
	display: none;
	top: -30px;
	right: 50px;
}
.ow_rec_mid{
	background: url(../../img/pc/top/rec_mid.jpg) top center repeat-y;
}
.ow_rec .ow_menu:not(:last-child) {
	background: url(../../img/pc/top/rec_underline.jpg) bottom center no-repeat;
	padding-bottom: 80px;
}
.ow_rec .ow_menu {
	padding: 0 146px;
}
.ow_rec .ow_menu_title {
	/* font-size: 2em; */
}

/* special_intro */
.ow_special_intro {
	position: relative;
}
.ow_special_intro_face {
	right: 20px;
	bottom:0;
}
.ow_special_intro_text_1 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.ow_special_intro_text_2 {
	top: 60px;
	right: 12px;
	z-index: 100;
}
.ow_special_intro_text_3 {
	top: 140px;
	left: 30px;
	z-index: 100;
}
.ow_special_intro_text_4 {
	bottom: 380px;
	left: 30px;
}
.ow_special_intro_text_5 {
	bottom: 230px;
	left: 60px;
}
.ow_special_intro_text_6 {
	bottom: 30px;
	left: 40px;
}
.ow_special_intro_text_7 {
	bottom: 26px;
	right: 90px;
}

/* special */
.ow_special{
	width: 930px;
	margin: 0 auto;
	color: #000;
	position: relative;
}
.ow_special_top_text_1 {
	opacity: 0;
	top: -8px;
	left: 14px;
	animation: bound 0.4s ease infinite alternate;
}
.ow_special_top_text_2 {
	display: none;
	top: 24px;
	left: 0;
	right: 0;
	text-align: center;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_special_mid{
	background:url(../../img/pc/top/special_mid.jpg) top center repeat-y;
}
.ow_special_title {
	margin: -16px 0 0 0;
	padding-bottom: 10px;
}
.ow_special .ow_menu {
	padding: 0 100px;
}
.ow_special .ow_menu:not(:last-child) {
	background: url(../../img/pc/top/special_line.jpg) bottom center no-repeat;
	padding-bottom: 80px;
}
.ow_special_mid .ow_menu_title{
  font-size: 2em;
  vertical-align: middle;
}
.ow_special .ow_menu_caption{
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
}

/* ow_review_intro */
.ow_review_intro {
	position: relative;
}
.ow_review_intro_face{
	top: 0;
	right: -42px;
	z-index: 20;
}
.ow_review_intro_text_1 {
	display: none;
	top: 0;
	left: 26px;
	z-index: 30;
	animation: sizeScale-fadeIn-2 0.4s ease-out forwards;
}
.ow_review_intro_text_2 {
	top: 140px;
	left: 310px;
	z-index: 30;
	opacity: 0;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_review_intro_text_3 {
	top: 170px;
	left: 50px;
	z-index: 10;
	opacity: 0;
	animation: vertical 2s linear 0.4s infinite;
}
.ow_review_intro_text_4 {
	top: 274px;
	left: 188px;
	opacity: 0;
	animation: vertical 2s linear 0.1s infinite;
}
.ow_review_intro_text_5 {
	top: 258px;
	left: 420px;
	z-index: 40;
	opacity: 0;
	animation: vertical 2s linear 0.3s infinite;
}
.ow_review_intro_text_6 {
	display: none;
	top: 10px;
	right: 50px;
	z-index: 30;
}
.ow_review_intro_text_7 {
	display: none;
	bottom: -60px;
	left: 0;
	right: 0;
	z-index: 40;
	text-align: center;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_review_1 .ow_menu_icon,
.ow_review_2 .ow_menu_icon,
.ow_review_3 .ow_menu_icon {
	width: 13.2%;
}
.ow_review_1 .ow_default_price,
.ow_review_2 .ow_default_price,
.ow_review_3 .ow_default_price {
	color:#fff;
}
/* review_1 */
.ow_review_1 {
	/* margin: -10px 0 0; */
	position: relative;
	z-index: 20;
}
.ow_review_1 .ow_review_top_title {
	display: none;
	top: 52px;
	left: 0;
	right: 0;
	text-align: center;
	animation: slideIn 0.6s ease-out forwards;
}
.ow_review_top_box_1 {
	position: relative;
}
.ow_review_top_box_1 .ow_review_top_box_face {
	opacity: 0;
	top: 0;
	right: 50px;
}
.ow_review_top_box_1 .ow_review_top_box_text_1 {
	display: none;
	top: 0;
	left: 0;
	right: 60px;
	text-align: center;
	z-index: 10;
	animation: sizeScale-fadeIn-2 0.4s ease-out forwards;
}
.ow_review_top_box_1 .ow_review_top_box_text_2 {
	display: none;
	top: 16px;
	left: 90px;
}
.ow_review_top_box_1 .ow_review_top_box_text_3 {
	display: none;
	top: 116px;
	left: 0;
	right: 100px;
	text-align: center;
}
.ow_review_top_box_1 .ow_review_top_box_text_4 {
	display: none;
	top: 16px;
	right: 80px;
}
.ow_review_mid {
	background: url(../../img/pc/top/review_mid.jpg) top center repeat-y;
	/* padding: 0 0 30px; */
}
.ow_review_pink .ow_menu_title {
	font-size: 1.875em;
	color: #fda9e6;
	vertical-align: middle;
	text-shadow: none;
}
.ow_review_pink_mid {
	background: url(../../img/pc/top/review_pink_mid.png) top center repeat-y;
	padding: 0 110px;
}
.ow_review_purple .ow_menu_title {
	font-size: 1.875em;
	color: #ca72fd;
	vertical-align: middle;
	text-shadow: none;
}
.ow_review_purple_mid {
	background: url(../../img/pc/top/review_pink_mid.png) top center repeat-y;
	padding: 0px 110px;
}
.ow_review_box_purple_mid {
	background: url(../../img/pc/top/review_box_purple_mid.png) top center repeat-y;
	padding: 0 144px;
}
.ow_voice{
	opacity: 0;
}

/* review_2 */
.ow_review_2 {
	position: relative;
	z-index: 20;
}
.ow_review_2 .ow_review_top_title {
	display: none;
	top: -30px;
	left: 0;
	right: 0;
	text-align: center;
	animation: slideIn 0.6s ease-out forwards;
}
.ow_review_top_box_2 {
	position: relative;
}
.ow_review_top_box_2 .ow_review_top_box_face {
	opacity: 0;
	top: 18px;
	left: 118px;
}
.ow_review_top_box_2 .ow_review_top_box_item {
	display: none;
	top: 14px;
	right: 84px;
}
.ow_review_top_box_2 .ow_review_top_box_text_1 {
	display: none;
	top: 0;
	right: 90px;
	z-index: 10;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_review_top_box_2 .ow_review_top_box_text_2 {
	display: none;
	top: 16px;
	left: 130px;
}
.ow_review_top_box_2 .ow_review_top_box_text_3 {
	top: 116px;
	left: 0;
	right: 100px;
	text-align: center;
}
.ow_review_top_box_2 .ow_review_top_box_text_4 {
	top: 16px;
	right: 80px;
}
.ow_review_yellow .ow_menu_title {
	font-size: 1.875em;
	color: #f8fda9;
	vertical-align: middle;
	text-shadow: none;
}
.ow_review_yellow_mid {
	background: url(../../img/pc/top/review_yellow_mid.png) top center repeat-y;
	padding: 0 110px;
}

/* review_3 */
.ow_review_3 {
	position: relative;
	z-index: 20;
	padding: 0 0 20px 0;
}
.ow_review_3 .ow_review_top_title {
	display: none;
	top: -30px;
	left: 0;
	right: 0;
	text-align: center;
	animation: slideIn 0.6s ease-out forwards;
}
.ow_review_top_box_3 {
	position: relative;
}
.ow_review_top_box_3 .ow_review_top_box_face {
	opacity: 0;
	top: 18px;
	right: 0;
	left: 0;
	text-align: center;
}
.ow_review_top_box_3 .ow_review_top_box_text_1 {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_review_top_box_3 .ow_review_top_box_text_2 {
	display: none;
	top: 30px;
	left: 100px;
}
.ow_review_top_box_3 .ow_review_top_box_text_3 {
	display: none;
	top: 20px;
	right: 100px;
}
.ow_review_top_box_3 .ow_review_top_box_text_4 {
	display: none;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_review_green .ow_menu_title {
	font-size: 1.875em;
	color: #a9fdcc;
	vertical-align: middle;
	text-shadow: none;
}
.ow_review_green_mid {
	background: url(../../img/pc/top/review_green_mid.png) top center repeat-y;
	padding: 0 110px;
}

/* ow_free_intro */
.ow_free_intro {
	position: relative;
}
.ow_free_intro_text {
	display: none;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
}
.ow_free_intro_item_1 {
	top: 0;
	left: 24px;
}
.ow_free_intro_item_2 {
	top: 0;
	right: 30px;
}
/* ow_free */
.ow_free{
	margin: 0 0 -16px 0;
}
.ow_free_top {
    position: relative;
    z-index: 10;
}
.ow_free_btn {
	animation: bound 0.6s ease infinite alternate;
}
.ow_free_btn:last-of-type{
	animation-delay: 0.2s;
}
.ow_free_btn_link{
	display: block;
	width: 630px;
	height: 354px;
	margin: 0 auto;
}
.ow_free_btn_link_1{
	background: url(../../img/pc/top/btn_free_1.png) 0 top no-repeat;
	width: 891px;
	height: 353px;
}
.ow_free_btn_link_2{
	background: url(../../img/pc/top/btn_free_2.png) 0 top no-repeat;
	width: 891px;
	height: 353px;
}
.ow_free_btn_link:hover{
	background-position: 0 bottom;
}
/* ow_category_intro */
.ow_category_intro {
	position: relative;
}
.ow_category_intro_bg {
	background: url(../../img/pc/top/category_intro_bg.jpg) top center no-repeat;
}
.ow_category_intro_face {
	top: 0;
	right: -30px;
}
.ow_category_intro_box {
	padding: 80px 300px 0px 40px;
	position: relative;
}
.ow_category_intro_box_mid {
	background: url(../../img/pc/top/category_intro_box_mid.png) top center repeat-y;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 10px 0;
	text-align: center;
	font-size: 2.062em;
	line-height: 1.4;
}
.ow_category_intro_box_mid .ow_yellow {
	font-size: 1.184em;
}

/* category */
.ow_category{
	margin-top: 15px;
}
.ow_category_main {
}
.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_small_mid {
	background: url(../../img/pc/top/category_mid.jpg) top center repeat-y;
	padding: 0 32px;
}
.ow_category_inr{
	width: 814px;
	margin: -4px auto 0;
	overflow: hidden;
}
.ow_category_menu_small {
	float:left;
	width: 406px;
	margin-top: 4px;
}
.ow_category_menu_small:nth-of-type(even){
	margin-left: 2px;
}

.ow_category_menu_small .ow_menu_icon{
	width: 28%;
	vertical-align: middle;
}
.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;
	line-height: 1.6;
}
.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: 10px 0;
	line-height: 1.4;
}

/* category_btn */
.ow_category_nav_inner{
	background: url(../../img/pc/top/category_frame.png) top center no-repeat;
	position: relative;
	width: 908px;
	margin: 0px auto;
	padding: 24px 88px;
	overflow: hidden;
}
.ow_category_item{
	float:left;
	padding: 4px;
}
.ow_category_link_1{
	background: url(../../img/pc/top/renai_btn.png) top center no-repeat;
}
.ow_category_link_2{
	background: url(../../img/pc/top/deai_btn.png) top center no-repeat;
}
.ow_category_link_3{
	background: url(../../img/pc/top/jinsei_btn.png) top center no-repeat;
}
.ow_category_link{
	width: 236px;
	height: 83px;
	display: block;
}
.ow_category_link:hover{
	background-position: 0 bottom;
}

/* 共通 */
.ow_category_box {
	position: relative;
}
.ow_category_text {
	display: none;
	top:0;
	left: 0;
	right: 0;
	text-align: center;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_renai .ow_category_box {
	margin-top: -150px;
}

/* 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{margin-bottom: -60px;position: relative;}
.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; */
}



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



/* 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;
}
.ow_abs {
	position: absolute;
}
.ow_nif{
	display: none;
}
