@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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
  box-sizing: border-box;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

body,
html {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.4;
  height: 100%;
  color: #4e4e4e;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.l-wrapper {
  width: 100%;
  margin: auto;
  background: url("../images/sp.png") no-repeat center top;
  background-size: 100%;
}

.l-wrapper__inframe {
  position: relative;
  width: 93.5%;
  margin: auto;
}

.js-ani,
.js-ani-delay1,
.js-ani-delay2,
.js-ani-delay3,
.js-fade {
  opacity: 0;
}

.ani-fade-inup {
  -webkit-animation-name: fade-inup;
  animation-name: fade-inup;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani-fade-inup-delay1 {
  -webkit-animation-name: fade-inup;
  animation-name: fade-inup;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani-fade-inup-delay2 {
  -webkit-animation-name: fade-inup;
  animation-name: fade-inup;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani-fade-inup-delay3 {
  -webkit-animation-name: fade-inup;
  animation-name: fade-inup;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani-fadein {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-inup {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-inup {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-main {
  position: relative;
  background: url("../images/main/bg.png") center top;
  background-size: 100%;
}

.c-main__catch {
  padding-top: 12%;
  padding-bottom: 11.5%;
  background: url("../images/main/bg-catch.png") no-repeat center top;
  background-position: 0 -5%;
  background-size: 100%;
  width: 100%;
}

.c-main__lamp {
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 12%;
}

.c-main__plant {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 6.5%;
  width: 16.5%;
  margin-bottom: -1.5%;
}

.c-main__chara {
  position: absolute;
  z-index: 10;
  right: 3.2%;
  bottom: 0;
  width: 20.5%;
  margin-bottom: -2.8%;
}

.c-shop {
  padding-bottom: 13%;
  background: url("../images/shop/bg.png") top center;
}

.c-shop__inner {
  width: 91%;
  margin: auto;
}

.c-shop__frame {
  padding-bottom: 22%;
  background: url("../images/shop/bg-frame.png") top center no-repeat;
  background-size: 100%;
}

.c-shop h2 {
  padding-top: 10%;
}

.c-shop__exp {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.c-shop__exp span {
  background: #fff000;
}

.c-shop__list {
  display: flex;
  padding-top: 8%;
}

.c-shop__list li:nth-child(2) {
  margin: 0 1%;
}

.c-shop__btn {
  padding-top: 9.5%;
}

.c-shop__bnr {
  position: relative;
  width: calc(576px / 2);
  margin: auto;
}

.c-shop__bnr .swiper-button-next {
  top: 0;
  right: -9px;
  bottom: 0;
  display: flex;
  width: calc(36px / 2);
  height: calc(36px / 2);
  margin: auto;
  background: url("../images/shop/icon-arrow-r.png") no-repeat;
  background-size: 100%;
  align-items: center;
}

.c-shop__bnr .swiper-button-next::after {
  display: none;
}

.c-shop__bnr .swiper-button-prev {
  top: 0;
  bottom: 0;
  left: -9px;
  display: flex;
  width: calc(36px / 2);
  height: calc(36px / 2);
  margin: auto;
  background: url("../images/shop/icon-arrow-l.png") no-repeat;
  background-size: 100%;
  align-items: center;
}

.c-shop__bnr .swiper-button-prev::after {
  display: none;
}

.c-teiki {
  position: relative;
  padding-top: 20.5%;
  text-align: center;
  background: url("../images/teiki/bg.png") top center;
  background-size: 100%;
}

.c-teiki h2 {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 10%;
}

.c-teiki__frame {
  position: relative;
  z-index: 5;
  padding: 40% 0 25.5%;
  background: url("../images/teiki/bg-frame.png") no-repeat center top;
  background-size: 100%;
}

.c-teiki__frame p {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 6%;
  color: #75541b;
}

.c-teiki__frame p span {
  background: #fff000;
}

.c-teiki__inner {
  width: 91%;
  margin: auto;
}

.c-teiki__visual {
  margin-top: 6.5%;
}

.c-teiki__sub {
  margin-top: 7.5%;
}

.c-teiki__list {
  display: flex;
  margin-top: 8%;
  justify-content: center;
}

.c-teiki__list li:nth-child(2) {
  margin: 0 3px;
}

.c-teiki__btn {
  margin-top: 9%;
}

.c-info {
  position: relative;
  text-align: center;
  background: url("../images/info/bg.png") center top;
}

.c-info__caption {
  padding-top: 26.5%;
  background: #fff;
}

.c-info__caption h2 {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: -5%;
}

.c-info__lamp {
  position: absolute;
  z-index: 1;
  top: 0;
  right: .5%;
  width: 12.8%;
  margin-top: -43.5%;
}

.c-info__plant {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1.5%;
  width: 17%;
  margin-bottom: -3%;
}

.c-info__chara {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21%;
  margin-bottom: -3%;
}

.c-info__outframe {
  position: relative;
  padding-top: 14.5%;
}

.c-info__outframe h2 {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  margin-top: 9%;
}

.c-info__inner {
  width: 91%;
  margin: auto;
}

.c-info__frame {
  position: relative;
  padding-top: 40.5%;
  padding-bottom: 25%;
  background: url("../images/info/bg-frame.png") no-repeat center top;
  background-size: 100%;
}

.c-info__frame p {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
  color: #75541b;
}

.c-info__frame p span {
  background: #fff000;
}

.c-info__illust {
  position: relative;
  margin-top: 6%;
}

.c-info__btn {
  margin-top: 10.3%;
}

.c-campaign {
  padding-top: 9.5%;
  text-align: center;
  background: url("../images/campaign/bg.png") center top;
  background-size: 100%;
}

.c-campaign h2 {
  text-align: center;
}

.c-campaign__bnr {
  position: relative;
  width: calc(576px / 2);
  margin: auto;
  margin-top: 5%;
}

.c-campaign__bnr .swiper-button-next {
  top: 0;
  right: -9px;
  bottom: 0;
  display: flex;
  width: calc(36px / 2);
  height: calc(36px / 2);
  margin: auto;
  background: url("../images/shop/icon-arrow-r.png") no-repeat;
  background-size: 100%;
  align-items: center;
}

.c-campaign__bnr .swiper-button-next::after {
  display: none;
}

.c-campaign__bnr .swiper-button-prev {
  top: 0;
  bottom: 0;
  left: -9px;
  display: flex;
  width: calc(36px / 2);
  height: calc(36px / 2);
  margin: auto;
  background: url("../images/shop/icon-arrow-l.png") no-repeat;
  background-size: 100%;
  align-items: center;
}

.c-campaign__bnr .swiper-button-prev::after {
  display: none;
}

.c-campaign__frame {
  position: relative;
  margin-top: 25.5%;
  padding-bottom: 24%;
  background: url("../images/campaign/bg-frame.png") no-repeat center top;
  background-size: 100%;
}

.c-campaign__caption {
  width: 91%;
  margin: auto;
  padding-top: 9%;
  text-align: center;
}

.c-campaign__prefectures {
  width: 91%;
  margin: auto;
}

.c-campaign dl {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  margin-top: 6%;
}

.c-campaign dl::after {
  display: block;
  clear: both;
  content: '';
}

.c-campaign dl dt {
  display: flex;
  width: 36%;
  color: #fff;
  border-radius: 8px;
  background: #82a6a3;
  align-items: center;
  justify-content: space-around;
}

.c-campaign dl dd {
  position: relative;
  padding: .7% 0 .7% 10%;
  text-align: left;
  flex: 1;
}

.c-campaign dl ul {
  display: flex;
  flex-wrap: wrap;
}

.c-campaign dl li {
  width: 50%;
}

.c-campaign dl a {
  position: relative;
  color: #75541b;
}

.c-campaign dl a::before {
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  display: flex;
  content: '▶︎ ';
  color: #ff6d0f;
  align-items: center;
}

.c-campaign__plant {
  position: absolute;
  top: 0;
  left: 12.5%;
  width: 14%;
  margin-top: -5%;
}

.c-campaign__item {
  position: absolute;
  top: 0;
  right: 13%;
  width: 17%;
  margin-top: -20%;
}

.c-footer__support {
  padding: 4% 0;
  text-align: center;
  background: #fff;
}

.c-footer__support img {
  width: 293px;
}

.c-footer__info {
  position: relative;
  padding-bottom: 16%;
  background: #75541b;
}

.c-footer__info p {
  font-size: 3.4vw;
  padding: 9.5% 0;
  color: #fff;
}

.c-footer__sns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  margin-bottom: -10%;
  align-items: center;
  justify-content: right;
}

.c-footer__sns li {
  width: 26%;
  margin-left: 10%;
}

.c-pc {
  display: none;
}
