@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*----------フォント----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Maru+Gothic:wght@400;700&family=Zen+Old+Mincho&display=swap");
html {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}

body {
  margin: 0 auto;
}
body main .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body main .pc {
    display: none;
  }
}
body main .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body main .sp {
    display: block;
  }
}
body main .top {
  font-size: 0;
}
body main .top img {
  width: 100%;
}
body main .FEATURES {
  background-color: #5BC8DC;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main .FEATURES {
    padding-bottom: 0;
  }
}
body main .FEATURES .FEATURES_main {
  background-image: url(../images/B_back.png);
  background-repeat: no-repeat;
  max-width: 1300px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0;
  background-position: center;
  background-size: 1300px auto;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main {
    background-image: url(../images/B_back_sp.png);
    padding: 50px 0;
    background-size: 120%;
  }
}
body main .FEATURES .FEATURES_main .contents {
  max-width: 736px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents {
    gap: 2rem;
  }
}
body main .FEATURES .FEATURES_main .contents .ttl img {
  margin-right: -4rem;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .ttl img {
    width: 65%;
    margin-right: -2rem;
  }
}
body main .FEATURES .FEATURES_main .contents .ttl h2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin: 0 auto;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .ttl h2 {
    font-size: 18px;
  }
}
body main .FEATURES .FEATURES_main .contents .txt img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .txt img {
    margin: 0 auto;
    width: 80%;
  }
}
body main .FEATURES .FEATURES_main .contents .contents_img {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .contents_img {
    margin-top: 0;
  }
}
body main .FEATURES .FEATURES_main .contents .contents_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .contents_img img {
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
body main .FEATURES .FEATURES_main .contents .contents_img .pulpul {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
body main .FEATURES .FEATURES_main .contents .contents_img .pulpul img {
  width: 100%;
  height: auto;
  animation: poyo 3s infinite;
}
@media screen and (max-width: 768px) {
  body main .FEATURES .FEATURES_main .contents .contents_img .pulpul img {
    width: 93%;
  }
}
@keyframes poyo {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
body main .SCENE {
  background-color: #46D0A4;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main .SCENE {
    padding-bottom: 0;
  }
}
body main .SCENE .SCENE_main {
  background-image: url(../images/C_back.png);
  background-repeat: no-repeat;
  max-width: 1500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0;
  background-position: center;
  background-size: 1500px auto;
}
@media screen and (max-width: 768px) {
  body main .SCENE .SCENE_main {
    background-image: url(../images/C_back_sp.png);
    padding: 40px 0 20px 0;
    background-size: 115%;
    background-position-x: -40px;
  }
}
body main .SCENE .SCENE_main .contents {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  body main .SCENE .SCENE_main .contents {
    gap: 1rem;
    margin: 5% 0 0 0;
  }
}
body main .SCENE .SCENE_main .contents .ttl img {
  margin-right: -2rem;
}
@media screen and (max-width: 768px) {
  body main .SCENE .SCENE_main .contents .ttl img {
    width: 45%;
    margin-right: -1.2rem;
  }
}
body main .SCENE .SCENE_main .contents .ttl h2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin: 0 auto;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  body main .SCENE .SCENE_main .contents .ttl h2 {
    font-size: 18px;
  }
}
body main .SCENE .SCENE_main .contents .contents_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .SCENE .SCENE_main .contents .contents_img img {
    width: 90%;
    margin: 0 auto;
    margin-right: 2%;
  }
}
body main .grape_img {
  max-width: 1200px;
  position: relative;
  top: -16rem;
  left: -10rem;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main .grape_img {
    top: -6.5rem;
    left: -4rem;
  }
}
body main .grape_img img {
  position: absolute;
  width: 47%;
}
@media screen and (max-width: 768px) {
  body main .grape_img img {
    width: 55%;
  }
}
body main .LINEUP {
  background-color: #95B8EC;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 768px) {
  body main .LINEUP {
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP {
    padding: 0;
  }
}
body main .LINEUP .LINEUP_main {
  background-image: url(../images/D_back.png);
  background-repeat: no-repeat;
  max-width: 1500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0;
  background-position: center;
  background-size: 1500px auto;
  background-position-x: calc(50% + 1.3rem);
  background-position-y: calc(50% + 3rem);
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main {
    background-image: url(../images/D_back_sp.png);
    padding: 20px 0 70px 0;
    background-size: 117%;
    background-position-x: -40px;
    background-position-y: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main {
    padding: 200px 0 250px 0;
  }
}
body main .LINEUP .LINEUP_main .contents {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main .contents {
    gap: 2.5rem;
  }
}
body main .LINEUP .LINEUP_main .contents .ttl img {
  margin-right: -4.5rem;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .ttl img {
    width: 50%;
    margin-right: -2rem;
  }
}
body main .LINEUP .LINEUP_main .contents .ttl h2 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin: 0 auto;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .ttl h2 {
    font-size: 18px;
  }
}
body main .LINEUP .LINEUP_main .contents .box {
  padding: 75px 0 0 0;
  position: relative;
  left: -1rem;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .box {
    left: 0;
    padding: 0;
  }
}
body main .LINEUP .LINEUP_main .contents .box .item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bolder;
  font-size: 25px;
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .box .item {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main .contents .box .item {
    margin-right: 0;
  }
}
body main .LINEUP .LINEUP_main .contents .box .item img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .box .item img {
    width: 23%;
    margin-bottom: 0;
  }
}
body main .LINEUP .LINEUP_main .contents .box .item p {
  margin: 0 auto;
}
body main .LINEUP .LINEUP_main .contents .box .item a {
  color: #fff;
  border-radius: 9999px;
  padding: 22px 90px;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .box .item a {
    padding: 14px 70px;
    margin-top: 6px;
    font-size: 16px;
  }
}
body main .LINEUP .LINEUP_main .contents .grape {
  background-image: url(../images/D_grape.png);
  background-repeat: no-repeat;
  height: 850px;
  width: 980px;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .grape {
    background-image: url(../images/D_grape_sp.png);
    height: 80vw;
    width: auto;
    background-size: 107%;
    /* padding: 6.8% 0 10% 0; */
    background-position-x: -2vw;
    background-position-y: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main .contents .grape {
    background-size: 90%;
    background-position: center;
    background-position-x: 6vw;
  }
}
body main .LINEUP .LINEUP_main .contents .grape p {
  color: #7340AD;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .grape p {
    line-height: 1.5;
  }
}
body main .LINEUP .LINEUP_main .contents .grape a {
  background-color: #7340AD;
  box-shadow: 8px 8px 18px rgba(115, 104, 136, 0.7);
}
body main .LINEUP .LINEUP_main .contents .grape a:hover {
  background-color: rgba(115, 64, 173, 0.7);
}
body main .LINEUP .LINEUP_main .contents .mulberry {
  background-image: url(../images/D_mulberry.png);
  background-repeat: no-repeat;
  height: 850px;
  width: 980px;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .mulberry {
    background-image: url(../images/D_mulberry_sp.png);
    height: 80vw;
    width: auto;
    background-size: 107%;
    /* padding: 6.8% 0 10% 0; */
    background-position-x: -2vw;
    /*
    height: 60vw;
    width: auto;
    background-size: 105%;
    padding: 2.5% 0 15% 0;
    background-position-x: -1vw;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main .contents .mulberry {
    background-size: 90%;
    background-position: center;
    background-position-x: 6vw;
  }
}
body main .LINEUP .LINEUP_main .contents .mulberry .item {
  margin-top: -17px;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .mulberry .item {
    margin-top: -29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .LINEUP .LINEUP_main .contents .mulberry .item {
    margin-top: 0;
  }
}
body main .LINEUP .LINEUP_main .contents .mulberry p {
  color: #DF2153;
}
@media screen and (max-width: 768px) {
  body main .LINEUP .LINEUP_main .contents .mulberry p {
    line-height: 1.5;
  }
}
body main .LINEUP .LINEUP_main .contents .mulberry a {
  background-color: #DF2153;
  box-shadow: 8px 8px 18px rgba(136, 104, 114, 0.7);
}
body main .LINEUP .LINEUP_main .contents .mulberry a:hover {
  background-color: rgba(223, 33, 83, 0.7);
}
body main .CM {
  background-color: #EFC2ED;
}
body main .CM .CM_main {
  background-image: url(../images/E_back.png);
  background-repeat: no-repeat;
  max-width: 1400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 120px 0;
  background-position: center;
  background-size: 1400px auto;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main {
    background-image: url(../images/E_back_sp.png);
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .CM .CM_main {
    padding: 120px 0 0 0;
  }
}
body main .CM .CM_main .contents {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents {
    gap: 1rem;
  }
}
body main .CM .CM_main .contents .ttl img {
  margin: 0 auto;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .ttl img {
    width: 70%;
    margin: 0 auto;
    padding-left: 5%;
  }
}
body main .CM .CM_main .contents .ttl h2 {
  font-size: 34px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .ttl h2 {
    font-size: 18px;
  }
}
body main .CM .CM_main .contents .contents_img {
  background-image: url(../images/E_back02.png);
  background-size: auto;
  background-repeat: no-repeat;
  height: 650px;
  background-position-x: calc(50% + 0.5rem);
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .contents_img {
    background-image: url(../images/E_back02_sp.png);
    padding: 6% 0;
    background-size: cover;
    background-position-x: calc(50% + 0.5rem);
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .CM .CM_main .contents .contents_img {
    background-size: 930px;
    padding-top: 48px;
  }
}
body main .CM .CM_main .contents .contents_img a {
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .contents_img a {
    width: 100%;
  }
}
body main .CM .CM_main .contents .contents_img a:hover {
  opacity: 0.7;
}
body main .CM .CM_main .contents .contents_img img {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .contents_img img {
    max-width: none;
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .CM .CM_main .contents .contents_img img {
    max-width: 595px;
    width: 100%;
    margin: 0 auto;
  }
}
body main .CM .CM_main .contents .contents_img p {
  font-size: 34px;
  color: #F74EBC;
  margin: 0 auto;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  body main .CM .CM_main .contents .contents_img p {
    font-size: 16px;
    padding-bottom: 5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  body main .CM .CM_main .contents .contents_img p {
    margin-top: 18px;
  }
}
body #page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2rem; /* 画面右端から少し内側に */
  background: #B9B9B9; /* グレーに変更 */
  opacity: 1;
  border-radius: 50%;
  z-index: 1000; /* 他の要素より上に表示 */
}
@media screen and (max-width: 768px) {
  body #page_top {
    width: 40px;
    height: 40px;
    right: 1rem;
    bottom: 1rem;
  }
}
body #page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body #page_top a {
    width: 40px;
    height: 40px;
  }
}
body #page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -21px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
body footer .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body footer .pc {
    display: none;
  }
}
body footer .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body footer .sp {
    display: block;
  }
}
body footer .footer_wp {
  width: 100%;
  padding: 50px 0px;
  background-color: #EFC2ED;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp {
    padding: 40px 0px;
  }
}
body footer .footer_wp .kb_footer {
  width: 100%;
}
body footer .footer_wp .kb_footer .footerlink {
  width: 100%;
}
body footer .footer_wp .kb_footer .footerlink ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp .kb_footer .footerlink ul {
    padding: 0;
  }
}
body footer .footer_wp .kb_footer .footerlink ul li {
  position: relative;
}
body footer .footer_wp .kb_footer .footerlink ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
body footer .footer_wp .kb_footer .footerlink02 {
  width: 100%;
}
body footer .footer_wp .kb_footer .footerlink02 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp .kb_footer .footerlink02 ul {
    padding: 0 0 10px 0;
  }
}
body footer .footer_wp .kb_footer .footerlink02 ul li {
  padding: 3px 15px;
  position: relative;
}
body footer .footer_wp .kb_footer .footerlink02 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
body footer .footer_wp .kb_footer .footerlink02 ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
body footer .footer_wp .kb_footer .footerlink02 ul li:last-child::after {
  display: none;
}
body footer .footer_wp .kb_footer .ft01 {
  margin-bottom: 40px;
}
body footer .footer_wp .kb_footer .ft01 li {
  padding: 0 10px;
}
body footer .footer_wp .kb_footer .ft01 li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
body footer .footer_wp .kb_footer .ft01 li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp .ft02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body footer .footer_wp .ft02 ul li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp .ft02 ul li {
    text-align: center;
    width: 40%;
    padding: 0 0 8px 0;
  }
}
body footer .footer_wp .ft02 ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  body footer .footer_wp .ft02 ul li::after {
    display: none;
  }
}
body footer .footer_wp .ft02 ul li:last-child::after {
  display: none;
}
body footer .copyrights {
  background-color: black;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  body footer .copyrights {
    padding: 12px 0;
  }
}
body footer .copyrights p {
  color: #fff;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
}
body footer:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-top: 2px solid #707070;
}/*# sourceMappingURL=style.css.map */