@charset "UTF-8";
/* ==================================================================================== 

    R E S E T

==================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,700i");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
  margin: 0;
  padding: 0;
}

.cf:after,
.pageMenu ul:after,
.post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

/* ==================================================================================== 

    S C S S   I T E M

==================================================================================== */
@font-face {
  src: url("../font/neo.woff");
  font-family: 'neo';
}
/* ==================================================================================== 

    C O M M O N

==================================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  text-align: left;
  max-height: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

p {
  text-align: justify;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 100%;
  font-family: Helvetica, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}

.inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1000px;
  max-width: 100%;
}

.text-box p {
  line-height: 1.6;
}
.text-box p + p {
  margin-top: 15px;
}

/* ==================================================================================== 

    HEADER

==================================================================================== */
#common-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#common-header h1 {
  margin-top: 30px;
  margin-left: 40px;
}
#common-header h1 img {
  width: 240px;
}

#common-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9996;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
}

.nav-inner {
  width: 100%;
}
.nav-inner ul li {
  text-align: center;
}
.nav-inner ul li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}

.nav-main {
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.nav-main li {
  margin: 40px 0;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.nav-main li a {
  position: relative;
}
.nav-main li a:after {
  content: '';
  width: 0%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 35%;
  left: 0;
  transition: all 0.3s ease;
}
.nav-main li a:hover:after {
  width: 100%;
}
.nav-main li.icon-circle span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

#open-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  outline: none;
  cursor: pointer;
  position: fixed;
  top: 3.3%;
  right: 2.5%;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background: #000;
  transition: all 0.5s ease;
}
#open-nav .open-nav-bar span {
  width: 35px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transition: all 0.5s ease;
}
#open-nav .open-nav-bar span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(-80%, -150%) rotate(45deg);
  -moz-transform: translate(-80%, -150%) rotate(45deg);
  -ms-transform: translate(-80%, -150%) rotate(45deg);
  -o-transform: translate(-80%, -150%) rotate(45deg);
  transform: translate(-80%, -150%) rotate(45deg);
}
#open-nav .open-nav-bar span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#open-nav .open-nav-bar:after {
  content: 'MENU';
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#open-nav.menu-active {
  background: #fff;
}
#open-nav.menu-active .open-nav-bar span {
  border-color: #000;
}
#open-nav.menu-active .open-nav-bar span:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#open-nav.menu-active .open-nav-bar:after {
  content: 'CLOSE';
  color: #000;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}

#load-item ul li {
  display: inline-block;
  width: 20px;
  height: 24px;
}
#load-item ul li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 9px;
  background: url(../img/icon-load-mini.svg) no-repeat center;
  background-size: 100% 100%;
}
#load-item ul li:nth-of-type(1) span {
  -webkit-animation: l 2s ease 0s infinite;
  animation: l 2s ease 0s infinite;
}
#load-item ul li:nth-of-type(2) span {
  -webkit-animation: ll 2s ease 0s infinite;
  animation: ll 2s ease 0s infinite;
}
#load-item ul li:nth-of-type(3) span {
  -webkit-animation: lll 2s ease 0s infinite;
  animation: lll 2s ease 0s infinite;
}
#load-item ul li:nth-of-type(4) span {
  -webkit-animation: llll 2s ease 0s infinite;
  animation: llll 2s ease 0s infinite;
}

