body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #1a5c4a;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: medium; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: Verdana, Meiryo, sans-serif; } }

a {
  color: #1a5c4a;
  text-decoration: none; }

p {
  line-height: 2;
  padding: 0 0.5em; }

p + a {
  padding: 0 0 0 0.5em; }

h2 {
  color: #f08300;
  font-size: medium;
  line-height: 1;
  margin-bottom: 2em;
  padding: 0 0.5em; }

header {
  margin-top: 1em;
  padding: 0 6.25%; }
  header > nav > ul > li {
    vertical-align: middle; }
    header > nav > ul > li a {
      font-size: small;
      color: #1a5c4a; }
    header > nav > ul > li .brand-logo {
      font-weight: bold;
      color: #009944; }

.container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto; }

main > .row {
  padding: 0 6.25%; }

#catch {
  margin-bottom: 6em; }
#catch div:first-of-type {
  font-size: 350%;
  line-height: 1.5;
  /**padding-right: 1em;**/
  position: relative;
}
/**#catch div:first-of-type:after {
  position: absolute;
  display: block;
  width: 16%;
  height: 4px;
  content: ' ';
  background-color: #bf0008;
  bottom: 27%;
  right: 0;
}**/

  #catch div:first-of-type > img {
    width: 100%;
    height: auto; }
    #catch div:first-of-type > img:first-of-type {
      max-width: 237px;
      margin-left: 22.90996%;
      margin-top: 10.25105%;
      /**margin-bottom: 17.57322%;**/ }
    #catch div:first-of-type > img:last-of-type {
      max-width: 426px;
      /**margin-left: 6.31999%;**/
margin-left: 0;}
#catch div:nth-last-child(2) {
  line-height: 1.5;
  font-size: x-large;
  padding-right: 1em;
  /**margin-bottom: 3em;**/
}
#catch div:nth-last-child(2) span {
  position: relative;
  display: inline-block;
  overflow:visible;
}
#catch div:nth-last-child(2) span:after {
  position: absolute;
  display: block;
  width: 38.5%;
  height: 4px;
  content: ' ';
  background-color: #009944;
  top: 40%;
  right: -5%;
}

#catch .col.col-7 {
  line-height: 3 !important;
}



  #catch div:last-of-type {
    /**text-align: right;**/ }

    #catch div:last-of-type img:first-of-type {
      max-width: 335px;
      width: 100%;
      height: auto;
      margin-right: 10.50711%; }

/**#introduction {
  margin-bottom: 3em; }
  #introduction > p {
    margin-bottom: 4em; }**/
  #introduction .sale {
    margin: 0; }
    #introduction .sale img {
      width: 100%;
      height: auto; }
    #introduction .sale > div:last-of-type {
      padding-left: 1em; }
#thanks {
  margin-bottom: 3em;
}
#thanks > div {
  text-align: center;
  margin-bottom: 3em;
}
#thanks img {
  border-radius: 100%;
  box-shadow: 0 0 1px 0;
  max-width: 150px;
}
#thanks > div > div > div:last-of-type {
  text-align: left;
  position: relative;
}
#thanks > div > div > div:last-of-type > p{
      top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100px;
}

#contents {
  /**margin-bottom: 6em;**/ }
  #contents > ol {
    list-style: none;
    margin: 0 0 4em 0;
    padding: 0; }
    #contents > ol > li {
      line-height: 1;
      position: relative;
      padding: 0 0 0 2em;
      font-weight: bold;
      margin-bottom: 2.5em; }
      #contents > ol > li:before {
        content: attr(data-part);
        display: inline-block;
        width: 4em; }
      #contents > ol > li:after {
        content: ' ';
        border-radius: 50%;
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: top;
        position: absolute;
        left: 0; }
      #contents > ol > li:first-of-type:after {
        background-color: #e5006a; }
      #contents > ol > li:nth-of-type(2):after {
        background-color: #920883; }
      #contents > ol > li:nth-of-type(3):after {
        background-color: #00a1e9; }
      #contents > ol > li:nth-of-type(4):after {
        background-color: #009e96; }
      #contents > ol > li:nth-of-type(5):after {
        background-color: #95562a; }
      /**#contents > ol > li:nth-last-of-type(2), #contents > ol > li:last-of-type {
        padding-left: 0; }
        #contents > ol > li:nth-last-of-type(2):before, #contents > ol > li:last-of-type:before {
          width: auto; }**/
  #contents > p {
    margin-bottom: 1.5em; }
  #contents > a > .download {
    max-width: 155.5px;
    width: 100%;
    height: auto; }

