@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'GUJPCorporate';
	src: url('https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('https://www.gu-global.com//jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GUJPCorporate';
	src: local('NotoSansJP-Regular.otf'),
	url('https://www.gu-global.com//jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('https://www.gu-global.com//jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GUJPCorporate';
	src: url('https://www.gu-global.com//jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('https://www.gu-global.com//jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html,body,h1,h2,h3,h4,p,dl,dt,dd,ul,li,picture,source {
	margin: 0;
	padding: 0;
}
*,:after,:before {
	box-sizing: border-box
}
ul,li {
	list-style: none;
	list-style-type: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


body {
	width: 100%;
	font-family: GUJPCorporate, Avenir Next, Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
}
#container {
	overflow: auto;
	height: 100vh;
}
#contents .mainContents {
}
#contents .mainContents .mv {
	background-color: #F6E6DC;
}
#contents .mainContents .mv h1 {
	width: 100%;
	padding: 4vw 4%;
	background-color: #D4A99A;
}
#contents .mainContents .mv .subject {
	padding: 6vw 4% 0 4%;
}
#contents .mainContents .mv .subject p {
	min-height: 33vw;
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_top.png");
	background-repeat: no-repeat;
	background-position: -1% center;
	background-size: 40vw auto;
	padding-left: 45%;
	font-size: 3.2vw; /*12px*/
	color: #AB5151;
	line-height: 1.6;
	letter-spacing: 0;
}
#contents .mainContents .mv .profile {
	padding: 6vw 4%;
}
#contents .mainContents .mv .profile .inner {
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding: 4vw 4%;
	color: #3B3B3B;
}
#contents .mainContents .mv .profile .inner dl {
	width: 100%;
	min-height: 21.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_profile.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21.5vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 0 30%;
}
#contents .mainContents .mv .profile .inner dt {
	width: 100%;
	font-size: 4vw; /*16px*/
	letter-spacing: 1px;
}
#contents .mainContents .mv .profile .inner dt span {
	display: inline-block;
	margin: 4px 0 0 4%;
	font-size: 2.67vw; /*10px*/
	vertical-align: top;
}
#contents .mainContents .mv .profile .inner dd {
	width: 100%;
	font-size: 3.2vw; /*12px*/
	margin: -30px 0 0 0;
}
#contents .mainContents .mv .profile .inner p {
	width: 100%;
	font-size: 3.2vw; /*12px*/
	padding: 3vw 0 0 0;
	letter-spacing: 1px;
	line-height: 1.4;
}
.mainContents .diagnosis {
	width: 100%;
	padding: 8vw 4%;
}
.mainContents .diagnosis .inner {
	width: 100%;
	background-color: #FCF6F3;
	text-align: center;
	padding: 8vw 0;
}
.mainContents .diagnosis .inner .title {
	color: #AB5151;
	font-size: 3.2vw; /*12px*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4vw;
}
.mainContents .diagnosis .inner .title:before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #AB5151;
	transform: rotate3d(1, 1, 1, 76deg);
	margin-top: 2px;
}
.mainContents .diagnosis .inner .title:after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #AB5151;
	transform: rotate3d(0, 0, 1, 130deg);
	margin-top: 2px;
}
.mainContents .diagnosis .inner .links {
	width: 74%;
	margin: 0 auto;
}
.mainContents .diagnosis .inner .links a {
	width: 100%;
	height: 7.5vh;
	color: #FFF;
	font-weight: 700;
	background-color: #AB5151;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 3.75vh;
	border-bottom-left-radius: 3.75vh;
	border-top-right-radius: 3.75vh;
	border-bottom-right-radius: 3.75vh;
	text-decoration: none;
	font-size: 5vw; /*16px*/
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
.mainContents .myTypes {
	width: 100%;
	padding: 0 4%;
}
.mainContents .myTypes .inner {
	width: 100%;
	background-color: #FCF6F3;
	text-align: center;
	padding: 8vw 3%;
}
.mainContents .myTypes .inner .title {
	padding-bottom: 8vw;
	color: #AB5151;
	font-weight: 700;
	font-size: 4vw; /*16px*/
	margin-bottom: 3vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 6vw;
}
.mainContents .myTypes .inner .title span {
	display: block;
	font-size: 3.2vw;
	margin: 2vw 0 0 0;
	font-weight: 400;
}
.mainContents .myTypes .inner dl {
	border-top: 1px solid #AB5151;
	margin: 6vw 0;
}
.mainContents .myTypes .inner dl dt {
	margin-top: -12px;
}
.mainContents .myTypes .inner dl dt span {
	display: inline-block;
	padding: 0 5px;
	background-color: #FCF6F3;
	color: #AB5151;
	font-size: 4vw; /*16px*/
	font-weight: 700;
}
.mainContents .myTypes .inner dl dd {
	padding: 4vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainContents .myTypes .inner dl dd label {
	width: 83px;
	height: 83px;
	margin: 0 3.3vw;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 0;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.mainContents .myTypes .inner dl dd label span {
	display: none;
}
.mainContents .myTypes .inner dl dd label input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}
.mainContents .myTypes .inner dl dd label#myTypes_st {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_straight.svg");
}
.mainContents .myTypes .inner dl dd label#myTypes_wa {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_wave.svg");
}
.mainContents .myTypes .inner dl dd label#myTypes_nt {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_natural.svg");
}
.mainContents .myTypes .inner dl dd label#myColor_ye {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_yellowbase.svg");
}
.mainContents .myTypes .inner dl dd label#myColor_bl {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_bluebase.svg");
}

.mainContents .myTypes .inner dl dd label#myTypes_st.icon_os {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_straight_os.svg");
}
.mainContents .myTypes .inner dl dd label#myTypes_wa.icon_os {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_wave_os.svg");
}
.mainContents .myTypes .inner dl dd label#myTypes_nt.icon_os {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_natural_os.svg");
}
.mainContents .myTypes .inner dl dd label#myColor_ye.icon_os {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_yellowbase_os.svg");
}
.mainContents .myTypes .inner dl dd label#myColor_bl.icon_os {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_bluebase_os.svg");
}
.mainContents .myTypes .inner dl dd label#myTypes_st.active {
	background-position: center top;
}
.mainContents .myTypes .inner dl dd label#myTypes_wa.active {
	background-position: center top;
}
.mainContents .myTypes .inner dl dd label#myTypes_nt.active {
	background-position: center top;
}
.mainContents .myTypes .inner dl dd label#myColor_ye.active {
	background-position: center top;
}
.mainContents .myTypes .inner dl dd label#myColor_bl.active {
	background-position: center top;
}







