@charset "UTF-8";
/* CSS Document */

body {
  background-color: #000000;
  margin: 0;
  width: 100%;
}

.pc {
  margin: auto;
}

#main {
  width: 100%;
  background-size: cover;
  background-color: #000;
background-position: center center;
}


#contents_wrap {
  margin: 0 auto;
  padding: 10%;
}

.topics {
  clear: both;
  margin: 100px 0;
  overflow: hidden;
}

.topics h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.0rem;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.topics h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}


.box {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 5px #ffffff;
  text-align: center;
}

.box p {
  width: 100%;
  margin: 40px 0;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
  color: #ffffff;
}

.box p b {
  font-size: 1.3rem;
  color: rgb(174, 174, 174);
}

.click {
  text-align: center;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  padding: 5%;
  width: 80%;
 margin:30px auto;
}

/*企画概要テキスト*/
.info {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff; 
text-align: center;
}

#gazou{
  display: flex;  justify-content: center;
}

#gazou ul {
  display: flex;  justify-content: center;
}

#gazou li {
  list-style: none;
  float:left;
}

#gazou li:nth-child(2) {
  margin: 0 10px;
}

.attention {
  color: rgb(255, 255, 255);
  margin-top: 40px;
  font-size: 0.8em;
  line-height: 180%;
}

.right-img {
  position: absolute;
  top: 0;
  right: 0;
}

.left-img {
  position: absolute;
  top: 0;
  left: 0;
}

#item h4{font-size:1.5rem; color: #fff; text-align: left; margin-top: 80px; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
#item a{color:#fff;}
#item ul{width:100%; padding-top:10px; clear:both; overflow:hidden; text-align:left; font-family: 'Noto Sans JP', sans-serif;}
#item ul li{width:22%; display:inline-block; margin:1%; vertical-align:top;}
#item ul li p{width:100%; margin:10px 0; text-align:left; font-size:0.6rem; line-height:1rem; height:60px; padding:0;}
#item ul li p span{display:block; width:100%; text-align:right; font-weight:bold;}
#item ul li p span:after{content: "円(税込)";}



@media screen and (max-width: 768px) {

  /*メイン画像*/
  .sp {
    display: block;
    margin: auto;
  }

  #contents_wrap {
    margin: 0 auto;
    padding: 10%;
  }

  .topics {
    clear: both;
    margin: 30px 0;
    overflow: hidden;
  }

  .topics h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }

 .topics h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }


  .box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #ffffff;
    text-align: left;
  }

  .box p {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 40px 0;
    font-size: 0.9rem;
    line-height: 150%;
    color: #ffffff;
  }

  .box p b {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8rem;
    color: rgb(174, 174, 174);
  }

  /*企画概要テキスト*/
  .info {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #fff;
  }

	#gazou{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#gazou ul {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
.attention {
  color: rgb(255, 255, 255);
  margin-top: 40px;
  font-size: 0.8em;
  line-height: 150%;
}
	


.click {
  text-align: center;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  padding: 5%;
  width: 80%;
 margin:30px auto;
}

	
	
 .topics ul li {
    width: 100%;
    margin-bottom: 10%;
    text-align: center;
  }

#item h4{font-size:1rem;}
#item ul{padding-top:5px; width:90%; margin:0 auto;}
#item ul li{width:47%;}
	 }