@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Noto+Serif+JP:wght@500;600;700&display=swap');

*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,input,textarea,p,blockquote,tr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
th,td {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a{
	outline: 0;
}
a:link,
a:visited,
a:hover {
	text-decoration:none;
	border:0;
}

/*common*/

html {
  -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'EB Garamond', serif;
	font-size:16px;
    font-weight: 400;
	line-height: 1.75em;
    letter-spacing: 0.01em;
    color: #282228;
    background-color: #642144;
}
a:link {
	color:#6C76A4;
}
a:visited {
	color:#6C76A4;
}
a:hover {
	color:#6C76A4;
}
main {
	width: 96%;
    max-width: 1000px;
	min-height:550px;
	display:block;
	margin: 0 auto;
}
section {
	width: 100%;
    margin: 0 auto;
    padding-top: 82px;
}
.m_content {
	width: 100%;
    padding: 3.9% 5%;
	background-color: #FFF;
}
.m_clear {
	clear: both;
}
.t-jp {
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
    letter-spacing:0.03em;
}
.m_lead {
    font-size:1.5em;
	line-height:2.5em;
	letter-spacing:0.1em;
}
.m_txt {
	line-height:2.5em;
}
.m_name {
    font-size:0.9em;
	line-height:1.25em;
    color: #695c80;
    margin-top: 0.25em;
}
.m_caption {
    font-size:0.8em;
	line-height:1.25em;
    color: #555;
    margin-top: 0.5em;
}
.m_data {
	font-size:0.75em;
}
.m_place {
	font-size:0.8em;
	color: #555;
}
.m_signature {
    text-align: right;
}
.m_itl{
	font-style:italic;
}
.m_cl1{
	color: #b2b8d7;
}
.w900on {
	display: none;
}
.w640on {
	display: none;
}
.w640off {
	display: inline;
}
.w480on {
	display: none;
}
.m_flex {
	display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.mt1em{
	margin-top: 1em;
}
.mt2em{
	margin-top: 2em;
}
.pl20{
	padding-left:20px !important;
}
#wrapper {
	margin: 0 ;
    padding: 0;
	width: 100vw;
    height: 100vh;
    position: fixed;
	top: 0;
	left: 0;
    background-color: #653651;
    z-index: -999;
}
header {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 82px;
    text-align: center;
    color: #FFF;
    background-image: url("../img/header.png");
    background-size: 25px;
    background-position: top center;
    background-repeat: repeat-x;
	z-index: 901;
}
.hd_inner {
    width: 100%;
    height: 1px;
    margin-top: -3px;
    background-color: #FFF;
    opacity: 0.5;
}
h1 {
	font-size: 1.28em;
    font-weight: 400;
    letter-spacing: 0.11em;
    margin-top: 28px;
}
h2{
	font-size: 1.28em;
    font-weight: 400;
    letter-spacing: 0.11em;
    text-align: center;
    color: #FFF;
}
h3{
	font-size: 1.15em;
    font-weight: 400;
    color: #695c80;
    letter-spacing: 0.07em;
    text-align: center;
}
p {
	margin-top: 1.25em;
}
.m_hl{
	width: 100%;
	border-bottom:#F7F7FF solid 2px;
	padding-bottom:3px;
}
.m_line{
	width: 100%;
	height: 1px;
    background-image: linear-gradient(to right, #e0c9d1 0%, #d068a3 50%, #e0c9d1 100%);
}
.slider img {
    width: 100%;
}
#nav-toggle {
	display: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
    opacity: 0.7;
    position: fixed;
    top: 19px;
    left: 19px;
    z-index: 909;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
    background: #FFF;
	height: 1px;
	width: 100%;
	left: 0;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 6px;
}
#nav-toggle span:nth-child(3) {
	top: 12px;
}
/* #nav-toggle.open */
.open #nav-toggle {
}
.open #nav-toggle span:nth-child(1) {
	top: 6px;
	transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 6px;
	transform: rotate(-135deg);
}
#g_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
    display: block;
    overflow: auto;
    text-align: left;
    transition: 2s;
    z-index: 900;
}
#g_nav ul {
    margin: 55px 25px 30px;
    opacity: 1;
    transition: 2s;
    line-height: 1em;
}
#g_nav ul li {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding-top:25px;
    filter: drop-shadow(0 0 5px #642144);
}
#g_nav ul li.sub {
    font-size: 0.82em;
    padding-top:0.5em;
}
#g_nav ul li.insta {
    padding-top:15px;
}
#g_nav ul li.sns {
    padding-top:35px;
}
#g_nav ul li.salon {
    padding-top:25px;
}
#g_nav ul li a {
	display: inline-block;
    opacity: 0.75;
    transition: 0.3s ease-out;
    color: #FFF;
    position: relative;
}
#g_nav .m_icon {
    width: 18px;
}
#g_nav ul li.m_ac a, #g_nav ul li a.nav_link.sc_active, #g_nav ul li a:hover {
    opacity: 1;
    color: #FFF;
}
#g_nav ul li a.nav_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#FFF;
    opacity: 0;
    transition: all .8s;
    transform: scale(0, 1);
    transform-origin: left top;
}
#g_nav ul li a.nav_link.sc_active::after, #g_nav ul li a.nav_link:hover::after {
    opacity: 0.55;
    transform: scale(1, 1);
}
footer {
	width: 100%;
	height: 82px;
    text-align: center;
    color: #FFF;
    background-image: url("../img/footer.png");
    background-size: 25px;
    background-position: top center;
    background-repeat: repeat-x;
    margin-top: 82px;
}
footer p {
	font-size:0.8em;
    line-height: 1.7em;
	letter-spacing:0.05em;
    padding-top:35px;
}
#top_btn {
  position:fixed;
  bottom:125px;
  right:25px;
  display:block;
  z-index:701;
}
#top_btn a img {
  width: 35px;
  transition:transform .3s ease;
}
#top_btn a:hover img {
  transform:scale(1.1);
}
.fade_in {
  opacity: 0.5;
  transition: 1s;
}
.fade_in.m_fade {
  opacity: 1;
}
.fade_up {
  opacity: 0.2;
  transform: translateY(25px);
  transition: 1s;
}
.fade_up.m_fade {
  opacity: 1;
  transform: translateY(0);
}
.fade_left {
  opacity: 0;
  transform: translateX(-125px);
  transition: 2s;
}
.fade_left.m_fade {
  opacity: 1;
  transform: translateX(0);
}
.fade_right {
  opacity: 0;
  transform: translateX(125px);
  transition: 2s;
}
.fade_right.m_fade {
  opacity: 1;
  transform: translateX(0);
}
#sc01s {
	padding-top: 0;
}
.m_title {
	padding: 55px 0 10px;
}
.m_movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.m_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*index*/
.m_home {
    background-image: url("../img/bg_img1.webp");
    background-size: cover;
    background-position: center center;
}
.info_box {
	width: 100%;
	display:block;
	margin:2.5em auto 3.5em;
}
.info_box:last-child {
	margin:2.5em auto 2em;
}
.info_box cite {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.02em;
	padding-bottom:3px;
}
.info_hl{
	width: 100%;
	display:block;
	border-bottom: #F7F7FF solid 2px;
	padding-bottom: 3px;
}
.info_box h4 {
	font-size: 1em;
    font-weight: 500;
	padding-top: 1.5em;
}
.info_box h5 {
	font-size: .9em;
    font-weight: 500;
	margin-top: 1.5em;
}
.info_box h6 {
	font-size: .9em;
    font-weight: 500;
	margin-top: .7em;
}
.info_box p {
	font-size: .9em;
    line-height: 1.5em;
    margin-top: .25em;
}


