@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  font-family: "Noto sans jp", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00335D;
  background: url(../image/background.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap_primary {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.wide {
  max-width: 1500px;
}

.section {
  padding-top: 80px;
}

.column2 {
  display: flex;
  gap: 20px;
}

.column2 .col {
  flex: 1 1 50%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.main_area {
  background-image: url(../image/main_background.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: lighten;
  position: relative;
  padding-bottom: 40px;
}

.firstview {
  position: relative;
  z-index: 100;
  border-bottom: 20px solid #00335D;
}

.firstview .background {
  position: absolute;
  z-index: -1;
}


.title .main_title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.title .main_title img {
  margin: 0 auto;
}

.info {
  max-width: 480px;
  margin: 0 auto;
}

.info .release_info {
  display: block;
  margin: 16px auto 25px auto;
}

.info .detail_info {
  display: block;
  background-color: #598CC6;
  border-radius: 50px;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
}

.firstview .member_photo {
  margin-top: -10vw;
}

.firstview .infomation {
  padding: 10px;
}

.firstview .infomation img {
  max-width: 80%;
  margin: 20px auto 0 auto;
}

.section {
  margin-bottom: 20px;
  position: relative;
}

.section .inner_wrap {
  padding: 60px 40px 40px 40px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 3px solid #00335D;
  border-radius: 5px;
}

.section .title {
  width: fit-content;
  position: absolute;
  top: -45px;
  z-index: 20;
  right: 0;
  left: 0;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #ccc;
  min-width: 245px;
}

.section:nth-of-type(even) .title {
  border-color: #C2D01D;
}

.section:nth-of-type(odd) .title {
  border-color: #E48BA3;
}

.section .title img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  display: block;
}


#summary dl {
  display: flex;
  border-bottom: 1px solid #707070;
  color: #2A2929;
  z-index: 2;
  position: relative;
}

#summary dl ul {
  padding: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#summary dl li {
  list-style: none;

}

#summary dl li:not(:first-child)::before {
  content: "/";
}

#summary dt,
#summary dd {
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}

#summary dt {
  font-weight: bold;
  flex: 0 0 310px;
}

#summary dd {
  text-align: right;
  width: 100%;
}

#shop_info {
  font-size: 12px;
}

#shop_info .inner_wrap {
  padding-top: 70px;
}

#shop_info .block_title {
  font-size: 32px;
  text-align: center;
  padding: 0 0 20px 0;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  color: #2A2929;

}

#shop_info .headline {
  font-size: 18px;
  margin-bottom: 24px;
  color: #2A2929;
}

#shop_info .link_block p {
  font-weight: 500;
}

#shop_info .shop_icon {
  vertical-align: middle;
}

#shop_info .shop_icon::before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon_shop.png);
  width: 37px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

#shop_info .attention {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

#prize {
  margin-bottom: 40px;
}

#prize .prize_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: -40px 0 40px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  white-space: nowrap;
}

#prize .prize_title img {
  max-width: 330px;
}


#prize .inner_wrap {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

#prize .comingsoon {
  padding: 20px;
}

#prize .prize_item {
  margin-bottom: 40px;
}
#prize .prize_item .desc{
 font-weight: bold;
}
#prize .prize_item span{
 display: block;
}
#prize .prize_item .learge{
 font-size: 25px;
 margin-bottom: 16px;
}
#prize .prize_item .normal{
 font-size: 18px;
}

#prize .desc_box {
  padding: 20px;
  box-sizing: border-box;
  max-width: 850px;
  width: calc(100% - 40px);
  border-radius: 10px;
  background-color: #fff;
  margin: -5% auto 0 auto;
  border: 3px solid #00335D;
  position: relative;
  z-index: 10;
}

#prize .desc_box p.nomrmal {
  font-size: 16px;
}

#prize .desc_box p.small {
  font-size: 14px;
}

#prize .inner_round_box {
  padding: 10px;
  border-radius: 10px;
  background-color: #F8F8F8;
  margin: 10px auto;
  width: calc(100% - 10px);
  border: 1px solid #707070;
}


#prize .item .sub_title {
  font-size: 18px;
  font-weight: black;
}

#prize .item .sub_title:not(:first-of-type) {
  margin: 10px 0 0 0;
}


#attention {
  padding-top: 20px;
}


.copyright {
  padding: 20px 0;
  background: #165EB8;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: relative;
  z-index: 100;
}

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

  main,
  footer {
    overflow: hidden;
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrap_primary {
    padding: 0 10px;
  }

  .column2 {
    flex-direction: column;
    gap: 40px;
  }

  .column2 .col {
    flex: 1 1 auto;
  }

  .attention_area {
    padding: 10px;
  }

  .title .main_title {
    padding: 0;
    padding-top: 50px;
    width: 100%;
  }

  .section .title img{
    height: 30px;
  }

  .section .inner_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #prize .inner_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info .detail_info {
    font-size: 20px;
  }

  #summary {
    margin-top: 40px;
  }

  #summary dl {
    flex-direction: column;
    gap: 0;
  }

  #summary .inner_wrap {
    padding: 40px 10px 20px 10px;
  }

  #summary dt,
  #summary dd {
    padding: 16px;
    flex: 1 1 auto;
    text-align: left;
  }

  #summary dt {
    padding-bottom: 0;
  }

  #summary dl ul {
    justify-content: flex-start;
  }

  #shop_info .block_title {
    font-size: 28px;
    text-align: left;
    margin: 0;
  }

  #attention {
    padding-top: 20px;
  }
}

.link_btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #004CFF;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  margin-bottom: 16px;
  margin-top: 10px;
  transition-duration: 0.3s;
}

.link_btn:hover {
  background-color: #8EABF0;
  transition-duration: 0.3s;
}

a.grayout {
  background-color: #ccc;
  pointer-events: none;
}

.link_btn[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../image/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.box_main_title {
  text-align: center;
  margin-bottom: 10px;
}


@media screen and (max-width: 765px) {
  .box_main_title {
    text-align: left;
    font-size: 1.3em;
  }

  .box_main_title br {
    display: none;
  }
}