@charset "utf-8";

/*
Theme Name:	YOSHIMISM
Description: YOSHIMISM
Author: Ryowan Inc.
Version: 1.0.0
*/


/* RESET */
html {line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body {margin: 0;}
main {display: block;}
p,table,blockquote,address,pre,iframe,form,figure,dl {margin: 0;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;line-height: inherit;font-weight: inherit;margin: 0;}
ul,ol {margin: 0;padding: 0;list-style: none;}
dt {font-weight: bold;}
dd {margin-left: 0;}
hr {box-sizing: content-box; height: 0;overflow: visible;border: 0;border-top: 1px solid;margin: 0;clear: both;color: inherit;}
pre {font-family: monospace, monospace; font-size: inherit;}
address {font-style: inherit;}
a {background-color: transparent;text-decoration: none;color: inherit;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size: inherit;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;vertical-align: bottom;max-width: 100%;width: 100%; height: auto;}
embed,object,iframe {border: 0;vertical-align: bottom;}
button,input,optgroup,select,textarea {-webkit-appearance: none;appearance: none;vertical-align: middle;color: inherit;font: inherit;border: 0;background: transparent;padding: 0;margin: 0;outline: 0;border-radius: 0;text-align: inherit;}
[type='checkbox'] {-webkit-appearance: checkbox;appearance: checkbox;}
[type='radio'] {-webkit-appearance: radio;appearance: radio;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,[type='button'],[type='reset'],[type='submit'] {cursor: pointer;-webkit-appearance: none;appearance: none;}
button[disabled],[type='button'][disabled],[type='reset'][disabled],[type='submit'][disabled] {cursor: default;}
button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {margin: 0;padding: 0;border: 0;min-width: 0;}
legend {color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type='checkbox'],[type='radio'] {padding: 0;}
[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button {height: auto;}
[type='search'] {outline-offset: -2px;}
[type='search']::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
label[for] {cursor: pointer;}
details {display: block;}
summary {display: list-item;}
table {border-collapse: collapse;border-spacing: 0;}
caption {text-align: left;}
td,th {vertical-align: top;}
th {text-align: left;font-weight: bold;}
template {display: none;}
[hidden] {display: none;}
i{font-style: normal;}

*:focus {outline:0;}

/* padding,border内側設定 */
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
::before,::after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}



/* ==================================
	Common
	================================== */

html{
	font-family: YakuHanJP, YuGothic,"Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	word-spacing: 1px;
	letter-spacing: .17em;
	line-height: 1.7;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	overflow: auto;
    color: #2d2418;
}
body {
    overflow-y: scroll;
    overflow-x: hidden;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

a.disabled{
	pointer-events: none;
}

.invisible {
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.visible {
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

@media (max-width: 780px){
	html{
		font-size: 15px;	
	}
	.pc{
		display: none;
	 }
	 .sp{
		display: block;
	 }
	
}
/* ==================================
    FONT
    ================================== */
nav,.font-sans,.footer-list,.g-footer {
    font-family:  'Lato', sans-serif;
}
.font-serif {
    font-family: 'Cormorant Garamond', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*  ==================================
	Loader
	================================== */
#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  top: 0;
  left: 0;
  transition: all 1s;
  background-color: #f2f2f2;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #00416d;
  font-size: 10px;
  margin: 50vh auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loaded #loader{
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* ==================================
	header
	================================== */
header{
	z-index: 99;
	position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: .8s cubic-bezier(0.46, 0.03, 0.25, 1);
	-o-transition: .8s cubic-bezier(0.46, 0.03, 0.25, 1);
	transition: .8s cubic-bezier(0.46, 0.03, 0.25, 1);
}
header .header-wrap{
	width: 100%;
	height: 80px;
    margin: 30px 0;
    color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
body.moved header  {
    position: fixed;
    background-color: #fff;
    -webkit-transition: 1.2s cubic-bezier(0.46, 0.03, 0.25, 1);
	-o-transition: .8s cubic-bezier(0.46, 0.03, 0.25, 1);
	transition: .8s cubic-bezier(0.46, 0.03, 0.25, 1);
}
body.moved header .header-wrap {
    margin: 0;
    border-bottom: 1px solid #eee;
}
body.moved header .header-wrap .header-r nav ul li a {
    color: #2f3233;
    -webkit-transition: 1.2s cubic-bezier(0.46, 0.03, 0.25, 1);
	-o-transition: 1.2s cubic-bezier(0.46, 0.03, 0.25, 1);
	transition: 1.2s cubic-bezier(0.46, 0.03, 0.25, 1);
}

.header-logo {
	position: absolute;
	top: 50%;
	left: 4%;
	max-width: 48px;
	min-width: 48px;
	height: 46px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.header-logo a {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-logo a:hover {
	opacity: .6;
}
.header-logo-svg path{
  fill: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.moved .header-logo-svg path{
  fill: #2d2418;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap .header-r {
	display: block;
	position: absolute;
	top: 50%;
	right: 4%;
	 -webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.header-wrap .header-r nav {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: flex-end;
}
.header-wrap .header-r nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 1;
	font-size: 13px;
    letter-spacing: .15em;
}
.header-wrap .header-r nav ul li a {
	padding: 0 20px;
	position: relative;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-wrap .header-r nav ul li:last-child a {
    padding-right: 0;
}
.header-wrap .header-r nav ul.nav-btn-list {
    margin-left: 80px;
}
.header-wrap .header-r nav ul.nav-btn-list  li {
    position: relative;
}
.header-wrap .header-r nav ul.nav-btn-list  li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    pointer-events: painted;
}
.header-wrap .header-r nav ul.nav-btn-list  li.nav-item-ig::before{
    width: 16px;
    height: 16px;
    background-image: url("../images/common/instagram.svg");
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
body.moved .header-wrap .header-r nav ul.nav-btn-list  li.nav-item-ig::before {
    background-image: url("../images/common/instagram-b.svg");
}
.header-wrap .header-r nav ul.nav-btn-list  li.nav-item-contact {
    margin: 0 0 0 24px;
}
.header-wrap .header-r nav ul.nav-btn-list  li.nav-item-contact::before {
    width: 20px;
    height: 14px;
    background-image: url("../images/common/contact.svg");
    background-size: 20px 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
}
body.moved .header-wrap .header-r nav ul.nav-btn-list  li.nav-item-contact::before {
    background-image: url("../images/common/contact-b.svg");
}

@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	.header-logo{
		left: 6%;
		max-width: 126px;
    	min-width: 126px;
		z-index: 2;
	}
	header .header-wrap{
		margin: 0;
	}
	.header-wrap .header-r {
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%,50%);
        -ms-transform: translate(50%,50%);
        -o-transform: translate(50%,50%);
        transform: translate(50%,50%);
		opacity: 0;
		display: none;
	}
	.active .header-wrap .header-r {
		opacity: 1;
    	background: rgba(0,0,0,0.8);
    	width: 100vw;
    	top: 0;
    	right: 0;
    	transform: translate(0, 0);
		min-height: 100vh; /* Fallback */
  		min-height: calc(var(--vh, 1vh) * 100);
		display: block;
	}
	.header-wrap .header-r nav {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
		position: relative;
    	top: calc(var(--vh, 1vh) * 22);
}
	.header-wrap .header-r nav ul {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column-reverse;
  		flex-direction: column-reverse;
		align-items: center;
	}
	.header-wrap .header-r nav ul.nav-btn-list {
    	margin-left: 0;
	}
	.header-wrap .header-r nav ul li a {
		padding: 0;
	}

	.header-wrap .header-r nav ul.nav-btn-list li.nav-item-contact{
        margin: 0 0 25vw;
		font-size: 20px;
	}
	.header-wrap .header-r nav ul.nav-btn-list li::before{
    	left: 50%;
    	top: -25px;
	}
	.header-wrap .header-r nav ul li.nav-item {
    	align-items: center;
    	margin-bottom: 11vw;
		font-size: 20px
	}
	.header-wrap .header-r nav ul.nav-btn-list .nav-item-ig {
    	position: relative;
		font-size: 16px;
	}
	.sp-header-r{
		display: flex;
		right: 6%;
		top: 77%;
	 	-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		position: relative;
		z-index: 2;
	}
	.sp-header-r .nav-item-contact{
		width: 40px;
    	height: 40px;
    	background-image: url("../images/common/contact.svg");
    	background-size: 25px 14px;
    	background-position: 50% 50%;
    	background-repeat: no-repeat;
		margin-right: 4px;
	}

	.openbtn{
		position: relative;
		width: 40px;
    	height: 40px;
		cursor: pointer;
	}
	.openbtn span{
        display: inline-block;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: #fff;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
  }
	.openbtn span:nth-of-type(1){
		top: 38%;	
  		width: 50%;
	}
	.active .openbtn span:nth-of-type(1){
		top: 50%;
		-webkit-transform: rotate(-136deg);
		-ms-transform:  rotate(-136deg);
		-o-transform: rotate(-136deg);
		transform: rotate(-136deg);
	}
	.openbtn span:nth-of-type(2){
		top: 58%;
  		width: 50%;
	}
	.active .openbtn span:nth-of-type(2){
		-webkit-transform: rotate(136deg);
		transform: rotate(136deg);
		top: 50%;
	}
	body.moved .header-wrap .sp-header-r .nav-item-contact{
    	background-image: url("../images/common/contact-b.svg");
	}
	body.moved.active .header-wrap .sp-header-r .nav-item-contact{
    	background-image: url("../images/common/contact.svg");
	}
	body.moved .header-wrap .openbtn span{
		background-color: #2d2418;
	}
	body.moved.active .header-wrap .openbtn span{
		background-color: #fff;
	}
	.header-wrap .header-r nav ul.nav-btn-list li.nav-item-ig::before{
		background-size: 26px 26px;
		width: 26px;
    	height: 26px;
	}
	.header-wrap .header-r nav ul.nav-btn-list li.nav-item-contact::before{
		display: none;
	}
	.overflow-hidden {
  		overflow: hidden;
	}
	.btn-cancel {
    	height: 100%;
    	width: 100%;
    	z-index: 100;
		display: none;
	}
	.active .btn-cancel {
		display:block;
		position: absolute;
	}
	body.moved header .header-wrap .header-r nav ul li a {
    	color: #fff;
	}
	body.moved .header-wrap .header-r nav ul.nav-btn-list  li.nav-item-ig::before {
    	background-image: url("../images/common/instagram.svg");
	}
	.header-wrap .header-r nav ul.nav-btn-list .nav-item-ig a{
		padding-top: 60px;
	}
	body.moved.active .header-logo-svg path{
		fill: #fff;
	}
}
/* ==================================
	Footer
	================================== */
footer {
    width: 100%;
    margin-top: 200px;
    color: #fff;
    position: relative;
}
footer .footer-container {
    padding: 4vw;
    background-color: #8e704a;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
}
.footer-logo {
	position: relative;
	max-width: 200px;
	min-width: 200px;
	line-height: 1.3;
}
.footer-logo a {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer-logo a:hover {
	opacity: .6;
}
.footer-list ul {
    background-color: #8e704a;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
}
.footer-list ul li.nav-item {
    margin-right: 40px;
    font-size: 14px;
}
.footer-list ul li.nav-item:last-child {
    margin-right: 0;
}
.footer-list ul li.nav-item ul {
    display: block;
}
.footer-list ul li.nav-item ul li.nav-item-sub:first-child {
    font-size: 14px;
    margin-bottom: 1em;
}
.footer-list ul li.nav-item ul li.nav-item-sub:nth-child(n + 2) {
    font-size: 12px;
    margin-bottom: 1em;
}
footer .g-footer {
    padding: 20px 4vw;
    background-color: #1d170f;
}
footer .g-footer .copyright {
    font-size: 12px;
}
@media (max-width: 780px){
	footer{
		margin-top: 0;
	}
	footer .footer-container{
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
	}
	.footer-list ul{
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
	}
	.footer-list ul li.nav-item{
		margin-top: 20px;
	}
	footer .footer-container {
    	padding: 10vw 6%;
	}
}
/*  ==================================
	MAIN COMMON
	================================== */
section#service,section#style,section#school {
    width: 100%;
    margin: 160px 0 0;
}
section .title-container {
    width: 100%;
}
.inner {
    width: 84%;
    margin: 0 auto;
}
section .box-title {
    color: #8e704a;
}
section .box-title h2.title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    letter-spacing: .05em;
    margin: 0 0 .5em;
    line-height: 1.1;
}
section .box-title h2.title::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #8e704a;
    margin: 12px 24px 0 0;
    vertical-align: top;
}
section .box-title h3.title-jp {
    font-size: .85em;
    margin-left: 56px;
}
section .flex-container {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section .box-text {
    letter-spacing: .3em;
    line-height: 2.3em;
    text-align: justify;
}
.red-btn a {
    display: inline-block;
    padding: 1.25em 1.875em;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .12em;
    background-color: #8e704a;
    border: 1px solid #8e704a;
    position: relative;
    width: 200px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-text-link a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #8e704a;
    border-bottom: 1px solid #8e704a;
    font-family:  'Lato', sans-serif;
}

@media (min-width: 961px){
    .red-btn a:hover {
        color: #8e704a;
        background-color: transparent;
    }
}

@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	section .flex-container {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
	}
	section .box-text {
    	letter-spacing: .2em;
    	line-height: 2;
	}
	section .box-title h2.title {
    	font-size: 24px;
		margin: 0 0 5px;
	}
	section .box-title h2.title::before{
		width: 16px;
		margin: 12px 8px 0 0;
	}
	.inner {
    	width: 88%;
	}
	section .box-title h3.title-jp{
		margin-left: 24px;
		font-size: 12px;
	}
	section#service, section#style, section#school {
    margin: 100px 0 0;
}
}
/*  ==================================
	COMMON CONTACT
	================================== */
section#contact {
    background-color: #f0e4d6;
    padding: 100px 0;
    text-align: center;
}
section#contact .title-inner {
    font-size: 24px;
    margin-bottom: 128px;
    color: #8e704a;
    position: relative;
}
section#contact .title-inner h2::after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #2d2418;
    position: absolute;
    bottom: -64px;
    left: calc(50% - 60px);
}
section#contact p {
    margin-bottom: 64px;
}
section#contact .cv-btn a {
    display: inline-block;
    padding: 1.45em 1.875em 1.55em;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .12em;
    border: 1px solid #8e704a;
    position: relative;
    width: 400px;
    text-align: left;
    color: #8e704a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
section#contact .cv-btn a::before {
    content: '';
    display: block;
    position: absolute;
    right: 1.875em;
    top: 50%;
    width: 20px;
    height: 8px;
    background: url("../images/common/arrow-red.svg") center center/cover no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
    section#contact .cv-btn a {
		width: 100%;
		font-size: 12px;
	}
	section#contact p{
		letter-spacing: .08em;
    	line-height: 25px;
    	font-size: 14px;
	}
	section#contact{
		padding: 120px 0 120px;
	}
	section#contact .title-inner {
    	font-size: 20px;
    	letter-spacing: 0.1em;
		line-height: 34px;
		margin-bottom: 112px;
	}
	section#contact .title-inner h2::after {
		bottom: -54px;
	}
}
/*  ==================================
	MAIN MV
	================================== */
