@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

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

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

html {
  overflow-y: scroll;
}

html, body {
  background: #111552 url(/assets/mazrinomatsuri/201901/img/bg-blue.jpg?v=4) repeat-x;
}
@media screen and (max-width: 750px) {
  html, body {
    background: #111552 url(/assets/mazrinomatsuri/201901/img/bg-blue-sp.jpg?v=3) repeat-x;
    background-size: 1px 58%;
  }
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  body {
    min-width: 320px;
  }
}
input, textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
  font-weight: bold;
}

a:focus {
  outline: none;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
  padding-top: 0 !important;
}

.padT1 {
  padding-top: 0.5em !important;
}

.padT2 {
  padding-top: 1em !important;
}

.padT3 {
  padding-top: 1.5em !important;
}

.padT4 {
  padding-top: 2em !important;
}

.padT5 {
  padding-top: 2.5em !important;
}

.padL0 {
  padding-left: 0 !important;
}

.padL1 {
  padding-left: 0.5em !important;
}

.padL2 {
  padding-left: 1em !important;
}

.padL3 {
  padding-left: 1.5em !important;
}

.padL4 {
  padding-left: 2em !important;
}

.padL5 {
  padding-left: 2.5em !important;
}

.padR0 {
  padding-right: 0 !important;
}

.padR1 {
  padding-right: 0.5em !important;
}

.padR2 {
  padding-right: 1em !important;
}

.padR3 {
  padding-right: 1.5em !important;
}

.padR4 {
  padding-right: 2em !important;
}

.padR5 {
  padding-right: 2.5em !important;
}

.padB0 {
  padding-bottom: 0 !important;
}

.padB1 {
  padding-bottom: 0.5em !important;
}

.padB2 {
  padding-bottom: 1em !important;
}

.padB3 {
  padding-bottom: 1.5em !important;
}

.padB4 {
  padding-bottom: 2em !important;
}

.padB5 {
  padding-bottom: 2.5em !important;
}

.marT0 {
  margin-top: 0 !important;
}

.marT1 {
  margin-top: 0.5em !important;
}

.marT2 {
  margin-top: 1em !important;
}

.marT3 {
  margin-top: 1.5em !important;
}

.marT4 {
  margin-top: 2em !important;
}

.marT5 {
  margin-top: 2.5em !important;
}

.marL0 {
  margin-left: 0 !important;
}

.marL1 {
  margin-left: 0.5em !important;
}

.marL2 {
  margin-left: 1em !important;
}

.marL3 {
  margin-left: 1.5em !important;
}

.marL4 {
  margin-left: 2em !important;
}

.marL5 {
  margin-left: 2.5em !important;
}

.marR0 {
  margin-right: 0 !important;
}

.marR1 {
  margin-right: 0.5em !important;
}

.marR2 {
  margin-right: 1em !important;
}

.marR3 {
  margin-right: 1.5em !important;
}

.marR4 {
  margin-right: 2em !important;
}

.marR5 {
  margin-right: 2.5em !important;
}

.marB0 {
  margin-bottom: 0 !important;
}

.marB1 {
  margin-bottom: 0.5em !important;
}

.marB2 {
  margin-bottom: 1em !important;
}

.marB3 {
  margin-bottom: 1.5em !important;
}

.marB4 {
  margin-bottom: 2em !important;
}

.marB5 {
  margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

.color-blue-pale {
  color: #7ecef4;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 750px) {
  .tpl-inner-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
.tpl-inner-wrap a img {
  transition: opacity .2s;
}
.tpl-inner-wrap a:hover img {
  opacity: 0.6;
}

/* #tpl-header
-----------------------------*/
#tpl-header {
  width: 100%;
}
#tpl-header .tpl-inner-wrap {
  padding-top: 26px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #tpl-header .tpl-inner-wrap {
    padding-top: 13px;
  }
}
#tpl-header .inner {
  font-size: 10px;
  line-height: 1.3;
}
#tpl-header .inner a {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #tpl-header .inner a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
#tpl-header .inner a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #tpl-header .inner img {
    width: 30px;
  }
}
#tpl-header .text {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #tpl-header .text {
    margin-top: 0;
    margin-right: 10px;
  }
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
  text-align: center;
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
  background: #000;
  text-align: center;
  line-height: 1.3;
  padding: 40px 0 70px;
}
@media screen and (max-width: 750px) {
  #tpl-footer {
    padding: 65px 0;
  }
}
#tpl-footer .copyright {
  font-size: 12px;
}

/* [ magnific popup ANIME ]
-----------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background: #171d5e;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
  display: none !important;
}
