@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #142447;
}

/*---------------------------------------------
フォント
---------------------------------------------*/
.ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wh {
  color: #fff;
}

/*リセット
--------------------------------------------*/
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;
}

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

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

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

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  position: relative;
}
.fv .sp_fv {
  background-image: url(../images/sp_bg1.jpg);
  height: 99svh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    background-image: url(../images/pc_bg1.jpg);
    height: 140vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
}
.fv .fv_title {
  position: absolute;
  width: 82%;
  top: 12%;
  left: 9%;
}
@media screen and (min-width: 769px) {
  .fv .fv_title {
    width: 630px;
    width: clamp(200px, 44%, 1000px);
    left: 27%;
  }
}
.fv .fv_fc_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  z-index: 10;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  .fv .fv_fc_logo {
    width: 7%;
    margin: 40px;
  }
}

/*---------------------------------------------
second
---------------------------------------------*/
.second {
  position: relative;
}
.second .sp_bg {
  background-image: url(../images/sp_bg2.jpg);
  height: 137vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.second .pc_bg {
  background-image: url(../images/pc_bg2.jpg);
  height: 150vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.second .lead {
  position: absolute;
  text-align: center;
  font-size: 12px;
  line-height: 2.5;
  top: 10%;
  left: 6%;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .second .lead {
    position: absolute;
    width: 60%;
    top: 11%;
    left: 19%;
    font-size: 18px;
  }
}
.second .message {
  position: absolute;
  top: 66vw;
  left: 11%;
  width: 79%;
}
@media screen and (min-width: 769px) {
  .second .message {
    width: 44vw;
    top: 52vh;
    left: 26%;
  }
}

/*---------------------------------------------
section
---------------------------------------------*/
#sec1 {
  background: #FFD54E;
}

#sec2 {
  background: #009D98;
}

#sec3 {
  background: #64B9A4;
}

#sec4 {
  background: #CD5D54;
}

.sec {
  padding-top: 60px;
}
.sec .sec_title {
  height: 25px;
  width: auto;
  text-align: center;
  margin: 0 auto 45px;
}
@media screen and (min-width: 769px) {
  .sec .sec_title {
    height: 57px;
    margin-top: 100px;
    margin-bottom: 86px;
  }
}
.sec .item_wrap {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap {
    max-width: 630px;
  }
}
.sec .item_wrap p {
  font-size: 10px;
  margin-top: 60px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap p {
    font-size: 17px;
  }
}
.sec .item_wrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap .items {
    padding-bottom: 250px;
  }
}
.sec .item_wrap .items a {
  width: 48%;
  color: #142447;
  text-decoration: none;
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap .items a {
    width: 31%;
  }
}
.sec .item_wrap .items .price {
  display: block;
  font-size: 15px;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap .items .price {
    font-size: 21px;
  }
}
.sec .item_wrap .items .buy {
  display: block;
  font-size: 14px;
  background-color: #142447;
  padding: 4px 10px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .sec .item_wrap .items .buy {
    font-size: 19px;
    padding: 8px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .items_2 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .items_2 a {
    margin-right: 20px;
  }
}

.block_bg {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.block {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  text-align: center;
}
.block .slide_wrap {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .block .slide_wrap {
    max-width: 630px;
  }
}

/*---------------------------------------------
footer
---------------------------------------------*/
.footer {
  background-image: url(../images/sp_footer_bg.jpg);
  height: 70vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .footer {
    background-image: url(../images/pc_footer_bg.jpg);
    height: 130vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    background-position: bottom;
  }
}
.footer img {
  width: 83%;
  margin: auto;
  padding-top: 36px;
}
@media screen and (min-width: 769px) {
  .footer img {
    width: 45%;
    margin: auto;
    padding-top: 100px;
  }
}
.footer .btn_wrap {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .footer .btn_wrap {
    margin-top: 56px;
  }
}
.footer a {
  display: block;
  color: #142447;
  background-color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  width: 60%;
  margin: 0 auto 18px;
  padding: 13px;
}
@media screen and (min-width: 769px) {
  .footer a {
    width: 23%;
    font-size: 23px;
    padding: 22px;
    margin: 0 auto 27px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.swiper_outer {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .swiper_outer {
    max-width: 780px;
  }
}

.swiper {
  width: 80%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.swiper-button-prev {
  left: 8px;
}
@media screen and (min-width: 769px) {
  .swiper-button-prev {
    left: 40px;
  }
}

.swiper-button-next {
  right: 8px;
}
@media screen and (min-width: 769px) {
  .swiper-button-next {
    right: 40px;
  }
}

.swiper-button-prev:after {
  content: "";
  background-image: url(../images/prev.png);
  width: 12px;
  height: 20px;
  background-size: contain;
}

.swiper-button-next:after {
  content: "";
  background-image: url(../images/next.png);
  width: 12px;
  height: 20px;
  background-size: contain;
}

.swiper-pagination-bullet {
  background: none;
  border: 1px solid #142447;
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #142447;
}

#sec2 .swiper-pagination-bullet, #sec3 .swiper-pagination-bullet, #sec4 .swiper-pagination-bullet {
  border: 1px solid #fff;
}
#sec2 .swiper-pagination-bullet-active, #sec3 .swiper-pagination-bullet-active, #sec4 .swiper-pagination-bullet-active {
  background-color: #fff;
}
#sec2 .swiper-button-prev:after, #sec3 .swiper-button-prev:after, #sec4 .swiper-button-prev:after {
  background-image: url(../images/prev_wh.png);
}
#sec2 .swiper-button-next:after, #sec3 .swiper-button-next:after, #sec4 .swiper-button-next:after {
  background-image: url(../images/next_wh.png);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -26px;
}
@media screen and (min-width: 769px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -26px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 14px;
}
@media screen and (min-width: 769px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }
}/*# sourceMappingURL=style.css.map */