section#mv {
    width: 100%;
    height: 100vh;
    background-image: url("../images/top/mv.jpg");
    position: relative;
    overflow: hidden;
	background-repeat: no-repeat;
    background-size: cover;
}
.mv-copy {
    width: 68%;
    margin: 0 auto;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    text-align: right;
    filter: drop-shadow(14px 10px 32px #664b38);
}
.mv-copy .mv-copy-en {
    display: block;
}
.mv-copy .mv-copy-jp {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: .25em;
    color: #fff;
    position: absolute;
    left: 13%;
    bottom: 0;
} 
.fix-scroll{
  width: 20px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 4%;
  line-height: 20px;
}
.fix-scroll .scroll-wrap {
  position: static;
  right: 0;
  bottom: 0;
}
.fix-scroll .scroll-inner p {
  font-size: .87em;
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: .15em;
  color: #fff;
}
.fix-scroll .scroll-bar {
  width: 1px;
  height: 120px;
  background-color: #79746e;
  position: absolute;
  bottom: 0;
  left: 9px;
  overflow: hidden;
}
.fix-scroll .scroll-bar::before {
  content: '';
  width: 1px;
  height: 120px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: -120px;
  left: 0;
  -webkit-animation: scroll-bar 3.5s ease 0s infinite normal;
  animation: scroll-bar 3.5s ease 0s infinite normal;
}
@keyframes scroll-bar {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 120px, 0);
    transform: translate3d(-50%, 120px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 120px, 0);
    transform: translate3d(-50%, 120px, 0);
  }
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */ 
	section#mv{
		background-position: center;
	}
	.mv-copy{
		width: 70%;
	}
}
/*  ==================================
	MAIN MESSAGE
	================================== */
