@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_item {
	position: absolute;
}
.ow_header_main_face {
	left: 0;
	top: -86px;
	display: none;
}
.ow_header_text_1 {
	top: 0px;
	left: 52px;
	z-index: 20;
	display: none;
	animation: sizeScale-fadeIn-2 0.3s ease forwards;
}
.ow_header_text_2 {
	top: 66px;
	left: 0;
	z-index: 20;
	display: none;
	animation: sizeScale-fadeIn-3 0.3s ease forwards;
}
.ow_header_catch {
	top: 10px;
	right: 0;
	display: none;
	animation: slideIn_2 1s ease forwards;
}
.ow_header_title {
	top: 152px;
	right: 0px;
	display: none;
}
.ow_header_name {
	top: 540px;
	left: 434px;
	display: none;
}
/* ヘッダー用ボタン */
.ow_header_btn{
	top: 456px;
	left: 0;
	display: none;
	animation: vibe_1 1.8s ease-out infinite;
}
.ow_header_btn_link{
	background: url(../../img/pc/common/header_btn.png) 0 top no-repeat;
	width: 434px;
	height: 150px;
	display: block;
}
.ow_header_btn_link:hover{
	background-position: 0 bottom;
}

/* nav */
.ow_nav{
	position: relative;
	padding: 30px 0 10px 0;
}
.ow_nav .ow_nav_inner{
	width: 708px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin-left: 18px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}

