/* Sass Document */
#header {
  background-color: #ff9700;
  background-color: #ff711c;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0;
  }
}

#header .inner {
  height: 93px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header .inner {
    height: 16.8vw;
  }
}

#header .inner h1 {
  width: auto;
}
@media screen and (max-width: 768px) {
  #header .inner h1 {
    width: 15vw;
  }
}

.switch {
  display: none;
}

#index .inner {
  width: 1220px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #index .inner {
    width: 100%;
  }
}

.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#index img {
  display: block;
  margin: auto;
  max-width: 100%;
}

#mv .container img {
  width: 100%;
}

#sec01 {
  background-color: #c7910b;
  position: relative;
  z-index: 2;
  background-image: url("../images/sec01_bg_pc_01.png"), url("../images/sec01_bg_pc_02.png");
  background-position: left center , right center;
  background-repeat: no-repeat;
  padding: 4.7vw 0 4.7vw;
}
@media screen and (max-width: 768px) {
  #sec01 {
    height: 114.9vw;
    padding: 0;
    background-image: url("../images/sec01_bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #sec01 .inner {
    background-image: none;
  }
}

#sec02 {
  background-color: #a0659f;
  position: relative;
  padding: 20px 0 24.5vw;
  box-sizing: border-box;
  /*	background-image: url("../images/sec02_03_pc.png");
  	background-size: 100%;
  	background-position: center bottom;*/
}
@media screen and (max-width: 768px) {
  #sec02 {
    padding: 5.3vw 0 22vw;
    /*		background-image: url("../images/sec02_bg_sp.png");
    		background-size: 100%;*/
  }
}
#sec02 .sec02-movie {
  width: 640px;
  margin: 35px auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #sec02 .sec02-movie a img {
    transition: 0.3s;
  }
  #sec02 .sec02-movie a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sec02 .sec02-movie {
    width: 64vw;
    margin: 8vw auto 6.6vw;
  }
}
#sec02 .img-btm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -68px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec02 .img-btm {
    bottom: -6.6vw;
    width: 100%;
  }
}
#sec02 .img-btm img {
  width: 100%;
}

#sec03 {
  background-color: #6e9c50;
  position: relative;
  margin-top: -4vw;
  background-image: url("../images/sec03_bg_pc-left-top.png"), url("../images/sec03_bg_pc-right-top.png"), url("../images/sec03_bg_pc-right-btm.png"), url("../images/sec03_bg_pc-left-btm.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top , right top , right bottom , left bottom;
  padding: 11vw 0 27.2vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #sec03 {
    background-image: url("../images/sec03_bg_sp.png");
    height: 175.3vw;
    padding: 17.3vw 0 0;
    background-position: center center;
    background-size: cover;
  }
}
#sec03 .img02 {
  margin: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  #sec03 .img02 {
    margin: 6.6vw 0 4vw;
  }
}
#sec03 .img-btm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec03 .img-btm {
    bottom: -6.6vw;
    width: 100%;
    display: none;
  }
}
#sec03 .img-btm img {
  width: 100%;
}

#sec04 {
  background-color: #cb9217;
  padding: 90px 0 80px;
  box-sizing: border-box;
  background-image: url("../images/sec04_bg_pc_01.png"), url("../images/sec04_bg_pc_02.png");
  background-repeat: no-repeat;
  background-position: left center , right center;
}
@media screen and (max-width: 768px) {
  #sec04 {
    background-image: url("../images/sec04_bg_sp.png");
    padding: 12.8vw 0 7.9vw;
    background-size: 100%;
    background-position: top center;
  }
}
#sec04 .sec04-movie {
  display: flex;
  justify-content: space-between;
  width: 640px;
  max-width: 100%;
  margin: 50px auto auto;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04-movie {
    width: 63.6vw;
    margin: 6.6vw auto auto;
    display: block;
  }
  #sec04 .sec04-movie img {
    width: 63.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  #sec04 .sec04-movie a img {
    transition: 0.3s;
  }
  #sec04 .sec04-movie a:hover img {
    opacity: 0.7;
  }
}
#sec04 .sec04_txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #sec04 .sec04_txt {
    margin-top: 4vw;
  }
}

#sec05 {
  background-color: #a0659f;
  padding: 72px 0 26.1vw;
  box-sizing: border-box;
  position: relative;
  background-image: url("../images/sec05_bg-left-top.png"), url("../images/sec05_bg-right-top.png"), url("../images/sec05_bg-right-btm.png"), url("../images/sec05_bg-left-btm.png");
  background-repeat: no-repeat;
  background-position: left top , right top , right bottom , left bottom;
}
@media screen and (max-width: 768px) {
  #sec05 {
    background-image: url("../images/sec05_bg_sp.png");
    height: 138vw;
    padding: 11.2vw 0 0;
    background-size: 100%;
    background-position: center bottom;
  }
}
#sec05 .img02 {
  margin: 25px auto 48px;
}
@media screen and (max-width: 768px) {
  #sec05 .img02 {
    margin: 6.6vw auto 6.6vw;
  }
}
#sec05 .img-btm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec05 .img-btm {
    bottom: -6.6vw;
    width: 100%;
    display: none;
  }
}
#sec05 .img-btm img {
  width: 100%;
}

#sec06 {
  background-color: #6e9c50;
  background-image: url("../images/sec06_bg_pc.png");
  padding: 87px 0 63px;
  box-sizing: border-box;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #sec06 {
    background-image: url("../images/sec06_bg_sp.png");
    padding: 12vw 0 18.5vw;
    background-size: 100%;
    background-position: center top;
  }
}
#sec06 .img02 {
  margin: auto auto 13px;
}
@media screen and (max-width: 768px) {
  #sec06 .img02 {
    margin: 4vw auto 5.3vw;
  }
}
#sec06 .sec06_btn01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_btn01 {
    margin-top: 7vw;
  }
}
#sec06 .sec06_btn02_txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_btn02_txt {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
#sec06 .sec06_btn01,
#sec06 .sec06_btn02 {
  text-align: center;
}
#sec06 .sec06_btn01 a,
#sec06 .sec06_btn02 a {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #sec06 .sec06_btn01 a img,
  #sec06 .sec06_btn02 a img {
    transition: 0.3s;
  }
  #sec06 .sec06_btn01 a:hover img,
  #sec06 .sec06_btn02 a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .sec06_btn01 img,
  #sec06 .sec06_btn02 img {
    width: 94.6vw;
  }
}

#footer #footer_lower {
  background-color: transparent;
  padding: 0 0 0;
}
#footer #footer_lower ul {
  width: auto;
  float: none;
}
#footer #footer_lower ul li {
  background: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer #footer_lower ul li {
    border: none !important;
  }
  #footer #footer_lower ul li img {
    width: 100%;
  }
  #footer #footer_lower ul li a {
    border: none !important;
    padding: 0 !important;
    background: none !important;
  }
}

#footer #footer_lower ul li a.blank {
  background-image: none;
  padding: 0;
}

#footer #footer_lower {
  background: #ff711c;
  color: #ffffff;
  position: relative;
}
#footer #footer_lower nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 0 13px;
}
#footer #footer_lower nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer #footer_lower nav ul li {
  margin-right: 32px;
  font-size: 13px;
}
#footer #footer_lower nav ul li img {
  width: 50px;
}
#footer #footer_lower nav ul li a {
  text-decoration: underline;
}
#footer #footer_lower nav ul li a:hover {
  text-decoration: none;
}
#footer #footer_lower nav ul li a:visited, #footer #footer_lower nav ul li a:link {
  color: #ffffff;
}
#footer #footer_lower nav ul li .blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-image: url("../images/icon_blank01.gif");
}
#footer .inner {
  max-width: 1100px;
  margin: 0 auto;
}
#footer .block {
  display: none;
}
#footer #copyright {
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 45px;
}
#footer #pagetop {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: 366px;
}

@media screen and (max-width: 768px) {
  #footer #footer_lower {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_lower nav {
    display: block;
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_lower nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_lower nav ul .logo {
    width: 100%;
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_lower nav ul li {
    padding: 3%;
    width: auto;
    margin: 0 0;
    display: block;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_lower nav ul li img {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer #copyright {
    padding: 5%;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    box-sizing: border-box;
    border: none;
  }
  #footer #copyright small {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #footer #pagetop {
    left: 65%;
    margin-left: 0;
    display: block;
  }
}
