#photoglid.loading {
  background: url("../img/common/loader.gif") center 200px no-repeat;
}
#photoglid a {
  color: #FFF;
}
#photoglid ul {
  overflow: hidden;
  *zoom: 1;
}
#photoglid ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 20%;
  overflow: hidden;
}
#photoglid ul li.type1A div.info {
  background: rgba(176, 183, 88, 0.75);
}
#photoglid ul li.type1B div.info {
  background: rgba(215, 111, 117, 0.75);
}
#photoglid ul li.type2A div.info {
  background: rgba(87, 157, 178, 0.75);
}
#photoglid ul li.type2B div.info {
  background: rgba(237, 179, 94, 0.75);
}
#photoglid ul li.type1A .name {
  background: rgba(176, 183, 88, 0.75);
}
#photoglid ul li.type1B .name {
  background: rgba(215, 111, 117, 0.75);
}
#photoglid ul li.type2A .name {
  background: rgba(87, 157, 178, 0.75);
}
#photoglid ul li.type2B .name {
  background: rgba(237, 179, 94, 0.75);
}
#photoglid ul li div.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}
#photoglid ul li a.name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 38%;
  z-index: 6;
  text-align: center;
  color: #FFF;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#photoglid ul li a.name p {
  font-size: 20px;
  margin-bottom: 6px;
}
#photoglid ul li a.name span {
  font-size: 13px;
}
#photoglid ul.photo-list li:nth-of-type(3n) {
  width: 40%;
  padding-top: 40%;
}
#photoglid ul.photo-list li:nth-of-type(6n) {
  margin-top: -20%;
}
#photoglid ul.photo-list li:nth-of-type(9n) {
  width: 20%;
  padding-top: 20%;
}
#photoglid ul.photo-list li div {
  position: absolute;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#photoglid ul.photo-list li div.info {
  left: 0;
  top: 100%;
  height: 150%;
  padding-top: 35%;
  margin-top: -35px;
  text-align: center;
}
#photoglid ul.photo-list li div.tag {
  left: 0;
  bottom: 0;
  height: 35px;
  overflow: hidden;
  font-size: 13px;
  z-index: 8;
}
#photoglid ul.photo-list li div.tag p {
  position: relative;
  display: block;
  padding: 5px 0;
  width: 3000px;
}
#photoglid ul.photo-list li div.tag span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px;
  display: inline-block;
}
#photoglid ul.photo-list li div.tag a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 4px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
#photoglid ul.photo-list li div.tag a:hover {
  background: rgba(255, 255, 255, 0.4);
}
#photoglid ul.clubphoto-list li div, #photoglid ul.tagphoto-list li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#photoglid ul.clubphoto-list li div.info, #photoglid ul.tagphoto-list li div.info {
  top: 100%;
  height: 150%;
  padding-top: 35%;
  margin-top: -35px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
#photoglid ul.clubphoto-list li div.name, #photoglid ul.tagphoto-list li div.name {
  padding-top: 100%;
  opacity: 0;
}
#photoglid ul.clubphoto-list li div.club, #photoglid ul.tagphoto-list li div.club {
  top: 100%;
  font-size: 13px;
  margin-top: -24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#photoglid ul.clubphoto-list li a, #photoglid ul.tagphoto-list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  z-index: 2;
}
#photoglid ul.tagphoto-list li div.info {
  margin-top: 0;
}
#photoglid ul.tagphoto-list li div.name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 46%;
  text-align: center;
  color: #FFF;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