section#message {
    width: 100%;
    padding: 100px 0 0;
}
section#message .box-l,
section#message .box-r{
    width: 44%;
    margin: 0 auto;
}
section#message .flex-container {
    margin-top: 64px;
}
section#message .box-r .box-text {
    margin-bottom: 40px;
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */ 
	section#message .box-l{
		margin-bottom: 400px;
	}
	section#message .box-l,
	section#message .box-r {
    	width: 100%;
	}
	section#message .box-r .box-text {
    	margin-bottom: 32px;
}
	section#message .box-r .box-text:last-child{
    	margin-bottom: 0;
}
	section#message .flex-container {
    	margin-top: 6vw;
}
	section#message{
		width: 100%;
    	padding: 80px 0 0;
	}
}
/*  ==================================
	MAIN SERVICE
	================================== */
section#service {
    background-color: #f8f2eb;
}
section#service .title-container {
    background: #f0e4d6;
    padding: 160px 0;
}
section#service .box-inner:last-child {
    padding-bottom: 160px;
}
section#service .title-container .flex-container .box-l {
    width: 40%;
}
section#service .title-container .flex-container .box-r {
    width: 60%;
}
section#service .flex-container {
    justify-content: space-between;
    align-items: center;
}
section#service .box-inner {
    margin-top: 80px;
}
section#service .box-inner  .box-l,
section#service .box-inner  .box-r {
    width: 48%;
}
section#service .box-inner .box-img {
    overflow: hidden;
}
section#service .box-inner .box-img a {
    position: relative;
    display: block;
}
section#service .box-inner .box-img .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
section#service .box-inner .box-r.box-img .img {
    background: url("../images/top/service-extensions.jpg");
	background-size: 180%;
    background-position-x: -240px;
    background-repeat: no-repeat;
    background-position-y: -110px;
}
section#service .box-inner .box-l.box-img .img {
    background: url("../images/top/service-eyebrow.jpg") center center/cover no-repeat;
	background-size: 200%;
    background-repeat: no-repeat;
    background-position: center;
}
section#service .box-inner  .box-l.box-text {
    padding: 0 10% 0 0;
}
section#service .box-inner  .box-r.box-text {
    padding: 0 0 0 10%;
}
section#service .box-inner .box-text .title-inner {
    font-size: 24px;
    color: #8e704a;
    line-height: 1.1;
    margin-bottom: 40px;;
}
section#service .box-inner .box-text p {
    margin-bottom: 40px;
}
@media (min-width: 961px){
    section#service .box-inner a:hover .img {
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        transform: scale(1.1);
    }
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	section#service .flex-container{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	section#service .box-inner.flex-container{
		-webkit-box-orient: vertical;
  		-webkit-box-direction: reverse;
  		-ms-flex-direction: column-reverse;
  		flex-direction: column-reverse;
	}
	section#service .title-container .flex-container .box-r {
    	width: 100%;
		margin-top: 6vw ;
	}	
	section#service .box-inner .box-l.box-text,
	section#service .box-inner .box-r.box-text {
    	padding: 0;
		margin-top: 8vw;
	}
	section#service .box-inner .box-l,
	section#service .box-inner .box-r {
    	width: 100%;
	}
	section#service .box-inner .box-r.box-img,
	section#service .box-inner .box-l.box-img{
	}
	section#service .box-inner:last-child {
    	-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
	}
	section#service .title-container {
		padding: 100px 0 100px;
	}
	section#service .box-inner:last-child{
		margin-top: 80px;
	}
	section#service .box-inner .box-text .title-inner{
		margin-bottom: 5vw;
		font-size: 22px;
	}
	section#service .box-inner .box-text p {
    margin-bottom: 8vw;
		line-height: 1.8;
}
	section#service .box-inner:last-child {
    padding-bottom: 100px;
}
	section#service .box-inner {
    margin-top: 100px;
}
	section#service .box-inner .box-r.box-img .img{
		background-position-x: -150px;
    	background-position-y: -60px;

	}
}

/*  ==================================
	MAIN STYLE
	================================== */
section#style .style-container {
    margin: 80px auto 0;
    padding-bottom: 100px;
    position: relative;
}
section#style .flex-container {
    width: 800px!important;
    margin: auto calc((100% - 800px)/2);
    justify-content: space-between;
}
section#style .flex-container .box-l,
section#style .flex-container .box-r {
    width: 420px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section#style .swiper-wrapper {
    z-index: 4;
}
.swiper-slide-active {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.5s;
    -o-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.5s;
    transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.5s;
}
.swiper-slide-prev,
.swiper-slide-next {
    opacity: .6;
    -webkit-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.3s;
    transition: all 0.6s cubic-bezier(0.12, 0.46, 0.57, 1) 0.3s;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding-top: 80px;
    z-index: 1;
}
section#style .btn-prev,
section#style .btn-next {
    display: block;
    position: absolute;
    z-index: 5;
    top: calc(50% - 28px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-top: 1px solid #2d2418;
    margin-top: 1px;
}
section#style .btn-prev {
    left: 0;
    border-left: 1px solid #2d2418;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
section#style .btn-next {
    right: 0;
    border-right: 1px solid #2d2418;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
section#style .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
section#style .swiper-pagination-bullet-active {
    background: #8e704a;    
}
section#style .flex-container .box-l {
    margin-right: -2em;
}
section#style .flex-container .box-l .box-style-title {
    height: 3em;
    position: relative;
}
section#style .flex-container .box-l .box-style-title span.style-num {
    position: absolute;
    top: .9em;
    left: -1em;
    font-size: 32px;
    font-style: italic;
    color: #8e704a;
    line-height: 1;
}
section#style .flex-container .box-l .box-style-title h4.style-title {
    font-size: 17px;
}
section#style .flex-container .box-r {
    margin-left: -2em;
    align-items: flex-end;
}
section#style .flex-container .box-l .style-after-img,
section#style .flex-container .box-r .style-after-img {
    overflow: hidden;
}
section#style .flex-container .box-r .style-btn {
    color: #8e704a;
    line-height: 1;
}
section#style .flex-container .box-r .style-btn a {
    position: relative;
    display: inline-block;
    padding-right: 38px;
}
section#style .flex-container .box-r .style-btn a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 8px;
    background: url("../images/common/arrow-red.svg") center center/cover no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	section#style .flex-container .box-l .box-style-title h4.style-title{
		display: none;
	}
   	section#style .flex-container .box-l,
	section#style .flex-container .box-r {
		width: 240px;
	}
	section#style .flex-container {
    	width: 240px!important;
    	margin: auto calc((100% - 240px)/2);
	}
	section#style .btn-prev,
	section#style .btn-prev, section#style .btn-next{
		width: 30px;
    	height: 30px;
	}
	section#style .flex-container .box-r{
		margin-left: 0;
	}
	section#style .flex-container .box-r .style-btn{
		bottom: -40px;
    	position: absolute;
		right: -40px;
	}
	section#style .flex-container .box-l .box-style-title {
	}
}

