@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: 'Zen Maru Gothic', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.4;
  height: 100%;
  color: #4e4e4e;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

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

.l-wrapper__inframe {
  position: relative;
  width: 1030px;
  margin: auto;
}

.l-wrapper__inframe::after {
  display: block;
  clear: both;
  content: '';
}

.l-wrapper__inner {
  position: relative;
  width: 950px;
  margin: auto;
}

.l-wrapper__inner::after {
  display: block;
  clear: both;
  content: '';
}

.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-footer {
  position: relative;
  background: #8b58a2;
}

.c-footer__bnr-rakutoku {
  width: 950px;
  margin: auto;
  padding-top: 10px;
}

.c-footer__copyright {
  font-size: 1.3rem;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.c-main {
  position: relative;
  padding: 20px 0;
  background: #8b58a2;
}

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

.c-main__logo {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}

.c-main__catch {
  position: relative;
  float: left;
  width: 545px;
  margin-top: 75px;
  text-align: center;
}

.c-main__caption {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
}

.c-main__title {
  padding-top: 40px;
}

.c-main__date {
  padding-top: 15px;
}

.c-main__off {
  padding-top: 24px;
}

.c-main__notice {
  font-size: 1.4rem;
  padding: 8px 0 28px;
  text-align: center;
  color: #fff;
}

.c-main__inframe {
  position: relative;
  float: right;
  width: 385px;
  height: 646px;
  margin-top: 25px;
  padding-top: 36px;
  text-align: center;
  background: url("../images/main/bg-inframe.png") no-repeat top center;
  background-size: 100%;
}

.c-main__list {
  display: flex;
  max-width: 315px;
  margin: auto;
  padding-top: 10px;
  flex-wrap: wrap;
}

.c-main__list li {
  width: 50%;
}

.c-main__list li:nth-child(1) {
  width: 100%;
  padding-bottom: 20px;
}

.c-present {
  position: relative;
  padding: 20px 0;
  background: #8b58a2;
}

.c-present__frame {
  position: relative;
  margin: auto;
  padding: 15px 0 20px;
  background-image: url("../images/present/bg-frame.png"), url("../images/present/bg-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100%, 100%;
}

.c-present__sub {
  padding-top: 50px;
  text-align: center;
}

.c-present__title {
  position: relative;
  padding-top: 70px;
  text-align: center;
}

.c-present__about {
  width: 950px;
  margin: 30px auto;
  padding-bottom: 30px;
  border-radius: 3px;
  background-color: #fff;
}

.c-present__inner {
  width: 820px;
  margin: auto;
}

.c-present__order {
  position: relative;
  padding-top: 30px;
}

.c-present__btn-line {
  padding-top: 30px !important;
  text-align: center;
}

.c-present__patter {
  padding-top: 10px;
}

.c-present__keyword {
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  right: 330px;
  bottom: 26px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

.c-present__note {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 20px;
}

.c-present__note li {
  margin-left: 20px;
  list-style: disc;
}

.c-subsc {
  position: relative;
  padding: 20px 0;
  background-color: #dd8d3d;
}

.c-subsc__frame {
  position: relative;
  margin: auto;
  padding: 15px 0 10px;
  background-image: url("../images/subsc/bg-frame.png"), url("../images/subsc/bg-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom 10px center;
  background-size: 100%, 100%;
}

.c-subsc__sub {
  padding-top: 60px;
  text-align: center;
}

.c-subsc__title {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.c-subsc__about {
  width: 950px;
  margin: 50px auto;
  padding-bottom: 30px;
  border-radius: 3px;
  background-color: #fff;
}

.c-subsc__inner {
  width: 820px;
  margin: auto;
}

.c-subsc__exp {
  padding-bottom: 38px;
  text-align: center;
  background: url("../images/subsc/bg-line.png") no-repeat bottom center;
  background-size: 100%;
}

.c-subsc__exp div {
  padding-top: 30px;
}

.c-subsc__exp ul {
  display: flex;
  width: 500px;
  margin: auto;
  padding-top: 30px;
  justify-content: space-between;
}

.c-subsc__order {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}

.c-subsc__btn-online {
  padding-top: 30px;
  text-align: center;
}

.c-subsc__note {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 20px;
  text-align: left;
}

.c-subsc__note li {
  margin-left: 20px;
  list-style: disc;
}

.c-subsc__note a {
  text-decoration: underline;
  color: #4e4e4e;
}
