@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.1em;
  width: 100%;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  line-height: 1.6em;
  font-size: 18px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

#copy1 {
  display: none;
}

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;
  }
}

.bold {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.gen {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yura {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.item_buy {
  width: 200px;
  background-color: #fff;
  height: 45px;
  border: 1px solid #5067D4;
  text-align: center;
  border-radius: 60px;
  margin: 20px auto 100px;
}
@media screen and (max-width: 768px) {
  .item_buy {
    width: 60%;
  }
}
.item_buy a {
  color: #5067D4;
  line-height: 45px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .item_buy a {
    font-size: 16px;
  }
}

.buy {
  width: 300px;
  margin: 20px auto 0;
  height: 45px;
  border-radius: 35px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #272727;
  font-size: 16px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .buy {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 auto 0;
  }
}
.buy a {
  color: #5067D4;
  text-align: center;
  font-size: 16px;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .buy a {
    font-size: 12px;
  }
}

.allbtn {
  width: 500px;
  margin: 40px auto 0;
  height: 70px;
  border-radius: 50px;
  background-color: #FFF3CB;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  border: #5067D4 1px solid;
}
@media screen and (max-width: 768px) {
  .allbtn {
    width: 280px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 18px auto 0;
  }
}
.allbtn a {
  text-align: center;
  font-size: 16px;
  display: block;
  letter-spacing: 0.15em;
  color: #5067D4;
}
@media screen and (max-width: 768px) {
  .allbtn a {
    font-size: 14px;
  }
}

.buy:hover {
  background-color: #fff;
}
.buy:hover a {
  color: #454545;
}

@media screen and (min-width: 769px) {
  #mainArea {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
    background-image: url("../images/main.jpg");
  }
}

.lead {
  font-size: 16px;
  padding: 120px 0 120px;
  text-align: center;
  background-color: #F5F5F5;
  color: #5067D4;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 30px 0 70px 0;
    font-size: 14px;
    line-height: 2em;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
.lead h1 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    margin: 50px auto 20px;
    font-size: 22px;
    line-height: 1.7em;
    text-align: center;
  }
}
.lead h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.lead h2 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    margin-bottom: 20px;
  }
}
.lead .lead_img {
  width: 242px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lead .lead_img {
    width: 40%;
  }
}

#content {
  width: 100%;
  overflow: hidden;
  letter-spacing: 1px;
}
#content .titleblock {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #content .titleblock {
    margin-bottom: 0px;
  }
}
#content .titleblock h5 {
  width: 550px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #content .titleblock h5 {
    width: 85%;
  }
}
#content .titleblock p.content_text {
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .titleblock p.content_text {
    text-align: left;
    width: 80%;
    margin: 0 auto 50px;
  }
}
#content .block {
  width: 100%;
  padding: 120px 0 120px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 70px 0;
  }
}
#content .regular {
  width: 700px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .regular {
    width: 90%;
    margin: 0 auto 100px;
  }
}
#content .regular li.slide {
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .regular li.slide a {
    line-height: 1.7em;
  }
}
#content .regular li.slide a img {
  margin-bottom: 10px;
}
#content .regular li.slide a p {
  color: #5067D4;
  font-size: 14px;
}
#content .regular li.slide a p span {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #5067D4;
  color: #5067D4;
  border: #272727 1px solid #5067D4;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  background-color: #C7D9EA;
  margin-right: 5px;
}
#content #block01 {
  background: linear-gradient(#8CC1E0, #899BE3);
}
#content #block01 .box {
  padding: 120px 0 50px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border: #5067D4;
  border-radius: 30px;
  color: #5067D4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content #block01 .box {
    width: 90%;
    padding: 70px 0 40px 0;
  }
}
#content #block01 .box h3 {
  font-size: 60px;
  margin: 0 auto;
  color: #E3ECEF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h3 {
    font-size: 46px;
  }
}
#content #block01 .box h3::after {
  position: absolute;
  top: 30%;
  left: 49%;
  transform: translate(-50%, -50%);
  content: "Campaign";
  display: block;
  font-size: 60px;
  margin: 0 auto;
  color: #FAF2D7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h3::after {
    font-size: 46px;
  }
}
#content #block01 .box h5 {
  font-size: 60px;
  margin: 0 auto;
  color: #E3ECEF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h5 {
    font-size: 46px;
  }
}
#content #block01 .box h5::after {
  position: absolute;
  top: 30%;
  left: 49%;
  transform: translate(-50%, -50%);
  content: "Ranking";
  display: block;
  font-size: 60px;
  margin: 0 auto;
  color: #FAF2D7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h5::after {
    font-size: 46px;
  }
}
#content #block01 .box h6 {
  font-size: 60px;
  margin: 0 auto;
  color: #E3ECEF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h6 {
    font-size: 46px;
  }
}
#content #block01 .box h6::after {
  position: absolute;
  top: 30%;
  left: 49%;
  transform: translate(-50%, -50%);
  content: "Pickup!";
  display: block;
  font-size: 60px;
  margin: 0 auto;
  color: #FAF2D7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5067D4;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h6::after {
    font-size: 46px;
  }
}
#content #block01 .box h4 {
  font-size: 30px;
  text-align: center;
  color: #5067D4;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