dl {
  margin: 0;
  padding: 0 0 0 0.5em;
  line-height: 1; }
  dl > dt, dl > dd {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 1;
    margin-bottom: 1.5em; }
  dl > dt {
    clear: both; }
  dl > dd > a {
    position: relative;
    display: inline-block;
    transition: .3s; }
    dl > dd > a:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 1px;
      background-color: #1a5c4a;
      transition: .3s;
      transform: translateX(-50%); }
    dl > dd > a:hover:after {
      width: 100%; }

.row.splice {
  margin-bottom: 3em; }

#infomation > dt {
  width: 7em; }

#staff > dt, #staff > dd {
  font-size: small; }

#staff > dt {
  width: 14em; }

footer {
  height: 142.5px;
  background-color: #bf0008; }
  footer > .row.splice {
    max-width: 992px;
    margin: 0 auto; }
    footer > .row.splice > .col {
      background-color: #bf0008;
      height: 142.5px;
      background-repeat: no-repeat; }
      footer > .row.splice > .col:first-of-type {
        background-image: url(../img/circle.png);
        background-size: 429.5px auto;
        background-position: center center; }
      footer > .row.splice > .col:last-of-type {
        text-align: right;
        overflow: hidden; }
        footer > .row.splice > .col:last-of-type a {
          display: inline-block;
          width: 152.5px;
          height: 142.5px;
          background-image: url(../img/spaceno.png);
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: 152.5px auto; }
    footer > .row.splice img {
      max-height: 142.5px;
      width: 100%; }

@media (max-width: 991px) {
  #catch div:first-of-type > img:first-of-type {
    /**width: 80%;**/ }
  #catch div:first-of-type > img:last-of-type {
    /**width: 80%;**/ }

  .notice-melon {
  max-width: 45% !important;
}
  
  
  /**#catch div:first-of-type:after {
 width: 56px;
}**/
  

}

@media (max-width: 768px) {
  header {
    padding: 0;
    font-size: x-large; }
  main > .row {
    padding: 0; }
  main {
    padding: 5em 1em 0; }
  .row {
    margin-bottom: 3em; }
  #catch {
    text-align: center; }
    #catch div:first-of-type > img:first-of-type {
      margin-left: 0;
      margin-top: 0; }
    #catch div:first-of-type > img:last-of-type {
      margin-left: 0; }
    #catch div:last-of-type img:first-of-type {
      /**max-width: none;**/
      margin-right: 0; }
    #catch img {
      /**margin: 0 auto 5em;**/
      margin: 5em auto 0;}
  #catch div:nth-last-of-type(2) img {
    margin-top: 1em;
  }
      #catch img.show-on-small {
        width: 70%; }
    #catch .first img {
      width: 45%; }
  
  #catch div:nth-last-child(2) span:after {
 display: none;
}
  #catch div:first-of-type:after {
    display: none;
  }
  
  
  
  #introduction .sale {
    text-align: center; }
    #introduction .sale img {
      width: 50%;
      height: auto; }
    #introduction .sale > div:last-of-type {
      padding-left: 0; }
  
  #thanks img {
    max-width: 200px;
  }
  
  #thanks > div > div > div:last-of-type {
  text-align: center;
}
  #thanks > div > div > div:last-of-type > p {
  position: relative;
}
  
  
  h2, p, dt, dd {
    font-size: large !important; }
  dd {
    clear: both; }

  footer > .row.splice > .col:first-of-type {
    background-size: 90% auto;
  }
  
  #catch div:nth-last-child(2) span {
  overflow: hidden;
  }
  .notice-c91 {
    margin-left: 18% !important;
    margin-bottom: 3em !important;
  }

}

.disabled {
  cursor: not-allowed; }

.slider {
  margin: 0 2em; }
  .slider .slick-next:before,
  .slider .slick-prev:before {
    color: #000; }
  .slider img {
    max-width: 1077.5px;
    max-height: 1520.5px;
    width: 100%;
    height: auto; }

.fb_iframe_widget span {
  vertical-align: baseline !important; }

.notice-c91 {
  margin-bottom: 1em;
}
.notice-melon {
  margin-left: 1em !important;
  max-width: 50%;
}

b {
  color: #bf0008;
}