/*career*/
.m_career {
    background-image: url("../img/bg_img2.webp");
    background-size: cover;
    background-position: center center;
}
#career table {
	width:100%;
    line-height: 1.25em;
}
#career th {
	padding-top:5px;
    width: 50px;
    border-top:solid 1px #EEE;
    vertical-align: top;
    white-space: nowrap;
    font-style: italic;
    color: #555;
}
#career td {
	padding-top:5px;
    padding-left: 5px;
    padding-bottom:1em;
}
#career tr:last-child > td {
    padding-bottom:0;
}
#career .m_box1 {
    width: 35%;
    max-width: 300px;
    float: right;
}
#career .m_box2 {
    width: 60%;
    float: left;
}
#career #sc03 .m_box1, #career #sc03 .m_box2 {
    margin-top: 2em;
}
#career #sc04 .m_box1, #career #sc04 .m_box2 {
    margin-top: 1em;
}
#career .m_box1 .m_box_in {
    width: 100%;
    line-height: 1.1em;
    margin-bottom: 5em;
}
#career .m_box1 .m_box_in cite {
    font-size: 0.75em;
}
#career .m_box1 .m_box_in img {
    width: 100%;
    padding-bottom: 0.5em;
}
#career table cite::before {
    content: "·";
    padding-right: 2px;
    color: #b2b8d7;
}
#career .m_place {
	padding-left: 0.5em;
}

