*,
::after,
::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
}

html {
	line-sizing: normal;
}

body {
	margin: 0;
}

pre {
	white-space: pre-wrap;
}

hr {
	border-style: solid;
	border-width: 1px 0 0;
	color: inherit;
	height: 0;
	overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

canvas,
img,
video {
	height: auto;
}

audio {
	width: 100%;
}

img {
	border-style: none;
}

svg {
	overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

ul,
ol,
li {
	display: block;
	list-style-type: none;
}

input,
button,
select,
textarea,
fieldset,
label {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	color: currentColor;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	line-height: 2;
	color: #000;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-width: 1200px;
	background-color: #fff;
	font-family: "Helvetica Neue",HelveticaNeue,arial,YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

*[data-src],
*[data-bg],
.lazyload {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.lazyloading,
.lazyloaded {
	opacity: 1;
}

a {
	position: relative;
	color: currentColor;
	text-decoration: none;
}

a[href] {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

a[href]:hover {
	opacity: .5;
}

input[type="submit"],
button {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

input[type="submit"]:disabled {
	opacity: .3;
}

input[type="submit"]:not(:disabled):hover,
button:hover {
	opacity: .5;
}

img {
	max-width: 100%;
	height: auto;
}

img.-pc {
	display: block!important;
}

img.-sp {
	display: none!important;
}

p.-pad {
	padding: 0 40px;
}

p.-justify {
	text-align: justify;
}

br.-pc {
	display: block;
}

br.-sp {
	display: none;
}

.-ul {
	text-decoration: underline;
}

.-serif {
	font-family: 'Cormorant Garamond',"Times New Roman","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
}

.-center {
	text-align: center;
}

.btn {
	text-align: center;
	margin-right: -30px;
	margin-left: -30px;
	font-size: 0;
}

.btn>a {
	margin: 0 auto;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc( (100% / 3) - 60px);
	height: 60px;
	background-color: #f00;
	color: #fff;
}

.wrapper {
	overflow: hidden;
	padding: 80px 0 0;
}


.menu {
	display: none;
	position: fixed;
	top: 10px;
	right: 4px;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.menu>span {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 25px;
	height: 1px;
	background-color: #000;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu.-open>span:nth-of-type(1){
	transform: rotate(-45deg) translate(-5px,5px);
}

.menu.-open>span:nth-of-type(2){
	opacity: 0;
}

.menu.-open>span:nth-of-type(3){
	transform: rotate(45deg) translate(-5px,-5px);
}

.menu>span+* {
	margin-top: 6px;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	min-width: 1200px;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	z-index: 10;
	letter-spacing: .1em;
}

.nav>ul {
	height: 80px;
	font-size: 1.8rem;
	display: flex;
	align-items: center;

}

.nav>ul>*+* {
	margin-left: 40px;
}


.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide a:focus {
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	right: 40px;
	left: 40px;
	font-size: 0;
	text-align: center;
	height: 0;
}

.slick-dots>* {
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
}

.slick-dots>*>button {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #e6e6e6;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.slick-dots>*.slick-active>button {
	background-color: #000;
}

.cols {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -40px;
	margin-left: -40px;
	margin-bottom: -80px;
}

.cols>* {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0 40px 80px;
}

.cols>*.-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.cols>*.cols_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cols>*>*+* {
	margin-top: 40px;
}

.cols>*>* + .title {
	margin-top: 64px;
}


.cols.-gather {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cols.-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cols.-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cols.-between:not([class*="-has"])>* {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-middle {
	align-items: center;
}

.cols.-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: justify;
}

.cols.-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cols.-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cols[class*="-has"] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cols[class*="-has"]>* {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-has1>* {
	-ms-flex-preferred-size: calc( 100% / 1 - 80px);
	flex-basis: calc( 100% / 1 - 80px);
}

.cols.-has2>* {
	-ms-flex-preferred-size: calc( 100% / 2 - 80px);
	flex-basis: calc( 100% / 2 - 80px);
}

.cols.-has3>* {
	-ms-flex-preferred-size: calc( 100% / 3 - 80px);
	flex-basis: calc( 100% / 3 - 80px);
}

.cols.-has4>* {
	-ms-flex-preferred-size: calc( 100% / 4 - 80px);
	flex-basis: calc( 100% / 4 - 80px);
}

.cols.-has5>* {
	-ms-flex-preferred-size: calc( 100% / 5 - 80px);
	flex-basis: calc( 100% / 5 - 80px);
}

.cols.-has6>* {
	-ms-flex-preferred-size: calc( 100% / 6 - 80px);
	flex-basis: calc( 100% / 6 - 80px);
}

.cols.-close {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: -40px;
}

.cols.-close>* {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	
}

.cols.-close.-has1>* {
	-ms-flex-preferred-size: calc( 100% / 1 - 40px);
	flex-basis: calc( 100% / 1 - 40px);
}

.cols.-close.-has2>* {
	-ms-flex-preferred-size: calc( 100% / 2 - 40px);
	flex-basis: calc( 100% / 2 - 40px);
}

.cols.-close.-has3>* {
	-ms-flex-preferred-size: calc( 100% / 3 - 40px);
	flex-basis: calc( 100% / 3 - 40px);
}

.cols.-close.-has4>* {
	-ms-flex-preferred-size: calc( 100% / 4 - 40px);
	flex-basis: calc( 100% / 4 - 40px);
}

.cols.-close.-has5>* {
	-ms-flex-preferred-size: calc( 100% / 5 - 40px);
	flex-basis: calc( 100% / 5 - 40px);
}

.cols.-close.-has6>* {
	-ms-flex-preferred-size: calc( 100% / 6 - 40px);
	flex-basis: calc( 100% / 6 - 40px);
}

.cols.-attach {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.cols.-attach>* {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
}

.cols.-attach.-has1>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cols.-attach.-has2>* {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cols.-attach.-has3>* {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.cols.-attach.-has4>* {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.cols.-attach.-has5>* {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.cols.-attach.-has6>* {
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%;
}

.cols.-attach>*.-head2 {
	-ms-flex-preferred-size: calc( ((100% + 20px) / $i) - 20px);
	flex-basis: calc( ((100% + 20px) / $i) - 20px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-attach>*.-head2+* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc( ((100% + 20px) / (2 - 1)));
	flex-basis: calc( ((100% + 20px) / (2 - 1)));
}

.cols.-attach>*.-head3 {
	-ms-flex-preferred-size: calc( ((100% + 20px) / $i) - 20px);
	flex-basis: calc( ((100% + 20px) / $i) - 20px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-attach>*.-head3+* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc( ((100% + 20px) / (3 - 1)));
	flex-basis: calc( ((100% + 20px) / (3 - 1)));
}

.cols.-attach>*.-head4 {
	-ms-flex-preferred-size: calc( ((100% + 20px) / $i) - 20px);
	flex-basis: calc( ((100% + 20px) / $i) - 20px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-attach>*.-head4+* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc( ((100% + 20px) / (4 - 1)));
	flex-basis: calc( ((100% + 20px) / (4 - 1)));
}

.cols.-attach>*.-head5 {
	-ms-flex-preferred-size: calc( ((100% + 20px) / $i) - 20px);
	flex-basis: calc( ((100% + 20px) / $i) - 20px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-attach>*.-head5+* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc( ((100% + 20px) / (5 - 1)));
	flex-basis: calc( ((100% + 20px) / (5 - 1)));
}

.cols.-attach>*.-head6 {
	-ms-flex-preferred-size: calc( ((100% + 20px) / $i) - 20px);
	flex-basis: calc( ((100% + 20px) / $i) - 20px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.cols.-attach>*.-head6+* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc( ((100% + 20px) / (6 - 1)));
	flex-basis: calc( ((100% + 20px) / (6 - 1)));
}

.cols.-attach.-border {
	margin-left: -1px;
	overflow: hidden;
}

.cols.-attach.-border>* {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.col {
}

.content {
	position: relative;
	padding: 80px 0;
}

.content>*+* {
	margin-top: 80px;
}


.content_inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.content_inner.-narrow {
	max-width: 720px;
}

.content_inner>*+* {
	margin-top: 36px;
}

.content_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: .75;
}

.content_bg + * {
	margin-top: 0;
	z-index: 2;
}

/*
.content_link {
}

.content_link a {
	text-decoration: underline;
}
*/


.img {
	display: block;
	position: relative;
	background-color: transparent;
}

.img::before {
	content: '';
	display: block;
	width: 100%;
}

.img.-r1x1::before {
	padding-top: 100%;
}

.img.-r3x2::before {
	padding-top: 66.66%;
}

.img.-r16x9::before {
	padding-top: 56.25%;
}

.img.-r2x3::before {
	padding-top: 150%;
}

.img.-rMV::before {
	padding-top: 66.66%;
}

.img>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: fill;
	object-fit: fill;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: 'object-fit: fill;object-position: 50% 50%;';
}

.img>iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img.-cover>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;object-position: 50% 50%;';
}

.img.-contain>img {
	width: 100%;
	height: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;object-position: 50% 50%;';
}

.img.-mono {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter .5s;
	transition: -webkit-filter .5s;
	transition: filter .5s;
	transition: filter .5s, -webkit-filter .5s;
}

.img.-mono:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.img_caption {
	margin-top: 10px;
}

.inlines {
	letter-spacing: -.4em;
	line-height: 1.1;
}

.inlines>* {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
}

.inlines>*+* {
	margin-left: 40px;
}

.inlines.-narrow>*+* {
	margin-left: 10px;
}

.inlines.-bar>*+* {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid currentColor;
}

.title {
	letter-spacing: .1em;
	line-height: 1.2;
	font-feature-settings: "palt";
}

h2.title {
	font-size: 3.2rem;
}

h3.title {
	font-size: 2.4rem;
}

.sub {
	letter-spacing: .1em;
}



.content ul.-dot>* {
	padding-left: 1.5em;
	overflow: hidden;
}

.content ul.-dot>*::before {
	content: '・';
	display: block;
	width: 1.5em;
	height: 1em;
	float: left;
	margin-left: -1.5em;
}


.intro {
	position: relative;
}

.intro_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 160px;
}

.intro_img * {
	height: 100%;
}

.intro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

*[data-scroll]{
	opacity: 0;
	transition: transform 0s, opacity 1s;	
}

*[data-scroll][style]{
	opacity: 1;
}

.bokeh {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.bokeh[class*="intro_bokeh"] {
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 1200px;
	width: 80%;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .65;

}

.bokeh[class*="intro_bokeh"]::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 50%;
}

.bokeh.intro_bokeh02 {
	opacity: .4;
}

.intro_name {
	max-width: 1200px;
	width: 100%;
	height: 800px;
	position: relative;
	left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro_name_jp {
	position: absolute;
	top: -1.5em;
	left: 3em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	height: auto;
	letter-spacing: .2em;
	line-height: 2.4;
	font-size: 1.8rem;
}

.intro_name_jp + * {
	margin-top: 80px;
}

.intro_name_en {
	font-size: 6.4rem;
	line-height: 1;
	letter-spacing: .1em;
}

.intro_name_en span {
	display: inline-block;
}

.intro_name_p {
	position: relative;
	left: .2em;
	display: flex;
	font-size: 4.8rem;
	margin-top: 24px;
	align-items: center;
	line-height: 1;
	letter-spacing: .1em;
}

.intro_name_p::before {
	content: '';
	border-top: 1px solid #000;
	width: 24px;
	margin-right: 16px;
}



#profile .slide {
	max-width: 560px;
	width: 100%; 
	overflow: hidden;
}

.bokeh[class*="profile_bokeh"] {
	position: absolute;
	bottom: -35%;
	left: -50%;
	max-width: 600px;
	width: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	pointer-events: none;
}

.bokeh[class*="profile_bokeh"]::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.instagram_items img {
	filter: saturate(20%);
	transition: filter 1s;
}

.instagram_items a:hover {
	opacity: 1;
}

.instagram_items a:hover img {
	filter: saturate(100%);
}

.contact_form {
	position: relative;
	display: block;
	max-width: 480px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.contact_form>*+* {
	margin-top: 24px;
}

.contact_text {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.contact_textarea {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #ddd;
	resize: none;
	height: 8em;
	background-color: #fff;
}

.contact_submit {
	background: #000;
	color: #fff;
	font-size: 2rem;
	display: inline-block;
	max-width: 100%;
	width: 120px;
}

.contact_form.-done * {
	opacity: .1;
	pointer-events: none;
}

.contact_form::before {
	content: 'Thank you.';
	white-space: pre;
	line-height: 1.25;
	font-size: 2.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	font-family: 'Cormorant Garamond',"Times New Roman","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s, visibility 0s ease 1s;
}

.contact_form.-done::before {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;

}

.contact_check {
	cursor: pointer;
}

.contact_check:before {
	position: relative;
	top: -.1em;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 6px;
}

.contact_check.checked:before {
	background: url(../images/checked.svg) center center /contain no-repeat;
}


.copyright {
	line-height: 1;
}

#profile {
	position: relative;
	max-width: 640px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.profiles {
	margin-top: 40px;
}

.profile_lang {
	position: absolute;
	top: -8px;
	right: 0;
	display: flex;
	margin-top: 0;
	align-items: center;
	justify-content: center;
}

.profile_lang span {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	justify-content: center;
}

.profile_lang button {
	display: flex;
	width: 40px;
	height: 40px;
	text-align: center;
	justify-content: center;
	opacity: .5;
	transition: opacity .5s;
}

.profile_lang button.current {
	opacity: 1;
	
}

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


}

@media screen and (max-width: 35em) {

body {
	min-width: 0;
}

img.-pc {
	display: none!important;
}

img.-sp {
	display: block!important;
}

br.-pc {
	display: none;
}

br.-sp {
	display: block;
}

.cols {
	margin-right: -10px;
	margin-left: -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.cols>* {
	margin: 0 10px 40px;
}

.cols.-has1>* {
	-ms-flex-preferred-size: calc( 100% - 20px);
	flex-basis: calc( 100% - 20px);
}

.cols.-has2>* {
	-ms-flex-preferred-size: calc( 100% - 20px);
	flex-basis: calc( 100% - 20px);
}

.cols.-has3>* {
	-ms-flex-preferred-size: calc( 100% - 20px);
	flex-basis: calc( 100% - 20px);
}

.cols.-has4>* {
	-ms-flex-preferred-size: calc( 50% - 20px);
	flex-basis: calc( 50% - 20px);
}

.cols.-has5>* {
	-ms-flex-preferred-size: calc( 50% - 20px);
	flex-basis: calc( 50% - 20px);
}

.cols.-has6>* {
	-ms-flex-preferred-size: calc( 50% - 20px);
	flex-basis: calc( 50% - 20px);
}

.cols.-close {
	margin-right: -2px;
	margin-left: -2px;
	margin-bottom: -4px;
}

.cols.-close>* {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	
}

.cols.-close.-has1>* {
	-ms-flex-preferred-size: calc( 100% / 1 - 4px);
	flex-basis: calc( 100% / 1 - 4px);
}

.cols.-close.-has2>* {
	-ms-flex-preferred-size: calc( 100% / 2 - 4px);
	flex-basis: calc( 100% / 2 - 4px);
}

.cols.-close.-has3>* {
	-ms-flex-preferred-size: calc( 100% / 3 - 4px);
	flex-basis: calc( 100% / 3 - 4px);
}

.cols.-close.-has4>* {
	-ms-flex-preferred-size: calc( 100% / 4 - 4px);
	flex-basis: calc( 100% / 4 - 4px);
}

.cols.-close.-has5>* {
	-ms-flex-preferred-size: calc( 100% / 5 - 4px);
	flex-basis: calc( 100% / 5 - 4px);
}

.cols.-close.-has6>* {
	-ms-flex-preferred-size: calc( 100% / 6 - 4px);
	flex-basis: calc( 100% / 6 - 4px);
}

.content {
	padding: 40px 20px;
}

.content_inner {
	max-width: 100%;
}

.content_inner.-narrow {
	max-width: 100%;
}

p.-pad {
	padding: 0 20px;
}

.menu {
	display: block;
}

.nav {
	opacity: 0;
	visibility: hidden;
	min-width: 0;
	transition: opacity 1s, visibility 0s ease 1s;
	z-index: 5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,255,255,.9);
	padding: 20px;
	font-size: 1.8rem;
}

.nav ul {
	flex-direction: column;
	height: auto;
}

.nav ul>*+* {
	margin: 40px 0 0;
}

.nav.-show {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

.intro_img {
	left: 40px;
}

.intro_img .slick-slide[data-slick-index="2"] img {
	object-position: right bottom;
}

.intro_name {
	left: 20px;
	height: calc( 160vw - 40px );
}

.intro_name_jp {
	top: -56px;
	left: calc(20px - .75em);
	font-size: 1.6rem;
}

.intro_name_en {
	font-size: 10vw;
}

.intro_name_en span {
	display: block;
}

.intro_name_en span + span {
}

.intro_name_en span img {
	transform: scale(.7);
	transform-origin: top left;
}

.intro_name_p {
	margin-top: 24px;
	font-size: 7.5vw;
}

.bokeh {
}

.bokeh[class*="intro_bokeh"] {
	top: 75%;
	width: calc(100% + 80px);
}

.bokeh[class*="intro_bokeh"]::before {
	padding-top: 66.66%;
}

* + #profile,
* + #contact {
	margin-top: 40px;
}

#profile .slide {
	max-width: calc( 100vw - 40px );
}

.profile_bokeh {
	position:relative;
	margin: 0 -40px;
}

#schedule .cols.-reverse.-middle {
	margin-bottom: -64px;
}

#schedule .col {
	margin-bottom: 64px;
}

#contact {
	padding: 40px;
}

.profile_lang {
	margin: 20px 0 -20px;
	position: static;
}

.bokeh[class*="profile_bokeh"] {
	position: absolute;
	bottom: -10%;
	left: -5%;
	max-width: 100%;
	width: 100%;
}



}

