@charset "UTF-8";

/* ----------------------------------------------------
メディアクエリ設定 All （mobile)
---------------------------------------------------- */
body { background:#2b2b2b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height:1.5;
	/*-webkit-text-size-adjust:100%;*/
 }

html{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

html, body,div#main,div#footer{
	min-width: 100% !important;
}

img{
	/*width:100% !important;
	height: auto !important;*/
}

.ryuminL {
	font-family: Ryumin Light KL;
}
.ryuminR {
	font-family: Ryumin Regular KL;
}
.ryuminM {
	font-family: Ryumin Medium KL;
}
.ryuminB {
	font-family: Ryumin Bold KL;
}


/* --------------------------------
	body
-------------------------------- */
html, body {
	/*min-width: 900px;*/
	color: #000;
	/* font-size: 14px!important; */
}
section, h1 ,h2 , h3, h4, figure {
	margin: auto;
}
#main {
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	background:#2b2b2b;
}
#main a,
#main a:hover {
	transition: 0.2s ease-out;
}
#main a:hover {
	opacity: 0.8;
}
#main.login .btn_logout { display: none!important; }
#main.logout .btn_login { display: none!important; }
#main.login p.btn_logout { display: none!important; }
#main.logout p.btn_login { display: none!important; }
#main.pgcd a.btn_logout { display:none!important;}
#main.pgcd a.btn_login { display:none!important;}
#main.pgcd a.fixed { display:none!important;}
#main .pgcd.for_members { display:none!important;}
#main.pgcd .pgcd.for_members { display:block!important; text-align: center; font-size: 12px; margin-top: 15px; }
#main.pgcd .awa { display: none !important; }

#main strong {
	/*font-weight: normal;*/
}
#main > section:after {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	content: "";
}
section {
	box-sizing: border-box;
	position: relative;
	margin: auto;
}
.inner {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 1000px;
}
.offer_item {
	position: relative;
}
a img {
	outline:none; border: none;
}
a{
	outline: none;
	border: none;
}
a:focus{
	outline: none;
	border: none;
}

sup {
	display: inline-block;
	position: relative;
	top: 0px;
}

.pcOnly{
	display:block;
}

.spOnly{
	display:none;
}


@media screen and (max-width: 768px) {
	
.pcOnly{
	display:none;
}

.spOnly{
	display:block;
}
}
/* --------------------------------
	bottom_bg
-------------------------------- */

@media screen and (max-width: 768px) {
	article{
	background: url("../img/bottom_bg_sp.png") center bottom no-repeat;
	background-size: contain;
}
	
}

@media screen and (min-width: 769px) {
article{
	background: url("../img/bottom_bg_pc.jpg") center bottom no-repeat;
}
}

/* --------------------------------
	cover
-------------------------------- */


@media screen and (max-width: 768px) {
	#cover_inner {
		width: 100%;
		margin: 0;
	}
}

@media screen and (min-width: 769px) {
	#cover {
		background: #2b2b2b url(../img/cover_bg_lg.jpg) center top no-repeat;
	}
	#cover_inner {
		width: 900px;
		margin: 0 auto;
	}
}

/* --------------------------------
sec01
-------------------------------- */
@media screen and (max-width: 768px) {
	#sec01{
		color:#e3c687;
		background: url("../img/text_sp.png") center top no-repeat;
		background-size: contain;
	}
	
	#sec01_inner {
		width: auto;
		margin:60px auto 0;
		padding-top:26px;
	}
	
	#sec01_inner h2{
		font-size:2.5rem;
		text-align:center;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 1.8;
	}
	
	#sec01_inner p {
		font-size: 1.5rem;
		text-align:center;
		margin-top:60px;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 2.0;
		padding-bottom:70px;
	}
}

@media screen and (min-width: 769px) {
	#sec01{
		color:#e3c687;
		background: url("../img/text_pc.png") center top no-repeat;
	}
	
	#sec01_inner {
		width: 900px;
		height:400px;
		margin: 0 auto;
		padding-top:100px;
	}
	
	#sec01_inner h2{
		font-size:28px;
		text-align:center;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 1.8;
	}
	
	#sec01_inner p {
		font-size: 16px;
		text-align: center;
		margin-top: 60px;
		font-family:  Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho,serif;
		line-height: 2.0;
		padding-bottom:30px;
	}

}

/* --------------------------------
sec02
-------------------------------- */

@media screen and (max-width: 768px) {
	#sec02{
		margin: 0 15px;
		padding-bottom:350px;
	}
	
	#present1{
		padding-top:30px;
	}
	
	#sec02_inner {
		background: url("../img/bg_middle_sp.png") center top repeat-y;
		background-size: contain;
	}
	
	#sec02_inner h2{
		font-size:1.5rem;
		text-align:center;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 1.8;
	}
	
	.ms15{
		margin-left:15px;
		margin-right:15px;
	}
}

@media screen and (min-width: 769px) {
	#sec02{
		padding-bottom:60px;
	}
	
	#sec02_inner {
		width: 900px;
		margin: 0 auto;
		background: url("../img/bg_middle_pc.png") center top repeat-y;
	}
	
	#sec02_inner h2{
		font-size:26px;
		text-align:center;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 1.8;
	}
	.bg_series{
		width:900px;
		margin: 0 auto;
	}
}

/* --------------------------------
mauve.qts,dor
-------------------------------- */

#mauve, #qts, #dor{
	margin-bottom:40px;
}

