@charset "UTF-8";

#Contents {
  overflow-x: hidden;
}

#PersonalColor_201119 img{
	width: 100%;
}

#PersonalColor_201119 {
  /* =============== 全体 ================================ */
  font-family: "Hiragino Sans",Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  color: #1a1a1a;
  /* ============= コンテンツ共通 ====================== */
  /* ============= 背景表示ありのブロック共通 ====================== */
}

#PersonalColor_201119 .arboria{
	font-family: arboria,sans-serif;
    font-weight: 400;
    font-style: normal;
}

#PersonalColor_201119 .pc_only{
	display: none;
}

#PersonalColor_201119 .index_area{
}

.koburina_w6{
	font-weight: bold;
}

.futurastd{
	font-family: "futura", sans-serif;
}

/*----- mv_area -----*/
#PersonalColor_201119 .mv_area{
	width: 100%;
	height: calc(756*(100vw/750));
	background-size: 100%;
	background-image: url("../../img/sp/mv_bg.jpg");
}

#PersonalColor_201119 .mv_area .img_area{
	width: 100%;
	margin: calc(60*(100vw/750)) auto calc(140*(100vw/750));
}

/*----- about -----*/
#PersonalColor_201119 .index_area > .about{
	width: 100%;
	height: calc( 990 * (100vw/750));
	background-color: #fcfaf5;
	text-align: center;
}

#PersonalColor_201119 .index_area > .about .ttl{
    font-size: calc( 42 * (100vw/750));
    font-weight: 300;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
	padding-top: calc( 100 * (100vw/750));
}

#PersonalColor_201119 .index_area > .about .ttl::after{
    content: "";
    width: calc( 590 * (100vw/750));
    height: calc( 24 * (100vw/750));
    position: absolute;
    bottom: calc( 4 * (100vw/750));
    left: 50%;
    transform: translateX(-50%);
    background-color: #f7e6d5;
    z-index: -2;
}

#PersonalColor_201119 .index_area > .about .ttl span{
    letter-spacing: 0.069em;
    font-size: calc( 38 * (100vw/750));
    padding-top: calc( 6 * (100vw/750));
    padding-right: calc( 14 * (100vw/750));
}

#PersonalColor_201119 .index_area > .about .txt._01{
    font-size: calc( 30 * (100vw/750));
    line-height: 1.86;
    margin: calc( 70 * (100vw/750)) 0 calc( 45 * (100vw/750));
	letter-spacing: 0.09em;
}

#PersonalColor_201119 .index_area > .about .txt._02{
    font-size: calc( 26 * (100vw/750));
    line-height: 1.93;
	letter-spacing: 0.1em;
}

#PersonalColor_201119 .anchor_btn{
	width: calc( 610 * (100vw/750));
	margin: calc( 120 * (100vw/750)) auto calc( 150 * (100vw/750));
}

/*----- color_type -----*/

#PersonalColor_201119 .color_type {
	text-align: center;
}

#PersonalColor_201119 .color_type .sub_ttl{
	font-size: calc( 26 * (100vw/750));
	letter-spacing: 0.13em;
	margin-bottom: calc( 12 * (100vw/750));
}

#PersonalColor_201119 .color_type .ttl{
	font-size: calc( 42 * (100vw/750));
	font-weight: 300;
	letter-spacing: 0.2em;
	position: relative;
}

#PersonalColor_201119 .color_type > .ttl::after{
	content: "";
	width: calc( 437 * (100vw/750));
	height: calc( 25 * (100vw/750));
	position: absolute;
	bottom: calc( 4 * (100vw/750));
	left: 50%;
	transform: translateX(-50%);
	background-color: #f7e6d5;
	z-index: -2;
}

#PersonalColor_201119 .color_type .type_area{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: calc( 80 * (100vw/750)) auto 0;
	justify-content: space-between;
}

#PersonalColor_201119 .color_type .type_area li{
	width: calc( 640 * (100vw/750));
	height: calc( 1382 * (100vw/750));
	background-color: #fcfcf0;
	z-index: 5;
	margin: 0 auto;
	margin-bottom: calc( 60 * (100vw/750));
}

#PersonalColor_201119 .color_type .type_area li:nth-of-type(2n){
	background-color: #ebf3f7;
}

#PersonalColor_201119 .color_type .type_area li:nth-of-type(2n + 1){
	background-color: #fcfcf0;
}

#PersonalColor_201119 .color_type .type_area li .num{
	font-size: calc( 34 * (100vw/750));
	letter-spacing: 0.07em;
	text-align: center;
	width: calc( 42 * (100vw/750));
	border-bottom: solid 1px #1a1a1a;
	margin: calc( 56 * (100vw/750)) auto 0;
	height: calc( 48 * (100vw/750));
}

