body {
  font-family: "Zen Maru Gothic", "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: #343434;
}

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

.wide {
  max-width: 100%;
  padding: 0;
}

.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_bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
  background-blend-mode: lighten;
  position: relative;
  padding-bottom: 40px;
  max-width: 2000px;
  margin: 0 auto;
}

.firstview {
  position: relative;
  z-index: 100;
}

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


.title .main_title {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.title .main_title img {
  width: 100%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 97%, transparent 100%);
}

.firstview .photo {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.firstview .photo img {
  width: 100%;
}

.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 {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}

.firstview .infomation img {
  width: 100%;
  margin: 0 auto;
}

.section {
  margin-bottom: 20px;
}

.section .out_wrap {
  position: relative;
}

.section:not(.prize) .out_wrap {
  background-image: url(../image/section-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 40px 40px 40px;
}

.section:not(.prize) .out_wrap::before,
.section:not(.prize) .out_wrap::after,
.section:not(.prize) .inner_wrap::before {
  content: none;
}

.section .out_wrap .deco {
  position: absolute;
  /* デフォルトサイズとスケール・位置 */
  --deco-scale: 1;
  --deco-offset: -30px;
  width: calc(var(--deco-size, 95px) * var(--deco-scale));
  z-index: 200;
  pointer-events: none;
}

/* 個別サイズ調整用の変数設定 */
.section01 {
  --deco-tl-size: 55px;
  --deco-tr-size: 95px;
  --deco-bl-size: 86px;
  --deco-br-size: 70px;
}

.section02 {
  --deco-tl-size: 100px;
  --deco-tr-size: 62px;
  --deco-bl-size: 55px;
  --deco-br-size: 55px;
}

.section03 {
  --deco-tl-size: 89px;
  --deco-tr-size: 58px;
  --deco-bl-size: 64px;
  --deco-br-size: 59px;
}

.section .out_wrap .deco img {
  width: 100%;
}

.section .out_wrap .deco.tl {
  top: var(--deco-tl-top, var(--deco-offset));
  left: var(--deco-tl-left, var(--deco-offset));
  width: calc(var(--deco-tl-size, var(--deco-size)) * var(--deco-scale));
}

.section .out_wrap .deco.tr {
  top: var(--deco-tr-top, var(--deco-offset));
  right: var(--deco-tr-right, var(--deco-offset));
  width: calc(var(--deco-tr-size, var(--deco-size)) * var(--deco-scale));
}

.section .out_wrap .deco.bl {
  bottom: var(--deco-bl-bottom, var(--deco-offset));
  left: var(--deco-bl-left, var(--deco-offset));
  width: calc(var(--deco-bl-size, var(--deco-size)) * var(--deco-scale));
}

.section .out_wrap .deco.br {
  bottom: var(--deco-br-bottom, var(--deco-offset));
  right: var(--deco-br-right, var(--deco-offset));
  width: calc(var(--deco-br-size, var(--deco-size)) * var(--deco-scale));
}

.section .inner_wrap {
  position: relative;
  z-index: 10;
}

.section .out_wrap .title {
  width: 380px;
  position: absolute;
  top: -60px;
  z-index: 20;
  right: 0;
  left: 0;
  margin: auto;
}

#summary .out_wrap {
  padding: 40px 60px;
}

#summary dl {
  display: flex;
  border-bottom: 1px solid #707070;
  color: #000;
  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 0;
  box-sizing: border-box;
  font-size: 40px;
  font-weight: 500;
}

#summary dt {
  flex: 0 0 310px;
}

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

#shop_info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

#shop_info .inner_wrap {
  padding: 40px 0;
}

#shop_info .block_title {
  font-size: 32px;
  text-align: center;
  padding: 0 0 20px 0;
  font-weight: 400;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}

#shop_info .headline {
  font-size: 24px;
  margin-bottom: 24px;

}

#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: 40px;
  height: 30px;
  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 .title {
  width: 100%;
  margin: 0 auto 60px auto;
  max-width: 1000px;
}

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


#prize .inner_wrap {
  padding-top: 0;
}

