@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 300 75%/1.5 "KozGoPro-Regular", "小塚ゴシック Pro R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
  color: #000000;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

/* select {
	-moz-appearance: none;    // Firefox 40+
	-webkit-appearance: none; // Chrome 45+

	&::-ms-expand {
		display: none;        // Edge 12+, Internet Explorer 11-
	}

	&::-ms-value {
		color: currentColor;  // Edge 12+, Internet Explorer 11-
	}
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*  ==========================================================================
    Common
    ========================================================================== */
html {
  background-color: #69624F;
}

body {
  position: relative;
  z-index: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  color: #ffffff;
  background: #69624F url("../image/hero.jpg") center center/cover no-repeat;
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #69624F url("../image/hero.jpg") center center/cover no-repeat;
}

.font_sans-serif {
  font-family: Arial, Helvetica, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

@media only screen and (max-width: 479px) {
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: none;
  }
  .overTB {
    display: none;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 100%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: inline;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

ul, ol {
  list-style: none;
}

a {
  color: #333;
}
a:hover {
  color: #000;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 1.3em;
}

.red {
  color: #ff4545;
}

.cancel {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.rpsimg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 479px) {
  .spMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.noTxt {
  overflow: hidden;
  text-indent: 100%;
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

.arrow {
  white-space: nowrap;
}
.arrow:before {
  content: "> ";
}

a:hover .mov:after {
  content: url(../img/playicon_on.png);
  margin: 8px;
  position: relative;
  top: 2px;
}

sup {
  font-size: 0.8em;
}

::selection {
  color: #eee;
  background: #524a33;
  text-shadow: none;
}

/*  ==========================================================================
    Image Animation
    ========================================================================== */
a.imgZoom {
  -webkit-font-smoothing: antialiased;
}
a.imgZoom .img_wrapper {
  position: relative;
  overflow: hidden;
}
a.imgZoom img {
  transition: all 0.3s;
}
a.imgZoom:hover img {
  transform: scale(1.05);
}
a.imgZoom:hover .btn {
  color: #fff !important;
  background: #ff7f00 !important;
}

a.imgFadein .img_wrapper {
  background-color: #c9af7d;
}
a.imgFadein img, a.imgFadein .btn {
  transition: all 0.3s;
  opacity: 0.5;
}
a.imgFadein:hover img {
  opacity: 1;
}
a.imgFadein:hover .btn {
  color: #fff;
  background: #84a2b2;
}

a.imgFadeout .img_wrapper {
  background-color: #c9af7d;
}
a.imgFadeout img {
  transition: all 0.3s;
  opacity: 1;
}
a.imgFadeout:hover img {
  opacity: 0.5;
}

a.fadeout {
  transition: all 0.3s;
  opacity: 1;
}
a.fadeout:hover, a.fadeout.select {
  opacity: 0.5;
}

/*  ==========================================================================
    Loader
    ========================================================================== */
#loaderWrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-top: -25px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 100000;
}

/*  ==========================================================================
    Header
    ========================================================================== */
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 1em;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  header {
    padding: 2.1em 2.4em;
    text-align: left;
  }
}
header .rpsimg {
  max-width: 80px;
}
@media only screen and (min-width: 480px) {
  header .rpsimg {
    max-width: 100px;
  }
}

/*  ==========================================================================
    Hero
    ========================================================================== */
.hero {
  position: relative;
  height: calc(100vh - 44px);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .hero {
    height: calc(100vh - 57px);
  }
}
.hero-caption {
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1;
}
.hero-title {
  position: relative;
  z-index: 2;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.2em;
  margin-right: -0.3em;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  .hero-title {
    font-size: 9rem;
  }
}
.hero-copy {
  position: relative;
  z-index: 3;
  font-family: "Bodoni Moda", serif;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1;
}
@media only screen and (min-width: 480px) {
  .hero-copy {
    font-size: 1.5rem;
  }
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 30%, rgb(105, 98, 79));
}

/*  ==========================================================================
    Section
    ========================================================================== */
#main {
  background-color: #69624F;
}

.cont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 8em 0;
}

.cont-title {
  margin-bottom: 3em;
  font-size: 1.1rem;
  letter-spacing: 3;
}

#concept {
  position: relative;
}
#concept .cont-wrapper .concept-main {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #concept .cont-wrapper .concept-main {
    width: 90%;
  }
}
#concept .cont-wrapper .concept-main .concept-lead {
  font-size: 1.1rem;
  letter-spacing: 1.2;
  line-height: 3;
}
@media only screen and (min-width: 480px) {
  #concept .cont-wrapper .concept-main .concept-lead {
    font-size: 1.2rem;
  }
}
#concept .cont-wrapper .concept-comingsoon {
  margin-top: 4em;
  font-size: 1.5rem;
  letter-spacing: 6;
}

.btn-wrapper {
  margin: 4em auto;
  text-align: center;
}
.btn-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  margin: 0 auto;
  padding: 1.2em 3em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  color: #69624F;
  background-color: #FFFFFF;
}
.btn-wrapper .btn .fa-instagram {
  margin-right: 0.6em;
}

#profile {
  background-color: #514b3a;
  position: relative;
}
#profile .cont-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#profile .cont-wrapper .profile-main {
  width: 93%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-main {
    flex-direction: row;
  }
}
#profile .cont-wrapper .profile-img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-img {
    width: 48%;
  }
}
#profile .cont-wrapper .profile-img .rpsimg {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-img .rpsimg {
    width: 100%;
  }
}
#profile .cont-wrapper .profile-txt {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-txt {
    width: 48%;
  }
}
#profile .cont-wrapper .profile-name {
  font-size: 1.5rem;
  margin-top: 0.9em;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-name {
    margin-top: 0;
    text-align: left;
  }
}
#profile .cont-wrapper .profile-lead {
  margin-top: 0.6em;
  font-size: 0.8em;
  line-height: 2.1;
}
@media only screen and (min-width: 480px) {
  #profile .cont-wrapper .profile-lead {
    font-size: 1em;
  }
}
#profile .cont-wrapper .profile-lead a {
  color: #fff;
  text-decoration: underline;
}

/*  ==========================================================================
    footer
    ========================================================================== */
#footer {
  position: relative;
  padding: 3em 0;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1;
}