@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1150px) {
  .row {
    padding: 0 28px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    padding: 0 8vw;
  }
}
.row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 42px;
}
@media screen and (max-width: 768px) {
  .row .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row .col:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
}

header,
main,
.modal {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a:hover,
button:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 890px) {
  header {
    height: 60px;
  }
}
header.open .container {
  background-color: #ffffff;
}
header.open:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -5;
}
header .container {
  width: 100%;
  padding: 0 24px;
}
@media screen and (max-width: 890px) {
  header .container {
    padding: 0 0 0 24px;
  }
}
header .container .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .container .header-inner h1.logo {
  max-width: 352px;
  width: 100%;
}
@media screen and (max-width: 890px) {
  header .container .header-inner h1.logo {
    max-width: 260px;
  }
}
header .container .header-inner nav.nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .container .header-inner nav.nav ul.nav-list li {
  padding-right: 1.3rem;
}
header .container .header-inner nav.nav ul.nav-list li:last-child {
  padding-right: 0;
}
header .container .header-inner nav.nav ul.nav-list li a {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #997d0b;
}
@media screen and (max-width: 890px) {
  header .container .header-inner nav.nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: fixed;
    top: 60px;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
  }
  header .container .header-inner nav.nav ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container .header-inner nav.nav ul.nav-list li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .container .header-inner nav.nav ul.nav-list li a {
    border-bottom: solid 1px #f4f2e8;
    padding: 4.7% 0px;
    display: block;
    font-weight: 700;
  }
  header .container .header-inner nav.nav ul.nav-list li a.bold {
    background-color: #faf8f3;
  }
  header .container .header-inner nav.nav ul.nav-list li:last-child {
    padding-bottom: 28px;
  }
  header .container .header-inner nav.nav ul.nav-list li:last-child a {
    border-bottom: none;
  }
  header .container .header-inner nav.nav.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