/*
.mainContents .myTypes .inner dl dd a {
	width: 22.67vw;
	height: 22.67vw;
	margin: 0 3.3vw;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 0;
}
.mainContents .myTypes .inner dl dd a#myTypes_st {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_straight.svg");
}
.mainContents .myTypes .inner dl dd a#myTypes_wa {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_wave.svg");
}
.mainContents .myTypes .inner dl dd a#myTypes_nt {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_natural.svg");
}
.mainContents .myTypes .inner dl dd a#myTypes_yb {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_yellowbase.svg");
}
.mainContents .myTypes .inner dl dd a#myTypes_bb {
	background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/button_bluebase.svg");
}
*/
.mainContents .myTypes .inner p {
	color: #AB5151;
	font-size: 3.2vw; /*12px*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3vw;
}
.mainContents .myTypes .inner p:before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #AB5151;
	transform: rotate3d(1, 1, 1, 76deg);
	margin-top: 2px;
}
.mainContents .myTypes .inner p:after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #AB5151;
	transform: rotate3d(0, 0, 1, 130deg);
	margin-top: 2px;
}
.mainContents .myTypes .inner .links {
	width: 74%;
	margin: 0 auto;
}
.mainContents .myTypes .inner .links a {
	width: 100%;
	height: 7.5vh;
	color: #FFF;
	font-weight: 700;
	background-color: #AB5151;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 3.75vh;
	border-bottom-left-radius: 3.75vh;
	border-top-right-radius: 3.75vh;
	border-bottom-right-radius: 3.75vh;
	text-decoration: none;
	font-size: 5vw; /*16px*/
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
.mainContents .myTypes .inner .links a.disabled {
	background-color: #BBBBBB;
}
.mainContents .about {
	padding: 16vw 4% 24vw 4%;
	text-align: center;
}
.mainContents .about h3 {
	font-size: 10.7vw; /*40px*/
	font-weight: 400;
	background: linear-gradient(90deg, #f1ded1 0%, #eccec0 40%, #e0bbab 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 4vw;
}
.mainContents .about h3 span {
	display: block;
	font-size: 3.2vw;
	margin-top: -6px;
}
.mainContents .about p {
	font-size: 4vw;
	color: #AB5151;
	margin-bottom: 8vw;
}
.mainContents .about .image {
	width: 76%;
	margin: 0 auto;
}

#brafeel_modal {
	display: none;
	width: 100%;
	height: calc(100vh - 64px);
	background-color: #FFF;
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 9999;
	overflow: auto;
}
#brafeel_modal .diagnosis_modal,
#brafeel_modal .diagnosis_modal .question01,
#brafeel_modal .diagnosis_modal .question02,
#brafeel_modal .diagnosis_modal .question02 .question,
#brafeel_modal .diagnosis_modal .question03,
#brafeel_modal .diagnosis_modal .question04,
#brafeel_modal .diagnosis_modal .question04 .question,
#brafeel_modal .personal_modal,
#brafeel_modal .personal_modal .question05,
#brafeel_modal .personal_modal .question06,
#brafeel_modal .personal_modal .question06 .question,
#brafeel_modal .personal_modal .question07,
#brafeel_modal .result_modal,
#brafeel_modal .result_modal .bodyline_straight,
#brafeel_modal .result_modal .bodyline_wave,
#brafeel_modal .result_modal .bodyline_natural,
#brafeel_modal .result_modal .colorbase_yellow,
#brafeel_modal .result_modal .colorbase_blue,
#brafeel_modal .result_modal .result_list > li {
	display: none;
}
.question_next.disabled {
	pointer-events: none;
	background-color: #D3D3D3;
	color: #767676;
	text-decoration: none;
}


#brafeel_modal .modal_inner {
	width: 100%;
	height: 100vh;
	background-color: #FCF6F3;
}
#brafeel_modal .diagnosis_modal,
#brafeel_modal .personal_modal {
	padding-top: 40px;
	padding: 40px 5%;
	height: 100vh;
}
#brafeel_modal .flow {
	width: 100%;
	color: #AB5151;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 3.2vw;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}
#brafeel_modal .flow::after {
	content: "";
	display: block;
	width: 86%;
	height: 1px;
	background-color: #E8C0C0;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%,0);
}
#brafeel_modal .flow .flow_diagnosis {
	width: 30%;
	text-align: left;
}
#brafeel_modal .flow .flow_personal {
	width: 40%;
	text-align: center;
}
#brafeel_modal .flow .flow_result {
	width: 30%;
	text-align: right;
}
#brafeel_modal .flow .flow_diagnosis::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #E8C0C0;
	position: absolute;
	bottom: -19px;
	left: 7%;
	transform: translate(-50%, 0);
	border-radius: 50%;
}
#brafeel_modal .flow .flow_personal::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #E8C0C0;
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
}
#brafeel_modal .flow .flow_result::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #E8C0C0;
	position: absolute;
	bottom: -19px;
	left: 93%;
	transform: translate(-50%, 0);
	border-radius: 50%;
}
#brafeel_modal .flow .active::after,
#brafeel_modal .flow .active::after,
#brafeel_modal .flow .active::after {
	background-color: #AB5151;
	z-index: 99;
}
#brafeel_modal .question_layout {
	padding: 6vw 0 0 0;
}
#brafeel_modal .question_layout .title {
	font-size: 13vw; /* 48px */
	font-weight: 700;
	text-align: center;
	margin: 0 0 1vh 0;
	color: #AB5151;
}
#brafeel_modal .question_layout .txt {
	font-size: 5.5vw;
	text-align: center;
	color: #AB5151;
}
#brafeel_modal .question_layout .images {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10vw 0 4vw 0;
}
#brafeel_modal .question_layout .images label {
	width: 43%;
	position: relative;
	z-index: 0;
	margin-right: 6%;
	cursor: pointer;
	border: 3px solid #FFF;
}
#brafeel_modal .question_layout .images label:nth-child(even) {
	margin-right: 0;
}
#brafeel_modal .question_layout .images label.active {
	border: 3px solid #AB5151;
}
#brafeel_modal .question_layout .images label span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	color: #AB5151;
	font-size: 3.2vw;
}
#brafeel_modal .question_layout .images input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}
#brafeel_modal .question_layout .progress {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#brafeel_modal .question_layout .progress > a {
	width: 43%;
	margin-right: 6%;
	background-color: #FFF;
	font-size: 4vw;
	text-align: center;
	padding: 2vw 0;
	text-decoration: none;
	color: #AB5151;
}
#brafeel_modal .question_layout .progress > a:nth-child(even) {
	margin-right: 0;
}
#brafeel_modal .question_layout .progress .question_next {
	background-color: #AB5151;
	color: #FFF;
}
#brafeel_modal .question_layout .progress .question_next.disabled {
	opacity: 0.4;
}
#brafeel_modal .question_layout .progress .single {
	width: 25%;
	background-color: #BBBBBB;
	color: #FFF;
	margin: 0;
}
#brafeel_modal .question06 .branch0 .images {
	flex-wrap: wrap;
}
#brafeel_modal .question06 .branch0 .images .large {
	width: 92%;
	margin-bottom: 4vw;
}
#brafeel_modal .question06 .branch0 .images .large img {
	border: 3px solid #FFF;
}
#brafeel_modal .question06 .branch0 .images label {
	position: relative;
	border: none;
	margin: 0 6% 0 0;
	background-color: #FFF;
    font-size: 4vw;
    padding: 2vw 0;
    text-decoration: none;
    color: #AB5151;
	cursor: pointer;
}
#brafeel_modal .question06 .branch0 .images label.yes {
	margin: 0;
	background-color: #AB5151;
}
#brafeel_modal .question06 .branch0 .images label.yes span {
	color: #FFF;
}
#brafeel_modal .question06 .branch0 .images label span {
	position: relative;
	top: 0;
}

