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: #1A3D6E;
  background: linear-gradient(#a05fa7 0%, #e93e96 41.43%, #fee801 100%);
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  line-height: 1.5;
}

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

.wrap_primary.wide {
  max-width: 1300px;
}

.section {
  padding-top: 80px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}

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

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

.pc {
  display: block;
}

.sp {
  display: none;
}

.main_area {
  position: relative;
  padding-bottom: 40px;
}

#firstview {
  position: relative;
  z-index: 100;
  overflow: hidden;
}


#firstview .inner_wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#firstview .inner_wrap.wide {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#firstview .logo {
  padding: 60px 0;
  margin: 0 auto;
  width: 80%;
}

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

#firstview .title .key_visual {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

#firstview .title .key_visual img {
  margin: 0 auto;
}

#firstview .lead_text {
  font-weight: 900;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 22px;
}

.section {
  padding-top: 40px;
}

.section .inner_block {
  color: #fff;
  background-image: url(../image/block_bg.jpg);
}

.section .title {
  background-color: #000000;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #E00B22;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}

#summary {
  margin-top: 40px;
}

#summary .inner_block {
  padding: 70px 60px 80px 60px;
}

#summary dl {
  display: flex;
  border-bottom: 1px solid #fff;
  stroke-dasharray: 2px;
}

#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 16px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}

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


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

#shop_info {
  font-size: 12px;
}

#shop_info .inner_block {
  padding: 50px;
}

#shop_info .block_title {
  font-size: 32px;
  text-align: center;
  padding: 0 0 20px 0;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 600;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}

#shop_info .headline {
  font-size: 20px;
  margin-bottom: 24px;
  color: #fff;
}

#shop_info .link_block {
  position: relative;
  z-index: 10;
}

#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/shop_icon.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 .wrap_primary {
  position: relative;
}

#prize h2.prize_title {
  margin: 0 20px 0 20px;
}


#prize .coming_soon p {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 2.0vw;
}

#prize .coming_soon p .large {
  font-size: 35px;
  color: inherit;
  font-weight: inherit;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}

#prize .prize_image {
  padding: 50px 40px;
}


#prize .coming_soon {
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
  text-align: center;
}

#prize .coming_soon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#prize .item {
  margin-bottom: 40px;
}

#prize .item .desc_box {
  padding: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  max-width: 850px;
  width: calc(100% - 40px);
  background-color: #fff;
  margin: -5% auto 0 auto;
  border: 1px solid #C6C6C6;
  position: relative;
  z-index: 10;
}

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

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

#prize .item .inner_round_box {
  padding: 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 .inner_block {
  padding: 40px;
  font-weight: bold;
}

#profile {
  font-weight: 900;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  padding: 80px 0 40px 0;
}

#profile .title {
  text-align: center;
  font-size: 45px;
  margin-bottom: 0.5em;
}

#profile .description p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

#profile .description p a {
  color: #E61D5C;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
}

.copyright {
  padding: 10px 0;
  background: #E61D5C;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 100;
}

.copyright-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.copyright-list li {
  white-space: nowrap;
}

.link_btn {
  display: inline-block;
  padding: 8px 24px;
  background-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;
  color: #683326;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  text-shadow: initial;
}

.link_btn:hover {
  background-color: #fff;
  transition-duration: 0.3s;
  color: #1A3D6E;
}

a.grayout {
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}

.link_btn[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../image/arrow_newwindow.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;
}

.copyright {
  font-size: 16px;
}


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

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrap_primary {
    padding: 0 15px;
  }

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

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

  .attention_area {
    padding: 10px;
  }

  #firstview .title .main_title {
    padding: 0;
    padding-top: 30px;
    width: 100%;
  }

  #firstview .logo {
    padding: 20px 0;
    width: 100%;
  }

  #firstview .lead_text {
    font-size: 16px;
    text-align: left;
  }

  #firstview .title .key_visual {
    margin-bottom: 40px;
  }

  .section .title {
    font-size: 32px;
  }
  
  
  #summary {
    padding-top: 20px;
    margin-top: 40px;
  }

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

  #summary .inner_block {
    padding: 20px 20px 40px 20px
  }

  #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 .inner_block {
    padding: 40px 30px;
  }

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

  
  #prize .prize_title img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transform: scale(1.01);
    max-width: 50%;
    margin-top: -40px;
  }
  
  .box_main_title {
    text-align: left;
    font-size: 1.3em;
  }
  
  .box_main_title br {
    display: none;
  }
  
  #prize .prize_image {
    padding: 40px 20px;
  }

  #prize .coming_soon p .large {
    font-size: 13px;
  }
  #prize .coming_soon p {
    font-size: 13px;
  }
  
  #attention .inner_block {
    padding: 30px 20px;
  }

  #profile .title {
    font-size: 32px;
  }
  #profile .description p {
    text-align: left;
  }
}