#message {
  position: relative;
  min-height: 700px;
  background: url("../img/common/main_bg.png") center 0;
}
#message span.anim {
  opacity: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#message span.anim.move {
  background-position: 0 -100px;
}
#message span.anim.anim1 {
  top: -120px;
  left: 70px;
  background-image: url("../img/index/anim1.png");
}
#message span.anim.anim2 {
  top: -120px;
  left: 530px;
  background-image: url("../img/index/anim2.png");
}
#message span.anim.anim3 {
  top: -130px;
  left: 800px;
  background-image: url("../img/index/anim3.png");
}
#message span.anim.anim4 {
  top: 430px;
  left: 0;
  margin-left: -10%;
  background-image: url("../img/index/anim4.png");
}
#message span.anim.anim5 {
  top: 434px;
  left: 560px;
  background-image: url("../img/index/anim5.png");
}
#message div.msg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 795px;
  margin-top: -256px;
  margin-left: -396px;
}
#message ul {
  overflow: hidden;
  *zoom: 1;
}
#message ul li {
  float: right;
  width: 36px;
  text-align: center;
  opacity: 0;
}
#message.msg1 li:nth-of-type(1) {
  margin-left: 47px;
}
#message.msg1 li:nth-of-type(2) {
  margin-left: 1px;
}
#message.msg1 li:nth-of-type(3) {
  margin-left: 4px;
}
#message.msg1 li:nth-of-type(4) {
  margin-left: 24px;
}
#message.msg1 li:nth-of-type(5) {
  margin-left: 2px;
}
#message.msg1 li:nth-of-type(6) {
  margin-left: 26px;
}
#message.msg1 li:nth-of-type(7) {
  margin-left: 1px;
}
#message.msg1 li:nth-of-type(8) {
  margin-left: 24px;
}
#message.msg1 li:nth-of-type(9) {
  margin-left: 4px;
}
#message.msg1 li:nth-of-type(10) {
  margin-left: 5px;
}
#message.msg1 li:nth-of-type(11) {
  margin-left: 25px;
}
#message.msg1 li:nth-of-type(12) {
  margin-left: 2px;
}
#message.msg1 li:nth-of-type(13) {
  margin-left: 5px;
}
#message.msg1 li:nth-of-type(14) {
  margin-left: 22px;
}
#message.msg1 li:nth-of-type(15) {
  margin-left: 26px;
}
#message.msg2 ul {
  margin-top: -4px;
}
#message.msg2 li:nth-of-type(1) {
  margin-left: 85px;
  margin-right: 20px;
}
#message.msg2 li:nth-of-type(2) {
  margin-left: 6px;
}
#message.msg2 li:nth-of-type(3) {
  margin-left: 47px;
}
#message.msg2 li:nth-of-type(4) {
  margin-left: 0;
}
#message.msg2 li:nth-of-type(5) {
  margin-left: 3px;
}
#message.msg2 li:nth-of-type(6) {
  margin-left: 5px;
}
#message.msg2 li:nth-of-type(7) {
  margin-left: 5px;
}
#message.msg2 li:nth-of-type(8) {
  margin-left: 40px;
}
#message.msg2 li:nth-of-type(9) {
  margin-left: 8px;
}
#message.msg2 li:nth-of-type(10) {
  margin-left: 43px;
}
#message.msg2 li:nth-of-type(11) {
  margin-left: 3px;
}
#message.msg2 li:nth-of-type(12) {
  margin-left: 42px;
}
#message.msg3 li:nth-of-type(1) {
  margin-left: 42px;
}
#message.msg3 li:nth-of-type(2) {
  margin-left: 6px;
}
#message.msg3 li:nth-of-type(3) {
  margin-left: 3px;
}
#message.msg3 li:nth-of-type(4) {
  margin-left: 0;
}
#message.msg3 li:nth-of-type(5) {
  margin-left: 29px;
}
#message.msg3 li:nth-of-type(6) {
  margin-left: 4px;
}
#message.msg3 li:nth-of-type(7) {
  margin-left: 2px;
}
#message.msg3 li:nth-of-type(8) {
  margin-left: 5px;
}
#message.msg3 li:nth-of-type(9) {
  margin-left: 4px;
}
#message.msg3 li:nth-of-type(10) {
  margin-left: 2px;
}
#message.msg3 li:nth-of-type(11) {
  margin-left: 6px;
}
#message.msg3 li:nth-of-type(12) {
  margin-left: 5px;
}
#message.msg3 li:nth-of-type(13) {
  margin-left: 23px;
}
#message.msg3 li:nth-of-type(14) {
  margin-left: 2px;
}
#message.msg3 li:nth-of-type(15) {
  margin-left: 5px;
}
#message.msg3 li:nth-of-type(16) {
  margin-left: 4px;
}
#message.msg3 li:nth-of-type(17) {
  margin-left: 5px;
}
#message.msg4 ul {
  margin-top: -20px;
}
#message.msg4 span.anim.anim1, #message.msg4 span.anim.anim2 {
  top: -140px;
}
#message.msg4 li:nth-of-type(1) {
  margin-left: 79px;
  margin-right: 45px;
}
#message.msg4 li:nth-of-type(2) {
  margin-left: 4px;
}
#message.msg4 li:nth-of-type(3) {
  margin-left: 44px;
}
#message.msg4 li:nth-of-type(4) {
  margin-left: 3px;
}
#message.msg4 li:nth-of-type(5) {
  margin-left: 2px;
}
#message.msg4 li:nth-of-type(6) {
  margin-left: 46px;
}
#message.msg4 li:nth-of-type(7) {
  margin-left: 5px;
}
#message.msg4 li:nth-of-type(8) {
  margin-left: 41px;
}
#message.msg4 li:nth-of-type(9) {
  margin-left: 4px;
}
#message.msg4 li:nth-of-type(10) {
  margin-left: 6px;
}
#message.msg4 li:nth-of-type(11) {
  margin-left: 2px;
}
#message.msg4 li:nth-of-type(12) {
  margin-left: 5px;
}
#message div.scroll {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#message div.scroll a {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  background: url("../img/tag/scroll_icn.png") center center no-repeat #FFF;
  border: solid 2px #e6e6e6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
