@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: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 1px;
}

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

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

.ten {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

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

/* header
---------------------------------------------*/
.header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .left {
  width: 60%;
}
@media screen and (min-width: 769px) {
  .header .left {
    background-image: url(../images/main.jpg);
    background-size: cover;
    min-height: 900px;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  .header .left {
    width: 100%;
  }
}
.header .right {
  background-color: #87a597;
}
@media screen and (min-width: 769px) {
  .header .right {
    position: relative;
    min-width: 530px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .header .right {
    width: 100%;
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .header .right img {
    position: absolute;
    right: 10%;
    width: 50%;
    top: 9%;
  }
}
@media screen and (max-width: 768px) {
  .header .right img {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 30px;
  }
}
.header .right h1 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header .right h1 {
    letter-spacing: 0.2em;
    line-height: 1.8em;
    position: absolute;
    bottom: 28%;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .header .right h1 {
    font-size: 12px;
  }
}
.header .right h2 {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .right h2 {
    margin: 40px auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .header .right h2 {
    position: absolute;
    bottom: 12%;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 60%;
  }
}

.read {
  text-align: center;
  color: #000;
  margin-top: 120px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .read {
    margin-top: 80px;
    font-size: 12px;
  }
}
.read span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .read span {
    font-size: 30px;
  }
}
.read img {
  width: 180px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .read img {
    margin: 50px auto 0;
    width: 160px;
  }
}
.read a {
  color: #000;
  text-decoration: underline;
}

.read2 {
  text-align: center;
  color: #000;
  margin-top: 120px;
  background-color: #87a597;
  padding: 120px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .read2 {
    margin-top: 80px;
    padding: 80px 0;
    font-size: 12px;
  }
}
.read2 span {
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .read2 span {
    font-size: 26px;
  }
}
.read2 img {
  width: 150px;
  margin: 50px auto;
}

.read3 {
  text-align: center;
  color: #000;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .read3 {
    font-size: 12px;
    padding-top: 80px;
  }
}
.read3 span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .read3 span {
    font-size: 30px;
  }
}

/* lineup
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .lineup {
    padding: 0px 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 {
  padding: 40px 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: 660px;
  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 {
  position: relative;
  background-color: #d5d5d5;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .item {
    padding: 0 0 100px 0;
  }
}
.item .charaimg01 {
  position: absolute;
  width: 260px;
  top: 3%;
  left: 22%;
}
@media screen and (max-width: 768px) {
  .item .charaimg01 {
    width: 110px;
    top: 1%;
    left: 3%;
  }
}
.item .charaimg02 {
  position: absolute;
  width: 150px;
  top: 2%;
  right: 26%;
}
@media screen and (max-width: 768px) {
  .item .charaimg02 {
    width: 70px;
    right: 9%;
    top: 0.5%;
  }
}
.item .charaimg03 {
  position: absolute;
  width: 150px;
  bottom: 3%;
  left: 12%;
}
@media screen and (max-width: 768px) {
  .item .charaimg03 {
    width: 100px;
    left: 2%;
    bottom: 0.5%;
  }
}
.item .charaimg04 {
  position: absolute;
  width: 160px;
  bottom: 3%;
  right: 12%;
}
@media screen and (max-width: 768px) {
  .item .charaimg04 {
    width: 100px;
    right: 4%;
    bottom: 0.5%;
  }
}
@media screen and (max-width: 768px) {
  .item .inner {
    width: 90%;
  }
}
.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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 60px 20px;
  margin-bottom: 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .item_list {
    margin-bottom: 40px;
    gap: 30px 10px;
  }
}
.item_list .item_block {
  width: 23.397%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .item_list .item_block {
    width: 47.6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.item_list .item_block a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 10px 10px 40px 10px;
}
@media screen and (max-width: 768px) {
  .item_list .item_block a {
    padding: 10px 10px 30px 10px;
  }
}
.item_list .item_block a .item_img {
  margin-bottom: 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .item_list .item_block a .item_img {
    margin-bottom: 10px;
  }
}
.item_list .item_block a .item_name,
.item_list .item_block a .item_price,
.item_list .item_block a .buy {
  padding-left: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item_list .item_block a .item_name,
.item_list .item_block a .item_price,
.item_list .item_block a .buy {
    font-size: 12px;
  }
}
.item_list .item_block a .buy {
  text-decoration: underline;
  font-size: 14px !important;
}

.item_text {
  text-align: center;
}
@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
---------------------------------------------*/
div.footer .logo {
  margin: 100px auto 40px;
  display: block;
  text-align: center;
  width: 430px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  div.footer .logo {
    width: 70%;
  }
}
div.footer .logo a {
  text-decoration: none;
  color: #000;
  padding: 5px;
  line-height: 40px;
  height: 40px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  div.footer .logo a {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
}
div.footer p.copyright {
  color: #000;
  text-align: center;
  font-size: 10px;
  margin-bottom: 100px;
}

/* 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 */