body {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
}

.background{
    background-image: url("../images/community_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -160px;
}

.background-wrapper {
  position: relative;
  overflow: hidden;
}

.blur-bg {
  position: absolute;
  width: 94%;
  object-fit: cover;
  filter: blur(2px);
  z-index: 0;
  padding: 0;
}

.background-content {
  position: relative;
  z-index: 1;
}

.title {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 20px #000000;
    padding-top: 140px;
    padding-left: 40px;
    padding-bottom: 8px;
}

.blank_x {
    width: 52%;
}

.title1 {
    font-size: 48px;
    padding-top: 50px;
    padding-bottom: 40px;
}

img.image {
	width: 100%;
}

.contents {
    font-size: 20px;
    line-height: 32px;
}

.blank_btn {
    padding-top: 50px;
    padding-bottom: 100px;
}

/* スマホ対応 */
.background_sp {
    background-image: url("../images/community_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -85px;
}

.blur-bg_sp {
  position: absolute;
  width: 100%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.title_sp {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 12px #000000;
    padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 15px;
}

img.image_sp1 {
	width: 350px;
    padding-left: 0;
    position: relative;
    top: 40px;
}

.blank_x_sp {
    width: 75%;
}

.title1_sp {
    color: #FFFFFF;
    font-size: 24px;
    position: relative;
    text-shadow: 0px 0px 4px #00000075;
    padding: 0;
}

.contents_sp {
    font-size: 16px;
    line-height: 24px;
}