@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700&display=swap");
@media screen and (min-width: 769px) {
  /* line 10, style.scss */
  .sp_only {
    display: none !important; } }
@media screen and (max-width: 768px) {
  /* line 15, style.scss */
  .pc_only {
    display: none !important; }

  /* line 18, style.scss */
  .sp_only {
    display: block !important; } }
/* line 25, style.scss */
body {
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(#041927 -20%, #405A8F 100%) no-repeat 50% 50%/100% 100%;
  /*  padding-top: 62px;
      @include mq(w991, max) {padding-top: 62px;}
      @include mq(w556, max) {padding-top: 60px;}
      @include mq(plus, max) { padding-top: 60px; }
  */ }

/* line 43, style.scss */
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  border-radius: 2px;
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear; }
  /* line 57, style.scss */
  #page_top:hover {
    background: #000; }

/* line 59, style.scss */
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none; }

/* line 66, style.scss */
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

/* line 84, style.scss */
a.nav-link {
  padding: 0rem;
  color: #358ccc;
  line-height: 90px;
  font-weight: 700; }

/* line 91, style.scss */
.nav-item img {
  max-width: 100%; }

/* line 93, style.scss */
.navbar-light .navbar-nav .nav-link {
  color: #358ccc !important; }

/* line 94, style.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #358ccc !important;
  font-weight: 700; }

/* line 99, style.scss */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #e73a8e !important;
  font-weight: 700; }

/* line 104, style.scss */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  background: rgba(4, 25, 39, 0.85); }
  @media screen and (max-width: 991.98px) {
    /* line 106, style.scss */
    .header .navbar-expand-lg > .container-fluid, .header .navbar-expand-lg > .container {
      padding-right: 15px;
      padding-left: 15px; } }
  /* line 119, style.scss */
  .header .navbar-brand {
    color: #dac070; }
    @media screen and (max-width: 556px) {
      /* line 119, style.scss */
      .header .navbar-brand {
        font-size: 0.85rem; } }
    /* line 126, style.scss */
    .header .navbar-brand span {
      background: #47022d;
      display: inline-block;
      margin-right: 10px;
      padding: 2px 6px;
      font-size: 80%; }
      @media screen and (max-width: 556px) {
        /* line 126, style.scss */
        .header .navbar-brand span {
          font-size: 0.85rem; } }
    /* line 134, style.scss */
    .header .navbar-brand strong {
      font-size: 120%;
      display: inline-block;
      margin-left: 10px; }
      @media screen and (max-width: 556px) {
        /* line 134, style.scss */
        .header .navbar-brand strong {
          font-size: 1.1rem; } }
    /* line 140, style.scss */
    .header .navbar-brand:hover {
      color: #dac070; }
  /* line 145, style.scss */
  .header .nolink {
    pointer-events: none; }

/* line 152, style.scss */
ul {
  padding-left: 0; }

/* line 156, style.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  line-height: 70px; }

/* line 164, style.scss */
a.nav-link {
  padding: 0rem; }
  /* line 166, style.scss */
  a.nav-link:hover {
    opacity: 0.7; }

/* line 169, style.scss */
.nav-item img {
  max-width: 100%; }

/* line 171, style.scss */
.global-nav {
  position: fixed;
  right: -440px;
  /* 隠れる */
  top: 0;
  width: 420px;
  height: 100vh;
  padding-top: 40px;
  background-color: #041927;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロール*/ }
  @media screen and (max-width: 556px) {
    /* line 171, style.scss */
    .global-nav {
      position: fixed;
      right: -320px;
      /* 隠れる */
      width: 300px; } }
  /* line 187, style.scss */
  .global-nav a {
    display: block; }

/* line 193, style.scss */
.hamburger {
  position: absolute;
  right: 1%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
  display: none; }
  @media screen and (max-width: 991px) {
    /* line 193, style.scss */
    .hamburger {
      display: block; } }
  @media screen and (max-width: 660px) {
    /* line 193, style.scss */
    .hamburger {
      position: absolute;
      top: 10%; } }
  @media screen and (max-width: 556px) {
    /* line 193, style.scss */
    .hamburger {
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      width: 40px; } }

/* line 205, style.scss */
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: auto;
  width: 84%; }
  /* line 210, style.scss */
  .global-nav__list .global-nav__btn {
    display: block;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #ccc;
    line-height: 200%; }
    /* line 213, style.scss */
    .global-nav__list .global-nav__btn a {
      display: block;
      text-align: left;
      margin: auto;
      color: #FFF; }
    /* line 215, style.scss */
    .global-nav__list .global-nav__btn .hm_btn {
      display: block;
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0; }
      @media screen and (max-width: 556px) {
        /* line 215, style.scss */
        .global-nav__list .global-nav__btn .hm_btn {
          width: 100%; } }
      /* line 225, style.scss */
      .global-nav__list .global-nav__btn .hm_btn li {
        display: inline-flex;
        width: 40%;
        margin: 0 10px 15px 0;
        text-align: center; }
        /* line 226, style.scss */
        .global-nav__list .global-nav__btn .hm_btn li a {
          display: block;
          text-align: center;
          margin: auto; }
          /* line 227, style.scss */
          .global-nav__list .global-nav__btn .hm_btn li a img {
            max-width: 100%;
            width: auto; }
          /* line 228, style.scss */
          .global-nav__list .global-nav__btn .hm_btn li a:hover {
            text-decoration: none;
            opacity: 0.7; }
        /* line 235, style.scss */
        .global-nav__list .global-nav__btn .hm_btn li:nth-of-type(2), .global-nav__list .global-nav__btn .hm_btn li:nth-of-type(4) {
          margin: 0 0 15px 0; }
  /* line 240, style.scss */
  .global-nav__list .global-nav__item {
    text-align: center;
    padding: 0; }
    /* line 243, style.scss */
    .global-nav__list .global-nav__item img {
      max-width: 100%;
      width: auto; }
    /* line 244, style.scss */
    .global-nav__list .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #FFF; }
      /* line 250, style.scss */
      .global-nav__list .global-nav__item a img {
        max-width: 100%;
        width: auto; }
      /* line 252, style.scss */
      .global-nav__list .global-nav__item a:hover {
        text-decoration: none;
        opacity: 0.7; }
  /* line 259, style.scss */
  .global-nav__list .global-nav__title {
    text-align: center;
    margin: 10px auto;
    color: #FFF; }
  /* line 266, style.scss */
  .global-nav__list .global-nav__top a {
    display: block;
    background: #243e6e;
    padding: 15px;
    color: #FFF;
    line-height: 200%;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 2px;
    position: relative; }
    @media screen and (max-width: 556px) {
      /* line 266, style.scss */
      .global-nav__list .global-nav__top a {
        font-size: 1rem;
        letter-spacing: 1px; } }
    /* line 278, style.scss */
    .global-nav__list .global-nav__top a:hover {
      text-decoration: none;
      opacity: 0.7; }
    /* line 283, style.scss */
    .global-nav__list .global-nav__top a:after {
      content: "\f105";
      display: inline-block;
      position: absolute;
      right: 10px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 22px;
      color: #FFF; }

/* line 299, style.scss */
.hamburger__line {
  position: absolute;
  right: 11px;
  width: 30px;
  height: 3px;
  background-color: #939393;
  transition: all .6s; }

/* line 307, style.scss */
.hamburger__line--1 {
  top: 15px; }

/* line 310, style.scss */
.hamburger__line--2 {
  top: 24px; }

/* line 313, style.scss */
.hamburger__line--3 {
  top: 34px; }

/* line 316, style.scss */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #041927;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用 */
/* line 330, style.scss */
.nav-open .global-nav {
  right: 0; }

/* line 333, style.scss */
.nav-open .black-bg {
  opacity: .7;
  visibility: visible; }

/* line 337, style.scss */
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px; }

/* line 341, style.scss */
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%; }

/* line 345, style.scss */
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px; }

/* line 349, style.scss */
.mv_slider {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0; }
  /* line 356, style.scss */
  .mv_slider li img {
    width: 100%;
    height: auto; }

/* keyframes */
@keyframes changeMainImage {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.3; }
  33% {
    opacity: 0.1; }
  35% {
    opacity: 0; } }
@keyframes changeMainImageLast {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0; } }
/* line 399, style.scss */
.objectFitImg1 {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%; }