#prize .comingsoon {
  padding: 20px;
}

.prize_list {
  position: relative;
  z-index: 100;
}

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

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

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


#prize_enta {
  padding-top: 0;
}

#prize_enta .inner_wrap {
  padding: 30px 0;
}

#prize_enta .item .desc_box {
  box-sizing: border-box;
  max-width: 850px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

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

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

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

.fullwide_title {
  margin-bottom: 20px;
}

#prize_enta .item {
  padding: 30px 20px;
  position: relative;
  border: 3px solid #026636;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 10px;
  overflow: hidden;
}

#prize_enta .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/prize-enta_bg_re.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#attention .inner_wrap {
  padding: 20px 20px 10px 20px;
}

.attention_area {
  font-size: 20px;
  font-weight: 500;
}

.copyright {
  padding: 20px 0;
  background: #FF79C3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 100;
  border-top: 1px solid #707070;
}

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

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

  .main_area {
    background-size: 150% auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrap_primary {
    padding: 0 10px;
  }

  .wrap_primary.wide {
    padding: 0;
  }
  
  .firstview .photo {
    padding: 0 20px;
  }

  .section{
    padding-top: 60px;
  }

  /* --- 装飾イラストのスマホ版調整 --- */
  /* 一括スケール・オフセット（デフォルト -2px / 0.6倍 ） */
  .section .out_wrap .deco {
    --deco-scale: 0.6;
    --deco-offset: -10px;
  }

  /* 概要 (section01) */
  .section01 .out_wrap .deco.tl {
    top: -15px;
    left: -8px;
  }

  .section01 .out_wrap .deco.tr {
    top: -18px;
    right: -9px;
  }

  .section01 .out_wrap .deco.bl {
    bottom: -14px;
    left: -2px;
  }

  .section01 .out_wrap .deco.br {
    bottom: -13px;
    right: -8px;
  }

  /* 販売店 (section02) */
  .section02 .out_wrap .deco.tl {
    top: -20px;
    left: -8px;
  }

  .section02 .out_wrap .deco.tr {
    top: -20px;
    right: -8px;
  }

  .section02 .out_wrap .deco.bl {
    bottom: -17px;
    left: -8px;
  }

  .section02 .out_wrap .deco.br {
    bottom: -16px;
    right: -8px;
  }

  /* 注意事項 (section03) */
  .section03 .out_wrap .deco.tl {
    top: -21px;
    left: -8px;
  }

  .section03 .out_wrap .deco.tr {
    top: -15px;
    right: -8px;
  }

  .section03 .out_wrap .deco.bl {
    bottom: -17px;
    left: -8px;
  }

  .section03 .out_wrap .deco.br {
    bottom: -16px;
    right: -8px;
  }

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

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

  .attention_area {
    padding: 10px;
  }

  .title .main_title {
    width: 100%;
  }

  .section .out_wrap .title {
    width: 200px;
    top: -30px;
  }

  .section:not(.prize) .out_wrap {
    padding: 50px 20px 20px 20px;
  }

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

  .section .inner_wrap {
    padding: 20px 10px;
  }

  #summary .inner_wrap {
    padding: 20px 35px;
  }


  #summary dl {
    flex-direction: column;
    gap: 0;
    font-size: 40px;
  }

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

  #summary dt {
    padding-bottom: 0;
  }

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

  #shop_info .inner_wrap {
    padding: 10px 0 30px 0;
  }

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

  #prize_enta .desc_box {
    font-size: 90%;
  }

  #attention {
    padding-top: 60px;
  }

  #attention .out_wrap {
    padding: 30px 20px 20px 20px;
  }

  #attention .inner_wrap {
    padding: 10px 10px;
  }

  #attention .attention_area {
    font-size: 18px;
  }
}

.link_btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #FFF;
  color: #050505;
  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: #fad3ac;
  transition-duration: 0.3s;
}

a.grayout {
  background-color: #aaa;
  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;
  }

  .firstview .infomation {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
  }

  #summary .out_wrap {
    padding: 20px;
  }

  #summary dd,
  #summary dt {
    font-size: 20px;
  }
}