#message div.scroll a:hover {
  background-color: #e6e6e6;
}

#clubcircle #contents {
  padding-top: 170px;
}
#clubcircle #contents header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 240px;
  width: 100%;
  height: 170px;
  background: #FFF;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
}
#clubcircle #contents header h2 {
  padding: 20px 0;
  background: url("../img/clubcircle/title_cap.png") center top no-repeat;
  color: #333;
  font-size: 34px;
  font-weight: bold;
}
#clubcircle #contents header a {
  display: inline-block;
  padding-left: 16px;
  margin: 0 9px;
  font-size: 14px;
  font-weight: bold;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#clubcircle #contents header a:hover {
  opacity: 0.6;
}
#clubcircle #contents header a:nth-of-type(1) {
  color: #a6b21b;
  background-image: url("../img/clubcircle/icn_1.svg");
}
#clubcircle #contents header a:nth-of-type(2) {
  color: #e85e66;
  background-image: url("../img/clubcircle/icn_2.svg");
}
#clubcircle #contents header a:nth-of-type(3) {
  color: #48a5c1;
  background-image: url("../img/clubcircle/icn_3.svg");
}
#clubcircle #contents header a:nth-of-type(4) {
  color: #ff9500;
  background-image: url("../img/clubcircle/icn_4.svg");
}

#tag #contents header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 40px 0;
  padding-left: 240px;
  background: #FFF;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
}
#tag #contents header h2 {
  padding: 20px 0;
  background: url("../img/tag/title_cap.png") center top no-repeat;
  color: #333;
  font-size: 34px;
  font-weight: bold;
}
#tag #contents header p {
  position: absolute;
  display: none;
  top: 62px;
  right: 54px;
  width: 120px;
  height: 40px;
  overflow: hidden;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #e6e6e6;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
#tag #contents header p span {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 120px;
  height: 40px;
  padding-top: 4px;
}
#tag #contents header p:hover {
  background-color: #e6e6e6;
}
#tag #contents header p.open span {
  background: url("../img/tag/open.png") 0 0 no-repeat transparent;
}
#tag #contents header p.open span.open {
  display: none;
}
#tag #contents header p.open span.close {
  display: block;
}
#tag #contents header p.close span {
  background: url("../img/tag/close.png") 0 0 no-repeat transparent;
}
#tag #contents header p.close span.open {
  display: block;
}
#tag #contents header p.close span.close {
  display: none;
}
#tag #contents header div.taglist {
  padding: 0 30px;
  line-height: 1.8;
}
#tag #contents header div.taglist a {
  display: inline-block;
  margin: 0 10px;
  padding: 1px 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-tap-highlight-color: transparent;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