/* line 407, style.scss */
.top_mv {
  position: relative;
  width: 100%;
  height: 99vh;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }
  /* line 415, style.scss */
  .top_mv #top_mv_scroll {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 50;
    cursor: pointer; }
    /* line 425, style.scss */
    .top_mv #top_mv_scroll strong {
      color: #FFF;
      font-family: 'Noto Sans JP', sans-serif;
      display: inline-block; }
    /* line 432, style.scss */
    .top_mv #top_mv_scroll span {
      position: absolute;
      top: 30px;
      left: 50%;
      width: 46px;
      height: 46px;
      margin-left: -23px;
      border: 2px solid #fff;
      border-radius: 100%;
      box-sizing: border-box; }
      /* line 442, style.scss */
      .top_mv #top_mv_scroll span:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 44px;
        height: 44px;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: sdb03 3s infinite;
        animation: sdb03 3s infinite;
        box-sizing: border-box; }
      /* line 457, style.scss */
      .top_mv #top_mv_scroll span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 16px;
        height: 16px;
        margin: -12px 0 0 -8px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-sizing: border-box; }
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
  /* line 514, style.scss */
  .top_mv .main__img {
    display: block;
    margin: auto;
    font-size: 0 !important;
    line-height: 0;
    display: block; }
  /* line 521, style.scss */
  .top_mv .main__img.no1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1; }
  /* line 532, style.scss */
  .top_mv .main__img.no2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    animation-name: changeMainImage;
    animation-delay: 6.5s;
    animation-duration: 28s;
    animation-iteration-count: infinite; }
  /* line 544, style.scss */
  .top_mv .main__img.no3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    animation-name: changeMainImage;
    animation-delay: 13s;
    animation-duration: 28s;
    animation-iteration-count: infinite; }
  /* line 556, style.scss */
  .top_mv .main__img.no4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    animation-name: changeMainImageLast;
    animation-delay: 19.5s;
    animation-duration: 28s;
    animation-iteration-count: infinite; }
  /* line 570, style.scss */
  .top_mv .main img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      /* line 570, style.scss */
      .top_mv .main img {
        max-width: 100%; } }
  /* line 583, style.scss */
  .top_mv .main_cath {
    font-size: 2.8rem;
    display: block;
    color: #FFF;
    margin: auto;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      /* line 583, style.scss */
      .top_mv .main_cath {
        font-size: 2.2rem; } }
    @media screen and (max-width: 768px) {
      /* line 583, style.scss */
      .top_mv .main_cath {
        font-size: 1.4rem; } }
    @media screen and (max-width: 414px) {
      /* line 583, style.scss */
      .top_mv .main_cath {
        font-size: 1.2rem; } }
  /* line 596, style.scss */
  .top_mv .cath {
    display: block;
    position: absolute;
    color: #FFF;
    top: 30%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
    text-shadow: #041927 1px 1px 10px, #041927 -1px 1px 10px, #041927 1px -1px 10px, #041927 -1px -1px 10px; }
    @media screen and (max-width: 768px) {
      /* line 596, style.scss */
      .top_mv .cath {
        top: 30%; } }
    /* line 614, style.scss */
    .top_mv .cath strong {
      color: #FFF;
      font-size: 2rem;
      display: block;
      margin: 16px auto 10px auto;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        /* line 614, style.scss */
        .top_mv .cath strong {
          font-size: 1.2rem;
          margin: 10px auto; } }
      @media screen and (max-width: 414px) {
        /* line 614, style.scss */
        .top_mv .cath strong {
          font-size: 1rem;
          margin: 10px auto; } }
    /* line 625, style.scss */
    .top_mv .cath small {
      color: #FFF;
      font-size: 1.4rem;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        /* line 625, style.scss */
        .top_mv .cath small {
          font-size: 1rem; } }
      @media screen and (max-width: 414px) {
        /* line 625, style.scss */
        .top_mv .cath small {
          font-size: 0.8rem; } }
  /* line 635, style.scss */
  .top_mv .card-deck2 {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 1200px;
    width: 90%;
    text-align: center;
    margin: auto; }
    @media screen and (max-width: 1280px) {
      /* line 635, style.scss */
      .top_mv .card-deck2 {
        top: 60%; } }
    /* line 648, style.scss */
    .top_mv .card-deck2 .card2 {
      display: table-cell;
      padding: 10px;
      background: none;
      border: none; }

/* line 659, style.scss */
h2.top_title {
  font-size: 1.8rem;
  position: relative;
  background: #D2B545;
  text-align: center;
  margin: auto;
  color: #000;
  margin-top: 10%;
  font-weight: 700; }
  @media screen and (max-width: 1000px) {
    /* line 659, style.scss */
    h2.top_title {
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    /* line 659, style.scss */
    h2.top_title {
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    /* line 659, style.scss */
    h2.top_title {
      font-size: 1.1rem; } }
  /* line 674, style.scss */
  h2.top_title:after {
    border: 30px solid transparent;
    border-top-color: #D2B545;
    border-bottom-width: 0;
    bottom: -29px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0; }
    @media screen and (max-width: 414px) {
      /* line 674, style.scss */
      h2.top_title:after {
        left: 43%; } }

/* line 690, style.scss */
.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #B58234; }

/* line 699, style.scss */
.tell_btn {
  display: block;
  margin-left: 20px;
  color: #dac070;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: bold;
  display: none; }
  /* line 706, style.scss */
  .tell_btn small {
    font-size: 0.9rem;
    padding-left: 30px;
    display: block; }
  /* line 712, style.scss */
  .tell_btn:hover {
    text-decoration: none;
    color: #dac070; }

/* line 716, style.scss */
.contact_btn {
  color: #47022d;
  background: linear-gradient(0deg, #B58234 0%, #D2B545 50%, #D7C04D 50%, #FFFFFF 100%);
  border: 0;
  font-weight: bold; }
  /* line 723, style.scss */
  .contact_btn:hover {
    text-decoration: none;
    color: #47022d; }

/* 外部リンクボタン
===================================*/
/* line 728, style.scss */
.link_btn {
  text-align: center; }
  @media screen and (max-width: 414px) {
    /* line 728, style.scss */
    .link_btn {
      position: absolute;
      right: 0;
      top: 0; } }

/* line 737, style.scss */
.link_btn a {
  color: #499eda;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #499eda;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
  font-size: 1.0rem;
  padding: 6px  10px; }
  @media screen and (max-width: 414px) {
    /* line 737, style.scss */
    .link_btn a {
      padding: 6px 5px;
      font-size: 0.8rem; } }

/* line 752, style.scss */
.link_btn a:hover {
  color: #fff;
  background-color: #499eda;
  text-decoration: none;
  border: 1px solid #499eda; }

/* line 758, style.scss */
.link_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: bold; }

/* line 765, style.scss */
section {
  text-align: center; }
  /* line 767, style.scss */
  section .text-eria {
    line-height: 200%;
    width: 95%;
    margin: 4% auto; }
    @media screen and (max-width: 414px) {
      /* line 767, style.scss */
      section .text-eria {
        font-size: 0.85rem;
        width: 100%; } }
  /* line 776, style.scss */
  section .sub_title {
    color: #c4af5a;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 0 15px; }
    @media screen and (max-width: 414px) {
      /* line 776, style.scss */
      section .sub_title {
        font-size: 0.9rem;
        display: block;
        margin: 20px 0; } }
  /* line 785, style.scss */
  section.main_eria p {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 414px) {
      /* line 785, style.scss */
      section.main_eria p {
        font-size: 1rem; } }
  /* line 792, style.scss */
  section.menu01, section#menu02, section#menu03, section#menu04, section#menu05 {
    margin: auto;
    text-align: left; }
    /* line 800, style.scss */
    section.menu01 .card, section#menu02 .card, section#menu03 .card, section#menu04 .card, section#menu05 .card {
      border: 1px solid #936f30;
      margin: 2.5% auto; }
    /* line 805, style.scss */
    section.menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
      font-size: 1.8rem;
      background: #936f30;
      text-align: center;
      line-height: 200%;
      margin: auto;
      color: #000;
      margin-top: 4%;
      font-weight: 700; }
      @media screen and (max-width: 1000px) {
        /* line 805, style.scss */
        section.menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
          font-size: 1.8rem; } }
      @media screen and (max-width: 768px) {
        /* line 805, style.scss */
        section.menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 414px) {
        /* line 805, style.scss */
        section.menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
          font-size: 1.4rem; } }
    /* line 819, style.scss */
    section.menu01 h3, section#menu02 h3, section#menu03 h3, section#menu04 h3, section#menu05 h3 {
      font-size: 1.6rem;
      color: #dac070;
      font-weight: 700;
      position: relative; }
      @media screen and (max-width: 1000px) {
        /* line 819, style.scss */
        section.menu01 h3, section#menu02 h3, section#menu03 h3, section#menu04 h3, section#menu05 h3 {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        /* line 819, style.scss */
        section.menu01 h3, section#menu02 h3, section#menu03 h3, section#menu04 h3, section#menu05 h3 {
          font-size: 1.4rem; } }
      @media screen and (max-width: 414px) {
        /* line 819, style.scss */
        section.menu01 h3, section#menu02 h3, section#menu03 h3, section#menu04 h3, section#menu05 h3 {
          font-size: 1.2rem; } }
  /* line 833, style.scss */
  section.center_text {
    margin: 0 auto;
    text-align: center; }
    /* line 837, style.scss */
    section.center_text ul.card-deck2 {
      background-color: #FFFFFF;
      background: -webkit-linear-gradient(-45deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
      background: -moz-linear-gradient(-45deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
      background: -ms-linear-gradient(-45deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
      background: -o-linear-gradient(-45deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
      background: linear-gradient(135deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#B58234', EndColorStr='#FFFFFF');
      width: 100%;
      margin: auto;
      text-align: center;
      display: table;
      padding: 2.5% 0 0 0; }
      /* line 853, style.scss */
      section.center_text ul.card-deck2 li.card2 {
        background: none;
        border-radius: 0 !important;
        vertical-align: middle;
        border: none;
        display: table-cell;
        width: 30%; }
        /* line 862, style.scss */
        section.center_text ul.card-deck2 li.card2 img {
          max-width: 100%;
          width: auto;
          height: auto; }
    /* line 872, style.scss */
    section.center_text p {
      color: #041927;
      text-align: center;
      margin: 2% auto;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 1280px) {
        /* line 872, style.scss */
        section.center_text p {
          font-size: 2.2rem; } }
      @media screen and (max-width: 1000px) {
        /* line 872, style.scss */
        section.center_text p {
          font-size: 1.8rem; } }
      @media screen and (max-width: 768px) {
        /* line 872, style.scss */
        section.center_text p {
          font-size: 1.2rem; } }
      @media screen and (max-width: 414px) {
        /* line 872, style.scss */
        section.center_text p {
          font-size: 0.8rem; } }
  /* line 888, style.scss */
  section.main_eria02 dl dt {
    color: #dac070; }
  /* line 895, style.scss */
  section.main_eria02 .card {
    border: 1px solid #936f30; }
    /* line 897, style.scss */
    section.main_eria02 .card img {
      max-width: 100%;
      width: auto;
      height: auto; }
  /* line 905, style.scss */
  section.main_eria02 .card-columns .card {
    background: transparent;
    max-width: 410px; }
    /* line 908, style.scss */
    section.main_eria02 .card-columns .card img {
      max-width: 100%;
      width: auto;
      height: auto;
      border: 1px solid #936f30; }
  /* line 917, style.scss */
  section.main_eria02 .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    @media screen and (max-width: 768px) {
      /* line 917, style.scss */
      section.main_eria02 .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1; } }

/* line 960, style.scss */
.tell {
  font-size: 2rem; }

/* line 964, style.scss */
footer {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 0.8rem;
  color: #dbc271;
  background: rgba(4, 25, 39, 0.85); }
  /* line 971, style.scss */
  footer .ft_box {
    padding: 20px;
    display: block;
    font-size: 1.2rem;
    margin: auto;
    width: 100%;
    max-width: 400px; }
    @media screen and (max-width: 768px) {
      /* line 971, style.scss */
      footer .ft_box {
        padding: 10px; } }
    /* line 980, style.scss */
    footer .ft_box li .label {
      display: inline-block;
      background: #47022d;
      border-radius: 5px;
      padding: 4px 6px;
      margin-right: 5px;
      font-size: 0.8rem; }
  /* line 990, style.scss */
  footer .copyright {
    color: #999;
    background: rgba(4, 25, 39, 0.85);
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      /* line 990, style.scss */
      footer .copyright {
        padding: 5px; } }
    @media screen and (max-width: 375px) {
      /* line 990, style.scss */
      footer .copyright {
        padding: 5px;
        font-size: 0.65rem; } }

/* line 998, style.scss */
.ft_logo {
  max-height: 50px; }

/* IE11 */
/* line 1002, style.scss */
_:lang(x)::-ms-backdrop, p, strong, h1, h2, h3, h4 {
  font-weight: 700 !important; }

/* Edge */
/* line 1003, style.scss */
_:-ms-lang(x)::backdrop, p, strong, h1, h2, h3, h4 {
  font-weight: 700 !important; }

/* IE11 */
/* line 1005, style.scss */
_:lang(x)::-ms-backdrop, h2 span {
  font-weight: 700 !important; }

/* Edge */
/* line 1006, style.scss */
_:-ms-lang(x)::backdrop, h2 span {
  font-weight: 700 !important; }

/*# sourceMappingURL=style.css.map */