@-webkit-keyframes l {
  0% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  25% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@keyframes l {
  0% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  25% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes ll {
  12.5% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  37.5% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@keyframes ll {
  12.5% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  37.5% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes lll {
  25% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  50% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@keyframes lll {
  25% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  50% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes llll {
  37.5% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  62.5% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
@keyframes llll {
  37.5% {
    top: -8px;
    width: 20px;
    height: 24px;
    background: url(../img/icon-load-big.svg) no-repeat center;
    background-size: 100% 100%;
  }
  62.5% {
    top: 0;
    width: 8px;
    height: 9px;
    background: url(../img/icon-load-mini.svg) no-repeat center;
    background-size: 100% 100%;
  }
}
/* ==================================================================================== 

    MAIN

==================================================================================== */
#scrollBody {
  position: relative;
  height: 100%;
}

#container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.stageBase {
  width: 100%;
  position: relative;
}

.contents-area {
  padding: 2.5%;
  overflow: hidden;
}

.content-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-alpha {
  background: #fff;
  height: 100%;
  -webkit-transition: all .8s ease 3.5s;
  -moz-transition: all .8s ease 3.5s;
  -ms-transition: all .8s ease 3.5s;
  -o-transition: all .8s ease 3.5s;
  transition: all .8s ease 3.5s;
}
.bg-alpha.top-bg-anim {
  background: transparent;
}

#content1 .content-box {
  background: url(../img/bg01-c.jpg) no-repeat left bottom;
  background-size: cover;
  transition: all 0.5s ease;
}

#content2 .content-box {
  background: url(../img/bg02.jpg) no-repeat center;
  background-size: cover;
}

#content3 .content-box {
  background: url(../img/bg03.png) no-repeat center;
  background-size: cover;
}

#content4 .content-box {
  background: url(../img/bg04.jpg) no-repeat center;
  background-size: cover;
}

.content-counter {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 30px;
  left: 30px;
}
.content-counter.counter-black {
  color: #000;
  border-color: #000;
}
.content-counter span {
  font-size: 130px;
  font-size: 13rem;
  display: block;
  font-weight: bold;
  font-family: "";
}

.content-title {
  margin-bottom: 15px;
  font-size: 50px;
  font-size: 5rem;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: "neo", sans-serif;
}
@media only screen and (min-width: 769px) {
  .content-title .t-slide-wrap01,
  .content-title .t-slide-wrap02,
  .content-title .t-slide-wrap03 {
    display: block;
  }
  .content-title .t-slide-wrap01,
  .content-title .t-slide-wrap02 {
    overflow-y: hidden;
  }
  .content-title .t-slide-wrap02,
  .content-title .t-slide-wrap03 {
    transition: all 0.3s ease;
  }
  .content-title .t-slide-wrap02 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .content-title .t-slide-wrap03 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .content-title.t-slide-in .t-slide-wrap02,
  .content-title.t-slide-in .t-slide-wrap03 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.btn-down,
.btn-last {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all 0.5s ease;
}
.btn-down:hover,
.btn-last:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#scrollNav {
  position: fixed;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9997;
}
#scrollNav li {
  margin: 5px 0;
  width: 21px;
  height: 24px;
  text-align: center;
  position: relative;
}
#scrollNav li a {
  color: #fff;
}
#scrollNav li.sc-active .sc-nav-item {
  width: 21px;
  height: 24px;
  background: url(../img/icon-scnav_active.svg) no-repeat center;
  background-size: 100% 100%;
  top: 0;
}
#scrollNav li.sc-active .sc-nav-num {
  opacity: 1;
  cursor: default;
}
#scrollNav li.sc-active .sc-nav-num:after {
  width: 100%;
}
#scrollNav li span {
  transition: all 0.5s ease;
}
#scrollNav.sc-nav-end {
  position: absolute;
  top: 86%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sc-nav-item {
  display: inline-block;
  width: 8px;
  height: 9px;
  background: url(../img/icon-scnav.svg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
}

.sc-nav-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
}
.sc-nav-num:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  -ms-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}

