@import url('https://fonts.googleapis.com/css2?family=Forum&family=Lato:wght@100;300;400;700;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@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
-------------------------------------------------------------------------------------*/

.en{
  font-family: 'Forum', cursive !important;
}

.lato{
  font-family: 'Lato', sans-serif !important;
}

.jp{
  font-family: 'Shippori Mincho', serif !important;
}

/*font-family: 'Forum', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Outfit', sans-serif;
font-family: 'Shippori Mincho', 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
}
h1 {
  font-size: 2em
}
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%
}
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-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.4;
}

body {
  position: relative;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #505050;
  font-size: 15px;
  font-size: 1.5rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
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 {
  line-height: 1.7;
}
hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}

.flexBox,
.flexList{
  display: flex;
}



/* base contents
-------------------*/
.Menu{
  display: none;
}

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

#header .headWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;  
}

#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: 5%;
}
#header .logo.fix {
  display: none;
}
#header .logo a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  /*
  width: 100%;
  height: 100%;
  */
}

/*#header .logo a:first-of-type{
	width: 150px;
	width: 34.88%;
}
#header .logo a:last-of-type{
	width: 260px;
	width: 60.46%;
}*/

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

#gNav {
  display: flex;
  flex-direction: row-reverse;
  /*width: 100%;*/
  width: calc(100% - 300px);
}
#gNav ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 3% 0 auto;
}
#gNav ul li {
  margin-left: 15px;
}

#gNav ul li:first-child{
  margin-left: 0;
}

#gNav ul li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Gilda Display', serif;
  letter-spacing: 0.08em;
}

#gNav ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#gNav ul li.store a,
#Nav ul li.store a{
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
}

#gNav ul li.store a:hover,
#Nav ul li.store a:hover{
  background: #fff;
  color: #333;
}

#header.fixed {
    position: fixed;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
    background-image: linear-gradient(180deg,#f6f6f4 0,rgba(246,246,244,.963) 16.6%,rgba(246,246,244,.923) 30.4%,rgba(246,246,244,.88) 41.5%,rgba(246,246,244,.833) 50.4%,rgba(246,246,244,.783) 57.5%,rgba(246,246,244,.729) 63%,rgba(246,246,244,.67) 67.3%,rgba(246,246,244,.606) 70.8%,rgba(246,246,244,.538) 73.7%,rgba(246,246,244,.464) 76.5%,rgba(246,246,244,.384) 79.5%,rgba(246,246,244,.298) 83%,rgba(246,246,244,.206) 87.3%,rgba(246,246,244,.106) 92.9%,rgba(246,246,244,0));
    height: 130px;
}

.rest #header .logo.top,
#header.fixed .logo.top {
  display: none;
}

.rest #header .logo.fix,
#header.fixed .logo.fix {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
}

/*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.active #Bg{
  background: rgba(0,0,0,0.8);
}

#Nav.active nav ul li a{
  color: #fff;
}

#Nav #Bg {
  height: 100%;
  width: 500%;
  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 {
  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.active ul li.store {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

#Nav.active ul li.store a,
#Nav.active ul li.store a:visited,
#Nav.active ul li.store a:hover,
#Nav.active ul li.store a:active{
  display: inline-block;
  width: 250px;
  margin: 0 auto;
}

#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}
#Nav nav {
  height: 100%;
  display: flex;
  align-items: center;
}
#Nav nav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}

#Nav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 10px 10px;
  width: 250px;
  margin: 0 auto;
}

#gNav ul li a .material-icons {
    color: #29aa70;
    font-size: 12px;
    font-size: 1.2rem;
}

#Nav nav ul li a:hover {
  color: #185990;
  text-decoration: none;
}
#Nav nav ul li a:hover::before {
  color: #FFF;
}
#Nav nav ul li.mail a{
  background: #9e0000;
  padding: 20px 40px;
}

/*contents*/
#contents {
  position: relative;
  overflow-x: hidden;
}

#contents:after {
  content: "";
  background: url(../../img/fix_bg.jpg)repeat-y;
  background-position: top center;
  background-size: cover;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 2000px;
  height: 100vh;
  z-index: -1;
  transform: translate(-50%,-50%);
  -webkit-animation: blurbg 10s infinite;
}

@-webkit-keyframes blurbg {
  0% { -webkit-filter: blur(0px); }
  50% { -webkit-filter: blur(10px); }
  100% { -webkit-filter: blur(0px); }
}

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

.secInrN {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.text10{ font-size: 10px; font-size: 1.0rem;}
.text12{ font-size: 12px; font-size: 1.2rem;}
.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.4; font-weight: 400;}
.text24{ font-size: 24px; font-size: 2.4rem; line-height: 1.4; font-weight: 400;}
.text26{ font-size: 26px; font-size: 2.6rem; line-height: 1.4; font-weight: 400;}
.text28{ font-size: 28px; font-size: 2.8rem; line-height: 1.4; font-weight: 400;}
.text30{ font-size: 30px; font-size: 3.0rem; line-height: 1.4; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 400;}
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4; font-weight: 400;}
.text60{ font-size: 60px; font-size: 6.0rem; line-height: 1.4; 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;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head30{ font-size: 30px; font-size: 3.0rem;}
.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;}
.head48{ font-size: 48px; font-size: 4.8rem;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.2;}
.head60{ font-size: 60px; font-size: 6.0rem; line-height: 1.2;}
.head120{ font-size: 120px; font-size: 12rem; line-height: 1.2;}

/*footer*/
#footer {
  background: #222222;
  padding: 75px 0 90px;
  width: 100%;
}

.flex-ft{
  justify-content: space-between;
  align-items: flex-start;
}

#footer a{
  color: #fff;
}

#footer .ft-left{
  width: 48%;
}

#footer .ft-logo{
  margin-bottom: 15px;
  width: 110px;
}

#footer .ft-brand{
  color: #bdbdbd;
  font-size: 13px;
  font-size: 1.3rem;
}

#footer .ft-right{
  width: 48%;
}

#footer .ft-right ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

#footer .ft-right ul li{
  margin-left: 25px;
}

#footer .ft-right ul li a{
  color: #bdbdbd;
  font-size: 20px;
  font-size: 2rem;
}

.copyright{
  color: #bdbdbd;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

/* 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;
}
/* size
-------------------*/
.size10 {
  font-size: 1.0rem !important;
}
.size11 {
  font-size: 1.1rem !important;
}
.size12 {
  font-size: 1.2rem !important;
}
.size13 {
  font-size: 1.3rem !important;
}
.size14 {
  font-size: 1.4rem !important;
}
.size15 {
  font-size: 1.5rem !important;
}
.size16 {
  font-size: 1.6rem !important;
}
.size17 {
  font-size: 1.7rem !important;
}
.size18 {
  font-size: 1.8rem !important;
}
.size19 {
  font-size: 1.9rem !important;
}
.size20 {
  font-size: 2.0rem !important;
}
.size21 {
  font-size: 2.1rem !important;
}
.size22 {
  font-size: 2.2rem !important;
}
.size23 {
  font-size: 2.3rem !important;
}
.size24 {
  font-size: 2.4rem !important;
}
/* wide
-------------------*/
.w5 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w18 {
  width: 18% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.wFull {
  width: 100% !important;
}
/* section
-------------------*/
section {
  clear: both;
}
/* compo parts
-------------------*/
/*btn*/

/*head*/

/*topcontrol*/
/*
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.gif) center center no-repeat\9 #000; 
  *background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  _background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
*/
/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

#mv .mvBg{
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#mv .mvBg img{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.mvInr{
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 100%;
  position: relative;
}

.mvInr .mvTxt{
  position: absolute;
  left: 5%;
  z-index: 4;
  top: 40%;
  transform: translateY(-50%);
  width: 40%;
}

.mv-h1{  
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: center;
}

.mv-h2{  
  margin-bottom: 35px;
}

.mv-h3{
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.new-circle{
  position: absolute;
  left: 48%;
  top: 10%;
}

.new-circle img{
  height: auto !important;
  max-width: 200px;
  width: 100%;
}

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

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

#header .logo.top,
.rest #header .logo.fix, 
#header.fixed .logo.fix{
  width: 180px;
}

#gNav{
  width: calc(100% - 180px);
}

#gNav ul li{
	margin-left: 1em;
}

#gNav ul li a {
    font-size: 1.3rem;
}

.tel-text-02 {
    font-size: 2.4rem;
}
}

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

  #gNav {
    display: none;
  }
/*  #Nav{
	  display: none;
  }
*/

.hd-tel{
  display: block;
  position: absolute;
  right: 90px;
  top: 0;
}

