@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

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

nav ul { list-style: none; }

blockquote, q { quotes: none; }

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

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* add */
*, *::before, *::after { box-sizing: border-box; }

/* mixin */
/* setting */
/* layout */
.hide-pc { display: none; }

@media screen and (max-width: 768px) { .hide-pc { display: block; }
  .hide-sp { display: none; } }
.wrap { color: #000; font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; font-size: 15px; line-height: 1.5; text-align: center; -webkit-text-size-adjust: 100%; background: #000 url("../img/bk.jpg") no-repeat fixed top center;}
@media screen and (max-width: 840px) { .wrap { min-width: 320px; } }
.wrap a { color: #00c; text-decoration: underline; }
.wrap a:hover { text-decoration: none; }
.wrap img { max-width: 100%; }

.note { font-size: 13px; text-align: center; color: #fff; }
@media screen and (max-width: 840px) { .note { padding-left: 1em; text-indent: -1em; font-size: 11px; text-align: left; } }

/* mv */
.mv {
margin: 0 auto;
height: 100%;
}
@media screen and (max-width: 840px) { .mv { height: 100%; } }
.mv img { display: block; margin: 0 auto;}

/* cta */

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1.0);
  }
  100%{
    transform: scale(0.98);
  }
}

.cta-main img{
margin: 1.5em auto;
}
@media screen and (max-width: 840px) { .cta { padding: 1em 1.5em; } }

.cta-container {
margin: 0 auto;
max-width: 840px;
padding: 35px 0;
}
@media screen and (max-width: 840px) { .cta-container { padding: 25px 0; } }

.cta-headline { margin-bottom: 20px; font-size: 20px; font-weight: bold; color: #fff; }
@media screen and (max-width: 840px) { .cta-headline { margin-bottom: 10px; font-size: 16px; } }
.cta-headline .large { font-size: 30px; color: #fffd51; }
@media screen and (max-width: 840px) { .cta-headline .large { font-size: 20px; } }


/* rule */
.black{
background-color: #000;
}

.rule { max-width: 800px; margin: 0 auto ; padding: 20px ; }
@media screen and (max-width: 800px) { .rule { padding: 20px; } }

.rule-headline { margin-bottom: 10px; font-size: 30px; font-weight: bold; color: #fff; margin-top:50px;}
@media screen and (max-width: 800px) { .rule-headline { font-size: 20px; } }

.rule-contents { background: #fff; border: 1px solid #ccc; padding: 30px 30px 20px; text-align: left; line-height: 1.3; height: 350px; overflow-y: auto; }
@media screen and (max-width: 840px) { .rule-contents { padding: 15px 15px 5px; height: 200px; } }
.rule-contents p { font-size: 14px; line-height: 1.5; }
@media screen and (max-width: 840px) { .rule-contents p { font-size: 12px; } }

.rule-headline3 { margin-bottom: 8px; font-size: 24px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline3 { font-size: 18px; } }

.rule-headline4 { margin-bottom: 8px; font-size: 20px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline4 { font-size: 16px; } }

.rule-text-wrap + .rule-text-wrap { margin-top: 20px; }

.rule-title { margin-bottom: 10px; }

.rule-list { margin-bottom: 20px; }
.rule-list > div { margin-bottom: 0.5em; padding-left: 1em; text-indent: -1em; font-size: 14px; }

.banner { max-width: 800px; width: 100%; margin: 0 auto 50px auto; }
@media screen and (max-width: 959px) { .banner { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner a:hover { opacity: .8; } }

.banner_2 { max-width: 800px; width: 100%; margin: 0 auto; margin-top: 30px; }
@media screen and (max-width: 959px) { .banner_2 { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner_2 a:hover { opacity: .8; } }

.copyright ul { display: flex; justify-content: center; }
.copyright ul li { list-style: none; }
.copyright ul li:nth-of-type(1) { margin-right: 20px; margin-bottom: 10px;}
.copyright p { padding-top: 30px;}
@media screen and (max-width: 959px) { .copyright p { width: 80%; margin: 10px auto 0; } }



/* footer */
.footer { padding: 50px 0; line-height: 1.2; color: #fff; }
@media screen and (max-width: 959px) { .footer { padding: 20px 10px; font-size: 11px; } }

.mar50{
margin-top: 3em;
}

/* pink */
.pink { background: #b165e3;}

/* red */
.red { background: #871a1a}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
					
					
					
					
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
					}


/*# sourceMappingURL=style.css.map */