#PersonalColor_201119 .color_type .type_area li .ttl{
	font-size: calc( 48 * (100vw/750));
	letter-spacing: 0.07em;
	text-align: center;
	position: relative;
	margin-top: calc( 8 * (100vw/750));
}

#PersonalColor_201119 .color_type .type_area li:nth-of-type(2n) .ttl::after{
	content: "";
	background: url("../../img/sp/ttl_bg_b.png") no-repeat;
    position: absolute;
	width: calc( 300 * (100vw/750));
    height: calc( 300 * (100vw/750));
    background-size: 100%;
    top: calc( -86 * (100vw/750));
    left: 50%;
    transform: translateX(-50%);
	z-index: -5;
}

#PersonalColor_201119 .color_type .type_area li:nth-of-type(2n + 1) .ttl::after{
	content: "";
	background: url("../../img/sp/ttl_bg_y.png") no-repeat;
    position: absolute;
	width: calc( 300 * (100vw/750));
    height: calc( 300 * (100vw/750));
    background-size: 100%;
    top: calc( -86 * (100vw/750));
    left: 50%;
    transform: translateX(-50%);
	z-index: -5;
}

#PersonalColor_201119 .color_type .type_area li .sub_ttl{
	font-size: calc( 30 * (100vw/750));
	text-align: center;
	margin-top: calc( 8 * (100vw/750));
	margin-bottom: calc( 80 * (100vw/750));
	letter-spacing: 0.08rem;
}

#PersonalColor_201119 .color_type .type_area li .img_area{
	width: calc( 450 * (100vw/750));
	margin: 0 auto;
}

#PersonalColor_201119 .color_type .type_area li .about{
    text-align: center;
    font-size: calc( 26 * (100vw/750));
    line-height: 1.92;
	letter-spacing: 0.1em;
    margin-top: calc( 50 * (100vw/750));
}

#PersonalColor_201119 .color_type .type_area li .color_tip{
    width: calc( 370 * (100vw/750));
	margin: calc( 35 * (100vw/750)) auto calc( 70 * (100vw/750));
}

#PersonalColor_201119 .color_type .type_area li .more_btn{
    width: calc( 370 * (100vw/750));
	margin: 0 auto;
}

/*----- check_area -----*/

/*----- check_area -----*/

#PersonalColor_201119 .check_area {
    width: 100%;
    margin: calc( 50 * (100vw/750)) auto calc( 200 * (100vw/750));
	padding-top: 50px;
}
#PersonalColor_201119 .check_area .ttl_area > .ttl {
	font-size: calc( 42 * (100vw/750));
	font-weight: 300;
	letter-spacing: 0.2em;
	position: relative;
	text-align: center;
}

#PersonalColor_201119 .check_area .ttl_area > .ttl::after{
	content: "";
	width: calc( 305 * (100vw/750));
	height: calc( 25 * (100vw/750));
	position: absolute;
    bottom: calc( 4 * (100vw/750));
	left: 50%;
	transform: translateX(-50%);
	background-color: #f7e6d5;
	z-index: -2;
}
#PersonalColor_201119 .check_area .ttl_area .txt {
    font-size: calc( 28 * (100vw/750));
	text-align: center;
	line-height: 1.785;
	margin-top: calc( 45 * (100vw/750));
	margin-bottom: calc( 90 * (100vw/750));
	letter-spacing: 0.08em;
}

#PersonalColor_201119 .check_area .ttl_area .arrow{
    width: calc( 150 * (100vw/750));
	margin: 0 auto calc( 100 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan {
    font-size: calc( 28 * (100vw/750));
}
#PersonalColor_201119 .check_area .shindan li{
	height: calc( 720 * (100vw/750));
	padding-top: calc( 50 * (100vw/750));
    padding-bottom: calc( 100 * (100vw/750));
	font-feature-settings: normal;
	letter-spacing: 0.2em;
	background-color: #fcfaf5;
	margin-bottom: calc( 60 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan li:nth-of-type(2),#PersonalColor_201119 .check_area .shindan li:nth-of-type(3){
	height: calc( 900 * (100vw/750));
}
#PersonalColor_201119 .check_area .shindan li:nth-of-type(4),#PersonalColor_201119 .check_area .shindan li:nth-of-type(5){
	height: calc( 720 * (100vw/750));
}
#PersonalColor_201119 .check_area .shindan .num{
    font-size: calc( 70 * (100vw/750));
	border-bottom: solid 2px #1a1a1a;
    padding-bottom: calc( 16 * (100vw/750));
	text-align: center;
	width: calc( 74 * (100vw/750));
	margin: 0 auto calc( 68 * (100vw/750));
	letter-spacing: 0;
}
#PersonalColor_201119 .check_area .shindan .question{
    font-size: calc( 28 * (100vw/750));
	line-height: 1;
    padding-bottom: calc( 64 * (100vw/750));
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.2em;
}

