@charset "utf-8";
@import url(reset.css);
@import url(base.css);


#popup {
	display: none;
}


/* メイン
--------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}


html,
body {
	height:100%;
}

img{
	max-width: 100%;
	height: auto;
}

.pc{
	display: block;
}

br.pc{
	display: inline;
}
.sp{
	display: none;
}

#global-nav {
	display:none;
}

#header .navbtn {
	display:none;
}

img {
	max-width:100%;
}

#vol01,
#vol02,
#vol03,
#vol04 {
	margin-top:-190px;
	padding-top:190px;
}


/* wrap
--------------------------------------------------------------------*/
#wrap {
	padding:0 0 0;
	height:100%;
}


/* header
--------------------------------------------------------------------*/

#header {
	width:100%;
	height:150px;
	position:fixed;
	top:0;
	left:0;
	background:#231815;
	z-index:9999;
}

#header .header {
	width: 90%;
	margin: 0 auto;
	position:relative;
}

#header .header .hdbox {
	overflow:hidden;
	zoom:1;
	padding:15px 0 0;
}


#header .header .hdbox .logo {
	float:left;
}

#header .header .hdbox .inq {
	float:right;
	text-align:right;
	padding:20px 0 0;
}

#header .header .hdbox .inq figure {
	display:inline-block;
	margin-right:30px;
}

#header .header .hdbox .inq ul {
	display:inline-block;
}

#header .header .hdbox .inq ul li:last-child {
	margin-top:10px;
}

#header .header .hdnav {
	text-align:center;
	margin: -10px 0 0;
}

#header .header .hdnav li {
	display:inline-block;
	line-height:1.0;
	padding:0 20px;
	border-left:1px solid #fff;
}

#header .header .hdnav li:last-child {
	border-right:1px solid #fff;
}

#header .header .hdnav li a {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
}

#header .header .hdnav li span {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
	opacity: 0.5;
}

#header .header .hdnav li a:hover {
	text-decoration:none;
	color:#FF6;
}


#header .fbicon {
	display: none;
}

/*-------------------------------------------------------------------
	slider
-------------------------------------------------------------------*/

#slider {
	overflow:hidden;
	zoom:1;
	width:100%;
	height:100%;
	position: relative;
	background-size:cover;
}

#slider ul {
	display:none;
}

#slider .banner {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}

#slider .banner figure {
	text-align: center;
}

#slider .banner figure a:hover {
	opacity: 0.6;
}


.float {
  animation: float_22 3s linear infinite;
  transform-origin: 50% 50%;
	margin: 1rem 0 !important;
	opacity: 0.8;
}

.float02 {
  animation: float_22 5s linear infinite;
  transform-origin: 50% 50%;
	margin: 1rem 0 !important;
	opacity: 0.8;
}

@keyframes float_22 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.anm {
	animation:anm 2s infinite linear alternate;
}

@keyframes anm {
	0% {transform:translate(0, 0) rotate(-2deg);}
  50% {transform:translate(0, -10px) rotate(0deg);}
  100% {transform:translate(0, 0)rotate(2deg);}
}

#slider .tvcm {
	position:absolute;
	bottom:5%;
	right:3%;
	text-align:right;
}

#slider .vrbnr {
	position:absolute;
	bottom:8%;
	right:13%;
	text-align:right;
}

.msbnr {
	max-width: 94%;
	margin: 50px auto 0;
	text-align: center;
}

#slider .viewbtn {
	position:absolute;
	bottom:25%;
	right:3%;
	text-align:right;
}

#slider #abs01 {
	position:absolute;
	bottom:5%;
	right:13%;
	text-align:right;
}

@media screen and (max-width: 1280px){
	#slider #abs01 {
		right:18%;
	}
	
}


/* case01
--------------------------------------------------------------------*/

#case01 {
	background:url(../image/sec01_bg.jpg) center center;
	background-size:cover;
	padding:60px 0 50px;
}

#case01 .inner {
	max-width:94%;
	margin:0 auto;
	color:#FFF;
	text-align:center;
}

#case01 .inner h2 {
	margin:0 0 70px;
	text-align:center;
}

#case01 .inner h3 {
	text-align:center;
	margin:0 0 40px;
}

#case01 .inner h3 span {
	display:inline-block;
	padding:0 10px 5px;
	border-bottom:1px solid #757170;
	font-size:2.4em;
	letter-spacing:0.15em;
	color:#bbb;
}

#case01 .inner .texts {
	font-size:1.6em;
	line-height:2.8;
}


/* blog
--------------------------------------------------------------------*/

#blog {
	background: #f5f4f4;
	padding: 60px 0 120px;
}

#blog h2 {	
	text-align:center;	
	margin:0 0 30px;	
}

#blog h2 span {	
	display:inline-block;	
	padding:0 10px 5px;	
	border-bottom:1px solid #231815;	
	font-size:2.4em;	
	font-weight:600;	
}

#blog .inwrap {	
	width: 1285px;	
	margin: 0 auto;	
}

#blog .inwrap .same {	
	overflow: hidden;	
	zoom:1;	
}

#blog .inwrap .same dl {	
	width: 395px;	
	float: left;	
	margin: 0 50px 60px 0;	
}

#blog .inwrap .same dl:nth-child(3n) {	
	margin: 0 0 60px;	
}

#blog .inwrap .same dl dt {	
	margin: 0 0 15px;	
}

#blog .inwrap .same dl dt a {	
	display: block;	
	background: #fff;	
	padding: 15px;	
}

#blog .inwrap .same dl dt a img {	
	max-width: 100%;	
}

#blog .inwrap .same dl dd {	
	font-size: 1.8em;	
	line-height: 1.6;	
}

#blog .inwrap .same dl dd a {	
	color: #231815;	
	font-weight: 500;	
}

#blog .inwrap .same dl dd a:hover {	
	text-decoration: underline;	
}

#blog .inwrap .link {	
	line-height:1.0;	
	text-align: center;	
}

