@charset "utf-8";

/*=============================
webfonts
=============================*/

@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css');

/*=============================
共通
=============================*/

html {
  font-size: 62.5%;
}

body {
  color: #401000;
  font-family: "Mplus 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  min-width: 320px;
}

article,
section,
footer {
  display: block;
}

ul {
  margin: 0;
}

a {
  outline: none;
}

img {
  vertical-align: top;
}

section {
  min-height: 100%;
  position: relative;
}


/*=============================
ヘッダ
=============================*/

.sec-header {
  background: url(../img/header.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0;
  position: relative;
}

.header-inner {
  padding-top: 50vh;
  padding-bottom: 10vh;
  position: relative;
}

.sec-header h1 {
  background: rgba(118, 92, 47, 1);
  color: #fff;
  line-height: 4rem;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center;
  width: 500px;
}

.hd-txt-l {
  font-size: 6rem;
  font-weight: 800;
  line-height: 6rem;
}

.hd-txt-s {
  font-size: 2.6rem;
  font-weight: 400;
}

.sec-header a.next::before {
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  opacity: 1;
}

.sec-header a.next::after {
  color: #fff;
}

.button {
  align-items: center;
  background: #F7B800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 2.6rem;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 540px;
}

.button:hover {
  opacity: 0.8;
}

.js-modal-btn {
  bottom: 10vh;
  position: absolute;
  right: 20px;
}

.js-modal-btn:before {
  -ms-align-items: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  content: "PLAY";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.4rem;
  height: calc(100% - 10px);
  justify-content: center;
  letter-spacing: 4px;
  padding: 10px 0 0 2px;
  position: absolute;
  width: calc(100% - 2px);
}

.js-modal-btn:after {
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  left: calc(50% - 5px);
  position: absolute;
  top: calc(50% - 18px);
}

.js-modal-btn:hover:before {
  background: rgba(0,0,0,0.7);
}

.js-modal-btn img {
  width: 250px;
}


/*=============================
ナビ
=============================*/

nav {
  position: fixed;
  top: 0;
  display: none;
}

nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
}

#fp-nav ul li a span {
  transition: 1s;
}

#fp-nav ul li .fp-tooltip {
  transition: 1s;
}

/*=============================
メイン
=============================*/

h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  margin: 0 auto 40px;
  max-width: 600px;
  padding: 0 20px;
  text-align: center;
}

h2 .num {
  display: inline-block;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sec-inner {
  margin: 40px auto;
  padding: 0 40px;
  max-width: 600px;
}

.sec-inner ul {
  padding-left: 20px;
}


/* section 01 ===========*/

.sec1 {
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*padding: 50px 20px 80px;*/
}

.sec1 .sec-inner {
  margin: 40px auto 10px;
  max-width: inherit;
}

.sec1 h2 {
  max-width: none;
}

.sec1 p {
  margin: 0 auto 40px;
  max-width: 600px;
}

.sec1 .ul-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.sec1 ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.sec1 ul li {
  flex-basis: calc(25% - 20px);
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}

.sec1 ul li:last-child {
  margin-bottom: 0;
}

.sec1 ul li div {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.sec1 ul img {
  margin-bottom: 5px;
}

.sec1.nonactive h2 {
  opacity: 0;
  position: relative;
  top: 500px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.sec1.active h2 {
  opacity: 1;
  top: 0;
}

/* section 02 ===========*/

.sec2 {
  background: #FAC600;
  color: #fff;
  padding: 0;
}

.sec2 h2 {
  background: #ffd220;
  margin: 0;
  max-width: inherit;
  padding: 40px 20px;
}

.sec2-flex {
  display: flex;
  flex-direction: row;
}

.sec2-flex:nth-of-type(even) {}

.sec2-flex > div {
  flex-basis: 50%;
}

.sec2-flex > div img {
  width: 100%;
}

.sec2 h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
}

.sec2 ul {
  margin: 0 40px;
  padding-left: 20px;
}

.sec2 ul li {
  margin-bottom: 10px;
}

.sec2 ul li:last-child {
  margin-bottom: 0;
}

.sec2-flex-txt {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 140px);
}

.sec2-flex-pic {
  -webkit-background-size: cover;
  background-size: cover;
  height: 500px;
  height: calc(100vh - 140px);
}

.sec2:nth-of-type(3) .sec2-flex-pic {
  background: url(../img/02-pic1.jpg) no-repeat center center/cover;
}

.sec2:nth-of-type(4) .sec2-flex-pic {
  background: url(../img/02-pic2.jpg) no-repeat center left/cover;
}

.sec2.fixed {
  /*
    padding-top: 140px;
*/
}

.sec2.fixed .sec2-ttl {
  position: fixed;
  top: 0;
  width: 100%;
}

.sec2.fixed .sec2-flex1 {
  padding-top: 140px;
}

/* section 03 ===========*/

.sec3 {
  -ms-align-items: center;
  align-items: center;
  background: #765C2F;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sec3 ul li {
  margin-bottom: 10px;
}

.sec3 ul li:last-child {
  margin-bottom: 0;
}

/* section 04 ===========*/

.sec4 {
  -ms-align-items: center;
  align-items: center;
  background: #96743C;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sec4 ul li {
  margin-bottom: 10px;
}

.sec4 ul li:last-child {
  margin-bottom: 0;
}

/* section 05 ===========*/

.sec5 {
  -ms-align-items: center;
  align-items: center;
  background: #f4f4f4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sec5 .sec-inner {
  max-width: 900px;
}

.sec5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

.sec5 ul li {
  display: flex;
  flex-basis: 280px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 10px;
}

.sec5 ul li > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 280px;
}

.sec5 ul li img {
  margin-bottom: 10px;
  width: 64px;
}

.sec5 .sec5-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  transform: rotate(0.028deg);
}

.sec5 .sec5-txt {
  max-width: 280px;
}

.sec5 .note {
  font-size: 1.4rem;
  padding-left: 1.1rem;
  text-indent: -1.1rem;
}

.registration .fp-tableCell {
  vertical-align: bottom;
}

.registration .sec-inner {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 200px;
  justify-content: center;
  margin: 0;
  max-width: inherit;
  padding: 20px;
}

.registration span.regist-txt-l {
  display: inline-block;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.6rem;
  margin-bottom: 40px;
  text-align: center;
}

.registration span.regist-txt-s {
  display: inline-block;
}

.registration a {
  margin-top: 40px;
}

/*=============================
フッタ
=============================*/

footer {
  background: #765C2F;
  color: #fff;
  position: relative;
  text-align: center;
}

footer .sitemap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

footer .sitemap ul {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  text-align: left;
}

footer .sitemap ul li {
  line-height: 1.2rem;
  margin: 10px 0;
}

footer .sitemap ul a {
  color: #fff;
  font-size: 1.2rem;
}

footer small {
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
}

footer small a {
  color: #fff;
  font-weight: 500;
}

footer .icons8 {
  bottom: 0;
  font-size: 1rem;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
}

footer .icons8 a {
  color: #fff;
  font-weight: 500;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  opacity: .8;
  text-decoration: underline;
}

#pagetop {
  bottom: 50px;
  position: fixed;
  right: 20px;
}

#pagetop a {
  display: block;
  height: 27px;
  width: 32px;
}

#pagetop a:hover {
  opacity: 0.8;
}

#pagetop a:before,
#pagetop a:after {
  background-color: #fff;
  content: "";
  height: 30px;
  position: absolute;
  right: 23px;
  top: -1px;
  transform: rotate(30deg);
  width: 1px;
}

#pagetop a:after {
  right: 8px;
  transform: rotate(-30deg);
}


/*=============================
メディアクエリ
=============================*/

/* 1020px以下 */

@media screen and (max-width:1020px) {}

/* 767px以下 */

@media screen and (max-width:767px) {
  /*=============================
	メイン
	=============================*/
  .sec2-flex {
    flex-direction: column!important;
  }

  .sec2-flex-txt {
    padding: 40px 0 20px;
  }

  .sec2-flex-pic {
    height: 300px;
  }
}

/* 568px以上 */

@media screen and (min-width:568px) {

  a.next {
    bottom: 40px;
    cursor: pointer;
    height: 30px;
    left: calc(50% - 27px);
    position: absolute;
    width: 54px;
  }

  a.next::before {
    -webkit-animation: next 3s infinite;
    animation: next 3s infinite;
    border-left: 8px solid #401000;
    border-bottom: 8px solid #401000;
    content: "";
    height: 30px;
    left: 8px;
    opacity: 0.6;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
  }

  a.next:hover::before {
    opacity: 0.8;
  }

  a.next::after {
    color: #401000;
    content: "NEXT";
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    justify-content: center;
    left: calc(50% - 27px);
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 54px;
  }

  @-webkit-keyframes next {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    60% {
      transform: rotate(-45deg) translate(0, 0);
    }
    80% {
      -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  @keyframes next {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    60% {
      transform: rotate(-45deg) translate(0, 0);
    }
    80% {
      transform: rotate(-45deg) translate(-4px, 4px);
    }
    100% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }
}

/* 567px以下 */

@media screen and (max-width:567px) {
  /*=============================
	ヘッダ
	=============================*/
  /*
  html,body {
    height: 100%;
    overflow: hidden;
  }

  .all-wrap {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
*/
  .sec-header h1 {
    line-height: 4rem;
    width: calc(100% - 40px);
  }

  .hd-txt-l {
    display: inline-block;
    font-size: 4rem;
    line-height: 4rem;
  }

  .hd-txt-s {
    display: inline-block;
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .button {
    font-size: 2rem;
    font-weight: 500;
    height: 50px;
    width: 80%;
  }
  
  .js-modal-btn {
    -ms-align-items: center;
    align-items: center;
    bottom: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    right: auto;
    width: 250px;
  }

  /*=============================
	メイン
	=============================*/
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  h2 .num {
    font-size: 4rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 20px;
  }

  section {
    padding: 20px 0;
  }

  .sec-header {
    height: 100%;
  }

  .sec1 {
    padding: 20px 0;
  }

  .sec2 h2 {
    padding: 50px 40px;
  }

  .sec2 h3 {
    font-size: 2.4rem;
  }

  .sec2:nth-of-type(4) .sec2-ttl {
    display: none;
  }

  .sec2.fixed .sec2-ttl {
    position: relative;
  }

  .sec2.fixed .sec2-flex1 {
    padding: 0;
  }

  .sec2-flex-txt {
    min-height: inherit;
  }

  .sec5 ul li {
    flex-basis: auto;
    padding: 0;
  }

  .sec5 ul li > div {
    width: 240px;
  }

  .registration {
    padding: 0;
  }

  .registration span.regist-txt-l {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
  }

  .registration a {
    margin-top: 20px;
  }

  footer {
    justify-content: flex-start;
    text-align: left;
  }

  footer .sitemap {
    padding: 10px 0;
  }

  footer .sitemap ul li {
    margin: 20px 0;
  }

  footer small {
    padding-left: 20px;
  }

  #pagetop {
    bottom: 40px;
    right: 20px;
  }

  #pagetop a {
    height: 20px;
    width: 20px;
  }

  #pagetop a:before,
  #pagetop a:after {
    background-color: #401000;
    height: 20px;
    right: 15px;
    top: 0;
  }

  #pagetop a:after {
    right: 5px;
  }
}

@media screen and (max-height:400px) {
  .sp .sec-header {
    height: auto;
  }
}
