@charset "UTF-8";

@font-face {
  font-family: "koburina_w3";
  src: url("../../font/koburina_w3.woff");
}

@font-face {
  font-family: "koburina_w6";
  src: url("../../font/koburina_w6.woff");
}

@font-face {
  font-family: "futura";
  src: url("../../font/futurastd-light.woff");
}

@font-face {
  font-family: "architype";
  src: url("../../font/ArchitypeRenner-Regular.woff");
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp_only{
	display: none!important;
}

#Contents {
  overflow-x: hidden;
}

#Personalstyle_straight_200625{
	width: 1100px;
	margin: 0 auto;
	font-family: Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
	font-feature-settings: normal;
	padding-top: 50px;
}

#Personalstyle_straight_200625 .credit{
	justify-content: center;
	font-family: "architype", sans-serif;
}

#Personalstyle_straight_200625 .credit li{
	padding-right: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 28px;
}

#Personalstyle_straight_200625 img{
	width: 100%;
}

#Personalstyle_straight_200625 .main_ttl{
	width: 442px;
	height: 83px;
	margin: 0 auto 60px;
	font-size: 25px;
	line-height: 83px;
	letter-spacing: 0.1em;
	font-feature-settings: normal;
	text-align: center;
	background-size: 100%;
	background-image: url("../../img/pc/main_ttl_bg.png");
	background-repeat: no-repeat;
}

/*-- main_result --*/

#Personalstyle_straight_200625 .main_result .result_img{
	width: 390px;
	margin-left: 128px;
}

#Personalstyle_straight_200625 .main_result .result_txt{
	width: 440px;
	margin-left: auto;
	margin-right: 100px;
}

#Personalstyle_straight_200625 .main_result .result_txt h2{
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 48px;
}

#Personalstyle_straight_200625 .main_result .result_txt h2 span{
    font-weight: bold;
}

#Personalstyle_straight_200625 .main_result .result_txt p{
    font-size: 18px;
    line-height: 40px;
	padding-bottom: 70px;
    margin-bottom: 50px;
	margin-top: 20px;
	position: relative;
}

#Personalstyle_straight_200625 .main_result .result_txt p::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 4px;
    background-color: #231815;
}

#Personalstyle_straight_200625 .main_result .result_txt h3{
    font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

#Personalstyle_straight_200625 .main_result .result_txt ul{
    font-size: 18px;
    line-height: 42px;
}

#Personalstyle_straight_200625 .main_result .result_txt ul li{
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    line-height: 40px;
}

#Personalstyle_straight_200625 .main_result .result_txt ul li::before{
    position: absolute;
    left: 1px;
    display: inline-block;
    content: "・";
    font-size: 14px;
}

#Personalstyle_straight_200625 .trend_area h2{
	font-size: 24px;
    text-align: center;
    width: 445px;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
    background: url("../../img/pc/trend_bg.png") no-repeat;
    background-size: 100%;
    font-weight: bold;
    margin-top: 110px;
    margin-bottom: 40px;
}

#Personalstyle_straight_200625 .trend_area p{
    font-size: 20px;
    text-align: center;
    line-height: 2;
	margin-bottom: 100px;
}

#Personalstyle_straight_200625 .cordinate_ttl h2{
	width: 1100px;
	height: 143px;
    font-size: 24px;
	line-height: 37px;
	letter-spacing: 0.2em;
	font-weight: bold;
    text-align: center;
    background: url("../../img/pc/cord_bg.png") no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center;
}

#Personalstyle_straight_200625 .cordinate_ttl .type_name{
    text-align: center;
    font-size: 21px;
    margin-top: 45px;
    letter-spacing: 0.1em;
}


/*-- sec01 --*/

#Personalstyle_straight_200625 .sec_01{
	margin-bottom: 160px;
}

#Personalstyle_straight_200625 .sec_01 .type_ttl{
	width: 465px;
	margin: 100px auto 80px;
    text-align: center;
	position: relative;
}