.Menu {
  cursor: pointer;
  display: block;
  height: 90px;
  width: 90px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.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: 40px;
  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 span:nth-of-type(1) {
  top: 30px;
}
.Menu span:nth-of-type(2) {
  top: 43px;
}
.Menu span:nth-of-type(3) {
  background: none;
  font-family: 'Gilda Display', serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  top: 50px;
  width: 100%;
  text-align: center;
}
.Menu.active {
  height: 90px;
  width: 90px;
  right: 0;
}
.Menu.active span {
  left: 24%;
}
.Menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.Menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.Menu.active span:nth-of-type(3) {
  left: 47%;
}
.Menu.active small {
  color: #000;
}
}

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

.text14 { 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;}

.mvInr .mvTxt {
    left: 11%;
    top: 28%;
    width: 36%;
}

.mv-h1 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.mv-h3 {
    font-size: 1.4rem;
}

.new-circle img {
    max-width: 170px;
}
}

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

#header .logo.top,
.rest #header .logo.fix, 
#header.fixed .logo.fix{
    margin-left: 10px;
}

.mvInr .mvTxt .mvCatch {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}

.mv-h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.new-circle {
    left: 50%;
}

.new-circle img {
    max-width: 137px;
}

}

/* for responsive
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1330px) {

.cm-head {
    margin-bottom: 50px;
}

.cm-head .head42 {
    font-size: 3.6rem;
}

.cm-head span {
    position: relative;
    padding-bottom: 15px;
}  

.head32 {
    font-size: 2.6rem;
}
}

@media only screen and (max-width: 1200px) {
#mv {
    height: 80vh;
}

#mv .mvBg {
    height: 80vh;
}

#mv .mvBg img {
    height: 80vh;
    object-fit: cover;
}

.mvInr .mvTxt h1 span {
    font-size: 3.3rem;
}
}


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

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

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

.is-pc{
  display: none;
}

.Menu {
  display: block;
  height: 60px;
  width: 60px;
}

.Menu span {
  width: 34px;
}

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

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

.Menu span:nth-of-type(3) {
  font-size: 1.2rem;
  top: 35px;
  left: 50%;
}

.Menu.active span:nth-of-type(3) {
    left: 52%;
}

.Menu.active {
  height: 60px;
  width: 60px;
}

#Nav nav ul {
  display: block;
  width: 70%;
  margin-bottom: 40px;
}

#Nav nav ul li {
  margin: 0 auto;
}


#Nav nav ul li a span{
  color: #29aa70;
  font-size: 1.2rem;
}

#Nav nav {
  height: 100%;
  display: block;
  align-items: center;
  top: 60%;
  position: relative;
  transform: translateY(-50%)
}

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

.cm-head .head42 {
    font-size: 2.4rem;
}

#footer {
    padding: 50px 0;
}

.ft-logo {
    margin-right: 0;
    width: 80px;
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-pc {
    display: none !important;
  }
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
  /* compo parts
-------------------*/
  /*btn*/
  .bscBtn01 a {
    display: block;
    padding: 20px 5%;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
  }
  
  /* top parts
-------------------*/
  .mvInr .mvTxt h1 {
    font-weight: 400;
  }
  .mvInr {
    width: 100%;
  }
}
/*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 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.mvInr .mv-h1,
.mvInr .mv-h2,
.mvInr .mv-h3 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.mvInr .mv-h1.scrollin,
.mvInr .mv-h2.scrollin,
.mvInr .mv-h3.scrollin{
  opacity: 1;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.new-circle{
  opacity: 0;
}

.new-circle.scrollin{
  opacity: 1;
  transition: all 1.5s;
}


/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.loader {
  color: #9e0000;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

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

}

@media only screen and (max-width: 930px) {
#footer .ftWrap {
    margin-top: -40px;
    padding: 80px 0 40px;
}
}

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

}

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

#header,
#header .headWrap {
    height: 60px;
} 

#header .logo img {
    height: 20px;
}

.mvInr .mvTxt {
    left: 5%;
    right: 5%;
    top: 32%;
    width: 59%;
}

.mvInr .mvTxt h1 span {
    font-size: 3rem;
}

.mv-h1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.mv-h2 {
    margin-bottom: 15px;
}

.mv-h3 {
    font-size: 1.2rem;
}

.portrait.iphone #mv,
#mv,
#mv .mvBg,
#mv .mvBg img{
  height: 58vh;
  overflow: hidden;
}

.text15 { font-size: 1.4rem;}
.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;}

.new-circle {
    left: 82%;
    top: 22%;
}

.new-circle img {
    max-width: 87px;
}


}