/*  ==================================
	MAIN SCHOOL
	================================== */
section#school .title-container {
    background: #f0e4d6;
    padding: 160px 0 0;
}
section#school .title-container::after {
    content: "";
    display: block;
    width: 84%;
    margin: 100px auto 0;
    height: 1px;
    background-color: #bfbfbf;
}
section#school .flex-container {
    justify-content: space-between;
}
section#school .flex-container .box-l {
    width: 40%;
}
section#school .flex-container .box-r {
    width: 60%;
}
section#school .box-inner {
    background: #f0e4d6;
    padding: 100px 0 160px;
}
section#school ul.flex-container li.school-item {
    width: 30%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
}
.school-list-title {
    margin: 0 0 1.2em;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.school-list-title span.school-point {
    color: #8e704a;
    font-size: .9em;
    display: block;
    margin-bottom: .8em;
}
.school-list-title h4.school-title {
    font-size: 1.2em;
    flex-grow: 1;
}
section#school .school-list .box-l,
section#school .school-list .box-r {
    width: 50%;
    padding: 100px 10%;
    color: #fff;
}
section#school .school-list .box-l {
    background: #000 url("../images/top/extensions-bg.jpg") center center/cover no-repeat;
}
section#school .school-list .box-r {
    background: #000 url("../images/top/eyebrow-bg.jpg") center center/cover no-repeat;
}
section#school .school-list .school-list-title {
    margin-bottom: 64px;
}
section#school .school-list .school-list-title  .title-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: -o-flex;
	display: flex;
    margin-bottom: 48px;
}
section#school .school-list .school-list-title .title-inner span {
    font-size: 32px;
    font-style: italic;
    padding-right: 20px;
    line-height: 40px;
}
section#school .school-list .school-list-title h3 {
    font-size: 22px;
    line-height: 40px;
}
section#school .school-list ul.school-btn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 236px;
}
section#school .school-list ul.school-btn-list li.school-btn-item {
    margin-bottom: 10px;
}
section#school .school-list ul.school-btn-list li.school-btn-item:last-child {
    margin-bottom: 0;
}
section#school .school-list ul.school-btn-list li.school-btn-item a {
    display: inline-block;
    padding: 1.25em 1.875em 1.35em;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .12em;
    border: 1px solid #fff;
    position: relative;
    width: 100%;
    text-align: left;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
