@charset "UTF-8";

#wmc_masthead .header_section01 {
	height: 135px;
}
#CONINNER {
	background: none;
}
#CONTENTS {
	padding-bottom: 0;
	width: auto;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	line-height: 2;
}
#CONTENTS * {
  font-family: 'Noto Sans JP', sans-serif !important;
}
#CONTENTS .inner-950 {
	width: 950px;
	margin: 0 auto;
}
#CONTENTS .note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#CONTENTS .note * {
	font-family: "游ゴシック", "メイリオ", sans-serif;
}
@media screen and (max-width: 640px) {
	#wmc_masthead .header_section01 {
		height: 30px;
	}
	#CONINNER {
		margin-top: 0;
	}
	#CONTENTS {
		padding-bottom: 0;
	}
	#CONTENTS .inner-950 {
		width: auto;
		padding: 0 4%;
	}
	#CONTENTS h1 {
		font-size: 24px;
		line-height: 1.6;
		margin: 20px 0 0;
	}
	#CONTENTS .h1__paragraph {
		font-size: 30px;
		line-height: 1.6;
		margin: 20px 0 0;
	}
	#CONTENTS h2 {
		font-size: 24px;
		line-height: 1.6;
		margin: 0 0 20px;
	}
	.theater_pageTop a {
    color: #FFF;
	}
}


/* btn */
.btn {
  position: relative;
  display: inline-block;
  border: solid 2px #73674c;
  background-color: #73674c;
  padding: 22px 40px;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 1rem;
}
.btn:hover {
  border: solid 2px #726d62;
  background-color: #726d62
}
.btn_area:hover .btn {
  border: solid 2px #726d62;
  background-color: #726d62
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  margin-right: 20px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translateY(-60%) rotate(135deg);
}
.btn.anchor::after {
  transform: translateY(-70%) rotate(225deg);
}
@media screen and (max-width: 640px) {
	.btn {
    padding: 25px 10px 30px;
	}
	.btn:hover {
		border: solid 2px #73674c;
		background-color: #73674c
	}
	.btn_area:hover .btn {
		border: solid 2px #73674c;
		background-color: #73674c
	}
	.btn.anchor::after {
    top: 80%;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-right: 0;
	}
}


/* mv */
#CONTENTS .mv {
	box-sizing: border-box;
	background: url(../images/mv_bg-pc.jpg) no-repeat center center #000000;
	background-size: cover;
	text-align: center;
	padding: 70px 0 73px;
}
#CONTENTS .mv__store {
	display: inline-block;
	border-top: 1px solid #73674c;
	border-bottom: 1px solid #73674c;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.2em;
	margin: 0 0 50px;
	padding: 11px 38px;
}
#CONTENTS .mv__ttl {
	color: #ffffff;
	font-size: 44px;
	line-height: 1.35;
	margin: 0 0 50px;
}
#CONTENTS .mv__ttl-small {
	display: inline-block;
	font-size: 22px;
}
#CONTENTS .mv__block01 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 0 32px;
}
#CONTENTS .mv__block01__items {
	margin: 0 20px;
}
#CONTENTS .mv__block01__items__img {
	position: relative;
	margin: 0 0 -19px;
	z-index: 2;
}
#CONTENTS .mv__block01 .btn {
	width: 384px;
	z-index: 1;
}
#CONTENTS .mv__txt {
	text-align: center;
}

@media screen and (max-width: 640px) {
	#CONTENTS .mv {
		background: url(../images/mv_bg-sp.jpg) no-repeat center center #000000;
		background-size: cover;
		padding: 70px 0 0;
	}
	#CONTENTS .mv__store {
		font-size: 24px;
	}
	#CONTENTS .mv__ttl {
		font-size: 33px;
		line-height: 1.46;
	}
	#CONTENTS .mv__ttl-small {
		font-size: 24px;
		line-height: 1.71
	}
	#CONTENTS .mv__block01__items {
		flex-basis: 50%;
		margin: 0 2% 0 0;
	}
	#CONTENTS .mv__block01__items +  .mv__block01__items {
		margin: 0 0 0 2%;
	}
	#CONTENTS .mv__block01 .btn {
		width: 100%;
	}
	#CONTENTS .mv__txt {
		text-align: left;
	}
}


/* relax */
#CONTENTS .relax {
	box-sizing: border-box;
	overflow: hidden;
	padding: 97px 0 0;
}
#CONTENTS .relax__inner {
	position: relative;
}
#CONTENTS .relax__inner > * {
	position: relative;
}
#CONTENTS .relax__inner::before {
	content: "";
	background: #231f17 no-repeat;
	position: absolute;
	left: -100%;
	height: calc(100% - 152px);
	width: calc(200% - 70px);
	z-index: 0;
	top: 82px;
}
#CONTENTS .relax__h2 {
	text-align: right;
	margin: 0 0 50px;
}
#CONTENTS .relax__block01 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row-reverse;
}
#CONTENTS .relax__block01__left {
	flex-basis: 52%;
}
#CONTENTS .relax__block01__right {
	flex-basis: 48%;
	text-align: right;
	margin: 0 50px 0 0;
}
#CONTENTS .relax__block01__ttl {
	font-size: 28px;
	line-height: 1.45;
	margin: -7px 0 4px;
}
#CONTENTS .relax__block01__txt {
	font-size: 18px;
	margin: 0 0 29px;
}
#CONTENTS .relax__lead {
	text-align: center;
	margin: 10px 0 24px;
}

