@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 {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.l-wrapper {
  width: 100%;
  margin: auto;
}

.l-wrapper__inframe {
  position: relative;
  max-width: 1000px;
  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 {
  background: url("../images/main/bg.png");
}

.c-main__catch {
  padding: 90px 0 60px;
  text-align: center;
  background: url("../images/main/bg-catch.png") no-repeat center top;
  background-position: 50% 20px;
}

.c-main__lamp {
  position: absolute;
  top: 0;
  right: 165px;
}

.c-main__plant {
  position: absolute;
  bottom: -12px;
  left: 136px;
}

.c-main__chara {
  position: absolute;
  right: 107px;
  bottom: -22px;
}

.c-shop {
  text-align: center;
  background: url("../images/shop/bg.png") top center;
  padding: 0 20px 100px;
}

.c-shop__frame {
  padding-top: calc(225 * 100vw / 1040);
  position: relative;
}

@media screen and (min-width: 1040px) {
  .c-shop__frame {
    padding-top: 225px;
  }
}

.c-shop__frame:before {
  content: '';
  background: url("../images/shop/bg-frame-02.png") top center no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-shop__frame p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
  color: #75541b;
}

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

.c-shop__inner {
  background: #fff;
  padding: 0 20px 80px;
  border: 4px solid #75541b;
  border-radius: 16px;
}

.c-shop__title {
  max-width: 758px;
  width: 79.622%;
  margin: calc(-175 * 100vw / 1040) auto 0;
}

@media screen and (min-width: 1040px) {
  .c-shop__title {
    margin-top: -175px;
  }
}

.c-shop__list {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

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

.c-shop__btn {
  margin-top: 60px;
}

.c-shop__bnr {
  width: 608px;
  margin: 65px auto 0;
}

.c-shop__bnr img {
  height: 195px;
}

.c-shop__bnr .swiper-button-next {
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/shop/icon-arrow-r.png") no-repeat;
  background-size: 36px 36px;
}

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

.c-shop__bnr .swiper-button-prev {
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../images/shop/icon-arrow-l.png") no-repeat;
  background-size: 36px 36px;
}

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

.c-teiki {
  text-align: center;
  background: url("../images/teiki/bg.png") top center;
  background-position: 60px -20px;
  padding: 0 20px 100px;
}

.c-teiki__frame {
  padding-top: calc(192 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-teiki__frame {
    padding-top: 192px;
  }
}

.c-teiki__frame p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 32px;
  color: #75541b;
}

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

.c-teiki__inner {
  background: #fff;
  padding: 0 20px 80px;
  border: 4px solid #75541b;
  border-radius: 16px;
}

.c-teiki__title {
  margin-top: calc(-125 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-teiki__title {
    margin-top: -125px;
  }
}

.c-teiki h3 {
  margin-top: 25px;
}

.c-teiki__visual {
  margin-top: 45px;
}

.c-teiki__sub {
  margin-top: 40px;
}

.c-teiki__list {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

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

.c-teiki__btn {
  margin-top: 65px;
}

.c-info {
  padding-bottom: 100px;
  text-align: center;
  background: url("../images/info/bg.png") center top;
}

.c-info__caption {
  height: calc(175 * 100vw / 1040);
  background: #fff;
}

@media screen and (min-width: 1040px) {
  .c-info__caption {
    height: 175px;
  }
}

.c-info__header {
  width: 47.2%;
  margin: 0 auto;
  max-width: 472px;
  position: relative;
  top: calc(-50 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-info__header {
    top: -50px;
  }
}

.c-info__lamp {
  position: absolute;
  max-width: 90px;
  width: 9%;
  top: calc(-107 * 100vw / 1040);
  right: calc(122 * 100vw / 1040);
}

.c-info__plant {
  position: absolute;
  max-width: 122px;
  width: 12.1%;
  bottom: calc(13 * 100vw / 1040);
  left: calc(83 * 100vw / 1040);
}

.c-info__chara {
  position: absolute;
  max-width: 150px;
  width: 15%;
  right: calc(60 * 100vw / 1040);
  bottom: calc(14 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-info__lamp {
    top: -107px;
    right: 122px;
  }

  .c-info__plant {
    bottom: 13px;
    left: 83px;
  }

  .c-info__chara {
    right: 60px;
    bottom: 14px;
  }
}


.c-info__outframe {
  padding: 0 20px;
}

.c-info__frame {
  padding-top: calc(110 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-info__frame {
    padding-top: 110px;
  }
}

.c-info__frame p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 20px;
  color: #75541b;
}

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

.c-info__inner {
  background: #fff;
  padding: 0 20px 80px;
  border: 4px solid #75541b;
  border-radius: 16px;
}

.c-info__title {
  margin-top: calc(-45 * 100vw / 1040);
}

@media screen and (min-width: 1040px) {
  .c-info__title {
    margin-top: -45px;
  }
}

.c-info__illust {
  position: relative;
  right: 18px;
  margin-top: 35px;
}

.c-info__btn {
  margin-top: 40px;
}

.c-campaign {
  padding: 70px 20px 80px;
  text-align: center;
  background: url("../images/campaign/bg.png") center top;
  background-position: 125px -15px;
}

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

.c-campaign__bnr {
  width: 608px;
  margin: 30px auto 0;
  text-align: center;
}

.c-campaign__bnr img {
  height: 195px;
}

.c-campaign__bnr .swiper-button-next {
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/shop/icon-arrow-r.png") no-repeat;
  background-size: 36px 36px;
}

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

.c-campaign__bnr .swiper-button-prev {
  left: 0;
  width: 36px;
  height: 36px;
  background: url("../images/shop/icon-arrow-l.png") no-repeat;
  background-size: 36px 36px;
}

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

.c-campaign__frame {
  position: relative;
  margin-top: 80px;
}

.c-campaign__inner {
  background: #fff;
  padding: 35px 20px 46px;
  border: 4px solid #75541b;
  border-radius: 16px;
}

.c-campaign__caption {
  text-align: center;
}

.c-campaign__prefectures {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 710px;
  margin: 0 auto;
}

.c-campaign dl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  margin-top: 21px;
  width: 100%;
}

.c-campaign dl:nth-child(5),
.c-campaign dl:nth-child(6) {
  width: 50%;
}

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

.c-campaign dl dt {
  width: 140px;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  background: #82a6a3;
}

.c-campaign dl dd {
  flex: 1;
}

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

.c-campaign dl li {
  margin-left: 35px;
}

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

.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: -32px;
  left: 72px;
}

.c-campaign__item {
  position: absolute;
  top: -119px;
  right: 62px;
}

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

.c-footer__info {
  position: relative;
  background: #75541b;
  padding: 0 20px;
}

.c-footer__info p {
  font-size: 1.4rem;
  padding: 28px 0;
  color: #fff;
}

.c-footer__sns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.c-footer__sns li {
  margin-left: 40px;
}

.c-sp {
  display: none;
}