#tag #contents header div.taglist a:hover {
  background: rgba(0, 0, 0, 0.2);
}

#detail {
  background-image: none;
}
#detail #contents.loading {
  background: url("../img/common/loader_gray.gif") center center no-repeat;
}
#detail div.summary {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 400px;
  top: 0;
  left: 240px;
  font-size: 13px;
  z-index: 1;
}
#detail div.summary.type1A h2 {
  background: #bcc648;
}
#detail div.summary.type1A dt.date {
  background-image: url("../img/detail/icn_1_1A.svg");
}
#detail div.summary.type1A dt.place {
  background-image: url("../img/detail/icn_2_1A.svg");
}
#detail div.summary.type1A dt.schedule {
  background-image: url("../img/detail/icn_3_1A.svg");
}
#detail div.summary.type1B h2 {
  background: rgba(215, 111, 117, 0.75);
}
#detail div.summary.type1B dt.date {
  background-image: url("../img/detail/icn_1_1B.svg");
}
#detail div.summary.type1B dt.place {
  background-image: url("../img/detail/icn_2_1B.svg");
}
#detail div.summary.type1B dt.schedule {
  background-image: url("../img/detail/icn_3_1B.svg");
}
#detail div.summary.type2A h2 {
  background: rgba(87, 157, 178, 0.75);
}
#detail div.summary.type2A dt.date {
  background-image: url("../img/detail/icn_1_2A.svg");
}
#detail div.summary.type2A dt.place {
  background-image: url("../img/detail/icn_2_2A.svg");
}
#detail div.summary.type2A dt.schedule {
  background-image: url("../img/detail/icn_3_2A.svg");
}
#detail div.summary.type2B h2 {
  background: rgba(237, 179, 94, 0.75);
}
#detail div.summary.type2B dt.date {
  background-image: url("../img/detail/icn_1_2B.svg");
}
#detail div.summary.type2B dt.place {
  background-image: url("../img/detail/icn_2_2B.svg");
}
#detail div.summary.type2B dt.schedule {
  background-image: url("../img/detail/icn_3_2B.svg");
}
#detail div.summary h2 {
  padding: 30px 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#detail div.summary div.desc {
  padding: 40px;
  line-height: 1.8;
}
#detail div.summary dl {
  margin-left: 40px;
  margin-right: 30px;
  margin-bottom: 100px;
}
#detail div.summary dl dt {
  padding: 4px 0;
  padding-left: 23px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  background-position: 0 center;
  background-repeat: no-repeat;
}
#detail div.summary dl dd {
  margin-bottom: 24px;
  line-height: 1.8;
}
#detail div.activity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
#detail div.activity a {
  color: #FFF;
}
#detail div.activity ul.type1A div.tag {
  background: rgba(176, 183, 88, 0.75);
}
#detail div.activity ul.type1B div.tag {
  background: rgba(215, 111, 117, 0.75);
}
#detail div.activity ul.type2A div.tag {
  background: rgba(87, 157, 178, 0.75);
}
#detail div.activity ul.type2B div.tag {
  background: rgba(237, 179, 94, 0.75);
}
#detail div.activity ul li {
  position: relative;
  width: 100%;
}
#detail div.activity ul li.movie video {
  display: block;
}
#detail div.activity ul li.movie div.tag {
  position: relative;
}
#detail div.activity ul div.tag {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 33px;
  overflow: hidden;
  font-size: 13px;
}
#detail div.activity ul div.tag p {
  position: relative;
  display: block;
  padding: 5px 0;
  width: 1500px;
}
#detail div.activity ul div.tag span {
  padding-left: 5px;
  display: inline-block;
}
#detail div.activity ul div.tag a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 2px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
#detail div.activity ul div.tag a:hover {
  background: rgba(255, 255, 255, 0.4);
}
