@charset "UTF-8";
:root{
    --serif1: "linotype-didot", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --serif2: "optima", "classico-urw", sans-serif;
    --sansserif: "roboto", sans-serif;
    --gray: #727272;
}
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
ul,ol{
	list-style: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* original style */
html{
	font-size: 10px;
}
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body {
    background-color: #fffefb;
	color: #000;
    font-family: var(--serif1);
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body.ua-andoroid{
    font-family: "Zen Old Mincho", serif;
}
small{
    font-size: 0.75em;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
a{
	cursor:pointer;
	color:#000;
	outline:none;
	text-decoration: underline;
	background:transparent;
	-moz-transition:all .8s ease-in;
	-o-transition:all .8s ease-in;
	-webkit-transition:all .8s ease-in;
	transition:all .8s ease-in;
}
a:hover{
	color:#646464;
	text-decoration: underline;
}
a:focus, *:focus { cursor:pointer; outline:none; }

a img{
	-moz-transition:all .8s ease-out;
	-o-transition:all .8s ease-out;
	-webkit-transition:all .8s ease-out;
	transition:all .8s ease-out;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.youtube{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sp-br{
    display: block;
}
h1,h2,h3{
	color: #000;
	font-weight: 400;
	text-align: center;
}
h1{
    letter-spacing: 0.05em;
}
h2,h3{
    letter-spacing: 0.025em;
}
h1 img,h2 img,h3 img{
	width: 100%;
	height: auto;
}
h1 a:hover img{
	opacity: 1;
}
p{
    letter-spacing: 0.025em;
    line-height: 1.75;
    font-size: 1.4rem;
}
li,dt,dd{
    letter-spacing: 0.025em;
    line-height: 1;
    font-size: 1.2rem;
}
em{
    font-style: normal;
    font-weight: 600;
    font-size: 1.1em;
    margin-right: 0.1em;
    margin-left: 0.1em;
}
.en{
    letter-spacing: 0!important;
}
.wrapper{
	width: 100%;
	padding: 0;
    position: relative;
}
.wrapper::before{
    content: "";
    display: block;
	width: 100%;
    height: 100vh;
	background-image: url(../../img/stylist/bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
header{
	padding: 7.5% 0;
	line-height: 0;
}
header h1{
	width: 20vw;
    max-width: 100px;
	margin: 0 auto;
    padding: 0;
}
#logo_svg{
	fill: #000;
	/*filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5) );*/
}
main{
    position: relative;
    z-index: 1;
}
.mainvisual h1,
section h1{
    font-family: var(--serif2);
}
.mainvisual {
    position: relative;
}
.mainvisual h1{
    color: #999;
    font-size: 3.5vw;
    line-height: 25px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 5vw;
    right: 0;
}
.mainvisual h2{
    width: 72%;
    margin: 0 auto 12.5%;
}
.mainvisual__image{
    width: calc(100% - 25px);
    margin: 0 auto 10% 0;
}
.mainvisual__text p{
    line-height: 2;
    margin: 0 7.5%;
}
.content{
	margin: 3% 0 0;
}
.look{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
	position: relative;
	padding-top: 30%;
}
.intro{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1.intro{
	transition-delay: 0.5s;
}
h2.intro{
	transition-delay: 1.5s;
}
p.intro{
	transition-delay: 2.5s;
}
.fadeIn{
	-webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
}
.show{
	opacity: 1;
	visibility: visible;
}
.look h1{
    color: #444;
    font-size: 1.6rem;
    line-height: 1;
}
.look h1::after{
    background-color: var(--gray);
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 22px auto 24px;
}
.look h2{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10%;
}
.look__mainvisual{
    width: 85%;
    margin: 0 auto 10%;
}
.look__visual{
    margin-left: auto;
    margin-right: auto;
}
.look__visual+.look__visual{
    margin-top: 20%;
}
.look__credit+.look__visual{
    margin-top: 20%;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w85{
    width: 85%;
}
.w100{
    width: 100%!important;
}
.ml{
    margin-left: 7.5%;
}
.ml0{
    margin-left: 0;
}
.mr{
    margin-right: 7.5%;
}
.mr0{
    margin-right: 0;
}
#look05 .ml0+.mr0{
    margin-top: 10%;
}
#look06 div:last-child{
    margin-top: 30%;
}
.look p{
    width: 85%;
    margin: 0 auto 15%;
}
.look__credit{
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
    margin: 7.5% 7.5% 0 auto;
}
.credit{
    font-family: var(--sansserif);
    text-align: right;
}
.credit li{
    color: #333;
    font-size: 1.2rem;
}
.credit li+li{
    margin-top: 0.75em;
}
.profile{
    background-color: #FAF7F5;
    padding: 7.5% 12.5%;
    margin-top: 30%;
}
.profile h1{
    color: var(--gray);
    font-size: 1.5rem;
    text-align: left;
    margin: 0 auto 5% 0;
}
.profile p{
    color: #333;
    font-size: 1.3rem;
}
.staffcredit{
    color: #333;
    font-family: var(--sansserif);
    font-size: 1.1rem;
    line-height: 2.5;
    margin: 15% auto;
    text-align: center;
}
#sublogo{
	width: 20%;
    margin: 0 auto;
}
footer{
    background-color: #fff;
    border-top: #eee solid 1px ;
	padding: 15% 5% 5%;
    position: relative;
    z-index: 1;
}
footer ul{
    line-height: 2.5;
	margin-bottom: 50px;
    text-align: center;
}
footer li{
    display: inline-block;
	font-size: 1.3rem;
	margin: 0 6px;
	letter-spacing: 0;
}
footer li a{
	color:#000;
    text-decoration: none;
}
footer .copy{
    font-family: var(--sansserif);
    font-size: 1rem;
	letter-spacing: 0.025em;
	text-align: center;
    -webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@media(min-width: 768px){
#sublogo{
	width: 10%;
}
footer{
    padding: 100px 0 25px;
}
footer ul{
	line-height: 1;
	margin-bottom: 50px;
}
footer li{
	font-size: 1.3rem;
	margin: 0 15px;
}
footer .copy{
    transform: scale(1);
}
}
@media(min-width:821px){
.wrapper::before{
	background-image: url(../../img/stylist/bg_pc.png);
    background-size: cover;
    background-position: 50% -40px;
}
header{
    padding: 40px;
}
header h1{
	width: 15%;
    max-width: 125px;
	margin: 0 auto 0 0;
}
p{
    letter-spacing: 0.033em;
    line-height: 2;
    font-size: 1.5rem;
}
.mainvisual{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainvisual__image{
    margin-bottom: 0;
     width: 55%;
}
.mainvisual__text{
     width: 45%;
}
.mainvisual h1{
    color: #333;
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    position: static;
    margin: 0 auto 35px;
}
.mainvisual h2{
    width: 82%;
}
.mainvisual__text{
    box-sizing: border-box;
    padding: 0 5%;
}
.mainvisual__text p{
    /*font-size: 1.6rem;*/
    letter-spacing: 0.033em;
    margin: 0 auto;
}
.look{
    padding-top: 150px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.look h1,
.look p,
.look__credit{
    width: 600px;
    margin: 0 auto;
}
.look h1{
    font-size: 2.2rem;
}
.look h1::after{
    width: 60px;
    margin: 40px auto 35px;
}
.look h2{
    font-size: 3rem;
    line-height: 1.88;
    margin-bottom: 65px;
}
.look p{
    margin-bottom: 100px;
}
.look__mainvisual{
    width: 600px;
    margin: 0 auto 50px;
}
.look__visual+.look__visual{
    margin-top: 100px;
}
.look__credit+.look__visual{
    margin-top: 100px;
}
.w60{
    width: 400px;
}
.w70{
    width: 450px;
}
.w85{
    width: 600px;
}
#look01{
    flex-direction: row;
}
#look01 .look__visual{
    margin-right: 0;
}
#look01 .look__credit{
    width: auto;
    margin: auto 0 0 5%;
}
#look01 .look__credit li{
    text-align: left;
}
#look02,
#look05{
    flex-direction: row-reverse;
}
#look02 p+.look__visual{
    width: 300px;
    margin: 0 500px 0 0;
}
#look02 .look__visual+.look__visual{
    width: 450px;
    margin: -10% 0 0 30px;
}
#look02 .look__credit,
#look05 .look__credit{
    width: auto;
    margin: auto 0 0 auto;
}
#look03 .look__credit{
    width: 800px;
}
#look05 .ml0{
    margin: 0 250px 0 100px;
}
#look05 .ml0+.mr0{
    margin: 75px 100px 0 30px;
}
#look06 div:last-child{
    margin-top: 150px;
}

.look__credit{
    margin: 30px auto 0;
}
.credit li+li{
    margin-top: 1em;
}
.staffcredit{
	margin: 100px auto;
	font-size: 1.2rem;
}
.profile{
    margin-top: 200px;
    padding: 75px 0;
}
.profile h1{
    font-size: 2.2rem;
    margin: 0 auto 30px auto;
    width: 500px;
}
.profile p{
    font-size: 1.4rem;
    margin: 0 auto;
    width: 500px;
}
}
/*
@media(min-width:1281px){
body{
	background-color: #f8f8f8;
}
.wrapper{
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}
}
*/

