@charset "UTF-8";

body {
  font-size: 41.6875%;
  line-height: 1.4;
}

#camp-bg {
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#camp-bg {
  background-image: url(../image/charabg.jpg);
}

#wrap-ot-bgbox {
  background: none;
}

.txt-platform {
  text-align: center;
}

.camp-mainbox {
  padding: 5% 0;
}

.camp-bginner2 {
  min-width: 820px;
  margin: 0 auto;
  height: auto;
}

.respo {
  width: 820px;
  background: #000000;
  margin: 0 auto;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

.respo-inner {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 5%;
  top: 0;
  right: 0;
  left: 0;
  /*background: rgba(255,255,255,0.5);*/
}

/**/
.f-left {
  float: left;
}

.f-right {
  float: right;
}


/**/
#header-box {
  font-size: 3.4rem;
  padding: 10% 0 10%;
}

.photolistTitle {
  margin-top: 5%;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 6rem;
}

.top_txt {
  margin: 5% 0 3%;
}

.txt-box {
  background: #3a3a3a;
  padding: 3% 5%;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.1) inset;
  font-size: 3.0rem;
}

.txt-notice{
  margin: 5% 0;
  font-size: 2.6rem;
}

.twitterinfo.txt-box br.-onlySp{display: none;}
@media screen and (max-width:768px) {
  .twitterinfo.txt-box br.-onlySp{display: block;}
}

.summary .summary_title {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 3.2rem;
}

.summary p {
  letter-spacing: 0.5px;
}

.summary p.txtlink {
  margin-top: 1%;
  text-align: right;
}

.summary p.txtlink a {
  text-decoration: underline;
}

.twitterinfo {
  text-align: center;
  font-weight: bold;
  margin-top: 5%;
}

.twitterinfo_title {
  /* font-size: 130%; */
}

.twitterinfo_title a:hover,
.summary p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.pl-and .twitterinfo_title a,
.pl-ios .twitterinfo_title a {
  text-decoration: underline;
  opacity: 0.8;
}

.archiveLink {
  margin-top: 5%;
  text-align: center;
}

.archiveLink a {
  background: #ffffff;
}

.archiveLink a:hover {
  opacity: 0.8;
  transition: 0.8s;
}

.archiveLink a img.spnone {
  max-width: 689px;
  width: 100%;
  height: auto;
}

.archiveLink a img.pcnone {
  width: 100%;
  height: auto;
}


/**/
.photolist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.photolist h3 {
  width: 83.2%;
  margin: auto;
  text-align: center;
}

/* -wide 横長画像 */
.photolist li.-wide h3{
  width: 40%;
}

@media screen and (max-width:768px) {
  .photolist h3 {
    width: 98%;
  }
  .photolist li.-wide h3{
    width: 47%;
  }
}


.photolist h3 img{width: 100%;}

.photolist li{
  width: 48%;
  margin: 8% 0;
}
.photolist li.-last{margin: 8% auto 0;}
.photolist li.-center{margin: 8% auto;}

.photolist li.-wide,
.photolist li.-wide02{width: 100%;}

/* -wide02 縦長画像 */
.photolist li.-wide02 .flexInner{
  display: flex;
  justify-content: space-between;
}
.photolist li.-wide02 .leftArea,
.photolist li.-wide02 .award_img{width: 48%;}
.photolist li.-wide02 .award_title{margin-top: 5%;}
.photolist li.-wide02 a{margin: 0;}



.photolist li .award_title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.photolist li .award_title .award_name_s {
  font-size: 2.0rem;
}

.photolist li .award_title .award_txt_title {
  font-size: 2.8rem;
  white-space: nowrap;
}

.photolist li .award_title .award_txt_title.-longText {
  width: 200%;
  margin-left: -50%;
}


.photolist li a {
  display: block;
  position: relative;
  margin: 5% 0 2%;
}


.photolist li a img:not(.zoom){width: 100%;}
.photolist li a img.zoom {
  position: absolute;
  bottom: 5%;
  right: 8%;
  z-index: 0;
  width: 40px;
  height: auto;
}

.photolist li.-wide a img.zoom{
  bottom: 8%;
  right: 4%;
}


@media screen and (max-width:768px) {
  .spnone {
    display: none;
  }

  .pcnone {
    display: block;
  }

  .camp-bginner2 {
    width: 90%;
    min-width: 90%;
  }

  .respo {
    width: 100%;
    min-width: 100%;
  }

  .respo-inner {
    width: 90%;
  }

  .respo .pc-img {
    display: none;
  }

  .respo .sp-img {
    display: inline-block;
  }


}




@media screen and (max-width:1024px) {
  #header h1 {
    font-size: 2.0rem;
  }

  #footer {
    margin-top: 0%;
  }

  .footer-inner {
    background: #000000;
  }

  .footer-txtinner {
    max-width: 640px;
    margin: 0 auto;
  }

  .top-snsbtlist li,
  .ft-snsbtlist li:first-child {
    width: 14%;
  }
}


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

  header#header>.inner-box,
  footer#footer>.inner-box,
  #main>.inner-box,
  #top-maintxt>.inner-box,
  header#header,
  div#top-hedbox,
  #wrap,
  #footer,
  .ft-btrebox,
  #wrap-ot-bgbox,
  #hed-main.inner-box2,
  #top-hed.inner-box2 {
    min-width: 1024px;
  }

  .section-inner,
  .camp-mainbox {
    width: 1024px;
    margin: 0 auto;
  }

  .camp-mainbox {
    padding: 20px 0;
  }

  #camp-bg {
    height: 100%;
    width: 100%;
    min-width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  }

  #camp-bg {
    background-image: url(../image/camp-bg.jpg);
  }

  .footer-txtinner {
    max-width: 1024px;
  }

  #fot-main .logo-copy img.segalogo {
    width: 156px;
    height: auto;
  }

  .ft-btreinner .ft-btreimg {
    width: 136px;
    height: auto;
  }

  .top-snsbtlist li,
  .ft-snsbtlist li:first-child {
    width: 54px;
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .ft-snsbtlist li:first-child {
    width: 14%;
  }

  #fot-main .logo-copy .logo-copy-txt {
    padding-top: 3.5%;
  }

  .ft-btrebox {
    top: 19%;
  }
}

/* 0831用設定 */
.award_txt_devil {
  display: none;
}
