@charset "UTF-8";

/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/

.ft-out{
  font-family: "Outfit", sans-serif;
}

.ft-ship{
  font-family: "Shippori Mincho B1", serif;
}

.ft-lex{
  font-family: "Lexend", sans-serif;
}

/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, 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;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
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
}
img {
  border: 0;
  width: 100%
}
picture{
  display: block;
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], 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
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
  line-height: 1.4;
}

body {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  overflow-x: hidden;
  background: url(../../img/webp/main_bg.webp) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
#contents p,
#contents li {
  line-height: 2.4;
}
hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}

.flexBox,
.flexList{
  display: flex;
}

/* base contents
-------------------*/

.clipped span{
  background: rgb(174,154,115);
  font-family: 'Philosopher', sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1.2;
}

/*header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  margin: 0 auto;
  height: 200px;
}

#header .headWrap{
  position: relative;
}

#header .store-btn {
  position: absolute;
  left: 30px;
  top: 40px;
}

#header .store-btn a{
  border: 1px solid #333;
  border-radius: 30px;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Cormorant Garamond', serif !important;
  padding: 10px 15px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#header .store-btn a:hover{
  border: 1px solid #a36a6a;
  background: rgba(163,106,106,0.2);
  color: #8f4f4f;
}

#header.active {
  opacity: 1;
}
#header .logo.top {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  width: 240px;
}

#header .logo{
  left: 5%;
  top: 35px;
  position: absolute;
}

#header .logo a {
  display: block;
}

#header .logo img {
  z-index: 999;
  display: block;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  max-width: 200px;
  width: 100%;
}

.Menu {
  border-radius: 50%;
  border: 1px solid #bfbfbe;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1010;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  position: fixed;
  width: 60px;
  height: 60px;
}

.Menu p{
  display: contents;
}
.Menu span {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  height: 1px;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.Menu,
.Menu.active {
    display: block;
    height: 60px;
    width: 60px;
    top: 30px;
    right: 30px;
  }

  .Menu span {
    width: 22px;
  }

  .Menu span:nth-of-type(1) {
    top: 24px;
  }

  .Menu span:nth-of-type(2) {
    top: 32px;
  }

  .Menu.active span{
    left: 18px;
  }

.Menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  top: 20px;
}

.Menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.nav_btn{
  z-index: 1111;
  position: fixed;
  right: 120px;
  top: 40px;
}

.nav_btn a{
  color: #bfbfbe;
  font-size: 22px;
  font-size: 2.2rem;
}


#header.fixed {
  height: 100px; 
  position: fixed;
}

#header.fixed .logo {
  top: 23px;
}

#header.fixed .headWrap {
    height: 100px;
}

#header.fixed #gNav{
  display: none;
}

/*spNav*/
/*#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}

#Nav.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

#Nav nav .nav-wrap{
  width: 80%;
  margin: 0 auto 10%;
}

.nav-list{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.nav-list > ul:first-child{
  margin-right: 100px;
}

.nav-list ul li a{
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}

.nav-link{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-link a{
  color: #fff;
}

.nav-link-about{
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 25px;
}

.nav-link a i{
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 8px;
}

#Nav #Bg {
  height: 100%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}

#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav::after {
  background: url(../../img/webp/main_bg.webp) no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#Nav::before, #Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active::before, #Nav.active::after {
  opacity: 1;
}
#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}

.menu_logo{
  display: block;
  margin: 0 auto 45px;
  width: 70px;
}

#Nav nav {
  display: flex;
    justify-content: center;
    width: 100%;
    height: 90%;
    align-items: center;
    padding: 10% 0 0 0;
}

#Nav.active{
  width: 100%; 
}
*/

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.secInr {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.secInrW {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 14px; font-size: 1.4rem;}
.text15{ font-size: 15px; font-size: 1.5rem;}
.text16{ font-size: 16px; font-size: 1.6rem;}
.text17{ font-size: 17px; font-size: 1.7rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text19{ font-size: 19px; font-size: 1.9rem;}
.text20{ font-size: 20px; font-size: 2.0rem;}
.text21{ font-size: 21px; font-size: 2.1rem; line-height: 1; font-weight: 400;}
.text24{ font-size: 24px; font-size: 2.4rem; line-height: 1; font-weight: 400;}
.text28{ font-size: 28px; font-size: 2.8rem; line-height: 1; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem !important;  line-height: 1; font-weight: 400;}
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1; font-weight: 400;}
.text120{font-size: 120px; font-size: 12rem !important;  line-height: 1; font-weight: 400;}

.head14{ font-size: 14px; font-size: 1.4rem;}
.head15{ font-size: 15px; font-size: 1.5rem;}
.head16{ font-size: 16px; font-size: 1.6rem;}
.head20{ font-size: 20px; font-size: 2.0rem;}
.head21{ font-size: 21px; font-size: 2.1rem;}
.head22{ font-size: 22px; font-size: 2.2rem;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head27{ font-size: 27px; font-size: 2.7rem;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; }
.head36{ font-size: 36px; font-size: 3.6rem; line-height: 1.4;}
.head40{ font-size: 40px; font-size: 4.0rem; letter-spacing: 0.05em;}
.head42{ font-size: 42px; font-size: 4.2rem; line-height: 1.4; letter-spacing: 0.05em;}
.head44{ font-size: 44px; font-size: 4.4rem; letter-spacing: 0.05em;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.2;}
.head60{ font-size: 60px; font-size: 6.0rem; line-height: 1.2;}
.head75{ font-size: 75px; font-size: 7.5rem; line-height: 0.9;}

/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.top0 {
  margin-top: 0 !important;
}
.top5 {
  margin-top: 5px !important;
}
.top10 {
  margin-top: 10px !important;
}
.top15 {
  margin-top: 15px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top25 {
  margin-top: 25px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top35 {
  margin-top: 35px !important;
}
.top40 {
  margin-top: 40px !important;
}
.btm0 {
  margin-bottom: 0 !important;
}
.btm5 {
  margin-bottom: 5px !important;
}
.btm10 {
  margin-bottom: 10px !important;
}
.btm15 {
  margin-bottom: 15px !important;
}
.btm20 {
  margin-bottom: 20px !important;
}
.btm25 {
  margin-bottom: 25px !important;
}
.btm30 {
  margin-bottom: 30px !important;
}
.btm35 {
  margin-bottom: 35px !important;
}
.btm40 {
  margin-bottom: 40px !important;
}
.btm45 {
  margin-bottom: 45px !important;
}
.btm50 {
  margin-bottom: 50px !important;
}
.btm55 {
  margin-bottom: 55px !important;
}
.btm60 {
  margin-bottom: 60px !important;
}
.btm65 {
  margin-bottom: 65px !important;
}
.btm70 {
  margin-bottom: 70px !important;
}
.btm75 {
  margin-bottom: 75px !important;
}
.btm80 {
  margin-bottom: 80px !important;
}
.btm85 {
  margin-bottom: 85px !important;
}
.btm90 {
  margin-bottom: 90px !important;
}
.btm95 {
  margin-bottom: 90px !important;
}
.pT0 {
  padding-top: 0 !important;
}
.pT5 {
  padding-top: 5px !important;
}
.pT10 {
  padding-top: 10px !important;
}
.pT15 {
  padding-top: 15px !important;
}
.pT20 {
  padding-top: 20px !important;
}
.pT25 {
  padding-top: 25px !important;
}
.pT30 {
  padding-top: 30px !important;
}
.pT35 {
  padding-top: 35px !important;
}
.pT40 {
  padding-top: 40px !important;
}
.pT45 {
  padding-top: 45px !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.pB5 {
  padding-bottom: 5px !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.pB20 {
  padding-bottom: 20px !important;
}
.lm5 {
  margin-left: 5px !important;
}
.lm10 {
  margin-left: 10px !important;
}
.lm15 {
  margin-left: 15px !important;
}
.lm20 {
  margin-left: 20px !important;
}
.lm50 {
  margin-left: 50px !important;
}
.lm60 {
  margin-left: 60px !important;
}
.lm70 {
  margin-left: 70px !important;
}
.rm5 {
  margin-right: 5px !important;
}
.rm10 {
  margin-right: 10px !important;
}
.rm15 {
  margin-right: 15px !important;
}
.rm20 {
  margin-right: 20px !important;
}
.vAT {
  vertical-align: top !important;
}
.vAM {
  vertical-align: middle !important;
}
.vAB {
  vertical-align: bottom !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.is-ipad {
  display: none;
}
.is-spS {
  display: none;
}
.spTel {
  pointer-events: none;
}

/* section
-------------------*/
section {
  clear: both;
}
/* compo parts
-------------------*/
/*btn*/

/*head*/

/* top contents for pc
-------------------------------------------------------------------------------------*/

/* Adjustment
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1630px) {

}

@media only screen and (max-width: 1280px) {

.text13 { font-size: 1.2rem;}
.text21 { font-size: 1.8rem;}
.head21 { font-size: 1.8rem;}
.head32 { font-size: 2.2rem;}
.head40 { font-size: 3rem;}
.head50 { font-size: 4rem;}

}

@media only screen and (max-width: 1420px) {

}

@media only screen and (max-width: 1300px) {
.is-ipad{
  display: block;
}

.fvBg img {
    height: 360px;
}

.fvTxt .fv-h2 {
    font-size: 6rem;
}
}



/* for responsive
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1150px) {

#content p{
  font-size: 1.4rem;
  line-height: 1.7;
}  

.clipped span{
  font-size: 5.2rem;
}
}

@media only screen and (max-width: 950px) {
.line {
    font-size: 1.4rem;
    margin-top: 150px;
}

.line.scrollin::before {
  height: 140px;
}
.line:before {
  top: -150px;
}
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {

.is-pc{
  display: none;
}

.is-sp {
  display: block;
}

#Nav #Bg {
    width: 100%;
}

#Nav.active {
    width: 100%;
}

body,
.text16,
.head16{
  font-size: 1.4rem;
}

.clipped span {
  font-size: 4.6rem;
}

}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
}
/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/
.portrait.ipad #mv {
  height: 50vh;
}
.portrait.ipad #mv .mvInr {
  height: 50vh;
}
/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {
  .portrait.iphone #mv {
    height: 64vh;
  }
}
/* animation
-------------------------------------------------------------------------------------*/
/*.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}*/

.fadein {
  opacity: 0;
  transition: all 1000ms;
}

.fadein.scrollin{
  opacity: 1;
  animation: slide-skew 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.fadeinb,
.fadeinb-last {
  opacity: 0;
  filter: blur(30px);
  transition: all 1000ms;

}
.fadeinb.scrollin,
.fadeinb-last.scrollin {
  opacity: 1;
  filter: blur(0px);
}

.mv-h2,
.mv-h3 {
  opacity: 0;
  transition: all 1000ms;
}
.mv-h2.scrollin,
.mv-h3.scrollin {
  opacity: 1;
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
 
@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}

.mv-h4,
.mv-open{
  opacity: 0;
  filter: blur(30px);
  transition: all 500ms;
}

.mv-h4.scrollin,
.mv-open.scrollin{
  opacity: 1;
  filter: blur(0px);
}

@media only screen and (max-width: 1280px) {

}

@media screen and (max-width: 1080px) {

.text15 { font-size: 1.3rem;}
.text18 { font-size: 1.5rem;}
.text32 { font-size: 2.0rem;}
.text48 { font-size: 2.4rem;}

.head15 { font-size: 1.4rem;}
.head21 { font-size: 1.6rem;}
.head22 { font-size: 1.7rem;}
.head24 { font-size: 1.8rem;}
.head32 { font-size: 1.8rem;}
.head36 { font-size: 2.0rem; line-height: 1.4;}
.head40 { font-size: 2.4rem; line-height: 1.4;}
.head44 { font-size: 2.2rem; line-height: 1.4;}
.head50 { font-size: 3rem;}
}

.loading.none{
  display: none;
}

