@charset "UTF-8";
main {
margin-top: 150px;
}
.clearfix:after{
  content: '';
  display: block;
  clear: both;
}
.inner-02 {
  margin: 0 auto;
  max-width: 900px;
}
.fw-01 {
font-weight: bold;
}
.required {
position: relative;
}
.required::after {
  position: absolute;
  content: '*';
  display: block;
  left: -5px;
  top: -5px;
  color: red;
  font-size: 12px;
}
.required_hd {
font-size: 12px;
}
.clr_01 {
color: red;
}
/****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---START--- ******/
.js-base-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js-base-fixed:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #666;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  z-index: 999;
}
/****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---END--- ******/

/*loading
-----------------------------------*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
  z-index: 100000;
}
.loading.disp-none{
  display: none;
}
.loading-inner {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* header
----------------------------------*/

/****** #js-header-group --- start --- ******/
#js-header-group.hg-fixed .header-top {
  display: table;
  width: 100%;
  text-align: right;
}
#js-header-group.hg-fixed .header-logo {
  width: 100px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
#js-header-group.hg-fixed .header-inquiry {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
}
#js-header-group.hg-fixed .inquiry-icon-pc {
  display: none;
}
#js-header-group.hg-fixed .inquiry-icon-sp {
  display: block;
}
.drawer-txt,
.closed-txt {
  font-weight: 400;
}
.inquiry-icon-sp .fa {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: 2px;
  margin: -3px 0 0 0;
}
.inquiry-icon-sp:after {
  content: "CONTACT";
  display: block;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
}
#js-header-group.hg-fixed:not(.hg-opened) .cmn-btn-01 {
  padding: 0;
  background: none;
}
#js-header-group.hg-fixed .header-nav-global {
  float: none;
  padding: 2em 0;
}
#js-header-group.hg-fixed .global-menu {
  display: block;
  font-size: 0; /* 隙間を無くすため*/
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
#js-header-group.hg-fixed .global-menu li,
#js-header-group.hg-opened .global-menu li {
  display: inline-block;
  vertical-align: top;
  font-size: initial; /* リセット必須 */
  width: 100%;
  margin: 5% auto;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.ua-desktop #js-header-group.hg-fixed .global-menu li > a:hover > .gm-bar:before,
#js-header-group.hg-fixed .global-menu li.gm-current > a > .gm-bar:before {
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 30%;
}
#js-header-group.hg-fixed .header-drawer {
  display: inline-block;
  vertical-align: middle;
}

/*** .hg-opened #js-header-nav ***/
#js-header-group.hg-opened #js-header-nav {
  display: block !important;
  -webkit-animation: slideDown 0.5s linear 0s 1;
  -moz-animation: slideDown 0.5s linear 0s 1;
  -ms-animation: slideDown 0.5s linear 0s 1;
  -o-animation: slideDown 0.5s linear 0s 1;
  animation: slideDown 0.5s linear 0s 1;
}
#js-header-group.hg-fixed {
  -webkit-animation: slideDown 0.5s linear 0s 1;
  -moz-animation: slideDown 0.5s linear 0s 1;
  -ms-animation: slideDown 0.5s linear 0s 1;
  -o-animation: slideDown 0.5s linear 0s 1;
  animation: slideDown 0.5s linear 0s 1;
}
#js-header-group.hg-fixed .header-nav {
  display: none;
  width: auto;
  position: relative;
  right: 0;
  left: 0;
}
#js-header-group.hg-fixed .header-top {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
#js-header-group.hg-opened .header-top,
#js-header-group.hg-fixed.hg-opened .header-top {
  padding-top: 4vh;
  padding-bottom: 4vh;
}
#js-header-group.hg-fixed .header-logo a img {
/* Safari ズレ防止 START */
  /*
  -moz-transform: initial;
  -ms-transform: initial;
  -webkit-transform: initial;
  transform: initial;
  */
/* Safari ズレ防止 END */
}
#js-header-group.hg-fixed:not(.hg-opened) .inquiry-icon-sp .fa {
  font-size: 12px;
  font-size: 1.2rem;
}
#js-header-group.hg-fixed:not(.hg-opened) .inquiry-icon-sp:after {
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
  transform:scale(0.7);
  margin: 4px 0 0 0;
}
#js-header-group.hg-fixed:not(.hg-opened) .drawer-icon {
  width: 18px; /* 75% */
  height: 9px; /* 75% */
}
#js-header-group.hg-fixed:not(.hg-opened) .drawer-txt {
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
  transform:scale(0.7);
  margin: 4px 0 0 0;
}
#js-header-group.hg-opened {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#js-header-group.hg-opened,
#js-header-group.hg-fixed {
  background: #333;
  background: rgba(0,0,0,0.7);
}
#js-header-group.hg-opened #js-header-nav {
  padding-bottom: 15%;
}
.header-logo,
#js-header-group.hg-opened .header-logo {

  float: left;
  margin: 0 1.5em 0 0.5em;
  width: 180px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
.header-inquiry,
#js-header-group.hg-opened .header-inquiry {
  width: 150px;
  margin-left: 5%;
}
.login-name {
display: inline-block;
color: #fff;
margin-bottom: 5px;
}
.header-inquiry {
  float: right;
  text-align: right;
  margin-right: 10px;
}
.global-menu li a {
  text-decoration: none;
}
.global-menu li .gm-bar {
color: #efefef;
}
.header-inquiry .inquiry-icon-pc,
#js-header-group.hg-opened .inquiry-icon-pc {
  display: block;
}
.cmn-btn-01 {
text-decoration: none;
color: #eee;
}
.header-inquiry .inquiry-icon-sp,
#js-header-group.hg-opened .inquiry-icon-sp {
  display: none;
}
#js-header-group.hg-opened .global-menu li {
  border: none;
}
#js-header-group.hg-opened .global-menu li:first-child {
  border: none;
}
#js-header-group.hg-opened .header-closed-wrap {
  display: block;
  -webkit-animation: fadein 1.2s linear 0s 1;
  -moz-animation: fadein 1.2s linear 0s 1;
  -ms-animation: fadein 1.2s linear 0s 1;
  -o-animation: fadein 1.2s linear 0s 1;
  animation: fadein 1.2s linear 0s 1;
}
/****** #js-header-group --- end --- ******/


/****** .header-group --- start --- ******/
.header-group {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  height: 150px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  box-sizing: border-box;
  background: #333;
  background: rgba(0,0,0,0.7);
}
.header-inner {
  position: relative;
  z-index: 1;
}
.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-logo a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header-nav {
  margin: auto;
}
/* グローバルナビ */
.header-nav-global {
  height: 100%;
}
.global-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 1em;
}
.global-menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.global-menu li a {
  display: block;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}
.ua-desktop .global-menu li a:hover {
  text-decoration: none;
}
.global-menu li a .fa {
  padding: 0 0 0 0.5em;
}
.global-menu li a .gm-bar {
  padding: 0 0 0 0.5em;
}
.global-menu li > a > .gm-bar:before,
.global-menu li.gm-current > a > .gm-bar:before {
  content: " ";
  display: block;
  width: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  bottom: 0;
}
.ua-desktop .global-menu li > a:hover > .gm-bar:before,
.global-menu li.gm-current > a > .gm-bar:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 0;
  width: 80%;
}
.global-menu li.gm-current {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.global-menu li.gm-current > a {
  pointer-events: none; /* リンク無効 */
}
.header-drawer {
  display: none;
  margin-left: 5%;
}
.header-closed-wrap {
  display: none; /* jsで制御 */
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1%;
  background: #000;
  background: rgba(0,0,0,0.9);
}


/****** .header-group --- end --- ******/


/* footer
----------------------------------*/
/*** .footer-group ***/
.footer-group {
  position: relative;
  z-index: 3;
}
.fn1ci-tell {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.fn0-menu > li {
  margin: .3em 0.7em;
}
.fn0-menu > li > a > .fa,
.fn2-menu > li > a > .fa {
  padding: 0 0 0 0.5em;
}


/* mv
----------------------------------*/
.mv-box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.mv-img {
  display: table;
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
}
.mv-img:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255,255,255,0.5);
}
.mv-ttl {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
.mv-ttl .mv-ttl-en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.mv-ttl .mv-ttl-en:before,
.mv-ttl .mv-ttl-en:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 2em;
  border-top: 1px solid #777;
  position: relative;
  top: 0.9em;
  margin: 0 1em;
}

/* main
----------------------------------*/
.main-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 500px;
}
.mc-ttl {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 200;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  line-height: 1.2;
  text-align: center;
  margin: 30px 0 35px 0;
}
.mc-ttl:before {
  content: "";
  height: 1px;
  width: 60px;
  background: #fb907d;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mc-cmn-cont {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: justify;
}

/* contact
----------------------------------*/
.mailform-wrap {
  display: none;
  padding-bottom: 0;
}
.mcc-bg {
  background: #fafafa;
  padding-top: 4em;
  padding-bottom: 4em;
}

/* other
----------------------------------*/

.global-menu a .fa,
.fn0-menu a .fa,
.fn2-menu a .fa {
  filter: alpha(opacity=50);
  opacity: 0.25;
}
.ua-desktop a:hover > .fa {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=100);
  opacity: 1;
}



/* TB-01
----------------------------------------------------------*/
@media only screen and (max-device-width: 840px) {
  body,
  .js-modal.opened {
    min-width: 980px;
  }
  .js-modal.opened {
    height: 200%;
  }
}


