@charset "utf-8";

* {
  box-sizing: border-box;

  outline: none;

  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;

  outline: 0;

  border: 0;

  background: transparent;

  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;

  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
body:before{
    content: "";
    background: url(/static/gangparade/fanclub/feature/asoviva_other/images/logo_asoviva.svg) no-repeat center center;
    position: fixed;
    width: 100%;
    height: 22rem;
    top: -10rem;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    pointer-events: none;
    transform: rotate(180deg);
}
body:after{
    content: "";
    background: url(/static/gangparade/fanclub/feature/asoviva_other/images/logo_asoviva.svg) no-repeat center center;
    position: fixed;
    width: 100%;
    height: 22rem;
    bottom: -10rem;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    pointer-events: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;

  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}
input,
select {
  vertical-align: middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;

  outline: none;

  border: none;

  background-color: transparent;

  line-height: 1;
  cursor: pointer;

  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;

  outline: 0;

  border: 0;
  border-radius: 0;

  background: transparent;

  vertical-align: middle;
  text-align: inherit;
  color: inherit;
  font: inherit;

  -webkit-appearance: none;
  appearance: none;
}

img {
  width: 100%;

  vertical-align: bottom;

  line-height: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  width: 100%;
  height: 100vh;

  background: #000;

  opacity: 1;
  transition: 0.4s;
  pointer-events: none;
}
.loaded .loading {
  z-index: -999;

  opacity: 0;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
}
main {
  box-sizing: border-box;
  text-align: center;
}
.bgBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;

  padding: 0;
  width: 100%;
  height: 100%;

  transition: all 0.6s;

  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.bg {
  position: absolute;
  display: flex;
  align-items: center;

  box-sizing: border-box;

  padding: 40px;
  width: 100vw;
  height: 100%;

  opacity: 1;
}
.bg01 {
  background: url(/static/gangparade/fanclub/feature/asoviva_other/images/bg_main_pc_wX49MZ2N.jpg) no-repeat center center;
  background-position: top;
  background-size: cover;
  opacity: 1;
}

.mainWrap {
    padding: 90px 0 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
}
.mainWrap img {
    display: block;
}

.mainWrap h2 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 3rem;
}
.mainWrap h2 p{
    margin: 0 auto;
}
.lead{
    font-size: 1.4rem;
    margin: 0 auto 5rem;
}
.tit{
    font-size: 1.6rem;
    margin: 0 auto 1rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.ph {
    margin: 0 auto 2rem;
}
.box {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 auto 3rem;
}
.box:last-of-type{
    margin: 0 auto;
}
.attentionBox{
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    text-align: left;
    margin: 2rem auto 0;
}
.attentionBox dt{
    font-size: 0.8rem;
    font-weight: bold;
    border-left: 2px solid #fff;
    padding: 0 0 0 0.5rem;
    margin: 0 0 1rem;
}
.attentionBox dd{
    font-size: 0.9rem;
    margin: 0 0 2rem;
}
.attentionBox dd:last-child{
    margin: 0;
}
.container {
    margin: 0 auto;
}
.container section{
    padding: 5rem 0;
    background: rgba(0, 0, 0, 0.1);
}
.container section:nth-child(even){
    background: none;
}

.container .inBox {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #fff;
    padding: 5rem;
    outline: 1px solid #fff;
    outline-offset: -0.5rem;
}
.container .inBox:last-child {}


.container .inBox .boxTit {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    position: absolute;
    left: -1rem;
    top: -1rem;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.container .inBox .boxTit p{
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
}
.container .inBox .icon{
    width: 5rem;
    height: 5rem;
    background: #c56978;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    border-radius: 999px;
    color: #fff;
    left: -7rem;
    top: -1rem;
}

.container .inBox .icon span{
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: bold;
}

.container .mainTxt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin: 0 0 2rem;
}
.container .mainTxt:last-of-type{
    margin: 0;
}
.container .txt{
    text-align: center;
    font-size: 1rem;
    margin: 0 0 2rem;
}
.container .list {
    text-align: left;
    font-size: 1rem;
    margin: 0 auto 2rem;
}
.container .list li{
    text-indent: -1em;
    margin: 0 0 1rem 1em;
}
.container .list li:last-child{
    margin: 0 0 0 1em;
}
.container .complete{
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
}
.container .complete .tit{
    font-size: 1.2rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid;
    padding: 0 0 0.5rem;
}
.container .complete .txt {
    margin: 0;
}
.container .complete .txt .mini{
    font-size: 80%;
}
.container .inBox .btnList {

}
.container .inBox .btnList li {
    margin: 0 auto 20px;
}
.container .inBox .btnList li:last-child {
    margin: 0 auto;
}
.container .inBox .btnList li .boxBtn {}
.container .inBox .btnList li .boxBtn a {
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.container section:nth-child(odd) .inBox .btnList li .boxBtn a{
    background: #98a5da;
    color: #fff;
    border: 1px solid #98a5da;
}

.container .inBox .attBox {
    border: 3px solid;
    padding: 40px;
    margin: 0 auto 50px;
    border-radius: 20px;
    max-width: 500px;
}
.container .inBox .attBox .attTit {
    font-weight: bold;
    border-left: 2px solid;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
.container .inBox .attBox .attList {}
.container .inBox .attBox .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-weight: 500;
}

.container .inBox .benefitBox {
    background: #ef292c10;
    padding: 30px;
    margin: 0 0 40px;
}
.container .inBox .benefitBox .benefit {
    margin: 0 0 10px;
}
.container .inBox .benefitBox .benefit:last-child {}
.container .inBox .benefitBox .benefit .benefitTit {
    display: inline-block;
    padding: 3px 10px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.container .inBox .benefitBox .benefit .benefitTxt {}
.container .inBox .benefitBox .attList {}
.container .inBox .benefitBox .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
.container .inBox .benefitBox .attList li:last-child {
    margin-bottom: 0;
}

.container .inBox .joinBox {
    margin: 0 0 35px;
}
.container .inBox .joinBox .joinTit {
    font-weight: bold;
    border-left: 2px solid;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
.container .inBox .joinBox .txtList {}
.container .inBox .joinBox .txtList li {
    margin-bottom: 5px;
}
.container .inBox .joinBox .txtList li:last-child {
    margin-bottom: 0;
}
.container .inBox .joinBox .txtList li span {
    display: inline-block;
    padding: 0px 7px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.container .inBox.stampBox .btnList:last-of-type {
    margin: 0;
}

.container .joinBtn {}
.container .joinBtn a {
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}



footer {
  position: relative;
  z-index: 0;

  padding: 20px;

  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .btn a:hover {
    transform: translate(5px, 5px);
  }
}

@media screen and (max-width: 960px) {
	.mainWrap {
	    padding: 20px 0 0;
	}
	.mainWrap h2 {
	    width: 95%;
	    margin: 0 auto 1rem;
	}
	.lead {
	    font-size: 1rem;
	    margin: 0 auto 2rem;
	    width: 90%;
	}
	.tit {
	    font-size: 1.1rem;
	    margin: 0 auto 0.5rem;
	    width: 90%;
	}
	.ph {
	    margin: 0 auto 1rem;
	}
	.box {
	    padding: 1rem;
	    margin: 0 auto 1rem;
	}
	.attentionBox {
	    padding: 1rem;
	    text-align: left;
	    margin: 1rem auto 0;
	}
	.attentionBox dd {
	    font-size: 0.8rem;
	    margin: 0 0 1rem;
	}
	.attentionBox dt {
	    font-size: 0.7rem;
	    padding: 0 0 0 0.5rem;
	    margin: 0 0 0.5rem;
	}
	.container section {
	    padding: 3rem 0;
	}
	.container .inBox {
	    margin: 0 auto;
	    width: 90%;
	    padding:3rem 2rem;
	}
	.container .inBox .boxTit {
	    font-size: 0.8rem;
	    padding: 0.3rem 0.5rem;
	    left: -0.5rem;
	    top: -0.5rem;
	}
.container .mainTxt {
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin: 0 0 1rem;
}
.container .list {
    font-size: 0.8rem;
}
.container .txt {
    text-align: left;
    font-size: 0.8rem;
    margin: 0 0 1rem;
}
.container .complete {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
}
.container .complete .tit {
    font-size: 1rem;
}
.container .complete .txt {
    margin: 0;
    font-size: 0.9rem;
}
	
}
