@charset "utf-8";
/* ************************************************************************************************
   font
　************************************************************************************************ */
 @font-face{font-family:'FontAwesome';src:url('../font/FontAwesome4/fontawesome-webfont.eot?v=4.7.0');src:url('../font/FontAwesome4/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font/FontAwesome4/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font/FontAwesome4/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font/FontAwesome4/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../font/FontAwesome4/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-instagram:before{content:"\f16d"}.fa-facebook-official:before{content:"\f230"}.fa-facebook-square:before{content:"\f082"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-phone:before {content:"\f095";}


/* ************************************************************************************************

   normalize.css

   ************************************************************************************************ */
   
img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C""\201D""\2018""\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* ************************************************************************************************
   Base
   ************************************************************************************************ */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* remember: box-sizing is not supported by IE7 :( */ outline: none; vertical-align: top; }
html { width: 100%; }
html,
body { font: normal 1em/2em 'Inter',"YakuHanJPs",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Hiragino Sans","ヒラギノ角ゴ ProN W3","Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; margin: 0; padding: 0; width: 100%; color: #202020; background:#e7e7e6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:400; vertical-align: top; }
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;font-weight:500}
p { margin: 0; padding: 0; font-weight: normal; }
a { color: inherit; outline: none; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:focus { outline: none; }
button { text-decoration:none; border:none;}
/* ----- *::selection ----- */ 
*::-moz-selection {background: #9deaff;color:#fefefe;}
*::selection { background: #9deaff; color: #fefefe; }
/* ----- h1,h2,h3,h4,h5 ----- */ 
h1,h2,h3,h4,h5{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; margin: 0; padding: 0;}

/* ----- .cf ----- */ 
.cf:before,
.cf:after { content: ""; display: block; overflow: hidden; }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

/* ----- .transition03 ----- */ 
.transition03 { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.transition05 { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

/* ----- img----- */ 
img { width: 100%; height:auto;}
/* ----- a ----- */ 
a { color: inherit; outline: none; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:focus,
*:focus { outline: none; text-decoration: none; }
a:hover { text-decoration: none; outline: none; }
/* ----- p ----- */ 
p { margin: 0; padding: 0; font-size: 14px; font-weight: 400; line-height: 2; letter-spacing: 1px; }
@media only screen and (max-width: 738px) {
p { font-size: 13px; line-height: 1.8; letter-spacing: 0.5px; }
}


/* ************************************************************************************************
   #page
   ************************************************************************************************ */
#page { height:100%; position:relative; z-index:0; overflow: hidden;}  


/* ----------------------------------------------------------   

   .block_home_mv

   ---------------------------------------------------------- */

.block_home_mv { height:100vh; min-height:100%; position: relative; z-index:0; overflow: hidden;}

/* .txt_area */
.block_home_mv .txt_area { position: absolute; top: 50%; right: 0;width: 100%;text-align: center;z-index: 3;-webkit-transform: translate(0, -50%); transform: translate(0, -50%); margin: -5px 0 0; }
.block_home_mv .txt_area .img_logo { margin: 0 auto; width: 180px;}
.block_home_mv .txt_area .t_uc { margin: 25px 0 0; font-size: 15px; font-weight: 400; letter-spacing: .025em; line-height: 1;}
.block_home_mv .txt_area .t_uc_jp { margin: 10px 0 0; font-size: 14px;letter-spacing: .1em; line-height: 1;}

/* .sns_area */
.block_home_mv .sns_area { margin: 35px 0 0;}
.block_home_mv .sns_area .btn_instagram { display: inline-block; font-size: 15px; font-weight: 400; position: relative; z-index: 0; line-height: 30px; letter-spacing: -.01em; }
.block_home_mv .sns_area .btn_instagram:before {margin: 0 5px 0 0; font-size: 1.05em; font-family:'FontAwesome';content:"\f16d"; }
.block_home_mv .sns_area .btn_instagram:after { position: absolute; bottom: 2px; right: 0; left: 0; height: 1px; content: "";background: #202020; z-index: 1;transition: transform .3s cubic-bezier(.215, .61, .355, 1);transform-origin: left center;transform:scaleX(1) }

@media only screen and (min-width: 961px) {
.block_home_mv .sns_area .btn_instagram:hover:after { transform-origin: right center;transform:scaleX(0)}
}
@media only screen and (max-width: 640px) {
.block_home_mv .txt_area .img_logo { margin: 0 auto; width: 160px;}
.block_home_mv .txt_area .t_uc { margin: 20px 0 0; font-size: 14px;}
.block_home_mv .txt_area .t_uc_jp { margin: 10px 0 0; font-size: 14px;}

/* .sns_area */
.block_home_mv .sns_area { margin: 45px 0 0;}
.block_home_mv .sns_area .btn_instagram { font-size: 15px; line-height: 30px;  }
}

/* ----- .mainvisual ----- */
.mainvisual{height: calc(var(--vh, 1vh) * 100);}

@media only screen and (max-width: 738px) {
.mainvisual{height: calc(var(--vh, 1vh) * 100);}
}
@media only screen and (max-width: 640px) {
.mainvisual{height: calc(var(--vh, 1vh) * 100);}
}



/* ************************************************************************************************
   footer
   ************************************************************************************************ */ 	 

footer { position: absolute; bottom: 0; left: 20px; z-index: 1; display: none}
footer p.copy { font-size:11px;font-weight: 400; letter-spacing:.01em; line-height: 50px;}


