@charset "UTF-8";
/* Scss Document */
html, body {
  width: 100%;
  height: 100%; }

body {
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  background-size: 7px 7px;
  background-color: #DCDDDD;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f3c1c0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f3c1c0), color-stop(0.75, #f3c1c0), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #f3c1c0 25%, transparent 25%, transparent 50%, #f3c1c0 50%, #f3c1c0 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #f3c1c0 25%, transparent 25%, transparent 50%, #f3c1c0 50%, #f3c1c0 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #f3c1c0 25%, transparent 25%, transparent 50%, #f3c1c0 50%, #f3c1c0 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #f3c1c0 25%, transparent 25%, transparent 50%, #f3c1c0 50%, #f3c1c0 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #f3c1c0 25%, transparent 25%, transparent 50%, #f3c1c0 50%, #f3c1c0 75%, transparent 75%, transparent);
  overflow-x: hidden; }

a, p, li {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-weight: normal; }

.title_text {
  text-align: center;
  line-height: 2; }

.title_text a {
  color: #D51712;
  text-decoration: underline; }

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  height: 80px;
  border-bottom: 10px solid #D51712;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  header h1 {
    width: 20%;
    max-width: 200px; }
  header h1, header nav {
    float: left; }
  header .sp_menu {
    display: none;
    pointer-events: none; }
  header a.logo {
    max-width: 200px;
    display: block; }
  header a.logo_right {
    float: right;
    width: 20%; }
  header a img:hover {
    opacity: 0.8; }
  header nav {
    width: 60%; }
    header nav ul {
      padding: 5px 20px; }
    header nav li {
      display: inline-block;
      margin-right: 40px; }
    header nav li a {
      display: inline-block;
      position: relative;
      color: #fff;
      background: linear-gradient(#D51712 90%, #A72B2C 10%);
      padding: 10px 30px 15px;
      border-radius: 5px 0 0 5px; }
    header nav li a::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 100%;
      background: #A72B2C;
      border-radius: 0 5px 5px 0;
      right: -30px;
      top: 0; }
    header nav li a::after {
      content: "";
      display: block;
      position: absolute;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      width: 5px;
      height: 5px;
      right: -17px;
      top: 12px;
      transform: rotate(-45deg); }
    header nav li a:hover {
      transform: translateX(1px) translateY(1px); }
  @media (max-width: 800px) {
    header {
      height: 50px;
      border-bottom: 5px solid #D51712;
      padding: 5px; }
      header h1 {
        float: none;
        width: 100%;
        margin: 0 auto; }
        header h1 a {
          margin: 0 auto; }
        header h1 img {
          max-height: 30px;
          margin: 0 auto; }
      header a.logo_right {
        width: 20%;
        margin: 10px auto; }
        header a.logo_right img {
          max-height: 30px;
          width: 100%; }
      header .sp_menu {
        display: block;
        pointer-events: all;
        width: 20px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
        border-bottom: 2px solid #D51712; }
      header .sp_menu:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        background: #D51712;
        top: 0; }
      header .sp_menu:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        background: #D51712;
        bottom: 5px; }
      header .sp_content {
        display: none;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 10px; }
      header .sp_menu.active {
        border-bottom: none; }
      header .sp_menu.active:before {
        transform: rotate(45deg);
        top: 8px; }
      header .sp_menu.active:after {
        transform: rotate(-45deg); }
      header nav {
        width: 80%; }
        header nav ul {
          padding: 0px; }
        header nav li {
          margin: 0px 40px 10px 0; } }
  @media (max-width: 480px) {
    header a.logo_right {
      float: none;
      width: 20%;
      margin: 10px auto;
      width: 100%; }
      header a.logo_right img {
        max-height: 30px;
        width: 100%; }
    header .sp_content {
      padding: 0; }
    header nav {
      width: 100%;
      float: none; }
      header nav li {
        display: block;
        width: 100%;
        margin: 0; }
        header nav li a {
          width: 100%;
          border-radius: 0; }
        header nav li a::before {
          right: 0px;
          border-radius: 0; }
        header nav li a::after {
          right: 10px; }
        header nav li a:hover {
          transform: translateX(0px) translateY(0px); } }