#blog .inwrap .link a {	
	display:inline-block;	
	border:1px solid #231815;	
	color:#231815;	
	font-size:2.2em;	
	padding:20px 0;	
	position:relative;	
	width: 260px;	
}

#blog .inwrap .link a:after {	
	border-left: 5px solid #231815;	
	border-top: 5px solid transparent;	
	border-bottom: 5px solid transparent;	
	position:absolute;	
	top:50%;	
	right:10px;	
	transform:translateY(-50%);	
	content:'';	
}

#blog .inwrap .link a:hover {	
	background: #231815;	
	color: #fff;	
	text-decoration: none;	
}

#blog .inwrap .link a:hover:after {	
	border-left: 5px solid #fff;	
}

@media screen and (max-width: 1280px){
	
	#blog .inwrap {	
		width: 90%;	
	}


	#blog .inwrap .same dl {	
		width: 30%;	
		float: left;	
		margin: 0 3% 60px 0;	
	}

	#blog .inwrap .same dl:nth-child(3n) {	
		margin: 0 0 60px;	
	}
	
	
}


/* case02
--------------------------------------------------------------------*/

#case02 {
	padding:70px 0 0;
}

#case02 h2,
#case03 h2 {
	text-align:center;
	margin:0 0 30px;
}

#case02 h2 span,
#case03 h2 span {
	display:inline-block;
	padding:0 10px 5px;
	border-bottom:1px solid #231815;
	font-size:2.4em;
	font-weight:600;
}

#case02 .bgbox,
#case03 .bgbox {
	width:100%;
	background:url(../image/sec_bg.jpg) repeat;
}

#case02 .bgbox .inner,
#case03 .bgbox .inner {
	width:1280px;
	margin:0 auto;
	position:relative;
}

#case02 .bgbox .inner {
	padding:100px 0 60px;
}


#case02 .bgbox .inner .relabox {
	position:relative;
	margin:0 0 100px;
}

#case02 .bgbox .inner .relabox.ex {
	margin:0 0 40px;
}


#case02 .bgbox .inner .relabox.last {
	margin:0;
}

#case02 .bgbox .inner .linkbox {
	margin: 0 0 100px;
}

#case02 .bgbox .inner .linkbox.end {
	margin: 0 0 0;
}

#case02 .bgbox .inner .linkbox dl {
	width: 600px;
	background: #b2831d;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #b2831d;
	overflow: hidden;
	zoom:1;
}

#case02 .bgbox .inner .linkbox dl.small {
	width: 450px;
}


#case02 .bgbox .inner .linkbox dl dt {
	color: #fff;
	font-size: 2.0em;
	line-height: 1.0;
	width: 100px;
	float: left;
	padding: 25px 0 0;
}

#case02 .bgbox .inner .linkbox dl dd {
	margin-left: 100px;
	background: #fff;
	padding: 15px 0;
}

#case02 .bgbox .inner .linkbox dl dd ul {
	text-align: center;
}

#case02 .bgbox .inner .linkbox dl dd ul li {
	display: inline-block;
	width: 200px;
	margin-right: 20px;
}

#case02 .bgbox .inner .linkbox dl dd ul li:last-child {
	margin: 0;
}

#case02 .bgbox .inner .linkbox dl dd ul li a {
	display: block;
	font-size: 1.8em;
	border: 1px solid #000;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0 12px;
	background: #000;
	color: #fff;
}

#case02 .bgbox .inner .linkbox dl dd ul li:nth-child(2) a {
	background: #fff;
	color: #000;
}

#case02 .bgbox .inner .linkbox dl dd ul li.brown a {
	background: #583b27;
	border: 1px solid #583b27;
}

#case02 .bgbox .inner .linkbox dl dd ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}




/* 1つ目 */

#case02 .bgbox .inner .relabox .icon01 {
	position:absolute;
	top:-90px;
	left:-20px;
	z-index:99;
}

#case02 .bgbox .inner .relabox .icon02 {
	position:absolute;
	top:-50px;
	right:-20px;
	z-index:99;
}

#case02 .bgbox .inner .relabox .icon03 {
	position:absolute;
	top:-220px;
	right:95px;
	z-index:99;
}

#case02 .bgbox .inner .relabox .title01 {
	position:absolute;
	top:0;
	right:0;
}

#case02 .bgbox .inner .relabox .title01 dd {
	margin:30px 0 0;
	font-size:1.4em;
}

#case02 .bgbox .inner .relabox .title01 dd span.big {
	font-size:1.3em;
	padding-right:10px;
}

#case02 .bgbox .inner .relabox .title01 dd span.red {
	color:#e60012;
}

#case02 .bgbox .inner .relabox .img01 {
	position:absolute;
	bottom:0;
	right:100px;
}


/* 2つ目 */

#case02 .bgbox .inner .relabox .rights {
	text-align:right;
	padding:75px 0 0;
}

#case02 .bgbox .inner .relabox .title02 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	zoom:1;
}

#case02 .bgbox .inner .relabox .title02 dt {
	float:left;
}

#case02 .bgbox .inner .relabox .title02 dd {
	float:left;
	margin:0 0 0 30px;
	font-size:1.4em;
	padding-top:20px;
}

#case02 .bgbox .inner .relabox .title02 dd span.big {
	font-size:1.3em;
	padding-right:10px;
}

#case02 .bgbox .inner .relabox .title02 dd span.red {
	color:#e60012;
}

#case02 .bgbox .inner .relabox .img02 {
	position:absolute;
	top:100px;
	left:100px;
}

#case02 .bgbox .inner .relabox .redbox01 {
	position:absolute;
	top:340px;
	left:100px;
	display: inline-block;
	background: #e50012;
	font-size: 2.2em;
	color: #fff;
	padding: 10px 15px 15px;
	line-height: 1.0;
}


/* 3つ目 */

#case02 .bgbox .inner .relabox .lefts {
	padding:70px 0 0;
}

#case02 .bgbox .inner .relabox .title03 {
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	zoom:1;
}

#case02 .bgbox .inner .relabox .title03 dt {
	float:right;
}