section#school .school-list ul.school-btn-list li.school-btn-item a::before {
    content: '';
    display: block;
    position: absolute;
    right: 1.875em;
    top: 50%;
    width: 20px;
    height: 8px;
    background: url("../images/common/arrow-white.svg") center center/cover no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	section#school .flex-container .box-r {
    	width: 100%;
		margin-top: 6vw ;
	}	
	section#school ul.flex-container li.school-item {
    	width: 100%;
		margin-top: 64px ;
	}
	section#school ul.flex-container li.school-item:first-child{
		margin-top: 0;
	}
	section#school .school-list .box-l,
	section#school .school-list .box-r {
    	width: 100%;
	}
	section#school .school-list .box-l{
	    padding: 120px 10%;
	} 
	section#school .school-list .box-r{
		padding: 120px 10%;
		margin-top: 0;
	}
	section#school .school-list ul.school-btn-list{
		min-height: auto;
	}
	section#school .school-list ul.school-btn-list li.school-btn-item {
    margin-bottom: 16px;
}
	section#school .school-list ul.school-btn-list li.school-btn-item a{
		padding: 1.45em 1.875em 1.55em;
		line-height: 1.4;
		font-size: 12px;
	}
	.school-list-title{
		margin: 0 0 20px;
	}
	.school-list-title span.school-point{
		margin-bottom: 10px;
	}
	.school-list-title h4.school-title{
		line-height: 31px;
		font-size: 20px;
	}
	section#school .title-container::after{
		width: 88%;
		margin: 64px auto 0;
	}
	section#school .title-container {
    padding: 100px 0 0;		
}
	section#school .box-inner {
    padding: 64px 0 100px;
}
}