#brafeel_modal .result_modal {
	height: 100vh;
	padding-bottom: 16vw;
	overflow: scroll;
	background-color: #FFF;
}
#brafeel_modal .result_modal .result_top {
	padding: 50px 5% 10px 5%;
}
#brafeel_modal .result_modal .result_title {
	padding: 6vw 0 8vw 0;
	font-size: 8vw;
	text-align: center;
	color: #AB5151;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 6vw;
}
#brafeel_modal .result_modal .result_title > span {
	display: block;
	font-size: 3.6vw;
}
#brafeel_modal .result_modal .result_list {
}
#brafeel_modal .result_modal .result_list > li .title {
	margin-bottom: 6vw;
	font-size: 10.7vw;
	text-align: center;
	letter-spacing: 2px;
}
#brafeel_modal .result_modal .result_list > li .title span {
	display: block;
	font-size: 3.6vw;
	margin: 2vw 0 3vw;
}
#brafeel_modal .result_modal .result_list > li .title p {
	width: 72%;
	margin: 0 auto;
	font-size: 3.6vw;
	line-height: 1;
	padding: 2vw 0;
}

#brafeel_modal .result_modal .result_list > li .result_bodyline .title {
	padding-bottom: 18vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_x.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 11vw;
}
#brafeel_modal .result_modal .result_list > li.straight .result_bodyline .title {
	color: #BCAEE3;
}
#brafeel_modal .result_modal .result_list > li.straight .result_bodyline .title p {
	background-color: #F2EEFF;
}
#brafeel_modal .result_modal .result_list > li.wave .result_bodyline .title {
	color: #F6A9C9;
}
#brafeel_modal .result_modal .result_list > li.wave .result_bodyline .title p {
	background-color: #FFE8F2;
}
#brafeel_modal .result_modal .result_list > li.natural .result_bodyline .title {
	color: #27AEA6;
}
#brafeel_modal .result_modal .result_list > li.natural .result_bodyline .title p {
	background-color: #BEE9E6;
}

#brafeel_modal .result_modal .result_list > li.yellow .result_colorbase .title {
	color: #FFD15C;
}
#brafeel_modal .result_modal .result_list > li.yellow .result_colorbase .title p {
	background-color: #FFF6DF;
}
#brafeel_modal .result_modal .result_list > li.blue .result_colorbase .title {
	color: #84D1F2;
}
#brafeel_modal .result_modal .result_list > li.blue .result_colorbase .title p {
	background-color: #D3F2FF;
}

#brafeel_modal .result_modal .result_detail {
	padding-bottom: 16vw;
}
#brafeel_modal .result_modal .result_detail > p {
	padding: 6vw 0 8vw 0;
	font-size: 4vw;
	text-align: center;
	color: #AB5151;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 6vw;
}
#brafeel_modal .result_modal .result_detail .detail_link {
	padding: 6vw 0 8vw 0;
}
#brafeel_modal .result_modal .result_detail .detail_link > a {
	display: none;
	width: 90%;
	height: 22.5vw;
	margin: 0 auto 5vw auto;
	background-color: #FF0000;
	color: #FFF;
	font-size: 7.5vw;
	text-decoration: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
#brafeel_modal .result_modal .result_detail .detail_link > a::after {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_plus.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 25px;
	position: absolute;
	top: 50%;
	right: 5vw;
	transform: translate(0, -50%);
}
#brafeel_modal .result_modal .result_detail .detail_link > a.active::after {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_minus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	position: absolute;
	top: 50%;
	right: 5vw;
	transform: translate(0, -50%);
}
#brafeel_modal .result_modal .result_detail .detail_link > a span {
	display: block;
	width: 100%;
	font-size: 3.2vw;
	text-align: center;
	margin-top: -7vw;
}
#brafeel_modal .result_modal .result_detail .detail_link > a.straight {
	background-color: #BCAEE3;
}
#brafeel_modal .result_modal .result_detail .detail_link > a.wave {
	background-color: #F6A9C9;
}
#brafeel_modal .result_modal .result_detail .detail_link > a.natural {
	background-color: #27AEA6;
}
#brafeel_modal .result_modal .result_detail .detail_link > a.yellow {
	background-color: #FFD15C;
}
#brafeel_modal .result_modal .result_detail .detail_link > a.blue {
	background-color: #84D1F2;
}

#brafeel_modal .result_modal .result_detail .retry {
	width: 68%;
	margin: 0 auto;
}
#brafeel_modal .result_modal .result_detail .retry a {
	width: 100%;
	height: 7.5vh;
	color: #FFF;
	font-weight: 700;
	background-color: #AB5151;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 3.75vh;
	border-bottom-left-radius: 3.75vh;
	border-top-right-radius: 3.75vh;
	border-bottom-right-radius: 3.75vh;
	text-decoration: none;
	font-size: 5vw;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