#Personalstyle_straight_200625 .sec_01 .type_ttl::before{
	content: "";
	width: 125px;
	border-bottom: 1px solid #000;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
}

#Personalstyle_straight_200625 .sec_01 .type_ttl::after{
	content: "";
	width: 125px;
	border-bottom: 1px solid #000;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
}

#Personalstyle_straight_200625 .sec_01 .type_ttl h2{
	font-size: 36px;
    letter-spacing: 0.075em;
    font-family: "futura";
	margin-bottom: 25px;
}

#Personalstyle_straight_200625 .sec_01 .type_ttl p{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#Personalstyle_straight_200625 .sec_01 .ttl{
	font-size: 22px;
	margin-left: 62px;
    align-items: flex-end;
    margin-bottom: 69px;
	font-family: "futura", Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

#Personalstyle_straight_200625 .sec_01 .ttl .item_num{
    display: inline-block;
    margin-right: 27px;
    padding-bottom: 15px;
    border-bottom: 2px solid #060303;
    font-size: 55px;
}

#Personalstyle_straight_200625 .sec_01 .ttl .item_name{
    display: inline-block;
    margin-bottom: 2px;
}

#Personalstyle_straight_200625 .sec_01 .img_area .img01{
    width: 522px;
    margin-left: 45px;
}

#Personalstyle_straight_200625 .sec_01 .img_area .img02{
    width: 419px;
    margin-left: auto;
    margin-right: 60px;
    margin-top: auto;
    margin-bottom: 0;
}

#Personalstyle_straight_200625 .sec_01 .txt_area{
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    margin-top: 75px;
	margin-bottom: 36px;
}

/*-- sec02 --*/

#Personalstyle_straight_200625 .sec_02{
	margin-bottom: 160px;
}

#Personalstyle_straight_200625 .sec_02 .type_ttl h2{
	font-size: 36px;
    letter-spacing: 0.075em;
    font-family: "futura";
	margin-bottom: 25px;
}

#Personalstyle_straight_200625 .sec_02 .type_ttl p{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#Personalstyle_straight_200625 .sec_02 .ttl{
	font-size: 22px;
	margin-left: 62px;
    align-items: flex-end;
    margin-bottom: 155px;
	font-family: "futura", Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

#Personalstyle_straight_200625 .sec_02 .ttl .item_num{
    display: inline-block;
    margin-right: 27px;
    padding-bottom: 8px;
    border-bottom: 2px solid #060303;
    font-size: 55px;
}

#Personalstyle_straight_200625 .sec_02 .ttl .item_name{
    display: inline-block;
    margin-bottom: 10px;
}

#Personalstyle_straight_200625 .sec_02 .img_area .img03{
    width: 370px;
    margin-left: 142px;
}

#Personalstyle_straight_200625 .sec_02 .img_area .img04{
    width: 478px;
    margin-left: auto;
    margin-right: 58px;
	margin-top: -197px;
}

#Personalstyle_straight_200625 .sec_02 .txt_area{
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    margin-top: 75px;
	margin-bottom: 36px;
}


/*-- sec03 --*/

#Personalstyle_straight_200625 .sec_03{
	margin-bottom: 160px;
}

#Personalstyle_straight_200625 .sec_03 .type_ttl{
	width: 590px;
	margin: 100px auto 80px;
    text-align: center;
	position: relative;
}

#Personalstyle_straight_200625 .sec_03 .type_ttl::before{
	content: "";
	width: 125px;
	border-bottom: 1px solid #000;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
}

#Personalstyle_straight_200625 .sec_03 .type_ttl::after{
	content: "";
	width: 125px;
	border-bottom: 1px solid #000;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
}

#Personalstyle_straight_200625 .sec_03 .type_ttl h2{
	font-size: 36px;
    letter-spacing: 0.075em;
    font-family: "futura";
	margin-bottom: 25px;
}

#Personalstyle_straight_200625 .sec_03 .type_ttl p{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#Personalstyle_straight_200625 .sec_03 .ttl{
	font-size: 22px;
	margin-left: 62px;
    align-items: flex-end;
    margin-bottom: 69px;
	font-family: "futura", Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

