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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fcf7ec;
  background-color: #6987a0;
  line-height: 1.6;
  letter-spacing: 1px;
}

.bold {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc_none {
  display: none;
}

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

.sp_none {
  display: block;
}

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

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.inner_min {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner_min {
    width: 92%;
  }
}

.dot {
  background-color: #c6ccd2;
  background-image: radial-gradient(#dbdcdb 30%, transparent 30%);
  background-size: 12px 12px;
}

/* header
---------------------------------------------*/
header {
  padding: 85px 0 143px;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 0 68px;
  }
}

.header_box {
  background-color: #fcf6eb;
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .header_box {
    padding: 0;
  }
}

.header_box .header_line {
  border: 3px solid #6987a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 88px 0;
}

@media screen and (max-width: 768px) {
  .header_box .header_line {
    border: none;
    padding: 0;
  }
}

.header_box .title {
  width: 788px;
}

.header_box .top_copy {
  position: absolute;
  right: 14px;
  bottom: 9px;
  width: 148px;
}

@media screen and (max-width: 768px) {
  .header_box .top_copy {
    display: none;
  }
}

/* info
---------------------------------------------*/
.info {
  text-align: center;
  padding-bottom: 123px;
}

@media screen and (max-width: 768px) {
  .info {
    padding-bottom: 70px;
  }
}

.info .inner {
  width: 92%;
}

.sub_title {
  font-size: 26px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.read {
  font-size: 16px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .read {
    font-size: 12px;
    text-align: left;
    margin-bottom: 42px;
    word-break: break-all;
  }
}

.info_profile {
  background-color: #fcf7ec;
  color: #6987a0;
  padding: 61px 0 60px;
  margin-bottom: 69px;
  width: 800px;
  margin: 0 auto 69px;
}

@media screen and (max-width: 768px) {
  .info_profile {
    width: 100%;
    padding: 35px 13.7% 31px;
    margin-bottom: 39px;
  }
}

.info_profile .info_text {
  font-size: 12px;
  color: #6987a0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .info_profile .info_text {
    font-size: 10px;
    margin-bottom: 7px;
    text-align: left;
  }
}

.info_profile .info_text:last-of-type {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .info_profile .info_text:last-of-type {
    margin-bottom: 17px;
  }
}

.info_profile .info_slide {
  width: 382px;
  margin: 0 auto;
  border: none;
}

@media screen and (max-width: 768px) {
  .info_profile .info_slide {
    width: 100%;
  }
}

.announce {
  background-color: #c7cdd2;
  width: 800px;
  margin: 0 auto;
  color: #6987a0;
  font-size: 12px;
  padding: 38px;
}

@media screen and (max-width: 768px) {
  .announce {
    padding: 33px 23px 30px;
    width: 100%;
  }
}

.announce .announce_title {
  margin-bottom: 23px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .announce .announce_title {
    font-size: 10px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .announce .announce_text {
    font-size: 10px;
    text-align: left;
  }
}

.announce .line {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #6987a0;
  margin: 38px 0;
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .announce .line {
    margin: 33px 0;
  }
}

.announce .store_pc {
  margin-top: 8px;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .announce .store_pc {
    display: none;
  }
}

.announce .store_sp {
  margin-top: 8px;
  font-size: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}

@media screen and (min-width: 769px) {
  .announce .store_sp {
    display: none;
  }
}

/* lineup
---------------------------------------------*/
.lineup {
  padding: 100px 0 122px;
}

@media screen and (max-width: 768px) {
  .lineup {
    padding: 60px 0 68px;
  }
}

.lineup .sec_title {
  width: 230.72px;
  margin-bottom: 29px;
}

@media screen and (max-width: 768px) {
  .lineup .sec_title {
    width: 38.2%;
    margin: 0 auto 19px;
  }
}

.lineup .scene {
  background-color: #fcf7ec;
  padding: 80px 0 75px;
  position: relative;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .lineup .scene {
    padding: 42px 0;
    margin-bottom: 80px;
  }
}

.lineup .scene:last-child {
  margin-bottom: 0;
}

.scene_title {
  width: 162.43px;
  margin: 0 0 10px 85px;
}

@media screen and (max-width: 768px) {
  .scene_title {
    margin: 0 auto 15px;
    width: 88.1%;
  }
}

@media screen and (max-width: 768px) {
  .scene_title img {
    width: 32.4%;
  }
}

.scene_text {
  color: #6987a0;
  margin: 0 0 17px 85px;
}

@media screen and (max-width: 768px) {
  .scene_text {
    font-size: 11px;
    margin: 0 auto 14px;
    width: 88.1%;
  }
}

.scene_slide {
  width: calc(644px + 16px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .scene_slide {
    width: 88.1%;
  }
}

.scene_slide .slick-slide {
  width: 204px;
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .scene_slide .slick-slide {
    width: 100%;
    margin: 0;
  }
}

.scene_slide .slick-dots {
  bottom: -29px;
}

.scene_slide .slick-dots li {
  margin: 0;
}

.scene_slide .slick-dots li button:before {
  font-size: 40px;
  color: #6987a0;
}

.illust1_1 {
  position: absolute;
  right: -55px;
  top: -30px;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .illust1_1 {
    right: 0;
    top: -25px;
    width: 35%;
  }
}

.illust2_1 {
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 149px;
}

@media screen and (max-width: 768px) {
  .illust2_1 {
    left: 0;
    bottom: -33px;
    width: 19%;
  }
}

.illust3_1 {
  position: absolute;
  right: -52px;
  top: -45px;
  width: 186px;
}

@media screen and (max-width: 768px) {
  .illust3_1 {
    right: 0;
    width: 25%;
    top: -25px;
  }
}

/* item
---------------------------------------------*/
.item {
  padding: 126px 0 114px;
}

@media screen and (max-width: 768px) {
  .item {
    padding: 73px 0;
  }
}

@media screen and (max-width: 768px) {
  .item .inner {
    width: 81%;
  }
}

.item .inner .sec_title {
  margin-bottom: 30px;
  width: 131.04px;
}

@media screen and (max-width: 768px) {
  .item .inner .sec_title {
    width: 27%;
    margin: 0 auto 28px;
  }
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 20px;
  margin-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .item_list {
    margin-bottom: 40px;
    gap: 30px 8%;
  }
}

.item_list .item_block {
  width: 23.397%;
}

@media screen and (max-width: 768px) {
  .item_list .item_block {
    width: 46%;
  }
}

.item_list .item_block a {
  color: #fcf7ec;
  display: block;
}

.item_list .item_block a .item_img {
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .item_list .item_block a .item_img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .item_list .item_block a .item_name,
  .item_list .item_block a .item_price {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .item_text {
    font-size: 12px;
  }
}

/* profile
---------------------------------------------*/
.profile {
  padding: 120px 0 129px;
  background-color: #fcf7ec;
  color: #6987a0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .profile {
    padding: 68px 0 43px;
  }
}

.profile .inner_min {
  padding: 58px 0 42px;
  border: 2px solid #6987a0;
}

@media screen and (max-width: 768px) {
  .profile .inner_min {
    width: 92%;
    padding: 28px 4.5% 28px;
  }
}

.profile_img {
  width: 154px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .profile_img {
    width: 33%;
    margin: 0 auto 14px;
  }
}

.profile_text_block .profile_text {
  font-size: 14px;
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .profile_text_block .profile_text {
    font-size: 11px;
    text-align: left;
    margin-bottom: 14px;
  }
}

.profile_text_block .profile_text:last-of-type {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .profile_text_block .profile_text:last-of-type {
    margin-bottom: 23px;
  }
}

.profile_text_block .profile_copy {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .profile_text_block .profile_copy {
    font-size: 8px;
  }
}

.btn a {
  display: block;
  background-color: #6987a0;
  color: #fcf7ec;
  line-height: 40px;
  height: 40px;
  width: 549px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn a {
    font-size: 10px;
    width: 100%;
    line-height: 24px;
    height: 24px;
  }
}

/* footer
---------------------------------------------*/
footer {
  padding: 110px 0 43px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 45px 0 95px;
  }
}

.logo {
  width: 114px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 21.6%;
    margin-bottom: 13px;
  }
}

.logo a {
  display: block;
}

.footer_copy {
  width: 454px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer_copy {
    width: 70%;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-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);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* sass読み込み
--------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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%);
  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 */