@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* {
	font-family: 'Noto Serif JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #231815;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}
.lora {
	font-family: 'Lora', serif;
}
.osw {
	font-family: 'Oswald', sans-serif;
	line-height: 0.8;
	color: #fff;
	display: block;
}
.btn {
	font-family: 'Open Sans', sans-serif;
}
/*@media screen and (min-width:601px) {
	body,html { min-width: 1280px;}
}*/
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */
/* margin,padding */
/* -------------------------------------------------
layout
----------------------------------------------------*/
.w-100 {
	width: 100%;
	height: auto;
}
.conts-inner {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
@media screen and (min-width:1000px) {
	.conts-inner {
		width: 100%;
		margin: auto;
	}
}
/* ===== header ===== */
header {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
@media screen and (min-width:960px) {
	header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: none;
	}
}
.h-conts {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 4%;
}
@media screen and (min-width:960px) {
	.h-conts {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 25px 25px 0 0;
	}
}
.logo {
	width: 80px;
	margin-right: 15px;
}
.h-btn {
	padding: 6px 14px;
	font-size: 1.7rem;
	font-weight: 800;
	color: #fff;
	background-color: #c11920;
	border: 3px solid #c11920;
	transition: all .3s ease-in-out;
}
.h-btn:hover {
	color: #c11920;
	background-color: #fff;
}
/* ===== main visual ===== */
#mv {
	position: relative;
	width: 100%;
	margin: auto;
}

/* ===== footer ===== */
footer {
	display: block;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 4%;
	background-color: #18191A;
}
@media screen and (min-width:960px) {
	footer {
		display: flex;
		padding: 10px 20px;
	}
}
.f-left {
	display: block;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 32px;
}
@media screen and (min-width:600px) {
	.f-left {
		display: flex;
	}
}
@media screen and (min-width:960px) {
	.f-left {
		margin-bottom: 0;
	}
}
.f-logo {
	width: 119px;
	margin-right: 30px;
	margin: 0 auto 20px;
}
@media screen and (min-width:600px) {
	.f-logo {
		width: 119px;
		margin: 0 30px 0 0;
	}
}
.f-left-txt {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}
@media screen and (min-width:600px) {
	.f-left-txt {
		display: flex;
		padding-bottom: 14px;
		text-align: left;
	}
}
.f-left-txt * {
	letter-spacing: 0.08em;
	color: #fff;
}
.f-conts:nth-of-type(1) {
	margin: 0 34px 0 0;
}
@media screen and (max-width:599px) {
	.f-conts:nth-of-type(1) {
		margin: 0 0 10px;
	}
}
.f-conts a {
	transition: all .3s ease-in-out;
}
.f-conts a:hover {
	opacity: 0.7;
}
.copy {
	padding-bottom: 0;
	color: #fff;
}
@media screen and (min-width:960px) {
	.copy {
		padding-bottom: 14px;
	}
}
@media screen and (max-width:600px) {
	.copy {
		font-size: 1.1rem;
		text-align: center;
	}
}
/*pageTop*/
/* ====================================
sec-2
====================================== */
.sec-2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
.sec-2-l, .sec-2-r {
	width: 100%;
}
@media screen and (min-width:768px) {
	.sec-2-l, .sec-2-r {
		width: 50%;
	}
}
.sec-2-l {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c11920;
}
.sec-2-in {
	padding: 8% 5%;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-2-in {
		padding: 0 15px;
		text-align: center;
	}
}
@media screen and (min-width:960px) {
	.sec-2-in {
		text-align: center;
	}
}
.sec-2-in p {
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #fff;
}
@media screen and (min-width:1280px) {
	.sec-2-in p {
		line-height: 1.5;
		letter-spacing: 0.08em;
		color: #fff;
	}
}
.sec-2-main-txt {
	margin-bottom: 25px;
	font-size: 2.0rem;
	font-weight: 700;
}
@media screen and (min-width:800px) {
	.sec-2-main-txt {
		margin-bottom: 28px;
		font-size: 2.6rem;
	}
}
@media screen and (min-width:1280px) {
	.sec-2-main-txt {
		margin-bottom: 24px;
		font-size: 3.3rem;
		font-weight: 700;
	}
}
.sec-2-txt {
	font-size: 1.4rem;
	text-align: left;
	word-break: break-all;
}
@media screen and (min-width:600px) {
	.sec-2-txt {
		text-align: center;
		word-break: normal;
	}
}
@media screen and (min-width:768px) {
	.sec-2-txt {
		text-align: left;
	}
}
@media screen and (min-width:830px) {
	.sec-2-txt {
		text-align: center;
	}
}
@media screen and (min-width:1280px) {
	.sec-2-txt {
		font-size: 1.8rem;
	}
}
.sec-2-txt .scenc01 {
	display: none;
}
@media screen and (min-width:600px) {
	.sec-2-txt .scenc01 {
		display: inline-block;
	}
}
@media screen and (min-width:768px) {
	.sec-2-txt .scenc01 {
		display: none;
	}
}
@media screen and (min-width:830px) {
	.sec-2-txt .scenc01 {
		display: inline-block;
	}
}
/* ====================================
sec-3
====================================== */
.sec-3-top {
	padding: 40px 0 0;
	margin-bottom: 45px;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-3-top {
		padding: 75px 0 0;
		margin-bottom: 65px;
	}
}
@media screen and (min-width:960px) {
	.sec-3-top {
		padding: 110px 0 0;
		margin-bottom: 85px;
	}
}
.sec-3-bot {
	padding-bottom: 50px;
}
@media screen and (min-width:600px) {
	.sec-3-bot {
		padding-bottom: 85px;
	}
}
@media screen and (min-width:960px) {
	.sec-3-bot {
		padding-bottom: 120px;
	}
}
.sec-3-img {
	width: 100%;
	max-width: 671.3px;
	margin: 0 auto 23px;
}
@media screen and (min-width:768px) {
	.sec-3-img {
		width: 671.3px;
		margin: 0 auto 23px;
	}
}
.sec-3-txt {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
@media screen and (min-width:600px) {
	.sec-3-txt {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:960px) {
	.sec-3-txt {
		font-size: 1.9rem;
	}
}
.sec-3-ttl {
	position: relative;
	margin-bottom: 40px;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #c11920;
	border-right: none;
	border-left: none;
}
@media screen and (min-width:600px) {
	.sec-3-ttl {
		margin-bottom: 60px;
		padding: 15px 0;
	}
}
.sec-3-ttl-in {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0em;
	color: #c11920;
}
@media screen and (min-width:600px) {
	.sec-3-ttl-in {
		font-size: 2.8rem;
	}
}
@media screen and (min-width:768px) {
	.sec-3-ttl-in {
		font-size: 3.2rem;
	}
}
@media screen and (min-width:960px) {
	.sec-3-ttl-in {
		font-size: 3.7rem;
	}
}
.sec-3-ttl:before, .sec-3-ttl:after, .sec-3-ttl-in:before, .sec-3-ttl-in:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #c11920;
	border-radius: 50px;
}
@media screen and (min-width:600px) {
	.sec-3-ttl:before, .sec-3-ttl:after, .sec-3-ttl-in:before, .sec-3-ttl-in:after {
		width: 12px;
		height: 12px;
	}
}
.sec-3-ttl:before {
	top: -5px;
	left: 0;
}
.sec-3-ttl:after {
	top: -5px;
	right: 0;
}
.sec-3-ttl-in:before {
	bottom: -5px;
	left: 0;
}
.sec-3-ttl-in:after {
	bottom: -5px;
	right: 0;
}
@media screen and (min-width:600px) {
	.sec-3-ttl:before {
		top: -6px;
		left: 0;
	}
	.sec-3-ttl:after {
		top: -6px;
		right: 0;
	}
	.sec-3-ttl-in:before {
		bottom: -6px;
		left: 0;
	}
	.sec-3-ttl-in:after {
		bottom: -6px;
		right: 0;
	}
}

.sec-3-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-3-box {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width:768px) {
	.sec-3-box {
		width: 31.2%;
		max-width: 312px;
		margin: 0;
	}
}
@media screen and (max-width:767px) {
	.sec-3-box:nth-last-of-type(1) {
		margin: 0 auto;
	}
}
.box-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 46px;
	padding: 4px 0;
	font-size: 3.5rem;
	text-align: center;
	line-height: 1.0;
	color: #fff;
	background-color: #000;
}
@media screen and (min-width:600px) {
	.box-num {
		font-size: 3.9rem;
	}
}
@media screen and (min-width:960px) {
	.box-num {
		font-size: 4.4rem;
	}
}
.sec-3-box-des {
	padding: 25px 22px;
}
.sec-3-box-ttl {
	margin-bottom: 11px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
@media screen and (min-width:600px) {
	.sec-3-box-ttl {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:768px) {
	.sec-3-box-ttl {
		line-height: 1.3;
	}
}
@media screen and (min-width:960px) {
	.sec-3-box-ttl {
		font-size: 2.3rem;
	}
}
@media screen and (min-width:1000px) {
	.sec-3-box-ttl {
		line-height: 1.0;
	}
}
.sec-3-box-ttl br {
	display: none;
}
@media screen and (min-width:768px) {
	.sec-3-box-ttl br {
		display: inline-block;
	}
}
@media screen and (min-width:1000px) {
	.sec-3-box-ttl br {
		display: none;
	}
}
.sec-3-box-txt {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
@media screen and (min-width:600px) {
	.sec-3-box-txt {
		font-size: 1.5rem;
	}
}
/* ====================================
sec-4
====================================== */
.sec-4 {
	padding: 50px 0;
	background-color: #18191A;
}
@media screen and (min-width:600px) {
	.sec-4 {
		padding: 73px 0;
	}
}
@media screen and (min-width:960px) {
	.sec-4 {
		padding: 96px 0;
	}
}
.sec-ttl {
	position: relative;
	margin-bottom: 20px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width:600px) {
	.sec-ttl {
		margin-bottom: 50px;
		font-size: 4.6rem;
	}
}
@media screen and (min-width:960px) {
	.sec-ttl {
		margin-bottom: 35px;
		font-size: 6.2rem;
	}
}
.sec-4 .sec-ttl {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (min-width:960px) {
	.sec-4 .sec-ttl {
		margin-bottom: 32px;
	}
}
@media screen and (min-width:960px) {
	.sec-4 .sec-ttl {
		margin-bottom: 42px;
	}
}
.sec-4 .sec-ttl:before, .sec-4 .sec-ttl:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50px;
}
.sec-4 .sec-ttl:before {
	bottom: -5px;
	left: 0;
}
.sec-4 .sec-ttl:after {
	bottom: -5px;
	right: 0;
}
@media screen and (min-width:600px) {
	.sec-4 .sec-ttl:before, .sec-4 .sec-ttl:after {
		width: 12px;
		height: 12px;
	}
	.sec-4 .sec-ttl:before {
		bottom: -6px;
	}
	.sec-4 .sec-ttl:after {
		bottom: -6px;
	}
}
.sec-4-txt {
	margin-bottom: 40px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
	letter-spacing: 0.15em;
	color: #fff;
}
@media screen and (min-width:600px) {
	.sec-4-txt {
		margin-bottom: 53px;
		font-size: 1.6rem;
		letter-spacing: 0.13em;
		text-align: center;
	}
}
@media screen and (min-width:960px) {
	.sec-4-txt {
		margin-bottom: 67px;
		font-size: 1.9rem;
		letter-spacing: 0.15em;
	}
}
.sec-4-txt .scene01 {
	display: none;
}
@media screen and (min-width:600px) {
	.sec-4-txt .scene01 {
		display: inline-block;
	}
}
@media screen and (min-width:810px) {
	.sec-4-txt .scene01 {
		display: none;
	}
}
.sec-4-txt .sp-none {
	display: none;
}
@media screen and (min-width:600px) {
	.sec-4-txt .sp-none {
		display: inline-block;;
	}
}
.sec-4-scn {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width:768px) {
	.sec-4-scn {
		flex-wrap: nowrap;
	}
}
@media screen and (max-width:767px) {
	.sec-4-scn {
		margin-bottom: 50px;
	}
	.sec-4-scn.scn-3 {
		margin-bottom: 0;
	}
}
.sec-4-scn.scn-2 {
	align-items: center;
	flex-direction: row-reverse;
}

.scn-img {
	width: 100%;
	max-width: 500px;
}
@media screen and (min-width:768px) {
	.scn-img {
		width: 46.5%;
		max-width: 465px;
	}
}
.scn-1 .scn-des {
	padding-top: 7px;
}
@media screen and (min-width:768px) {
	.scn-1 .scn-des {
		padding-top: 7px;
	}
}
@media screen and (min-width:880px) {
	.scn-1 .scn-des {
		padding-top: 42px;
	}
}
@media screen and (min-width:1000px) {
	.scn-1 .scn-des {
		padding-top: 87px;
	}
}
@media screen and (min-width:768px) {
	.scn-3 .scn-des {
		padding-top: 169px;
	}
}
@media screen and (min-width:768px) {
	.scn-3 .scn-des {
		padding-top: 80px;
	}
}
@media screen and (min-width:880px) {
	.scn-3 .scn-des {
		padding-top: 124px;
	}
}
@media screen and (min-width:1000px) {
	.scn-3 .scn-des {
		padding-top: 169px;
	}
}
@media screen and (max-width:767px) {
	.scn-img {
		margin: 0 auto 12px;
	}
}
@media screen and (min-width:768px) {
	.scn-1 .scn-img, .scn-2 .scn-des, .scn-3 .scn-img {
		margin-right: 7vw;
	}
}
@media screen and (min-width:1000px) {
	.scn-1 .scn-img, .scn-2 .scn-des, .scn-3 .scn-img {
		margin-right: 70px;
	}
}
.scn-ttl {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #c9a063;
}
@media screen and (min-width:600px) {
	.scn-ttl {
		margin-bottom: 16px;
		font-size: 2.4rem;
	}
}
@media screen and (min-width:960px) {
	.scn-ttl {
		font-size: 2.9rem;
	}
}
.scn-txt {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
}
@media screen and (min-width:600px) {
	.scn-txt {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:768px) {
	.scn-txt {
		width: 380px;
	}
}
@media screen and (min-width:960px) {
	.scn-txt {
		font-size: 1.7rem;
	}
}
@media screen and (min-width:768px) {
	.scn-2 {
		margin-top: -13.2vw;
	}
}
@media screen and (min-width:1000px) {
	.scn-2 {
		margin-top: -132px;
	}
}
@media screen and (min-width:768px) {
	.scn-3 {
		margin-top: -8.3vw;
	}
}
@media screen and (min-width:1000px) {
	.scn-3 {
		margin-top: -83px;
	}
}
/* ====================================
sec-5
====================================== */
.sec-5 {
	padding: 50px 0;
}
@media screen and (min-width:600px) {
	.sec-5 {
		padding: 70px 0;
	}
}
.sec-5 .sec-ttl {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #000;
}
@media screen and (min-width:600px) {
	.sec-5 .sec-ttl {
		margin-bottom: 32px;
	}
}
@media screen and (min-width:960px) {
	.sec-5 .sec-ttl {
		margin-bottom: 42px;
	}
}
.sec-5 .sec-ttl:before, .sec-5 .sec-ttl:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50px;
}
.sec-5 .sec-ttl:before {
	bottom: -5px;
	left: 0;
}
.sec-5 .sec-ttl:after {
	bottom: -5px;
	right: 0;
}
@media screen and (min-width:600px) {
	.sec-5 .sec-ttl:before, .sec-5 .sec-ttl:after {
		width: 12px;
		height: 12px;
	}
	.sec-5 .sec-ttl:before {
		bottom: -6px;
	}
	.sec-5 .sec-ttl:after {
		bottom: -6px;
	}
}
.sec-5-txt {
	margin-bottom: 40px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
	letter-spacing: 0.16em;
}
@media screen and (min-width:600px) {
	.sec-5-txt {
		margin-bottom: 68px;
		font-size: 1.6rem;
		text-align: center;
	}
}
@media screen and (min-width:960px) {
	.sec-5-txt {
		margin-bottom: 54px;
		font-size: 1.9rem;
	}
}
.sec-5-txt br {
	display: none;
}
@media screen and (min-width:675px) {
	.sec-5-txt br {
		display: inline-block;;
	}
}
.v-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.v-box {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 24px;
	background-color: #fff;
}
@media screen and (max-width:639px) {
	.v-box:nth-last-of-type(1) {
		margin: 0 auto;
	}
}
@media screen and (min-width:640px) {
	.v-box {
		width: 48%;
		margin: 0 0 20px;
	}
}
@media screen and (min-width:768px) {
	.v-box {
		width: 31.8%;
	}
}
.v-des {
	position: relative;
	padding: 23px 18px;
	background-color: #fff;
}
.v-des:before {
	content: "";
	position: absolute;
	top: -26px;
	left: calc(50% - 19px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 26px 19px;
	border-color: transparent transparent #ffffff
}
.v-box-ttl {
	margin-bottom: 6px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #c9a063;
}
@media screen and (min-width:810px) {
	.v-box-ttl {
		font-size: 2.0rem;
	}
}
.v-box-ttl .scene01 {
	display: none;
}
@media screen and (min-width:768px) {
	.v-box-ttl .scene01 {
		display: inline-block;
	}
}
@media screen and (min-width:1000px) {
	.v-box-ttl .scene01 {
		display: none;
	}
}
.v-box-ttl .scene02 {
	display: none;
}
@media screen and (min-width:768px) {
	.v-box-ttl .scene02 {
		display: inline-block;
	}
}
@media screen and (min-width:972px) {
	.v-box-ttl .scene02 {
		display: none;
	}
}
.v-box-ttl .scene03 {
	display: none;
}
@media screen and (min-width:768px) {
	.v-box-ttl .scene03 {
		display: inline-block;
	}
}
@media screen and (min-width:960px) {
	.v-box-ttl .scene03 {
		display: none;
	}
}
.v-box-ttl .scene04 {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.v-box-ttl .scene04 {
		display: none;
	}
}
@media screen and (min-width:880px) {
	.v-box-ttl .scene04 {
		display: inline-block;
	}
}
.v-box-ttl .scene05 {
	display: none;
}
@media screen and (min-width:768px) {
	.v-box-ttl .scene05 {
		display: inline-block;
	}
}
@media screen and (min-width:850px) {
	.v-box-ttl .scene05 {
		display: none;
	}
}
.v-box-txt {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
}
@media screen and (min-width:600px) {
	.v-box-txt {
		font-size: 1.5rem;
	}
}
.bg-img-area {
	height: 50vw;
	margin-bottom: 50px;
	background: url("../images/conts_img06@sp.jpg") no-repeat left top / 100%;
}
@media screen and (min-width:600px) {
	.bg-img-area {
		margin-bottom: 65px;
	}
}
@media screen and (min-width:960px) {
	.bg-img-area {
		height: 25vw;
		margin-bottom: 80px;
		background: url(../images/conts_img06.png) no-repeat center top / 100%;
	}
}
/* ====================================
sec-6
====================================== */
.sec-6 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px;
}
@media screen and (min-width:600px) {
	.sec-6 {
		padding-bottom: 70px;
	}
}
@media screen and (min-width:960px) {
	.sec-6 {
		padding-bottom: 115px;
	}
}
.conts-logo {
	width: 217px;
	margin: 0 auto 30px;
}
@media screen and (min-width:600px) {
	.conts-logo {
		width: 278px;
		margin: 0 auto 30px;
	}
}
@media screen and (min-width:960px) {
	.conts-logo {
		width: 347px;
	}
}
.sec-6-des {
	padding: 0 5% 72vw;
	background: url(../images/conts_img08.png) no-repeat center bottom;
	background-size: 92%;
}
@media screen and (min-width:768px) {
	.sec-6-des {
		padding: 0 0 4vw 5%;
		background: url(../images/conts_img08.png) no-repeat right bottom;
		background-size: 50vw;
	}
}
@media screen and (min-width:960px) {
	.sec-6-des {
		padding: 0 0 0 100px;
		background: url(../images/conts_img08.png) no-repeat right top;
		background-size: 480px;
	}
}
.sec-6-ttl {
	margin-bottom: 19px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (min-width:600px) {
	.sec-6-ttl {
		font-size: 2.5rem;
	}
}
@media screen and (min-width:960px) {
	.sec-6-ttl {
		font-size: 3.0rem;
	}
}
.sec-6-txt {
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.12em;
	word-break: break-all;
}
@media screen and (min-width:600px) {
	.sec-6-txt {
		font-size: 1.5rem;
		word-break: normal;
	}
}
@media screen and (max-width:767px) {
	.sec-6-txt .pc-block {
		display: none;
	}
}
/* ====================================
キャンペーン
====================================== */
.opn-cmp {
	padding: 50px 5%;
}
@media screen and (min-width:600px) {
	.opn-cmp {
		padding: 86px 5%;
	}
}
@media screen and (min-width:1000px) {
	.opn-cmp {
		padding: 86px 0;
	}
}
.bg-gray {
	background-color: #dcdddd;
}
.bnr-cmp {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 22px;
}
.btn-os {
	text-align: center;
}
.btn-os .btn {
	display: inline-block;
	padding: 14px 60px;
	font-size: 2.5rem;
	font-weight: 800;
	color: #231815;
	border: 4px solid #231815;
	transition: all .3s ease-in-out;
}
.btn-os .btn:hover {
	color: #fff;
	background-color: #000;
}