.img2{
	margin: 50px 0;
}

/* --------------------------------
sec03
-------------------------------- */
@media screen and (max-width: 768px) {
	#sec03_inner {
		width: auto;
		margin: 0 15px 30px;
		position: relative;
	}
	
	#sec03_inner p {
		font-size: 1.2rem;
		text-align: left;
		margin-top: 40px;
		font-family: Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
		line-height: 2.0;
		padding-bottom:20px;
	}
}

@media screen and (min-width: 769px) {
	#sec03_inner {
		width: 900px;
		margin: 0 auto 70px;
		position: relative;
	}
	
	#sec03_inner .coupon{
		width: 480px;
		margin:0 auto;
	}
	
	#sec03_inner p {
		font-size: 16px;
		text-align: center;
		margin-top: 50px;
		font-family:  Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho,serif;
		line-height: 2.0;
		padding-bottom:30px;
	}
	
	#sec03 .pcOnly{
		font-size:28px;
		text-align: center;
		font-family:  Ryumin Medium KL, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho,serif;
		border-bottom: 1px solid #000;
		margin-top:0;
		line-height: 1.0;
		padding-bottom:0;
		max-width:390px;
		margin:0 auto 40px;
	}
}

/* --------------------------------
offer
-------------------------------- */
/*SP*/
@media screen and (max-width: 768px) {
	#offer{
		padding-bottom:40px;
	}
	
	.offer_box {
		width: auto;
	}
	
	.offer_box_inner {
		margin-top: 40px;
		padding-bottom:20px;
	
	}
	#offer .btn, #offer2 .btn {
		width: 84%;
		margin: 20px auto 7px;
		text-decoration: none!important;
	}
	
	#offer a.awa, #offer2 a.awa {
    display: inline-block;
    margin-top: 5px;
	padding-left:50px;
}
	
	#offer p.pgcd, #offer2 p.pgcd {
		display: block !important;
		text-align: center;
		font-size: 12px;
		margin-top: 15px;
	}

}
/*PC*/
@media screen and (min-width: 769px) {
	#offer{
		padding-bottom:40px;
	}
	
	.offer_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 820px;
		margin: 30px auto 0;
	}
	.offer_box_inner {
		width: 400px;
		position: relative;
	}

	#offer .btn, #offer2 .btn {
		position: absolute;
		bottom: 112px;
		left: 0;
	}
	
	#offer .awa, #offer2 .awa {
		position: absolute;
		bottom: 82px;
		left: 160px;
	}
	
	#offer p.pgcd, #offer2 p.pgcd {
		text-align: left!important;
		margin-top: 0px!important;
		position: absolute;
		bottom: 82px;
		left: 0;
	}
}

/* --------------------------------
	最下部ボタン
-------------------------------- */
.bottom_btn {
	margin: 70px auto 70px;
	text-align: center;
}
.bottom_btn p {
	margin: auto;
}
.bottom_btn .attention {
	margin-bottom: 15px;
	font-size: 11px;
}
.bottom_btn a:hover {
	opacity: 0.9;
}
.bottom_btn p.attention {
	text-align: center !important;
}

/* --------------------------------
ボタン
-------------------------------- */
@media screen and (max-width: 768px) {
	.btn {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #235136;
		position: relative;
		border-radius: 3px;
		font-size: 15px;
		color: #fff !important;
		width: 100%;
		height: 50px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-decoration: none;
	}
	
	.btn:before {
		display: inline-block;
		position: relative;
		top: -1px;
		margin-right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #fff;
		content: "";
	}
	
	a.awa {
		display: inline-block;
		margin-top: 10px;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		color: #ae3623;
		font-size: 12px;
		padding: 1px 0 5px 18px;
		text-decoration: underline;
		line-height: 1;
	}
	
	a.awa:link, a.awa:visited, a.awa:hover, a.awa:active {
		color: #ae3623;
	}
	
	a.awa span {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #ae3623;
		position: absolute;
		left: 30px;
		top: 0;
	}
	
	a.awa span:before, a.awa span:after {
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		width: 3px;
		height: 1px;
		background: #fff;
		top: calc(50% - 1px);
		right: 6px;
		content: "";
		transform: rotate(
		45deg
		);
		transform-origin: right bottom;
	}
	a.awa span:after {
		transform: rotate(
		-45deg
		);
		transform-origin: right top;
	}
}

@media screen and (min-width: 769px) {
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
	width: 136px;
	height: 28px;
    font-size: 14px;
  padding-left: 1%;
  background-color: #235035;
  background: -webkit-gradient(linear, left bottom, left top, from(#183923), to(#336748));
  background: linear-gradient(0deg, #183923, #336748);
  border: none;
  border-radius: 4px;
  color: #fff !important;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}


.btn:hover {
  opacity: 0.8;
}

.btn:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
  margin-right: 6px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.btn > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  top: 5px;
  left: 40%;
  padding-left: 5px;
  text-decoration: none !important;
  line-height: 1;
}

a.btn:link, a.btn:visited {
  text-decoration: none !important;
}

a.awa {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #ae3623!important;
  font-size: 12px;
  line-height: 1;
  padding: 1px 0 5px 22px;
}

a.awa span {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ae3623;
  position: absolute;
  left: 0;
  top: 0;
}

a.awa span:before,
a.awa span:after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  width: 5px;
  height: 1px;
  background: #fff;
  top: calc(50% - 1px);
  right: 6px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

a.awa span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
	｝



