@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
#container.second #main.magazine {
  background: #FFF url(/toraco/img/magazine/march/bg_victory.gif) no-repeat 0 0;
  padding-bottom: 0;
}

.mainTitle {
  text-align: center;
  width: 260px;
  margin: -110px auto 0 auto;
}
.mainTitle img {
  width: 100%;
  height: auto;
}

h3.subTitle {
  text-align: center;
  margin: 60px auto;
}
h3.subTitle img {
  width: 418px;
  height: auto;
}

.outro {
  background: #FFF url(/toraco/img/magazine/march/bg_victory.gif) no-repeat 0 0;
  padding: 80px 0 140px 0;
}

@media screen and (max-width: 767px) {
  #container.second #main.magazine {
    background: #FFF url(/toraco/img/magazine/march/bg_victory_sp.gif) no-repeat 0 0;
    background-size: contain;
  }
  .mainTitle {
    margin-top: -60px;
    width: 160px;
  }
  h3.subTitle {
    margin: 30px 4%;
  }
  h3.subTitle img {
    width: 84%;
    height: auto;
    max-width: 360px;
  }
  .outro {
    background: #FFF url(/toraco/img/magazine/march/bg_victory_sp.gif) no-repeat 0 0;
    background-size: 100% auto;
    padding: 40px 0 60px 0;
  }
}
.bg-wrap {
  padding: 60px 0;
}
.bg-wrap#common {
  background: #fffabc;
}
.bg-wrap#playersong {
  background: #99d9d9;
}
.bg-wrap p.lead {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.bg-wrap p.lead + p {
  margin-top: 10px;
}
.bg-wrap p.notes {
  font-size: 16px;
  text-align: center;
}

section.unit {
  width: 880px;
  margin: 60px auto;
}
section.unit .wrap {
  position: relative;
}
section.unit .wrap.bg-green::before {
  background: #99d9d9;
}
section.unit .wrap.bg-yellow::before {
  background: #fff001;
}
section.unit .wrap:before {
  background: #f6c0d7;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
section.unit .wrap .contents {
  text-align: center;
  position: relative;
  z-index: 100;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #000000;
}
section.unit .wrap .contents h4 {
  background: #fff001;
  border-radius: 16px 16px 0 0;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 24px 0;
}
section.unit .wrap .contents .subhead-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 24px;
}
section.unit .wrap .contents .subhead-player img {
  width: 100px;
  height: 100px;
}
section.unit .wrap .contents .subhead-player h5 {
  background: url(/toraco/img/magazine/march/line.png) repeat-x center bottom;
  background-size: auto 10px;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: 24px;
}
section.unit .wrap .contents .subhead-player + .lyrics {
  padding: 20px 20px 30px 20px;
}
section.unit .wrap .contents .subhead {
  padding: 40px 0 0 0;
}
section.unit .wrap .contents .subhead h5 {
  background: url(/toraco/img/magazine/march/line.png) repeat-x center bottom;
  background-size: auto 10px;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
section.unit .wrap .contents .lyrics {
  padding: 40px;
}
section.unit .wrap .contents .lyrics p {
  font-size: 18px;
  line-height: 1.6;
}
section.unit .wrap .contents .lyrics p + p {
  margin-top: 24px;
}
section.unit .wrap .contents .lyrics ul.indent {
  margin-top: 20px;
}
section.unit .wrap .contents .lyrics ul.indent li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bg-wrap {
    padding: 40px 4%;
  }
  .bg-wrap p.lead {
    font-size: 15px;
    line-height: 1.6;
  }
  .bg-wrap p.notes {
    font-size: 13px;
  }
  section.unit {
    width: auto;
    margin: 40px 0;
  }
  section.unit .wrap:before {
    top: 7px;
    left: 6px;
  }
  section.unit .wrap .contents h4 {
    font-size: 16px;
    padding: 16px 0;
  }
  section.unit .wrap .contents .subhead-player {
    padding-top: 20px;
    display: block;
  }
  section.unit .wrap .contents .subhead-player img {
    display: block;
    margin: 0 auto 10px auto;
  }
  section.unit .wrap .contents .subhead-player h5 {
    font-size: 18px;
    margin-left: 0;
    display: inline-block;
  }
  section.unit .wrap .contents .subhead-player + .lyrics {
    padding: 10px 10px 16px 10px;
  }
  section.unit .wrap .contents .subhead {
    padding: 20px 0 0 0;
  }
  section.unit .wrap .contents .subhead h5 {
    font-size: 18px;
  }
  section.unit .wrap .contents .lyrics {
    padding: 20px 4%;
  }
  section.unit .wrap .contents .lyrics p {
    font-size: 14px;
  }
  section.unit .wrap .contents .lyrics p + p {
    margin-top: 16px;
  }
  section.unit .wrap .contents .lyrics ul.indent {
    margin-top: 16px;
  }
  section.unit .wrap .contents .lyrics ul.indent li {
    font-size: 12px;
  }
}
/*# sourceMappingURL=magazine_march.css.map */