@charset "UTF-8";
/*/////////////////////////////
reset
/////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input {
  font-size: inherit;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

/*/////////////////////////////
slick
/////////////////////////////*/
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*/////////////////////////////
base
/////////////////////////////*/
body {
  line-height: 2.0833333333;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 300;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  letter-spacing: .1em;
  color: #000;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.black {
  color: #fff;
  background: #000;
}

@media screen and (min-width: 813px) {
  body {
    line-height: 2.5;
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}
/* fonts
* ------------------------- */
@font-face {
  font-family: 'aviano_flareregular';
  font-weight: normal;
  font-display: swap;
  src: url("../font/avianoflareregular-webfont.eot");
  src: url("../font/avianoflareregular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/avianoflareregular-webfont.woff2") format("woff2"), url("../font/avianoflareregular-webfont.woff") format("woff"), url("../font/avianoflareregular-webfont.ttf") format("truetype");
}
/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* img
* ------------------------- */
img {
  max-width: 100%;
  height: auto;
  outline: none;
  display: block;
}

a img {
  border: 0px;
}

img[src$=".svg"] {
  width: 100%;
}

/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* br */
br.pc {
  display: none;
}

@media screen and (min-width: 812px) {
  br.pc {
    display: inline;
  }

  br.sp {
    display: none;
  }
}
b {
  font-weight: bold;
}

#wrap {
  overflow: hidden;
}
#wrap.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ==========================================================
commis
Created: 2020-11

00.common
01.header
02.gnav
03.footer
04.
05.
========================================================== */
/*/////////////////////////////
00. common
- 1.font
- 2.sideMenu
- 3.main
- 4.lowerMv
- 5.container
- 6.transLink
- 7.loader
/////////////////////////////*/
/* 1.font
* ------------------------- */
.fontEn {
  font-family: 'aviano_flareregular';
}

.fontMin {
  font-family: 'Noto Serif JP', serif;
}

/* 2.sideMenu
* ------------------------- */
.sideMenu {
  display: none;
}

/* 3.main
* ------------------------- */
.main {
  padding-top: 66px;
}

/* 4.lowerMv
* ------------------------- */
.lowerMv {
  padding-left: 6.6666666667%;
  margin: 9.3333333333% 0 23.3333333333%;
}
.lowerMv .heading {
  margin-bottom: 12.8571428571%;
}
.lowerMv .heading .hdg > span {
  display: block;
}
.lowerMv .heading .hdg .en {
  font-size: 2.5em;
  letter-spacing: normal;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.lowerMv .heading .hdg .ja {
  font-size: 1.4166666667em;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  margin-top: 0.2941176471em;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.lowerMv .heading .hdg .ja span {
  display: inline-block;
  padding-right: 0.8823529412em;
  position: relative;
}
.lowerMv .heading .hdg .ja span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.5px;
}
.lowerMv .visual {
  position: relative;
}
.lowerMv .visual img {
  position: relative;
  opacity: 0;
  z-index: 1;
}
.lowerMv .visual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background: #fff;
  z-index: 2;
}