#mainslider {
  width: 100vw;
  position: fixed;
  z-index: 0;
  top: 79px;
  border-bottom: 10px solid #D51712;
  background: #D51712; }
  @media (max-width: 1550px) {
    #mainslider {
      position: static;
      padding-top: 79px; } }
  @media (max-width: 800px) {
    #mainslider {
      padding-top: 49px; } }
  #mainslider #slider {
    width: calc(100% / 3 * 2);
    float: left; }
    @media (max-width: 800px) {
      #mainslider #slider {
        width: 100%;
        float: none; } }
    #mainslider #slider button.prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 1;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      border: none; }
      @media (max-width: 480px) {
        #mainslider #slider button.prev {
          width: 25px;
          height: 25px; } }
    #mainslider #slider button.next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      z-index: 1;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      border: none; }
      @media (max-width: 480px) {
        #mainslider #slider button.next {
          width: 25px;
          height: 25px; } }
    #mainslider #slider button.prev::before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      border-bottom: 3px solid #fff;
      border-left: 3px solid #fff;
      transform: rotate(45deg);
      left: 17px;
      top: 13px; }
      @media (max-width: 480px) {
        #mainslider #slider button.prev::before {
          width: 5px;
          height: 5px;
          left: 10px;
          top: 8px;
          border-bottom: 2px solid #fff;
          border-left: 2px solid #fff; } }
    #mainslider #slider button.next::before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      border-bottom: 3px solid #fff;
      border-left: 3px solid #fff;
      transform: rotate(225deg);
      right: 17px;
      top: 13px; }
      @media (max-width: 480px) {
        #mainslider #slider button.next::before {
          width: 5px;
          height: 5px;
          right: 10px;
          top: 8px;
          border-bottom: 2px solid #fff;
          border-left: 2px solid #fff; } }
  #mainslider #thumbnail_slider {
    width: calc(100% / 3);
    float: right; }
    @media (max-width: 800px) {
      #mainslider #thumbnail_slider {
        width: 100%;
        float: none; } }
  #mainslider #thumbnail_slider .slick-track {
    position: relative;
    top: -50%; }
    @media (max-width: 800px) {
      #mainslider #thumbnail_slider .slick-track {
        top: 0;
        left: -50%; } }

main {
  z-index: 2;
  position: relative;
  top: 90vh;
  overflow: hidden; }
  @media (max-width: 1550px) {
    main {
      top: 10px;
      clear: both; } }

h2 {
  color: #D51712;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  h2 span {
    font-size: 16px;
    display: block;
    padding-top: 10px; }
  @media (max-width: 800px) {
    h2 {
      font-size: 30px;
      margin-bottom: 25px; } }

h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 290px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #D51712; }
  @media (max-width: 800px) {
    h2::after {
      width: 100px;
      bottom: -10px; } }

h5 {
  color: #D51712;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative; }
  @media (max-width: 800px) {
    h5 {
      font-size: 18px;
       } }
h4 {
  color: #D51712;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative; }
  @media (max-width: 800px) {
    h4 {
      font-size: 16px;
       } }


h6 {
  color: #D51712;
  font-size: 16px;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600;
  position: relative; }
  
  @media (max-width: 800px) {
    h6 {
      font-size: 14px;
      margin-bottom: 10px; } }




#news_area {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #fff; }
  @media (max-width: 800px) {
    #news_area {
      padding: 30px 10px; } }
  @media (max-width: 1520px) {
    #news_area {
      margin: 0 10px; } }
  #news_area h2::after {
    display: none; }
  #news_area .information {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
    #news_area .information .news_box {
      border: 2px solid #D51712;
      width: 60%;
      padding: 20px;
      border-radius: 5px; }
      #news_area .information .news_box ul {
        max-height: 500px;
        overflow-y: auto; }
      #news_area .information .news_box li {
        padding: 20px 20px 20px 110px;
        border-bottom: 1px dashed #8B8B8B;
        position: relative;
        line-height: 1.8; }
        #news_area .information .news_box li a {
          display: block;
          width: 100%;
          height: 100%;
          color: #333333;
          line-height: 1.8; }
      #news_area .information .news_box li::before {
        display: inline-block;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 20px;
        width: 95px;
        text-align: center;
        padding: 5px 0 10px;
        line-height: 1; }
      #news_area .information .news_box li.news::before {
        content: "お知らせ";
        background: #009B8F; }
      #news_area .information .news_box li.game::before {
        content: "ゲーム";
        background: #FF5C01; }
      #news_area .information .news_box li.support::before {
        content: "サポート";
        background: #299DD4; }
    #news_area .information #ubai_twitter {
      width: 40%;
      margin-left: 20px; }
      #news_area .information #ubai_twitter .twitter_title {
        width: 100%;
        background: #1D93E4;
        padding: 20px;
        position: relative; }
        #news_area .information #ubai_twitter .twitter_title p {
          display: inline-block;
          color: #fff; }
        #news_area .information #ubai_twitter .twitter_title a {
          display: inline-block;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 20px;
          padding: 5px 10px;
          margin-left: 10px; }
        #news_area .information #ubai_twitter .twitter_title a:hover {
          background: #fff;
          color: #1D93E4; }
      #news_area .information #ubai_twitter .twitter_title::after {
        content: "";
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
        border-radius: 50%;
        right: 10px;
        top: -20px;
        background-color: #1D93E4;
        background-image: url("../img/twitter.svg");
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: center center; }
      #news_area .information #ubai_twitter .twitter {
        max-height: 476px;
        overflow-y: auto; }
  @media (max-width: 800px) {
    #news_area .information .news_box {
      padding: 10px; }
      #news_area .information .news_box ul {
        max-height: 230px; }
      #news_area .information .news_box li {
        padding: 10px;
        font-size: 14px; }
        #news_area .information .news_box li a {
          font-size: 14px; }
      #news_area .information .news_box li::before {
        display: block;
        font-size: 14px;
        position: static;
        left: 0;
        top: 0px;
        width: 70px;
        padding: 5px 0 8px; }
    #news_area .information #ubai_twitter {
      max-height: 255px;
      margin-left: 10px;
      border: 1px solid #1D93E4; }
      #news_area .information #ubai_twitter .twitter_title {
        padding: 10px 10px 10px 50px; }
      #news_area .information #ubai_twitter .twitter_title::after {
        width: 25px;
        height: 25px;
        border: 1px solid #fff;
        right: auto;
        top: 10px;
        left: 10px;
        background-size: 15px; }
      #news_area .information #ubai_twitter .twitter {
        max-height: 200px; } }
  @media (max-width: 480px) {
    #news_area .information {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #news_area .information .news_box {
        width: 100%; }
      #news_area .information #ubai_twitter {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px; } }

#product .contents {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px;
  background: #fff; }
  @media (max-width: 800px) {
    #product .contents {
      padding: 30px 10px; } }
  @media (max-width: 1520px) {
    #product .contents {
      margin: 0 10px; } }
#product .pc_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #D51712;
  margin: 50px 0; }
  @media (max-width: 800px) {
    #product .pc_menu {
      display: none; } }
  #product .pc_menu li {
    width: 25%;
    border-right: 1px solid #D51712;
    text-align: center; }
  #product .pc_menu li:last-child {
    border-right: none; }
  #product .pc_menu li a {
    display: block;
    padding: 10px;
    font-size: 25px;
    color: #D51712; }
  #product .pc_menu li a:hover {
    color: #fff;
    background: #D51712; }
#product h3 {
  font-size: 30px;
  color: #D51712;
  position: relative;
  display: inline-block;
  padding: 20px;
  pointer-events: none; }
  @media (max-width: 800px) {
    #product h3 {
      font-size: 18px;
      border: 1px solid #D51712;
      margin-bottom: 10px;
      pointer-events: all;
      display: block;
      padding: 15px; } }
#product h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100vw;
  background: #D51712; }
  @media (max-width: 800px) {
    #product h3::before {
      height: 1px;
      width: 13px;
      left: auto;
      top: 50%;
      right: 10px; } }
#product h3::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100vw;
  background: #D51712; }
  @media (max-width: 800px) {
    #product h3::after {
      height: 1px;
      width: 13px;
      top: 50%;
      right: 10px;
      transform: rotate(90deg);
      transition: 0.3s; } }
#product h3.active::after {
  transform: rotate(0); }
#product .product_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    #product .product_list {
      display: none; } }
  #product .product_list li {
    max-width: 435px;
    display: inline-block;
    width: calc(100% / 3);
    position: relative;
    margin: 20px 0 20px 47px;
    padding: 0 10px; }
    @media (max-width: 1520px) {
      #product .product_list li {
        margin: 20px 0 20px 0px; } }
    @media (max-width: 1100px) {
      #product .product_list li {
        width: calc(100% / 2); } }
    @media (max-width: 800px) {
      #product .product_list li {
        margin: 0px 0px 10px; } }
    @media (max-width: 480px) {
      #product .product_list li {
        width: 100%; } }
  #product .product_list li:nth-child(3n+1) {
    margin: 20px 0 20px 0px; }
    @media (max-width: 800px) {
      #product .product_list li:nth-child(3n+1) {
        margin: 0px 0px 10px; } }
    @media (max-width: 480px) {
      #product .product_list li:nth-child(3n+1) {
        width: 100%; } }
  #product .product_list li div {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 95px; }
    @media (max-width: 800px) {
      #product .product_list li div {
        bottom: 0;
        right: 0;
        top: auto;
        padding-right: 0px;
        position: static;
        min-height: auto; } }
  #product .product_list li div a {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    width: 170px;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
    position: relative;
    background: #d51712;
    background: -moz-linear-gradient(top, #d51712 1%, #a72b2c 100%);
    background: -webkit-linear-gradient(top, #d51712 1%, #a72b2c 100%);
    background: linear-gradient(to bottom, #d51712 1%, #a72b2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51712', endColorstr='#a72b2c',GradientType=0 ); }
    @media (max-width: 800px) {
      #product .product_list li div a {
        margin: 5px 0 0 auto; } }
  #product .product_list li div a::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url("../img/arrow01.svg") no-repeat;
    background-size: contain;
    right: 5px; }
  #product .product_list li div a:hover {
    border: 1px solid #D51712;
    background: #fff;
    color: #D51712; }
  #product .product_list li div a:hover::after {
    background: url("../img/arrow02.svg") no-repeat; }

#pickup_area #pickup_slider li {
  max-width: 368px;
  width: 20%; }

.movie_area {
  min-height: 480px;
  background: url("../img/mov.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  border-top: 10px solid #D51712;
  border-bottom: 10px solid #D51712; }
  .movie_area p {
    color: #fff;
    text-align: center;
    top: 100px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2;
    width: 100%; }
  .movie_area a {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 25px 15px 35px;
    font-size: 30px;
    top: 300px;
    letter-spacing: 0.5em; }
  .movie_area a:hover {
    background: #fff;
    color: #655E57; }
  @media (max-width: 800px) {
    .movie_area {
      min-height: 240px;
      border-top: 5px solid #D51712;
      border-bottom: 5px solid #D51712; }
      .movie_area p {
        font-size: 3.5vw;
        top: 20px; }
      .movie_area a {
        font-size: 18px;
        top: 140px; } }

.movie_area::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0; }

#support_area {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px;
  background: #fff; }
  @media (max-width: 800px) {
    #support_area {
      padding: 30px 10px; } }
  @media (max-width: 1520px) {
    #support_area {
      margin: 0 10px; } }
  #support_area #faq {
    padding: 30px 0 100px; }
  #support_area .support_nav {
    width: 100%;
    position: relative; }
    #support_area .support_nav li {
      width: 55%;
      position: absolute; }
    #support_area .support_nav li:nth-child(1) {
      left: 0; }
      #support_area .support_nav li:nth-child(1) a {
        border-radius: 5px 0 0 0; }
    #support_area .support_nav li:nth-child(2) {
      right: 0; }
      #support_area .support_nav li:nth-child(2) a {
        border-radius: 0 5px 0 0; }
    #support_area .support_nav li a {
      position: absolute;
      z-index: 1;
      width: 100%;
      color: #8B8B8B;
      height: 66px; }
    #support_area .support_nav li a {
      display: block;
      padding: 25px 10px 0 10px;
      text-align: center;
      background: #E4E4E4;
      border-bottom: 2px solid #D51712; }
    #support_area .support_nav li:nth-child(1) a.active {
      z-index: 2;
      border-top: 2px solid #D51712;
      border-right: 2px solid #D51712;
      border-radius: 0 5px 0 0;
      background: #fff;
      border-bottom: 1px solid #fff;
      color: #D51712; }
    #support_area .support_nav li:nth-child(2) a.active {
      z-index: 2;
      border-top: 2px solid #D51712;
      border-left: 2px solid #D51712;
      border-radius: 5px 0 0 0;
      background: #fff;
      border-bottom: 1px solid #fff;
      color: #D51712; }
    @media (max-width: 800px) {
      #support_area .support_nav li:nth-child(1) a {
        padding-top: 15px; }
      #support_area .support_nav li a {
        font-size: 15px;
        line-height: 1.3; } }
    @media (min-width: 801px) {
      #support_area .support_nav li a br {
        display: none; } }
  #support_area .tab_content {
    padding: 100px 0 0; }
  #support_area .faq_list dt, #support_area .faq_list dd {
    padding: 20px 50px;
    line-height: 1.8;
    position: relative; }
  #support_area .faq_list dt {
    border-bottom: 1px dashed #8B8B8B;
    font-size: 18px;
    cursor: pointer; }
  #support_area .faq_list dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background: #D51712;
    right: 10px;
    top: 35px; }
  #support_area .faq_list dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background: #D51712;
    right: 10px;
    top: 35px;
    transform: rotate(90deg);
    transition: 0.3s; }
  #support_area .faq_list dt.active::after {
    transform: rotate(0deg); }
  #support_area .faq_list dt span {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 25px;
    color: #D51712; }
  #support_area .faq_list dd::before {
    content: "A";
    left: 10px;
    top: 12px;
    font-size: 25px;
    color: #D51712;
    position: absolute; }
  #support_area .faq_list dd {
    font-size: 16px;
    display: none;
    border-bottom: 1px dashed #8B8B8B; }
  #support_area .faq_list dt:first-child {
    border-top: 1px dashed #8B8B8B; }
  @media (max-width: 800px) {
    #support_area .faq_list dt, #support_area .faq_list dd {
      font-size: 16px;
      padding: 10px 35px; }
    #support_area .faq_list dt span {
      font-size: 18px;
      top: 7px; }
    #support_area .faq_list dd::before {
      font-size: 18px;
      top: 8px; }
    #support_area .faq_list dt::before {
      width: 15px;
      height: 2px;
      right: 10px;
      top: 20px; }
    #support_area .faq_list dt::after {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 2px;
      right: 10px;
      top: 20px; }
    #support_area .faq_list dt.active::after {
      transform: rotate(0deg); } }

form {
  padding-top: 30px; }
  form div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
    form div label {
      min-width: 230px;
      background: #E4E4E4;
      border-left: 15px solid #D51712;
      color: #D51712;
      font-size: 20px;
      padding: 15px;
      margin: 0px 10px 10px 0; }
    form div input, form div textarea {
      width: 100%;
      border: 1px solid #E4E4E4;
      margin: 0px 0px 10px 0;
      min-height: 30px;
      font-size: 20px;
      padding: 10px; }
  form input[type="submit"] {
    width: 195px;
    padding: 10px;
    color: #fff;
    background: #D51712;
    border: 2px solid #fff;
    margin: 10px auto;
    border-radius: 5px;
    font-size: 18px;
    display: block; }
  form input[type="submit"]:hover {
    color: #D51712;
    background: #fff;
    border: 2px solid #D51712;
    cursor: pointer; }

@media (max-width: 800px) {
  form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    form div label {
      font-size: 18px;
      margin: 0px 0px 10px 0;
      padding: 10px; }
    form div input, form div textarea {
      font-size: 18px;
      padding: 10px; } }
footer {
  height: 80px;
  background: #D51712;
  width: 100%;
  text-align: center; }
  footer p {
    color: #fff;
    padding-top: 20px; }

#go_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #333333;
  z-index: 5;
  padding: 20px;
  opacity: 0.5; }

#go_top:hover {
  opacity: 1; }

#go_top img {
  max-height: 60px; }

@media (max-width: 800px) {
  #go_top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333333;
    z-index: 5;
    padding: 5px 12px;
    opacity: 0.5; }

  #go_top:hover {
    opacity: 1; } }
main img.lazyload {
  opacity: 0; }

main img.lazyloaded {
  opacity: 1;
  transition: all 0.5s; }
