@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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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: 1px;
	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;
	overflow: hidden;
}
.ow_body_bg_02{
	background: url(../../img/pc/common/body_bg_02.jpg) top center no-repeat;
}

/* header */
.ow_header{
	position: relative;
	width: 900px;
	height: 425px;
	margin: 0 auto;
}
.ow_header_item{
	position: absolute;
}
.ow_header_haguruma{
	display: none;
	top: -67px;
	left: 313px;
	animation: kaiten 100s linear 0.01s infinite;
}
.ow_header_teller{
	top: 0px;
	left: 224px;
}
.ow_header_catch{
	display: none;
	top: 15px;
	left: -35px;
	animation: size_scale_fadein4 0.35s ease-in forwards;
}
.ow_header_title{
	display: none;
	top: 100px;
	left: -60px;
	animation: slide_left 0.8s ease-out forwards;
}

/* ヘッダー用ボタン */
.ow_header_btn_wrap{
	text-align: center;
}
.ow_header_btn{
	display: inline-block;
}

.ow_header_btn_link{
	width: 426px;
	height: 144px;
	display: block;
}
.ow_header_btn_1 .ow_header_btn_link{
	background: url(../../img/pc/top/header_btn_1.png) 0 top no-repeat;
}
.ow_header_btn_2 .ow_header_btn_link{
	background: url(../../img/pc/top/header_btn_2.png) 0 top no-repeat;
}
.ow_header_btn_link:hover{
	background-position: 0 bottom;
}

/* nav */
.ow_nav{
	position: relative;
	background: url(../../img/pc/nav/nav_bg.png) top center no-repeat;
  padding: 29px 0 40px 0;
}
/* ▼nav背景が必要な場合ここに指定▼  */
.ow_nav .ow_nav_inner{
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}
.ow_nav .ow_nav_item{
	float: left;
	margin-left: 10px;
}
.ow_nav .ow_nav_item:first-of-type{
	margin-left: 0;
}

