@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
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;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
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"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
   
body{
    font-family: 'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header.add-menu .headerInner {
    background: #fff;
}
footer{
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
.loading{
    background: #dc3a12;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.8s;
}
.loaded .loading{
  -webkit-animation: fade 0.8s ease 1.2s 1 forwards;
  animation: fade 0.8s ease 1.2s 1 forwards;
}

@keyframes fade {
	0% {
		opacity:1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}

#wrap {
    background: #dc3a12;
}

.conteiner {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 100px 0;
}
.bgLogo p:nth-child(1) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40vw;
}
.bgLogo p:nth-child(2) {
    transform: rotate( 205deg );
    position: fixed;
    bottom: -10vw;
    right: 0;
    width: 40vw;
    z-index: -1;
}

h2{
    width: 65%;
    margin: 0 auto 50px;
position: relative;
}
h2 p{
opacity: 0;
}
h2 p:nth-child(1){
    width: 60%;
    margin: 0 auto 2vw;
}
h2 p:nth-child(2){
    width: 90%;
    margin: 0 auto 2vw;
}
h2 p:nth-child(3){

}
h2 p:nth-child(4){
    width: 15px;
    position: absolute;
    left: -10%;
    top: 15%;
}
h2 p:nth-child(5){
width: 15px;
    position: absolute;
    right: -10%;
    bottom: 5%;
}

.loaded h2 p:nth-child(1){
  -webkit-animation: upIn 0.8s ease 1.4s 1 forwards;
  animation: upIn 0.8s ease 1.4s 1 forwards;
}
.loaded h2 p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 1.6s 1 forwards;
  animation: upIn 0.8s ease 1.6s 1 forwards;
}
.loaded h2 p:nth-child(3){
  -webkit-animation: upIn 0.8s ease 1.8s 1 forwards;
  animation: upIn 0.8s ease 1.8s 1 forwards;
}
.loaded h2 p:nth-child(4){
  -webkit-animation: upIn 0.8s ease 2s 1 forwards, flash 0.8s ease 2s infinite forwards;
  animation: upIn 0.8s ease 2s 1 forwards, flash 0.8s ease 2s infinite forward;
}
.loaded h2 p:nth-child(5){
  -webkit-animation: upIn 0.8s ease 2.2s 1 forwards, flash 0.8s ease 2.5s infinite forwards;
  animation: upIn 0.8s ease 2.2s 1 forwards, flash 0.8s ease 2.5s infinite forwards;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.lead{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    color: #fff;
    padding: 40px 20px;
    line-height: 1.8;
    font-size: 17px;
    margin: 0 0 50px 0;
	opacity: 0;
}
.loaded .lead{
  -webkit-animation: upIn 0.8s ease 2.3s 1 forwards;
  animation: upIn 0.8s ease 2.3s 1 forwards;
}

.list{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 150px;
}
.list li{
	width: 33.33%;
}
.list li a {
    padding: 20px;
    background: #fff;
    display: block;
    box-sizing: border-box;
    color: #dc3a12;
transition: 0.4s;
}
.list li:nth-child(even) a {
    background: #f8bc00;
    color: #292929;
}
.list li a .ph{
    margin: 0 auto 20px;
}
.list li a .name{
font-size: 17px;
    margin: 0 0 2px 0;
    font-weight: bold;
}
.list li a .name_sub{
    font-size: 12px;
    margin: 0 0 5px 0;
    letter-spacing: 0.1em;
}
.list li a .nickname{
    font-weight: bold;
    font-size: 14px;
}


#cboxOverlay {
    background: #000;
    }
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent{
  border-radius: 0;
  overflow: visible;
}

#cboxPrevious {
    width: 50px;
    background: url(/static/volunteer/fanclub-pc/feature/leadersupport_activity_file/images/prev.png) left center;
    background-repeat: no-repeat;
    background-size: 45%;
    display: block!important;  
        outline: none;
left: -40px;
    top: 50%;
    bottom: auto;
}
#cboxNext {
    width: 50px;
    background: url(/static/volunteer/fanclub-pc/feature/leadersupport_activity_file/images/next.png) right center;
    background-repeat: no-repeat;
    background-size: 45%;
    display: block!important;
    outline: none;
    left: auto;
    right: -40px;
    top: 50%;
    bottom: auto;
}


#cboxClose {
    position: absolute;
    top: -35px;
    right: -5px;
    display: block;
    background: url(/static/volunteer/fanclub-pc/feature/leadersupport_activity_file/images/close.png) no-repeat top center;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 30px;
    z-index: 99999999999999999999999999999999;
    pointer-events: all;
    display: block!important;    
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}
#cboxContent {
	background:none;
    overflow: visible;
    border-radius: 0;
    box-sizing: border-box;


    }
#cboxNext:hover{
    background-position: center right;    
}
#cboxPrevious:hover{
    background-position: center left;    
}
#cboxClose:hover{
    background-position: top center!important;
}
#cboxCurrent {
    display: none!important;
}    
#cboxLoadedContent {
    margin-bottom: 0;
    background: #fff;
    padding: 4vw;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 1000px;
}
#cboxTopCenter {
    height: 60px;
}

.topArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.topArea .ph{
    width: 40%;
}
.topArea .txtArea{
    width:55%;
}
.topArea .name{
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 8px 0;
	color: #dc3a12;
}
.topArea .name span{
    display: inline-block;
    width: 30px;
}
.topArea .name_sub{
    color: #dc3a12;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    font-size: 14px;
}
.topArea .nickname{
    color: #dc3a12;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.topArea .detail{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.topArea .detail dt{
    font-weight: bold;
    font-size: 12px;
    width: 25%;
}
.topArea .detail dd{
    font-size: 12px;
    width: 75%;
    margin: 0 0 10px 0;
}
.question{
    padding: 2vw;
    box-sizing: border-box;
    background: #dc3a12;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.question dt{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.question dd{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px;
    background: #fff;
    color: #dc3a12;
}

@media screen and (min-width: 960px) {

.list li a:hover{
    background: #f74b20;
    color: #fff;
}

}


@media screen and (max-width: 960px) {

header h1 {
    width: 60%;
    height: 35px;
    top: 3px;
    left: 1%;
}
header.add-menu .headerInner {
    background: #fff;
    padding: 15px;
}
.conteiner {
    padding: 30px 0;
max-width: initial;
}
.bgLogo p:nth-child(1) {
    top: 5%;
    left: -25%;
    width: 55vh;
}
.bgLogo p:nth-child(2) {
    bottom: -10vh;
    width: 55vh;
}
h2 {
    width: 75%;
    margin: 0 auto 20px;
    position: relative;
}
h2 p:nth-child(4),
h2 p:nth-child(5) {
    width: 10px;
}
.lead {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 20px 10px;
    line-height: 1.8;
    font-size: 13px;
    margin: 0 0 30px 0;
}
.list {
    margin: 0 auto 100px;
}
.list li a {
    padding: 15px;
    min-height: 70vw;
}
.list li {
    width: 50%;
}
.list li:nth-child(even) a {
    background: #fff;
    color: #dc3a12;
}

.list li:nth-child(2) a,
.list li:nth-child(3) a {
    background: #f8bc00;
    color: #292929;
}

.list li a .ph {
    margin: 0 auto 10px;
}
.list li a .name {
    font-size: 15px;
    margin: 0 0 3px 0;
}
.list li a .name_sub {
    font-size: 10px;
    margin: 0 0 2px 0;
    letter-spacing: 0;
    line-height: 1.5;
}
.list li a .nickname {
    font-weight: bold;
    font-size: 11px;
}
.topArea .ph {
    width: 100%;
    margin: 0 auto 20px;
}
.topArea .txtArea {
    width: 100%;
}
.question {
    padding:20px 15px;
    width: 100%;
}
#cboxLoadedContent {
    padding: 30px;
}
.topArea {
    margin: 0 auto 30px;
    width: 85%;
}
.topArea .name span {
    display: inline-block;
    width: 25px;
}
.topArea .name {
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 10px 0;
}
.topArea .name_sub {
    font-size: 13px;
}
.topArea .nickname {
    font-size: 15px;
    margin: 0 0 15px 0;
}
.topArea .detail dt {
    font-weight: bold;
    font-size: 11px;
    width: 40%;
}
.topArea .detail dd {
    margin: 0 0 5px 0;
    font-size: 11px;
    width: 55%;
}
.question dt {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.question dd {
    font-size: 12px;
    line-height: 1.6;
    padding: 10px;
}
#cboxPrevious {
    width: 35px;
    left: -25px;
}
#cboxNext {
    width: 35px;
    right: -25px;
}



}


@media screen and (min-width: 960px) and (max-width: 1300px){
header h1 {
    width: 150px;
    height: 30px;
}