#case02 .bgbox .inner .relabox .title03 dd {
	float:right;
	margin:0 30px 0 0;
	font-size:1.4em;
	padding-top:20px;
}

#case02 .bgbox .inner .relabox .title03 dd span.big {
	font-size:1.3em;
	padding-right:10px;
}

#case02 .bgbox .inner .relabox .title03 dd span.red {
	color:#e60012;
}

#case02 .bgbox .inner .relabox .img03 {
	position:absolute;
	top:95px;
	right:100px;
}

/* 4つ目 */

#case02 .bgbox .inner .relabox.hdn {
	overflow: hidden;
	zoom:1;
}

#case02 .bgbox .inner .relabox .rights02 {
	position: absolute;
	top: 190px;
	right: 90px;
}

#case02 .bgbox .inner .relabox .img04 {
	float: left;
	padding: 100px 0 0 100px;
}


/* 5つ目 */

#case02 .bgbox .inner .relabox .title05 {
	position:absolute;
	top:0;
	right:0;
}

#case02 .bgbox .inner .relabox .texts {
	position:absolute;
	top:95px;
	right:50px;
}

#case02 .bgbox .inner .relabox .texts h4 {
	font-size: 2.0em;
	margin: 30px 0 10px;
}

#case02 .bgbox .inner .relabox .texts p,
#case02 .bgbox .inner .relabox .texts dl {
	font-size: 1.8em;
	line-height: 1.8;
}

#case02 .bgbox .inner .relabox .texts span {
	color: #e60012;
}

#case02 .bgbox .inner .relabox .texts dl {
	overflow: hidden;
	zoom:1;
}

#case02 .bgbox .inner .relabox .texts dl dt {
	float: left;
}

#case02 .bgbox .inner .relabox .texts dl dd {
	margin-left: 100px;
}

#case02 .bgbox .inner .relabox .texts dl dd .reds {
	padding-left: 65px;
}

#case02 .bgbox .inner .caution {
	position:absolute;
	right:0;
	bottom:20px;
}


/* case03
--------------------------------------------------------------------*/

#case03 {
	padding:70px 0 0;
}

#case03 .bgbox .inner {
	padding:100px 0 40px;
}


#case03 .bgbox .inner .relabox {
	position:relative;
	overflow:hidden;
	zoom:1;
	margin:0 0 40px;
}


#case03 .bgbox .inner .relabox.last {
	margin:0;
}

#case03 .bgbox .inner .relabox.last02 {
	margin:0;
	padding-bottom:30px;
}

/* 追加 */


#case03 .bgbox .inner .linkbox dl {
	width: 450px;
	background: #b2831d;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #b2831d;
	overflow: hidden;
	zoom:1;
}


#case03 .bgbox .inner .linkbox dl dt {
	color: #fff;
	font-size: 2.0em;
	line-height: 1.0;
	width: 100px;
	float: left;
	padding: 25px 0 0;
}

#case03 .bgbox .inner .linkbox dl dd {
	margin-left: 100px;
	background: #f3f4f3;
	padding: 15px 0;
}

#case03 .bgbox .inner .linkbox dl dd ul {
	text-align: center;
}

#case03 .bgbox .inner .linkbox dl dd ul li {
	display: inline-block;
	width: 200px;
}

#case03 .bgbox .inner .linkbox dl dd ul li a {
	display: block;
	font-size: 1.8em;
	background: #583b27;
	border: 1px solid #583b27;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0 12px;
	color: #fff;
}


#case03 .bgbox .inner .linkbox dl dd ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}



/* 1つ目 */

#case03 .bgbox .inner .relabox .title01 {
	position:absolute;
	top:0;
	right:0;
}

#case03 .bgbox .inner .relabox .title01 dd {
	font-size:1.6em;
	line-height:1.6;
}

#case03 .bgbox .inner .relabox .title01 dd.bold {
	margin:20px 0 10px;
	font-weight:600;
}

#case03 .bgbox .inner .relabox .title01 dd.bold span {
	color:#e60012;
}

#case03 .bgbox .inner .relabox .link {
	position:absolute;
	bottom:0;
	right:50px;
	text-align:center;
}



/* 2つ目 */

#case03 .bgbox .inner .relabox .img02 {
	text-align:right;
}

#case03 .bgbox .inner .relabox .title02 {
	position:absolute;
	top:40px;
	left:0;
}

#case03 .bgbox .inner .relabox .title02 dd {
	font-size:1.6em;
	line-height:1.6;
	/*padding-left:80px;*/
	margin: 40px 0 0;
}

#case03 .bgbox .inner .relabox .title02 dd.btn {
	padding:0;
	margin: 40px 0 0;
	text-align: right;
}



/* 3つ目 */

#case03 .bgbox .inner .relabox .title03 {
	position:absolute;
	top:140px;
	right:0;
}

#case03 .bgbox .inner .relabox .title03 dd {
	font-size:1.6em;
	line-height:1.6;
}

#case03 .bgbox .inner .relabox .title03 dd.bold {
	margin:20px 0 10px;
	font-weight:600;
}

/* 4つ目 */

#case03 .bgbox .inner .relabox .title04 {
	position:absolute;
	bottom:0;
	left:0;
}

#case03 .bgbox .inner .relabox .title04 dd {
	font-size:1.6em;
	line-height:1.6;
	margin-top:20px;
	text-align:right;
}

#case03 .bgbox .inner .relabox .title04 dd span {
	color:#b81c22;
}



#case03 .bgbox .inner .caution {
	position:absolute;
	right:0;
	bottom:20px;
}


/* 追加　 */

#case03 .bgbox .inner .benefits {
	border: 1px solid #e60012;
	overflow: hidden;
	zoom:1;
	background: #e60012;
	margin: 0 0 40px;
	position: relative;
	width: 1180px;
}

#case03 .bgbox .inner .benefits h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 255px;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3.0em;
	line-height: 1.1;
	font-weight: bold;
}

#case03 .bgbox .inner .benefits h3 span {
	font-size: 1.56em;
}