#PersonalColor_201119 .check_area .shindan .sub_q{
    font-size: calc( 26 * (100vw/750));
    padding-bottom: 0;
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0;
}

#PersonalColor_201119 .check_area .shindan div{
    font-size: calc( 26 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_01{
    padding-left: calc( 66 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_01 label figure{
    width: calc( 80 * (100vw/750));
	margin-left: calc( 30 * (100vw/750));
	margin-top: calc( 8 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_02{
    padding-left: calc( 56 * (100vw/750));
}

.check_area .shindan li div.list_02 input[type=radio] + label{
	margin-bottom: calc(80 * (100vw/750))
}

#PersonalColor_201119 .check_area .shindan div.list_02 label figure{
    width: calc( 130 * (100vw/750));
	/*margin-left: calc( 30 * (100vw/750));*/
	/*margin-top: calc( 4 * (100vw/750));*/
	position: absolute;
	top: calc(54 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_03{
    padding-left: calc( 56 * (100vw/750));
}

.check_area .shindan li div.list_03 input[type=radio] + label{
	margin-bottom: calc(80 * (100vw/750))
}

#PersonalColor_201119 .check_area .shindan div.list_03 label figure{
    width: calc( 80 * (100vw/750));
	position: absolute;
	top: calc(54 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_03 label:nth-of-type(1){
	margin-bottom: calc(30 * (100vw/750))
}

#PersonalColor_201119 .check_area .shindan div.list_03 label:nth-of-type(1) figure{
	left: calc(256 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_03 label:nth-of-type(4) figure{
	left: calc(410 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_04{
    padding-left: calc( 36 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_04 label figure{
    width: calc( 80 * (100vw/750));
	margin-left: calc( 26 * (100vw/750));
	margin-top: calc( 4 * (100vw/750));
}

#PersonalColor_201119 .check_area .shindan div.list_05{
    padding-left: calc( 66 * (100vw/750));
}

.check_area .shindan li input[type=radio]{
  display: none;
}
.check_area .shindan li input[type=radio] + label{
  padding-left: calc( 76 * (100vw/750));
  padding-top: 0;
  position:relative;
  font-size: calc( 26 * (100vw/750));
  font-feature-settings: normal;
  letter-spacing: 0.2em;
  display: inline-flex;
  margin-bottom: calc( 30 * (100vw/750));
  line-height: 1.92;
}
.check_area .shindan li input[type=radio] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc( 36 * (100vw/750));
  height: calc( 36 * (100vw/750));
  border: 1px solid #1a1a1a;
}
.check_area .shindan div.list_03 label:nth-of-type(1)::before,.check_area .shindan div.list_03 label:nth-of-type(4)::before{
  top: 25%;
  transform: translateY(-50%);
}
.check_area .shindan li input[type=radio]:checked + label{
  
}
.check_area .shindan li input[type=radio]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: calc( 4 * (100vw/750));
  left: calc( 6 * (100vw/750));
  width: calc( 45 * (100vw/750));
  height: calc( 33 * (100vw/750));
  background: url("../../img/sp/check_icon.png") no-repeat;
  background-size: 100%;
}

.check_area .shindan-btn{
    width: calc( 610 * (100vw/750));
    margin: calc( 120 * (100vw/750)) auto 0;
	display: block;
}

.check_area .shindan-btn input[type=button]{
    display: block;
    margin: auto;
    width: 100%;
	height: 86px;
    border: none;
    background: url(../../img/sp/anchor_btn.jpg) no-repeat;
    background-size: 100%;
}
/*
.check_area .shindan-btn input[type=button] {
    display: block;
    margin: auto;
    width: 50%;
    font-size: 1.4em; 
    font-weight: bold;
    padding: 10px 30px;
    border: solid 1px #fff;
    background-color: #d01137;
    color: #fff;
}
*/
 
/*
.check_area .shindan-btn input[type=button]:hover {
    border: solid 1px #d01137;
    background-color: #fff;
    color: #d01137;
}
*/
.check_area .message {
    display:none;
    font-size: calc(22*(100vw/750));
    line-height: 2;
    padding-top: calc(20*(100vw/750));
	color: #ea0000;
	text-align: center;
}
.check_area .message .type {
    font-size: calc(60*(100vw/750));
    color: #d01137;
}
.check_area .message .close {
    bottom: calc(20*(100vw/750));
    position: absolute;
    left: calc(50% - 25px);
    width: calc(100*(100vw/750));
	text-align: center;
}

  .fade {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    .fade.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }