/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 23, 2020 */

@font-face {
    font-family: 'maccos_demoregular';
    src: url('../font/maccos.demo-webfont.woff2') format('woff2'),
         url('../font/maccos.demo-webfont.woff') format('woff'),
         url('../font/maccos.demo-webfont.svg#maccos_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maccos_demobold';
    src: url('../font/maccos_bold_demo-webfont.woff2') format('woff2'),
         url('../font/maccos_bold_demo-webfont.woff') format('woff'),
         url('../font/maccos_bold_demo-webfont.svg#maccos_demobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maccos_double_demoregular';
    src: url('../font/maccos_double_demo-webfont.woff2') format('woff2'),
         url('../font/maccos_double_demo-webfont.woff') format('woff'),
         url('../font/maccos_double_demo-webfont.svg#maccos_double_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maccos_light_demoregular';
    src: url('../font/maccos_light_demo-webfont.woff2') format('woff2'),
         url('../font/maccos_light_demo-webfont.woff') format('woff'),
         url('../font/maccos_light_demo-webfont.svg#maccos_light_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maccos_demoregular';
    src: url('../font/maccos_regular_demo-webfont.woff2') format('woff2'),
         url('../font/maccos_regular_demo-webfont.woff') format('woff'),
         url('../font/maccos_regular_demo-webfont.svg#maccos_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

  body,html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: arial;
  }
  .dot{
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 1px solid #ffc000;
    border-radius: 50%;
    background: #ffc000;
    margin: 0 4px;
    position: relative;
    top: -2px;
  }
  .red{
    color: #e20000
  }
  .mainContentCenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .mainContentCenter h3{
    font: 500 3.6rem 'Cormorant Garamond', serif;
    text-transform: uppercase;
    color: #0062a9;
    margin: 6px 10px 45px;
    line-height: 40px;
    text-shadow: 2px 2px 0 rgba(255,255,255,1), 4px 3px 0 rgba(0,0,0,.30);
    padding-bottom: 30px;
  }
  .mainContentCenter h4{
    width: max-content;
    font-weight: 100;
    font-size: 7rem;
    font-family: 'maccos_demoregular';
    /*font: 500 3rem 'Noto Sans JP', sans-serif;*/
    color: #1f4e79;
    line-height: 26px;
    margin: 45px 10px;
  }
  .mainContentCenter h4 span:first-child{
    color: #ffc000;
  }
  .mainContentCenter h4 span:last-child{
    color: #e20000;
  }
  .mainContentCenter a{
    color: #0062a9;
    display: block;
    margin: 30px 0;
  }
  .mainContentCenter a, .mainContentCenter p{
    font-size: 16px;
  }
  .mainContentCenter p{
    color: #000;
  }

  @media (max-width: 767px){
   .mainContentCenter h4{
    font-size: 52px;
    width: max-content;
   }

  }

    @media (max-width: 575px){
   .mainContentCenter h4{
    font-size: 52px;
    width: max-content;
   }
    
    .mainContentCenter h3{
      padding-bottom: 20px;
    }

  }
    @media (min-width: 991px){
   .mainContentCenter h4{
    
    width: max-content;
   }

  }


