@charset "UTF-8";

/*
====================================================================
Default
====================================================================
*/

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Roboto, "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #333;
  line-height: 1.5;
  font-size: 13px;
  color: #111;
  min-height: 100vh;
}

div,
p,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
a,
a:link,
a:active,
a:visited {
  color: #111;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  /*  cursor: none;*/
}
img {
  border: 0;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb25{
  margin-bottom: 25px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb35{
  margin-bottom: 35px !important;
}
.mb40{
  margin-bottom: 35px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}

/*--------------------------------------------------------------------------
contentsArea
--------------------------------------------------------------------------*/
body {
  width: 100%;
  text-align: center;
  background-image: url("../images/backgroundmask.png"), url("../images/background1.jpg");
  background-repeat: repeat-y, no-repeat;
  background-position: center center, center center;
  background-size: contain, cover;
  filter: drop-shadow(0 0 10px rgba(245, 235, 200, 1));
}

#wraper {
  margin: 120px auto 0;
  max-width: 1000px;
}

.title{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 20px;
}
.under {
  padding: 3px;
  border-bottom: solid 1px #444;
}

h3{
  font-size: 14px;
}
p{
  filter: drop-shadow(0 0 1px rgba(245, 245, 225, 0.6));
  line-height: 1.55;
}

.logo img {
  width: 100%;
  max-width: 540px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(245, 245, 225, 0.8));
}

.logo,
.link {
  margin: 0 auto;
  text-align: center;
}

.link {
  padding: 16px 8px 8px;
  width: 40%;
  border: 1px solid #000;
}
.link p {
  font-size: 11px;
  line-height: 1.3;
}

.link img {
  width: 60%;
}

.link_img {
  border: 2px #ddd solid;
}

.thanks img{
  border: 2px solid #000;
  width: 70%;
}

footer{
  font-weight: 500;
  padding: 32px 8px;
}
.sp{
  display: none;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, p, title, h3 { text-shadow: 0 0 10px #eee;  } /* IE11 */
}
@media (max-width: 960px) {
  body {
    width: 98%;
  }

  .link {
    width: 60%;
  }
  .thanks img{
    width: 90%;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

@media (max-width: 560px) {
  .mb130 {
    margin-bottom: 65px !important;
  }

  #wraper {
    margin: 40px auto 0;
  }

  .logo img {
    width: 90%;
  }

  .title{
    font-size: 14px;
  }

  p, h3, .link p{
    font-size: 10px;
  }

  .link{
    width: 90%;
  }

  footer {
    font-size: 10px;
    padding: 16px 8px;
  }

}
