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

	body Ele

====================================================== --*/
html {
  height: 100%; }

body {
  background: #073190;
  color: #333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  min-height: 650px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

.all {
  height: 100%;
  width: 100%;
  margin: 0px auto;
  min-width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden; }

img {
  border: 0px;
  vertical-align: top; }

td, th {
  font-size: 12px; }

dl, dt, dd, ul, li, ol, figure, p {
  margin: 0px;
  padding: 0px;
  line-height: 1.6em;
  list-style: none; }

dt {
  font-weight: bold; }

hr {
  display: none;
  clear: both; }

.anchor {
  font-size: 0px;
  line-height: 0px;
  display: block;
  overflow: hidden;
  height: 0px; }

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px; }

.smp {
  display: none; }

/*--

	Link Ele

====================================================== --*/
a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*--

	Head Ele

====================================================== --*/
header {
  position: fixed;
  top: -60px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #073190;
  z-index: 100;
  -webkit-transition: all 300ms 0ms ease;
  transition: all 300ms 0ms ease; }
  header img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto; }
    header img:first-child {
      left: 100px;
      height: 37px; }
    header img:last-child {
      right: 100px;
      height: 15px; }
  header.on {
    top: 0px; }

/*--

	Footer Ele

====================================================== --*/
footer {
  height: 120px;
  text-align: center; }
  footer ul {
    padding: 40px 0px 38px;
    font-size: 0px; }
    footer ul li {
      display: inline-block;
      margin: 0px 55px; }
  footer small {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1.2em;
    color: #858585; }

/*--

	contents Ele

====================================================== --*/
.all > section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.arrow {
  -webkit-transition: all 300ms 0ms ease;
  transition: all 300ms 0ms ease;
  position: fixed;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 48px;
  cursor: pointer; }
  .arrow:hover {
    opacity: 0.7; }
  .arrow.top {
    top: -30px; }
  .arrow.top.on {
    top: 70px; }
  .arrow.bottom {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: -30px; }
  .arrow.bottom.on {
    bottom: 10px; }

/*-- main --*/
/*-- ------------------------------------------------ --*/
.main {
  background: #e8ebf3;
  position: relative;
  width: 100%
}


@media screen and (min-width:737px) {
  .main h1 {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 10; }

    .main h1 img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto; }
      .main h1 img:first-child {
        left: 100px;
        height: 37px; }
      .main h1 img:last-child {
        right: 100px;
        height: 15px;
        -webkit-transition: all 1500ms 1200ms ease;
        transition: all 1500ms 1200ms ease;
        -webkit-transition-delay: 1700ms;
                transition-delay: 1700ms;
        -webkit-transition-duration: 1000ms;
                transition-duration: 1000ms; }
    }

@media screen and (max-width:736px) {
  .main h1 {
    margin: 0px;
    position: absolute;
    width: 382px;
    height: 140px;
    left: 50%;
    top: 15%;
    margin: -27px 0px 0px -191px;
    text-align: center;
    z-index: 10; }
    .main h1 img {
      display: block;
      margin: 0px auto 0px; }
      .main h1 img:last-child {
        -webkit-transition: all 1500ms 1200ms ease;
        transition: all 1500ms 1200ms ease;
        -webkit-transition-delay: 1700ms;
                transition-delay: 1700ms;
        -webkit-transition-duration: 1000ms;
                transition-duration: 1000ms;
        margin-top: 61px; }
}

@media screen and (max-width:736px) {
    .main iframe {
        display: none
    }
}

@media screen and (min-width:737px) {
    .main {
        background: #000;
        height: 100vh;
        overflow: hidden
    }

    .main iframe {
        left: 50%;
        min-height: 120%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 1
    }

    .main::before {
        background: 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }
}

@media screen and (min-width:737px) {
    .main__spimg {
        display: none
    }
}

@media screen and (max-width:736px) {
    .main__spimg {
        position: relative;
        width: 100%;
        z-index: 1
    }
}

