/* -------------------------------------------------------
     GENERAL STYLE
---------------------------------------------------------*/
body {background-color: #fff; color: #323840}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
* {box-sizing: border-box;}

.hidden {display: none;}
.center_block {margin: auto;}
.block {display: block;}


/* ------------------------------
     BTN & LINK
---------------------------------*/
a:link, a:visited, a:active, a:hover {
    color: inherit;
}
.link {display: block;}

#back_to_top {
    position: fixed;
    right: 30px;
    bottom: 0;
    width: 72px;
    cursor: pointer;
    display: block;
}
:hover, :focus,.btn:hover {
    text-decoration: none;
    transition: all .3s;
}
/*
nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
nav a:hover::after {
  transform: scale(1, 1);
}
*/


/* ---------------------------------------
     TYPO
-----------------------------------------*/
body {
    font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
/*    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo, sans-serif;*/
    line-height: 2;
    letter-spacing: .10em;
    font-size: 16px;
    font-weight: normal;
}
nav .en, h2, #faq dt:before,#faq dd:before {font-family: 'Raleway', sans-serif;}
.price {font-family: 'Lato', sans-serif;}

nav .en, .bn_area h2, .price.teiki, #plan h3:before, .important, 
#stylist .jp{ color: #2ac8c5;}
nav .jp {color:#323840;}
nav .en {
    font-weight: 400;
    font-size: 13px;
}
nav .jp {
    font-size: 14px;
    font-weight: 500;
}
h2 {font-weight: 600; letter-spacing: .18em;}
h3 {font-size: 24px; letter-spacing: .18em;}
h4 {font-size: 20px; letter-spacing: .18em;}
#plan {letter-spacing: .08em;}

.t_left {text-align: left}
.t_right {text-align: right}
.t_center {text-align: center}
.notice {font-size: 13px;}

.bn_area h2{font-size: 32px;}
.bn_area p {font-size: 18px;}

.red01 {
	color: #B30036;
	font-weight: bold;
}


.pink01 {
	color: #f02f9c;
	font-weight: bold;
	font-size: 80%;
}

.button-green {
  margin: 15px 0;
  color: #fff;
  letter-spacing: 0;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid #2acbc5;
  background: #2acbc5;
}
.button-green:hover {
  background: #fff;
  color: #2acbc5
}

.nenmasyu { text-align: center; padding: 10px;}
.nenmasyu h4 {font-size: 20px; letter-spacing: .18em;}
.nenmasyu .sp_only { display: none;}
@media only screen and ( max-width: 812px ) {
.nenmasyu h3 {font-size: 20px; letter-spacing: .18em;}
.nenmasyu h4 {font-size: 16px; letter-spacing: .18em;}
.nenmasyu .sp_only { display: inline;}
}


/* --------------------------------------------------------------
     LAYOUT
---------------------------------------------------------------*/
.mv_inner {
    max-width: 1200px;
    margin: auto;
}
section .inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
section { margin-bottom: 50px;}
.row {display: flex;}
h2 img {margin: auto auto 50px; text-align: center; }
p {margin-bottom: 1em;}

.bg_grade {
    background: linear-gradient(to bottom, rgba(201, 223, 251, 0.25) 0%,#fff 20%,#fff 100%);
    padding-top: 80px;
}

.bg_border{
    background: repeating-linear-gradient(-45deg, #f3f6f9, #f3f6f9 10px, #fff 0, #fff 20px);
}
.bg_white {
background: #fff;
padding: 30px 0;
}

/* -------------------------------------------------------------
     HEADER & NAVIGATION
---------------------------------------------------------------*/
header {
    width: 100%;
    margin: auto;
    z-index: 1000;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
}

.logo {
    margin: auto;
    padding: 16px 0;
    width: 248px;
}
header.scrollin {
    box-shadow: 0px 7px 8px 1px rgba(102, 114, 130, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.scrollin .logo {
    width: 190px;
    height: auto;
    padding: 0;
    transition: all 0.4s;
}
header.scrollin .pc_nav .jp{
    font-size: 13px;
    letter-spacing: .04em;
}

.pc_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc_nav li {
    border-right: dotted 1px #b5bdc7;
    padding: 0 1em 0;
    letter-spacing: .18em;
}
.pc_nav li:last-child {
    border: none 
}
nav span {display: block; text-align: center; white-space: nowrap;}
nav a {display: block;}
nav li {cursor: pointer}
header .pc_nav a.active {border-bottom: solid 1px #fff;}


/* -------------------------------------------------------------
MV
---------------------------------------------------------------*/
.mv {
    background: url(http://stybee.jp/lp/images/bg_clothes.jpg) repeat-x;
/*background: url(http://stybee.jp/lp/images/bg_clothes.jpg) no-repeat center top;*/
    margin-top: 200px;
    margin-bottom: 50px;
    width: 100%;
    height: 610px;
    position: relative;
}
.slide_wrap {
    display: flex;
    align-items: center;
}
.slide_txt_box {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 8px 9.3px 0.7px rgba(102, 114, 130, 0.13);
    width: 518px;
    height: 320px;
    margin: auto;
    z-index: 100;
    position: absolute;
    right: 0;
/*padding: 50px;*/
    justify-content: center;
    align-items: center;
}
.slide_02 .slide_txt_box {
    justify-content: flex-start;
}

/* -------------------
  BANNER
----------------------*/
.bn_area .inner {
border: solid 1px rgba(102, 114, 130, 0.14);
}

.bn_area .bn_01 {
    width: 60%;
    align-items: center;
    border-right: solid 1px rgba(102, 114, 130, 0.14);
}
.bn_area .txt_area {
    /* margin-left: 50px; */
    text-align: center;
    margin: auto;
}

.bn_area .txt_area:after {
    content: "";
    width: 11px;
    height: 7px;
    background: url(http://stybee.jp/lp/images/ico_arrow_down.svg) no-repeat 50% 0;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}


/* -------------------
#whats_stybee - whats_stybee
---------------------*/
#whats_stybee .inner {
    justify-content: space-between;
    align-items: center;
}
#whats_stybee h2 {margin-bottom: 44px;}

/* -------------------
#flow
----------------------*/
#flow .flow_lists {
justify-content: center;
padding-top: 30px;
}
#flow .flow_lists li {
/*width: 33.3%;*/
    margin-right: 20px;
}
#flow .flow_lists li img {
}

/* -------------------
#sample
----------------------*/


/* -------------------
#plan
----------------------*/
#plan{
/*    padding: 50px 0;*/
}
#plan .bg_border:first-child{
padding-top: 80px;}
#plan > div {
    padding: 30px 0;
}

#plan .row {
    align-items: center;
    justify-content: space-around;
}
#plan h3:before {
    content: "●";
    width: 16px;
    height: 16px;
    font-size: 10px;
    vertical-align: middle;
}

