@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li {
  list-style: none;
}
body {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic",
  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background-image: url(../img/bg_icon.png);
    background-repeat: repeat;
    animation: slide 5s linear infinite;
    background-size: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;

}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    /* 画像のサイズに応じて値を調整してください */
    background-position: 100px 100px;
  }
}

img {
  display: block;
  width: 100%;
}

.is_pc{
  display: block;
}
.is_sp{
  display: none;
}

.container {
  width: 1024px;
  margin: 0 auto;
  border-left: #000 solid 8px;
  border-right: #000 solid 8px;
}



header {
  position: relative;
}

header .copy {
  width: 939px;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}

.about {
  position: relative;
}
.talk{
  position: absolute;
  top: 150px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin:  0 auto;
}
.talk img{

  width: 100%;

}
@media screen and (max-width: 1024px) {
  .talk{
    position: absolute;
    top: calc(150 / 1024 * 100vw);
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin:  0 auto;
  }
  .talk_entry_btn {
    width: calc(523 / 1024 * 100vw);
  }
  .talk_detail_btn {
    width: calc(378 / 1024 * 100vw);
  }
}
.cat {
  position: relative;
  margin: 10px 0;
  padding-top: 115px;
}
.detail__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.award_wrapper{
  width: 85%;
  border: #000 solid 8px;
  border-radius: 47px;
  margin: 10px auto;
  padding-top: 115px;
  background: #FFF;
  position: relative;
}