#case03 .bgbox .inner .benefits .texts {
	background: #fff;
	padding: 20px;
	overflow: hidden;
	zoom:1;
	margin-left: 250px;
}

#case03 .bgbox .inner .benefits .texts .same {
	overflow: hidden;
	zoom:1;
	display: inline-block;
}

#case03 .bgbox .inner .benefits .texts .same.end {
	margin-left: 50px;
}

#case03 .bgbox .inner .benefits .texts .same figure {
	float: left;
}

#case03 .bgbox .inner .benefits .texts .same dl {
	margin-left: 100px;
}

#case03 .bgbox .inner .benefits .texts .same dl dt {
	font-size: 2.1em;
	font-weight: 800;
	margin: 0 0 5px;
}

#case03 .bgbox .inner .benefits .texts .same dl dd {
	font-size: 1.6em;
	line-height: 1.4;
}


/* case04
--------------------------------------------------------------------*/

#case04 {
	margin:0 0 50px;
	position:relative;
}

#case04 .imgs {
	text-align:center;
}

#case04 .caution {
	position:absolute;
	right:20%;
	bottom:3%;
	font-size:1.2em;
}


/* case05
--------------------------------------------------------------------*/

#case05 {
	width:1080px;
	margin:0 auto 80px;
	overflow:hidden;
	zoom:1;
	position:relative;
}

#case05 #map {
	width:780px;
	float:right;
}

#case05 #map iframe {
	width:100% !important;
	height:530px !important;
}

#case05 .access {
	position:absolute;
	top:50%;
	left:0;
	width:262px;
	background:url(../image/sec05_icon.png) top center no-repeat;
	padding:60px 0 0;
	transform:translateY(-50%);
}

#case05 .access dt {
	text-align:center;
	margin:0 0 20px;
}

#case05 .access dt span {
	display:inline-block;
	border-bottom:1px solid #231815;
	padding:0 10px 10px;
	font-size:2.4em;
}

#case05 .access dd {
	font-size:1.6em;
	line-height:1.6;
	text-align:center;
}

#case05 .access dd.link {
	margin:30px 0 0;
	line-height:1.0;
}

#case05 .access dd.link a {
	display:block;
	border:1px solid #231815;
	color:#231815;
	font-size:1.25em;
	padding:15px 0 20px;
	position:relative;
}

#case05 .access dd.link a:after {
	border-left: 5px solid #231815;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	content:'';
}

/* contact
--------------------------------------------------------------------*/

#contact {
	width:1080px;
	margin:-200px auto 80px;
	font-size: 1.6em;
	padding: 200px 0 0;
}

#contact h2 {
	line-height: 1.0;
	color: #fff;
	background: #231815;
	padding: 12px 20px 15px;
	margin: 0 0 25px;
	font-size: 1.35em;
}

#contact table {
	width:100%;
	margin: 0 0 50px;
}

#contact table th,
#contact table td {
	border: 1px solid #898989;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	padding: 15px 20px;
	
}


#contact table th span {
	display: inline-block;
	font-size:0.85em;
	line-height: 1.0;
	background: #E60012;
	color: #fff;
	padding: 5px;
	float: right;
}

#contact table th {
	width:240px;
	font-weight:400;
	padding: 15px 20px;
	background: #F5F4F4;
	overflow: hidden;
	zoom:1;
}

#contact table td .short {
	width: 20%;
}

#contact table td .middle {
	width: 100%;
}
#contact table td .long {
	width: 94%;
}

#contact table td label {
	display: inline-block;
	margin-right: 20px;
}

#contact table td dl {
	margin: 0 0 10px;
	overflow: hidden;
	zoom:1;
}

#contact table td dl.last {
	margin: 0;
}

#contact table td dl dt {
	font-weight: 500;
	float: left;
	padding: 5px 0 0;
}

#contact table td dl dd {
	margin-left: 90px;
}

#contact table td dl dd span {
	display: inline-block;
	margin-right: 10px;
}


#contact table td label input {
	margin-right:10px;
}


#contact table input[type="text"] {
	border: 1px solid #898989;
	height: 40px;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
	background: #fff;
}

#contact table textarea {
	border: 1px solid #898989;
	width: 100%;
	height: 220px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
	background: #fff;
}

#contact table select {
	border: 1px solid #898989;
	background: #fff;
	padding: 5px 10px;
	font-size: 0.85em;
}

#contact .submit {
	text-align: center;
}

#contact .submit input {
	background: url("../image/sub_icon01.png") 95% center no-repeat #fff;
	border:1px solid #231815;
	width:300px;
	display:inline-block;
	color:#231815;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: source-han-serif-japanese, serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	padding:20px 0;
	font-size: 1.35em;
	font-weight: 500;
}



#contact .submit input:hover,
#contact input.blue:hover{
	background: url("../image/sub_icon02.png") 95% center no-repeat #231815;
	color: #fff;
}


#contact input.blue {
	background:#fff;
	border:1px solid #231815;
	display:inline-block;
	color:#231815;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: source-han-serif-japanese, serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	padding:20px 10px;
	font-size: 1.2em;
	font-weight: 500;
}

#thanks {
	padding: 250px 0 0;
}

#thanks .thanks {
	line-height: 1.8;
	padding: 0 0 155px;
}

#thanks .thanks dt {
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 0 20px;
}

label.error {
	display: block;
	color: #c00;
}


/* case06
--------------------------------------------------------------------*/

#case06 {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}

#case06 .corp {
	width:660px;
	text-align:center;
	padding:65px 0;
	float:left;
	background:#231815;
}

#case06 .corp dt,
#case06 .corp dd {
	margin:0 0 15px;
}

#case06 .corp dd:last-child {
	margin:0;
}

#case06 .fbox {
	width:390px;
	height:270px;
	float:right;
	border:1px solid #eee;
}

/* footer
--------------------------------------------------------------------*/

#footer .logo {
	max-width:94%;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}


#footer address {
	padding:30px 0;
	text-align:center;
	background:#231815;
	color:#FFF;
	font-size:1.2em;
}

