@charset "UTF-8";

#Contents {
  overflow-x: hidden;
}

#Personalstyle_210325 img{
	width: 100%;
}

#Personalstyle_210325 {
  /* =============== 全体 ================================ */
  font-family: 'Sawarabi Gothic', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #333333;
  /* ============= コンテンツ共通 ====================== */
  /* ============= 背景表示ありのブロック共通 ====================== */
}

#Personalstyle_210325 .pc_only{
	display: none;
}

/*----- mv_area -----*/
#Personalstyle_210325 .mv_area{
	width: 100%;
}

#Personalstyle_210325 .mv_area .img_area{
	width: 100%;
	margin: 0 auto calc(200*(100vw/750));
}

/*----- profile -----*/
#Personalstyle_210325 .profile{
	width: calc(660*(100vw/750));
	display: flex;
	flex-wrap: wrap;
	margin: calc(200*(100vw/750)) auto calc(200*(100vw/750));
	align-items: center;
}

#Personalstyle_210325 .profile figure{
	width: calc(200*(100vw/750));
}

#Personalstyle_210325 .profile .txt{
    margin-right: 0;
    margin-left: auto;
	margin-top: calc(50*(100vw/750));
}

#Personalstyle_210325 .profile h3{
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-size: calc(34*(100vw/750));
	margin-left: calc(50*(100vw/750));
	letter-spacing: .25rem;
}

#Personalstyle_210325 .profile p{
	font-size: calc(24*(100vw/750));
	line-height: 1.91;
/*	border-top: dotted 2px #333333;*/
	letter-spacing: 0.08em;
	padding-top: calc(50*(100vw/750));
	position: relative;
}

#Personalstyle_210325 .profile .txt::before{
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 0.7rem 0.2rem;
    background-repeat: repeat-x;
}

/*----- about -----*/
#Personalstyle_210325 .about{
	width: calc(660*(100vw/750));
	margin: 0 auto;
}
#Personalstyle_210325 .about .ttl{
    padding-bottom: calc(48*(100vw/750));
/*    border-bottom: dotted 2px #333333;*/
}

#Personalstyle_210325 .about .ttl, #Personalstyle_210325 .three_type .ttl{
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(50*(100vw/750));
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1;
}

#Personalstyle_210325 .about .ttl::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    left: 0;
    padding-bottom: calc(100* (100vw / 750));
}

#Personalstyle_210325 .about .txt{
	margin: calc(70*(100vw/750)) auto calc(80*(100vw/750));
	font-size: calc(26*(100vw/750));
	line-height: 2.1;
	letter-spacing: .03rem;
	text-align: center;
}

#Personalstyle_210325 .about .check_btn{
	width: 100%;
	margin: 0 auto;
}

/*----- three_type -----*/

#Personalstyle_210325 .three_type {
	margin-top: calc(205*(100vw/750));
}

#Personalstyle_210325 .three_type .sub_ttl{
	width: calc(630*(100vw/750));
    margin: 0 auto;
	font-family: le-havre, sans-serif;
	font-size: calc(38*(100vw/750));
	letter-spacing: 0.03em;
	text-align: center;
	margin-top: calc(36*(100vw/750));
    padding-bottom: calc(50*(100vw/750));
/*    border-bottom: dotted 2px #333333;*/
	line-height: 1;
}

#Personalstyle_210325 .three_type .sub_ttl::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    left: 0;
    padding-bottom: calc(90* (100vw / 750));
}

#Personalstyle_210325 .three_type .type_area{
	width: calc(612*(100vw/750));
	margin: calc(70*(100vw/750)) auto 0;
}

#Personalstyle_210325 .three_type .type_area .straight,#Personalstyle_210325 .three_type .type_area .wave,#Personalstyle_210325 .three_type .type_area .natural{
	width: calc(612*(100vw/750));
	position: relative;
	text-align: center;
}

#Personalstyle_210325 .three_type .type_area .wave,#Personalstyle_210325 .three_type .type_area .natural{
	margin-top: calc(110*(100vw/750));
}

#Personalstyle_210325 .three_type .type_area .type_ttl{
	font-size: calc(86*(100vw/750));
	font-family: le-havre, sans-serif;
	letter-spacing: 0.03em;
	line-height: 1;
}

#Personalstyle_210325 .three_type .type_area .straight .type_subttl,#Personalstyle_210325 .three_type .type_area .wave .type_subttl,#Personalstyle_210325 .three_type .type_area .natural .type_subttl{
	font-size: calc(24*(100vw/750));
	margin-top: calc(20*(100vw/750));
	position: relative;
	margin-bottom: calc(100*(100vw/750));
	line-height: 1;
}