.loaded .lowerMv .heading .hdg .en,
.loaded .lowerMv .heading .hdg .ja {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loaded .lowerMv .heading .hdg .ja {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.loaded .lowerMv .heading .hdg .ja span:after {
  width: 5.8823529412em;
  -webkit-transition: width .6s .6s ease-in-out;
  transition: width .6s .6s ease-in-out;
}
.loaded .lowerMv .visual:before {
  -webkit-transition: -webkit-transform .6s ease-in;
  transition: -webkit-transform .6s ease-in;
  transition: transform .6s ease-in;
  transition: transform .6s ease-in, -webkit-transform .6s ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.loaded .lowerMv .visual img {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/* 5.container
* ------------------------- */
.container {
  padding: 0 6.6666666667%;
}

/* 6.transLink
* ------------------------- */
@media (min-width: 813px) {
  .transLink {
    display: block;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }
  .transLink:hover {
    opacity: .7;
  }
}
/* 7.loader
* ------------------------- */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
.loader.black {
  background: #000;
}
.loader .c {
  width: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*/////////////////////////////
01. header
/////////////////////////////*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding: 18px 0 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.6666666667%;
}
.header .logo {
  width: 125px;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.header .logo a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/logo02_wh.svg") no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.header .bc {
  display: none;
}
.header .ut {
  margin-left: auto;
  padding-right: 42px;
  position: relative;
}
.header .ut .sns {
  display: none;
}
.header .ut .nav {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.header .ut .nav button {
  display: block;
  width: 100%;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  padding-top: 30px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
.header .ut .nav button span {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.header .ut .nav button:before, .header .ut .nav button:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 1px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.header .ut .nav button:before {
  top: 16px;
}
.header .ut .nav button:after {
  top: 23px;
}
.header .ut .nav button.open span {
  opacity: 0;
}
.header .ut .nav button.open:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .ut .nav button.open:after {
  top: 15px;
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.header.open {
  background: none;
}
.header.open .logo a img {
  opacity: 0;
}
.header.open .logo a:after {
  opacity: 1;
  visibility: visible;
}
.header.open .ut .nav button {
  color: #fff;
}
.header.open .ut .nav button:before, .header.open .ut .nav button:after {
  content: "";
  background: #fff;
}
.header.black {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}
.header.black .ut .nav button {
  color: #fff;
}
.header.black .ut .nav button:before, .header.black .ut .nav button:after {
  content: "";
  background: #fff;
}

/*/////////////////////////////
02. gnav
/////////////////////////////*/
.gnav {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 98;
  overflow-y: auto;
  display: none;
}
.gnav nav {
  padding: 66px 0 28px;
}
.gnav .inner {
  padding: 0 6.6666666667%;
}
.gnav .lyt .col {
  margin-top: 3.75em;
}
.gnav .lyt .col .name {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.5em;
}
.gnav .lyt .col .name span {
  display: inline-block;
  padding-right: 1.6666666667em;
  position: relative;
}
.gnav .lyt .col .name span:after {
  content: "";
  display: block;
  width: 6.25em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.5px;
}
.gnav .lyt .col ul {
  line-height: 1.5;
  padding: 0 3.8461538462%;
}
.gnav .lyt .col ul.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gnav .lyt .col ul.side li {
  width: 50%;
}
.gnav .lyt .col ul li {
  margin-bottom: 2.5em;
}
.gnav .lyt .col ul li:last-child {
  margin-bottom: 0;
}
.gnav .lyt .col ul li a {
  font-family: 'aviano_flareregular';
  font-size: 1.25em;
  letter-spacing: normal;
  display: inline-block;
}
.gnav .foot {
  margin-top: 3.75em;
}
.gnav .foot .insta {
  width: 1.5em;
  margin: 2.5em auto 0;
}
.gnav .foot .insta a {
  display: block;
}
.gnav .foot .inq ul li {
  width: 71.8461538462%;
  margin: 2.0833333333em auto 0;
  position: relative;
}
.gnav .foot .inq ul li:first-child {
  margin-top: 0;
}
.gnav .foot .inq ul li:before, .gnav .foot .inq ul li:after {
  content: "";
  display: block;
  width: 1.4166666667em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.5px;
}
.gnav .foot .inq ul li:before {
  left: 0;
  margin-left: -0.7083333333em;
}
.gnav .foot .inq ul li:after {
  right: 0;
  margin-right: -0.7083333333em;
}
.gnav .foot .inq ul li a {
  letter-spacing: .2em;
  line-height: 2.8333333333;
  text-align: center;
  display: block;
  border: #fff 1px solid;
}
.gnav .foot .inq ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.8333333333em;
  position: relative;
}
.gnav .foot .inq ul li a:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-left: 1em;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -0.0833333333em;
}
.gnav .foot .inq ul li.mail a:before {
  background-image: url("../images/icon_mail.png");
  top: -0.0833333333em;
}
.gnav .foot .inq ul li.line a:before {
  background-image: url("../images/icon_line.png");
  top: -0.0833333333em;
}

/*/////////////////////////////
03. footer
/////////////////////////////*/
.footer {
  background: #000;
  color: #fff;
  padding-bottom: 1.6666666667em;
  margin-top: 12.5em;
}
.footer .footerNav .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footerNav .top .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.footer .footerNav .top .col a {
  text-align: center;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer .footerNav .top .col a:before {
  content: "";
  display: block;
  padding-top: 85.6%;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.footer .footerNav .top .col a.inq {
  background-image: url("../images/footer_image01.jpg");
}
.footer .footerNav .top .col a.faq {
  background-image: url("../images/footer_image02.jpg");
}
.footer .footerNav .top .col a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.footer .footerNav .top .col a:hover .more span:after {
  left: 1em;
}
.footer .footerNav .top .col .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 7.5em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.footer .footerNav .top .col p {
  width: 100%;
}
.footer .footerNav .top .col .type {
  font-size: 0.6666666667em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
}
.footer .footerNav .top .col .text {
  letter-spacing: .2em;
  font-weight: 500;
}
.footer .footerNav .top .col .more {
  font-size: 0.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .5em;
}
.footer .footerNav .top .col .more span {
  display: inline-block;
}
.footer .footerNav .top .col .more span:after {
  content: "";
  display: inline-block;
  width: 2.625em;
  height: 0.5em;
  vertical-align: middle;
  background: url("../images/arrow_wh.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.75em;
  position: relative;
  left: 0;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}
.footer .footerNav .bottom {
  margin: 0 0 6%;
}
.footer .footerNav .bottom a {
  text-align: center;
  display: block;
  position: relative;
  background: url("../images/footer_image03.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer .footerNav .bottom a:before {
  content: "";
  display: block;
  padding-top: 52%;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.footer .footerNav .bottom a .in {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.footer .footerNav .bottom a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.footer .footerNav .bottom a:hover .more span:after {
  left: 1em;
}
.footer .footerNav .bottom .type {
  font-size: 1.25em;
  letter-spacing: .15em;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.footer .footerNav .bottom .text {
  font-size: 0.6666666667em;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  margin-bottom: 2.5em;
}
.footer .footerNav .bottom .catch {
  letter-spacing: .3em;
  line-height: 1;
  margin-bottom: 2.5em;
}
.footer .footerNav .bottom .more {
  font-size: 0.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .5em;
}
.footer .footerNav .bottom .more span {
  display: inline-block;
}
.footer .footerNav .bottom .more span:after {
  content: "";
  display: inline-block;
  width: 5.375em;
  height: 0.5em;
  vertical-align: middle;
  background: url("../images/arrow_wh.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 1.6666666667em;
  position: relative;
  left: 0;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}
.footer .inner {
  padding: 0 6.6666666667%;
}
.footer .lyt .logo {
  width: 24.9230769231%;
  margin: 0 auto 6.9230769231%;
}
.footer .lyt .col .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.footer .lyt .col .links {
  margin-top: 9.2307692308%;
  padding: 0 4.6153846154%;
}
.footer .lyt .col .links ul {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer .lyt .col .links ul + ul {
  margin-top: 1.5em;
}
.footer .lyt .col .links ul + ul li {
  width: 50%;
}
.footer .lyt .col .links ul li {
  width: 6.6666666667em;
  margin-bottom: 3.75em;
}
.footer .lyt .col .links ul li a {
  font-size: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
}
.footer .lyt .col .links ul li a:hover {
  text-decoration: none;
}
.footer .lyt .col .insta {
  width: 1.6666666667em;
  margin: 0 auto;
}
.footer .copy {
  font-size: 0.8333333333em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .sideMenu {
    width: 36.625em;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 97;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .sideMenu.show .wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sideMenu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .sideMenu .wrap .home {
    width: 4.125em;
  }
  .sideMenu .wrap .home a {
    font-size: 0.625em;
    padding: 0.8em 0;
  }
  .sideMenu .wrap .home a:before {
    content: "";
    display: block;
    width: 2.4em;
    height: 2.4em;
    margin: 0 auto;
    background: url("../images/icon-home.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .sideMenu .wrap .aside {
    width: 29.375em;
    margin-left: auto;
  }
  .sideMenu .wrap .aside ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sideMenu .wrap .aside ul li {
    width: 9.375em;
  }
  .sideMenu .wrap .aside ul li a {
    padding: 0.9375em 0 1.25em;
  }
  .sideMenu a {
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    display: block;
    background: #000;
    border-radius: 10px 10px 0 0;
  }

  .main {
    padding-top: 85px;
  }

  .lowerMv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    padding-left: 13.75em;
    margin: 5em auto 9.0625em;
  }
  .lowerMv .heading {
    margin-bottom: 2.5em;
  }
  .lowerMv .heading .hdg .en {
    font-size: 4.375em;
  }
  .lowerMv .heading .hdg .ja {
    font-size: 1.875em;
    margin-top: 0.5em;
  }
  .lowerMv .heading .hdg .ja span {
    padding-right: 0.6666666667em;
  }

  .loaded .lowerMv .heading .hdg .ja span:after {
    width: 6.6666666667em;
  }

  .container {
    max-width: 1000px;
    padding: 0 13.75em;
    margin: 0 auto;
  }

  .header {
    padding: 25px 0 23px;
  }
  .header .inner {
    padding: 0 3.4722222222%;
  }
  .header .logo {
    width: 120px;
  }
  .header .bc {
    margin-left: 1.5625em;
    display: block;
  }
  .header .bc ul {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .bc ul li + li {
    margin-left: 1em;
  }
  .header .bc ul li:before {
    content: ">";
    display: inline-block;
    margin-right: 1em;
  }
  .header .bc ul li span {
    text-decoration: underline;
  }
  .header .bc ul li a:hover {
    text-decoration: underline;
  }
  .header .ut .sns {
    display: block;
    margin-right: 1.25em;
  }
  .header .ut .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
  }
  .header .ut .sns ul li {
    border-left: #fff 1px solid;
  }
  .header .ut .sns ul li:first-child {
    border-left: none;
  }
  .header .ut .sns ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    display: block;
    padding: 0 2.0833333333em;
  }
  .header .ut .sns ul li a:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin: 0 auto 10px;
  }
  .header .ut .sns ul li a.icon1:before {
    background-image: url("../images/icon_mail.png");
  }
  .header .ut .sns ul li a.icon2:before {
    background-image: url("../images/icon_line.png");
  }
  .header .ut .sns ul li a.icon3:before {
    background-image: url("../images/icon_insta.png");
  }
  .header .ut .nav {
    width: 46px;
    margin-top: -23px;
  }
  .header .ut .nav button {
    font-size: 14px;
    letter-spacing: normal;
    padding-top: 46px;
  }
  .header .ut .nav button:before, .header .ut .nav button:after {
    width: 44px;
  }
  .header .ut .nav button:before {
    top: 24px;
  }
  .header .ut .nav button:after {
    top: 36px;
  }
  .header .ut .nav button.open:before {
    top: 23px;
  }
  .header .ut .nav button.open:after {
    top: 23px;
  }

  .gnav {
    overflow-y: hidden;
  }
  .gnav nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 85px 0;
  }
  .gnav .inner {
    width: 69.4444444444%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .gnav .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4.5%;
  }
  .gnav .lyt .col {
    width: 45.0549450549%;
    margin-top: 0;
  }
  .gnav .lyt .col .name {
    font-weight: bold;
    margin-bottom: 2.5em;
  }
  .gnav .lyt .col .name span {
    padding-right: 2.5em;
  }
  .gnav .lyt .col .name span:after {
    width: 9.375em;
  }
  .gnav .lyt .col ul {
    padding: 0;
  }
  .gnav .lyt .col ul.side {
    display: block;
  }
  .gnav .lyt .col ul.side li {
    width: 100%;
  }
  .gnav .lyt .col ul li {
    margin-bottom: 1.875em;
  }
  .gnav .lyt .col ul li:last-child {
    margin-bottom: 0;
  }
  .gnav .lyt .col ul li a {
    font-size: 1.5em;
  }
  .gnav .lyt .col:last-child ul li a {
    font-size: 1.5625em;
  }
  .gnav .foot {
    margin-top: -3.125em;
    padding: 0 4.5%;
  }
  .gnav .foot .insta {
    display: none;
  }
  .gnav .foot .inq ul li {
    width: 41.3186813187%;
    margin: 0 0 0 auto;
  }
  .gnav .foot .inq ul li + li {
    margin-top: 2.5em;
  }
  .gnav .foot .inq ul li:before, .gnav .foot .inq ul li:after {
    width: 2.1875em;
  }
  .gnav .foot .inq ul li:before {
    margin-left: -1.09375em;
  }
  .gnav .foot .inq ul li:after {
    margin-right: -1.09375em;
  }
  .gnav .foot .inq ul li a {
    font-size: 1em;
    line-height: 3;
  }
  .gnav .foot .inq ul li a:before {
    width: 1.5625em;
    height: 1.5625em;
    margin-right: 1.25em;
  }
  .gnav .foot .inq ul li a:after {
    width: 0.6em;
    height: 0.6em;
    border-width: 2px;
    margin-left: 1.25em;
    top: -0.1em;
  }

  .footer {
    padding-bottom: 1.25em;
    margin-top: 18.75em;
  }
  .footer .footerNav .top .col a:before {
    padding-top: 61.25%;
  }
  .footer .footerNav .top .col .in {
    height: auto;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .footer .footerNav .top .col .type {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .footer .footerNav .top .col .text {
    font-size: 1.5625em;
    line-height: 1.333;
    margin-bottom: 2em;
  }
  .footer .footerNav .top .col .more {
    font-size: 1em;
  }
  .footer .footerNav .top .col .more span {
    display: inline-block;
  }
  .footer .footerNav .top .col .more span:after {
    width: 5.5em;
    height: 0.4375em;
    margin-left: 2.125em;
  }
  .footer .footerNav .bottom {
    margin: 0 0 3.4375em;
  }
  .footer .footerNav .bottom a:before {
    padding-top: 27.0833333333%;
  }
  .footer .footerNav .bottom .type {
    font-size: 1.875em;
    margin-bottom: 0.3333333333em;
  }
  .footer .footerNav .bottom .text {
    font-size: 1em;
    margin-bottom: 2.5em;
  }
  .footer .footerNav .bottom .catch {
    font-size: 1.5em;
    margin-bottom: 2.0833333333em;
  }
  .footer .footerNav .bottom .more {
    font-size: 1em;
  }
  .footer .footerNav .bottom .more span:after {
    width: 5.5em;
    height: 0.4375em;
    margin-left: 2.125em;
  }
  .footer .inner {
    padding: 0 4.1666666667% 0 5.5555555556%;
  }
  .footer .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .lyt .logo {
    width: 5em;
    margin: 0;
  }
  .footer .lyt .col .in {
    display: block;
  }
  .footer .lyt .col .links {
    margin-top: 0;
    padding: 0;
  }
  .footer .lyt .col .links ul {
    text-align: left;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer .lyt .col .links ul + ul li {
    width: auto;
  }
  .footer .lyt .col .links ul li {
    width: auto;
    margin: 0 0 0 1.875em;
  }
  .footer .lyt .col .links ul li:first-child {
    margin-left: 0;
  }
  .footer .lyt .col .links ul li a {
    font-size: 1em;
    font-weight: bold;
  }
  .footer .lyt .col .insta {
    width: 1.25em;
    margin: 1.5625em 0 0 auto;
  }
  .footer .copy {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1;
    text-align: right;
    margin-top: 1.6666666667em;
  }
}

/*# sourceMappingURL=base.css.map */