/*  ==================================
	MAIN NEWS
	================================== */
.section-news {
    margin: 160px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
}
.section-news section#news,
.section-news section#ig{
    width: 48%;
}
.top-news-list,
.top-ig-list {
    width: 100%;
    margin: 60px auto;
    position: relative;
    min-height: 368px;
    overflow: hidden;
}
.top-news-list {
    border-top: 1px solid #eee;
}
.top-news-item {
    width: 100%;
    font-size: 14px;
}
.top-news-item a {
    display: block;
    padding: 32px 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.top-news-item a p.news-item-rep {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
}
.top-news-item a p.news-item-rep span.news-date {
    margin-right: 24px;
    color: #4e4e4e;
}
.top-news-item a p.news-item-rep span.news-tag {
    color: #8e704a;
}

@media (min-width: 961px){
    .top-news-item a:hover {
        background-color: #f8f5f1;
    }
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	.section-news section#ig {
		margin-top: 100px;	
	}
	.section-news section#news,
	.section-news section#ig {
		width: 100%;
	}
	.section-news {
		-webkit-box-orient: vertical;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: column;
  		flex-direction: column;
		margin: 100px auto;
	}
}

/*  ==================================
	MAIN DIRECTOR
	================================== */
section#director {
    width: 84%;
    margin: 0 auto;
    padding: 100px 80px;
    background-color: #f8f2eb;
    text-align: center;
}
section#director h2 {
    color: #8e704a;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    letter-spacing: .05em;
    margin: 0 0 80px;
    line-height: 24px;
}
section#director .flex-container {
    justify-content: space-between;
    align-items: center;
}
section#director .flex-container .box-l {
    width: 42%;
}
section#director .flex-container .box-l.box-img {
    display: block;
    overflow: hidden;
    position: relative;
}
section#director .flex-container .box-l.box-img .img {
    background: url("../images/top/yoshimi-nakane.jpg") center center/cover no-repeat;
    overflow: hidden;
    position: relative;
    padding-top: 144%;
}
section#director .flex-container .box-r {
    width: 52%;
}
section#director .flex-container .box-r.box-text {
    position: relative;
    padding-bottom: 2rem;
}
section#director .flex-container .box-r.box-text::after {
    content: "";
    position: absolute;
    bottom: -4rem;
    right: -4%;
    width: 160px;
    height: 80px;
    background: url("../images/top/sign-nakane_yoshimi.svg") center center/contain no-repeat;
}
section#director .flex-container .box-r .box-title {
    color: #2d2418;
    line-height: 1.8;
}
section#director .flex-container .box-r .box-title h3,
section#director .flex-container .box-r .box-title h4 {
    display: inline-block;
}
section#director .flex-container .box-r .box-title h3 {
    font-size: 24px;
    margin-right: 16px;
}
section#director .flex-container .box-r .box-title h4 {
    font-size: 14px;
    letter-spacing: .2em;
}
.director-credit {
    margin: 24px 0;
    font-size: 13px;
    letter-spacing: .1em;
}
.director-bio {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .2em;
    color: #2d2418;
}
@media (max-width: 780px){
/*  ------------------
	hori   
	------------------  */
	section#director h2 {
    margin: 0 0 64px;
}
	section#director {
    	padding: 100px 6% 150px;
		width: 100%;
		text-align: inherit;
	}
	section#director h2::before {
    	content: "";
        display: inline-block;
        height: 1px;
        background-color: #8e704a;
        vertical-align: top;
        margin: 12px 8px 0 0;
        width: 16px;
	}
	section#director .flex-container .box-l{
		width: 70%;
	}
	section#director .flex-container .box-r{
		width: 88%;
	}
	section#director .flex-container .box-r.box-text {
		margin-top: 50px;
	}
}