#brafeel_modal .result_modal .bodyline_detail {
	padding: 0 0 5vw 0;
}
#brafeel_modal .result_modal .bodyline_detail .detail_image {
	text-align: center;
	padding: 0 5%;
	margin: 0 0 10vw 0;
}
#brafeel_modal .result_modal .bodyline_detail .detail_image img {
	width: auto;
	height: 104vw;
	margin: 0 0 10vw 0;
}
#brafeel_modal .result_modal .bodyline_detail .detail_image dl {
	padding: 5vw 6vw;
}
#brafeel_modal .result_modal .bodyline_detail .detail_image dl dt {
	font-size: 4.4vw; /* 16px */
	padding: 0 0 3vw 0;
	font-weight: 700;
}
#brafeel_modal .result_modal .bodyline_detail .detail_image dl dd {
	font-size: 4vw; /* 14px */
	padding: 3vw 0 0 0;
	line-height: 1.6;
}

#brafeel_modal .result_modal .bodyline_straight .detail_image dl {
	background-color: #F2EEFF;
	color: #BCAEE3;
}
#brafeel_modal .result_modal .bodyline_straight .detail_image dl dt {
	border-bottom: 2px solid #BCAEE3;
}
#brafeel_modal .result_modal .bodyline_wave .detail_image dl {
	background-color: #FFEFF6;
	color: #F6A9C9;
}
#brafeel_modal .result_modal .bodyline_wave .detail_image dl dt {
	border-bottom: 2px solid #F6A9C9;
}
#brafeel_modal .result_modal .bodyline_natural .detail_image dl {
	background-color: #D9F7F5;
	color: #27AEA6;
}
#brafeel_modal .result_modal .bodyline_natural .detail_image dl dt {
	border-bottom: 2px solid #27AEA6;
}

#brafeel_modal .result_modal .good_keyword {
	width: 100%;
	padding: 0 5%;
	margin: 0 0 20vw 0;
}
#brafeel_modal .result_modal .good_keyword .title {
	width: 100%;
	height: 11vw;
	margin: 0 auto;
	border-top-left-radius: 5.5vw;
	border-bottom-left-radius: 5.5vw;
	border-top-right-radius: 5.5vw;
	border-bottom-right-radius: 5.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5.5vw;
	font-weight: 700;
	letter-spacing: 2px;
}
#brafeel_modal .result_modal .good_keyword p {
	text-align: center;
	color: #AB5151;
	line-height: 2;
	font-size: 4vw;
}
#brafeel_modal .result_modal .good_keyword p.subject {
	width: 100%;
	padding: 6vw 0;
	font-size: 6.5vw;
}
#brafeel_modal .result_modal .bad_keyword {
	width: 100%;
	margin: 0 auto;
	background-color: #F1EAE6;
	position: relative;
	z-index: 0;
	padding: 5vw 0 10vw 0;
}
#brafeel_modal .result_modal .bad_keyword .title {
	width: 90%;
	height: 11vw;
	margin: 0 auto;
	border-top-left-radius: 5.5vw;
	border-bottom-left-radius: 5.5vw;
	border-top-right-radius: 5.5vw;
	border-bottom-right-radius: 5.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5.5vw;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	top: -6vw;
	left: 50%;
	transform: translate(-50%, 0);
}
#brafeel_modal .result_modal .bad_keyword p {
	text-align: center;
	color: #262626;
	line-height: 2;
	font-size: 4vw;
}
#brafeel_modal .result_modal .bad_keyword p.subject {
	width: 100%;
	padding: 6vw 0;
	font-size: 6.5vw;
}


















#brafeel_modal .result_modal .colorbase_detail {
}
#brafeel_modal .result_modal .colorbase_detail .inner {
	padding: 46vw 0 5vw 0;
}
#brafeel_modal .result_modal .colorbase_detail .detail_image {
	text-align: center;
	padding: 0 5% 10vw 5%;
	margin: 0;
}
#brafeel_modal .result_modal .colorbase_detail .detail_image img {
	width: 100%;
	height: auto;
	margin: -46vw 0 5vw 0;
}
#brafeel_modal .result_modal .colorbase_detail .detail_image dl {
	padding: 5vw 6vw;
	background-color: #FFF;
}
#brafeel_modal .result_modal .colorbase_detail .detail_image dl dt {
	font-size: 4.4vw; /* 16px */
	padding: 0 0 3vw 0;
	font-weight: 700;
}
#brafeel_modal .result_modal .colorbase_detail .detail_image dl dd {
	font-size: 4vw; /* 14px */
	padding: 3vw 0 0 0;
	line-height: 1.6;
}

#brafeel_modal .result_modal .colorbase_yellow .detail_image {
	background-color: #FFF9E9;
}
#brafeel_modal .result_modal .colorbase_blue .detail_image {
	background-color: #E6F7FF;
}

#brafeel_modal .result_modal .colorbase_yellow .detail_image dl {
	color: #FFD15C;
}
#brafeel_modal .result_modal .colorbase_yellow .detail_image dl dt {
	border-bottom: 2px solid #FFD15C;
}
#brafeel_modal .result_modal .colorbase_blue .detail_image dl {
	color: #84D1F2;
}
#brafeel_modal .result_modal .colorbase_blue .detail_image dl dt {
	border-bottom: 2px solid #84D1F2;
}



#brafeel_modal .result_modal .recommend_color {
	width: 100%;
	padding: 0 5% 20vw 5%;
	margin: 0;
}
#brafeel_modal .result_modal .recommend_color .title {
	width: 100%;
	height: 11vw;
	margin: 0 auto;
	border-top-left-radius: 5.5vw;
	border-bottom-left-radius: 5.5vw;
	border-top-right-radius: 5.5vw;
	border-bottom-right-radius: 5.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5.5vw;
	font-weight: 700;
	letter-spacing: 2px;
}
#brafeel_modal .result_modal .recommend_color p {
	text-align: center;
	color: #262626;
	line-height: 2;
	font-size: 4vw;
}
#brafeel_modal .result_modal .recommend_color p.subject {
	width: 100%;
	padding: 6vw 0;
	font-size: 6.5vw;
}
#brafeel_modal .result_modal .bad_color {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	padding: 5vw 5% 10vw 5%;
}
#brafeel_modal .result_modal .bad_color .title {
	width: 90%;
	height: 11vw;
	margin: 0 auto;
	border-top-left-radius: 5.5vw;
	border-bottom-left-radius: 5.5vw;
	border-top-right-radius: 5.5vw;
	border-bottom-right-radius: 5.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5.5vw;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	top: -6vw;
	left: 50%;
	transform: translate(-50%, 0);
}
#brafeel_modal .result_modal .bad_color p {
	text-align: center;
	color: #262626;
	line-height: 2;
	font-size: 4vw;
}
#brafeel_modal .result_modal .bad_color p.subject {
	width: 100%;
	padding: 7vw 10%;
}
#brafeel_modal .result_modal .colorbase_yellow .recommend_color {
	background-color: #FFF9E9;
}
#brafeel_modal .result_modal .colorbase_blue .recommend_color {
	background-color: #E6F7FF;
}