a.btn {
    color: #fff;
    padding: .3em .5em;
    width: 100%;
    display: block;
    position: relative;
}
.btn:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 16px;
    top: 42%;
    /* margin: -4px 0 0; */
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    transition: all 0.2s linear;
}
.btn.teiki {background: #2ac8c5;}
.btn.otamesi {background: #65707e;}
.price .amount {font-size: 40px; font-weight: 600;}
.price .small {font-size: 16px;}
.price.otamesi {color: #65707e;}
.taxinc_price {font-size: 13px;}
.discount_rate {
    background: #a98e32;
    color: #fff;
    font-size: 16px;
    letter-spacing: initial;
    padding: 0 .5em;
    display: block;
    width: 100%;
    /* margin-bottom: 30px; */
    text-align: center;
    margin-top: 5px;
}
.free_shipping{
    background: #e94468;
    color: #fff;
    font-size: 13px;
    letter-spacing: initial;
    padding: 0 .5em;
}
.outlet_area{
    background: url(http://stybee.jp/lp/images/bg_wood.jpg) repeat;
    height: 652px;
    margin-top: 60px;
}
.outlet_area img {margin-top: -65px;}


/* -------------------
#merit
----------------------*/
#merit .inner div p:first-of-type {
    font-weight: 500;
}
#merit .desc {font-size: 13px; color: #65707e;}
#merit .inner > div {
    box-shadow: 0px 8px 9.3px 0.7px rgba(102, 114, 130, 0.13);
    padding: 1em 10px;
    width: 310px;
    margin: 0 5px;
}
#merit .inner .desc span {font-size: 10px; display: block;}


/* -------------------
#stylist
----------------------*/
#stylist {
    max-width: 1200px;
    margin: auto auto 80px;
}
#stylist .row > div {
    background: #eef5fd;
    padding: 30px 30px 10px; 
    margin: 0 5px;
    max-width: 390px;
}
#stylist p {font-weight: 500;}
#stylist .jp {font-size: 22px;}
#stylist .en {font-size: 18px;}

#stylist .rubi {color: #2ac8c5;}
#stylist .desc {font-size: 14px;}
#stylist .works {font-size: 12px; font-weight: 300}

/* -------------------
#faq
----------------------*/
.ac_menu dd {
    display: none;
}
#faq dt {
    cursor: pointer;
}
#faq .inner{
    max-width: 600px;
    font-size: 14px;
    margin: auto;
}
#faq dt, #faq dd {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 2px #646f7d;
    padding-bottom: 1em;
}
#faq p {
    overflow: hidden;
    width: 93%;
    margin-bottom: 0;
}