/*-------------------------------------------------------------------
	fadesの設定
-------------------------------------------------------------------*/

.fades {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fades;
	animation-name: fades;
}

@-webkit-keyframes fades {
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fades {
 	0% { opacity: 0;}
 	100% { opacity: 1;}
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fadeInDown {
 	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}

#bnrbox {
	overflow: hidden;
	zoom:1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#bnrbox li {
	width: 50%;
	float: left;
}

#bnrbox li a {
	display: block;
	border-right: 1px solid #fff;
	background: #c96351;
	text-align: center;
	padding: 20px 0 0;
	min-height: 75px;
}

#bnrbox li:last-child a {
	border-left: 1px solid #fff;
	border-right: none;
	background: #147780;
}

#bnrbox li a:hover {
	opacity: 0.7;
}

#movie video,
#movie02 video{
	width: 100%;
}

.nairan {
	text-align: center;
	max-width: 90%;
	margin: -50px auto 100px;
}



/*===============================================
  画面の横幅が1200px以下に適用(画面の小さいPC/ノート用)
===============================================*/
@media screen and (max-width: 1280px){
	
	img {
		max-width: 100%;
	}
	
	#case02 .bgbox .inner,
	#case03 .bgbox .inner {
		width:90%;
	}

	#case02 .bgbox .inner .relabox .imgs {
		max-width: 50%;
	}
	
	#case02 .bgbox .inner .relabox .icon01 {
		position:absolute;
		top:-90px;
		left:-20px;
		z-index:99;
	}

	#case02 .bgbox .inner .relabox .icon02 {
		position:absolute;
		top:-50px;
		right:-20px;
		z-index:99;
	}

	#case02 .bgbox .inner .relabox .icon03 {
		position:absolute;
		top:-120px;
		right:0;
		z-index:99;
		width: 20%;
	}
	
	/* 1つ目 */
	
	#case02 .bgbox .inner .relabox {
		padding: 50px 0;
	}
	
	#case02 .bgbox .inner .relabox .title01 {
		width: 48%;
		text-align: right;
	}
	
	#case02 .bgbox .inner .relabox .title01 dd {
		margin:20px 0 0;
	}


	#case02 .bgbox .inner .relabox .img01 {
		position:absolute;
		bottom:0;
		right:0;
		width: 48%;
	}
	
	/* 2つ目 */

	#case02 .bgbox .inner .relabox .rights {
		text-align:right;
		padding:50px 0 0;
	}
	
	#case02 .bgbox .inner .relabox .rights img {
		max-width: 50%;
	}
	
	#case02 .bgbox .inner .relabox .title02 {
		width: 48%;
	}
	
	#case02 .bgbox .inner .relabox .img02 {
		position:absolute;
		top:150px;
		left:0;
		width: 48%;
	}
	
	#case02 .bgbox .inner .relabox .redbox01 {
		top:auto;
		left:0;
		bottom: 50px;
	}
	
	
	/* 3つ目 */
	
	#case02 .bgbox .inner .relabox.trd {
		padding-bottom: 150px;
	}

	#case02 .bgbox .inner .relabox .lefts {
		padding:0 0 0;
		width: 50%;
	}
	
	#case02 .bgbox .inner .relabox .title03 {
		width: 48%;
	}
	
	#case02 .bgbox .inner .relabox .img03 {
		position:absolute;
		top:auto;
		right:0;
		bottom: 0;
		width: 48%;
		text-align: center;
	}
	
	
	/* 4つ目 */
	
	#case02 .bgbox .inner .relabox .rights02 {
		position: absolute;
		top: 0;
		right: 0;
		width: 48%;
	}
	
	

	#case02 .bgbox .inner .relabox .img04 {
		float: none;
		width: 48%;
		text-align: left;
	}


	/* 5つ目 */

	#case02 .bgbox .inner .relabox .title05 {
		position:absolute;
		top:0;
		right:0;
		width: 48%;
	}

	#case02 .bgbox .inner .relabox .texts {
		position:absolute;
		top:75px;
		right:0;
		width: 48%;
	}

	#case02 .bgbox .inner .relabox .texts h4 {
		font-size: 2.0em;
		margin: 30px 0 10px;
	}


	
	
	
	/* case03 */
	
	#case03 .bgbox .inner .imgs {
		width: 50%;
	}
	
	/* 1つ目 */
	
	#case03 .bgbox .inner .relabox.fst {
		padding-bottom: 70px;
	}
	
	#case03 .bgbox .inner .relabox .title01 {
		width: 45%;
	}
	
	#case03 .bgbox .inner .relabox .link {
		width: 45%;
		right:0;
		text-align: center;
	}
	
	#case03 .bgbox .inner .benefits {
		width: auto;
	}
	
	#case03 .bgbox .inner .benefits .texts .same {
		overflow: hidden;
		zoom:1;
		display: block;
	}

	#case03 .bgbox .inner .benefits .texts .same.end {
		margin: 30px 0 0;
	}
	
	/* 3つ目 */
	
	#case03 .bgbox .inner .relabox.last {
		padding-top: 50px;
	}

	#case03 .bgbox .inner .relabox .title03 {
		position:absolute;
		top:50px;
		right:0;
		width: 40%;
		padding: 10px;
		background:rgba(255,255,255,0.5);
	}
	
	#case03 .bgbox .inner .relabox .title04 {
		position:absolute;
		bottom:0;
		left:0;
		width: 40%;
	}
	
	
	
	/* case05 */

	#case05 {
		width:90%;
		margin:0 auto 80px;
		overflow:hidden;
		zoom:1;
		position:relative;
	}

	#case05 #map {
		width:60%;
		float:right;
	}

	#case05 #map iframe {
		width:100% !important;
		height:400px !important;
	}

	#case05 .access {
		position:absolute;
		top:50%;
		left:0;
		width:35%;
		background:url(../image/sec05_icon.png) top center no-repeat;
		padding:60px 0 0;
		transform:translateY(-50%);
	}
	

	/* contact */

	#contact {
		width:90%;
	}
	
	
	
	/* case06 */

	#case06 {
		width:90%;
		margin:0 auto;
		overflow:hidden;
		zoom:1;
	}

	#case06 .corp {
		width:58%;
		text-align:center;
		padding:30px 5%;
		float:left;
		background:#231815;
	}

	#case06 .fbox {
		width:40%;
		height:270px;
		float:right;
		border:1px solid #eee;
	}

	
}

