@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;
  font-weight: 400;
  font-style: normal;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 1024px;
  margin: 0 auto;
  background-color: #FFF;
  border-right:#000 solid 4px ;
  border-left:#000 solid 4px ;
}

/* @media screen and (max-width: 1000px) {
  .container {
    width: 95%;
  }
} */

header {
  position: relative;
}

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

.about {
  position: relative;
}
.cat {
  position: relative;
  margin: 10px 0;
}
.detail__btn {
  position: absolute;
  bottom: 40px;
  left: 93px;

}

.last__btn {
  position: absolute;
  bottom: 74px;
  right: 30px;

}

.idea__title {
  position: absolute;
  top: -100px;
}
.team__title {
  position: absolute;
  top: -100px;
  right: 0;
}

.days__title {
  position: absolute;
  top: -100px;
}

.detail__titles {
  display: block;
  margin: 50px auto 50px;
}

.desk {
  font-size: 20px;
  line-height: 1.5em;
  padding: 0 10px;
}
.desk:nth-last-child(1) {
  margin:0 ;
}

.desk dl dd {
  margin-bottom: 30px;

}

.desk dl dt {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 800;
}

.desk li {
  line-height: 1.6;
  margin-bottom: 30px;
}

.note dt {
  border: #000 4px solid;
  border-radius: 50px;
  line-height: 50px;
  padding: 20px;
}

.note a{
  text-decoration: none;
  color: #000;
}

.entry {
  display: block;
  margin: 0 auto;
  width: 623px;
}



.detail__btn {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9000;
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 800px;
  background-size: cover;
  border: #000 solid 4px;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1.5em;
}
#closeModal {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -30px;
  width: 20px;
  height: 20px;
  color: #000;
  background: #fff;
  border: solid #000 4px;
  border-radius: 50px;
  padding: 10px;
}

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

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

@media screen and (max-width: 1024px) {
.wrapper{
  width: 100%;
}
  .container{
    width: 100%;
    border: none;
  }
  header img{
    display: block;
    width: 100%;
  }

  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;
  }
  .detail img{
    display: block;
    width: 100%;
  }
  .detail__btn {
    width: calc(342 / 1024 * 100vw);
    position: absolute;
    bottom: calc(40 / 1024 * 100vw);
    left: calc(93 / 1024 * 100vw);

    z-index: 100;
  }
  .last__btn {
    width: calc(523 / 1024 * 100vw);
    position: absolute;
    bottom: calc(74 / 1024 * 100vw);
    right: calc(30 / 1024 * 100vw);

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


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

  .cat img{
    display: block;
    width: 100%;
  }
  .idea__title  {
    width: calc(264/ 1024 * 100vw);
    position: absolute;
    top: calc(-100 / 1024 * 100vw);
    left: 0;
    z-index: 100;
  }

  .team__title  {
    width: calc(309/ 1024 * 100vw);
    position: absolute;
    top: calc(-100 / 1024 * 100vw);
    right:  0;
    z-index: 100;
  }

  .days__title  {
    width: calc(299/ 1024 * 100vw);
    position: absolute;
    top: calc(-100 / 1024 * 100vw);
    left: 0;
    z-index: 100;
  }
  .company img {
    width: calc(293/ 1024 * 100vw);
  }
  .venue img {
    width: calc(170/ 1024 * 100vw);
  }
  .desk {
    font-size: calc(40/ 1024 * 100vw);
    line-height: 1.5em;
    padding: 0 10px;
  }
  .points img {
    width: calc(294/ 1024 * 100vw);
  }

  .note img {
    width: calc(260/ 1024 * 100vw);
  }
  .desk dl dt {
    font-size: calc(50/ 1024 * 100vw);
    margin-bottom: calc(70/ 1024 * 100vw);
    font-weight: 800;
  }
  .note dt {
    border: #000 calc(8/ 1024 * 100vw) solid;
    border-radius:calc(50/ 1024 * 100vw);
    line-height: calc(50/ 1024 * 100vw);
    padding: calc(30/ 1024 * 100vw);
  }

  .desk dl dd {
    font-size: calc(40/ 1024 * 100vw);
    line-height: 1.6;

  }

  .detail__titles {
    display: block;
    margin:calc(50/ 1024 * 100vw) auto calc(50/ 1024 * 100vw);
  }

  .entry{
    display: block;
    width:calc(623/ 1024 * 100vw);
    margin: 0 auto 20px;
  }

  .entry img{
    display: block;
    width: 100%;
  }
footer{
  width: 100%;
}


  .modal-content {
    width: 80%;
  }
}

body {

  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;
  }
}

/*pp*/
body.pp{
  background: none;
}

.pp .container{
border: none;
}
.pp header{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 50px auto;
}
.pp .about{
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.pp dl{

}

.pp dt{
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto;
}

.pp dd{
  font-size: 16px;
  line-height: 1.5em;
}

.pp .enact{
  margin:30px 0 ;
  text-align: right;
}

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

  .pp .container{
    width: 90%;

  }
}