/* ▼navボタンのロールオーバー（1個分幅と高さを指定）▼ */
.ow_nav .ow_nav_link{
	display: block;
	width: 248px;
	height: 50px;
}
.ow_nav .ow_nav_link img{
	display: none;
}
.ow_nav .ow_nav_link:hover{
	background-position: 0 bottom;
}
.ow_nav .ow_nav_link_1{
	background: url(../../img/pc/nav/nav_item_01.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_2{
	background: url(../../img/pc/nav/nav_item_02.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link_3{
	background: url(../../img/pc/nav/nav_item_03.png) 0 0 no-repeat;
}
.ow_nav .ow_nav_link img{
	/* display: none; */
}

/* main */
.ow_main{
	overflow: hidden;
	width: 890px;
	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: 30px 0px;
	background: none;
}


/* アニメーション
----------------------------------------------------------------- */
@keyframes size_scale_fadein{
	0%{
		transform: scale(0,0);
	}
	50%{
		transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
	}
}
@keyframes size_scale_fadein2{
	0%{
    transform: scale(5,5) translate(200px ,200px);
	}
	70%{
		transform: rotate(10deg);
	}
	80%{
		transform: rotate(-10deg);
	}
	90%{
		transform: rotate(10deg);
	}
  100% {
    transform: scale(1,1) translateX(0px);
  }
}
@keyframes size_scale_fadein3{
	0%{
    transform: scale(5,5) translate(500px,300px);
	}
  100% {
    transform: scale(1,1) translate(0px , 0px);
  }
}
@keyframes size_scale_fadein4{
	0%{
    transform: scale(5,5) translate(50%, 20%);
	}
	70%{
		transform: rotate(10deg);
	}
	80%{
		transform: rotate(-10deg);
	}
	90%{
		transform: rotate(10deg);
	}
  100% {
    transform: scale(1,1) translate(0 ,0);
  }
}
@keyframes rolling_in{
	0%{
		transform: scale(0,0)rotate(0deg);
	}
	30%{
    transform: scale(0,0)rotate(0deg);
	}
  100% {
    transform: scale(1,1) rotate(1080deg);
  }
}

@keyframes vertical{
	0% { transform:translateY(0px) ; }
	50% { transform:translateY(5px); }
	100% { transform:translateY(0px); }
}

@keyframes horizontal{
	0% { transform:translateX(0px); }
	50% { transform:translateX(5px); }
	100% { transform:translateX(0px); }
}

@keyframes slide_up{
	0% { transform:translatey(50px); }
	100% { transform:translatey(0px); }
}
@keyframes slide_up2{
	0% { transform:translatey(80px); }
	100% { transform:translatey(0px); }
}
@keyframes slide_down{
	0% { transform:translatey(-80px); }
	100% { transform:translatey(0px); }
}
@keyframes slide_right{
	0% { transform:translateX(50px); }
	100% { transform:translateX(0px); }
}
@keyframes slide_left{
	0% { transform:translateX(-50px); }
	100% { transform:translateX(0px); }
}
@keyframes slide_right_up{
	0% { transform:translate(50px,50px); }
	100% { transform:translate(0px,0px); }
}
@keyframes slide_left_up{
	0% { transform:translate(-50px,50px); }
	100% { transform:translate(0px); }
}
@keyframes bound{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-4px);}
}

@keyframes flash{
	0% {opacity: 0.1;}
	100% {opacity: 1}
}
@keyframes flash_2{
	0% {opacity: 1;}
	100% {opacity: 0.7}
}

@keyframes round{
  0% {
   transform: rotate(0deg) translateY(-50%) rotate(0deg);
  }
	100% {
    transform: rotate(360deg) translateY(-50%) rotate(-360deg);
  }
}

@keyframes round_2{
  0% {
   transform: rotate(0deg) translateY(-150%) rotate(0deg);
  }
	100% {
    transform: rotate(180deg) translateY(-50%) rotate(-0deg);
  }
}

@keyframes burning{
	0%{
		transform:scale(0.98,0.98);
	}
	50%{
		opacity: 0.8;
		transform: scale(1,1);
	}
	100% {
		transform: translateX(2px) scale(0.98,0.98);
	}
}

@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 vibe_2 {
		0%{
	 transform:rotate(0deg);
	}
		50%{
	 transform: rotate(0deg);
	}
		60%{
	 transform:rotate(-1deg);
	}
		70%{
	 transform:rotate(1deg);
	}
		80%{
	 transform:rotate(-1deg);
	}
		90%{
	 transform:rotate(1deg);
	}
		100%{
	 transform: rotate(0deg);
	}
}
@keyframes shake{
	0% {
		transform: rotate3d(1,1,1,0deg);
	}
	100% {
		transform: rotate3d(1,1,1,30deg);
	}
}

/* niu用アニメーション */
@keyframes kaiten {
	0%{
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes hand_anime{
	0%{
		transform: translate(50% , -10%);
	}
	100% {
		transform: translate(0) ;
	}
}

/* ==========================================================================
   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: middle;
	width: 18%;
	position: relative;
}
.ow_menu_icon img{
	max-width: 100%;
}
.ow_menu_title{
	display: table-cell;
	padding-left: 2%;
	vertical-align: middle;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.875em;
	font-weight: bold;
	color: #b200b2;
}
.ow_menu_link{
	text-decoration: underline;
}
.ow_menu_link:hover{
	text-decoration: none;
}
.ow_menu_tail{
	margin-top: 0%;
	text-align:right;
}
.ow_menu_caption{
	font-size: 1.125em;
	color: #000;
}

/* color */
.ow_yellow{
	color: #ff0;
}
.ow_red{
	color: #CC0000;
}
/* animationfが入ります */

/* price(金額について)
   ----------------------------------------------------------------- */
.ow_menu_price{
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	color: black;
}
.ow_menu_price_size_large{
	font-size: 1.625em;
}
.ow_menu_date {
	color: #660000;
}
/* for nifty */
.ow_default_price{}
.ow_premium_price{
	padding-right: 20px;
	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: 12px 0;
}
.ow_headline_link{
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.7;
}
.ow_headline_link a{
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.ow_headline_link a:hover{
	border-bottom: none;
}
.ow_headline_link_2{
	color: #9cf148;
	border-color: #9cf148;
}
.ow_headline_link_2 a{
	border-color: #9cf148;
}
.ow_headline_link_3{
	color: #73ffff;
}
.ow_headline_link_3 a{
	border-color: #73ffff;
}
.ow_headline_link_4{
	color: #4cffa5;
}
.ow_headline_link_4 a{
	border-color: #4cffa5;
}
.ow_headline_2{
	width: 580px;
	margin: 0 auto;
}
.ow_headline_2 .ow_headline_link{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding-bottom: 30px;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.7;
}
.ow_headline_link_item{
	background: url(../../img/pc/top/sub_menu_list_item_dot.png) 0 4px no-repeat;
	padding-left: 45px;
}

/* ow_menu_guide */
.ow_menu_guide {
	font-size: 1.125em;
	padding: 5px 0;
}

/* new_intro */
.ow_new_intro {
	position: relative;
}
.ow_new_intro_item{
	position: absolute;
}


/* ow_new */
.ow_new{
}

.ow_new_intro_vision_1{
	top: 200px;
	left: 30px;
	animation: vertical 4s linear 0.01s infinite;
}
.ow_new_intro_vision_2{
	top: 30px;
	left: 180px;
	animation: vertical 5s linear 0.01s infinite;
}
.ow_new_intro_vision_3{
	top: 50px;
	left: 420px;
	animation: vertical 2.5s linear 0.01s infinite;
}

.ow_new_intro_rannkinngu{
	display: none;
  position: absolute ;
  top  : 67% ;
  right : 4% ;
}
.ow_new_intro_heading_1{
	display: none;
	position: absolute ;
	top : 20% ;
	right: 3%;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_new_intro_heading_2{
	display: none;
  position: absolute ;
	top : 40% ;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_new .ow_menu{
	background: url(../../img/pc/top/ow_new%20.ow_menu.png) bottom center no-repeat;
	padding: 25px 0;
}
.ow_new .ow_menu:first-child{
	padding-top: 0;
}
.ow_new .ow_menu:last-child{
	background: none;
	padding-bottom: 0;
}
.ow_new_mid{
	background: url(../../img/pc/top/ow_new_mid.jpg) top center repeat-y;
	padding: 0 80px;
    margin : 0  1px
}
.ow_new_date {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: right;
	color: #660000;
	padding-bottom: 10px;
	font-weight: bold;
}

/* コラム 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 */

/* ow_rec_intro */
.ow_rec_intro{
	position: relative;
}
.ow_rec_intro_item{
	position: absolute;
}
.ow_rec_intro_title_1{
	display: none;
	top: 20px;
	left: 0px;
	right: 250px;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_rec_intro_title_2{
	display: none;
	top: 450px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_up 0.8s ease-out 0.01s forwards;
}
.ow_rec_intro_img{
	opacity: 0;
	top: 70px;
	right: 15px;
}
.ow_rec_intro_teller{
	display: none;
	top: 180px;
	left: 20px;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
/* ow_rec */
.ow_rec{
	width: 890px;
	margin: 0 auto;
}
.ow_rec .ow_menu{
	margin-bottom: 20px;
}
.ow_rec .ow_menu:last-child{
	background: none;
	margin-bottom: 0;
}
.ow_rec_top_wrap{
	position: relative;
}
.ow_rec_top_title{
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	margin: auto;
}
.ow_rec_mid{
	background: url(../../img/pc/top/rec_mid.jpg) top center repeat-y;
	padding: 0 50px 0 50px;
}
.ow_rec_menu_title{
	padding-bottom: 10px;
}
.ow_rec .ow_menu_head,.ow_rec .ow_menu_tail{
	padding: 0 20px;
}
.ow_rec .ow_menu_title{
	color: #9f4cb8;
}

/* sample_intro */
.ow_sample_intro{
	position: relative;
}
.ow_sample_intro_item{
	position: absolute;
	display: none;
}
.ow_sample_intro_title{
	top: 5px ;
	right: 0;
	left: 0;
	margin: auto;
	animation: slide_up 0.8s ease-out 0.01s forwards;
}
.ow_sample_intro_text{
	top: 180px ;
	right: 150px;
	animation: hand_anime 1.2s ease-out 0.01s forwards;
}
.ow_sample_intro_canvas{
	top: 120px;
	left: 50px;
  position: absolute;
}
.ow_sample_intro_text2{
	top: 320px;
	left: 150px;
  position: absolute;
}
.ow_sample_intro_text3{
	top: 570px;
	left: 190px;
  position: absolute;
	animation: bound 0.4s ease-out infinite alternate;
}
.ow_sample_sann{
	opacity: 0;
  position: absolute ;
  top : 670px ;
  left : 0 ;
  right : 0 ;
  margin : 0 auto ;
}
.ow_sample_intro_deat_1{
  background : url(../../img/pc/top/sample_intro_deat_1.png) ;
  height : 207px ;
  width : 220px ;
  display: inline-block ;
  margin-right : 20px ;
}
.ow_sample_intro_deat_2{
  background : url(../../img/pc/top/sample_intro_deat_2.png) ;
  height : 207px ;
  width : 220px ;
  display: inline-block;
}
.ow_sample_intro_deat_3{
  height : 207px ;
  width : 220px ;
  background : url(../../img/pc/top/sample_intro_deat_3.png) ;
  display: inline-block ;
  margin-left : 20px ;
}
.ow_sample_intro_deat_1:hover,
.ow_sample_intro_deat_2:hover,
.ow_sample_intro_deat_3:hover{
  background-position: 0 bottom;
}
.ow_menu_mozi p{
  text-align: center ;
  font-size : 1.85em ;
  font-family: serif ;
  font-weight: bold ;
  margin-bottom : 20px ;
}
.ow_menu_kouunn img{
  height : 80px ;
}
/* .sample */
.ow_sample{
	padding-bottom: 40px;
}
.ow_sample_caption{
	padding-bottom: 20px;
}
.ow_sample .ow_menu_wrap{
	padding: 0 60px;
}
.ow_sample .ow_menu{
	padding-bottom: 20px;
}
.ow_sample .ow_menu_title{
	color: #ff0;
	font-size: 1.75em;
}
.ow_sample .ow_menu_icon{
	width: 12%;
}
.ow_sample .ow_menu_icon img{
	width: 100%;
}
.ow_sample .ow_default_price{
	color: #fff;
}


/* ow_special */
.ow_special_intro{
	position: relative;
}
.ow_special_intro_item{
	position: absolute;
	display: none;
}
.ow_special_intro_title{
	display: none;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.ow_special_intro_text{
	display: none;
	top: 370px;
	left: 0;
	right: 0;
	margin: auto;
}
.ow_special_intro_my{
	top: 100px;
	left: 330px;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_special_intro_target{
	top: 220px;
	left: 50px;
}
.ow_special_intro_kakokse_my{
	top: 100px;
	left: 10px;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_special_intro_kakokse_target{
	top: 100px;
	left: 180px;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_special{
	width: 890px;
	margin: 0 auto;
}
.ow_special_mid{
	background: url(../../img/pc/top/special_mid.jpg) top center repeat-y;
	padding: 0 92px;
}
/* special内の項目 */
.ow_special .ow_menu{
	padding-bottom: 30px;
}
.ow_special .ow_menu:last-child{
	padding-bottom: 0;
}
.ow_special_menu_title{}
.ow_special .ow_menu_mid{
	padding: 15px 10px 0px 10px;
}
.ow_special .ow_menu:not(:last-child) {
  /* background: url(../../img/pc/top/special_koumoku_btm.jpg) bottom center no-repeat; */
}
.ow_special .ow_menu_tail{
	padding-bottom: 15px;
}
.ow_menu_footline {
   position :relative ;
    bottom :15px  ;
    right : 91.3px ;
}
/* ow_free */
.ow_free{
	width: 890px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.ow_free_mid{
	background: url(../../img/pc/top/free_mid.jpg) top center repeat-y;
	padding: 20px 0;
}
.ow_free_btn{
	padding-bottom: 30px;
}
.ow_free_btn:last-of-type{
	padding-bottom: 0;
}
.ow_free_btn_link{
	display: block;
    width : 640px ;
	height: 312px;
	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_nav */
.ow_category_nav{
	width: 642px;
	margin: 0 auto 25px auto;
}
.ow_category_nav_inner{
	text-align: center;
	padding: 20px 0;
	font-size: 0;
}
.ow_category_item{
	display: inline-block;
}
.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: 214px;
	height: 94px;
	display: block;
}
.ow_category_link:hover{
	background-position: 0 bottom;
}


/* category */
.ow_category{
	width: 890px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* 共通項目 */
.ow_category_top_wrap{
	position: relative;
}
.ow_category_title{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_up 0.8s ease-out 0.01s forwards;
}
.ow_category_mid{
	overflow: hidden;
	padding: 0 30px;
}
.ow_category_menu_small{
	float:left;
	width: 410px;
	margin-top: 12px;
}
.ow_category_menu_small_mid{
	padding: 0 28px;
}
.ow_category_menu_small:nth-child(2n){
	margin-left: 10px;
}
.ow_category_menu_small .ow_menu_tail{
	font-size: 0.875em;
	line-height: 1.6;
}
.ow_category_menu_small .ow_menu_icon{
	width: 28%;
}
.ow_category_menu_small .ow_menu_title {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-left: 3%;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
	color: #2a0606;
}
.ow_category_menu_small .ow_menu_caption{
	padding: 16px 0;
    height : 190px ;
	line-height: 1.4;
}
.ow_category_menu_small .ow_menu_price{
	padding-right: 0;
}
/*
.ow_dummy{
	animation: flashing 1.3s linear infinite alternate;
}
*/
.ow_category_mid{
	/* background: url(../../img/pc/top/category_mid.jpg) top center repeat-y; */
}
.ow_category_menu_small_mid{
	background: url(../../img/pc/top/category_menu_small_mid.jpg) top center repeat-y;
}
/* カテゴリ別スタイル */
/* renai */
.ow_category_renai{}
.ow_category_renai .ow_category_mid{
	/* background: url(../../img/pc/top/category_renai_mid.jpg) top center repeat-y; */
}
.ow_category_renai .ow_category_menu_small_mid{
	/* background: url(../../img/pc/top/category_menu_small_mid_renai.jpg) top center repeat-y; */
}
/* deai */
.ow_category_deai{}
.ow_category_deai .ow_category_mid{
	/* background: url(../../img/pc/top/category_deai_mid.jpg) top center repeat-y; */
}
.ow_category_deai .ow_category_menu_small_mid{
	/* background: url(../../img/pc/top/category_menu_small_mid_deai.jpg) top center repeat-y; */
}
/* jinsei */
.ow_category_jinsei{}
.ow_category_jinsei .ow_category_mid{
	/* background: url(../../img/pc/top/category_jinsei_mid.jpg) top center repeat-y; */
}
.ow_category_jinsei .ow_category_menu_small_mid{
	/* background: url(../../img/pc/top/category_menu_small_mid_jinsei.jpg) top center repeat-y; */
}


/* トップぺージform */
/* ow_entry_form */
.ow_entry_form{
	position: relative;
	width: 777px;
	margin: 0 auto;
}
.ow_entry_form_mid{
	background: url(../../img/pc/top/form_mid.jpg) top center repeat-y;
	padding: 0 50px;
}
.ow_entry_form textarea{
	border: none;
}
.sex_caution{
	color: #F00;
	font-weight: bold;
}
/* 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;
	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-radius: 0;
	outline: none;
}

.ow_form_body{
	width: 620px;
	margin: 0 auto;
}
/* form item */
.ow_entry_form_item{
	overflow: hidden;
	padding-bottom: 20px;
}
.ow_entry_form_item:last-of-type{
	padding: 18px 0 0 0;
}
.ow_entry_form_label{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	margin-right: 15px;
	font-size: 2.375em;
	line-height: 1.2;
	font-weight: bold;
	text-align: right;
	color: #151515;
}
.ow_entry_form_label_name{
	padding-top: 10px;
}
.ow_entry_form_label span{
	font-size: 0.55em;
	color: #990000;
}
.ow_entry_form_caution{
	padding-top: 5px;
	color: #666666;
}

/* 生年月日部分 */
.ow_select{
	position: relative;
	width: 120px;
	float: left;
	margin-left: 10px;

}
.ow_select_year{
	width: 150px;
	margin-left: 0;
}
.ow_select::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_wrap{
	display: inline-block;
	vertical-align: top;
	width: 410px;
}
.ow_entry_form_select_wrap{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 410px;
}
.ow_entry_form_input , .ow_entry_form_select{
	height: 70px;
	border: 2px solid #666666;
	background: #fff;
	border-radius: 10px;
	font-size: 1.75em;
	padding-left: 10px;
}

/* ラジオボタン */
.ow_entry_form_radio_wrap{
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	width: 429px;
}
.ow_entry_form_radio_wrap label{
	display: inline-block;
	width: 50%;
	text-align: center;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + .ow_radiotxt {
	text-indent: -9999px;
	display: block;
	width: 100%;
	padding: 14% 0%;
	cursor: pointer;
}
input[type="radio"] + .ow_radiotxt.male{
	background: url(../../img/pc/top/male.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
input[type="radio"] + .ow_radiotxt.female{
	background: url(../../img/pc/top/female.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
input[type="radio"]:checked + .ow_radiotxt.male{
	background: url(../../img/pc/top/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/top/female_on.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* error */
.ow_error{
	color: #ff0;
	text-align: center;
	padding: 20% 0 30%;
}

/* button */
.ow_entry_form_btn img{
	display: none;
}
.ow_entry_form_btn_wrap{
	text-align: center;
	padding: 10px 0;
}
.ow_entry_form_btn{
	display: inline-block;
	padding: 0 14px;
}
.ow_entry_form_btn_text{
	width: 670px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.25em;
	color: #000000;
	padding: 10px 0;
}
.ow_entry_form_btn_text_2{
	padding-top: 20px;
}
.ow_entry_form_btn_text_border{
	border-bottom: solid 1px #b18b59;
}
.ow_entry_form_btn a{
	display: block;
	width: 550px;
	height: 208px;
}
.ow_entry_form_submit{
	background: url(../../img/pc/top/entry_form_submit.png) 0 0 no-repeat;
}
.ow_entry_form_btn a:hover , a:hover{
	background-position: bottom center;
}
.ow_entry_form_save{
	text-align: center;
	font-size: 1.25em;
	padding: 30px 0 10px 0;
	color: #000;
}



/* △△△トップページここまで△△△ */





/* Utitlity
----------------------------------------------------------------- */

.ow_serif{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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; */
}