#brafeel_modal .result_modal .recommend_fashion {
	width: 100%;
}
#brafeel_modal .result_modal .recommend_fashion .recommend_title {
	width: 100%;
	height: 26vw;
	font-size: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	letter-spacing: 2px;
}
#brafeel_modal .result_modal .recommend_fashion dl {
	width: 100%;
	padding: 10vw 5%;
}
#brafeel_modal .result_modal .recommend_fashion dl dt {
	margin: 0 0 5vw 0;
	color: #AB5151;
}
#brafeel_modal .result_modal .recommend_fashion dl dt img {
	margin: 0 0 5vw 0;
}
#brafeel_modal .result_modal .recommend_fashion dl dt p {
	font-size: 4vw;
}
#brafeel_modal .result_modal .recommend_fashion dl dd {
	margin: 0 0 10vw 0;
}
#brafeel_modal .result_modal .recommend_fashion .lineup {
	width: 80%;
	margin: 0 auto 30vw auto;
}
#brafeel_modal .result_modal .recommend_fashion .lineup a {
	width: 100%;
	height: 11vw;
	text-decoration: none;
	margin: 0 auto;
	border-top-left-radius: 5.5vw;
	border-bottom-left-radius: 5.5vw;
	border-top-right-radius: 5.5vw;
	border-bottom-right-radius: 5.5vw;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5.5vw;
	font-weight: 700;
	letter-spacing: 2px;
}