/*===============================================
  画面の横幅が1070px以下に適用(iPadPro以下)
===============================================*/
@media screen and (max-width: 1070px){

	#header .navbtn {
		display:block;
		position:fixed;
		top:3%;
		right:3%;
		width:30px;
		height: 30px;
		cursor: pointer;
		z-index:999;
	}
	
	#header .fbicon {
		display: block;
		position: absolute;
		top: 17px;
		right: 9%;
	}
	
	#header .fbicon img {
		max-height: 40px;
	}
	
	
	
	#header .navbtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	
	#header .navbtn span:nth-child(1) {
		top: 0;
	}
	
	#header .navbtn span:nth-child(2) {
		top: 10px;
	}
	
	#header .navbtn span:nth-child(3) {
		top: 20px;
	}
	
	/* global-nav */
	
	#global-nav {
		background:rgba(35,24,21,0.8);
		padding:20px 5% 20px;
		width:100%;
	}
	
	#global-nav.open {
		display:block;	
	}
	
	#global-nav ul {
		font-size:1.4em;
		line-height:1.0;
	}
	
	#global-nav ul li {
	}
	
	#global-nav ul li a {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
	}
	
	#global-nav ul li span {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
		opacity: 0.5;
	}
	
	
	/* 切り替えアニメーション */
	#header .navbtn.move span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header .navbtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header .navbtn.move span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	#header .hdnav {
		display:none;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	br.pc{
		display:none;
	}
	
	br.sp{
		display:inline;
	}
	
	/* wrap */
	#wrap {
		padding:80px 0 0;
	}
	
	#vol01,
	#vol02,
	#vol03,
	#vol04 {
		margin-top:-80px;
		padding-top:80px;
	}
	
	/* header */

	#header {
		width:100%;
		height:auto;
		background:none;
	}

	#header .header {
		width: auto;
		margin: 0;
		position:relative;
		padding:0 5%;
		background:#231815;
		height:80px;
	}

	#header .header .hdbox {
		overflow:hidden;
		zoom:1;
		padding:15px 0;
	}

	#header .header .hdbox .logo {
		float:none;
	}
	
	#header .header .hdbox .logo img {
		max-height:50px;
	}

	#header .header .hdbox .inq {
		display:none;
	}

	#header .header .hdnav {
		display:none;
	}
	
	#slider .vrbnr {
		position:absolute;
		bottom:10%;
		right:auto;
		left: 5%;
		text-align:left;
	}
	
	#slider .viewbtn {
		bottom: 30%;
		right: 3%;
	}
	
	#slider #abs01 {
		right:20%;
	}
	
	
	#slider .tvcm img,
	#slider .viewbtn img,
	#slider #abs01 img,
	#slider .uketsuke img {
		max-width: 80%;
	}
	
	#slider {
		height:auto;
	}
	
	#slider ul {
		display:block;
	}
	
	#slider .banner {
		top: 10%;
		z-index: 999;
	}


	/* case01 */

	#case01 {
		padding:40px 0;
		margin:-15px 0 0;
	}

	#case01 .inner h2 {
		max-width:94%;
		margin:0 auto 30px;
		text-align:center;
		
	}

	#case01 .inner h3 {
		text-align:center;
		margin:0 0 30px;
	}

	#case01 .inner h3 span {
		padding:0 10px 5px;
		font-size:1.6em;
	}

	#case01 .inner .texts {
		font-size:1.2em;
		line-height:2.4;
	}
	
}

@media screen and (max-width: 900px){
	#case03 .bgbox .inner .relabox.fst {
		padding-bottom: 150px;
	}

	
}

/*===============================================
  画面の横幅が768px以下に適用(タブレット)
===============================================*/
@media screen and (max-width: 768px){

	/* case02 */

	#case02 {
		padding:50px 0 0;
	}

	#case02 h2 span,
	#case03 h2 span {
		font-size:2.0em;
	}

	#case02 .bgbox,
	#case03 .bgbox {
		width:100%;
		background:url(../image/sec_bg.jpg) repeat;
	}
	
	#case02 .bgbox {
		padding-top: 80px;
	}

	#case02 .bgbox .inner,
	#case03 .bgbox .inner {
		width:94%;
		margin:0 auto;
		position:relative;
	}

	#case02 .bgbox .inner {
		padding:50px 0;
	}


	#case02 .bgbox .inner .relabox {
		position:relative;
		margin:0 0 100px;
		padding: 0;
	}	

	#case02 .bgbox .inner .relabox.last {
		margin:0;
	}
	
	#case02 .bgbox .inner .relabox .imgs {
		max-width: 100%;
	}
	
	#case02 .bgbox .inner .relabox .imgs {
		width: auto;
	}


	/* 1つ目 */

	#case02 .bgbox .inner .relabox .icon03 {
		position:absolute;
		top:-110px;
		right:0;
		z-index:99;
		text-align: right;
		width: auto;
	}
	
	#case02 .bgbox .inner .relabox .icon03 img {
		max-width: 50%;
	}

	#case02 .bgbox .inner .relabox .title01 {
		position: static;
		margin: 20px 0 0;
		width: auto;
		text-align: center;
	}

	#case02 .bgbox .inner .relabox .title01 dd {
		margin:20px 0 0;
		font-size:1.2em;
	}

	#case02 .bgbox .inner .relabox .img01 {
		position: static;
		text-align: center;
		margin: 20px 0 0;
		width: auto;
	}