.ow_nav .ow_nav_link{
	display: block;
	width: 224px;
	height: 64px;
}
.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_4{
	background: url(../../img/pc/nav/nav_item_4.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;
	z-index: 10;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}
/* 規約 */
.ow_rule{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	background: none;
}
/* アニメーション
----------------------------------------------------------------- */
@keyframes sizeScale-fadeIn-2{
	0%{
    transform: scale(5,5) translateX(80px);
	}
  100% {
    transform: scale(1,1);
  }
}
@keyframes sizeScale-fadeIn-3{
	0%{
    transform: scale(5,5) translateX(-80px);
	}
  100% {
    transform: scale(1,1);
  }
}
@keyframes vertical{
	0% { transform:translateY(0px); }
	50% { transform:translateY(5px); }
	100% { transform:translateY(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 slideUp_3{
	0% { transform:translatey(120px); }
	100% { transform:translatey(0px); }
}
@keyframes slideIn{
	0% { transform:translateX(-80px); }
	100% { transform:translateX(0px); }
}
@keyframes slideIn_2{
	0% { transform:translateX(80px); }
	100% { transform:translateX(0px); }
}
@keyframes bound{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
/* ==========================================================================
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.6%;
 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: #2a0606;
 /* 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: #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: #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: #93ff26;
}
.ow_headline_link_2 a{
 border-bottom: 1px solid #93ff26;
}
.ow_headline_link_3{
 color: #ff99ff;
}
.ow_headline_link_3 a{
 border-bottom: 1px solid #ff99ff;
}
.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_item {
 position: absolute;
}
.ow_new_intro_bg {
 background: 100%;
}
.ow_new_intro_blue_1 {
 top: 50px;
 left: 230px;
 z-index: 20;
 display: none;
 animation: vertical 2s linear infinite;
}
.ow_new_intro_blue_2 {
 top: 120px;
 left: 342px;
 z-index: 20;
 display: none;
 animation: vertical 2s linear infinite;
}
.ow_new_intro_blue_3 {
 top: 30px;
 left: 356px;
 z-index: 20;
 display:none;
 animation: vertical 2s linear infinite;
}
.ow_new_intro_blue_4 {
 top: 30px;
 left: 460px;
 z-index: 10;
 display:none;
 animation: vertical 2s linear infinite;
}
.ow_new_intro_letter_1 {
 top: -10px;
 left: 480px;
 display:none;
}
.ow_new_intro_letter_2 {
 top: 140px;
 left: 640px;
 z-index: 10;
 display:none;
}
.ow_new_intro_text_1 {
 top: 216px;
 left: 160px;
 z-index: 20;
 animation: slideUp_2 1s ease-out forwards;
 display: none;
}
.ow_new_intro_text_2 {
 top: 416px;
 left: 174px;
 z-index: 20;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_new_intro_text_3 {
 top: 558px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 20;
 display:none;
 animation: slideUp_3 1s ease-out forwards;
}
	/* ow_new */
	@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{
 position: relative;
}
.ow_new_top_title {
 position: absolute;
 top: 84px;
 left: 0;
 right: 0;
 text-align: center;
 display: none;
 animation: slideUp_2 1.3s ease-out forwards;
}
.ow_new_head{ }
.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: #660000;
 padding: 5px 0;
 font-size: 1em;
}
.ow_new .ow_menu_title {
 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: 930px;
	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 {
 font-size: 1.125em;
 padding: 10px 0 0;
}

	/* ow_rec_intro */
.ow_rec_intro {
 position: relative;
}
.ow_rec_intro_item {
 position: absolute;
}
.ow_rec_intro_face {
 top: 0;
 left: 0;
 z-index: 20;
 text-align: center;
 display: none;
}
.ow_rec_intro_letter_1 {
 top: 210px;
 left: 256px;
 z-index: 20;
 display: none;
}
.ow_rec_intro_letter_2 {
 top: 210px;
 left: 438px;
 z-index: 20;
 display: none;
}
.ow_rec_intro_letter_3 {
 top: 210px;
 left: 700px;
 z-index: 10;
 display: none;
}
.ow_rec_intro_text_1 {
 top: 10px;
 right: 20px;
 z-index: 10;
 display: none;
 animation: slideIn 0.6s ease-out forwards;
}
.ow_rec_intro_text_2 {
 top: 852px;
 right: 0;
 left: 0;
 text-align: center;
 display: none;
 animation: slideUp_3 1s ease-out forwards;
}
.ow_rec_intro_person_1 {
 left: 80px;
 top: 350px;
 z-index: 20;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_person_2 {
 top: 350px;
 right: 42px;
 z-index: 10;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_name_1 {
 top: 390px;
 left: 152px;
 z-index: 20;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_name_2 {
 top: 390px;
 right: 126px;
 z-index: 20;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_red_1 {
 top: 460px;
 left: 120px;
 z-index: 20;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_red_2 {
 top: 460px;
 right: 110px;
 z-index: 10;
 display: none;
 animation: slideUp_2 1s ease-out forwards;
}
.ow_rec_intro_btn {
}
.ow_rec_intro_btn_1 {
 top: 654px;
 left: 40px;
 display: none;
 animation: bound 0.6s ease infinite alternate;
}
.ow_rec_intro_btn_2 {
 top: 654px;
 right: 40px;
 display: none;
 animation: bound 0.7s ease infinite alternate;
}
.ow_rec_btn_link{
 display: block;
 width: 432px;
 height: 188px;
 margin: 0 auto;
}
.ow_rec_btn_link_1{
 background: url(../../img/pc/top/rec_intro_btn_1.png) 0 top no-repeat;
}
.ow_rec_btn_link_2{
 background: url(../../img/pc/top/rec_intro_btn_2.png) 0 top no-repeat;
}
.ow_rec_btn_link:hover{
 background-position: 0 bottom;
}
	/* ow_rec */
.ow_rec{
 position: relative;
 margin: -30px 0 0 0;
}
.ow_rec_top_title {
 position: absolute;
 top: 84px;
 left: 0;
 right: 0;
 text-align: center;
 display: none;
 animation: slideUp_2 1.3s ease-out forwards;

}
.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_menu_item {
 padding: 0 0 10px;
}
.ow_rec .ow_menu {
 padding: 0px 130px 10px;
}
.ow_rec .ow_menu:last-child {
 padding: 0px 130px 0px;
}
.ow_rec .ow_menu_title {
 font-size: 2em;
}
.ow_rec .ow_menu_caption {
 line-height: 1.4;
 font-size: 1.25em;
 color: #000;
}

	/* ow_top_form_intro */
.ow_form_intro {
 position: relative;
 margin: 20px 0 0;
}
.ow_form_intro_item {
 position: absolute;
}
.ow_form_intro_text {
 top: 66px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 10;
 display: none;
 animation: slideUp 1.3s ease-out forwards;
}
.ow_form_intro_hand {
 top: 450px;
 right: 0;
 left: 0;
 text-align: center;
 display: none;
}
.ow_form_intro_canvas {
	top: 340px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}
.ow_form_intro_lay_small {
	top: 472px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}
.ow_form_intro_lay_wide {
	top: 372px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}
.ow_form_intro_angel_main {
	top: 444px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
	animation: slideUp 1.3s ease-out forwards;
}
.ow_form_intro_angel_north {
	top: 320px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
	animation: slideUp 1s ease-out forwards;
}
.ow_form_intro_north {
	top: 390px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}
.ow_form_intro_angel_east {
	top: 490px;
	left: 540px;
	z-index: 10;
	display: none;
	animation: slideUp 1s ease-out forwards;
}
.ow_form_intro_east {
	top: 580px;
	left: 680px;
	z-index: 10;
	display: none;
}
.ow_form_intro_angel_south {
	top: 700px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
	animation: slideUp 1s ease-out forwards;
}
.ow_form_intro_south {
	top: 820px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}
.ow_form_intro_angel_west {
	top: 490px;
	left: 170px;
	z-index: 20;
	display: none;
	animation: slideUp 1s ease-out forwards;
}
.ow_form_intro_west {
	top: 580px;
	left: 240px;
	z-index: 20;
	display: none;
}
	/* ow_top_form */
.ow_top_form {
 position: relative;
}
.ow_top_form_item {
 position: absolute;
}
.ow_top_form_text {
 top: 76px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 30;
 display: none;
 animation: slideUp 1s ease-out forwards;
}
.ow_top_form_top_item {
 top: -34px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 20;
 display: none;
 animation: slideUp 1s ease-out forwards;
}

.ow_top_form_mid {
 background:url(../../img/pc/top/top_form_mid.jpg) top center repeat-y;
 padding: 10px 0 0 0;
}
.ow_top_form .ow_menu {
 padding: 0 170px 20px;
}
.ow_top_form .ow_menu_title {
	font-size: 1.375em;
	padding: 0;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #fff;
	text-align: center;
}
.ow_top_form .ow_menu_link {
	text-decoration: none;
}
.ow_top_form_my_top {
 position: relative;
 z-index: 10;
}
	/* ▽▽▽入力ページ用のパーツを流用▽▽▽ */
	/* ow_entry_form */
.ow_entry_form_mid {
 padding: 10px 220px 0;
}
.ow_form_body {

}

	/* 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: vibe_1 2s 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.5em;
}
.ow_entry_form_btn a{
 display: block;
 width: 630px;
 height: 152px;
 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: 600px;
 margin: 0 auto;
 padding: 20px 28px;
 font-size: 1.125em;
 border: solid 1px #fff;
 line-height: 1.6;
}


	/*
.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;
}
*/
/* △△△入力ページ用のパーツを流用△△△ */


/* ow_rec_intro_2 */

.ow_rec_intro_2 {
	position: relative;
	z-index: 10;
}
.ow_rec_intro_2_item {
	position: absolute;
}
.ow_rec_intro_2_text {
	top: 104px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}
.ow_rec_intro_2_title {
	top: 254px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	animation: slideUp_3 1.3s ease-out forwards;
}
.ow_rec_intro_2_red_1 {
	top: 430px;
	left: 74px;
	z-index: 10;
	display: none;
	animation: slideUp 1.3s ease-out forwards;
}
.ow_rec_intro_2_red_2 {
	top: 430px;
	right: 46px;
	z-index: 10;
	display: none;
	animation: slideUp 1.3s ease-out forwards;
}
.ow_rec_intro_2_futari {
	top: 470px;
	left: 30px;
	display: none;
}
.ow_rec_intro_2_anohito {
	top: 470px;
	right: 30px;
	display: none;
}
.ow_rec_intro_2_futari_s1 {
	top: 506px;
	left: 198px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_futari_s2 {
	top: 620px;
	left: 340px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_futari_s3 {
	top: 690px;
	left: 60px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_anohito_s1 {
	top: 510px;
	right: 336px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_anohito_s2 {
	top: 612px;
	right: 92px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_anohito_s3 {
	top: 640px;
	right: 340px;
	display: none;
	animation: vertical 2s linear 0.2s infinite;
}
.ow_rec_intro_2_txt_1 {
	top: 848px;
	left: 80px;
	display: none;
	animation: slideUp 1.3s ease-out forwards;
}
.ow_rec_intro_2_txt_2 {
	top: 848px;
	right: 80px;
	display: none;
	animation: slideUp 1.3s ease-out forwards;
}

/* ow_rec_2 */
.ow_rec_2{
	position: relative;
	margin: -50px 0 0;
}
.ow_rec_2_item {
	position: absolute;
}
.ow_rec_2_top_face {
	top: 48px;
	left: 45px;
	display: none;
}
.ow_rec_2_top_title_1 {
	top: 106px;
	left: 320px;
	text-align: center;
	display: none;
	animation: scaleVibe1 0.5s ease-out forwards;
}
.ow_rec_2_top_title_2 {
	top: 369px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_rec_2_mid{
	background: url(../../img/pc/top/rec_2_mid.jpg) top center repeat-y;
}
.ow_rec_2 .ow_menu:not(:last-child) {
	background: url(../../img/pc/top/rec_2_underline.jpg) bottom center no-repeat;
	padding-bottom: 80px;
}
.ow_rec_2 .ow_menu {
	padding: 0 120px;
}
.ow_rec_2 .ow_menu_title {
	font-size: 2em;
}

/* special_intro */
.ow_special_intro {
	position: relative;
}
.ow_special_intro_item {
	position: absolute;
}
.ow_special_intro_face {
	top: 18px;
	left: 6px;
	display: none;
}
.ow_special_intro_title {
	top: 174px;
	left: 312px;
	display: none;
	animation: slideUp_2 1.3s ease-out forwards;
}
.ow_special_intro_text_1 {
	top: 40px;
	left: 362px;
	display: none;
	animation: scaleVibe1 0.5s ease-out forwards;
}
.ow_special_intro_text_2 {
	top: 370px;
	left: 310px;
	right: 0;
	display: none;
	animation: scaleVibe1 0.5s ease-out forwards;
}

/* special */
.ow_special{
	width: 930px;
	margin: 0 auto;
	color: #000;
	position: relative;
}
.ow_special_top_title {
	position: absolute;
	top: 76px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	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 .ow_menu {
	padding: 0 100px;
}
.ow_special .ow_menu:not(:last-child) {
	background: url(../../img/pc/top/special_underline.jpg) bottom center no-repeat;
	padding-bottom: 80px;
}
.ow_special_mid .ow_menu_title{
	font-size: 2em;
}
.ow_special .ow_menu_caption{
	padding: 10px 0;
	font-size: 1.25em;
	line-height: 1.4;
	/* font-weight: bold; */
	color: #8c008c;
}

/* ow_free_intro */
.ow_free_intro {
	position: relative;
}
.ow_free_intro_item {
	position: absolute;
}
.ow_free_intro_title {
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}
.ow_free_intro_text {
	top: 160px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}

/* ow_free */
.ow_free{
	padding: 0 0 30px 0;
}
.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: 820px;
	height: 382px;
	margin: 0 auto;
}
.ow_free_btn_link_1{
	background: url(../../img/pc/top/btn_free_1.png) 0 top no-repeat;
}
.ow_free_btn_link_2{
	background: url(../../img/pc/top/btn_free_2.png) 0 top no-repeat;
}
.ow_free_btn_link:hover{
	background-position: 0 bottom;
}

/* category */
.ow_category{
	position: relative;
	margin-top: 30px;
}
.ow_category:first-child {
	margin-top: 20px;
}
.ow_category_main {
}
.ow_category_menu_large,
.ow_category_menu_small{
	color: #000;
}
.ow_category_menu_small_mid {
	background: url(../../img/pc/top/category_small_mid.png) top center repeat-y;
	background-size: 100%;
	padding: 0 32px;
}
.ow_category_inr{
	width: 826px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_category_menu_small {
	float:left;
	width: 408px;
	margin-top: 16px;
}
.ow_category_menu_small:nth-of-type(even){
	margin-left: 10px;
}

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

/* category_btn */
.ow_category_nav_inner{
	background: url(../../img/pc/nav/category_frame.jpg) top center no-repeat;
	position: relative;
	width: 884px;
	margin: 0px auto;
	padding: 16px 126px;
	overflow: hidden;
}
.ow_category_item{
	float:left;
	padding: 3px;
}
.ow_category_link_1{
	background: url(../../img/pc/top/renai_btn.png) top center no-repeat;
	width: 204px;
	height: 87px;
}
.ow_category_link_2{
	background: url(../../img/pc/top/deai_btn.png) top center no-repeat;
	width: 206px;
	height: 87px;
}
.ow_category_link_3{
	background: url(../../img/pc/top/jinsei_btn.png) top center no-repeat;
	width: 204px;
	height: 87px;
}
.ow_category_link{
	display: block;
}
.ow_category_link:hover{
	background-position: 0 bottom;
}

/* renai */
.ow_renai{ }
.ow_category_renai_title {
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	animation: slideUp_2 1.3s ease-out forwards;
}
.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_category_renai_mid {
	background: url(../../img/pc/top/renai_mid.jpg) top center repeat-y;

}
.ow_renai .ow_category_menu_small .ow_menu_title{
	/* color: #670b01; */
}

/* deai */
.ow_deai{ }
.ow_category_deai_title {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	animation: slideUp_2 1.3s ease-out forwards;
}
.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; */
}
.ow_category_deai_mid {
	background: url(../../img/pc/top/deai_mid.jpg) top center repeat-y;
}

/* jinsei */
.ow_jinsei{ }
.ow_category_jinsei_title {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	animation: slideUp_2 1.3s ease-out forwards;
}
.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; */
}
.ow_category_jinsei_mid {
	background: url(../../img/pc/top/jinsei_mid.jpg) top center repeat-y;
}



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



/* 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;
}