#Personalstyle_straight_200625 .sec_03 .ttl .item_num{
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #060303;
    font-size: 55px;
}

#Personalstyle_straight_200625 .sec_03 .ttl .item_name{
    display: inline-block;
    margin-bottom: -13px;
    line-height: 34px;
    margin-left: 0;
}

#Personalstyle_straight_200625 .sec_03 .img_area .left{
	width: 415px;
    margin-left: 125px;
}

#Personalstyle_straight_200625 .sec_03 .img_area .img05{
    width: 415px;
}

#Personalstyle_straight_200625 .sec_03 .img_area .img07{
    width: 350px;
    margin-left: auto;
	margin-top: 30px;
}

#Personalstyle_straight_200625 .sec_03 .img_area .right{
    width: 375px;
    margin-left: auto;
    margin-right: 160px;
}

#Personalstyle_straight_200625 .sec_03 .img_area .img06{
    width: 375px;
	margin-top: 250px;
}

#Personalstyle_straight_200625 .sec_03 .txt_area{
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    margin-top: 75px;
	margin-bottom: 36px;
}

/*-- sec04 --*/

#Personalstyle_straight_200625 .sec_04{
	margin-bottom: 180px;
}

#Personalstyle_straight_200625 .sec_04 .type_ttl h2{
	font-size: 36px;
    letter-spacing: 0.075em;
    font-family: "futura";
	margin-bottom: 25px;
}

#Personalstyle_straight_200625 .sec_04 .type_ttl p{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#Personalstyle_straight_200625 .sec_04 .ttl{
	font-size: 22px;
	margin-left: 62px;
    align-items: flex-end;
    margin-bottom: 155px;
	font-family: "futura", Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

#Personalstyle_straight_200625 .sec_04 .ttl .item_num{
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #060303;
    font-size: 55px;
}

#Personalstyle_straight_200625 .sec_04 .ttl .item_name{
    display: inline-block;
    margin-bottom: -5px;
    line-height: 34px;
    margin-left: 0;
}


#Personalstyle_straight_200625 .sec_04 .img_area .img08{
    width: 385px;
    margin-left: 100px;
}

#Personalstyle_straight_200625 .sec_04 .img_area .img09{
    width: 445px;
    margin-left: auto;
    margin-right: 85px;
	margin-top: -265px;
}

#Personalstyle_straight_200625 .sec_04 .txt_area{
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    margin-top: 75px;
	margin-bottom: 36px;
}

/*----- btn_area -----*/
#Personalstyle_straight_200625 .btn_area .other_btn {
    line-height: 116px;
    width: 635px;
    height: 116px;
    background-color: #231815;
    color: #fff;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
	letter-spacing: 0.2em;
	margin: 0 auto 115px;
}

#Personalstyle_straight_200625 .btn_area .other_btn a {
	display: block;
}

#Personalstyle_straight_200625 .btn_area .wave_btn {
	width: 625px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50px;
    margin: 0 auto 42px;
    position: relative;
}

#Personalstyle_straight_200625 .btn_area .wave_btn a {
    width: 605px;
    border-radius: 50px;
    height: 76px;
    line-height: 76px;
    background-color: #e3e9e5;
    color: #231815;
    display: block;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}

#Personalstyle_straight_200625 .btn_area .natural_btn {
	width: 625px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50px;
    margin: 0 auto 108px;
    position: relative;
}

#Personalstyle_straight_200625 .btn_area .natural_btn a {
    width: 605px;
    border-radius: 50px;
    height: 76px;
    line-height: 76px;
    background-color: #f7f5e9;
    color: #231815;
    display: block;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}

#Personalstyle_straight_200625 .btn_area .all_btn {
	width: 402px;
	margin: 0 auto 180px;
}

  #Personalstyle_straight_200625 .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); }
    #Personalstyle_straight_200625 .fade.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }