@charset "UTF-8";
img {
  max-width: 100%;
}

.position {
  position: relative;
}

.wrap {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  max-width: 860px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap3 {
  max-width: 940px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap4 {
  max-width: 746px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap5 {
  max-width: 660px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap6 {
  max-width: 906px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bg01 {
  background: #F2EEE5;
}

/*ヘッダー*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .head-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
header .head-box .logo {
  width: 280px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0px;
  box-sizing: border-box;
}
header .head-box .logo img {
  display: block;
}
header .head-box .nav-box {
  width: 50%;
}
header .head-box .nav-box ul {
  font-size: 0;
  text-align: right;
}
header .head-box .nav-box ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  padding-right: 3%;
  padding-left: 3%;
  position: relative;
  line-height: 1;
}
header .head-box .nav-box ul li a {
  line-height: 1;
  color: #333333;
  font-size: 11px;
}
header .head-box .nav-box ul li:last-child {
  margin-right: 0;
}
header .head-box .nav-box ul li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #333;
}
header .head-box .nav-box ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #333;
}

footer .foot-flex1 {
  display: block;
}
footer .foot-flex1 .logo {
  width: 22%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 18px;
}
footer .foot-flex1 .foot-name {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  text-align: center;
}
footer .foot-flex1 .foot-ad {
  font-size: 12px;
  line-height: 1.66;
}
footer .foot-flex2 ul.flexlist {
  display: flex;
  flex-wrap: wrap;
}
footer .foot-flex2 ul.flexlist li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.25;
  width: 24.29%;
  margin-right: 1%;
}
footer .foot-flex2 ul.flexlist li a.link {
  border: 1px solid #231815;
  padding-top: 11px;
  padding-bottom: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #231815;
}
footer .foot-flex2 ul.flexlist li a.link.ex {
  background: #C9CACA;
  border: 1px solid #C9CACA;
}
footer .foot-flex2 ul.flexlist li .bor-box {
  border: 1px solid #231815;
  padding-top: 11px;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .foot-flex2 ul.flexlist li .bor-box ul {
  display: flex;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
footer .foot-flex2 ul.flexlist li .bor-box ul li {
  width: 14%;
  margin-right: 5%;
}
footer .foot-flex2 ul.flexlist li .bor-box ul li:first-child {
  width: 24%;
  margin-right: 0;
}
footer .foot-flex2 ul.flexlist li .bor-box ul li:last-child {
  margin-right: 0;
}
footer .foot-flex2 ul.flexlist li:last-child {
  width: 24%;
  margin-right: 0;
}

.contents {
  padding-top: 60px;
}

.copy {
  background: #AF1C3B;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.movie-box {
  margin-bottom: 60px;
  max-width: 960px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.movie-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
}

.fadein2 {
  opacity: 0;
}

.fadein3 {
  opacity: 0;
}

.fadeinex {
  opacity: 0;
}

.fadein4 {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.fadein5 {
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .h-text2.left {
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .head-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  /*ヘッダー*/
  header .head-box {
    position: relative;
    width: 90%;
  }
  header .head-box .logo {
    width: 50%;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 0%;
    box-sizing: border-box;
  }
  header .head-box .nav-box {
    width: 50%;
  }
  header .head-box .nav-box ul {
    font-size: 0;
    text-align: right;
  }
  header .head-box .nav-box ul li {
    margin-top: 3vw;
    padding-right: 3%;
    padding-left: 3%;
  }
  header .head-box .nav-box ul li a {
    font-size: 2.7vw;
  }
  header .head-box .nav-box ul li:last-child {
    margin-right: 0;
  }
  header .head-box .nav-box ul li::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #333;
  }
  header .head-box .nav-box ul li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #333;
  }
  .movie-box {
    margin-bottom: 6vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .movie-box .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .contents {
    padding-top: 8vw;
  }
  footer .foot-flex1 {
    display: block;
    align-items: center;
  }
  footer .foot-flex1 .logo {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
  footer .foot-flex1 .foot-name {
    width: 100%;
    margin-right: 0%;
    font-size: 3vw;
    text-align: center;
  }
  footer .foot-flex1 .foot-ad {
    font-size: 3vw;
    line-height: 1.7;
    text-align: center;
  }
  footer .foot-flex2 ul.flexlist {
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot-flex2 ul.flexlist li {
    display: flex;
    align-items: center;
    font-size: 2.8vw;
    line-height: 1.25;
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 1vw;
  }
  footer .foot-flex2 ul.flexlist li a.link {
    border: 1px solid #231815;
    padding-top: 2.5vw;
    padding-bottom: 2.3vw;
  }
  footer .foot-flex2 ul.flexlist li a.link.ex {
    background: #C9CACA;
    border: 1px solid #C9CACA;
    font-size: 4.1vw;
  }
  footer .foot-flex2 ul.flexlist li .bor-box {
    border: 1px solid #231815;
    padding-top: 1.5vw;
    padding-bottom: 1.3vw;
  }
  footer .foot-flex2 ul.flexlist li .bor-box ul {
    display: flex;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  footer .foot-flex2 ul.flexlist li .bor-box ul li {
    width: 14%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  footer .foot-flex2 ul.flexlist li .bor-box ul li:first-child {
    width: 24%;
    margin-right: 0;
  }
  footer .foot-flex2 ul.flexlist li .bor-box ul li:last-child {
    margin-right: 0;
  }
  footer .foot-flex2 ul.flexlist li:nth-child(-n+2) a {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  footer .foot-flex2 ul.flexlist li:nth-child(3) {
    margin-right: 0;
  }
  footer .foot-flex2 ul.flexlist li:last-child {
    width: 100%;
    margin-right: 0;
  }
  .copy {
    font-size: 2.3vw;
  }
}/*# sourceMappingURL=style.css.map */