@charset "utf-8";
/* CSS Document */

img {
  vertical-align: middle;
  max-width: 100%;
  width: revert;
  height: auto;
}
a {
  color: #534741;
}
p+p {
  margin-top: 1em;
}

/* =================================================
  Frame
================================================= */
.Main._page {
  padding: 0;
  background: url(../images/bg.jpg) repeat center center/960px auto;
}
.Head {
  border: none;
}
.Head-inner {
  padding: 0;
}
.Main-contents {
  color: #101010;
  padding-block: 30px 100px;
  padding-inline: 20px;
}
.Footer-wrap {
    padding: 0;
    padding-block: 20px;
}
.Footer-copyright {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}
.Pagetop {
  bottom: 60px;
}
.Pagetop.fixed {
  right: 20px;
  height: 50px;
  width: 50px;
}

@media print, screen and (min-width: 768px) {
  html, body {
    min-width: 920px;
  }
  .Head {
    height: auto;
    background: linear-gradient(90deg, #21B27B 24.05%, #118051 60%);
  }
  .Head-inner {
    max-width: 1000px;
  }
  .Main-inner {
    width: 920px;
    margin: 0 auto;
  }
  .Main-contents {
    padding-block: 40px 200px;
    padding-inline: 20px;
  }
  .Footer {
    min-width: 920px;
  }
  .Footer-inner._inner {
    min-width: 920px;
    width: auto;
  }
  .Footer-inner._main {
    margin-bottom: 0;
  }
  .Footer-main {
    margin-inline: auto;
    padding: 0;
  }
  .Footer-copyright {
    text-align: center;
  }
  .Pagetop.fixed {
    right: 50px;
  }
}

@media print, screen and (max-width: 1000px) {
  .Head-inner {
    max-width: 920px;
  }
}

.inline-block {
  display: inline-block;
}

/* =================================================
  .sec
================================================= */
.sec {
  margin-block: 60px 0;
}
.sec_title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-block: 0 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}
.sec.-lead {
  margin-block-start: 20px;
}
.sec.-lead .sec_title {
  color: #101010;
  font-size: 24px;
  text-shadow: none;
}
.sec.-lead .sec_title img {
  width: calc(90% - 3em);
  margin-top: 10px;
  vertical-align: bottom;
}
.sec.-lead p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.sec.-release {
  margin-block-start: 60px;
}

@media print, screen and (max-width: 375px) {
  .sec.-lead p {
    font-size: 16px;
  }
}


@media print, screen and (min-width: 768px) {
  .sec {
    margin-block: 80px 0;
  }
  .sec.-release {
    margin-block-start: 120px;
  }
  .sec_title {
    margin-block: 0 40px;
    font-size: 40px;
  }
  .sec.-lead .sec_title {
    font-size: 30px;
  }
  .sec.-lead .sec_title img {
    width: 300px;
  }
  .sec.-lead p {
    font-size: 24px;
  }
}

/* =================================================
  .box
================================================= */
.box {
  width: 100%;
  margin-inline: auto;
  padding: 60px 20px;
  position: relative;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 120px 0 120px 0;
}
.box::before {
  width: 80px;
  height: 58px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ico_new.png) no-repeat left top/100%;
}

@media print, screen and (min-width: 768px) {
  .box {
    width: 740px;
    padding: 50px 100px;
    border-radius: 240px 0 240px 0;
  }
  .box::before {
    width: 154px;
    height: 111px;
  }
}

/* =================================================
  .list
================================================= */
.list_item+.list_item {
  margin-block: 40px 0;
}
.list_item_image {
  position: relative;
  text-align: center;
  margin-block: 0 30px;
}
.list_item_image::after {
  width: 240px;
  height: 60%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  border-radius: 80px 0 80px 0;
  border: 10px solid #fff;
}
.-freshlemon .list_item_image::after {
  background-color: #36ccef;
}
.-muscat .list_item_image::after {
  background-color: #94c82b;
}
.list_item_image img {
  width: 160px;
}
.list_item_title {
  text-align: center;
}
.list_item_title img {
  width: auto;
  height: 40px;
  filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}
.list_item_text {
  margin-block: 30px 0;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  /*border-radius: 50px 0 50px 0;*/
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .8);
}

@media print, screen and (min-width: 768px) {
  .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .list_item+.list_item {
    margin: 0;
  }
  .list_item_image img {
    width: 200px;
  }
  .list_item_image::after {
    width: 70%;
    height: 70%;
    border-radius: 100px 0 100px 0;
  }
  .list_item_title img {
    height: 60px;
  }
  .list_item_text {
    width: 90%;
    margin-inline: auto;
    padding: 20px 40px;
  }
}

/* =================================================
  project
================================================= */
.lineup_title {
  text-align: center;
  margin-block: 0 40px;
}

.merit_box {
  padding: 30px 30px 50px;
  position: relative;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 60px 0 60px 0;
}
.merit_box::before,
.merit_box::after {
  display: block;
  content: "";
  position: absolute;
}
.merit_box+.merit_box {
  margin-block: 80px 0;
  position: relative;
}
.merit_box.-freshlemon::before {
  display: none;
}
.merit_box.-freshlemon::after {
  width: 150px;
  height: 98px;
  right: -10px;
  bottom: -45px;
  background: url(../images/img_bg_freshlemon.png) no-repeat left top/100% auto;
}
.merit_box.-muscat::after {
  width: 180px;
  height: 106px;
  bottom: -50px;
  right: -10px;
  background: url(../images/img_bg_muscat.png) no-repeat left top/100% auto;
}
.merit_box h3 {
  padding: 4px 5px;
  margin-block: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.merit_box.-freshlemon h3 {
  background-color: #36ccef;
}
.merit_box.-muscat h3 {
  background-color: #94c82b;
}
.merit_box ul {
  padding: 0;
}
.merit_box ul li {
  min-height: 46px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
}
.merit_box.-freshlemon ul li {
  background: url(../images/ico_blue.png) no-repeat left center/30px auto;
}
.merit_box.-muscat ul li {
  background: url(../images/ico_green.png) no-repeat left center/30px auto;
}
.merit_box ul li+li {
  margin-block: 20px 0;
}
.merit_box ul li .-large {
  font-size: 20px;
}

@media print, screen and (min-width: 768px) {
  .merit_box {
    padding: 50px;
    border-radius: 100px 0 100px 0;
  }
  .merit_box+.merit_box {
    margin-block: 120px 0;
  }
  .merit_box.-freshlemon {
    padding-left: 340px;
  }
  .merit_box.-freshlemon::before {
    display: block;
    width: 280px;
    height: 448px;
    bottom: -30px;
    left: 0;
    background: url(../images/img_hand_freshlemon.png) no-repeat left top/100% auto;
  }
  .merit_box.-freshlemon::after {
    width: 200px;
    height: 130px;
    right: -20px;
    bottom: -40px;
  }
  .merit_box.-muscat {
    padding-right: 340px;
  }
  .merit_box.-muscat::before {
    width: 280px;
    height: 460px;
    right: 0;
    bottom: -30px;
    background: url(../images/img_hand_muscat.png) no-repeat left top/100% auto;
  }
  .merit_box.-muscat::after {
    width: 230px;
    height: 135px;
    bottom: -90px;
    left: -10px;
  }
  .merit_box h3 {
    padding: 4px 10px;
    font-size: 24px;
  }
  .merit_box ul {
    padding: 0 20px;
  }
  .merit_box ul li {
    padding-left: 60px;
    font-size: 18px;
  }
  .merit_box ul li .-large {
    font-size: 24px;
  }
  .merit_box.-freshlemon ul li {
    background-size: 40px auto;
  }
  .merit_box.-muscat ul li {
    background-size: 40px auto;
  }
}

.definition {
  max-width: 740px;
  overflow: hidden;
  margin-inline: auto;
  /* border-radius: 60px 0 60px 0; */
  border-radius: 12px;
  border: 1px solid #ccc;
}
.definition+.definition {
  margin-block: 30px 0;
}
.definition dt {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f1f1ec;
}
.definition dd {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .definition {
    border-radius: 16px;
  }
  .definition+.definition {
    margin-block: 40px 0;
  }
  .definition dt {
    padding: 20px;
    font-size: 24px;
  }
  .definition dd {
    padding: 20px;
    font-size: 24px;
  }
}

.sns_list {
  max-width: 460px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.sns_list_item a {
  height: 100%;
  display: block;
  padding: 10px;
  display: grid;
  transition: opacity .2s;
  place-items: center;
  border-radius: 20px;
  background-color: #282828;
}
.sns_list_item a:hover {
  opacity: .8;
}
.sns_list_item.-insta img {
  width: 70%;
}
.sns_list_item.-x img {
  width: 60%;
}
.sns_list_item.-youtube img {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .sns_list {
    gap: 40px;
  }
}

/* =================================================
  アニメーション
================================================= */
[data-animate=bottom-to-top] {
  opacity: 0;
}
[data-animate=bottom-to-top].is-animated {
  animation: bottom-to-top .5s ease-in-out forwards;
  animation-delay: .2s;
}
[data-animate=right-to-left] {
  opacity: 0;
}
[data-animate=right-to-left].is-animated {
  animation: right-to-left .3s ease-in-out forwards;
  animation-delay: .2s;
}

@keyframes bottom-to-top {
  0% {
      opacity: 0;
      translate: 0 1.25rem
  }

  100% {
      opacity: 1;
      translate: 0 0
  }
}

@keyframes right-to-left {
    0% {
        opacity: 0;
        translate: 1.875rem 0
    }

    100% {
        opacity: 1;
        translate: 0 0
    }
}