@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, d footer,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none !important;
  }
  body {
    min-width: 800px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.wrap {
  max-width: 2000px;
  margin: 0 auto;
}

#kv {
  background: #6C9BD2;
  padding: 80px 0 40px;
}
#kv h1 {
  width: 670px;
  margin-inline: auto;
}
#kv .copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 28px auto 37px;
}
#kv .txt_wrap {
  background: #fff;
  width: 670px;
  margin-inline: auto;
  padding: 43px 0 47px;
  text-align: center;
  color: #E74566;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 36px;
}
#kv .txt_wrap .logo {
  width: 416px;
  margin: 0 auto 27px;
}
#kv .txt_wrap h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 37px;
}
#kv .txt_wrap p {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
}

#announce {
  background: #E74566;
  padding: 45px 0 0;
  height: 230px;
  text-align: center;
  color: #fff;
}
#announce p {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 17px;
  font-weight: bold;
}
#announce span {
  font-size: 18px;
  display: block;
}

#nav_area {
  background: url(../img/bg01.jpg?251009) no-repeat center 0;
  height: 900px;
  font-family: "Zen Maru Gothic", sans-serif;
}
#nav_area .inner {
  width: 800px;
  margin-inline: auto;
  padding: 115px 0 0;
}
#nav_area li {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 26px;
}
#nav_area .img {
  width: 470px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#nav_area .txt p {
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  color: #00469B;
  margin-bottom: 18px;
}
#nav_area .txt a {
  display: block;
  background: #E74566;
  color: #fff;
  width: 240px;
  height: 70px;
  border-radius: 100vh;
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0 0;
  text-align: center;
}

#item_a {
  background: url(../img/bg02.jpg?251009) no-repeat center 0;
  padding: 85px 0 0;
  height: 2060px;
}
#item_a .name {
  width: 762px;
  margin: 0 auto 33px;
}
#item_a .name p {
  text-align: center;
  margin: 12px 0 0;
}
#item_a .item {
  width: 806px;
  margin-inline: auto;
}
#item_a .spec {
  border-radius: 100vh;
  text-align: center;
  background: #FFF;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 150px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#item_a .spec p {
  line-height: 26px;
}

.slide_wrap {
  width: 800px;
  margin: 34px auto 34px;
  position: relative;
}
.slide_wrap .txt {
  text-align: center;
  color: #333;
  margin: 20px 0 0;
  line-height: 32px;
}

.slider_container {
  position: relative;
  z-index: 10;
}

.slider_container * {
  box-sizing: border-box;
}

.slider_container img {
  max-width: 100%;
}

.slider {
  width: 800px;
  margin: 0 auto 20px;
}
.slider .slick-slide {
  padding-bottom: 10px;
}
.slider .slick-slide img {
  width: 636px;
  display: block;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
  margin-inline: auto;
}

.slick-prev {
  z-index: 50;
  left: 0;
  width: 50px;
  height: 50px;
}
.slick-prev::before {
  content: "";
  display: block;
  background: url(../img/prev.png?251009) no-repeat center 0/100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.slick-next {
  z-index: 50;
  right: 0;
  width: 50px;
  height: 50px;
}
.slick-next::before {
  content: "";
  display: block;
  background: url(../img/next.png?251009) no-repeat center 0/100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.slick-dots {
  bottom: 32px;
}

.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #B3B3B3 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5A72B6 !important;
}

#item_b {
  background: url(../img/bg03.jpg?251009) no-repeat center 0;
  padding: 85px 0 0;
  height: 1540px;
}
#item_b .name {
  width: 657px;
  margin: 0 auto 48px;
  translate: 13px 0;
}
#item_b .item {
  width: 806px;
  margin: 0 auto 60px;
}
#item_b .spec {
  border-radius: 100vh;
  text-align: center;
  background: #FFF;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 150px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#item_b .spec p {
  line-height: 26px;
}

#info {
  color: #00469B;
  text-align: center;
  padding: 53px 0 52px;
}
#info .date {
  width: 800px;
  margin: 0 auto 28px;
  position: relative;
}
#info .date p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  font-weight: bold;
}
#info .date span {
  display: block;
  font-size: 18px;
}
#info .btn a {
  display: block;
  width: 378px;
  margin: 0 auto 26px;
}
@media (any-hover: hover) {
  #info .btn a:hover {
    opacity: 0.8;
  }
}
#info .btn p {
  font-size: 18px;
  font-weight: bold;
}