header .container .header-inner button.hamburger {
  display: none;
}
@media screen and (max-width: 890px) {
  header .container .header-inner button.hamburger {
    display: block;
    width: 60px;
    height: 100%;
    background-color: #997d0b;
  }
  header .container .header-inner button.hamburger .hamburger-line-wrap {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger .hamburger-line-wrap .line {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger .hamburger-line-wrap .line.top {
    top: -16px;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger .hamburger-line-wrap .line.mid {
    top: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger .hamburger-line-wrap .line.btm {
    top: 0;
    bottom: -16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger.open .line.top {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger.open .line.mid {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .header-inner button.hamburger.open .line.btm {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 890px) {
  main {
    padding-top: 60px;
  }
}
main .container .inner article.contents-area section .contents-inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
main .container .inner article.contents-area section#kv {
  padding: 9.4% 24px;
  background-image: url("../images/bg-pc.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#kv {
    background-image: url("../images/bg-sp.png");
    height: calc(100vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.9% 0;
    min-height: 830px;
  }
  main .container .inner article.contents-area section#kv .contents-inner {
    margin-top: auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#kv {
    height: 76.5vh;
    min-height: initial;
  }
}
main .container .inner article.contents-area section#kv h2.kv-title {
  width: 62.3%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#kv h2.kv-title {
    width: 80%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  main .container .inner article.contents-area section#kv h2.kv-title {
    width: 100%;
  }
}
main .container .inner article.contents-area section#kv h2.kv-title span.kv-sub {
  width: 51.7%;
  display: block;
  margin-bottom: 3.3%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#kv h2.kv-title span.kv-sub {
    width: 55.9%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  main .container .inner article.contents-area section#kv h2.kv-title span.kv-sub {
    width: 65.7%;
  }
}
main .container .inner article.contents-area section#kv p.kv-text {
  width: 36.2%;
  margin-top: 2.5%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#kv p.kv-text {
    width: 57.2%;
    margin-top: 5.5%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#kv p.kv-text {
    width: 71.9%;
    margin-top: 5.5%;
  }
}
main .container .inner article.contents-area section#kv a.btn {
  width: 39.5%;
  display: block;
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#kv a.btn {
    width: 57.2%;
    display: block;
    margin-top: 1%;
    margin-left: -8px;
    margin-top: 3%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#kv a.btn {
    width: 88.2%;
    display: block;
    margin-top: 1%;
    margin-left: -8px;
    margin-top: 3%;
  }
}
main .container .inner article.contents-area section#concept {
  position: relative;
  z-index: 0;
  padding: 8.3% 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 6px #b7a14b;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#concept {
    padding: 19.6% 0;
  }
}
main .container .inner article.contents-area section#concept img.concept-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
main .container .inner article.contents-area section#concept h3.heading-middle {
  width: 50%;
  margin: 0px auto 3.4% auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#concept h3.heading-middle {
    width: 62%;
    margin: 0px auto 10.4% auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#concept h3.heading-middle {
    width: 94%;
    margin: 0px auto 10.4% auto;
  }
}
main .container .inner article.contents-area section#concept p.text-center {
  text-align: center;
  line-height: 1.85em;
  font-size: 1.13rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #4a3c05;
}
@media screen and (max-width: 842px) {
  main .container .inner article.contents-area section#concept p.text-center {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#concept p.text-center {
    text-align: left;
    font-size: 2.09vw;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#concept p.text-center {
    font-size: 4.1vw;
  }
}
main .container .inner article.contents-area section#prize {
  padding: 0 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize {
    padding: 0 24px;
  }
}
main .container .inner article.contents-area section#prize .contents-inner {
  position: relative;
  border: solid 2px #b7a14b;
  padding: 4.4% 6%;
  z-index: 1;
  background-color: #faf8f3;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner .row.inner-row {
    padding: 0 12px;
    margin-top: 0px;
  }
}
main .container .inner article.contents-area section#prize .contents-inner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 2px #cca231;
  opacity: 0.3;
  z-index: -1;
}
main .container .inner article.contents-area section#prize .contents-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../images/triangle-bg.svg");
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
main .container .inner article.contents-area section#prize .contents-inner .heading-middle-02 {
  width: 27%;
  margin: 0px auto 4% auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner .heading-middle-02 {
    width: 38%;
    margin: 8% auto 10.4% auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner .heading-middle-02 {
    width: 69%;
    margin: 8% auto 10.4% auto;
  }
}
main .container .inner article.contents-area section#prize .contents-inner h4.prize-head-01 {
  width: 88.4%;
  margin-bottom: 3.5%;
  margin-top: 2.8%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner h4.prize-head-01 {
    width: 66%;
    margin-top: 6.8%;
    margin-bottom: 4.5%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner h4.prize-head-01 {
    width: 66%;
    margin-top: 11.8%;
    margin-bottom: 5.5%;
  }
}
main .container .inner article.contents-area section#prize .contents-inner h4.prize-head-01 span.rbn-tag {
  width: 40.3%;
  display: block;
  margin-bottom: 3.3%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner h4.prize-head-01 span.rbn-tag {
    width: 82.3%;
    margin-bottom: 7.4%;
  }
}
main .container .inner article.contents-area section#prize .contents-inner ul.def-lists {
  padding-left: 1em;
  margin-bottom: 3.2%;
}
main .container .inner article.contents-area section#prize .contents-inner ul.def-lists li {
  line-height: 1.6em;
  color: #4a3c05;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-size: 1rem;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.def-lists li {
    font-size: 1.26vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.def-lists li {
    font-size: 2.09vw;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.def-lists li {
    font-size: 1rem;
  }
}
main .container .inner article.contents-area section#prize .contents-inner ul.def-lists li::before {
  position: absolute;
  content: "・";
  left: -1em;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.def-lists {
    margin-bottom: 3.6%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.def-lists {
    margin-bottom: 7.6%;
  }
}
main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists {
  padding-left: 1em;
}
main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists li {
  line-height: 1.6em;
  color: #4a3c05;
  font-size: 0.88rem;
  position: relative;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists li {
    font-size: 0.942vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists li {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists li {
    font-size: 0.88em;
  }
}
main .container .inner article.contents-area section#prize .contents-inner ul.annotation-lists li::before {
  position: absolute;
  content: "※";
  left: -1em;
}
main .container .inner article.contents-area section#prize .contents-inner a.btn {
  width: 46%;
  display: block;
  margin-top: 1%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#prize .contents-inner a.btn {
    width: 62%;
    display: block;
    margin-top: 2%;
    margin-left: -3%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#prize .contents-inner a.btn {
    width: 108%;
    display: block;
    margin-top: 11%;
    margin-left: -3%;
  }
}
main .container .inner article.contents-area section#conditions {
  padding: 8.3% 24px;
  background-color: #ffffff;
}
main .container .inner article.contents-area section#conditions h3.heading-middle-02 {
  width: 27%;
  margin: 0px auto 4% auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions h3.heading-middle-02 {
    width: 32%;
    margin: 4% auto 8.4% auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions h3.heading-middle-02 {
    min-width: 160px;
    width: 49%;
    margin: 15% auto 10.4% auto;
  }
}
@media screen and (max-width: 160px) {
  main .container .inner article.contents-area section#conditions h3.heading-middle-02 {
    min-width: auto;
  }
}
main .container .inner article.contents-area section#conditions h4.conditions-col-head {
  position: relative;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #997d0b;
  margin-bottom: 3%;
  line-height: 1.6em;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1210px) {
  main .container .inner article.contents-area section#conditions h4.conditions-col-head {
    font-size: 1.714vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions h4.conditions-col-head {
    font-size: 1.5rem;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions h4.conditions-col-head {
    font-size: 1.125rem;
    margin-bottom: 7%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row {
  max-width: 88%;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row {
    padding: 0;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column {
  position: relative;
  padding-right: 28px;
  padding-top: 5.6%;
  border-right: solid 1px #997d0b;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column {
    padding-right: 0;
    border-right: none;
    padding-top: 7.6%;
    padding-bottom: 12%;
  }
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.is-first-bd:first-child {
    border-bottom: solid 1px #997d0b;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn {
  border-right: none;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn {
    padding: 0;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn::before {
  display: none;
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:last-child {
  padding-right: 0;
  padding-left: 0px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:last-child {
    margin-top: 0%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:first-child a {
  margin: auto -8px auto auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:first-child a {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:first-child a {
    width: 100%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:last-child a {
  margin: auto auto auto -8px;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:last-child a {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn:last-child a {
    width: 100%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn a {
  width: 90%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column.forBtn a {
    width: 110%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column::before {
  position: absolute;
  content: "";
  top: 10px;
  margin-left: 0px;
  width: 28%;
  height: 80px;
  background-image: url("../images/num-01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column::before {
    top: -16px;
    margin-left: 0;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column:last-child {
  padding-right: 0;
  padding-left: 28px;
  border-right: none;
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column:last-child::before {
  background-image: url("../images/num-02.svg");
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column:last-child {
    padding-left: 0;
    border-right: none;
    margin-top: 14%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column:last-child {
    padding-left: 0;
    border-right: none;
    margin-top: 14%;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column p {
  color: #4a3c05;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column p {
    font-size: 1.076vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column p {
    margin-bottom: 2%;
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column p {
    margin-bottom: 5%;
    font-size: 1rem;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column span {
  padding-left: 1em;
  color: #4a3c05;
  line-height: 1.6em;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column span {
    font-size: 0.942vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column span {
    font-size: 1.825vw;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column span {
    font-size: 0.88rem;
  }
}
main .container .inner article.contents-area section#conditions .row.conditions-row .col.col-6.conditions-column span::before {
  position: absolute;
  content: "※";
  left: 0em;
}
main .container .inner article.contents-area section#flow {
  padding: 8.3% 24px;
  background-color: #faf8f3;
  border-top: solid 2px #b7a14b;
  border-bottom: solid 2px #b7a14b;
}
main .container .inner article.contents-area section#flow h3.heading-middle-02 {
  width: 27%;
  margin: 0px auto 4% auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow h3.heading-middle-02 {
    width: 32%;
    margin: 15% auto 10.4% auto;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#flow h3.heading-middle-02 {
    min-width: 160px;
    width: 49%;
    margin: 15% auto 10.4% auto;
  }
}
@media screen and (max-width: 160px) {
  main .container .inner article.contents-area section#flow h3.heading-middle-02 {
    min-width: auto;
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col {
  padding: 0 21px;
}
main .container .inner article.contents-area section#flow .flow-card-row .col:last-child .flow-card-inner figure::after {
  display: none;
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card {
    max-width: 380px;
    margin: 0 auto 17% auto;
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card::before {
  position: absolute;
  content: "";
  top: -6%;
  left: -6%;
  height: 100%;
  width: 21%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card::before {
    top: -7%;
    left: -5%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    height: 10%;
    bottom: -15%;
    width: 4.3%;
    margin: auto;
    background-image: url("../images/arrow-01.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner figure {
  position: relative;
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner figure img {
  margin-bottom: 8%;
  display: block;
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner figure::after {
  position: absolute;
  content: "";
  top: 0;
  right: -11%;
  height: 10%;
  bottom: 0;
  width: 5.3%;
  margin: auto;
  background-image: url("../images/arrow-01.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner figure::after {
    display: none;
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner p {
  color: #4a3c05;
  line-height: 1.6em;
  font-size: 1rem;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner p {
    font-size: 1.26vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner p {
    font-size: 1rem;
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner span {
  color: #997d0b;
  line-height: 1.6em;
  font-size: 0.942vw;
  position: relative;
  display: block;
}
/* 1151px以上の画面幅で適用 */
@media screen and (min-width: 1151px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner span {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#flow .flow-card-row .col .flow-card .flow-card-inner span {
    font-size: 0.88rem;
  }
}
main .container .inner article.contents-area section#flow .flow-card-row .col:nth-child(1) .flow-card::before {
  background-image: url("../images/tag-01.svg");
}
main .container .inner article.contents-area section#flow .flow-card-row .col:nth-child(2) .flow-card::before {
  background-image: url("../images/tag-02.svg");
}
main .container .inner article.contents-area section#flow .flow-card-row .col:nth-child(3) .flow-card::before {
  background-image: url("../images/tag-03.svg");
}
main .container .inner article.contents-area section#flow .flow-card-row .col:nth-child(4) .flow-card::before {
  background-image: url("../images/tag-04.svg");
}
main .container .inner article.contents-area section#flow .flow-card-row .col:last-child .flow-card::after {
  display: none;
}
main .container .inner article.contents-area section#notes {
  padding: 8.3% 24px;
  background-color: #ffffff;
  background-image: url("../images/bg-notes-pc.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#notes {
    padding: 8.3% 0;
    background-position: top;
    background-size: contain;
  }
}
main .container .inner article.contents-area section#notes h3.heading-middle-03 {
  width: 15.6%;
  margin: 0px auto 4% auto;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#notes h3.heading-middle-03 {
    width: 28.6%;
    margin: 0px auto 4% auto;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 576px) {
  main .container .inner article.contents-area section#notes h3.heading-middle-03 {
    width: 42.6%;
    margin: 0px auto 4% auto;
    padding-bottom: 8%;
  }
}
main .container .inner article.contents-area section#notes .notes-area {
  max-width: 88%;
  margin: auto;
  padding: 3.9% 3.9%;
  background: #ffffff;
  border: solid 1px #cccac3;
  color: #4a3c05;
  font-size: 1rem;
  word-break: break-all;
}
@media screen and (max-width: 1150px) {
  main .container .inner article.contents-area section#notes .notes-area {
    font-size: 1.26vw;
  }
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#notes .notes-area {
    font-size: 1rem;
    max-width: 100%;
    margin: auto auto 5% auto;
    padding: 3.9% 7%;
  }
}
main .container .inner article.contents-area section#notes h5 {
  line-height: 1.75em;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#notes h5 {
    font-size: 1.2rem;
    margin: 28px 0 18px 0;
  }
}
main .container .inner article.contents-area section#notes ul {
  padding-left: 1em;
  margin-bottom: 3.2%;
}
main .container .inner article.contents-area section#notes ul li {
  line-height: 1.75em;
  position: relative;
}
main .container .inner article.contents-area section#notes ul li::before {
  position: absolute;
  content: "・";
  left: -1em;
}
@media screen and (max-width: 768px) {
  main .container .inner article.contents-area section#notes ul {
    margin-bottom: 28px;
  }
}
main .container .inner article.contents-area section#notes p {
  line-height: 1.75em;
  margin-bottom: 3.2%;
}

footer {
  width: 100%;
  height: 80px;
  background-color: #997d0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  color: #ffffff;
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 0.88rem;
    height: auto;
    padding: 6% 24px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    font-size: 3.467vw;
    height: auto;
    padding: 10% 24px;
  }
}
footer .footer-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
footer .footer-content .row.footer-cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .row.footer-cp .col {
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-content .row.footer-cp {
    padding: 0;
  }
}
footer .footer-content .row.footer-cp ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-content .row.footer-cp ul.footer-nav {
    margin-bottom: 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-content .row.footer-cp ul.footer-nav {
    margin-bottom: 6%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-content .row.footer-cp ul.footer-nav li {
  position: relative;
  padding-right: 20px;
}
footer .footer-content .row.footer-cp ul.footer-nav li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
footer .footer-content .row.footer-cp ul.footer-nav li:last-child {
  padding-right: 0;
}
footer .footer-content .row.footer-cp ul.footer-nav li:last-child::before {
  display: none;
}
footer .footer-content .row.footer-cp ul.footer-nav li + li {
  padding-left: 20px;
}
footer .footer-content .row.footer-cp ul.footer-nav li a {
  text-decoration: underline;
}
footer .footer-content .row.footer-cp p.copyright {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-content .row.footer-cp p.copyright {
    text-align: center;
    line-height: 2.6em;
  }
}

.fade-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=style.css.map */