@charset "UTF-8";
.wrap01 {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .wrap01 {
    max-width: none;
    width: 90.7%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 88%;
  }
}

.wrap_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anker {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 1080px) {
  .anker {
    padding-top: 7.4vw;
    margin-top: -7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 13.3vw;
    margin-top: -13.3vw;
  }
}

hr.gold {
  width: 100%;
  height: 6px;
  border: none;
  padding: 0;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b49600+0,b49600+13,f6e9a8+50,b49600+87,b49600+100 */
  background: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1080px) {
  hr.gold {
    height: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  hr.gold {
    height: 0.8vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000032;
  z-index: 10;
  border-bottom: 2px solid transparent; /* まず透明なボーダーを作る */
  -o-border-image: linear-gradient(to right, rgb(255, 252, 209) 0%, rgb(203, 155, 12) 50%, rgb(255, 252, 209) 100%) 1;
     border-image: linear-gradient(to right, rgb(255, 252, 209) 0%, rgb(203, 155, 12) 50%, rgb(255, 252, 209) 100%) 1;
}
@media screen and (max-width: 1080px) {
  header {
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    border-width: 0.5vw;
  }
}
header .head_content {
  max-width: 980px;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 83px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header .head_content {
    max-width: none;
    width: 90.7%;
    height: 7.4vw;
    padding-right: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content {
    width: 100%;
    height: 13.3vw;
    padding-right: 0vw;
  }
}
header .head_content .txt_box01 {
  width: 446px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 {
    width: 41.3vw;
    height: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 {
    width: 70.3vw;
    height: 13.3vw;
    margin-left: 4.7vw;
  }
}
header .head_content .txt_box01 .logo01 {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .logo01 {
    width: 18.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .logo01 {
    width: 15.5vw;
  }
}
header .head_content .txt_box01 .icon_link {
  width: 223px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link {
    width: 20.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link {
    width: 46.7vw;
  }
}
header .head_content .txt_box01 .icon_link .facebook {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .x {
  width: 28px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 6.4vw;
  }
}
header .head_content .txt_box01 .icon_link .youtube {
  width: 36px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .youtube {
    width: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .youtube {
    width: 8.3vw;
  }
}
header .head_content .txt_box01 .icon_link .youtubelive {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .youtubelive {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .youtubelive {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .line {
  width: 34px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 7.7vw;
  }
}
header .head_content .btn_box {
  width: 355px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header .head_content .btn_box {
    width: 33.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .btn_box {
    display: none;
  }
}
header .head_content .btn_box .btn {
  width: 47.9%;
}
header .navToggle {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  z-index: 60;
  text-align: center;
  position: absolute;
  right: 0;
  top: 30px;
  transition-property: all;
}
@media screen and (max-width: 1080px) {
  header .navToggle {
    width: 3.1vw;
    height: 1.9vw;
    top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle {
    width: 6.7vw;
    height: 4vw;
    top: 4.7vw;
    right: 3.9vw;
  }
}
header .navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  right: 0;
  transition: 0.25s ease-in-out;
  transition-property: all;
}
header .navToggle span:nth-child(1) {
  top: 0;
}
header .navToggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(2) {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(2) {
    top: 2vw;
  }
}
header .navToggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(3) {
    top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(3) {
    top: 4vw;
  }
}
header .navToggle.active span {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle.active span {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle.active span {
    top: 2vw;
  }
}
header .navToggle.active span {
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}
header .navToggle.active span:nth-child(1) {
  transform: rotate(-45deg);
}
header .navToggle.active span:nth-child(2), header .navToggle.active span:nth-child(3) {
  transform: rotate(45deg);
}
header #sp_menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1080px) {
  header #sp_menu {
    top: 7.4vw;
    max-height: calc(100vh - 7.4vw);
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu {
    top: 13.3vw;
    max-height: calc(100vh - 13.3vw);
  }
}
header #sp_menu .sp_menu_content {
  padding: 20px 25px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .sp_menu_content {
    padding: 1.9vw 2.3vw 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .sp_menu_content {
    padding: 4.3vw 6.3vw 8.9vw;
  }
}
header #sp_menu .menu_box {
  width: 23.1%;
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box {
    width: 47.2%;
  }
  header #sp_menu .menu_box:nth-child(n+3) {
    margin-top: 6.7vw;
  }
}
header #sp_menu .menu_box .menu_title {
  font-size: 17px;
  font-weight: bold;
  color: #b49600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 3.5vw;
    margin-bottom: 0.3em;
  }
}
header #sp_menu .menu_box .menu_list {
  border-top: 1px solid #B3B3B3;
}
header #sp_menu .menu_box .menu_list li {
  border-bottom: 1px solid #B3B3B3;
}
header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 1em;
  line-height: 1.3em;
  letter-spacing: 0em;
  height: 3.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/common/sp_menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.2em center;
  background-size: 7px auto;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 1.3vw;
    background-size: 0.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 2.6vw;
    line-height: 1.2em;
    height: 3.2em;
    background-size: 1.3vw auto;
  }
}
header #sp_menu .menu_box .menu_list li .no_link {
  opacity: 0.5;
}
header #sp_menu .btn_box {
  display: none;
}
@media screen and (max-width: 768px) {
  header #sp_menu .btn_box {
    display: block;
    width: 84.2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header #sp_menu .btn_box .btn {
    width: 47%;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  main {
    padding-top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 13.3vw;
  }
}

.page_title_box {
  max-width: 1400px;
  width: 100%;
  height: 269px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/title_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 1400px auto;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  .page_title_box {
    max-width: none;
    height: 19.2vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1080px) {
  .page_title_box {
    background-size: 129.6vw auto;
    height: 24.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box {
    max-width: none;
    width: 100%;
    height: 50.7vw;
    background-image: url(../images/common/title_bg_sp.png);
    background-size: 100% auto;
  }
}

.base_content {
  margin-top: -68px;
  background-repeat: repeat-x;
  background-position: center top;
}
@media screen and (min-width: 1400px) {
  .base_content {
    margin-top: -4.9vw;
  }
}
@media screen and (max-width: 1080px) {
  .base_content {
    margin-top: -6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content {
    margin-top: -7.9vw;
  }
}
.base_content .bg01 {
  padding-top: 68px;
}
@media screen and (min-width: 1400px) {
  .base_content .bg01 {
    padding-top: 4.9vw;
  }
}
@media screen and (max-width: 1080px) {
  .base_content .bg01 {
    padding-top: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .bg01 {
    padding-top: 7.9vw;
  }
}

.btn_back {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .btn_back {
    max-width: none;
    width: 35.2vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_back {
    width: 76.1vw;
  }
}

footer {
  background-color: #000032;
}
footer .wrap01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 {
    padding-top: 1.9vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 {
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
  }
}
footer .wrap01 .copyright {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 .copyright {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 .copyright {
    font-size: 2.7vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}/*# sourceMappingURL=style.css.map */