.mainvisual--tablet {
    background: url(../../images/header_ipad.jpg) no-repeat center !important;
    background-size: cover !important;
    min-height: 900px !important
}
.mainvisual--tablet iframe {
    display: none !important
}

  .main .scroll {
    width: 143px;
    height: 58px;
    position: absolute;
    bottom: 19px;
    bottom: -58px;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transition: bottom 400ms 1800ms ease,opacity 300ms ease;
    transition: bottom 400ms 1800ms ease,opacity 300ms ease;
    cursor: pointer;
    z-index: 20; }

    .main .scroll:hover {
      opacity: 0.7; }

@media screen and (max-width:736px) {
  .main.on h1 img:last-child {
    opacity: 0; }
}

  .main.on .img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; }

  .main.on .scroll {
    bottom: 19px;
    -webkit-animation: scroll 1500ms ease 1500ms infinite normal;
            animation: scroll 1500ms ease 1500ms infinite normal; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/*-- new --*/
/*-- ------------------------------------------------ --*/
.new {
  background: #fff;
  padding: 60px 0px 0px;
  box-sizing: border-box; }


@media screen and (min-width:751px) {
  .new .text {
    background: #fff;
    padding:40px 0;
    position: absolute;
    width: 90vw;
    left: 5% !important;
    bottom: 0;
    overflow:hidden;
    z-index: 5; }

  .new .text h2 {
        width: 38%;
        float:left; }
  .new .text p {
        width: 58%;
        float:right;}
    .new .text h2 {
      margin: 0px 0px 55px; }
    .new .text h2 img {
          width: 100%;}
    .new .text p img {
          width: 100%;}

    .new .text h2, .new .text p {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      -webkit-transition: all 600ms 700ms ease;
      transition: all 600ms 700ms ease; }

    .new .text p {
      -webkit-transition-delay: 1000ms;
              transition-delay: 1000ms; }
  .new.on h2, .new.on p {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }

    .new .new__spimg {
      display: none; }

  .new .img {
    position: absolute;
    left: 5%;
    top: 120px;
    margin:0 auto;
    width: 90vw;
    height: 75vh;
    background: url(../../images/new.jpg) no-repeat center top;
    background-size: cover; }

    .new .img img {
      display: none; }
}

/*-- design --*/
/*-- ------------------------------------------------ --*/
.design {
  padding: 60px 0px 0px;
  box-sizing: border-box; }

  .design .text {
    position: absolute;
    width: 400px;
    height: 0px;
    background: #004ea2;
    left: 10%;
    top: 50%;
    text-align: center;
    margin: -160px 0px 0px 0px;
    -webkit-transition: all 600ms 700ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms 700ms cubic-bezier(1, 0, 0, 1); }

    .design .text h2 {
      padding: 70px 0px 0px;
      margin: -160px 0px 30px; }

    .design .text h2, .design .text p {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      -webkit-transition: all 600ms 1250ms ease;
      transition: all 600ms 1250ms ease; }

    .design .text p {
      -webkit-transition-delay: 1550ms;
              transition-delay: 1550ms; }

  .design.on .text {
    height: 420px; }
    .design.on .text h2, .design.on .text p {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }

  .design .img {
    width: 100%;
    height: 100%;
    background: url(../../images/design.jpg) no-repeat center top;
    background-size: cover; }

    .design .img img {
      display: none; }

/*-- lineup --*/
/*-- ------------------------------------------------ --*/
.lineup {
  background: #fff;
  padding: 60px 0px 0px;
  box-sizing: border-box; }

  .lineup ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

    .lineup ul li {
      top: 5%;
      height: 65%;
      width: 25%;
      position: relative;
      background: #e8ebf3; }

      .lineup ul li a {
        margin: 0px;
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center; }

        .lineup ul li a .num {
          position: absolute;
          -webkit-transform: all 300ms 0ms ease;
                  transform: all 300ms 0ms ease;
          z-index: 20; }

        .lineup ul li a .num02 {
          position: absolute;
          -webkit-transform: all 300ms 0ms ease;
                  transform: all 300ms 0ms ease;
          z-index: 20; }

@media screen and (min-width:751px) {
        .lineup ul li a .num {
          top:20px;
          left:50%;
          margin-left:-47px; }

        .lineup ul li a .num02 {
          top:20px;
          left:50%;
          margin-left:-53px; }
}

        .lineup ul li a span {
          display: block;
          height: 100%;
          width: 100%; }

        .lineup ul li a span.design01 {
          background: rgba(68, 64, 63, 0.9);
          position: relative;
          z-index: 10;
          opacity: 0;
          -webkit-transition: all 300ms 0ms ease;
          transition: all 300ms 0ms ease; }

        .lineup ul li a span.design02 {
          background: rgba(0, 78, 161, 0.9);
          position: relative;
          z-index: 10;
          opacity: 0;
          -webkit-transition: all 300ms 0ms ease;
          transition: all 300ms 0ms ease; }

        .lineup ul li a span.design03 {
          background: rgba(233, 87, 2, 0.9);
          position: relative;
          z-index: 10;
          opacity: 0;
          -webkit-transition: all 300ms 0ms ease;
          transition: all 300ms 0ms ease; }

        .lineup ul li a span.pants {
          background: rgba(117, 123, 145, 0.9);
          position: relative;
          z-index: 10;
          opacity: 0;
          -webkit-transition: all 300ms 0ms ease;
          transition: all 300ms 0ms ease; }

          .lineup ul li a span img {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto auto;
            opacity: 0;
            -webkit-transition: all 300ms 0ms ease;
            transition: all 300ms 0ms ease;
            -webkit-transition-delay: 100ms;
                    transition-delay: 100ms;
            -webkit-transform: translateY(10px);
                    transform: translateY(10px);
            /*
						&:last-child{
							top:77%;
						}
						*/ }

        .lineup ul li a:hover span {
          opacity: 1; }

          .lineup ul li a:hover span img {
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px); }

        .lineup ul li a::after {
          width: 18px;
          height: 18px;
          content: "";
          right: 15px;
          bottom: 15px;
          position: absolute;
          display: block;
          background: url(../../images/mark_link.png) no-repeat left top; }

@media screen and (min-width:751px) {
      .lineup h2 {
        text-align:center;
        margin-top: 90px;
        position: relative;
        display: block; }
}

        .lineup ul li h2 img {
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          margin: auto; }

      .lineup ul li:nth-of-type(1) {
        background-image: url(../../images/lineup_01.jpg);
        background-position :center;
        background-size: cover; }
      .lineup ul li:nth-of-type(2) {
        background-image: url(../../images/lineup_02.jpg);
        background-position :center;
        background-size: cover; }
      .lineup ul li:nth-of-type(3) {
        background-image: url(../../images/lineup_03.jpg);
        background-position :center;
        background-size: cover; }
      .lineup ul li:nth-of-type(4) {
        background-image: url(../../images/lineup_04.jpg);
        background-position :center;
        background-size: cover; }

@media screen and (max-width: 996px) {
  /*-- new --*/
  /*-- ------------------------------------------------ --*/
  .new .text {
    left: 0px;
    margin: -117px 0px 0px 0px; } }

/* -- @media 1216 -- */
@media screen and (max-width: 1176px) {
  /*-- design --*/
  /*-- ------------------------------------------------ --*/
  .design .text {
    left: 0px;
    right: auto;
    margin: -160px 0px 0px 0px; } }

/* -- @media 1216 -- */
@media screen and (max-width: 750px) {
  .smp {
    display: block; }
  body {
    min-height: 300px; }
  .all {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    min-width: 100%;
    overflow: visible; }
  .arrow {
    display: none; }
  /*--

	Head Ele

====================================================== --*/
  header {
    top: -50px;
    height: 50px; }
    header img:first-child {
      left: 20px;
      height: 22px; }
    header img:last-child {
      right: 20px;
      height: 8px; }
    header.on {
      top: 0px; }
  /*--

	Footer Ele

====================================================== --*/
  footer {
    height: 60px; }
    footer ul {
      padding: 17px 0px 17px; }
      footer ul li {
        margin: 0px 20px; }
        footer ul li img {
          height: 10px; }
    footer small {
      font-size: 0.6em; }
  /*-- main --*/
  /*-- ------------------------------------------------ --*/
  .all > section {
    height: auto;
    padding: 0px 0px 0px;
    min-height: 100px;
    overflow: visible; }
  .main {
    height: 100% !important; }
    .main h1 {
      width: 170px;
      height: 70px;
      margin: -35px 0px 0px -85px; }
      .main h1 img {
        width: 100%; }
        .main h1 img:last-child {
          width: 94px;
          margin-top: 30px; }
    .main .img {
      height:100%;
      background: url(../../images/header_smp.jpg) no-repeat center top;
      background-size: cover; }
    .main .scroll {
      width: 72px;
      height: 29px;
      bottom: -29px; }
      .main .scroll img {
        width: 100%; }
  /*-- new --*/
  /*-- ------------------------------------------------ --*/
  .new .text {
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 30px 0px 40px;
    background: #fff; }

    .new .text h2 {
      margin: 0px 25px 30px; }

      .new .text h2 img {
        width: 85%; }

    .new .text p {
      margin: 0px 25px 0px; }

      .new .text p img {
        width: 100%; }

    .new .text h2, .new .text p {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }

    .new .new__pcimg {
      display: none; }

  .new .img {
    width: 100%;
    height: auto;
    background: none; }

    .new .img img {
      width: 100%;
      display: block; }

  /*-- design --*/
  /*-- ------------------------------------------------ --*/
  .design .text {
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 27px 0px 25px;
    background: #004ea1; }

    .design .text h2 {
      text-align: center;
      margin: 10px 0px 30px 0px;
      padding: 0px; }

      .design .text h2 img {
        width: 25%; }

    .design .text p {
      text-align: center; }

      .design .text p img {
        width: 65%; }

    .design .text h2, .design .text p {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }

  .design .img {
    width: 100%;
    height: auto;
    background: none; }

    .design .img img {
      width: 100%;
      display: block; }

  /*-- lineup --*/
  /*-- ------------------------------------------------ --*/
  .lineup ul {
    background: #fff;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom:30px; }

    .lineup ul li {
      height: 170px;
      width: auto;
      background: #e8ebf3; }

      .lineup ul li a {
        margin: 0px;
        height: 100%;
        width: 100%; }

        .lineup ul li a .num {
          left: 10px;
          top: 140px;
          width: 55px; }

        .lineup ul li a .num02 {
          left: 10px;
          top: 140px;
          width: 70px; }


        .lineup ul li a span, .lineup ul li a span.design01, .lineup ul li a span.design02, .lineup ul li a span.design03, .lineup ul li a span.pants {
          height: 100%;
          width: 50%;
          margin: 0px 0px 0px auto;

          background: none;
          opacity: 1; }

          .lineup ul li a span img {
            height: 85%;
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px); }

        .lineup ul li a::after {
          content: none; }

        .lineup ul li a::before {
          width: 50%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 1;
          content: ""; }

      .lineup h2 {
        text-align:center;
        position: relative;
        display: block;
        height: 75px;
        width: 100%;
        margin: 0; }

        .lineup h2 img {
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          margin: auto;
          height: 12px; }

      .lineup ul li:nth-of-type(1) {
          background: #44403f; }
        .lineup ul li:nth-of-type(1) a::before {
          background: url(../../images/lineup_01_smp.jpg) no-repeat left top;
          background-size: cover; }

      .lineup ul li:nth-of-type(2) {
        background: #004ea1; }
        .lineup ul li:nth-of-type(2) a::before {
          background: url(../../images/lineup_02_smp.jpg) no-repeat left top;
          background-size: cover; }

      .lineup ul li:nth-of-type(3) {
        background: #e95702; }
        .lineup ul li:nth-of-type(3) a::before {
          background: url(../../images/lineup_03_smp.jpg) no-repeat left top;
          background-size: cover; }

      .lineup ul li:nth-of-type(4) {
        background: #757b91; }
        .lineup ul li:nth-of-type(4) a::before {
          background: url(../../images/lineup_04_smp.jpg) no-repeat left top;
          background-size: cover; }
}

/* -- @media -- */