/* 2つ目 */

	#case02 .bgbox .inner .relabox .rights {
		text-align:center;
		width: auto;
		padding:0 0 20px;
	}
	
	#case02 .bgbox .inner .relabox .rights img {
		max-width: 100%;
	}

	#case02 .bgbox .inner .relabox .title02 {
		position:static;
		top:0;
		left:0;
		overflow:hidden;
		zoom:1;
		width: auto;
		text-align: center;
	}

	#case02 .bgbox .inner .relabox .title02 dt {
		float:none;
	}

	#case02 .bgbox .inner .relabox .title02 dd {
		float:none;
		margin:0;
		font-size: 1.2em;
	}

	#case02 .bgbox .inner .relabox .img02 {
		position:static;
		text-align: center;
		margin: 20px 0;
		width: auto;
	}

	#case02 .bgbox .inner .relabox .redbox01 {
		position:static;
		display: block;
		width: 80%;
		padding: 10px 0 15px;
		text-align: center;
		margin: 0 auto;
		font-size: 1.6em;
	}


	/* 3つ目 */
	
	#case02 .bgbox .inner .relabox.trd {
		padding: 0;
	}

	#case02 .bgbox .inner .relabox .lefts {
		padding:0 0 30px;
		width: auto;
		text-align: center;
	}

	#case02 .bgbox .inner .relabox .title03 {
		position:static;
		width: auto;
		text-align: center;
	}

	#case02 .bgbox .inner .relabox .title03 dt {
		float:none;
	}

	#case02 .bgbox .inner .relabox .title03 dd {
		float:none;
		margin:0;
		font-size:1.2em;
		padding-top:20px;
	}

	#case02 .bgbox .inner .relabox .img03 {
		position:static;
		text-align: center;
		width: auto;
		margin: 20px 0 0;
	}

	/* 4つ目 */

	#case02 .bgbox .inner .relabox .rights02 {
		position: static;
		margin: 0 0 20px;
		width: auto;
	}

	#case02 .bgbox .inner .relabox .img04 {
		float: none;
		padding: 30px 0 0;
		text-align: center;
		width: auto;
	}

	
	/* 5つ目 */

	#case02 .bgbox .inner .relabox .title05 {
		position:static;
		margin: 20px 0 0;
	}

	#case02 .bgbox .inner .relabox .texts {
		position:static;
		margin: 20px 0 0;
	}
	
	#case02 .bgbox .inner .relabox .texts p,
	#case02 .bgbox .inner .relabox .texts dl {
		font-size: 1.4em;
		line-height: 1.6;
	}
	
	#case02 .bgbox .inner .relabox .texts dl dd {
		margin-left: 70px;
	}
	
	#case02 .bgbox .inner .relabox .texts dl dd .reds {
		padding-left: 20px;
	}
	
	

	/* case03 */

	#case03 {
		padding:50px 0 0;
	}

	#case03 .bgbox .inner {
		padding:50px 0;
	}

	#case03 .bgbox .inner .relabox {
		margin:0 0 30px;
	}

	#case03 .bgbox .inner .relabox.last {
		margin:0;
	}
	
	
	/* 追加 */
	
	#case03 .bgbox .inner .linkbox {
		margin: 0 0 40px;
	}


	#case03 .bgbox .inner .linkbox dl {
		width: auto;
	}


	#case03 .bgbox .inner .linkbox dl dt {
		font-size: 2.0em;
		width: auto;
		float: none;
		padding: 20px 0;
	}

	#case03 .bgbox .inner .linkbox dl dd {
		margin: 0;
		background: #f3f4f3;
		padding: 15px 0;
	}


	#case03 .bgbox .inner .linkbox dl dd ul li {
		width: 70%;
	}

	

	/* 1つ目 */
	
	#case03 .bgbox .inner .relabox.fst {
		padding: 0;
	}
	
	#case03 .bgbox .inner .relabox .imgs {
		width: auto;
	}

	#case03 .bgbox .inner .relabox .title01 {
		position:static;
		margin:20px 0;
		width: auto;
	}

	#case03 .bgbox .inner .relabox .title01 dd {
		font-size:1.4em;
	}


	#case03 .bgbox .inner .relabox .link {
		position:static;
		width:auto;
		text-align:center;
	}



	/* 2つ目 */

	#case03 .bgbox .inner .relabox .img02 {
		text-align:center;
	}

	#case03 .bgbox .inner .relabox .title02 {
		position:static;
		margin:20px 0 50px;
		width: auto;
		background: none;
	}

	#case03 .bgbox .inner .relabox .title02 dd {
		font-size:1.4em;
		padding:0;
	}


	/* 3つ目 */

	#case03 .bgbox .inner .relabox .title03 {
		position:static;
		margin:20px 0;
		width: auto;
		background: none;
	}

	#case03 .bgbox .inner .relabox .title03 dd {
		font-size:1.4em;
	}
	
	#case03 .bgbox .inner .relabox .title04 {
		position:static;
		margin:0;
		width: auto;
	}

	#case03 .bgbox .inner .relabox .title04 dd {
		font-size:1.4em;
		padding:0;
		text-align:left;
	}
	
	/* 追加　 */

	#case03 .bgbox .inner .benefits {
		width: auto;
	}

	#case03 .bgbox .inner .benefits h3 {
		position: static;
		width: auto;
		transform: none;
		padding: 0 0 10px;
	}

	#case03 .bgbox .inner .benefits .texts {
		background: #fff;
		padding: 20px;
		overflow: hidden;
		zoom:1;
		margin-left: 0;
	}

	#case03 .bgbox .inner .benefits .texts .same {
		overflow: hidden;
		zoom:1;
		display: block;
	}

	#case03 .bgbox .inner .benefits .texts .same.end {
		margin:20px 0 0;
	}

	#case03 .bgbox .inner .benefits .texts .same figure {
		float: left;
	}

	#case03 .bgbox .inner .benefits .texts .same dl {
		margin-left: 100px;
	}

	#case03 .bgbox .inner .benefits .texts .same dl dt {
		font-size: 2.1em;
		font-weight: 800;
		margin: 0 0 5px;
	}

	#case03 .bgbox .inner .benefits .texts .same dl dd {
		font-size: 1.6em;
		line-height: 1.4;
	}
	
	

	/* case04 */

	#case04 {
		margin:0 0 50px;
	}
	
	#case04 .caution {
		left:auto;
		right:3%;
		bottom:0;
	}


	/* case05 */

	#case05 {
		width:94%;
		margin:0 auto 50px;
	}

	#case05 #map {
		width:auto;
		float:none;
	}

	#case05 #map iframe {
		height:300px !important;
	}

	#case05 .access {
		position:static;
		width:auto;
		transform:none;
		margin:0 0 30px;
	}


	#case05 .access dt span {
		font-size:2.0em;
	}
	
	
	
	/* contact */

	#contact {
		width:94%;
		margin:-90px auto 50px;
		font-size: 1.4em;
		padding: 90px 0 0;
	}

	#contact h2 {
		padding: 10px 10px 12px;
		margin: 0 0 20px;
		font-size: 1.2em;
	}

	#contact table {
		width:100%;
		margin: 0 0 30px;
		border-top: 1px solid #898989;
	}

	#contact table th,
	#contact table td {
		display: block;
		border: 1px solid #898989;
		border-top: none;
		padding: 10px 3%;
	}


	#contact table th span {
		font-size:1.0em;
	}

	#contact table th {
		width:auto;
		padding: 10px 3%;
	}

	#contact table td .short {
		width: 100%;
	}

	#contact table td .middle {
		width: 100%;
	}
	#contact table td .long {
		width: 100%;
	}

	#contact table td label {
		display: block;
		margin-right: 0;
	}

	#contact table td dl dt {
		font-weight: 500;
		float: none;
		padding: 0 0 10px;
	}

	#contact table td dl dd {
		margin-left: 0;
	}
	
	#contact table td dl dd span {
		display: inline-block;
		margin: 0 0 10px;
	}
	
	#contact table select {
		padding: 5px;
	}
	
}

