@charset "UTF-8";

/*
■ 共通
■ ヘッダー
■ FEATURE
■ ラッピング
■ フッター

■ ページの先頭へ
■ JSライブラリ
*/



/* ■ 共通 ==================================================================================== */

/*
フォント
変数設定
横幅設定
背景
ボタン
*/

body {
min-width: 136rem;
-webkit-text-size-adjust: none;
color: #000;
background-color: #fff;
}

body.Win {
overflow-x: hidden;
}

@media only screen and (max-width: 767px) {

	body {
	min-width: initial;
	}

}

#Wrapper {
display: none;
}


/* フォント --------------------------------------------------- */

.WF1 {
font-family: 'Bodoni Moda', serif;
letter-spacing: 0.1em;
}


/* 変数設定 --------------------------------------------------- */

/* カラー */
:root {
--color-1: #a71809;
--color-2: #a99767;
--color-3: #fdfcf4;
}


/* 横幅設定 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Width1,
	.Width2 {
	padding: 0 3.25rem;
	}

}

@media print, screen and (min-width: 768px) {

	.Width1,
	.Width2 {
	margin: 0 auto;
	padding: 0 3rem;
	}

	.Width1 {
	max-width: 86rem;
	}

	.Width2 {
	max-width: 136rem;
	}

}


/* 背景 --------------------------------------------------- */

.BgColor1 {
background-color: var(--color-1);
background-image: url(../img/Texture_1.png);
background-repeat: repeat;
}

.BgColor2 {
background-color: var(--color-3);
background-image: url(../img/Texture_2.png);
background-repeat: repeat;
}


/* ボタン --------------------------------------------------- */

.Btn {
background-color: var(--color-2);
}



/* ■ ヘッダー ==================================================================================== */

#Header img {
display: inline-block;
}

.Header_Movie {
position: relative;
}

#Movie {
width: 100%;
}

.Header_Mds {
text-align: center;
}

.Header_Lead {
letter-spacing: 0.1em;
font-weight: 500;
color: #fff;
}

/* BGMボタン */
.BtnBGM {
position: absolute;
right: 0;
}

.MdsBGM {
font-weight: 700;
letter-spacing: 0.075em;
color: #fff;
}

#BtnSoundOn img,
#BtnSoundOff img {
display: inline-block;
vertical-align: middle;
}

#BtnSoundOff {
display: none;
}

@media only screen and (max-width: 767px) {

	#Header {
	padding: 2rem 0 5rem;
	}

	.Header_Logo {
	text-align: center;
	}

	.Header_Logo img {
	max-width: 7.8rem;
	}

	.Header_Movie {
	min-height: 2rem;
	margin: 2rem 2rem 0 2rem;
	}

	.Header_Mds {
	margin-top: 5rem;
	padding: 0 3.25rem;
	}

	.Header_Mds img {
	max-width: 29.3rem;
	}

	.Header_Lead {
	margin-top: 3rem;
	padding: 0 3.25rem;
	font-size: 1.4rem;
	line-height: 2.4;
	text-align: justify;
	}

	/* BGMボタン */
	.BtnBGM {
	bottom: -2.5rem;
	}

	.MdsBGM {
	margin-right: 0.5rem;
	font-size: 1.1rem;
	}

	#BtnSoundOn img,
	#BtnSoundOff img {
	width: 2.1rem;
	}

}

@media only screen and (max-width: 372px) {

	.Header_Mds img {
	max-width: 24rem;
	}

}

@media print, screen and (min-width: 768px) {

	#Header {
	padding-bottom: 12rem;
	}

	.Header_Logo {
	width: 11.8rem;
	padding-left: 3rem;
	padding-top: 3rem;
	}

	.Header_Movie {
	max-width: 76rem;
	margin: 4rem auto 0 auto;
	}

	.Header_Mds {
	margin-top: 8rem;
	}

	.Header_Mds img {
	max-width: 58.6rem;
	}

	.Header_Lead {
	margin-top: 4rem;
	font-size: 1.6rem;
	line-height: 2.4;
	text-align: center;
	}

	/* BGMボタン */
	.BtnBGM {
	bottom: -3rem;
	}

	.MdsBGM {
	margin-right: 0.5rem;
	font-size: 1.1rem;
	}

	#BtnSoundOn img,
	#BtnSoundOff img {
	width: 2.3rem;
	}

}



/* ■ FEATURE ==================================================================================== */

/*
導入
顔タイプ診断
週替わりコンテンツ
*/


/* 導入 --------------------------------------------------- */

.Feature_Mds {
letter-spacing: 0.2em;
font-weight: 600;
text-align: center;
color: var(--color-2);
}

.Feature_Lead {
letter-spacing: 0.2em;
text-align: center;
}

@media only screen and (max-width: 767px) {

	.Feature {
	padding-top: 5rem;
	}

	.Feature_Mds {
	font-size: 3rem;
	}

	.Feature_Lead {
	padding-top: 3rem;
	font-size: 1.5rem;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	.Feature {
	padding-top: 12rem;
	}

	.Feature_Mds {
	font-size: 5rem;
	}

	.Feature_Lead {
	padding-top: 4rem;
	font-size: 2.2rem;
	line-height: 2;
	}

}


/* 顔タイプ診断 --------------------------------------------------- */

.FaceType_Mds,
.FaceType_Mds_Sub,
.FaceType_Btn {
text-align: center;
}

.FaceType_Mds {
letter-spacing: 0.1em;
font-weight: 500;
color: var(--color-2);
}

.FaceType_Mds_Sub {
letter-spacing: 0.2em;
}

.FaceType_Lead {
letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {

	.FaceType {
	margin-top: 3rem;
	padding: 0 3.25rem;
	}

	.FaceType_Image {
	margin: 0 -1.5rem;
	}

	.FaceType_Mds {
	margin-left: 1.5rem;
	margin-top: 2.5rem;
	font-size: 2.2rem;
	line-height: 1.6;
	}

	.FaceType_Mds_Sub {
	margin-top: 1.5rem;
	margin-right: 0.25rem;
	font-size: 1.3rem;
	}

	.FaceType_Lead {
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 2.2;
	text-align: justify;
	}

	.FaceType_Btn {
	margin-top: 2rem;
	}

	.FaceType_Btn a {
	width: 80%;
	}

}

@media only screen and (max-width: 372px) {

	.FaceType_Mds {
	font-size: 2.1rem;
	}

}

@media print, screen and (min-width: 768px) {

	.FaceType {
	margin-top: 6rem;
	}

	.FaceType_Image {
	max-width: 116rem;
	margin: 0 auto;
	padding: 0 3rem;
	}

	.FaceType_Mds {
	margin-top: 6rem;
	font-size: 3.2rem;
	}

	.FaceType_Mds_Sub {
	margin-top: 2.5rem;
	font-size: 2rem;
	}

	.FaceType_Lead {
	margin-top: 4rem;
	font-size: 1.5rem;
	line-height: 2.2;
	text-align: center;
	}

	.FaceType_Btn {
	margin-top: 3rem;
	}

	.FaceType_Btn a {
	padding-left: 12rem;
	padding-right: 12rem;
	}

}


/* 週替わりコンテンツ --------------------------------------------------- */

.WeeklyContent_List a {
display: block;
}

.WeeklyContent_Image {
position: relative;
}

.WeeklyContent_Mds_Sub {
letter-spacing: 0.2em;
text-align: center;
color: #000;
}

.WeeklyContent_Mds {
letter-spacing: 0.1em;
font-weight: 500;
text-align: center;
color: var(--color-2);
}

.WeeklyContent_Lead {
letter-spacing: 0.1em;
color: #000;
}

.WeeklyContent_Btn {
text-align: center;
}

/* アイコン */
.WeeklyContent_UpDate,
.WeeklyContent_New {
display: inline-block;
position: absolute;
border-radius: 100vh;
text-align: center;
background-color: #fff;
box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.WeeklyContent_UpDate {
font-weight: 500;
color: #000;
}

.WeeklyContent_New {
font-weight: 600;
color: var(--color-2);
}

/* 公開・非公開 */
.WeeklyContent_Soon {
display: block;
pointer-events: none;
opacity: 0.6;
}

.WeeklyContent_UpDate {
display: none;
}

.WeeklyContent_Soon .WeeklyContent_UpDate {
display: block;
}

.WeeklyContent_Soon .WeeklyContent_New,
.WeeklyContent_Soon .WeeklyContent_Btn {
display: none;
}

@media only screen and (max-width: 767px) {

	.WeeklyContent {
	padding: 0 3.25rem;
	}

	.WeeklyContent_List li {
	margin-top: 6rem;
	}

	.WeeklyContent_Mds_Sub {
	margin-top: 2rem;
	font-size: 1.3rem;
	}

	.WeeklyContent_Mds {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	line-height: 1.6;
	}

	.WeeklyContent_Lead {
	margin-top: 1.25rem;
	font-size: 1.3rem;
	line-height: 1.8;
	}

	.WeeklyContent_Btn {
	margin-top: 2rem;
	}

	.WeeklyContent_Btn span {
	width: 80%;
	}

	/* アイコン */
	.WeeklyContent_UpDate,
	.WeeklyContent_New {
	right: 1rem;
	bottom: -2.5rem;
	width: 5rem;
	height: 5rem;
	}

	.WeeklyContent_UpDate {
	padding-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	}
	
	.WeeklyContent_New {
	padding-top: 2rem;
	font-size: 1.3rem;
	}

}

@media print, screen and (min-width: 768px) {

	.WeeklyContent {
	max-width: 136rem;
	margin: 0 auto;
	padding: 0 3rem;	
	}

	.WeeklyContent_List {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4%;
	justify-content: center;
	}

	.WeeklyContent_List li {
	width: calc(32.33333333% - 4%);
	margin: 12rem 2% 0;
	}

	.WeeklyContent_Mds_Sub {
	margin-top: 2.5rem;
	font-size: 2rem;
	}

	.WeeklyContent_Mds {
	margin-top: 2rem;
	font-size: 2.6rem;
	line-height: 1.4;
	}

	.WeeklyContent_Lead {
	margin-top: 2rem;
	padding: 0 2rem;
	font-size: 1.4rem;
	line-height: 1.8;
	}

	.WeeklyContent_Btn {
	margin-top: 2rem;
	}

	/* アイコン */
	.WeeklyContent_UpDate,
	.WeeklyContent_New {
	right: 1.5rem;
	bottom: -3.5rem;
	width: 7rem;
	height: 7rem;
	}

	.WeeklyContent_UpDate {
	padding-top: 1.7rem;
	font-size: 1.4rem;
	line-height: 1.3;
	}
	
	.WeeklyContent_New {
	padding-top: 3rem;
	}

}



/* ■ ラッピング ==================================================================================== */

/*
案内
固定ボタン
*/


/* 案内 --------------------------------------------------- */

.Wrapping {
color: #fff;
}

.Wrapping_Mds {
letter-spacing: 0.2em;
font-weight: 700;
}

.Wrapping_Image {
position: relative;
}

@media only screen and (max-width: 767px) {

	.WrappingWrap {
	margin-top: 5rem;
	}

	.Wrapping {
	padding: 4rem 3.25rem 5rem;
	}

	.Wrapping_Mds {
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
	}

	.Wrapping_Image {
	margin-top: 3rem;
	}

	.Wrapping_Lead {
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 2.2;
	}

	.Wrapping_Notice li {
	display: inline-block;
	}

}

@media print, screen and (min-width: 768px) {

	.WrappingWrap {
	margin-top: 15rem;
	padding: 11rem 0 12rem;
	}

	.Wrapping {
	max-width: 86rem;
	margin: 0 auto;
	padding: 0 3rem;
	text-align: center;
	color: #fff;
	}

	.Wrapping_Mds {
	font-size: 5rem;
	}

	.Wrapping_Image {
	margin-top: 7rem;
	}

	.Wrapping_Lead {
	margin-top: 5rem;
	font-size: 1.5rem;
	line-height: 2.5;
	}

	.Wrapping_Notice li {
	display: inline-block;
	}

}


/* 固定ボタン --------------------------------------------------- */

.Wrapping_Btn {
display: none;
position: fixed;
z-index: 1000;
}

.Wrapping_Btn.Hide {
display: none;
}

.Wrapping_Btn a {
display: block;
position: relative;
border-style: solid;
border-color: var(--color-2);
background-color: #fff;
}

.Wrapping_Btn a::after {
position: absolute;
width: 0;
height: 0;
margin-left: -5.5px;
border-style: solid;
border-width: 11px 5px 0 5px;
border-color: #a99767 transparent transparent transparent;
content: "";
}

.Wrapping_Btn_Lead em {
font-weight: 600;
color: var(--color-2);
}

.Wrapping_Btn_Lead small {
color: #000;
}

@media only screen and (max-width: 767px) {

	.Wrapping_Btn {
	left: 0;
	bottom: 0;
	width: 100%;
	}

	.Wrapping_Btn a {
	display: flex;
	align-items: center;
	height: 6rem;
	border-width: 0;
	border-top-width: 1px;
	box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.2);
	}

	.Wrapping_Btn a::after {
	top: 50%;
	right: 1.5rem;
	margin-top: -5px;
	}

	.Wrapping_Btn_Lead em {
	padding-left: 1.5rem;
	font-size: 1.4rem;
	vertical-align: middle;
	}

	.Wrapping_Btn_Lead small {
	padding-left: 0.5rem;
	font-size: 0.9rem;
	vertical-align: middle;
	}

}

@media only screen and (max-width: 372px) {

	.Wrapping_Btn a::after {
	right: 1rem;
	}

	.Wrapping_Btn_Lead em {
	padding-left: 1rem;
	font-size: 1.2rem;
	}

	.Wrapping_Btn_Lead small {
	padding-left: 0;
	font-size: 0.8rem;
	}

}

@media print, screen and (min-width: 768px) {

	.Wrapping_Btn {
	top: 4.5rem;
	right: 3.5rem;
	}

	.Wrapping_Btn a {
	width: 200px;
	height: 200px;
	padding-top: 3.5rem;
	border-width: 1px;
	border-radius: 100vh;
	text-align: center;
	box-shadow: 19.284px 22.981px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.Wrapping_Btn a::after {
	left: 50%;
	bottom: 2rem;
	margin-left: -5.5px;
	}

	.Wrapping_Btn_Lead em {
	font-size: 2.3rem;
	line-height: 1.4;
	}

	.Wrapping_Btn_Lead small {
	display: inline-block;
	margin-top: 0.75rem;
	font-size: 1.2rem;
	line-height: 1.6;
	}

}

@media (hover: hover) {

	.Wrapping_Btn a:hover {
	opacity: 1;
	}

}



/* ■ フッター ==================================================================================== */

/*
プロフィール
*/


/* SNS */
.Footer_SNS {
display: flex;
justify-content: center;
}

.Footer_SNS li {
display: flex;
align-items: center;
}

/* コピーライト */
.Footer_Copyright {
text-align: center;
color: var(--color-2);
}
		
/* ロゴ */
.Footer_Logo {
text-align: center;
}

.Footer_Logo img {
display: inline-block;
}

@media only screen and (max-width: 767px) {

	#Footer {
	padding: 3.5rem 0 22rem;
	background-image: url(../img/Footer_Image_SP.png), url(../img/Texture_2.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	background-size: 36rem auto;
	}

	/* ロゴ */
	.Footer_Logo {
	margin-top: 6rem;
	}

	.Footer_Logo img {
	width: 120px;
	}

	/* SNS */
	.Footer_SNS {
	margin-top: 2.5rem;
	}

	.Footer_SNS li {
	margin: 0 1.5rem;
	}

	.Footer_SNS img {
	height: 3rem;
	}

	.Footer_SNS li:nth-child(3) img {
	height: 2.5rem;
	}

	/* コピーライト */
	.Footer_Copyright {
	margin-top: 3rem;
	font-size: 1.1rem;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Footer {
	position: relative;
	padding: 10rem 0 32rem;
	background-image: url(../img/Footer_Image4_PC.png), url(../img/Texture_2.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	}

	#Footer::before,
	#Footer::after {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	}

	#Footer::before {
	left: 0;
	top: -15rem;
	width: 53.7rem;
	height: 153.4rem;
	background-image: url(../img/Footer_Image2_PC.png);
	}

	#Footer::after {
	right: 0;
	bottom: 0;
	width: 34.7rem;
	height: 98rem;
	background-image: url(../img/Footer_Image3_PC.png);
	}

	/* ロゴ */
	.Footer_Logo {
	margin-top: 12rem;
	}

	.Footer_Logo img {
	width: 140px;
	}

	/* SNS */
	.Footer_SNS {
	margin-top: 3rem;
	}

	.Footer_SNS li {
	margin: 0 1.5rem;
	}

	.Footer_SNS img {
	height: 3rem;
	}

	.Footer_SNS li:nth-child(3) img {
	height: 2.5rem;
	}

	/* コピーライト */
	.Footer_Copyright {
	margin-top: 3.5rem;
	font-size: 1.2rem;
	}

}


/* プロフィール --------------------------------------------------- */

.Profile_Mds {
letter-spacing: 0.2em;
font-weight: 600;
text-align: center;
color: var(--color-2);
}

.ProfileUnit {
background-color: #fff;
}

.Profile_Lead1,
.Profile_Lead2 {
text-align: center;
}

.Profile_Lead1 {
font-weight: 600;
}

.Profile_Lead2 {
font-weight: 500;
}

.Profile_Link .LinkNewWin {
font-weight: 400;
}

@media only screen and (max-width: 767px) {

	.Profile {
	padding: 0 3.25rem;
	}

	.Profile_Mds {
	font-size: 3rem;
	line-height: 1.3;
	}

	.ProfileUnit {
	margin-top: 3rem;
	padding: 4.25rem 3rem 4rem;
	}

	.Profile_Image {
	padding: 0 1rem;
	}

	.Profile_Lead1 {
	margin-top: 3rem;
	font-size: 2.5rem;
	}

	.Profile_Lead2 {
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.6;
	}

	.Profile_Lead3 {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 2.1;
	}

	.Profile_Link {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	}

	.Profile_Link a {
	margin-right: 1.5rem;
	}

	.Profile_Link .LinkNewWin::before {
	top: 1.1rem;
	}

	.Profile_Link .LinkNewWin::after {
	top: 0.8rem;
	}

}

@media print, screen and (min-width: 768px) {

	.Profile {
	max-width: 66rem;
	margin: 0 auto;
	padding: 0 3rem;
	}

	.Profile_Mds {
	font-size: 3.4rem;
	}

	.ProfileUnit {
	margin-top: 5rem;
	padding: 8.5rem 6rem 6rem;
	}

	.Profile_Image {
	max-width: 30rem;
	margin: 0 auto;
	}

	.Profile_Lead1 {
	margin-top: 4rem;
	font-size: 3.4rem;
	}

	.Profile_Lead2 {
	margin-top: 3.5rem;
	font-size: 1.5rem;
	}

	.Profile_Lead3 {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2.1;
	}

	.Profile_Link {
	margin-top: 3rem;
	font-size: 1.2rem;
	}

	.Profile_Link a {
	margin-right: 1.5rem;
	}

	.Profile_Link .LinkNewWin::before {
	top: 1.1rem;
	}

	.Profile_Link .LinkNewWin::after {
	top: 0.8rem;
	}

}



/* ■ ページの先頭へ ==================================================================================== */

#PageTop {
display: none;
position: fixed;
z-index: 3000;
}

#PageTop a {
display: inline-block;
position: relative;
border-radius: 100vh;
text-indent: -9999px;
background-color: var(--color-2);
}

#PageTop a::after {
display: block;
position: absolute;
left: 50%;
top: 50%;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(-45deg);
content: '';
}

@media only screen and (max-width: 767px) {

	#PageTop {
	right: 1rem;
	bottom: 3rem;
	}

	#PageTop a {
	width: 4rem;
	height: 4rem;
	}

	#PageTop a::after {
	width: 1rem;
	height: 1rem;
	margin-left: -0.5rem;
	margin-top: -0.3rem;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop {
	right: 2rem;
	bottom: 2rem;
	}

	#PageTop a {
	width: 6rem;
	height: 6rem;
	}

	#PageTop a::after {
	width: 1.2rem;
	height: 1.2rem;
	margin-left: -0.6rem;
	margin-top: -0.4rem;
	}

}



/* ■ JSライブラリ ==================================================================================== */
