@charset "UTF-8";
@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://use.typekit.net/awi7bbz.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 12pt;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
}

body.loaded {
  position: static;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #999;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  color: #FFF;
  width: 100%;
  height: 100vh;
  background-color: #4ab44e;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99999;
  flex-direction: column;
  overflow: hidden;
}

#loader .inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

#loader .inner h3 {
  width: 203px;
  height: 307px;
  margin: -154px 0 0 -102px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../images/title_loading.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease-in;
}

#loader .inner.loaded h3 {
  opacity: 1;
}

#loader .loadtext {
  display: none;
}

#loader .bar {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}

#loader .bar span {
  width: 0%;
  background-color: #FFF;
  height: 5px;
  display: block;
}

header {
  width: 100%;
  padding: 25px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  left: 0px;
  top: -100px;
  z-index: 9999;
  box-sizing: border-box;
  transition: top 0.25s ease-in;
}

header h1 {
  width: 300px;
}

header h1 a {
  height: 36px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../images/head_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transition: all 0.25s ease-in;
}

header p {
  width: 170px;
  height: 14px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../images/head_date.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

header.active {
  top: 0px;
}

ul.phset1 {
  width: 1212px;
  margin: 0 auto 114px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

ul.phset1 li {
  width: 33.333%;
  padding: 6px;
  opacity: 0;
}

ul.phset2 {
  width: 1040px;
  margin: 0 auto 114px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

ul.phset2 li {
  width: 50%;
  padding: 6px;
  opacity: 0;
}

.sec1 {
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sec1 .inner {
  color: #FFF;
  width: 520px;
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: padding-top 0.25s linear;
}

.sec1 .inner h3 {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../images/title_date1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 246px;
  height: 22px;
  margin: 0 auto 10px auto;
  transition: opacity 0.25s ease-in;
  opacity: 0;
}

.sec1 .inner h4 {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-image: url(../images/title_date2.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 220px;
  height: 11px;
  margin: 0 auto 60px auto;
  transition: opacity 0.25s ease-in;
  opacity: 0;
}

.sec1 .inner p {
  transition: opacity 0.25s ease-in 0.25s;
  opacity: 0;
}

.sec1 .bar {
  width: 2px;
  height: 50px;
  padding: 0px;
  margin: 0 0 0 -1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 111;
  overflow: hidden;
  transition: all 0.25s ease-in 0.75s;
  opacity: 0;
}

.sec1 .bar span {
  width: 2px;
  height: 40px;
  margin: 0 0 0 -1px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  animation: bar-anime 2s ease-out 0s infinite normal;
}

.sec1.active .inner {
  padding-top: 0px;
}

.sec1.active .inner h3, .sec1.active .inner h4, .sec1.active .inner p {
  opacity: 1;
}

.sec1.active .bar {
  bottom: 75px;
  opacity: 1;
}

.sec2 {
  width: 100%;
  height: auto;
  padding: 94px 0 0 0;
  margin: 0 auto;
}

.sec2 ul {
  margin: 0 auto 44px auto;
}

.sec2 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.sec3 {
  width: 100%;
  height: auto;
  padding: 94px 0 0 0;
  margin: 0 auto;
}

.sec3 ul {
  margin: 0 auto 44px auto;
}

.sec3 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.sec4 {
  width: 100%;
  height: auto;
  padding: 94px 0 0 0;
  margin: 0 auto;
}

.sec4 ul {
  margin: 0 auto 44px auto;
}

.sec4 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.sec5 {
  width: 100%;
  height: auto;
  padding: 94px 0 0 0;
  margin: 0 auto;
}

.sec5 ul {
  margin: 0 auto 44px auto;
}

.sec5 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.sec6 {
  width: 100%;
  height: auto;
  padding: 94px 0 0 0;
  margin: 0 auto 100px auto;
}

.sec6 ul {
  margin: 0 auto 44px auto;
}

.sec6 p {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  opacity: 0;
}

.sec7 {
  width: 100%;
  padding: 160px 0 80px 0;
  background-color: #4ab44e;
}

.sec7 a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sec7 a:hover, .sec7 a:active, .sec7 a.active {
  color: #ccc;
}

.sec7 h3 {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  margin: 0 auto 80px auto;
}

.sec7 .inner {
  width: 1272px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sec7 .inner .brand {
  width: 636px;
  padding: 80px 18px;
}

.sec7 .inner .brand .logo {
  margin: 0 auto 50px auto;
}

.sec7 .inner .brand .logo i {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}

.sec7 .inner .brand .logo.logo1 i {
  width: 204px;
  height: 45px;
  background-image: url(../images/logo_brand1.svg);
  margin-bottom: 5px;
}

.sec7 .inner .brand .logo.logo2 i {
  width: 170px;
  height: 36px;
  background-image: url(../images/logo_brand2.svg);
}

.sec7 .inner .brand .logo.logo3 i {
  width: 116px;
  height: 36px;
  background-image: url(../images/logo_brand3.svg);
}

.sec7 .inner .brand .logo.logo4 i {
  width: 174px;
  height: 66px;
  background-image: url(../images/logo_brand4.svg);
}

.sec7 .inner .brand .logo.logo5 i {
  width: 196px;
  height: 66px;
  background-image: url(../images/logo_brand5.svg);
}

.sec7 .inner .brand .logo p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}

.sec7 .inner .brand .photocombo {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.sec7 .inner .brand .photocombo .swiper-container {
  width: 100%;
  margin: 0 auto 15px auto;
}

.sec7 .inner .brand .photocombo .swiper-container ul.swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

.sec7 .inner .brand .photocombo .swiper-container ul.swiper-wrapper li {
  width: 600px;
  height: auto;
}

.sec7 .inner .brand .photocombo .btn {
  width: 15px;
  height: 25px;
  margin: -15px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 200px;
  z-index: 333;
}

.sec7 .inner .brand .photocombo .btn.btn-prev {
  background-image: url(../images/arrow_prev.png);
  left: 10px;
}

.sec7 .inner .brand .photocombo .btn.btn-next {
  background-image: url(../images/arrow_next.png);
  right: 10px;
}

.sec7 .inner .brand dl {
  color: #FFF;
  text-align: left;
}

.sec7 .inner .brand dl dt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec7 .credit {
  color: #FFF;
  text-align: center;
}

.sec8 {
  width: 100%;
  padding: 135px 0 175px 0;
}

.sec8 .inner {
  width: 600px;
  margin: 0 auto;
}

.sec8 .inner .banner {
  width: 100%;
  margin: 0 auto 160px auto;
}

.sec8 .inner .banner a img {
  transition: all 0.25s ease-in;
}

.sec8 .inner .banner a:hover img {
  opacity: 0.7;
}

.sec8 .inner dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sec8 .inner dl dt {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 52px;
  background-image: url(../images/logo_store.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}

.sec8 .inner dl dd {
  color: #4ab44e;
  margin: 0 auto;
}

.sec8 .inner dl dd:not(:last-child) {
  margin: 0 auto 60px auto;
}

.sec8 .inner dl dd a, .sec8 .inner dl dd span {
  color: #4ab44e;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  width: 260px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 2px #4ab44e;
  transition: all 0.1s ease-in;
}

.sec8 .inner dl dd a:hover, .sec8 .inner dl dd span:hover {
  color: #33cc66;
  border: solid 6px #33cc66;
}

footer {
  width: 100%;
  padding: 95px 0;
  border-top: solid 1px #CCC;
}

footer h2 {
  width: 167px;
  margin: 0 auto 55px auto;
}

footer h2 a {
  height: 100px;
  background-image: url(../images/logo_bc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

footer ul {
  width: 270px;
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer ul li {
  width: 30px;
}

footer ul li a {
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

footer ul li a:hover {
  opacity: 0.6;
}

footer ul li:nth-child(1) a {
  background-image: url(../images/icon_fb.svg);
}

footer ul li:nth-child(2) a {
  background-image: url(../images/icon_twit.svg);
}

footer ul li:nth-child(3) a {
  background-image: url(../images/icon_insta.svg);
}

footer ul li:nth-child(4) a {
  background-image: url(../images/icon_line.svg);
}

footer p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 40px 0 0 0;
  border-top: solid 1px #CCC;
}

.pgtop {
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: none;
}

.pgtop a {
  height: 50px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

.pgtop a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #loader h3 {
    width: 110px;
    height: 166px;
    margin: -83px 0 0 -55px;
  }
  header {
    width: 100%;
    padding: 10px;
    top: -41px;
  }
  header h1 {
    width: 112px;
  }
  header h1 a {
    height: 21px;
    background-image: url(../images_sp/head_logo.png);
  }
  header p {
    width: 97px;
    height: 8px;
  }
  header.active {
    top: 0px;
  }
  ul.phset1 {
    width: 100%;
    padding: 0 5px;
    margin: 0 auto 45px auto;
  }
  ul.phset1 li {
    width: 50%;
    padding: 5px;
  }
  ul.phset2 {
    width: 100%;
    padding: 0 5px;
    margin: 0 auto 45px auto;
  }
  ul.phset2 li {
    width: 50%;
    padding: 5px;
  }
  .sec1 {
    background-image: url(../images_sp/bg2.jpg);
  }
  .sec1 .inner {
    width: 100%;
    padding: 20px 60px 0 60px;
  }
  .sec1 .inner h3 {
    width: 200px;
    height: 18px;
    margin: 0 auto 10px auto;
  }
  .sec1 .inner h4 {
    background-image: url(../images/title_date2.svg);
    width: 178px;
    height: 9px;
    margin: 0 auto 40px auto;
  }
  .sec1 .bar {
    height: 40px;
    bottom: 40px;
  }
  .sec1 .bar span {
    height: 40px;
    top: -40px;
    animation: bar-anime-sp 2s ease-out 0s infinite normal;
  }
  .sec1.active .inner {
    padding-top: 0px;
  }
  .sec1.active .inner h3, .sec1.active .inner h4, .sec1.active .inner p {
    opacity: 1;
  }
  .sec1.active .bar {
    bottom: 50px;
    opacity: 1;
  }
  .sec2 {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  .sec2 ul {
    margin: 0 auto 30px auto;
  }
  .sec2 p {
    width: 100%;
    padding: 0 10px;
  }
  .sec3 {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  .sec3 ul {
    margin: 0 auto 30px auto;
  }
  .sec3 p {
    width: 100%;
    padding: 0 10px;
  }
  .sec4 {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  .sec4 ul {
    margin: 0 auto 30px auto;
  }
  .sec4 p {
    width: 100%;
    padding: 0 10px;
  }
  .sec5 {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  .sec5 ul {
    margin: 0 auto 30px auto;
  }
  .sec5 p {
    width: 100%;
    padding: 0 10px;
  }
  .sec6 {
    width: 100%;
    height: auto;
    padding: 40px 0 0 0;
    margin: 0 auto 75px auto;
  }
  .sec6 ul {
    margin: 0 auto;
  }
  .sec7 {
    padding: 60px 0 80px 0;
  }
  .sec7 h3 {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0rem;
    margin: 0 auto 60px auto;
  }
  .sec7 .inner {
    width: 100%;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec7 .inner .brand {
    width: 100%;
    padding: 0px 10px;
  }
  .sec7 .inner .brand:not(:last-child) {
    margin: 0 auto 60px auto;
  }
  .sec7 .inner .brand .logo {
    margin: 0 auto 25px auto;
  }
  .sec7 .inner .brand .logo.logo1 i {
    width: 133px;
    height: 29px;
    background-image: url(../images/logo_brand1.svg);
    margin-bottom: 5px;
  }
  .sec7 .inner .brand .logo.logo2 i {
    width: 136px;
    height: 29px;
    background-image: url(../images/logo_brand2.svg);
  }
  .sec7 .inner .brand .logo.logo3 i {
    width: 93px;
    height: 29px;
    background-image: url(../images/logo_brand3.svg);
  }
  .sec7 .inner .brand .logo.logo4 i {
    width: 139px;
    height: 53px;
    background-image: url(../images/logo_brand4.svg);
  }
  .sec7 .inner .brand .logo.logo5 i {
    width: 157px;
    height: 53px;
    background-image: url(../images/logo_brand5.svg);
  }
  .sec7 .inner .brand .logo p {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: 0rem;
  }
  .sec7 .inner .brand .photocombo {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec7 .inner .brand .photocombo .swiper-container {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .sec7 .inner .brand .photocombo .swiper-container ul.swiper-wrapper {
    width: 100%;
  }
  .sec7 .inner .brand .photocombo .swiper-container ul.swiper-wrapper li {
    width: 100%;
    height: auto;
  }
  .sec7 .inner .brand .photocombo .btn {
    opacity: 0;
  }
  .sec7 .inner .brand dl dt {
    margin-bottom: 5px;
  }
  .sec8 {
    width: 100%;
    padding: 50px 40px 80px 40px;
  }
  .sec8 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec8 .inner .banner {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  .sec8 .inner dl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sec8 .inner dl dt {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 31px;
    margin: 0 auto 25px auto;
  }
  .sec8 .inner dl dd:not(:last-child) {
    margin: 0 auto 60px auto;
  }
  .sec8 .inner dl dd a, .sec8 .inner dl dd span {
    color: #4ab44e;
    font-family: futura-pt, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: 0rem;
    width: 180px;
    height: 40px;
  }
  .sec8 .inner dl dd a:hover, .sec8 .inner dl dd span:hover {
    color: #33cc66;
    border: solid 2px #33cc66;
  }
  footer {
    width: 100%;
    padding: 60px 0;
    border-top: solid 1px #CCC;
  }
  footer h2 {
    width: 100px;
    margin: 0 auto 30px auto;
  }
  footer h2 a {
    height: 60px;
  }
  footer ul {
    width: 140px;
    margin: 0 auto 55px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer ul li {
    width: 20px;
  }
  footer ul li a {
    height: 20px;
  }
  footer ul li a:hover {
    opacity: 1;
  }
  footer p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 40px 0 0 0;
    border-top: solid 1px #CCC;
  }
  .pgtop {
    width: 30px;
    bottom: 10px;
    right: 10px;
  }
  .pgtop a {
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .pgtop a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 320px) {
  .sec1 .inner {
    padding: 20px 30px 0 30px;
  }
  .sec1 .bar {
    bottom: 15px;
  }
  .sec1.active .inner {
    padding-top: 0px;
  }
  .sec1.active .bar {
    bottom: 25px;
  }
}