/*===============================================
  画面の横幅が640px以下に適用(スマホ)
===============================================*/
@media screen and (max-width: 640px){
	
	#header .fbicon {
		right: 13%;
	}
	
	#slider .viewbtn {
		bottom: 5%;
		right: 22%;
		z-index: 999;
	}
	
	#slider #abs01 {
		right: 41%;
		z-index: 999;
		width: auto;
	}

	
	#slider .tvcm img,
	#slider .uketsuke img,
	#slider .viewbtn img,
	#slider #abs01 img {
		max-width:45%;
	}
	
	
	
	#case02 .bgbox .inner .linkbox {
		margin: 0 0 50px;
	}

	#case02 .bgbox .inner .linkbox.end {
		margin: 0 0 0;
	}

	#case02 .bgbox .inner .linkbox dl,
	#case02 .bgbox .inner .linkbox dl.small {
		width: auto;
	}

	#case02 .bgbox .inner .linkbox dl dt {
		color: #fff;
		font-size: 2.0em;
		line-height: 1.0;
		width: auto;
		float: none;
		padding: 15px 0;
	}

	#case02 .bgbox .inner .linkbox dl dd {
		margin-left: 0;
		background: #fff;
		padding: 20px 5%;
	}

	#case02 .bgbox .inner .linkbox dl dd ul {
		width: 80%;
		margin: 0 auto;
	}

	#case02 .bgbox .inner .linkbox dl dd ul li {
		display: block;
		width: auto;
		margin:0 0 20px;
	}

	#case02 .bgbox .inner .linkbox dl dd ul li:last-child {
		margin: 0;
	}
	

	
	/* case06 */

	#case06 {
		width:94%;
	}

	#case06 .corp {
		width:auto;
		padding:20px 5%;
		float:none;
		margin:0 0 30px;
	}

	#case06 .fbox {
		width:auto;
		height:auto;
		float:none;
		border:1px solid #eee;
	}

	/* footer */

	#footer .logo {
		padding:20px 0;
	}


	#footer address {
		padding:20px 0;
	}
	
	#thanks {
		padding: 50px 0 0;
	}
	
	#thanks .thanks {
		line-height: 1.8;
		padding: 0;
	}
	
	/* blog */	
	#blog {	
		background: #f5f4f4;	
		padding: 40px 0 60px;	
	}	
	#blog .inwrap {	
		width: 94%;	
		margin: 0 auto;	
	}	
	#blog .inwrap .same {	
		overflow: hidden;	
		zoom:1;	
	}		
	#blog .inwrap .same dl,	
	#blog .inwrap .same dl:nth-child(3n) {	
		width: 48%;	
		float: left;	
		margin: 0 0 30px;	
	}	
	#blog .inwrap .same dl:nth-child(even) {	
		float: right;	
	}	
	#blog .inwrap .same dl dt a {	
		padding: 10px;	
	}	
	#blog .inwrap .same dl dd {	
		font-size: 1.4em;	
		line-height: 1.4;	
	}
	
	
	
	#bnrbox li a {
		padding: 20px 5% 0;
		min-height: 65px;
	}
	
	.nairan {
		text-align: center;
		max-width: 90%;
		margin: 0 auto 70px;
	}	
}

#purbox {
	
}

#purbox a {
	display:block;
	padding:20px 3%;
	background:#8c204d;
	text-align:center;
}

#purbox a:hover {
	opacity:0.7;
}

.bnrRela {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

.bnrRela .redCaution {
	display: inline-block;
	line-height: 1.0;
	padding: 10px 5%;
	background: #c00;
	color: #fff;
	font-size: 2.0em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.uketsuke {
	position: absolute;
	bottom:25%;
	right:13%;
	
}

@media screen and (max-width: 1280px){
	.uketsuke {
		right:18%;
	}
	
}


@media screen and (max-width: 1024px){
	
	.uketsuke {
		right: 17%;
		bottom:30%;
	}
	
}

@media screen and (max-width: 640px){
	
	.bnrRela {
		width: auto;
	}
	
	.uketsuke {
		right: 60%;
		bottom: 5%;
		width: 16%;
		z-index: 9995;
	}
	
	.uketsuke img {
		max-width:100% !important;
	}
	
	
}