@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  color: #333333;
  font-size: 1.6rem;
  font-family: "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5rem;
      background: none; }
      body:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-image: url(../img/bg_sp.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: -1; } }

* {
  box-sizing: border-box; }

a {
  color: #F00000;
  text-decoration: none;
  -webkit-transition: .16s;
  transition: .16s; }
  a:hover {
    opacity: .5; }

img {
  max-width: 100%;
  vertical-align: top; }

.point__content p small {
  font-family: "Gothic MB101 Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.point__content figcaption, .overlay__content figcaption {
  font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.alert h3, .alert p.alert__period, .content__title, .point__title, .information__title, .information dl dt, .overlay__content h3 {
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.kerning-first {
  margin-left: -.5em; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .header__title {
    opacity: 0;
    margin-top: 150px;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .header__title {
        margin-top: 60px; } }
  .header__period {
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .header__period {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .header__event {
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2500ms;
            animation-delay: 2500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .header__btns {
    margin-top: 30px;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 3000ms;
            animation-delay: 3000ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .header__btns {
        line-height: 1;
        margin-top: 20px;
        margin-bottom: 20px; } }
    .header__btns a {
      display: inline-block;
      width: 47.5%; }
      .header__btns a:nth-of-type(odd) {
        margin-right: 2.5%; }
      .header__btns a:nth-of-type(even) {
        margin-left: 2.5%; }
      @media (max-width: 767px) {
        .header__btns a {
          display: block;
          width: 80%;
          margin: 0 auto !important; }
          .header__btns a + a {
            margin-top: 15px !important; } }

.yodogawa {
  opacity: 0;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 767px) {
    .yodogawa {
      margin-bottom: 25px; } }
  .yodogawa__body {
    padding: 30px 50px;
    font-size: 2.0rem;
    line-height: 2.2em;
    color: #AA0000;
    letter-spacing: .07em;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .yodogawa__body {
        padding: 20px;
        font-size: 1.4rem;
        line-height: 2em;
        white-space: normal; } }

.alert {
  opacity: 0;
  padding: 50px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 0, 0.85);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media (max-width: 767px) {
    .alert {
      padding: 25px;
      margin-bottom: 25px; } }
  .alert h3 {
    font-size: 3.1rem;
    line-height: 1.87em; }
    @media (max-width: 767px) {
      .alert h3 {
        font-size: 2.4rem;
        line-height: 1.5em; } }
  .alert p {
    line-height: 2.2em;
    font-size: 2.0rem; }
    @media (max-width: 767px) {
      .alert p {
        font-size: 1.8rem;
        line-height: 2.0em; } }
    .alert p.alert__period {
      margin-top: .2em;
      font-size: 3.1rem;
      line-height: 1.61em; }
      @media (max-width: 767px) {
        .alert p.alert__period {
          font-size: 2.4rem;
          line-height: 1.5em; } }

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .wrapper {
      width: 95%; } }

.content {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  letter-spacing: .15em;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }
  @media (max-width: 767px) {
    .content {
      padding: 20px 0; } }
  .content__title {
    padding-left: 120px;
    font-size: 3.2rem;
    letter-spacing: .15em; }
    @media (max-width: 767px) {
      .content__title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 2.0rem; } }
  .content__lead {
    margin-top: 2em;
    padding-left: 120px;
    font-size: 2.0rem;
    line-height: 2.2em; }
    @media (max-width: 767px) {
      .content__lead {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5rem; } }

.point {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .point {
      margin-top: 45px; } }
  .point__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem; }
    @media (max-width: 767px) {
      .point__title {
        display: block;
        font-size: 1.8rem;
        padding-left: 20px;
        padding-right: 20px; } }
    .point__title:before {
      content: '';
      display: inline-block;
      width: 112px;
      height: 112px;
      margin-right: 20px;
      background-size: 112px 112px; }
      @media (max-width: 767px) {
        .point__title:before {
          display: block;
          width: 50px;
          height: 50px;
          margin-bottom: 5px;
          background-size: 50px; } }
    .point__title small {
      font-size: 2.1rem; }
      @media (max-width: 767px) {
        .point__title small {
          font-size: 1.4rem; } }
  .point:nth-of-type(1) .point__title:before {
    background-image: url(../img/point_01@2x.png); }
  .point:nth-of-type(2) .point__title:before {
    background-image: url(../img/point_02@2x.png); }
  .point:nth-of-type(3) .point__title:before {
    background-image: url(../img/point_03@2x.png); }
  .point:nth-of-type(4) .point__title:before {
    background-image: url(../img/point_04@2x.png); }
  .point:nth-of-type(5) .point__title:before {
    background-image: url(../img/point_05@2x.png); }
  .point:nth-of-type(6) .point__title:before {
    background-image: url(../img/point_06@2x.png); }
  .point:nth-of-type(7) .point__title:before {
    background-image: url(../img/point_07@2x.png); }
  .point:nth-of-type(8) .point__title:before {
    background-image: url(../img/point_08@2x.png); }
  .point__content {
    text-align: center; }
    .point__content figure {
      display: inline-block;
      margin-top: 2em; }
      @media (max-width: 767px) {
        .point__content figure {
          padding-left: 5px;
          padding-right: 5px; } }
    .point__content figcaption {
      margin-top: .8em;
      line-height: 1.92em;
      font-size: 1.2rem;
      text-align: left; }
      @media (max-width: 767px) {
        .point__content figcaption {
          margin-top: .7em;
          font-size: 1.1rem;
          line-height: 1.6em; } }
    .point__content p {
      margin-top: 2em;
      margin-bottom: 2em;
      padding-left: 200px;
      text-align: left; }
      @media (max-width: 767px) {
        .point__content p {
          font-size: 1.5rem;
          padding-left: 20px;
          padding-right: 20px; } }
      .point__content p + figure {
        margin-top: 0; }
    .point__content .side-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .point__content .side-image {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .point__content .side-image figure {
            margin-top: 0; } }
      .point__content .side-image > div {
        margin-left: 40px; }
        @media (max-width: 767px) {
          .point__content .side-image > div {
            margin-left: 0;
            padding-left: 20px;
            padding-right: 20px; } }
      .point__content .side-image p {
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .point__content .side-image p {
            white-space: normal; } }
    .point__content .btn {
      display: block;
      text-align: left;
      padding-left: 200px; }
      @media (max-width: 767px) {
        .point__content .btn {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          padding-left: 0;
          text-align: center; } }
  @media (max-width: 767px) {
    .point .pic2 {
      width: 80%; }
    .point .pic3, .point .pic10 {
      width: 72%;
      margin-left: auto;
      margin-right: auto; }
    .point .pic4, .point .pic7 {
      width: 85%; } }

.information {
  width: 100%;
  max-width: 750px;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  padding-left: 125px; }
  @media (max-width: 767px) {
    .information {
      width: 95%;
      padding: 15px 10px;
      margin-top: 25px; } }
  .information__title {
    margin-bottom: 30px;
    font-size: 3.0rem;
    line-height: 1.3em; }
    @media (max-width: 767px) {
      .information__title {
        font-size: 2.0rem; } }
    .information__title small {
      line-height: 1;
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .information__title small {
          font-size: 1.3rem; } }
      .information__title small:last-child {
        font-size: 1.9rem; }
        @media (max-width: 767px) {
          .information__title small:last-child {
            font-size: 1.4rem; } }
  .information dl dd + dt {
    margin-top: 2em; }
  .information dl dd ul {
    list-style: none; }
    .information dl dd ul li {
      margin-left: 1.3em;
      text-indent: -1.3em; }
      .information dl dd ul li:before {
        content: '●';
        margin-right: .3em; }
  .information .btn {
    display: block;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .information .btn {
        margin-top: 10px; } }

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 35px;
  background-color: black;
  color: #FFF;
  opacity: 1;
  letter-spacing: .15em; }
  @media (max-width: 767px) {
    .overlay {
      left: 0;
      padding: 20px;
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .overlay__content figure {
    width: 680px; }
    @media (max-width: 767px) {
      .overlay__content figure {
        width: 100%; } }
  .overlay__content figcaption {
    margin-top: .8em;
    line-height: 1.92em;
    font-size: 1.2rem;
    text-align: left; }
    @media (max-width: 767px) {
      .overlay__content figcaption {
        margin-top: .7em;
        font-size: 1.1rem;
        line-height: 1.6em; } }
  .overlay__content h3 {
    font-size: 2.4rem; }
    .overlay__content h3 + p {
      margin-top: 1em;
      margin-bottom: 1em; }
  .overlay__content p {
    white-space: nowrap;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media (max-width: 767px) {
      .overlay__content p {
        white-space: normal; } }
  .overlay__content a {
    display: block; }
  .overlay__close {
    cursor: pointer;
    margin-top: 1em;
    text-align: center; }

.footer {
  width: 100%;
  margin: 40px auto;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center; }
  @media (max-width: 767px) {
    .footer {
      margin: 20px auto;
      padding: 15px 0; } }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .footer__links {
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-bottom: 20px; } }
    .footer__links li + li {
      margin-left: 10%; }
      @media (max-width: 767px) {
        .footer__links li + li {
          margin-left: 5%; } }
    .footer__links li:nth-of-type(4) {
      margin-left: 15%; }
      @media (max-width: 767px) {
        .footer__links li:nth-of-type(4) {
          margin-left: 5%; } }
  .footer__copyright {
    line-height: 1; }

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