.ss_wrapper{

  width: 75%;
  border: #000 solid 4px;
  border-radius: 20px;
  margin: 30px auto;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.ss_wrapper img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.team_wrapper{

  width: 75%;
  border: #000 solid 4px;
  border-radius: 20px;
  margin: 30px auto;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.team_wrapper img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.game_title{

  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.team_intro{
  width: 254px;
  margin: 0 auto;
  text-align: center;
  margin-top: 120px;
}

.team_name{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 20px auto;
}

.member{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto;
}
.point_title{

  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 20px auto;
}

.reason{
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto;
  width: 75%;
  text-indent:-1em;
  padding-left:1em;
}
.reason li{
  margin-bottom: 10px;
}

.exc {
  width: 100%;
  border-top: #000 solid 8px;
  border-bottom: #000 solid 8px;
  margin: 50px auto;
  background: #f50000 url("../img/dot.png") repeat;
}

.exc__title {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.exc__play{
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  width: 95%;
  margin: 20px auto 10px;
  line-height: 30px;
}

.s_exc {
  width: 100%;
  border-top: #000 solid 8px;
  border-bottom: #000 solid 8px;
  margin: 50px auto;
  background: #27c600 url("../img/dot.png") repeat;
}

.s_exc__title {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.s_exc__play{
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  width: 95%;
  margin: 20px auto;
  line-height: 30px;
}



.unique {
  width: 100%;
  border-top: #000 solid 8px;
  border-bottom: #000 solid 8px;
  margin: 50px auto;
  background: #73bfff url("../img/dot.png") repeat;
}
.unique__title {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.participation {
  width: 100%;
  border-top: #000 solid 8px;
  border-bottom: #000 solid 8px;
  margin: 50px auto;
  background: #f89502 url("../img/dot.png") repeat;
}
.participation__title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.slide_title{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 20px auto;
}
.slide_team{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto;
}
.slide_member{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
}
.about_bottom h2{
  width: 744px;
  margin: 0 auto;
  text-align: center;
}

.days_bottom h2{
  width: 274px;
  margin: 0 auto;
  text-align: center;
}
.summary h2{
  width: 252px;
  margin: 0 auto;
  text-align: center;
}
.about_bottom p,.days_bottom p,  .summary p{
  width: 75%;
  min-height: 200px;
  border: #000 solid 8px;
  border-radius: 20px;
  margin: 30px auto;
  background: #FFF;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;

}

a.play_btn{
  display: block;
}
a.play_btn:hover{

  opacity: 0.7;
}



footer {
  width: 100%;
  line-height: 50px;
  background-color: #000;
  border-top: #ff7800 solid 1px;
  color: #fff;
  text-align: center;
}

/*footer {*/
/*  width: 1000px;*/
/*  margin: 0 auto;*/
/*}*/

footer .contact {
  color: #fff;
  text-decoration: none;
}

/*slider*/

/*.news_wrapper .bannerarea .slide_bnr.slick-dotted.slick-slider {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.news_wrapper .bannerarea .slide_bnr button {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background: none;*/
/*  border: none;*/
/*  border-radius: 0;*/
/*  outline: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*}*/
/*.ss_wrapper .slide_bnr .slide-dots {*/
/*  text-align: center;*/
/*}*/
/*.ss_wrapper .slide_bnr .slide-dots li {*/
/*  display: inline-block;*/
/*  margin: 5px 10px 0;*/
/*}*/
/*.ss_wrapper .slide_bnr .slide-dots li button {*/
/*  position: relative;*/
/*  text-indent: -9999px;*/
/*}*/
/*.ss_wrapper .slide_bnr .slide-dots li button:before {*/
/*  content: '';*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  background-image: url("../img/icon_carousel.png");*/
/*  font-size: 20px;*/
/*  text-indent: 0px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-size: 100%;*/
/*}*/
/*.ss_wrapper .slide_bnr .slide-dots li.slick-active button:before {*/
/*  content: '';*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  background-image: url("../img/icon_carousel-active.png");*/
/*}*/

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

  .is_pc{
    display: none;
  }
  .is_sp{
    display: block;
  }
  .container {
    width: 100%;
    border: none;
    letter-spacing: -0.03rem;
  }

  header .copy {
    width: calc(939 / 1024 * 100vw);
    position: absolute;
    top: calc(400 / 1024 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 100;
  }
  .award_wrapper {

    border: #000 solid calc(8 / 1024 * 100vw);
    border-radius:calc(47 / 1024 * 100vw);
    margin: calc(10 / 1024 * 100vw) auto;
    padding-top: calc(115 / 1024 * 100vw);
    background: #FFF;
    position: relative;
  }

  .ss_wrapper{

    width: 75%;
    border: #000 solid calc(4 / 1024 * 100vw);
    border-radius: calc(20 / 1024 * 100vw);
    margin: calc(30 / 1024 * 100vw) auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
  }
  .exc__title {

    width:  calc(200/1024*100vw);
    top: calc(-100/1024*100vw);

  }

  .s_exc__title {

    width:  calc(261/1024*100vw);
    top: calc(-100/1024*100vw);

  }

  .unique__title {
    width: calc(322/1024*100vw);
    top: calc(-100/1024*100vw);
  }

  .game_title{

    font-size: calc(60/1024*100vw);
    font-weight: 600;
    text-align: center;
  }
  .exc__play{
    font-size:  calc(36/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw)  auto calc(10/1024*100vw) ;
    line-height:calc(40/1024*100vw) ;
  }

  .s_exc__play{
    font-size:  calc(36/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw) auto;
    line-height:calc(40/1024*100vw) ;
  }

  .team_intro{
    width:  calc(254/1024*100vw);
    margin: 0 auto;
    text-align: center;
    margin-top:calc(120 / 1024 * 100vw);
  }

  .team_name{
    text-align: center;
    font-size:  calc(48/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw) auto;
  }

  .member{
    text-align: center;
    font-size:  calc(36/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw) auto;
  }
  .point_title{

    text-align: center;
    font-size:  calc(48/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw) auto;
  }

  .reason{
    text-align: left;
    font-size:  calc(36/1024*100vw);
    font-weight: 600;
    margin:  calc(20/1024*100vw) auto;
    width: 75%;
  }

  .team_wrapper{

    border: #000 solid calc(4/1024*100vw);
    border-radius: calc(20/1024*100vw);
    margin: calc(30/1024*100vw) auto;

  }

  .cat {

    margin: calc(10/1024*100vw) 0;
    padding-top: calc(115/1024*100vw);
  }

  .participation {

    border-top: #000 solid calc(8/1024*100vw);
    border-bottom: #000 solid calc(8/1024*100vw);
    margin: calc(50/1024*100vw) auto;

  }
  .participation__title {

    top:calc(20/1024*100vw);
    width: calc(199/1024*100vw);

  }

  .slide_title{
    text-align: center;
    font-size: calc(48/1024*100vw);
    font-weight: 600;
    margin: calc(20/1024*100vw) auto;
  }
  .slide_team{
    text-align: center;
    font-size: calc(36/1024*100vw);
    font-weight: 600;
    margin: calc(20/1024*100vw) auto;
  }
  .slide_member{
    text-align: center;
    font-size: calc(30/1024*100vw);
    font-weight: 600;
    margin: calc(20/1024*100vw) auto;
    line-height: calc(48/1024*100vw);
  }
  .about_bottom h2{
    width: calc(744/1024*100vw);
    margin: 0 auto;
    text-align: center;
  }

  .days_bottom h2{
    width: calc(274/1024*100vw);
    margin: 0 auto;
    text-align: center;
  }
  .summary h2{
    width: calc(252/1024*100vw);
    margin: 0 auto;
    text-align: center;
  }
  .about_bottom p,.days_bottom p, .summary p{
    min-height: calc(200/1024*100vw);
    width: 75%;
    border: #000 solid calc(8/1024*100vw);
    border-radius: calc(20/1024*100vw);
    margin:calc(30/1024*100vw) auto;
    background: #FFF;
    text-align: left;
    font-size: calc(36/1024*100vw);
    font-weight: 600;
    padding: calc(20/1024*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: calc(48/1024*100vw);

  }



}