#content #block01 .box h4 span {
  font-size: 22px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  #content #block01 .box h4 span {
    font-size: 16px;
  }
}
#content #block01 .box .picktitle {
  font-size: 22px;
  margin: 30px auto 50px;
  text-align: center;
  width: 500px;
  height: 50px;
  background-color: #ebf1f4;
  line-height: 50px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  #content #block01 .box .picktitle {
    width: 60%;
    font-size: 16px;
    margin: 30px auto 30px;
  }
}
#content #block01 .box .aft::before {
  content: "";
  display: block;
  background: url(../images/review.png) no-repeat; /*フレーム上部画像*/
  width: 228px;
  height: 380px;
  bottom: -160px;
  right: -246px;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content #block01 .box .aft::before {
    width: 150px;
    height: 300px;
    left: 50%;
    bottom: -48%;
    transform: translateX(-50%);
  }
}
#content #block01 .box ul.list {
  width: 460px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list {
    width: 90%;
  }
}
#content #block01 .box ul.list li {
  margin-bottom: 60px;
}
#content #block01 .box ul.list li .title {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li .title {
    font-size: 18px;
  }
}
#content #block01 .box ul.list li .title span {
  background-color: #5067D4;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li .title span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
}
#content #block01 .box ul.list li .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li .txt {
    line-height: 1.6em;
  }
}
#content #block01 .box ul.list li .txt span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li .txt span {
    line-height: 1.8em;
  }
}
#content #block01 .box ul.list li a {
  color: #5067D4;
}
#content #block01 .box ul.list li a .item_img {
  width: 300px;
  margin: 0 auto 20px;
  position: relative;
}
#content #block01 .box ul.list li a .item_img::before {
  content: "";
  display: block;
  background: url(../images/number1.png) no-repeat; /*フレーム上部画像*/
  width: 65px;
  height: 300px;
  left: -38px;
  top: -22px;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li a .item_img::before {
    width: 50px;
    height: 300px;
    left: -8%;
    top: -5%;
  }
}
#content #block01 .box ul.list li a p.item_title {
  color: #5067D4;
  width: 320px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
}
#content #block01 .box ul.list li a p.item_title span {
  width: 40px;
  height: 40px;
  line-height: 20px;
  color: #fff;
  background-color: #5067D4;
  display: block;
  border-radius: 50%;
  line-height: 40px;
}
#content #block01 .box ul.list li a p.item_title2 {
  color: #5067D4;
  width: 320px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li a p.item_title2 {
    width: 90%;
    font-size: 18px;
  }
}
#content #block01 .box ul.list li a p.item_title2 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #5067D4;
  background-color: #C7D9EA;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li a p.item_title2 span {
    font-size: 14px;
  }
}
#content #block01 .box ul.list li a p.item_txt {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #content #block01 .box ul.list li a p.item_txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 768px) {
  #content #block01 .pad {
    padding-bottom: 270px;
  }
}
#content #block01 .box2 {
  margin-bottom: 100px;
  letter-spacing: 1px;
}
#content #block02 {
  background-color: #F5F5F5;
  width: 100%;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  #content #block02 {
    padding: 70px 0 0 0;
  }
}
#content #block02 h1 {
  text-align: center;
  color: #5067D4;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #content #block02 h1 {
    line-height: 1.3em;
    font-size: 22px;
    margin-bottom: 30px;
  }
}
#content #block02 h1 span {
  margin-top: 10px;
  font-size: 22px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #content #block02 h1 span {
    font-size: 18px;
  }
}
#content #block02 ul {
  margin: 0 auto;
  color: #5067D4;
  width: 660px;
}
@media screen and (max-width: 768px) {
  #content #block02 ul {
    width: 100%;
  }
}
#content #block02 ul li .title {
  display: flex;
  width: 480px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #content #block02 ul li .title {
    width: 80%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  #content #block02 ul li .left {
    width: 20%;
  }
}
#content #block02 ul li .left img {
  width: 98px;
}
@media screen and (max-width: 768px) {
  #content #block02 ul li .left img {
    width: 90%;
  }
}
#content #block02 ul li .right {
  font-size: 22px;
  line-height: 95px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #content #block02 ul li .right {
    width: 80%;
    font-size: 18px;
    line-height: 62px;
  }
}
#content #block02 ul li .right p span {
  font-weight: bold;
}
#content #block02 p.txt {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content #block02 p.txt {
    line-height: 1.7em;
    width: 90%;
    text-align: left;
  }
}
#content #block02 .toreimg {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content #block02 .toreimg {
    width: 60%;
  }
}
#content #block02 .toreimg2 {
  width: 660px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #content #block02 .toreimg2 {
    width: 90%;
  }
}
#content #block02 .toreimg2 img {
  width: 32%;
  justify-content: space-between;
  padding: 0 5px;
}
#content #block02 .toreimg3 {
  width: 660px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #content #block02 .toreimg3 {
    width: 90%;
  }
}
#content #block02 .toreimg3 img {
  width: 49%;
  justify-content: space-between;
  padding: 0 5px;
}

.footer {
  background-color: #5067D4;
  padding: 100px 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: 160px;
  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: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer a .logo img {
    width: 20%;
    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: #5067D4 !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 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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 */