/* TB-02
----------------------------------------------------------*/
@media only screen and (max-device-width: 840px) and (orientation: landscape) {
  #js-header-group.hg-fixed .header-nav-global {
    padding: 1em 0;
  }
  #js-header-group.hg-fixed .global-menu li {
    margin: 1% auto;
  }
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body,
  .js-modal.opened {
    min-width: 0;
  }

  #js-header-group.hg-fixed {
    top: auto;
    bottom: 0;
  }
  #js-header-group.hg-fixed {
    -webkit-animation: slideUp 0.5s linear 0s 1;
    -moz-animation: slideUp 0.5s linear 0s 1;
    -ms-animation: slideUp 0.5s linear 0s 1;
    -o-animation: slideUp 0.5s linear 0s 1;
    animation: slideUp 0.5s linear 0s 1;
  }
  #js-header-group.hg-fixed .header-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  #js-header-group.hg-fixed .header-inquiry {
    display: none;
  }
  #js-header-group.hg-fixed .header-drawer {
    padding: 0.5em 0;
  }
  #js-header-group.hg-opened .header-drawer {
    padding: 0;
  }
  #js-header-group.hg-fixed .cmn-btn-01 {
    padding: 0.5em 0;
  }
  #js-header-group.hg-opened .cmn-btn-01 {
    padding: 0;
  }
  #js-header-group.hg-opened.hg-fixed #js-header-nav {
    -webkit-animation: slideUp 0.5s linear 0s 1;
    -moz-animation: slideUp 0.5s linear 0s 1;
    -ms-animation: slideUp 0.5s linear 0s 1;
    -o-animation: slideUp 0.5s linear 0s 1;
    animation: slideUp 0.5s linear 0s 1;
  }
  #js-header-group.hg-opened .header-inquiry {
    display: inline-block;
    width: auto;
    margin-left: 10%;
  }
  .ua-desktop #js-header-group.hg-fixed .global-menu li > a:hover > .gm-bar:before,
  #js-header-group.hg-fixed .global-menu li.gm-current > a > .gm-bar:before {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .header-group {
    -webkit-animation: slideDown 0.5s linear 0s 1;
    -moz-animation: slideDown 0.5s linear 0s 1;
    -ms-animation: slideDown 0.5s linear 0s 1;
    -o-animation: slideDown 0.5s linear 0s 1;
    animation: slideDown 0.5s linear 0s 1;
  }
  .header-top {
    display: table;
    width: 100%;
    text-align: right;
  }
  .header-logo,
  #js-header-group.hg-opened .header-logo {
    width: 125px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin: 0;
  }
  .header-logo {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header-nav {
    display: none;
    max-width: 315px;
  }
  .header-inquiry {
    display: none;
    float: none;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin-left: 10%;
  }
  .header-inquiry.header-inquiry-phone,
  #js-header-group.hg-fixed .header-inquiry.header-inquiry-phone {
    display: inline-block;
  }
  .header-inquiry.header-inquiry-phone .inquiry-icon-sp:after,
  #js-header-group.hg-fixed .header-inquiry.header-inquiry-phone .inquiry-icon-sp:after {
    content: "PHONE";
  }
  .header-inquiry.header-inquiry-phone .inquiry-icon-sp {
    padding: 0 0.3em;
  }
  .inquiry-icon-pc {
    display: none !important;
  }
  .inquiry-icon-sp {
    display: block !important;
  }
  .header-inquiry .cmn-btn-01 {
    padding: 0;
    background: none;
  }
  .ua-desktop .header-inquiry .cmn-btn-01:hover {
    background: none;
  }
  .header-drawer {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10%;
  }
  .header-nav-global {
    float: none;
    padding: 1em 0;
  }
  .global-menu {
    display: block;
    font-size: 0; /* 隙間を無くすため*/
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .global-menu li {
    display: inline-block;
    vertical-align: top;
    font-size: initial; /* リセット必須 */
    width: 100%;
    margin: 3% auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .ua-desktop .global-menu li > a:hover > .gm-bar:before,
  .global-menu li.gm-current > a > .gm-bar:before {
    filter: alpha(opacity=0);
    opacity: 0;
  }


  /* footer
  ----------------------------------*/
  .footer-group {
    background: #000;
    padding-bottom: 40px;
  }
  .fn1ci-tell {
    display: block;
    margin-left: 0;
  }
  .fn1ci-tell-note {
    font-size: 10px;
    font-size: 1.0rem;
  }

  /* main
  ----------------------------------*/
  .mv-img {
    height: 200px;
  }
  .mv-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mv-ttl .mv-ttl-en {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .mv-ttl .mv-ttl-en:before,
  .mv-ttl .mv-ttl-en:after {
    width: 1.25em;
    margin: 0 0.75em;
  }
  .mc-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0.6em 0 1em 0;
  }
  .mcc-bg {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .mc-cmn-cont {
    padding-top: 0;
    padding-bottom: 0;
  }

}