/*summary*/
.m_summary {
    background-image: url("../img/bg_img3.webp");
    background-size: cover;
    background-position: center center;
}
#summary h4{
	font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
}
#summary .m_box1 {
    width: 48%;
    float: left;
    margin-top: 2em;
}
#summary .m_box2 {
    width: 48%;
    float: right;
    margin-top: 2em;
}
/*works*/
.m_works {
    background-image: url("../img/bg_img4.webp");
    background-size: cover;
    background-position: center center;
}
#works cite {
	font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.8em;
}
#works p {
    margin-top: 0;
    line-height: 1.25em;
}
#works ul {
	display: flex;
    flex-wrap:wrap;
}
#works ul li {
	display: flex;
    width: 32%;
    margin-right: 2%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    flex-direction: column;
}
#works ul li:nth-child(3n) { 
    margin-right:0;
}
#works ul li.m_4cl {
    width: 25% !important;
    margin-right: 0;
}
#works ul li.m_seasons {
    width: 66% !important;
    margin-right: 0;
}
#works ul li div {
	flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.size194 {
	width: 98%;
}
.size162 {
	width: 95%;
}
.size145 {
	width: 92%;
}
.size130 {
	width: 77%;
}
.size116 {
	width: 75%;
}
.size091 {
	width: 74%;
}
.size072 {
	width: 72%;
}
.size060 {
	width: 60%;
}
.size053 {
	width: 59%;
}
.size045 {
	width: 57%;
}
.size033 {
	width: 52%;
}
.size027 {
	width: 45%;
}
.size024 {
	width: 44%;
}
.size022 {
	width: 42%;
}
.size018 {
	width: 40%;
}
li.m_4cl .size018 {
	width: 60%;
}
#works ul li div img {
	width: 100%;
}

@media screen and (max-width: 1280px) {
#nav-toggle {
	display: block;
}
#g_nav {
    width: 200px;
    transform: translateX(-200px);
    transition: 2s;
    height: 100vh;
    background: rgba( 100, 33, 68, 0);
    opacity: 0;
}
.open #g_nav {
    transform: translateX(0);
    background: rgba( 100, 33, 68, .75);
    opacity: 1;
}
.m_img1, .m_img2 {
    display: none;
}
.m_img1s, .m_img2s, .m_img1s2, .m_img2s2 {
    display: block;
}
}

@media screen and (max-width: 900px) {
body {
	font-size:0.9em;
}
.m_lead {
    font-size:1.1em;
}
.m_caption {
    font-size:0.8em;
}
.m_data {
	font-size:0.8em;
}
.w900on {
	display: inline;
}
dl.m_btn {
    font-size: 0.8em;
}
.open #g_nav2 {
	width: 100vw;
    -webkit-overflow-scrolling: touch;
}
#g_nav2 li{
    font-size: 1.5em;
}
#g_nav ul li a.nav_link, #g_nav2 ul li a.nav_link {
	padding-top:3.5vw;
}
}
@media screen and (max-width:768px) {
#top_btn {
  display:none;
}
.open #g_nav {
    width: 100%;
    background: rgba( 100, 33, 68, 1);
}
}
@media screen and (max-width: 640px) {
body {
	font-size:0.95em;
}
.m_lead {
    font-size:1em;
}
.m_data {
	font-size:0.8em;
}
.w640on {
	display: inline;
}
.w640off {
	display: none;
}
#g_nav ul li a.nav_link, #g_nav2 ul li a.nav_link {
	padding-top:3vw;
}
#g_nav ul li {
    font-size: 1.1em;
    padding-top:2em;
}
#g_nav ul li.sub {
    font-size: 1em;
}
#g_nav .m_icon {
    width: 25px;
}
}

@media screen and (max-width: 480px) {
h1 {
	line-height: 1.2em;
    margin-top: 2vw;
}
section {
    padding-top: 75px;
}
.w480on {
	display: inline;
}
.m_title {
	padding: 65px 0 10px;
}
footer {
    margin-top: 5vw;
}
#career section#sc02 {
    padding-top: 50px;
}
#career .m_box1 {
    width: 100%;
    margin: 0 auto;
    float: none;
}
#career .m_box2 {
    width: 100%;
    float: none;
}
#summary h4{
	font-size: 1.1em;
}
#summary .m_box1, #summary .m_box2 {
    width: 100%;
    float: none;
}
#works ul li {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}
#works ul li:nth-child(3n) { 
    margin-right:auto;
}
#works ul li.m_4cl, #works ul li.m_seasons {
    width: 80% !important;
    margin-right: auto;
}
}

@media screen and (max-width: 430px) {
#home footer {
    min-height: 50vw;
}
#home .m_partition {
    top: -50vw;
}
#home .title_bg {
    top: -11vw;
}
#home h2 img {
    width: 7.5vw;
}
#home #section2 {
    padding-bottom: 105vw;
}

#home #section3 h2 {
    padding-top: 7vw;
}
#home #section3 #a4 h3 {
    padding-top: 5em;
}
#home #section3 ul.m_item li {
	width:47%;
    margin-top: 5vw;
}
#home #section4 .m_box2 {
	width: 90%;
    margin-top: 5vw;
}
#home #section4 table.m_data th {
	padding:15px 2px;
}
#home #section4 table.m_data td {
	padding:15px 2px 15px 5px;
}
}