#faq dt:before, #faq dd:before {
    font-size: 24px;
    padding: 5px .5em 0 0;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1;
    float: left;
}
#faq dt:before {
    content: "Q.";
    color: #2ac8c5;
}
#faq dd:before {
    content: "A.";
    color: #a98e32;
}
#faq dt:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 10px;
    top: 13px;
    /* margin: -4px 0 0; */
    border-left: solid 1px #323840;
    border-bottom: solid 1px #323840;
    transform: rotate(-45deg);
    transition: all 0.3s linear;
}
#faq dt.active:after {
    transform: rotate(135deg);
    transition: all 0.1s linear;
}
/* -------------------
#footer_bn_area 
----------------------*/
#footer_bn_area {
    justify-content: center;
    padding-bottom: 80px;
    display: flex;
    width: 100%;
}
#footer_bn_area img {
    margin: 15px;
}


/* -------------------
footer
----------------------*/
footer {
    background:#28c0bd;
    color: #fff;
    text-align: center;
    font-weight: 200;
}
footer .row {
padding: 60px 10px 30px;
justify-content: center;
}
footer nav .jp, footer nav .en {color: #fff}
footer nav .jp { font-weight: 200;}
footer small {font-size: 10px;}
footer nav .jp {font-size: 14px;}
footer .pc_nav li { border-right: dotted 1px #fff;}



/* ------------------------------------------------
    RESPONSIVE
---------------------------------------------------*/
/* --------------------------------- 1280以上 */

@media only screen and ( min-width: 1200px; ) {
	margin-left : -82px;
}

/* --------------------------------- 812 以下*/

@media only screen and ( max-width: 812px ) {
header.scrollin .logo {
    padding: 8px 0 8px;
    width: 160px;
    height: auto;
}
nav .jp, nav .en{font-size: 12px;font-weight: 500;}
.inner {width: 90vw}
.row {display: block}
.bn_area .row {display: flex;width: 100vw;}
p {font-size: 12px;}
 .bg_grade {padding-top: 50px;}
.logo {
    padding: 10px 0;
    width: 160px;
    height: auto;
}
.mv {
    margin-top: 70px;
    height: auto;
    background-size: 230% auto;
    background-repeat: repeat;
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.slide_wrap {
    display: block;
    position: relative;
}
.slide_txt_box {
    width: 90vw;
    padding: 20px 0;
    position: inherit;
    margin-top: -20px;
    height: auto;
}
.slide_txt_box img {
    width: 90%;
    margin: auto;
}
.bn_area .bn_01{
    display: block;
    width: 48vw;
}
.bn_area .bn_01 .txt_area {
    margin: 0 10px;
}
.bn_area h2 { font-size: 24px;}
.bn_area p { font-size: 11px; white-space: nowrap;}
.bn_area .bn_02 { width: 62vw; }
    
.discount_rate {
    display: block;
/*    width: 40vw;*/
    text-align: center;
/*    margin-bottom: 30px;*/
}
 #whats_stybee h2 {margin-bottom: 16px;}
.price{font-size: 32px; line-height: 1.6;}
.taxinc_price{
    font-size: 13px;
    display: block;
    margin-bottom: 16px;
}
.notice {
    font-size: 12px;
    display: block;
}
.outlet_area {
    height: 100%;
}


#flow .flow_lists li {
    margin-right: 0;
    margin-bottom: 10px;
}
#flow .flow_lists img {
    margin: auto;
}

#merit .inner > div { margin: auto;}
#brand .img_ico_brand_list {width: 280px;}
#stylist .row > div {margin: 0 auto 16px;}
    
#faq dt {
    padding-right: 1.2em;
    line-height: 1.6;
}
#faq p {width: auto;}
 #back_to_top {right: 5px;}
}
/* --------------------------------- 600以上*/

@media only screen and ( min-width: 600px ) {
    #flow .flow_lists {
        display: flex;
    }
}
/* ----------------------------- ▼▼▼▼▼▼▼▼▼▼ NAV */

@media only screen and ( min-width: 1201px ) {
.sp_nav_wrap {display: none !important;}
}

@media only screen and ( max-width: 1200px ) {

.pc_nav {display: none}

.sp_nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.sp_nav ul {
    position: relative;
    top: 20%;
/*
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
*/
    /* -webkit-transform: translateY(-45%); */
    /* transform: translateY(-45%); */
    }
}
.sp_nav ul li {
    margin-bottom: 5px;
    text-align: center;
}
.sp_nav.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav_toggle {
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 8px;
    text-indent: 100%;
    top: 12px;
    white-space: nowrap;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_toggle:before, .nav_toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.nav_toggle:before {
    background-color: #65707e;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav_toggle:after {
    background-color: #65707e;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.nav_toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.nav_toggle span:before, .nav_toggle span:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.nav_toggle span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.nav_toggle span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.nav_toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav_toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav_toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}
.nav_toggle.close-nav span:before, .nav_toggle.close-nav span:after {
    background-color: #fff;
}
.nav_toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.nav_toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* ----------------------------- ▲▲▲▲▲▲▲▲▲ NAV SP ONLY */






