@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
.bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -3;
}

.bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom 20% center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.bg.visible {
  display: block;
}

.bg[data-bg=group1] {
  z-index: -1;
  background-image: -webkit-image-set(url("../../img/bg1.webp") type("image/webp"), url("../../img/bg1.jpg") type("image/jpeg"));
  background-image: image-set(url("../../img/bg1.webp") type("image/webp"), url("../../img/bg1.jpg") type("image/jpeg"));
}
@media (max-width:767px) {
  .bg[data-bg=group1] {
    background-image: -webkit-image-set(url("../../img/bg1_sp.webp") type("image/webp"), url("../../img/bg1_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("../../img/bg1_sp.webp") type("image/webp"), url("../../img/bg1_sp.jpg") type("image/jpeg"));
    background-position: top center;
  }
}

.bg[data-bg=group2] {
  z-index: -2;
  background-image: -webkit-image-set(url("../../img/bg2.webp") type("image/webp"), url("../../img/bg2.jpg") type("image/jpeg"));
  background-image: image-set(url("../../img/bg2.webp") type("image/webp"), url("../../img/bg2.jpg") type("image/jpeg"));
}

.header {
  position: relative;
  height: 90vh;
}
@media (max-width:767px) {
  .header {
    height: 171.0667vw;
    background: url(../../img/header_gradation.png);
    background-size: 26.6667vw;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.header .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: 286px;
  max-width: 55vh;
  height: 97px;
  padding: 0 10px;
  border-radius: 0 0 15px 0;
  background: #e01e2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width:767px) {
  .header .header_logo {
    -webkit-column-gap: 4.2667vw;
       -moz-column-gap: 4.2667vw;
            column-gap: 4.2667vw;
    width: 38.5333vw;
    height: 13.7333vw;
    padding: 0 1.5vw;
    border-radius: 0 0 2vw 0;
  }
}
.header .header_tfm {
  width: 102px;
}
.header .header_tfm img {
  width: 100%;
}
@media (max-width:767px) {
  .header .header_tfm {
    width: 13.6vw;
  }
}
.header .header_canada {
  width: 91px;
}
.header .header_canada img {
  width: 100%;
}
@media (max-width:767px) {
  .header .header_canada {
    width: 12.1333vw;
  }
}
.header .header_copyright {
  position: absolute;
  top: 23px;
  right: 19px;
  width: 123px;
}
.header .header_copyright img {
  width: 100%;
}
@media (max-width:767px) {
  .header .header_copyright {
    top: 2.9333vw;
    right: 3.3333vw;
    width: 16.4vw;
    font-size: 1vw;
  }
}
.header .header_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: clamp(1435px, 331.644px + 76.889vw, 2300px);
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .header_ttl {
  position: absolute;
  width: 28%;
  max-width: 330px;
  max-height: 65vh;
  aspect-ratio: 760/970;
  top: 18.5113%;
  left: 79px;
  -webkit-filter: drop-shadow(5px 5px 152px rgba(3, 10, 39, 0.23));
          filter: drop-shadow(5px 5px 152px rgba(3, 10, 39, 0.23));
}
.header .header_ttl img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width:767px) {
  .header .header_ttl {
    width: 66.9333vw;
    max-width: unset;
    max-height: 60vh;
    top: 14.2667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header .header_info {
  position: absolute;
  bottom: 18.7789vh;
  right: 39px;
  display: block;
  width: 33.4%;
  aspect-ratio: 968/966;
  max-width: 380px;
  max-height: 50vh;
  -webkit-animation: fuwafuwa 2.9s infinite ease-in-out;
          animation: fuwafuwa 2.9s infinite ease-in-out;
}
.header .header_info img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width:767px) {
  .header .header_info {
    bottom: 8.5333vw;
    right: 2.6667vw;
    width: 55.4667vw;
    max-height: 35vh;
    aspect-ratio: 1/1;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7%);
            transform: translateY(7%);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7%);
            transform: translateY(7%);
  }
}
.about {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
  padding: 50px 20px 70px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #e01e2b 6px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .about {
    padding: 25px 20px 35px;
  }
}
@media (max-width:767px) {
  .about {
    max-width: 89.6vw;
    padding: 25px 20px 35px;
  }
}
.about_inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_inner {
    width: 100%;
  }
}
@media (max-width:767px) {
  .about_inner {
    width: 100%;
  }
}
.about_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.about_ttl img {
  height: 135px;
}
@media (max-width:767px) {
  .about_ttl {
    margin-bottom: 25px;
  }
  .about_ttl img {
    width: 43.5483870968%;
    height: auto;
  }
}
.about_lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead {
    width: 90%;
  }
}
@media (max-width:767px) {
  .about_lead {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_lead_left {
  width: 225px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead_left {
    width: 27%;
  }
}
@media (max-width:767px) {
  .about_lead_left {
    width: 45%;
    margin: 0 auto 30px;
  }
}
.about_lead_right {
  width: 645px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead_right {
    width: 65%;
  }
}
@media (max-width:767px) {
  .about_lead_right {
    width: 100%;
  }
}
.about_lead_photo {
  width: 100%;
  border-radius: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}
.about_lead_photo img {
  border-radius: 10px;
}
.about_lead_name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.about_lead_name span {
  font-size: 2.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead_name span {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .about_lead_name {
    font-size: 1.1rem;
  }
  .about_lead_name span {
    font-size: 1.8rem;
  }
}
.about_lead_txt {
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: left;
  margin: 0 auto 20px;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  border-bottom: 1px #ccc solid;
  line-height: 2.5em;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead_txt br {
    display: none;
  }
}
@media (max-width:767px) {
  .about_lead_txt {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .about_lead_txt br {
    display: none;
  }
}
.about_guest {
  width: 100%;
  margin: 70px auto 0;
  padding-top: 50px;
  border-top: 1px solid #e01e2b;
}
@media (max-width:767px) {
  .about_guest {
    margin: 30px auto 0;
    padding-top: 30px;
  }
}
.about_guest_ttl {
  width: 264px;
  margin: 0 auto 40px;
}
.about_guest ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_guest ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:767px) {
  .about_guest ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    margin: 0 auto;
  }
}
.about_guest li {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_guest li img {
  border-radius: 10px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_guest li {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media (max-width:767px) {
  .about_guest li {
    width: 39.0667vw;
    margin: 0 0 15px;
  }
}
.about_guest_photo {
  width: 100%;
}
.about_guest_name {
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.about_guest_name span {
  font-size: 2.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
  padding: 0 4px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_guest_name {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .about_guest_name span {
    font-size: 1.6rem;
  }
}
@media (max-width:767px) {
  .about_guest_name {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .about_guest_name span {
    font-size: 1.6rem;
  }
}
.about_guest_btn {
  margin: 15px 0 0px;
  display: inline-block;
  padding: 2px 20px;
  background: #e01e2b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}
@media (max-width:767px) {
  .about_guest_btn {
    margin: 10px 0 0px;
    font-size: 1.2rem;
  }
}

.popup {
  background: #fff;
  border-radius: 10px;
}
@media (min-width:768px) and (max-width:1100px) {
  .popup {
    width: 90%;
  }
}
@media (max-width:767px) {
  .popup {
    width: 90%;
  }
}
.popup h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .popup h3 {
    font-size: 1.7rem;
  }
}
.popup_txt {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .popup_txt {
    font-size: 1.4rem;
  }
}
.popup_txt strong {
  font-size: 2.4rem;
}
@media (max-width:767px) {
  .popup_txt strong {
    font-size: 2rem;
  }
}
.popup_txt span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .popup_txt span {
    font-size: 1.2rem;
  }
}
.popup_txt a {
  color: #28a7e1;
}
.popup_txt:nth-of-type(1) {
  margin-bottom: 30px;
}

.present {
  width: 100%;
  padding: 80px 0 120px;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}
@media (min-width:768px) and (max-width:1100px) {
  .present {
    padding: 40px 0 70px;
  }
}
@media (max-width:767px) {
  .present {
    padding: 40px 0 70px;
  }
}
.present_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.present_ttl img {
  height: 135px;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_ttl {
    margin-bottom: 30px;
  }
}
@media (max-width:767px) {
  .present_ttl {
    margin-bottom: 30px;
  }
  .present_ttl img {
    width: 44.96vw;
    height: auto;
  }
}
.present_cont {
  display: grid;
  grid-template-columns: 45.5% 1px 45.5%;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 4.5%;
  grid-row-gap: 0px;
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width:767px) {
  .present_cont {
    display: block;
    max-width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.present_cont .grid1 {
  grid-area: 1/1/2/2;
}
.present_cont .grid2 {
  grid-area: 2/1/3/2;
}
.present_cont .grid3 {
  grid-area: 1/3/2/4;
}
.present_cont .grid4 {
  grid-area: 2/3/3/4;
}
.present_cont .border {
  grid-area: 1/2/3/3;
  display: block;
  background: #fff;
}
@media (max-width:767px) {
  .present_cont .border {
    width: 100%;
    height: 1px;
    margin: 3.7333vw 0;
  }
}
.present_cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.present_cont_txt h3 {
  max-width: 462px;
  margin: 0 auto 25px;
}
.present_cont_txt h3 strong {
  font-size: 1.7em;
  font-weight: 400;
}
@media (max-width:767px) {
  .present_cont_txt h3 {
    width: 79.4667vw;
    margin: 0 auto 3.3333vw;
  }
}
.present_cont_txt p {
  min-height: 125px;
  margin: 0 auto 30px;
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.75;
  color: #fff;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_cont_txt p {
    font-size: 1.3rem;
  }
}
@media (max-width:767px) {
  .present_cont_txt p {
    min-height: unset;
    margin: 0 auto 4vw;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.2587vw;
  }
}
.present_cont_txt strong {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media (max-width:767px) {
  .present_cont_txt strong {
    font-size: 3.12vw;
    margin-bottom: 3.3333vw;
  }
}
.present_cont_img {
  display: block;
  margin: 0 auto 28px;
}
@media (max-width:767px) {
  .present_cont_img {
    width: 53.3333vw;
    margin: 0 auto 3.7333vw;
  }
}
.present_cont_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 458px;
  max-width: 100%;
  height: 68px;
  margin: 0 auto;
  color: #e01e2b;
  font-weight: 700;
  background: #fff;
  border-radius: 34px;
}
.present_cont_btn.-fz22 {
  font-size: 2.2rem;
}
@media (max-width:767px) {
  .present_cont_btn.-fz22 {
    font-size: 4.8vw;
  }
}
.present_cont_btn.-fz20 {
  font-size: 2rem;
}
@media (max-width:767px) {
  .present_cont_btn.-fz20 {
    font-size: 4.5333vw;
  }
}
.present_cont_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  background: url(../../img/btn-arrow-present.png);
  background-size: 10px 16px;
  background-repeat: no-repeat;
  content: "";
}
.present_cont_btn .small {
  margin-top: 0.33em;
  font-size: 0.66em;
}
@media (max-width:767px) {
  .present_cont_btn .small {
    margin-top: 0;
    font-size: 4.2667vw;
  }
}
@media (max-width:767px) {
  .present_cont_btn {
    width: 79.4667vw;
    height: 11.7333vw;
    border-radius: 5.8667vw;
  }
  .present_cont_btn:after {
    right: 4vw;
    width: 1.6vw;
    height: 2.8vw;
    background-size: 1.6vw 2.8vw;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 312px;
  margin: 70px auto 0;
  background-position: 0 0;
  background: url(../../img/slider.jpg) repeat-x;
  background-size: 1465px 313px;
  -webkit-animation: bgroop 50s linear infinite;
          animation: bgroop 50s linear infinite;
}
@media (max-width:767px) {
  .slider {
    height: 156px;
    background-size: 732.5px 156.5px;
  }
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1600px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1600px 0;
  }
}
.oku {
  padding: 90px 0 125px;
}
@media (max-width:767px) {
  .oku {
    padding: 90px 0;
  }
}
.oku_container {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  padding: 70px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width:767px) {
  .oku_container {
    padding: 40px 5%;
  }
}
.oku_lead {
  width: 100%;
  margin: 0 auto 45px;
  padding: 0 0 65px;
  border-bottom: 1px solid #e01e2b;
}
@media (max-width:767px) {
  .oku_lead {
    margin: 0 auto 25px;
    padding: 0 0 40px;
  }
}
.oku_lead p {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .oku_lead p {
    width: 90%;
  }
}
@media (max-width:767px) {
  .oku_lead p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}
.oku_btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 55px auto 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e01e2b url(../../img/btn-arrow-w.png) no-repeat 94% center;
  background-size: 25px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}
@media (max-width:767px) {
  .oku_btn {
    font-size: 1.8rem;
    margin: 30px auto 0;
  }
}
.oku_ttl_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.oku_ttl_main img {
  height: 145px;
}
@media (min-width:768px) and (max-width:1100px) {
  .oku_ttl_main {
    margin-bottom: 30px;
  }
  .oku_ttl_main img {
    width: 63.6363636364%;
    height: auto;
  }
  .oku_ttl_main picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width:767px) {
  .oku_ttl_main {
    margin-bottom: 30px;
  }
  .oku_ttl_main img {
    width: 63.6363636364%;
    height: auto;
  }
  .oku_ttl_main picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.oku_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.oku_ttl img {
  height: 150px;
}
@media (min-width:768px) and (max-width:1100px) {
  .oku_ttl {
    margin-bottom: 30px;
  }
  .oku_ttl img {
    width: 44.9864498645%;
    height: auto;
  }
  .oku_ttl picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width:767px) {
  .oku_ttl {
    margin-bottom: 30px;
  }
  .oku_ttl img {
    width: 63.1436314363%;
    height: auto;
  }
  .oku_ttl picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.oku_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 50px 16px;
}
@media (max-width:767px) {
  .oku_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
}
.oku_article {
  width: calc(50% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 5px solid #e01e2b;
}
@media (max-width:767px) {
  .oku_article {
    width: 100%;
    margin: 0 auto;
  }
}
.oku_article_img {
  width: 100%;
}
.oku_article_ttl {
  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;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.oku_article_ttl:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  display: block;
  width: 21px;
  height: 40px;
  margin-left: 15px;
  background: url(../../img/btn-arrow-r.png);
  background-size: 21px;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width:767px) {
  .oku_article_ttl {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .oku_article_ttl:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    margin-left: 10px;
    background-position: center right;
  }
}

.sns {
  width: 100%;
  padding: 80px 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: url(../../img/bg.png) repeat;
}
@media (min-width:768px) and (max-width:1100px) {
  .sns {
    padding: 40px 2.5%;
  }
}
@media (max-width:767px) {
  .sns {
    padding: 40px 2.5%;
  }
}
.sns_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.sns_ttl img {
  height: 135px;
}
@media (min-width:768px) and (max-width:1100px) {
  .sns_ttl {
    margin-bottom: 30px;
  }
}
@media (max-width:767px) {
  .sns_ttl {
    margin-bottom: 30px;
  }
  .sns_ttl img {
    width: 28.9333vw;
    height: auto;
  }
}
.sns_txt {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (max-width:767px) {
  .sns_txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  margin: 60px auto 0;
}
@media (max-width:767px) {
  .sns_list {
    gap: 15px;
    margin: 30px auto 0;
  }
}
.sns_list li {
  width: 104px;
}
@media (max-width:767px) {
  .sns_list li {
    width: 80px;
    max-width: 18%;
  }
}

aside {
  width: 100%;
  background: #fff;
}

.footer {
  margin-top: 0px;
  padding: 30px 0;
  background: #fff;
}
@media (min-width:768px) and (max-width:1100px) {
  .footer {
    padding: 15px 0;
  }
}
@media (max-width:767px) {
  .footer {
    margin-bottom: 0px;
    padding: 15px 0;
  }
}
.footer .copyright_txt {
  color: #333;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
}
@media (max-width:767px) {
  .footer .copyright_txt {
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  z-index: 100;
}
.pagetop > img {
  width: 16px;
  min-height: 0;
}

.fixed_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #fae500;
  border-top: 1px solid #fff;
  padding: 28px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}
@media (max-width:767px) {
  .fixed_pc {
    display: none;
  }
}
.fixed_pc_wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_pc_wrap {
    width: 94%;
  }
}
.fixed_pc_1 {
  width: 36.3636363636%;
  margin: 0 30px 0 0;
}
.fixed_pc_2 {
  width: 22.7272727273%;
  margin: 0 30px 0 0;
}
.fixed_pc_2 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #118eb2 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_pc_2 a {
    font-size: 1.1rem;
    background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}
.fixed_pc_3 {
  width: 22.7272727273%;
  margin: 0 auto 0px;
}
.fixed_pc_3 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #231815 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_pc_3 a {
    font-size: 1.1rem;
    background: #231815 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}
.fixed_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/sp_fixed_bg.png) center top no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}
@media (min-width:1101px) {
  .fixed_sp {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_sp {
    display: none;
  }
}
.fixed_sp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94.1333333333%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.8% 0 4.2666666667%;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_sp_wrap {
    padding: 12.8% 0 3.2%;
  }
}
.fixed_sp_wrap_1 {
  width: 47.1471471471%;
  display: block;
  background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
  background-size: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_sp_wrap_1 {
    font-size: 1.6rem;
  }
}
.fixed_sp_wrap_2 {
  width: 47.1471471471%;
  display: block;
  background: #231815 url(../../img/arrow_wht.png) 97% center no-repeat;
  background-size: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}
@media (min-width:768px) and (max-width:1100px) {
  .fixed_sp_wrap_2 {
    font-size: 1.6rem;
  }
}

/* -- UTILITY -- */
#overlay {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#overlay.hidden {
  opacity: 0;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .pcDetail {
    display: none;
  }
  .pc {
    display: none;
  }
}
@media (max-width:767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */