@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.png) top center repeat-y;
	overflow: hidden;
}
.ow_body_bg_02{
	background: url(../../img/pc/common/body_bg_02.png) top center no-repeat;
}

/* header */
.ow_header{
	position: relative;
	width: 960px;
	height: 380px;
	margin: 0 auto;
}
.ow_header_item{
	position: absolute;
	display: none;
}
.ow_header_catch{
	top: 11px;
	left: 460px;
	animation: slide_left 1s ease-out 0.01s forwards;
}
.ow_header_title{
	top: 110px;
	right: 70px;
}

/* ヘッダー用ボタン */
.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: 24px 0 30px 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: 250px;
	height: 60px;
}
.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: 888px;
	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(0) translateX(0);
	}
	50%{
		transform: scale(0.5) translateX(200px);
	}
  100% {
    transform: scale(1) translateX(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);
	}
}

/* hayuki用アニメーション */
@keyframes shake{
	0% {
		transform: rotate3d(1,1,1,0deg);
	}
	100% {
		transform: rotate3d(1,1,1,30deg);
	}
}
/* reirin用アニメーション */
@keyframes kakose_anime{
	0%{
		transform: translateY(0) scale(0) rotate(0);
	}
	100% {
		transform: translateY(0) scale(1) 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: 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: #003fff;
}
.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{
	width: 888px;
	margin: 0 auto;
}
.ow_new_intro_heading_1{
	display: none;
	top: 170px;
	left: 342px;
	animation: slide_left 0.6s ease-out 0.01s forwards;
}
.ow_new_intro_vision_1{
	top: 238px;
	left: 346px;
	animation: vertical 3s linear 0.1s infinite;
}
.ow_new_intro_vision_2{
	top: 320px;
	left: 600px;
	animation: vertical 3s linear 1s infinite;
}
.ow_new_intro_heading_2{
	display: none;
	top: 498px;
	left: 0;
	right: 0;
	margin: auto;
	animation: bound 0.4s ease-out infinite alternate;
}
.ow_new .ow_menu{
	background: url(../../img/pc/top/underline.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/new_mid.jpg) top center repeat-y;
	padding: 0 100px;
}
.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: 5px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_rec_intro_title_2{
	display: none;
	top: 562px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_rec_intro_img{
	display: none;
	top: 120px;
	left: -10px;
	animation: slide_right 1.5s ease-out 0.01s forwards;
}
.ow_rec_intro_teller{
	top: 130px;
	left: 160px;
}
.ow_rec_intro_lay{
	display: none;
	top: 130px;
	left: 410px;
}
.ow_rec_intro_text{
	display: none;
	top: 208px;
	left: 700px;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_yochimu_link{
	position: absolute;
	opacity: 0;
}
.ow_yochimu_link_1{
	top: 625px;
	left: 25px;
	animation: vertical 3s linear 1s infinite;
}
.ow_yochimu_link_2{
	top: 660px;
	left: 300px;
	animation: vertical 4s linear 1s infinite;
}
.ow_yochimu_link_3{
	top: 625px;
	right: 15px;
	animation: vertical 3.5s linear 1s infinite;
}

/* ow_rec */
.ow_rec{
	width: 888px;
	margin: 0 auto;
}
.ow_rec .ow_menu{
	margin-bottom: 20px;
	padding-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;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_rec_mid{
	background: url(../../img/pc/top/rec_mid.jpg) top center repeat-y;
	padding: 0 100px;
}
.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: #f9009b
}

/* sample_intro */
.ow_sample_intro{
	position: relative;
}
.ow_sample_intro_item{
	position: absolute;
}
.ow_sample_intro_title{
	display: none;
	top: 5px;
	right: 0;
	left: 0;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_sample_intro_text{
	opacity: 0;
	top: 250px;
	right: 60px;
}

.ow_sample_intro_deat_1{
	opacity: 0;
	top: 490px;
	left: 140px;
	animation: shake 6s linear 0.01s infinite alternate;
}
.ow_sample_intro_deat_2{
	opacity: 0;
	top: 590px;
	left: 260px;
	animation: shake 8s linear 0.5s infinite alternate;
}
.ow_sample_intro_deat_3{
	opacity: 0;
	top: 510px;
	left: 570px;
	animation: shake 10s linear 1s infinite alternate;
}
/* .sample */
.ow_sample{
	width: 780px;
	margin: 0 auto;
}
.ow_sample .ow_menu{
	padding-bottom: 30px;
}
.ow_sample .ow_menu_title{
	background: url(../../img/pc/top/sample_menu_dot.png) 13px 0px no-repeat;
	padding-left: 60px;
	font-size: 1.75em;
	color: #ff0;
	font-weight: normal;
}
.ow_sample .ow_menu_head{
	padding-bottom: 10px;
}
.ow_sample .ow_default_price{
	color: #fff;
}

/* ow_special_kekkon */
.ow_special_kekkon_intro{
	position: relative;
}
.ow_special_kekkon_intro_item{
	position: absolute;
}
.ow_special_kekkon_intro_title{
	display: none;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_special_kekkon_intro_person{
	display: none;
	top: 270px;
	left: 40px;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_special_kekkon_intro_text{
	opacity: 0;
	top: 290px;
	left: 50px;
}
.ow_special_kekkon{
	width: 888px;
	margin: 0 auto;
}
.ow_special_kekkon_mid{
	background: url(../../img/pc/top/special_kekkon_mid.jpg) top center repeat-y;
	padding: 0 100px;
}
.ow_special_kekkon .ow_menu_title{
	color: #4a0099;
}
.ow_special_kekkon .ow_menu_caption{
	padding: 20px 0;
}


/* ow_special */
.ow_special_intro{
	position: relative;
}
.ow_special_intro_item{
	position: absolute;
}
.ow_special_intro_title{
	display: none;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_left 0.8s ease-out 0.01s forwards;
}
.ow_special_intro_text{
	display: none;
	top: 555px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_special_intro_my{
	top: 180px;
	left: 190px;
}
.ow_special_intro_target{
	top: 180px;
	right: 190px;
}
.ow_special_intro_kakokse_my{
	display: none;
	top: 230px;
	left: 160px;
	animation: kakose_anime 1.2s ease-out 0.01s forwards;
}
.ow_special_intro_kakokse_target{
	display: none;
	top: 230px;
	right: 160px;
	animation: kakose_anime 1.2s ease-out 0.01s forwards;
}
.ow_special{
	width: 888px;
	margin: 0 auto;
}
.ow_special_mid{
	background: url(../../img/pc/top/special_mid.jpg) top center repeat-y;
	padding: 0 90px;
}
/* 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_special_btm {}


/* ow_free */
.ow_free{
	width: 888px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.ow_free_mid{
	background: url(../../img/pc/top/free_mid.jpg) top center repeat-y;
}
.ow_free_title{
	padding-bottom: 40px;
}
.ow_free_btn{
	padding-bottom: 30px;
}
.ow_free_btn:last-of-type{
	padding-bottom: 0;
}
.ow_free_btn_link{
	display: block;
	width: 664px;
	height: 339px;
	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: 830px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* 共通項目 */
.ow_category_top_wrap{
	position: relative;
}
.ow_category_title{
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	animation: slide_up 1s ease-out 0.01s forwards;
}
.ow_category_mid{
	overflow: hidden;
	padding: 0 0;
}
.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;
	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; */
}



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



.stylie {
  animation-name: stylie-transform-keyframes;
  animation-duration: 7000ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 0 0;
}


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