footer {
  background: #6C9BD2;
  text-align: center;
  position: relative;
  padding: 40px 0 35px;
  color: #FFF;
}
footer ul {
  line-height: 26px;
  margin-bottom: 25px;
}
footer .copy {
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 3.4666666667vw;
  }
  .pc_only {
    display: none !important;
  }
  .wrap {
    max-width: initial;
  }
  #kv {
    padding: 9.3333333333vw 0 9.3333333333vw;
  }
  #kv h1 {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
  #kv .copy {
    font-size: 2.6666666667vw;
    margin: 1.8666666667vw auto 7.6vw;
  }
  #kv .txt_wrap {
    width: 89.3333333333vw;
    padding: 5.7333333333vw 0 6.9333333333vw;
    border-radius: 4.8vw;
  }
  #kv .txt_wrap .logo {
    width: 55.4666666667vw;
    margin: 0 auto 4vw;
  }
  #kv .txt_wrap h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  #kv .txt_wrap p {
    font-size: 3.7333333333vw;
    line-height: 7.7333333333vw;
  }
  #announce {
    padding: 10.6666666667vw 0 0;
    height: 53.3333333333vw;
  }
  #announce p {
    font-size: 5.3333333333vw;
    line-height: 8.2666666667vw;
    margin-bottom: 3.3333333333vw;
  }
  #announce span {
    font-size: 3.2vw;
  }
  #nav_area {
    background: url(../img/bg01_sp.jpg?251009) no-repeat center 0/100% 100%;
    height: 137.3333333333vw;
  }
  #nav_area .inner {
    width: 100%;
    padding: 21.3333333333vw 0 0;
  }
  #nav_area li {
    align-items: flex-start;
    gap: 4.5333333333vw;
    margin-bottom: 13.8666666667vw;
    padding: 0 0 0 5.3333333333vw;
  }
  #nav_area .img {
    width: 41.2vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #nav_area .txt p {
    font-size: 4.8vw;
    line-height: 6vw;
    margin: 0 0 2.4vw 2vw;
  }
  #nav_area .txt a {
    width: 45.3333333333vw;
    height: 13.3333333333vw;
    font-size: 5.3333333333vw;
    padding: 4vw 0 0;
  }
  #item_a {
    background: url(../img/bg02_sp.jpg?251009) no-repeat center 0/100% 100%;
    padding: 14.6666666667vw 0 0;
    height: 414.6666666667vw;
  }
  #item_a .name {
    width: 82.6666666667vw;
    margin: 0 auto 9.7333333333vw;
  }
  #item_a .name p {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 0;
  }
  #item_a .item {
    width: 91.4666666667vw;
  }
  #item_a .spec {
    width: 90.6666666667vw;
    height: 40vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #item_a .spec p {
    line-height: 6.4vw;
  }
  .slide_wrap {
    width: 100%;
    margin: 10.2666666667vw auto 6.9333333333vw;
  }
  .slide_wrap .txt {
    margin: 14.6666666667vw 0 0;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    padding-bottom: 1.3333333333vw;
  }
  .slider .slick-slide img {
    width: 80vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  .slick-prev {
    left: 3.3333333333vw;
    width: 12vw;
    height: 12vw;
  }
  .slick-prev::before {
    content: "";
    display: block;
    background: url(../img/prev_sp.png?251009) no-repeat center 0/100%;
    width: 12vw;
    height: 12vw;
    opacity: 1;
  }
  .slick-next {
    z-index: 50;
    right: 3.3333333333vw;
    width: 12vw;
    height: 12vw;
  }
  .slick-next::before {
    content: "";
    display: block;
    background: url(../img/next_sp.png?251009) no-repeat center 0/100%;
    width: 12vw;
    height: 12vw;
    opacity: 1;
  }
  .slick-dots {
    bottom: -7.2vw;
  }
  .slick-dots li {
    margin: 0 2vw;
  }
  .slick-dots li button:before {
    font-size: 3.4666666667vw;
    line-height: 2.6666666667vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    opacity: 1;
    color: #B3B3B3 !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #5A72B6 !important;
  }
  #item_b {
    background: url(../img/bg03_sp.jpg?251009) no-repeat center 0/100% 100%;
    padding: 12vw 0 0;
    height: 237.3333333333vw;
  }
  #item_b .name {
    width: 87.7333333333vw;
    margin: 0 auto 6.4vw;
    translate: 1.7333333333vw 0;
  }
  #item_b .item {
    width: 91.4666666667vw;
    margin: 0 auto 8vw;
  }
  #item_b .slide_wrap {
    margin-bottom: 6vw;
  }
  #item_b .slide_wrap .txt {
    color: #fff;
    margin-top: 13.3333333333vw;
  }
  #item_b .spec {
    width: 90.6666666667vw;
    height: 34.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #item_b .spec p {
    line-height: 6.4vw;
  }
  #info {
    padding: 12.4vw 0 11.3333333333vw;
  }
  #info .date {
    width: 100%;
    margin: 0 auto 5.6vw;
  }
  #info .date p {
    font-size: 5.0666666667vw;
    line-height: 8vw;
    letter-spacing: 0;
    margin-bottom: 2.4vw;
  }
  #info .date span {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #info .btn a {
    width: 78.4vw;
    margin: 0 auto 4.5333333333vw;
  }
  #info .btn p {
    font-size: 3.2vw;
  }
  footer {
    padding: 12vw 0 6.6666666667vw;
    color: #FFF;
  }
  footer ul {
    width: 83.7333333333vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 0 auto 8.6666666667vw;
    text-align: left;
  }
  footer ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  footer .copy {
    font-size: 2.9333333333vw;
  }
}/*# sourceMappingURL=style.css.map */