.sp_view {
	display: block;
}
.pc_view {
	display: none;
}
@media screen and (min-width: 813px) {

	#container {
		overflow: hidden;
		height: inherit;
	}
	#contents .mainContents .mv {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	#contents .mainContents .mv h1 {
		width: 100%;
		padding: 23px;
		background-color: #D4A99A;
	}
	#contents .mainContents .mv .subject {
		width: 100%;
		max-width: 672px;
		margin: 0 auto;
		padding: 6vw 0 0 0;
	}
	#contents .mainContents .mv .subject p {
		min-height: 240px;
		background-image: url("https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_top.png");
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: 250px auto;
		padding-left: 42%;
		font-size: 20px;
		color: #AB5151;
		line-height: 1.6;
		letter-spacing: 0;
		display: flex;
		align-items: center;
		line-height: 1.8;
	}
	#contents .mainContents .mv .profile {
		width: 100%;
		max-width: 672px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#contents .mainContents .mv .profile .inner {
		background-color: rgba(255,255,255,0.6);
		border-radius: 10px;
		padding: 30px 20px;
		color: #3B3B3B;
	}
	#contents .mainContents .mv .profile .inner dl {
		width: 100%;
		min-height: 180px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_profile.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 160px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 0 0 30%;
	}
	#contents .mainContents .mv .profile .inner dt {
		width: 32%;
		font-size: 24px;
		letter-spacing: 1px;
		font-weight: 700;
		position: relative;
		z-index: 0;
		padding: 12px 0 0 0;
	}
	#contents .mainContents .mv .profile .inner dt span {
		display: inline-block;
		margin: 0;
		font-size: 10px;
		vertical-align: top;
		font-weight: 400;
		position: absolute;
		top: 0;
		left: 12px;
	}
	#contents .mainContents .mv .profile .inner dd {
		width: 68%;
		font-size: 16px;
		margin: 18px 0 0 0;
	}
	#contents .mainContents .mv .profile .inner dd.pc_view {
		width: 98%;
		font-size: 16px;
		margin: 10px 0 0 0;
	}
	#contents .mainContents .mv .profile .inner p {
		width: 100%;
		font-size: 16px;
		padding: 3vw 0 0 0;
		letter-spacing: 1px;
	}
	.mainContents .diagnosis {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 60px 0;
	}
	.mainContents .diagnosis .inner {
		width: 100%;
		background-color: #FCF6F3;
		text-align: center;
		padding: 70px 0 50px 0;
	}
	.mainContents .diagnosis .inner .title {
		color: #AB5151;
		font-size: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.mainContents .diagnosis .inner .title:before {
		content: "";
		width: 30px;
		height: 2px;
		background-color: #AB5151;
		transform: rotate3d(1, 1, 1, 76deg);
		margin-top: 2px;
	}
	.mainContents .diagnosis .inner .title:after {
		content: "";
		width: 30px;
		height: 1px;
		background-color: #AB5151;
		transform: rotate3d(0, 0, 1, 130deg);
		margin-top: 2px;
	}
	.mainContents .diagnosis .inner .links {
		width: 36%;
		margin: 0 auto;
	}
	.mainContents .diagnosis .inner .links a {
		width: 100%;
		height: 100px;
		color: #FFF;
		font-weight: 700;
		background-color: #AB5151;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		text-decoration: none;
		font-size: 32px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
	}
	.mainContents .myTypes {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 0;
	}
	.mainContents .myTypes .inner {
		width: 100%;
		background-color: #FCF6F3;
		text-align: center;
		padding: 70px 0 50px 0;
	}
	.mainContents .myTypes .inner .title {
		padding-bottom: 80px;
		color: #AB5151;
		font-weight: 700;
		font-size: 32px;
		margin-bottom: 40px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 60px;
	}

	.mainContents .myTypes .inner .title span {
		display: block;
		font-size: 20px;
		margin: 20px 0 0 0;
		font-weight: 400;
	}
	.mainContents .myTypes .inner dl {
		width: 100%;
		max-width: 672px;
		border-top: 1px solid #AB5151;
		margin: 40px auto;
	}
	.mainContents .myTypes .inner dl dt {
		margin-top: -24px;
	}
	.mainContents .myTypes .inner dl dt span {
		display: inline-block;
		padding: 0 10px;
		background-color: #FCF6F3;
		color: #AB5151;
		font-size: 32px;
		font-weight: 700;
	}
	.mainContents .myTypes .inner dl dd {
		padding: 40px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mainContents .myTypes .inner dl dd a {
		width: 170px;
		height: 170px;
		margin: 0 20px;
		border-radius: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		font-size: 0;
	}
	.mainContents .myTypes .inner dl dd label {
		width: 156px;
		height: 156px;
		margin: 0 20px;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		font-size: 0;

		position: relative;
		z-index: 0;
	}
	.mainContents .myTypes .inner dl dd label span {
		display: none;
	}
	.mainContents .myTypes .inner dl dd label input {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		cursor: pointer;
	}
	.mainContents .myTypes .inner p {
		color: #AB5151;
		font-size: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.mainContents .myTypes .inner p:before {
		content: "";
		width: 30px;
		height: 2px;
		background-color: #AB5151;
		transform: rotate3d(1, 1, 1, 76deg);
		margin-top: 2px;
	}
	.mainContents .myTypes .inner p:after {
		content: "";
		width: 30px;
		height: 1px;
		background-color: #AB5151;
		transform: rotate3d(0, 0, 1, 130deg);
		margin-top: 2px;
	}
	.mainContents .myTypes .inner .links {
		width: 36%;
		margin: 0 auto;
	}
	.mainContents .myTypes .inner .links a {
		width: 100%;
		height: 100px;
		color: #FFF;
		font-weight: 700;
		background-color: #AB5151;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		text-decoration: none;
		font-size: 32px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
	}
	.mainContents .about {
		padding: 120px 0;
		text-align: center;
	}
	.mainContents .about h3 {
		font-size: 80px;
		font-weight: 400;
		background: linear-gradient(90deg, #f1ded1 0%, #eccec0 40%, #e0bbab 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 4vw;
	}
	.mainContents .about h3 span {
		display: block;
		font-size: 24px;
		margin-top: -14px;
	}
	.mainContents .about p {
		font-size: 28px;
		color: #AB5151;
		margin-bottom: 60px;
	}
	.mainContents .about .image {
		width: 32%;
		margin: 0 auto;
	}
	#brafeel_modal {
		display: none;
		width: 100%;
		height: calc(100vh - 72px);
		background-color: #FFF;
		position: fixed;
		top: 73px;
		left: 0;
		z-index: 9999;
	}
	#brafeel_modal .modal_inner {
		overflow: auto;
		height: calc(100vh - 72px);
	}
	



	#brafeel_modal .diagnosis_modal,
	#brafeel_modal .personal_modal {
		width: 700px;
		padding-top: 40px;
		padding: 70px 0;
		margin: 0 auto;
	}
	#brafeel_modal .flow {
		width: 100%;
		color: #AB5151;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		font-size: 25px;
		position: relative;
		z-index: 0;
		margin-bottom: 20px;
	}
	#brafeel_modal .flow::after {
		content: "";
		display: block;
		width: 86%;
		height: 1px;
		background-color: #E8C0C0;
		position: absolute;
		bottom: -14px;
		left: 50%;
		transform: translate(-50%,0);
	}
	#brafeel_modal .flow .flow_diagnosis {
		width: 25%;
		text-align: left;
	}
	#brafeel_modal .flow .flow_personal {
		width: 50%;
		text-align: center;
	}
	#brafeel_modal .flow .flow_result {
		width: 25%;
		text-align: right;
	}
	#brafeel_modal .flow .flow_diagnosis::after {
		content: "";
		width: 20px;
		height: 20px;
		background-color: #E8C0C0;
		position: absolute;
		bottom: -23px;
		left: 7%;
		transform: translate(-50%, 0);
		border-radius: 50%;
	}
	#brafeel_modal .flow .flow_personal::after {
		content: "";
		width: 20px;
		height: 20px;
		background-color: #E8C0C0;
		position: absolute;
		bottom: -23px;
		left: 50%;
		transform: translate(-50%, 0);
		border-radius: 50%;
	}
	#brafeel_modal .flow .flow_result::after {
		content: "";
		width: 20px;
		height: 20px;
		background-color: #E8C0C0;
		position: absolute;
		bottom: -23px;
		left: 93%;
		transform: translate(-50%, 0);
		border-radius: 50%;
	}
	#brafeel_modal .flow .active::after,
	#brafeel_modal .flow .active::after,
	#brafeel_modal .flow .active::after {
		background-color: #AB5151;
		z-index: 99;
	}
	#brafeel_modal .question_layout {
		padding: 50px 0 0 0;
	}
	#brafeel_modal .question_layout .title {
		font-size: 100px; /* 48px */
		font-weight: 700;
		text-align: center;
		margin: 0 0 1vh 0;
		color: #AB5151;
	}
	#brafeel_modal .question_layout .txt {
		font-size: 45px;
		text-align: center;
		color: #AB5151;
		line-height: 1.4;
	}
	#brafeel_modal .question_layout .images {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 40px 0 20px 0;
	}
	#brafeel_modal .question_layout .images label {
		width: 41.5%;
		position: relative;
		z-index: 0;
		margin-right: 6%;
		border: 3px solid #FFF;
	}
	#brafeel_modal .question_layout .images label:nth-child(even) {
		margin-right: 0;
	}
	#brafeel_modal .question_layout .images label.active {
		border: 3px solid #AB5151;
	}
	#brafeel_modal .question_layout .images label span {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 34px;
		color: #AB5151;
		font-size: 25px;
	}
	#brafeel_modal .question_layout .images input {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		cursor: pointer;
	}
	#brafeel_modal .question_layout .progress {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	#brafeel_modal .question_layout .progress > a {
		width: 43%;
		margin-right: 6%;
		background-color: #FFF;
		font-size: 30px;
		text-align: center;
		padding: 7px 0;
		text-decoration: none;
		color: #AB5151;
	}
	#brafeel_modal .question_layout .progress > a:nth-child(even) {
		margin-right: 0;
	}
	#brafeel_modal .question_layout .progress .question_next {
		background-color: #AB5151;
		color: #FFF;
	}
	#brafeel_modal .question_layout .progress .question_next.disabled {
		opacity: 0.4;
	}
	#brafeel_modal .question_layout .progress .single {
		width: 25%;
		background-color: #BBBBBB;
		color: #FFF;
		margin: 30px 0 0 0;
	}
	#brafeel_modal .question06 .branch0 .images {
		flex-wrap: wrap;
	}
	#brafeel_modal .question06 .branch0 .images .large {
		width: 92%;
		margin-bottom: 4vw;
	}
	#brafeel_modal .question06 .branch0 .images .large img {
		border: 3px solid #FFF;
	}
	#brafeel_modal .question06 .branch0 .images label {
		position: relative;
		border: none;
		margin: 0 62px 0 0;
		background-color: #FFF;
		font-size: 4vw;
		padding: 1.8vw 0;
		text-decoration: none;
		color: #AB5151;
	}
	#brafeel_modal .question06 .branch0 .images label.yes {
		margin: 0;
		background-color: #AB5151;
	}
	#brafeel_modal .question06 .branch0 .images label.yes span {
		color: #FFF;
	}
	#brafeel_modal .question06 .branch0 .images label span {
		position: relative;
		top: 0;
	}

	#brafeel_modal .result_modal {
		width: 100%;
		height: inherit;
		padding-bottom: 0;
		overflow: auto;
		background-color: transparent;
	}
	#brafeel_modal .result_modal .inner {
		width: 752px;
		margin: 0 auto;
		background-color: #FFF;
	}
	#brafeel_modal .result_modal .result_top {
		padding: 70px 8% 10px 8%;
	}
	#brafeel_modal .result_modal .result_title {
		padding: 80px 0 60px 0;
		font-size: 60px;
		text-align: center;
		color: #AB5151;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 50px;
	}
	#brafeel_modal .result_modal .result_title > span {
		display: block;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .result_list {
	}
	#brafeel_modal .result_modal .result_list > li .title {
		margin-bottom: 120px;
		font-size: 80px;
		text-align: center;
		letter-spacing: 4px;
	}
	#brafeel_modal .result_modal .result_list > li .title span {
		display: block;
		font-size: 28px;
		margin: 10px 0 40px;
	}
	#brafeel_modal .result_modal .result_list > li .title p {
		width: 72%;
		margin: 0 auto;
		font-size: 28px;
		line-height: 1;
		padding: 1vw 0;
	}
	#brafeel_modal .result_modal .result_list > li .result_bodyline .title {
		padding-bottom: 150px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_x.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 80px;
	}
	#brafeel_modal .result_modal .result_list > li.straight .result_bodyline .title {
		color: #BCAEE3;
	}
	#brafeel_modal .result_modal .result_list > li.straight .result_bodyline .title p {
		background-color: #F2EEFF;
	}
	#brafeel_modal .result_modal .result_list > li.wave .result_bodyline .title {
		color: #F6A9C9;
	}
	#brafeel_modal .result_modal .result_list > li.wave .result_bodyline .title p {
		background-color: #FFE8F2;
	}
	#brafeel_modal .result_modal .result_list > li.natural .result_bodyline .title {
		color: #27AEA6;
	}
	#brafeel_modal .result_modal .result_list > li.natural .result_bodyline .title p {
		background-color: #BEE9E6;
	}

	#brafeel_modal .result_modal .result_list > li.yellow .result_colorbase .title {
		color: #FFD15C;
	}
	#brafeel_modal .result_modal .result_list > li.yellow .result_colorbase .title p {
		background-color: #FFF6DF;
	}
	#brafeel_modal .result_modal .result_list > li.blue .result_colorbase .title {
		color: #84D1F2;
	}
	#brafeel_modal .result_modal .result_list > li.blue .result_colorbase .title p {
		background-color: #D3F2FF;
	}

	#brafeel_modal .result_modal .result_detail > p {
		padding: 80px 0 70px 0;
		font-size: 32px;
		text-align: center;
		color: #AB5151;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_more.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 50px;
	}
	#brafeel_modal .result_modal .result_detail .detail_link {
		padding: 70px 0 50px 0;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a {
		display: none;
		width: 90%;
		height: 170px;
		margin: 0 auto 40px auto;
		background-color: #FF0000;
		color: #FFF;
		font-size: 60px;
		text-decoration: none;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 0;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a::after {
		content: "";
		width: 50px;
		height: 50px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_plus.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 50px;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translate(0, -50%);
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.active::after {
		content: "";
		width: 50px;
		height: 50px;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/icon_minus.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50px auto;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translate(0, -50%);
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a span {
		display: block;
		width: 100%;
		font-size: 24px;
		text-align: center;
		margin-top: -60px;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.straight {
		background-color: #BCAEE3;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.wave {
		background-color: #F6A9C9;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.natural {
		background-color: #27AEA6;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.yellow {
		background-color: #FFD15C;
	}
	#brafeel_modal .result_modal .result_detail .detail_link > a.blue {
		background-color: #84D1F2;
	}

	#brafeel_modal .result_modal .result_detail .retry {
		width: 68%;
		margin: 0 auto;
	}
	#brafeel_modal .result_modal .result_detail .retry a {
		width: 100%;
		height: 100px;
		color: #FFF;
		font-weight: 700;
		background-color: #AB5151;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		text-decoration: none;
		font-size: 32px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
	}
	#brafeel_modal .result_modal .bodyline_detail {
		padding: 0 0 5vw 0;
	}
	#brafeel_modal .result_modal .bodyline_detail .detail_image {
		text-align: center;
		padding: 0 5%;
		margin: 0 0 80px 0;
	}
	#brafeel_modal .result_modal .bodyline_detail .detail_image img {
		width: auto;
		height: 782px;
		margin: 0 0 80px 0;
	}
	#brafeel_modal .result_modal .bodyline_detail .detail_image dl {
		padding: 40px;
	}
	#brafeel_modal .result_modal .bodyline_detail .detail_image dl dt {
		font-size: 32px;
		padding: 0 0 30px 0;
		font-weight: 700;
	}
	#brafeel_modal .result_modal .bodyline_detail .detail_image dl dd {
		font-size: 28px;
		padding: 30px 0 0 0;
		line-height: 1.6;
	}

	#brafeel_modal .result_modal .bodyline_straight .detail_image dl {
		background-color: #F2EEFF;
		color: #BCAEE3;
	}
	#brafeel_modal .result_modal .bodyline_straight .detail_image dl dt {
		border-bottom: 2px solid #BCAEE3;
	}
	#brafeel_modal .result_modal .bodyline_wave .detail_image dl {
		background-color: #FFEFF6;
		color: #F6A9C9;
	}
	#brafeel_modal .result_modal .bodyline_wave .detail_image dl dt {
		border-bottom: 2px solid #F6A9C9;
	}
	#brafeel_modal .result_modal .bodyline_natural .detail_image dl {
		background-color: #D9F7F5;
		color: #27AEA6;
	}
	#brafeel_modal .result_modal .bodyline_natural .detail_image dl dt {
		border-bottom: 2px solid #27AEA6;
	}

	#brafeel_modal .result_modal .good_keyword {
		width: 100%;
		padding: 0 5%;
		margin: 0 0 120px 0;
	}
	#brafeel_modal .result_modal .good_keyword .title {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		border-top-left-radius: 5.5vw;
		border-bottom-left-radius: 5.5vw;
		border-top-right-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 4px;
	}
	#brafeel_modal .result_modal .good_keyword p {
		text-align: center;
		color: #AB5151;
		line-height: 2;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .good_keyword p.subject {
		width: 100%;
		padding: 30px 0;
		font-size: 48px;
	}
	#brafeel_modal .result_modal .bad_keyword {
		width: 100%;
		margin: 0 auto;
		background-color: #F1EAE6;
		position: relative;
		z-index: 0;
		padding: 40px 0 100px 0;
	}
	#brafeel_modal .result_modal .bad_keyword .title {
		width: 90%;
		height: 80px;
		margin: 0 auto;
		border-top-left-radius: 5.5vw;
		border-bottom-left-radius: 5.5vw;
		border-top-right-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 4px;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#brafeel_modal .result_modal .bad_keyword p {
		text-align: center;
		color: #262626;
		line-height: 2;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .bad_keyword p.subject {
		width: 100%;
		padding: 30px 0;
		font-size: 48px;
	}


















	#brafeel_modal .result_modal .colorbase_detail {
	}
	#brafeel_modal .result_modal .colorbase_detail .inner {
		padding: 360px 0 5vw 0;
	}
	#brafeel_modal .result_modal .colorbase_detail .detail_image {
		text-align: center;
		padding: 0 5% 80px 5%;
		margin: 0;
	}
	#brafeel_modal .result_modal .colorbase_detail .detail_image img {
		width: 100%;
		height: auto;
		margin: -360px 0 40px 0;
	}
	#brafeel_modal .result_modal .colorbase_detail .detail_image dl {
		padding: 50px;
		background-color: #FFF;
	}
	#brafeel_modal .result_modal .colorbase_detail .detail_image dl dt {
		font-size: 32px;
		padding: 0 0 3vw 0;
		font-weight: 700;
	}
	#brafeel_modal .result_modal .colorbase_detail .detail_image dl dd {
		font-size: 28px;
		padding: 3vw 0 0 0;
		line-height: 1.6;
	}

	#brafeel_modal .result_modal .colorbase_yellow .detail_image {
		background-color: #FFF9E9;
	}
	#brafeel_modal .result_modal .colorbase_blue .detail_image {
		background-color: #E6F7FF;
	}

	#brafeel_modal .result_modal .colorbase_yellow .detail_image dl {
		color: #FFD15C;
	}
	#brafeel_modal .result_modal .colorbase_yellow .detail_image dl dt {
		border-bottom: 2px solid #FFD15C;
	}
	#brafeel_modal .result_modal .colorbase_blue .detail_image dl {
		color: #84D1F2;
	}
	#brafeel_modal .result_modal .colorbase_blue .detail_image dl dt {
		border-bottom: 2px solid #84D1F2;
	}



	#brafeel_modal .result_modal .recommend_color {
		width: 100%;
		padding: 0 5% 160px 5%;
		margin: 0;
	}
	#brafeel_modal .result_modal .recommend_color .title {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		border-top-left-radius: 5.5vw;
		border-bottom-left-radius: 5.5vw;
		border-top-right-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 4px;
	}
	#brafeel_modal .result_modal .recommend_color p {
		text-align: center;
		color: #262626;
		line-height: 2;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .recommend_color p.subject {
		width: 100%;
		padding: 40px 0;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .bad_color {
		width: 100%;
		margin: 0 auto;
		background-color: #FFF;
		position: relative;
		z-index: 0;
		padding: 5vw 5% 40px 5%;
	}
	#brafeel_modal .result_modal .bad_color .title {
		width: 90%;
		height: 80px;
		margin: 0 auto;
		border-top-left-radius: 5.5vw;
		border-bottom-left-radius: 5.5vw;
		border-top-right-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 2px;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#brafeel_modal .result_modal .bad_color p {
		text-align: center;
		color: #262626;
		line-height: 2;
		font-size: 28px;
	}
	#brafeel_modal .result_modal .bad_color p.subject {
		width: 100%;
		padding: 40px 10%;
	}
	#brafeel_modal .result_modal .colorbase_yellow .recommend_color {
		background-color: #FFF9E9;
	}
	#brafeel_modal .result_modal .colorbase_blue .recommend_color {
		background-color: #E6F7FF;
	}


	#brafeel_modal .result_modal .recommend_fashion {
		width: 100%;
	}
	#brafeel_modal .result_modal .recommend_fashion .recommend_title {
		width: 100%;
		height: 200px;
		font-size: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		letter-spacing: 2px;
	}
	#brafeel_modal .result_modal .recommend_fashion dl {
		width: 100%;
		padding: 100px 5%;
	}
	#brafeel_modal .result_modal .recommend_fashion dl dt {
		margin: 0 0 40px 0;
		color: #AB5151;
	}
	#brafeel_modal .result_modal .recommend_fashion dl dt img {
		margin: 0 0 40px 0;
	}
	#brafeel_modal .result_modal .recommend_fashion dl dt p {
		font-size: 28px;
		line-height: 1.4;
	}
	#brafeel_modal .result_modal .recommend_fashion dl dd {
		margin: 0 0 80px 0;
	}
	#brafeel_modal .result_modal .recommend_fashion .lineup {
		width: 80%;
		margin: 0 auto 180px auto;
	}
	#brafeel_modal .result_modal .recommend_fashion .lineup a {
		width: 100%;
		height: 80px;
		text-decoration: none;
		margin: 0 auto;
		border-top-left-radius: 5.5vw;
		border-bottom-left-radius: 5.5vw;
		border-top-right-radius: 5.5vw;
		border-bottom-right-radius: 5.5vw;
		background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/brafeel-diagnosis/images/image_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	
	
	.sp_view {
		display: none;
	}
	.pc_view {
		display: block;
	}
}





