@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.2em;
  width: 100%;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif, "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6em;
  font-size: 18px;
  background-color: #FEDD02;
  color: #1A1A1A;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

.bold {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.allbtn {
  width: 500px;
  margin: 40px auto 0;
  height: 60px;
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  font-size: 1.2rem;
  border: #272727 1px solid;
  background-color: #272727;
  color: #fff;
  background-color: #011D66;
}
@media screen and (max-width: 768px) {
  .allbtn {
    width: 80%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 18px auto 0;
  }
}
.allbtn a {
  text-align: center;
  font-size: 22px;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .allbtn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  #mainArea {
    width: 100%;
  }
}

#content {
  width: 100%;
  letter-spacing: 1px;
  background-color: #FEDD02;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #content {
    overflow: hidden;
    padding: 80px 0;
  }
}
#content .box {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #content .box {
    padding: 30px 0;
  }
}
#content .box .title {
  font-size: 42px;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .box .title {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}
#content .box .title::after {
  content: "";
  display: block;
  width: 680px;
  height: 20px;
  background-color: #FFBA00;
  position: absolute;
  top: auto; /* 上基準を完全にリセット */
  bottom: 6px; /* マイナスを大きくして文字より下に突き放す */
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .box .title::after {
    width: 82%;
    height: 10px;
    bottom: 2px; /* マイナスを大きくして文字より下に突き放す */
  }
}
#content .box .title span {
  font-size: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .box .title span {
    font-size: 18px;
  }
}
#content .box .title2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  margin: 0 auto 5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .box .title2 {
    font-size: 18px;
    margin: 0 auto;
  }
}
#content .box .title3 {
  font-size: 42px;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .box .title3 {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}
#content .box .title3::after {
  content: "";
  display: block;
  width: 490px;
  height: 20px;
  background-color: #FFBA00;
  position: absolute;
  top: auto; /* 上基準を完全にリセット */
  bottom: 6px; /* マイナスを大きくして文字より下に突き放す */
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #content .box .title3::after {
    width: 67%;
    height: 10px;
    bottom: 2px;
  }
}
#content .box .title3 span {
  color: #DB0011;
}
#content .box_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .box_inner ul {
    display: block;
    width: 90%;
  }
}
#content .box_inner ul li {
  width: 100%;
  margin-bottom: 30px;
  background-color: #FFEF43;
}
@media screen and (max-width: 768px) {
  #content .box_inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#content .box_inner2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .box_inner2 ul {
    display: block;
    width: 90%;
  }
}
#content .box_inner2 ul li {
  width: 48%;
  margin-bottom: 30px;
  background-color: #FFEF43;
}
@media screen and (max-width: 768px) {
  #content .box_inner2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#item {
  width: 100%;
  background-color: #FEDD02;
}
#item .item_box {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #item .item_box {
    width: 90%;
  }
}
#item .buybtn {
  width: 500px;
  margin: 0 auto 180px;
  height: 70px;
  background-color: #1A1A1A;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  #item .buybtn {
    width: 80%;
  }
}
#item .buybtn a {
  text-align: center;
  font-size: 28px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #item .buybtn a {
    font-size: 18px;
  }
}

.footer {
  background-color: #1A1A1A;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0;
  }
}
.footer .gekilogo {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-bottom: 40px;
}
.footer .gekilogo img {
  width: 100px;
  margin: 0 auto;
}
.footer a .logo {
  margin: 0 auto;
  padding: 0px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer a .logo {
    padding: 0px 0 20px 0;
  }
}
.footer a .logo img {
  width: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer a .logo img {
    width: 15%;
    margin: 0 auto 0px;
  }
}
.footer a p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer a p {
    font-size: 10px;
  }
}
.footer a p span {
  font-size: 20px;
  letter-spacing: 0.18em;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer a p span {
    line-height: 2.2;
    font-size: 14px;
  }
}

.flexslider {
  margin: 0 !important;
}

.slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
}
.slider .slick-slide {
  padding: 10px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 5px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 23px !important;
}
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    display: none !important;
  }
}

.slick-dots li button:before {
  font-size: 28px !important;
  color: #272727 !important;
}

.slick-next:before {
  content: "";
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/prev.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

.slick-prev,
.slick-next {
  top: 50% !important;
}

.copy {
  margin: 100px auto 20px;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 0px 0 50px 0;
    margin: 100px auto 20px;
  }
}
.copy img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .copy img {
    width: 30%;
    margin: 0 auto 0px;
  }
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 70px;
  right: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 25px;
    width: 60px;
    right: 15px;
    z-index: 999;
  }
}

.img-wrapL {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-wrapL:before {
  animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
.border {
  width: 90%;
  border-bottom: 1px solid #5067D4;
  margin: 0 auto 30px;
}

.img-wrapR {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapR:before {
  animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
.img-wrapB {
  overflow: hidden;
  position: relative;
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapB:before {
  animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eef2ff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */