@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #3cb2ac;
  color: #27231E;
  position: relative;
}

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

@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .inner {
    max-width: 950px;
    margin: 0 auto;
  }
}

.title {
  font-family: "Nunito", sans-serif;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
    margin: 0 0 30px -5px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
    margin: 0 0 40px -45px;
  }
}

.hero {
  text-align: center;
  margin: 0;
  position: relative;
  width: 100%;
  background: #f1f1f1;
  background-image: url(../img/bg_hero-right.png), url(../img/bg_hero-left.png), url(../img/bg.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero {
    background-position: top right -130px, top left -130px, center;
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background-position: top right -50px, top left -50px, center;
    padding: 170px 0 190px;
  }
}
.hero h1 {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 50;
}
.hero h1 img {
  height: auto;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .hero h1 img {
    width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 img {
    width: 800px;
  }
}

.hero_top {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.hero_top img {
  width: 100%;
}

.intro {
  position: relative;
  z-index: 99;
  background: #9795f0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro {
    margin: 5px 0 0;
    padding: 75px 17px 65px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    margin: 10px 0 0;
    padding: 110px 0 100px;
  }
}
.intro::before, .intro::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  background-position: top left;
}
@media only screen and (max-width: 767px) {
  .intro::before, .intro::after {
    height: 17px;
    background-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .intro::before, .intro::after {
    height: 29px;
    background-size: 100px;
  }
}
.intro::before {
  background-image: url(../img/wave-01.png?v2);
}
@media only screen and (max-width: 767px) {
  .intro::before {
    top: -17px;
  }
}
@media only screen and (min-width: 768px) {
  .intro::before {
    top: -29px;
  }
}
.intro::after {
  background-image: url(../img/wave-02.png?v2);
}
@media only screen and (max-width: 767px) {
  .intro::after {
    bottom: -17px;
  }
}
@media only screen and (min-width: 768px) {
  .intro::after {
    bottom: -29px;
  }
}
.intro__ttl {
  font-weight: 600;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .intro__ttl {
    font-size: 1.13rem;
    line-height: 1.8rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__ttl {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__text {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text {
    margin: 0 0 50px;
  }
}
.intro__text p {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 0.9rem;
    line-height: 1.7rem;
    letter-spacing: 0.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__text p {
    font-size: 1.08rem;
    line-height: 2.1rem;
    letter-spacing: 0.2rem;
    margin: 0 0 30px;
  }
}
.intro__text p::last-of-type {
  margin: 0;
}
.intro .attention {
  background: #27231E;
  letter-spacing: 0.05rem;
  border-radius: 50px;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .intro .attention {
    font-size: 0.85rem;
    width: 81%;
    margin: 0 auto;
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro .attention {
    font-size: 1.03rem;
    padding: 22px 75px;
    display: inline-block;
  }
}
.intro .attention:hover {
  background: #666;
  transition: 0.2s;
}
.intro .attention::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .intro .attention::after {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .intro .attention::after {
    width: 8px;
    height: 8px;
  }
}
.intro .attention a {
  color: #fff;
  text-decoration: none;
}
.intro .attention a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block h3 {
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .block h3 {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .block h3 {
    font-size: 1.1rem;
  }
}
.block .image {
  display: flex;
  margin: 20px 0 5px;
}
@media only screen and (max-width: 767px) {
  .block .image .item {
    width: 43%;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .block .image .item {
    width: 35%;
    margin: 0 20px 0 0;
  }
}
.block a {
  word-break: break-all;
  text-decoration: none;
  color: #fff;
}
.block a:hover {
  text-decoration: underline;
}
.block p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .block p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .block p {
    font-size: 0.95rem;
    line-height: 1.55rem;
  }
}
.block p:last-child {
  margin: 0;
}
.block ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .block ul {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .block ul {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .block ul li {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .block ul li {
    margin: 0 0 5px;
  }
}
.block ul li::last-child {
  margin: 0;
}

.about {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 85px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    padding: 160px 0 150px;
  }
}
.about::after {
  background-image: url(../img/wave-green-01.png);
  background-repeat: repeat-x;
  background-position: top left;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .about::after {
    bottom: -17px;
    height: 17px;
    background-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .about::after {
    bottom: -29px;
    height: 29px;
    background-size: 100px;
  }
}
.about table {
  width: 100%;
}
.about table tbody tr {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about table tbody tr {
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) {
  .about table tbody tr {
    font-size: 0.95rem;
    margin-bottom: 28px;
    justify-content: space-between;
  }
}
.about table tbody .margin {
  margin-bottom: 0;
}
.about table tbody th {
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about table tbody th {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .about table tbody th {
    width: 20%;
    font-size: 1rem;
    border-bottom: 2px solid #27231E;
  }
}
.about table tbody td {
  border-bottom: 2px solid #27231E;
  letter-spacing: 0.05em;
  padding: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .about table tbody td {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .about table tbody td {
    width: 70%;
    line-height: 25px;
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .about table tbody td span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .about table tbody td span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .about__item {
    margin: 0 0 30px;
  }
}
.about__item::last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about .twitter__item {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .about .twitter__item {
    width: 500px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .twitter iframe.twitter-timeline {
    height: 330px !important;
  }
}
@media only screen and (min-width: 768px) {
  .about .twitter iframe.twitter-timeline {
    height: 400px !important;
  }
}

.goods {
  background: linear-gradient(to top, #f6c5d6, #9795f0);
}
@media only screen and (max-width: 767px) {
  .goods {
    padding: 70px 0 110px;
  }
}
@media only screen and (min-width: 768px) {
  .goods {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .goods__pic {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic {
    margin: 0 0 50px;
  }
}
.goods__pic-ttl {
  margin: 0 0 20px;
}
.goods__pic-item {
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .goods__pic-item {
    margin: 0 0 40px;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-item {
    margin: 0 0 48px;
    padding: 40px 45px 40px;
  }
}
.goods__pic-item:last-child {
  margin: 0 auto;
}
.goods__pic-container {
  list-style: none;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .goods__pic-container {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-container.container-canbadge {
    padding: 0 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .goods__pic-container.container-aqkey li {
    margin: 0 0 35px;
    text-align: center;
  }
  .goods__pic-container.container-aqkey li:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .goods__pic-container.container-aqkey li img {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .goods__pic-container.container-aqkey li img {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-container.container-aqkey li {
    width: 33%;
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-link-container {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-link-container .goods__pic-link {
    margin: 28px 30px 0;
    width: 270px;
  }
}
.goods__pic-link {
  background: #27231e;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .goods__pic-link {
    height: 48px;
    line-height: 48px;
    width: 230px;
    font-size: 0.85rem;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-link {
    width: 350px;
    height: 55px;
    line-height: 55px;
    font-size: 0.95rem;
    margin: 25px auto 0;
  }
  .goods__pic-link:hover {
    background: #666;
    transition: 0.3s;
  }
}
.goods__pic-link a {
  display: block;
  width: 100%;
}
.goods__pic-link a:hover {
  text-decoration: none;
}
.goods__pic-link a::before {
  pointer-events: none;
  content: "";
  background: url(../img/icon-cart.png) no-repeat center/contain;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .goods__pic-link a::before {
    width: 15px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__pic-link a::before {
    width: 20px;
    height: 18px;
  }
}
.goods__item {
  margin: 0 0 30px;
}
.goods__item:last-child {
  margin: 0;
}
.goods__item p span {
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 767px) {
  .goods__item p span {
    font-size: 0.93rem;
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__item p span {
    font-size: 1rem;
    margin: 0 0 5px;
  }
}

.otoiawase {
  background: #27231E;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .otoiawase {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase {
    padding: 60px 0;
  }
}
.otoiawase .otoiawase_inner {
  background: #27231E;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .otoiawase .otoiawase_inner {
    margin: 0 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .otoiawase_inner {
    max-width: 950px;
    margin: 0 auto;
  }
}
.otoiawase .otoiawase_inner h3 {
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .otoiawase .otoiawase_inner h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .otoiawase_inner h3 {
    font-size: 1.1rem;
  }
}
.otoiawase .otoiawase_inner a {
  word-break: break-all;
  text-decoration: none;
  color: #9795f0;
}
.otoiawase .otoiawase_inner a:hover {
  text-decoration: underline;
}
.otoiawase .otoiawase_inner p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .otoiawase .otoiawase_inner p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .otoiawase_inner p {
    font-size: 0.95rem;
    line-height: 1.55rem;
  }
}
.otoiawase .otoiawase_inner p::last-child {
  margin: 0;
}
.otoiawase .uma_01 {
  position: absolute;
  -webkit-animation: moveY 1s infinite alternate linear, moveX 25s infinite alternate linear;
          animation: moveY 1s infinite alternate linear, moveX 25s infinite alternate linear;
}
@media only screen and (max-width: 767px) {
  .otoiawase .uma_01 {
    top: -13%;
    right: 27%;
  }
  @-webkit-keyframes moveY {
    0% {
      top: -11%;
    }
    50% {
      top: -12%;
    }
    100% {
      top: -11%;
    }
  }
  @keyframes moveY {
    0% {
      top: -11%;
    }
    50% {
      top: -12%;
    }
    100% {
      top: -11%;
    }
  }
  @-webkit-keyframes moveX {
    0% {
      right: 27%;
    }
    50% {
      right: 40%;
    }
    100% {
      right: 27%;
    }
  }
  @keyframes moveX {
    0% {
      right: 27%;
    }
    50% {
      right: 40%;
    }
    100% {
      right: 27%;
    }
  }
  .otoiawase .uma_01 img {
    width: 60px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .uma_01 {
    top: -16%;
    right: 13%;
  }
  @-webkit-keyframes moveY {
    0% {
      top: -13%;
    }
    50% {
      top: -15%;
    }
    100% {
      top: -13%;
    }
  }
  @keyframes moveY {
    0% {
      top: -13%;
    }
    50% {
      top: -15%;
    }
    100% {
      top: -13%;
    }
  }
  @-webkit-keyframes moveX {
    0% {
      right: 13%;
    }
    50% {
      right: 28%;
    }
    100% {
      right: 13%;
    }
  }
  @keyframes moveX {
    0% {
      right: 13%;
    }
    50% {
      right: 28%;
    }
    100% {
      right: 13%;
    }
  }
}
.otoiawase .uma_02 {
  position: absolute;
  top: -18%;
  left: 5%;
  -webkit-animation: moveY_02 8s infinite alternate linear;
          animation: moveY_02 8s infinite alternate linear;
}
@media only screen and (max-width: 767px) {
  .otoiawase .uma_02 img {
    width: 60px;
    height: auto;
  }
}
@-webkit-keyframes moveY_02 {
  0% {
    top: -18%;
  }
  20% {
    top: -8%;
  }
  50% {
    top: -18%;
  }
  70% {
    top: -8%;
  }
  100% {
    top: -18%;
  }
}
@keyframes moveY_02 {
  0% {
    top: -18%;
  }
  20% {
    top: -8%;
  }
  50% {
    top: -18%;
  }
  70% {
    top: -8%;
  }
  100% {
    top: -18%;
  }
}
.otoiawase .uma_03 {
  position: absolute;
  top: -14%;
  -webkit-animation: moveY_03 2s infinite alternate linear;
          animation: moveY_03 2s infinite alternate linear;
}
@media only screen and (max-width: 767px) {
  .otoiawase .uma_03 {
    right: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .uma_03 {
    right: 5%;
  }
}
@-webkit-keyframes moveY_03 {
  0% {
    top: -15%;
  }
  15% {
    top: -14%;
  }
  25% {
    top: -16%;
  }
  50% {
    top: -17%;
  }
  75% {
    top: -16%;
  }
  85% {
    top: -14%;
  }
  100% {
    top: -15%;
  }
}
@keyframes moveY_03 {
  0% {
    top: -15%;
  }
  15% {
    top: -14%;
  }
  25% {
    top: -16%;
  }
  50% {
    top: -17%;
  }
  75% {
    top: -16%;
  }
  85% {
    top: -14%;
  }
  100% {
    top: -15%;
  }
}

.uma_04 {
  position: absolute;
  -webkit-animation: moveY_04 1.2s infinite alternate linear;
          animation: moveY_04 1.2s infinite alternate linear;
}
@media only screen and (max-width: 767px) {
  .uma_04 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .uma_04 {
    top: -16%;
    left: 33%;
  }
  @-webkit-keyframes moveY_04 {
    0% {
      top: -14%;
    }
    50% {
      top: -15%;
    }
    100% {
      top: -14%;
    }
  }
  @keyframes moveY_04 {
    0% {
      top: -14%;
    }
    50% {
      top: -15%;
    }
    100% {
      top: -14%;
    }
  }
}

.uma_05 {
  position: absolute;
  -webkit-animation: moveY_05 0.9s infinite alternate linear;
          animation: moveY_05 0.9s infinite alternate linear;
}
@media only screen and (max-width: 767px) {
  .uma_05 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .uma_05 {
    top: -19%;
    left: 25%;
  }
  @-webkit-keyframes moveY_05 {
    0% {
      top: -17%;
    }
    50% {
      top: -18%;
    }
    100% {
      top: -17%;
    }
  }
  @keyframes moveY_05 {
    0% {
      top: -17%;
    }
    50% {
      top: -18%;
    }
    100% {
      top: -17%;
    }
  }
}

.uma_06 {
  position: absolute;
  -webkit-animation: horizontal 5s ease infinite;
          animation: horizontal 5s ease infinite;
  transform-origin: 50% 50%;
}
@-webkit-keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  16.66667% {
    transform: translate(5px, 0);
  }
  33.33333% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
  66.66667% {
    transform: translate(0, 0);
  }
  83.33333% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  16.66667% {
    transform: translate(5px, 0);
  }
  33.33333% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
  66.66667% {
    transform: translate(0, 0);
  }
  83.33333% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .uma_06 {
    top: -12%;
    left: 22%;
  }
  .uma_06 img {
    width: 70px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .uma_06 {
    top: -16%;
    left: 14%;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 0;
}

footer {
  position: relative;
  z-index: 99;
}/*# sourceMappingURL=style.css.map */