@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&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
-------------------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 90px;
  }
}

.en {
  font-family: 'Montserrat', 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
}

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-weight: 400;
  line-height: 1.4;
}

body {
  position: relative;
  background: #f7f6f2;
  font-family: 'IBM Plex Sans JP', sans-serif;
  color: #2b4758;
  font-size: 16px;
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 2;
  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;
}

a,
a:link,
a:hover,
a:focus {
  color: #2e4a5a;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

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: 2;
}

hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}

.ft-c-sky {
  color: #74bdc5;
}

.flexBox,
.flexList {
  display: flex;
}

.gridBox {
  display: grid;
}


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

.Menu {
  display: none;
}

#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;
}

#header .headWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 0 0 0 0;
  width: 100%;
  padding-left: 2%;
}

#header.active {
  opacity: 1;
}

#header.active.fixed .headWrap {
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
}

.hd-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  top: 20px;
  position: absolute;
}

.hd-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#header .logo a {
  display: inline-block;
  position: relative;
  left: 0;
  width: 100%;
}

#header .hd-logo {
  width: 280px;
}

#header .hd-logo-fix {
  opacity: 0;
  width: 133px;
}

#header.active.fixed .hd-left {
  top: 8px;
}

#header.active.fixed img {
  z-index: 999;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#header.active.fixed a {
  top: 0;
}

#header .hd-logo {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#header .hd-logo-fix {
  animation-delay: 0.05s -webkit-transition: all .55s ease-in-out;
  transition: all .55s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


#header.fixed .hd-logo {
  transform: translateX(-100%);
  opacity: 0;
}

#header.fixed .hd-logo-fix {
  transform: translateX(-280px);
  opacity: 1;
}

#gNav {
  width: 100%;
}

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

#gNav ul.flex-hd-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
}

#gNav ul.flex-hd-nav li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 30px;
}

#gNav ul.flex-hd-nav li:first-child {
  margin-left: 0;
}

#header.fixed {
  background: #f7f6f2;
  height: 90px;
  position: fixed;
}

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

#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;
  width: 400px;
}

.hd-btn-pc {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
}

.hd-btn-pc .hd-btn-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.hd-btn-pc div .hd-tel {
  margin-right: 35px;
}

.hd-btn-pc div .hd-tel div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hd-btn-pc div .hd-tel img {
  margin-right: 10px;
  width: 20px;
}

.hd-btn-pc div .hd-tel p {
  font-size: 21px;
  font-size: 2.1rem;
}

.hd-web {
  background-color: #d1e0d9;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-web div img {
  margin: 0 auto 5px;
  width: 30px;
  display: block;
}

.hd-web div p {
  font-size: 12px;
  font-size: 1.2rem;
}

.hd-btn-sp {
  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: 9;
}

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

#Nav.active #Bg {
  background: rgba(0, 0, 0, 0.3);
}

#Nav nav {
  display: block;
  align-items: center;
  width: 70%;
  margin: 90px 0 auto 30%;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
#Nav nav ul.ham-nav {
  display: block;
  width: 80%;
  margin-bottom: 40px;
}

#Nav nav ul.ham-nav li a {
  color: #584f4b;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #c9c1bd;
  padding: 4% 0;
}

#Nav nav ul.flex-ham-navs {
  flex-wrap: wrap;
  margin: 0 10% 40px;
  width: 80%;
}

#Nav nav ul.flex-ham-navs li {
  color: #584f4b;
  font-size: 14px;
  font-size: 1.4rem;
  width: 50%;
}

#Nav nav ul.flex-ham-navs li a {
  color: #584f4b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 0;
}

#Nav nav ul.flex-ham-navs li i {
  color: #a3394e;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
}

#Nav nav ul.flex-ham-navs li:nth-of-type(1),
#Nav nav ul.flex-ham-navs li:nth-of-type(2) {
  margin-bottom: 25px;
}

#Nav.active .ham-ig {
  display: block;
  font-size:
    width: 80%;
}

#Nav.active .ham-ig {
  color: #a3394e !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Jost', sans-serif;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 10%;
}

#Nav.active .ham-ig i {
  background: #a3394e;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

#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 {
  background: #f7eee8;
  background-size: cover;
  content: "";
  height: 100%;
  left: 30%;
  position: absolute;
  top: 0;
  width: 70%;
  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;
}

#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;
}

#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 {
  margin: 0 auto;
  width: 100%;
}

.secInr {
  margin: 0 auto;
  max-width: 1200px;
  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.4;
  font-weight: 400;
}

.text24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.text28 {
  font-size: 28px;
  font-size: 2.8rem;
  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;
}

.head14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.head15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.head16 {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.head50 {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.2;
}

/*common header*/

.border-ttl {
  margin-bottom: 50px;
}

.border-ttl .bt-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
  font-size: 9rem;
  color: #fff;
  text-shadow: 1px 1px 0 #c3bfb6, -1px -1px 0 #c3bfb6,
    -1px 1px 0 #c3bfb6, 1px -1px 0 #c3bfb6,
    0px 1px 0 #c3bfb6, 0-1px 0 #c3bfb6,
    -1px 0 0 #c3bfb6, 1px 0 0 #c3bfb6;
  line-height: 1;
  font-weight: 600;
}

.border-ttl .bt-jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

/*common btn*/

.cm-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cm-btn a .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  margin-right: 15px;
  position: relative;
}

.cm-btn a .circle:after {
  background: #d1e0d9;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  border-radius: 70px;
  height: 70px;
  width: 70px;
}

.cm-btn a .circle i {
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.cm-btn a:hover .circle:after {
  height: 40px;
  width: 40px;
}

.cm-btn a .wrap {
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: #2b4758;
}

.cm-btn a .wrap:after {
  content: "";
  position: absolute;
  background: #2b4758;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.flex-hd-nav .cm-btn a .wrap:after {
  background: #f7eee8;
}

.cm-btn a span {
  position: relative;
  display: inline-block;
  color: #2b4758;
  transition: transform 1s cubic-bezier(.25, 1, .5, 1);
  transition-delay: 20ms;
  content: attr(data-text);
  transition-delay: 40ms;
  content: attr(data-text);
  transition-delay: 60ms;
  content: attr(data-text);
  transition-delay: 80ms;
  content: attr(data-text);
  transition-delay: .1s;
  content: attr(data-text);
  transition-delay: .12s;
  content: attr(data-text);
  transition-delay: .14s;
  content: attr(data-text);
  transition-delay: .16s;
  content: attr(data-text);
  transition-delay: .18s;
  content: attr(data-text);
  transition-delay: .2s;
  content: attr(data-text);
}

.cm-btn a span:after {
  content: attr(data-text);
  position: absolute;
  top: 1.5em;
  left: 0;
}

.cm-btn a span:nth-child(1) {
  transition-delay: 20ms;
}

.cm-btn a span:nth-child(2) {
  transition-delay: 40ms;
}

.cm-btn a span:nth-child(3) {
  transition-delay: 60ms;
}

.cm-btn a span:nth-child(4) {
  transition-delay: 80ms;
}

.cm-btn a span:nth-child(5) {
  transition-delay: 100ms;
}

.cm-btn a span:nth-child(6) {
  transition-delay: 120ms;
}

.cm-btn a span:nth-child(7) {
  transition-delay: 140ms;
}

.cm-btn a span:nth-child(8) {
  transition-delay: 160ms;
}

.cm-btn a span:nth-child(9) {
  transition-delay: 180ms;
}

.cm-btn a span:nth-child(10) {
  transition-delay: 200ms;
}

.cm-btn a:hover span {
  transform: translateY(-1.5em);
}

/*hamburger */


/*footer*/

#footer {
  background: #e4eee9;
  padding: 70px 0 100px;
  width: 100%;
}

.ft-logo {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 220px;
}

.ft-wrap {
  justify-content: space-between;
  align-items: center;
}

.ft-left {
  width: 46%;
}

.ft-address {
  margin-bottom: 10px;
}

.ft-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.ft-tel img {
  margin-right: 10px;
  width: 20px;
}

.ft-tel .en {
  font-size: 10px;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 25px;
}

.ft-parking {
  border: 1px solid #2b4758;
  border-radius: 15px;
  display: inline-block;
  padding: 30px 30px 20px;
  margin-bottom: 25px;
  position: relative;
}

.parking-border {
  position: absolute;
  top: -20px;
  background: #aad1d6;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.parking-border .text18 {
  line-height: 1;
}

.parking-border .en {
  font-size: 21px;
  font-size: 2.1rem;
  margin-right: 10px;
}

.ft-parking .text14 a {
  font-weight: 600;
}

.ft-parking .parking-note {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  padding: 10px;
}

.ft-parking .parking-note li {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.7;
}

.ft-tbl {
  background: #fff;
  border-radius: 30px;
  padding: 30px 15px 10px;
  margin-bottom: 10px;
}

.ft-tbl table {
  table-layout: fixed;
  width: 100%;
}

.ft-tbl table .tbl-ttl,
.ft-tbl table .tbl-day {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 20px;
}

.ft-tbl table .tbl-ttl {
  text-align: left;
  width: 20%;
  padding: 0 0 20px 2%;
}

.ft-tbl table .tbl-time {
  border-top: 1px solid #d7d7d7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  padding: 20px 0 20px 2%;
  text-align: left;
}

.ft-tbl table td {
  border-top: 1px solid #d7d7d7;
  color: #d1e0d9;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  text-align: center;
}

.tbl-note {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.ft-right {
  width: 50%;
}

.ft-right iframe {
  opacity: 65%;
}

/* 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: 102vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#mv .flex-mv {
  height: 102vh;
}

#mv .mv-left {
  background: #ebe8e0;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mv .mv-left .copyright {
  writing-mode: vertical-lr;
  color: #c8c5bc;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-size: 1rem;
}

#mv .mvBg {
  width: calc(100% - 140px);
  /*height: 100vh;*/
  z-index: 2;
  margin-top: 110px;
  padding: 0 3% 1% 3%;
  background: #f7f6f2;
}

#mv .mvBg-wrap {
  overflow: hidden;
  border-radius: 30px;
  height: 75vh;
  position: relative;
}

#mv .mvBg-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 25%;
  z-index: 3;
}


.mv-illu-left {
  position: absolute;
  left: 4%;
  bottom: -20px;
  max-width: 85px;
  width: 100%;
  z-index: 2;
}

.mv-illu-right {
  position: absolute;
  right: 5%;
  bottom: -5px;
  max-width: 160px;
  width: 100%;
  z-index: 2;
}

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

.mvInr {
  width: 90%;
  margin: 0 5%;
  position: absolute;
  z-index: 6;
  height: 100%;
  overflow: hidden;
  top: 0;

}

#mv .mvTxt {
  position: absolute;
  left: 5%;
  z-index: 4;
  top: 80%;
}

#mv .mvTxt .mvTxt-01 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 2.4rem;
}

#mv .mvTxt .mvTxt-02 {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img {
  overflow-x: hidden;
}

.slide-img img {
  display: block;
  overflow-x: hidden;
}

.mv-circle {
  position: absolute;
  right: 5%;
  top: 65%;
  width: 160px;
  z-index: 2;
}

.mv-circle .mv-circle-deco {
  position: absolute;
  width: 40px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.news {
  margin-top: 25px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 50px;
}

.news-date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #74bdc5;
  margin-right: 45px;
  width: 300px;
}

.news .slick-prev {
  display: none !important;
}

.news-post.slick-slider {
  margin-bottom: 0;
}

.news-post .slick-next {
  background: #d1e0d9 !important;
  border-radius: 40px;
  border-style: none;
}

.news-post .slick-next:before {
  font-size: 11px;
  font-size: 1.1rem;
  content: '\f061' !important;
  font-family: FontAwesome;
}


/* fv
-------------------*/

#fv {
  background: #f7eee8;
  position: relative;
  height: 340px;
}

#fv:after {
  content: "";
  position: absolute;
  background: url(../../overview/img/bg_01.svg) no-repeat;
  background-position: right top;
  max-width: 680px;
  height: 500px;
  right: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.fv-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 2;
  height: 430px;
}

.fv-ttl {
  position: absolute;
  left: 50%;
  top: calc(50% - -50px);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#fv .fv-jp {
  color: #58504b;
  font-size: 27px;
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.7;
}

#fv .fv-en {
  color: #bca79b;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Jost', sans-serif;
  text-align: center;
  line-height: 1.2;
}

.fv-illu-01,
.fv-illu-02 {
  position: absolute;
  width: 165px;
  height: 140px;
}

.fv-illu-01 {
  left: 0;
  bottom: 90px;
}

.fv-illu-02 {
  right: 0;
  bottom: 90px;
}

.fv-illu-01 img,
.fv-illu-02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


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

@media only screen and (max-width: 1660px) {
  .border-ttl .bt-en {
    font-size: 8.5rem;
  }
}

@media only screen and (max-width: 1560px) {
  .border-ttl .bt-en {
    font-size: 8rem;
  }
}

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

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

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

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

  #gNav {
    display: none;
  }

  .hd-btn-pc {
    display: none;
  }

  .hd-btn-sp {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .hd-btn-sp .hd-btn-wrap {
    display: flex;
  }

  .hd-tel {
    background-color: #c4dbdd;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hd-tel div img {
    margin: 0 auto 5px;
    width: 30px;
    display: block;
  }

  .hd-tel div p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .Menu {
    background: #ebe8e0;
    cursor: pointer;
    display: flex;
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .Menu p {
    display: contents;
  }

  .Menu span {
    background-color: #1a3e54;
    -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;
    -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: 20px;
  }

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

  .Menu span:nth-of-type(3) {
    top: 42px;
  }

  .Menu span:nth-of-type(4) {
    background: none;
    font-size: 12px;
    font-size: 1.2rem;
    color: #1a3e54;
    top: 50px;
    width: 100%;
    text-align: center;
  }

  .Menu.active {
    right: 10px;
    display: block;
    height: auto;
  }

  .Menu.active span {
    right: 23px;
  }

  .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);
    top: 32px;
  }

  .Menu.active span:nth-of-type(3) {
    left: 0% !important;
    transform: translateY(-50%);
    opacity: 0;
  }

  .Menu span:nth-of-type(4) {
    right: -90px;
  }

  .Menu.active small {
    color: #000;
  }

  .parking-border .text18 {
    font-size: 1.4rem;
  }

  .parking-border .en {
    font-size: 1.8rem;
    margin-right: 5px;
  }

  .parking-border {
    padding: 6px 15px;
  }

  .ft-parking {
    padding: 18px 20px 10px;
  }

  .ft-address {
    margin-bottom: 15px;
  }

  .ft-tel {
    margin-bottom: 30px;
  }

  .ft-tbl {
    border-radius: 15px;
    padding: 20px 15px 10px;
    margin-bottom: 10px;
  }

  .ft-tbl table .tbl-ttl {
    width: 23%;
  }

  .ft-tbl table .tbl-time {
    padding: 10px 0 10px 2%;
  }

  .ft-tbl table td {
    padding: 10px 0;
  }

  .tbl-note {
    font-size: 1.2rem;
  }

  #mv .mvTxt .mvTxt-01 {
    font-size: 2rem;
    line-height: 1;
  }

  #mv .mvTxt .mvTxt-02 {
    font-size: 3.4rem;
  }

}

@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;
  }

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


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

@media only screen and (max-width: 1200px) {
  .border-ttl .bt-en {
    font-size: 7rem;
    margin-bottom: 5px;
  }

  .border-ttl .bt-jp {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 900px) {
  .border-ttl .bt-en {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 900px) {
  .head36 {
    font-size: 3rem;
  }

  .head30 {
    font-size: 2.4rem;
  }
}

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

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

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

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

  #mv,
  #mv .flex-mv {
    height: 85vh;
  }

  #mv .mv-left {
    display: none;
    width: 0;
  }

  #mv .mvBg {
    width: 100%;
    /*height: 60vh;*/
  }

  #mv .mvBg img {
    height: 56vh;
  }

  #mv .mvBg-wrap {
    overflow: hidden;
    border-radius: 30px;
    height: 55vh;
    position: relative;
  }

  #mv .mvTxt .mvTxt-01 {
    font-size: 1.6rem;
  }

  #mv .mvTxt .mvTxt-02 {
    font-size: 2.4rem;
  }

  .mv-circle {
    position: absolute;
    right: 5%;
    top: 53%;
    width: 100px;
    z-index: 2;
  }

  #Nav::after {
    left: 10%;
    width: 90%;
  }

  #Nav nav {
    display: block;
    top: 10%;
    margin: 30% 0 auto 0%;
    width: 100%;
  }

  #Nav:after {
    left: 0;
    width: 100%;
  }

  #Nav nav ul li {
    width: 100%;
  }

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

  .hd-tel,
  .hd-web,
  .Menu {
    height: 60px;
    width: 60px;
  }

  #header .hd-logo img {
    width: 200px;
  }

  #header .hd-logo-fix img {
    width: 80px;
  }

  .hd-tel div img {
    margin: 0 auto 0;
    width: 20px;
  }

  .hd-web div img {
    margin: 0 auto 3px;
    width: 20px;
  }

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

  .Menu span {
    width: 26px;
  }

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

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

  .Menu span:nth-of-type(3) {
    top: 23px;
  }

  .Menu span:nth-of-type(4) {
    top: 27px;
    right: -60px;
  }

  .Menu.active {
    height: 60px;
    width: 60px;
    right: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Menu.active span {
    left: 50%;
    transform: translateX(-50%);
  }

  .Menu.active span:nth-of-type(1) {
    left: 17px;
    top: 7px;
  }

  .Menu.active span:nth-of-type(2) {
    transform: translate(-50%, -5px) rotate(45deg);
    top: 20px;
  }

  .Menu.active span:nth-of-type(3) {
    display: none;
  }

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

  .border-ttl {
    margin-bottom: 30px;
  }

  .ft-wrap {
    display: block;
  }

  .ft-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .ft-right {
    width: 100%;
  }

  .ft-tel {
    justify-content: center;
  }

  .ft-parking {
    padding: 18px 20px 20px;
  }
}

@media only screen and (max-width: 400px) {
  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;
  }

  #header .hd-logo img {
    width: 130px;
  }

  #mv,
  #mv .flex-mv {
    height: 73vh;
  }

  #mv .mvBg-wrap {
    border-radius: 15px;
    height: 40vh;
  }

  #mv .mvBg {
    width: 100%;
    /*height: 40vh;*/
    margin-top: 80px;
  }

  .mv-circle {
    top: 55%;
    width: 65px;
  }

  .mv-circle .mv-circle-deco {
    width: 26px;
    top: -14px;
  }

  #mv .mvTxt {
    top: 74%;
  }

  #mv .mvTxt .mvTxt-02 {
    font-size: 2rem;
  }

  #mv .mvBg-wrap:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .news {
    margin-top: 15px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
  }

  .news-date {
    font-size: 1.2rem;
    margin-right: 0;
    width: 100%;
    display: block;
  }

  .news-ttl p {
    font-size: 1.3rem;
    padding-right: 50px;
  }

  .ft-right iframe {
    height: 300px;
  }

  .ft-tbl table .tbl-ttl,
  .ft-tbl table .tbl-day {
    font-size: 14px;
    font-size: 1.2rem;
    padding: 0 0 10px;
  }

  .ft-tbl table .tbl-ttl {
    padding: 0 0 10px 2%;
  }

  .ft-tbl table .tbl-time {
    font-size: 1.1rem;
    padding: 10px 0 10px 2%;
    text-align: left;
  }

  .ft-parking .text14 a {
    display: block;
    text-align: center;
  }
}

/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.mvTxt {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1000ms;
}

.mvTxt.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.smoothText {
  overflow: hidden;
}

span.smoothTextTrigger {
  transition: .8s ease-in-out;
  transform: translate3d(0, 100%, 0);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0);
}

span:nth-of-type(2).smoothTextTrigger {
  transition-delay: 0.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 screen and (max-width: 768px) {

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

  .head30 {
    font-size: 2.2rem;
  }

  .head32 {
    font-size: 2.4rem;
  }

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

  #mv:after {
    max-width: 270px;
    z-index: 1;
  }
}