@media screen and (max-width: 640px) {
	#CONTENTS .relax__inner::before {
    height: calc(100% - 8%);
    width: calc(200% - 12%);
    top: 10.5vw;
	}
	#CONTENTS .relax__h2 {
		width: calc(395 / 750 * 100vw);
		margin: 0 0 50px auto;
		padding: 0px 4%;
	}
	#CONTENTS .relax__block01 {
		display: block;
		padding: 0px 4%;
	}
	#CONTENTS .relax__block01__left {
    margin: 0;
	}
	#CONTENTS .relax__block01__right {
		text-align: center;
		margin: 40px 0 0;
	}
	#CONTENTS .relax__block01__ttl {
		text-align: left;
	}
	#CONTENTS .relax__block01__txt {
		font-size: 16px;
		text-align: left;
	}
	#CONTENTS .relax__lead {
		text-align: left;
		padding: 0 4%;
	}
}


/* luxury */
#CONTENTS .luxury {
	box-sizing: border-box;
	overflow: hidden;
	padding: 98px 0 0;
}
#CONTENTS .luxury__inner {
	position: relative;
}
#CONTENTS .luxury__inner > * {
	position: relative;
}
#CONTENTS .luxury__inner::before {
	content: "";
	background: #231f17 no-repeat;
	position: absolute;
	right: -100%;
	height: calc(100% - 152px);
	width: calc(200% - 70px);
	z-index: 0;
	top: 82px;
}
#CONTENTS .luxury__h2 {
	text-align: left;
	margin: 0 0 50px;
}
#CONTENTS .luxury__block01 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row-reverse;
}
#CONTENTS .luxury__block01__left {
	flex-basis: 52%;
}
#CONTENTS .luxury__block01__right {
	flex-basis: 48%;
	text-align: right;
	margin: 0 50px 0 0;
}
#CONTENTS .luxury__block01__ttl {
	font-size: 28px;
	line-height: 1.45;
	margin: -7px 0 4px;
}
#CONTENTS .luxury__block01__txt {
	font-size: 18px;
	margin: 0 0 29px;
}
#CONTENTS .luxury__lead {
	text-align: center;
	margin: 10px 0 24px;
}
#CONTENTS .luxury .note {
	margin: 26px 0 0;
}
@media screen and (max-width: 640px) {
	#CONTENTS .luxury__inner::before {
    height: calc(100% - 8%);
    width: calc(200% - 12%);
    top: 10.5vw;
	}
	#CONTENTS .luxury__h2 {
    width: calc(514 / 750 * 100vw);
    margin: 0 auto 50px 0;
    padding: 0px 4%;
	}
	#CONTENTS .luxury__block01 {
		display: block;
		padding: 0px 4%;
	}
	#CONTENTS .luxury__block01__left {
    margin: 0%;
	}
	#CONTENTS .luxury__block01__right {
		text-align: center;
		margin: 40px 0 0;
	}
	#CONTENTS .luxury__block01__ttl {
		text-align: left;
	}
	#CONTENTS .luxury__block01__txt {
		font-size: 16px;
		text-align: left;
	}
	#CONTENTS .luxury__lead {
		text-align: left;
		padding: 0 4%;
	}
}


/* point */
.point {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point__items {
	position: relative;
	max-width: 455px;
	box-sizing: border-box;
	flex-basis: 50%;
	border: 1px solid #3a3426;
	background-color: #000000;
	margin: 60px 0 0;
}
.point__items__ttl {
	position: absolute;
	top: -31px;
	left: 27px;
}
.point__items__box {
	display: flex;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 46px 0 46px 30px;
}
.point__items__box__left {
	width: 250px;
	flex-basis: 250px;
}
.point__items__box__right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 174px;
	flex-basis: 174px;
	text-align: center;
}
.point .half__icon {
	justify-content: flex-start;
	margin-right: -20px;
}
.point__items__box__ttl {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 10px;
}
.point__items.point__items-col1 {
	flex-basis: 100%;
	max-width: none;
}
.point__items.point__items-col1 .point__items__box__left {
	flex: 1;
}
.point__items.point__items-col1 .point__items__box__right {
	flex-basis: 430px;
}
@media screen and (max-width: 640px) {
	.point {
		display: block;
	}
	.point__items {
		max-width: none;
	}
	.point__items__ttl {
		left: 4%;
	}
	.point__items__box {
		display: block;
		padding: 46px 30px;
	}
	.point__items__box__left {
		width: 100%;
		flex-basis: 100%;
		margin: 0 0 50px;
	}
	.point__items__box__right {
		width: 100%;
		flex-basis: 100%;
	}
	.point__items__box__right-sp_bottom {
		margin-bottom: -46px;
	}
	.point .half__icon {
		justify-content: center;
		margin-right: auto;
	}
}


/* other */
#CONTENTS .other {
	position: relative;
	box-sizing: border-box;
	background-color: #231f17;
	margin: 180px 0 0;
	padding: 70px 0 100px;
}
#CONTENTS .other__h2 {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50% ,0);
}
#CONTENTS .other__lead {
	font-size: 30px;
	line-height: 1.66;
	text-align: center;
	margin: 0 0 24px;
}
#CONTENTS .other__link {
	display: flex;
	justify-content: center;
}
#CONTENTS .other__link__items {
	margin: 10px 5px 0;
}
@media screen and (max-width: 640px) {
	#CONTENTS .other {
		position: relative;
		box-sizing: border-box;
		background-color: #231f17;
		margin: 100px 0 0;
		padding: calc(70 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	#CONTENTS .other__h2 {
		top: calc(-50 / 750 * 100vw);
		width: 100%;
		left: 0;
		transform: none;
		text-align: center;
	}
	#CONTENTS .other__h2 img {
		width: calc(442 / 750 * 100vw);
	}
	#CONTENTS .other__lead {
		font-size: 24px;
	}
	#CONTENTS .other__link {
		display: block;
		text-align: center;
	}
}