/* ==================================================================================== 

    CONTENT 1

==================================================================================== */
.layout-content1 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layout-content1 h2 {
  margin-bottom: 0.75%;
  margin-top: 3%;
  padding: 0.15% 2%;
  border: 3px solid #fff;
  font-size: 1.1vw;
  color: #fff;
  display: inline-block;
}
.layout-content1 p {
  text-align: center;
  line-height: 1;
  color: #fff;
}
.layout-content1 p strong {
  margin-bottom: 1.5%;
  display: block;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
}
.layout-content1 p.top-sub-text {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-style: italic;
  font-size: 4.5vw;
}
.layout-content1 p.catch-anim {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.layout-content1 p.catch-anim strong .catch-box {
  display: inline-block;
  position: relative;
  overflow-y: hidden;
}
.layout-content1 p.catch-anim strong .catch-box span {
  margin: 3px 0;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.layout-content1 p.catch-anim strong .catch-box span:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(1) span {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(1) span:after {
  -webkit-transition: all .5s ease .5s;
  -moz-transition: all .5s ease .5s;
  -ms-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(2) span {
  -webkit-transition: all .5s ease .15s;
  -moz-transition: all .5s ease .15s;
  -ms-transition: all .5s ease .15s;
  -o-transition: all .5s ease .15s;
  transition: all .5s ease .15s;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(2) span:after {
  -webkit-transition: all .5s ease .65s;
  -moz-transition: all .5s ease .65s;
  -ms-transition: all .5s ease .65s;
  -o-transition: all .5s ease .65s;
  transition: all .5s ease .65s;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(3) span {
  -webkit-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  -ms-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}
.layout-content1 p.catch-anim strong .catch-box:nth-of-type(3) span:after {
  -webkit-transition: all .5s ease .8s;
  -moz-transition: all .5s ease .8s;
  -ms-transition: all .5s ease .8s;
  -o-transition: all .5s ease .8s;
  transition: all .5s ease .8s;
}
.layout-content1 p.catch-anim.is-visible strong .catch-box span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.layout-content1 p.catch-anim.is-visible strong .catch-box span:after {
  height: 0;
}
.layout-content1 p.catch-anim.is-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top-img-item img {
  width: 13.6%;
}

.hidden-item {
  opacity: 0;
}

.email-add-box {
  margin: 0 auto;
  width: 32%;
  max-width: 100%;
  text-align: left;
  font-size: 0;
}
.email-add-box p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.9vw;
  letter-spacing: 2px;
}
.email-add-box span {
  margin-right: 1.25%;
  padding: 3px;
  width: 76.25%;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 0.7vw;
}
.email-add-box span input {
  margin: 0;
  padding: 3.07377% 2.04918%;
  outline: none;
  width: 100%;
  border: none;
  background: #fff;
}
.email-add-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  width: 22.5%;
  color: #000;
  display: inline-block;
  font-size: 1.2vw;
  font-style: italic;
  vertical-align: top;
  position: relative;
  transition: all 0.3s ease;
}
.email-add-box button:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.email-add-box button:after {
  content: '';
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.email-add-box button:hover {
  color: #fff;
}
.email-add-box button:hover:after {
  width: 100%;
}

.ad-email-wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

/* ==================================================================================== 

    CONTENT 2

==================================================================================== */
.layout-content2 {
  width: 100%;
  position: absolute;
  top: 24%;
  left: 0;
  text-align: center;
}

.news-box {
  border-top: 1px solid #fff;
  position: relative;
}
.news-box:last-child {
  border-bottom: 1px solid #fff;
}
.news-box time {
  margin-bottom: 20px;
  letter-spacing: 3px;
  position: absolute;
  top: 15px;
  left: 30px;
}
.news-box h1 {
  padding: 40px 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-box h1 a {
  padding: 60px 70px 60px 0;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease;
}
.news-box h1 a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.news-box h1 a:hover:after {
  right: 0;
}
.news-box h1 a:after {
  content: '';
  width: 36px;
  height: 64px;
  background: url(../img/icon-arrow-right-white.svg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.bg-content2,
.bg-content3 {
  width: 100%;
  position: absolute;
  overflow-y: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.bg-content2 img,
.bg-content3 img {
  max-width: none;
}

.bg-content2 img {
  width: 125%;
}

.bg-content3 img {
  width: 130%;
}

/* ==================================================================================== 

    CONTENT 3

==================================================================================== */
.layout-content3 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout-content3 .inner {
  width: 800px;
}
.layout-content3 .text-box {
  line-height: 1.6;
}
.layout-content3 .text-box p {
  color: #000;
}
.layout-content3 .content-title {
  -webkit-box-pack: unset;
  -moz-box-pack: unset;
  -ms-flex-pack: unset;
  -ms-flex-box: unset;
  -webkit-justify-content: unset;
  -moz-justify-content: unset;
  -ms-justify-content: unset;
  justify-content: unset;
  color: #000;
}

.catch01 {
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: left;
}

.catch02 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}
.catch02 strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.text-bg {
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* ==================================================================================== 

    CONTENT 4

==================================================================================== */
.layout-content4 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout-content4 .content-title {
  text-align: center;
}

.company-wrapper {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

.company-box {
  width: 31.875%;
  position: relative;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-box .company-content {
  padding: 10px;
  background: #fff;
  width: 100%;
  color: #000;
  position: relative;
  z-index: 1;
}
.company-box .company-content h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.company-box .company-content p {
  margin-bottom: 8px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
}
.company-box .company-content p a {
  color: #000;
  text-decoration: underline;
}

.company-bg {
  position: absolute;
  bottom: -9%;
  left: 50%;
  z-index: 0;
  width: 104.57516%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company-bg img {
  max-width: none;
  width: 100%;
}

.company-title {
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
}
.company-title span {
  position: relative;
  z-index: 1;
}
.company-title span span {
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.company-title:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: 0;
}

/* ==================================================================================== 

    PRIVACY

==================================================================================== */
#page-wrapper {
  padding-top: 120px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.privacy-bg {
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../img/privacy-bg.jpg) no-repeat center;
  background-size: cover;
}
.privacy-bg .text-box {
  margin-top: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privacy-bg .text-box p {
  padding-bottom: 20px;
  line-height: 1.8;
}
.privacy-bg .text-box ul li,
.privacy-bg .text-box ol li {
  line-height: 1.8;
}

.priv-title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: underline;
}

.priv-subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* ==================================================================================== 

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 50px;
  padding-bottom: 60px;
  color: #000;
}
#common-footer.home-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#common-footer .email-add-box {
  width: 640px;
  max-width: 100%;
  margin-bottom: 40px;
}
#common-footer .email-add-box span {
  border-color: #000;
}
#common-footer .email-add-box input {
  background: #DBDCDC;
  color: #000;
}
#common-footer .email-add-box button {
  color: #fff;
  background: #000;
}
#common-footer .email-add-box button:hover {
  color: #000;
  background: #c0c0c0;
}
#common-footer .footer-contact-box {
  text-align: center;
  font-size: initial;
}
#common-footer .footer-contact-box .footer-contact-box__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Hiragino Kaku Gothic ProN', メイリオ, sans-serif;
  color: #000;
}
#common-footer .footer-contact-box .footer-contact-box__lead {
  margin: 0 0 24px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Hiragino Kaku Gothic ProN', メイリオ, sans-serif;
  color: #dbba4f;
}
#common-footer .footer-contact-box .footer-contact-box__button {
  display: inline-block;
  background-color: #dbba4f;
  color: #040402;
  font-weight: 600;
  font-family: 'Hiragino Kaku Gothic ProN', メイリオ, sans-serif;
  letter-spacing: 1.35px;
  text-decoration: none;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#common-footer .footer-contact-box .footer-contact-box__button:hover {
  background-color: #c9a93f;
  color: #040402;
}

.footer-logo {
  margin-bottom: 40px;
  text-align: center;
}
.footer-logo img {
  width: 210px;
}

.footer-nav {
  margin: 0 auto 70px;
  padding-top: 30px;
  width: 840px;
  max-width: 100%;
  text-align: center;
  border-top: 1px solid #000;
}
.footer-nav ul {
  margin-bottom: 24px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer-nav ul li {
  margin: 0 5px;
}
.footer-nav ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.footer-nav a {
  color: #000;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-nav-item {
  position: relative;
}
.footer-nav-item:after {
  content: '';
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 35%;
  left: 0;
  transition: all 0.3s ease;
}
.footer-nav-item:hover:after {
  width: 100%;
}

.copy-right {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 3px;
}
.copy-right small {
  font-size: 16px;
  font-size: 1.6rem;
}
.copy-right small a {
  color: #000;
}

/* ==================================================================================== 

    1200px以下

==================================================================================== */
@media only screen and (max-width: 1200px) {
  .content-counter span {
    font-size: 40px;
    font-size: 4rem;
  }

  .inner {
    width: 80.83333%;
  }
}
/* ==================================================================================== 

    1000px以下

==================================================================================== */
@media only screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }

  #scrollNav {
    right: 30px;
  }
}
/* ==================================================================================== 

    768px以下

==================================================================================== */
@media only screen and (max-width: 768px) {
  .contents-area {
    padding: 10px 20px;
  }

  .inner {
    width: 100%;
  }

  #content1 .layout-content {
    padding-top: 24.72527%;
    padding-bottom: 6.18132%;
  }

  .layout-content {
    padding-top: 200px;
    padding-bottom: 100px;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #container,
  #common-footer,
  #common-footer.home-footer {
    position: static;
  }

  #common-footer,
  #common-footer.home-footer {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #scrollNav,
  .btn-down,
  .btn-last {
    display: none;
  }
}
/* ==================================================================================== 

    640px以下

==================================================================================== */
@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw;
  }

  #common-header h1 {
    margin-left: 20px;
  }

  .layout-content {
    padding-top: 60px;
  }

  .layout-content1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 200px;
  }
  .layout-content1 h2 {
    padding: 3px 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .layout-content1 p strong {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .layout-content1 p strong span {
    padding: 0;
  }

  .email-add-box {
    width: 100%;
  }
  .email-add-box p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .email-add-box span,
  .email-add-box button {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .email-add-box.footer-contact-box .footer-contact-box__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .email-add-box.footer-contact-box .footer-contact-box__lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .email-add-box.footer-contact-box .footer-contact-box__button {
    font-size: 13px;
    font-size: 1.3rem;
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
  }

  #content1 {
    padding-top: 100px;
  }
  #content1 .content-box {
    background: url(../img/bg01-sp.jpg) no-repeat center;
    background-size: cover;
  }
  #content1 .layout-content1 {
    padding-top: 60px;
  }

  .top-img-item img {
    width: 40.66667%;
  }

  .content-counter {
    display: none;
  }

  .content-title {
    font-size: 50px;
    font-size: 5rem;
  }

  .company-wrapper {
    display: block;
  }

  .company-box {
    margin: 30px auto;
    width: 400px;
    max-width: 100%;
  }
  .company-box p {
    text-align: left;
  }

  .company-box + .company-box {
    margin-left: auto;
  }

  .news-box time {
    top: 30px;
    left: 0;
  }
  .news-box h1 {
    padding: 80px 0;
  }
  .news-box h1 a {
    text-align: left;
  }

  .layout-content {
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .layout-content3 {
    padding-bottom: 80px;
  }

  #content3 .content-box {
    background: url(../img/bg03-sp.jpg) no-repeat center;
    background-size: cover;
  }

  #open-nav {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  #open-nav .open-nav-bar span {
    width: 35px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #open-nav .open-nav-bar:after {
    font-size: 10px;
    bottom: 5px;
  }

  .company-box .company-content {
    padding: 30px 15px;
  }
  .company-box .company-content .company-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company-box .company-content h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-box .company-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .company-box + .company-box {
    margin-top: 80px;
  }
}
/* ==================================================================================== 

    480px以下

==================================================================================== */
@media only screen and (max-width: 480px) {
  #common-header h1 img {
    width: 200px;
  }

  .contents-area,
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ==================================================================================== 

    360px以下

==================================================================================== */
/* ==================================================================================== 

    320px以下

==================================================================================== */

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