#Personalstyle_210325 .three_type .type_area .straight .type_subttl::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(17*(100vw/750)) calc(17*(100vw/750)) 0 calc(17*(100vw/750));
	border-color: #d6c8d6 transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: calc(50*(100vw/750));
}

#Personalstyle_210325 .three_type .type_area .wave .type_subttl::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(17*(100vw/750)) calc(17*(100vw/750)) 0 calc(17*(100vw/750));
	border-color: #efe6bd transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: calc(50*(100vw/750));
}

#Personalstyle_210325 .three_type .type_area .natural .type_subttl::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc(17*(100vw/750)) calc(17*(100vw/750)) 0 calc(17*(100vw/750));
	border-color: #d6e3ea transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: calc(50*(100vw/750));
}

#Personalstyle_210325 .three_type .type_area .straight .type_ttl{
	color: #d6c8d6;
}

#Personalstyle_210325 .three_type .type_area .wave .type_ttl{
	color: #efe6bd;
}

#Personalstyle_210325 .three_type .type_area .natural .type_ttl{
	color: #d6e3ea;
}

#Personalstyle_210325 .three_type .start_btn{
    width: calc(690*(100vw/750));
	margin: calc(202*(100vw/750)) auto 0;
}

/*----- check_area -----*/

.check_area {
    width: 790px;
    margin: 25px auto 300px;
	padding-top: 50px;
}
.check_area .ttl_area .ttl {
    font-size: 24px;
	text-align: center;
	margin-bottom: 55px;
	letter-spacing: 0.2em;
}
.check_area .ttl_area .txt {
    font-size: 20px;
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 0.2em;
}
.check_area .shindan {
    padding-bottom: 60px;
    font-size: 15px;
}
.check_area .shindan li{
	padding-top: 95px;
    padding-bottom: 105px;
    border-top: 1px solid #333333;
	font-feature-settings: normal;
	letter-spacing: 0.2em;
}
.check_area .shindan .num{
    font-size: 48px;
	border-bottom: solid 2px #333333;
    padding-bottom: 10px;
	text-align: center;
	width: 64px;
	margin: 0 auto 50px;
}
.check_area .shindan .question{
    font-size: 24px;
	line-height: 38px;
    padding-bottom: 55px;
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.2em;
}

.check_area .shindan li:nth-child(2) .question{
    padding-bottom: 10px;
}

.check_area .shindan .question .sub_question{
    font-size: 19px;
	text-align: center;
	font-feature-settings: normal;
	letter-spacing: 0.2em;
}
.check_area .shindan .question_img{
    width: 217px;
	margin: 0 auto 20px;
}
.check_area .shindan div{
    font-size: 17px;
    line-height: 50px;
}

.check_area .shindan div.list_01{
    padding-left: 50px;
}

.check_area .shindan div.list_02{
    padding-left: 80px;
}

.check_area .shindan div.list_03{
    padding-left: 75px;
}

.check_area .shindan div.list_04{
    padding-left: 220px;
}

.check_area .shindan div.list_05{
    padding-left: 145px;
}

.check_area .shindan div.list_06{
    padding-left: 85px;
}

.check_area .shindan div.list_07{
    padding-left: 140px;
}

.check_area .shindan li input[type=radio]{
  display: none;
}
.check_area .shindan li input[type=radio] + label{
  padding-left: 56px;
  padding-top: 0;
  position:relative;
  font-size: 22px;
  font-feature-settings: normal;
  letter-spacing: 0.2em;
}
.check_area .shindan li input[type=radio] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #b5b5b6;
}
.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: 0;
  left: 5px;
  width: 35px;
  height: 25px;
}

.check_area .shindan-btn{
    width: 467px;
    margin: 0 auto;
	display: block;
}

.check_area .shindan-btn input[type=button]{
    display: block;
    margin: auto;
    width: 100%;
	height: 92px;
    border: none;
}
.check_area .message {
    display:none;
	text-align: center;
    font-size: 17px;
    line-height: 30px;
	color: #ea0000;
    padding-top: 20px;
}
.check_area .message .type {
    font-size: 60px;
    color: #d01137;
}
.check_area .message .close {
    bottom: 10px;
    position: absolute;
    left: calc(50% - 25px);
    width: 100px;
}

  .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); }